01KX1DSF7YTRT4E3JREAK5PB7B: clippy (helios)

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

Buildomat Job: 01KX1DSVM4ADGR1EMSYVQNT9JN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T17:54:19.964Zjob assigned to worker 01KX1DT082Z9DQMZVA6RVFFW3K [factory aws, i-035eda3e43c3d26ed] (queued for 56 s)
 
22026-07-08T17:54:26.021Zstarting task 0: "setup"
32026-07-08T17:54:26.025Z++ uname -s
42026-07-08T17:54:26.028Z+ kern=SunOS
52026-07-08T17:54:26.028Z+ build_user=build
62026-07-08T17:54:26.028Z+ build_uid=12345
72026-07-08T17:54:26.028Z+ work_dir=/work
82026-07-08T17:54:26.028Z+ input_dir=/input
92026-07-08T17:54:26.028Z+ [[ 0 == 12345 ]]
102026-07-08T17:54:26.028Z+ case "$kern" in
112026-07-08T17:54:26.028Z+ groupadd -g 12345 build
122026-07-08T17:54:26.031Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T17:54:28.035Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T17:54:28.132Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T17:54:28.135Z+ home_fs=zfs
162026-07-08T17:54:28.135Z+ [[ zfs == autofs ]]
172026-07-08T17:54:28.135Z+ mkdir -p /home/build
182026-07-08T17:54:28.135Z+ chown build:build /home/build /work
192026-07-08T17:54:30.136Z+ chmod 0700 /home/build /work
202026-07-08T17:54:30.140Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-08T17:54:30.146Zstarting task 1: "rust-toolchain"
222026-07-08T17:54:30.150Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T17:54:30.151Z * rust toolchain channel = "1.96.1"
242026-07-08T17:54:30.151Z * rust toolchain profile = "default"
252026-07-08T17:54:30.151Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T17:54:30.151Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T17:54:30.151Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T17:54:30.154Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T17:54:30.154Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T17:54:30.257Zinfo: downloading installer
312026-07-08T17:54:31.899Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T17:54:31.899Zwarn: /home/build/.rustup/settings.toml
332026-07-08T17:54:31.899Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T17:54:31.899Zwarn: instead of the one inferred from the default host triple.
352026-07-08T17:54:31.910Zinfo: profile set to default
362026-07-08T17:54:31.910Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T17:54:31.913Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T17:54:32.097Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T17:54:32.101Zinfo: downloading 6 components
402026-07-08T17:54:47.285Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T17:54:47.285Z
422026-07-08T17:54:47.317Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T17:54:47.317Z
442026-07-08T17:54:47.317Z
452026-07-08T17:54:47.317ZRust is installed now. Great!
462026-07-08T17:54:47.317Z
472026-07-08T17:54:47.322ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T17:54:47.322Zenvironment variable. This has not been done automatically.
492026-07-08T17:54:47.322Z
502026-07-08T17:54:47.322ZTo configure your current shell, you need to source
512026-07-08T17:54:47.322Zthe corresponding env file under $HOME/.cargo.
522026-07-08T17:54:47.322Z
532026-07-08T17:54:47.322ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T17:54:47.322Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T17:54:47.322Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T17:54:47.322Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T17:54:47.322Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T17:54:47.322Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T17:54:47.322Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T17:54:47.322Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T17:54:47.322Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T17:54:47.417Z+ rustup --version
632026-07-08T17:54:47.425Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T17:54:47.428Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T17:54:47.446Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T17:54:47.449Z+ cargo --version
672026-07-08T17:54:47.463Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T17:54:47.465Z+ rustc --version
692026-07-08T17:54:47.484Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T17:54:47.487Zprocess exited: duration 17340 ms, exit code 0
 
712026-07-08T17:54:47.493Zstarting task 2: "authentication"
722026-07-08T17:54:47.510Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T17:54:47.516Zstarting task 3: "clone repository"
742026-07-08T17:54:47.519Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T17:54:47.522Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T17:54:47.554ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T17:54:59.836Z+ cd /work/oxidecomputer/omicron
782026-07-08T17:54:59.840Z+ git fetch origin 291cad9298be4d04fe845bb90db78331c2fe1a73
792026-07-08T17:55:00.138ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T17:55:00.138Z * branch 291cad9298be4d04fe845bb90db78331c2fe1a73 -> FETCH_HEAD
812026-07-08T17:55:00.148Z+ [[ -n ry/dendrite-273 ]]
822026-07-08T17:55:00.151Z++ git branch --show-current
832026-07-08T17:55:00.151Z+ current=main
842026-07-08T17:55:00.151Z+ [[ main != ry/dendrite-273 ]]
852026-07-08T17:55:00.151Z+ git branch -f ry/dendrite-273 291cad9298be4d04fe845bb90db78331c2fe1a73
862026-07-08T17:55:00.154Z+ git checkout -f ry/dendrite-273
872026-07-08T17:55:00.219ZSwitched to branch 'ry/dendrite-273'
882026-07-08T17:55:00.222Z+ git reset --hard 291cad9298be4d04fe845bb90db78331c2fe1a73
892026-07-08T17:55:00.285ZHEAD is now at 291cad929 pick up oxidecomputer/dendrite#273
902026-07-08T17:55:00.288Zprocess exited: duration 12770 ms, exit code 0
 
912026-07-08T17:55:00.294Zstarting task 4: "build"
922026-07-08T17:55:00.297Z+ source ./env.sh
932026-07-08T17:55:00.297Z++ OLD_SHELL_OPTS=ehxB
942026-07-08T17:55:00.297Z++ set -o xtrace
952026-07-08T17:55:00.300Z++++ dirname ./env.sh
962026-07-08T17:55:00.332Z+++ readlink -f .
972026-07-08T17:55:00.336Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-08T17:55:00.340Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-08T17:55:00.340Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-08T17:55:00.340Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-08T17:55:00.340Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-08T17:55:00.340Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-08T17:55:00.340Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-08T17:55:00.340Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-08T17:55:00.340Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-08T17:55:00.340Z++ 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
1072026-07-08T17:55:00.340Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-08T17:55:00.340Z++ case $OLD_SHELL_OPTS in
1092026-07-08T17:55:00.340Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-08T17:55:00.340Z+ source .github/buildomat/ci-env.sh
1112026-07-08T17:55:00.340Z++ export CARGO_TERM_COLOR=always
1122026-07-08T17:55:00.340Z++ CARGO_TERM_COLOR=always
1132026-07-08T17:55:00.340Z+++ uname -s
1142026-07-08T17:55:00.341Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-08T17:55:00.341Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-08T17:55:00.341Z+ cargo --version
1172026-07-08T17:55:00.349Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-08T17:55:00.352Z+ rustc --version
1192026-07-08T17:55:00.371Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-08T17:55:00.375Z+ banner prerequisites
1212026-07-08T17:55:00.380Z
1222026-07-08T17:55:00.380Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-08T17:55:00.380Z # # # # # # # # # # # # # # #
1242026-07-08T17:55:00.380Z # # # # ##### # # ##### # # # # # #### #
1252026-07-08T17:55:00.380Z ##### ##### # ##### # # # # # # # # #
1262026-07-08T17:55:00.380Z # # # # # # # # # # # # # # #
1272026-07-08T17:55:00.380Z # # # ###### # # ###### ### # #### # #### #
1282026-07-08T17:55:00.380Z
1292026-07-08T17:55:00.380Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-08T17:55:01.966Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-08T17:55:02.073Z Startup: Caching catalogs ... Done
1322026-07-08T17:55:02.558ZPlanning: Solver setup ... Done (0.439s)
1332026-07-08T17:55:02.584ZPlanning: Running solver ... Done (0.026s)
1342026-07-08T17:55:02.596ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-08T17:55:02.607ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-08T17:55:02.625ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-08T17:55:02.638ZPlanning: Package planning ... Done (0.014s)
1382026-07-08T17:55:02.640ZPlanning: Merging actions ... Done (0.002s)
1392026-07-08T17:55:02.804ZPlanning: Checking for conflicting actions ... Done (0.165s)
1402026-07-08T17:55:02.807ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-08T17:55:03.583ZPlanning: Evaluating mediators ... Done (0.778s)
1422026-07-08T17:55:03.586ZPlanning: Planning completed in 1.49 seconds
1432026-07-08T17:55:03.592Z Packages to install: 2
1442026-07-08T17:55:03.592Z Estimated space available: 156.06 GB
1452026-07-08T17:55:03.592ZEstimated space to be consumed: 30.99 MB
1462026-07-08T17:55:03.595Z Create boot environment: No
1472026-07-08T17:55:03.595ZCreate backup boot environment: No
1482026-07-08T17:55:03.595Z Rebuild boot archive: No
1492026-07-08T17:55:03.595Z
1502026-07-08T17:55:03.595ZChanged packages:
1512026-07-08T17:55:03.595Zhelios
1522026-07-08T17:55:03.595Z developer/build-essential
1532026-07-08T17:55:03.595Z None -> 11-3.0
1542026-07-08T17:55:03.595Z library/libxmlsec1
1552026-07-08T17:55:03.595Z None -> 1.2.35-3.0
1562026-07-08T17:55:03.616Z
1572026-07-08T17:55:03.616ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-08T17:55:04.093ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1592026-07-08T17:55:04.175Z Actions: 1/268 actions (Installing new actions)
1602026-07-08T17:55:04.212Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-08T17:55:04.223ZFinalize: Updating package state database ... Done (0.010s)
1622026-07-08T17:55:04.226ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-08T17:55:04.254ZFinalize: Updating image state ... Done (0.030s)
1642026-07-08T17:55:06.698ZFinalize: Creating fast lookup database ... Done (2.418s)
1652026-07-08T17:55:06.763ZFinalize: Reading search index ... Done (0.013s)
1662026-07-08T17:55:06.766ZFinalize: Updating search index ... Done (0.000s)
1672026-07-08T17:55:06.848ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-08T17:55:07.162ZPlanning: Evaluating mediator changes ... Done
1692026-07-08T17:55:07.267ZPlanning: Checking for conflicting actions ... Done
1702026-07-08T17:55:07.270ZPlanning: Consolidating action changes ... Done
1712026-07-08T17:55:07.423ZPlanning: Evaluating mediators ... Done
1722026-07-08T17:55:07.425ZPlanning: Planning completed in 0.26 seconds
1732026-07-08T17:55:07.445Z Mediators to change: 2
1742026-07-08T17:55:07.445Z Create boot environment: No
1752026-07-08T17:55:07.446ZCreate backup boot environment: No
1762026-07-08T17:55:07.496ZFinalize: Updating package state database ... Done
1772026-07-08T17:55:07.496ZFinalize: Updating package cache ... Done
1782026-07-08T17:55:07.513ZFinalize: Updating image state ... Done
1792026-07-08T17:55:09.457ZFinalize: Creating fast lookup database ... Done
1802026-07-08T17:55:09.521ZFinalize: Reading search index ... Done
1812026-07-08T17:55:09.524ZFinalize: Updating search index ... Done
1822026-07-08T17:55:09.591ZFinalize: Updating package cache ... Done
1832026-07-08T17:55:09.875ZPlanning: Evaluating mediator changes ... Done
1842026-07-08T17:55:09.982ZPlanning: Checking for conflicting actions ... Done
1852026-07-08T17:55:09.985ZPlanning: Consolidating action changes ... Done
1862026-07-08T17:55:10.138ZPlanning: Evaluating mediators ... Done
1872026-07-08T17:55:10.143ZPlanning: Planning completed in 0.26 seconds
1882026-07-08T17:55:10.162Z Mediators to change: 1
1892026-07-08T17:55:10.163Z Create boot environment: No
1902026-07-08T17:55:10.163ZCreate backup boot environment: No
1912026-07-08T17:55:10.207ZFinalize: Updating package state database ... Done
1922026-07-08T17:55:10.207ZFinalize: Updating package cache ... Done
1932026-07-08T17:55:10.218ZFinalize: Updating image state ... Done
1942026-07-08T17:55:12.187ZFinalize: Creating fast lookup database ... Done
1952026-07-08T17:55:12.260ZFinalize: Reading search index ... Done
1962026-07-08T17:55:12.265ZFinalize: Updating search index ... Done
1972026-07-08T17:55:12.315ZFinalize: Updating package cache ... Done
1982026-07-08T17:55:12.626ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-08T17:55:12.626Zapache system 2.4 system
2002026-07-08T17:55:12.626Zclang system 15 system
2012026-07-08T17:55:12.626Zcsh system system illumos
2022026-07-08T17:55:12.626Zctags system system illumos
2032026-07-08T17:55:12.626Zfile vendor vendor darwinsys
2042026-07-08T17:55:12.626Zfile system system illumos
2052026-07-08T17:55:12.626Zgcc vendor 14 vendor
2062026-07-08T17:55:12.626Zgcc system 13 system
2072026-07-08T17:55:12.626Zgcc system 10 system
2082026-07-08T17:55:12.626Zgo system 1.25 system
2092026-07-08T17:55:12.626Zllvm system 15 system
2102026-07-08T17:55:12.626Zmariadb system 11.4 system
2112026-07-08T17:55:12.627Zmta vendor vendor dma
2122026-07-08T17:55:12.627Zopenjdk system 17 system
2132026-07-08T17:55:12.627Zopenjdk system 11 system
2142026-07-08T17:55:12.627Zopenssl vendor 3 vendor
2152026-07-08T17:55:12.627Zperl system 5.40 system
2162026-07-08T17:55:12.627Zpostgresql system 18 system
2172026-07-08T17:55:12.627Zpostgresql system 17 system
2182026-07-08T17:55:12.627Zpython vendor 3 vendor
2192026-07-08T17:55:12.627Zpython system 2 system
2202026-07-08T17:55:12.627Zpython3 vendor 3.13 vendor
2212026-07-08T17:55:12.627Zruby system 3.4 system
2222026-07-08T17:55:12.627Zruby system 3.0 system
2232026-07-08T17:55:12.627Zwords vendor vendor american-english
2242026-07-08T17:55:12.627Zwords system system australian-english
2252026-07-08T17:55:12.627Zwords system system british-english
2262026-07-08T17:55:12.627Zwords system system canadian-english
2272026-07-08T17:55:12.627Zwords system system french
2282026-07-08T17:55:12.627Zwords system system italian
2292026-07-08T17:55:12.627Zwords system system ngerman
2302026-07-08T17:55:12.627Zwords system system ogerman
2312026-07-08T17:55:12.627Zwords system system spanish
2322026-07-08T17:55:12.880ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-08T17:55:12.880Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-08T17:55:13.181ZFMRI IFO
2352026-07-08T17:55:13.181Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-08T17:55:13.181Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-08T17:55:13.181Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-08T17:55:13.181Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-08T17:55:13.181Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-08T17:55:13.181Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-08T17:55:13.181Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-08T17:55:13.181Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-08T17:55:13.181Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-08T17:55:13.439Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-08T17:55:13.677Z Updating crates.io index
2462026-07-08T17:55:13.680Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-08T17:55:13.898Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-08T17:55:14.226Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-08T17:55:15.118Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-08T17:55:15.967Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-08T17:55:18.075Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-08T17:55:18.907Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-08T17:55:19.171Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-08T17:55:19.481Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-08T17:55:20.504Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-08T17:55:20.743Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-08T17:55:21.079Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-08T17:55:21.311Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-08T17:55:21.738Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-08T17:55:22.224Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-08T17:55:22.477Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-08T17:55:22.724Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-08T17:55:22.972Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-08T17:55:23.245Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-08T17:55:23.495Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-08T17:55:23.724Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-08T17:55:23.992Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-08T17:55:24.354Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-08T17:55:24.668Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-08T17:55:24.891Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-08T17:55:25.301Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-08T17:55:25.541Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-08T17:55:25.905Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-08T17:55:26.159Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-08T17:55:26.390Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-08T17:55:26.746Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-08T17:55:27.070Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-08T17:55:27.299Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-08T17:55:27.567Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-08T17:55:27.812Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-08T17:55:28.090Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-08T17:55:28.346Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-08T17:55:28.628Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-08T17:55:28.912Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-08T17:55:29.194Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-08T17:55:31.969Z Downloading crates ...
2872026-07-08T17:55:32.015Z Downloaded block-buffer v0.10.4
2882026-07-08T17:55:32.025Z Downloaded camino-tempfile v1.4.1
2892026-07-08T17:55:32.028Z Downloaded heck v0.5.0
2902026-07-08T17:55:32.028Z Downloaded bitflags v2.11.0
2912026-07-08T17:55:32.032Z Downloaded fnv v1.0.7
2922026-07-08T17:55:32.032Z Downloaded camino v1.2.2
2932026-07-08T17:55:32.035Z Downloaded colorchoice v1.0.4
2942026-07-08T17:55:32.038Z Downloaded anstyle-query v1.1.5
2952026-07-08T17:55:32.038Z Downloaded crypto-common v0.1.7
2962026-07-08T17:55:32.041Z Downloaded fastrand v2.3.0
2972026-07-08T17:55:32.041Z Downloaded heck v0.4.1
2982026-07-08T17:55:32.044Z Downloaded digest v0.10.7
2992026-07-08T17:55:32.047Z Downloaded errno v0.3.14
3002026-07-08T17:55:32.050Z Downloaded zmij v1.0.21
3012026-07-08T17:55:32.054Z Downloaded itoa v1.0.17
3022026-07-08T17:55:32.054Z Downloaded dof v0.3.0
3032026-07-08T17:55:32.054Z Downloaded zerocopy v0.7.35
3042026-07-08T17:55:32.061Z Downloaded generic-array v0.14.7
3052026-07-08T17:55:32.064Z Downloaded serde_spanned v0.6.9
3062026-07-08T17:55:32.064Z Downloaded anstream v1.0.0
3072026-07-08T17:55:32.069Z Downloaded is_terminal_polyfill v1.70.2
3082026-07-08T17:55:32.072Z Downloaded memmap v0.7.0
3092026-07-08T17:55:32.072Z Downloaded cargo-platform v0.3.2
3102026-07-08T17:55:32.072Z Downloaded bytecount v0.6.9
3112026-07-08T17:55:32.072Z Downloaded byteorder v1.5.0
3122026-07-08T17:55:32.076Z Downloaded macaddr v1.0.1
3132026-07-08T17:55:32.076Z Downloaded equivalent v1.0.2
3142026-07-08T17:55:32.082Z Downloaded proc-macro-error-attr v1.0.4
3152026-07-08T17:55:32.085Z Downloaded autocfg v1.5.0
3162026-07-08T17:55:32.085Z Downloaded fs-err v3.3.0
3172026-07-08T17:55:32.088Z Downloaded anstyle v1.0.14
3182026-07-08T17:55:32.092Z Downloaded cargo_metadata v0.23.1
3192026-07-08T17:55:32.096Z Downloaded plain v0.2.3
3202026-07-08T17:55:32.099Z Downloaded toml_datetime v0.6.11
3212026-07-08T17:55:32.102Z Downloaded ucd-trie v0.1.7
3222026-07-08T17:55:32.102Z Downloaded swrite v0.1.0
3232026-07-08T17:55:32.102Z Downloaded scroll_derive v0.12.1
3242026-07-08T17:55:32.103Z Downloaded pretty-hex v0.4.1
3252026-07-08T17:55:32.107Z Downloaded cpufeatures v0.2.17
3262026-07-08T17:55:32.110Z Downloaded cfg-if v1.0.4
3272026-07-08T17:55:32.113Z Downloaded strsim v0.11.1
3282026-07-08T17:55:32.113Z Downloaded usdt-attr-macro v0.5.0
3292026-07-08T17:55:32.116Z Downloaded usdt v0.5.0
3302026-07-08T17:55:32.120Z Downloaded toml_write v0.1.2
3312026-07-08T17:55:32.120Z Downloaded terminal_size v0.4.3
3322026-07-08T17:55:32.120Z Downloaded thread-id v4.2.2
3332026-07-08T17:55:32.123Z Downloaded smawk v0.3.2
3342026-07-08T17:55:32.123Z Downloaded version_check v0.9.5
3352026-07-08T17:55:32.126Z Downloaded cargo_toml v0.21.0
3362026-07-08T17:55:32.128Z Downloaded clap_lex v1.0.0
3372026-07-08T17:55:32.129Z Downloaded tabled_derive v0.7.0
3382026-07-08T17:55:32.142Z Downloaded usdt-macro v0.5.0
3392026-07-08T17:55:32.150Z Downloaded sha2 v0.10.9
3402026-07-08T17:55:32.153Z Downloaded anyhow v1.0.102
3412026-07-08T17:55:32.156Z Downloaded once_cell v1.21.3
3422026-07-08T17:55:32.160Z Downloaded unicode-linebreak v0.1.5
3432026-07-08T17:55:32.160Z Downloaded pest_derive v2.8.6
3442026-07-08T17:55:32.164Z Downloaded dtrace-parser v0.2.0
3452026-07-08T17:55:32.167Z Downloaded anstyle-parse v1.0.0
3462026-07-08T17:55:32.167Z Downloaded serde_tokenstream v0.2.3
3472026-07-08T17:55:32.174Z Downloaded thiserror-impl v1.0.69
3482026-07-08T17:55:32.177Z Downloaded thiserror v1.0.69
3492026-07-08T17:55:32.180Z Downloaded thiserror v2.0.18
3502026-07-08T17:55:32.183Z Downloaded scroll v0.12.0
3512026-07-08T17:55:32.190Z Downloaded quote v1.0.45
3522026-07-08T17:55:32.194Z Downloaded proc-macro-error v1.0.4
3532026-07-08T17:55:32.194Z Downloaded clap_derive v4.6.1
3542026-07-08T17:55:32.197Z Downloaded getrandom v0.4.1
3552026-07-08T17:55:32.197Z Downloaded clap v4.6.1
3562026-07-08T17:55:32.201Z Downloaded usdt-impl v0.5.0
3572026-07-08T17:55:32.205Z Downloaded utf8parse v0.2.2
3582026-07-08T17:55:32.208Z Downloaded tempfile v3.25.0
3592026-07-08T17:55:32.208Z Downloaded semver v1.0.28
3602026-07-08T17:55:32.211Z Downloaded toml v0.8.23
3612026-07-08T17:55:32.211Z Downloaded papergrid v0.11.0
3622026-07-08T17:55:32.214Z Downloaded pest_generator v2.8.6
3632026-07-08T17:55:32.222Z Downloaded zerocopy-derive v0.7.35
3642026-07-08T17:55:32.225Z Downloaded thiserror-impl v2.0.18
3652026-07-08T17:55:32.226Z Downloaded serde_derive v1.0.228
3662026-07-08T17:55:32.228Z Downloaded pest_meta v2.8.6
3672026-07-08T17:55:32.229Z Downloaded log v0.4.29
3682026-07-08T17:55:32.233Z Downloaded serde_core v1.0.228
3692026-07-08T17:55:32.239Z Downloaded unicode-ident v1.0.24
3702026-07-08T17:55:32.264Z Downloaded toml_edit v0.22.27
3712026-07-08T17:55:32.268Z Downloaded textwrap v0.16.2
3722026-07-08T17:55:32.271Z Downloaded memchr v2.8.0
3732026-07-08T17:55:32.278Z Downloaded proc-macro2 v1.0.106
3742026-07-08T17:55:32.282Z Downloaded serde v1.0.228
3752026-07-08T17:55:32.289Z Downloaded typenum v1.20.1
3762026-07-08T17:55:32.292Z Downloaded pest v2.8.6
3772026-07-08T17:55:32.292Z Downloaded indexmap v2.14.0
3782026-07-08T17:55:32.323Z Downloaded hashbrown v0.17.0
3792026-07-08T17:55:32.334Z Downloaded serde_json v1.0.150
3802026-07-08T17:55:32.339Z Downloaded clap_builder v4.6.0
3812026-07-08T17:55:32.343Z Downloaded goblin v0.8.2
3822026-07-08T17:55:32.352Z Downloaded winnow v0.7.14
3832026-07-08T17:55:32.366Z Downloaded tabled v0.15.0
3842026-07-08T17:55:32.377Z Downloaded syn v1.0.109
3852026-07-08T17:55:32.385Z Downloaded unicode-width v0.1.14
3862026-07-08T17:55:32.391Z Downloaded unicode-width v0.2.0
3872026-07-08T17:55:32.395Z Downloaded syn v2.0.117
3882026-07-08T17:55:32.413Z Downloaded rustix v1.1.3
3892026-07-08T17:55:32.444Z Downloaded libc v0.2.185
3902026-07-08T17:55:32.508Z Compiling proc-macro2 v1.0.106
3912026-07-08T17:55:32.508Z Compiling quote v1.0.45
3922026-07-08T17:55:32.508Z Compiling unicode-ident v1.0.24
3932026-07-08T17:55:32.517Z Compiling serde_core v1.0.228
3942026-07-08T17:55:32.517Z Compiling libc v0.2.185
3952026-07-08T17:55:32.517Z Compiling version_check v0.9.5
3962026-07-08T17:55:32.517Z Compiling memchr v2.8.0
3972026-07-08T17:55:32.517Z Compiling serde v1.0.228
3982026-07-08T17:55:32.823Z Compiling zmij v1.0.21
3992026-07-08T17:55:33.064Z Compiling itoa v1.0.17
4002026-07-08T17:55:33.275Z Compiling thiserror v1.0.69
4012026-07-08T17:55:33.287Z Compiling ucd-trie v0.1.7
4022026-07-08T17:55:33.360Z Compiling byteorder v1.5.0
4032026-07-08T17:55:33.526Z Compiling pest v2.8.6
4042026-07-08T17:55:33.544Z Compiling rustix v1.1.3
4052026-07-08T17:55:33.677Z Compiling errno v0.3.14
4062026-07-08T17:55:33.770Z Compiling bitflags v2.11.0
4072026-07-08T17:55:33.823Z Compiling serde_json v1.0.150
4082026-07-08T17:55:34.053Z Compiling thread-id v4.2.2
4092026-07-08T17:55:34.103Z Compiling syn v2.0.117
4102026-07-08T17:55:34.153Z Compiling proc-macro-error-attr v1.0.4
4112026-07-08T17:55:34.169Z Compiling usdt-impl v0.5.0
4122026-07-08T17:55:34.251Z Compiling camino v1.2.2
4132026-07-08T17:55:34.345Z Compiling syn v1.0.109
4142026-07-08T17:55:34.575Z Compiling pest_meta v2.8.6
4152026-07-08T17:55:34.638Z Compiling proc-macro-error v1.0.4
4162026-07-08T17:55:34.718Z Compiling equivalent v1.0.2
4172026-07-08T17:55:34.750Z Compiling utf8parse v0.2.2
4182026-07-08T17:55:34.807Z Compiling getrandom v0.4.1
4192026-07-08T17:55:34.833Z Compiling plain v0.2.3
4202026-07-08T17:55:34.857Z Compiling hashbrown v0.17.0
4212026-07-08T17:55:34.944Z Compiling log v0.4.29
4222026-07-08T17:55:35.129Z Compiling terminal_size v0.4.3
4232026-07-08T17:55:35.217Z Compiling anstyle-parse v1.0.0
4242026-07-08T17:55:35.397Z Compiling indexmap v2.14.0
4252026-07-08T17:55:35.778Z Compiling anstyle-query v1.1.5
4262026-07-08T17:55:35.888Z Compiling autocfg v1.5.0
4272026-07-08T17:55:35.958Z Compiling thiserror v2.0.18
4282026-07-08T17:55:36.002Z Compiling is_terminal_polyfill v1.70.2
4292026-07-08T17:55:36.095Z Compiling cfg-if v1.0.4
4302026-07-08T17:55:36.120Z Compiling pretty-hex v0.4.1
4312026-07-08T17:55:36.167Z Compiling colorchoice v1.0.4
4322026-07-08T17:55:36.184Z Compiling winnow v0.7.14
4332026-07-08T17:55:36.255Z Compiling pest_generator v2.8.6
4342026-07-08T17:55:36.283Z Compiling toml_write v0.1.2
4352026-07-08T17:55:36.299Z Compiling anstyle v1.0.14
4362026-07-08T17:55:36.313Z Compiling fs-err v3.3.0
4372026-07-08T17:55:36.518Z Compiling anstream v1.0.0
4382026-07-08T17:55:36.676Z Compiling heck v0.4.1
4392026-07-08T17:55:36.701Z Compiling anyhow v1.0.102
4402026-07-08T17:55:36.778Z Compiling strsim v0.11.1
4412026-07-08T17:55:36.826Z Compiling once_cell v1.21.3
4422026-07-08T17:55:36.895Z Compiling bytecount v0.6.9
4432026-07-08T17:55:36.944Z Compiling clap_lex v1.0.0
4442026-07-08T17:55:37.015Z Compiling heck v0.5.0
4452026-07-08T17:55:37.032Z Compiling unicode-width v0.1.14
4462026-07-08T17:55:37.035Z Compiling fastrand v2.3.0
4472026-07-08T17:55:37.122Z Compiling fnv v1.0.7
4482026-07-08T17:55:37.165Z Compiling clap_builder v4.6.0
4492026-07-08T17:55:37.249Z Compiling tempfile v3.25.0
4502026-07-08T17:55:37.299Z Compiling papergrid v0.11.0
4512026-07-08T17:55:37.408Z Compiling tabled_derive v0.7.0
4522026-07-08T17:55:37.454Z Compiling cargo-platform v0.3.2
4532026-07-08T17:55:37.469Z Compiling semver v1.0.28
4542026-07-08T17:55:37.680Z Compiling memmap v0.7.0
4552026-07-08T17:55:37.707Z Compiling smawk v0.3.2
4562026-07-08T17:55:37.724Z Compiling unicode-linebreak v0.1.5
4572026-07-08T17:55:37.785Z Compiling unicode-width v0.2.0
4582026-07-08T17:55:37.846Z Compiling camino-tempfile v1.4.1
4592026-07-08T17:55:37.927Z Compiling serde_derive v1.0.228
4602026-07-08T17:55:37.964Z Compiling thiserror-impl v1.0.69
4612026-07-08T17:55:38.053Z Compiling zerocopy-derive v0.7.35
4622026-07-08T17:55:38.070Z Compiling pest_derive v2.8.6
4632026-07-08T17:55:38.144Z Compiling scroll_derive v0.12.1
4642026-07-08T17:55:38.334Z Compiling thiserror-impl v2.0.18
4652026-07-08T17:55:38.523Z Compiling clap_derive v4.6.1
4662026-07-08T17:55:38.779Z Compiling tabled v0.15.0
4672026-07-08T17:55:38.826Z Compiling scroll v0.12.0
4682026-07-08T17:55:38.946Z Compiling zerocopy v0.7.35
4692026-07-08T17:55:39.100Z Compiling goblin v0.8.2
4702026-07-08T17:55:39.353Z Compiling dtrace-parser v0.2.0
4712026-07-08T17:55:39.492Z Compiling textwrap v0.16.2
4722026-07-08T17:55:39.951Z Compiling swrite v0.1.0
4732026-07-08T17:55:40.287Z Compiling clap v4.6.1
4742026-07-08T17:55:40.967Z Compiling toml_datetime v0.6.11
4752026-07-08T17:55:40.967Z Compiling serde_spanned v0.6.9
4762026-07-08T17:55:40.970Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-07-08T17:55:40.970Z Compiling cargo_metadata v0.23.1
4782026-07-08T17:55:40.970Z Compiling macaddr v1.0.1
4792026-07-08T17:55:41.045Z Compiling dof v0.3.0
4802026-07-08T17:55:41.048Z Compiling serde_tokenstream v0.2.3
4812026-07-08T17:55:41.239Z Compiling toml_edit v0.22.27
4822026-07-08T17:55:41.806Z Compiling usdt-attr-macro v0.5.0
4832026-07-08T17:55:41.809Z Compiling usdt-macro v0.5.0
4842026-07-08T17:55:42.400Z Compiling usdt v0.5.0
4852026-07-08T17:55:42.576Z Compiling toml v0.8.23
4862026-07-08T17:55:42.901Z Compiling cargo_toml v0.21.0
4872026-07-08T17:55:44.163Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-08T17:55:46.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.86s
4892026-07-08T17:55:46.350Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-08T17:55:46.844Z Downloading crates ...
4912026-07-08T17:55:46.946Z Downloaded arrayref v0.3.9
4922026-07-08T17:55:46.949Z Downloaded anstyle-parse v0.2.7
4932026-07-08T17:55:46.964Z Downloaded compression-core v0.4.31
4942026-07-08T17:55:46.969Z Downloaded block-buffer v0.12.1
4952026-07-08T17:55:46.969Z Downloaded adler2 v2.0.1
4962026-07-08T17:55:46.969Z Downloaded assert_matches v1.5.0
4972026-07-08T17:55:46.969Z Downloaded array-init v0.0.4
4982026-07-08T17:55:46.969Z Downloaded crypto-bigint v0.5.5
4992026-07-08T17:55:46.972Z Downloaded crypto-common v0.2.2
5002026-07-08T17:55:46.972Z Downloaded base16ct v1.0.0
5012026-07-08T17:55:46.975Z Downloaded crc v3.4.0
5022026-07-08T17:55:46.975Z Downloaded atomic-waker v1.1.2
5032026-07-08T17:55:46.976Z Downloaded crc-catalog v2.4.0
5042026-07-08T17:55:46.979Z Downloaded bit-set v0.5.3
5052026-07-08T17:55:46.979Z Downloaded const_format_proc_macros v0.2.34
5062026-07-08T17:55:46.979Z Downloaded cmov v0.5.4
5072026-07-08T17:55:46.982Z Downloaded atomicwrites v0.4.4
5082026-07-08T17:55:46.982Z Downloaded bit-vec v0.6.3
5092026-07-08T17:55:46.982Z Downloaded bcrypt-pbkdf v0.11.0
5102026-07-08T17:55:46.985Z Downloaded darling_macro v0.21.3
5112026-07-08T17:55:46.985Z Downloaded crunchy v0.2.4
5122026-07-08T17:55:46.985Z Downloaded async-stream-impl v0.3.6
5132026-07-08T17:55:46.985Z Downloaded base64 v0.21.7
5142026-07-08T17:55:46.988Z Downloaded curve25519-dalek-derive v0.1.1
5152026-07-08T17:55:46.988Z Downloaded blowfish v0.10.0
5162026-07-08T17:55:46.993Z Downloaded bb8 v0.8.6
5172026-07-08T17:55:46.993Z Downloaded cpufeatures v0.3.0
5182026-07-08T17:55:46.993Z Downloaded async-stream v0.3.6
5192026-07-08T17:55:46.996Z Downloaded ascii-canvas v3.0.0
5202026-07-08T17:55:46.996Z Downloaded clang-sys v1.8.1
5212026-07-08T17:55:46.996Z Downloaded bitfield-struct v0.6.2
5222026-07-08T17:55:46.996Z Downloaded backon v1.6.0
5232026-07-08T17:55:46.999Z Downloaded crucible-workspace-hack v0.1.0
5242026-07-08T17:55:46.999Z Downloaded cpubits v0.1.1
5252026-07-08T17:55:47.003Z Downloaded bitfield v0.19.4
5262026-07-08T17:55:47.006Z Downloaded arrayvec v0.7.6
5272026-07-08T17:55:47.006Z Downloaded darling_macro v0.23.0
5282026-07-08T17:55:47.006Z Downloaded cstr-argument v0.1.2
5292026-07-08T17:55:47.006Z Downloaded crc8 v0.1.1
5302026-07-08T17:55:47.009Z Downloaded async-trait v0.1.89
5312026-07-08T17:55:47.009Z Downloaded defmt v0.3.100
5322026-07-08T17:55:47.012Z Downloaded convert_case v0.10.0
5332026-07-08T17:55:47.012Z Downloaded bit-vec v0.8.0
5342026-07-08T17:55:47.012Z Downloaded aead v0.6.1
5352026-07-08T17:55:47.015Z Downloaded base16ct v0.2.0
5362026-07-08T17:55:47.015Z Downloaded crossbeam-deque v0.8.6
5372026-07-08T17:55:47.019Z Downloaded crossbeam-utils v0.8.21
5382026-07-08T17:55:47.019Z Downloaded bit-set v0.8.0
5392026-07-08T17:55:47.022Z Downloaded debug-ignore v1.0.5
5402026-07-08T17:55:47.022Z Downloaded async-recursion v1.1.1
5412026-07-08T17:55:47.022Z Downloaded ahash v0.8.12
5422026-07-08T17:55:47.025Z Downloaded bitfield-macros v0.19.4
5432026-07-08T17:55:47.028Z Downloaded backoff v0.4.0
5442026-07-08T17:55:47.033Z Downloaded atty v0.2.14
5452026-07-08T17:55:47.033Z Downloaded bitflags v1.3.2
5462026-07-08T17:55:47.036Z Downloaded dunce v1.0.5
5472026-07-08T17:55:47.036Z Downloaded downcast-rs v2.0.2
5482026-07-08T17:55:47.036Z Downloaded darling_macro v0.20.11
5492026-07-08T17:55:47.036Z Downloaded darling_macro v0.13.4
5502026-07-08T17:55:47.036Z Downloaded bytes v1.11.1
5512026-07-08T17:55:47.039Z Downloaded castaway v0.2.4
5522026-07-08T17:55:47.039Z Downloaded async-bb8-diesel v0.2.1
5532026-07-08T17:55:47.042Z Downloaded argon2 v0.6.0-rc.8
5542026-07-08T17:55:47.045Z Downloaded dropshot-api-manager-types v0.7.2
5552026-07-08T17:55:47.045Z Downloaded darling v0.13.4
5562026-07-08T17:55:47.048Z Downloaded critical-section v1.2.0
5572026-07-08T17:55:47.048Z Downloaded corncobs v0.1.4
5582026-07-08T17:55:47.054Z Downloaded difflib v0.4.0
5592026-07-08T17:55:47.058Z Downloaded document-features v0.2.12
5602026-07-08T17:55:47.060Z Downloaded cobs v0.3.0
5612026-07-08T17:55:47.061Z Downloaded ciborium-io v0.2.2
5622026-07-08T17:55:47.061Z Downloaded cfg_aliases v0.2.1
5632026-07-08T17:55:47.061Z Downloaded derive_builder_macro v0.20.2
5642026-07-08T17:55:47.065Z Downloaded convert_case v0.4.0
5652026-07-08T17:55:47.065Z Downloaded crc32fast v1.5.0
5662026-07-08T17:55:47.065Z Downloaded ctr v0.10.1
5672026-07-08T17:55:47.068Z Downloaded aead v0.5.2
5682026-07-08T17:55:47.068Z Downloaded crc-any v2.5.0
5692026-07-08T17:55:47.071Z Downloaded cfg_aliases v0.1.1
5702026-07-08T17:55:47.074Z Downloaded diesel_table_macro_syntax v0.3.0
5712026-07-08T17:55:47.074Z Downloaded embedded-io v0.6.1
5722026-07-08T17:55:47.074Z Downloaded dsl_auto_type v0.2.0
5732026-07-08T17:55:47.074Z Downloaded ciborium-ll v0.2.2
5742026-07-08T17:55:47.080Z Downloaded display-error-chain v0.2.2
5752026-07-08T17:55:47.083Z Downloaded endian-type v0.1.2
5762026-07-08T17:55:47.083Z Downloaded block-padding v0.4.2
5772026-07-08T17:55:47.083Z Downloaded enum-as-inner v0.6.1
5782026-07-08T17:55:47.087Z Downloaded dtrace-parser v0.3.0
5792026-07-08T17:55:47.087Z Downloaded dirs-next v2.0.0
5802026-07-08T17:55:47.090Z Downloaded defmt-parser v1.0.0
5812026-07-08T17:55:47.093Z Downloaded cassowary v0.3.0
5822026-07-08T17:55:47.097Z Downloaded embedded-io v0.4.0
5832026-07-08T17:55:47.097Z Downloaded bcs v0.1.6
5842026-07-08T17:55:47.100Z Downloaded foreign-types-shared v0.1.1
5852026-07-08T17:55:47.100Z Downloaded flagset v0.4.7
5862026-07-08T17:55:47.100Z Downloaded float-cmp v0.10.0
5872026-07-08T17:55:47.103Z Downloaded dirs-sys-next v0.1.2
5882026-07-08T17:55:47.103Z Downloaded float-ord v0.3.2
5892026-07-08T17:55:47.103Z Downloaded env_filter v1.0.0
5902026-07-08T17:55:47.106Z Downloaded fd-lock v4.0.4
5912026-07-08T17:55:47.106Z Downloaded fixedbitset v0.4.2
5922026-07-08T17:55:47.106Z Downloaded defmt v1.0.1
5932026-07-08T17:55:47.110Z Downloaded foreign-types v0.5.0
5942026-07-08T17:55:47.110Z Downloaded either v1.15.0
5952026-07-08T17:55:47.113Z Downloaded foreign-types-macros v0.2.3
5962026-07-08T17:55:47.113Z Downloaded digest v0.11.3
5972026-07-08T17:55:47.113Z Downloaded diesel-dtrace v0.5.0
5982026-07-08T17:55:47.117Z Downloaded foreign-types v0.3.2
5992026-07-08T17:55:47.117Z Downloaded daft-derive v0.1.7
6002026-07-08T17:55:47.117Z Downloaded fxhash v0.2.1
6012026-07-08T17:55:47.120Z Downloaded gethostname v0.5.0
6022026-07-08T17:55:47.120Z Downloaded futures-task v0.3.32
6032026-07-08T17:55:47.120Z Downloaded ed25519 v3.0.0
6042026-07-08T17:55:47.124Z Downloaded ecdsa v0.16.9
6052026-07-08T17:55:47.124Z Downloaded futures-io v0.3.32
6062026-07-08T17:55:47.124Z Downloaded futures-core v0.3.32
6072026-07-08T17:55:47.127Z Downloaded foreign-types-shared v0.3.1
6082026-07-08T17:55:47.127Z Downloaded chacha20 v0.9.1
6092026-07-08T17:55:47.127Z Downloaded funty v2.0.0
6102026-07-08T17:55:47.127Z Downloaded constant_time_eq v0.4.2
6112026-07-08T17:55:47.130Z Downloaded byte-wrapper v0.1.0
6122026-07-08T17:55:47.130Z Downloaded futures-macro v0.3.32
6132026-07-08T17:55:47.130Z Downloaded darling v0.20.11
6142026-07-08T17:55:47.133Z Downloaded cipher v0.5.2
6152026-07-08T17:55:47.136Z Downloaded cookie_store v0.22.1
6162026-07-08T17:55:47.136Z Downloaded ctutils v0.4.2
6172026-07-08T17:55:47.139Z Downloaded dyn-clone v1.0.20
6182026-07-08T17:55:47.139Z Downloaded darling_core v0.13.4
6192026-07-08T17:55:47.142Z Downloaded der_derive v0.7.3
6202026-07-08T17:55:47.142Z Downloaded futures-sink v0.3.32
6212026-07-08T17:55:47.145Z Downloaded darling v0.23.0
6222026-07-08T17:55:47.148Z Downloaded git-stub v1.0.0
6232026-07-08T17:55:47.148Z Downloaded cbc v0.2.1
6242026-07-08T17:55:47.148Z Downloaded base64ct v1.8.3
6252026-07-08T17:55:47.151Z Downloaded argon2 v0.5.3
6262026-07-08T17:55:47.152Z Downloaded fallible-iterator v0.2.0
6272026-07-08T17:55:47.156Z Downloaded compression-codecs v0.4.37
6282026-07-08T17:55:47.156Z Downloaded cmake v0.1.57
6292026-07-08T17:55:47.159Z Downloaded cipher v0.4.4
6302026-07-08T17:55:47.159Z Downloaded deranged v0.5.8
6312026-07-08T17:55:47.159Z Downloaded displaydoc v0.2.5
6322026-07-08T17:55:47.162Z Downloaded erased-serde v0.3.31
6332026-07-08T17:55:47.162Z Downloaded ghash v0.6.0
6342026-07-08T17:55:47.162Z Downloaded globwalk v0.9.1
6352026-07-08T17:55:47.165Z Downloaded dof v0.4.0
6362026-07-08T17:55:47.165Z Downloaded daft v0.1.7
6372026-07-08T17:55:47.169Z Downloaded hash32 v0.2.1
6382026-07-08T17:55:47.169Z Downloaded ff v0.13.1
6392026-07-08T17:55:47.169Z Downloaded hash32 v0.3.1
6402026-07-08T17:55:47.172Z Downloaded ena v0.14.4
6412026-07-08T17:55:47.172Z Downloaded env_logger v0.11.9
6422026-07-08T17:55:47.172Z Downloaded filetime v0.2.27
6432026-07-08T17:55:47.172Z Downloaded headers-core v0.3.0
6442026-07-08T17:55:47.175Z Downloaded blake2 v0.10.6
6452026-07-08T17:55:47.175Z Downloaded derive_builder_core v0.20.2
6462026-07-08T17:55:47.175Z Downloaded defmt-macros v1.0.1
6472026-07-08T17:55:47.178Z Downloaded hex v0.4.3
6482026-07-08T17:55:47.178Z Downloaded foldhash v0.1.5
6492026-07-08T17:55:47.181Z Downloaded cexpr v0.6.0
6502026-07-08T17:55:47.181Z Downloaded darling v0.21.3
6512026-07-08T17:55:47.184Z Downloaded ff v0.14.0
6522026-07-08T17:55:47.187Z Downloaded form_urlencoded v1.2.2
6532026-07-08T17:55:47.187Z Downloaded fixedbitset v0.5.7
6542026-07-08T17:55:47.187Z Downloaded fs-err v2.11.0
6552026-07-08T17:55:47.190Z Downloaded futures-executor v0.3.32
6562026-07-08T17:55:47.190Z Downloaded http-body v1.0.1
6572026-07-08T17:55:47.190Z Downloaded fs_extra v1.3.0
6582026-07-08T17:55:47.193Z Downloaded crossbeam-epoch v0.9.18
6592026-07-08T17:55:47.193Z Downloaded foldhash v0.2.0
6602026-07-08T17:55:47.193Z Downloaded hex-literal v1.1.0
6612026-07-08T17:55:47.196Z Downloaded find-msvc-tools v0.1.9
6622026-07-08T17:55:47.197Z Downloaded diff v0.1.13
6632026-07-08T17:55:47.200Z Downloaded derive_builder v0.20.2
6642026-07-08T17:55:47.203Z Downloaded hubpack_derive v0.1.1
6652026-07-08T17:55:47.203Z Downloaded hubpack v0.1.2
6662026-07-08T17:55:47.203Z Downloaded httpdate v1.0.3
6672026-07-08T17:55:47.203Z Downloaded http-range v0.1.5
6682026-07-08T17:55:47.206Z Downloaded const-oid v0.9.6
6692026-07-08T17:55:47.206Z Downloaded hostname v0.4.2
6702026-07-08T17:55:47.206Z Downloaded glob v0.3.3
6712026-07-08T17:55:47.209Z Downloaded hostname v0.3.1
6722026-07-08T17:55:47.209Z Downloaded home v0.5.12
6732026-07-08T17:55:47.209Z Downloaded derive-ex v0.1.8
6742026-07-08T17:55:47.212Z Downloaded csv-core v0.1.13
6752026-07-08T17:55:47.212Z Downloaded buf-list v1.1.2
6762026-07-08T17:55:47.217Z Downloaded console v0.16.2
6772026-07-08T17:55:47.217Z Downloaded colored v2.2.0
6782026-07-08T17:55:47.217Z Downloaded ciborium v0.2.2
6792026-07-08T17:55:47.220Z Downloaded chacha20 v0.10.0
6802026-07-08T17:55:47.220Z Downloaded blake2 v0.11.0-rc.6
6812026-07-08T17:55:47.224Z Downloaded illumos-nvpair-sys v0.2.0
6822026-07-08T17:55:47.224Z Downloaded cancel-safe-futures v0.1.5
6832026-07-08T17:55:47.224Z Downloaded git-stub-vcs v0.1.0
6842026-07-08T17:55:47.224Z Downloaded camino-tempfile-ext v0.3.3
6852026-07-08T17:55:47.228Z Downloaded ident_case v1.0.1
6862026-07-08T17:55:47.228Z Downloaded bzip2 v0.4.4
6872026-07-08T17:55:47.228Z Downloaded des v0.9.0
6882026-07-08T17:55:47.231Z Downloaded illumos-nvpair v0.3.0
6892026-07-08T17:55:47.231Z Downloaded ed25519 v2.2.3
6902026-07-08T17:55:47.231Z Downloaded console v0.15.11
6912026-07-08T17:55:47.236Z Downloaded colored v3.1.1
6922026-07-08T17:55:47.236Z Downloaded bzip2 v0.6.1
6932026-07-08T17:55:47.241Z Downloaded anstream v0.6.21
6942026-07-08T17:55:47.241Z Downloaded idna_adapter v1.2.1
6952026-07-08T17:55:47.241Z Downloaded globset v0.4.18
6962026-07-08T17:55:47.241Z Downloaded delegate v0.13.5
6972026-07-08T17:55:47.242Z Downloaded indent_write v2.2.0
6982026-07-08T17:55:47.245Z Downloaded group v0.13.0
6992026-07-08T17:55:47.245Z Downloaded cookie v0.18.1
7002026-07-08T17:55:47.245Z Downloaded data-encoding v2.10.0
7012026-07-08T17:55:47.245Z Downloaded indoc v1.0.9
7022026-07-08T17:55:47.248Z Downloaded enum_dispatch v0.3.13
7032026-07-08T17:55:47.248Z Downloaded derive_more v0.99.20
7042026-07-08T17:55:47.251Z Downloaded elliptic-curve v0.14.0-rc.33
7052026-07-08T17:55:47.254Z Downloaded futures-channel v0.3.32
7062026-07-08T17:55:47.257Z Downloaded inout v0.1.4
7072026-07-08T17:55:47.260Z Downloaded is-terminal v0.4.17
7082026-07-08T17:55:47.260Z Downloaded is_ci v1.2.0
7092026-07-08T17:55:47.263Z Downloaded instant v0.1.13
7102026-07-08T17:55:47.263Z Downloaded internet-checksum v0.2.1
7112026-07-08T17:55:47.263Z Downloaded instability v0.3.11
7122026-07-08T17:55:47.263Z Downloaded inout v0.2.2
7132026-07-08T17:55:47.269Z Downloaded keccak v0.1.6
7142026-07-08T17:55:47.272Z Downloaded http-body-util v0.1.3
7152026-07-08T17:55:47.272Z Downloaded ar_archive_writer v0.5.1
7162026-07-08T17:55:47.278Z Downloaded lazy_static v1.5.0
7172026-07-08T17:55:47.278Z Downloaded kstat-rs v0.2.4
7182026-07-08T17:55:47.278Z Downloaded kem v0.3.0
7192026-07-08T17:55:47.281Z Downloaded darling_core v0.23.0
7202026-07-08T17:55:47.285Z Downloaded half v1.8.3
7212026-07-08T17:55:47.288Z Downloaded hyper-tls v0.6.0
7222026-07-08T17:55:47.288Z Downloaded humantime v2.3.0
7232026-07-08T17:55:47.291Z Downloaded hyper-staticfile v0.10.1
7242026-07-08T17:55:47.291Z Downloaded lalrpop-util v0.19.12
7252026-07-08T17:55:47.293Z Downloaded lru-slab v0.1.2
7262026-07-08T17:55:47.297Z Downloaded maplit v1.0.2
7272026-07-08T17:55:47.300Z Downloaded match_cfg v0.1.0
7282026-07-08T17:55:47.300Z Downloaded lru v0.12.5
7292026-07-08T17:55:47.302Z Downloaded libscf-sys v1.1.0
7302026-07-08T17:55:47.302Z Downloaded fatfs v0.3.6
7312026-07-08T17:55:47.305Z Downloaded md5 v0.8.0
7322026-07-08T17:55:47.308Z Downloaded ecdsa v0.17.0-rc.18
7332026-07-08T17:55:47.308Z Downloaded managed v0.8.0
7342026-07-08T17:55:47.308Z Downloaded md-5 v0.10.6
7352026-07-08T17:55:47.312Z Downloaded lru-cache v0.1.2
7362026-07-08T17:55:47.315Z Downloaded dropshot_endpoint v0.17.1
7372026-07-08T17:55:47.315Z Downloaded drift v0.2.0
7382026-07-08T17:55:47.321Z Downloaded memoffset v0.9.1
7392026-07-08T17:55:47.325Z Downloaded mime v0.3.17
7402026-07-08T17:55:47.325Z Downloaded maybe-uninit v2.0.0
7412026-07-08T17:55:47.328Z Downloaded newtype-uuid-macros v0.1.0
7422026-07-08T17:55:47.328Z Downloaded newline-converter v0.3.0
7432026-07-08T17:55:47.328Z Downloaded multimap v0.10.1
7442026-07-08T17:55:47.329Z Downloaded indoc v2.0.7
7452026-07-08T17:55:47.334Z Downloaded nibble_vec v0.1.0
7462026-07-08T17:55:47.334Z Downloaded new_debug_unreachable v1.0.6
7472026-07-08T17:55:47.338Z Downloaded impl-trait-for-tuples v0.2.3
7482026-07-08T17:55:47.338Z Downloaded highway v1.3.0
7492026-07-08T17:55:47.338Z Downloaded ingot-types v0.1.2
7502026-07-08T17:55:47.342Z Downloaded ipnet v2.11.0
7512026-07-08T17:55:47.342Z Downloaded generic-array v1.4.3
7522026-07-08T17:55:47.342Z Downloaded hmac v0.12.1
7532026-07-08T17:55:47.344Z Downloaded futures v0.3.32
7542026-07-08T17:55:47.347Z Downloaded num-conv v0.2.0
7552026-07-08T17:55:47.347Z Downloaded jobserver v0.1.34
7562026-07-08T17:55:47.351Z Downloaded nodrop v0.1.14
7572026-07-08T17:55:47.351Z Downloaded libefi-sys v0.1.0
7582026-07-08T17:55:47.351Z Downloaded keccak v0.2.0
7592026-07-08T17:55:47.351Z Downloaded hmac v0.13.0
7602026-07-08T17:55:47.354Z Downloaded nonempty v0.12.0
7612026-07-08T17:55:47.354Z Downloaded half v2.7.1
7622026-07-08T17:55:47.357Z Downloaded hybrid-array v0.4.13
7632026-07-08T17:55:47.357Z Downloaded normalize-line-endings v0.3.0
7642026-07-08T17:55:47.360Z Downloaded httparse v1.10.1
7652026-07-08T17:55:47.360Z Downloaded newtype_derive v0.1.6
7662026-07-08T17:55:47.360Z Downloaded libloading v0.8.9
7672026-07-08T17:55:47.363Z Downloaded const-oid v0.10.2
7682026-07-08T17:55:47.363Z Downloaded group v0.14.0
7692026-07-08T17:55:47.367Z Downloaded derive-where v1.6.0
7702026-07-08T17:55:47.370Z Downloaded num-iter v0.1.45
7712026-07-08T17:55:47.370Z Downloaded num_enum_derive v0.5.11
7722026-07-08T17:55:47.370Z Downloaded linked-hash-map v0.5.6
7732026-07-08T17:55:47.370Z Downloaded darling_core v0.21.3
7742026-07-08T17:55:47.373Z Downloaded linear-map v1.2.0
7752026-07-08T17:55:47.377Z Downloaded libsw v3.5.0
7762026-07-08T17:55:47.377Z Downloaded opaque-debug v0.3.1
7772026-07-08T17:55:47.377Z Downloaded num-derive v0.3.3
7782026-07-08T17:55:47.380Z Downloaded olpc-cjson v0.1.4
7792026-07-08T17:55:47.380Z Downloaded iana-time-zone v0.1.65
7802026-07-08T17:55:47.380Z Downloaded chacha20poly1305 v0.10.1
7812026-07-08T17:55:47.384Z Downloaded darling_core v0.20.11
7822026-07-08T17:55:47.387Z Downloaded lock_api v0.4.14
7832026-07-08T17:55:47.387Z Downloaded elliptic-curve v0.13.8
7842026-07-08T17:55:47.391Z Downloaded lzss v0.8.2
7852026-07-08T17:55:47.391Z Downloaded ingot-macros v0.1.1
7862026-07-08T17:55:47.391Z Downloaded ingot v0.1.1
7872026-07-08T17:55:47.393Z Downloaded openssl-probe v0.1.6
7882026-07-08T17:55:47.394Z Downloaded openssl-macros v0.1.1
7892026-07-08T17:55:47.394Z Downloaded num_threads v0.1.7
7902026-07-08T17:55:47.396Z Downloaded allocator-api2 v0.2.21
7912026-07-08T17:55:47.396Z Downloaded async-compression v0.4.41
7922026-07-08T17:55:47.399Z Downloaded getrandom v0.2.17
7932026-07-08T17:55:47.402Z Downloaded mime_guess v2.0.5
7942026-07-08T17:55:47.405Z Downloaded nanorand v0.7.0
7952026-07-08T17:55:47.405Z Downloaded openssl-probe v0.2.1
7962026-07-08T17:55:47.405Z Downloaded oso-derive v0.27.3
7972026-07-08T17:55:47.408Z Downloaded multer v3.1.0
7982026-07-08T17:55:47.422Z Downloaded packed_struct_codegen v0.10.1
7992026-07-08T17:55:47.425Z Downloaded crossbeam-channel v0.5.15
8002026-07-08T17:55:47.428Z Downloaded num v0.4.3
8012026-07-08T17:55:47.428Z Downloaded newtype-uuid v1.3.2
8022026-07-08T17:55:47.428Z Downloaded native-tls v0.2.18
8032026-07-08T17:55:47.431Z Downloaded ipnetwork v0.21.1
8042026-07-08T17:55:47.431Z Downloaded parse-display v0.10.0
8052026-07-08T17:55:47.434Z Downloaded nu-ansi-term v0.50.3
8062026-07-08T17:55:47.434Z Downloaded hyper-rustls v0.27.7
8072026-07-08T17:55:47.434Z Downloaded getrandom v0.3.4
8082026-07-08T17:55:47.437Z Downloaded path-slash v0.1.5
8092026-07-08T17:55:47.440Z Downloaded bumpalo v3.20.2
8102026-07-08T17:55:47.443Z Downloaded arc-swap v1.8.2
8112026-07-08T17:55:47.443Z Downloaded parse-size v1.1.0
8122026-07-08T17:55:47.447Z Downloaded icu_provider v2.1.1
8132026-07-08T17:55:47.450Z Downloaded const_format v0.2.35
8142026-07-08T17:55:47.450Z Downloaded num_enum_derive v0.7.6
8152026-07-08T17:55:47.450Z Downloaded num_enum v0.7.6
8162026-07-08T17:55:47.454Z Downloaded password-hash v0.6.1
8172026-07-08T17:55:47.456Z Downloaded num-derive v0.4.2
8182026-07-08T17:55:47.456Z Downloaded num-complex v0.4.6
8192026-07-08T17:55:47.460Z Downloaded headers v0.4.1
8202026-07-08T17:55:47.464Z Downloaded percent-encoding v2.3.2
8212026-07-08T17:55:47.464Z Downloaded num_enum v0.5.11
8222026-07-08T17:55:47.467Z Downloaded num-rational v0.4.2
8232026-07-08T17:55:47.467Z Downloaded phf_shared v0.12.1
8242026-07-08T17:55:47.470Z Downloaded ignore v0.4.25
8252026-07-08T17:55:47.470Z Downloaded memmap2 v0.9.10
8262026-07-08T17:55:47.470Z Downloaded heapless v0.7.17
8272026-07-08T17:55:47.473Z Downloaded icu_properties v2.1.2
8282026-07-08T17:55:47.476Z Downloaded module-lattice v0.2.3
8292026-07-08T17:55:47.476Z Downloaded ml-kem v0.3.2
8302026-07-08T17:55:47.479Z Downloaded der v0.7.10
8312026-07-08T17:55:47.482Z Downloaded phf_shared v0.13.1
8322026-07-08T17:55:47.485Z Downloaded phf_shared v0.11.3
8332026-07-08T17:55:47.485Z Downloaded num-integer v0.1.46
8342026-07-08T17:55:47.485Z Downloaded litrs v1.0.0
8352026-07-08T17:55:47.489Z Downloaded packed_struct v0.10.1
8362026-07-08T17:55:47.489Z Downloaded flate2 v1.1.9
8372026-07-08T17:55:47.492Z Downloaded parking_lot_core v0.8.6
8382026-07-08T17:55:47.495Z Downloaded litemap v0.8.1
8392026-07-08T17:55:47.495Z Downloaded compact_str v0.8.1
8402026-07-08T17:55:47.498Z Downloaded predicates-core v1.0.10
8412026-07-08T17:55:47.501Z Downloaded precomputed-hash v0.1.1
8422026-07-08T17:55:47.501Z Downloaded powerfmt v0.2.0
8432026-07-08T17:55:47.501Z Downloaded parse-display-derive v0.10.0
8442026-07-08T17:55:47.501Z Downloaded libbz2-rs-sys v0.2.2
8452026-07-08T17:55:47.504Z Downloaded potential_utf v0.1.4
8462026-07-08T17:55:47.504Z Downloaded icu_normalizer v2.1.1
8472026-07-08T17:55:47.507Z Downloaded icu_locale_core v2.1.1
8482026-07-08T17:55:47.510Z Downloaded proc-macro-crate v3.4.0
8492026-07-08T17:55:47.513Z Downloaded proc-macro-crate v1.3.1
8502026-07-08T17:55:47.513Z Downloaded peg v0.8.5
8512026-07-08T17:55:47.517Z Downloaded paste v1.0.15
8522026-07-08T17:55:47.517Z Downloaded base64 v0.22.1
8532026-07-08T17:55:47.520Z Downloaded diesel_derives v2.3.7
8542026-07-08T17:55:47.523Z Downloaded peg-macros v0.8.5
8552026-07-08T17:55:47.526Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-07-08T17:55:47.526Z Downloaded password-hash v0.5.0
8572026-07-08T17:55:47.529Z Downloaded pem-rfc7468 v1.0.0
8582026-07-08T17:55:47.529Z Downloaded pem-rfc7468 v0.7.0
8592026-07-08T17:55:47.532Z Downloaded predicates-tree v1.0.13
8602026-07-08T17:55:47.532Z Downloaded peg-runtime v0.8.5
8612026-07-08T17:55:47.532Z Downloaded icu_normalizer_data v2.1.1
8622026-07-08T17:55:47.535Z Downloaded pin-project-internal v1.1.11
8632026-07-08T17:55:47.535Z Downloaded pin-project-lite v0.2.17
8642026-07-08T17:55:47.544Z Downloaded psl-types v2.0.11
8652026-07-08T17:55:47.544Z Downloaded radium v0.7.0
8662026-07-08T17:55:47.545Z Downloaded progenitor-macro v0.13.0
8672026-07-08T17:55:47.545Z Downloaded pkcs8 v0.10.2
8682026-07-08T17:55:47.545Z Downloaded indexmap v1.9.3
8692026-07-08T17:55:47.548Z Downloaded heapless v0.8.0
8702026-07-08T17:55:47.548Z Downloaded progenitor-macro v0.14.0
8712026-07-08T17:55:47.551Z Downloaded ed25519-dalek v2.2.0
8722026-07-08T17:55:47.551Z Downloaded derive_more v2.1.1
8732026-07-08T17:55:47.558Z Downloaded rand_chacha v0.3.1
8742026-07-08T17:55:47.561Z Downloaded crossterm v0.28.1
8752026-07-08T17:55:47.564Z Downloaded postgres-protocol v0.6.10
8762026-07-08T17:55:47.567Z Downloaded poly1305 v0.8.0
8772026-07-08T17:55:47.567Z Downloaded pkg-config v0.3.32
8782026-07-08T17:55:47.570Z Downloaded expectorate v1.2.0
8792026-07-08T17:55:47.570Z Downloaded quick-error v1.2.3
8802026-07-08T17:55:47.570Z Downloaded polyval v0.7.1
8812026-07-08T17:55:47.573Z Downloaded rand_xorshift v0.4.0
8822026-07-08T17:55:47.573Z Downloaded oxnet v0.1.6
8832026-07-08T17:55:47.576Z Downloaded predicates v3.1.4
8842026-07-08T17:55:47.576Z Downloaded progenitor-client v0.14.0
8852026-07-08T17:55:47.579Z Downloaded hickory-resolver v0.24.4
8862026-07-08T17:55:47.579Z Downloaded phf v0.13.1
8872026-07-08T17:55:47.582Z Downloaded pem v3.0.6
8882026-07-08T17:55:47.582Z Downloaded bitvec v1.0.1
8892026-07-08T17:55:47.589Z Downloaded primefield v0.14.0
8902026-07-08T17:55:47.592Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-07-08T17:55:47.592Z Downloaded derive_more-impl v2.1.1
8922026-07-08T17:55:47.595Z Downloaded progenitor v0.14.0
8932026-07-08T17:55:47.598Z Downloaded hickory-resolver v0.25.2
8942026-07-08T17:55:47.601Z Downloaded ref-cast-impl v1.0.25
8952026-07-08T17:55:47.601Z Downloaded recursive v0.1.1
8962026-07-08T17:55:47.601Z Downloaded phc v0.6.1
8972026-07-08T17:55:47.601Z Downloaded proc-macro-error2 v2.0.1
8982026-07-08T17:55:47.604Z Downloaded ref-cast v1.0.25
8992026-07-08T17:55:47.607Z Downloaded der v0.8.0
9002026-07-08T17:55:47.611Z Downloaded progenitor-extras v0.2.0
9012026-07-08T17:55:47.611Z Downloaded oso v0.27.3
9022026-07-08T17:55:47.614Z Downloaded progenitor-client v0.13.0
9032026-07-08T17:55:47.614Z Downloaded rfc6979 v0.5.0
9042026-07-08T17:55:47.614Z Downloaded miniz_oxide v0.8.9
9052026-07-08T17:55:47.617Z Downloaded indicatif v0.18.4
9062026-07-08T17:55:47.620Z Downloaded rustc_version v0.4.1
9072026-07-08T17:55:47.620Z Downloaded rfc6979 v0.4.0
9082026-07-08T17:55:47.620Z Downloaded pkcs1 v0.8.0-rc.4
9092026-07-08T17:55:47.624Z Downloaded russh-cryptovec v0.61.0
9102026-07-08T17:55:47.624Z Downloaded rtoolbox v0.0.3
9112026-07-08T17:55:47.624Z Downloaded poly1305 v0.9.0
9122026-07-08T17:55:47.627Z Downloaded pkcs8 v0.11.0
9132026-07-08T17:55:47.627Z Downloaded omicron-zone-package v0.12.3
9142026-07-08T17:55:47.630Z Downloaded rustc_version v0.1.7
9152026-07-08T17:55:47.630Z Downloaded rustc-hash v2.1.1
9162026-07-08T17:55:47.633Z Downloaded russh-util v0.52.0
9172026-07-08T17:55:47.633Z Downloaded parking_lot v0.12.5
9182026-07-08T17:55:47.633Z Downloaded r2d2 v0.8.10
9192026-07-08T17:55:47.633Z Downloaded crossterm v0.29.0
9202026-07-08T17:55:47.637Z Downloaded rand_chacha v0.9.0
9212026-07-08T17:55:47.639Z Downloaded pkcs1 v0.7.5
9222026-07-08T17:55:47.643Z Downloaded icu_collections v2.1.1
9232026-07-08T17:55:47.646Z Downloaded parking_lot v0.11.2
9242026-07-08T17:55:47.648Z Downloaded rand_core v0.6.4
9252026-07-08T17:55:47.648Z Downloaded postgres-types v0.2.12
9262026-07-08T17:55:47.651Z Downloaded jiff-static v0.2.21
9272026-07-08T17:55:47.651Z Downloaded rand_core v0.10.0
9282026-07-08T17:55:47.654Z Downloaded scheduled-thread-pool v0.2.7
9292026-07-08T17:55:47.654Z Downloaded rand_core v0.9.5
9302026-07-08T17:55:47.654Z Downloaded cc v1.2.56
9312026-07-08T17:55:47.657Z Downloaded primeorder v0.13.6
9322026-07-08T17:55:47.657Z Downloaded phf v0.12.1
9332026-07-08T17:55:47.660Z Downloaded primeorder v0.14.0-rc.10
9342026-07-08T17:55:47.660Z Downloaded ppv-lite86 v0.2.21
9352026-07-08T17:55:47.661Z Downloaded scopeguard v1.2.0
9362026-07-08T17:55:47.664Z Downloaded ed25519-dalek v3.0.0-rc.0
9372026-07-08T17:55:47.664Z Downloaded same-file v1.0.6
9382026-07-08T17:55:47.667Z Downloaded progenitor v0.13.0
9392026-07-08T17:55:47.667Z Downloaded hashbrown v0.13.2
9402026-07-08T17:55:47.671Z Downloaded hashbrown v0.12.3
9412026-07-08T17:55:47.674Z Downloaded aes v0.9.1
9422026-07-08T17:55:47.678Z Downloaded secrecy v0.10.3
9432026-07-08T17:55:47.678Z Downloaded psm v0.1.30
9442026-07-08T17:55:47.681Z Downloaded aes-gcm v0.11.0
9452026-07-08T17:55:47.681Z Downloaded scroll_derive v0.13.1
9462026-07-08T17:55:47.681Z Downloaded semver v0.1.20
9472026-07-08T17:55:47.685Z Downloaded parking_lot_core v0.9.12
9482026-07-08T17:55:47.685Z Downloaded resolv-conf v0.7.6
9492026-07-08T17:55:47.689Z Downloaded num-traits v0.2.19
9502026-07-08T17:55:47.689Z Downloaded pbkdf2 v0.13.0
9512026-07-08T17:55:47.689Z Downloaded oxide-tokio-rt v0.1.4
9522026-07-08T17:55:47.692Z Downloaded postcard v1.1.3
9532026-07-08T17:55:47.692Z Downloaded pkcs5 v0.8.1
9542026-07-08T17:55:47.695Z Downloaded serde-big-array v0.5.1
9552026-07-08T17:55:47.695Z Downloaded secrecy v0.8.0
9562026-07-08T17:55:47.695Z Downloaded serde_spanned v1.1.1
9572026-07-08T17:55:47.698Z Downloaded http v1.4.2
9582026-07-08T17:55:47.698Z Downloaded serde_bytes v0.11.19
9592026-07-08T17:55:47.701Z Downloaded quinn-udp v0.5.14
9602026-07-08T17:55:47.701Z Downloaded pin-project v1.1.11
9612026-07-08T17:55:47.708Z Downloaded signature v2.2.0
9622026-07-08T17:55:47.711Z Downloaded rustls-pemfile v2.2.0
9632026-07-08T17:55:47.711Z Downloaded papergrid v0.17.0
9642026-07-08T17:55:47.717Z Downloaded hickory-server v0.25.2
9652026-07-08T17:55:47.720Z Downloaded serde_repr v0.1.20
9662026-07-08T17:55:47.720Z Downloaded rustversion v1.0.22
9672026-07-08T17:55:47.720Z Downloaded sha1 v0.10.6
9682026-07-08T17:55:47.720Z Downloaded serde_plain v1.0.2
9692026-07-08T17:55:47.724Z Downloaded serde_urlencoded v0.7.1
9702026-07-08T17:55:47.724Z Downloaded sigpipe v0.1.3
9712026-07-08T17:55:47.724Z Downloaded signal-hook-tokio v0.3.1
9722026-07-08T17:55:47.724Z Downloaded rusty-fork v0.3.1
9732026-07-08T17:55:47.728Z Downloaded sha1 v0.11.0
9742026-07-08T17:55:47.728Z Downloaded sapling-renderdag v0.1.0
9752026-07-08T17:55:47.728Z Downloaded siphasher v1.0.2
9762026-07-08T17:55:47.728Z Downloaded signature v3.0.0
9772026-07-08T17:55:47.731Z Downloaded signal-hook-mio v0.2.5
9782026-07-08T17:55:47.731Z Downloaded shell-words v1.1.1
9792026-07-08T17:55:47.731Z Downloaded schemars_derive v0.8.22
9802026-07-08T17:55:47.735Z Downloaded rand_seeder v0.4.0
9812026-07-08T17:55:47.735Z Downloaded owo-colors v4.3.0
9822026-07-08T17:55:47.735Z Downloaded libsw-core v0.3.2
9832026-07-08T17:55:47.738Z Downloaded hyper-util v0.1.20
9842026-07-08T17:55:47.741Z Downloaded flume v0.11.1
9852026-07-08T17:55:47.745Z Downloaded dropshot-api-manager v0.7.2
9862026-07-08T17:55:47.748Z Downloaded scrypt v0.12.0
9872026-07-08T17:55:47.752Z Downloaded scroll v0.13.0
9882026-07-08T17:55:47.755Z Downloaded progenitor-impl v0.13.0
9892026-07-08T17:55:47.755Z Downloaded serde-hex v0.1.0
9902026-07-08T17:55:47.758Z Downloaded sec1 v0.8.1
9912026-07-08T17:55:47.758Z Downloaded slog-envlogger v2.2.0
9922026-07-08T17:55:47.761Z Downloaded sec1 v0.7.3
9932026-07-08T17:55:47.764Z Downloaded minimal-lexical v0.2.1
9942026-07-08T17:55:47.768Z Downloaded openssl-sys v0.9.115
9952026-07-08T17:55:47.771Z Downloaded internal-russh-num-bigint v0.5.0
9962026-07-08T17:55:47.774Z Downloaded serde_with_macros v1.5.2
9972026-07-08T17:55:47.778Z Downloaded rustls-native-certs v0.8.3
9982026-07-08T17:55:47.778Z Downloaded seq-macro v0.3.6
9992026-07-08T17:55:47.789Z Downloaded p256 v0.14.0-rc.10
10002026-07-08T17:55:47.792Z Downloaded itertools v0.10.5
10012026-07-08T17:55:47.796Z Downloaded p384 v0.14.0-rc.10
10022026-07-08T17:55:47.799Z Downloaded salsa20 v0.11.0
10032026-07-08T17:55:47.803Z Downloaded serdect v0.4.3
10042026-07-08T17:55:47.803Z Downloaded sqlparser_derive v0.5.0
10052026-07-08T17:55:47.803Z Downloaded serde_path_to_error v0.1.20
10062026-07-08T17:55:47.806Z Downloaded serde_derive_internals v0.29.1
10072026-07-08T17:55:47.806Z Downloaded rustls-pki-types v1.14.0
10082026-07-08T17:55:47.810Z Downloaded stable_deref_trait v1.2.1
10092026-07-08T17:55:47.812Z Downloaded prefix-trie v0.7.0
10102026-07-08T17:55:47.815Z Downloaded shlex v1.3.0
10112026-07-08T17:55:47.816Z Downloaded simd-adler32 v0.3.8
10122026-07-08T17:55:47.819Z Downloaded rcgen v0.12.1
10132026-07-08T17:55:47.822Z Downloaded strip-ansi-escapes v0.2.1
10142026-07-08T17:55:47.822Z Downloaded structmeta-derive v0.3.0
10152026-07-08T17:55:47.825Z Downloaded strsim v0.10.0
10162026-07-08T17:55:47.825Z Downloaded structmeta v0.3.0
10172026-07-08T17:55:47.825Z Downloaded slab v0.4.12
10182026-07-08T17:55:47.828Z Downloaded strum v0.26.3
10192026-07-08T17:55:47.828Z Downloaded hashbrown v0.16.1
10202026-07-08T17:55:47.831Z Downloaded slog-bunyan v2.5.0
10212026-07-08T17:55:47.835Z Downloaded slog-async v2.8.0
10222026-07-08T17:55:47.835Z Downloaded hashbrown v0.15.5
10232026-07-08T17:55:47.839Z Downloaded sync_wrapper v1.0.2
10242026-07-08T17:55:47.839Z Downloaded subtle v2.6.1
10252026-07-08T17:55:47.842Z Downloaded strum v0.27.2
10262026-07-08T17:55:47.842Z Downloaded smallvec v0.6.14
10272026-07-08T17:55:47.842Z Downloaded slog-json v2.6.1
10282026-07-08T17:55:47.842Z Downloaded slog-stdlog v4.1.1
10292026-07-08T17:55:47.845Z Downloaded slog-dtrace v0.3.0
10302026-07-08T17:55:47.845Z Downloaded slog-term v2.9.2
10312026-07-08T17:55:47.848Z Downloaded slog-scope v4.4.1
10322026-07-08T17:55:47.848Z Downloaded progenitor-impl v0.14.0
10332026-07-08T17:55:47.852Z Downloaded smf v0.2.3
10342026-07-08T17:55:47.855Z Downloaded snafu-derive v0.8.9
10352026-07-08T17:55:47.858Z Downloaded serde_with_macros v3.17.0
10362026-07-08T17:55:47.858Z Downloaded spki v0.7.3
10372026-07-08T17:55:47.861Z Downloaded sync-ptr v0.1.4
10382026-07-08T17:55:47.861Z Downloaded tabled_derive v0.11.0
10392026-07-08T17:55:47.861Z Downloaded supports-color v3.0.2
10402026-07-08T17:55:47.864Z Downloaded spki v0.8.0
10412026-07-08T17:55:47.864Z Downloaded take_mut v0.2.2
10422026-07-08T17:55:47.868Z Downloaded tagptr v0.2.0
10432026-07-08T17:55:47.868Z Downloaded thiserror-impl-no-std v2.0.2
10442026-07-08T17:55:47.875Z Downloaded thread-id v5.1.0
10452026-07-08T17:55:47.880Z Downloaded ryu v1.0.23
10462026-07-08T17:55:47.883Z Downloaded nom v7.1.3
10472026-07-08T17:55:47.883Z Downloaded rustls-platform-verifier v0.6.2
10482026-07-08T17:55:47.886Z Downloaded sha2 v0.11.0
10492026-07-08T17:55:47.889Z Downloaded sqlformat v0.3.5
10502026-07-08T17:55:47.889Z Downloaded pretty_assertions v1.4.1
10512026-07-08T17:55:47.892Z Downloaded stacker v0.1.23
10522026-07-08T17:55:47.892Z Downloaded testing_table v0.3.0
10532026-07-08T17:55:47.892Z Downloaded static_assertions v1.1.0
10542026-07-08T17:55:47.895Z Downloaded signal-hook-registry v1.4.8
10552026-07-08T17:55:47.895Z Downloaded stringprep v0.1.5
10562026-07-08T17:55:47.896Z Downloaded string_cache v0.8.9
10572026-07-08T17:55:47.898Z Downloaded time-core v0.1.8
10582026-07-08T17:55:47.898Z Downloaded rayon-core v1.13.0
10592026-07-08T17:55:47.899Z Downloaded tinyvec_macros v0.1.1
10602026-07-08T17:55:47.901Z Downloaded num-bigint v0.4.6
10612026-07-08T17:55:47.905Z Downloaded aho-corasick v1.1.4
10622026-07-08T17:55:47.911Z Downloaded tabwriter v1.4.1
10632026-07-08T17:55:47.914Z Downloaded support-bundle-viewer v0.1.2
10642026-07-08T17:55:47.915Z Downloaded strum_macros v0.27.2
10652026-07-08T17:55:47.915Z Downloaded tokio-macros v2.7.0
10662026-07-08T17:55:47.917Z Downloaded strum_macros v0.24.3
10672026-07-08T17:55:47.921Z Downloaded smallvec v1.15.1
10682026-07-08T17:55:47.921Z Downloaded tokio-test v0.4.5
10692026-07-08T17:55:47.925Z Downloaded idna v1.1.0
10702026-07-08T17:55:47.928Z Downloaded publicsuffix v2.3.0
10712026-07-08T17:55:47.928Z Downloaded synstructure v0.13.2
10722026-07-08T17:55:47.928Z Downloaded ron v0.8.1
10732026-07-08T17:55:47.931Z Downloaded termios v0.3.3
10742026-07-08T17:55:47.934Z Downloaded serde_cbor v0.11.2
10752026-07-08T17:55:47.937Z Downloaded quinn v0.11.9
10762026-07-08T17:55:47.937Z Downloaded mio v1.2.0
10772026-07-08T17:55:47.940Z Downloaded tap v1.0.1
10782026-07-08T17:55:47.943Z Downloaded p521 v0.14.0-rc.10
10792026-07-08T17:55:47.945Z Downloaded rand v0.8.6
10802026-07-08T17:55:47.945Z Downloaded qorb v0.4.1
10812026-07-08T17:55:47.949Z Downloaded tower-layer v0.3.3
10822026-07-08T17:55:47.952Z Downloaded thread_local v1.1.9
10832026-07-08T17:55:47.952Z Downloaded termtree v0.5.1
10842026-07-08T17:55:47.952Z Downloaded ssh-cipher v0.3.0-rc.9
10852026-07-08T17:55:47.952Z Downloaded topological-sort v0.2.2
10862026-07-08T17:55:47.955Z Downloaded try-lock v0.2.5
10872026-07-08T17:55:47.955Z Downloaded tower-service v0.3.3
10882026-07-08T17:55:47.955Z Downloaded thiserror-no-std v2.0.2
10892026-07-08T17:55:47.958Z Downloaded prettyplease v0.2.37
10902026-07-08T17:55:47.961Z Downloaded itertools v0.12.1
10912026-07-08T17:55:47.964Z Downloaded ssh-encoding v0.3.0-rc.9
10922026-07-08T17:55:47.967Z Downloaded schemars v0.8.22
10932026-07-08T17:55:47.972Z Downloaded time-macros v0.2.27
10942026-07-08T17:55:47.975Z Downloaded icu_properties_data v2.1.2
10952026-07-08T17:55:47.978Z Downloaded unarray v0.1.4
10962026-07-08T17:55:47.981Z Downloaded tls_codec v0.4.2
10972026-07-08T17:55:47.981Z Downloaded tinystr v0.8.2
10982026-07-08T17:55:47.984Z Downloaded tiny-keccak v2.0.2
10992026-07-08T17:55:47.987Z Downloaded typify-macro v0.6.2
11002026-07-08T17:55:47.987Z Downloaded similar v2.7.0
11012026-07-08T17:55:47.990Z Downloaded term v0.7.0
11022026-07-08T17:55:47.992Z Downloaded tls_codec_derive v0.4.2
11032026-07-08T17:55:47.992Z Downloaded tokio-native-tls v0.3.1
11042026-07-08T17:55:47.995Z Downloaded unicode-truncate v1.1.0
11052026-07-08T17:55:47.995Z Downloaded tokio-dtrace v0.1.1
11062026-07-08T17:55:47.998Z Downloaded crypto-primes v0.7.2
11072026-07-08T17:55:48.003Z Downloaded universal-hash v0.5.1
11082026-07-08T17:55:48.003Z Downloaded unit-prefix v0.5.2
11092026-07-08T17:55:48.003Z Downloaded unicode-xid v0.2.6
11102026-07-08T17:55:48.003Z Downloaded strum_macros v0.26.4
11112026-07-08T17:55:48.006Z Downloaded usdt v0.6.0
11122026-07-08T17:55:48.006Z Downloaded slog v2.8.2
11132026-07-08T17:55:48.006Z Downloaded num-bigint-dig v0.8.6
11142026-07-08T17:55:48.009Z Downloaded tokio-tungstenite v0.21.0
11152026-07-08T17:55:48.012Z Downloaded term v1.2.1
11162026-07-08T17:55:48.012Z Downloaded usdt-macro v0.6.0
11172026-07-08T17:55:48.012Z Downloaded tokio-tungstenite v0.23.1
11182026-07-08T17:55:48.015Z Downloaded utf8_iter v1.0.4
11192026-07-08T17:55:48.015Z Downloaded usdt-attr-macro v0.6.0
11202026-07-08T17:55:48.015Z Downloaded serde_yaml v0.9.34+deprecated
11212026-07-08T17:55:48.018Z Downloaded untrusted v0.9.0
11222026-07-08T17:55:48.018Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-07-08T17:55:48.021Z Downloaded spin v0.9.8
11242026-07-08T17:55:48.021Z Downloaded socket2 v0.6.3
11252026-07-08T17:55:48.024Z Downloaded signal-hook v0.3.18
11262026-07-08T17:55:48.024Z Downloaded rand v0.9.2
11272026-07-08T17:55:48.027Z Downloaded universal-hash v0.6.1
11282026-07-08T17:55:48.027Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11292026-07-08T17:55:48.030Z Downloaded utf-8 v0.7.6
11302026-07-08T17:55:48.030Z Downloaded untrusted v0.7.1
11312026-07-08T17:55:48.030Z Downloaded rustls-webpki v0.103.13
11322026-07-08T17:55:48.033Z Downloaded schemars v1.2.1
11332026-07-08T17:55:48.039Z Downloaded nom v8.0.0
11342026-07-08T17:55:48.043Z Downloaded libm v0.2.16
11352026-07-08T17:55:48.047Z Downloaded tui-tree-widget v0.23.1
11362026-07-08T17:55:48.050Z Downloaded trait-variant v0.1.2
11372026-07-08T17:55:48.050Z Downloaded itertools v0.14.0
11382026-07-08T17:55:48.053Z Downloaded want v0.3.1
11392026-07-08T17:55:48.056Z Downloaded wait-timeout v0.2.1
11402026-07-08T17:55:48.056Z Downloaded schemars v0.9.0
11412026-07-08T17:55:48.062Z Downloaded waitgroup v0.1.2
11422026-07-08T17:55:48.065Z Downloaded void v1.0.2
11432026-07-08T17:55:48.065Z Downloaded itertools v0.13.0
11442026-07-08T17:55:48.068Z Downloaded subprocess v0.2.15
11452026-07-08T17:55:48.071Z Downloaded xattr v1.6.1
11462026-07-08T17:55:48.071Z Downloaded unicase v2.9.0
11472026-07-08T17:55:48.074Z Downloaded tokio-rustls v0.26.4
11482026-07-08T17:55:48.074Z Downloaded iri-string v0.7.10
11492026-07-08T17:55:48.077Z Downloaded yoke-derive v0.8.1
11502026-07-08T17:55:48.079Z Downloaded socket2 v0.5.10
11512026-07-08T17:55:48.080Z Downloaded xshell-macros v0.2.7
11522026-07-08T17:55:48.080Z Downloaded rsa v0.9.10
11532026-07-08T17:55:48.083Z Downloaded usdt-impl v0.6.0
11542026-07-08T17:55:48.086Z Downloaded hkdf v0.13.0
11552026-07-08T17:55:48.086Z Downloaded hkdf v0.12.4
11562026-07-08T17:55:48.090Z Downloaded h2 v0.4.15
11572026-07-08T17:55:48.092Z Downloaded toml_writer v1.1.1+spec-1.1.0
11582026-07-08T17:55:48.092Z Downloaded tracing-attributes v0.1.31
11592026-07-08T17:55:48.095Z Downloaded uzers v0.12.2
11602026-07-08T17:55:48.095Z Downloaded tokio-stream v0.1.18
11612026-07-08T17:55:48.098Z Downloaded zeroize_derive v1.4.3
11622026-07-08T17:55:48.098Z Downloaded zerofrom-derive v0.1.6
11632026-07-08T17:55:48.102Z Downloaded zerofrom v0.1.6
11642026-07-08T17:55:48.102Z Downloaded toml_parser v1.1.2+spec-1.1.0
11652026-07-08T17:55:48.105Z Downloaded snafu v0.8.9
11662026-07-08T17:55:48.108Z Downloaded zone_cfg_derive v0.3.1
11672026-07-08T17:55:48.108Z Downloaded test-strategy v0.4.5
11682026-07-08T17:55:48.111Z Downloaded vergen-git2 v9.1.0
11692026-07-08T17:55:48.111Z Downloaded rand v0.10.1
11702026-07-08T17:55:48.114Z Downloaded futures-util v0.3.32
11712026-07-08T17:55:48.118Z Downloaded vergen-lib v9.1.0
11722026-07-08T17:55:48.121Z Downloaded walkdir v2.5.0
11732026-07-08T17:55:48.121Z Downloaded vergen-lib v0.1.6
11742026-07-08T17:55:48.124Z Downloaded tinyvec v1.10.0
11752026-07-08T17:55:48.124Z Downloaded twox-hash v2.1.2
11762026-07-08T17:55:48.127Z Downloaded blake3 v1.8.5
11772026-07-08T17:55:48.131Z Downloaded whoami v1.6.1
11782026-07-08T17:55:48.135Z Downloaded writeable v0.6.2
11792026-07-08T17:55:48.135Z Downloaded vsss-rs v3.3.4
11802026-07-08T17:55:48.140Z Downloaded unicode-properties v0.1.4
11812026-07-08T17:55:48.140Z Downloaded bindgen v0.71.1
11822026-07-08T17:55:48.143Z Downloaded wyz v0.5.1
11832026-07-08T17:55:48.143Z Downloaded samael v0.0.19
11842026-07-08T17:55:48.148Z Downloaded yoke v0.8.1
11852026-07-08T17:55:48.151Z Downloaded xshell v0.2.7
11862026-07-08T17:55:48.151Z Downloaded toml v0.7.8
11872026-07-08T17:55:48.151Z Downloaded serde_with v1.14.0
11882026-07-08T17:55:48.154Z Downloaded libxml v0.3.3
11892026-07-08T17:55:48.158Z Downloaded toml v1.1.2+spec-1.1.0
11902026-07-08T17:55:48.161Z Downloaded rsa v0.10.0-rc.18
11912026-07-08T17:55:48.164Z Downloaded zeroize v1.8.2
11922026-07-08T17:55:48.167Z Downloaded zstd v0.13.3
11932026-07-08T17:55:48.167Z Downloaded zone v0.3.1
11942026-07-08T17:55:48.171Z Downloaded zstd-safe v7.2.4
11952026-07-08T17:55:48.171Z Downloaded vergen v9.1.0
11962026-07-08T17:55:48.174Z Downloaded hyper v1.10.1
11972026-07-08T17:55:48.177Z Downloaded rustyline v14.0.0
11982026-07-08T17:55:48.179Z Downloaded vergen-gitcl v1.0.8
11992026-07-08T17:55:48.179Z Downloaded tungstenite v0.23.0
12002026-07-08T17:55:48.184Z Downloaded steno v0.4.1
12012026-07-08T17:55:48.187Z Downloaded zerovec-derive v0.11.2
12022026-07-08T17:55:48.187Z Downloaded tracing-core v0.1.36
12032026-07-08T17:55:48.187Z Downloaded tungstenite v0.21.0
12042026-07-08T17:55:48.190Z Downloaded whoami v2.1.0
12052026-07-08T17:55:48.190Z Downloaded aws-lc-rs v1.16.3
12062026-07-08T17:55:48.196Z Downloaded typify v0.6.2
12072026-07-08T17:55:48.201Z Downloaded yasna v0.5.2
12082026-07-08T17:55:48.204Z Downloaded unicode-bidi v0.3.18
12092026-07-08T17:55:48.212Z Downloaded unsafe-libyaml v0.2.11
12102026-07-08T17:55:48.216Z Downloaded uuid v1.23.4
12112026-07-08T17:55:48.220Z Downloaded tar v0.4.45
12122026-07-08T17:55:48.226Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-07-08T17:55:48.257Z Downloaded iddqd v0.4.2
12142026-07-08T17:55:48.262Z Downloaded p384 v0.13.1
12152026-07-08T17:55:48.266Z Downloaded zerocopy v0.6.6
12162026-07-08T17:55:48.269Z Downloaded zopfli v0.8.3
12172026-07-08T17:55:48.276Z Downloaded toml_edit v0.19.15
12182026-07-08T17:55:48.286Z Downloaded tokio-postgres v0.7.16
12192026-07-08T17:55:48.289Z Downloaded regex v1.12.3
12202026-07-08T17:55:48.296Z Downloaded reqwest v0.13.2
12212026-07-08T17:55:48.300Z Downloaded yansi v1.0.1
12222026-07-08T17:55:48.305Z Downloaded vte v0.14.1
12232026-07-08T17:55:48.305Z Downloaded rpassword v7.4.0
12242026-07-08T17:55:48.308Z Downloaded reedline v0.40.0
12252026-07-08T17:55:48.311Z Downloaded curve25519-dalek v4.1.3
12262026-07-08T17:55:48.316Z Downloaded crypto-bigint v0.7.5
12272026-07-08T17:55:48.322Z Downloaded git2 v0.20.4
12282026-07-08T17:55:48.327Z Downloaded zerotrie v0.2.3
12292026-07-08T17:55:48.334Z Downloaded reqwest v0.12.28
12302026-07-08T17:55:48.340Z Downloaded quick-xml v0.37.5
12312026-07-08T17:55:48.348Z Downloaded zip v0.6.6
12322026-07-08T17:55:48.351Z Downloaded lalrpop v0.19.12
12332026-07-08T17:55:48.354Z Downloaded unicode-segmentation v1.12.0
12342026-07-08T17:55:48.357Z Downloaded ssh-key v0.7.0-rc.10
12352026-07-08T17:55:48.361Z Downloaded url v2.5.8
12362026-07-08T17:55:48.364Z Downloaded x509-cert v0.2.5
12372026-07-08T17:55:48.368Z Downloaded typed-path v0.9.3
12382026-07-08T17:55:48.371Z Downloaded zerocopy-derive v0.8.40
12392026-07-08T17:55:48.374Z Downloaded object v0.30.4
12402026-07-08T17:55:48.379Z Downloaded salty v0.3.0
12412026-07-08T17:55:48.383Z Downloaded portable-atomic v1.13.1
12422026-07-08T17:55:48.388Z Downloaded tower v0.5.3
12432026-07-08T17:55:48.392Z Downloaded proptest v1.10.0
12442026-07-08T17:55:48.398Z Downloaded unicode_categories v0.1.1
12452026-07-08T17:55:48.401Z Downloaded goblin v0.10.5
12462026-07-08T17:55:48.404Z Downloaded rayon v1.11.0
12472026-07-08T17:55:48.408Z Downloaded zip v4.6.1
12482026-07-08T17:55:48.411Z Downloaded petname v2.0.2
12492026-07-08T17:55:48.415Z Downloaded chrono v0.4.44
12502026-07-08T17:55:48.418Z Downloaded moka v0.12.13
12512026-07-08T17:55:48.431Z Downloaded serde_with v3.17.0
12522026-07-08T17:55:48.444Z Downloaded tower-http v0.6.8
12532026-07-08T17:55:48.447Z Downloaded tough v0.22.0
12542026-07-08T17:55:48.451Z Downloaded curve25519-dalek v5.0.0-rc.0
12552026-07-08T17:55:48.457Z Downloaded unicode-normalization v0.1.25
12562026-07-08T17:55:48.460Z Downloaded russh v0.61.2
12572026-07-08T17:55:48.464Z Downloaded tokio-util v0.7.18
12582026-07-08T17:55:48.468Z Downloaded zerovec v0.11.5
12592026-07-08T17:55:48.471Z Downloaded quinn-proto v0.11.13
12602026-07-08T17:55:48.475Z Downloaded winnow v0.6.26
12612026-07-08T17:55:48.480Z Downloaded winnow v0.5.40
12622026-07-08T17:55:48.485Z Downloaded radix_trie v0.2.1
12632026-07-08T17:55:48.488Z Downloaded openssl v0.10.79
12642026-07-08T17:55:48.494Z Downloaded nix v0.27.1
12652026-07-08T17:55:48.502Z Downloaded polar-core v0.27.3
12662026-07-08T17:55:48.515Z Downloaded nix v0.28.0
12672026-07-08T17:55:48.528Z Downloaded hickory-proto v0.24.4
12682026-07-08T17:55:48.537Z Downloaded bstr v1.12.1
12692026-07-08T17:55:48.542Z Downloaded dropshot v0.17.1
12702026-07-08T17:55:48.554Z Downloaded winnow v1.0.3
12712026-07-08T17:55:48.560Z Downloaded regex-syntax v0.6.29
12722026-07-08T17:55:48.564Z Downloaded object v0.37.3
12732026-07-08T17:55:48.569Z Downloaded vcpkg v0.2.15
12742026-07-08T17:55:48.592Z Downloaded time v0.3.47
12752026-07-08T17:55:48.599Z Downloaded nix v0.31.2
12762026-07-08T17:55:48.605Z Downloaded tabled v0.20.0
12772026-07-08T17:55:48.615Z Downloaded openapiv3 v2.2.0
12782026-07-08T17:55:48.621Z Downloaded zerocopy v0.8.40
12792026-07-08T17:55:48.627Z Downloaded smoltcp v0.9.1
12802026-07-08T17:55:48.633Z Downloaded regress v0.11.1
12812026-07-08T17:55:48.642Z Downloaded regress v0.10.5
12822026-07-08T17:55:48.645Z Downloaded zlib-rs v0.6.2
12832026-07-08T17:55:48.649Z Downloaded diesel v2.3.7
12842026-07-08T17:55:48.663Z Downloaded hickory-proto v0.25.2
12852026-07-08T17:55:48.670Z Downloaded smoltcp v0.11.0
12862026-07-08T17:55:48.705Z Downloaded sled v0.34.7
12872026-07-08T17:55:48.712Z Downloaded tracing v0.1.44
12882026-07-08T17:55:48.726Z Downloaded rustix v0.38.44
12892026-07-08T17:55:48.740Z Downloaded regex-syntax v0.8.10
12902026-07-08T17:55:48.744Z Downloaded ratatui v0.29.0
12912026-07-08T17:55:48.757Z Downloaded rustls v0.23.41
12922026-07-08T17:55:48.766Z Downloaded zerocopy-derive v0.6.6
12932026-07-08T17:55:48.795Z Downloaded petgraph v0.8.3
12942026-07-08T17:55:48.809Z Downloaded sqlparser v0.61.0
12952026-07-08T17:55:48.814Z Downloaded libz-sys v1.1.24
12962026-07-08T17:55:48.828Z Downloaded csv v1.4.0
12972026-07-08T17:55:48.840Z Downloaded typify-impl v0.6.2
12982026-07-08T17:55:48.848Z Downloaded fiat-crypto v0.3.0
12992026-07-08T17:55:48.857Z Downloaded sha3 v0.10.8
13002026-07-08T17:55:48.861Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-07-08T17:55:48.875Z Downloaded sha3 v0.11.0
13022026-07-08T17:55:48.912Z Downloaded regex-automata v0.4.14
13032026-07-08T17:55:48.933Z Downloaded chrono-tz v0.10.4
13042026-07-08T17:55:48.944Z Downloaded petgraph v0.6.5
13052026-07-08T17:55:48.957Z Downloaded jiff v0.2.21
13062026-07-08T17:55:49.018Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-08T17:55:49.048Z Downloaded tokio v1.52.1
13082026-07-08T17:55:49.135Z Downloaded encoding_rs v0.8.35
13092026-07-08T17:55:49.180Z Downloaded ring v0.17.14
13102026-07-08T17:55:49.220Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-08T17:55:49.770Z Downloaded aws-lc-sys v0.40.0
13122026-07-08T17:55:50.021Z Compiling libc v0.2.185
13132026-07-08T17:55:50.021Z Compiling serde_core v1.0.228
13142026-07-08T17:55:50.021Z Compiling serde v1.0.228
13152026-07-08T17:55:50.024Z Compiling log v0.4.29
13162026-07-08T17:55:50.025Z Compiling smallvec v1.15.1
13172026-07-08T17:55:50.025Z Compiling shlex v1.3.0
13182026-07-08T17:55:50.163Z Compiling find-msvc-tools v0.1.9
13192026-07-08T17:55:50.166Z Compiling syn v2.0.117
13202026-07-08T17:55:50.369Z Compiling subtle v2.6.1
13212026-07-08T17:55:50.372Z Compiling scopeguard v1.2.0
13222026-07-08T17:55:50.397Z Compiling stable_deref_trait v1.2.1
13232026-07-08T17:55:50.469Z Compiling lock_api v0.4.14
13242026-07-08T17:55:50.474Z Compiling typenum v1.20.1
13252026-07-08T17:55:50.498Z Compiling serde_json v1.0.150
13262026-07-08T17:55:50.500Z Compiling portable-atomic v1.13.1
13272026-07-08T17:55:50.546Z Compiling zerocopy v0.8.40
13282026-07-08T17:55:50.701Z Compiling pin-project-lite v0.2.17
13292026-07-08T17:55:50.717Z Compiling parking_lot_core v0.9.12
13302026-07-08T17:55:50.793Z Compiling critical-section v1.2.0
13312026-07-08T17:55:50.906Z Compiling pkg-config v0.3.32
13322026-07-08T17:55:50.989Z Compiling jobserver v0.1.34
13332026-07-08T17:55:51.002Z Compiling errno v0.3.14
13342026-07-08T17:55:51.047Z Compiling getrandom v0.2.17
13352026-07-08T17:55:51.136Z Compiling signal-hook-registry v1.4.8
13362026-07-08T17:55:51.260Z Compiling cc v1.2.56
13372026-07-08T17:55:51.274Z Compiling rand_core v0.6.4
13382026-07-08T17:55:51.395Z Compiling libm v0.2.16
13392026-07-08T17:55:51.434Z Compiling once_cell v1.21.3
13402026-07-08T17:55:51.506Z Compiling futures-core v0.3.32
13412026-07-08T17:55:51.539Z Compiling getrandom v0.4.1
13422026-07-08T17:55:51.622Z Compiling parking_lot v0.12.5
13432026-07-08T17:55:51.643Z Compiling mio v1.2.0
13442026-07-08T17:55:51.658Z Compiling num-traits v0.2.19
13452026-07-08T17:55:51.720Z Compiling generic-array v0.14.7
13462026-07-08T17:55:51.853Z Compiling rand_core v0.10.0
13472026-07-08T17:55:51.908Z Compiling const-oid v0.9.6
13482026-07-08T17:55:52.099Z Compiling writeable v0.6.2
13492026-07-08T17:55:52.128Z Compiling litemap v0.8.1
13502026-07-08T17:55:52.325Z Compiling bitflags v2.11.0
13512026-07-08T17:55:52.406Z Compiling percent-encoding v2.3.2
13522026-07-08T17:55:52.410Z Compiling semver v1.0.28
13532026-07-08T17:55:52.600Z Compiling socket2 v0.6.3
13542026-07-08T17:55:52.615Z Compiling icu_properties_data v2.1.2
13552026-07-08T17:55:52.739Z Compiling icu_normalizer_data v2.1.1
13562026-07-08T17:55:52.778Z Compiling futures-sink v0.3.32
13572026-07-08T17:55:52.895Z Compiling futures-channel v0.3.32
13582026-07-08T17:55:52.956Z Compiling synstructure v0.13.2
13592026-07-08T17:55:53.005Z Compiling futures-io v0.3.32
13602026-07-08T17:55:53.043Z Compiling slab v0.4.12
13612026-07-08T17:55:53.117Z Compiling futures-task v0.3.32
13622026-07-08T17:55:53.158Z Compiling indexmap v2.14.0
13632026-07-08T17:55:53.221Z Compiling rustversion v1.0.22
13642026-07-08T17:55:53.224Z Compiling utf8_iter v1.0.4
13652026-07-08T17:55:53.289Z Compiling getrandom v0.3.4
13662026-07-08T17:55:53.384Z Compiling form_urlencoded v1.2.2
13672026-07-08T17:55:53.400Z Compiling cmake v0.1.57
13682026-07-08T17:55:53.681Z Compiling ident_case v1.0.1
13692026-07-08T17:55:53.692Z Compiling rustix v1.1.3
13702026-07-08T17:55:53.692Z Compiling fs_extra v1.3.0
13712026-07-08T17:55:53.692Z Compiling dunce v1.0.5
13722026-07-08T17:55:53.746Z Compiling iana-time-zone v0.1.65
13732026-07-08T17:55:53.810Z Compiling regex-syntax v0.8.10
13742026-07-08T17:55:53.837Z Compiling base64ct v1.8.3
13752026-07-08T17:55:53.851Z Compiling aws-lc-sys v0.40.0
13762026-07-08T17:55:53.951Z Compiling vcpkg v0.2.15
13772026-07-08T17:55:54.139Z Compiling pem-rfc7468 v0.7.0
13782026-07-08T17:55:54.233Z Compiling rand_core v0.9.5
13792026-07-08T17:55:54.258Z Compiling rustc_version v0.4.1
13802026-07-08T17:55:54.445Z Compiling uuid v1.23.4
13812026-07-08T17:55:54.526Z Compiling tracing-core v0.1.36
13822026-07-08T17:55:54.634Z Compiling aws-lc-rs v1.16.3
13832026-07-08T17:55:54.720Z Compiling openssl-sys v0.9.115
13842026-07-08T17:55:54.723Z Compiling serde_derive v1.0.228
13852026-07-08T17:55:54.997Z Compiling zeroize_derive v1.4.3
13862026-07-08T17:55:55.165Z Compiling zerofrom-derive v0.1.6
13872026-07-08T17:55:55.229Z Compiling yoke-derive v0.8.1
13882026-07-08T17:55:55.270Z Compiling zerovec-derive v0.11.2
13892026-07-08T17:55:55.327Z Compiling zerocopy-derive v0.8.40
13902026-07-08T17:55:55.674Z Compiling zeroize v1.8.2
13912026-07-08T17:55:55.884Z Compiling displaydoc v0.2.5
13922026-07-08T17:55:56.447Z Compiling tokio-macros v2.7.0
13932026-07-08T17:55:56.462Z Compiling futures-macro v0.3.32
13942026-07-08T17:55:56.612Z Compiling zerofrom v0.1.6
13952026-07-08T17:55:56.696Z Compiling tracing-attributes v0.1.31
13962026-07-08T17:55:56.736Z Compiling yoke v0.8.1
13972026-07-08T17:55:56.825Z Compiling block-buffer v0.10.4
13982026-07-08T17:55:56.922Z Compiling zerovec v0.11.5
13992026-07-08T17:55:56.991Z Compiling zerotrie v0.2.3
14002026-07-08T17:55:57.171Z Compiling crypto-common v0.1.7
14012026-07-08T17:55:57.283Z Compiling futures-util v0.3.32
14022026-07-08T17:55:57.283Z Compiling der_derive v0.7.3
14032026-07-08T17:55:57.369Z Compiling digest v0.10.7
14042026-07-08T17:55:57.455Z Compiling tinystr v0.8.2
14052026-07-08T17:55:57.618Z Compiling icu_locale_core v2.1.1
14062026-07-08T17:55:57.658Z Compiling potential_utf v0.1.4
14072026-07-08T17:55:57.822Z Compiling icu_collections v2.1.1
14082026-07-08T17:55:58.074Z Compiling thiserror-impl v2.0.18
14092026-07-08T17:55:58.296Z Compiling bytes v1.11.1
14102026-07-08T17:55:58.296Z Compiling icu_provider v2.1.1
14112026-07-08T17:55:58.312Z Compiling chrono v0.4.44
14122026-07-08T17:55:58.490Z Compiling base64 v0.22.1
14132026-07-08T17:55:58.612Z Compiling icu_normalizer v2.1.1
14142026-07-08T17:55:58.816Z Compiling tokio v1.52.1
14152026-07-08T17:55:58.912Z Compiling icu_properties v2.1.2
14162026-07-08T17:55:59.149Z Compiling http v1.4.2
14172026-07-08T17:55:59.422Z Compiling flagset v0.4.7
14182026-07-08T17:55:59.553Z Compiling der v0.7.10
14192026-07-08T17:55:59.651Z Compiling thiserror v2.0.18
14202026-07-08T17:55:59.723Z Compiling tracing v0.1.44
14212026-07-08T17:55:59.757Z Compiling idna_adapter v1.2.1
14222026-07-08T17:55:59.807Z Compiling ppv-lite86 v0.2.21
14232026-07-08T17:55:59.892Z Compiling idna v1.1.0
14242026-07-08T17:55:59.983Z Compiling http-body v1.0.1
14252026-07-08T17:55:59.985Z Compiling rustls-pki-types v1.14.0
14262026-07-08T17:56:00.120Z Compiling rand_chacha v0.9.0
14272026-07-08T17:56:00.135Z Compiling tinyvec_macros v0.1.1
14282026-07-08T17:56:00.200Z Compiling url v2.5.8
14292026-07-08T17:56:00.214Z Compiling httparse v1.10.1
14302026-07-08T17:56:00.428Z Compiling openssl-probe v0.2.1
14312026-07-08T17:56:00.529Z Compiling cmov v0.5.4
14322026-07-08T17:56:00.597Z Compiling spki v0.7.3
14332026-07-08T17:56:00.611Z Compiling rand v0.9.2
14342026-07-08T17:56:00.715Z Compiling ctutils v0.4.2
14352026-07-08T17:56:00.730Z Compiling tinyvec v1.10.0
14362026-07-08T17:56:00.780Z Compiling pest_generator v2.8.6
14372026-07-08T17:56:00.796Z Compiling serde_derive_internals v0.29.1
14382026-07-08T17:56:00.943Z Compiling aho-corasick v1.1.4
14392026-07-08T17:56:00.975Z Compiling tower-service v0.3.3
14402026-07-08T17:56:01.063Z Compiling dyn-clone v1.0.20
14412026-07-08T17:56:01.077Z Compiling tower-layer v0.3.3
14422026-07-08T17:56:01.194Z Compiling try-lock v0.2.5
14432026-07-08T17:56:01.231Z Compiling untrusted v0.7.1
14442026-07-08T17:56:01.311Z Compiling schemars v0.8.22
14452026-07-08T17:56:01.350Z Compiling atomic-waker v1.1.2
14462026-07-08T17:56:01.371Z Compiling tempfile v3.25.0
14472026-07-08T17:56:01.447Z Compiling pest_derive v2.8.6
14482026-07-08T17:56:01.468Z Compiling want v0.3.1
14492026-07-08T17:56:01.532Z Compiling hybrid-array v0.4.13
14502026-07-08T17:56:01.640Z Compiling schemars_derive v0.8.22
14512026-07-08T17:56:01.723Z Compiling regex-automata v0.4.14
14522026-07-08T17:56:01.875Z Compiling ipnet v2.11.0
14532026-07-08T17:56:01.903Z Compiling scroll_derive v0.13.1
14542026-07-08T17:56:02.322Z Compiling darling_core v0.20.11
14552026-07-08T17:56:02.391Z Compiling rustls v0.23.41
14562026-07-08T17:56:02.578Z Compiling tokio-util v0.7.18
14572026-07-08T17:56:02.609Z Compiling openssl v0.10.79
14582026-07-08T17:56:02.725Z Compiling foreign-types-shared v0.1.1
14592026-07-08T17:56:02.812Z Compiling httpdate v1.0.3
14602026-07-08T17:56:02.843Z Compiling cpufeatures v0.2.17
14612026-07-08T17:56:02.907Z Compiling untrusted v0.9.0
14622026-07-08T17:56:03.046Z Compiling foreign-types v0.3.2
14632026-07-08T17:56:03.062Z Compiling scroll v0.13.0
14642026-07-08T17:56:03.114Z Compiling unicode-normalization v0.1.25
14652026-07-08T17:56:03.328Z Compiling h2 v0.4.15
14662026-07-08T17:56:03.566Z Compiling pkcs8 v0.10.2
14672026-07-08T17:56:03.817Z Compiling openssl-macros v0.1.1
14682026-07-08T17:56:04.009Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-08T17:56:04.180Z Compiling spin v0.9.8
14702026-07-08T17:56:04.210Z Compiling time-core v0.1.8
14712026-07-08T17:56:04.352Z Compiling num-conv v0.2.0
14722026-07-08T17:56:04.382Z Compiling crc32fast v1.5.0
14732026-07-08T17:56:04.396Z Compiling native-tls v0.2.18
14742026-07-08T17:56:04.443Z Compiling powerfmt v0.2.0
14752026-07-08T17:56:04.480Z Compiling time-macros v0.2.27
14762026-07-08T17:56:04.546Z Compiling darling_macro v0.20.11
14772026-07-08T17:56:04.620Z Compiling deranged v0.5.8
14782026-07-08T17:56:05.020Z Compiling darling v0.20.11
14792026-07-08T17:56:05.100Z Compiling goblin v0.10.5
14802026-07-08T17:56:05.524Z Compiling sha2 v0.10.9
14812026-07-08T17:56:05.558Z Compiling hmac v0.12.1
14822026-07-08T17:56:05.708Z Compiling sync_wrapper v1.0.2
14832026-07-08T17:56:05.759Z Compiling wait-timeout v0.2.1
14842026-07-08T17:56:05.810Z Compiling num_threads v0.1.7
14852026-07-08T17:56:05.909Z Compiling crossbeam-utils v0.8.21
14862026-07-08T17:56:06.013Z Compiling quick-error v1.2.3
14872026-07-08T17:56:06.117Z Compiling siphasher v1.0.2
14882026-07-08T17:56:06.200Z Compiling usdt-impl v0.6.0
14892026-07-08T17:56:06.297Z Compiling bit-vec v0.8.0
14902026-07-08T17:56:06.416Z Compiling hyper v1.10.1
14912026-07-08T17:56:06.526Z Compiling simd-adler32 v0.3.8
14922026-07-08T17:56:06.762Z Compiling syn v1.0.109
14932026-07-08T17:56:07.122Z Compiling bit-set v0.8.0
14942026-07-08T17:56:07.205Z Compiling rusty-fork v0.3.1
14952026-07-08T17:56:07.292Z Compiling time v0.3.47
14962026-07-08T17:56:07.323Z Compiling tower v0.5.3
14972026-07-08T17:56:07.561Z Compiling hyper-util v0.1.20
14982026-07-08T17:56:07.634Z Compiling derive_builder_core v0.20.2
14992026-07-08T17:56:07.801Z Compiling dof v0.4.0
15002026-07-08T17:56:08.196Z Compiling dtrace-parser v0.3.0
15012026-07-08T17:56:08.510Z Compiling http-body-util v0.1.3
15022026-07-08T17:56:08.749Z Compiling scroll_derive v0.12.1
15032026-07-08T17:56:08.881Z Compiling thiserror-impl v1.0.69
15042026-07-08T17:56:08.935Z Compiling heapless v0.7.17
15052026-07-08T17:56:08.958Z Compiling rand_xorshift v0.4.0
15062026-07-08T17:56:09.115Z Compiling slog v2.8.2
15072026-07-08T17:56:09.181Z Compiling darling_core v0.21.3
15082026-07-08T17:56:09.257Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-07-08T17:56:09.302Z Compiling thread-id v5.1.0
15102026-07-08T17:56:09.317Z Compiling cookie v0.18.1
15112026-07-08T17:56:09.381Z Compiling unarray v0.1.4
15122026-07-08T17:56:09.397Z Compiling adler2 v2.0.1
15132026-07-08T17:56:09.490Z Compiling iri-string v0.7.10
15142026-07-08T17:56:09.503Z Compiling paste v1.0.15
15152026-07-08T17:56:09.521Z Compiling allocator-api2 v0.2.21
15162026-07-08T17:56:09.536Z Compiling unicode-properties v0.1.4
15172026-07-08T17:56:09.740Z Compiling anyhow v1.0.102
15182026-07-08T17:56:09.772Z Compiling signal-hook v0.3.18
15192026-07-08T17:56:09.840Z Compiling zstd-safe v7.2.4
15202026-07-08T17:56:09.952Z Compiling unicode-bidi v0.3.18
15212026-07-08T17:56:10.047Z Compiling ryu v1.0.23
15222026-07-08T17:56:10.116Z Compiling thiserror v1.0.69
15232026-07-08T17:56:10.215Z Compiling serde_urlencoded v0.7.1
15242026-07-08T17:56:10.261Z Compiling stringprep v0.1.5
15252026-07-08T17:56:10.463Z Compiling miniz_oxide v0.8.9
15262026-07-08T17:56:10.491Z Compiling proptest v1.10.0
15272026-07-08T17:56:10.676Z Compiling tower-http v0.6.8
15282026-07-08T17:56:10.939Z Compiling scroll v0.12.0
15292026-07-08T17:56:11.089Z Compiling derive_builder_macro v0.20.2
15302026-07-08T17:56:11.451Z Compiling tokio-native-tls v0.3.1
15312026-07-08T17:56:11.543Z Compiling camino v1.2.2
15322026-07-08T17:56:11.597Z Compiling bstr v1.12.1
15332026-07-08T17:56:11.600Z Compiling ipnetwork v0.21.1
15342026-07-08T17:56:11.625Z Compiling darling_macro v0.21.3
15352026-07-08T17:56:11.639Z Compiling crypto-common v0.2.2
15362026-07-08T17:56:11.905Z Compiling block-padding v0.4.2
15372026-07-08T17:56:11.980Z Compiling block-buffer v0.12.1
15382026-07-08T17:56:12.063Z Compiling rustls-native-certs v0.8.3
15392026-07-08T17:56:12.107Z Compiling rand_chacha v0.3.1
15402026-07-08T17:56:12.166Z Compiling serde_tokenstream v0.2.3
15412026-07-08T17:56:12.230Z Compiling erased-serde v0.3.31
15422026-07-08T17:56:12.392Z Compiling serde_spanned v0.6.9
15432026-07-08T17:56:12.481Z Compiling toml_datetime v0.6.11
15442026-07-08T17:56:12.534Z Compiling md-5 v0.10.6
15452026-07-08T17:56:12.700Z Compiling signature v2.2.0
15462026-07-08T17:56:12.736Z Compiling zerocopy-derive v0.7.35
15472026-07-08T17:56:12.783Z Compiling async-trait v0.1.89
15482026-07-08T17:56:12.879Z Compiling pin-project-internal v1.1.11
15492026-07-08T17:56:12.925Z Compiling curve25519-dalek v4.1.3
15502026-07-08T17:56:13.270Z Compiling vergen-lib v9.1.0
15512026-07-08T17:56:13.359Z Compiling num-integer v0.1.46
15522026-07-08T17:56:13.463Z Compiling hash32 v0.2.1
15532026-07-08T17:56:13.610Z Compiling memoffset v0.9.1
15542026-07-08T17:56:13.658Z Compiling encoding_rs v0.8.35
15552026-07-08T17:56:13.678Z Compiling psl-types v2.0.11
15562026-07-08T17:56:13.797Z Compiling num-bigint-dig v0.8.6
15572026-07-08T17:56:13.800Z Compiling fallible-iterator v0.2.0
15582026-07-08T17:56:13.824Z Compiling rustix v0.38.44
15592026-07-08T17:56:13.991Z Compiling cfg_aliases v0.2.1
15602026-07-08T17:56:14.006Z Compiling mime v0.3.17
15612026-07-08T17:56:14.065Z Compiling ref-cast v1.0.25
15622026-07-08T17:56:14.119Z Compiling smoltcp v0.9.1
15632026-07-08T17:56:14.174Z Compiling zlib-rs v0.6.2
15642026-07-08T17:56:14.256Z Compiling litrs v1.0.0
15652026-07-08T17:56:14.477Z Compiling postgres-protocol v0.6.10
15662026-07-08T17:56:14.502Z Compiling nix v0.31.2
15672026-07-08T17:56:14.751Z Compiling document-features v0.2.12
15682026-07-08T17:56:14.894Z Compiling pin-project v1.1.11
15692026-07-08T17:56:15.016Z Compiling publicsuffix v2.3.0
15702026-07-08T17:56:15.033Z Compiling hubpack_derive v0.1.1
15712026-07-08T17:56:15.087Z Compiling zerocopy v0.7.35
15722026-07-08T17:56:15.177Z Compiling num-iter v0.1.45
15732026-07-08T17:56:15.345Z Compiling newtype-uuid v1.3.2
15742026-07-08T17:56:15.472Z Compiling rand v0.8.6
15752026-07-08T17:56:15.577Z Compiling darling v0.21.3
15762026-07-08T17:56:15.614Z Compiling inout v0.2.2
15772026-07-08T17:56:15.656Z Compiling oxnet v0.1.6
15782026-07-08T17:56:15.670Z Compiling hyper-tls v0.6.0
15792026-07-08T17:56:15.759Z Compiling derive_builder v0.20.2
15802026-07-08T17:56:15.884Z Compiling goblin v0.8.2
15812026-07-08T17:56:16.406Z Compiling phf_shared v0.13.1
15822026-07-08T17:56:16.493Z Compiling lazy_static v1.5.0
15832026-07-08T17:56:16.496Z Compiling regex v1.12.3
15842026-07-08T17:56:16.576Z Compiling anstyle-parse v0.2.7
15852026-07-08T17:56:16.590Z Compiling futures-executor v0.3.32
15862026-07-08T17:56:16.642Z Compiling hex v0.4.3
15872026-07-08T17:56:16.754Z Compiling terminal_size v0.4.3
15882026-07-08T17:56:16.840Z Compiling curve25519-dalek-derive v0.1.1
15892026-07-08T17:56:16.888Z Compiling snafu-derive v0.8.9
15902026-07-08T17:56:16.902Z Compiling ref-cast-impl v1.0.25
15912026-07-08T17:56:16.915Z Compiling daft-derive v0.1.7
15922026-07-08T17:56:17.447Z Compiling flate2 v1.1.9
15932026-07-08T17:56:17.451Z Compiling strum_macros v0.27.2
15942026-07-08T17:56:17.518Z Compiling vergen v9.1.0
15952026-07-08T17:56:17.684Z Compiling cargo-platform v0.3.2
15962026-07-08T17:56:17.713Z Compiling ff v0.13.1
15972026-07-08T17:56:17.857Z Compiling fs-err v3.3.0
15982026-07-08T17:56:17.869Z Compiling ahash v0.8.12
15992026-07-08T17:56:17.959Z Compiling winnow v0.5.40
16002026-07-08T17:56:18.054Z Compiling bumpalo v3.20.2
16012026-07-08T17:56:18.098Z Compiling managed v0.8.0
16022026-07-08T17:56:18.309Z Compiling libbz2-rs-sys v0.2.2
16032026-07-08T17:56:18.324Z Compiling base16ct v0.2.0
16042026-07-08T17:56:18.496Z Compiling unicode-segmentation v1.12.0
16052026-07-08T17:56:18.818Z Compiling foldhash v0.1.5
16062026-07-08T17:56:18.880Z Compiling same-file v1.0.6
16072026-07-08T17:56:18.978Z Compiling object v0.37.3
16082026-07-08T17:56:18.991Z Compiling bitflags v1.3.2
16092026-07-08T17:56:19.040Z Compiling foldhash v0.2.0
16102026-07-08T17:56:19.262Z Compiling toml_edit v0.19.15
16112026-07-08T17:56:19.296Z Compiling hashbrown v0.16.1
16122026-07-08T17:56:19.359Z Compiling walkdir v2.5.0
16132026-07-08T17:56:19.373Z Compiling hashbrown v0.15.5
16142026-07-08T17:56:19.417Z Compiling strum v0.27.2
16152026-07-08T17:56:19.544Z Compiling snafu v0.8.9
16162026-07-08T17:56:19.657Z Compiling bzip2 v0.6.1
16172026-07-08T17:56:19.854Z Compiling sec1 v0.7.3
16182026-07-08T17:56:19.857Z Compiling zopfli v0.8.3
16192026-07-08T17:56:19.881Z Compiling dof v0.3.0
16202026-07-08T17:56:19.896Z Compiling clap_builder v4.6.0
16212026-07-08T17:56:20.053Z Compiling cargo_metadata v0.23.1
16222026-07-08T17:56:20.116Z Compiling group v0.13.0
16232026-07-08T17:56:20.310Z Compiling daft v0.1.7
16242026-07-08T17:56:20.583Z Compiling futures v0.3.32
16252026-07-08T17:56:20.659Z Compiling anstream v0.6.21
16262026-07-08T17:56:20.674Z Compiling phf v0.13.1
16272026-07-08T17:56:20.956Z Compiling signal-hook-mio v0.2.5
16282026-07-08T17:56:21.300Z Compiling cookie_store v0.22.1
16292026-07-08T17:56:21.382Z Compiling bzip2 v0.4.4
16302026-07-08T17:56:21.422Z Compiling zstd v0.13.3
16312026-07-08T17:56:21.581Z Compiling reqwest v0.12.28
16322026-07-08T17:56:21.679Z Compiling cipher v0.5.2
16332026-07-08T17:56:21.849Z Compiling serde_with_macros v3.17.0
16342026-07-08T17:56:21.929Z Compiling hubpack v0.1.2
16352026-07-08T17:56:22.084Z Compiling postgres-types v0.2.12
16362026-07-08T17:56:22.664Z Compiling ed25519 v2.2.3
16372026-07-08T17:56:22.873Z Compiling usdt-attr-macro v0.6.0
16382026-07-08T17:56:23.001Z Compiling usdt-macro v0.6.0
16392026-07-08T17:56:23.252Z Compiling globset v0.4.18
16402026-07-08T17:56:23.500Z Compiling dtrace-parser v0.2.0
16412026-07-08T17:56:23.575Z Compiling phf_shared v0.11.3
16422026-07-08T17:56:23.689Z Compiling hkdf v0.12.4
16432026-07-08T17:56:23.752Z Compiling pkcs1 v0.7.5
16442026-07-08T17:56:23.768Z Compiling olpc-cjson v0.1.4
16452026-07-08T17:56:23.848Z Compiling pem v3.0.6
16462026-07-08T17:56:23.916Z Compiling serde-big-array v0.5.1
16472026-07-08T17:56:23.930Z Compiling serde_plain v1.0.2
16482026-07-08T17:56:24.059Z Compiling crypto-bigint v0.5.5
16492026-07-08T17:56:24.116Z Compiling clap_derive v4.6.1
16502026-07-08T17:56:24.133Z Compiling strum_macros v0.26.4
16512026-07-08T17:56:24.163Z Compiling serde_repr v0.1.20
16522026-07-08T17:56:24.242Z Compiling enum-as-inner v0.6.1
16532026-07-08T17:56:24.698Z Compiling async-recursion v1.1.1
16542026-07-08T17:56:24.747Z Compiling float-cmp v0.10.0
16552026-07-08T17:56:24.891Z Compiling memmap2 v0.9.10
16562026-07-08T17:56:25.107Z Compiling thread-id v4.2.2
16572026-07-08T17:56:25.192Z Compiling env_filter v1.0.0
16582026-07-08T17:56:25.297Z Compiling whoami v2.1.0
16592026-07-08T17:56:25.342Z Compiling winnow v1.0.3
16602026-07-08T17:56:25.491Z Compiling data-encoding v2.10.0
16612026-07-08T17:56:25.668Z Compiling typed-path v0.9.3
16622026-07-08T17:56:25.690Z Compiling const-oid v0.10.2
16632026-07-08T17:56:25.834Z Compiling precomputed-hash v0.1.1
16642026-07-08T17:56:25.856Z Compiling keccak v0.1.6
16652026-07-08T17:56:25.889Z Compiling fixedbitset v0.5.7
16662026-07-08T17:56:25.919Z Compiling fixedbitset v0.4.2
16672026-07-08T17:56:26.130Z Compiling either v1.15.0
16682026-07-08T17:56:26.133Z Compiling static_assertions v1.1.0
16692026-07-08T17:56:26.176Z Compiling difflib v0.4.0
16702026-07-08T17:56:26.191Z Compiling cpufeatures v0.3.0
16712026-07-08T17:56:26.211Z Compiling new_debug_unreachable v1.0.6
16722026-07-08T17:56:26.263Z Compiling jiff v0.2.21
16732026-07-08T17:56:26.281Z Compiling normalize-line-endings v0.3.0
16742026-07-08T17:56:26.328Z Compiling predicates-core v1.0.10
16752026-07-08T17:56:26.374Z Compiling itertools v0.13.0
16762026-07-08T17:56:26.412Z Compiling string_cache v0.8.9
16772026-07-08T17:56:26.494Z Compiling predicates v3.1.4
16782026-07-08T17:56:26.576Z Compiling chacha20 v0.10.0
16792026-07-08T17:56:26.634Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-08T17:56:26.727Z Compiling petgraph v0.8.3
16812026-07-08T17:56:26.851Z Compiling petgraph v0.6.5
16822026-07-08T17:56:26.936Z Compiling sha3 v0.10.8
16832026-07-08T17:56:27.131Z Compiling toml_edit v0.22.27
16842026-07-08T17:56:27.440Z Compiling strum v0.26.3
16852026-07-08T17:56:27.576Z Compiling clap v4.6.1
16862026-07-08T17:56:27.632Z Compiling digest v0.11.3
16872026-07-08T17:56:27.666Z Compiling hickory-proto v0.25.2
16882026-07-08T17:56:27.857Z Compiling toml_parser v1.1.2+spec-1.1.0
16892026-07-08T17:56:28.335Z Compiling tokio-postgres v0.7.16
16902026-07-08T17:56:28.487Z Compiling env_logger v0.11.9
16912026-07-08T17:56:28.726Z Compiling usdt-impl v0.5.0
16922026-07-08T17:56:28.834Z Compiling zip v4.6.1
16932026-07-08T17:56:29.300Z Compiling usdt v0.6.0
16942026-07-08T17:56:29.454Z Compiling elliptic-curve v0.13.8
16952026-07-08T17:56:29.554Z Compiling rsa v0.9.10
16962026-07-08T17:56:29.772Z Compiling crossterm v0.28.1
16972026-07-08T17:56:29.855Z Compiling serde_with v3.17.0
16982026-07-08T17:56:29.886Z Compiling ed25519-dalek v2.2.0
16992026-07-08T17:56:30.541Z Compiling zip v0.6.6
17002026-07-08T17:56:30.941Z Compiling iddqd v0.4.2
17012026-07-08T17:56:31.065Z Compiling toml v0.7.8
17022026-07-08T17:56:31.639Z Compiling heck v0.4.1
17032026-07-08T17:56:31.729Z Compiling similar v2.7.0
17042026-07-08T17:56:31.865Z Compiling crossbeam-epoch v0.9.18
17052026-07-08T17:56:32.066Z Compiling tokio-stream v0.1.18
17062026-07-08T17:56:32.196Z Compiling buf-list v1.1.2
17072026-07-08T17:56:32.212Z Compiling x509-cert v0.2.5
17082026-07-08T17:56:32.293Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-07-08T17:56:32.484Z Compiling openapiv3 v2.2.0
17102026-07-08T17:56:32.540Z Compiling peg-runtime v0.8.5
17112026-07-08T17:56:32.601Z Compiling lalrpop-util v0.19.12
17122026-07-08T17:56:32.635Z Compiling thread_local v1.1.9
17132026-07-08T17:56:32.795Z Compiling slog-async v2.8.0
17142026-07-08T17:56:32.819Z Compiling crossbeam-channel v0.5.15
17152026-07-08T17:56:32.862Z Compiling is-terminal v0.4.17
17162026-07-08T17:56:32.892Z Compiling filetime v0.2.27
17172026-07-08T17:56:32.956Z Compiling term v1.2.1
17182026-07-08T17:56:33.067Z Compiling xattr v1.6.1
17192026-07-08T17:56:33.127Z Compiling take_mut v0.2.2
17202026-07-08T17:56:33.250Z Compiling slog-term v2.9.2
17212026-07-08T17:56:33.277Z Compiling tar v0.4.45
17222026-07-08T17:56:33.527Z Compiling camino-tempfile v1.4.1
17232026-07-08T17:56:43.355Z Compiling rustls-webpki v0.103.13
17242026-07-08T17:56:46.002Z Compiling tokio-rustls v0.26.4
17252026-07-08T17:56:46.002Z Compiling rustls-platform-verifier v0.6.2
17262026-07-08T17:56:46.002Z Compiling tough v0.22.0
17272026-07-08T17:56:46.224Z Compiling hyper-rustls v0.27.7
17282026-07-08T17:56:46.416Z Compiling reqwest v0.13.2
17292026-07-08T17:56:48.603Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-07-08T17:56:48.823Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-07-08T17:56:51.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17322026-07-08T17:56:51.763Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-07-08T17:56:51.815ZJul 08 17:56:50.047 INFO Starting download, target: Clickhouse
17342026-07-08T17:56:51.815ZJul 08 17:56:50.047 INFO Starting download, target: Console
17352026-07-08T17:56:51.815ZJul 08 17:56:50.047 INFO Starting download, target: DendriteStub
17362026-07-08T17:56:51.815ZJul 08 17:56:50.047 INFO Starting download, target: Cockroach
17372026-07-08T17:56:51.818ZJul 08 17:56:50.047 INFO Starting download, target: MaghemiteMgd
17382026-07-08T17:56:51.818ZJul 08 17:56:50.047 INFO Starting download, target: MaghemiteDdmd
17392026-07-08T17:56:51.818ZJul 08 17:56:50.047 INFO Starting download, target: TransceiverControl
17402026-07-08T17:56:51.818ZJul 08 17:56:50.047 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-07-08T17:56:51.818ZJul 08 17:56:50.047 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-07-08T17:56:51.818ZJul 08 17:56:50.047 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-07-08T17:56:51.818ZJul 08 17:56:50.048 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-07-08T17:56:51.819ZJul 08 17:56:50.048 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17452026-07-08T17:56:51.819ZJul 08 17:56:50.048 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-08T17:56:51.819ZJul 08 17:56:50.048 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-08T17:56:52.141ZJul 08 17:56:50.370 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-08T17:56:52.362ZJul 08 17:56:50.584 INFO Download complete, target: TransceiverControl
17492026-07-08T17:56:53.620ZJul 08 17:56:51.840 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-07-08T17:56:53.661ZJul 08 17:56:51.890 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-07-08T17:56:53.728ZJul 08 17:56:51.960 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-07-08T17:56:53.853ZJul 08 17:56:52.084 INFO Download complete, target: Console
17532026-07-08T17:56:53.934ZJul 08 17:56:52.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-07-08T17:56:54.090ZJul 08 17:56:52.318 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-07-08T17:56:54.477ZJul 08 17:56:52.704 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-07-08T17:56:54.477ZJul 08 17:56:52.704 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-07-08T17:56:55.421ZJul 08 17:56:53.651 INFO Download complete, target: MaghemiteDdmd
17582026-07-08T17:56:56.447ZJul 08 17:56:54.674 INFO Download complete, target: DendriteStub
17592026-07-08T17:56:56.481ZJul 08 17:56:54.712 INFO Download complete, target: MaghemiteMgd
17602026-07-08T17:56:58.983ZJul 08 17:56:57.215 INFO Checking that binary works, target: Cockroach
17612026-07-08T17:56:59.101ZJul 08 17:56:57.333 INFO Download complete, target: Cockroach
17622026-07-08T17:57:00.328ZJul 08 17:56:58.558 INFO Checking that binary works, target: Clickhouse
17632026-07-08T17:57:00.428ZJul 08 17:56:58.659 INFO Download complete, target: Clickhouse
17642026-07-08T17:57:00.444ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-07-08T17:57:00.447Z
17662026-07-08T17:57:00.447Zreal 2:00.033589421
17672026-07-08T17:57:00.447Zuser 6:32.977768417
17682026-07-08T17:57:00.447Zsys 1:19.900471148
17692026-07-08T17:57:00.447Ztrap 0.229212966
17702026-07-08T17:57:00.447Ztflt 0.692108078
17712026-07-08T17:57:00.447Zdflt 1.259551773
17722026-07-08T17:57:00.447Zkflt 0.035236522
17732026-07-08T17:57:00.447Zlock 22:49.843238634
17742026-07-08T17:57:00.448Zslp 19:59.690424301
17752026-07-08T17:57:00.448Zlat 42.605384795
17762026-07-08T17:57:00.448Zstop 1:56.545220633
17772026-07-08T17:57:00.448Z+ banner clippy
17782026-07-08T17:57:00.448Z
17792026-07-08T17:57:00.448Z #### # # ##### ##### # #
17802026-07-08T17:57:00.448Z # # # # # # # # # #
17812026-07-08T17:57:00.448Z # # # # # # # #
17822026-07-08T17:57:00.448Z # # # ##### ##### #
17832026-07-08T17:57:00.448Z # # # # # # #
17842026-07-08T17:57:00.448Z #### ###### # # # #
17852026-07-08T17:57:00.448Z
17862026-07-08T17:57:00.448Z+ export CARGO_INCREMENTAL=0
17872026-07-08T17:57:00.448Z+ CARGO_INCREMENTAL=0
17882026-07-08T17:57:00.448Z+ ptime -m cargo xtask clippy
17892026-07-08T17:57:00.896Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-07-08T17:57:01.196Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-07-08T17:57:02.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17922026-07-08T17:57:02.988Z Running `target/debug/xtask clippy`
17932026-07-08T17:57:03.012Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-07-08T17:57:03.566Z Downloading crates ...
17952026-07-08T17:57:03.779Z Downloaded addr2line v0.25.1
17962026-07-08T17:57:03.782Z Downloaded linkme v0.3.35
17972026-07-08T17:57:03.797Z Downloaded guppy-workspace-hack v0.1.0
17982026-07-08T17:57:03.800Z Downloaded assert-json-diff v2.0.2
17992026-07-08T17:57:03.803Z Downloaded miette-derive v5.10.0
18002026-07-08T17:57:03.803Z Downloaded escape8259 v0.5.3
18012026-07-08T17:57:03.805Z Downloaded serde_regex v1.1.0
18022026-07-08T17:57:03.808Z Downloaded async-object-pool v0.2.0
18032026-07-08T17:57:03.813Z Downloaded backtrace-ext v0.2.1
18042026-07-08T17:57:03.817Z Downloaded supports-unicode v2.1.0
18052026-07-08T17:57:03.820Z Downloaded parking v2.2.1
18062026-07-08T17:57:03.820Z Downloaded pathdiff v0.2.3
18072026-07-08T17:57:03.820Z Downloaded constant_time_eq v0.3.1
18082026-07-08T17:57:03.823Z Downloaded plotters-backend v0.3.7
18092026-07-08T17:57:03.823Z Downloaded nested v0.1.1
18102026-07-08T17:57:03.829Z Downloaded concurrent-queue v2.5.0
18112026-07-08T17:57:03.832Z Downloaded event-listener-strategy v0.5.4
18122026-07-08T17:57:03.837Z Downloaded target-triple v1.0.0
18132026-07-08T17:57:03.852Z Downloaded approx v0.5.1
18142026-07-08T17:57:03.855Z Downloaded supports-color v2.1.0
18152026-07-08T17:57:03.855Z Downloaded terminal_size v0.1.17
18162026-07-08T17:57:03.860Z Downloaded linkme-impl v0.3.35
18172026-07-08T17:57:03.863Z Downloaded supports-hyperlinks v2.1.0
18182026-07-08T17:57:03.865Z Downloaded hex-literal v0.4.1
18192026-07-08T17:57:03.870Z Downloaded futures-timer v3.0.3
18202026-07-08T17:57:03.873Z Downloaded cast v0.3.0
18212026-07-08T17:57:03.873Z Downloaded partial-io v0.5.4
18222026-07-08T17:57:03.875Z Downloaded knuffel-derive v3.2.0
18232026-07-08T17:57:03.875Z Downloaded anes v0.1.6
18242026-07-08T17:57:03.878Z Downloaded event-listener v5.4.1
18252026-07-08T17:57:03.881Z Downloaded oorandom v11.1.5
18262026-07-08T17:57:03.881Z Downloaded httptest v0.16.4
18272026-07-08T17:57:03.884Z Downloaded datatest-stable v0.3.3
18282026-07-08T17:57:03.887Z Downloaded plotters-svg v0.3.7
18292026-07-08T17:57:03.887Z Downloaded hashbrown v0.14.5
18302026-07-08T17:57:03.890Z Downloaded similar-asserts v1.7.0
18312026-07-08T17:57:03.890Z Downloaded rustc-demangle v0.1.27
18322026-07-08T17:57:03.893Z Downloaded owo-colors v3.5.0
18332026-07-08T17:57:03.893Z Downloaded assert_cmd v2.1.2
18342026-07-08T17:57:03.893Z Downloaded termcolor v1.4.1
18352026-07-08T17:57:03.895Z Downloaded target-lexicon v0.13.3
18362026-07-08T17:57:03.895Z Downloaded relative-path v1.9.3
18372026-07-08T17:57:03.898Z Downloaded libtest-mimic v0.8.1
18382026-07-08T17:57:03.901Z Downloaded tinytemplate v1.2.1
18392026-07-08T17:57:03.903Z Downloaded stringmetrics v2.2.2
18402026-07-08T17:57:03.903Z Downloaded criterion-plot v0.6.0
18412026-07-08T17:57:03.906Z Downloaded rust-argon2 v2.1.0
18422026-07-08T17:57:03.906Z Downloaded async-lock v3.4.2
18432026-07-08T17:57:03.910Z Downloaded path-tree v0.8.3
18442026-07-08T17:57:03.913Z Downloaded blake2b_simd v1.0.4
18452026-07-08T17:57:03.919Z Downloaded hickory-client v0.25.2
18462026-07-08T17:57:03.922Z Downloaded target-spec v3.5.7
18472026-07-08T17:57:03.922Z Downloaded cfg-expr v0.20.6
18482026-07-08T17:57:03.925Z Downloaded trybuild v1.0.116
18492026-07-08T17:57:03.932Z Downloaded chumsky v0.9.3
18502026-07-08T17:57:03.935Z Downloaded rstest v0.25.0
18512026-07-08T17:57:03.942Z Downloaded textwrap v0.15.2
18522026-07-08T17:57:03.945Z Downloaded knuffel v3.2.0
18532026-07-08T17:57:03.951Z Downloaded fancy-regex v0.14.0
18542026-07-08T17:57:03.955Z Downloaded rstest_macros v0.25.0
18552026-07-08T17:57:03.958Z Downloaded backtrace v0.3.76
18562026-07-08T17:57:03.958Z Downloaded rand_distr v0.5.1
18572026-07-08T17:57:03.961Z Downloaded miette v5.10.0
18582026-07-08T17:57:03.969Z Downloaded criterion v0.7.0
18592026-07-08T17:57:03.977Z Downloaded plotters v0.3.7
18602026-07-08T17:57:03.981Z Downloaded guppy v0.17.25
18612026-07-08T17:57:04.001Z Downloaded gimli v0.32.3
18622026-07-08T17:57:04.117Z Downloaded httpmock v0.8.3
18632026-07-08T17:57:05.777Z Checking cfg-if v1.0.4
18642026-07-08T17:57:06.137Z Checking libc v0.2.185
18652026-07-08T17:57:06.141Z Checking serde_core v1.0.228
18662026-07-08T17:57:06.209Z Checking memchr v2.8.0
18672026-07-08T17:57:06.248Z Checking smallvec v1.15.1
18682026-07-08T17:57:06.248Z Checking zeroize v1.8.2
18692026-07-08T17:57:06.315Z Checking rand_core v0.10.0
18702026-07-08T17:57:06.351Z Checking itoa v1.0.17
18712026-07-08T17:57:06.353Z Checking subtle v2.6.1
18722026-07-08T17:57:06.432Z Checking log v0.4.29
18732026-07-08T17:57:06.480Z Checking libm v0.2.16
18742026-07-08T17:57:06.525Z Checking typenum v1.20.1
18752026-07-08T17:57:06.564Z Checking getrandom v0.4.1
18762026-07-08T17:57:06.564Z Checking errno v0.3.14
18772026-07-08T17:57:06.632Z Checking scopeguard v1.2.0
18782026-07-08T17:57:06.670Z Checking stable_deref_trait v1.2.1
18792026-07-08T17:57:06.670Z Checking zmij v1.0.21
18802026-07-08T17:57:06.739Z Checking zerofrom v0.1.6
18812026-07-08T17:57:06.776Z Checking lock_api v0.4.14
18822026-07-08T17:57:06.813Z Checking percent-encoding v2.3.2
18832026-07-08T17:57:06.849Z Checking litemap v0.8.1
18842026-07-08T17:57:06.883Z Checking yoke v0.8.1
18852026-07-08T17:57:06.932Z Checking writeable v0.6.2
18862026-07-08T17:57:06.982Z Checking icu_normalizer_data v2.1.1
18872026-07-08T17:57:07.016Z Checking icu_properties_data v2.1.2
18882026-07-08T17:57:07.051Z Checking pin-project-lite v0.2.17
18892026-07-08T17:57:07.085Z Checking zerovec v0.11.5
18902026-07-08T17:57:07.085Z Checking zerotrie v0.2.3
18912026-07-08T17:57:07.150Z Checking form_urlencoded v1.2.2
18922026-07-08T17:57:07.187Z Checking num-traits v0.2.19
18932026-07-08T17:57:07.223Z Checking utf8_iter v1.0.4
18942026-07-08T17:57:07.258Z Checking parking_lot_core v0.9.12
18952026-07-08T17:57:07.294Z Checking zerocopy v0.8.40
18962026-07-08T17:57:07.338Z Checking portable-atomic v1.13.1
18972026-07-08T17:57:07.378Z Checking signal-hook-registry v1.4.8
18982026-07-08T17:57:07.413Z Checking critical-section v1.2.0
18992026-07-08T17:57:07.467Z Checking parking_lot v0.12.5
19002026-07-08T17:57:07.536Z Checking mio v1.2.0
19012026-07-08T17:57:07.573Z Checking tinystr v0.8.2
19022026-07-08T17:57:07.573Z Checking potential_utf v0.1.4
19032026-07-08T17:57:07.676Z Checking serde v1.0.228
19042026-07-08T17:57:07.676Z Checking serde_json v1.0.150
19052026-07-08T17:57:07.741Z Checking bitflags v2.11.0
19062026-07-08T17:57:07.744Z Checking icu_collections v2.1.1
19072026-07-08T17:57:07.805Z Checking icu_locale_core v2.1.1
19082026-07-08T17:57:07.808Z Checking once_cell v1.21.3
19092026-07-08T17:57:07.883Z Checking socket2 v0.6.3
19102026-07-08T17:57:07.932Z Checking iana-time-zone v0.1.65
19112026-07-08T17:57:08.042Z Checking uuid v1.23.4
19122026-07-08T17:57:08.089Z Checking thiserror v2.0.18
19132026-07-08T17:57:08.127Z Checking bytes v1.11.1
19142026-07-08T17:57:08.127Z Checking chrono v0.4.44
19152026-07-08T17:57:08.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19162026-07-08T17:57:08.237Z Checking semver v1.0.28
19172026-07-08T17:57:08.353Z Checking futures-core v0.3.32
19182026-07-08T17:57:08.389Z Checking icu_provider v2.1.1
19192026-07-08T17:57:08.389Z Checking dyn-clone v1.0.20
19202026-07-08T17:57:08.491Z Checking getrandom v0.2.17
19212026-07-08T17:57:08.524Z Checking equivalent v1.0.2
19222026-07-08T17:57:08.557Z Checking rustix v1.1.3
19232026-07-08T17:57:08.560Z Checking cmov v0.5.4
19242026-07-08T17:57:08.622Z Checking tokio v1.52.1
19252026-07-08T17:57:08.655Z Checking byteorder v1.5.0
19262026-07-08T17:57:08.658Z Checking icu_properties v2.1.2
19272026-07-08T17:57:08.658Z Checking icu_normalizer v2.1.1
19282026-07-08T17:57:08.789Z Checking rand_core v0.6.4
19292026-07-08T17:57:08.877Z Checking ctutils v0.4.2
19302026-07-08T17:57:08.989Z Checking futures-sink v0.3.32
19312026-07-08T17:57:09.024Z Checking futures-io v0.3.32
19322026-07-08T17:57:09.027Z Checking slab v0.4.12
19332026-07-08T17:57:09.103Z Checking hybrid-array v0.4.13
19342026-07-08T17:57:09.136Z Checking futures-channel v0.3.32
19352026-07-08T17:57:09.168Z Checking futures-task v0.3.32
19362026-07-08T17:57:09.234Z Checking generic-array v0.14.7
19372026-07-08T17:57:09.324Z Checking thiserror v1.0.69
19382026-07-08T17:57:09.358Z Checking futures-util v0.3.32
19392026-07-08T17:57:09.399Z Checking getrandom v0.3.4
19402026-07-08T17:57:09.447Z Checking hashbrown v0.17.0
19412026-07-08T17:57:09.543Z Checking idna_adapter v1.2.1
19422026-07-08T17:57:09.577Z Checking base64ct v1.8.3
19432026-07-08T17:57:09.683Z Checking idna v1.1.0
19442026-07-08T17:57:09.716Z Checking const-oid v0.9.6
19452026-07-08T17:57:09.838Z Checking crypto-common v0.1.7
19462026-07-08T17:57:09.872Z Checking crypto-common v0.2.2
19472026-07-08T17:57:09.932Z Checking indexmap v2.14.0
19482026-07-08T17:57:09.965Z Checking url v2.5.8
19492026-07-08T17:57:09.996Z Checking fnv v1.0.7
19502026-07-08T17:57:10.030Z Checking ppv-lite86 v0.2.21
19512026-07-08T17:57:10.112Z Checking regex-syntax v0.8.10
19522026-07-08T17:57:10.335Z Checking block-buffer v0.12.1
19532026-07-08T17:57:10.411Z Checking block-buffer v0.10.4
19542026-07-08T17:57:10.414Z Checking schemars v0.8.22
19552026-07-08T17:57:10.487Z Checking http v1.4.2
19562026-07-08T17:57:10.521Z Checking tracing-core v0.1.36
19572026-07-08T17:57:10.525Z Checking base64 v0.22.1
19582026-07-08T17:57:10.584Z Checking digest v0.10.7
19592026-07-08T17:57:10.804Z Checking utf8parse v0.2.2
19602026-07-08T17:57:10.839Z Checking anstyle v1.0.14
19612026-07-08T17:57:10.871Z Checking tracing v0.1.44
19622026-07-08T17:57:10.930Z Checking is_terminal_polyfill v1.70.2
19632026-07-08T17:57:11.057Z Checking anstyle-query v1.1.5
19642026-07-08T17:57:11.093Z Checking colorchoice v1.0.4
19652026-07-08T17:57:11.096Z Checking ipnet v2.11.0
19662026-07-08T17:57:11.157Z Checking crossbeam-utils v0.8.21
19672026-07-08T17:57:11.168Z Checking anstyle-parse v1.0.0
19682026-07-08T17:57:11.222Z Checking terminal_size v0.4.3
19692026-07-08T17:57:11.256Z Checking aho-corasick v1.1.4
19702026-07-08T17:57:11.290Z Checking powerfmt v0.2.0
19712026-07-08T17:57:11.335Z Checking const-oid v0.10.2
19722026-07-08T17:57:11.370Z Checking unicode-ident v1.0.24
19732026-07-08T17:57:11.372Z Checking anstream v1.0.0
19742026-07-08T17:57:11.444Z Checking strsim v0.11.1
19752026-07-08T17:57:11.479Z Checking deranged v0.5.8
19762026-07-08T17:57:11.511Z Checking proc-macro2 v1.0.106
19772026-07-08T17:57:11.515Z Checking clap_lex v1.0.0
19782026-07-08T17:57:11.575Z Checking num_threads v0.1.7
19792026-07-08T17:57:11.615Z Checking num-conv v0.2.0
19802026-07-08T17:57:11.650Z Checking time-core v0.1.8
19812026-07-08T17:57:11.685Z Checking rand_core v0.9.5
19822026-07-08T17:57:11.689Z Checking clap_builder v4.6.0
19832026-07-08T17:57:11.755Z Checking httparse v1.10.1
19842026-07-08T17:57:11.814Z Checking erased-serde v0.3.31
19852026-07-08T17:57:11.850Z Checking tokio-util v0.7.18
19862026-07-08T17:57:11.885Z Checking quote v1.0.45
19872026-07-08T17:57:11.888Z Checking cpufeatures v0.3.0
19882026-07-08T17:57:11.952Z Checking regex-automata v0.4.14
19892026-07-08T17:57:11.985Z Checking rand_chacha v0.9.0
19902026-07-08T17:57:12.020Z Checking digest v0.11.3
19912026-07-08T17:57:12.072Z Checking syn v2.0.117
19922026-07-08T17:57:12.205Z Checking http-body v1.0.1
19932026-07-08T17:57:12.240Z Checking slog v2.8.2
19942026-07-08T17:57:12.243Z Checking anyhow v1.0.102
19952026-07-08T17:57:12.362Z Checking allocator-api2 v0.2.21
19962026-07-08T17:57:12.411Z Checking time v0.3.47
19972026-07-08T17:57:12.466Z Checking atomic-waker v1.1.2
19982026-07-08T17:57:12.501Z Checking rand v0.9.2
19992026-07-08T17:57:12.535Z Checking aws-lc-sys v0.40.0
20002026-07-08T17:57:12.588Z Checking rustls-pki-types v1.14.0
20012026-07-08T17:57:12.666Z Checking untrusted v0.7.1
20022026-07-08T17:57:12.803Z Checking cpufeatures v0.2.17
20032026-07-08T17:57:12.892Z Checking try-lock v0.2.5
20042026-07-08T17:57:12.926Z Checking httpdate v1.0.3
20052026-07-08T17:57:12.959Z Checking clap v4.6.1
20062026-07-08T17:57:12.993Z Checking h2 v0.4.15
20072026-07-08T17:57:13.026Z Checking want v0.3.1
20082026-07-08T17:57:13.060Z Checking aws-lc-rs v1.16.3
20092026-07-08T17:57:13.063Z Checking ryu v1.0.23
20102026-07-08T17:57:13.124Z Checking tower-layer v0.3.3
20112026-07-08T17:57:13.170Z Checking tower-service v0.3.3
20122026-07-08T17:57:13.249Z Checking ipnetwork v0.21.1
20132026-07-08T17:57:13.285Z Checking mime v0.3.17
20142026-07-08T17:57:13.318Z Checking untrusted v0.9.0
20152026-07-08T17:57:13.453Z Checking hex v0.4.3
20162026-07-08T17:57:13.488Z Checking fastrand v2.3.0
20172026-07-08T17:57:13.491Z Checking http-body-util v0.1.3
20182026-07-08T17:57:13.556Z Checking block-padding v0.4.2
20192026-07-08T17:57:13.690Z Checking pem-rfc7468 v0.7.0
20202026-07-08T17:57:13.693Z Checking spin v0.9.8
20212026-07-08T17:57:13.755Z Checking pretty-hex v0.4.1
20222026-07-08T17:57:13.758Z Checking flagset v0.4.7
20232026-07-08T17:57:13.758Z Checking inout v0.2.2
20242026-07-08T17:57:13.869Z Checking plain v0.2.3
20252026-07-08T17:57:13.904Z Checking simd-adler32 v0.3.8
20262026-07-08T17:57:13.907Z Checking rustls-webpki v0.103.13
20272026-07-08T17:57:13.971Z Checking der v0.7.10
20282026-07-08T17:57:13.974Z Checking openssl-probe v0.2.1
20292026-07-08T17:57:13.974Z Checking regex v1.12.3
20302026-07-08T17:57:14.064Z Checking tempfile v3.25.0
20312026-07-08T17:57:14.097Z Checking serde_urlencoded v0.7.1
20322026-07-08T17:57:14.131Z Checking encoding_rs v0.8.35
20332026-07-08T17:57:14.277Z Checking adler2 v2.0.1
20342026-07-08T17:57:14.321Z Checking ucd-trie v0.1.7
20352026-07-08T17:57:14.324Z Checking cipher v0.5.2
20362026-07-08T17:57:14.386Z Checking camino v1.2.2
20372026-07-08T17:57:14.388Z Checking rustls v0.23.41
20382026-07-08T17:57:14.450Z Checking miniz_oxide v0.8.9
20392026-07-08T17:57:14.483Z Checking pest v2.8.6
20402026-07-08T17:57:14.606Z Checking oxnet v0.1.6
20412026-07-08T17:57:14.689Z Checking rand_chacha v0.3.1
20422026-07-08T17:57:14.724Z Checking sync_wrapper v1.0.2
20432026-07-08T17:57:14.825Z Checking either v1.15.0
20442026-07-08T17:57:14.859Z Checking tower v0.5.3
20452026-07-08T17:57:14.893Z Checking spki v0.7.3
20462026-07-08T17:57:14.928Z Checking rand v0.8.6
20472026-07-08T17:57:15.033Z Checking futures-executor v0.3.32
20482026-07-08T17:57:15.080Z Checking iri-string v0.7.10
20492026-07-08T17:57:15.083Z Checking crc32fast v1.5.0
20502026-07-08T17:57:15.204Z Checking futures v0.3.32
20512026-07-08T17:57:15.261Z Checking foldhash v0.2.0
20522026-07-08T17:57:15.295Z Checking static_assertions v1.1.0
20532026-07-08T17:57:15.329Z Checking openapiv3 v2.2.0
20542026-07-08T17:57:15.424Z Checking pkcs8 v0.10.2
20552026-07-08T17:57:15.458Z Checking hashbrown v0.16.1
20562026-07-08T17:57:15.491Z Checking hubpack v0.1.2
20572026-07-08T17:57:15.564Z Checking rustls-native-certs v0.8.3
20582026-07-08T17:57:15.603Z Checking zlib-rs v0.6.2
20592026-07-08T17:57:15.680Z Checking psl-types v2.0.11
20602026-07-08T17:57:15.725Z Checking cookie v0.18.1
20612026-07-08T17:57:15.818Z Checking publicsuffix v2.3.0
20622026-07-08T17:57:15.853Z Checking hyper v1.10.1
20632026-07-08T17:57:15.974Z Checking sha2 v0.10.9
20642026-07-08T17:57:16.013Z Checking strum v0.26.3
20652026-07-08T17:57:16.016Z Checking cookie_store v0.22.1
20662026-07-08T17:57:16.115Z Checking tower-http v0.6.8
20672026-07-08T17:57:16.157Z Checking lazy_static v1.5.0
20682026-07-08T17:57:16.273Z Checking scroll v0.13.0
20692026-07-08T17:57:16.307Z Checking tinyvec_macros v0.1.1
20702026-07-08T17:57:16.400Z Checking tinyvec v1.10.0
20712026-07-08T17:57:16.435Z Checking memmap2 v0.9.10
20722026-07-08T17:57:16.438Z Checking dtrace-parser v0.3.0
20732026-07-08T17:57:16.505Z Checking flate2 v1.1.9
20742026-07-08T17:57:16.538Z Checking goblin v0.10.5
20752026-07-08T17:57:16.624Z Checking signature v2.2.0
20762026-07-08T17:57:16.677Z Checking tokio-rustls v0.26.4
20772026-07-08T17:57:16.712Z Checking rustls-platform-verifier v0.6.2
20782026-07-08T17:57:16.747Z Checking num-integer v0.1.46
20792026-07-08T17:57:16.750Z Checking thread-id v5.1.0
20802026-07-08T17:57:16.809Z Checking bit-vec v0.8.0
20812026-07-08T17:57:16.843Z Checking data-encoding v2.10.0
20822026-07-08T17:57:16.846Z Checking hyper-util v0.1.20
20832026-07-08T17:57:16.908Z Checking hmac v0.12.1
20842026-07-08T17:57:16.911Z Checking wait-timeout v0.2.1
20852026-07-08T17:57:16.971Z Checking bstr v1.12.1
20862026-07-08T17:57:17.005Z Checking crossbeam-epoch v0.9.18
20872026-07-08T17:57:17.037Z Checking bit-set v0.8.0
20882026-07-08T17:57:17.070Z Checking anstyle-parse v0.2.7
20892026-07-08T17:57:17.104Z Checking ahash v0.8.12
20902026-07-08T17:57:17.138Z Checking serde_spanned v0.6.9
20912026-07-08T17:57:17.202Z Checking toml_datetime v0.6.11
20922026-07-08T17:57:17.243Z Checking memoffset v0.9.1
20932026-07-08T17:57:17.278Z Checking quick-error v1.2.3
20942026-07-08T17:57:17.311Z Checking anstream v0.6.21
20952026-07-08T17:57:17.344Z Checking rand_xorshift v0.4.0
20962026-07-08T17:57:17.347Z Checking scroll v0.12.0
20972026-07-08T17:57:17.409Z Checking unarray v0.1.4
20982026-07-08T17:57:17.412Z Checking rusty-fork v0.3.1
20992026-07-08T17:57:17.412Z Checking x509-cert v0.2.5
21002026-07-08T17:57:17.503Z Checking zerocopy v0.7.35
21012026-07-08T17:57:17.537Z Checking unicode-segmentation v1.12.0
21022026-07-08T17:57:17.540Z Checking nix v0.31.2
21032026-07-08T17:57:17.618Z Checking goblin v0.8.2
21042026-07-08T17:57:17.661Z Checking proptest v1.10.0
21052026-07-08T17:57:17.868Z Checking num-iter v0.1.45
21062026-07-08T17:57:18.003Z Checking dtrace-parser v0.2.0
21072026-07-08T17:57:18.006Z Checking ff v0.13.1
21082026-07-08T17:57:18.117Z Checking thread-id v4.2.2
21092026-07-08T17:57:18.151Z Checking hyper-rustls v0.27.7
21102026-07-08T17:57:18.186Z Checking foreign-types-shared v0.1.1
21112026-07-08T17:57:18.221Z Checking base16ct v0.2.0
21122026-07-08T17:57:18.254Z Checking group v0.13.0
21132026-07-08T17:57:18.291Z Checking foreign-types v0.3.2
21142026-07-08T17:57:18.371Z Checking sec1 v0.7.3
21152026-07-08T17:57:18.374Z Checking reqwest v0.13.2
21162026-07-08T17:57:18.436Z Checking hkdf v0.12.4
21172026-07-08T17:57:18.439Z Checking crypto-bigint v0.5.5
21182026-07-08T17:57:18.592Z Checking rustix v0.38.44
21192026-07-08T17:57:18.627Z Checking openssl-sys v0.9.115
21202026-07-08T17:57:18.784Z Checking env_filter v1.0.0
21212026-07-08T17:57:18.859Z Checking dof v0.4.0
21222026-07-08T17:57:18.953Z Checking winnow v0.7.14
21232026-07-08T17:57:19.021Z Checking keccak v0.1.6
21242026-07-08T17:57:19.213Z Checking same-file v1.0.6
21252026-07-08T17:57:19.287Z Checking sha3 v0.10.8
21262026-07-08T17:57:19.357Z Checking walkdir v2.5.0
21272026-07-08T17:57:19.393Z Checking elliptic-curve v0.13.8
21282026-07-08T17:57:19.427Z Checking openssl v0.10.79
21292026-07-08T17:57:19.464Z Checking newtype-uuid v1.3.2
21302026-07-08T17:57:19.512Z Checking dof v0.3.0
21312026-07-08T17:57:19.516Z Checking usdt-impl v0.6.0
21322026-07-08T17:57:19.516Z Checking env_logger v0.11.9
21332026-07-08T17:57:19.607Z Checking num-bigint-dig v0.8.6
21342026-07-08T17:57:19.679Z Checking daft v0.1.7
21352026-07-08T17:57:19.723Z Checking pkcs1 v0.7.5
21362026-07-08T17:57:19.786Z Checking itertools v0.13.0
21372026-07-08T17:57:19.821Z Checking usdt-impl v0.5.0
21382026-07-08T17:57:19.855Z Checking usdt v0.6.0
21392026-07-08T17:57:19.939Z Checking serde_with v3.17.0
21402026-07-08T17:57:19.975Z Checking siphasher v1.0.2
21412026-07-08T17:57:20.039Z Checking winnow v1.0.3
21422026-07-08T17:57:20.118Z Checking bitflags v1.3.2
21432026-07-08T17:57:20.155Z Checking unicode-normalization v0.1.25
21442026-07-08T17:57:20.189Z Checking signal-hook v0.3.18
21452026-07-08T17:57:20.223Z Checking managed v0.8.0
21462026-07-08T17:57:20.347Z Checking toml_parser v1.1.2+spec-1.1.0
21472026-07-08T17:57:20.403Z Checking toml_write v0.1.2
21482026-07-08T17:57:20.439Z Checking winnow v0.5.40
21492026-07-08T17:57:20.442Z Checking rsa v0.9.10
21502026-07-08T17:57:20.568Z Checking chacha20 v0.10.0
21512026-07-08T17:57:20.603Z Checking toml_edit v0.22.27
21522026-07-08T17:57:20.705Z Checking curve25519-dalek v4.1.3
21532026-07-08T17:57:20.846Z Checking bzip2-sys v0.1.13+1.0.8
21542026-07-08T17:57:20.849Z Checking object v0.37.3
21552026-07-08T17:57:20.954Z Checking foldhash v0.1.5
21562026-07-08T17:57:20.957Z Checking bzip2 v0.4.4
21572026-07-08T17:57:21.129Z Checking hashbrown v0.15.5
21582026-07-08T17:57:21.175Z Checking signal-hook-mio v0.2.5
21592026-07-08T17:57:21.308Z Checking globset v0.4.18
21602026-07-08T17:57:21.385Z Checking ed25519 v2.2.3
21612026-07-08T17:57:21.459Z Checking native-tls v0.2.18
21622026-07-08T17:57:21.524Z Checking ref-cast v1.0.25
21632026-07-08T17:57:21.585Z Checking zstd-sys v2.0.16+zstd.1.5.7
21642026-07-08T17:57:21.619Z Checking ed25519-dalek v2.2.0
21652026-07-08T17:57:21.623Z Checking toml_edit v0.19.15
21662026-07-08T17:57:21.623Z Checking zip v0.6.6
21672026-07-08T17:57:21.682Z Checking pin-project v1.1.11
21682026-07-08T17:57:21.744Z Checking zstd-safe v7.2.4
21692026-07-08T17:57:21.747Z Checking tokio-native-tls v0.3.1
21702026-07-08T17:57:21.747Z Checking bumpalo v3.20.2
21712026-07-08T17:57:21.837Z Checking libbz2-rs-sys v0.2.2
21722026-07-08T17:57:21.870Z Checking crossterm v0.28.1
21732026-07-08T17:57:21.930Z Checking zstd v0.13.3
21742026-07-08T17:57:21.981Z Checking hyper-tls v0.6.0
21752026-07-08T17:57:22.017Z Checking zopfli v0.8.3
21762026-07-08T17:57:22.020Z Checking similar v2.7.0
21772026-07-08T17:57:22.136Z Checking fs-err v3.3.0
21782026-07-08T17:57:22.175Z Checking reqwest v0.12.28
21792026-07-08T17:57:22.242Z Checking bzip2 v0.6.1
21802026-07-08T17:57:22.364Z Checking pem v3.0.6
21812026-07-08T17:57:22.425Z Checking hash32 v0.2.1
21822026-07-08T17:57:22.460Z Checking serde-big-array v0.5.1
21832026-07-08T17:57:22.464Z Checking unicode-bidi v0.3.18
21842026-07-08T17:57:22.543Z Checking predicates-core v1.0.10
21852026-07-08T17:57:22.583Z Checking unicode-properties v0.1.4
21862026-07-08T17:57:22.618Z Checking jiff v0.2.21
21872026-07-08T17:57:22.622Z Checking heapless v0.7.17
21882026-07-08T17:57:22.690Z Checking snafu v0.8.9
21892026-07-08T17:57:22.723Z Checking toml v0.7.8
21902026-07-08T17:57:22.792Z Checking olpc-cjson v0.1.4
21912026-07-08T17:57:22.825Z Checking stringprep v0.1.5
21922026-07-08T17:57:22.938Z Checking hickory-proto v0.25.2
21932026-07-08T17:57:22.974Z Checking md-5 v0.10.6
21942026-07-08T17:57:22.977Z Checking serde_plain v1.0.2
21952026-07-08T17:57:23.037Z Checking float-cmp v0.10.0
21962026-07-08T17:57:23.070Z Checking normalize-line-endings v0.3.0
21972026-07-08T17:57:23.103Z Checking typed-path v0.9.3
21982026-07-08T17:57:23.135Z Checking fallible-iterator v0.2.0
21992026-07-08T17:57:23.169Z Checking difflib v0.4.0
22002026-07-08T17:57:23.205Z Checking smoltcp v0.9.1
22012026-07-08T17:57:23.208Z Checking iddqd v0.4.2
22022026-07-08T17:57:23.208Z Checking phf_shared v0.11.3
22032026-07-08T17:57:23.368Z Checking predicates v3.1.4
22042026-07-08T17:57:23.428Z Checking phf_shared v0.13.1
22052026-07-08T17:57:23.432Z Checking postgres-protocol v0.6.10
22062026-07-08T17:57:23.645Z Checking tokio-stream v0.1.18
22072026-07-08T17:57:23.690Z Checking buf-list v1.1.2
22082026-07-08T17:57:23.789Z Checking strum v0.27.2
22092026-07-08T17:57:23.824Z Checking fixedbitset v0.4.2
22102026-07-08T17:57:23.874Z Checking tough v0.22.0
22112026-07-08T17:57:23.908Z Checking precomputed-hash v0.1.1
22122026-07-08T17:57:23.942Z Checking lalrpop-util v0.19.12
22132026-07-08T17:57:23.995Z Checking fixedbitset v0.5.7
22142026-07-08T17:57:24.031Z Checking new_debug_unreachable v1.0.6
22152026-07-08T17:57:24.067Z Checking petgraph v0.6.5
22162026-07-08T17:57:24.123Z Checking string_cache v0.8.9
22172026-07-08T17:57:24.126Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-08T17:57:24.190Z Checking postgres-types v0.2.12
22192026-07-08T17:57:24.223Z Checking petgraph v0.8.3
22202026-07-08T17:57:24.317Z Checking phf v0.13.1
22212026-07-08T17:57:24.490Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-07-08T17:57:24.526Z Checking peg-runtime v0.8.5
22232026-07-08T17:57:24.692Z Checking whoami v2.1.0
22242026-07-08T17:57:24.844Z Checking zip v4.6.1
22252026-07-08T17:57:24.889Z Checking is-terminal v0.4.17
22262026-07-08T17:57:24.923Z Checking tokio-postgres v0.7.16
22272026-07-08T17:57:25.005Z Checking crossbeam-channel v0.5.15
22282026-07-08T17:57:25.313Z Checking thread_local v1.1.9
22292026-07-08T17:57:25.358Z Checking take_mut v0.2.2
22302026-07-08T17:57:25.452Z Checking term v1.2.1
22312026-07-08T17:57:25.488Z Compiling structmeta-derive v0.3.0
22322026-07-08T17:57:25.522Z Checking slog-async v2.8.0
22332026-07-08T17:57:25.695Z Checking slog-term v2.9.2
22342026-07-08T17:57:25.739Z Compiling newtype-uuid-macros v0.1.0
22352026-07-08T17:57:25.770Z Checking match_cfg v0.1.0
22362026-07-08T17:57:25.805Z Checking slog-json v2.6.1
22372026-07-08T17:57:25.863Z Checking hostname v0.3.1
22382026-07-08T17:57:25.900Z Compiling multer v3.1.0
22392026-07-08T17:57:25.980Z Compiling async-stream-impl v0.3.6
22402026-07-08T17:57:25.983Z Checking slog-bunyan v2.5.0
22412026-07-08T17:57:25.983Z Compiling dropshot v0.17.1
22422026-07-08T17:57:26.177Z Compiling dropshot_endpoint v0.17.1
22432026-07-08T17:57:26.217Z Checking debug-ignore v1.0.5
22442026-07-08T17:57:26.225Z Checking progenitor-client v0.14.0
22452026-07-08T17:57:26.346Z Checking sha1 v0.11.0
22462026-07-08T17:57:26.380Z Checking toml_datetime v1.1.1+spec-1.1.0
22472026-07-08T17:57:26.506Z Checking serde_path_to_error v0.1.20
22482026-07-08T17:57:26.540Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22492026-07-08T17:57:26.572Z Checking serde_spanned v1.1.1
22502026-07-08T17:57:26.610Z Compiling structmeta v0.3.0
22512026-07-08T17:57:26.643Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-07-08T17:57:26.646Z Checking compression-core v0.4.31
22532026-07-08T17:57:26.646Z Checking toml_writer v1.1.1+spec-1.1.0
22542026-07-08T17:57:26.735Z Checking async-stream v0.3.6
22552026-07-08T17:57:26.825Z Checking compression-codecs v0.4.37
22562026-07-08T17:57:26.857Z Compiling derive-ex v0.1.8
22572026-07-08T17:57:26.889Z Checking rustls-pemfile v2.2.0
22582026-07-08T17:57:26.921Z Checking toml v1.1.2+spec-1.1.0
22592026-07-08T17:57:26.976Z Checking waitgroup v0.1.2
22602026-07-08T17:57:27.014Z Checking async-compression v0.4.41
22612026-07-08T17:57:27.047Z Checking hostname v0.4.2
22622026-07-08T17:57:27.081Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-08T17:57:27.084Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-07-08T17:57:27.144Z Checking atomicwrites v0.4.4
22652026-07-08T17:57:27.175Z Checking itertools v0.14.0
22662026-07-08T17:57:27.213Z Compiling parse-display-derive v0.10.0
22672026-07-08T17:57:27.270Z Checking macaddr v1.0.1
22682026-07-08T17:57:27.305Z Checking regress v0.10.5
22692026-07-08T17:57:27.308Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-07-08T17:57:27.473Z Checking instant v0.1.13
22712026-07-08T17:57:27.509Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-07-08T17:57:27.586Z Checking backoff v0.4.0
22732026-07-08T17:57:27.765Z Checking backon v1.6.0
22742026-07-08T17:57:27.800Z Checking humantime v2.3.0
22752026-07-08T17:57:27.802Z Checking unicode-width v0.2.0
22762026-07-08T17:57:27.977Z Checking progenitor-extras v0.2.0
22772026-07-08T17:57:28.011Z Checking heck v0.5.0
22782026-07-08T17:57:28.100Z Compiling convert_case v0.4.0
22792026-07-08T17:57:28.156Z Checking half v2.7.1
22802026-07-08T17:57:28.224Z Checking ciborium-io v0.2.2
22812026-07-08T17:57:28.258Z Compiling regress v0.11.1
22822026-07-08T17:57:28.340Z Checking secrecy v0.10.3
22832026-07-08T17:57:28.439Z Checking ciborium-ll v0.2.2
22842026-07-08T17:57:28.484Z Checking camino-tempfile v1.4.1
22852026-07-08T17:57:28.518Z Compiling derive_more v0.99.20
22862026-07-08T17:57:28.551Z Compiling test-strategy v0.4.5
22872026-07-08T17:57:28.641Z Checking ciborium v0.2.2
22882026-07-08T17:57:28.674Z Checking indent_write v2.2.0
22892026-07-08T17:57:28.828Z Compiling unsafe-libyaml v0.2.11
22902026-07-08T17:57:28.935Z Checking parse-display v0.10.0
22912026-07-08T17:57:29.087Z Compiling crucible-workspace-hack v0.1.0
22922026-07-08T17:57:29.120Z Checking inout v0.1.4
22932026-07-08T17:57:29.277Z Checking cipher v0.4.4
22942026-07-08T17:57:29.448Z Compiling serde_yaml v0.9.34+deprecated
22952026-07-08T17:57:29.506Z Checking universal-hash v0.5.1
22962026-07-08T17:57:29.592Z Compiling thiserror-impl-no-std v2.0.2
22972026-07-08T17:57:29.657Z Checking opaque-debug v0.3.1
22982026-07-08T17:57:29.752Z Checking swrite v0.1.0
22992026-07-08T17:57:29.868Z Compiling typify-impl v0.6.2
23002026-07-08T17:57:29.928Z Checking poly1305 v0.8.0
23012026-07-08T17:57:30.063Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-07-08T17:57:30.218Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-07-08T17:57:30.474Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-07-08T17:57:30.555Z Checking chacha20 v0.9.1
23052026-07-08T17:57:30.778Z Checking blake2 v0.10.6
23062026-07-08T17:57:30.813Z Checking thiserror-no-std v2.0.2
23072026-07-08T17:57:30.915Z Checking aead v0.5.2
23082026-07-08T17:57:30.948Z Checking password-hash v0.5.0
23092026-07-08T17:57:31.102Z Checking chacha20poly1305 v0.10.1
23102026-07-08T17:57:31.105Z Checking vsss-rs v3.3.4
23112026-07-08T17:57:31.173Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-08T17:57:31.231Z Checking argon2 v0.5.3
23132026-07-08T17:57:31.264Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23142026-07-08T17:57:31.476Z Checking byte-wrapper v0.1.0
23152026-07-08T17:57:31.510Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-08T17:57:31.580Z Checking crossbeam-deque v0.8.6
23172026-07-08T17:57:31.614Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23182026-07-08T17:57:31.617Z Compiling rayon-core v1.13.0
23192026-07-08T17:57:31.702Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23202026-07-08T17:57:31.760Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-08T17:57:31.794Z Compiling toml_datetime v0.7.5+spec-1.1.0
23222026-07-08T17:57:32.063Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-07-08T17:57:32.280Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-07-08T17:57:32.314Z Compiling proc-macro-error v1.0.4
23252026-07-08T17:57:32.453Z Checking rayon v1.11.0
23262026-07-08T17:57:32.648Z Compiling proc-macro-crate v3.4.0
23272026-07-08T17:57:33.134Z Checking tabwriter v1.4.1
23282026-07-08T17:57:33.137Z Checking toml v0.8.23
23292026-07-08T17:57:33.216Z Compiling num_enum_derive v0.7.6
23302026-07-08T17:57:33.250Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-08T17:57:33.306Z Checking glob v0.3.3
23322026-07-08T17:57:33.368Z Compiling heapless v0.8.0
23332026-07-08T17:57:33.457Z Checking colored v3.1.1
23342026-07-08T17:57:33.504Z Compiling ingot-macros v0.1.1
23352026-07-08T17:57:33.539Z Checking hash32 v0.3.1
23362026-07-08T17:57:33.680Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-08T17:57:33.713Z Compiling smoltcp v0.11.0
23382026-07-08T17:57:33.902Z Checking unicode-width v0.1.14
23392026-07-08T17:57:34.010Z Checking cobs v0.3.0
23402026-07-08T17:57:34.163Z Compiling usdt-attr-macro v0.5.0
23412026-07-08T17:57:34.196Z Compiling usdt-macro v0.5.0
23422026-07-08T17:57:34.200Z Checking memmap v0.7.0
23432026-07-08T17:57:34.275Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-07-08T17:57:34.278Z Checking num_enum v0.7.6
23452026-07-08T17:57:34.341Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-07-08T17:57:34.416Z Compiling typify-macro v0.6.2
23472026-07-08T17:57:34.419Z Checking postcard v1.1.3
23482026-07-08T17:57:34.602Z Checking rand v0.10.1
23492026-07-08T17:57:34.755Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23502026-07-08T17:57:34.942Z Compiling proc-macro-crate v1.3.1
23512026-07-08T17:57:34.975Z Checking usdt v0.5.0
23522026-07-08T17:57:35.005Z Checking sigpipe v0.1.3
23532026-07-08T17:57:35.107Z Compiling foreign-types-macros v0.2.3
23542026-07-08T17:57:35.141Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-08T17:57:35.173Z Checking foreign-types-shared v0.3.1
23562026-07-08T17:57:35.402Z Compiling num_enum_derive v0.5.11
23572026-07-08T17:57:35.463Z Checking cstr-argument v0.1.2
23582026-07-08T17:57:35.561Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-07-08T17:57:35.564Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-08T17:57:35.629Z Compiling num-derive v0.4.2
23612026-07-08T17:57:35.723Z Checking foreign-types v0.5.0
23622026-07-08T17:57:35.825Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-07-08T17:57:36.070Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-08T17:57:36.137Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-07-08T17:57:36.178Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23662026-07-08T17:57:36.212Z Compiling typify v0.6.2
23672026-07-08T17:57:36.329Z Compiling progenitor-impl v0.14.0
23682026-07-08T17:57:36.363Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23692026-07-08T17:57:36.423Z Checking ingot-types v0.1.2
23702026-07-08T17:57:36.426Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-07-08T17:57:36.484Z Checking num_enum v0.5.11
23722026-07-08T17:57:36.565Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23732026-07-08T17:57:36.630Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-07-08T17:57:36.662Z Compiling zone_cfg_derive v0.3.1
23752026-07-08T17:57:36.806Z Checking ingot v0.1.1
23762026-07-08T17:57:36.839Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23772026-07-08T17:57:36.962Z Checking itertools v0.12.1
23782026-07-08T17:57:37.036Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-07-08T17:57:37.314Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23802026-07-08T17:57:37.348Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23812026-07-08T17:57:37.452Z Checking smf v0.2.3
23822026-07-08T17:57:37.490Z Checking whoami v1.6.1
23832026-07-08T17:57:37.547Z Checking tokio-dtrace v0.1.1
23842026-07-08T17:57:37.595Z Compiling derive-where v1.6.0
23852026-07-08T17:57:37.691Z Checking console v0.15.11
23862026-07-08T17:57:37.716Z Checking newline-converter v0.3.0
23872026-07-08T17:57:37.753Z Checking oxide-tokio-rt v0.1.4
23882026-07-08T17:57:37.849Z Checking bytecount v0.6.9
23892026-07-08T17:57:37.947Z Compiling owo-colors v4.3.0
23902026-07-08T17:57:37.982Z Checking expectorate v1.2.0
23912026-07-08T17:57:37.985Z Compiling cancel-safe-futures v0.1.5
23922026-07-08T17:57:38.043Z Checking zone v0.3.1
23932026-07-08T17:57:38.134Z Checking libsw-core v0.3.2
23942026-07-08T17:57:38.302Z Checking libsw v3.5.0
23952026-07-08T17:57:38.437Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23962026-07-08T17:57:38.440Z Checking num-rational v0.4.2
23972026-07-08T17:57:38.620Z Checking num-complex v0.4.6
23982026-07-08T17:57:38.714Z Checking linear-map v1.2.0
23992026-07-08T17:57:38.746Z Checking float-ord v0.3.2
24002026-07-08T17:57:38.875Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-07-08T17:57:38.909Z Checking gethostname v0.5.0
24022026-07-08T17:57:38.912Z Compiling prettyplease v0.2.37
24032026-07-08T17:57:38.968Z Compiling progenitor-macro v0.14.0
24042026-07-08T17:57:39.001Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-07-08T17:57:39.004Z Checking num v0.4.3
24062026-07-08T17:57:39.062Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-07-08T17:57:39.127Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-07-08T17:57:39.217Z Checking resolv-conf v0.7.6
24092026-07-08T17:57:39.421Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24102026-07-08T17:57:39.471Z Checking smawk v0.3.2
24112026-07-08T17:57:39.588Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-08T17:57:39.625Z Checking unicode-linebreak v0.1.5
24132026-07-08T17:57:39.863Z Checking papergrid v0.11.0
24142026-07-08T17:57:40.482Z Compiling tabled_derive v0.7.0
24152026-07-08T17:57:40.516Z Compiling convert_case v0.10.0
24162026-07-08T17:57:40.623Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24172026-07-08T17:57:40.658Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-07-08T17:57:40.845Z Compiling slog-dtrace v0.3.0
24192026-07-08T17:57:40.881Z Compiling derive_more-impl v2.1.1
24202026-07-08T17:57:40.945Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-07-08T17:57:41.184Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24222026-07-08T17:57:41.221Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-07-08T17:57:41.526Z Checking tabled v0.15.0
24242026-07-08T17:57:41.779Z Checking derive_more v2.1.1
24252026-07-08T17:57:41.845Z Checking linked-hash-map v0.5.6
24262026-07-08T17:57:41.883Z Checking crossterm v0.29.0
24272026-07-08T17:57:42.038Z Checking lru-cache v0.1.2
24282026-07-08T17:57:42.451Z Checking hickory-proto v0.24.4
24292026-07-08T17:57:42.517Z Checking fd-lock v4.0.4
24302026-07-08T17:57:43.147Z Checking vte v0.14.1
24312026-07-08T17:57:43.181Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24322026-07-08T17:57:43.370Z Checking display-error-chain v0.2.2
24332026-07-08T17:57:43.536Z Checking strip-ansi-escapes v0.2.1
24342026-07-08T17:57:43.726Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-07-08T17:57:43.818Z Checking progenitor v0.14.0
24362026-07-08T17:57:44.011Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24372026-07-08T17:57:44.161Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24382026-07-08T17:57:44.605Z Checking termtree v0.5.1
24392026-07-08T17:57:44.769Z Checking nu-ansi-term v0.50.3
24402026-07-08T17:57:44.836Z Checking hickory-resolver v0.24.4
24412026-07-08T17:57:44.906Z Checking textwrap v0.16.2
24422026-07-08T17:57:45.012Z Checking reedline v0.40.0
24432026-07-08T17:57:45.122Z Compiling minimal-lexical v0.2.1
24442026-07-08T17:57:45.155Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24452026-07-08T17:57:45.403Z Compiling nom v7.1.3
24462026-07-08T17:57:45.590Z Checking qorb v0.4.1
24472026-07-08T17:57:45.624Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24482026-07-08T17:57:46.154Z Compiling unicode-xid v0.2.6
24492026-07-08T17:57:46.229Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-07-08T17:57:46.315Z Compiling ar_archive_writer v0.5.1
24512026-07-08T17:57:46.386Z Checking csv-core v0.1.13
24522026-07-08T17:57:46.781Z Checking csv v1.4.0
24532026-07-08T17:57:46.842Z Compiling stacker v0.1.23
24542026-07-08T17:57:46.883Z Compiling semver v0.1.20
24552026-07-08T17:57:46.917Z Checking highway v1.3.0
24562026-07-08T17:57:47.146Z Compiling cfg_aliases v0.1.1
24572026-07-08T17:57:47.180Z Compiling rustc_version v0.1.7
24582026-07-08T17:57:47.242Z Compiling psm v0.1.30
24592026-07-08T17:57:47.245Z Checking nibble_vec v0.1.0
24602026-07-08T17:57:47.302Z Checking endian-type v0.1.2
24612026-07-08T17:57:47.305Z Compiling nix v0.28.0
24622026-07-08T17:57:47.363Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-07-08T17:57:47.424Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-07-08T17:57:47.457Z Compiling newtype_derive v0.1.6
24652026-07-08T17:57:47.460Z Checking radix_trie v0.2.1
24662026-07-08T17:57:47.683Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24672026-07-08T17:57:47.718Z Checking phf_shared v0.12.1
24682026-07-08T17:57:47.819Z Compiling recursive-proc-macro-impl v0.1.1
24692026-07-08T17:57:47.889Z Compiling chrono-tz v0.10.4
24702026-07-08T17:57:47.892Z Checking phf v0.12.1
24712026-07-08T17:57:48.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-07-08T17:57:48.194Z Compiling const_format_proc_macros v0.2.34
24732026-07-08T17:57:48.224Z Compiling peg-macros v0.8.5
24742026-07-08T17:57:48.287Z Checking recursive v0.1.1
24752026-07-08T17:57:48.290Z Checking nom v8.0.0
24762026-07-08T17:57:48.408Z Checking winnow v0.6.26
24772026-07-08T17:57:48.757Z Compiling sqlparser_derive v0.5.0
24782026-07-08T17:57:49.034Z Checking unicode_categories v0.1.1
24792026-07-08T17:57:49.067Z Checking home v0.5.12
24802026-07-08T17:57:49.200Z Checking rustyline v14.0.0
24812026-07-08T17:57:49.232Z Checking const_format v0.2.35
24822026-07-08T17:57:49.562Z Checking sqlparser v0.61.0
24832026-07-08T17:57:49.565Z Checking sqlformat v0.3.5
24842026-07-08T17:57:49.660Z Checking peg v0.8.5
24852026-07-08T17:57:49.756Z Checking bcs v0.1.6
24862026-07-08T17:57:49.912Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-07-08T17:57:50.007Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-07-08T17:57:50.039Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24892026-07-08T17:57:50.042Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24902026-07-08T17:57:50.215Z Checking steno v0.4.1
24912026-07-08T17:57:50.249Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24922026-07-08T17:57:50.432Z Checking sha1 v0.10.6
24932026-07-08T17:57:50.546Z Checking filetime v0.2.27
24942026-07-08T17:57:50.623Z Checking xattr v1.6.1
24952026-07-08T17:57:50.777Z Checking tar v0.4.45
24962026-07-08T17:57:51.085Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-08T17:57:51.241Z Checking subprocess v0.2.15
24982026-07-08T17:57:51.277Z Checking headers-core v0.3.0
24992026-07-08T17:57:51.311Z Checking base64 v0.21.7
25002026-07-08T17:57:51.411Z Checking headers v0.4.1
25012026-07-08T17:57:51.562Z Checking yasna v0.5.2
25022026-07-08T17:57:51.595Z Checking dropshot-api-manager-types v0.7.2
25032026-07-08T17:57:51.794Z Checking tagptr v0.2.0
25042026-07-08T17:57:51.893Z Checking utf-8 v0.7.6
25052026-07-08T17:57:51.961Z Checking moka v0.12.13
25062026-07-08T17:57:51.994Z Checking rcgen v0.12.1
25072026-07-08T17:57:52.052Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25082026-07-08T17:57:52.221Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25092026-07-08T17:57:52.331Z Checking tungstenite v0.21.0
25102026-07-08T17:57:52.365Z Compiling libefi-sys v0.1.0
25112026-07-08T17:57:52.624Z Checking hickory-resolver v0.25.2
25122026-07-08T17:57:52.686Z Compiling bitfield-struct v0.6.2
25132026-07-08T17:57:52.767Z Checking tokio-tungstenite v0.21.0
25142026-07-08T17:57:53.079Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-07-08T17:57:53.346Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25162026-07-08T17:57:53.378Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25172026-07-08T17:57:53.382Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25182026-07-08T17:57:53.815Z Compiling radium v0.7.0
25192026-07-08T17:57:53.848Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-07-08T17:57:53.885Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25212026-07-08T17:57:53.951Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222026-07-08T17:57:54.034Z Checking tap v1.0.1
25232026-07-08T17:57:54.067Z Compiling maybe-uninit v2.0.0
25242026-07-08T17:57:54.182Z Checking wyz v0.5.1
25252026-07-08T17:57:54.213Z Compiling zerocopy-derive v0.6.6
25262026-07-08T17:57:54.247Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25272026-07-08T17:57:54.347Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-07-08T17:57:54.380Z Checking funty v2.0.0
25292026-07-08T17:57:54.452Z Checking crc-catalog v2.4.0
25302026-07-08T17:57:54.485Z Compiling packed_struct v0.10.1
25312026-07-08T17:57:54.568Z Checking crc v3.4.0
25322026-07-08T17:57:54.602Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-07-08T17:57:54.742Z Checking bitvec v1.0.1
25342026-07-08T17:57:54.843Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25352026-07-08T17:57:54.895Z Compiling packed_struct_codegen v0.10.1
25362026-07-08T17:57:55.082Z Checking zerocopy v0.6.6
25372026-07-08T17:57:55.115Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25382026-07-08T17:57:55.398Z Compiling bitfield-macros v0.19.4
25392026-07-08T17:57:55.837Z Compiling indexmap v1.9.3
25402026-07-08T17:57:55.990Z Checking nodrop v0.1.14
25412026-07-08T17:57:56.115Z Checking array-init v0.0.4
25422026-07-08T17:57:56.188Z Checking smallvec v0.6.14
25432026-07-08T17:57:56.220Z Checking bitfield v0.19.4
25442026-07-08T17:57:56.416Z Checking hashbrown v0.12.3
25452026-07-08T17:57:56.452Z Checking serde-hex v0.1.0
25462026-07-08T17:57:56.526Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25472026-07-08T17:57:56.713Z Checking ron v0.8.1
25482026-07-08T17:57:57.167Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25492026-07-08T17:57:57.215Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-07-08T17:57:57.264Z Checking hashbrown v0.13.2
25512026-07-08T17:57:57.327Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-07-08T17:57:57.482Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25532026-07-08T17:57:57.578Z Checking crc-any v2.5.0
25542026-07-08T17:57:57.711Z Checking object v0.30.4
25552026-07-08T17:57:57.781Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-08T17:57:57.874Z Checking path-slash v0.1.5
25572026-07-08T17:57:57.968Z Compiling xshell-macros v0.2.7
25582026-07-08T17:57:58.001Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-07-08T17:57:58.336Z Checking half v1.8.3
25602026-07-08T17:57:58.392Z Compiling num-derive v0.3.3
25612026-07-08T17:57:58.425Z Checking xshell v0.2.7
25622026-07-08T17:57:58.555Z Checking serde_cbor v0.11.2
25632026-07-08T17:57:58.640Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642026-07-08T17:57:58.961Z Compiling proc-macro-error-attr2 v2.0.0
25652026-07-08T17:57:59.313Z Checking libscf-sys v1.1.0
25662026-07-08T17:57:59.401Z Compiling proc-macro-error2 v2.0.1
25672026-07-08T17:57:59.436Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25682026-07-08T17:57:59.497Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25692026-07-08T17:57:59.709Z Checking papergrid v0.17.0
25702026-07-08T17:57:59.742Z Compiling tabled_derive v0.11.0
25712026-07-08T17:57:59.746Z Checking testing_table v0.3.0
25722026-07-08T17:57:59.832Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25732026-07-08T17:57:59.892Z Checking maplit v1.0.2
25742026-07-08T17:57:59.998Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-07-08T17:58:00.045Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-07-08T17:58:00.182Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-07-08T17:58:00.354Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-07-08T17:58:00.507Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25792026-07-08T17:58:00.776Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25802026-07-08T17:58:00.861Z Compiling git-stub v1.0.0
25812026-07-08T17:58:00.918Z Checking tabled v0.20.0
25822026-07-08T17:58:01.183Z Checking crc8 v0.1.1
25832026-07-08T17:58:01.187Z Compiling git-stub-vcs v0.1.0
25842026-07-08T17:58:01.247Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25852026-07-08T17:58:01.308Z Checking unicase v2.9.0
25862026-07-08T17:58:01.493Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25872026-07-08T17:58:01.584Z Checking fxhash v0.2.1
25882026-07-08T17:58:01.618Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25892026-07-08T17:58:01.692Z Compiling vergen-lib v0.1.6
25902026-07-08T17:58:01.732Z Compiling diesel_derives v2.3.7
25912026-07-08T17:58:01.882Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25922026-07-08T17:58:02.017Z Checking scheduled-thread-pool v0.2.7
25932026-07-08T17:58:02.047Z Compiling dsl_auto_type v0.2.0
25942026-07-08T17:58:02.147Z Compiling vergen-gitcl v1.0.8
25952026-07-08T17:58:02.192Z Compiling diesel_table_macro_syntax v0.3.0
25962026-07-08T17:58:02.256Z Checking r2d2 v0.8.10
25972026-07-08T17:58:02.417Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25982026-07-08T17:58:02.449Z Checking downcast-rs v2.0.2
25992026-07-08T17:58:02.480Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26002026-07-08T17:58:02.675Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26012026-07-08T17:58:02.953Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26022026-07-08T17:58:03.005Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26032026-07-08T17:58:03.035Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-07-08T17:58:03.149Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26052026-07-08T17:58:03.180Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26062026-07-08T17:58:03.215Z Checking kstat-rs v0.2.4
26072026-07-08T17:58:03.246Z Checking arc-swap v1.8.2
26082026-07-08T17:58:03.343Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26092026-07-08T17:58:03.439Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26102026-07-08T17:58:03.480Z Compiling dirs-sys-next v0.1.2
26112026-07-08T17:58:03.511Z Checking slog-scope v4.4.1
26122026-07-08T17:58:03.676Z Compiling crunchy v0.2.4
26132026-07-08T17:58:03.739Z Compiling parking_lot_core v0.8.6
26142026-07-08T17:58:03.786Z Checking slog-stdlog v4.1.1
26152026-07-08T17:58:03.818Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26162026-07-08T17:58:03.930Z Compiling dirs-next v2.0.0
26172026-07-08T17:58:04.051Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26182026-07-08T17:58:04.077Z Compiling clang-sys v1.8.1
26192026-07-08T17:58:04.081Z Compiling tiny-keccak v2.0.2
26202026-07-08T17:58:04.371Z Compiling term v0.7.0
26212026-07-08T17:58:04.511Z Checking slog-envlogger v2.2.0
26222026-07-08T17:58:04.543Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26232026-07-08T17:58:04.649Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26242026-07-08T17:58:04.685Z Compiling bit-vec v0.6.3
26252026-07-08T17:58:04.721Z Compiling ascii-canvas v3.0.0
26262026-07-08T17:58:04.931Z Compiling bit-set v0.5.3
26272026-07-08T17:58:04.962Z Checking parking_lot v0.11.2
26282026-07-08T17:58:04.992Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-07-08T17:58:05.048Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26302026-07-08T17:58:05.107Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26312026-07-08T17:58:05.140Z Checking prefix-trie v0.7.0
26322026-07-08T17:58:05.176Z Compiling itertools v0.10.5
26332026-07-08T17:58:05.277Z Compiling ena v0.14.4
26342026-07-08T17:58:05.351Z Compiling libloading v0.8.9
26352026-07-08T17:58:05.465Z Compiling regex-syntax v0.6.29
26362026-07-08T17:58:05.497Z Compiling bindgen v0.71.1
26372026-07-08T17:58:05.527Z Compiling diff v0.1.13
26382026-07-08T17:58:05.664Z Checking hickory-server v0.25.2
26392026-07-08T17:58:05.875Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26402026-07-08T17:58:05.993Z Checking sled v0.34.7
26412026-07-08T17:58:06.279Z Compiling cexpr v0.6.0
26422026-07-08T17:58:06.505Z Checking nanorand v0.7.0
26432026-07-08T17:58:06.734Z Compiling salty v0.3.0
26442026-07-08T17:58:06.988Z Compiling lalrpop v0.19.12
26452026-07-08T17:58:07.019Z Compiling rustc-hash v2.1.1
26462026-07-08T17:58:07.091Z Checking flume v0.11.1
26472026-07-08T17:58:07.278Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26482026-07-08T17:58:07.355Z Compiling libxml v0.3.3
26492026-07-08T17:58:07.673Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26502026-07-08T17:58:07.990Z Checking diesel v2.3.7
26512026-07-08T17:58:08.076Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26522026-07-08T17:58:08.259Z Compiling strum_macros v0.24.3
26532026-07-08T17:58:08.294Z Compiling fs-err v2.11.0
26542026-07-08T17:58:08.531Z Compiling indoc v1.0.9
26552026-07-08T17:58:09.008Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26562026-07-08T17:58:09.238Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26572026-07-08T17:58:09.269Z Compiling progenitor-impl v0.13.0
26582026-07-08T17:58:09.305Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26592026-07-08T17:58:09.445Z Checking quick-xml v0.37.5
26602026-07-08T17:58:09.580Z Checking derive_builder v0.20.2
26612026-07-08T17:58:09.612Z Compiling oso-derive v0.27.3
26622026-07-08T17:58:09.718Z Compiling impl-trait-for-tuples v0.2.3
26632026-07-08T17:58:10.141Z Compiling trait-variant v0.1.2
26642026-07-08T17:58:10.345Z Checking openssl-probe v0.1.6
26652026-07-08T17:58:10.720Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26662026-07-08T17:58:10.753Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26672026-07-08T17:58:11.308Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-07-08T17:58:11.585Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26692026-07-08T17:58:11.904Z Compiling progenitor-macro v0.13.0
26702026-07-08T17:58:12.097Z Checking progenitor-client v0.13.0
26712026-07-08T17:58:12.365Z Checking rfc6979 v0.4.0
26722026-07-08T17:58:12.515Z Checking assert_matches v1.5.0
26732026-07-08T17:58:12.615Z Checking parse-size v1.1.0
26742026-07-08T17:58:12.763Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26752026-07-08T17:58:12.897Z Checking ecdsa v0.16.9
26762026-07-08T17:58:13.265Z Checking primeorder v0.13.6
26772026-07-08T17:58:13.300Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26782026-07-08T17:58:13.535Z Checking p384 v0.13.1
26792026-07-08T17:58:13.618Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
26802026-07-08T17:58:13.907Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-08T17:58:13.983Z Checking predicates-tree v1.0.13
26822026-07-08T17:58:14.124Z Checking bb8 v0.8.6
26832026-07-08T17:58:14.157Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26842026-07-08T17:58:14.518Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26852026-07-08T17:58:14.621Z Compiling mime_guess v2.0.5
26862026-07-08T17:58:14.654Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
26872026-07-08T17:58:14.750Z Checking http-range v0.1.5
26882026-07-08T17:58:15.113Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-08T17:58:15.255Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26902026-07-08T17:58:15.521Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26912026-07-08T17:58:15.577Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26922026-07-08T17:58:15.742Z Checking atty v0.2.14
26932026-07-08T17:58:15.824Z Checking corncobs v0.1.4
26942026-07-08T17:58:15.863Z Checking nonempty v0.12.0
26952026-07-08T17:58:15.974Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-07-08T17:58:16.104Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-08T17:58:16.465Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982026-07-08T17:58:16.657Z Checking ignore v0.4.25
26992026-07-08T17:58:16.752Z Checking progenitor v0.13.0
27002026-07-08T17:58:16.920Z Checking secrecy v0.8.0
27012026-07-08T17:58:17.066Z Checking hyper-staticfile v0.10.1
27022026-07-08T17:58:17.099Z Checking globwalk v0.9.1
27032026-07-08T17:58:17.336Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27042026-07-08T17:58:17.384Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27052026-07-08T17:58:17.650Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27062026-07-08T17:58:17.692Z Compiling illumos-nvpair-sys v0.2.0
27072026-07-08T17:58:17.897Z Checking camino-tempfile-ext v0.3.3
27082026-07-08T17:58:17.972Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27092026-07-08T17:58:18.122Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27102026-07-08T17:58:18.226Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27112026-07-08T17:58:18.771Z Checking signal-hook-tokio v0.3.1
27122026-07-08T17:58:18.841Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27132026-07-08T17:58:18.928Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-07-08T17:58:19.123Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27152026-07-08T17:58:19.472Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27162026-07-08T17:58:20.713Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27172026-07-08T17:58:20.798Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27182026-07-08T17:58:20.994Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27192026-07-08T17:58:21.146Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-07-08T17:58:21.207Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27212026-07-08T17:58:21.855Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27222026-07-08T17:58:22.235Z Checking diesel-dtrace v0.5.0
27232026-07-08T17:58:22.268Z Checking async-bb8-diesel v0.2.1
27242026-07-08T17:58:22.450Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27252026-07-08T17:58:22.505Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27262026-07-08T17:58:22.644Z Checking illumos-nvpair v0.3.0
27272026-07-08T17:58:22.823Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27282026-07-08T17:58:22.852Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27292026-07-08T17:58:22.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27302026-07-08T17:58:23.230Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27312026-07-08T17:58:23.263Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27322026-07-08T17:58:23.266Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27332026-07-08T17:58:23.426Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27342026-07-08T17:58:23.622Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27352026-07-08T17:58:23.843Z Checking tungstenite v0.23.0
27362026-07-08T17:58:23.906Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27372026-07-08T17:58:24.294Z Checking tokio-tungstenite v0.23.1
27382026-07-08T17:58:24.594Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-07-08T17:58:25.001Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27402026-07-08T17:58:25.069Z Checking rand_seeder v0.4.0
27412026-07-08T17:58:25.245Z Checking void v1.0.2
27422026-07-08T17:58:25.331Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432026-07-08T17:58:25.365Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-07-08T17:58:25.398Z Checking lzss v0.8.2
27452026-07-08T17:58:25.521Z Checking nix v0.27.1
27462026-07-08T17:58:25.605Z Checking serde_bytes v0.11.19
27472026-07-08T17:58:25.685Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27482026-07-08T17:58:25.809Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-07-08T17:58:26.060Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27502026-07-08T17:58:26.304Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27512026-07-08T17:58:26.501Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27522026-07-08T17:58:26.802Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27532026-07-08T17:58:27.256Z Checking is_ci v1.2.0
27542026-07-08T17:58:27.387Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27552026-07-08T17:58:27.485Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27562026-07-08T17:58:27.489Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27572026-07-08T17:58:27.672Z Checking yansi v1.0.1
27582026-07-08T17:58:27.790Z Checking cpubits v0.1.1
27592026-07-08T17:58:27.896Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27602026-07-08T17:58:27.952Z Checking pretty_assertions v1.4.1
27612026-07-08T17:58:28.112Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27622026-07-08T17:58:28.217Z Checking pem-rfc7468 v1.0.0
27632026-07-08T17:58:28.411Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27642026-07-08T17:58:28.669Z Compiling darling_core v0.23.0
27652026-07-08T17:58:28.777Z Compiling indoc v2.0.7
27662026-07-08T17:58:29.282Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27672026-07-08T17:58:29.522Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-08T17:58:29.687Z Checking hmac v0.13.0
27692026-07-08T17:58:29.773Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27702026-07-08T17:58:29.876Z Checking universal-hash v0.6.1
27712026-07-08T17:58:30.032Z Compiling libz-sys v1.1.24
27722026-07-08T17:58:30.314Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-07-08T17:58:30.451Z Compiling instability v0.3.11
27742026-07-08T17:58:30.588Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-07-08T17:58:30.678Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-07-08T17:58:30.753Z Checking castaway v0.2.4
27772026-07-08T17:58:30.893Z Checking compact_str v0.8.1
27782026-07-08T17:58:31.219Z Compiling darling_macro v0.23.0
27792026-07-08T17:58:31.306Z Checking polyval v0.7.1
27802026-07-08T17:58:31.512Z Checking der v0.8.0
27812026-07-08T17:58:31.749Z Checking supports-color v3.0.2
27822026-07-08T17:58:31.782Z Compiling darling v0.23.0
27832026-07-08T17:58:31.941Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27842026-07-08T17:58:32.180Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27852026-07-08T17:58:32.346Z Checking unicode-truncate v1.1.0
27862026-07-08T17:58:32.377Z Checking console v0.16.2
27872026-07-08T17:58:32.414Z Checking lru v0.12.5
27882026-07-08T17:58:32.516Z Compiling libgit2-sys v0.18.3+1.9.2
27892026-07-08T17:58:32.599Z Checking unit-prefix v0.5.2
27902026-07-08T17:58:32.645Z Checking cassowary v0.3.0
27912026-07-08T17:58:32.755Z Checking indicatif v0.18.4
27922026-07-08T17:58:32.825Z Checking ghash v0.6.0
27932026-07-08T17:58:32.880Z Checking ratatui v0.29.0
27942026-07-08T17:58:33.133Z Checking pbkdf2 v0.13.0
27952026-07-08T17:58:33.198Z Checking aes v0.9.1
27962026-07-08T17:58:33.278Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-07-08T17:58:33.629Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27982026-07-08T17:58:33.871Z Checking ctr v0.10.1
27992026-07-08T17:58:34.074Z Checking aead v0.6.1
28002026-07-08T17:58:34.212Z Checking sha2 v0.11.0
28012026-07-08T17:58:34.244Z Checking cargo-platform v0.3.2
28022026-07-08T17:58:34.452Z Checking cargo_metadata v0.23.1
28032026-07-08T17:58:34.485Z Checking aes-gcm v0.11.0
28042026-07-08T17:58:34.678Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-07-08T17:58:34.958Z Checking spki v0.8.0
28062026-07-08T17:58:35.162Z Checking crypto-bigint v0.7.5
28072026-07-08T17:58:35.228Z Checking salsa20 v0.11.0
28082026-07-08T17:58:35.398Z Checking cbc v0.2.1
28092026-07-08T17:58:35.564Z Compiling vergen-git2 v9.1.0
28102026-07-08T17:58:35.800Z Checking plotters-backend v0.3.7
28112026-07-08T17:58:36.031Z Checking plotters-svg v0.3.7
28122026-07-08T17:58:36.244Z Checking scrypt v0.12.0
28132026-07-08T17:58:36.344Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-07-08T17:58:36.439Z Checking cast v0.3.0
28152026-07-08T17:58:36.620Z Checking criterion-plot v0.6.0
28162026-07-08T17:58:36.661Z Checking pkcs5 v0.8.1
28172026-07-08T17:58:36.889Z Checking plotters v0.3.7
28182026-07-08T17:58:36.981Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28192026-07-08T17:58:37.441Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-08T17:58:37.654Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-08T17:58:37.687Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-07-08T17:58:37.891Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-07-08T17:58:37.924Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28242026-07-08T17:58:37.970Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-07-08T17:58:38.127Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-07-08T17:58:38.182Z Checking colored v2.2.0
28272026-07-08T17:58:38.213Z Checking tinytemplate v1.2.1
28282026-07-08T17:58:38.409Z Checking anes v0.1.6
28292026-07-08T17:58:38.454Z Checking shell-words v1.1.1
28302026-07-08T17:58:38.606Z Checking oorandom v11.1.5
28312026-07-08T17:58:38.756Z Checking criterion v0.7.0
28322026-07-08T17:58:38.797Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28332026-07-08T17:58:38.958Z Checking pkcs8 v0.11.0
28342026-07-08T17:58:39.181Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28352026-07-08T17:58:39.703Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362026-07-08T17:58:39.970Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28372026-07-08T17:58:40.486Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28382026-07-08T17:58:41.257Z Checking tokio-test v0.4.5
28392026-07-08T17:58:41.495Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-07-08T17:58:41.737Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28412026-07-08T17:58:42.138Z Checking twox-hash v2.1.2
28422026-07-08T17:58:42.463Z Checking ff v0.14.0
28432026-07-08T17:58:42.549Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-07-08T17:58:42.626Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28452026-07-08T17:58:42.749Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28462026-07-08T17:58:43.281Z Checking fatfs v0.3.6
28472026-07-08T17:58:43.334Z Checking signature v3.0.0
28482026-07-08T17:58:43.509Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28492026-07-08T17:58:43.733Z Compiling seq-macro v0.3.6
28502026-07-08T17:58:43.765Z Checking base16ct v1.0.0
28512026-07-08T17:58:43.922Z Checking sec1 v0.8.1
28522026-07-08T17:58:44.152Z Checking group v0.14.0
28532026-07-08T17:58:44.279Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-08T17:58:44.328Z Checking hkdf v0.13.0
28552026-07-08T17:58:44.488Z Compiling petname v2.0.2
28562026-07-08T17:58:44.844Z Checking elliptic-curve v0.14.0-rc.33
28572026-07-08T17:58:45.167Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-07-08T17:58:45.230Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28592026-07-08T17:58:45.326Z Checking concurrent-queue v2.5.0
28602026-07-08T17:58:45.397Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28612026-07-08T17:58:45.541Z Checking rtoolbox v0.0.3
28622026-07-08T17:58:45.696Z Checking parking v2.2.1
28632026-07-08T17:58:45.843Z Checking event-listener v5.4.1
28642026-07-08T17:58:46.114Z Checking rpassword v7.4.0
28652026-07-08T17:58:46.663Z Checking tui-tree-widget v0.23.1
28662026-07-08T17:58:46.721Z Checking rfc6979 v0.5.0
28672026-07-08T17:58:46.872Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28682026-07-08T17:58:46.904Z Checking sapling-renderdag v0.1.0
28692026-07-08T17:58:47.061Z Checking sync-ptr v0.1.4
28702026-07-08T17:58:47.164Z Checking ecdsa v0.17.0-rc.18
28712026-07-08T17:58:47.207Z Checking event-listener-strategy v0.5.4
28722026-07-08T17:58:47.366Z Checking primeorder v0.14.0-rc.10
28732026-07-08T17:58:47.558Z Checking primefield v0.14.0
28742026-07-08T17:58:47.685Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28752026-07-08T17:58:47.717Z Compiling samael v0.0.19
28762026-07-08T17:58:47.786Z Compiling curve25519-dalek v5.0.0-rc.0
28772026-07-08T17:58:47.918Z Checking arrayref v0.3.9
28782026-07-08T17:58:48.017Z Checking arrayvec v0.7.6
28792026-07-08T17:58:48.169Z Checking constant_time_eq v0.4.2
28802026-07-08T17:58:48.227Z Checking futures-timer v3.0.3
28812026-07-08T17:58:48.460Z Checking async-lock v3.4.2
28822026-07-08T17:58:48.500Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28832026-07-08T17:58:48.767Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-07-08T17:58:48.860Z Checking ssh-encoding v0.3.0-rc.9
28852026-07-08T17:58:49.108Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-07-08T17:58:49.449Z Compiling strsim v0.10.0
28872026-07-08T17:58:49.795Z Compiling darling_core v0.13.4
28882026-07-08T17:58:50.291Z Checking async-object-pool v0.2.0
28892026-07-08T17:58:51.281Z Checking ed25519 v3.0.0
28902026-07-08T17:58:51.418Z Checking crypto-primes v0.7.2
28912026-07-08T17:58:51.505Z Checking pkcs1 v0.8.0-rc.4
28922026-07-08T17:58:51.656Z Checking poly1305 v0.9.0
28932026-07-08T17:58:51.736Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28942026-07-08T17:58:51.944Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28952026-07-08T17:58:52.117Z Checking blowfish v0.10.0
28962026-07-08T17:58:52.292Z Checking serde_regex v1.1.0
28972026-07-08T17:58:52.398Z Checking blake2 v0.11.0-rc.6
28982026-07-08T17:58:52.474Z Checking assert-json-diff v2.0.2
28992026-07-08T17:58:52.590Z Checking path-tree v0.8.3
29002026-07-08T17:58:52.666Z Checking keccak v0.2.0
29012026-07-08T17:58:52.696Z Checking stringmetrics v2.2.2
29022026-07-08T17:58:52.800Z Checking gimli v0.32.3
29032026-07-08T17:58:52.849Z Checking fiat-crypto v0.3.0
29042026-07-08T17:58:52.880Z Compiling target-lexicon v0.13.3
29052026-07-08T17:58:53.459Z Checking httpmock v0.8.3
29062026-07-08T17:58:54.358Z Checking addr2line v0.25.1
29072026-07-08T17:58:54.654Z Checking sha3 v0.11.0
29082026-07-08T17:58:55.018Z Checking argon2 v0.6.0-rc.8
29092026-07-08T17:58:55.321Z Checking rsa v0.10.0-rc.18
29102026-07-08T17:58:55.356Z Checking bcrypt-pbkdf v0.11.0
29112026-07-08T17:58:55.537Z Checking ssh-cipher v0.3.0-rc.9
29122026-07-08T17:58:55.661Z Compiling darling_macro v0.13.4
29132026-07-08T17:58:55.774Z Checking ed25519-dalek v3.0.0-rc.0
29142026-07-08T17:58:56.022Z Checking p521 v0.14.0-rc.10
29152026-07-08T17:58:56.184Z Checking p256 v0.14.0-rc.10
29162026-07-08T17:58:56.969Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29172026-07-08T17:58:57.233Z Checking kem v0.3.0
29182026-07-08T17:58:57.378Z Checking module-lattice v0.2.3
29192026-07-08T17:58:57.624Z Compiling guppy-workspace-hack v0.1.0
29202026-07-08T17:58:57.748Z Checking rustc-demangle v0.1.27
29212026-07-08T17:58:57.846Z Checking hex-literal v0.4.1
29222026-07-08T17:58:57.962Z Checking p384 v0.14.0-rc.10
29232026-07-08T17:58:58.024Z Checking backtrace v0.3.76
29242026-07-08T17:58:58.065Z Checking ml-kem v0.3.2
29252026-07-08T17:58:58.344Z Compiling darling v0.13.4
29262026-07-08T17:58:58.712Z Checking russh-cryptovec v0.61.0
29272026-07-08T17:58:58.833Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29282026-07-08T17:58:58.896Z Checking internal-russh-num-bigint v0.5.0
29292026-07-08T17:58:59.061Z Checking num-bigint v0.4.6
29302026-07-08T17:58:59.095Z Checking russh-util v0.52.0
29312026-07-08T17:58:59.243Z Checking generic-array v1.4.3
29322026-07-08T17:58:59.656Z Compiling enum_dispatch v0.3.13
29332026-07-08T17:58:59.899Z Compiling git2 v0.20.4
29342026-07-08T17:58:59.903Z Compiling blake3 v1.8.5
29352026-07-08T17:58:59.989Z Checking ssh-key v0.7.0-rc.10
29362026-07-08T17:59:00.021Z Compiling delegate v0.13.5
29372026-07-08T17:59:00.340Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29382026-07-08T17:59:00.647Z Compiling target-spec v3.5.7
29392026-07-08T17:59:00.804Z Checking hex-literal v1.1.0
29402026-07-08T17:59:00.900Z Checking md5 v0.8.0
29412026-07-08T17:59:00.932Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29422026-07-08T17:59:01.138Z Checking russh v0.61.2
29432026-07-08T17:59:01.251Z Checking cfg-expr v0.20.6
29442026-07-08T17:59:01.566Z Compiling serde_with_macros v1.5.2
29452026-07-08T17:59:01.597Z Checking backtrace-ext v0.2.1
29462026-07-08T17:59:01.738Z Checking supports-color v2.1.0
29472026-07-08T17:59:01.768Z Checking textwrap v0.15.2
29482026-07-08T17:59:01.902Z Checking supports-unicode v2.1.0
29492026-07-08T17:59:02.006Z Checking supports-hyperlinks v2.1.0
29502026-07-08T17:59:02.045Z Checking hashbrown v0.14.5
29512026-07-08T17:59:02.453Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29522026-07-08T17:59:02.557Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29532026-07-08T17:59:02.663Z Checking socket2 v0.5.10
29542026-07-08T17:59:02.749Z Checking terminal_size v0.1.17
29552026-07-08T17:59:02.784Z Compiling miette-derive v5.10.0
29562026-07-08T17:59:02.887Z Checking internet-checksum v0.2.1
29572026-07-08T17:59:02.942Z Checking owo-colors v3.5.0
29582026-07-08T17:59:03.227Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29592026-07-08T17:59:03.489Z Checking chumsky v0.9.3
29602026-07-08T17:59:03.973Z Checking miette v5.10.0
29612026-07-08T17:59:04.351Z Compiling serde_with v1.14.0
29622026-07-08T17:59:04.407Z Compiling polar-core v0.27.3
29632026-07-08T17:59:04.696Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29642026-07-08T17:59:04.803Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29652026-07-08T17:59:04.834Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29662026-07-08T17:59:05.159Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29672026-07-08T17:59:05.368Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29682026-07-08T17:59:05.468Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29692026-07-08T17:59:05.577Z Compiling knuffel-derive v3.2.0
29702026-07-08T17:59:05.625Z Checking httptest v0.16.4
29712026-07-08T17:59:05.658Z Checking pathdiff v0.2.3
29722026-07-08T17:59:05.790Z Checking topological-sort v0.2.2
29732026-07-08T17:59:05.952Z Checking nested v0.1.1
29742026-07-08T17:59:06.003Z Checking omicron-zone-package v0.12.3
29752026-07-08T17:59:06.152Z Checking guppy v0.17.25
29762026-07-08T17:59:06.330Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29772026-07-08T17:59:06.907Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29782026-07-08T17:59:07.109Z Checking knuffel v3.2.0
29792026-07-08T17:59:07.139Z Checking similar-asserts v1.7.0
29802026-07-08T17:59:07.170Z Compiling target-triple v1.0.0
29812026-07-08T17:59:07.321Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29822026-07-08T17:59:07.547Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29832026-07-08T17:59:07.742Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29842026-07-08T17:59:07.983Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29852026-07-08T17:59:08.014Z Checking hickory-client v0.25.2
29862026-07-08T17:59:08.317Z Compiling assert_cmd v2.1.2
29872026-07-08T17:59:08.604Z Checking escape8259 v0.5.3
29882026-07-08T17:59:08.765Z Checking libtest-mimic v0.8.1
29892026-07-08T17:59:09.125Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29902026-07-08T17:59:09.176Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29912026-07-08T17:59:09.255Z Checking blake2b_simd v1.0.4
29922026-07-08T17:59:09.369Z Checking oso v0.27.3
29932026-07-08T17:59:09.574Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29942026-07-08T17:59:09.671Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29952026-07-08T17:59:09.833Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29962026-07-08T17:59:09.967Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29972026-07-08T17:59:10.069Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29982026-07-08T17:59:10.072Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29992026-07-08T17:59:10.253Z Checking fancy-regex v0.14.0
30002026-07-08T17:59:10.336Z Checking serde_tokenstream v0.2.3
30012026-07-08T17:59:10.367Z Checking approx v0.5.1
30022026-07-08T17:59:10.486Z Compiling rstest_macros v0.25.0
30032026-07-08T17:59:10.525Z Checking uzers v0.12.2
30042026-07-08T17:59:10.576Z Checking termcolor v1.4.1
30052026-07-08T17:59:10.632Z Checking constant_time_eq v0.3.1
30062026-07-08T17:59:10.749Z Compiling linkme-impl v0.3.35
30072026-07-08T17:59:10.780Z Checking rust-argon2 v2.1.0
30082026-07-08T17:59:10.811Z Checking trybuild v1.0.116
30092026-07-08T17:59:10.951Z Checking datatest-stable v0.3.3
30102026-07-08T17:59:11.346Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-07-08T17:59:11.355Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30122026-07-08T17:59:11.457Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30132026-07-08T17:59:11.583Z Checking support-bundle-viewer v0.1.2
30142026-07-08T17:59:11.646Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30152026-07-08T17:59:11.852Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30162026-07-08T17:59:11.887Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30172026-07-08T17:59:12.094Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30182026-07-08T17:59:12.129Z Checking drift v0.2.0
30192026-07-08T17:59:12.217Z Checking rand_distr v0.5.1
30202026-07-08T17:59:12.334Z Checking multimap v0.10.1
30212026-07-08T17:59:12.524Z Compiling relative-path v1.9.3
30222026-07-08T17:59:12.564Z Compiling linkme v0.3.35
30232026-07-08T17:59:12.666Z Checking dropshot-api-manager v0.7.2
30242026-07-08T17:59:13.815Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30252026-07-08T17:59:14.189Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30262026-07-08T17:59:14.438Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30272026-07-08T17:59:14.590Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30282026-07-08T17:59:14.776Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30292026-07-08T17:59:14.810Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30302026-07-08T17:59:14.935Z Checking cargo_toml v0.21.0
30312026-07-08T17:59:15.022Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30322026-07-08T17:59:15.276Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30332026-07-08T17:59:15.485Z Checking partial-io v0.5.4
30342026-07-08T17:59:15.676Z Checking termios v0.3.3
30352026-07-08T17:59:15.715Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30362026-07-08T17:59:15.780Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30372026-07-08T17:59:15.838Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30382026-07-08T17:59:16.394Z Checking rstest v0.25.0
30392026-07-08T17:59:17.771Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30402026-07-08T17:59:22.325Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30412026-07-08T17:59:22.572Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30422026-07-08T17:59:28.247Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30432026-07-08T17:59:28.758Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30442026-07-08T17:59:31.614Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30452026-07-08T17:59:34.484Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30462026-07-08T17:59:40.266Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30472026-07-08T17:59:44.251Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30482026-07-08T17:59:44.575Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30492026-07-08T17:59:46.284Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30502026-07-08T17:59:47.860Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30512026-07-08T17:59:54.931Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30522026-07-08T18:00:13.362Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30532026-07-08T18:01:08.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30542026-07-08T18:01:09.489Z
30552026-07-08T18:01:09.489Zreal 4:09.036452711
30562026-07-08T18:01:09.489Zuser 21:25.074672292
30572026-07-08T18:01:09.489Zsys 4:52.186591674
30582026-07-08T18:01:09.489Ztrap 0.520672051
30592026-07-08T18:01:09.489Ztflt 2.048716453
30602026-07-08T18:01:09.489Zdflt 1.207266929
30612026-07-08T18:01:09.492Zkflt 0.067151469
30622026-07-08T18:01:09.492Zlock 58:48.407050096
30632026-07-08T18:01:09.493Zslp 58:51.871713963
30642026-07-08T18:01:09.493Zlat 1:53.148096183
30652026-07-08T18:01:09.493Zstop 10:37.149074824
30662026-07-08T18:01:09.493Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30672026-07-08T18:01:09.493Z+ ptime -m cargo doc --workspace --no-deps
30682026-07-08T18:01:10.303Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30692026-07-08T18:01:10.303Z |
30702026-07-08T18:01:10.303Z = 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)`
30712026-07-08T18:01:10.303Z = 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>
30722026-07-08T18:01:11.335Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30732026-07-08T18:01:11.573Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30742026-07-08T18:01:11.618Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30752026-07-08T18:01:11.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30762026-07-08T18:01:11.709Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30772026-07-08T18:01:11.768Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30782026-07-08T18:01:11.796Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30792026-07-08T18:01:11.910Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-07-08T18:01:11.940Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-07-08T18:01:11.943Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30822026-07-08T18:01:12.172Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-07-08T18:01:12.193Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30842026-07-08T18:01:12.213Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30852026-07-08T18:01:12.235Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30862026-07-08T18:01:12.276Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30872026-07-08T18:01:12.298Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30882026-07-08T18:01:12.317Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30892026-07-08T18:01:12.340Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30902026-07-08T18:01:12.343Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30912026-07-08T18:01:12.393Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30922026-07-08T18:01:12.459Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30932026-07-08T18:01:12.483Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30942026-07-08T18:01:12.742Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30952026-07-08T18:01:13.055Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30962026-07-08T18:01:13.087Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30972026-07-08T18:01:13.171Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30982026-07-08T18:01:13.200Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30992026-07-08T18:01:13.229Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31002026-07-08T18:01:13.385Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31012026-07-08T18:01:13.466Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31022026-07-08T18:01:13.543Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31032026-07-08T18:01:13.704Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31042026-07-08T18:01:13.736Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31052026-07-08T18:01:13.787Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31062026-07-08T18:01:13.852Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31072026-07-08T18:01:13.934Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31082026-07-08T18:01:13.960Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31092026-07-08T18:01:14.041Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31102026-07-08T18:01:14.172Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31112026-07-08T18:01:14.325Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31122026-07-08T18:01:14.416Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31132026-07-08T18:01:14.701Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31142026-07-08T18:01:14.818Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31152026-07-08T18:01:14.841Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31162026-07-08T18:01:14.952Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31172026-07-08T18:01:14.980Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31182026-07-08T18:01:15.019Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31192026-07-08T18:01:15.103Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31202026-07-08T18:01:15.194Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31212026-07-08T18:01:15.260Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31222026-07-08T18:01:15.285Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31232026-07-08T18:01:15.343Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31242026-07-08T18:01:15.441Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31252026-07-08T18:01:15.471Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31262026-07-08T18:01:15.471Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31272026-07-08T18:01:15.516Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31282026-07-08T18:01:15.555Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31292026-07-08T18:01:15.652Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31302026-07-08T18:01:16.011Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31312026-07-08T18:01:16.129Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31322026-07-08T18:01:16.186Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31332026-07-08T18:01:16.463Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31342026-07-08T18:01:16.545Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31352026-07-08T18:01:16.938Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31362026-07-08T18:01:16.997Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31372026-07-08T18:01:17.032Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31382026-07-08T18:01:17.087Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31392026-07-08T18:01:17.237Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31402026-07-08T18:01:17.304Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31412026-07-08T18:01:17.328Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31422026-07-08T18:01:17.361Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31432026-07-08T18:01:17.497Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31442026-07-08T18:01:17.883Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31452026-07-08T18:01:18.088Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31462026-07-08T18:01:18.492Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31472026-07-08T18:01:18.524Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31482026-07-08T18:01:18.584Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31492026-07-08T18:01:18.761Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31502026-07-08T18:01:18.846Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31512026-07-08T18:01:18.889Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31522026-07-08T18:01:18.916Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31532026-07-08T18:01:19.017Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31542026-07-08T18:01:19.118Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31552026-07-08T18:01:19.140Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31562026-07-08T18:01:19.227Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31572026-07-08T18:01:19.230Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31582026-07-08T18:01:19.429Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31592026-07-08T18:01:19.496Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31602026-07-08T18:01:19.542Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31612026-07-08T18:01:19.542Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31622026-07-08T18:01:19.587Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31632026-07-08T18:01:19.757Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31642026-07-08T18:01:19.826Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31652026-07-08T18:01:19.847Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31662026-07-08T18:01:19.868Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31672026-07-08T18:01:19.915Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31682026-07-08T18:01:20.052Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31692026-07-08T18:01:20.117Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31702026-07-08T18:01:20.138Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31712026-07-08T18:01:20.161Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31722026-07-08T18:01:20.182Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31732026-07-08T18:01:20.203Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31742026-07-08T18:01:20.286Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31752026-07-08T18:01:20.325Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31762026-07-08T18:01:20.410Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31772026-07-08T18:01:20.482Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31782026-07-08T18:01:20.505Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31792026-07-08T18:01:20.740Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-07-08T18:01:20.782Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-07-08T18:01:20.804Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31822026-07-08T18:01:21.230Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-07-08T18:01:21.439Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31842026-07-08T18:01:21.480Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31852026-07-08T18:01:22.177Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-07-08T18:01:22.252Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31872026-07-08T18:01:22.364Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-07-08T18:01:22.801Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31892026-07-08T18:01:22.877Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-07-08T18:01:23.078Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31912026-07-08T18:01:23.683Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31922026-07-08T18:01:24.289Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31932026-07-08T18:01:24.417Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31942026-07-08T18:01:25.143Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31952026-07-08T18:01:25.380Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31962026-07-08T18:01:25.437Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31972026-07-08T18:01:25.508Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31982026-07-08T18:01:25.686Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31992026-07-08T18:01:25.986Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32002026-07-08T18:01:26.279Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32012026-07-08T18:01:26.399Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32022026-07-08T18:01:26.445Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32032026-07-08T18:01:27.005Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32042026-07-08T18:01:27.173Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32052026-07-08T18:01:27.589Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32062026-07-08T18:01:27.667Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32072026-07-08T18:01:27.821Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32082026-07-08T18:01:27.970Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32092026-07-08T18:01:28.078Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32102026-07-08T18:01:28.384Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32112026-07-08T18:01:28.896Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32122026-07-08T18:01:29.171Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32132026-07-08T18:01:29.599Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32142026-07-08T18:01:29.995Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32152026-07-08T18:01:30.314Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32162026-07-08T18:01:30.910Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32172026-07-08T18:01:31.344Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32182026-07-08T18:01:31.639Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32192026-07-08T18:01:31.903Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32202026-07-08T18:01:32.164Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32212026-07-08T18:01:32.379Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32222026-07-08T18:01:32.802Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32232026-07-08T18:01:33.545Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32242026-07-08T18:01:33.579Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32252026-07-08T18:01:34.012Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32262026-07-08T18:01:34.655Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32272026-07-08T18:01:35.985Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32282026-07-08T18:01:36.870Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32292026-07-08T18:01:38.471Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32302026-07-08T18:01:38.521Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32312026-07-08T18:01:39.971Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32322026-07-08T18:01:40.030Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32332026-07-08T18:01:40.833Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32342026-07-08T18:01:40.866Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32352026-07-08T18:01:41.476Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32362026-07-08T18:01:42.607Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32372026-07-08T18:01:43.015Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382026-07-08T18:01:43.118Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-07-08T18:01:43.303Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-07-08T18:01:43.328Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32412026-07-08T18:01:43.889Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32422026-07-08T18:01:43.930Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32432026-07-08T18:01:43.986Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32442026-07-08T18:01:44.437Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32452026-07-08T18:01:44.625Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32462026-07-08T18:01:44.630Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32472026-07-08T18:01:45.029Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32482026-07-08T18:01:45.332Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-07-08T18:01:45.754Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32502026-07-08T18:01:45.779Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32512026-07-08T18:01:45.906Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32522026-07-08T18:01:46.058Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32532026-07-08T18:01:46.390Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32542026-07-08T18:01:46.489Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32552026-07-08T18:01:46.766Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32562026-07-08T18:01:48.426Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32572026-07-08T18:01:48.837Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32582026-07-08T18:01:49.054Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32592026-07-08T18:01:50.410Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32602026-07-08T18:01:52.006Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32612026-07-08T18:01:52.728Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32622026-07-08T18:01:53.928Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32632026-07-08T18:01:54.632Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32642026-07-08T18:01:55.624Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32652026-07-08T18:01:56.941Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32662026-07-08T18:01:57.539Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32672026-07-08T18:01:59.639Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32682026-07-08T18:02:00.319Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32692026-07-08T18:02:00.920Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32702026-07-08T18:02:03.070Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32712026-07-08T18:02:03.607Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32722026-07-08T18:02:03.734Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32732026-07-08T18:02:04.158Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32742026-07-08T18:02:06.547Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32752026-07-08T18:02:10.143Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32762026-07-08T18:02:10.729Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32772026-07-08T18:02:11.543Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32782026-07-08T18:02:12.796Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32792026-07-08T18:02:13.536Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32802026-07-08T18:02:14.278Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32812026-07-08T18:02:15.047Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32822026-07-08T18:02:15.757Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32832026-07-08T18:02:17.300Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32842026-07-08T18:02:17.321Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32852026-07-08T18:02:18.393Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32862026-07-08T18:02:19.079Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32872026-07-08T18:02:19.538Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32882026-07-08T18:02:20.509Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32892026-07-08T18:02:21.254Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32902026-07-08T18:02:23.891Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32912026-07-08T18:02:24.947Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32922026-07-08T18:02:26.131Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32932026-07-08T18:02:26.745Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32942026-07-08T18:02:28.331Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32952026-07-08T18:02:29.202Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32962026-07-08T18:02:30.065Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32972026-07-08T18:02:30.902Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32982026-07-08T18:02:33.498Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32992026-07-08T18:02:34.080Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33002026-07-08T18:02:34.838Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33012026-07-08T18:02:36.426Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33022026-07-08T18:02:37.372Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33032026-07-08T18:02:38.894Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-07-08T18:02:41.253Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33052026-07-08T18:02:41.806Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33062026-07-08T18:02:43.482Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33072026-07-08T18:02:46.630Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33082026-07-08T18:02:48.177Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33092026-07-08T18:02:49.837Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33102026-07-08T18:02:51.267Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33112026-07-08T18:02:53.070Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33122026-07-08T18:02:57.268Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33132026-07-08T18:02:57.686Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33142026-07-08T18:02:58.741Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33152026-07-08T18:02:59.684Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33162026-07-08T18:03:01.436Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33172026-07-08T18:03:03.091Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33182026-07-08T18:03:04.790Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33192026-07-08T18:03:06.905Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33202026-07-08T18:03:08.649Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33212026-07-08T18:03:10.324Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33222026-07-08T18:03:12.408Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33232026-07-08T18:03:13.840Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33242026-07-08T18:03:15.593Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33252026-07-08T18:03:17.402Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33262026-07-08T18:03:19.166Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33272026-07-08T18:03:20.853Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33282026-07-08T18:03:24.235Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33292026-07-08T18:03:25.875Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33302026-07-08T18:03:28.033Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33312026-07-08T18:03:29.564Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33322026-07-08T18:03:31.442Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33332026-07-08T18:03:35.382Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33342026-07-08T18:03:37.332Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33352026-07-08T18:03:39.117Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33362026-07-08T18:03:40.908Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33372026-07-08T18:03:44.449Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33382026-07-08T18:03:45.154Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33392026-07-08T18:03:48.073Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33402026-07-08T18:03:49.605Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33412026-07-08T18:03:51.877Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33422026-07-08T18:03:54.390Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33432026-07-08T18:03:56.483Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33442026-07-08T18:03:58.704Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33452026-07-08T18:04:00.832Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33462026-07-08T18:04:02.983Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33472026-07-08T18:04:05.532Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33482026-07-08T18:04:07.418Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33492026-07-08T18:04:09.996Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33502026-07-08T18:04:11.773Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33512026-07-08T18:04:13.916Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33522026-07-08T18:04:16.146Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33532026-07-08T18:04:18.459Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-07-08T18:04:20.729Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-07-08T18:04:23.044Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33562026-07-08T18:04:25.413Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-07-08T18:04:27.676Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33582026-07-08T18:04:29.961Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33592026-07-08T18:04:32.287Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33602026-07-08T18:04:34.581Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33612026-07-08T18:04:36.932Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33622026-07-08T18:04:39.238Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33632026-07-08T18:04:41.538Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33642026-07-08T18:04:43.880Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-07-08T18:04:46.103Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33662026-07-08T18:04:48.566Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33672026-07-08T18:04:50.978Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33682026-07-08T18:04:53.249Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33692026-07-08T18:04:55.605Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33702026-07-08T18:04:57.896Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33712026-07-08T18:05:00.299Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33722026-07-08T18:05:03.224Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33732026-07-08T18:05:05.251Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33742026-07-08T18:05:07.690Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33752026-07-08T18:05:10.299Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33762026-07-08T18:05:12.567Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33772026-07-08T18:05:14.993Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33782026-07-08T18:05:17.409Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33792026-07-08T18:05:19.902Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33802026-07-08T18:05:22.388Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33812026-07-08T18:05:24.774Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33822026-07-08T18:05:27.247Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33832026-07-08T18:05:29.581Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33842026-07-08T18:05:32.206Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33852026-07-08T18:05:34.663Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33862026-07-08T18:05:37.255Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33872026-07-08T18:05:39.911Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33882026-07-08T18:05:42.420Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33892026-07-08T18:05:44.945Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33902026-07-08T18:05:47.395Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33912026-07-08T18:05:49.920Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33922026-07-08T18:05:52.487Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33932026-07-08T18:05:55.084Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33942026-07-08T18:05:57.943Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33952026-07-08T18:06:00.415Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33962026-07-08T18:06:08.460Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33972026-07-08T18:06:08.486Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33982026-07-08T18:06:11.696Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33992026-07-08T18:06:14.971Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34002026-07-08T18:06:18.395Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34012026-07-08T18:06:21.809Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34022026-07-08T18:06:24.916Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34032026-07-08T18:06:29.598Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34042026-07-08T18:06:32.424Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34052026-07-08T18:06:36.154Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34062026-07-08T18:06:39.773Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34072026-07-08T18:06:43.560Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34082026-07-08T18:06:47.135Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34092026-07-08T18:06:50.739Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34102026-07-08T18:06:54.481Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34112026-07-08T18:06:58.065Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34122026-07-08T18:07:01.728Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34132026-07-08T18:07:05.521Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34142026-07-08T18:07:09.080Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34152026-07-08T18:07:12.780Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34162026-07-08T18:07:16.450Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34172026-07-08T18:07:20.202Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34182026-07-08T18:07:23.801Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34192026-07-08T18:07:27.449Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34202026-07-08T18:07:31.201Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34212026-07-08T18:08:00.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s
34222026-07-08T18:08:00.590Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34232026-07-08T18:08:00.688Z
34242026-07-08T18:08:00.689Zreal 6:51.114977491
34252026-07-08T18:08:00.689Zuser 18:23.872699573
34262026-07-08T18:08:00.689Zsys 3:54.230180848
34272026-07-08T18:08:00.689Ztrap 0.273848758
34282026-07-08T18:08:00.689Ztflt 0.009709472
34292026-07-08T18:08:00.689Zdflt 0.080927856
34302026-07-08T18:08:00.689Zkflt 0.000021660
34312026-07-08T18:08:00.689Zlock 6:20:14.737282410
34322026-07-08T18:08:00.689Zslp 2:18:08.976583582
34332026-07-08T18:08:00.689Zlat 35.138905596
34342026-07-08T18:08:00.689Zstop 1:38.367113521
34352026-07-08T18:08:00.692Zprocess exited: duration 780386 ms, exit code 0
 
34362026-07-08T18:08:00.699Zfound 0 output files