01M0BJDPH03A4NZ6ZGB6EEHTVJ: clippy (helios)

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

Buildomat Job: 01M0BJE513JZ20QKWZJD98TV8Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T23:14:45.738Zjob assigned to worker 01M0BJE78CCPWBCKSP38F198HD [factory aws, i-08ebb81c9aac896e9] (queued for 53 s)
 
22026-08-18T23:14:52.540Zstarting task 0: "setup"
32026-08-18T23:14:52.546Z++ uname -s
42026-08-18T23:14:52.549Z+ kern=SunOS
52026-08-18T23:14:52.549Z+ build_user=build
62026-08-18T23:14:52.550Z+ build_uid=12345
72026-08-18T23:14:52.550Z+ work_dir=/work
82026-08-18T23:14:52.550Z+ input_dir=/input
92026-08-18T23:14:52.550Z+ [[ 0 == 12345 ]]
102026-08-18T23:14:52.550Z+ case "$kern" in
112026-08-18T23:14:52.550Z+ groupadd -g 12345 build
122026-08-18T23:14:52.560Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T23:14:54.567Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T23:14:54.641Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T23:14:54.644Z+ home_fs=zfs
162026-08-18T23:14:54.644Z+ [[ zfs == autofs ]]
172026-08-18T23:14:54.644Z+ mkdir -p /home/build
182026-08-18T23:14:54.644Z+ chown build:build /home/build /work
192026-08-18T23:14:56.646Z+ chmod 0700 /home/build /work
202026-08-18T23:14:56.650Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-18T23:14:56.657Zstarting task 1: "rust-toolchain"
222026-08-18T23:14:56.660Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-18T23:14:56.660Z * rust toolchain channel = "1.97.1"
242026-08-18T23:14:56.660Z * rust toolchain profile = "default"
252026-08-18T23:14:56.660Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T23:14:56.660Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T23:14:56.660Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T23:14:56.665Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T23:14:56.665Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-18T23:14:56.721Zinfo: downloading installer
312026-08-18T23:14:58.162Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T23:14:58.162Zwarn: /home/build/.rustup/settings.toml
332026-08-18T23:14:58.162Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T23:14:58.162Zwarn: instead of the one inferred from the default host triple.
352026-08-18T23:14:58.170Zinfo: profile set to default
362026-08-18T23:14:58.171Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T23:14:58.171Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-18T23:14:58.303Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T23:14:58.306Zinfo: downloading 6 components
402026-08-18T23:15:13.281Z
412026-08-18T23:15:13.282Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-18T23:15:13.307Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T23:15:13.307Z
442026-08-18T23:15:13.307Z
452026-08-18T23:15:13.307ZRust is installed now. Great!
462026-08-18T23:15:13.307Z
472026-08-18T23:15:13.313ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T23:15:13.314Zenvironment variable. This has not been done automatically.
492026-08-18T23:15:13.314Z
502026-08-18T23:15:13.314ZTo configure your current shell, you need to source
512026-08-18T23:15:13.314Zthe corresponding env file under $HOME/.cargo.
522026-08-18T23:15:13.314Z
532026-08-18T23:15:13.314ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T23:15:13.314Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T23:15:13.314Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T23:15:13.314Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T23:15:13.315Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T23:15:13.315Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T23:15:13.315Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T23:15:13.315Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T23:15:13.315Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T23:15:13.418Z+ rustup --version
632026-08-18T23:15:13.422Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T23:15:13.422Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T23:15:13.440Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T23:15:13.445Z+ cargo --version
672026-08-18T23:15:13.457Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T23:15:13.462Z+ rustc --version
692026-08-18T23:15:13.482Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T23:15:13.487Zprocess exited: duration 16828 ms, exit code 0
 
712026-08-18T23:15:13.497Zstarting task 2: "authentication"
722026-08-18T23:15:13.513Zprocess exited: duration 16 ms, exit code 0
 
732026-08-18T23:15:13.569Zstarting task 3: "clone repository"
742026-08-18T23:15:13.618Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-18T23:15:13.618Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-18T23:15:13.618ZCloning into '/work/oxidecomputer/omicron'...
772026-08-18T23:15:33.750Z+ cd /work/oxidecomputer/omicron
782026-08-18T23:15:33.750Z+ git fetch origin 12dda4eba70c3ad2f9e51c17b979798487ea7522
792026-08-18T23:15:34.083ZFrom https://github.com/oxidecomputer/omicron
802026-08-18T23:15:34.084Z * branch 12dda4eba70c3ad2f9e51c17b979798487ea7522 -> FETCH_HEAD
812026-08-18T23:15:34.093Z+ [[ -n '' ]]
822026-08-18T23:15:34.093Z+ git reset --hard 12dda4eba70c3ad2f9e51c17b979798487ea7522
832026-08-18T23:15:34.346ZHEAD is now at 12dda4eba Update Maghemite dependency and RA status fields
842026-08-18T23:15:34.349Zprocess exited: duration 20780 ms, exit code 0
 
852026-08-18T23:15:34.356Zstarting task 4: "build"
862026-08-18T23:15:34.359Z+ source ./env.sh
872026-08-18T23:15:34.362Z++ OLD_SHELL_OPTS=ehxB
882026-08-18T23:15:34.362Z++ set -o xtrace
892026-08-18T23:15:34.362Z++++ dirname ./env.sh
902026-08-18T23:15:34.365Z+++ readlink -f .
912026-08-18T23:15:34.368Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-18T23:15:34.368Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-18T23:15:34.368Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-18T23:15:34.368Z++ 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
952026-08-18T23:15:34.368Z++ 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-08-18T23:15:34.368Z++ 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
972026-08-18T23:15:34.368Z++ 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-08-18T23:15:34.368Z++ 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
992026-08-18T23:15:34.368Z++ 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-08-18T23:15:34.368Z++ 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
1012026-08-18T23:15:34.368Z++ 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-08-18T23:15:34.368Z++ case $OLD_SHELL_OPTS in
1032026-08-18T23:15:34.368Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-18T23:15:34.368Z+ source .github/buildomat/ci-env.sh
1052026-08-18T23:15:34.368Z++ export CARGO_TERM_COLOR=always
1062026-08-18T23:15:34.368Z++ CARGO_TERM_COLOR=always
1072026-08-18T23:15:34.368Z+++ uname -s
1082026-08-18T23:15:34.372Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-18T23:15:34.372Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-18T23:15:34.372Z+ cargo --version
1112026-08-18T23:15:34.378Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-18T23:15:34.382Z+ rustc --version
1132026-08-18T23:15:34.401Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-18T23:15:34.403Z+ banner prerequisites
1152026-08-18T23:15:34.406Z
1162026-08-18T23:15:34.406Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-18T23:15:34.406Z # # # # # # # # # # # # # # #
1182026-08-18T23:15:34.406Z # # # # ##### # # ##### # # # # # #### #
1192026-08-18T23:15:34.406Z ##### ##### # ##### # # # # # # # # #
1202026-08-18T23:15:34.406Z # # # # # # # # # # # # # # #
1212026-08-18T23:15:34.406Z # # # ###### # # ###### ### # #### # #### #
1222026-08-18T23:15:34.406Z
1232026-08-18T23:15:34.406Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-18T23:15:37.229Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-18T23:15:37.547Z Startup: Caching catalogs ... Done
1262026-08-18T23:15:39.315ZPlanning: Solver setup ... Done (1.671s)
1272026-08-18T23:15:39.369ZPlanning: Running solver ... Done (0.055s)
1282026-08-18T23:15:39.409ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-18T23:15:39.421ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-18T23:15:39.436ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-18T23:15:39.450ZPlanning: Package planning ... Done (0.013s)
1322026-08-18T23:15:39.455ZPlanning: Merging actions ... Done (0.001s)
1332026-08-18T23:15:39.611ZPlanning: Checking for conflicting actions ... Done (0.160s)
1342026-08-18T23:15:39.615ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-18T23:15:40.346ZPlanning: Evaluating mediators ... Done (0.734s)
1362026-08-18T23:15:40.351ZPlanning: Planning completed in 2.77 seconds
1372026-08-18T23:15:40.355Z Packages to install: 2
1382026-08-18T23:15:40.355Z Estimated space available: 156.02 GB
1392026-08-18T23:15:40.359ZEstimated space to be consumed: 69.36 MB
1402026-08-18T23:15:40.359Z Create boot environment: No
1412026-08-18T23:15:40.359ZCreate backup boot environment: No
1422026-08-18T23:15:40.359Z Rebuild boot archive: No
1432026-08-18T23:15:40.359Z
1442026-08-18T23:15:40.359ZChanged packages:
1452026-08-18T23:15:40.359Zhelios
1462026-08-18T23:15:40.359Z developer/build-essential
1472026-08-18T23:15:40.359Z None -> 11-3.0
1482026-08-18T23:15:40.359Z library/libxmlsec1
1492026-08-18T23:15:40.359Z None -> 1.2.35-3.0
1502026-08-18T23:15:40.380Z
1512026-08-18T23:15:40.381ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-18T23:15:40.448ZDownload: Completed 1.28 MB in 0.07 seconds (19.1M/s)
1532026-08-18T23:15:40.567Z Actions: 1/268 actions (Installing new actions)
1542026-08-18T23:15:40.605Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-18T23:15:40.637ZFinalize: Updating package state database ... Done (0.030s)
1562026-08-18T23:15:40.641ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-18T23:15:40.714ZFinalize: Updating image state ... Done (0.078s)
1582026-08-18T23:15:43.244ZFinalize: Creating fast lookup database ... Done (2.483s)
1592026-08-18T23:15:43.313ZFinalize: Reading search index ... Done (0.012s)
1602026-08-18T23:15:43.317ZFinalize: Updating search index ... Done (0.000s)
1612026-08-18T23:15:43.424ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-18T23:15:43.789ZPlanning: Evaluating mediator changes ... Done
1632026-08-18T23:15:43.896ZPlanning: Checking for conflicting actions ... Done
1642026-08-18T23:15:43.900ZPlanning: Consolidating action changes ... Done
1652026-08-18T23:15:44.056ZPlanning: Evaluating mediators ... Done
1662026-08-18T23:15:44.059ZPlanning: Planning completed in 0.27 seconds
1672026-08-18T23:15:44.079Z Mediators to change: 2
1682026-08-18T23:15:44.079Z Create boot environment: No
1692026-08-18T23:15:44.079ZCreate backup boot environment: No
1702026-08-18T23:15:44.126ZFinalize: Updating package state database ... Done
1712026-08-18T23:15:44.127ZFinalize: Updating package cache ... Done
1722026-08-18T23:15:44.172ZFinalize: Updating image state ... Done
1732026-08-18T23:15:46.109ZFinalize: Creating fast lookup database ... Done
1742026-08-18T23:15:46.169ZFinalize: Reading search index ... Done
1752026-08-18T23:15:46.173ZFinalize: Updating search index ... Done
1762026-08-18T23:15:46.262ZFinalize: Updating package cache ... Done
1772026-08-18T23:15:46.550ZPlanning: Evaluating mediator changes ... Done
1782026-08-18T23:15:46.657ZPlanning: Checking for conflicting actions ... Done
1792026-08-18T23:15:46.660ZPlanning: Consolidating action changes ... Done
1802026-08-18T23:15:46.816ZPlanning: Evaluating mediators ... Done
1812026-08-18T23:15:46.819ZPlanning: Planning completed in 0.27 seconds
1822026-08-18T23:15:46.839Z Mediators to change: 1
1832026-08-18T23:15:46.839Z Create boot environment: No
1842026-08-18T23:15:46.843ZCreate backup boot environment: No
1852026-08-18T23:15:46.880ZFinalize: Updating package state database ... Done
1862026-08-18T23:15:46.880ZFinalize: Updating package cache ... Done
1872026-08-18T23:15:46.924ZFinalize: Updating image state ... Done
1882026-08-18T23:15:48.852ZFinalize: Creating fast lookup database ... Done
1892026-08-18T23:15:48.915ZFinalize: Reading search index ... Done
1902026-08-18T23:15:48.918ZFinalize: Updating search index ... Done
1912026-08-18T23:15:48.984ZFinalize: Updating package cache ... Done
1922026-08-18T23:15:49.297ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-18T23:15:49.297Zapache system 2.4 system
1942026-08-18T23:15:49.298Zclang system 15 system
1952026-08-18T23:15:49.298Zcsh system system illumos
1962026-08-18T23:15:49.298Zctags system system illumos
1972026-08-18T23:15:49.298Zfile vendor vendor darwinsys
1982026-08-18T23:15:49.298Zfile system system illumos
1992026-08-18T23:15:49.299Zgcc vendor 14 vendor
2002026-08-18T23:15:49.299Zgcc system 13 system
2012026-08-18T23:15:49.299Zgcc system 10 system
2022026-08-18T23:15:49.299Zgo system 1.25 system
2032026-08-18T23:15:49.299Zllvm system 15 system
2042026-08-18T23:15:49.299Zmariadb system 11.4 system
2052026-08-18T23:15:49.299Zmta vendor vendor dma
2062026-08-18T23:15:49.299Zopenjdk system 17 system
2072026-08-18T23:15:49.299Zopenjdk system 11 system
2082026-08-18T23:15:49.299Zopenssl vendor 3 vendor
2092026-08-18T23:15:49.299Zperl system 5.40 system
2102026-08-18T23:15:49.299Zpostgresql system 18 system
2112026-08-18T23:15:49.299Zpostgresql system 17 system
2122026-08-18T23:15:49.299Zpython vendor 3 vendor
2132026-08-18T23:15:49.299Zpython system 2 system
2142026-08-18T23:15:49.299Zpython3 vendor 3.13 vendor
2152026-08-18T23:15:49.300Zruby system 3.4 system
2162026-08-18T23:15:49.300Zruby system 3.0 system
2172026-08-18T23:15:49.300Zwords vendor vendor american-english
2182026-08-18T23:15:49.300Zwords system system australian-english
2192026-08-18T23:15:49.300Zwords system system british-english
2202026-08-18T23:15:49.300Zwords system system canadian-english
2212026-08-18T23:15:49.300Zwords system system french
2222026-08-18T23:15:49.300Zwords system system italian
2232026-08-18T23:15:49.300Zwords system system ngerman
2242026-08-18T23:15:49.300Zwords system system ogerman
2252026-08-18T23:15:49.300Zwords system system spanish
2262026-08-18T23:15:49.552ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-18T23:15:49.552Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-18T23:15:50.002ZFMRI IFO
2292026-08-18T23:15:50.002Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-18T23:15:50.002Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-18T23:15:50.002Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-18T23:15:50.002Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-18T23:15:50.003Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-18T23:15:50.004Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-18T23:15:50.004Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-18T23:15:50.004Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-18T23:15:50.004Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-18T23:15:50.321Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-18T23:15:50.635Z Updating crates.io index
2402026-08-18T23:15:50.639Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-18T23:15:50.885Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-18T23:15:51.243Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-18T23:15:52.500Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-18T23:15:53.103Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-18T23:15:55.040Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-18T23:15:56.107Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-18T23:15:56.392Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-18T23:15:56.741Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-18T23:15:58.361Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-18T23:15:58.637Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-18T23:15:59.047Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-18T23:15:59.308Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-18T23:15:59.557Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-18T23:15:59.818Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-18T23:16:00.211Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-18T23:16:00.468Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-18T23:16:00.790Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-18T23:16:01.258Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-18T23:16:01.623Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-18T23:16:02.115Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-08-18T23:16:02.389Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-18T23:16:02.924Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-08-18T23:16:03.268Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-08-18T23:16:03.540Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-08-18T23:16:03.979Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-08-18T23:16:04.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-08-18T23:16:05.031Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-08-18T23:16:05.348Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-08-18T23:16:05.590Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-08-18T23:16:05.929Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-08-18T23:16:06.318Z Updating git repository `https://github.com/oxidecomputer/tough`
2722026-08-18T23:16:06.863Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-08-18T23:16:07.157Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-08-18T23:16:07.443Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-08-18T23:16:07.746Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-08-18T23:16:08.094Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-08-18T23:16:08.359Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-08-18T23:16:08.637Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-08-18T23:16:08.963Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-08-18T23:16:09.248Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-08-18T23:16:09.540Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-18T23:16:12.892Z Downloading crates ...
2832026-08-18T23:16:12.892Z Downloaded block-buffer v0.10.4
2842026-08-18T23:16:12.892Z Downloaded bytecount v0.6.9
2852026-08-18T23:16:12.893Z Downloaded clap_derive v4.6.1
2862026-08-18T23:16:12.893Z Downloaded anstream v1.0.0
2872026-08-18T23:16:12.893Z Downloaded bitflags v2.11.0
2882026-08-18T23:16:12.893Z Downloaded cargo-platform v0.3.2
2892026-08-18T23:16:12.893Z Downloaded proc-macro2 v1.0.106
2902026-08-18T23:16:12.893Z Downloaded swrite v0.1.0
2912026-08-18T23:16:12.893Z Downloaded usdt-macro v0.5.0
2922026-08-18T23:16:12.893Z Downloaded dof v0.3.0
2932026-08-18T23:16:12.893Z Downloaded scroll v0.12.0
2942026-08-18T23:16:12.893Z Downloaded anyhow v1.0.104
2952026-08-18T23:16:12.895Z Downloaded dtrace-parser v0.2.0
2962026-08-18T23:16:12.895Z Downloaded cargo_metadata v0.23.1
2972026-08-18T23:16:12.895Z Downloaded crypto-common v0.1.7
2982026-08-18T23:16:12.895Z Downloaded heck v0.4.1
2992026-08-18T23:16:12.896Z Downloaded equivalent v1.0.2
3002026-08-18T23:16:12.896Z Downloaded cfg-if v1.0.4
3012026-08-18T23:16:12.896Z Downloaded anstyle-query v1.1.5
3022026-08-18T23:16:12.896Z Downloaded byteorder v1.5.0
3032026-08-18T23:16:12.896Z Downloaded cpufeatures v0.2.17
3042026-08-18T23:16:12.896Z Downloaded zerocopy-derive v0.7.35
3052026-08-18T23:16:12.896Z Downloaded colorchoice v1.0.4
3062026-08-18T23:16:12.896Z Downloaded autocfg v1.5.0
3072026-08-18T23:16:12.896Z Downloaded errno v0.3.14
3082026-08-18T23:16:12.896Z Downloaded unicode-linebreak v0.1.5
3092026-08-18T23:16:12.896Z Downloaded zmij v1.0.21
3102026-08-18T23:16:12.896Z Downloaded camino-tempfile v1.4.1
3112026-08-18T23:16:12.896Z Downloaded cargo_toml v0.21.0
3122026-08-18T23:16:12.896Z Downloaded memmap v0.7.0
3132026-08-18T23:16:12.896Z Downloaded tabled_derive v0.7.0
3142026-08-18T23:16:12.896Z Downloaded clap_lex v1.0.0
3152026-08-18T23:16:12.896Z Downloaded digest v0.10.7
3162026-08-18T23:16:12.896Z Downloaded version_check v0.9.5
3172026-08-18T23:16:12.897Z Downloaded winnow v0.7.14
3182026-08-18T23:16:12.897Z Downloaded zerocopy v0.7.35
3192026-08-18T23:16:12.897Z Downloaded toml_write v0.1.2
3202026-08-18T23:16:12.897Z Downloaded thread-id v4.2.2
3212026-08-18T23:16:12.897Z Downloaded usdt v0.5.0
3222026-08-18T23:16:12.897Z Downloaded scroll_derive v0.12.1
3232026-08-18T23:16:12.897Z Downloaded usdt-attr-macro v0.5.0
3242026-08-18T23:16:12.897Z Downloaded proc-macro-error-attr v1.0.4
3252026-08-18T23:16:12.897Z Downloaded terminal_size v0.4.3
3262026-08-18T23:16:12.897Z Downloaded itoa v1.0.17
3272026-08-18T23:16:12.897Z Downloaded strsim v0.11.1
3282026-08-18T23:16:12.897Z Downloaded fastrand v2.3.0
3292026-08-18T23:16:12.897Z Downloaded fnv v1.0.7
3302026-08-18T23:16:12.897Z Downloaded generic-array v0.14.7
3312026-08-18T23:16:12.897Z Downloaded is_terminal_polyfill v1.70.2
3322026-08-18T23:16:12.897Z Downloaded serde_spanned v0.6.9
3332026-08-18T23:16:12.897Z Downloaded plain v0.2.3
3342026-08-18T23:16:12.897Z Downloaded pretty-hex v0.4.1
3352026-08-18T23:16:12.897Z Downloaded smawk v0.3.2
3362026-08-18T23:16:12.897Z Downloaded log v0.4.33
3372026-08-18T23:16:12.897Z Downloaded serde_tokenstream v0.2.3
3382026-08-18T23:16:12.906Z Downloaded toml_datetime v0.6.11
3392026-08-18T23:16:12.906Z Downloaded thiserror v1.0.69
3402026-08-18T23:16:12.906Z Downloaded thiserror-impl v2.0.18
3412026-08-18T23:16:12.906Z Downloaded anstyle-parse v1.0.0
3422026-08-18T23:16:12.906Z Downloaded heck v0.5.0
3432026-08-18T23:16:12.906Z Downloaded macaddr v1.0.1
3442026-08-18T23:16:12.906Z Downloaded anstyle v1.0.14
3452026-08-18T23:16:12.907Z Downloaded thiserror v2.0.18
3462026-08-18T23:16:12.907Z Downloaded fs-err v3.3.0
3472026-08-18T23:16:12.907Z Downloaded thiserror-impl v1.0.69
3482026-08-18T23:16:12.907Z Downloaded proc-macro-error v1.0.4
3492026-08-18T23:16:12.907Z Downloaded sha2 v0.10.9
3502026-08-18T23:16:12.907Z Downloaded pest_generator v2.8.6
3512026-08-18T23:16:12.907Z Downloaded toml v0.8.23
3522026-08-18T23:16:12.907Z Downloaded semver v1.0.28
3532026-08-18T23:16:12.907Z Downloaded utf8parse v0.2.2
3542026-08-18T23:16:12.907Z Downloaded ucd-trie v0.1.7
3552026-08-18T23:16:12.907Z Downloaded once_cell v1.21.3
3562026-08-18T23:16:12.907Z Downloaded quote v1.0.45
3572026-08-18T23:16:12.907Z Downloaded tempfile v3.27.0
3582026-08-18T23:16:12.907Z Downloaded usdt-impl v0.5.0
3592026-08-18T23:16:12.907Z Downloaded camino v1.2.5
3602026-08-18T23:16:12.907Z Downloaded papergrid v0.11.0
3612026-08-18T23:16:12.907Z Downloaded getrandom v0.3.4
3622026-08-18T23:16:12.907Z Downloaded unicode-ident v1.0.24
3632026-08-18T23:16:12.907Z Downloaded clap v4.6.1
3642026-08-18T23:16:12.908Z Downloaded textwrap v0.16.2
3652026-08-18T23:16:12.908Z Downloaded serde_derive v1.0.229
3662026-08-18T23:16:12.908Z Downloaded pest_meta v2.8.6
3672026-08-18T23:16:12.908Z Downloaded toml_edit v0.22.27
3682026-08-18T23:16:12.908Z Downloaded serde_core v1.0.229
3692026-08-18T23:16:12.908Z Downloaded pest_derive v2.8.6
3702026-08-18T23:16:12.908Z Downloaded memchr v2.8.0
3712026-08-18T23:16:12.908Z Downloaded serde v1.0.229
3722026-08-18T23:16:12.908Z Downloaded typenum v1.20.1
3732026-08-18T23:16:12.908Z Downloaded indexmap v2.14.0
3742026-08-18T23:16:12.938Z Downloaded pest v2.8.6
3752026-08-18T23:16:12.945Z Downloaded hashbrown v0.17.0
3762026-08-18T23:16:12.948Z Downloaded serde_json v1.0.151
3772026-08-18T23:16:12.961Z Downloaded clap_builder v4.6.0
3782026-08-18T23:16:12.974Z Downloaded tabled v0.15.0
3792026-08-18T23:16:12.981Z Downloaded goblin v0.8.2
3802026-08-18T23:16:13.002Z Downloaded syn v1.0.109
3812026-08-18T23:16:13.008Z Downloaded syn v2.0.117
3822026-08-18T23:16:13.014Z Downloaded unicode-width v0.1.14
3832026-08-18T23:16:13.018Z Downloaded unicode-width v0.2.0
3842026-08-18T23:16:13.020Z Downloaded syn v3.0.3
3852026-08-18T23:16:13.038Z Downloaded rustix v1.1.4
3862026-08-18T23:16:13.062Z Downloaded libc v0.2.185
3872026-08-18T23:16:13.124Z Compiling proc-macro2 v1.0.106
3882026-08-18T23:16:13.124Z Compiling unicode-ident v1.0.24
3892026-08-18T23:16:13.124Z Compiling quote v1.0.45
3902026-08-18T23:16:13.128Z Compiling serde_core v1.0.229
3912026-08-18T23:16:13.128Z Compiling libc v0.2.185
3922026-08-18T23:16:13.128Z Compiling version_check v0.9.5
3932026-08-18T23:16:13.128Z Compiling memchr v2.8.0
3942026-08-18T23:16:13.128Z Compiling serde v1.0.229
3952026-08-18T23:16:13.437Z Compiling zmij v1.0.21
3962026-08-18T23:16:13.635Z Compiling ucd-trie v0.1.7
3972026-08-18T23:16:13.766Z Compiling itoa v1.0.17
3982026-08-18T23:16:13.886Z Compiling thiserror v1.0.69
3992026-08-18T23:16:13.947Z Compiling pest v2.8.6
4002026-08-18T23:16:13.968Z Compiling rustix v1.1.4
4012026-08-18T23:16:14.088Z Compiling byteorder v1.5.0
4022026-08-18T23:16:14.352Z Compiling errno v0.3.14
4032026-08-18T23:16:14.503Z Compiling serde_json v1.0.151
4042026-08-18T23:16:14.519Z Compiling bitflags v2.11.0
4052026-08-18T23:16:14.672Z Compiling syn v2.0.117
4062026-08-18T23:16:14.692Z Compiling syn v3.0.3
4072026-08-18T23:16:14.767Z Compiling thread-id v4.2.2
4082026-08-18T23:16:14.786Z Compiling usdt-impl v0.5.0
4092026-08-18T23:16:14.850Z Compiling proc-macro-error-attr v1.0.4
4102026-08-18T23:16:14.991Z Compiling syn v1.0.109
4112026-08-18T23:16:15.034Z Compiling pest_meta v2.8.6
4122026-08-18T23:16:15.232Z Compiling camino v1.2.5
4132026-08-18T23:16:15.493Z Compiling proc-macro-error v1.0.4
4142026-08-18T23:16:15.678Z Compiling hashbrown v0.17.0
4152026-08-18T23:16:15.716Z Compiling equivalent v1.0.2
4162026-08-18T23:16:15.830Z Compiling getrandom v0.3.4
4172026-08-18T23:16:15.957Z Compiling log v0.4.33
4182026-08-18T23:16:16.150Z Compiling plain v0.2.3
4192026-08-18T23:16:16.240Z Compiling utf8parse v0.2.2
4202026-08-18T23:16:16.265Z Compiling indexmap v2.14.0
4212026-08-18T23:16:16.357Z Compiling anstyle-parse v1.0.0
4222026-08-18T23:16:16.588Z Compiling terminal_size v0.4.3
4232026-08-18T23:16:16.798Z Compiling serde_derive v1.0.229
4242026-08-18T23:16:16.825Z Compiling cfg-if v1.0.4
4252026-08-18T23:16:16.886Z Compiling pest_generator v2.8.6
4262026-08-18T23:16:16.902Z Compiling toml_write v0.1.2
4272026-08-18T23:16:16.950Z Compiling colorchoice v1.0.4
4282026-08-18T23:16:16.969Z Compiling anstyle-query v1.1.5
4292026-08-18T23:16:17.014Z Compiling anstyle v1.0.14
4302026-08-18T23:16:17.068Z Compiling thiserror v2.0.18
4312026-08-18T23:16:17.084Z Compiling is_terminal_polyfill v1.70.2
4322026-08-18T23:16:17.099Z Compiling pretty-hex v0.4.1
4332026-08-18T23:16:17.185Z Compiling winnow v0.7.14
4342026-08-18T23:16:17.239Z Compiling autocfg v1.5.0
4352026-08-18T23:16:17.242Z Compiling anstream v1.0.0
4362026-08-18T23:16:17.604Z Compiling unicode-width v0.1.14
4372026-08-18T23:16:17.664Z Compiling fs-err v3.3.0
4382026-08-18T23:16:17.681Z Compiling strsim v0.11.1
4392026-08-18T23:16:17.862Z Compiling once_cell v1.21.3
4402026-08-18T23:16:17.906Z Compiling heck v0.4.1
4412026-08-18T23:16:18.019Z Compiling fastrand v2.3.0
4422026-08-18T23:16:18.061Z Compiling bytecount v0.6.9
4432026-08-18T23:16:18.078Z Compiling clap_lex v1.0.0
4442026-08-18T23:16:18.095Z Compiling fnv v1.0.7
4452026-08-18T23:16:18.196Z Compiling heck v0.5.0
4462026-08-18T23:16:18.213Z Compiling anyhow v1.0.104
4472026-08-18T23:16:18.276Z Compiling clap_builder v4.6.0
4482026-08-18T23:16:18.303Z Compiling tempfile v3.27.0
4492026-08-18T23:16:18.430Z Compiling papergrid v0.11.0
4502026-08-18T23:16:18.534Z Compiling thiserror-impl v1.0.69
4512026-08-18T23:16:18.659Z Compiling zerocopy-derive v0.7.35
4522026-08-18T23:16:18.678Z Compiling pest_derive v2.8.6
4532026-08-18T23:16:18.695Z Compiling scroll_derive v0.12.1
4542026-08-18T23:16:18.728Z Compiling thiserror-impl v2.0.18
4552026-08-18T23:16:19.159Z Compiling tabled_derive v0.7.0
4562026-08-18T23:16:19.391Z Compiling scroll v0.12.0
4572026-08-18T23:16:19.547Z Compiling zerocopy v0.7.35
4582026-08-18T23:16:19.879Z Compiling goblin v0.8.2
4592026-08-18T23:16:19.922Z Compiling dtrace-parser v0.2.0
4602026-08-18T23:16:20.090Z Compiling toml_datetime v0.6.11
4612026-08-18T23:16:20.106Z Compiling serde_spanned v0.6.9
4622026-08-18T23:16:20.121Z Compiling dof v0.3.0
4632026-08-18T23:16:20.142Z Compiling serde_tokenstream v0.2.3
4642026-08-18T23:16:20.251Z Compiling clap_derive v4.6.1
4652026-08-18T23:16:20.315Z Compiling toml_edit v0.22.27
4662026-08-18T23:16:20.473Z Compiling semver v1.0.28
4672026-08-18T23:16:20.514Z Compiling cargo-platform v0.3.2
4682026-08-18T23:16:20.662Z Compiling memmap v0.7.0
4692026-08-18T23:16:20.789Z Compiling unicode-linebreak v0.1.5
4702026-08-18T23:16:20.792Z Compiling smawk v0.3.2
4712026-08-18T23:16:20.849Z Compiling unicode-width v0.2.0
4722026-08-18T23:16:20.937Z Compiling cargo_metadata v0.23.1
4732026-08-18T23:16:21.069Z Compiling usdt-attr-macro v0.5.0
4742026-08-18T23:16:21.131Z Compiling usdt-macro v0.5.0
4752026-08-18T23:16:21.325Z Compiling textwrap v0.16.2
4762026-08-18T23:16:21.352Z Compiling tabled v0.15.0
4772026-08-18T23:16:21.735Z Compiling toml v0.8.23
4782026-08-18T23:16:21.767Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-08-18T23:16:21.788Z Compiling macaddr v1.0.1
4802026-08-18T23:16:21.978Z Compiling clap v4.6.1
4812026-08-18T23:16:22.068Z Compiling camino-tempfile v1.4.1
4822026-08-18T23:16:22.264Z Compiling cargo_toml v0.21.0
4832026-08-18T23:16:22.299Z Compiling swrite v0.1.0
4842026-08-18T23:16:22.851Z Compiling usdt v0.5.0
4852026-08-18T23:16:23.650Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-18T23:16:25.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.52s
4872026-08-18T23:16:25.879Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-18T23:16:26.384Z Downloading crates ...
4892026-08-18T23:16:26.440Z Downloaded array-init v0.0.4
4902026-08-18T23:16:26.444Z Downloaded allocator-api2 v0.2.21
4912026-08-18T23:16:26.446Z Downloaded atomic-waker v1.1.2
4922026-08-18T23:16:26.451Z Downloaded backtrace v0.3.76
4932026-08-18T23:16:26.458Z Downloaded bitfield v0.19.4
4942026-08-18T23:16:26.462Z Downloaded ena v0.14.4
4952026-08-18T23:16:26.469Z Downloaded bitfield-macros v0.19.4
4962026-08-18T23:16:26.472Z Downloaded base16ct v1.0.0
4972026-08-18T23:16:26.476Z Downloaded bcrypt-pbkdf v0.11.0
4982026-08-18T23:16:26.478Z Downloaded ascii-canvas v3.0.0
4992026-08-18T23:16:26.479Z Downloaded async-stream v0.3.6
5002026-08-18T23:16:26.482Z Downloaded float-cmp v0.10.0
5012026-08-18T23:16:26.482Z Downloaded bb8 v0.8.6
5022026-08-18T23:16:26.482Z Downloaded bit-set v0.5.3
5032026-08-18T23:16:26.482Z Downloaded enum-as-inner v0.6.1
5042026-08-18T23:16:26.485Z Downloaded async-recursion v1.1.1
5052026-08-18T23:16:26.488Z Downloaded float-ord v0.3.2
5062026-08-18T23:16:26.489Z Downloaded atomicwrites v0.4.4
5072026-08-18T23:16:26.491Z Downloaded async-stream-impl v0.3.6
5082026-08-18T23:16:26.491Z Downloaded bit-set v0.8.0
5092026-08-18T23:16:26.491Z Downloaded fd-lock v4.0.4
5102026-08-18T23:16:26.494Z Downloaded atty v0.2.14
5112026-08-18T23:16:26.498Z Downloaded endian-type v0.1.2
5122026-08-18T23:16:26.501Z Downloaded futures-macro v0.3.32
5132026-08-18T23:16:26.501Z Downloaded block-padding v0.4.2
5142026-08-18T23:16:26.501Z Downloaded foreign-types-shared v0.3.1
5152026-08-18T23:16:26.501Z Downloaded base16ct v0.2.0
5162026-08-18T23:16:26.501Z Downloaded aead v0.5.2
5172026-08-18T23:16:26.503Z Downloaded foreign-types-macros v0.2.3
5182026-08-18T23:16:26.504Z Downloaded futures-core v0.3.32
5192026-08-18T23:16:26.506Z Downloaded flagset v0.4.7
5202026-08-18T23:16:26.509Z Downloaded assert_matches v1.5.0
5212026-08-18T23:16:26.514Z Downloaded adler2 v2.0.1
5222026-08-18T23:16:26.517Z Downloaded funty v2.0.0
5232026-08-18T23:16:26.517Z Downloaded gethostname v0.5.0
5242026-08-18T23:16:26.520Z Downloaded env_filter v2.0.0
5252026-08-18T23:16:26.520Z Downloaded form_urlencoded v1.2.2
5262026-08-18T23:16:26.520Z Downloaded anstream v0.6.21
5272026-08-18T23:16:26.523Z Downloaded bit-vec v0.6.3
5282026-08-18T23:16:26.525Z Downloaded cfg_aliases v0.2.1
5292026-08-18T23:16:26.525Z Downloaded futures-task v0.3.32
5302026-08-18T23:16:26.528Z Downloaded block-buffer v0.12.1
5312026-08-18T23:16:26.531Z Downloaded compression-core v0.4.31
5322026-08-18T23:16:26.534Z Downloaded arrayref v0.3.9
5332026-08-18T23:16:26.538Z Downloaded bitfield-struct v0.6.2
5342026-08-18T23:16:26.540Z Downloaded castaway v0.2.4
5352026-08-18T23:16:26.540Z Downloaded ff v0.14.0
5362026-08-18T23:16:26.540Z Downloaded flume v0.11.1
5372026-08-18T23:16:26.543Z Downloaded foreign-types v0.3.2
5382026-08-18T23:16:26.543Z Downloaded foreign-types-shared v0.1.1
5392026-08-18T23:16:26.543Z Downloaded futures-io v0.3.32
5402026-08-18T23:16:26.543Z Downloaded arc-swap v1.8.2
5412026-08-18T23:16:26.546Z Downloaded backoff v0.4.0
5422026-08-18T23:16:26.548Z Downloaded normalize-line-endings v0.3.0
5432026-08-18T23:16:26.548Z Downloaded ghash v0.6.0
5442026-08-18T23:16:26.548Z Downloaded futures-sink v0.3.32
5452026-08-18T23:16:26.548Z Downloaded fxhash v0.2.1
5462026-08-18T23:16:26.551Z Downloaded fixedbitset v0.4.2
5472026-08-18T23:16:26.554Z Downloaded ciborium-io v0.2.2
5482026-08-18T23:16:26.556Z Downloaded cfg_aliases v0.1.1
5492026-08-18T23:16:26.560Z Downloaded cobs v0.3.0
5502026-08-18T23:16:26.560Z Downloaded globwalk v0.9.1
5512026-08-18T23:16:26.560Z Downloaded hash32 v0.3.1
5522026-08-18T23:16:26.564Z Downloaded ciborium-ll v0.2.2
5532026-08-18T23:16:26.567Z Downloaded headers-core v0.3.0
5542026-08-18T23:16:26.567Z Downloaded fallible-iterator v0.2.0
5552026-08-18T23:16:26.567Z Downloaded ff v0.13.1
5562026-08-18T23:16:26.567Z Downloaded foldhash v0.1.5
5572026-08-18T23:16:26.570Z Downloaded futures-executor v0.3.32
5582026-08-18T23:16:26.570Z Downloaded foreign-types v0.5.0
5592026-08-18T23:16:26.570Z Downloaded erased-serde v0.3.31
5602026-08-18T23:16:26.570Z Downloaded foldhash v0.2.0
5612026-08-18T23:16:26.570Z Downloaded nibble_vec v0.1.0
5622026-08-18T23:16:26.573Z Downloaded nodrop v0.1.14
5632026-08-18T23:16:26.573Z Downloaded hubpack v0.1.2
5642026-08-18T23:16:26.576Z Downloaded hex-literal v1.1.0
5652026-08-18T23:16:26.582Z Downloaded hostname v0.3.1
5662026-08-18T23:16:26.586Z Downloaded http-range v0.1.5
5672026-08-18T23:16:26.586Z Downloaded git-stub v1.0.0
5682026-08-18T23:16:26.586Z Downloaded anstyle-parse v0.2.7
5692026-08-18T23:16:26.589Z Downloaded backtrace-ext v0.2.1
5702026-08-18T23:16:26.589Z Downloaded arrayvec v0.7.6
5712026-08-18T23:16:26.591Z Downloaded bcs v0.1.6
5722026-08-18T23:16:26.594Z Downloaded hostname v0.4.2
5732026-08-18T23:16:26.597Z Downloaded home v0.5.12
5742026-08-18T23:16:26.599Z Downloaded cipher v0.5.2
5752026-08-18T23:16:26.602Z Downloaded httpdate v1.0.3
5762026-08-18T23:16:26.602Z Downloaded async-trait v0.1.89
5772026-08-18T23:16:26.605Z Downloaded aead v0.6.1
5782026-08-18T23:16:26.608Z Downloaded num_threads v0.1.7
5792026-08-18T23:16:26.608Z Downloaded openssl-probe v0.1.6
5802026-08-18T23:16:26.611Z Downloaded hubpack_derive v0.1.1
5812026-08-18T23:16:26.611Z Downloaded ahash v0.8.12
5822026-08-18T23:16:26.611Z Downloaded fs_extra v1.3.0
5832026-08-18T23:16:26.613Z Downloaded camino-tempfile-ext v0.3.3
5842026-08-18T23:16:26.616Z Downloaded env_logger v0.11.11
5852026-08-18T23:16:26.619Z Downloaded enum_dispatch v0.3.13
5862026-08-18T23:16:26.619Z Downloaded byte-wrapper v0.1.0
5872026-08-18T23:16:26.622Z Downloaded cexpr v0.6.0
5882026-08-18T23:16:26.622Z Downloaded filetime v0.2.27
5892026-08-18T23:16:26.622Z Downloaded fs-err v2.11.0
5902026-08-18T23:16:26.625Z Downloaded bs58 v0.5.1
5912026-08-18T23:16:26.625Z Downloaded find-msvc-tools v0.1.9
5922026-08-18T23:16:26.627Z Downloaded globset v0.4.18
5932026-08-18T23:16:26.627Z Downloaded getrandom v0.2.17
5942026-08-18T23:16:26.627Z Downloaded getrandom v0.4.3
5952026-08-18T23:16:26.631Z Downloaded group v0.14.0
5962026-08-18T23:16:26.634Z Downloaded base64ct v1.8.3
5972026-08-18T23:16:26.634Z Downloaded hash32 v0.2.1
5982026-08-18T23:16:26.634Z Downloaded hex v0.4.3
5992026-08-18T23:16:26.637Z Downloaded percent-encoding v2.3.2
6002026-08-18T23:16:26.637Z Downloaded predicates-tree v1.0.13
6012026-08-18T23:16:26.639Z Downloaded precomputed-hash v0.1.1
6022026-08-18T23:16:26.639Z Downloaded progenitor-macro v0.13.0
6032026-08-18T23:16:26.642Z Downloaded rand_xorshift v0.4.0
6042026-08-18T23:16:26.642Z Downloaded recursive-proc-macro-impl v0.1.1
6052026-08-18T23:16:26.646Z Downloaded progenitor-client v0.14.0
6062026-08-18T23:16:26.654Z Downloaded blowfish v0.10.0
6072026-08-18T23:16:26.656Z Downloaded cmov v0.5.4
6082026-08-18T23:16:26.662Z Downloaded cbc v0.2.1
6092026-08-18T23:16:26.664Z Downloaded cipher v0.4.4
6102026-08-18T23:16:26.665Z Downloaded http-body-util v0.1.3
6112026-08-18T23:16:26.667Z Downloaded bitflags v1.3.2
6122026-08-18T23:16:26.667Z Downloaded glob v0.3.3
6132026-08-18T23:16:26.670Z Downloaded cassowary v0.3.0
6142026-08-18T23:16:26.673Z Downloaded highway v1.3.0
6152026-08-18T23:16:26.673Z Downloaded rtoolbox v0.0.3
6162026-08-18T23:16:26.676Z Downloaded git-stub-vcs v0.1.0
6172026-08-18T23:16:26.676Z Downloaded group v0.13.0
6182026-08-18T23:16:26.676Z Downloaded num-integer v0.1.46
6192026-08-18T23:16:26.679Z Downloaded backon v1.6.0
6202026-08-18T23:16:26.681Z Downloaded http-body v1.0.1
6212026-08-18T23:16:26.681Z Downloaded addr2line v0.25.1
6222026-08-18T23:16:26.684Z Downloaded bit-vec v0.8.0
6232026-08-18T23:16:26.687Z Downloaded const-oid v0.9.6
6242026-08-18T23:16:26.687Z Downloaded num_enum v0.5.11
6252026-08-18T23:16:26.689Z Downloaded openssl-macros v0.1.1
6262026-08-18T23:16:26.689Z Downloaded async-bb8-diesel v0.2.1
6272026-08-18T23:16:26.692Z Downloaded signature v2.2.0
6282026-08-18T23:16:26.692Z Downloaded futures-channel v0.3.32
6292026-08-18T23:16:26.695Z Downloaded oxide-update-engine v0.1.2
6302026-08-18T23:16:26.695Z Downloaded ciborium v0.2.2
6312026-08-18T23:16:26.698Z Downloaded phf v0.12.1
6322026-08-18T23:16:26.698Z Downloaded bzip2 v0.4.4
6332026-08-18T23:16:26.698Z Downloaded chacha20 v0.9.1
6342026-08-18T23:16:26.701Z Downloaded colored v3.1.1
6352026-08-18T23:16:26.701Z Downloaded httparse v1.10.1
6362026-08-18T23:16:26.704Z Downloaded fixedbitset v0.5.7
6372026-08-18T23:16:26.704Z Downloaded humantime v2.3.0
6382026-08-18T23:16:26.704Z Downloaded structmeta-derive v0.3.0
6392026-08-18T23:16:26.704Z Downloaded signature v3.0.0
6402026-08-18T23:16:26.707Z Downloaded structmeta v0.3.0
6412026-08-18T23:16:26.707Z Downloaded sqlparser_derive v0.5.0
6422026-08-18T23:16:26.712Z Downloaded stable_deref_trait v1.2.1
6432026-08-18T23:16:26.712Z Downloaded parse-display-derive v0.10.0
6442026-08-18T23:16:26.712Z Downloaded peg-macros v0.8.5
6452026-08-18T23:16:26.713Z Downloaded argon2 v0.6.0-rc.8
6462026-08-18T23:16:26.713Z Downloaded cancel-safe-futures v0.1.5
6472026-08-18T23:16:26.716Z Downloaded supports-unicode v3.0.0
6482026-08-18T23:16:26.716Z Downloaded pin-project-internal v1.1.11
6492026-08-18T23:16:26.716Z Downloaded pem-rfc7468 v1.0.0
6502026-08-18T23:16:26.716Z Downloaded tabwriter v1.4.1
6512026-08-18T23:16:26.716Z Downloaded psm v0.1.30
6522026-08-18T23:16:26.719Z Downloaded rand_seeder v0.4.0
6532026-08-18T23:16:26.719Z Downloaded tokio-test v0.4.5
6542026-08-18T23:16:26.719Z Downloaded thiserror-impl-no-std v2.0.2
6552026-08-18T23:16:26.723Z Downloaded primeorder v0.14.0
6562026-08-18T23:16:26.727Z Downloaded tower-service v0.3.3
6572026-08-18T23:16:26.727Z Downloaded try-lock v0.2.5
6582026-08-18T23:16:26.727Z Downloaded universal-hash v0.6.1
6592026-08-18T23:16:26.727Z Downloaded pkcs8 v0.10.2
6602026-08-18T23:16:26.729Z Downloaded primeorder v0.13.6
6612026-08-18T23:16:26.729Z Downloaded resolv-conf v0.7.6
6622026-08-18T23:16:26.733Z Downloaded rand_core v0.6.4
6632026-08-18T23:16:26.736Z Downloaded console v0.16.2
6642026-08-18T23:16:26.736Z Downloaded buf-list v1.1.2
6652026-08-18T23:16:26.736Z Downloaded colored v2.2.0
6662026-08-18T23:16:26.739Z Downloaded seq-macro v0.3.6
6672026-08-18T23:16:26.739Z Downloaded serde_derive_internals v0.29.1
6682026-08-18T23:16:26.739Z Downloaded compression-codecs v0.4.37
6692026-08-18T23:16:26.742Z Downloaded rustls-native-certs v0.8.3
6702026-08-18T23:16:26.742Z Downloaded rustls-pemfile v2.2.0
6712026-08-18T23:16:26.744Z Downloaded typify-macro v0.6.2
6722026-08-18T23:16:26.744Z Downloaded chacha20 v0.10.0
6732026-08-18T23:16:26.744Z Downloaded bzip2 v0.6.1
6742026-08-18T23:16:26.748Z Downloaded blake2 v0.10.6
6752026-08-18T23:16:26.748Z Downloaded void v1.0.2
6762026-08-18T23:16:26.748Z Downloaded cmake v0.1.57
6772026-08-18T23:16:26.752Z Downloaded console v0.15.11
6782026-08-18T23:16:26.752Z Downloaded half v1.8.3
6792026-08-18T23:16:26.756Z Downloaded clang-sys v1.8.1
6802026-08-18T23:16:26.759Z Downloaded schemars_derive v0.8.22
6812026-08-18T23:16:26.764Z Downloaded scrypt v0.12.0
6822026-08-18T23:16:26.767Z Downloaded secrecy v0.8.0
6832026-08-18T23:16:26.767Z Downloaded argon2 v0.5.3
6842026-08-18T23:16:26.767Z Downloaded hmac v0.12.1
6852026-08-18T23:16:26.772Z Downloaded paste v1.0.15
6862026-08-18T23:16:26.775Z Downloaded hybrid-array v0.4.13
6872026-08-18T23:16:26.775Z Downloaded yoke-derive v0.8.1
6882026-08-18T23:16:26.778Z Downloaded sha1 v0.10.6
6892026-08-18T23:16:26.778Z Downloaded shlex v1.3.0
6902026-08-18T23:16:26.778Z Downloaded crypto-common v0.2.2
6912026-08-18T23:16:26.783Z Downloaded crc v3.4.0
6922026-08-18T23:16:26.783Z Downloaded serde_with_macros v1.5.2
6932026-08-18T23:16:26.783Z Downloaded const-oid v0.10.2
6942026-08-18T23:16:26.783Z Downloaded string_cache v0.8.9
6952026-08-18T23:16:26.786Z Downloaded generic-array v1.4.3
6962026-08-18T23:16:26.789Z Downloaded slog-dtrace v0.3.0
6972026-08-18T23:16:26.791Z Downloaded slog-stdlog v4.1.1
6982026-08-18T23:16:26.791Z Downloaded smallvec v0.6.14
6992026-08-18T23:16:26.791Z Downloaded subtle v2.6.1
7002026-08-18T23:16:26.794Z Downloaded poly1305 v0.9.0
7012026-08-18T23:16:26.794Z Downloaded thiserror-no-std v2.0.2
7022026-08-18T23:16:26.797Z Downloaded tinystr v0.8.2
7032026-08-18T23:16:26.797Z Downloaded tls_codec_derive v0.4.2
7042026-08-18T23:16:26.800Z Downloaded darling_macro v0.13.4
7052026-08-18T23:16:26.800Z Downloaded termios v0.3.3
7062026-08-18T23:16:26.800Z Downloaded tokio-native-tls v0.3.1
7072026-08-18T23:16:26.804Z Downloaded document-features v0.2.12
7082026-08-18T23:16:26.804Z Downloaded embedded-io v0.6.1
7092026-08-18T23:16:26.807Z Downloaded serde_cbor v0.11.2
7102026-08-18T23:16:26.807Z Downloaded embedded-io v0.4.0
7112026-08-18T23:16:26.810Z Downloaded rustls-pki-types v1.14.0
7122026-08-18T23:16:26.810Z Downloaded instability v0.3.11
7132026-08-18T23:16:26.810Z Downloaded usdt-macro v0.6.0
7142026-08-18T23:16:26.813Z Downloaded vergen-lib v9.1.0
7152026-08-18T23:16:26.813Z Downloaded instant v0.1.13
7162026-08-18T23:16:26.813Z Downloaded xshell v0.2.7
7172026-08-18T23:16:26.816Z Downloaded dirs-next v2.0.0
7182026-08-18T23:16:26.816Z Downloaded blake2 v0.11.0-rc.6
7192026-08-18T23:16:26.819Z Downloaded illumos-nvpair-sys v0.2.0
7202026-08-18T23:16:26.819Z Downloaded tui-tree-widget v0.23.1
7212026-08-18T23:16:26.822Z Downloaded dropshot-api-manager-types v0.8.0
7222026-08-18T23:16:26.824Z Downloaded jiff-static v0.2.34
7232026-08-18T23:16:26.828Z Downloaded newtype_derive v0.1.6
7242026-08-18T23:16:26.832Z Downloaded uzers v0.12.2
7252026-08-18T23:16:26.835Z Downloaded maplit v1.0.2
7262026-08-18T23:16:26.838Z Downloaded fatfs v0.3.6
7272026-08-18T23:16:26.838Z Downloaded hmac v0.13.0
7282026-08-18T23:16:26.841Z Downloaded num-derive v0.4.2
7292026-08-18T23:16:26.841Z Downloaded writeable v0.6.2
7302026-08-18T23:16:26.841Z Downloaded lru-slab v0.1.2
7312026-08-18T23:16:26.843Z Downloaded base64 v0.22.1
7322026-08-18T23:16:26.843Z Downloaded bytes v1.11.1
7332026-08-18T23:16:26.846Z Downloaded zerovec-derive v0.11.2
7342026-08-18T23:16:26.846Z Downloaded constant_time_eq v0.4.2
7352026-08-18T23:16:26.849Z Downloaded managed v0.8.0
7362026-08-18T23:16:26.852Z Downloaded half v2.7.1
7372026-08-18T23:16:26.854Z Downloaded lzss v0.8.2
7382026-08-18T23:16:26.854Z Downloaded new_debug_unreachable v1.0.6
7392026-08-18T23:16:26.857Z Downloaded ar_archive_writer v0.5.1
7402026-08-18T23:16:26.860Z Downloaded omicron-zone-package v0.12.3
7412026-08-18T23:16:26.866Z Downloaded olpc-cjson v0.1.4
7422026-08-18T23:16:26.868Z Downloaded opaque-debug v0.3.1
7432026-08-18T23:16:26.871Z Downloaded yoke v0.8.1
7442026-08-18T23:16:26.874Z Downloaded futures v0.3.32
7452026-08-18T23:16:26.876Z Downloaded progenitor-macro v0.14.0
7462026-08-18T23:16:26.879Z Downloaded packed_struct_codegen v0.10.1
7472026-08-18T23:16:26.879Z Downloaded base64 v0.21.7
7482026-08-18T23:16:26.882Z Downloaded async-compression v0.4.41
7492026-08-18T23:16:26.886Z Downloaded darling v0.13.4
7502026-08-18T23:16:26.890Z Downloaded data-encoding v2.10.0
7512026-08-18T23:16:26.890Z Downloaded flate2 v1.1.9
7522026-08-18T23:16:26.893Z Downloaded slog-term v2.9.2
7532026-08-18T23:16:26.893Z Downloaded predicates-core v1.0.10
7542026-08-18T23:16:26.893Z Downloaded radium v0.7.0
7552026-08-18T23:16:26.894Z Downloaded pkcs5 v0.8.1
7562026-08-18T23:16:26.898Z Downloaded postgres-types v0.2.12
7572026-08-18T23:16:26.898Z Downloaded toml_parser v1.1.2+spec-1.1.0
7582026-08-18T23:16:26.901Z Downloaded rand_chacha v0.3.1
7592026-08-18T23:16:26.901Z Downloaded ref-cast v1.0.25
7602026-08-18T23:16:26.901Z Downloaded defmt-macros v1.0.1
7612026-08-18T23:16:26.904Z Downloaded rfc6979 v0.4.0
7622026-08-18T23:16:26.904Z Downloaded rfc6979 v0.6.0
7632026-08-18T23:16:26.904Z Downloaded scroll_derive v0.13.1
7642026-08-18T23:16:26.904Z Downloaded serde_repr v0.1.20
7652026-08-18T23:16:26.908Z Downloaded diesel-dtrace v0.5.0
7662026-08-18T23:16:26.908Z Downloaded chacha20poly1305 v0.10.1
7672026-08-18T23:16:26.911Z Downloaded libefi-sys v0.1.0
7682026-08-18T23:16:26.911Z Downloaded linear-map v1.2.0
7692026-08-18T23:16:26.914Z Downloaded shell-words v1.1.1
7702026-08-18T23:16:26.919Z Downloaded signal-hook-tokio v0.3.1
7712026-08-18T23:16:26.922Z Downloaded libscf-sys v1.2.0
7722026-08-18T23:16:26.922Z Downloaded ron v0.8.1
7732026-08-18T23:16:26.925Z Downloaded cookie_store v0.22.1
7742026-08-18T23:16:26.929Z Downloaded p256 v0.14.0
7752026-08-18T23:16:26.929Z Downloaded headers v0.4.1
7762026-08-18T23:16:26.932Z Downloaded multer v3.1.0
7772026-08-18T23:16:26.936Z Downloaded termtree v0.5.1
7782026-08-18T23:16:26.938Z Downloaded heapless v0.7.17
7792026-08-18T23:16:26.939Z Downloaded tap v1.0.1
7802026-08-18T23:16:26.939Z Downloaded tower-layer v0.3.3
7812026-08-18T23:16:26.941Z Downloaded tokio-macros v2.7.0
7822026-08-18T23:16:26.941Z Downloaded num_enum v0.7.6
7832026-08-18T23:16:26.951Z Downloaded zerocopy v0.6.6
7842026-08-18T23:16:26.955Z Downloaded slog v2.8.2
7852026-08-18T23:16:26.955Z Downloaded crossbeam-utils v0.8.21
7862026-08-18T23:16:26.957Z Downloaded password-hash v0.5.0
7872026-08-18T23:16:26.958Z Downloaded supports-color v3.0.2
7882026-08-18T23:16:26.961Z Downloaded unicode-xid v0.2.6
7892026-08-18T23:16:26.961Z Downloaded phf v0.13.1
7902026-08-18T23:16:26.961Z Downloaded smallvec v1.15.1
7912026-08-18T23:16:26.964Z Downloaded usdt-attr-macro v0.6.0
7922026-08-18T23:16:26.964Z Downloaded ctr v0.10.1
7932026-08-18T23:16:26.964Z Downloaded phc v0.6.1
7942026-08-18T23:16:26.964Z Downloaded progenitor-extras v0.2.0
7952026-08-18T23:16:26.964Z Downloaded waitgroup v0.1.2
7962026-08-18T23:16:26.967Z Downloaded cpubits v0.1.1
7972026-08-18T23:16:26.968Z Downloaded csv-core v0.1.13
7982026-08-18T23:16:26.968Z Downloaded rand_chacha v0.9.0
7992026-08-18T23:16:26.968Z Downloaded peg v0.8.5
8002026-08-18T23:16:26.971Z Downloaded darling v0.20.11
8012026-08-18T23:16:26.974Z Downloaded trait-variant v0.1.2
8022026-08-18T23:16:26.974Z Downloaded quick-error v1.2.3
8032026-08-18T23:16:26.974Z Downloaded xattr v1.6.1
8042026-08-18T23:16:26.974Z Downloaded zone v0.3.1
8052026-08-18T23:16:26.977Z Downloaded convert_case v0.4.0
8062026-08-18T23:16:26.977Z Downloaded crc8 v0.1.1
8072026-08-18T23:16:26.977Z Downloaded zeroize_derive v1.5.0
8082026-08-18T23:16:26.980Z Downloaded curve25519-dalek-derive v0.1.1
8092026-08-18T23:16:26.980Z Downloaded predicates v3.1.4
8102026-08-18T23:16:26.984Z Downloaded scroll v0.13.0
8112026-08-18T23:16:26.984Z Downloaded chumsky v0.9.3
8122026-08-18T23:16:26.987Z Downloaded toml v0.7.8
8132026-08-18T23:16:26.990Z Downloaded elliptic-curve v0.14.1
8142026-08-18T23:16:26.993Z Downloaded cc v1.2.56
8152026-08-18T23:16:26.993Z Downloaded unicode-properties v0.1.4
8162026-08-18T23:16:26.996Z Downloaded ingot-macros v0.2.0
8172026-08-18T23:16:26.998Z Downloaded keccak v0.2.0
8182026-08-18T23:16:26.998Z Downloaded debug-ignore v1.0.5
8192026-08-18T23:16:27.001Z Downloaded diesel_table_macro_syntax v0.3.0
8202026-08-18T23:16:27.004Z Downloaded serde-hex v0.1.0
8212026-08-18T23:16:27.004Z Downloaded siphasher v1.0.2
8222026-08-18T23:16:27.004Z Downloaded slog-async v2.8.0
8232026-08-18T23:16:27.007Z Downloaded spki v0.7.3
8242026-08-18T23:16:27.010Z Downloaded sqlformat v0.3.5
8252026-08-18T23:16:27.010Z Downloaded ssh-cipher v0.3.0
8262026-08-18T23:16:27.010Z Downloaded dirs-sys-next v0.1.2
8272026-08-18T23:16:27.013Z Downloaded tiny-keccak v2.0.2
8282026-08-18T23:16:27.013Z Downloaded digest-io v0.1.0
8292026-08-18T23:16:27.013Z Downloaded dsl_auto_type v0.2.0
8302026-08-18T23:16:27.013Z Downloaded hyper-tls v0.6.0
8312026-08-18T23:16:27.016Z Downloaded keccak v0.1.6
8322026-08-18T23:16:27.016Z Downloaded dyn-clone v1.0.20
8332026-08-18T23:16:27.016Z Downloaded is_ci v1.2.0
8342026-08-18T23:16:27.016Z Downloaded indoc v1.0.9
8352026-08-18T23:16:27.019Z Downloaded compact_str v0.8.1
8362026-08-18T23:16:27.022Z Downloaded crc-any v2.5.0
8372026-08-18T23:16:27.024Z Downloaded strum_macros v0.24.3
8382026-08-18T23:16:27.027Z Downloaded crossbeam-epoch v0.9.18
8392026-08-18T23:16:27.027Z Downloaded heapless v0.8.0
8402026-08-18T23:16:27.030Z Downloaded hickory-resolver v0.24.4
8412026-08-18T23:16:27.033Z Downloaded kstat-rs v0.2.5
8422026-08-18T23:16:27.033Z Downloaded lazy_static v1.5.0
8432026-08-18T23:16:27.033Z Downloaded postgres-protocol v0.6.10
8442026-08-18T23:16:27.035Z Downloaded p384 v0.14.0
8452026-08-18T23:16:27.035Z Downloaded lalrpop-util v0.19.12
8462026-08-18T23:16:27.038Z Downloaded slab v0.4.12
8472026-08-18T23:16:27.038Z Downloaded thread_local v1.1.9
8482026-08-18T23:16:27.043Z Downloaded nonempty v0.12.0
8492026-08-18T23:16:27.045Z Downloaded match_cfg v0.1.0
8502026-08-18T23:16:27.049Z Downloaded derive_more v0.99.20
8512026-08-18T23:16:27.053Z Downloaded expectorate v1.2.0
8522026-08-18T23:16:27.053Z Downloaded elliptic-curve v0.13.8
8532026-08-18T23:16:27.053Z Downloaded zstd v0.13.3
8542026-08-18T23:16:27.056Z Downloaded mime v0.3.17
8552026-08-18T23:16:27.061Z Downloaded vergen-lib v0.1.6
8562026-08-18T23:16:27.064Z Downloaded wyz v0.5.1
8572026-08-18T23:16:27.064Z Downloaded path-slash v0.1.5
8582026-08-18T23:16:27.064Z Downloaded newtype-uuid-macros v0.1.0
8592026-08-18T23:16:27.064Z Downloaded phf_shared v0.13.1
8602026-08-18T23:16:27.067Z Downloaded parse-display v0.10.0
8612026-08-18T23:16:27.069Z Downloaded pkcs1 v0.7.5
8622026-08-18T23:16:27.072Z Downloaded derive-where v1.6.0
8632026-08-18T23:16:27.075Z Downloaded quinn v0.11.11
8642026-08-18T23:16:27.082Z Downloaded uuid v1.23.4
8652026-08-18T23:16:27.085Z Downloaded rand_pcg v0.10.2
8662026-08-18T23:16:27.089Z Downloaded serde_with_macros v3.21.0
8672026-08-18T23:16:27.092Z Downloaded russh-cryptovec v0.62.0
8682026-08-18T23:16:27.092Z Downloaded delegate v0.13.5
8692026-08-18T23:16:27.095Z Downloaded powerfmt v0.2.0
8702026-08-18T23:16:27.099Z Downloaded serde_urlencoded v0.7.1
8712026-08-18T23:16:27.102Z Downloaded same-file v1.0.6
8722026-08-18T23:16:27.102Z Downloaded semver v0.1.20
8732026-08-18T23:16:27.102Z Downloaded serde_spanned v1.1.1
8742026-08-18T23:16:27.102Z Downloaded sigpipe v0.1.3
8752026-08-18T23:16:27.105Z Downloaded slog-envlogger v2.2.0
8762026-08-18T23:16:27.105Z Downloaded sync_wrapper v1.0.2
8772026-08-18T23:16:27.105Z Downloaded unicase v2.9.0
8782026-08-18T23:16:27.108Z Downloaded ecdsa v0.16.9
8792026-08-18T23:16:27.111Z Downloaded zip v0.6.6
8802026-08-18T23:16:27.114Z Downloaded hashbrown v0.12.3
8812026-08-18T23:16:27.114Z Downloaded oxide-update-engine-types v0.1.2
8822026-08-18T23:16:27.117Z Downloaded hashbrown v0.13.2
8832026-08-18T23:16:27.120Z Downloaded support-bundle-viewer v0.1.2
8842026-08-18T23:16:27.123Z Downloaded sponge-cursor v0.1.0
8852026-08-18T23:16:27.123Z Downloaded strsim v0.10.0
8862026-08-18T23:16:27.123Z Downloaded testing_table v0.3.0
8872026-08-18T23:16:27.125Z Downloaded untrusted v0.9.0
8882026-08-18T23:16:27.125Z Downloaded indoc v2.0.7
8892026-08-18T23:16:27.128Z Downloaded papergrid v0.18.0
8902026-08-18T23:16:27.136Z Downloaded want v0.3.1
8912026-08-18T23:16:27.140Z Downloaded prefix-trie v0.7.0
8922026-08-18T23:16:27.142Z Downloaded darling v0.23.0
8932026-08-18T23:16:27.145Z Downloaded mime_guess v2.0.5
8942026-08-18T23:16:27.145Z Downloaded nanorand v0.7.0
8952026-08-18T23:16:27.148Z Downloaded num-complex v0.4.6
8962026-08-18T23:16:27.148Z Downloaded oxide-update-engine-display v0.1.2
8972026-08-18T23:16:27.148Z Downloaded pkg-config v0.3.32
8982026-08-18T23:16:27.148Z Downloaded usdt v0.6.0
8992026-08-18T23:16:27.153Z Downloaded port-file v0.1.0
9002026-08-18T23:16:27.156Z Downloaded defmt-parser v1.0.0
9012026-08-18T23:16:27.156Z Downloaded bumpalo v3.20.2
9022026-08-18T23:16:27.156Z Downloaded cstr-argument v0.1.2
9032026-08-18T23:16:27.158Z Downloaded dunce v1.0.5
9042026-08-18T23:16:27.158Z Downloaded pbkdf2 v0.13.0
9052026-08-18T23:16:27.161Z Downloaded rustls-platform-verifier v0.6.2
9062026-08-18T23:16:27.165Z Downloaded rand v0.9.2
9072026-08-18T23:16:27.165Z Downloaded indicatif v0.18.4
9082026-08-18T23:16:27.168Z Downloaded url v2.5.8
9092026-08-18T23:16:27.168Z Downloaded darling_macro v0.21.3
9102026-08-18T23:16:27.171Z Downloaded idna_adapter v1.2.1
9112026-08-18T23:16:27.174Z Downloaded ppv-lite86 v0.2.21
9122026-08-18T23:16:27.174Z Downloaded schemars v0.8.22
9132026-08-18T23:16:27.178Z Downloaded rand_core v0.10.0
9142026-08-18T23:16:27.181Z Downloaded aes v0.9.1
9152026-08-18T23:16:27.184Z Downloaded rustversion v1.0.22
9162026-08-18T23:16:27.184Z Downloaded sec1 v0.7.3
9172026-08-18T23:16:27.187Z Downloaded md5 v0.8.0
9182026-08-18T23:16:27.189Z Downloaded slog-json v2.6.1
9192026-08-18T23:16:27.190Z Downloaded linked-hash-map v0.5.6
9202026-08-18T23:16:27.193Z Downloaded num-iter v0.1.45
9212026-08-18T23:16:27.196Z Downloaded memmap2 v0.9.10
9222026-08-18T23:16:27.199Z Downloaded unsafe-libyaml v0.2.11
9232026-08-18T23:16:27.199Z Downloaded litrs v1.0.0
9242026-08-18T23:16:27.201Z Downloaded strum_macros v0.26.4
9252026-08-18T23:16:27.201Z Downloaded whoami v2.1.0
9262026-08-18T23:16:27.204Z Downloaded hickory-resolver v0.25.2
9272026-08-18T23:16:27.207Z Downloaded hickory-server v0.25.2
9282026-08-18T23:16:27.210Z Downloaded http v1.4.2
9292026-08-18T23:16:27.212Z Downloaded oso-derive v0.27.3
9302026-08-18T23:16:27.212Z Downloaded stacker v0.1.23
9312026-08-18T23:16:27.212Z Downloaded tinyvec v1.10.0
9322026-08-18T23:16:27.215Z Downloaded toml_writer v1.1.1+spec-1.1.0
9332026-08-18T23:16:27.215Z Downloaded time-macros v0.2.27
9342026-08-18T23:16:27.218Z Downloaded tokio-tungstenite v0.21.0
9352026-08-18T23:16:27.218Z Downloaded tokio-dtrace v0.1.1
9362026-08-18T23:16:27.223Z Downloaded parking_lot v0.11.2
9372026-08-18T23:16:27.226Z Downloaded wnaf v0.14.0
9382026-08-18T23:16:27.226Z Downloaded phf_shared v0.11.3
9392026-08-18T23:16:27.228Z Downloaded pkcs1 v0.8.0-rc.4
9402026-08-18T23:16:27.231Z Downloaded rayon-core v1.13.0
9412026-08-18T23:16:27.231Z Downloaded toml v1.1.2+spec-1.1.0
9422026-08-18T23:16:27.234Z Downloaded proc-macro-crate v1.3.1
9432026-08-18T23:16:27.234Z Downloaded psl-types v2.0.11
9442026-08-18T23:16:27.238Z Downloaded recursive v0.1.1
9452026-08-18T23:16:27.242Z Downloaded usdt-impl v0.6.0
9462026-08-18T23:16:27.245Z Downloaded rustc_version v0.1.7
9472026-08-18T23:16:27.245Z Downloaded rustc_version v0.4.1
9482026-08-18T23:16:27.245Z Downloaded serde_bytes v0.11.19
9492026-08-18T23:16:27.245Z Downloaded corncobs v0.1.4
9502026-08-18T23:16:27.248Z Downloaded strip-ansi-escapes v0.2.1
9512026-08-18T23:16:27.248Z Downloaded tagptr v0.2.0
9522026-08-18T23:16:27.251Z Downloaded ingot v0.2.1
9532026-08-18T23:16:27.254Z Downloaded num-bigint-dig v0.8.6
9542026-08-18T23:16:27.259Z Downloaded signal-hook-mio v0.2.5
9552026-08-18T23:16:27.264Z Downloaded icu_provider v2.1.1
9562026-08-18T23:16:27.294Z Downloaded ipnetwork v0.21.1
9572026-08-18T23:16:27.298Z Downloaded libloading v0.8.9
9582026-08-18T23:16:27.298Z Downloaded newtype-uuid v1.3.2
9592026-08-18T23:16:27.298Z Downloaded take_mut v0.2.2
9602026-08-18T23:16:27.298Z Downloaded topological-sort v0.2.2
9612026-08-18T23:16:27.298Z Downloaded ignore v0.4.25
9622026-08-18T23:16:27.298Z Downloaded unicode-truncate v1.1.0
9632026-08-18T23:16:27.298Z Downloaded utf-8 v0.7.6
9642026-08-18T23:16:27.298Z Downloaded xshell-macros v0.2.7
9652026-08-18T23:16:27.298Z Downloaded indexmap v1.9.3
9662026-08-18T23:16:27.301Z Downloaded crc-catalog v2.4.0
9672026-08-18T23:16:27.303Z Downloaded tracing-attributes v0.1.31
9682026-08-18T23:16:27.308Z Downloaded pem v3.0.6
9692026-08-18T23:16:27.312Z Downloaded ed25519-dalek v2.2.0
9702026-08-18T23:16:27.315Z Downloaded oso v0.27.3
9712026-08-18T23:16:27.320Z Downloaded yasna v0.5.2
9722026-08-18T23:16:27.325Z Downloaded derive_builder_macro v0.20.2
9732026-08-18T23:16:27.328Z Downloaded inout v0.2.2
9742026-08-18T23:16:27.331Z Downloaded openssl-probe v0.2.1
9752026-08-18T23:16:27.337Z Downloaded sec1 v0.8.1
9762026-08-18T23:16:27.337Z Downloaded der_derive v0.7.3
9772026-08-18T23:16:27.341Z Downloaded rand_core v0.9.5
9782026-08-18T23:16:27.344Z Downloaded cookie v0.18.1
9792026-08-18T23:16:27.344Z Downloaded darling_core v0.23.0
9802026-08-18T23:16:27.356Z Downloaded diff v0.1.13
9812026-08-18T23:16:27.361Z Downloaded num-conv v0.2.0
9822026-08-18T23:16:27.363Z Downloaded ref-cast-impl v1.0.25
9832026-08-18T23:16:27.370Z Downloaded nu-ansi-term v0.50.3
9842026-08-18T23:16:27.372Z Downloaded socket2 v0.5.10
9852026-08-18T23:16:27.375Z Downloaded zip v4.6.1
9862026-08-18T23:16:27.378Z Downloaded proc-macro-error-attr2 v2.0.0
9872026-08-18T23:16:27.383Z Downloaded hashbrown v0.15.5
9882026-08-18T23:16:27.387Z Downloaded aes-gcm v0.11.0
9892026-08-18T23:16:27.391Z Downloaded slog-bunyan v2.5.0
9902026-08-18T23:16:27.394Z Downloaded supports-hyperlinks v3.2.0
9912026-08-18T23:16:27.394Z Downloaded num-traits v0.2.19
9922026-08-18T23:16:27.394Z Downloaded crossbeam-deque v0.8.6
9932026-08-18T23:16:27.397Z Downloaded blake3 v1.8.5
9942026-08-18T23:16:27.400Z Downloaded hyper v1.10.1
9952026-08-18T23:16:27.404Z Downloaded synstructure v0.13.2
9962026-08-18T23:16:27.407Z Downloaded tracing-core v0.1.36
9972026-08-18T23:16:27.407Z Downloaded parking_lot_core v0.9.12
9982026-08-18T23:16:27.410Z Downloaded vergen-gitcl v1.0.8
9992026-08-18T23:16:27.410Z Downloaded vsss-rs v3.3.4
10002026-08-18T23:16:27.410Z Downloaded zerofrom v0.1.6
10012026-08-18T23:16:27.410Z Downloaded ctutils v0.4.2
10022026-08-18T23:16:27.414Z Downloaded serde_plain v1.0.2
10032026-08-18T23:16:27.414Z Downloaded pkcs8 v0.11.0
10042026-08-18T23:16:27.416Z Downloaded time-core v0.1.8
10052026-08-18T23:16:27.416Z Downloaded tower v0.5.3
10062026-08-18T23:16:27.419Z Downloaded der v0.8.0
10072026-08-18T23:16:27.422Z Downloaded darling_core v0.13.4
10082026-08-18T23:16:27.424Z Downloaded ed25519 v2.2.3
10092026-08-18T23:16:27.427Z Downloaded impl-trait-for-tuples v0.2.3
10102026-08-18T23:16:27.427Z Downloaded miette-derive v7.6.0
10112026-08-18T23:16:27.430Z Downloaded unit-prefix v0.5.2
10122026-08-18T23:16:27.430Z Downloaded primefield v0.14.0
10132026-08-18T23:16:27.430Z Downloaded daft-derive v0.1.7
10142026-08-18T23:16:27.434Z Downloaded zone_cfg_derive v0.3.1
10152026-08-18T23:16:27.434Z Downloaded hyper-staticfile v0.10.1
10162026-08-18T23:16:27.437Z Downloaded libsw v3.5.0
10172026-08-18T23:16:27.445Z Downloaded unicode-normalization v0.1.25
10182026-08-18T23:16:27.448Z Downloaded der v0.7.10
10192026-08-18T23:16:27.456Z Downloaded darling_macro v0.23.0
10202026-08-18T23:16:27.459Z Downloaded display-error-chain v0.2.2
10212026-08-18T23:16:27.459Z Downloaded pem-rfc7468 v0.7.0
10222026-08-18T23:16:27.459Z Downloaded polyval v0.7.1
10232026-08-18T23:16:27.461Z Downloaded des v0.9.0
10242026-08-18T23:16:27.461Z Downloaded parking_lot_core v0.8.6
10252026-08-18T23:16:27.466Z Downloaded pretty_assertions v1.4.1
10262026-08-18T23:16:27.476Z Downloaded hashbrown v0.16.1
10272026-08-18T23:16:27.479Z Downloaded indent_write v2.2.0
10282026-08-18T23:16:27.483Z Downloaded num v0.4.3
10292026-08-18T23:16:27.485Z Downloaded rusty-fork v0.3.1
10302026-08-18T23:16:27.485Z Downloaded stringprep v0.1.5
10312026-08-18T23:16:27.488Z Downloaded futures-util v0.3.32
10322026-08-18T23:16:27.493Z Downloaded tar v0.4.46
10332026-08-18T23:16:27.496Z Downloaded tokio-rustls v0.26.4
10342026-08-18T23:16:27.496Z Downloaded deranged v0.5.8
10352026-08-18T23:16:27.499Z Downloaded hashbrown v0.14.5
10362026-08-18T23:16:27.499Z Downloaded spki v0.8.0
10372026-08-18T23:16:27.502Z Downloaded darling v0.21.3
10382026-08-18T23:16:27.504Z Downloaded x509-cert v0.2.5
10392026-08-18T23:16:27.507Z Downloaded crypto-bigint v0.5.5
10402026-08-18T23:16:27.510Z Downloaded socket2 v0.6.3
10412026-08-18T23:16:27.513Z Downloaded ml-kem v0.3.2
10422026-08-18T23:16:27.516Z Downloaded vergen-git2 v9.1.0
10432026-08-18T23:16:27.516Z Downloaded phf_shared v0.12.1
10442026-08-18T23:16:27.519Z Downloaded daft v0.1.7
10452026-08-18T23:16:27.522Z Downloaded scheduled-thread-pool v0.2.7
10462026-08-18T23:16:27.522Z Downloaded serde-big-array v0.5.1
10472026-08-18T23:16:27.525Z Downloaded rustc-hash v2.1.1
10482026-08-18T23:16:27.525Z Downloaded sha1 v0.11.0
10492026-08-18T23:16:27.527Z Downloaded sync-ptr v0.1.4
10502026-08-18T23:16:27.532Z Downloaded regex v1.12.3
10512026-08-18T23:16:27.536Z Downloaded progenitor-impl v0.14.0
10522026-08-18T23:16:27.538Z Downloaded derive_more v2.1.1
10532026-08-18T23:16:27.544Z Downloaded rustyline v14.0.0
10542026-08-18T23:16:27.547Z Downloaded signal-hook v0.3.18
10552026-08-18T23:16:27.550Z Downloaded subprocess v0.2.15
10562026-08-18T23:16:27.550Z Downloaded icu_normalizer_data v2.1.1
10572026-08-18T23:16:27.552Z Downloaded utf8_iter v1.0.4
10582026-08-18T23:16:27.552Z Downloaded zerofrom-derive v0.1.6
10592026-08-18T23:16:27.552Z Downloaded darling_macro v0.20.11
10602026-08-18T23:16:27.552Z Downloaded difflib v0.4.0
10612026-08-18T23:16:27.555Z Downloaded serdect v0.4.3
10622026-08-18T23:16:27.558Z Downloaded either v1.15.0
10632026-08-18T23:16:27.558Z Downloaded ipnet v2.12.0
10642026-08-18T23:16:27.561Z Downloaded jobserver v0.1.34
10652026-08-18T23:16:27.564Z Downloaded qorb v0.4.1
10662026-08-18T23:16:27.570Z Downloaded inout v0.1.4
10672026-08-18T23:16:27.573Z Downloaded sha2 v0.11.0
10682026-08-18T23:16:27.577Z Downloaded unicode_categories v0.1.1
10692026-08-18T23:16:27.580Z Downloaded internet-checksum v0.2.1
10702026-08-18T23:16:27.580Z Downloaded md-5 v0.10.6
10712026-08-18T23:16:27.580Z Downloaded newline-converter v0.3.0
10722026-08-18T23:16:27.582Z Downloaded aho-corasick v1.1.4
10732026-08-18T23:16:27.585Z Downloaded knus v3.4.0
10742026-08-18T23:16:27.585Z Downloaded module-lattice v0.2.3
10752026-08-18T23:16:27.587Z Downloaded nom v7.1.3
10762026-08-18T23:16:27.590Z Downloaded progenitor-client v0.13.0
10772026-08-18T23:16:27.590Z Downloaded samael v0.0.19
10782026-08-18T23:16:27.593Z Downloaded num_enum_derive v0.7.6
10792026-08-18T23:16:27.595Z Downloaded oxnet v0.1.6
10802026-08-18T23:16:27.595Z Downloaded vergen v9.1.0
10812026-08-18T23:16:27.595Z Downloaded parse-size v1.1.0
10822026-08-18T23:16:27.598Z Downloaded peg-runtime v0.8.5
10832026-08-18T23:16:27.599Z Downloaded tokio-stream v0.1.18
10842026-08-18T23:16:27.602Z Downloaded poly1305 v0.8.0
10852026-08-18T23:16:27.605Z Downloaded drift v0.2.0
10862026-08-18T23:16:27.611Z Downloaded icu_properties v2.1.2
10872026-08-18T23:16:27.613Z Downloaded zeroize v1.9.0
10882026-08-18T23:16:27.613Z Downloaded r2d2 v0.8.10
10892026-08-18T23:16:27.614Z Downloaded russh-util v0.52.0
10902026-08-18T23:16:27.614Z Downloaded sapling-renderdag v0.1.0
10912026-08-18T23:16:27.614Z Downloaded slog-scope v4.4.1
10922026-08-18T23:16:27.617Z Downloaded universal-hash v0.5.1
10932026-08-18T23:16:27.617Z Downloaded rcgen v0.12.1
10942026-08-18T23:16:27.617Z Downloaded defmt v0.3.100
10952026-08-18T23:16:27.617Z Downloaded h2 v0.4.15
10962026-08-18T23:16:27.620Z Downloaded derive_builder v0.20.2
10972026-08-18T23:16:27.623Z Downloaded schemars v0.9.0
10982026-08-18T23:16:27.629Z Downloaded iri-string v0.7.10
10992026-08-18T23:16:27.634Z Downloaded mio v1.2.0
11002026-08-18T23:16:27.637Z Downloaded itertools v0.13.0
11012026-08-18T23:16:27.640Z Downloaded winnow v0.5.40
11022026-08-18T23:16:27.645Z Downloaded minimal-lexical v0.2.1
11032026-08-18T23:16:27.647Z Downloaded progenitor-impl v0.13.0
11042026-08-18T23:16:27.650Z Downloaded rpassword v7.5.4
11052026-08-18T23:16:27.650Z Downloaded snafu-derive v0.8.9
11062026-08-18T23:16:27.654Z Downloaded static_assertions v1.1.0
11072026-08-18T23:16:27.654Z Downloaded strum v0.26.3
11082026-08-18T23:16:27.654Z Downloaded derive_builder_core v0.20.2
11092026-08-18T23:16:27.654Z Downloaded ed25519 v3.0.0
11102026-08-18T23:16:27.657Z Downloaded ident_case v1.0.1
11112026-08-18T23:16:27.657Z Downloaded lru v0.12.5
11122026-08-18T23:16:27.657Z Downloaded icu_collections v2.1.1
11132026-08-18T23:16:27.659Z Downloaded hkdf v0.12.4
11142026-08-18T23:16:27.663Z Downloaded hkdf v0.13.0
11152026-08-18T23:16:27.663Z Downloaded nom v8.0.0
11162026-08-18T23:16:27.666Z Downloaded libsw-core v0.3.2
11172026-08-18T23:16:27.666Z Downloaded litemap v0.8.1
11182026-08-18T23:16:27.668Z Downloaded const_format v0.2.35
11192026-08-18T23:16:27.672Z Downloaded similar v2.7.0
11202026-08-18T23:16:27.675Z Downloaded itertools v0.10.5
11212026-08-18T23:16:27.678Z Downloaded test-strategy v0.4.5
11222026-08-18T23:16:27.678Z Downloaded owo-colors v4.3.0
11232026-08-18T23:16:27.681Z Downloaded password-hash v0.6.1
11242026-08-18T23:16:27.681Z Downloaded scopeguard v1.2.0
11252026-08-18T23:16:27.681Z Downloaded p384 v0.13.1
11262026-08-18T23:16:27.683Z Downloaded zopfli v0.8.3
11272026-08-18T23:16:27.686Z Downloaded dropshot-api-manager v0.8.0
11282026-08-18T23:16:27.689Z Downloaded typed-path v0.9.3
11292026-08-18T23:16:27.692Z Downloaded crossterm v0.28.1
11302026-08-18T23:16:27.694Z Downloaded miniz_oxide v0.8.9
11312026-08-18T23:16:27.697Z Downloaded progenitor v0.13.0
11322026-08-18T23:16:27.697Z Downloaded typify v0.6.2
11332026-08-18T23:16:27.700Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11342026-08-18T23:16:27.700Z Downloaded whoami v1.6.1
11352026-08-18T23:16:27.703Z Downloaded crucible-workspace-hack v0.1.0
11362026-08-18T23:16:27.703Z Downloaded dof v0.4.0
11372026-08-18T23:16:27.703Z Downloaded lru-cache v0.1.2
11382026-08-18T23:16:27.703Z Downloaded downcast-rs v2.0.2
11392026-08-18T23:16:27.703Z Downloaded dtrace-parser v0.3.0
11402026-08-18T23:16:27.703Z Downloaded num_enum_derive v0.5.11
11412026-08-18T23:16:27.708Z Downloaded potential_utf v0.1.4
11422026-08-18T23:16:27.708Z Downloaded serde_path_to_error v0.1.20
11432026-08-18T23:16:27.708Z Downloaded quick-xml v0.37.5
11442026-08-18T23:16:27.714Z Downloaded zstd-safe v7.2.4
11452026-08-18T23:16:27.714Z Downloaded idna v1.1.0
11462026-08-18T23:16:27.714Z Downloaded diesel_derives v2.3.7
11472026-08-18T23:16:27.718Z Downloaded pin-project v1.1.11
11482026-08-18T23:16:27.722Z Downloaded defmt v1.0.1
11492026-08-18T23:16:27.724Z Downloaded tokio-tungstenite v0.23.1
11502026-08-18T23:16:27.724Z Downloaded illumos-nvpair v0.3.0
11512026-08-18T23:16:27.725Z Downloaded lock_api v0.4.14
11522026-08-18T23:16:27.727Z Downloaded secrecy v0.10.3
11532026-08-18T23:16:27.727Z Downloaded tokio-util v0.7.18
11542026-08-18T23:16:27.732Z Downloaded kem v0.3.0
11552026-08-18T23:16:27.737Z Downloaded multimap v0.10.1
11562026-08-18T23:16:27.743Z Downloaded pin-project-lite v0.2.17
11572026-08-18T23:16:27.750Z Downloaded dropshot_endpoint v0.17.1
11582026-08-18T23:16:27.753Z Downloaded wait-timeout v0.2.1
11592026-08-18T23:16:27.756Z Downloaded memoffset v0.9.1
11602026-08-18T23:16:27.756Z Downloaded strum v0.27.2
11612026-08-18T23:16:27.758Z Downloaded cpufeatures v0.3.0
11622026-08-18T23:16:27.759Z Downloaded unarray v0.1.4
11632026-08-18T23:16:27.759Z Downloaded quinn-udp v0.5.14
11642026-08-18T23:16:27.762Z Downloaded crunchy v0.2.4
11652026-08-18T23:16:27.762Z Downloaded is-terminal v0.4.17
11662026-08-18T23:16:27.765Z Downloaded tls_codec v0.4.2
11672026-08-18T23:16:27.769Z Downloaded ssh-encoding v0.3.0
11682026-08-18T23:16:27.772Z Downloaded aws-lc-rs v1.16.3
11692026-08-18T23:16:27.777Z Downloaded term v1.2.1
11702026-08-18T23:16:27.786Z Downloaded proc-macro-error2 v2.0.1
11712026-08-18T23:16:27.788Z Downloaded zerotrie v0.2.3
11722026-08-18T23:16:27.791Z Downloaded icu_properties_data v2.1.2
11732026-08-18T23:16:27.794Z Downloaded yansi v1.0.1
11742026-08-18T23:16:27.798Z Downloaded ecdsa v0.17.0
11752026-08-18T23:16:27.801Z Downloaded tinyvec_macros v0.1.1
11762026-08-18T23:16:27.804Z Downloaded native-tls v0.2.18
11772026-08-18T23:16:27.806Z Downloaded maybe-uninit v2.0.0
11782026-08-18T23:16:27.806Z Downloaded thread-id v5.1.0
11792026-08-18T23:16:27.806Z Downloaded rsa v0.10.0-rc.18
11802026-08-18T23:16:27.822Z Downloaded twox-hash v2.1.2
11812026-08-18T23:16:27.825Z Downloaded untrusted v0.7.1
11822026-08-18T23:16:27.825Z Downloaded signal-hook-registry v1.4.8
11832026-08-18T23:16:27.828Z Downloaded packed_struct v0.10.1
11842026-08-18T23:16:27.830Z Downloaded smf v0.2.3
11852026-08-18T23:16:27.834Z Downloaded oxide-tokio-rt v0.1.4
11862026-08-18T23:16:27.836Z Downloaded simd-adler32 v0.3.8
11872026-08-18T23:16:27.836Z Downloaded icu_normalizer v2.1.1
11882026-08-18T23:16:27.840Z Downloaded knus-derive v3.4.0
11892026-08-18T23:16:27.843Z Downloaded term v0.7.0
11902026-08-18T23:16:27.846Z Downloaded rustls-webpki v0.103.13
11912026-08-18T23:16:27.849Z Downloaded scuffle v0.1.0
11922026-08-18T23:16:27.849Z Downloaded internal-russh-num-bigint v0.5.0
11932026-08-18T23:16:27.851Z Downloaded const_format_proc_macros v0.2.34
11942026-08-18T23:16:27.854Z Downloaded ingot-types v0.2.0
11952026-08-18T23:16:27.854Z Downloaded rustc-demangle v0.1.27
11962026-08-18T23:16:27.862Z Downloaded hyper-util v0.1.20
11972026-08-18T23:16:27.865Z Downloaded salty v0.3.0
11982026-08-18T23:16:27.869Z Downloaded derive-ex v0.1.8
11992026-08-18T23:16:27.878Z Downloaded p521 v0.14.0
12002026-08-18T23:16:27.878Z Downloaded convert_case v0.10.0
12012026-08-18T23:16:27.878Z Downloaded digest v0.11.3
12022026-08-18T23:16:27.878Z Downloaded git2 v0.20.4
12032026-08-18T23:16:27.894Z Downloaded progenitor v0.14.0
12042026-08-18T23:16:27.894Z Downloaded walkdir v2.5.0
12052026-08-18T23:16:27.894Z Downloaded libbz2-rs-sys v0.2.2
12062026-08-18T23:16:27.898Z Downloaded ed25519-dalek v3.0.0
12072026-08-18T23:16:27.898Z Downloaded ryu v1.0.23
12082026-08-18T23:16:27.904Z Downloaded prettyplease v0.2.37
12092026-08-18T23:16:27.904Z Downloaded bitvec v1.0.1
12102026-08-18T23:16:27.910Z Downloaded displaydoc v0.2.5
12112026-08-18T23:16:27.918Z Downloaded crossterm v0.29.0
12122026-08-18T23:16:27.918Z Downloaded postcard v1.1.3
12132026-08-18T23:16:27.918Z Downloaded iana-time-zone v0.1.65
12142026-08-18T23:16:27.918Z Downloaded num-rational v0.4.2
12152026-08-18T23:16:27.923Z Downloaded vte v0.14.1
12162026-08-18T23:16:27.923Z Downloaded crc32fast v1.5.0
12172026-08-18T23:16:27.929Z Downloaded hyper-rustls v0.27.7
12182026-08-18T23:16:27.936Z Downloaded toml_edit v0.19.15
12192026-08-18T23:16:27.944Z Downloaded zerovec v0.11.5
12202026-08-18T23:16:27.947Z Downloaded libxml v0.3.3
12212026-08-18T23:16:27.950Z Downloaded strum_macros v0.27.2
12222026-08-18T23:16:27.953Z Downloaded bindgen v0.71.1
12232026-08-18T23:16:27.957Z Downloaded parking_lot v0.12.5
12242026-08-18T23:16:27.960Z Downloaded derive_more-impl v2.1.1
12252026-08-18T23:16:27.960Z Downloaded snafu v0.8.9
12262026-08-18T23:16:27.964Z Downloaded tabled v0.21.0
12272026-08-18T23:16:27.974Z Downloaded unicode-bidi v0.3.18
12282026-08-18T23:16:27.977Z Downloaded ssh-key v0.7.0-rc.11
12292026-08-18T23:16:27.980Z Downloaded salsa20 v0.11.0
12302026-08-18T23:16:27.986Z Downloaded spin v0.9.8
12312026-08-18T23:16:27.986Z Downloaded serde_with v3.21.0
12322026-08-18T23:16:27.990Z Downloaded rawzip v0.4.4
12332026-08-18T23:16:27.993Z Downloaded tokio-postgres v0.7.16
12342026-08-18T23:16:27.996Z Downloaded russh v0.62.4
12352026-08-18T23:16:27.999Z Downloaded serde_yaml v0.9.34+deprecated
12362026-08-18T23:16:28.005Z Downloaded critical-section v1.2.0
12372026-08-18T23:16:28.005Z Downloaded openssl-sys v0.9.117
12382026-08-18T23:16:28.010Z Downloaded icu_locale_core v2.1.1
12392026-08-18T23:16:28.015Z Downloaded rayon v1.11.0
12402026-08-18T23:16:28.022Z Downloaded darling_core v0.21.3
12412026-08-18T23:16:28.031Z Downloaded publicsuffix v2.3.0
12422026-08-18T23:16:28.034Z Downloaded steno v0.4.1
12432026-08-18T23:16:28.041Z Downloaded tower-http v0.6.8
12442026-08-18T23:16:28.045Z Downloaded rand v0.8.6
12452026-08-18T23:16:28.048Z Downloaded darling_core v0.20.11
12462026-08-18T23:16:28.051Z Downloaded crossbeam-channel v0.5.15
12472026-08-18T23:16:28.056Z Downloaded tungstenite v0.21.0
12482026-08-18T23:16:28.059Z Downloaded reedline v0.40.0
12492026-08-18T23:16:28.064Z Downloaded reqwest v0.13.2
12502026-08-18T23:16:28.069Z Downloaded serde_with v1.14.0
12512026-08-18T23:16:28.072Z Downloaded miette v7.6.0
12522026-08-18T23:16:28.072Z Downloaded num-bigint v0.4.6
12532026-08-18T23:16:28.077Z Downloaded chrono v0.4.45
12542026-08-18T23:16:28.082Z Downloaded itertools v0.12.1
12552026-08-18T23:16:28.087Z Downloaded vcpkg v0.2.15
12562026-08-18T23:16:28.110Z Downloaded zerocopy-derive v0.8.55
12572026-08-18T23:16:28.115Z Downloaded goblin v0.10.5
12582026-08-18T23:16:28.119Z Downloaded rand v0.10.1
12592026-08-18T23:16:28.123Z Downloaded gimli v0.32.3
12602026-08-18T23:16:28.126Z Downloaded rsa v0.9.10
12612026-08-18T23:16:28.129Z Downloaded lalrpop v0.19.12
12622026-08-18T23:16:28.135Z Downloaded sha3 v0.12.0
12632026-08-18T23:16:28.138Z Downloaded tungstenite v0.23.0
12642026-08-18T23:16:28.141Z Downloaded unicode-segmentation v1.12.0
12652026-08-18T23:16:28.141Z Downloaded schemars v1.2.1
12662026-08-18T23:16:28.149Z Downloaded libm v0.2.16
12672026-08-18T23:16:28.154Z Downloaded crypto-primes v0.7.2
12682026-08-18T23:16:28.157Z Downloaded portable-atomic v1.13.1
12692026-08-18T23:16:28.161Z Downloaded quinn-proto v0.11.16
12702026-08-18T23:16:28.165Z Downloaded itertools v0.14.0
12712026-08-18T23:16:28.174Z Downloaded jiff-core v0.1.0
12722026-08-18T23:16:28.179Z Downloaded zlib-rs v0.6.2
12732026-08-18T23:16:28.200Z Downloaded iddqd v0.4.2
12742026-08-18T23:16:28.205Z Downloaded itertools v0.15.0
12752026-08-18T23:16:28.216Z Downloaded tough v0.22.0
12762026-08-18T23:16:28.227Z Downloaded proptest v1.11.0
12772026-08-18T23:16:28.259Z Downloaded regex-syntax v0.6.29
12782026-08-18T23:16:28.263Z Downloaded winnow v0.6.26
12792026-08-18T23:16:28.269Z Downloaded moka v0.12.13
12802026-08-18T23:16:28.274Z Downloaded rustix v0.38.44
12812026-08-18T23:16:28.285Z Downloaded hickory-proto v0.24.4
12822026-08-18T23:16:28.294Z Downloaded time v0.3.47
12832026-08-18T23:16:28.302Z Downloaded winnow v1.0.3
12842026-08-18T23:16:28.309Z Downloaded reqwest v0.12.28
12852026-08-18T23:16:28.313Z Downloaded petname v2.0.2
12862026-08-18T23:16:28.317Z Downloaded hickory-proto v0.25.2
12872026-08-18T23:16:28.324Z Downloaded rustls v0.23.41
12882026-08-18T23:16:28.330Z Downloaded object v0.30.4
12892026-08-18T23:16:28.336Z Downloaded bstr v1.12.1
12902026-08-18T23:16:28.341Z Downloaded regress v0.10.5
12912026-08-18T23:16:28.347Z Downloaded radix_trie v0.2.1
12922026-08-18T23:16:28.373Z Downloaded openapiv3 v2.2.0
12932026-08-18T23:16:28.378Z Downloaded zerocopy v0.8.55
12942026-08-18T23:16:28.389Z Downloaded openssl v0.10.80
12952026-08-18T23:16:28.396Z Downloaded nix v0.28.0
12962026-08-18T23:16:28.401Z Downloaded diesel v2.3.7
12972026-08-18T23:16:28.413Z Downloaded sled v0.34.7
12982026-08-18T23:16:28.419Z Downloaded regress v0.11.1
12992026-08-18T23:16:28.426Z Downloaded smoltcp v0.9.1
13002026-08-18T23:16:28.430Z Downloaded dropshot v0.17.1
13012026-08-18T23:16:28.445Z Downloaded nix v0.31.2
13022026-08-18T23:16:28.450Z Downloaded object v0.37.3
13032026-08-18T23:16:28.485Z Downloaded crypto-bigint v0.7.5
13042026-08-18T23:16:28.493Z Downloaded polar-core v0.27.3
13052026-08-18T23:16:28.496Z Downloaded curve25519-dalek v4.1.3
13062026-08-18T23:16:28.531Z Downloaded zerocopy-derive v0.6.6
13072026-08-18T23:16:28.531Z Downloaded nix v0.27.1
13082026-08-18T23:16:28.531Z Downloaded regex-automata v0.4.14
13092026-08-18T23:16:28.536Z Downloaded sqlparser v0.61.0
13102026-08-18T23:16:28.549Z Downloaded libz-sys v1.1.24
13112026-08-18T23:16:28.561Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-08-18T23:16:28.570Z Downloaded smoltcp v0.11.0
13132026-08-18T23:16:28.577Z Downloaded petgraph v0.8.3
13142026-08-18T23:16:28.589Z Downloaded sha3 v0.11.0
13152026-08-18T23:16:28.592Z Downloaded curve25519-dalek v5.0.0
13162026-08-18T23:16:28.598Z Downloaded regex-syntax v0.8.10
13172026-08-18T23:16:28.603Z Downloaded encoding_rs v0.8.35
13182026-08-18T23:16:28.614Z Downloaded tracing v0.1.44
13192026-08-18T23:16:28.628Z Downloaded typify-impl v0.6.2
13202026-08-18T23:16:28.671Z Downloaded ratatui v0.29.0
13212026-08-18T23:16:28.683Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-08-18T23:16:28.749Z Downloaded petgraph v0.6.5
13232026-08-18T23:16:28.780Z Downloaded jiff v0.2.34
13242026-08-18T23:16:28.787Z Downloaded chrono-tz v0.10.4
13252026-08-18T23:16:28.850Z Downloaded csv v1.4.0
13262026-08-18T23:16:28.885Z Downloaded sha3 v0.10.8
13272026-08-18T23:16:28.888Z Downloaded tokio v1.52.1
13282026-08-18T23:16:28.997Z Downloaded ring v0.17.14
13292026-08-18T23:16:29.044Z Downloaded libgit2-sys v0.18.3+1.9.2
13302026-08-18T23:16:29.639Z Downloaded aws-lc-sys v0.40.0
13312026-08-18T23:16:29.888Z Compiling libc v0.2.185
13322026-08-18T23:16:29.888Z Compiling serde_core v1.0.229
13332026-08-18T23:16:29.891Z Compiling serde v1.0.229
13342026-08-18T23:16:29.891Z Compiling log v0.4.33
13352026-08-18T23:16:29.891Z Compiling smallvec v1.15.1
13362026-08-18T23:16:30.027Z Compiling shlex v1.3.0
13372026-08-18T23:16:30.030Z Compiling find-msvc-tools v0.1.9
13382026-08-18T23:16:30.047Z Compiling syn v2.0.117
13392026-08-18T23:16:30.251Z Compiling subtle v2.6.1
13402026-08-18T23:16:30.277Z Compiling scopeguard v1.2.0
13412026-08-18T23:16:30.291Z Compiling typenum v1.20.1
13422026-08-18T23:16:30.366Z Compiling lock_api v0.4.14
13432026-08-18T23:16:30.377Z Compiling stable_deref_trait v1.2.1
13442026-08-18T23:16:30.380Z Compiling zerocopy v0.8.55
13452026-08-18T23:16:30.418Z Compiling portable-atomic v1.13.1
13462026-08-18T23:16:30.450Z Compiling serde_json v1.0.151
13472026-08-18T23:16:30.591Z Compiling critical-section v1.2.0
13482026-08-18T23:16:30.655Z Compiling libm v0.2.16
13492026-08-18T23:16:30.698Z Compiling num-traits v0.2.19
13502026-08-18T23:16:30.824Z Compiling pkg-config v0.3.32
13512026-08-18T23:16:30.882Z Compiling errno v0.3.14
13522026-08-18T23:16:30.885Z Compiling jobserver v0.1.34
13532026-08-18T23:16:30.963Z Compiling getrandom v0.2.17
13542026-08-18T23:16:31.100Z Compiling cc v1.2.56
13552026-08-18T23:16:31.191Z Compiling rand_core v0.6.4
13562026-08-18T23:16:31.370Z Compiling generic-array v0.14.7
13572026-08-18T23:16:31.434Z Compiling once_cell v1.21.3
13582026-08-18T23:16:31.466Z Compiling pin-project-lite v0.2.17
13592026-08-18T23:16:31.523Z Compiling parking_lot_core v0.9.12
13602026-08-18T23:16:31.564Z Compiling const-oid v0.9.6
13612026-08-18T23:16:31.625Z Compiling getrandom v0.3.4
13622026-08-18T23:16:31.651Z Compiling signal-hook-registry v1.4.8
13632026-08-18T23:16:32.169Z Compiling bitflags v2.11.0
13642026-08-18T23:16:32.283Z Compiling futures-core v0.3.32
13652026-08-18T23:16:32.334Z Compiling percent-encoding v2.3.2
13662026-08-18T23:16:32.398Z Compiling litemap v0.8.1
13672026-08-18T23:16:32.436Z Compiling writeable v0.6.2
13682026-08-18T23:16:32.529Z Compiling bytes v1.11.1
13692026-08-18T23:16:32.595Z Compiling semver v1.0.28
13702026-08-18T23:16:32.599Z Compiling parking_lot v0.12.5
13712026-08-18T23:16:32.638Z Compiling mio v1.2.0
13722026-08-18T23:16:32.678Z Compiling icu_properties_data v2.1.2
13732026-08-18T23:16:32.781Z Compiling icu_normalizer_data v2.1.1
13742026-08-18T23:16:32.906Z Compiling synstructure v0.13.2
13752026-08-18T23:16:32.960Z Compiling socket2 v0.6.3
13762026-08-18T23:16:33.005Z Compiling getrandom v0.4.3
13772026-08-18T23:16:33.065Z Compiling rustix v1.1.4
13782026-08-18T23:16:33.082Z Compiling futures-sink v0.3.32
13792026-08-18T23:16:33.125Z Compiling rand_core v0.10.0
13802026-08-18T23:16:33.184Z Compiling futures-channel v0.3.32
13812026-08-18T23:16:33.293Z Compiling indexmap v2.14.0
13822026-08-18T23:16:33.365Z Compiling utf8_iter v1.0.4
13832026-08-18T23:16:33.365Z Compiling futures-task v0.3.32
13842026-08-18T23:16:33.420Z Compiling futures-io v0.3.32
13852026-08-18T23:16:33.484Z Compiling slab v0.4.12
13862026-08-18T23:16:33.509Z Compiling form_urlencoded v1.2.2
13872026-08-18T23:16:33.542Z Compiling rustversion v1.0.22
13882026-08-18T23:16:33.562Z Compiling base64ct v1.8.3
13892026-08-18T23:16:33.602Z Compiling iana-time-zone v0.1.65
13902026-08-18T23:16:33.653Z Compiling cmake v0.1.57
13912026-08-18T23:16:33.676Z Compiling dunce v1.0.5
13922026-08-18T23:16:33.773Z Compiling chrono v0.4.45
13932026-08-18T23:16:33.791Z Compiling pem-rfc7468 v0.7.0
13942026-08-18T23:16:33.839Z Compiling flagset v0.4.7
13952026-08-18T23:16:33.976Z Compiling ident_case v1.0.1
13962026-08-18T23:16:34.018Z Compiling regex-syntax v0.8.10
13972026-08-18T23:16:34.099Z Compiling fs_extra v1.3.0
13982026-08-18T23:16:34.125Z Compiling uuid v1.23.4
13992026-08-18T23:16:34.129Z Compiling rand_core v0.9.5
14002026-08-18T23:16:34.368Z Compiling aws-lc-sys v0.40.0
14012026-08-18T23:16:34.416Z Compiling base64 v0.22.1
14022026-08-18T23:16:34.561Z Compiling http v1.4.2
14032026-08-18T23:16:34.625Z Compiling zeroize_derive v1.5.0
14042026-08-18T23:16:34.726Z Compiling zerocopy-derive v0.8.55
14052026-08-18T23:16:34.746Z Compiling zerofrom-derive v0.1.6
14062026-08-18T23:16:34.818Z Compiling yoke-derive v0.8.1
14072026-08-18T23:16:35.248Z Compiling zerovec-derive v0.11.2
14082026-08-18T23:16:35.280Z Compiling zeroize v1.9.0
14092026-08-18T23:16:35.470Z Compiling displaydoc v0.2.5
14102026-08-18T23:16:36.001Z Compiling tokio-macros v2.7.0
14112026-08-18T23:16:36.079Z Compiling block-buffer v0.10.4
14122026-08-18T23:16:36.144Z Compiling zerofrom v0.1.6
14132026-08-18T23:16:36.220Z Compiling crypto-common v0.1.7
14142026-08-18T23:16:36.246Z Compiling yoke v0.8.1
14152026-08-18T23:16:36.270Z Compiling futures-macro v0.3.32
14162026-08-18T23:16:36.360Z Compiling digest v0.10.7
14172026-08-18T23:16:36.374Z Compiling der_derive v0.7.3
14182026-08-18T23:16:36.374Z Compiling thiserror-impl v2.0.18
14192026-08-18T23:16:36.426Z Compiling zerovec v0.11.5
14202026-08-18T23:16:36.601Z Compiling zerotrie v0.2.3
14212026-08-18T23:16:36.726Z Compiling tokio v1.52.1
14222026-08-18T23:16:36.895Z Compiling tinystr v0.8.2
14232026-08-18T23:16:36.936Z Compiling potential_utf v0.1.4
14242026-08-18T23:16:37.082Z Compiling icu_locale_core v2.1.1
14252026-08-18T23:16:37.102Z Compiling icu_collections v2.1.1
14262026-08-18T23:16:37.115Z Compiling futures-util v0.3.32
14272026-08-18T23:16:37.329Z Compiling der v0.7.10
14282026-08-18T23:16:37.583Z Compiling vcpkg v0.2.15
14292026-08-18T23:16:37.704Z Compiling icu_provider v2.1.1
14302026-08-18T23:16:37.960Z Compiling icu_properties v2.1.2
14312026-08-18T23:16:37.999Z Compiling icu_normalizer v2.1.1
14322026-08-18T23:16:38.261Z Compiling thiserror v2.0.18
14332026-08-18T23:16:38.369Z Compiling spki v0.7.3
14342026-08-18T23:16:38.516Z Compiling syn v1.0.109
14352026-08-18T23:16:38.525Z Compiling openssl-sys v0.9.117
14362026-08-18T23:16:38.573Z Compiling tracing-attributes v0.1.31
14372026-08-18T23:16:38.810Z Compiling idna_adapter v1.2.1
14382026-08-18T23:16:38.960Z Compiling idna v1.1.0
14392026-08-18T23:16:39.099Z Compiling ppv-lite86 v0.2.21
14402026-08-18T23:16:39.114Z Compiling serde_derive_internals v0.29.1
14412026-08-18T23:16:39.267Z Compiling rustc_version v0.4.1
14422026-08-18T23:16:39.395Z Compiling url v2.5.8
14432026-08-18T23:16:39.429Z Compiling rand_chacha v0.9.0
14442026-08-18T23:16:39.589Z Compiling tracing-core v0.1.36
14452026-08-18T23:16:39.654Z Compiling cpufeatures v0.2.17
14462026-08-18T23:16:39.733Z Compiling schemars v0.8.22
14472026-08-18T23:16:39.915Z Compiling aws-lc-rs v1.16.3
14482026-08-18T23:16:39.936Z Compiling dyn-clone v1.0.20
14492026-08-18T23:16:40.016Z Compiling simd-adler32 v0.3.8
14502026-08-18T23:16:40.074Z Compiling schemars_derive v0.8.22
14512026-08-18T23:16:40.144Z Compiling tracing v0.1.44
14522026-08-18T23:16:40.172Z Compiling rand v0.9.2
14532026-08-18T23:16:40.260Z Compiling pkcs8 v0.10.2
14542026-08-18T23:16:40.364Z Compiling rustls-pki-types v1.14.0
14552026-08-18T23:16:40.405Z Compiling http-body v1.0.1
14562026-08-18T23:16:40.517Z Compiling tokio-util v0.7.18
14572026-08-18T23:16:40.554Z Compiling spin v0.9.8
14582026-08-18T23:16:40.758Z Compiling openssl-probe v0.2.1
14592026-08-18T23:16:40.809Z Compiling tinyvec_macros v0.1.1
14602026-08-18T23:16:40.879Z Compiling crc32fast v1.5.0
14612026-08-18T23:16:40.903Z Compiling httparse v1.10.1
14622026-08-18T23:16:40.931Z Compiling cmov v0.5.4
14632026-08-18T23:16:41.131Z Compiling adler2 v2.0.1
14642026-08-18T23:16:41.193Z Compiling ctutils v0.4.2
14652026-08-18T23:16:41.257Z Compiling miniz_oxide v0.8.9
14662026-08-18T23:16:41.273Z Compiling tempfile v3.27.0
14672026-08-18T23:16:41.421Z Compiling tinyvec v1.10.0
14682026-08-18T23:16:41.529Z Compiling pest_generator v2.8.6
14692026-08-18T23:16:41.632Z Compiling sha2 v0.10.9
14702026-08-18T23:16:41.762Z Compiling terminal_size v0.4.3
14712026-08-18T23:16:41.839Z Compiling aho-corasick v1.1.4
14722026-08-18T23:16:41.899Z Compiling radium v0.7.0
14732026-08-18T23:16:42.147Z Compiling atomic-waker v1.1.2
14742026-08-18T23:16:42.198Z Compiling try-lock v0.2.5
14752026-08-18T23:16:42.268Z Compiling untrusted v0.7.1
14762026-08-18T23:16:42.305Z Compiling tower-service v0.3.3
14772026-08-18T23:16:42.388Z Compiling tower-layer v0.3.3
14782026-08-18T23:16:42.402Z Compiling want v0.3.1
14792026-08-18T23:16:42.441Z Compiling h2 v0.4.15
14802026-08-18T23:16:42.546Z Compiling pest_derive v2.8.6
14812026-08-18T23:16:42.558Z Compiling hybrid-array v0.4.13
14822026-08-18T23:16:42.878Z Compiling regex-automata v0.4.14
14832026-08-18T23:16:42.968Z Compiling scroll_derive v0.13.1
14842026-08-18T23:16:43.095Z Compiling darling_core v0.20.11
14852026-08-18T23:16:43.318Z Compiling ipnet v2.12.0
14862026-08-18T23:16:43.489Z Compiling rustls v0.23.41
14872026-08-18T23:16:43.659Z Compiling openssl v0.10.80
14882026-08-18T23:16:43.752Z Compiling httpdate v1.0.3
14892026-08-18T23:16:43.795Z Compiling foreign-types-shared v0.1.1
14902026-08-18T23:16:43.880Z Compiling untrusted v0.9.0
14912026-08-18T23:16:43.880Z Compiling tap v1.0.1
14922026-08-18T23:16:43.941Z Compiling maybe-uninit v2.0.0
14932026-08-18T23:16:44.037Z Compiling wyz v0.5.1
14942026-08-18T23:16:44.050Z Compiling foreign-types v0.3.2
14952026-08-18T23:16:44.052Z Compiling scroll v0.13.0
14962026-08-18T23:16:44.224Z Compiling unicode-normalization v0.1.25
14972026-08-18T23:16:44.319Z Compiling rand_chacha v0.3.1
14982026-08-18T23:16:44.334Z Compiling signature v2.2.0
14992026-08-18T23:16:44.516Z Compiling thiserror-impl v1.0.69
15002026-08-18T23:16:44.663Z Compiling openssl-macros v0.1.1
15012026-08-18T23:16:44.682Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-08-18T23:16:44.955Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15032026-08-18T23:16:45.055Z Compiling hex v0.4.3
15042026-08-18T23:16:45.096Z Compiling num-integer v0.1.46
15052026-08-18T23:16:45.319Z Compiling wait-timeout v0.2.1
15062026-08-18T23:16:45.334Z Compiling socket2 v0.5.10
15072026-08-18T23:16:45.397Z Compiling darling_macro v0.20.11
15082026-08-18T23:16:45.418Z Compiling ahash v0.8.12
15092026-08-18T23:16:45.582Z Compiling hyper v1.10.1
15102026-08-18T23:16:45.615Z Compiling powerfmt v0.2.0
15112026-08-18T23:16:45.731Z Compiling native-tls v0.2.18
15122026-08-18T23:16:45.765Z Compiling packed_struct v0.10.1
15132026-08-18T23:16:45.816Z Compiling bit-vec v0.8.0
15142026-08-18T23:16:45.868Z Compiling num-bigint-dig v0.8.6
15152026-08-18T23:16:45.926Z Compiling time-core v0.1.8
15162026-08-18T23:16:46.000Z Compiling funty v2.0.0
15172026-08-18T23:16:46.132Z Compiling num-conv v0.2.0
15182026-08-18T23:16:46.136Z Compiling quick-error v1.2.3
15192026-08-18T23:16:46.136Z Compiling clap_builder v4.6.0
15202026-08-18T23:16:46.158Z Compiling rusty-fork v0.3.1
15212026-08-18T23:16:46.173Z Compiling time-macros v0.2.27
15222026-08-18T23:16:46.461Z Compiling bitvec v1.0.1
15232026-08-18T23:16:46.566Z Compiling bit-set v0.8.0
15242026-08-18T23:16:46.603Z Compiling darling v0.20.11
15252026-08-18T23:16:46.686Z Compiling hyper-util v0.1.20
15262026-08-18T23:16:46.723Z Compiling thiserror v1.0.69
15272026-08-18T23:16:46.826Z Compiling deranged v0.5.8
15282026-08-18T23:16:47.127Z Compiling num-iter v0.1.45
15292026-08-18T23:16:47.768Z Compiling rand v0.8.6
15302026-08-18T23:16:47.888Z Compiling goblin v0.10.5
15312026-08-18T23:16:48.069Z Compiling packed_struct_codegen v0.10.1
15322026-08-18T23:16:48.343Z Compiling lazy_static v1.5.0
15332026-08-18T23:16:48.439Z Compiling hmac v0.12.1
15342026-08-18T23:16:48.541Z Compiling bitfield-macros v0.19.4
15352026-08-18T23:16:48.609Z Compiling zerocopy-derive v0.6.6
15362026-08-18T23:16:48.979Z Compiling clap_derive v4.6.1
15372026-08-18T23:16:49.172Z Compiling rand_xorshift v0.4.0
15382026-08-18T23:16:49.295Z Compiling toml_datetime v0.6.11
15392026-08-18T23:16:49.340Z Compiling serde_spanned v0.6.9
15402026-08-18T23:16:49.454Z Compiling sync_wrapper v1.0.2
15412026-08-18T23:16:49.484Z Compiling indexmap v1.9.3
15422026-08-18T23:16:49.548Z Compiling object v0.37.3
15432026-08-18T23:16:49.563Z Compiling siphasher v1.0.2
15442026-08-18T23:16:49.666Z Compiling num_threads v0.1.7
15452026-08-18T23:16:49.749Z Compiling unicode-segmentation v1.12.0
15462026-08-18T23:16:49.766Z Compiling crc-catalog v2.4.0
15472026-08-18T23:16:49.808Z Compiling crossbeam-utils v0.8.21
15482026-08-18T23:16:49.856Z Compiling unarray v0.1.4
15492026-08-18T23:16:49.971Z Compiling zlib-rs v0.6.2
15502026-08-18T23:16:50.095Z Compiling usdt-impl v0.6.0
15512026-08-18T23:16:50.131Z Compiling nodrop v0.1.14
15522026-08-18T23:16:50.167Z Compiling paste v1.0.15
15532026-08-18T23:16:50.223Z Compiling array-init v0.0.4
15542026-08-18T23:16:50.339Z Compiling proptest v1.11.0
15552026-08-18T23:16:50.471Z Compiling crc v3.4.0
15562026-08-18T23:16:50.607Z Compiling time v0.3.47
15572026-08-18T23:16:50.668Z Compiling dof v0.4.0
15582026-08-18T23:16:50.755Z Compiling clap v4.6.1
15592026-08-18T23:16:50.857Z Compiling tower v0.5.3
15602026-08-18T23:16:51.313Z Compiling zerocopy v0.6.6
15612026-08-18T23:16:51.785Z Compiling bitfield v0.19.4
15622026-08-18T23:16:52.112Z Compiling smallvec v0.6.14
15632026-08-18T23:16:52.305Z Compiling derive_builder_core v0.20.2
15642026-08-18T23:16:52.435Z Compiling dtrace-parser v0.3.0
15652026-08-18T23:16:53.120Z Compiling flate2 v1.1.9
15662026-08-18T23:16:53.142Z Compiling ipnetwork v0.21.1
15672026-08-18T23:16:53.158Z Compiling http-body-util v0.1.3
15682026-08-18T23:16:53.178Z Compiling pkcs1 v0.7.5
15692026-08-18T23:16:53.399Z Compiling heapless v0.7.17
15702026-08-18T23:16:53.506Z Compiling scroll_derive v0.12.1
15712026-08-18T23:16:53.522Z Compiling structmeta-derive v0.3.0
15722026-08-18T23:16:53.525Z Compiling slog v2.8.2
15732026-08-18T23:16:53.563Z Compiling darling_core v0.23.0
15742026-08-18T23:16:53.634Z Compiling thread-id v5.1.0
15752026-08-18T23:16:53.717Z Compiling cookie v0.18.1
15762026-08-18T23:16:53.721Z Compiling env_filter v2.0.0
15772026-08-18T23:16:53.902Z Compiling iri-string v0.7.10
15782026-08-18T23:16:54.039Z Compiling ryu v1.0.23
15792026-08-18T23:16:54.210Z Compiling gimli v0.32.3
15802026-08-18T23:16:54.225Z Compiling hashbrown v0.12.3
15812026-08-18T23:16:54.646Z Compiling unicode-properties v0.1.4
15822026-08-18T23:16:54.701Z Compiling signal-hook v0.3.18
15832026-08-18T23:16:54.842Z Compiling winnow v0.5.40
15842026-08-18T23:16:54.874Z Compiling zstd-safe v7.2.4
15852026-08-18T23:16:55.073Z Compiling base64 v0.21.7
15862026-08-18T23:16:55.392Z Compiling allocator-api2 v0.2.21
15872026-08-18T23:16:55.450Z Compiling anyhow v1.0.104
15882026-08-18T23:16:55.728Z Compiling unicode-bidi v0.3.18
15892026-08-18T23:16:55.968Z Compiling addr2line v0.25.1
15902026-08-18T23:16:56.073Z Compiling darling_macro v0.23.0
15912026-08-18T23:16:56.155Z Compiling toml_edit v0.19.15
15922026-08-18T23:16:56.268Z Compiling stringprep v0.1.5
15932026-08-18T23:16:56.268Z Compiling ron v0.8.1
15942026-08-18T23:16:56.315Z Compiling tower-http v0.6.8
15952026-08-18T23:16:56.711Z Compiling structmeta v0.3.0
15962026-08-18T23:16:56.728Z Compiling scroll v0.12.0
15972026-08-18T23:16:56.923Z Compiling serde_urlencoded v0.7.1
15982026-08-18T23:16:56.984Z Compiling env_logger v0.11.11
15992026-08-18T23:16:57.208Z Compiling rsa v0.9.10
16002026-08-18T23:16:57.302Z Compiling oxnet v0.1.6
16012026-08-18T23:16:57.330Z Compiling derive_builder_macro v0.20.2
16022026-08-18T23:16:57.510Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16032026-08-18T23:16:57.606Z Compiling newtype-uuid v1.3.2
16042026-08-18T23:16:57.726Z Compiling hashbrown v0.13.2
16052026-08-18T23:16:57.793Z Compiling serde-hex v0.1.0
16062026-08-18T23:16:57.936Z Compiling bzip2 v0.4.4
16072026-08-18T23:16:58.146Z Compiling tokio-native-tls v0.3.1
16082026-08-18T23:16:58.207Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16092026-08-18T23:16:58.317Z Compiling camino v1.2.5
16102026-08-18T23:16:59.237Z Compiling heck v0.4.1
16112026-08-18T23:16:59.284Z Compiling bstr v1.12.1
16122026-08-18T23:16:59.460Z Compiling block-padding v0.4.2
16132026-08-18T23:16:59.550Z Compiling block-buffer v0.12.1
16142026-08-18T23:16:59.630Z Compiling crypto-common v0.2.2
16152026-08-18T23:16:59.750Z Compiling rustls-native-certs v0.8.3
16162026-08-18T23:16:59.934Z Compiling curve25519-dalek v4.1.3
16172026-08-18T23:17:00.046Z Compiling x509-cert v0.2.5
16182026-08-18T23:17:00.251Z Compiling md-5 v0.10.6
16192026-08-18T23:17:00.265Z Compiling pin-project-internal v1.1.11
16202026-08-18T23:17:00.417Z Compiling zerocopy-derive v0.7.35
16212026-08-18T23:17:01.236Z Compiling daft-derive v0.1.7
16222026-08-18T23:17:01.281Z Compiling async-trait v0.1.89
16232026-08-18T23:17:01.298Z Compiling vergen-lib v9.1.0
16242026-08-18T23:17:01.342Z Compiling serde_tokenstream v0.2.3
16252026-08-18T23:17:01.345Z Compiling hash32 v0.2.1
16262026-08-18T23:17:01.472Z Compiling erased-serde v0.3.31
16272026-08-18T23:17:01.547Z Compiling memoffset v0.9.1
16282026-08-18T23:17:01.629Z Compiling encoding_rs v0.8.35
16292026-08-18T23:17:01.645Z Compiling smoltcp v0.9.1
16302026-08-18T23:17:01.725Z Compiling litrs v1.0.0
16312026-08-18T23:17:01.942Z Compiling rustc-demangle v0.1.27
16322026-08-18T23:17:01.957Z Compiling psl-types v2.0.11
16332026-08-18T23:17:01.971Z Compiling owo-colors v4.3.0
16342026-08-18T23:17:02.080Z Compiling ref-cast v1.0.25
16352026-08-18T23:17:02.100Z Compiling crc-any v2.5.0
16362026-08-18T23:17:02.229Z Compiling rustix v0.38.44
16372026-08-18T23:17:02.272Z Compiling fallible-iterator v0.2.0
16382026-08-18T23:17:02.276Z Compiling mime v0.3.17
16392026-08-18T23:17:02.324Z Compiling cfg_aliases v0.2.1
16402026-08-18T23:17:02.372Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-08-18T23:17:02.410Z Compiling nix v0.31.2
16422026-08-18T23:17:02.423Z Compiling document-features v0.2.12
16432026-08-18T23:17:02.531Z Compiling backtrace v0.3.76
16442026-08-18T23:17:02.576Z Compiling postgres-protocol v0.6.10
16452026-08-18T23:17:02.640Z Compiling publicsuffix v2.3.0
16462026-08-18T23:17:02.784Z Compiling daft v0.1.7
16472026-08-18T23:17:03.104Z Compiling pin-project v1.1.11
16482026-08-18T23:17:03.111Z Compiling zerocopy v0.7.35
16492026-08-18T23:17:03.183Z Compiling inout v0.2.2
16502026-08-18T23:17:03.200Z Compiling snafu-derive v0.8.9
16512026-08-18T23:17:03.213Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-18T23:17:03.361Z Compiling hyper-tls v0.6.0
16532026-08-18T23:17:03.491Z Compiling object v0.30.4
16542026-08-18T23:17:03.518Z Compiling zip v0.6.6
16552026-08-18T23:17:03.575Z Compiling derive_builder v0.20.2
16562026-08-18T23:17:03.649Z Compiling toml v0.7.8
16572026-08-18T23:17:03.873Z Compiling goblin v0.8.2
16582026-08-18T23:17:04.146Z Compiling derive-ex v0.1.8
16592026-08-18T23:17:04.274Z Compiling darling v0.23.0
16602026-08-18T23:17:04.543Z Compiling phf_shared v0.13.1
16612026-08-18T23:17:04.707Z Compiling regex v1.12.3
16622026-08-18T23:17:04.788Z Compiling hubpack_derive v0.1.1
16632026-08-18T23:17:05.131Z Compiling futures-executor v0.3.32
16642026-08-18T23:17:05.146Z Compiling strum_macros v0.27.2
16652026-08-18T23:17:05.230Z Compiling curve25519-dalek-derive v0.1.1
16662026-08-18T23:17:05.398Z Compiling ref-cast-impl v1.0.25
16672026-08-18T23:17:05.811Z Compiling vergen v9.1.0
16682026-08-18T23:17:05.865Z Compiling cargo-platform v0.3.2
16692026-08-18T23:17:05.920Z Compiling ff v0.13.1
16702026-08-18T23:17:05.981Z Compiling fs-err v3.3.0
16712026-08-18T23:17:06.064Z Compiling either v1.15.0
16722026-08-18T23:17:06.136Z Compiling managed v0.8.0
16732026-08-18T23:17:06.167Z Compiling jiff-core v0.1.0
16742026-08-18T23:17:06.270Z Compiling same-file v1.0.6
16752026-08-18T23:17:06.346Z Compiling foldhash v0.1.5
16762026-08-18T23:17:06.423Z Compiling libbz2-rs-sys v0.2.2
16772026-08-18T23:17:06.438Z Compiling bitflags v1.3.2
16782026-08-18T23:17:06.514Z Compiling base16ct v0.2.0
16792026-08-18T23:17:06.528Z Compiling bumpalo v3.20.2
16802026-08-18T23:17:06.688Z Compiling path-slash v0.1.5
16812026-08-18T23:17:06.775Z Compiling foldhash v0.2.0
16822026-08-18T23:17:06.818Z Compiling is_ci v1.2.0
16832026-08-18T23:17:06.956Z Compiling textwrap v0.16.2
16842026-08-18T23:17:06.994Z Compiling hashbrown v0.16.1
16852026-08-18T23:17:07.075Z Compiling strum v0.27.2
16862026-08-18T23:17:07.093Z Compiling supports-color v3.0.2
16872026-08-18T23:17:07.219Z Compiling jiff v0.2.34
16882026-08-18T23:17:07.236Z Compiling bzip2 v0.6.1
16892026-08-18T23:17:07.253Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16902026-08-18T23:17:07.372Z Compiling zopfli v0.8.3
16912026-08-18T23:17:07.411Z Compiling sec1 v0.7.3
16922026-08-18T23:17:07.592Z Compiling hashbrown v0.15.5
16932026-08-18T23:17:07.689Z Compiling walkdir v2.5.0
16942026-08-18T23:17:08.019Z Compiling dof v0.3.0
16952026-08-18T23:17:08.096Z Compiling cargo_metadata v0.23.1
16962026-08-18T23:17:08.161Z Compiling group v0.13.0
16972026-08-18T23:17:08.354Z Compiling test-strategy v0.4.5
16982026-08-18T23:17:08.629Z Compiling futures v0.3.32
16992026-08-18T23:17:08.715Z Compiling hubpack v0.1.2
17002026-08-18T23:17:08.728Z Compiling snafu v0.8.9
17012026-08-18T23:17:08.926Z Compiling phf v0.13.1
17022026-08-18T23:17:09.131Z Compiling signal-hook-mio v0.2.5
17032026-08-18T23:17:09.252Z Compiling serde_with_macros v3.21.0
17042026-08-18T23:17:09.474Z Compiling cookie_store v0.22.1
17052026-08-18T23:17:09.478Z Compiling zstd v0.13.3
17062026-08-18T23:17:09.755Z Compiling reqwest v0.12.28
17072026-08-18T23:17:09.836Z Compiling cipher v0.5.2
17082026-08-18T23:17:10.151Z Compiling backtrace-ext v0.2.1
17092026-08-18T23:17:10.252Z Compiling postgres-types v0.2.12
17102026-08-18T23:17:10.778Z Compiling usdt-attr-macro v0.6.0
17112026-08-18T23:17:10.827Z Compiling usdt-macro v0.6.0
17122026-08-18T23:17:11.133Z Compiling globset v0.4.18
17132026-08-18T23:17:11.376Z Compiling phf_shared v0.11.3
17142026-08-18T23:17:11.469Z Compiling hkdf v0.12.4
17152026-08-18T23:17:11.469Z Compiling dtrace-parser v0.2.0
17162026-08-18T23:17:11.570Z Compiling byte-wrapper v0.1.0
17172026-08-18T23:17:11.585Z Compiling olpc-cjson v0.1.4
17182026-08-18T23:17:11.597Z Compiling ed25519 v2.2.3
17192026-08-18T23:17:11.624Z Compiling crypto-bigint v0.5.5
17202026-08-18T23:17:11.722Z Compiling pem v3.0.6
17212026-08-18T23:17:11.832Z Compiling miette-derive v7.6.0
17222026-08-18T23:17:11.881Z Compiling serde_repr v0.1.20
17232026-08-18T23:17:12.042Z Compiling strum_macros v0.26.4
17242026-08-18T23:17:12.187Z Compiling enum-as-inner v0.6.1
17252026-08-18T23:17:12.413Z Compiling async-recursion v1.1.1
17262026-08-18T23:17:12.484Z Compiling serde-big-array v0.5.1
17272026-08-18T23:17:12.629Z Compiling serde_plain v1.0.2
17282026-08-18T23:17:12.699Z Compiling float-cmp v0.10.0
17292026-08-18T23:17:12.825Z Compiling memmap2 v0.9.10
17302026-08-18T23:17:12.853Z Compiling thread-id v4.2.2
17312026-08-18T23:17:12.936Z Compiling fixedbitset v0.4.2
17322026-08-18T23:17:12.952Z Compiling difflib v0.4.0
17332026-08-18T23:17:13.048Z Compiling keccak v0.1.6
17342026-08-18T23:17:13.062Z Compiling supports-unicode v3.0.0
17352026-08-18T23:17:13.159Z Compiling precomputed-hash v0.1.1
17362026-08-18T23:17:13.209Z Compiling fixedbitset v0.5.7
17372026-08-18T23:17:13.253Z Compiling predicates-core v1.0.10
17382026-08-18T23:17:13.427Z Compiling whoami v2.1.0
17392026-08-18T23:17:13.498Z Compiling typed-path v0.9.3
17402026-08-18T23:17:13.507Z Compiling new_debug_unreachable v1.0.6
17412026-08-18T23:17:13.525Z Compiling normalize-line-endings v0.3.0
17422026-08-18T23:17:13.580Z Compiling static_assertions v1.1.0
17432026-08-18T23:17:13.619Z Compiling data-encoding v2.10.0
17442026-08-18T23:17:13.655Z Compiling winnow v1.0.3
17452026-08-18T23:17:13.738Z Compiling const-oid v0.10.2
17462026-08-18T23:17:13.791Z Compiling cpufeatures v0.3.0
17472026-08-18T23:17:13.807Z Compiling supports-hyperlinks v3.2.0
17482026-08-18T23:17:13.808Z Compiling strum v0.26.3
17492026-08-18T23:17:13.862Z Compiling chacha20 v0.10.0
17502026-08-18T23:17:13.932Z Compiling hickory-proto v0.25.2
17512026-08-18T23:17:13.945Z Compiling miette v7.6.0
17522026-08-18T23:17:13.977Z Compiling digest v0.11.3
17532026-08-18T23:17:14.248Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-08-18T23:17:14.263Z Compiling tokio-postgres v0.7.16
17552026-08-18T23:17:14.376Z Compiling predicates v3.1.4
17562026-08-18T23:17:14.741Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-08-18T23:17:14.755Z Compiling string_cache v0.8.9
17582026-08-18T23:17:14.982Z Compiling toml_edit v0.22.27
17592026-08-18T23:17:15.018Z Compiling petgraph v0.8.3
17602026-08-18T23:17:15.154Z Compiling sha3 v0.10.8
17612026-08-18T23:17:15.372Z Compiling petgraph v0.6.5
17622026-08-18T23:17:15.607Z Compiling usdt v0.6.0
17632026-08-18T23:17:15.876Z Compiling usdt-impl v0.5.0
17642026-08-18T23:17:16.447Z Compiling elliptic-curve v0.13.8
17652026-08-18T23:17:16.498Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17662026-08-18T23:17:16.844Z Compiling ed25519-dalek v2.2.0
17672026-08-18T23:17:16.861Z Compiling crossterm v0.28.1
17682026-08-18T23:17:16.967Z Compiling serde_with v3.21.0
17692026-08-18T23:17:17.354Z Compiling zip v4.6.1
17702026-08-18T23:17:18.074Z Compiling iddqd v0.4.2
17712026-08-18T23:17:18.199Z Compiling itertools v0.13.0
17722026-08-18T23:17:18.319Z Compiling itertools v0.15.0
17732026-08-18T23:17:18.493Z Compiling similar v2.7.0
17742026-08-18T23:17:18.613Z Compiling crossbeam-epoch v0.9.18
17752026-08-18T23:17:18.714Z Compiling tokio-stream v0.1.18
17762026-08-18T23:17:18.752Z Compiling buf-list v1.1.2
17772026-08-18T23:17:18.948Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17782026-08-18T23:17:19.057Z Compiling openapiv3 v2.2.0
17792026-08-18T23:17:19.175Z Compiling peg-runtime v0.8.5
17802026-08-18T23:17:19.264Z Compiling lalrpop-util v0.19.12
17812026-08-18T23:17:19.325Z Compiling thread_local v1.1.9
17822026-08-18T23:17:19.363Z Compiling slog-async v2.8.0
17832026-08-18T23:17:19.474Z Compiling crossbeam-channel v0.5.15
17842026-08-18T23:17:19.546Z Compiling filetime v0.2.27
17852026-08-18T23:17:19.546Z Compiling is-terminal v0.4.17
17862026-08-18T23:17:19.583Z Compiling xattr v1.6.1
17872026-08-18T23:17:19.583Z Compiling take_mut v0.2.2
17882026-08-18T23:17:19.636Z Compiling term v1.2.1
17892026-08-18T23:17:19.676Z Compiling camino-tempfile v1.4.1
17902026-08-18T23:17:19.731Z Compiling tar v0.4.46
17912026-08-18T23:17:20.161Z Compiling slog-term v2.9.2
17922026-08-18T23:17:25.984Z Compiling rustls-webpki v0.103.13
17932026-08-18T23:17:28.640Z Compiling tokio-rustls v0.26.4
17942026-08-18T23:17:28.641Z Compiling rustls-platform-verifier v0.6.2
17952026-08-18T23:17:28.641Z Compiling tough v0.22.0
17962026-08-18T23:17:28.850Z Compiling hyper-rustls v0.27.7
17972026-08-18T23:17:29.064Z Compiling reqwest v0.13.2
17982026-08-18T23:17:31.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17992026-08-18T23:17:31.466Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18002026-08-18T23:17:34.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18012026-08-18T23:17:34.543Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18022026-08-18T23:17:34.600ZAug 18 23:17:33.125 INFO Starting download, target: Clickhouse
18032026-08-18T23:17:34.600ZAug 18 23:17:33.125 INFO Starting download, target: Console
18042026-08-18T23:17:34.600ZAug 18 23:17:33.125 INFO Starting download, target: Cockroach
18052026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Starting download, target: DendriteStub
18062026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Starting download, target: MaghemiteMgd
18072026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Starting download, target: MaghemiteDdmd
18082026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Starting download, target: TransceiverControl
18092026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18102026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18112026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18122026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18132026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18142026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18152026-08-18T23:17:34.604ZAug 18 23:17:33.125 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18162026-08-18T23:17:36.686ZAug 18 23:17:35.157 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18172026-08-18T23:17:36.750ZAug 18 23:17:35.273 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18182026-08-18T23:17:36.773ZAug 18 23:17:35.286 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18192026-08-18T23:17:36.897ZAug 18 23:17:35.422 INFO Download complete, target: Console
18202026-08-18T23:17:36.975ZAug 18 23:17:35.486 INFO Download complete, target: TransceiverControl
18212026-08-18T23:17:38.464ZAug 18 23:17:36.972 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18222026-08-18T23:17:38.729ZAug 18 23:17:37.247 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18232026-08-18T23:17:38.847ZAug 18 23:17:37.366 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-08-18T23:17:39.070ZAug 18 23:17:37.596 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18252026-08-18T23:17:39.071ZAug 18 23:17:37.596 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18262026-08-18T23:17:40.509ZAug 18 23:17:39.035 INFO Download complete, target: MaghemiteDdmd
18272026-08-18T23:17:41.133ZAug 18 23:17:39.659 INFO Download complete, target: DendriteStub
18282026-08-18T23:17:41.528ZAug 18 23:17:40.050 INFO Download complete, target: MaghemiteMgd
18292026-08-18T23:17:43.514ZAug 18 23:17:42.039 INFO Checking that binary works, target: Clickhouse
18302026-08-18T23:17:43.650ZAug 18 23:17:42.174 INFO Download complete, target: Clickhouse
18312026-08-18T23:17:43.794ZAug 18 23:17:42.318 INFO Checking that binary works, target: Cockroach
18322026-08-18T23:17:43.920ZAug 18 23:17:42.431 INFO Download complete, target: Cockroach
18332026-08-18T23:17:43.924ZAll builder prerequisites installed successfully, and PATH looks valid
18342026-08-18T23:17:43.924Z
18352026-08-18T23:17:43.924Zreal 2:09.511984662
18362026-08-18T23:17:43.924Zuser 7:18.121712197
18372026-08-18T23:17:43.925Zsys 1:26.330576168
18382026-08-18T23:17:43.925Ztrap 0.246622406
18392026-08-18T23:17:43.925Ztflt 0.559693798
18402026-08-18T23:17:43.925Zdflt 0.769806744
18412026-08-18T23:17:43.925Zkflt 0.025409705
18422026-08-18T23:17:43.925Zlock 27:24.039645114
18432026-08-18T23:17:43.925Zslp 21:58.051161483
18442026-08-18T23:17:43.925Zlat 50.805084747
18452026-08-18T23:17:43.925Zstop 2:47.605812697
18462026-08-18T23:17:43.925Z+ banner clippy
18472026-08-18T23:17:43.925Z
18482026-08-18T23:17:43.925Z #### # # ##### ##### # #
18492026-08-18T23:17:43.925Z # # # # # # # # # #
18502026-08-18T23:17:43.925Z # # # # # # # #
18512026-08-18T23:17:43.925Z # # # ##### ##### #
18522026-08-18T23:17:43.925Z # # # # # # #
18532026-08-18T23:17:43.925Z #### ###### # # # #
18542026-08-18T23:17:43.925Z
18552026-08-18T23:17:43.925Z+ export CARGO_INCREMENTAL=0
18562026-08-18T23:17:43.925Z+ CARGO_INCREMENTAL=0
18572026-08-18T23:17:43.925Z+ ptime -m cargo xtask clippy
18582026-08-18T23:17:44.409Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18592026-08-18T23:17:44.690Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18602026-08-18T23:17:46.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18612026-08-18T23:17:46.550Z Running `target/debug/xtask clippy`
18622026-08-18T23:17:46.576Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18632026-08-18T23:17:47.139Z Downloading crates ...
18642026-08-18T23:17:47.312Z Downloaded blake2b_simd v1.0.4
18652026-08-18T23:17:47.317Z Downloaded constant_time_eq v0.3.1
18662026-08-18T23:17:47.318Z Downloaded approx v0.5.1
18672026-08-18T23:17:47.318Z Downloaded async-object-pool v0.2.0
18682026-08-18T23:17:47.318Z Downloaded cast v0.3.0
18692026-08-18T23:17:47.318Z Downloaded assert-json-diff v2.0.2
18702026-08-18T23:17:47.318Z Downloaded assert_cmd v2.1.2
18712026-08-18T23:17:47.318Z Downloaded concurrent-queue v2.5.0
18722026-08-18T23:17:47.318Z Downloaded anes v0.1.6
18732026-08-18T23:17:47.321Z Downloaded criterion-plot v0.6.0
18742026-08-18T23:17:47.322Z Downloaded escape8259 v0.5.3
18752026-08-18T23:17:47.322Z Downloaded event-listener-strategy v0.5.4
18762026-08-18T23:17:47.322Z Downloaded criterion v0.7.0
18772026-08-18T23:17:47.327Z Downloaded datatest-stable v0.3.3
18782026-08-18T23:17:47.331Z Downloaded cfg-expr v0.20.6
18792026-08-18T23:17:47.331Z Downloaded async-lock v3.4.2
18802026-08-18T23:17:47.331Z Downloaded event-listener v5.4.1
18812026-08-18T23:17:47.331Z Downloaded fancy-regex v0.14.0
18822026-08-18T23:17:47.335Z Downloaded guppy-workspace-hack v0.1.0
18832026-08-18T23:17:47.336Z Downloaded futures-timer v3.0.3
18842026-08-18T23:17:47.336Z Downloaded guppy v0.17.25
18852026-08-18T23:17:47.340Z Downloaded hex-literal v0.4.1
18862026-08-18T23:17:47.340Z Downloaded httptest v0.16.4
18872026-08-18T23:17:47.340Z Downloaded hickory-client v0.25.2
18882026-08-18T23:17:47.340Z Downloaded linkme-impl v0.3.35
18892026-08-18T23:17:47.340Z Downloaded knuffel-derive v3.2.0
18902026-08-18T23:17:47.345Z Downloaded libtest-mimic v0.8.1
18912026-08-18T23:17:47.345Z Downloaded nested v0.1.1
18922026-08-18T23:17:47.345Z Downloaded miette-derive v5.10.0
18932026-08-18T23:17:47.345Z Downloaded parking v2.2.1
18942026-08-18T23:17:47.345Z Downloaded linkme v0.3.35
18952026-08-18T23:17:47.350Z Downloaded pathdiff v0.2.3
18962026-08-18T23:17:47.350Z Downloaded plotters-svg v0.3.7
18972026-08-18T23:17:47.350Z Downloaded knuffel v3.2.0
18982026-08-18T23:17:47.350Z Downloaded oorandom v11.1.5
18992026-08-18T23:17:47.350Z Downloaded owo-colors v3.5.0
19002026-08-18T23:17:47.351Z Downloaded path-tree v0.8.3
19012026-08-18T23:17:47.366Z Downloaded plotters-backend v0.3.7
19022026-08-18T23:17:47.366Z Downloaded miette v5.10.0
19032026-08-18T23:17:47.366Z Downloaded partial-io v0.5.4
19042026-08-18T23:17:47.366Z Downloaded proc-macro-crate v3.4.0
19052026-08-18T23:17:47.366Z Downloaded relative-path v1.9.3
19062026-08-18T23:17:47.366Z Downloaded rand_distr v0.5.1
19072026-08-18T23:17:47.366Z Downloaded serde_regex v1.1.0
19082026-08-18T23:17:47.371Z Downloaded rust-argon2 v2.1.0
19092026-08-18T23:17:47.371Z Downloaded similar-asserts v1.7.0
19102026-08-18T23:17:47.371Z Downloaded supports-color v2.1.0
19112026-08-18T23:17:47.371Z Downloaded supports-hyperlinks v2.1.0
19122026-08-18T23:17:47.371Z Downloaded plotters v0.3.7
19132026-08-18T23:17:47.371Z Downloaded rstest v0.25.0
19142026-08-18T23:17:47.371Z Downloaded terminal_size v0.1.17
19152026-08-18T23:17:47.371Z Downloaded rstest_macros v0.25.0
19162026-08-18T23:17:47.371Z Downloaded target-triple v1.0.0
19172026-08-18T23:17:47.375Z Downloaded supports-unicode v2.1.0
19182026-08-18T23:17:47.376Z Downloaded stringmetrics v2.2.2
19192026-08-18T23:17:47.376Z Downloaded target-lexicon v0.13.3
19202026-08-18T23:17:47.376Z Downloaded termcolor v1.4.1
19212026-08-18T23:17:47.376Z Downloaded tinytemplate v1.2.1
19222026-08-18T23:17:47.376Z Downloaded toml_datetime v0.7.5+spec-1.1.0
19232026-08-18T23:17:47.376Z Downloaded target-spec v3.5.7
19242026-08-18T23:17:47.384Z Downloaded textwrap v0.15.2
19252026-08-18T23:17:47.384Z Downloaded trybuild v1.0.116
19262026-08-18T23:17:47.384Z Downloaded toml_edit v0.23.10+spec-1.0.0
19272026-08-18T23:17:47.416Z Downloaded httpmock v0.8.3
19282026-08-18T23:17:49.240Z Checking cfg-if v1.0.4
19292026-08-18T23:17:49.612Z Checking libc v0.2.185
19302026-08-18T23:17:49.630Z Checking serde_core v1.0.229
19312026-08-18T23:17:49.692Z Checking memchr v2.8.0
19322026-08-18T23:17:49.739Z Checking smallvec v1.15.1
19332026-08-18T23:17:49.784Z Checking zeroize v1.9.0
19342026-08-18T23:17:49.817Z Checking itoa v1.0.17
19352026-08-18T23:17:49.859Z Checking subtle v2.6.1
19362026-08-18T23:17:49.883Z Checking rand_core v0.10.0
19372026-08-18T23:17:49.948Z Checking log v0.4.33
19382026-08-18T23:17:49.987Z Checking libm v0.2.16
19392026-08-18T23:17:50.030Z Checking typenum v1.20.1
19402026-08-18T23:17:50.034Z Checking scopeguard v1.2.0
19412026-08-18T23:17:50.111Z Checking errno v0.3.14
19422026-08-18T23:17:50.111Z Checking getrandom v0.4.3
19432026-08-18T23:17:50.179Z Checking zmij v1.0.21
19442026-08-18T23:17:50.205Z Checking stable_deref_trait v1.2.1
19452026-08-18T23:17:50.254Z Checking lock_api v0.4.14
19462026-08-18T23:17:50.295Z Checking zerofrom v0.1.6
19472026-08-18T23:17:50.352Z Checking percent-encoding v2.3.2
19482026-08-18T23:17:50.381Z Checking writeable v0.6.2
19492026-08-18T23:17:50.425Z Checking litemap v0.8.1
19502026-08-18T23:17:50.461Z Checking yoke v0.8.1
19512026-08-18T23:17:50.503Z Checking icu_properties_data v2.1.2
19522026-08-18T23:17:50.503Z Checking icu_normalizer_data v2.1.1
19532026-08-18T23:17:50.577Z Checking form_urlencoded v1.2.2
19542026-08-18T23:17:50.619Z Checking utf8_iter v1.0.4
19552026-08-18T23:17:50.659Z Checking zerovec v0.11.5
19562026-08-18T23:17:50.663Z Checking zerotrie v0.2.3
19572026-08-18T23:17:50.663Z Checking pin-project-lite v0.2.17
19582026-08-18T23:17:50.763Z Checking num-traits v0.2.19
19592026-08-18T23:17:50.805Z Checking zerocopy v0.8.55
19602026-08-18T23:17:50.858Z Checking parking_lot_core v0.9.12
19612026-08-18T23:17:50.883Z Checking portable-atomic v1.13.1
19622026-08-18T23:17:50.920Z Checking critical-section v1.2.0
19632026-08-18T23:17:50.992Z Checking signal-hook-registry v1.4.8
19642026-08-18T23:17:51.067Z Checking mio v1.2.0
19652026-08-18T23:17:51.096Z Checking parking_lot v0.12.5
19662026-08-18T23:17:51.172Z Checking tinystr v0.8.2
19672026-08-18T23:17:51.193Z Checking serde v1.0.229
19682026-08-18T23:17:51.202Z Checking bitflags v2.11.0
19692026-08-18T23:17:51.311Z Checking serde_json v1.0.151
19702026-08-18T23:17:51.311Z Checking potential_utf v0.1.4
19712026-08-18T23:17:51.317Z Checking once_cell v1.21.3
19722026-08-18T23:17:51.425Z Checking icu_locale_core v2.1.1
19732026-08-18T23:17:51.470Z Checking socket2 v0.6.3
19742026-08-18T23:17:51.511Z Checking icu_collections v2.1.1
19752026-08-18T23:17:51.516Z Checking iana-time-zone v0.1.65
19762026-08-18T23:17:51.585Z Checking bytes v1.11.1
19772026-08-18T23:17:51.634Z Checking uuid v1.23.4
19782026-08-18T23:17:51.679Z Checking chrono v0.4.45
19792026-08-18T23:17:51.750Z Checking semver v1.0.28
19802026-08-18T23:17:51.850Z Checking thiserror v2.0.18
19812026-08-18T23:17:51.992Z Checking icu_provider v2.1.1
19822026-08-18T23:17:52.041Z Checking dyn-clone v1.0.20
19832026-08-18T23:17:52.048Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19842026-08-18T23:17:52.048Z Checking futures-core v0.3.32
19852026-08-18T23:17:52.048Z Checking getrandom v0.3.4
19862026-08-18T23:17:52.149Z Checking tokio v1.52.1
19872026-08-18T23:17:52.183Z Checking rustix v1.1.4
19882026-08-18T23:17:52.254Z Checking icu_normalizer v2.1.1
19892026-08-18T23:17:52.262Z Checking icu_properties v2.1.2
19902026-08-18T23:17:52.324Z Checking equivalent v1.0.2
19912026-08-18T23:17:52.418Z Checking getrandom v0.2.17
19922026-08-18T23:17:52.463Z Checking cmov v0.5.4
19932026-08-18T23:17:52.536Z Checking byteorder v1.5.0
19942026-08-18T23:17:52.592Z Checking futures-sink v0.3.32
19952026-08-18T23:17:52.630Z Checking rand_core v0.6.4
19962026-08-18T23:17:52.676Z Checking ctutils v0.4.2
19972026-08-18T23:17:52.720Z Checking futures-channel v0.3.32
19982026-08-18T23:17:52.763Z Checking futures-task v0.3.32
19992026-08-18T23:17:52.835Z Checking slab v0.4.12
20002026-08-18T23:17:52.911Z Checking hybrid-array v0.4.13
20012026-08-18T23:17:52.949Z Checking futures-io v0.3.32
20022026-08-18T23:17:52.953Z Checking hashbrown v0.17.0
20032026-08-18T23:17:53.023Z Checking generic-array v0.14.7
20042026-08-18T23:17:53.076Z Checking thiserror v1.0.69
20052026-08-18T23:17:53.112Z Checking futures-util v0.3.32
20062026-08-18T23:17:53.152Z Checking idna_adapter v1.2.1
20072026-08-18T23:17:53.203Z Checking regex-syntax v0.8.10
20082026-08-18T23:17:53.299Z Checking idna v1.1.0
20092026-08-18T23:17:53.466Z Checking indexmap v2.14.0
20102026-08-18T23:17:53.506Z Checking fnv v1.0.7
20112026-08-18T23:17:53.557Z Checking ppv-lite86 v0.2.21
20122026-08-18T23:17:53.623Z Checking url v2.5.8
20132026-08-18T23:17:53.638Z Checking base64ct v1.8.3
20142026-08-18T23:17:53.675Z Checking crypto-common v0.2.2
20152026-08-18T23:17:53.876Z Checking const-oid v0.9.6
20162026-08-18T23:17:53.916Z Checking crypto-common v0.1.7
20172026-08-18T23:17:54.049Z Checking block-buffer v0.12.1
20182026-08-18T23:17:54.105Z Checking base64 v0.22.1
20192026-08-18T23:17:54.114Z Checking schemars v0.8.22
20202026-08-18T23:17:54.247Z Checking block-buffer v0.10.4
20212026-08-18T23:17:54.308Z Checking utf8parse v0.2.2
20222026-08-18T23:17:54.357Z Checking anstyle v1.0.14
20232026-08-18T23:17:54.425Z Checking http v1.4.2
20242026-08-18T23:17:54.458Z Checking tracing-core v0.1.36
20252026-08-18T23:17:54.523Z Checking rand_core v0.9.5
20262026-08-18T23:17:54.571Z Checking anstyle-query v1.1.5
20272026-08-18T23:17:54.612Z Checking digest v0.10.7
20282026-08-18T23:17:54.694Z Checking colorchoice v1.0.4
20292026-08-18T23:17:54.734Z Checking is_terminal_polyfill v1.70.2
20302026-08-18T23:17:54.797Z Checking tracing v0.1.44
20312026-08-18T23:17:54.844Z Checking terminal_size v0.4.3
20322026-08-18T23:17:54.849Z Checking const-oid v0.10.2
20332026-08-18T23:17:54.877Z Checking anstyle-parse v1.0.0
20342026-08-18T23:17:54.945Z Checking erased-serde v0.3.31
20352026-08-18T23:17:54.982Z Checking rand_chacha v0.9.0
20362026-08-18T23:17:55.021Z Checking ipnet v2.12.0
20372026-08-18T23:17:55.061Z Checking aho-corasick v1.1.4
20382026-08-18T23:17:55.067Z Checking crossbeam-utils v0.8.21
20392026-08-18T23:17:55.067Z Checking unicode-ident v1.0.24
20402026-08-18T23:17:55.194Z Checking anstream v1.0.0
20412026-08-18T23:17:55.232Z Checking rand v0.9.2
20422026-08-18T23:17:55.265Z Checking clap_lex v1.0.0
20432026-08-18T23:17:55.304Z Checking strsim v0.11.1
20442026-08-18T23:17:55.348Z Checking slog v2.8.2
20452026-08-18T23:17:55.388Z Checking proc-macro2 v1.0.106
20462026-08-18T23:17:55.442Z Checking tokio-util v0.7.18
20472026-08-18T23:17:55.447Z Checking allocator-api2 v0.2.21
20482026-08-18T23:17:55.515Z Checking clap_builder v4.6.0
20492026-08-18T23:17:55.521Z Checking powerfmt v0.2.0
20502026-08-18T23:17:55.626Z Checking digest v0.11.3
20512026-08-18T23:17:55.699Z Checking cpufeatures v0.3.0
20522026-08-18T23:17:55.738Z Checking deranged v0.5.8
20532026-08-18T23:17:55.742Z Checking regex-automata v0.4.14
20542026-08-18T23:17:55.742Z Checking quote v1.0.45
20552026-08-18T23:17:55.845Z Checking time-core v0.1.8
20562026-08-18T23:17:55.851Z Checking num-conv v0.2.0
20572026-08-18T23:17:55.882Z Checking num_threads v0.1.7
20582026-08-18T23:17:56.003Z Checking fastrand v2.3.0
20592026-08-18T23:17:56.033Z Checking syn v2.0.117
20602026-08-18T23:17:56.037Z Checking httparse v1.10.1
20612026-08-18T23:17:56.105Z Checking anyhow v1.0.104
20622026-08-18T23:17:56.110Z Checking cpufeatures v0.2.17
20632026-08-18T23:17:56.199Z Checking tempfile v3.27.0
20642026-08-18T23:17:56.242Z Checking ipnetwork v0.21.1
20652026-08-18T23:17:56.302Z Checking aws-lc-sys v0.40.0
20662026-08-18T23:17:56.340Z Checking rustls-pki-types v1.14.0
20672026-08-18T23:17:56.423Z Checking untrusted v0.7.1
20682026-08-18T23:17:56.481Z Checking http-body v1.0.1
20692026-08-18T23:17:56.568Z Checking atomic-waker v1.1.2
20702026-08-18T23:17:56.647Z Checking try-lock v0.2.5
20712026-08-18T23:17:56.682Z Checking time v0.3.47
20722026-08-18T23:17:56.687Z Checking httpdate v1.0.3
20732026-08-18T23:17:56.760Z Checking h2 v0.4.15
20742026-08-18T23:17:56.767Z Checking clap v4.6.1
20752026-08-18T23:17:56.825Z Checking aws-lc-rs v1.16.3
20762026-08-18T23:17:56.830Z Checking want v0.3.1
20772026-08-18T23:17:56.899Z Checking hex v0.4.3
20782026-08-18T23:17:56.903Z Checking untrusted v0.9.0
20792026-08-18T23:17:57.013Z Checking tower-service v0.3.3
20802026-08-18T23:17:57.069Z Checking simd-adler32 v0.3.8
20812026-08-18T23:17:57.152Z Checking tower-layer v0.3.3
20822026-08-18T23:17:57.202Z Checking ryu v1.0.23
20832026-08-18T23:17:57.267Z Checking spin v0.9.8
20842026-08-18T23:17:57.313Z Checking unicode-width v0.2.0
20852026-08-18T23:17:57.350Z Checking adler2 v2.0.1
20862026-08-18T23:17:57.482Z Checking pem-rfc7468 v0.7.0
20872026-08-18T23:17:57.519Z Checking miniz_oxide v0.8.9
20882026-08-18T23:17:57.588Z Checking socket2 v0.5.10
20892026-08-18T23:17:57.627Z Checking mime v0.3.17
20902026-08-18T23:17:57.664Z Checking rustls-webpki v0.103.13
20912026-08-18T23:17:57.668Z Checking flagset v0.4.7
20922026-08-18T23:17:57.813Z Checking block-padding v0.4.2
20932026-08-18T23:17:57.860Z Checking pretty-hex v0.4.1
20942026-08-18T23:17:57.865Z Checking http-body-util v0.1.3
20952026-08-18T23:17:57.931Z Checking der v0.7.10
20962026-08-18T23:17:57.935Z Checking oxnet v0.1.6
20972026-08-18T23:17:58.004Z Checking inout v0.2.2
20982026-08-18T23:17:58.013Z Checking camino v1.2.5
20992026-08-18T23:17:58.139Z Checking plain v0.2.3
21002026-08-18T23:17:58.177Z Checking rustls v0.23.41
21012026-08-18T23:17:58.213Z Checking ucd-trie v0.1.7
21022026-08-18T23:17:58.255Z Checking openssl-probe v0.2.1
21032026-08-18T23:17:58.288Z Checking cipher v0.5.2
21042026-08-18T23:17:58.295Z Checking regex v1.12.3
21052026-08-18T23:17:58.362Z Checking serde_urlencoded v0.7.1
21062026-08-18T23:17:58.396Z Checking pest v2.8.6
21072026-08-18T23:17:58.402Z Checking rand_chacha v0.3.1
21082026-08-18T23:17:58.552Z Checking encoding_rs v0.8.35
21092026-08-18T23:17:58.595Z Checking futures-executor v0.3.32
21102026-08-18T23:17:58.631Z Checking crc32fast v1.5.0
21112026-08-18T23:17:58.671Z Checking rand v0.8.6
21122026-08-18T23:17:58.712Z Checking spki v0.7.3
21132026-08-18T23:17:58.770Z Checking futures v0.3.32
21142026-08-18T23:17:58.810Z Checking either v1.15.0
21152026-08-18T23:17:58.877Z Checking sync_wrapper v1.0.2
21162026-08-18T23:17:58.916Z Checking pkcs8 v0.10.2
21172026-08-18T23:17:59.019Z Checking tower v0.5.3
21182026-08-18T23:17:59.052Z Checking iri-string v0.7.10
21192026-08-18T23:17:59.097Z Checking foldhash v0.2.0
21202026-08-18T23:17:59.220Z Checking openapiv3 v2.2.0
21212026-08-18T23:17:59.301Z Checking hashbrown v0.16.1
21222026-08-18T23:17:59.457Z Checking zlib-rs v0.6.2
21232026-08-18T23:17:59.494Z Checking static_assertions v1.1.0
21242026-08-18T23:17:59.538Z Checking bit-vec v0.8.0
21252026-08-18T23:17:59.588Z Checking hyper v1.10.1
21262026-08-18T23:17:59.627Z Checking sha2 v0.10.9
21272026-08-18T23:17:59.765Z Checking bit-set v0.8.0
21282026-08-18T23:17:59.827Z Checking wait-timeout v0.2.1
21292026-08-18T23:17:59.924Z Checking rustls-native-certs v0.8.3
21302026-08-18T23:17:59.969Z Checking lazy_static v1.5.0
21312026-08-18T23:17:59.992Z Checking hubpack v0.1.2
21322026-08-18T23:18:00.076Z Checking psl-types v2.0.11
21332026-08-18T23:18:00.080Z Checking quick-error v1.2.3
21342026-08-18T23:18:00.148Z Checking tower-http v0.6.8
21352026-08-18T23:18:00.186Z Checking tinyvec_macros v0.1.1
21362026-08-18T23:18:00.230Z Checking publicsuffix v2.3.0
21372026-08-18T23:18:00.264Z Checking rusty-fork v0.3.1
21382026-08-18T23:18:00.298Z Checking tinyvec v1.10.0
21392026-08-18T23:18:00.363Z Checking flate2 v1.1.9
21402026-08-18T23:18:00.410Z Checking cookie v0.18.1
21412026-08-18T23:18:00.455Z Checking rand_xorshift v0.4.0
21422026-08-18T23:18:00.486Z Checking tokio-rustls v0.26.4
21432026-08-18T23:18:00.491Z Checking unarray v0.1.4
21442026-08-18T23:18:00.555Z Checking rustls-platform-verifier v0.6.2
21452026-08-18T23:18:00.562Z Checking hyper-util v0.1.20
21462026-08-18T23:18:00.624Z Checking signature v2.2.0
21472026-08-18T23:18:00.661Z Checking proptest v1.11.0
21482026-08-18T23:18:00.666Z Checking cookie_store v0.22.1
21492026-08-18T23:18:00.666Z Checking num-integer v0.1.46
21502026-08-18T23:18:00.765Z Checking strum v0.26.3
21512026-08-18T23:18:00.769Z Checking scroll v0.13.0
21522026-08-18T23:18:00.769Z Checking ahash v0.8.12
21532026-08-18T23:18:00.869Z Checking memmap2 v0.9.10
21542026-08-18T23:18:00.908Z Checking unicode-width v0.1.14
21552026-08-18T23:18:00.969Z Checking dtrace-parser v0.3.0
21562026-08-18T23:18:01.038Z Checking serde_spanned v0.6.9
21572026-08-18T23:18:01.076Z Checking toml_datetime v0.6.11
21582026-08-18T23:18:01.090Z Checking goblin v0.10.5
21592026-08-18T23:18:01.090Z Checking thread-id v5.1.0
21602026-08-18T23:18:01.183Z Checking data-encoding v2.10.0
21612026-08-18T23:18:01.222Z Checking bstr v1.12.1
21622026-08-18T23:18:01.226Z Checking hmac v0.12.1
21632026-08-18T23:18:01.303Z Checking base64 v0.21.7
21642026-08-18T23:18:01.353Z Checking x509-cert v0.2.5
21652026-08-18T23:18:01.449Z Checking crossbeam-epoch v0.9.18
21662026-08-18T23:18:01.477Z Checking memoffset v0.9.1
21672026-08-18T23:18:01.553Z Checking num-iter v0.1.45
21682026-08-18T23:18:01.616Z Checking scroll v0.12.0
21692026-08-18T23:18:01.636Z Checking zerocopy v0.7.35
21702026-08-18T23:18:01.669Z Checking rustix v0.38.44
21712026-08-18T23:18:01.721Z Checking env_filter v2.0.0
21722026-08-18T23:18:01.851Z Checking goblin v0.8.2
21732026-08-18T23:18:01.885Z Checking hyper-rustls v0.27.7
21742026-08-18T23:18:01.885Z Checking unicode-segmentation v1.12.0
21752026-08-18T23:18:01.998Z Checking smawk v0.3.2
21762026-08-18T23:18:02.247Z Checking unicode-linebreak v0.1.5
21772026-08-18T23:18:02.252Z Checking reqwest v0.13.2
21782026-08-18T23:18:02.253Z Checking tap v1.0.1
21792026-08-18T23:18:02.253Z Checking env_logger v0.11.11
21802026-08-18T23:18:02.316Z Checking wyz v0.5.1
21812026-08-18T23:18:02.385Z Checking num-bigint-dig v0.8.6
21822026-08-18T23:18:02.462Z Checking nix v0.31.2
21832026-08-18T23:18:02.467Z Checking newtype-uuid v1.3.2
21842026-08-18T23:18:02.537Z Checking dtrace-parser v0.2.0
21852026-08-18T23:18:02.540Z Checking pkcs1 v0.7.5
21862026-08-18T23:18:02.737Z Checking daft v0.1.7
21872026-08-18T23:18:02.803Z Checking ff v0.13.1
21882026-08-18T23:18:02.809Z Checking radium v0.7.0
21892026-08-18T23:18:02.996Z Checking thread-id v4.2.2
21902026-08-18T23:18:03.006Z Checking winnow v1.0.3
21912026-08-18T23:18:03.074Z Checking base16ct v0.2.0
21922026-08-18T23:18:03.108Z Checking same-file v1.0.6
21932026-08-18T23:18:03.115Z Checking crc-catalog v2.4.0
21942026-08-18T23:18:03.206Z Checking funty v2.0.0
21952026-08-18T23:18:03.249Z Checking sec1 v0.7.3
21962026-08-18T23:18:03.294Z Checking walkdir v2.5.0
21972026-08-18T23:18:03.304Z Checking crc v3.4.0
21982026-08-18T23:18:03.446Z Checking dof v0.4.0
21992026-08-18T23:18:03.484Z Checking rsa v0.9.10
22002026-08-18T23:18:03.490Z Checking group v0.13.0
22012026-08-18T23:18:03.563Z Checking bitvec v1.0.1
22022026-08-18T23:18:03.571Z Checking hkdf v0.12.4
22032026-08-18T23:18:03.732Z Checking unicode-normalization v0.1.25
22042026-08-18T23:18:03.743Z Checking crypto-bigint v0.5.5
22052026-08-18T23:18:03.743Z Checking dof v0.3.0
22062026-08-18T23:18:03.743Z Checking zerocopy v0.6.6
22072026-08-18T23:18:03.881Z Checking maybe-uninit v2.0.0
22082026-08-18T23:18:03.975Z Checking is_ci v1.2.0
22092026-08-18T23:18:04.016Z Checking nodrop v0.1.14
22102026-08-18T23:18:04.064Z Checking usdt-impl v0.5.0
22112026-08-18T23:18:04.115Z Checking foreign-types-shared v0.1.1
22122026-08-18T23:18:04.122Z Checking usdt-impl v0.6.0
22132026-08-18T23:18:04.122Z Checking gimli v0.32.3
22142026-08-18T23:18:04.217Z Checking foldhash v0.1.5
22152026-08-18T23:18:04.221Z Checking winnow v0.5.40
22162026-08-18T23:18:04.287Z Checking foreign-types v0.3.2
22172026-08-18T23:18:04.377Z Checking array-init v0.0.4
22182026-08-18T23:18:04.417Z Checking smallvec v0.6.14
22192026-08-18T23:18:04.426Z Checking hashbrown v0.15.5
22202026-08-18T23:18:04.487Z Checking usdt v0.6.0
22212026-08-18T23:18:04.635Z Checking serde_with v3.21.0
22222026-08-18T23:18:04.672Z Checking elliptic-curve v0.13.8
22232026-08-18T23:18:04.711Z Checking bitfield v0.19.4
22242026-08-18T23:18:04.717Z Checking bzip2-sys v0.1.13+1.0.8
22252026-08-18T23:18:04.859Z Checking openssl-sys v0.9.117
22262026-08-18T23:18:04.934Z Checking packed_struct v0.10.1
22272026-08-18T23:18:04.974Z Checking object v0.37.3
22282026-08-18T23:18:05.016Z Checking bitflags v1.3.2
22292026-08-18T23:18:05.022Z Checking keccak v0.1.6
22302026-08-18T23:18:05.118Z Checking rustc-demangle v0.1.27
22312026-08-18T23:18:05.239Z Checking siphasher v1.0.2
22322026-08-18T23:18:05.275Z Checking hashbrown v0.12.3
22332026-08-18T23:18:05.360Z Checking openssl v0.10.80
22342026-08-18T23:18:05.420Z Checking toml_edit v0.19.15
22352026-08-18T23:18:05.424Z Checking sha3 v0.10.8
22362026-08-18T23:18:05.763Z Checking bzip2 v0.4.4
22372026-08-18T23:18:05.773Z Checking indexmap v1.9.3
22382026-08-18T23:18:05.773Z Checking addr2line v0.25.1
22392026-08-18T23:18:05.875Z Checking serde-hex v0.1.0
22402026-08-18T23:18:06.012Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22412026-08-18T23:18:06.050Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22422026-08-18T23:18:06.086Z Checking toml_parser v1.1.2+spec-1.1.0
22432026-08-18T23:18:06.124Z Checking ron v0.8.1
22442026-08-18T23:18:06.228Z Checking hashbrown v0.13.2
22452026-08-18T23:18:06.437Z Checking itertools v0.13.0
22462026-08-18T23:18:06.479Z Checking toml v0.7.8
22472026-08-18T23:18:06.656Z Checking itertools v0.15.0
22482026-08-18T23:18:06.694Z Checking signal-hook v0.3.18
22492026-08-18T23:18:06.843Z Checking managed v0.8.0
22502026-08-18T23:18:06.912Z Checking crc-any v2.5.0
22512026-08-18T23:18:07.027Z Checking object v0.30.4
22522026-08-18T23:18:07.116Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22532026-08-18T23:18:07.277Z Checking backtrace v0.3.76
22542026-08-18T23:18:07.317Z Checking zip v0.6.6
22552026-08-18T23:18:07.355Z Checking globset v0.4.18
22562026-08-18T23:18:07.390Z Checking chacha20 v0.10.0
22572026-08-18T23:18:07.486Z Checking curve25519-dalek v4.1.3
22582026-08-18T23:18:07.596Z Checking backtrace-ext v0.2.1
22592026-08-18T23:18:07.634Z Checking path-slash v0.1.5
22602026-08-18T23:18:07.682Z Checking winnow v0.7.14
22612026-08-18T23:18:07.686Z Checking toml_write v0.1.2
22622026-08-18T23:18:07.744Z Checking native-tls v0.2.18
22632026-08-18T23:18:08.069Z Checking signal-hook-mio v0.2.5
22642026-08-18T23:18:08.098Z Checking textwrap v0.16.2
22652026-08-18T23:18:08.098Z Checking ed25519 v2.2.3
22662026-08-18T23:18:08.098Z Checking ref-cast v1.0.25
22672026-08-18T23:18:08.098Z Checking pin-project v1.1.11
22682026-08-18T23:18:08.098Z Checking jiff-core v0.1.0
22692026-08-18T23:18:08.098Z Checking tokio-native-tls v0.3.1
22702026-08-18T23:18:08.141Z Checking pem v3.0.6
22712026-08-18T23:18:08.153Z Checking zstd-sys v2.0.16+zstd.1.5.7
22722026-08-18T23:18:08.362Z Checking owo-colors v4.3.0
22732026-08-18T23:18:08.367Z Checking ed25519-dalek v2.2.0
22742026-08-18T23:18:08.367Z Checking fixedbitset v0.5.7
22752026-08-18T23:18:08.367Z Checking zstd-safe v7.2.4
22762026-08-18T23:18:08.578Z Checking hyper-tls v0.6.0
22772026-08-18T23:18:08.583Z Checking petgraph v0.8.3
22782026-08-18T23:18:08.583Z Checking snafu v0.8.9
22792026-08-18T23:18:08.778Z Checking jiff v0.2.34
22802026-08-18T23:18:08.817Z Checking crossterm v0.28.1
22812026-08-18T23:18:08.866Z Checking supports-color v3.0.2
22822026-08-18T23:18:08.872Z Checking toml_edit v0.22.27
22832026-08-18T23:18:08.942Z Checking similar v2.7.0
22842026-08-18T23:18:09.022Z Checking fs-err v3.3.0
22852026-08-18T23:18:09.060Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22862026-08-18T23:18:09.117Z Checking hash32 v0.2.1
22872026-08-18T23:18:09.306Z Checking serde-big-array v0.5.1
22882026-08-18T23:18:09.363Z Checking serde_plain v1.0.2
22892026-08-18T23:18:09.371Z Checking typed-path v0.9.3
22902026-08-18T23:18:09.468Z Checking libbz2-rs-sys v0.2.2
22912026-08-18T23:18:09.552Z Checking bumpalo v3.20.2
22922026-08-18T23:18:09.594Z Checking predicates-core v1.0.10
22932026-08-18T23:18:09.744Z Checking unicode-properties v0.1.4
22942026-08-18T23:18:09.784Z Checking unicode-bidi v0.3.18
22952026-08-18T23:18:09.886Z Checking bzip2 v0.6.1
22962026-08-18T23:18:09.963Z Checking zopfli v0.8.3
22972026-08-18T23:18:10.006Z Checking heapless v0.7.17
22982026-08-18T23:18:10.048Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22992026-08-18T23:18:10.085Z Checking reqwest v0.12.28
23002026-08-18T23:18:10.124Z Checking stringprep v0.1.5
23012026-08-18T23:18:10.161Z Checking zstd v0.13.3
23022026-08-18T23:18:10.231Z Checking hickory-proto v0.25.2
23032026-08-18T23:18:10.304Z Checking byte-wrapper v0.1.0
23042026-08-18T23:18:10.342Z Checking md-5 v0.10.6
23052026-08-18T23:18:10.405Z Checking float-cmp v0.10.0
23062026-08-18T23:18:10.417Z Checking difflib v0.4.0
23072026-08-18T23:18:10.452Z Checking fallible-iterator v0.2.0
23082026-08-18T23:18:10.507Z Checking supports-unicode v3.0.0
23092026-08-18T23:18:10.546Z Checking normalize-line-endings v0.3.0
23102026-08-18T23:18:10.553Z Checking supports-hyperlinks v3.2.0
23112026-08-18T23:18:10.629Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23122026-08-18T23:18:10.656Z Checking smoltcp v0.9.1
23132026-08-18T23:18:10.694Z Checking predicates v3.1.4
23142026-08-18T23:18:10.704Z Checking zip v4.6.1
23152026-08-18T23:18:10.769Z Checking postgres-protocol v0.6.10
23162026-08-18T23:18:10.776Z Checking miette v7.6.0
23172026-08-18T23:18:10.862Z Checking iddqd v0.4.2
23182026-08-18T23:18:11.048Z Checking phf_shared v0.13.1
23192026-08-18T23:18:11.108Z Checking phf_shared v0.11.3
23202026-08-18T23:18:11.588Z Checking olpc-cjson v0.1.4
23212026-08-18T23:18:11.626Z Checking tokio-stream v0.1.18
23222026-08-18T23:18:11.627Z Checking strum v0.27.2
23232026-08-18T23:18:11.627Z Checking fixedbitset v0.4.2
23242026-08-18T23:18:11.627Z Checking lalrpop-util v0.19.12
23252026-08-18T23:18:11.627Z Checking new_debug_unreachable v1.0.6
23262026-08-18T23:18:11.627Z Checking precomputed-hash v0.1.1
23272026-08-18T23:18:11.627Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23282026-08-18T23:18:11.627Z Checking tough v0.22.0
23292026-08-18T23:18:11.627Z Checking phf v0.13.1
23302026-08-18T23:18:11.631Z Checking string_cache v0.8.9
23312026-08-18T23:18:11.631Z Checking petgraph v0.6.5
23322026-08-18T23:18:11.665Z Checking postgres-types v0.2.12
23332026-08-18T23:18:11.702Z Checking buf-list v1.1.2
23342026-08-18T23:18:11.789Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-18T23:18:11.814Z Checking whoami v2.1.0
23362026-08-18T23:18:11.928Z Checking peg-runtime v0.8.5
23372026-08-18T23:18:12.050Z Checking tokio-postgres v0.7.16
23382026-08-18T23:18:12.089Z Checking is-terminal v0.4.17
23392026-08-18T23:18:12.099Z Checking crossbeam-channel v0.5.15
23402026-08-18T23:18:12.176Z Checking thread_local v1.1.9
23412026-08-18T23:18:12.220Z Checking term v1.2.1
23422026-08-18T23:18:12.374Z Checking take_mut v0.2.2
23432026-08-18T23:18:12.464Z Checking slog-term v2.9.2
23442026-08-18T23:18:12.502Z Compiling newtype-uuid-macros v0.1.0
23452026-08-18T23:18:12.515Z Checking slog-async v2.8.0
23462026-08-18T23:18:12.742Z Checking match_cfg v0.1.0
23472026-08-18T23:18:12.776Z Checking slog-json v2.6.1
23482026-08-18T23:18:12.839Z Checking hostname v0.3.1
23492026-08-18T23:18:12.886Z Compiling multer v3.1.0
23502026-08-18T23:18:12.978Z Compiling async-stream-impl v0.3.6
23512026-08-18T23:18:12.999Z Checking slog-bunyan v2.5.0
23522026-08-18T23:18:13.007Z Compiling dropshot v0.17.1
23532026-08-18T23:18:13.160Z Checking debug-ignore v1.0.5
23542026-08-18T23:18:13.188Z Compiling dropshot_endpoint v0.17.1
23552026-08-18T23:18:13.290Z Checking serde_path_to_error v0.1.20
23562026-08-18T23:18:13.297Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23572026-08-18T23:18:13.363Z Checking progenitor-client v0.14.0
23582026-08-18T23:18:13.399Z Checking sha1 v0.11.0
23592026-08-18T23:18:13.570Z Checking serde_spanned v1.1.1
23602026-08-18T23:18:13.579Z Checking toml_datetime v1.1.1+spec-1.1.0
23612026-08-18T23:18:13.643Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-18T23:18:13.652Z Checking toml_writer v1.1.1+spec-1.1.0
23632026-08-18T23:18:13.655Z Checking compression-core v0.4.31
23642026-08-18T23:18:13.748Z Checking async-stream v0.3.6
23652026-08-18T23:18:13.864Z Checking compression-codecs v0.4.37
23662026-08-18T23:18:13.878Z Checking waitgroup v0.1.2
23672026-08-18T23:18:13.933Z Checking toml v1.1.2+spec-1.1.0
23682026-08-18T23:18:13.938Z Checking rustls-pemfile v2.2.0
23692026-08-18T23:18:14.008Z Checking hostname v0.4.2
23702026-08-18T23:18:14.062Z Checking atomicwrites v0.4.4
23712026-08-18T23:18:14.100Z Checking async-compression v0.4.41
23722026-08-18T23:18:14.100Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23732026-08-18T23:18:14.167Z Compiling parse-display-derive v0.10.0
23742026-08-18T23:18:14.174Z Checking macaddr v1.0.1
23752026-08-18T23:18:14.174Z Checking regress v0.10.5
23762026-08-18T23:18:14.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23772026-08-18T23:18:14.268Z Checking instant v0.1.13
23782026-08-18T23:18:14.383Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-08-18T23:18:14.421Z Checking itertools v0.14.0
23802026-08-18T23:18:14.457Z Checking backoff v0.4.0
23812026-08-18T23:18:14.548Z Checking backon v1.6.0
23822026-08-18T23:18:14.643Z Checking humantime v2.3.0
23832026-08-18T23:18:14.682Z Compiling convert_case v0.4.0
23842026-08-18T23:18:14.741Z Checking half v2.7.1
23852026-08-18T23:18:14.786Z Checking progenitor-extras v0.2.0
23862026-08-18T23:18:14.858Z Checking ciborium-io v0.2.2
23872026-08-18T23:18:14.976Z Checking heck v0.5.0
23882026-08-18T23:18:15.025Z Checking secrecy v0.10.3
23892026-08-18T23:18:15.060Z Checking ciborium-ll v0.2.2
23902026-08-18T23:18:15.095Z Compiling derive_more v0.99.20
23912026-08-18T23:18:15.133Z Checking camino-tempfile v1.4.1
23922026-08-18T23:18:15.175Z Checking indent_write v2.2.0
23932026-08-18T23:18:15.264Z Checking ciborium v0.2.2
23942026-08-18T23:18:15.321Z Compiling crucible-workspace-hack v0.1.0
23952026-08-18T23:18:15.360Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-08-18T23:18:15.507Z Compiling regress v0.11.1
23972026-08-18T23:18:15.625Z Checking inout v0.1.4
23982026-08-18T23:18:15.683Z Checking universal-hash v0.5.1
23992026-08-18T23:18:15.723Z Compiling thiserror-impl-no-std v2.0.2
24002026-08-18T23:18:15.732Z Checking opaque-debug v0.3.1
24012026-08-18T23:18:15.801Z Checking cipher v0.4.4
24022026-08-18T23:18:15.839Z Checking blake2 v0.10.6
24032026-08-18T23:18:15.877Z Checking poly1305 v0.8.0
24042026-08-18T23:18:15.911Z Checking parse-display v0.10.0
24052026-08-18T23:18:16.017Z Checking chacha20 v0.9.1
24062026-08-18T23:18:16.086Z Checking aead v0.5.2
24072026-08-18T23:18:16.123Z Checking password-hash v0.5.0
24082026-08-18T23:18:16.185Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24092026-08-18T23:18:16.268Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-08-18T23:18:16.948Z Checking chacha20poly1305 v0.10.1
24112026-08-18T23:18:17.033Z Checking argon2 v0.5.3
24122026-08-18T23:18:17.033Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24132026-08-18T23:18:17.033Z Compiling unsafe-libyaml v0.2.11
24142026-08-18T23:18:17.033Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24152026-08-18T23:18:17.033Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24162026-08-18T23:18:17.033Z Checking thiserror-no-std v2.0.2
24172026-08-18T23:18:17.034Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24182026-08-18T23:18:17.078Z Checking swrite v0.1.0
24192026-08-18T23:18:17.078Z Checking vsss-rs v3.3.4
24202026-08-18T23:18:17.139Z Compiling typify-impl v0.6.2
24212026-08-18T23:18:17.354Z Compiling serde_yaml v0.9.34+deprecated
24222026-08-18T23:18:17.672Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24232026-08-18T23:18:18.172Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24242026-08-18T23:18:21.403Z Checking crossbeam-deque v0.8.6
24252026-08-18T23:18:21.430Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-08-18T23:18:21.430Z Compiling rayon-core v1.13.0
24272026-08-18T23:18:21.430Z Compiling num-derive v0.4.2
24282026-08-18T23:18:21.431Z Compiling proc-macro-crate v1.3.1
24292026-08-18T23:18:21.431Z Compiling proc-macro-error v1.0.4
24302026-08-18T23:18:21.431Z Checking tabwriter v1.4.1
24312026-08-18T23:18:21.431Z Checking glob v0.3.3
24322026-08-18T23:18:21.431Z Compiling num_enum_derive v0.7.6
24332026-08-18T23:18:21.431Z Checking rayon v1.11.0
24342026-08-18T23:18:21.431Z Compiling heapless v0.8.0
24352026-08-18T23:18:21.431Z Checking hash32 v0.3.1
24362026-08-18T23:18:21.431Z Compiling ingot-macros v0.2.0
24372026-08-18T23:18:21.431Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24382026-08-18T23:18:21.431Z Compiling smoltcp v0.11.0
24392026-08-18T23:18:21.431Z Checking colored v3.1.1
24402026-08-18T23:18:21.431Z Checking toml v0.8.23
24412026-08-18T23:18:21.431Z Checking cobs v0.3.0
24422026-08-18T23:18:21.431Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24432026-08-18T23:18:21.431Z Checking postcard v1.1.3
24442026-08-18T23:18:21.431Z Checking num_enum v0.7.6
24452026-08-18T23:18:21.431Z Checking rand v0.10.1
24462026-08-18T23:18:21.431Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24472026-08-18T23:18:21.431Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24482026-08-18T23:18:21.431Z Checking sigpipe v0.1.3
24492026-08-18T23:18:21.431Z Compiling foreign-types-macros v0.2.3
24502026-08-18T23:18:21.431Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24512026-08-18T23:18:21.431Z Checking foreign-types-shared v0.3.1
24522026-08-18T23:18:21.431Z Compiling num_enum_derive v0.5.11
24532026-08-18T23:18:21.431Z Compiling usdt-attr-macro v0.5.0
24542026-08-18T23:18:21.432Z Compiling usdt-macro v0.5.0
24552026-08-18T23:18:21.432Z Checking foreign-types v0.5.0
24562026-08-18T23:18:21.477Z Checking memmap v0.7.0
24572026-08-18T23:18:21.614Z Checking cstr-argument v0.1.2
24582026-08-18T23:18:21.651Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-18T23:18:21.686Z Compiling typify-macro v0.6.2
24602026-08-18T23:18:21.765Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24612026-08-18T23:18:21.938Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-18T23:18:21.950Z Checking usdt v0.5.0
24632026-08-18T23:18:22.112Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24642026-08-18T23:18:22.149Z Checking num_enum v0.5.11
24652026-08-18T23:18:22.186Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24662026-08-18T23:18:22.257Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24672026-08-18T23:18:22.260Z Checking ingot-types v0.2.0
24682026-08-18T23:18:22.260Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-18T23:18:22.360Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-18T23:18:22.364Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24712026-08-18T23:18:22.429Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24722026-08-18T23:18:22.504Z Compiling zone_cfg_derive v0.3.1
24732026-08-18T23:18:22.542Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24742026-08-18T23:18:22.626Z Checking itertools v0.12.1
24752026-08-18T23:18:22.699Z Checking ingot v0.2.1
24762026-08-18T23:18:22.740Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24772026-08-18T23:18:22.952Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-18T23:18:23.035Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-18T23:18:23.137Z Checking smf v0.2.3
24802026-08-18T23:18:23.173Z Checking whoami v1.6.1
24812026-08-18T23:18:23.381Z Compiling derive-where v1.6.0
24822026-08-18T23:18:23.397Z Checking tokio-dtrace v0.1.1
24832026-08-18T23:18:23.397Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24842026-08-18T23:18:23.403Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24852026-08-18T23:18:23.438Z Compiling typify v0.6.2
24862026-08-18T23:18:23.572Z Compiling progenitor-impl v0.14.0
24872026-08-18T23:18:23.609Z Checking oxide-tokio-rt v0.1.4
24882026-08-18T23:18:23.647Z Checking zone v0.3.1
24892026-08-18T23:18:23.806Z Checking console v0.15.11
24902026-08-18T23:18:24.028Z Checking newline-converter v0.3.0
24912026-08-18T23:18:24.127Z Checking bytecount v0.6.9
24922026-08-18T23:18:24.228Z Checking expectorate v1.2.0
24932026-08-18T23:18:24.311Z Checking num-rational v0.4.2
24942026-08-18T23:18:24.394Z Checking num-complex v0.4.6
24952026-08-18T23:18:24.431Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24962026-08-18T23:18:24.615Z Compiling cancel-safe-futures v0.1.5
24972026-08-18T23:18:24.651Z Checking float-ord v0.3.2
24982026-08-18T23:18:24.687Z Checking oxide-update-engine-types v0.1.2
24992026-08-18T23:18:24.763Z Checking num v0.4.3
25002026-08-18T23:18:24.800Z Checking linear-map v1.2.0
25012026-08-18T23:18:24.885Z Checking gethostname v0.5.0
25022026-08-18T23:18:25.011Z Compiling prettyplease v0.2.37
25032026-08-18T23:18:25.017Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-08-18T23:18:25.208Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25052026-08-18T23:18:25.314Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-08-18T23:18:25.446Z Checking resolv-conf v0.7.6
25072026-08-18T23:18:25.556Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25082026-08-18T23:18:25.595Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25092026-08-18T23:18:25.599Z Checking papergrid v0.11.0
25102026-08-18T23:18:25.667Z Checking oxide-update-engine v0.1.2
25112026-08-18T23:18:25.671Z Compiling tabled_derive v0.7.0
25122026-08-18T23:18:26.164Z Compiling convert_case v0.10.0
25132026-08-18T23:18:26.235Z Compiling progenitor-macro v0.14.0
25142026-08-18T23:18:26.290Z Compiling slog-dtrace v0.3.0
25152026-08-18T23:18:26.502Z Compiling derive_more-impl v2.1.1
25162026-08-18T23:18:26.655Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25172026-08-18T23:18:26.692Z Checking tabled v0.15.0
25182026-08-18T23:18:26.907Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25192026-08-18T23:18:27.016Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-08-18T23:18:27.330Z Checking derive_more v2.1.1
25212026-08-18T23:18:27.406Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-08-18T23:18:27.475Z Checking crossterm v0.29.0
25232026-08-18T23:18:27.818Z Checking linked-hash-map v0.5.6
25242026-08-18T23:18:28.013Z Checking lru-cache v0.1.2
25252026-08-18T23:18:28.225Z Checking hickory-proto v0.24.4
25262026-08-18T23:18:28.277Z Checking fd-lock v4.0.4
25272026-08-18T23:18:28.815Z Checking vte v0.14.1
25282026-08-18T23:18:29.203Z Checking strip-ansi-escapes v0.2.1
25292026-08-18T23:18:29.933Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-08-18T23:18:30.066Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25312026-08-18T23:18:30.567Z Checking nu-ansi-term v0.50.3
25322026-08-18T23:18:30.774Z Checking termtree v0.5.1
25332026-08-18T23:18:30.811Z Checking reedline v0.40.0
25342026-08-18T23:18:30.939Z Checking hickory-resolver v0.24.4
25352026-08-18T23:18:31.173Z Checking progenitor v0.14.0
25362026-08-18T23:18:31.212Z Compiling minimal-lexical v0.2.1
25372026-08-18T23:18:31.345Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25382026-08-18T23:18:31.490Z Compiling nom v7.1.3
25392026-08-18T23:18:31.741Z Checking qorb v0.4.1
25402026-08-18T23:18:31.979Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25412026-08-18T23:18:32.459Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25422026-08-18T23:18:32.738Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-08-18T23:18:32.791Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25442026-08-18T23:18:32.851Z Checking display-error-chain v0.2.2
25452026-08-18T23:18:33.000Z Compiling unicode-xid v0.2.6
25462026-08-18T23:18:33.010Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-08-18T23:18:33.125Z Compiling ar_archive_writer v0.5.1
25482026-08-18T23:18:33.354Z Checking csv-core v0.1.13
25492026-08-18T23:18:33.572Z Checking csv v1.4.0
25502026-08-18T23:18:33.649Z Compiling stacker v0.1.23
25512026-08-18T23:18:33.686Z Compiling semver v0.1.20
25522026-08-18T23:18:33.738Z Checking highway v1.3.0
25532026-08-18T23:18:33.939Z Compiling cfg_aliases v0.1.1
25542026-08-18T23:18:34.014Z Compiling rustc_version v0.1.7
25552026-08-18T23:18:34.023Z Compiling psm v0.1.30
25562026-08-18T23:18:34.023Z Checking nibble_vec v0.1.0
25572026-08-18T23:18:34.126Z Checking endian-type v0.1.2
25582026-08-18T23:18:34.180Z Compiling nix v0.28.0
25592026-08-18T23:18:34.222Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25602026-08-18T23:18:34.287Z Compiling newtype_derive v0.1.6
25612026-08-18T23:18:34.323Z Checking radix_trie v0.2.1
25622026-08-18T23:18:34.409Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25632026-08-18T23:18:34.505Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-08-18T23:18:34.591Z Checking phf_shared v0.12.1
25652026-08-18T23:18:34.664Z Compiling recursive-proc-macro-impl v0.1.1
25662026-08-18T23:18:34.762Z Compiling chrono-tz v0.10.4
25672026-08-18T23:18:34.820Z Checking phf v0.12.1
25682026-08-18T23:18:35.043Z Compiling const_format_proc_macros v0.2.34
25692026-08-18T23:18:35.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-08-18T23:18:35.111Z Compiling peg-macros v0.8.5
25712026-08-18T23:18:35.115Z Checking recursive v0.1.1
25722026-08-18T23:18:35.115Z Checking winnow v0.6.26
25732026-08-18T23:18:35.213Z Compiling sqlparser_derive v0.5.0
25742026-08-18T23:18:35.302Z Checking unicode_categories v0.1.1
25752026-08-18T23:18:35.488Z Checking home v0.5.12
25762026-08-18T23:18:35.867Z Checking rustyline v14.0.0
25772026-08-18T23:18:35.900Z Checking const_format v0.2.35
25782026-08-18T23:18:35.983Z Checking sqlparser v0.61.0
25792026-08-18T23:18:36.156Z Checking bcs v0.1.6
25802026-08-18T23:18:36.305Z Checking sqlformat v0.3.5
25812026-08-18T23:18:36.654Z Checking peg v0.8.5
25822026-08-18T23:18:36.680Z Checking nom v8.0.0
25832026-08-18T23:18:36.680Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
25842026-08-18T23:18:36.742Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25852026-08-18T23:18:36.829Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25862026-08-18T23:18:36.939Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25872026-08-18T23:18:36.994Z Checking steno v0.4.1
25882026-08-18T23:18:37.435Z Checking sha1 v0.10.6
25892026-08-18T23:18:37.641Z Checking filetime v0.2.27
25902026-08-18T23:18:37.713Z Checking xattr v1.6.1
25912026-08-18T23:18:37.809Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922026-08-18T23:18:37.854Z Checking subprocess v0.2.15
25932026-08-18T23:18:37.889Z Checking tar v0.4.46
25942026-08-18T23:18:38.011Z Checking headers-core v0.3.0
25952026-08-18T23:18:38.049Z Checking yasna v0.5.2
25962026-08-18T23:18:38.147Z Checking headers v0.4.1
25972026-08-18T23:18:38.183Z Checking port-file v0.1.0
25982026-08-18T23:18:38.295Z Checking dropshot-api-manager-types v0.8.0
25992026-08-18T23:18:38.385Z Checking tagptr v0.2.0
26002026-08-18T23:18:38.502Z Checking rcgen v0.12.1
26012026-08-18T23:18:38.540Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26022026-08-18T23:18:38.574Z Checking moka v0.12.13
26032026-08-18T23:18:38.628Z Checking utf-8 v0.7.6
26042026-08-18T23:18:38.830Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26052026-08-18T23:18:38.865Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26062026-08-18T23:18:39.001Z Compiling libefi-sys v0.1.0
26072026-08-18T23:18:39.318Z Checking hickory-resolver v0.25.2
26082026-08-18T23:18:39.353Z Compiling bitfield-struct v0.6.2
26092026-08-18T23:18:39.559Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26102026-08-18T23:18:39.594Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26112026-08-18T23:18:39.668Z Checking tungstenite v0.21.0
26122026-08-18T23:18:39.775Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26132026-08-18T23:18:40.029Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-18T23:18:40.072Z Compiling xshell-macros v0.2.7
26152026-08-18T23:18:40.107Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-08-18T23:18:40.144Z Checking tokio-tungstenite v0.21.0
26172026-08-18T23:18:40.180Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26182026-08-18T23:18:40.287Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192026-08-18T23:18:40.440Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26202026-08-18T23:18:40.452Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26212026-08-18T23:18:40.480Z Checking xshell v0.2.7
26222026-08-18T23:18:40.543Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26232026-08-18T23:18:40.596Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26242026-08-18T23:18:40.784Z Checking half v1.8.3
26252026-08-18T23:18:40.856Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-08-18T23:18:41.011Z Checking serde_cbor v0.11.2
26272026-08-18T23:18:41.260Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26282026-08-18T23:18:41.298Z Checking libscf-sys v1.2.0
26292026-08-18T23:18:41.411Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26302026-08-18T23:18:41.456Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-08-18T23:18:41.492Z Checking papergrid v0.18.0
26322026-08-18T23:18:41.580Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26332026-08-18T23:18:41.685Z Checking maplit v1.0.2
26342026-08-18T23:18:41.796Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352026-08-18T23:18:41.960Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-08-18T23:18:42.156Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26372026-08-18T23:18:42.285Z Checking tabled v0.21.0
26382026-08-18T23:18:42.403Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26392026-08-18T23:18:42.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26402026-08-18T23:18:42.600Z Checking crc8 v0.1.1
26412026-08-18T23:18:42.674Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26422026-08-18T23:18:42.727Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26432026-08-18T23:18:42.823Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26442026-08-18T23:18:42.869Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26452026-08-18T23:18:43.093Z Checking unicase v2.9.0
26462026-08-18T23:18:43.170Z Checking fxhash v0.2.1
26472026-08-18T23:18:43.205Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26482026-08-18T23:18:43.329Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26492026-08-18T23:18:43.442Z Checking sha2 v0.11.0
26502026-08-18T23:18:43.658Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26512026-08-18T23:18:43.833Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26522026-08-18T23:18:44.128Z Compiling darling_core v0.21.3
26532026-08-18T23:18:44.217Z Compiling vergen-lib v0.1.6
26542026-08-18T23:18:44.292Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26552026-08-18T23:18:44.343Z Compiling diesel_derives v2.3.7
26562026-08-18T23:18:44.480Z Checking scheduled-thread-pool v0.2.7
26572026-08-18T23:18:44.598Z Compiling vergen-gitcl v1.0.8
26582026-08-18T23:18:44.658Z Compiling diesel_table_macro_syntax v0.3.0
26592026-08-18T23:18:44.864Z Checking r2d2 v0.8.10
26602026-08-18T23:18:44.951Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26612026-08-18T23:18:45.076Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-08-18T23:18:45.131Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26632026-08-18T23:18:45.289Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26642026-08-18T23:18:45.465Z Checking downcast-rs v2.0.2
26652026-08-18T23:18:45.630Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-08-18T23:18:46.080Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26672026-08-18T23:18:46.126Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-08-18T23:18:46.196Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26692026-08-18T23:18:46.273Z Checking kstat-rs v0.2.5
26702026-08-18T23:18:46.318Z Compiling proc-macro-error-attr2 v2.0.0
26712026-08-18T23:18:46.496Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-08-18T23:18:46.689Z Compiling darling_macro v0.21.3
26732026-08-18T23:18:46.758Z Compiling proc-macro-error2 v2.0.1
26742026-08-18T23:18:46.825Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26752026-08-18T23:18:47.139Z Compiling knus-derive v3.4.0
26762026-08-18T23:18:47.204Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-08-18T23:18:47.239Z Compiling darling v0.21.3
26782026-08-18T23:18:47.358Z Compiling dsl_auto_type v0.2.0
26792026-08-18T23:18:48.118Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-08-18T23:18:48.466Z Compiling dirs-sys-next v0.1.2
26812026-08-18T23:18:48.607Z Compiling parking_lot_core v0.8.6
26822026-08-18T23:18:48.644Z Compiling salty v0.3.0
26832026-08-18T23:18:48.681Z Compiling crunchy v0.2.4
26842026-08-18T23:18:48.772Z Compiling dirs-next v2.0.0
26852026-08-18T23:18:48.955Z Compiling clang-sys v1.8.1
26862026-08-18T23:18:48.989Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26872026-08-18T23:18:49.054Z Compiling git-stub v1.0.0
26882026-08-18T23:18:49.102Z Compiling tiny-keccak v2.0.2
26892026-08-18T23:18:49.401Z Compiling git-stub-vcs v0.1.0
26902026-08-18T23:18:49.404Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26912026-08-18T23:18:49.758Z Compiling term v0.7.0
26922026-08-18T23:18:49.795Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26932026-08-18T23:18:49.799Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-08-18T23:18:49.831Z Compiling bit-vec v0.6.3
26952026-08-18T23:18:49.898Z Checking parking_lot v0.11.2
26962026-08-18T23:18:50.116Z Compiling bit-set v0.5.3
26972026-08-18T23:18:50.152Z Compiling ascii-canvas v3.0.0
26982026-08-18T23:18:50.186Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26992026-08-18T23:18:50.308Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
27002026-08-18T23:18:50.422Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-08-18T23:18:50.495Z Checking rfc6979 v0.4.0
27022026-08-18T23:18:50.646Z Checking prefix-trie v0.7.0
27032026-08-18T23:18:50.681Z Compiling hashbrown v0.14.5
27042026-08-18T23:18:50.921Z Compiling itertools v0.10.5
27052026-08-18T23:18:50.966Z Compiling ena v0.14.4
27062026-08-18T23:18:51.002Z Compiling libloading v0.8.9
27072026-08-18T23:18:51.209Z Compiling diff v0.1.13
27082026-08-18T23:18:51.245Z Compiling bindgen v0.71.1
27092026-08-18T23:18:51.279Z Compiling regex-syntax v0.6.29
27102026-08-18T23:18:51.399Z Compiling chumsky v0.9.3
27112026-08-18T23:18:51.692Z Checking hickory-server v0.25.2
27122026-08-18T23:18:52.003Z Compiling ecdsa v0.16.9
27132026-08-18T23:18:52.627Z Compiling lalrpop v0.19.12
27142026-08-18T23:18:52.862Z Checking sled v0.34.7
27152026-08-18T23:18:52.913Z Compiling cexpr v0.6.0
27162026-08-18T23:18:52.949Z Checking primeorder v0.13.6
27172026-08-18T23:18:53.225Z Checking nanorand v0.7.0
27182026-08-18T23:18:53.266Z Checking diesel v2.3.7
27192026-08-18T23:18:53.454Z Compiling rustc-hash v2.1.1
27202026-08-18T23:18:53.641Z Compiling p384 v0.13.1
27212026-08-18T23:18:53.644Z Checking flume v0.11.1
27222026-08-18T23:18:54.112Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27232026-08-18T23:18:54.232Z Compiling knus v3.4.0
27242026-08-18T23:18:54.426Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27252026-08-18T23:18:54.793Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27262026-08-18T23:18:54.891Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27272026-08-18T23:18:55.121Z Compiling libxml v0.3.3
27282026-08-18T23:18:55.164Z Checking assert_matches v1.5.0
27292026-08-18T23:18:55.226Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-08-18T23:18:55.268Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27312026-08-18T23:18:55.460Z Compiling strum_macros v0.24.3
27322026-08-18T23:18:55.537Z Compiling indoc v1.0.9
27332026-08-18T23:18:56.232Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-08-18T23:18:56.450Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-08-18T23:18:56.757Z Checking quick-xml v0.37.5
27362026-08-18T23:18:56.816Z Checking derive_builder v0.20.2
27372026-08-18T23:18:56.851Z Compiling oso-derive v0.27.3
27382026-08-18T23:18:56.960Z Compiling trait-variant v0.1.2
27392026-08-18T23:18:57.367Z Compiling impl-trait-for-tuples v0.2.3
27402026-08-18T23:18:57.518Z Checking openssl-probe v0.1.6
27412026-08-18T23:18:57.653Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27422026-08-18T23:18:57.735Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27432026-08-18T23:18:58.488Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27442026-08-18T23:18:58.526Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27452026-08-18T23:18:58.563Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27462026-08-18T23:18:58.713Z Checking corncobs v0.1.4
27472026-08-18T23:18:58.803Z Checking predicates-tree v1.0.13
27482026-08-18T23:18:58.870Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27492026-08-18T23:18:58.917Z Compiling progenitor-impl v0.13.0
27502026-08-18T23:18:58.953Z Checking secrecy v0.8.0
27512026-08-18T23:18:59.113Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27522026-08-18T23:18:59.717Z Checking progenitor-client v0.13.0
27532026-08-18T23:18:59.975Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27542026-08-18T23:19:00.007Z Checking anstyle-parse v0.2.7
27552026-08-18T23:19:00.129Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27562026-08-18T23:19:00.194Z Checking anstream v0.6.21
27572026-08-18T23:19:00.351Z Checking bb8 v0.8.6
27582026-08-18T23:19:00.696Z Compiling mime_guess v2.0.5
27592026-08-18T23:19:00.741Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-08-18T23:19:00.974Z Checking ignore v0.4.25
27612026-08-18T23:19:01.259Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27622026-08-18T23:19:01.413Z Checking http-range v0.1.5
27632026-08-18T23:19:01.447Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27642026-08-18T23:19:01.566Z Compiling progenitor-macro v0.13.0
27652026-08-18T23:19:01.604Z Checking globwalk v0.9.1
27662026-08-18T23:19:01.919Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27672026-08-18T23:19:02.252Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27682026-08-18T23:19:02.300Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27692026-08-18T23:19:02.964Z Checking digest-io v0.1.0
27702026-08-18T23:19:03.129Z Checking nonempty v0.12.0
27712026-08-18T23:19:03.331Z Checking rawzip v0.4.4
27722026-08-18T23:19:03.535Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27732026-08-18T23:19:03.773Z Checking camino-tempfile-ext v0.3.3
27742026-08-18T23:19:03.809Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27752026-08-18T23:19:04.013Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-08-18T23:19:04.134Z Checking hyper-staticfile v0.10.1
27772026-08-18T23:19:04.482Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-08-18T23:19:04.812Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27792026-08-18T23:19:05.147Z Checking signal-hook-tokio v0.3.1
27802026-08-18T23:19:05.312Z Compiling illumos-nvpair-sys v0.2.0
27812026-08-18T23:19:05.362Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27822026-08-18T23:19:05.403Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27832026-08-18T23:19:05.731Z Checking scuffle v0.1.0
27842026-08-18T23:19:05.816Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27852026-08-18T23:19:05.820Z Checking illumos-nvpair v0.3.0
27862026-08-18T23:19:06.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27872026-08-18T23:19:06.187Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27882026-08-18T23:19:06.447Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27892026-08-18T23:19:06.483Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-08-18T23:19:06.529Z Checking progenitor v0.13.0
27912026-08-18T23:19:06.532Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-08-18T23:19:06.692Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-18T23:19:06.777Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27942026-08-18T23:19:07.076Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27952026-08-18T23:19:07.282Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27962026-08-18T23:19:07.446Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27972026-08-18T23:19:07.746Z Checking diesel-dtrace v0.5.0
27982026-08-18T23:19:07.781Z Checking async-bb8-diesel v0.2.1
27992026-08-18T23:19:08.027Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28002026-08-18T23:19:08.161Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28012026-08-18T23:19:08.342Z Checking tungstenite v0.23.0
28022026-08-18T23:19:08.522Z Checking rand_seeder v0.4.0
28032026-08-18T23:19:08.704Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28042026-08-18T23:19:08.824Z Checking tokio-tungstenite v0.23.1
28052026-08-18T23:19:08.911Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28062026-08-18T23:19:09.096Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28072026-08-18T23:19:09.143Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28082026-08-18T23:19:10.301Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-08-18T23:19:10.922Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28102026-08-18T23:19:10.979Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28112026-08-18T23:19:11.184Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28122026-08-18T23:19:11.716Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-08-18T23:19:11.935Z Checking void v1.0.2
28142026-08-18T23:19:12.022Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28152026-08-18T23:19:12.081Z Checking lzss v0.8.2
28162026-08-18T23:19:12.230Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28172026-08-18T23:19:12.302Z Checking nix v0.27.1
28182026-08-18T23:19:12.340Z Checking serde_bytes v0.11.19
28192026-08-18T23:19:12.422Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-08-18T23:19:12.844Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28212026-08-18T23:19:13.173Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-18T23:19:13.515Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28232026-08-18T23:19:13.912Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28242026-08-18T23:19:14.180Z Checking cpubits v0.1.1
28252026-08-18T23:19:14.263Z Checking yansi v1.0.1
28262026-08-18T23:19:14.292Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-08-18T23:19:14.296Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28282026-08-18T23:19:14.549Z Checking pretty_assertions v1.4.1
28292026-08-18T23:19:14.594Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28302026-08-18T23:19:14.715Z Checking pem-rfc7468 v1.0.0
28312026-08-18T23:19:14.947Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-18T23:19:15.222Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28332026-08-18T23:19:15.427Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28342026-08-18T23:19:15.465Z Checking hmac v0.13.0
28352026-08-18T23:19:15.661Z Checking universal-hash v0.6.1
28362026-08-18T23:19:15.830Z Compiling libz-sys v1.1.24
28372026-08-18T23:19:16.236Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-18T23:19:16.271Z Compiling instability v0.3.11
28392026-08-18T23:19:16.409Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-18T23:19:16.579Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28412026-08-18T23:19:16.616Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28422026-08-18T23:19:16.650Z Checking castaway v0.2.4
28432026-08-18T23:19:16.797Z Compiling indoc v2.0.7
28442026-08-18T23:19:16.881Z Checking compact_str v0.8.1
28452026-08-18T23:19:17.383Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-08-18T23:19:17.419Z Checking polyval v0.7.1
28472026-08-18T23:19:17.627Z Checking der v0.8.0
28482026-08-18T23:19:18.023Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28492026-08-18T23:19:18.118Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28502026-08-18T23:19:18.197Z Checking unicode-truncate v1.1.0
28512026-08-18T23:19:18.263Z Checking lru v0.12.5
28522026-08-18T23:19:18.356Z Compiling libgit2-sys v0.18.3+1.9.2
28532026-08-18T23:19:18.389Z Checking arc-swap v1.8.2
28542026-08-18T23:19:18.448Z Checking cassowary v0.3.0
28552026-08-18T23:19:18.576Z Checking ghash v0.6.0
28562026-08-18T23:19:18.646Z Checking slog-scope v4.4.1
28572026-08-18T23:19:18.719Z Checking ratatui v0.29.0
28582026-08-18T23:19:18.828Z Checking pbkdf2 v0.13.0
28592026-08-18T23:19:18.894Z Checking crypto-bigint v0.7.5
28602026-08-18T23:19:18.972Z Checking aes v0.9.1
28612026-08-18T23:19:19.423Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28622026-08-18T23:19:20.063Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28632026-08-18T23:19:20.311Z Checking ctr v0.10.1
28642026-08-18T23:19:20.519Z Checking aead v0.6.1
28652026-08-18T23:19:20.691Z Checking cargo-platform v0.3.2
28662026-08-18T23:19:20.729Z Checking aes-gcm v0.11.0
28672026-08-18T23:19:20.904Z Checking cargo_metadata v0.23.1
28682026-08-18T23:19:20.938Z Checking slog-stdlog v4.1.1
28692026-08-18T23:19:21.090Z Checking spki v0.8.0
28702026-08-18T23:19:21.174Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712026-08-18T23:19:21.291Z Checking colored v2.2.0
28722026-08-18T23:19:21.521Z Checking salsa20 v0.11.0
28732026-08-18T23:19:21.670Z Checking console v0.16.2
28742026-08-18T23:19:21.705Z Compiling vergen-git2 v9.1.0
28752026-08-18T23:19:21.924Z Checking unit-prefix v0.5.2
28762026-08-18T23:19:22.008Z Checking plotters-backend v0.3.7
28772026-08-18T23:19:22.090Z Checking indicatif v0.18.4
28782026-08-18T23:19:22.243Z Checking plotters-svg v0.3.7
28792026-08-18T23:19:22.465Z Checking scrypt v0.12.0
28802026-08-18T23:19:22.500Z Checking slog-envlogger v2.2.0
28812026-08-18T23:19:22.572Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-08-18T23:19:22.661Z Checking cbc v0.2.1
28832026-08-18T23:19:22.696Z Checking libsw-core v0.3.2
28842026-08-18T23:19:22.792Z Checking cast v0.3.0
28852026-08-18T23:19:22.831Z Checking pkcs5 v0.8.1
28862026-08-18T23:19:22.887Z Checking libsw v3.5.0
28872026-08-18T23:19:22.972Z Checking criterion-plot v0.6.0
28882026-08-18T23:19:23.104Z Checking plotters v0.3.7
28892026-08-18T23:19:23.154Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28902026-08-18T23:19:23.244Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28912026-08-18T23:19:23.464Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28922026-08-18T23:19:23.758Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28932026-08-18T23:19:23.869Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28942026-08-18T23:19:23.915Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-08-18T23:19:24.091Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28962026-08-18T23:19:24.138Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28972026-08-18T23:19:24.173Z Checking tinytemplate v1.2.1
28982026-08-18T23:19:24.313Z Checking anes v0.1.6
28992026-08-18T23:19:24.419Z Checking shell-words v1.1.1
29002026-08-18T23:19:24.530Z Checking oorandom v11.1.5
29012026-08-18T23:19:24.686Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29022026-08-18T23:19:24.733Z Checking criterion v0.7.0
29032026-08-18T23:19:25.005Z Checking pkcs8 v0.11.0
29042026-08-18T23:19:25.239Z Checking oxide-update-engine-display v0.1.2
29052026-08-18T23:19:25.571Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29062026-08-18T23:19:25.931Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29072026-08-18T23:19:26.379Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-18T23:19:26.757Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29092026-08-18T23:19:26.942Z Checking tokio-test v0.4.5
29102026-08-18T23:19:27.179Z Checking ff v0.14.0
29112026-08-18T23:19:27.349Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122026-08-18T23:19:27.570Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-18T23:19:27.976Z Checking twox-hash v2.1.2
29142026-08-18T23:19:28.310Z Compiling petname v2.0.2
29152026-08-18T23:19:28.835Z Checking atty v0.2.14
29162026-08-18T23:19:28.967Z Checking arrayref v0.3.9
29172026-08-18T23:19:29.075Z Checking constant_time_eq v0.4.2
29182026-08-18T23:19:29.252Z Checking arrayvec v0.7.6
29192026-08-18T23:19:29.679Z Checking group v0.14.0
29202026-08-18T23:19:29.869Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29212026-08-18T23:19:30.072Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29222026-08-18T23:19:30.395Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-18T23:19:30.833Z Checking fatfs v0.3.6
29242026-08-18T23:19:31.122Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-18T23:19:31.301Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-18T23:19:31.338Z Checking signature v3.0.0
29272026-08-18T23:19:31.402Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29282026-08-18T23:19:31.521Z Compiling seq-macro v0.3.6
29292026-08-18T23:19:32.061Z Checking base16ct v1.0.0
29302026-08-18T23:19:32.228Z Checking sec1 v0.8.1
29312026-08-18T23:19:32.566Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29322026-08-18T23:19:32.609Z Checking hkdf v0.13.0
29332026-08-18T23:19:32.739Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29342026-08-18T23:19:32.773Z Checking concurrent-queue v2.5.0
29352026-08-18T23:19:32.874Z Checking sapling-renderdag v0.1.0
29362026-08-18T23:19:32.931Z Checking parking v2.2.1
29372026-08-18T23:19:32.986Z Checking sync-ptr v0.1.4
29382026-08-18T23:19:33.083Z Checking event-listener v5.4.1
29392026-08-18T23:19:33.129Z Checking elliptic-curve v0.14.1
29402026-08-18T23:19:33.163Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29412026-08-18T23:19:33.331Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29422026-08-18T23:19:33.545Z Checking rtoolbox v0.0.3
29432026-08-18T23:19:33.629Z Checking event-listener-strategy v0.5.4
29442026-08-18T23:19:33.707Z Checking rpassword v7.5.4
29452026-08-18T23:19:33.791Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29462026-08-18T23:19:33.894Z Checking wnaf v0.14.0
29472026-08-18T23:19:33.927Z Compiling samael v0.0.19
29482026-08-18T23:19:34.089Z Checking primefield v0.14.0
29492026-08-18T23:19:34.327Z Checking rfc6979 v0.6.0
29502026-08-18T23:19:34.505Z Checking tui-tree-widget v0.23.1
29512026-08-18T23:19:34.726Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29522026-08-18T23:19:34.797Z Compiling blake3 v1.8.5
29532026-08-18T23:19:35.233Z Checking futures-timer v3.0.3
29542026-08-18T23:19:35.729Z Checking ecdsa v0.17.0
29552026-08-18T23:19:35.900Z Checking primeorder v0.14.0
29562026-08-18T23:19:36.165Z Checking async-lock v3.4.2
29572026-08-18T23:19:36.322Z Compiling curve25519-dalek v5.0.0
29582026-08-18T23:19:36.567Z Checking async-object-pool v0.2.0
29592026-08-18T23:19:36.668Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29602026-08-18T23:19:37.032Z Checking ssh-encoding v0.3.0
29612026-08-18T23:19:37.283Z Checking serde_regex v1.1.0
29622026-08-18T23:19:37.468Z Checking assert-json-diff v2.0.2
29632026-08-18T23:19:37.669Z Checking path-tree v0.8.3
29642026-08-18T23:19:37.894Z Checking keccak v0.2.0
29652026-08-18T23:19:38.089Z Checking topological-sort v0.2.2
29662026-08-18T23:19:38.260Z Checking stringmetrics v2.2.2
29672026-08-18T23:19:38.451Z Compiling strsim v0.10.0
29682026-08-18T23:19:38.754Z Compiling darling_core v0.13.4
29692026-08-18T23:19:38.808Z Checking httpmock v0.8.3
29702026-08-18T23:19:39.002Z Checking omicron-zone-package v0.12.3
29712026-08-18T23:19:39.975Z Checking ed25519 v3.0.0
29722026-08-18T23:19:40.177Z Checking pkcs1 v0.8.0-rc.4
29732026-08-18T23:19:40.219Z Checking crypto-primes v0.7.2
29742026-08-18T23:19:40.418Z Checking poly1305 v0.9.0
29752026-08-18T23:19:40.656Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29762026-08-18T23:19:40.768Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29772026-08-18T23:19:41.038Z Checking blowfish v0.10.0
29782026-08-18T23:19:41.086Z Checking blake2 v0.11.0-rc.6
29792026-08-18T23:19:41.193Z Compiling target-lexicon v0.13.3
29802026-08-18T23:19:41.227Z Checking bcrypt-pbkdf v0.11.0
29812026-08-18T23:19:41.366Z Checking argon2 v0.6.0-rc.8
29822026-08-18T23:19:41.370Z Checking rsa v0.10.0-rc.18
29832026-08-18T23:19:41.437Z Checking ssh-cipher v0.3.0
29842026-08-18T23:19:41.676Z Compiling darling_macro v0.13.4
29852026-08-18T23:19:41.746Z Checking ed25519-dalek v3.0.0
29862026-08-18T23:19:41.781Z Checking sha3 v0.11.0
29872026-08-18T23:19:41.920Z Checking p256 v0.14.0
29882026-08-18T23:19:41.994Z Checking p384 v0.14.0
29892026-08-18T23:19:42.151Z Checking p521 v0.14.0
29902026-08-18T23:19:42.228Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29912026-08-18T23:19:42.488Z Checking kem v0.3.0
29922026-08-18T23:19:42.636Z Checking module-lattice v0.2.3
29932026-08-18T23:19:42.692Z Checking hex-literal v0.4.1
29942026-08-18T23:19:42.821Z Checking sponge-cursor v0.1.0
29952026-08-18T23:19:42.889Z Compiling guppy-workspace-hack v0.1.0
29962026-08-18T23:19:42.980Z Checking sha3 v0.12.0
29972026-08-18T23:19:43.144Z Checking ml-kem v0.3.2
29982026-08-18T23:19:43.211Z Compiling darling v0.13.4
29992026-08-18T23:19:43.586Z Checking russh-cryptovec v0.62.0
30002026-08-18T23:19:43.774Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-08-18T23:19:43.918Z Checking internal-russh-num-bigint v0.5.0
30022026-08-18T23:19:44.018Z Checking num-bigint v0.4.6
30032026-08-18T23:19:44.493Z Checking russh-util v0.52.0
30042026-08-18T23:19:44.650Z Checking generic-array v1.4.3
30052026-08-18T23:19:44.967Z Compiling enum_dispatch v0.3.13
30062026-08-18T23:19:45.001Z Compiling delegate v0.13.5
30072026-08-18T23:19:45.065Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30082026-08-18T23:19:45.175Z Checking ssh-key v0.7.0-rc.11
30092026-08-18T23:19:45.499Z Checking hex-literal v1.1.0
30102026-08-18T23:19:45.633Z Compiling target-spec v3.5.7
30112026-08-18T23:19:45.930Z Checking md5 v0.8.0
30122026-08-18T23:19:46.000Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30132026-08-18T23:19:46.151Z Checking russh v0.62.4
30142026-08-18T23:19:46.233Z Checking cfg-expr v0.20.6
30152026-08-18T23:19:46.418Z Compiling git2 v0.20.4
30162026-08-18T23:19:46.646Z Compiling serde_with_macros v1.5.2
30172026-08-18T23:19:46.784Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30182026-08-18T23:19:47.155Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30192026-08-18T23:19:47.366Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30202026-08-18T23:19:47.514Z Checking internet-checksum v0.2.1
30212026-08-18T23:19:47.597Z Compiling serde_with v1.14.0
30222026-08-18T23:19:48.168Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-08-18T23:19:49.127Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30242026-08-18T23:19:49.265Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30252026-08-18T23:19:49.387Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30262026-08-18T23:19:49.522Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30272026-08-18T23:19:49.697Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30282026-08-18T23:19:49.737Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30292026-08-18T23:19:49.796Z Checking httptest v0.16.4
30302026-08-18T23:19:49.832Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30312026-08-18T23:19:49.926Z Checking pathdiff v0.2.3
30322026-08-18T23:19:50.006Z Checking nested v0.1.1
30332026-08-18T23:19:50.064Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30342026-08-18T23:19:50.165Z Checking guppy v0.17.25
30352026-08-18T23:19:50.199Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30362026-08-18T23:19:50.404Z Compiling polar-core v0.27.3
30372026-08-18T23:19:50.479Z Checking similar-asserts v1.7.0
30382026-08-18T23:19:50.587Z Compiling target-triple v1.0.0
30392026-08-18T23:19:50.664Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30402026-08-18T23:19:50.942Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30412026-08-18T23:19:51.115Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30422026-08-18T23:19:51.343Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30432026-08-18T23:19:51.504Z Checking hickory-client v0.25.2
30442026-08-18T23:19:51.811Z Checking supports-unicode v2.1.0
30452026-08-18T23:19:51.964Z Checking supports-hyperlinks v2.1.0
30462026-08-18T23:19:52.002Z Checking supports-color v2.1.0
30472026-08-18T23:19:52.117Z Checking textwrap v0.15.2
30482026-08-18T23:19:52.168Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-08-18T23:19:52.350Z Checking terminal_size v0.1.17
30502026-08-18T23:19:52.388Z Compiling miette-derive v5.10.0
30512026-08-18T23:19:52.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30522026-08-18T23:19:52.496Z Compiling fs-err v2.11.0
30532026-08-18T23:19:52.724Z Checking owo-colors v3.5.0
30542026-08-18T23:19:52.902Z Compiling assert_cmd v2.1.2
30552026-08-18T23:19:53.183Z Checking escape8259 v0.5.3
30562026-08-18T23:19:53.280Z Compiling toml_datetime v0.7.5+spec-1.1.0
30572026-08-18T23:19:53.346Z Checking libtest-mimic v0.8.1
30582026-08-18T23:19:53.564Z Compiling toml_edit v0.23.10+spec-1.0.0
30592026-08-18T23:19:53.597Z Checking miette v5.10.0
30602026-08-18T23:19:53.682Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30612026-08-18T23:19:53.982Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30622026-08-18T23:19:54.667Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30632026-08-18T23:19:54.802Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30642026-08-18T23:19:55.314Z Checking blake2b_simd v1.0.4
30652026-08-18T23:19:55.481Z Checking oso v0.27.3
30662026-08-18T23:19:55.527Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30672026-08-18T23:19:55.742Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30682026-08-18T23:19:55.964Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30692026-08-18T23:19:56.003Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30702026-08-18T23:19:56.189Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30712026-08-18T23:19:56.230Z Compiling knuffel-derive v3.2.0
30722026-08-18T23:19:56.436Z Checking fancy-regex v0.14.0
30732026-08-18T23:19:56.760Z Checking serde_tokenstream v0.2.3
30742026-08-18T23:19:56.830Z Checking approx v0.5.1
30752026-08-18T23:19:57.474Z Compiling rstest_macros v0.25.0
30762026-08-18T23:19:57.503Z Checking uzers v0.12.2
30772026-08-18T23:19:57.503Z Checking termcolor v1.4.1
30782026-08-18T23:19:57.503Z Checking constant_time_eq v0.3.1
30792026-08-18T23:19:57.503Z Compiling linkme-impl v0.3.35
30802026-08-18T23:19:57.503Z Checking trybuild v1.0.116
30812026-08-18T23:19:57.503Z Checking rust-argon2 v2.1.0
30822026-08-18T23:19:57.780Z Checking knuffel v3.2.0
30832026-08-18T23:19:57.786Z Checking datatest-stable v0.3.3
30842026-08-18T23:19:58.073Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30852026-08-18T23:19:58.141Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30862026-08-18T23:19:58.145Z Compiling proc-macro-crate v3.4.0
30872026-08-18T23:19:58.383Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30882026-08-18T23:19:58.455Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30892026-08-18T23:19:58.490Z Checking support-bundle-viewer v0.1.2
30902026-08-18T23:19:58.655Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30912026-08-18T23:19:58.746Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30922026-08-18T23:19:58.781Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30932026-08-18T23:19:58.875Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30942026-08-18T23:19:58.972Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30952026-08-18T23:19:59.006Z Checking drift v0.2.0
30962026-08-18T23:19:59.097Z Checking rand_distr v0.5.1
30972026-08-18T23:19:59.292Z Checking multimap v0.10.1
30982026-08-18T23:19:59.361Z Compiling relative-path v1.9.3
30992026-08-18T23:19:59.410Z Checking parse-size v1.1.0
31002026-08-18T23:19:59.494Z Compiling linkme v0.3.35
31012026-08-18T23:19:59.544Z Checking dropshot-api-manager v0.8.0
31022026-08-18T23:19:59.578Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31032026-08-18T23:20:00.026Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31042026-08-18T23:20:00.776Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31052026-08-18T23:20:01.188Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31062026-08-18T23:20:01.572Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31072026-08-18T23:20:01.644Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31082026-08-18T23:20:01.767Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31092026-08-18T23:20:01.803Z Checking cargo_toml v0.21.0
31102026-08-18T23:20:02.222Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31112026-08-18T23:20:02.450Z Checking partial-io v0.5.4
31122026-08-18T23:20:02.454Z Checking termios v0.3.3
31132026-08-18T23:20:02.647Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31142026-08-18T23:20:02.681Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31152026-08-18T23:20:03.242Z Checking rstest v0.25.0
31162026-08-18T23:20:04.804Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31172026-08-18T23:20:07.985Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31182026-08-18T23:20:08.550Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31192026-08-18T23:20:10.027Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31202026-08-18T23:20:14.169Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31212026-08-18T23:20:15.211Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31222026-08-18T23:20:17.732Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31232026-08-18T23:20:22.452Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31242026-08-18T23:20:24.980Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31252026-08-18T23:20:27.111Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31262026-08-18T23:20:28.249Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31272026-08-18T23:20:32.559Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31282026-08-18T23:20:33.506Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31292026-08-18T23:20:34.664Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31302026-08-18T23:20:38.952Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31312026-08-18T23:20:43.584Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31322026-08-18T23:21:04.746Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31332026-08-18T23:21:57.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 11s
31342026-08-18T23:21:57.862Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31352026-08-18T23:21:57.862Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31362026-08-18T23:21:58.517Z
31372026-08-18T23:21:58.521Zreal 4:14.590343200
31382026-08-18T23:21:58.521Zuser 21:58.420800218
31392026-08-18T23:21:58.521Zsys 5:10.827748279
31402026-08-18T23:21:58.521Ztrap 0.539177733
31412026-08-18T23:21:58.521Ztflt 0.447693607
31422026-08-18T23:21:58.521Zdflt 0.557639916
31432026-08-18T23:21:58.521Zkflt 0.004489580
31442026-08-18T23:21:58.521Zlock 1:06:16.722861916
31452026-08-18T23:21:58.521Zslp 59:39.487201201
31462026-08-18T23:21:58.521Zlat 1:51.227903826
31472026-08-18T23:21:58.521Zstop 14:03.893526859
31482026-08-18T23:21:58.522Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31492026-08-18T23:21:58.522Z+ ptime -m cargo doc --workspace --no-deps
31502026-08-18T23:21:59.378Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31512026-08-18T23:21:59.378Z |
31522026-08-18T23:21:59.378Z = 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)`
31532026-08-18T23:21:59.378Z = 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>
31542026-08-18T23:22:00.453Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31552026-08-18T23:22:00.698Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31562026-08-18T23:22:00.743Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31572026-08-18T23:22:00.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31582026-08-18T23:22:00.869Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31592026-08-18T23:22:00.974Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31602026-08-18T23:22:01.002Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31612026-08-18T23:22:01.025Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31622026-08-18T23:22:01.081Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-08-18T23:22:01.144Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-08-18T23:22:01.276Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31652026-08-18T23:22:01.301Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31662026-08-18T23:22:01.305Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-08-18T23:22:01.352Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31682026-08-18T23:22:01.393Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31692026-08-18T23:22:01.417Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31702026-08-18T23:22:01.440Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-08-18T23:22:01.489Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-08-18T23:22:01.514Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31732026-08-18T23:22:01.540Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31742026-08-18T23:22:01.836Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31752026-08-18T23:22:01.981Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31762026-08-18T23:22:02.008Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31772026-08-18T23:22:02.059Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31782026-08-18T23:22:02.129Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-08-18T23:22:02.290Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31802026-08-18T23:22:02.321Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31812026-08-18T23:22:02.447Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31822026-08-18T23:22:02.554Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31832026-08-18T23:22:02.577Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31842026-08-18T23:22:02.611Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31852026-08-18T23:22:02.739Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31862026-08-18T23:22:02.932Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31872026-08-18T23:22:02.980Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31882026-08-18T23:22:03.004Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31892026-08-18T23:22:03.173Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31902026-08-18T23:22:03.198Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31912026-08-18T23:22:03.221Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31922026-08-18T23:22:03.402Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31932026-08-18T23:22:03.459Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31942026-08-18T23:22:03.693Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31952026-08-18T23:22:03.724Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31962026-08-18T23:22:03.749Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-08-18T23:22:03.862Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31982026-08-18T23:22:03.973Z Checking scuffle v0.1.0
31992026-08-18T23:22:03.998Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32002026-08-18T23:22:04.022Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32012026-08-18T23:22:04.186Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32022026-08-18T23:22:04.264Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032026-08-18T23:22:04.292Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32042026-08-18T23:22:04.363Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32052026-08-18T23:22:04.388Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32062026-08-18T23:22:04.463Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32072026-08-18T23:22:04.487Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32082026-08-18T23:22:04.540Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32092026-08-18T23:22:05.071Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32102026-08-18T23:22:05.321Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32112026-08-18T23:22:05.537Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32122026-08-18T23:22:05.691Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32132026-08-18T23:22:05.950Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32142026-08-18T23:22:06.006Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32152026-08-18T23:22:06.033Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32162026-08-18T23:22:06.036Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32172026-08-18T23:22:06.253Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32182026-08-18T23:22:06.287Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32192026-08-18T23:22:06.312Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32202026-08-18T23:22:06.337Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32212026-08-18T23:22:06.516Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32222026-08-18T23:22:06.695Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32232026-08-18T23:22:07.101Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32242026-08-18T23:22:07.496Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32252026-08-18T23:22:07.702Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32262026-08-18T23:22:07.777Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32272026-08-18T23:22:07.801Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32282026-08-18T23:22:07.894Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32292026-08-18T23:22:07.920Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32302026-08-18T23:22:08.097Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32312026-08-18T23:22:08.122Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32322026-08-18T23:22:08.146Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32332026-08-18T23:22:08.169Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32342026-08-18T23:22:08.319Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32352026-08-18T23:22:08.342Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32362026-08-18T23:22:08.366Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32372026-08-18T23:22:08.369Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32382026-08-18T23:22:08.662Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32392026-08-18T23:22:08.666Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32402026-08-18T23:22:08.685Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-08-18T23:22:08.734Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32422026-08-18T23:22:08.734Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32432026-08-18T23:22:08.738Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32442026-08-18T23:22:08.932Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32452026-08-18T23:22:09.009Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32462026-08-18T23:22:09.033Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32472026-08-18T23:22:09.058Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32482026-08-18T23:22:09.089Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32492026-08-18T23:22:09.275Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32502026-08-18T23:22:09.279Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32512026-08-18T23:22:09.322Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32522026-08-18T23:22:09.343Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32532026-08-18T23:22:09.404Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32542026-08-18T23:22:09.447Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32552026-08-18T23:22:09.493Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32562026-08-18T23:22:09.600Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32572026-08-18T23:22:09.643Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32582026-08-18T23:22:09.709Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32592026-08-18T23:22:09.937Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32602026-08-18T23:22:09.981Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32612026-08-18T23:22:10.027Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32622026-08-18T23:22:10.474Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32632026-08-18T23:22:10.685Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32642026-08-18T23:22:10.979Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32652026-08-18T23:22:11.803Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32662026-08-18T23:22:11.974Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32672026-08-18T23:22:11.997Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32682026-08-18T23:22:12.024Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32692026-08-18T23:22:12.064Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32702026-08-18T23:22:12.857Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-08-18T23:22:13.166Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-08-18T23:22:14.005Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32732026-08-18T23:22:14.131Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32742026-08-18T23:22:14.409Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32752026-08-18T23:22:14.677Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32762026-08-18T23:22:14.707Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32772026-08-18T23:22:14.824Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32782026-08-18T23:22:15.178Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32792026-08-18T23:22:15.813Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32802026-08-18T23:22:15.839Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32812026-08-18T23:22:15.917Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32822026-08-18T23:22:16.261Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32832026-08-18T23:22:16.606Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32842026-08-18T23:22:16.610Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32852026-08-18T23:22:17.004Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32862026-08-18T23:22:17.071Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32872026-08-18T23:22:17.154Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32882026-08-18T23:22:17.928Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32892026-08-18T23:22:18.006Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32902026-08-18T23:22:18.229Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-08-18T23:22:18.456Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32922026-08-18T23:22:18.780Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32932026-08-18T23:22:18.999Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32942026-08-18T23:22:19.440Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32952026-08-18T23:22:20.161Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32962026-08-18T23:22:20.325Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32972026-08-18T23:22:20.569Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32982026-08-18T23:22:21.037Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32992026-08-18T23:22:21.504Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33002026-08-18T23:22:21.658Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33012026-08-18T23:22:21.791Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33022026-08-18T23:22:22.141Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33032026-08-18T23:22:22.197Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33042026-08-18T23:22:22.406Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33052026-08-18T23:22:23.405Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33062026-08-18T23:22:23.993Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33072026-08-18T23:22:24.155Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33082026-08-18T23:22:24.201Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33092026-08-18T23:22:24.226Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-08-18T23:22:24.837Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-08-18T23:22:28.301Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33122026-08-18T23:22:29.620Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33132026-08-18T23:22:30.078Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33142026-08-18T23:22:30.699Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33152026-08-18T23:22:31.398Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33162026-08-18T23:22:31.564Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33172026-08-18T23:22:32.141Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33182026-08-18T23:22:32.970Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33192026-08-18T23:22:33.101Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-08-18T23:22:33.672Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33212026-08-18T23:22:34.737Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33222026-08-18T23:22:34.791Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33232026-08-18T23:22:35.376Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33242026-08-18T23:22:35.859Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33252026-08-18T23:22:36.118Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33262026-08-18T23:22:36.144Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33272026-08-18T23:22:36.575Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33282026-08-18T23:22:36.612Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33292026-08-18T23:22:36.847Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33302026-08-18T23:22:36.910Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33312026-08-18T23:22:37.171Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33322026-08-18T23:22:37.194Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33332026-08-18T23:22:37.403Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33342026-08-18T23:22:37.945Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33352026-08-18T23:22:37.949Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33362026-08-18T23:22:38.511Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33372026-08-18T23:22:38.578Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33382026-08-18T23:22:38.726Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33392026-08-18T23:22:38.752Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402026-08-18T23:22:39.503Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33412026-08-18T23:22:40.674Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33422026-08-18T23:22:40.804Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33432026-08-18T23:22:41.139Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33442026-08-18T23:22:43.478Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33452026-08-18T23:22:45.087Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33462026-08-18T23:22:45.564Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33472026-08-18T23:22:46.102Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33482026-08-18T23:22:48.349Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33492026-08-18T23:22:49.369Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33502026-08-18T23:22:50.349Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33512026-08-18T23:22:51.010Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33522026-08-18T23:22:51.897Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33532026-08-18T23:22:53.712Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33542026-08-18T23:22:55.129Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33552026-08-18T23:22:55.401Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33562026-08-18T23:22:56.527Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33572026-08-18T23:22:56.998Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33582026-08-18T23:22:57.795Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33592026-08-18T23:23:02.954Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33602026-08-18T23:23:03.737Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33612026-08-18T23:23:04.373Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33622026-08-18T23:23:05.214Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33632026-08-18T23:23:06.098Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33642026-08-18T23:23:06.882Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33652026-08-18T23:23:07.679Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33662026-08-18T23:23:08.457Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33672026-08-18T23:23:10.284Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33682026-08-18T23:23:10.924Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33692026-08-18T23:23:11.269Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33702026-08-18T23:23:11.743Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33712026-08-18T23:23:12.576Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33722026-08-18T23:23:13.577Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33732026-08-18T23:23:14.356Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33742026-08-18T23:23:18.051Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33752026-08-18T23:23:19.583Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33762026-08-18T23:23:19.960Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33772026-08-18T23:23:20.951Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33782026-08-18T23:23:21.774Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33792026-08-18T23:23:22.937Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33802026-08-18T23:23:24.680Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33812026-08-18T23:23:26.069Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33822026-08-18T23:23:27.015Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33832026-08-18T23:23:28.354Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33842026-08-18T23:23:29.754Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33852026-08-18T23:23:30.564Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33862026-08-18T23:23:34.158Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33872026-08-18T23:23:34.675Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33882026-08-18T23:23:35.306Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33892026-08-18T23:23:36.822Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33902026-08-18T23:23:38.533Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33912026-08-18T23:23:40.151Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33922026-08-18T23:23:41.744Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33932026-08-18T23:23:43.379Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-08-18T23:23:45.125Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33952026-08-18T23:23:46.820Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33962026-08-18T23:23:51.371Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33972026-08-18T23:23:51.840Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33982026-08-18T23:23:53.022Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33992026-08-18T23:23:53.348Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34002026-08-18T23:23:55.387Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34012026-08-18T23:23:57.125Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34022026-08-18T23:23:59.106Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34032026-08-18T23:24:01.060Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34042026-08-18T23:24:02.854Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34052026-08-18T23:24:04.844Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34062026-08-18T23:24:06.425Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34072026-08-18T23:24:08.201Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34082026-08-18T23:24:09.949Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34092026-08-18T23:24:11.751Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34102026-08-18T23:24:13.527Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34112026-08-18T23:24:15.246Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34122026-08-18T23:24:16.982Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34132026-08-18T23:24:18.574Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34142026-08-18T23:24:20.591Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34152026-08-18T23:24:24.104Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34162026-08-18T23:24:27.682Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34172026-08-18T23:24:29.673Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34182026-08-18T23:24:31.295Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34192026-08-18T23:24:33.121Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34202026-08-18T23:24:35.703Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34212026-08-18T23:24:37.370Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34222026-08-18T23:24:40.637Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34232026-08-18T23:24:41.902Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34242026-08-18T23:24:43.866Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34252026-08-18T23:24:45.836Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34262026-08-18T23:24:50.559Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34272026-08-18T23:24:52.921Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34282026-08-18T23:24:55.952Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34292026-08-18T23:24:57.477Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34302026-08-18T23:25:00.442Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34312026-08-18T23:25:02.900Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34322026-08-18T23:25:04.988Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34332026-08-18T23:25:07.358Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34342026-08-18T23:25:10.613Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34352026-08-18T23:25:12.486Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34362026-08-18T23:25:14.963Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34372026-08-18T23:25:17.756Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34382026-08-18T23:25:20.049Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34392026-08-18T23:25:22.763Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34402026-08-18T23:25:25.243Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34412026-08-18T23:25:27.689Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34422026-08-18T23:25:30.252Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34432026-08-18T23:25:32.586Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34442026-08-18T23:25:35.222Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34452026-08-18T23:25:37.840Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34462026-08-18T23:25:40.374Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34472026-08-18T23:25:42.903Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-08-18T23:25:45.450Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34492026-08-18T23:25:48.060Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-08-18T23:25:50.597Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34512026-08-18T23:25:53.160Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34522026-08-18T23:25:55.696Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34532026-08-18T23:25:58.443Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34542026-08-18T23:26:01.019Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34552026-08-18T23:26:03.548Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34562026-08-18T23:26:06.218Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34572026-08-18T23:26:08.821Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34582026-08-18T23:26:11.380Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34592026-08-18T23:26:13.865Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34602026-08-18T23:26:16.577Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34612026-08-18T23:26:19.226Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34622026-08-18T23:26:21.826Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34632026-08-18T23:26:25.087Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34642026-08-18T23:26:27.276Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34652026-08-18T23:26:30.007Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34662026-08-18T23:26:32.542Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34672026-08-18T23:26:35.369Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34682026-08-18T23:26:38.004Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34692026-08-18T23:26:40.518Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34702026-08-18T23:26:43.501Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34712026-08-18T23:26:46.223Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34722026-08-18T23:26:48.876Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34732026-08-18T23:26:51.610Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34742026-08-18T23:26:54.067Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34752026-08-18T23:26:56.904Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34762026-08-18T23:26:59.566Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34772026-08-18T23:27:02.611Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34782026-08-18T23:27:05.380Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34792026-08-18T23:27:08.018Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34802026-08-18T23:27:10.656Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34812026-08-18T23:27:13.530Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34822026-08-18T23:27:16.273Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34832026-08-18T23:27:19.082Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34842026-08-18T23:27:22.407Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34852026-08-18T23:27:25.014Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34862026-08-18T23:27:27.858Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34872026-08-18T23:27:35.929Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34882026-08-18T23:27:36.392Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34892026-08-18T23:27:39.786Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34902026-08-18T23:27:43.328Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34912026-08-18T23:27:46.952Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34922026-08-18T23:27:50.445Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34932026-08-18T23:27:55.464Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34942026-08-18T23:27:58.405Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34952026-08-18T23:28:02.292Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34962026-08-18T23:28:06.169Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34972026-08-18T23:28:10.094Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34982026-08-18T23:28:14.031Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34992026-08-18T23:28:18.138Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35002026-08-18T23:28:21.878Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35012026-08-18T23:28:25.785Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35022026-08-18T23:28:29.668Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35032026-08-18T23:28:33.571Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35042026-08-18T23:28:37.460Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35052026-08-18T23:28:41.437Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35062026-08-18T23:28:45.260Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35072026-08-18T23:28:49.337Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35082026-08-18T23:28:53.150Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35092026-08-18T23:28:57.139Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35102026-08-18T23:29:28.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 29s
35112026-08-18T23:29:28.308Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35122026-08-18T23:29:28.308Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35132026-08-18T23:29:28.473Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35142026-08-18T23:29:28.583Z
35152026-08-18T23:29:28.583Zreal 7:29.970982820
35162026-08-18T23:29:28.584Zuser 20:19.981739073
35172026-08-18T23:29:28.585Zsys 4:20.712088659
35182026-08-18T23:29:28.585Ztrap 0.304595228
35192026-08-18T23:29:28.585Ztflt 0.010686401
35202026-08-18T23:29:28.585Zdflt 0.095163416
35212026-08-18T23:29:28.585Zkflt 0.000019030
35222026-08-18T23:29:28.588Zlock 7:09:57.951906415
35232026-08-18T23:29:28.588Zslp 2:31:10.111545984
35242026-08-18T23:29:28.588Zlat 36.826155630
35252026-08-18T23:29:28.588Zstop 2:05.150332246
35262026-08-18T23:29:28.588Zprocess exited: duration 834219 ms, exit code 0
 
35272026-08-18T23:29:28.596Zfound 0 output files