01KVKXCAGMFHYKSS8PBJ1J8J6Q: clippy (helios)

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

Buildomat Job: 01KVKXCSGNEPCQZDP4HEV8NG21

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T01:41:44.961Zjob assigned to worker 01KVKXCZCESMQFQN8REGPGJZEQ [factory aws, i-0f8b3175d54a34634] (queued for 56 s)
 
22026-06-21T01:41:51.508Zstarting task 0: "setup"
32026-06-21T01:41:51.513Z++ uname -s
42026-06-21T01:41:51.515Z+ kern=SunOS
52026-06-21T01:41:51.515Z+ build_user=build
62026-06-21T01:41:51.516Z+ build_uid=12345
72026-06-21T01:41:51.516Z+ work_dir=/work
82026-06-21T01:41:51.516Z+ input_dir=/input
92026-06-21T01:41:51.516Z+ [[ 0 == 12345 ]]
102026-06-21T01:41:51.516Z+ case "$kern" in
112026-06-21T01:41:51.516Z+ groupadd -g 12345 build
122026-06-21T01:41:51.518Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T01:41:53.521Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T01:41:53.613Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T01:41:53.616Z+ home_fs=zfs
162026-06-21T01:41:53.616Z+ [[ zfs == autofs ]]
172026-06-21T01:41:53.616Z+ mkdir -p /home/build
182026-06-21T01:41:53.616Z+ chown build:build /home/build /work
192026-06-21T01:41:55.628Z+ chmod 0700 /home/build /work
202026-06-21T01:41:55.630Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-21T01:41:55.636Zstarting task 1: "rust-toolchain"
222026-06-21T01:41:55.640Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T01:41:55.640Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T01:41:55.640Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-21T01:41:55.640Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-21T01:41:55.643Z * rust toolchain channel = "1.94.0"
272026-06-21T01:41:55.643Z * rust toolchain profile = "default"
282026-06-21T01:41:55.643Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T01:41:55.643Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T01:41:55.749Zinfo: downloading installer
312026-06-21T01:41:57.742Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T01:41:57.743Zwarn: /home/build/.rustup/settings.toml
332026-06-21T01:41:57.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T01:41:57.743Zwarn: instead of the one inferred from the default host triple.
352026-06-21T01:41:57.754Zinfo: profile set to default
362026-06-21T01:41:57.754Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T01:41:57.757Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T01:41:57.906Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T01:41:57.909Zinfo: downloading 6 components
402026-06-21T01:43:08.301Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T01:43:08.301Z
422026-06-21T01:43:08.301Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T01:43:08.301Z
442026-06-21T01:43:08.301Z
452026-06-21T01:43:08.416ZRust is installed now. Great!
462026-06-21T01:43:08.416Z
472026-06-21T01:43:08.416ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T01:43:08.416Zenvironment variable. This has not been done automatically.
492026-06-21T01:43:08.416Z
502026-06-21T01:43:08.416ZTo configure your current shell, you need to source
512026-06-21T01:43:08.416Zthe corresponding env file under $HOME/.cargo.
522026-06-21T01:43:08.416Z
532026-06-21T01:43:08.416ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T01:43:08.417Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T01:43:08.417Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T01:43:08.417Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T01:43:08.417Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T01:43:08.417Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T01:43:08.417Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T01:43:08.417Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T01:43:08.417Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T01:43:08.417Z+ rustup --version
632026-06-21T01:43:08.417Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T01:43:08.417Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T01:43:08.417Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T01:43:08.418Z+ cargo --version
672026-06-21T01:43:08.418Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T01:43:08.418Z+ rustc --version
692026-06-21T01:43:08.418Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T01:43:08.418Zprocess exited: duration 17113 ms, exit code 0
 
712026-06-21T01:43:08.463Zstarting task 2: "authentication"
722026-06-21T01:43:08.515Zprocess exited: duration 63 ms, exit code 0
 
732026-06-21T01:43:08.558Zstarting task 3: "clone repository"
742026-06-21T01:43:08.602Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T01:43:08.602Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T01:43:08.632ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T01:43:18.137Z+ cd /work/oxidecomputer/omicron
782026-06-21T01:43:18.137Z+ git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
792026-06-21T01:43:18.393ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T01:43:18.394Z * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD
812026-06-21T01:43:18.403Z+ [[ -n '' ]]
822026-06-21T01:43:18.403Z+ git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
832026-06-21T01:43:18.448ZHEAD is now at 66d918368 [spr] initial version
842026-06-21T01:43:18.451Zprocess exited: duration 9920 ms, exit code 0
 
852026-06-21T01:43:18.457Zstarting task 4: "build"
862026-06-21T01:43:18.462Z+ source ./env.sh
872026-06-21T01:43:18.465Z++ OLD_SHELL_OPTS=ehxB
882026-06-21T01:43:18.465Z++ set -o xtrace
892026-06-21T01:43:18.465Z++++ dirname ./env.sh
902026-06-21T01:43:18.492Z+++ readlink -f .
912026-06-21T01:43:18.496Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-06-21T01:43:18.500Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-06-21T01:43:18.500Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-21T01:43:18.500Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-06-21T01:43:18.500Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-06-21T01:43:18.500Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-06-21T01:43:18.501Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-06-21T01:43:18.501Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-21T01:43:18.501Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-21T01:43:18.501Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-21T01:43:18.501Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-21T01:43:18.501Z++ case $OLD_SHELL_OPTS in
1032026-06-21T01:43:18.501Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-06-21T01:43:18.501Z+ source .github/buildomat/ci-env.sh
1052026-06-21T01:43:18.501Z++ export CARGO_TERM_COLOR=always
1062026-06-21T01:43:18.501Z++ CARGO_TERM_COLOR=always
1072026-06-21T01:43:18.501Z+ cargo --version
1082026-06-21T01:43:18.506Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-06-21T01:43:18.508Z+ rustc --version
1102026-06-21T01:43:18.529Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-06-21T01:43:18.534Z+ banner prerequisites
1122026-06-21T01:43:18.534Z
1132026-06-21T01:43:18.534Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-21T01:43:18.534Z # # # # # # # # # # # # # # #
1152026-06-21T01:43:18.534Z # # # # ##### # # ##### # # # # # #### #
1162026-06-21T01:43:18.534Z ##### ##### # ##### # # # # # # # # #
1172026-06-21T01:43:18.534Z # # # # # # # # # # # # # # #
1182026-06-21T01:43:18.534Z # # # ###### # # ###### ### # #### # #### #
1192026-06-21T01:43:18.534Z
1202026-06-21T01:43:18.534Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-21T01:43:20.889Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-21T01:43:20.990Z Startup: Caching catalogs ... Done
1232026-06-21T01:43:21.340ZPlanning: Solver setup ... Done (0.310s)
1242026-06-21T01:43:21.362ZPlanning: Running solver ... Done (0.022s)
1252026-06-21T01:43:21.400ZPlanning: Finding local manifests ... Done (0.032s)
1262026-06-21T01:43:21.413ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-21T01:43:21.429ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-21T01:43:21.442ZPlanning: Package planning ... Done (0.013s)
1292026-06-21T01:43:21.446ZPlanning: Merging actions ... Done (0.002s)
1302026-06-21T01:43:21.662ZPlanning: Checking for conflicting actions ... Done (0.217s)
1312026-06-21T01:43:21.666ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-21T01:43:23.836ZPlanning: Evaluating mediators ... Done (2.173s)
1332026-06-21T01:43:23.839ZPlanning: Planning completed in 2.83 seconds
1342026-06-21T01:43:23.845Z Packages to install: 2
1352026-06-21T01:43:23.845Z Estimated space available: 156.07 GB
1362026-06-21T01:43:23.849ZEstimated space to be consumed: 26.78 MB
1372026-06-21T01:43:23.849Z Create boot environment: No
1382026-06-21T01:43:23.849ZCreate backup boot environment: No
1392026-06-21T01:43:23.849Z Rebuild boot archive: No
1402026-06-21T01:43:23.849Z
1412026-06-21T01:43:23.849ZChanged packages:
1422026-06-21T01:43:23.849Zhelios
1432026-06-21T01:43:23.849Z developer/build-essential
1442026-06-21T01:43:23.849Z None -> 11-3.0
1452026-06-21T01:43:23.849Z library/libxmlsec1
1462026-06-21T01:43:23.849Z None -> 1.2.35-3.0
1472026-06-21T01:43:23.927Z
1482026-06-21T01:43:23.927ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-21T01:43:25.271ZDownload: Completed 1.28 MB in 1.34 seconds (976k/s)
1502026-06-21T01:43:25.339Z Actions: 1/268 actions (Installing new actions)
1512026-06-21T01:43:25.372Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-21T01:43:25.381ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-21T01:43:25.384ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-21T01:43:25.406ZFinalize: Updating image state ... Done (0.025s)
1552026-06-21T01:43:28.445ZFinalize: Creating fast lookup database ... Done (3.017s)
1562026-06-21T01:43:28.509ZFinalize: Reading search index ... Done (0.011s)
1572026-06-21T01:43:28.512ZFinalize: Updating search index ... Done (0.000s)
1582026-06-21T01:43:28.594ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-21T01:43:28.902ZPlanning: Evaluating mediator changes ... Done
1602026-06-21T01:43:29.007ZPlanning: Checking for conflicting actions ... Done
1612026-06-21T01:43:29.010ZPlanning: Consolidating action changes ... Done
1622026-06-21T01:43:29.166ZPlanning: Evaluating mediators ... Done
1632026-06-21T01:43:29.168ZPlanning: Planning completed in 0.26 seconds
1642026-06-21T01:43:29.189Z Mediators to change: 2
1652026-06-21T01:43:29.189Z Create boot environment: No
1662026-06-21T01:43:29.189ZCreate backup boot environment: No
1672026-06-21T01:43:29.243ZFinalize: Updating package state database ... Done
1682026-06-21T01:43:29.243ZFinalize: Updating package cache ... Done
1692026-06-21T01:43:29.256ZFinalize: Updating image state ... Done
1702026-06-21T01:43:31.210ZFinalize: Creating fast lookup database ... Done
1712026-06-21T01:43:31.279ZFinalize: Reading search index ... Done
1722026-06-21T01:43:31.282ZFinalize: Updating search index ... Done
1732026-06-21T01:43:31.343ZFinalize: Updating package cache ... Done
1742026-06-21T01:43:31.624ZPlanning: Evaluating mediator changes ... Done
1752026-06-21T01:43:31.730ZPlanning: Checking for conflicting actions ... Done
1762026-06-21T01:43:31.733ZPlanning: Consolidating action changes ... Done
1772026-06-21T01:43:31.890ZPlanning: Evaluating mediators ... Done
1782026-06-21T01:43:31.893ZPlanning: Planning completed in 0.27 seconds
1792026-06-21T01:43:31.913Z Mediators to change: 1
1802026-06-21T01:43:31.914Z Create boot environment: No
1812026-06-21T01:43:31.914ZCreate backup boot environment: No
1822026-06-21T01:43:31.966ZFinalize: Updating package state database ... Done
1832026-06-21T01:43:31.966ZFinalize: Updating package cache ... Done
1842026-06-21T01:43:31.979ZFinalize: Updating image state ... Done
1852026-06-21T01:43:33.911ZFinalize: Creating fast lookup database ... Done
1862026-06-21T01:43:33.976ZFinalize: Reading search index ... Done
1872026-06-21T01:43:33.978ZFinalize: Updating search index ... Done
1882026-06-21T01:43:34.036ZFinalize: Updating package cache ... Done
1892026-06-21T01:43:34.344ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-21T01:43:34.344Zapache system 2.4 system
1912026-06-21T01:43:34.344Zclang system 15 system
1922026-06-21T01:43:34.344Zcsh system system illumos
1932026-06-21T01:43:34.344Zctags system system illumos
1942026-06-21T01:43:34.344Zfile vendor vendor darwinsys
1952026-06-21T01:43:34.344Zfile system system illumos
1962026-06-21T01:43:34.344Zgcc vendor 14 vendor
1972026-06-21T01:43:34.344Zgcc system 13 system
1982026-06-21T01:43:34.344Zgcc system 10 system
1992026-06-21T01:43:34.344Zgo system 1.25 system
2002026-06-21T01:43:34.344Zllvm system 15 system
2012026-06-21T01:43:34.344Zmariadb system 11.4 system
2022026-06-21T01:43:34.344Zmta vendor vendor dma
2032026-06-21T01:43:34.344Zopenjdk system 17 system
2042026-06-21T01:43:34.344Zopenjdk system 11 system
2052026-06-21T01:43:34.344Zopenssl vendor 3 vendor
2062026-06-21T01:43:34.344Zperl system 5.40 system
2072026-06-21T01:43:34.344Zpostgresql system 18 system
2082026-06-21T01:43:34.345Zpostgresql system 17 system
2092026-06-21T01:43:34.345Zpython vendor 3 vendor
2102026-06-21T01:43:34.345Zpython system 2 system
2112026-06-21T01:43:34.345Zpython3 vendor 3.13 vendor
2122026-06-21T01:43:34.345Zruby system 3.4 system
2132026-06-21T01:43:34.345Zruby system 3.0 system
2142026-06-21T01:43:34.345Zwords vendor vendor american-english
2152026-06-21T01:43:34.345Zwords system system australian-english
2162026-06-21T01:43:34.345Zwords system system british-english
2172026-06-21T01:43:34.345Zwords system system canadian-english
2182026-06-21T01:43:34.345Zwords system system french
2192026-06-21T01:43:34.345Zwords system system italian
2202026-06-21T01:43:34.345Zwords system system ngerman
2212026-06-21T01:43:34.345Zwords system system ogerman
2222026-06-21T01:43:34.345Zwords system system spanish
2232026-06-21T01:43:34.594ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-21T01:43:34.594Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-21T01:43:34.880ZFMRI IFO
2262026-06-21T01:43:34.880Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-21T01:43:34.880Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-21T01:43:34.880Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-21T01:43:34.880Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-21T01:43:34.880Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-21T01:43:34.880Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-21T01:43:34.880Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-21T01:43:34.880Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-21T01:43:34.880Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-21T01:43:35.131Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-21T01:43:35.380Z Updating crates.io index
2372026-06-21T01:43:35.436Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-21T01:43:36.148Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-21T01:43:36.432Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-21T01:43:37.069Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-21T01:43:37.903Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-21T01:43:38.376Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-21T01:43:39.895Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-21T01:43:40.641Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-21T01:43:41.152Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-21T01:43:42.189Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-21T01:43:42.763Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-21T01:43:43.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-21T01:43:43.387Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-21T01:43:43.770Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-21T01:43:44.213Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-21T01:43:44.439Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-21T01:43:44.846Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-21T01:43:45.102Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-21T01:43:45.538Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-21T01:43:45.848Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-21T01:43:46.066Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-21T01:43:46.324Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-21T01:43:46.654Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-21T01:43:46.935Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-21T01:43:47.265Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-21T01:43:47.693Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-21T01:43:47.915Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-21T01:43:48.187Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-21T01:43:48.440Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-21T01:43:49.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-21T01:43:49.953Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-21T01:43:50.353Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-21T01:43:50.712Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-21T01:43:50.989Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-21T01:43:51.294Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-21T01:43:51.682Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-21T01:43:52.234Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-21T01:43:52.454Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-21T01:43:52.683Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-21T01:43:52.928Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-21T01:43:54.696Z Downloading crates ...
2782026-06-21T01:43:54.743Z Downloaded equivalent v1.0.2
2792026-06-21T01:43:54.750Z Downloaded errno v0.3.14
2802026-06-21T01:43:54.755Z Downloaded fnv v1.0.7
2812026-06-21T01:43:54.759Z Downloaded displaydoc v0.2.5
2822026-06-21T01:43:54.763Z Downloaded colorchoice v1.0.4
2832026-06-21T01:43:54.763Z Downloaded cfg-if v1.0.4
2842026-06-21T01:43:54.763Z Downloaded dtrace-parser v0.2.0
2852026-06-21T01:43:54.763Z Downloaded cpufeatures v0.2.17
2862026-06-21T01:43:54.763Z Downloaded crypto-common v0.1.7
2872026-06-21T01:43:54.766Z Downloaded fastrand v2.3.0
2882026-06-21T01:43:54.766Z Downloaded cargo_metadata v0.21.0
2892026-06-21T01:43:54.766Z Downloaded byteorder v1.5.0
2902026-06-21T01:43:54.768Z Downloaded clap_lex v1.0.0
2912026-06-21T01:43:54.768Z Downloaded cargo-platform v0.2.0
2922026-06-21T01:43:54.771Z Downloaded block-buffer v0.10.4
2932026-06-21T01:43:54.772Z Downloaded dof v0.3.0
2942026-06-21T01:43:54.776Z Downloaded stable_deref_trait v1.2.1
2952026-06-21T01:43:54.779Z Downloaded percent-encoding v2.3.2
2962026-06-21T01:43:54.779Z Downloaded bytecount v0.6.9
2972026-06-21T01:43:54.779Z Downloaded anstream v1.0.0
2982026-06-21T01:43:54.779Z Downloaded camino-tempfile v1.4.1
2992026-06-21T01:43:54.782Z Downloaded thread-id v4.2.2
3002026-06-21T01:43:54.782Z Downloaded toml_write v0.1.2
3012026-06-21T01:43:54.783Z Downloaded cargo_toml v0.21.0
3022026-06-21T01:43:54.783Z Downloaded zerofrom v0.1.6
3032026-06-21T01:43:54.787Z Downloaded digest v0.10.7
3042026-06-21T01:43:54.787Z Downloaded usdt-attr-macro v0.5.0
3052026-06-21T01:43:54.791Z Downloaded erased-serde v0.4.9
3062026-06-21T01:43:54.791Z Downloaded zerofrom-derive v0.1.6
3072026-06-21T01:43:54.791Z Downloaded pretty-hex v0.4.1
3082026-06-21T01:43:54.791Z Downloaded clap_derive v4.6.1
3092026-06-21T01:43:54.794Z Downloaded ordered-float v2.10.1
3102026-06-21T01:43:54.794Z Downloaded cargo-util-schemas v0.8.2
3112026-06-21T01:43:54.794Z Downloaded camino v1.2.2
3122026-06-21T01:43:54.794Z Downloaded yoke-derive v0.8.1
3132026-06-21T01:43:54.798Z Downloaded terminal_size v0.4.3
3142026-06-21T01:43:54.798Z Downloaded usdt-macro v0.5.0
3152026-06-21T01:43:54.798Z Downloaded typenum v1.19.0
3162026-06-21T01:43:54.801Z Downloaded utf8parse v0.2.2
3172026-06-21T01:43:54.801Z Downloaded usdt v0.5.0
3182026-06-21T01:43:54.801Z Downloaded typeid v1.0.3
3192026-06-21T01:43:54.801Z Downloaded idna_adapter v1.2.1
3202026-06-21T01:43:54.801Z Downloaded serde_spanned v0.6.9
3212026-06-21T01:43:54.802Z Downloaded itoa v1.0.17
3222026-06-21T01:43:54.809Z Downloaded version_check v0.9.5
3232026-06-21T01:43:54.809Z Downloaded utf8_iter v1.0.4
3242026-06-21T01:43:54.809Z Downloaded unicode-linebreak v0.1.5
3252026-06-21T01:43:54.813Z Downloaded unicode-xid v0.2.6
3262026-06-21T01:43:54.813Z Downloaded potential_utf v0.1.4
3272026-06-21T01:43:54.814Z Downloaded thiserror v1.0.69
3282026-06-21T01:43:54.858Z Downloaded proc-macro-error-attr v1.0.4
3292026-06-21T01:43:54.864Z Downloaded toml_datetime v0.6.11
3302026-06-21T01:43:54.864Z Downloaded usdt-impl v0.5.0
3312026-06-21T01:43:54.864Z Downloaded writeable v0.6.2
3322026-06-21T01:43:54.864Z Downloaded thiserror-impl v1.0.69
3332026-06-21T01:43:54.864Z Downloaded thiserror v2.0.18
3342026-06-21T01:43:54.864Z Downloaded heck v0.5.0
3352026-06-21T01:43:54.864Z Downloaded scroll_derive v0.12.1
3362026-06-21T01:43:54.864Z Downloaded zmij v1.0.21
3372026-06-21T01:43:54.864Z Downloaded zerovec-derive v0.11.2
3382026-06-21T01:43:54.864Z Downloaded ucd-trie v0.1.7
3392026-06-21T01:43:54.864Z Downloaded heck v0.4.1
3402026-06-21T01:43:54.864Z Downloaded toml v0.8.23
3412026-06-21T01:43:54.864Z Downloaded tinystr v0.8.2
3422026-06-21T01:43:54.864Z Downloaded macaddr v1.0.1
3432026-06-21T01:43:54.864Z Downloaded memmap v0.7.0
3442026-06-21T01:43:54.864Z Downloaded thiserror-impl v2.0.18
3452026-06-21T01:43:54.864Z Downloaded yoke v0.8.1
3462026-06-21T01:43:54.864Z Downloaded generic-array v0.14.7
3472026-06-21T01:43:54.864Z Downloaded sha2 v0.10.9
3482026-06-21T01:43:54.864Z Downloaded anstyle-query v1.1.5
3492026-06-21T01:43:54.865Z Downloaded zerocopy-derive v0.7.35
3502026-06-21T01:43:54.865Z Downloaded serde_derive v1.0.228
3512026-06-21T01:43:54.865Z Downloaded swrite v0.1.0
3522026-06-21T01:43:54.865Z Downloaded smawk v0.3.2
3532026-06-21T01:43:54.865Z Downloaded plain v0.2.3
3542026-06-21T01:43:54.865Z Downloaded clap v4.6.1
3552026-06-21T01:43:54.865Z Downloaded is_terminal_polyfill v1.70.2
3562026-06-21T01:43:54.865Z Downloaded form_urlencoded v1.2.2
3572026-06-21T01:43:54.865Z Downloaded textwrap v0.16.2
3582026-06-21T01:43:54.865Z Downloaded toml_edit v0.22.27
3592026-06-21T01:43:54.865Z Downloaded zerotrie v0.2.3
3602026-06-21T01:43:54.865Z Downloaded unicode-ident v1.0.24
3612026-06-21T01:43:54.865Z Downloaded url v2.5.8
3622026-06-21T01:43:54.865Z Downloaded zerovec v0.11.5
3632026-06-21T01:43:54.885Z Downloaded tabled_derive v0.7.0
3642026-06-21T01:43:54.885Z Downloaded strsim v0.11.1
3652026-06-21T01:43:54.885Z Downloaded serde-value v0.7.0
3662026-06-21T01:43:54.895Z Downloaded proc-macro-error v1.0.4
3672026-06-21T01:43:54.895Z Downloaded synstructure v0.13.2
3682026-06-21T01:43:54.895Z Downloaded serde-untagged v0.1.9
3692026-06-21T01:43:54.895Z Downloaded fs-err v3.3.0
3702026-06-21T01:43:54.895Z Downloaded scroll v0.12.0
3712026-06-21T01:43:54.895Z Downloaded zerocopy v0.7.35
3722026-06-21T01:43:54.895Z Downloaded winnow v0.7.14
3732026-06-21T01:43:54.903Z Downloaded pest_generator v2.8.6
3742026-06-21T01:43:54.903Z Downloaded anstyle-parse v1.0.0
3752026-06-21T01:43:54.904Z Downloaded pest_derive v2.8.6
3762026-06-21T01:43:54.904Z Downloaded quote v1.0.45
3772026-06-21T01:43:54.904Z Downloaded unicode-width v0.2.0
3782026-06-21T01:43:54.908Z Downloaded unicode-width v0.1.14
3792026-06-21T01:43:54.908Z Downloaded anstyle v1.0.14
3802026-06-21T01:43:54.908Z Downloaded autocfg v1.5.0
3812026-06-21T01:43:54.913Z Downloaded proc-macro2 v1.0.106
3822026-06-21T01:43:54.918Z Downloaded serde_tokenstream v0.2.3
3832026-06-21T01:43:54.930Z Downloaded icu_properties v2.1.2
3842026-06-21T01:43:54.939Z Downloaded anyhow v1.0.102
3852026-06-21T01:43:54.939Z Downloaded bitflags v2.11.0
3862026-06-21T01:43:54.944Z Downloaded smallvec v1.15.1
3872026-06-21T01:43:54.945Z Downloaded semver v1.0.28
3882026-06-21T01:43:54.945Z Downloaded once_cell v1.21.3
3892026-06-21T01:43:54.945Z Downloaded icu_normalizer v2.1.1
3902026-06-21T01:43:54.945Z Downloaded getrandom v0.4.1
3912026-06-21T01:43:54.955Z Downloaded serde_core v1.0.228
3922026-06-21T01:43:54.955Z Downloaded litemap v0.8.1
3932026-06-21T01:43:54.955Z Downloaded pest_meta v2.8.6
3942026-06-21T01:43:54.966Z Downloaded log v0.4.29
3952026-06-21T01:43:54.966Z Downloaded icu_provider v2.1.1
3962026-06-21T01:43:54.966Z Downloaded papergrid v0.11.0
3972026-06-21T01:43:54.966Z Downloaded num-traits v0.2.19
3982026-06-21T01:43:54.976Z Downloaded icu_locale_core v2.1.1
3992026-06-21T01:43:54.976Z Downloaded tempfile v3.25.0
4002026-06-21T01:43:54.987Z Downloaded icu_collections v2.1.1
4012026-06-21T01:43:54.987Z Downloaded icu_normalizer_data v2.1.1
4022026-06-21T01:43:54.997Z Downloaded serde v1.0.228
4032026-06-21T01:43:54.997Z Downloaded indexmap v2.14.0
4042026-06-21T01:43:55.004Z Downloaded memchr v2.8.0
4052026-06-21T01:43:55.009Z Downloaded clap_builder v4.6.0
4062026-06-21T01:43:55.013Z Downloaded hashbrown v0.17.0
4072026-06-21T01:43:55.024Z Downloaded pest v2.8.6
4082026-06-21T01:43:55.024Z Downloaded idna v1.1.0
4092026-06-21T01:43:55.042Z Downloaded icu_properties_data v2.1.2
4102026-06-21T01:43:55.051Z Downloaded goblin v0.8.2
4112026-06-21T01:43:55.051Z Downloaded serde_json v1.0.149
4122026-06-21T01:43:55.061Z Downloaded tabled v0.15.0
4132026-06-21T01:43:55.070Z Downloaded syn v1.0.109
4142026-06-21T01:43:55.077Z Downloaded syn v2.0.117
4152026-06-21T01:43:55.084Z Downloaded rustix v1.1.3
4162026-06-21T01:43:55.112Z Downloaded libc v0.2.185
4172026-06-21T01:43:55.179Z Compiling proc-macro2 v1.0.106
4182026-06-21T01:43:55.179Z Compiling unicode-ident v1.0.24
4192026-06-21T01:43:55.183Z Compiling quote v1.0.45
4202026-06-21T01:43:55.183Z Compiling serde_core v1.0.228
4212026-06-21T01:43:55.183Z Compiling libc v0.2.185
4222026-06-21T01:43:55.183Z Compiling version_check v0.9.5
4232026-06-21T01:43:55.183Z Compiling stable_deref_trait v1.2.1
4242026-06-21T01:43:55.183Z Compiling memchr v2.8.0
4252026-06-21T01:43:55.446Z Compiling serde v1.0.228
4262026-06-21T01:43:55.488Z Compiling zmij v1.0.21
4272026-06-21T01:43:55.724Z Compiling thiserror v1.0.69
4282026-06-21T01:43:55.988Z Compiling itoa v1.0.17
4292026-06-21T01:43:56.098Z Compiling autocfg v1.5.0
4302026-06-21T01:43:56.103Z Compiling ucd-trie v0.1.7
4312026-06-21T01:43:56.358Z Compiling pest v2.8.6
4322026-06-21T01:43:56.380Z Compiling litemap v0.8.1
4332026-06-21T01:43:56.380Z Compiling writeable v0.6.2
4342026-06-21T01:43:56.439Z Compiling byteorder v1.5.0
4352026-06-21T01:43:56.530Z Compiling icu_normalizer_data v2.1.1
4362026-06-21T01:43:56.554Z Compiling icu_properties_data v2.1.2
4372026-06-21T01:43:56.657Z Compiling rustix v1.1.3
4382026-06-21T01:43:56.747Z Compiling errno v0.3.14
4392026-06-21T01:43:56.862Z Compiling serde_json v1.0.149
4402026-06-21T01:43:56.895Z Compiling bitflags v2.11.0
4412026-06-21T01:43:56.986Z Compiling syn v2.0.117
4422026-06-21T01:43:57.106Z Compiling num-traits v0.2.19
4432026-06-21T01:43:57.148Z Compiling hashbrown v0.17.0
4442026-06-21T01:43:57.168Z Compiling smallvec v1.15.1
4452026-06-21T01:43:57.286Z Compiling typeid v1.0.3
4462026-06-21T01:43:57.374Z Compiling pest_meta v2.8.6
4472026-06-21T01:43:57.551Z Compiling equivalent v1.0.2
4482026-06-21T01:43:57.637Z Compiling indexmap v2.14.0
4492026-06-21T01:43:57.756Z Compiling thread-id v4.2.2
4502026-06-21T01:43:57.839Z Compiling usdt-impl v0.5.0
4512026-06-21T01:43:57.898Z Compiling proc-macro-error-attr v1.0.4
4522026-06-21T01:43:57.974Z Compiling syn v1.0.109
4532026-06-21T01:43:58.045Z Compiling erased-serde v0.4.9
4542026-06-21T01:43:58.201Z Compiling toml_write v0.1.2
4552026-06-21T01:43:58.232Z Compiling winnow v0.7.14
4562026-06-21T01:43:58.426Z Compiling proc-macro-error v1.0.4
4572026-06-21T01:43:58.494Z Compiling thiserror v2.0.18
4582026-06-21T01:43:58.605Z Compiling plain v0.2.3
4592026-06-21T01:43:58.753Z Compiling utf8parse v0.2.2
4602026-06-21T01:43:58.813Z Compiling percent-encoding v2.3.2
4612026-06-21T01:43:58.831Z Compiling log v0.4.29
4622026-06-21T01:43:58.949Z Compiling utf8_iter v1.0.4
4632026-06-21T01:43:58.980Z Compiling getrandom v0.4.1
4642026-06-21T01:43:59.026Z Compiling camino v1.2.2
4652026-06-21T01:43:59.026Z Compiling form_urlencoded v1.2.2
4662026-06-21T01:43:59.105Z Compiling ordered-float v2.10.1
4672026-06-21T01:43:59.242Z Compiling anstyle-parse v1.0.0
4682026-06-21T01:43:59.434Z Compiling terminal_size v0.4.3
4692026-06-21T01:43:59.467Z Compiling colorchoice v1.0.4
4702026-06-21T01:43:59.568Z Compiling synstructure v0.13.2
4712026-06-21T01:43:59.585Z Compiling pest_generator v2.8.6
4722026-06-21T01:43:59.652Z Compiling is_terminal_polyfill v1.70.2
4732026-06-21T01:43:59.764Z Compiling pretty-hex v0.4.1
4742026-06-21T01:43:59.779Z Compiling anstyle-query v1.1.5
4752026-06-21T01:43:59.828Z Compiling cfg-if v1.0.4
4762026-06-21T01:43:59.830Z Compiling anstyle v1.0.14
4772026-06-21T01:43:59.902Z Compiling serde-untagged v0.1.9
4782026-06-21T01:44:00.028Z Compiling anstream v1.0.0
4792026-06-21T01:44:00.073Z Compiling semver v1.0.28
4802026-06-21T01:44:00.185Z Compiling fs-err v3.3.0
4812026-06-21T01:44:00.304Z Compiling unicode-width v0.1.14
4822026-06-21T01:44:00.331Z Compiling fastrand v2.3.0
4832026-06-21T01:44:00.360Z Compiling once_cell v1.21.3
4842026-06-21T01:44:00.389Z Compiling anyhow v1.0.102
4852026-06-21T01:44:00.439Z Compiling strsim v0.11.1
4862026-06-21T01:44:00.572Z Compiling heck v0.5.0
4872026-06-21T01:44:00.603Z Compiling clap_lex v1.0.0
4882026-06-21T01:44:00.696Z Compiling bytecount v0.6.9
4892026-06-21T01:44:00.796Z Compiling unicode-xid v0.2.6
4902026-06-21T01:44:00.824Z Compiling fnv v1.0.7
4912026-06-21T01:44:00.841Z Compiling heck v0.4.1
4922026-06-21T01:44:00.843Z Compiling clap_builder v4.6.0
4932026-06-21T01:44:00.910Z Compiling papergrid v0.11.0
4942026-06-21T01:44:00.924Z Compiling tempfile v3.25.0
4952026-06-21T01:44:01.092Z Compiling memmap v0.7.0
4962026-06-21T01:44:01.161Z Compiling unicode-linebreak v0.1.5
4972026-06-21T01:44:01.320Z Compiling smawk v0.3.2
4982026-06-21T01:44:01.331Z Compiling serde_derive v1.0.228
4992026-06-21T01:44:01.331Z Compiling zerofrom-derive v0.1.6
5002026-06-21T01:44:01.394Z Compiling yoke-derive v0.8.1
5012026-06-21T01:44:01.394Z Compiling zerovec-derive v0.11.2
5022026-06-21T01:44:01.462Z Compiling displaydoc v0.2.5
5032026-06-21T01:44:02.187Z Compiling thiserror-impl v1.0.69
5042026-06-21T01:44:02.293Z Compiling zerocopy-derive v0.7.35
5052026-06-21T01:44:02.486Z Compiling pest_derive v2.8.6
5062026-06-21T01:44:02.510Z Compiling scroll_derive v0.12.1
5072026-06-21T01:44:02.645Z Compiling zerofrom v0.1.6
5082026-06-21T01:44:02.777Z Compiling yoke v0.8.1
5092026-06-21T01:44:02.911Z Compiling thiserror-impl v2.0.18
5102026-06-21T01:44:02.962Z Compiling zerovec v0.11.5
5112026-06-21T01:44:03.141Z Compiling zerotrie v0.2.3
5122026-06-21T01:44:03.168Z Compiling zerocopy v0.7.35
5132026-06-21T01:44:03.413Z Compiling tinystr v0.8.2
5142026-06-21T01:44:03.460Z Compiling potential_utf v0.1.4
5152026-06-21T01:44:03.540Z Compiling dtrace-parser v0.2.0
5162026-06-21T01:44:03.614Z Compiling icu_locale_core v2.1.1
5172026-06-21T01:44:03.628Z Compiling icu_collections v2.1.1
5182026-06-21T01:44:03.711Z Compiling scroll v0.12.0
5192026-06-21T01:44:03.814Z Compiling tabled_derive v0.7.0
5202026-06-21T01:44:03.970Z Compiling goblin v0.8.2
5212026-06-21T01:44:04.034Z Compiling clap_derive v4.6.1
5222026-06-21T01:44:04.131Z Compiling unicode-width v0.2.0
5232026-06-21T01:44:04.290Z Compiling icu_provider v2.1.1
5242026-06-21T01:44:04.514Z Compiling icu_properties v2.1.2
5252026-06-21T01:44:04.531Z Compiling icu_normalizer v2.1.1
5262026-06-21T01:44:04.579Z Compiling textwrap v0.16.2
5272026-06-21T01:44:04.748Z Compiling serde_spanned v0.6.9
5282026-06-21T01:44:04.792Z Compiling toml_datetime v0.6.11
5292026-06-21T01:44:04.824Z Compiling dof v0.3.0
5302026-06-21T01:44:04.896Z Compiling serde_tokenstream v0.2.3
5312026-06-21T01:44:05.032Z Compiling toml_edit v0.22.27
5322026-06-21T01:44:05.053Z Compiling serde-value v0.7.0
5332026-06-21T01:44:05.211Z Compiling cargo-platform v0.2.0
5342026-06-21T01:44:05.211Z Compiling tabled v0.15.0
5352026-06-21T01:44:05.415Z Compiling idna_adapter v1.2.1
5362026-06-21T01:44:05.488Z Compiling macaddr v1.0.1
5372026-06-21T01:44:05.557Z Compiling idna v1.1.0
5382026-06-21T01:45:09.522Z Compiling usdt-macro v0.5.0
5392026-06-21T01:45:09.574Z Compiling usdt-attr-macro v0.5.0
5402026-06-21T01:45:09.574Z Compiling clap v4.6.1
5412026-06-21T01:45:09.574Z Compiling url v2.5.8
5422026-06-21T01:45:09.574Z Compiling camino-tempfile v1.4.1
5432026-06-21T01:45:09.574Z Compiling swrite v0.1.0
5442026-06-21T01:45:09.574Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-06-21T01:45:09.574Z Compiling toml v0.8.23
5462026-06-21T01:45:10.840Z Compiling cargo-util-schemas v0.8.2
5472026-06-21T01:45:10.841Z Compiling cargo_toml v0.21.0
5482026-06-21T01:45:10.841Z Compiling usdt v0.5.0
5492026-06-21T01:45:10.841Z Compiling cargo_metadata v0.21.0
5502026-06-21T01:45:10.841Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5512026-06-21T01:45:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.70s
5522026-06-21T01:45:10.841Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5532026-06-21T01:45:10.841Z Downloading crates ...
5542026-06-21T01:45:10.841Z Downloaded atomic-waker v1.1.2
5552026-06-21T01:45:10.841Z Downloaded aead v0.5.2
5562026-06-21T01:45:10.841Z Downloaded darling v0.20.11
5572026-06-21T01:45:10.841Z Downloaded arrayref v0.3.9
5582026-06-21T01:45:10.841Z Downloaded atomicwrites v0.4.4
5592026-06-21T01:45:10.841Z Downloaded async-stream-impl v0.3.6
5602026-06-21T01:45:10.841Z Downloaded async-stream v0.3.6
5612026-06-21T01:45:10.841Z Downloaded crossbeam-epoch v0.9.18
5622026-06-21T01:45:10.841Z Downloaded atty v0.2.14
5632026-06-21T01:45:10.841Z Downloaded ascii-canvas v3.0.0
5642026-06-21T01:45:10.841Z Downloaded base16ct v0.2.0
5652026-06-21T01:45:10.841Z Downloaded darling_macro v0.23.0
5662026-06-21T01:45:10.841Z Downloaded bcrypt-pbkdf v0.10.0
5672026-06-21T01:45:10.841Z Downloaded bb8 v0.8.6
5682026-06-21T01:45:10.841Z Downloaded cstr-argument v0.1.2
5692026-06-21T01:45:10.841Z Downloaded crucible-workspace-hack v0.1.0
5702026-06-21T01:45:10.842Z Downloaded adler2 v2.0.1
5712026-06-21T01:45:10.842Z Downloaded crc8 v0.1.1
5722026-06-21T01:45:10.843Z Downloaded array-init v0.0.4
5732026-06-21T01:45:10.843Z Downloaded assert_matches v1.5.0
5742026-06-21T01:45:10.843Z Downloaded async-recursion v1.1.1
5752026-06-21T01:45:10.843Z Downloaded bit-set v0.5.3
5762026-06-21T01:45:10.843Z Downloaded crossbeam-utils v0.8.21
5772026-06-21T01:45:10.843Z Downloaded darling_macro v0.21.3
5782026-06-21T01:45:10.843Z Downloaded ciborium-io v0.2.2
5792026-06-21T01:45:10.843Z Downloaded either v1.15.0
5802026-06-21T01:45:10.843Z Downloaded crc32fast v1.5.0
5812026-06-21T01:45:10.843Z Downloaded crossbeam-channel v0.5.15
5822026-06-21T01:45:10.843Z Downloaded bitfield-struct v0.6.2
5832026-06-21T01:45:10.843Z Downloaded darling_macro v0.20.11
5842026-06-21T01:45:10.843Z Downloaded darling_macro v0.13.4
5852026-06-21T01:45:10.843Z Downloaded dyn-clone v1.0.20
5862026-06-21T01:45:10.843Z Downloaded crc-catalog v2.4.0
5872026-06-21T01:45:10.843Z Downloaded anstream v0.6.21
5882026-06-21T01:45:10.843Z Downloaded fixedbitset v0.4.2
5892026-06-21T01:45:10.843Z Downloaded arrayvec v0.7.6
5902026-06-21T01:45:10.902Z Downloaded derive_builder_macro v0.20.2
5912026-06-21T01:45:10.902Z Downloaded crunchy v0.2.4
5922026-06-21T01:45:10.902Z Downloaded convert_case v0.4.0
5932026-06-21T01:45:10.902Z Downloaded compression-core v0.4.31
5942026-06-21T01:45:10.902Z Downloaded daft v0.1.7
5952026-06-21T01:45:10.902Z Downloaded ed25519 v2.2.3
5962026-06-21T01:45:10.902Z Downloaded crc v3.4.0
5972026-06-21T01:45:10.902Z Downloaded darling_core v0.21.3
5982026-06-21T01:45:10.902Z Downloaded embedded-io v0.6.1
5992026-06-21T01:45:10.902Z Downloaded ciborium-ll v0.2.2
6002026-06-21T01:45:10.903Z Downloaded dropshot_endpoint v0.17.0
6012026-06-21T01:45:10.903Z Downloaded castaway v0.2.4
6022026-06-21T01:45:10.903Z Downloaded darling v0.21.3
6032026-06-21T01:45:10.903Z Downloaded cpufeatures v0.3.0
6042026-06-21T01:45:10.903Z Downloaded bit-set v0.8.0
6052026-06-21T01:45:10.903Z Downloaded daft-derive v0.1.7
6062026-06-21T01:45:10.903Z Downloaded downcast-rs v2.0.2
6072026-06-21T01:45:10.903Z Downloaded curve25519-dalek-derive v0.1.1
6082026-06-21T01:45:10.903Z Downloaded cargo-platform v0.3.2
6092026-06-21T01:45:10.903Z Downloaded bitfield-macros v0.19.4
6102026-06-21T01:45:10.903Z Downloaded dtrace-parser v0.3.0
6112026-06-21T01:45:10.903Z Downloaded embedded-io v0.4.0
6122026-06-21T01:45:10.903Z Downloaded dirs-sys-next v0.1.2
6132026-06-21T01:45:10.904Z Downloaded ctr v0.9.2
6142026-06-21T01:45:10.904Z Downloaded cobs v0.3.0
6152026-06-21T01:45:10.904Z Downloaded backoff v0.4.0
6162026-06-21T01:45:10.904Z Downloaded flagset v0.4.7
6172026-06-21T01:45:10.904Z Downloaded env_filter v1.0.0
6182026-06-21T01:45:10.904Z Downloaded document-features v0.2.12
6192026-06-21T01:45:10.904Z Downloaded cassowary v0.3.0
6202026-06-21T01:45:10.904Z Downloaded enum-as-inner v0.6.1
6212026-06-21T01:45:10.904Z Downloaded debug-ignore v1.0.5
6222026-06-21T01:45:10.904Z Downloaded cfg_aliases v0.2.1
6232026-06-21T01:45:10.904Z Downloaded difflib v0.4.0
6242026-06-21T01:45:10.904Z Downloaded block-padding v0.3.3
6252026-06-21T01:45:10.904Z Downloaded bitflags v1.3.2
6262026-06-21T01:45:10.904Z Downloaded async-trait v0.1.89
6272026-06-21T01:45:10.904Z Downloaded display-error-chain v0.2.2
6282026-06-21T01:45:10.904Z Downloaded chacha20 v0.9.1
6292026-06-21T01:45:10.904Z Downloaded float-ord v0.3.2
6302026-06-21T01:45:10.904Z Downloaded compression-codecs v0.4.37
6312026-06-21T01:45:10.904Z Downloaded blowfish v0.9.1
6322026-06-21T01:45:10.904Z Downloaded cmake v0.1.57
6332026-06-21T01:45:10.904Z Downloaded cexpr v0.6.0
6342026-06-21T01:45:10.904Z Downloaded bit-vec v0.8.0
6352026-06-21T01:45:10.904Z Downloaded endian-type v0.1.2
6362026-06-21T01:45:10.904Z Downloaded float-cmp v0.10.0
6372026-06-21T01:45:10.904Z Downloaded crc-any v2.5.0
6382026-06-21T01:45:10.904Z Downloaded dropshot-api-manager-types v0.7.2
6392026-06-21T01:45:10.905Z Downloaded dof v0.4.0
6402026-06-21T01:45:10.905Z Downloaded diesel_table_macro_syntax v0.3.0
6412026-06-21T01:45:10.905Z Downloaded defmt-parser v1.0.0
6422026-06-21T01:45:10.905Z Downloaded argon2 v0.5.3
6432026-06-21T01:45:10.905Z Downloaded anstyle-parse v0.2.7
6442026-06-21T01:45:10.905Z Downloaded dunce v1.0.5
6452026-06-21T01:45:10.905Z Downloaded dirs-next v2.0.0
6462026-06-21T01:45:10.906Z Downloaded dsl_auto_type v0.2.0
6472026-06-21T01:45:10.906Z Downloaded foreign-types-shared v0.1.1
6482026-06-21T01:45:10.906Z Downloaded foreign-types v0.5.0
6492026-06-21T01:45:10.906Z Downloaded foreign-types v0.3.2
6502026-06-21T01:45:10.906Z Downloaded fxhash v0.2.1
6512026-06-21T01:45:10.906Z Downloaded foreign-types-shared v0.3.1
6522026-06-21T01:45:10.906Z Downloaded foreign-types-macros v0.2.3
6532026-06-21T01:45:10.906Z Downloaded futures-io v0.3.32
6542026-06-21T01:45:10.906Z Downloaded futures-core v0.3.32
6552026-06-21T01:45:10.906Z Downloaded gethostname v0.5.0
6562026-06-21T01:45:10.906Z Downloaded futures-task v0.3.32
6572026-06-21T01:45:10.906Z Downloaded futures-sink v0.3.32
6582026-06-21T01:45:10.906Z Downloaded git-stub v1.0.0
6592026-06-21T01:45:10.906Z Downloaded cipher v0.4.4
6602026-06-21T01:45:10.906Z Downloaded bcs v0.1.6
6612026-06-21T01:45:10.906Z Downloaded defmt v1.0.1
6622026-06-21T01:45:10.906Z Downloaded ghash v0.5.1
6632026-06-21T01:45:10.906Z Downloaded convert_case v0.10.0
6642026-06-21T01:45:10.906Z Downloaded buf-list v1.1.2
6652026-06-21T01:45:10.907Z Downloaded fixedbitset v0.5.7
6662026-06-21T01:45:10.907Z Downloaded critical-section v1.2.0
6672026-06-21T01:45:10.907Z Downloaded base64ct v1.8.3
6682026-06-21T01:45:10.907Z Downloaded bit-vec v0.6.3
6692026-06-21T01:45:10.907Z Downloaded backon v1.6.0
6702026-06-21T01:45:10.907Z Downloaded async-bb8-diesel v0.2.1
6712026-06-21T01:45:10.907Z Downloaded ahash v0.8.12
6722026-06-21T01:45:10.907Z Downloaded ff v0.13.1
6732026-06-21T01:45:10.907Z Downloaded fatfs v0.3.6
6742026-06-21T01:45:10.907Z Downloaded hex-literal v0.4.1
6752026-06-21T01:45:10.907Z Downloaded ciborium v0.2.2
6762026-06-21T01:45:10.907Z Downloaded hostname v0.3.1
6772026-06-21T01:45:10.907Z Downloaded cfg_aliases v0.1.1
6782026-06-21T01:45:10.907Z Downloaded hubpack_derive v0.1.1
6792026-06-21T01:45:10.907Z Downloaded hash32 v0.2.1
6802026-06-21T01:45:10.907Z Downloaded http-body v1.0.1
6812026-06-21T01:45:10.907Z Downloaded hostname v0.4.2
6822026-06-21T01:45:10.907Z Downloaded hubpack v0.1.2
6832026-06-21T01:45:10.907Z Downloaded const_format_proc_macros v0.2.34
6842026-06-21T01:45:10.907Z Downloaded httpdate v1.0.3
6852026-06-21T01:45:10.907Z Downloaded allocator-api2 v0.2.21
6862026-06-21T01:45:10.907Z Downloaded ident_case v1.0.1
6872026-06-21T01:45:10.907Z Downloaded defmt v0.3.100
6882026-06-21T01:45:10.907Z Downloaded darling_core v0.20.11
6892026-06-21T01:45:10.907Z Downloaded der_derive v0.7.3
6902026-06-21T01:45:11.018Z Downloaded headers-core v0.3.0
6912026-06-21T01:45:11.018Z Downloaded fallible-iterator v0.2.0
6922026-06-21T01:45:11.018Z Downloaded foldhash v0.2.0
6932026-06-21T01:45:11.018Z Downloaded filetime v0.2.27
6942026-06-21T01:45:11.018Z Downloaded fd-lock v4.0.4
6952026-06-21T01:45:11.018Z Downloaded home v0.5.12
6962026-06-21T01:45:11.018Z Downloaded find-msvc-tools v0.1.9
6972026-06-21T01:45:11.018Z Downloaded ecdsa v0.16.9
6982026-06-21T01:45:11.018Z Downloaded erased-serde v0.3.31
6992026-06-21T01:45:11.018Z Downloaded corncobs v0.1.4
7002026-06-21T01:45:11.018Z Downloaded darling v0.13.4
7012026-06-21T01:45:11.018Z Downloaded funty v2.0.0
7022026-06-21T01:45:11.018Z Downloaded foldhash v0.1.5
7032026-06-21T01:45:11.018Z Downloaded derive-ex v0.1.8
7042026-06-21T01:45:11.018Z Downloaded futures-executor v0.3.32
7052026-06-21T01:45:11.018Z Downloaded futures-macro v0.3.32
7062026-06-21T01:45:11.018Z Downloaded fs_extra v1.3.0
7072026-06-21T01:45:11.018Z Downloaded crossbeam-deque v0.8.6
7082026-06-21T01:45:11.018Z Downloaded http-range v0.1.5
7092026-06-21T01:45:11.018Z Downloaded ena v0.14.4
7102026-06-21T01:45:11.020Z Downloaded globwalk v0.9.1
7112026-06-21T01:45:11.020Z Downloaded crypto-bigint v0.5.5
7122026-06-21T01:45:11.020Z Downloaded illumos-nvpair v0.3.0
7132026-06-21T01:45:11.020Z Downloaded globset v0.4.18
7142026-06-21T01:45:11.020Z Downloaded git-stub-vcs v0.1.0
7152026-06-21T01:45:11.020Z Downloaded constant_time_eq v0.4.2
7162026-06-21T01:45:11.021Z Downloaded byte-wrapper v0.1.0
7172026-06-21T01:45:11.021Z Downloaded const-oid v0.9.6
7182026-06-21T01:45:11.021Z Downloaded console v0.16.2
7192026-06-21T01:45:11.021Z Downloaded illumos-nvpair-sys v0.2.0
7202026-06-21T01:45:11.021Z Downloaded darling v0.23.0
7212026-06-21T01:45:11.021Z Downloaded indent_write v2.2.0
7222026-06-21T01:45:11.021Z Downloaded internet-checksum v0.2.1
7232026-06-21T01:45:11.021Z Downloaded instant v0.1.13
7242026-06-21T01:45:11.021Z Downloaded glob v0.3.3
7252026-06-21T01:45:11.021Z Downloaded derive_builder_core v0.20.2
7262026-06-21T01:45:11.021Z Downloaded hash32 v0.3.1
7272026-06-21T01:45:11.021Z Downloaded group v0.13.0
7282026-06-21T01:45:11.021Z Downloaded diesel-dtrace v0.5.0
7292026-06-21T01:45:11.021Z Downloaded data-encoding v2.10.0
7302026-06-21T01:45:11.021Z Downloaded console v0.15.11
7312026-06-21T01:45:11.021Z Downloaded hex v0.4.3
7322026-06-21T01:45:11.021Z Downloaded colored v2.2.0
7332026-06-21T01:45:11.021Z Downloaded clang-sys v1.8.1
7342026-06-21T01:45:11.021Z Downloaded chacha20 v0.10.0
7352026-06-21T01:45:11.021Z Downloaded hyper-staticfile v0.10.1
7362026-06-21T01:45:11.021Z Downloaded is-terminal v0.4.17
7372026-06-21T01:45:11.021Z Downloaded instability v0.3.11
7382026-06-21T01:45:11.021Z Downloaded inout v0.1.4
7392026-06-21T01:45:11.021Z Downloaded humantime v2.3.0
7402026-06-21T01:45:11.021Z Downloaded lalrpop-util v0.19.12
7412026-06-21T01:45:11.021Z Downloaded keccak v0.1.6
7422026-06-21T01:45:11.022Z Downloaded flate2 v1.1.9
7432026-06-21T01:45:11.022Z Downloaded des v0.8.1
7442026-06-21T01:45:11.022Z Downloaded cbc v0.1.2
7452026-06-21T01:45:11.022Z Downloaded bzip2 v0.6.1
7462026-06-21T01:45:11.022Z Downloaded bzip2 v0.4.4
7472026-06-21T01:45:11.022Z Downloaded arc-swap v1.8.2
7482026-06-21T01:45:11.022Z Downloaded is_ci v1.2.0
7492026-06-21T01:45:11.022Z Downloaded csv-core v0.1.13
7502026-06-21T01:45:11.022Z Downloaded fs-err v2.11.0
7512026-06-21T01:45:11.022Z Downloaded kstat-rs v0.2.4
7522026-06-21T01:45:11.022Z Downloaded derive_builder v0.20.2
7532026-06-21T01:45:11.022Z Downloaded futures-channel v0.3.32
7542026-06-21T01:45:11.022Z Downloaded cookie v0.18.1
7552026-06-21T01:45:11.022Z Downloaded cargo_metadata v0.23.1
7562026-06-21T01:45:11.022Z Downloaded cookie_store v0.22.1
7572026-06-21T01:45:11.022Z Downloaded highway v1.3.0
7582026-06-21T01:45:11.022Z Downloaded maybe-uninit v2.0.0
7592026-06-21T01:45:11.022Z Downloaded http-body-util v0.1.3
7602026-06-21T01:45:11.022Z Downloaded darling_core v0.13.4
7612026-06-21T01:45:11.022Z Downloaded hyper-tls v0.6.0
7622026-06-21T01:45:11.023Z Downloaded lru-cache v0.1.2
7632026-06-21T01:45:11.023Z Downloaded lazy_static v1.5.0
7642026-06-21T01:45:11.024Z Downloaded match_cfg v0.1.0
7652026-06-21T01:45:11.024Z Downloaded linked-hash-map v0.5.6
7662026-06-21T01:45:11.024Z Downloaded maplit v1.0.2
7672026-06-21T01:45:11.024Z Downloaded managed v0.8.0
7682026-06-21T01:45:11.024Z Downloaded ingot-types v0.1.2
7692026-06-21T01:45:11.024Z Downloaded multimap v0.10.1
7702026-06-21T01:45:11.024Z Downloaded ingot v0.1.1
7712026-06-21T01:45:11.024Z Downloaded indoc v2.0.7
7722026-06-21T01:45:11.024Z Downloaded newtype_derive v0.1.6
7732026-06-21T01:45:11.024Z Downloaded newtype-uuid-macros v0.1.0
7742026-06-21T01:45:11.024Z Downloaded new_debug_unreachable v1.0.6
7752026-06-21T01:45:11.024Z Downloaded md5 v0.7.0
7762026-06-21T01:45:11.024Z Downloaded deranged v0.5.8
7772026-06-21T01:45:11.024Z Downloaded ipnet v2.11.0
7782026-06-21T01:45:11.024Z Downloaded half v1.8.3
7792026-06-21T01:45:11.024Z Downloaded lzss v0.8.2
7802026-06-21T01:45:11.024Z Downloaded lru v0.12.5
7812026-06-21T01:45:11.024Z Downloaded indoc v1.0.9
7822026-06-21T01:45:11.024Z Downloaded hmac v0.12.1
7832026-06-21T01:45:11.024Z Downloaded md-5 v0.10.6
7842026-06-21T01:45:11.024Z Downloaded lru-slab v0.1.2
7852026-06-21T01:45:11.024Z Downloaded getrandom v0.2.17
7862026-06-21T01:45:11.024Z Downloaded libscf-sys v1.1.0
7872026-06-21T01:45:11.024Z Downloaded libloading v0.8.9
7882026-06-21T01:45:11.024Z Downloaded impl-trait-for-tuples v0.2.3
7892026-06-21T01:45:11.024Z Downloaded libsw v3.5.0
7902026-06-21T01:45:11.075Z Downloaded camino-tempfile-ext v0.3.3
7912026-06-21T01:45:11.076Z Downloaded nonempty v0.12.0
7922026-06-21T01:45:11.076Z Downloaded newline-converter v0.3.0
7932026-06-21T01:45:11.076Z Downloaded diff v0.1.13
7942026-06-21T01:45:11.076Z Downloaded derive-where v1.6.0
7952026-06-21T01:45:11.076Z Downloaded bitfield v0.19.4
7962026-06-21T01:45:11.076Z Downloaded libsw-core v0.3.2
7972026-06-21T01:45:11.076Z Downloaded colored v3.1.1
7982026-06-21T01:45:11.076Z Downloaded nodrop v0.1.14
7992026-06-21T01:45:11.076Z Downloaded nibble_vec v0.1.0
8002026-06-21T01:45:11.076Z Downloaded mime v0.3.17
8012026-06-21T01:45:11.076Z Downloaded memoffset v0.9.1
8022026-06-21T01:45:11.076Z Downloaded derive_more v0.99.20
8032026-06-21T01:45:11.076Z Downloaded num v0.4.3
8042026-06-21T01:45:11.076Z Downloaded normalize-line-endings v0.3.0
8052026-06-21T01:45:11.076Z Downloaded num-conv v0.2.0
8062026-06-21T01:45:11.076Z Downloaded jobserver v0.1.34
8072026-06-21T01:45:11.076Z Downloaded num-derive v0.3.3
8082026-06-21T01:45:11.076Z Downloaded ar_archive_writer v0.5.1
8092026-06-21T01:45:11.076Z Downloaded num-iter v0.1.45
8102026-06-21T01:45:11.077Z Downloaded futures v0.3.32
8112026-06-21T01:45:11.078Z Downloaded elliptic-curve v0.13.8
8122026-06-21T01:45:11.078Z Downloaded getrandom v0.3.4
8132026-06-21T01:45:11.078Z Downloaded openssl-macros v0.1.1
8142026-06-21T01:45:11.078Z Downloaded openssl-probe v0.2.1
8152026-06-21T01:45:11.078Z Downloaded opaque-debug v0.3.1
8162026-06-21T01:45:11.078Z Downloaded ipnetwork v0.21.1
8172026-06-21T01:45:11.079Z Downloaded num-derive v0.4.2
8182026-06-21T01:45:11.079Z Downloaded cancel-safe-futures v0.1.5
8192026-06-21T01:45:11.079Z Downloaded ingot-macros v0.1.1
8202026-06-21T01:45:11.079Z Downloaded env_logger v0.11.9
8212026-06-21T01:45:11.079Z Downloaded multer v3.1.0
8222026-06-21T01:45:11.079Z Downloaded defmt-macros v1.0.1
8232026-06-21T01:45:11.079Z Downloaded oso-derive v0.27.3
8242026-06-21T01:45:11.079Z Downloaded libefi-sys v0.1.0
8252026-06-21T01:45:11.079Z Downloaded httparse v1.10.1
8262026-06-21T01:45:11.079Z Downloaded num_threads v0.1.7
8272026-06-21T01:45:11.079Z Downloaded num_enum_derive v0.5.11
8282026-06-21T01:45:11.079Z Downloaded openssl-probe v0.1.6
8292026-06-21T01:45:11.079Z Downloaded bytes v1.11.1
8302026-06-21T01:45:11.079Z Downloaded iana-time-zone v0.1.65
8312026-06-21T01:45:11.079Z Downloaded hyper-rustls v0.27.7
8322026-06-21T01:45:11.079Z Downloaded chacha20poly1305 v0.10.1
8332026-06-21T01:45:11.079Z Downloaded parse-size v1.1.0
8342026-06-21T01:45:11.079Z Downloaded parse-display v0.10.0
8352026-06-21T01:45:11.079Z Downloaded linear-map v1.2.0
8362026-06-21T01:45:11.079Z Downloaded peg-runtime v0.8.5
8372026-06-21T01:45:11.080Z Downloaded lock_api v0.4.14
8382026-06-21T01:45:11.080Z Downloaded packed_struct_codegen v0.10.1
8392026-06-21T01:45:11.080Z Downloaded mime_guess v2.0.5
8402026-06-21T01:45:11.080Z Downloaded compact_str v0.8.1
8412026-06-21T01:45:11.080Z Downloaded native-tls v0.2.18
8422026-06-21T01:45:11.080Z Downloaded drift v0.2.0
8432026-06-21T01:45:11.080Z Downloaded base64 v0.21.7
8442026-06-21T01:45:11.080Z Downloaded ignore v0.4.25
8452026-06-21T01:45:11.080Z Downloaded phf_shared v0.12.1
8462026-06-21T01:45:11.080Z Downloaded nanorand v0.7.0
8472026-06-21T01:45:11.080Z Downloaded pin-utils v0.1.0
8482026-06-21T01:45:11.080Z Downloaded phf_shared v0.11.3
8492026-06-21T01:45:11.080Z Downloaded pbkdf2 v0.11.0
8502026-06-21T01:45:11.080Z Downloaded path-slash v0.1.5
8512026-06-21T01:45:11.080Z Downloaded nu-ansi-term v0.50.3
8522026-06-21T01:45:11.080Z Downloaded ed25519-dalek v2.2.0
8532026-06-21T01:45:11.080Z Downloaded pbkdf2 v0.12.2
8542026-06-21T01:45:11.081Z Downloaded num-integer v0.1.46
8552026-06-21T01:45:11.081Z Downloaded olpc-cjson v0.1.4
8562026-06-21T01:45:11.081Z Downloaded base64 v0.22.1
8572026-06-21T01:45:11.081Z Downloaded oxide-tokio-rt v0.1.4
8582026-06-21T01:45:11.081Z Downloaded precomputed-hash v0.1.1
8592026-06-21T01:45:11.081Z Downloaded predicates-tree v1.0.13
8602026-06-21T01:45:11.081Z Downloaded predicates-core v1.0.10
8612026-06-21T01:45:11.081Z Downloaded num_enum_derive v0.7.6
8622026-06-21T01:45:11.082Z Downloaded flume v0.11.1
8632026-06-21T01:45:11.082Z Downloaded oxnet v0.1.6
8642026-06-21T01:45:11.082Z Downloaded heapless v0.8.0
8652026-06-21T01:45:11.082Z Downloaded newtype-uuid v1.3.2
8662026-06-21T01:45:11.082Z Downloaded headers v0.4.1
8672026-06-21T01:45:11.082Z Downloaded half v2.7.1
8682026-06-21T01:45:11.082Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-06-21T01:45:11.082Z Downloaded powerfmt v0.2.0
8702026-06-21T01:45:11.082Z Downloaded proc-macro-crate v3.4.0
8712026-06-21T01:45:11.082Z Downloaded blake2 v0.10.6
8722026-06-21T01:45:11.082Z Downloaded paste v1.0.15
8732026-06-21T01:45:11.082Z Downloaded progenitor-macro v0.14.0
8742026-06-21T01:45:11.082Z Downloaded progenitor-client v0.14.0
8752026-06-21T01:45:11.082Z Downloaded pem v3.0.6
8762026-06-21T01:45:11.082Z Downloaded peg-macros v0.8.5
8772026-06-21T01:45:11.082Z Downloaded parse-display-derive v0.10.0
8782026-06-21T01:45:11.082Z Downloaded password-hash v0.5.0
8792026-06-21T01:45:11.082Z Downloaded packed_struct v0.10.1
8802026-06-21T01:45:11.082Z Downloaded owo-colors v4.3.0
8812026-06-21T01:45:11.082Z Downloaded radium v0.7.0
8822026-06-21T01:45:11.082Z Downloaded psl-types v2.0.11
8832026-06-21T01:45:11.082Z Downloaded peg v0.8.5
8842026-06-21T01:45:11.082Z Downloaded indexmap v1.9.3
8852026-06-21T01:45:11.082Z Downloaded async-compression v0.4.41
8862026-06-21T01:45:11.082Z Downloaded quick-error v1.2.3
8872026-06-21T01:45:11.082Z Downloaded pin-project-internal v1.1.11
8882026-06-21T01:45:11.082Z Downloaded password-hash v0.4.2
8892026-06-21T01:45:11.082Z Downloaded memmap2 v0.9.10
8902026-06-21T01:45:11.103Z Downloaded num-complex v0.4.6
8912026-06-21T01:45:11.103Z Downloaded pin-project-lite v0.2.17
8922026-06-21T01:45:11.103Z Downloaded phf_shared v0.13.1
8932026-06-21T01:45:11.103Z Downloaded rand_chacha v0.3.1
8942026-06-21T01:45:11.103Z Downloaded pem-rfc7468 v0.7.0
8952026-06-21T01:45:11.103Z Downloaded cc v1.2.56
8962026-06-21T01:45:11.103Z Downloaded omicron-zone-package v0.12.2
8972026-06-21T01:45:11.103Z Downloaded darling_core v0.23.0
8982026-06-21T01:45:11.103Z Downloaded const_format v0.2.35
8992026-06-21T01:45:11.103Z Downloaded polyval v0.6.2
9002026-06-21T01:45:11.103Z Downloaded pkg-config v0.3.32
9012026-06-21T01:45:11.103Z Downloaded pkcs8 v0.10.2
9022026-06-21T01:45:11.103Z Downloaded phf v0.12.1
9032026-06-21T01:45:11.103Z Downloaded parking_lot_core v0.8.6
9042026-06-21T01:45:11.103Z Downloaded proc-macro-crate v1.3.1
9052026-06-21T01:45:11.103Z Downloaded ppv-lite86 v0.2.21
9062026-06-21T01:45:11.103Z Downloaded num_enum v0.7.6
9072026-06-21T01:45:11.103Z Downloaded rand_xorshift v0.4.0
9082026-06-21T01:45:11.103Z Downloaded ref-cast-impl v1.0.25
9092026-06-21T01:45:11.103Z Downloaded ref-cast v1.0.25
9102026-06-21T01:45:11.103Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-06-21T01:45:11.103Z Downloaded recursive v0.1.1
9122026-06-21T01:45:11.104Z Downloaded libbz2-rs-sys v0.2.2
9132026-06-21T01:45:11.104Z Downloaded progenitor v0.14.0
9142026-06-21T01:45:11.104Z Downloaded hickory-resolver v0.25.2
9152026-06-21T01:45:11.104Z Downloaded postgres-protocol v0.6.10
9162026-06-21T01:45:11.104Z Downloaded parking_lot v0.12.5
9172026-06-21T01:45:11.104Z Downloaded num_enum v0.5.11
9182026-06-21T01:45:11.104Z Downloaded proc-macro-error2 v2.0.1
9192026-06-21T01:45:11.104Z Downloaded rfc6979 v0.4.0
9202026-06-21T01:45:11.104Z Downloaded progenitor-macro v0.13.0
9212026-06-21T01:45:11.104Z Downloaded progenitor-client v0.13.0
9222026-06-21T01:45:11.104Z Downloaded expectorate v1.2.0
9232026-06-21T01:45:11.104Z Downloaded litrs v1.0.0
9242026-06-21T01:45:11.104Z Downloaded diesel_derives v2.3.7
9252026-06-21T01:45:11.104Z Downloaded parking_lot v0.11.2
9262026-06-21T01:45:11.104Z Downloaded der v0.7.10
9272026-06-21T01:45:11.105Z Downloaded psm v0.1.30
9282026-06-21T01:45:11.105Z Downloaded derive_more-impl v2.1.1
9292026-06-21T01:45:11.105Z Downloaded rustc_version v0.4.1
9302026-06-21T01:45:11.105Z Downloaded derive_more v2.1.1
9312026-06-21T01:45:11.105Z Downloaded russh-cryptovec v0.7.3
9322026-06-21T01:45:11.105Z Downloaded rand_core v0.10.0
9332026-06-21T01:45:11.105Z Downloaded salsa20 v0.10.2
9342026-06-21T01:45:11.105Z Downloaded rustc_version v0.1.7
9352026-06-21T01:45:11.105Z Downloaded rand_core v0.9.5
9362026-06-21T01:45:11.105Z Downloaded rtoolbox v0.0.3
9372026-06-21T01:45:11.105Z Downloaded rand_chacha v0.9.0
9382026-06-21T01:45:11.105Z Downloaded phf v0.13.1
9392026-06-21T01:45:11.105Z Downloaded r2d2 v0.8.10
9402026-06-21T01:45:11.105Z Downloaded pkcs5 v0.7.1
9412026-06-21T01:45:11.105Z Downloaded poly1305 v0.8.0
9422026-06-21T01:45:11.106Z Downloaded pkcs1 v0.7.5
9432026-06-21T01:45:11.106Z Downloaded postcard v1.1.3
9442026-06-21T01:45:11.106Z Downloaded rand_core v0.6.4
9452026-06-21T01:45:11.106Z Downloaded rand_seeder v0.4.0
9462026-06-21T01:45:11.106Z Downloaded predicates v3.1.4
9472026-06-21T01:45:11.106Z Downloaded oso v0.27.3
9482026-06-21T01:45:11.106Z Downloaded miniz_oxide v0.8.9
9492026-06-21T01:45:11.106Z Downloaded bumpalo v3.20.2
9502026-06-21T01:45:11.106Z Downloaded heapless v0.7.17
9512026-06-21T01:45:11.106Z Downloaded aes v0.8.4
9522026-06-21T01:45:11.106Z Downloaded rustc-hash v2.1.1
9532026-06-21T01:45:11.106Z Downloaded indicatif v0.18.4
9542026-06-21T01:45:11.106Z Downloaded parking_lot_core v0.9.12
9552026-06-21T01:45:11.106Z Downloaded sapling-renderdag v0.1.0
9562026-06-21T01:45:11.106Z Downloaded serde-big-array v0.5.1
9572026-06-21T01:45:11.106Z Downloaded secrecy v0.10.3
9582026-06-21T01:45:11.106Z Downloaded same-file v1.0.6
9592026-06-21T01:45:11.106Z Downloaded hickory-resolver v0.24.4
9602026-06-21T01:45:11.106Z Downloaded num-rational v0.4.2
9612026-06-21T01:45:11.106Z Downloaded primeorder v0.13.6
9622026-06-21T01:45:11.106Z Downloaded postgres-types v0.2.12
9632026-06-21T01:45:11.106Z Downloaded progenitor v0.13.0
9642026-06-21T01:45:11.106Z Downloaded seq-macro v0.3.6
9652026-06-21T01:45:11.106Z Downloaded pin-project v1.1.11
9662026-06-21T01:45:11.106Z Downloaded scroll_derive v0.13.1
9672026-06-21T01:45:11.106Z Downloaded crossterm v0.28.1
9682026-06-21T01:45:11.106Z Downloaded serde_repr v0.1.20
9692026-06-21T01:45:11.106Z Downloaded serde_bytes v0.11.19
9702026-06-21T01:45:11.106Z Downloaded secrecy v0.8.0
9712026-06-21T01:45:11.106Z Downloaded p256 v0.13.2
9722026-06-21T01:45:11.106Z Downloaded rustls-pemfile v2.2.0
9732026-06-21T01:45:11.106Z Downloaded openssl-sys v0.9.115
9742026-06-21T01:45:11.106Z Downloaded progenitor-extras v0.2.0
9752026-06-21T01:45:11.106Z Downloaded resolv-conf v0.7.6
9762026-06-21T01:45:11.106Z Downloaded prefix-trie v0.7.0
9772026-06-21T01:45:11.107Z Downloaded semver v0.1.20
9782026-06-21T01:45:11.107Z Downloaded quinn-udp v0.5.14
9792026-06-21T01:45:11.107Z Downloaded hashbrown v0.12.3
9802026-06-21T01:45:11.107Z Downloaded sha1 v0.10.6
9812026-06-21T01:45:11.107Z Downloaded papergrid v0.17.0
9822026-06-21T01:45:11.107Z Downloaded signature v2.2.0
9832026-06-21T01:45:11.107Z Downloaded rusty-fork v0.3.1
9842026-06-21T01:45:11.107Z Downloaded rustversion v1.0.22
9852026-06-21T01:45:11.107Z Downloaded http v1.4.0
9862026-06-21T01:45:11.107Z Downloaded signal-hook-tokio v0.3.1
9872026-06-21T01:45:11.107Z Downloaded rustls-native-certs v0.8.3
9882026-06-21T01:45:11.107Z Downloaded minimal-lexical v0.2.1
9892026-06-21T01:45:11.107Z Downloaded shell-words v1.1.1
9902026-06-21T01:45:11.174Z Downloaded sec1 v0.7.3
9912026-06-21T01:45:11.174Z Downloaded serde_urlencoded v0.7.1
9922026-06-21T01:45:11.174Z Downloaded serde_spanned v1.0.4
9932026-06-21T01:45:11.174Z Downloaded siphasher v1.0.2
9942026-06-21T01:45:11.174Z Downloaded signal-hook-mio v0.2.5
9952026-06-21T01:45:11.174Z Downloaded rustls-pemfile v1.0.4
9962026-06-21T01:45:11.174Z Downloaded scopeguard v1.2.0
9972026-06-21T01:45:11.174Z Downloaded schemars_derive v0.8.22
9982026-06-21T01:45:11.174Z Downloaded scrypt v0.11.0
9992026-06-21T01:45:11.174Z Downloaded scheduled-thread-pool v0.2.7
10002026-06-21T01:45:11.174Z Downloaded jiff-static v0.2.21
10012026-06-21T01:45:11.174Z Downloaded slog-bunyan v2.5.0
10022026-06-21T01:45:11.174Z Downloaded slog-envlogger v2.2.0
10032026-06-21T01:45:11.174Z Downloaded sigpipe v0.1.3
10042026-06-21T01:45:11.174Z Downloaded serde_with_macros v1.5.2
10052026-06-21T01:45:11.174Z Downloaded crossterm v0.29.0
10062026-06-21T01:45:11.175Z Downloaded sqlparser_derive v0.5.0
10072026-06-21T01:45:11.175Z Downloaded sct v0.7.1
10082026-06-21T01:45:11.175Z Downloaded hyper-util v0.1.20
10092026-06-21T01:45:11.175Z Downloaded prettyplease v0.2.37
10102026-06-21T01:45:11.175Z Downloaded pretty_assertions v1.4.1
10112026-06-21T01:45:11.175Z Downloaded scroll v0.13.0
10122026-06-21T01:45:11.175Z Downloaded ssh-encoding v0.2.0
10132026-06-21T01:45:11.176Z Downloaded ssh-cipher v0.2.0
10142026-06-21T01:45:11.176Z Downloaded shlex v1.3.0
10152026-06-21T01:45:11.176Z Downloaded supports-color v3.0.2
10162026-06-21T01:45:11.176Z Downloaded subtle v2.6.1
10172026-06-21T01:45:11.176Z Downloaded strum v0.26.3
10182026-06-21T01:45:11.176Z Downloaded strsim v0.10.0
10192026-06-21T01:45:11.176Z Downloaded strip-ansi-escapes v0.2.1
10202026-06-21T01:45:11.176Z Downloaded slab v0.4.12
10212026-06-21T01:45:11.176Z Downloaded simd-adler32 v0.3.8
10222026-06-21T01:45:11.176Z Downloaded hickory-server v0.25.2
10232026-06-21T01:45:11.176Z Downloaded termtree v0.5.1
10242026-06-21T01:45:11.176Z Downloaded tap v1.0.1
10252026-06-21T01:45:11.176Z Downloaded signal-hook-registry v1.4.8
10262026-06-21T01:45:11.176Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (download of `aho-corasick v1.1.4` failed to transfer more than 10 bytes in 30s)
10272026-06-21T01:45:11.177Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aes-gcm v0.10.3` within 30s)
10282026-06-21T01:45:11.177Z Downloaded progenitor-impl v0.14.0
10292026-06-21T01:45:11.177Z Downloaded serde_plain v1.0.2
10302026-06-21T01:45:11.177Z Downloaded serde_path_to_error v0.1.20
10312026-06-21T01:45:11.177Z Downloaded structmeta-derive v0.3.0
10322026-06-21T01:45:11.177Z Downloaded dropshot-api-manager v0.7.2
10332026-06-21T01:45:11.177Z Downloaded structmeta v0.3.0
10342026-06-21T01:45:11.177Z Downloaded slog-scope v4.4.1
10352026-06-21T01:45:11.177Z Downloaded serde-hex v0.1.0
10362026-06-21T01:45:11.177Z Downloaded rustls-pki-types v1.14.0
10372026-06-21T01:45:11.177Z Downloaded ron v0.8.1
10382026-06-21T01:45:11.177Z Downloaded snafu-derive v0.8.9
10392026-06-21T01:45:11.177Z Downloaded smf v0.2.3
10402026-06-21T01:45:11.177Z Downloaded slog-stdlog v4.1.1
10412026-06-21T01:45:11.177Z Downloaded slog-json v2.6.1
10422026-06-21T01:45:11.177Z Downloaded slog-dtrace v0.3.0
10432026-06-21T01:45:11.177Z Downloaded smallvec v0.6.14
10442026-06-21T01:45:11.177Z Downloaded sync-ptr v0.1.4
10452026-06-21T01:45:11.177Z Downloaded strum v0.27.2
10462026-06-21T01:45:11.177Z Downloaded slog-async v2.8.0
10472026-06-21T01:45:11.177Z Downloaded take_mut v0.2.2
10482026-06-21T01:45:11.177Z Downloaded tagptr v0.2.0
10492026-06-21T01:45:11.177Z Downloaded tabled_derive v0.11.0
10502026-06-21T01:45:11.177Z Downloaded serde_derive_internals v0.29.1
10512026-06-21T01:45:11.178Z Downloaded hashbrown v0.13.2
10522026-06-21T01:45:11.178Z Downloaded tabwriter v1.4.1
10532026-06-21T01:45:11.178Z Downloaded spki v0.7.3
10542026-06-21T01:45:11.178Z Downloaded rcgen v0.12.1
10552026-06-21T01:45:11.178Z Downloaded testing_table v0.3.0
10562026-06-21T01:45:11.178Z Downloaded tinyvec_macros v0.1.1
10572026-06-21T01:45:11.178Z Downloaded thread-id v5.1.0
10582026-06-21T01:45:11.178Z Downloaded thiserror-impl-no-std v2.0.2
10592026-06-21T01:45:11.178Z Downloaded hashbrown v0.16.1
10602026-06-21T01:45:11.178Z Downloaded slog-term v2.9.2
10612026-06-21T01:45:11.178Z Downloaded hashbrown v0.15.5
10622026-06-21T01:45:11.178Z Downloaded mio v1.2.0
10632026-06-21T01:45:11.178Z Downloaded time-core v0.1.8
10642026-06-21T01:45:11.178Z Downloaded support-bundle-viewer v0.1.2
10652026-06-21T01:45:11.178Z Downloaded strum_macros v0.27.2
10662026-06-21T01:45:11.178Z Downloaded strum_macros v0.26.4
10672026-06-21T01:45:11.178Z Downloaded static_assertions v1.1.0
10682026-06-21T01:45:11.179Z Downloaded stacker v0.1.23
10692026-06-21T01:45:11.179Z Downloaded sqlformat v0.3.5
10702026-06-21T01:45:11.179Z Downloaded stringprep v0.1.5
10712026-06-21T01:45:11.179Z Downloaded string_cache v0.8.9
10722026-06-21T01:45:11.179Z Downloaded progenitor-impl v0.13.0
10732026-06-21T01:45:11.179Z Downloaded termios v0.3.3
10742026-06-21T01:45:11.179Z Downloaded num-bigint v0.4.6
10752026-06-21T01:45:11.179Z Downloaded tokio-macros v2.7.0
10762026-06-21T01:45:11.179Z Downloaded quinn v0.11.9
10772026-06-21T01:45:11.179Z Downloaded russh-keys v0.45.0
10782026-06-21T01:45:11.179Z Downloaded strum_macros v0.24.3
10792026-06-21T01:45:11.179Z Downloaded itertools v0.10.5
10802026-06-21T01:45:11.179Z Downloaded rayon-core v1.13.0
10812026-06-21T01:45:11.179Z Downloaded rustls-platform-verifier v0.6.2
10822026-06-21T01:45:11.180Z Downloaded sync_wrapper v1.0.2
10832026-06-21T01:45:11.180Z Downloaded signal-hook v0.3.18
10842026-06-21T01:45:11.180Z Downloaded tiny-keccak v2.0.2
10852026-06-21T01:45:11.180Z Downloaded thiserror-no-std v2.0.2
10862026-06-21T01:45:11.180Z Downloaded tower-service v0.3.3
10872026-06-21T01:45:11.180Z Downloaded tower-layer v0.3.3
10882026-06-21T01:45:11.180Z Downloaded serde_yaml v0.9.34+deprecated
10892026-06-21T01:45:11.180Z Downloaded topological-sort v0.2.2
10902026-06-21T01:45:11.189Z Downloaded schemars v0.8.22
10912026-06-21T01:45:11.189Z Downloaded similar v2.7.0
10922026-06-21T01:45:11.189Z Downloaded thread_local v1.1.9
10932026-06-21T01:45:11.189Z Downloaded serde_cbor v0.11.2
10942026-06-21T01:45:11.189Z Downloaded tls_codec v0.4.2
10952026-06-21T01:45:11.189Z Downloaded time-macros v0.2.27
10962026-06-21T01:45:11.189Z Downloaded try-lock v0.2.5
10972026-06-21T01:45:11.189Z Downloaded unit-prefix v0.5.2
10982026-06-21T01:45:11.189Z Downloaded unarray v0.1.4
10992026-06-21T01:45:11.189Z Downloaded trait-variant v0.1.2
11002026-06-21T01:45:11.189Z Downloaded universal-hash v0.5.1
11012026-06-21T01:45:11.189Z Downloaded typify-macro v0.6.2
11022026-06-21T01:45:11.189Z Downloaded unicode-truncate v1.1.0
11032026-06-21T01:45:11.189Z Downloaded usdt v0.6.0
11042026-06-21T01:45:11.189Z Downloaded tokio-dtrace v0.1.1
11052026-06-21T01:45:11.189Z Downloaded untrusted v0.7.1
11062026-06-21T01:45:11.190Z Downloaded term v1.2.1
11072026-06-21T01:45:11.190Z Downloaded term v0.7.0
11082026-06-21T01:45:11.190Z Downloaded rand v0.8.6
11092026-06-21T01:45:11.190Z Downloaded tokio-native-tls v0.3.1
11102026-06-21T01:45:11.190Z Downloaded publicsuffix v2.3.0
11112026-06-21T01:45:11.190Z Downloaded rsa v0.9.10
11122026-06-21T01:45:11.190Z Downloaded untrusted v0.9.0
11132026-06-21T01:45:11.190Z Downloaded tls_codec_derive v0.4.2
11142026-06-21T01:45:11.191Z Downloaded spin v0.9.8
11152026-06-21T01:45:11.191Z Downloaded serde_with_macros v3.17.0
11162026-06-21T01:45:11.191Z Downloaded utf-8 v0.7.6
11172026-06-21T01:45:11.191Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11182026-06-21T01:45:11.191Z Downloaded socket2 v0.5.10
11192026-06-21T01:45:11.191Z Downloaded void v1.0.2
11202026-06-21T01:45:11.191Z Downloaded nom v7.1.3
11212026-06-21T01:45:11.191Z Downloaded usdt-macro v0.6.0
11222026-06-21T01:45:11.191Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-06-21T01:45:11.191Z Downloaded tokio-tungstenite v0.21.0
11242026-06-21T01:45:11.191Z Downloaded tokio-rustls v0.25.0
11252026-06-21T01:45:11.191Z Downloaded tokio-tungstenite v0.23.1
11262026-06-21T01:45:11.191Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-06-21T01:45:11.191Z Downloaded waitgroup v0.1.2
11282026-06-21T01:45:11.191Z Downloaded ryu v1.0.23
11292026-06-21T01:45:11.191Z Downloaded wait-timeout v0.2.1
11302026-06-21T01:45:11.192Z Downloaded itertools v0.14.0
11312026-06-21T01:45:11.192Z Downloaded tui-tree-widget v0.23.1
11322026-06-21T01:45:11.192Z Downloaded schemars v0.9.0
11332026-06-21T01:45:11.192Z Downloaded want v0.3.1
11342026-06-21T01:45:11.192Z Downloaded socket2 v0.6.3
11352026-06-21T01:45:11.192Z Downloaded slog v2.8.2
11362026-06-21T01:45:11.192Z Downloaded schemars v1.2.1
11372026-06-21T01:45:11.192Z Downloaded snafu v0.8.9
11382026-06-21T01:45:11.192Z Downloaded usdt-impl v0.6.0
11392026-06-21T01:45:11.192Z Downloaded usdt-attr-macro v0.6.0
11402026-06-21T01:45:11.192Z Downloaded tokio-stream v0.1.18
11412026-06-21T01:45:11.192Z Downloaded xshell-macros v0.2.7
11422026-06-21T01:45:11.192Z Downloaded qorb v0.4.1
11432026-06-21T01:45:11.192Z Downloaded libxml v0.3.3
11442026-06-21T01:45:11.192Z Downloaded rustls-webpki v0.103.9
11452026-06-21T01:45:11.192Z Downloaded uzers v0.12.2
11462026-06-21T01:45:11.192Z Downloaded vergen-lib v9.1.0
11472026-06-21T01:45:11.192Z Downloaded rand v0.9.2
11482026-06-21T01:45:11.192Z Downloaded vsss-rs v3.3.4
11492026-06-21T01:45:11.192Z Downloaded tokio-rustls v0.26.4
11502026-06-21T01:45:11.192Z Downloaded tracing-attributes v0.1.31
11512026-06-21T01:45:11.192Z Downloaded toml_parser v1.0.9+spec-1.1.0
11522026-06-21T01:45:11.192Z Downloaded zone_cfg_derive v0.3.1
11532026-06-21T01:45:11.192Z Downloaded walkdir v2.5.0
11542026-06-21T01:45:11.192Z Downloaded zone v0.3.1
11552026-06-21T01:45:11.192Z Downloaded vergen-lib v0.1.6
11562026-06-21T01:45:11.192Z Downloaded vergen-gitcl v1.0.8
11572026-06-21T01:45:11.192Z Downloaded twox-hash v2.1.2
11582026-06-21T01:45:11.192Z Downloaded unicase v2.9.0
11592026-06-21T01:45:11.192Z Downloaded tokio-rustls v0.24.1
11602026-06-21T01:45:11.192Z Downloaded num-bigint-dig v0.8.6
11612026-06-21T01:45:11.192Z Downloaded xattr v1.6.1
11622026-06-21T01:45:11.192Z Downloaded whoami v1.6.1
11632026-06-21T01:45:11.193Z Downloaded tar v0.4.45
11642026-06-21T01:45:11.193Z Downloaded vergen-git2 v9.1.0
11652026-06-21T01:45:11.193Z Downloaded subprocess v0.2.15
11662026-06-21T01:45:11.193Z Downloaded itertools v0.13.0
11672026-06-21T01:45:11.193Z Downloaded libm v0.2.16
11682026-06-21T01:45:11.193Z Downloaded xshell v0.2.7
11692026-06-21T01:45:11.193Z Downloaded samael v0.0.19
11702026-06-21T01:45:11.193Z Downloaded test-strategy v0.4.5
11712026-06-21T01:45:11.193Z Downloaded curve25519-dalek v4.1.3
11722026-06-21T01:45:11.193Z Downloaded unicode-properties v0.1.4
11732026-06-21T01:45:11.193Z Downloaded toml v1.0.6+spec-1.1.0
11742026-06-21T01:45:11.193Z Downloaded tracing-core v0.1.36
11752026-06-21T01:45:11.193Z Downloaded tinyvec v1.10.0
11762026-06-21T01:45:11.193Z Downloaded hyper v1.8.1
11772026-06-21T01:45:11.193Z Downloaded zstd-safe v7.2.4
11782026-06-21T01:45:11.193Z Downloaded tungstenite v0.21.0
11792026-06-21T01:45:11.193Z Downloaded wyz v0.5.1
11802026-06-21T01:45:11.193Z Downloaded nom v8.0.0
11812026-06-21T01:45:11.193Z Downloaded russh v0.45.0
11822026-06-21T01:45:11.193Z Downloaded unicode-bidi v0.3.18
11832026-06-21T01:45:11.193Z Downloaded rand v0.10.0
11842026-06-21T01:45:11.193Z Downloaded zeroize_derive v1.4.3
11852026-06-21T01:45:11.193Z Downloaded zeroize v1.8.2
11862026-06-21T01:45:11.193Z Downloaded iddqd v0.4.2
11872026-06-21T01:45:11.193Z Downloaded yasna v0.5.2
11882026-06-21T01:45:11.193Z Downloaded hkdf v0.12.4
11892026-06-21T01:45:11.193Z Downloaded itertools v0.12.1
11902026-06-21T01:45:11.220Z Downloaded zerocopy v0.6.6
11912026-06-21T01:45:11.220Z Downloaded toml v0.7.8
11922026-06-21T01:45:11.220Z Downloaded zstd v0.13.3
11932026-06-21T01:45:11.220Z Downloaded futures-util v0.3.32
11942026-06-21T01:45:11.221Z Downloaded uuid v1.23.0
11952026-06-21T01:45:11.221Z Downloaded serde_with v1.14.0
11962026-06-21T01:45:11.221Z Downloaded rpassword v7.4.0
11972026-06-21T01:45:11.221Z Downloaded h2 v0.4.13
11982026-06-21T01:45:11.221Z Downloaded typify v0.6.2
11992026-06-21T01:45:11.221Z Downloaded tungstenite v0.23.0
12002026-06-21T01:45:11.221Z Downloaded p521 v0.13.3
12012026-06-21T01:45:11.221Z Downloaded whoami v2.1.0
12022026-06-21T01:45:11.221Z Downloaded iri-string v0.7.10
12032026-06-21T01:45:11.221Z Downloaded blake3 v1.8.3
12042026-06-21T01:45:11.221Z Downloaded steno v0.4.1
12052026-06-21T01:45:11.221Z Downloaded rustyline v14.0.0
12062026-06-21T01:45:11.221Z Downloaded vte v0.14.1
12072026-06-21T01:45:11.221Z Downloaded vergen v9.1.0
12082026-06-21T01:45:11.221Z Downloaded zopfli v0.8.3
12092026-06-21T01:45:11.221Z Downloaded git2 v0.20.4
12102026-06-21T01:45:11.221Z Downloaded yansi v1.0.1
12112026-06-21T01:45:11.223Z Downloaded tokio-postgres v0.7.16
12122026-06-21T01:45:11.223Z Downloaded reqwest v0.13.2
12132026-06-21T01:45:11.223Z Downloaded unsafe-libyaml v0.2.11
12142026-06-21T01:45:11.223Z Downloaded ssh-key v0.6.7
12152026-06-21T01:45:11.223Z Downloaded regex v1.12.3
12162026-06-21T01:45:11.223Z Downloaded zip v0.6.6
12172026-06-21T01:45:11.223Z Downloaded quick-xml v0.37.5
12182026-06-21T01:45:11.223Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-06-21T01:45:11.223Z Downloaded reedline v0.40.0
12202026-06-21T01:45:11.223Z Downloaded tower v0.5.3
12212026-06-21T01:45:11.223Z Downloaded toml_edit v0.19.15
12222026-06-21T01:45:11.248Z Downloaded unicode_categories v0.1.1
12232026-06-21T01:45:11.248Z Downloaded moka v0.12.13
12242026-06-21T01:45:11.248Z Downloaded goblin v0.10.5
12252026-06-21T01:45:11.249Z Downloaded zerocopy-derive v0.8.40
12262026-06-21T01:45:11.249Z Downloaded aws-lc-rs v1.16.3
12272026-06-21T01:45:11.249Z Downloaded typed-path v0.9.3
12282026-06-21T01:45:11.268Z Downloaded bitvec v1.0.1
12292026-06-21T01:45:11.269Z Downloaded tough v0.22.0
12302026-06-21T01:45:11.269Z Downloaded unicode-segmentation v1.12.0
12312026-06-21T01:45:11.269Z Downloaded bindgen v0.71.1
12322026-06-21T01:45:11.269Z Downloaded serde_with v3.17.0
12332026-06-21T01:45:11.689Z Downloaded reqwest v0.12.28
12342026-06-21T01:45:11.689Z Downloaded tokio-util v0.7.18
12352026-06-21T01:45:11.689Z Downloaded proptest v1.10.0
12362026-06-21T01:45:11.689Z Downloaded tower-http v0.6.8
12372026-06-21T01:45:11.689Z Downloaded chrono v0.4.44
12382026-06-21T01:45:11.689Z Downloaded nix v0.27.1
12392026-06-21T01:45:11.689Z Downloaded x509-cert v0.2.5
12402026-06-21T01:45:11.689Z Downloaded rayon v1.11.0
12412026-06-21T01:45:11.689Z Downloaded rustls-webpki v0.101.7
12422026-06-21T01:45:11.689Z Downloaded lalrpop v0.19.12
12432026-06-21T01:45:11.689Z Downloaded p384 v0.13.1
12442026-06-21T01:45:11.689Z Downloaded polar-core v0.27.3
12452026-06-21T01:45:11.689Z Downloaded unicode-normalization v0.1.25
12462026-06-21T01:45:11.689Z Downloaded tabled v0.20.0
12472026-06-21T01:45:11.689Z Downloaded zip v4.6.1
12482026-06-21T01:45:11.689Z Downloaded nix v0.28.0
12492026-06-21T01:45:11.689Z Downloaded salty v0.3.0
12502026-06-21T01:45:11.689Z Downloaded smoltcp v0.9.1
12512026-06-21T01:45:11.689Z Downloaded openssl v0.10.79
12522026-06-21T01:45:11.689Z Downloaded dropshot v0.17.0
12532026-06-21T01:45:11.689Z Downloaded portable-atomic v1.13.1
12542026-06-21T01:45:11.689Z Downloaded nix v0.31.2
12552026-06-21T01:45:11.689Z Downloaded rustls-webpki v0.102.8
12562026-06-21T01:45:11.690Z Downloaded webpki-roots v1.0.6
12572026-06-21T01:45:11.690Z Downloaded regress v0.10.5
12582026-06-21T01:45:11.690Z Downloaded radix_trie v0.2.1
12592026-06-21T01:45:11.690Z Downloaded winnow v0.5.40
12602026-06-21T01:45:11.690Z Downloaded smoltcp v0.11.0
12612026-06-21T01:45:11.690Z Downloaded quinn-proto v0.11.13
12622026-06-21T01:45:11.690Z Downloaded diesel v2.3.7
12632026-06-21T01:45:11.690Z Downloaded petname v2.0.2
12642026-06-21T01:45:11.690Z Downloaded regex-syntax v0.8.10
12652026-06-21T01:45:11.690Z Downloaded winnow v0.6.26
12662026-06-21T01:45:11.690Z Downloaded object v0.30.4
12672026-06-21T01:45:11.690Z Downloaded bstr v1.12.1
12682026-06-21T01:45:11.690Z Downloaded sled v0.34.7
12692026-06-21T01:45:11.701Z Downloaded time v0.3.47
12702026-06-21T01:45:11.701Z Downloaded typify-impl v0.6.2
12712026-06-21T01:45:11.701Z Downloaded regex-syntax v0.6.29
12722026-06-21T01:45:11.702Z Downloaded zlib-rs v0.6.2
12732026-06-21T01:45:11.702Z Downloaded hickory-proto v0.24.4
12742026-06-21T01:45:11.702Z Downloaded zerocopy-derive v0.6.6
12752026-06-21T01:45:11.702Z Downloaded object v0.37.3
12762026-06-21T01:45:11.702Z Downloaded rustls v0.21.12
12772026-06-21T01:45:11.702Z Downloaded zerocopy v0.8.40
12782026-06-21T01:45:11.702Z Downloaded vcpkg v0.2.15
12792026-06-21T01:45:11.702Z Downloaded petgraph v0.6.5
12802026-06-21T01:45:11.702Z Downloaded openapiv3 v2.2.0
12812026-06-21T01:45:11.702Z Downloaded regress v0.11.1
12822026-06-21T01:45:11.702Z Downloaded hickory-proto v0.25.2
12832026-06-21T01:45:11.702Z Downloaded rustls v0.23.37
12842026-06-21T01:45:11.702Z Downloaded rustix v0.38.44
12852026-06-21T01:45:11.702Z Downloaded rustls v0.22.4
12862026-06-21T01:45:11.702Z Downloaded csv v1.4.0
12872026-06-21T01:45:11.744Z Downloaded sha3 v0.10.8
12882026-06-21T01:45:11.772Z Downloaded sqlparser v0.61.0
12892026-06-21T01:45:11.788Z Downloaded tokio v1.52.1
12902026-06-21T01:45:11.788Z Downloaded tracing v0.1.44
12912026-06-21T01:45:11.868Z Downloaded ratatui v0.29.0
12922026-06-21T01:45:11.901Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-06-21T01:45:11.901Z Downloaded encoding_rs v0.8.35
12942026-06-21T01:45:11.901Z Downloaded regex-automata v0.4.14
12952026-06-21T01:45:11.901Z Downloaded jiff v0.2.21
12962026-06-21T01:45:11.938Z Downloaded ring v0.17.14
12972026-06-21T01:45:11.938Z Downloaded chrono-tz v0.10.4
12982026-06-21T01:45:11.967Z Downloaded petgraph v0.8.3
12992026-06-21T01:45:11.967Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-06-21T01:45:11.991Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-21T01:45:11.991Z Downloaded libz-sys v1.1.24
13022026-06-21T01:45:12.150Z Downloaded aho-corasick v1.1.4
13032026-06-21T01:45:12.217Z Downloaded aes-gcm v0.10.3
13042026-06-21T01:45:12.711Z Downloaded aws-lc-sys v0.40.0
13052026-06-21T01:45:12.890Z Compiling libc v0.2.185
13062026-06-21T01:45:12.891Z Compiling serde v1.0.228
13072026-06-21T01:45:12.908Z Compiling log v0.4.29
13082026-06-21T01:45:12.908Z Compiling find-msvc-tools v0.1.9
13092026-06-21T01:45:13.015Z Compiling shlex v1.3.0
13102026-06-21T01:45:13.022Z Compiling smallvec v1.15.1
13112026-06-21T01:45:13.036Z Compiling syn v2.0.117
13122026-06-21T01:45:13.092Z Compiling typenum v1.19.0
13132026-06-21T01:45:13.227Z Compiling generic-array v0.14.7
13142026-06-21T01:45:13.246Z Compiling subtle v2.6.1
13152026-06-21T01:45:13.246Z Compiling scopeguard v1.2.0
13162026-06-21T01:45:13.277Z Compiling const-oid v0.9.6
13172026-06-21T01:45:13.409Z Compiling lock_api v0.4.14
13182026-06-21T01:45:13.432Z Compiling serde_json v1.0.149
13192026-06-21T01:45:13.432Z Compiling zerocopy v0.8.40
13202026-06-21T01:45:13.432Z Compiling portable-atomic v1.13.1
13212026-06-21T01:45:13.536Z Compiling parking_lot_core v0.9.12
13222026-06-21T01:45:13.776Z Compiling pin-project-lite v0.2.17
13232026-06-21T01:45:13.795Z Compiling getrandom v0.2.17
13242026-06-21T01:45:13.861Z Compiling jobserver v0.1.34
13252026-06-21T01:45:13.880Z Compiling errno v0.3.14
13262026-06-21T01:45:13.945Z Compiling rand_core v0.6.4
13272026-06-21T01:45:13.961Z Compiling pkg-config v0.3.32
13282026-06-21T01:45:13.998Z Compiling signal-hook-registry v1.4.8
13292026-06-21T01:45:14.259Z Compiling cc v1.2.56
13302026-06-21T01:45:14.314Z Compiling bitflags v2.11.0
13312026-06-21T01:45:14.346Z Compiling futures-core v0.3.32
13322026-06-21T01:45:14.452Z Compiling critical-section v1.2.0
13332026-06-21T01:45:14.486Z Compiling libm v0.2.16
13342026-06-21T01:45:14.513Z Compiling once_cell v1.21.3
13352026-06-21T01:45:14.530Z Compiling parking_lot v0.12.5
13362026-06-21T01:45:14.583Z Compiling mio v1.2.0
13372026-06-21T01:45:14.625Z Compiling num-traits v0.2.19
13382026-06-21T01:45:14.742Z Compiling percent-encoding v2.3.2
13392026-06-21T01:45:14.887Z Compiling socket2 v0.6.3
13402026-06-21T01:45:15.020Z Compiling futures-sink v0.3.32
13412026-06-21T01:45:15.020Z Compiling futures-io v0.3.32
13422026-06-21T01:45:15.049Z Compiling slab v0.4.12
13432026-06-21T01:45:15.049Z Compiling futures-channel v0.3.32
13442026-06-21T01:45:15.058Z Compiling getrandom v0.4.1
13452026-06-21T01:45:15.086Z Compiling cpufeatures v0.2.17
13462026-06-21T01:45:15.151Z Compiling futures-task v0.3.32
13472026-06-21T01:45:15.186Z Compiling rand_core v0.10.0
13482026-06-21T01:45:15.187Z Compiling indexmap v2.14.0
13492026-06-21T01:45:15.250Z Compiling getrandom v0.3.4
13502026-06-21T01:45:15.341Z Compiling rustversion v1.0.22
13512026-06-21T01:45:15.379Z Compiling cmake v0.1.57
13522026-06-21T01:45:15.841Z Compiling form_urlencoded v1.2.2
13532026-06-21T01:45:16.030Z Compiling dunce v1.0.5
13542026-06-21T01:45:16.030Z Compiling fs_extra v1.3.0
13552026-06-21T01:45:16.030Z Compiling base64ct v1.8.3
13562026-06-21T01:45:16.154Z Compiling synstructure v0.13.2
13572026-06-21T01:45:16.154Z Compiling ident_case v1.0.1
13582026-06-21T01:45:16.154Z Compiling flagset v0.4.7
13592026-06-21T01:45:16.154Z Compiling aws-lc-sys v0.40.0
13602026-06-21T01:45:16.219Z Compiling pem-rfc7468 v0.7.0
13612026-06-21T01:45:16.271Z Compiling rustix v1.1.3
13622026-06-21T01:45:16.271Z Compiling regex-syntax v0.8.10
13632026-06-21T01:45:16.318Z Compiling iana-time-zone v0.1.65
13642026-06-21T01:45:16.418Z Compiling rand_core v0.9.5
13652026-06-21T01:45:16.483Z Compiling ring v0.17.14
13662026-06-21T01:45:16.510Z Compiling vcpkg v0.2.15
13672026-06-21T01:45:16.524Z Compiling aws-lc-rs v1.16.3
13682026-06-21T01:45:16.689Z Compiling uuid v1.23.0
13692026-06-21T01:45:16.827Z Compiling rustc_version v0.4.1
13702026-06-21T01:45:17.154Z Compiling tracing-core v0.1.36
13712026-06-21T01:45:17.239Z Compiling openssl-sys v0.9.115
13722026-06-21T01:45:17.405Z Compiling base64 v0.22.1
13732026-06-21T01:45:17.676Z Compiling serde_derive v1.0.228
13742026-06-21T01:45:17.711Z Compiling zeroize_derive v1.4.3
13752026-06-21T01:45:17.722Z Compiling zerofrom-derive v0.1.6
13762026-06-21T01:45:17.747Z Compiling yoke-derive v0.8.1
13772026-06-21T01:45:17.965Z Compiling zerovec-derive v0.11.2
13782026-06-21T01:45:18.296Z Compiling zeroize v1.8.2
13792026-06-21T01:45:18.539Z Compiling zerocopy-derive v0.8.40
13802026-06-21T01:45:18.918Z Compiling displaydoc v0.2.5
13812026-06-21T01:45:19.075Z Compiling crypto-common v0.1.7
13822026-06-21T01:45:19.075Z Compiling block-buffer v0.10.4
13832026-06-21T01:45:19.131Z Compiling zerofrom v0.1.6
13842026-06-21T01:45:19.186Z Compiling tokio-macros v2.7.0
13852026-06-21T01:45:19.243Z Compiling yoke v0.8.1
13862026-06-21T01:45:19.359Z Compiling digest v0.10.7
13872026-06-21T01:45:19.428Z Compiling zerovec v0.11.5
13882026-06-21T01:45:19.904Z Compiling futures-macro v0.3.32
13892026-06-21T01:45:19.927Z Compiling zerotrie v0.2.3
13902026-06-21T01:45:19.927Z Compiling tinystr v0.8.2
13912026-06-21T01:45:19.928Z Compiling potential_utf v0.1.4
13922026-06-21T01:45:20.008Z Compiling hmac v0.12.1
13932026-06-21T01:45:20.097Z Compiling icu_locale_core v2.1.1
13942026-06-21T01:45:20.098Z Compiling icu_collections v2.1.1
13952026-06-21T01:45:20.137Z Compiling block-padding v0.3.3
13962026-06-21T01:45:20.256Z Compiling inout v0.1.4
13972026-06-21T01:45:20.283Z Compiling futures-util v0.3.32
13982026-06-21T01:45:20.428Z Compiling cipher v0.4.4
13992026-06-21T01:45:20.563Z Compiling sha2 v0.10.9
14002026-06-21T01:45:20.690Z Compiling der_derive v0.7.3
14012026-06-21T01:45:21.017Z Compiling icu_provider v2.1.1
14022026-06-21T01:45:21.111Z Compiling bytes v1.11.1
14032026-06-21T01:45:21.672Z Compiling icu_normalizer v2.1.1
14042026-06-21T01:45:21.704Z Compiling tokio v1.52.1
14052026-06-21T01:45:21.705Z Compiling icu_properties v2.1.2
14062026-06-21T01:45:21.808Z Compiling der v0.7.10
14072026-06-21T01:45:21.967Z Compiling http v1.4.0
14082026-06-21T01:45:22.485Z Compiling chrono v0.4.44
14092026-06-21T01:45:22.720Z Compiling idna_adapter v1.2.1
14102026-06-21T01:45:22.777Z Compiling ppv-lite86 v0.2.21
14112026-06-21T01:45:22.789Z Compiling spki v0.7.3
14122026-06-21T01:45:22.852Z Compiling idna v1.1.0
14132026-06-21T01:45:22.904Z Compiling salsa20 v0.10.2
14142026-06-21T01:45:22.975Z Compiling pbkdf2 v0.12.2
14152026-06-21T01:45:22.993Z Compiling rustls-pki-types v1.14.0
14162026-06-21T01:45:23.041Z Compiling thiserror-impl v2.0.18
14172026-06-21T01:45:23.041Z Compiling tracing-attributes v0.1.31
14182026-06-21T01:45:23.073Z Compiling rand_chacha v0.9.0
14192026-06-21T01:45:23.398Z Compiling url v2.5.8
14202026-06-21T01:45:23.489Z Compiling scrypt v0.11.0
14212026-06-21T01:45:23.717Z Compiling http-body v1.0.1
14222026-06-21T01:45:23.747Z Compiling cbc v0.1.2
14232026-06-21T01:45:23.801Z Compiling aes v0.8.4
14242026-06-21T01:45:23.882Z Compiling openssl-probe v0.2.1
14252026-06-21T01:45:23.919Z Compiling httparse v1.10.1
14262026-06-21T01:45:24.080Z Compiling untrusted v0.9.0
14272026-06-21T01:45:24.200Z Compiling untrusted v0.7.1
14282026-06-21T01:45:24.218Z Compiling tinyvec_macros v0.1.1
14292026-06-21T01:45:24.289Z Compiling tinyvec v1.10.0
14302026-06-21T01:45:24.319Z Compiling pkcs5 v0.7.1
14312026-06-21T01:45:24.332Z Compiling thiserror v2.0.18
14322026-06-21T01:45:24.355Z Compiling tracing v0.1.44
14332026-06-21T01:45:24.446Z Compiling pest_generator v2.8.6
14342026-06-21T01:45:24.613Z Compiling rand v0.9.2
14352026-06-21T01:45:24.626Z Compiling serde_derive_internals v0.29.1
14362026-06-21T01:45:24.797Z Compiling aho-corasick v1.1.4
14372026-06-21T01:45:24.889Z Compiling dyn-clone v1.0.20
14382026-06-21T01:45:25.027Z Compiling atomic-waker v1.1.2
14392026-06-21T01:45:25.138Z Compiling rustls v0.23.37
14402026-06-21T01:45:25.156Z Compiling try-lock v0.2.5
14412026-06-21T01:45:25.265Z Compiling tokio-util v0.7.18
14422026-06-21T01:45:25.314Z Compiling tower-service v0.3.3
14432026-06-21T01:45:25.404Z Compiling schemars v0.8.22
14442026-06-21T01:45:25.418Z Compiling tower-layer v0.3.3
14452026-06-21T01:45:25.520Z Compiling schemars_derive v0.8.22
14462026-06-21T01:45:25.570Z Compiling want v0.3.1
14472026-06-21T01:45:25.614Z Compiling regex-automata v0.4.14
14482026-06-21T01:45:25.730Z Compiling pest_derive v2.8.6
14492026-06-21T01:45:26.093Z Compiling h2 v0.4.13
14502026-06-21T01:45:26.147Z Compiling pkcs8 v0.10.2
14512026-06-21T01:45:26.446Z Compiling ipnet v2.11.0
14522026-06-21T01:45:26.473Z Compiling scroll_derive v0.13.1
14532026-06-21T01:45:26.597Z Compiling darling_core v0.20.11
14542026-06-21T01:45:26.743Z Compiling httpdate v1.0.3
14552026-06-21T01:45:26.935Z Compiling pin-utils v0.1.0
14562026-06-21T01:45:26.962Z Compiling openssl v0.10.79
14572026-06-21T01:45:27.011Z Compiling foreign-types-shared v0.1.1
14582026-06-21T01:45:27.093Z Compiling foreign-types v0.3.2
14592026-06-21T01:45:27.172Z Compiling tempfile v3.25.0
14602026-06-21T01:45:27.214Z Compiling unicode-normalization v0.1.25
14612026-06-21T01:45:27.246Z Compiling scroll v0.13.0
14622026-06-21T01:45:27.552Z Compiling openssl-macros v0.1.1
14632026-06-21T01:45:27.679Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-21T01:45:27.976Z Compiling socket2 v0.5.10
14652026-06-21T01:45:27.988Z Compiling spin v0.9.8
14662026-06-21T01:45:28.040Z Compiling powerfmt v0.2.0
14672026-06-21T01:45:28.127Z Compiling num-conv v0.2.0
14682026-06-21T01:45:28.243Z Compiling time-core v0.1.8
14692026-06-21T01:45:28.259Z Compiling crc32fast v1.5.0
14702026-06-21T01:45:28.294Z Compiling native-tls v0.2.18
14712026-06-21T01:45:28.390Z Compiling time-macros v0.2.27
14722026-06-21T01:45:28.477Z Compiling deranged v0.5.8
14732026-06-21T01:45:28.833Z Compiling darling_macro v0.20.11
14742026-06-21T01:45:29.330Z Compiling hyper v1.8.1
14752026-06-21T01:45:29.447Z Compiling darling v0.20.11
14762026-06-21T01:45:29.450Z Compiling goblin v0.10.5
14772026-06-21T01:45:29.541Z Compiling rustls-native-certs v0.8.3
14782026-06-21T01:45:29.665Z Compiling sync_wrapper v1.0.2
14792026-06-21T01:45:29.775Z Compiling wait-timeout v0.2.1
14802026-06-21T01:45:29.823Z Compiling num_threads v0.1.7
14812026-06-21T01:45:29.921Z Compiling simd-adler32 v0.3.8
14822026-06-21T01:45:29.996Z Compiling quick-error v1.2.3
14832026-06-21T01:45:30.034Z Compiling unicode-segmentation v1.12.0
14842026-06-21T01:45:30.100Z Compiling crossbeam-utils v0.8.21
14852026-06-21T01:45:30.162Z Compiling siphasher v1.0.2
14862026-06-21T01:45:30.351Z Compiling bit-vec v0.8.0
14872026-06-21T01:45:30.384Z Compiling hyper-util v0.1.20
14882026-06-21T01:45:30.408Z Compiling usdt-impl v0.6.0
14892026-06-21T01:45:30.581Z Compiling syn v1.0.109
14902026-06-21T01:45:30.621Z Compiling bit-set v0.8.0
14912026-06-21T01:45:30.796Z Compiling rusty-fork v0.3.1
14922026-06-21T01:45:30.933Z Compiling time v0.3.47
14932026-06-21T01:45:31.097Z Compiling tower v0.5.3
14942026-06-21T01:45:31.205Z Compiling derive_builder_core v0.20.2
14952026-06-21T01:45:31.579Z Compiling dtrace-parser v0.3.0
14962026-06-21T01:45:31.745Z Compiling http-body-util v0.1.3
14972026-06-21T01:45:31.993Z Compiling webpki-roots v1.0.6
14982026-06-21T01:45:32.059Z Compiling signature v2.2.0
14992026-06-21T01:45:32.083Z Compiling thiserror-impl v1.0.69
15002026-06-21T01:45:32.111Z Compiling scroll_derive v0.12.1
15012026-06-21T01:45:32.239Z Compiling dof v0.4.0
15022026-06-21T01:45:32.319Z Compiling heapless v0.7.17
15032026-06-21T01:45:32.460Z Compiling rand_xorshift v0.4.0
15042026-06-21T01:45:32.556Z Compiling slog v2.8.2
15052026-06-21T01:45:32.619Z Compiling darling_core v0.21.3
15062026-06-21T01:45:32.736Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-06-21T01:45:32.757Z Compiling thread-id v5.1.0
15082026-06-21T01:45:32.841Z Compiling cookie v0.18.1
15092026-06-21T01:45:32.997Z Compiling unarray v0.1.4
15102026-06-21T01:45:33.017Z Compiling signal-hook v0.3.18
15112026-06-21T01:45:33.105Z Compiling adler2 v2.0.1
15122026-06-21T01:45:33.186Z Compiling anyhow v1.0.102
15132026-06-21T01:45:33.235Z Compiling iri-string v0.7.10
15142026-06-21T01:45:33.325Z Compiling unicode-bidi v0.3.18
15152026-06-21T01:45:33.397Z Compiling zstd-safe v7.2.4
15162026-06-21T01:45:33.487Z Compiling allocator-api2 v0.2.21
15172026-06-21T01:45:33.589Z Compiling ryu v1.0.23
15182026-06-21T01:45:33.653Z Compiling paste v1.0.15
15192026-06-21T01:45:33.762Z Compiling unicode-properties v0.1.4
15202026-06-21T01:45:33.803Z Compiling serde_urlencoded v0.7.1
15212026-06-21T01:45:33.956Z Compiling stringprep v0.1.5
15222026-06-21T01:45:33.968Z Compiling thiserror v1.0.69
15232026-06-21T01:45:34.049Z Compiling miniz_oxide v0.8.9
15242026-06-21T01:45:34.108Z Compiling proptest v1.10.0
15252026-06-21T01:45:34.410Z Compiling tower-http v0.6.8
15262026-06-21T01:45:34.746Z Compiling scroll v0.12.0
15272026-06-21T01:45:34.860Z Compiling derive_builder_macro v0.20.2
15282026-06-21T01:45:34.911Z Compiling tokio-native-tls v0.3.1
15292026-06-21T01:45:35.114Z Compiling darling_macro v0.21.3
15302026-06-21T01:45:35.239Z Compiling heck v0.4.1
15312026-06-21T01:45:35.320Z Compiling ipnetwork v0.21.1
15322026-06-21T01:45:35.426Z Compiling bstr v1.12.1
15332026-06-21T01:45:35.461Z Compiling rand_chacha v0.3.1
15342026-06-21T01:45:35.571Z Compiling toml_datetime v0.6.11
15352026-06-21T01:45:35.584Z Compiling serde_spanned v0.6.9
15362026-06-21T01:45:35.713Z Compiling serde_tokenstream v0.2.3
15372026-06-21T01:45:35.726Z Compiling erased-serde v0.3.31
15382026-06-21T01:45:35.823Z Compiling md-5 v0.10.6
15392026-06-21T01:45:35.986Z Compiling async-trait v0.1.89
15402026-06-21T01:45:36.016Z Compiling pin-project-internal v1.1.11
15412026-06-21T01:45:36.055Z Compiling zerocopy-derive v0.7.35
15422026-06-21T01:45:36.198Z Compiling curve25519-dalek v4.1.3
15432026-06-21T01:45:36.251Z Compiling vergen-lib v9.1.0
15442026-06-21T01:45:36.427Z Compiling num-integer v0.1.46
15452026-06-21T01:45:36.525Z Compiling hash32 v0.2.1
15462026-06-21T01:45:36.715Z Compiling ff v0.13.1
15472026-06-21T01:45:36.747Z Compiling memoffset v0.9.1
15482026-06-21T01:45:36.851Z Compiling encoding_rs v0.8.35
15492026-06-21T01:45:36.909Z Compiling smoltcp v0.9.1
15502026-06-21T01:45:36.932Z Compiling mime v0.3.17
15512026-06-21T01:45:36.991Z Compiling rustix v0.38.44
15522026-06-21T01:45:37.113Z Compiling fallible-iterator v0.2.0
15532026-06-21T01:45:37.186Z Compiling zlib-rs v0.6.2
15542026-06-21T01:45:37.235Z Compiling psl-types v2.0.11
15552026-06-21T01:45:37.331Z Compiling litrs v1.0.0
15562026-06-21T01:45:37.358Z Compiling cfg_aliases v0.2.1
15572026-06-21T01:45:37.427Z Compiling base16ct v0.2.0
15582026-06-21T01:45:37.436Z Compiling ref-cast v1.0.25
15592026-06-21T01:45:37.597Z Compiling num-bigint-dig v0.8.6
15602026-06-21T01:45:37.776Z Compiling sec1 v0.7.3
15612026-06-21T01:45:37.802Z Compiling nix v0.31.2
15622026-06-21T01:45:37.826Z Compiling document-features v0.2.12
15632026-06-21T01:45:38.041Z Compiling postgres-protocol v0.6.10
15642026-06-21T01:45:38.248Z Compiling publicsuffix v2.3.0
15652026-06-21T01:45:38.347Z Compiling pin-project v1.1.11
15662026-06-21T01:45:38.411Z Compiling zerocopy v0.7.35
15672026-06-21T01:45:38.443Z Compiling group v0.13.0
15682026-06-21T01:45:38.570Z Compiling num-iter v0.1.45
15692026-06-21T01:45:38.702Z Compiling newtype-uuid v1.3.2
15702026-06-21T01:45:38.786Z Compiling hubpack_derive v0.1.1
15712026-06-21T01:45:38.931Z Compiling rand v0.8.6
15722026-06-21T01:45:38.945Z Compiling darling v0.21.3
15732026-06-21T01:45:39.015Z Compiling oxnet v0.1.6
15742026-06-21T01:45:39.068Z Compiling snafu-derive v0.8.9
15752026-06-21T01:45:39.267Z Compiling derive_builder v0.20.2
15762026-06-21T01:45:39.337Z Compiling hyper-tls v0.6.0
15772026-06-21T01:45:39.396Z Compiling goblin v0.8.2
15782026-06-21T01:45:40.081Z Compiling flate2 v1.1.9
15792026-06-21T01:45:40.155Z Compiling phf_shared v0.13.1
15802026-06-21T01:45:40.364Z Compiling lazy_static v1.5.0
15812026-06-21T01:45:40.397Z Compiling regex v1.12.3
15822026-06-21T01:45:40.423Z Compiling anstyle-parse v0.2.7
15832026-06-21T01:45:40.455Z Compiling strum_macros v0.27.2
15842026-06-21T01:45:40.499Z Compiling futures-executor v0.3.32
15852026-06-21T01:45:40.598Z Compiling hex v0.4.3
15862026-06-21T01:45:40.751Z Compiling hkdf v0.12.4
15872026-06-21T01:45:40.816Z Compiling crypto-bigint v0.5.5
15882026-06-21T01:45:40.863Z Compiling terminal_size v0.4.3
15892026-06-21T01:45:40.913Z Compiling daft-derive v0.1.7
15902026-06-21T01:45:40.950Z Compiling ref-cast-impl v1.0.25
15912026-06-21T01:45:41.004Z Compiling curve25519-dalek-derive v0.1.1
15922026-06-21T01:45:41.479Z Compiling vergen v9.1.0
15932026-06-21T01:45:41.616Z Compiling fs-err v3.3.0
15942026-06-21T01:45:41.628Z Compiling cargo-platform v0.3.2
15952026-06-21T01:45:41.655Z Compiling ahash v0.8.12
15962026-06-21T01:45:41.798Z Compiling winnow v0.5.40
15972026-06-21T01:45:41.852Z Compiling foldhash v0.1.5
15982026-06-21T01:45:41.890Z Compiling bitflags v1.3.2
15992026-06-21T01:45:41.966Z Compiling libbz2-rs-sys v0.2.2
16002026-06-21T01:45:42.022Z Compiling bumpalo v3.20.2
16012026-06-21T01:45:42.272Z Compiling same-file v1.0.6
16022026-06-21T01:45:42.395Z Compiling foldhash v0.2.0
16032026-06-21T01:45:42.441Z Compiling managed v0.8.0
16042026-06-21T01:45:42.614Z Compiling object v0.37.3
16052026-06-21T01:45:42.659Z Compiling hashbrown v0.16.1
16062026-06-21T01:45:42.891Z Compiling strum v0.27.2
16072026-06-21T01:45:42.933Z Compiling walkdir v2.5.0
16082026-06-21T01:45:42.948Z Compiling bzip2 v0.6.1
16092026-06-21T01:45:43.000Z Compiling zopfli v0.8.3
16102026-06-21T01:45:43.148Z Compiling toml_edit v0.19.15
16112026-06-21T01:45:43.228Z Compiling hashbrown v0.15.5
16122026-06-21T01:45:43.249Z Compiling clap_builder v4.6.0
16132026-06-21T01:45:43.371Z Compiling cargo_metadata v0.23.1
16142026-06-21T01:45:43.416Z Compiling elliptic-curve v0.13.8
16152026-06-21T01:45:43.756Z Compiling daft v0.1.7
16162026-06-21T01:45:43.816Z Compiling dof v0.3.0
16172026-06-21T01:45:44.142Z Compiling snafu v0.8.9
16182026-06-21T01:45:44.495Z Compiling futures v0.3.32
16192026-06-21T01:45:44.558Z Compiling anstream v0.6.21
16202026-06-21T01:45:44.768Z Compiling phf v0.13.1
16212026-06-21T01:45:44.929Z Compiling cookie_store v0.22.1
16222026-06-21T01:45:45.049Z Compiling signal-hook-mio v0.2.5
16232026-06-21T01:45:45.170Z Compiling bzip2 v0.4.4
16242026-06-21T01:45:45.233Z Compiling zstd v0.13.3
16252026-06-21T01:45:45.380Z Compiling hubpack v0.1.2
16262026-06-21T01:45:45.497Z Compiling serde_with_macros v3.17.0
16272026-06-21T01:45:45.598Z Compiling postgres-types v0.2.12
16282026-06-21T01:45:45.766Z Compiling usdt-macro v0.6.0
16292026-06-21T01:45:46.142Z Compiling usdt-attr-macro v0.6.0
16302026-06-21T01:45:46.238Z Compiling globset v0.4.18
16312026-06-21T01:45:46.493Z Compiling dtrace-parser v0.2.0
16322026-06-21T01:45:46.601Z Compiling ed25519 v2.2.3
16332026-06-21T01:45:46.666Z Compiling phf_shared v0.11.3
16342026-06-21T01:45:46.751Z Compiling olpc-cjson v0.1.4
16352026-06-21T01:45:46.851Z Compiling pkcs1 v0.7.5
16362026-06-21T01:45:46.911Z Compiling strum_macros v0.26.4
16372026-06-21T01:45:46.911Z Compiling enum-as-inner v0.6.1
16382026-06-21T01:45:46.934Z Compiling clap_derive v4.6.1
16392026-06-21T01:45:47.232Z Compiling serde-big-array v0.5.1
16402026-06-21T01:45:47.247Z Compiling serde_plain v1.0.2
16412026-06-21T01:45:47.372Z Compiling rfc6979 v0.4.0
16422026-06-21T01:45:47.404Z Compiling serde_repr v0.1.20
16432026-06-21T01:45:47.519Z Compiling async-recursion v1.1.1
16442026-06-21T01:45:47.519Z Compiling pem v3.0.6
16452026-06-21T01:45:47.519Z Compiling float-cmp v0.10.0
16462026-06-21T01:45:47.647Z Compiling memmap2 v0.9.10
16472026-06-21T01:45:47.810Z Compiling thread-id v4.2.2
16482026-06-21T01:45:47.859Z Compiling env_filter v1.0.0
16492026-06-21T01:45:47.895Z Compiling keccak v0.1.6
16502026-06-21T01:45:47.919Z Compiling typed-path v0.9.3
16512026-06-21T01:45:48.075Z Compiling static_assertions v1.1.0
16522026-06-21T01:45:48.151Z Compiling difflib v0.4.0
16532026-06-21T01:45:48.164Z Compiling jiff v0.2.21
16542026-06-21T01:45:48.634Z Compiling precomputed-hash v0.1.1
16552026-06-21T01:45:48.692Z Compiling either v1.15.0
16562026-06-21T01:45:48.705Z Compiling fixedbitset v0.4.2
16572026-06-21T01:45:48.708Z Compiling whoami v2.1.0
16582026-06-21T01:45:48.729Z Compiling predicates-core v1.0.10
16592026-06-21T01:45:48.894Z Compiling fixedbitset v0.5.7
16602026-06-21T01:45:48.906Z Compiling data-encoding v2.10.0
16612026-06-21T01:45:48.918Z Compiling normalize-line-endings v0.3.0
16622026-06-21T01:45:49.015Z Compiling new_debug_unreachable v1.0.6
16632026-06-21T01:45:49.099Z Compiling toml_edit v0.22.27
16642026-06-21T01:45:49.126Z Compiling string_cache v0.8.9
16652026-06-21T01:45:49.179Z Compiling petgraph v0.8.3
16662026-06-21T01:45:49.208Z Compiling predicates v3.1.4
16672026-06-21T01:45:49.352Z Compiling hickory-proto v0.25.2
16682026-06-21T01:45:49.638Z Compiling tokio-postgres v0.7.16
16692026-06-21T01:45:49.869Z Compiling itertools v0.13.0
16702026-06-21T01:45:50.242Z Compiling petgraph v0.6.5
16712026-06-21T01:45:51.109Z Compiling zip v4.6.1
16722026-06-21T01:45:51.146Z Compiling clap v4.6.1
16732026-06-21T01:45:51.229Z Compiling strum v0.26.3
16742026-06-21T01:45:51.362Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-21T01:45:51.706Z Compiling sha3 v0.10.8
16762026-06-21T01:45:51.822Z Compiling env_logger v0.11.9
16772026-06-21T01:45:51.822Z Compiling usdt-impl v0.5.0
16782026-06-21T01:45:52.029Z Compiling usdt v0.6.0
16792026-06-21T01:45:52.148Z Compiling ecdsa v0.16.9
16802026-06-21T01:45:52.176Z Compiling rsa v0.9.10
16812026-06-21T01:45:52.295Z Compiling ed25519-dalek v2.2.0
16822026-06-21T01:45:52.391Z Compiling serde_with v3.17.0
16832026-06-21T01:45:52.443Z Compiling crossterm v0.28.1
16842026-06-21T01:45:52.944Z Compiling zip v0.6.6
16852026-06-21T01:45:53.689Z Compiling toml v0.7.8
16862026-06-21T01:45:53.913Z Compiling iddqd v0.4.2
16872026-06-21T01:45:54.162Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-06-21T01:45:54.269Z Compiling similar v2.7.0
16892026-06-21T01:45:54.316Z Compiling crossbeam-epoch v0.9.18
16902026-06-21T01:45:54.470Z Compiling tokio-stream v0.1.18
16912026-06-21T01:45:54.681Z Compiling buf-list v1.1.2
16922026-06-21T01:45:54.811Z Compiling x509-cert v0.2.5
16932026-06-21T01:45:54.931Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-21T01:45:54.984Z Compiling openapiv3 v2.2.0
16952026-06-21T01:45:55.171Z Compiling sha1 v0.10.6
16962026-06-21T01:45:55.237Z Compiling peg-runtime v0.8.5
16972026-06-21T01:45:55.250Z Compiling lalrpop-util v0.19.12
16982026-06-21T01:45:55.391Z Compiling thread_local v1.1.9
16992026-06-21T01:45:55.463Z Compiling slog-async v2.8.0
17002026-06-21T01:45:55.510Z Compiling crossbeam-channel v0.5.15
17012026-06-21T01:45:55.550Z Compiling is-terminal v0.4.17
17022026-06-21T01:45:55.625Z Compiling filetime v0.2.27
17032026-06-21T01:45:55.631Z Compiling take_mut v0.2.2
17042026-06-21T01:45:55.753Z Compiling xattr v1.6.1
17052026-06-21T01:45:55.757Z Compiling term v1.2.1
17062026-06-21T01:45:55.901Z Compiling tar v0.4.45
17072026-06-21T01:45:56.328Z Compiling slog-term v2.9.2
17082026-06-21T01:46:06.065Z Compiling rustls-webpki v0.103.9
17092026-06-21T01:46:08.855Z Compiling tokio-rustls v0.26.4
17102026-06-21T01:46:08.855Z Compiling rustls-platform-verifier v0.6.2
17112026-06-21T01:46:09.054Z Compiling hyper-rustls v0.27.7
17122026-06-21T01:46:09.254Z Compiling reqwest v0.12.28
17132026-06-21T01:46:09.276Z Compiling reqwest v0.13.2
17142026-06-21T01:46:10.503Z Compiling tough v0.22.0
17152026-06-21T01:46:13.013Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-21T01:46:13.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-21T01:46:16.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
17182026-06-21T01:46:16.251Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-21T01:46:16.273ZJun 21 01:46:15.161 INFO Starting download, target: Console
17202026-06-21T01:46:16.275ZJun 21 01:46:15.162 INFO Starting download, target: Clickhouse
17212026-06-21T01:46:16.275ZJun 21 01:46:15.162 INFO Starting download, target: Cockroach
17222026-06-21T01:46:16.275ZJun 21 01:46:15.162 INFO Starting download, target: DendriteStub
17232026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Starting download, target: MaghemiteMgd
17242026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Starting download, target: MaghemiteDdmd
17252026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Starting download, target: TransceiverControl
17262026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-06-21T01:46:16.276ZJun 21 01:46:15.162 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-06-21T01:46:16.277ZJun 21 01:46:15.162 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-06-21T01:46:16.277ZJun 21 01:46:15.162 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-06-21T01:46:16.277ZJun 21 01:46:15.162 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-21T01:46:17.154ZJun 21 01:46:16.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-06-21T01:46:17.198ZJun 21 01:46:16.103 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-06-21T01:46:17.404ZJun 21 01:46:16.269 INFO Download complete, target: TransceiverControl
17362026-06-21T01:46:17.462ZJun 21 01:46:16.337 INFO Download complete, target: Console
17372026-06-21T01:46:18.044ZJun 21 01:46:16.931 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-06-21T01:46:21.897ZJun 21 01:46:20.694 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-06-21T01:46:22.260ZJun 21 01:46:21.165 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-21T01:46:23.060ZJun 21 01:46:21.969 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-21T01:46:23.548ZJun 21 01:46:22.456 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-21T01:46:23.548ZJun 21 01:46:22.456 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-21T01:46:23.674ZJun 21 01:46:22.583 INFO Download complete, target: MaghemiteDdmd
17442026-06-21T01:46:24.722ZJun 21 01:46:23.631 INFO Download complete, target: DendriteStub
17452026-06-21T01:46:24.775ZJun 21 01:46:23.682 INFO Checking that binary works, target: Clickhouse
17462026-06-21T01:46:24.890ZJun 21 01:46:23.799 INFO Download complete, target: Clickhouse
17472026-06-21T01:46:25.470ZJun 21 01:46:24.379 INFO Download complete, target: MaghemiteMgd
17482026-06-21T01:46:28.070ZJun 21 01:46:26.979 INFO Checking that binary works, target: Cockroach
17492026-06-21T01:46:28.178ZJun 21 01:46:27.087 INFO Download complete, target: Cockroach
17502026-06-21T01:46:28.193ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-21T01:46:28.196Z
17522026-06-21T01:46:28.196Zreal 3:09.627522103
17532026-06-21T01:46:28.196Zuser 6:50.201693031
17542026-06-21T01:46:28.196Zsys 1:20.523370676
17552026-06-21T01:46:28.196Ztrap 0.229790867
17562026-06-21T01:46:28.196Ztflt 1.408747767
17572026-06-21T01:46:28.196Zdflt 1.394383421
17582026-06-21T01:46:28.196Zkflt 0.027945264
17592026-06-21T01:46:28.196Zlock 22:30.200633682
17602026-06-21T01:46:28.196Zslp 23:36.122747112
17612026-06-21T01:46:28.197Zlat 39.489397594
17622026-06-21T01:46:28.197Zstop 1:47.492945501
17632026-06-21T01:46:28.197Z+ banner clippy
17642026-06-21T01:46:28.197Z
17652026-06-21T01:46:28.197Z #### # # ##### ##### # #
17662026-06-21T01:46:28.197Z # # # # # # # # # #
17672026-06-21T01:46:28.197Z # # # # # # # #
17682026-06-21T01:46:28.197Z # # # ##### ##### #
17692026-06-21T01:46:28.197Z # # # # # # #
17702026-06-21T01:46:28.197Z #### ###### # # # #
17712026-06-21T01:46:28.197Z
17722026-06-21T01:46:28.197Z+ export CARGO_INCREMENTAL=0
17732026-06-21T01:46:28.197Z+ CARGO_INCREMENTAL=0
17742026-06-21T01:46:28.197Z+ ptime -m cargo xtask clippy
17752026-06-21T01:46:28.643Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-21T01:46:28.858Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-21T01:46:30.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17782026-06-21T01:46:30.751Z Running `target/debug/xtask clippy`
17792026-06-21T01:46:30.775Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17802026-06-21T01:46:31.325Z Downloading crates ...
17812026-06-21T01:46:31.520Z Downloaded addr2line v0.25.1
17822026-06-21T01:46:31.524Z Downloaded rstest v0.25.0
17832026-06-21T01:46:31.527Z Downloaded target-triple v1.0.0
17842026-06-21T01:46:31.530Z Downloaded supports-color v2.1.0
17852026-06-21T01:46:31.530Z Downloaded assert-json-diff v2.0.2
17862026-06-21T01:46:31.537Z Downloaded anes v0.1.6
17872026-06-21T01:46:31.541Z Downloaded assert_cmd v2.1.2
17882026-06-21T01:46:31.543Z Downloaded async-lock v3.4.2
17892026-06-21T01:46:31.546Z Downloaded constant_time_eq v0.3.1
17902026-06-21T01:46:31.549Z Downloaded cast v0.3.0
17912026-06-21T01:46:31.552Z Downloaded pathdiff v0.2.3
17922026-06-21T01:46:31.552Z Downloaded escape8259 v0.5.3
17932026-06-21T01:46:31.552Z Downloaded backtrace-ext v0.2.1
17942026-06-21T01:46:31.554Z Downloaded guppy-workspace-hack v0.1.0
17952026-06-21T01:46:31.557Z Downloaded futures-timer v3.0.3
17962026-06-21T01:46:31.557Z Downloaded concurrent-queue v2.5.0
17972026-06-21T01:46:31.560Z Downloaded hickory-client v0.25.2
17982026-06-21T01:46:31.560Z Downloaded criterion-plot v0.6.0
17992026-06-21T01:46:31.563Z Downloaded linkme-impl v0.3.35
18002026-06-21T01:46:31.565Z Downloaded plotters-svg v0.3.7
18012026-06-21T01:46:31.565Z Downloaded event-listener-strategy v0.5.4
18022026-06-21T01:46:31.568Z Downloaded async-object-pool v0.2.0
18032026-06-21T01:46:31.571Z Downloaded plotters-backend v0.3.7
18042026-06-21T01:46:31.573Z Downloaded tokio-test v0.4.5
18052026-06-21T01:46:31.576Z Downloaded terminal_size v0.1.17
18062026-06-21T01:46:31.579Z Downloaded backtrace v0.3.76
18072026-06-21T01:46:31.583Z Downloaded termcolor v1.4.1
18082026-06-21T01:46:31.583Z Downloaded oorandom v11.1.5
18092026-06-21T01:46:31.586Z Downloaded similar-asserts v1.7.0
18102026-06-21T01:46:31.588Z Downloaded serde_regex v1.1.0
18112026-06-21T01:46:31.588Z Downloaded approx v0.5.1
18122026-06-21T01:46:31.596Z Downloaded supports-unicode v2.1.0
18132026-06-21T01:46:31.598Z Downloaded nested v0.1.1
18142026-06-21T01:46:31.598Z Downloaded supports-hyperlinks v2.1.0
18152026-06-21T01:46:31.601Z Downloaded criterion v0.7.0
18162026-06-21T01:46:31.603Z Downloaded datatest-stable v0.3.3
18172026-06-21T01:46:31.606Z Downloaded miette-derive v5.10.0
18182026-06-21T01:46:31.616Z Downloaded knuffel-derive v3.2.0
18192026-06-21T01:46:31.619Z Downloaded target-lexicon v0.13.3
18202026-06-21T01:46:31.622Z Downloaded owo-colors v3.5.0
18212026-06-21T01:46:31.623Z Downloaded parking v2.2.1
18222026-06-21T01:46:31.626Z Downloaded relative-path v1.9.3
18232026-06-21T01:46:31.626Z Downloaded stringmetrics v2.2.2
18242026-06-21T01:46:31.626Z Downloaded rustc-demangle v0.1.27
18252026-06-21T01:46:31.626Z Downloaded path-tree v0.8.3
18262026-06-21T01:46:31.628Z Downloaded libtest-mimic v0.8.1
18272026-06-21T01:46:31.631Z Downloaded rust-argon2 v2.1.0
18282026-06-21T01:46:31.634Z Downloaded tinytemplate v1.2.1
18292026-06-21T01:46:31.634Z Downloaded linkme v0.3.35
18302026-06-21T01:46:31.637Z Downloaded target-spec v3.5.7
18312026-06-21T01:46:31.645Z Downloaded partial-io v0.5.4
18322026-06-21T01:46:31.648Z Downloaded httptest v0.16.4
18332026-06-21T01:46:31.648Z Downloaded cfg-expr v0.20.6
18342026-06-21T01:46:31.650Z Downloaded trybuild v1.0.116
18352026-06-21T01:46:31.650Z Downloaded blake2b_simd v1.0.4
18362026-06-21T01:46:31.653Z Downloaded textwrap v0.15.2
18372026-06-21T01:46:31.656Z Downloaded event-listener v5.4.1
18382026-06-21T01:46:31.656Z Downloaded chumsky v0.9.3
18392026-06-21T01:46:31.662Z Downloaded rand_distr v0.5.1
18402026-06-21T01:46:31.669Z Downloaded rstest_macros v0.25.0
18412026-06-21T01:46:31.671Z Downloaded guppy v0.17.25
18422026-06-21T01:46:31.674Z Downloaded knuffel v3.2.0
18432026-06-21T01:46:31.676Z Downloaded fancy-regex v0.14.0
18442026-06-21T01:46:31.682Z Downloaded miette v5.10.0
18452026-06-21T01:46:31.685Z Downloaded plotters v0.3.7
18462026-06-21T01:46:31.689Z Downloaded hashbrown v0.14.5
18472026-06-21T01:46:31.699Z Downloaded gimli v0.32.3
18482026-06-21T01:46:31.799Z Downloaded httpmock v0.8.3
18492026-06-21T01:46:33.460Z Checking cfg-if v1.0.4
18502026-06-21T01:46:33.806Z Checking libc v0.2.185
18512026-06-21T01:46:33.810Z Checking serde_core v1.0.228
18522026-06-21T01:46:33.877Z Checking memchr v2.8.0
18532026-06-21T01:46:33.915Z Checking smallvec v1.15.1
18542026-06-21T01:46:33.952Z Checking itoa v1.0.17
18552026-06-21T01:46:33.989Z Checking log v0.4.29
18562026-06-21T01:46:34.036Z Checking zeroize v1.8.2
18572026-06-21T01:46:34.039Z Checking libm v0.2.16
18582026-06-21T01:46:34.120Z Checking scopeguard v1.2.0
18592026-06-21T01:46:34.159Z Checking stable_deref_trait v1.2.1
18602026-06-21T01:46:34.198Z Checking zmij v1.0.21
18612026-06-21T01:46:34.235Z Checking zerofrom v0.1.6
18622026-06-21T01:46:34.269Z Checking lock_api v0.4.14
18632026-06-21T01:46:34.302Z Checking errno v0.3.14
18642026-06-21T01:46:34.305Z Checking getrandom v0.2.17
18652026-06-21T01:46:34.370Z Checking percent-encoding v2.3.2
18662026-06-21T01:46:34.405Z Checking yoke v0.8.1
18672026-06-21T01:46:34.440Z Checking writeable v0.6.2
18682026-06-21T01:46:34.475Z Checking litemap v0.8.1
18692026-06-21T01:46:34.511Z Checking icu_properties_data v2.1.2
18702026-06-21T01:46:34.511Z Checking icu_normalizer_data v2.1.1
18712026-06-21T01:46:34.579Z Checking subtle v2.6.1
18722026-06-21T01:46:34.614Z Checking zerovec v0.11.5
18732026-06-21T01:46:34.648Z Checking zerotrie v0.2.3
18742026-06-21T01:46:34.683Z Checking form_urlencoded v1.2.2
18752026-06-21T01:46:34.714Z Checking utf8_iter v1.0.4
18762026-06-21T01:46:34.747Z Checking rand_core v0.6.4
18772026-06-21T01:46:34.785Z Checking num-traits v0.2.19
18782026-06-21T01:46:34.785Z Checking pin-project-lite v0.2.17
18792026-06-21T01:46:34.851Z Checking zerocopy v0.8.40
18802026-06-21T01:46:34.888Z Checking rand_core v0.10.0
18812026-06-21T01:46:34.927Z Checking parking_lot_core v0.9.12
18822026-06-21T01:46:34.972Z Checking portable-atomic v1.13.1
18832026-06-21T01:46:35.012Z Checking signal-hook-registry v1.4.8
18842026-06-21T01:46:35.053Z Checking tinystr v0.8.2
18852026-06-21T01:46:35.053Z Checking potential_utf v0.1.4
18862026-06-21T01:46:35.141Z Checking getrandom v0.4.1
18872026-06-21T01:46:35.199Z Checking parking_lot v0.12.5
18882026-06-21T01:46:35.248Z Checking icu_collections v2.1.1
18892026-06-21T01:46:35.283Z Checking icu_locale_core v2.1.1
18902026-06-21T01:46:35.316Z Checking serde v1.0.228
18912026-06-21T01:46:35.350Z Checking serde_json v1.0.149
18922026-06-21T01:46:35.353Z Checking bitflags v2.11.0
18932026-06-21T01:46:35.418Z Checking critical-section v1.2.0
18942026-06-21T01:46:35.456Z Checking mio v1.2.0
18952026-06-21T01:46:35.561Z Checking once_cell v1.21.3
18962026-06-21T01:46:35.590Z Checking typenum v1.19.0
18972026-06-21T01:46:35.633Z Checking socket2 v0.6.3
18982026-06-21T01:46:35.736Z Checking bytes v1.11.1
18992026-06-21T01:46:35.780Z Checking iana-time-zone v0.1.65
19002026-06-21T01:46:35.838Z Checking uuid v1.23.0
19012026-06-21T01:46:35.875Z Checking icu_provider v2.1.1
19022026-06-21T01:46:35.909Z Checking thiserror v2.0.18
19032026-06-21T01:46:35.944Z Checking chrono v0.4.44
19042026-06-21T01:46:36.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19052026-06-21T01:46:36.044Z Checking semver v1.0.28
19062026-06-21T01:46:36.148Z Checking generic-array v0.14.7
19072026-06-21T01:46:36.153Z Checking icu_properties v2.1.2
19082026-06-21T01:46:36.213Z Checking icu_normalizer v2.1.1
19092026-06-21T01:46:36.216Z Checking tokio v1.52.1
19102026-06-21T01:46:36.322Z Checking futures-core v0.3.32
19112026-06-21T01:46:36.362Z Checking dyn-clone v1.0.20
19122026-06-21T01:46:36.478Z Checking const-oid v0.9.6
19132026-06-21T01:46:36.514Z Checking equivalent v1.0.2
19142026-06-21T01:46:36.553Z Checking rustix v1.1.3
19152026-06-21T01:46:36.625Z Checking byteorder v1.5.0
19162026-06-21T01:46:36.659Z Checking crypto-common v0.1.7
19172026-06-21T01:46:36.810Z Checking block-buffer v0.10.4
19182026-06-21T01:46:36.849Z Checking futures-sink v0.3.32
19192026-06-21T01:46:36.884Z Checking futures-task v0.3.32
19202026-06-21T01:46:36.975Z Checking futures-channel v0.3.32
19212026-06-21T01:46:36.978Z Checking futures-io v0.3.32
19222026-06-21T01:46:37.040Z Checking idna_adapter v1.2.1
19232026-06-21T01:46:37.075Z Checking slab v0.4.12
19242026-06-21T01:46:37.147Z Checking cpufeatures v0.2.17
19252026-06-21T01:46:37.182Z Checking digest v0.10.7
19262026-06-21T01:46:37.216Z Checking idna v1.1.0
19272026-06-21T01:46:37.219Z Checking thiserror v1.0.69
19282026-06-21T01:46:37.281Z Checking futures-util v0.3.32
19292026-06-21T01:46:37.283Z Checking hashbrown v0.17.0
19302026-06-21T01:46:37.370Z Checking getrandom v0.3.4
19312026-06-21T01:46:37.406Z Checking fnv v1.0.7
19322026-06-21T01:46:37.409Z Checking regex-syntax v0.8.10
19332026-06-21T01:46:37.488Z Checking url v2.5.8
19342026-06-21T01:46:37.529Z Checking http v1.4.0
19352026-06-21T01:46:37.564Z Checking tracing-core v0.1.36
19362026-06-21T01:46:37.654Z Checking ppv-lite86 v0.2.21
19372026-06-21T01:46:37.809Z Checking indexmap v2.14.0
19382026-06-21T01:46:37.892Z Checking utf8parse v0.2.2
19392026-06-21T01:46:37.951Z Checking schemars v0.8.22
19402026-06-21T01:46:37.985Z Checking base64 v0.22.1
19412026-06-21T01:46:38.024Z Checking tracing v0.1.44
19422026-06-21T01:46:38.111Z Checking anstyle v1.0.14
19432026-06-21T01:46:38.247Z Checking is_terminal_polyfill v1.70.2
19442026-06-21T01:46:38.283Z Checking colorchoice v1.0.4
19452026-06-21T01:46:38.323Z Checking anstyle-query v1.1.5
19462026-06-21T01:46:38.365Z Checking base64ct v1.8.3
19472026-06-21T01:46:38.403Z Checking block-padding v0.3.3
19482026-06-21T01:46:38.436Z Checking ipnet v2.11.0
19492026-06-21T01:46:38.467Z Checking untrusted v0.9.0
19502026-06-21T01:46:38.560Z Checking inout v0.1.4
19512026-06-21T01:46:38.604Z Checking ring v0.17.14
19522026-06-21T01:46:38.640Z Checking anstyle-parse v1.0.0
19532026-06-21T01:46:38.644Z Checking terminal_size v0.4.3
19542026-06-21T01:46:38.711Z Checking aho-corasick v1.1.4
19552026-06-21T01:46:38.746Z Checking cipher v0.4.4
19562026-06-21T01:46:38.752Z Checking crossbeam-utils v0.8.21
19572026-06-21T01:46:38.811Z Checking unicode-ident v1.0.24
19582026-06-21T01:46:38.845Z Checking anstream v1.0.0
19592026-06-21T01:46:38.948Z Checking proc-macro2 v1.0.106
19602026-06-21T01:46:38.986Z Checking strsim v0.11.1
19612026-06-21T01:46:39.070Z Checking clap_lex v1.0.0
19622026-06-21T01:46:39.133Z Checking pem-rfc7468 v0.7.0
19632026-06-21T01:46:39.207Z Checking sha2 v0.10.9
19642026-06-21T01:46:39.212Z Checking rustls-pki-types v1.14.0
19652026-06-21T01:46:39.245Z Checking clap_builder v4.6.0
19662026-06-21T01:46:39.286Z Checking quote v1.0.45
19672026-06-21T01:46:39.319Z Checking httparse v1.10.1
19682026-06-21T01:46:39.399Z Checking regex-automata v0.4.14
19692026-06-21T01:46:39.437Z Checking tokio-util v0.7.18
19702026-06-21T01:46:39.474Z Checking powerfmt v0.2.0
19712026-06-21T01:46:39.508Z Checking syn v2.0.117
19722026-06-21T01:46:39.541Z Checking rand_core v0.9.5
19732026-06-21T01:46:39.575Z Checking hmac v0.12.1
19742026-06-21T01:46:39.617Z Checking time-core v0.1.8
19752026-06-21T01:46:39.652Z Checking deranged v0.5.8
19762026-06-21T01:46:39.731Z Checking num-conv v0.2.0
19772026-06-21T01:46:39.766Z Checking num_threads v0.1.7
19782026-06-21T01:46:39.800Z Checking erased-serde v0.3.31
19792026-06-21T01:46:39.878Z Checking flagset v0.4.7
19802026-06-21T01:46:39.913Z Checking http-body v1.0.1
19812026-06-21T01:46:40.031Z Checking der v0.7.10
19822026-06-21T01:46:40.066Z Checking allocator-api2 v0.2.21
19832026-06-21T01:46:40.098Z Checking atomic-waker v1.1.2
19842026-06-21T01:46:40.203Z Checking slog v2.8.2
19852026-06-21T01:46:40.238Z Checking rand_chacha v0.9.0
19862026-06-21T01:46:40.371Z Checking anyhow v1.0.102
19872026-06-21T01:46:40.463Z Checking try-lock v0.2.5
19882026-06-21T01:46:40.499Z Checking httpdate v1.0.3
19892026-06-21T01:46:40.502Z Checking clap v4.6.1
19902026-06-21T01:46:40.582Z Checking time v0.3.47
19912026-06-21T01:46:40.617Z Checking want v0.3.1
19922026-06-21T01:46:40.620Z Checking rand v0.9.2
19932026-06-21T01:46:40.684Z Checking h2 v0.4.13
19942026-06-21T01:46:40.687Z Checking spin v0.9.8
19952026-06-21T01:46:40.768Z Checking tower-layer v0.3.3
19962026-06-21T01:46:40.803Z Checking tower-service v0.3.3
19972026-06-21T01:46:40.921Z Checking pin-utils v0.1.0
19982026-06-21T01:46:40.924Z Checking ryu v1.0.23
19992026-06-21T01:46:40.986Z Checking ipnetwork v0.21.1
20002026-06-21T01:46:41.044Z Checking socket2 v0.5.10
20012026-06-21T01:46:41.127Z Checking fastrand v2.3.0
20022026-06-21T01:46:41.177Z Checking mime v0.3.17
20032026-06-21T01:46:41.214Z Checking spki v0.7.3
20042026-06-21T01:46:41.248Z Checking pbkdf2 v0.12.2
20052026-06-21T01:46:41.313Z Checking aes v0.8.4
20062026-06-21T01:46:41.348Z Checking http-body-util v0.1.3
20072026-06-21T01:46:41.381Z Checking cbc v0.1.2
20082026-06-21T01:46:41.416Z Checking salsa20 v0.10.2
20092026-06-21T01:46:41.419Z Checking rand_chacha v0.3.1
20102026-06-21T01:46:41.539Z Checking hex v0.4.3
20112026-06-21T01:46:41.592Z Checking aws-lc-sys v0.40.0
20122026-06-21T01:46:41.627Z Checking simd-adler32 v0.3.8
20132026-06-21T01:46:41.660Z Checking untrusted v0.7.1
20142026-06-21T01:46:41.738Z Checking pretty-hex v0.4.1
20152026-06-21T01:46:41.773Z Checking rand v0.8.6
20162026-06-21T01:46:41.808Z Checking scrypt v0.11.0
20172026-06-21T01:46:41.810Z Checking tempfile v3.25.0
20182026-06-21T01:46:41.839Z Checking plain v0.2.3
20192026-06-21T01:46:41.842Z Checking adler2 v2.0.1
20202026-06-21T01:46:41.934Z Checking openssl-probe v0.2.1
20212026-06-21T01:46:41.972Z Checking pkcs5 v0.7.1
20222026-06-21T01:46:42.006Z Checking regex v1.12.3
20232026-06-21T01:46:42.038Z Checking miniz_oxide v0.8.9
20242026-06-21T01:46:42.056Z Checking serde_urlencoded v0.7.1
20252026-06-21T01:46:42.067Z Checking encoding_rs v0.8.35
20262026-06-21T01:46:42.200Z Checking aws-lc-rs v1.16.3
20272026-06-21T01:46:42.246Z Checking ucd-trie v0.1.7
20282026-06-21T01:46:42.297Z Checking pkcs8 v0.10.2
20292026-06-21T01:46:42.337Z Checking camino v1.2.2
20302026-06-21T01:46:42.392Z Checking rustls-native-certs v0.8.3
20312026-06-21T01:46:42.427Z Checking pest v2.8.6
20322026-06-21T01:46:42.487Z Checking oxnet v0.1.6
20332026-06-21T01:46:42.521Z Checking futures-executor v0.3.32
20342026-06-21T01:46:42.555Z Checking sync_wrapper v1.0.2
20352026-06-21T01:46:42.613Z Checking either v1.15.0
20362026-06-21T01:46:42.687Z Checking tower v0.5.3
20372026-06-21T01:46:42.722Z Checking futures v0.3.32
20382026-06-21T01:46:42.771Z Checking webpki-roots v1.0.6
20392026-06-21T01:46:42.874Z Checking crc32fast v1.5.0
20402026-06-21T01:46:42.879Z Checking iri-string v0.7.10
20412026-06-21T01:46:42.916Z Checking foldhash v0.2.0
20422026-06-21T01:46:42.996Z Checking static_assertions v1.1.0
20432026-06-21T01:46:43.052Z Checking rustls-webpki v0.103.9
20442026-06-21T01:46:43.086Z Checking lazy_static v1.5.0
20452026-06-21T01:46:43.121Z Checking hashbrown v0.16.1
20462026-06-21T01:46:43.123Z Checking openapiv3 v2.2.0
20472026-06-21T01:46:43.123Z Checking signature v2.2.0
20482026-06-21T01:46:43.217Z Checking winnow v0.7.14
20492026-06-21T01:46:43.343Z Checking hubpack v0.1.2
20502026-06-21T01:46:43.379Z Checking hyper v1.8.1
20512026-06-21T01:46:43.500Z Checking rustls v0.23.37
20522026-06-21T01:46:43.533Z Checking zlib-rs v0.6.2
20532026-06-21T01:46:43.566Z Checking strum v0.26.3
20542026-06-21T01:46:43.651Z Checking tinyvec_macros v0.1.1
20552026-06-21T01:46:43.705Z Checking psl-types v2.0.11
20562026-06-21T01:46:43.748Z Checking tinyvec v1.10.0
20572026-06-21T01:46:43.852Z Checking publicsuffix v2.3.0
20582026-06-21T01:46:43.890Z Checking tower-http v0.6.8
20592026-06-21T01:46:44.037Z Checking cookie v0.18.1
20602026-06-21T01:46:44.085Z Checking sha1 v0.10.6
20612026-06-21T01:46:44.192Z Checking num-integer v0.1.46
20622026-06-21T01:46:44.279Z Checking scroll v0.13.0
20632026-06-21T01:46:44.314Z Checking data-encoding v2.10.0
20642026-06-21T01:46:44.318Z Checking hyper-util v0.1.20
20652026-06-21T01:46:44.401Z Checking cookie_store v0.22.1
20662026-06-21T01:46:44.439Z Checking flate2 v1.1.9
20672026-06-21T01:46:44.473Z Checking serde_spanned v0.6.9
20682026-06-21T01:46:44.475Z Checking toml_datetime v0.6.11
20692026-06-21T01:46:44.538Z Checking goblin v0.10.5
20702026-06-21T01:46:44.628Z Checking memmap2 v0.9.10
20712026-06-21T01:46:44.663Z Checking bit-vec v0.8.0
20722026-06-21T01:46:44.711Z Checking base16ct v0.2.0
20732026-06-21T01:46:44.752Z Checking dtrace-parser v0.3.0
20742026-06-21T01:46:44.788Z Checking ff v0.13.1
20752026-06-21T01:46:44.821Z Checking wait-timeout v0.2.1
20762026-06-21T01:46:44.861Z Checking sec1 v0.7.3
20772026-06-21T01:46:44.897Z Checking bit-set v0.8.0
20782026-06-21T01:46:44.941Z Checking thread-id v5.1.0
20792026-06-21T01:46:44.978Z Checking group v0.13.0
20802026-06-21T01:46:45.011Z Checking num-iter v0.1.45
20812026-06-21T01:46:45.055Z Checking bstr v1.12.1
20822026-06-21T01:46:45.092Z Checking hkdf v0.12.4
20832026-06-21T01:46:45.124Z Checking crossbeam-epoch v0.9.18
20842026-06-21T01:46:45.157Z Checking anstyle-parse v0.2.7
20852026-06-21T01:46:45.161Z Checking ahash v0.8.12
20862026-06-21T01:46:45.248Z Checking crypto-bigint v0.5.5
20872026-06-21T01:46:45.368Z Checking quick-error v1.2.3
20882026-06-21T01:46:45.405Z Checking anstream v0.6.21
20892026-06-21T01:46:45.408Z Checking rand_xorshift v0.4.0
20902026-06-21T01:46:45.474Z Checking scroll v0.12.0
20912026-06-21T01:46:45.510Z Checking rusty-fork v0.3.1
20922026-06-21T01:46:45.579Z Checking unarray v0.1.4
20932026-06-21T01:46:45.614Z Checking num-bigint-dig v0.8.6
20942026-06-21T01:46:45.652Z Checking pkcs1 v0.7.5
20952026-06-21T01:46:45.700Z Checking x509-cert v0.2.5
20962026-06-21T01:46:45.737Z Checking proptest v1.10.0
20972026-06-21T01:46:45.737Z Checking goblin v0.8.2
20982026-06-21T01:46:45.844Z Checking tokio-rustls v0.26.4
20992026-06-21T01:46:45.886Z Checking rustls-platform-verifier v0.6.2
21002026-06-21T01:46:46.069Z Checking zerocopy v0.7.35
21012026-06-21T01:46:46.119Z Checking hyper-rustls v0.27.7
21022026-06-21T01:46:46.153Z Checking elliptic-curve v0.13.8
21032026-06-21T01:46:46.357Z Checking reqwest v0.13.2
21042026-06-21T01:46:46.392Z Checking unicode-segmentation v1.12.0
21052026-06-21T01:46:46.465Z Checking foreign-types-shared v0.1.1
21062026-06-21T01:46:46.502Z Checking rsa v0.9.10
21072026-06-21T01:46:46.611Z Checking foreign-types v0.3.2
21082026-06-21T01:46:46.618Z Checking dtrace-parser v0.2.0
21092026-06-21T01:46:46.683Z Checking rfc6979 v0.4.0
21102026-06-21T01:46:46.734Z Checking memoffset v0.9.1
21112026-06-21T01:46:46.832Z Checking openssl-sys v0.9.115
21122026-06-21T01:46:46.869Z Checking thread-id v4.2.2
21132026-06-21T01:46:46.904Z Checking dof v0.4.0
21142026-06-21T01:46:46.909Z Checking ecdsa v0.16.9
21152026-06-21T01:46:46.980Z Checking curve25519-dalek v4.1.3
21162026-06-21T01:46:46.983Z Checking rustix v0.38.44
21172026-06-21T01:46:47.231Z Checking env_filter v1.0.0
21182026-06-21T01:46:47.268Z Checking openssl v0.10.79
21192026-06-21T01:46:47.303Z Checking same-file v1.0.6
21202026-06-21T01:46:47.404Z Checking toml_write v0.1.2
21212026-06-21T01:46:47.449Z Checking keccak v0.1.6
21222026-06-21T01:46:47.564Z Checking usdt-impl v0.6.0
21232026-06-21T01:46:47.599Z Checking newtype-uuid v1.3.2
21242026-06-21T01:46:47.604Z Checking toml_edit v0.22.27
21252026-06-21T01:46:47.666Z Checking dof v0.3.0
21262026-06-21T01:46:47.669Z Checking sha3 v0.10.8
21272026-06-21T01:46:47.771Z Checking walkdir v2.5.0
21282026-06-21T01:46:47.827Z Checking env_logger v0.11.9
21292026-06-21T01:46:47.830Z Checking daft v0.1.7
21302026-06-21T01:46:47.895Z Checking usdt v0.6.0
21312026-06-21T01:46:47.897Z Checking ed25519 v2.2.3
21322026-06-21T01:46:47.960Z Checking itertools v0.13.0
21332026-06-21T01:46:48.006Z Checking usdt-impl v0.5.0
21342026-06-21T01:46:48.045Z Checking serde_with v3.17.0
21352026-06-21T01:46:48.084Z Checking bitflags v1.3.2
21362026-06-21T01:46:48.124Z Checking siphasher v1.0.2
21372026-06-21T01:46:48.160Z Checking ed25519-dalek v2.2.0
21382026-06-21T01:46:48.194Z Checking nix v0.31.2
21392026-06-21T01:46:48.310Z Checking toml_parser v1.0.9+spec-1.1.0
21402026-06-21T01:46:48.312Z Checking unicode-normalization v0.1.25
21412026-06-21T01:46:48.415Z Checking signal-hook v0.3.18
21422026-06-21T01:46:48.636Z Checking winnow v0.5.40
21432026-06-21T01:46:48.694Z Checking managed v0.8.0
21442026-06-21T01:46:48.736Z Checking bzip2-sys v0.1.13+1.0.8
21452026-06-21T01:46:48.738Z Checking object v0.37.3
21462026-06-21T01:46:48.851Z Checking foldhash v0.1.5
21472026-06-21T01:46:48.903Z Checking bzip2 v0.4.4
21482026-06-21T01:46:48.994Z Checking signal-hook-mio v0.2.5
21492026-06-21T01:46:49.030Z Checking hashbrown v0.15.5
21502026-06-21T01:46:49.090Z Checking globset v0.4.18
21512026-06-21T01:46:49.126Z Checking ref-cast v1.0.25
21522026-06-21T01:46:49.252Z Checking zstd-sys v2.0.16+zstd.1.5.7
21532026-06-21T01:46:49.254Z Checking zip v0.6.6
21542026-06-21T01:46:49.319Z Checking native-tls v0.2.18
21552026-06-21T01:46:49.367Z Checking pin-project v1.1.11
21562026-06-21T01:46:49.401Z Checking zstd-safe v7.2.4
21572026-06-21T01:46:49.489Z Checking bumpalo v3.20.2
21582026-06-21T01:46:49.492Z Checking libbz2-rs-sys v0.2.2
21592026-06-21T01:46:49.557Z Checking tokio-native-tls v0.3.1
21602026-06-21T01:46:49.560Z Checking crossterm v0.28.1
21612026-06-21T01:46:49.622Z Checking zstd v0.13.3
21622026-06-21T01:46:49.655Z Checking similar v2.7.0
21632026-06-21T01:46:49.741Z Checking zopfli v0.8.3
21642026-06-21T01:46:49.743Z Checking hyper-tls v0.6.0
21652026-06-21T01:46:49.808Z Checking toml_edit v0.19.15
21662026-06-21T01:46:49.843Z Checking tokio-stream v0.1.18
21672026-06-21T01:46:49.901Z Checking bzip2 v0.6.1
21682026-06-21T01:46:49.969Z Checking reqwest v0.12.28
21692026-06-21T01:46:50.067Z Checking fs-err v3.3.0
21702026-06-21T01:46:50.104Z Checking pem v3.0.6
21712026-06-21T01:46:50.107Z Checking hash32 v0.2.1
21722026-06-21T01:46:50.252Z Checking serde-big-array v0.5.1
21732026-06-21T01:46:50.288Z Checking unicode-properties v0.1.4
21742026-06-21T01:46:50.323Z Checking unicode-bidi v0.3.18
21752026-06-21T01:46:50.325Z Checking predicates-core v1.0.10
21762026-06-21T01:46:50.390Z Checking jiff v0.2.21
21772026-06-21T01:46:50.425Z Checking heapless v0.7.17
21782026-06-21T01:46:50.502Z Checking snafu v0.8.9
21792026-06-21T01:46:50.505Z Checking olpc-cjson v0.1.4
21802026-06-21T01:46:50.639Z Checking stringprep v0.1.5
21812026-06-21T01:46:50.694Z Checking hickory-proto v0.25.2
21822026-06-21T01:46:50.765Z Checking md-5 v0.10.6
21832026-06-21T01:46:50.820Z Checking serde_plain v1.0.2
21842026-06-21T01:46:50.823Z Checking float-cmp v0.10.0
21852026-06-21T01:46:50.889Z Checking toml v0.7.8
21862026-06-21T01:46:50.894Z Checking fallible-iterator v0.2.0
21872026-06-21T01:46:50.951Z Checking difflib v0.4.0
21882026-06-21T01:46:50.991Z Checking typed-path v0.9.3
21892026-06-21T01:46:51.025Z Checking normalize-line-endings v0.3.0
21902026-06-21T01:46:51.059Z Checking smoltcp v0.9.1
21912026-06-21T01:46:51.143Z Checking iddqd v0.4.2
21922026-06-21T01:46:51.178Z Checking predicates v3.1.4
21932026-06-21T01:46:51.237Z Checking postgres-protocol v0.6.10
21942026-06-21T01:46:51.239Z Checking phf_shared v0.13.1
21952026-06-21T01:46:51.516Z Checking phf_shared v0.11.3
21962026-06-21T01:46:51.536Z Checking buf-list v1.1.2
21972026-06-21T01:46:51.581Z Checking strum v0.27.2
21982026-06-21T01:46:51.672Z Checking fixedbitset v0.5.7
21992026-06-21T01:46:51.708Z Checking new_debug_unreachable v1.0.6
22002026-06-21T01:46:51.742Z Checking lalrpop-util v0.19.12
22012026-06-21T01:46:51.744Z Checking precomputed-hash v0.1.1
22022026-06-21T01:46:51.808Z Checking tough v0.22.0
22032026-06-21T01:46:51.811Z Checking fixedbitset v0.4.2
22042026-06-21T01:46:51.884Z Checking string_cache v0.8.9
22052026-06-21T01:46:51.919Z Checking petgraph v0.8.3
22062026-06-21T01:46:51.952Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22072026-06-21T01:46:52.015Z Checking petgraph v0.6.5
22082026-06-21T01:46:52.061Z Checking postgres-types v0.2.12
22092026-06-21T01:46:52.096Z Checking phf v0.13.1
22102026-06-21T01:46:52.274Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-06-21T01:46:52.403Z Checking whoami v2.1.0
22122026-06-21T01:46:52.571Z Checking peg-runtime v0.8.5
22132026-06-21T01:46:52.630Z Checking tokio-postgres v0.7.16
22142026-06-21T01:46:52.665Z Checking zip v4.6.1
22152026-06-21T01:46:52.861Z Checking is-terminal v0.4.17
22162026-06-21T01:46:52.986Z Checking crossbeam-channel v0.5.15
22172026-06-21T01:46:53.253Z Checking thread_local v1.1.9
22182026-06-21T01:46:53.289Z Compiling structmeta-derive v0.3.0
22192026-06-21T01:46:53.345Z Checking term v1.2.1
22202026-06-21T01:46:53.448Z Checking take_mut v0.2.2
22212026-06-21T01:46:53.484Z Compiling newtype-uuid-macros v0.1.0
22222026-06-21T01:46:53.487Z Compiling rustls v0.22.4
22232026-06-21T01:46:53.579Z Checking slog-async v2.8.0
22242026-06-21T01:46:53.614Z Checking slog-term v2.9.2
22252026-06-21T01:46:53.764Z Compiling multer v3.1.0
22262026-06-21T01:46:53.797Z Compiling async-stream-impl v0.3.6
22272026-06-21T01:46:53.831Z Checking match_cfg v0.1.0
22282026-06-21T01:46:53.888Z Checking slog-json v2.6.1
22292026-06-21T01:46:53.923Z Compiling dropshot v0.17.0
22302026-06-21T01:46:53.955Z Checking hostname v0.3.1
22312026-06-21T01:46:54.063Z Compiling dropshot_endpoint v0.17.0
22322026-06-21T01:46:54.098Z Checking debug-ignore v1.0.5
22332026-06-21T01:46:54.101Z Checking slog-bunyan v2.5.0
22342026-06-21T01:46:54.224Z Checking progenitor-client v0.14.0
22352026-06-21T01:46:54.259Z Checking rustls-webpki v0.102.8
22362026-06-21T01:46:54.292Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-06-21T01:46:54.323Z Checking toml_datetime v1.0.0+spec-1.1.0
22382026-06-21T01:46:54.386Z Compiling structmeta v0.3.0
22392026-06-21T01:46:54.419Z Checking serde_spanned v1.0.4
22402026-06-21T01:46:54.459Z Checking serde_path_to_error v0.1.20
22412026-06-21T01:46:54.493Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422026-06-21T01:46:54.572Z Checking compression-core v0.4.31
22432026-06-21T01:46:54.575Z Checking toml_writer v1.0.6+spec-1.1.0
22442026-06-21T01:46:54.641Z Compiling derive-ex v0.1.8
22452026-06-21T01:46:54.726Z Checking compression-codecs v0.4.37
22462026-06-21T01:46:54.761Z Checking async-stream v0.3.6
22472026-06-21T01:46:54.825Z Checking toml v1.0.6+spec-1.1.0
22482026-06-21T01:46:54.896Z Checking waitgroup v0.1.2
22492026-06-21T01:46:54.932Z Checking rustls-pemfile v2.2.0
22502026-06-21T01:46:54.935Z Checking async-compression v0.4.41
22512026-06-21T01:46:55.027Z Checking hostname v0.4.2
22522026-06-21T01:46:55.062Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-06-21T01:46:55.103Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22542026-06-21T01:46:55.153Z Checking atomicwrites v0.4.4
22552026-06-21T01:46:55.198Z Compiling parse-display-derive v0.10.0
22562026-06-21T01:46:55.233Z Checking itertools v0.14.0
22572026-06-21T01:46:55.273Z Checking macaddr v1.0.1
22582026-06-21T01:46:55.307Z Checking regress v0.10.5
22592026-06-21T01:46:55.432Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22602026-06-21T01:46:55.476Z Checking instant v0.1.13
22612026-06-21T01:46:55.593Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22622026-06-21T01:46:55.807Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22632026-06-21T01:46:55.855Z Checking backoff v0.4.0
22642026-06-21T01:46:55.892Z Checking backon v1.6.0
22652026-06-21T01:46:56.087Z Checking humantime v2.3.0
22662026-06-21T01:46:56.129Z Checking progenitor-extras v0.2.0
22672026-06-21T01:46:56.167Z Checking tokio-rustls v0.25.0
22682026-06-21T01:46:56.304Z Checking unicode-width v0.2.0
22692026-06-21T01:46:56.339Z Compiling test-strategy v0.4.5
22702026-06-21T01:46:56.342Z Compiling convert_case v0.4.0
22712026-06-21T01:46:56.404Z Checking heck v0.5.0
22722026-06-21T01:46:56.406Z Checking half v2.7.1
22732026-06-21T01:46:56.560Z Checking ciborium-io v0.2.2
22742026-06-21T01:46:56.595Z Checking secrecy v0.10.3
22752026-06-21T01:46:56.683Z Compiling regress v0.11.1
22762026-06-21T01:46:56.727Z Checking ciborium-ll v0.2.2
22772026-06-21T01:46:56.760Z Checking indent_write v2.2.0
22782026-06-21T01:46:56.763Z Checking universal-hash v0.5.1
22792026-06-21T01:46:56.795Z Compiling derive_more v0.99.20
22802026-06-21T01:46:56.920Z Checking opaque-debug v0.3.1
22812026-06-21T01:46:56.953Z Checking ciborium v0.2.2
22822026-06-21T01:46:57.016Z Checking parse-display v0.10.0
22832026-06-21T01:46:57.019Z Checking camino-tempfile v1.4.1
22842026-06-21T01:46:57.240Z Compiling crucible-workspace-hack v0.1.0
22852026-06-21T01:46:57.245Z Checking aead v0.5.2
22862026-06-21T01:46:57.432Z Compiling unsafe-libyaml v0.2.11
22872026-06-21T01:46:57.435Z Checking poly1305 v0.8.0
22882026-06-21T01:46:57.597Z Checking chacha20 v0.9.1
22892026-06-21T01:46:57.759Z Compiling thiserror-impl-no-std v2.0.2
22902026-06-21T01:46:57.820Z Checking swrite v0.1.0
22912026-06-21T01:46:57.854Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22922026-06-21T01:46:57.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932026-06-21T01:46:58.210Z Compiling serde_yaml v0.9.34+deprecated
22942026-06-21T01:46:58.264Z Compiling typify-impl v0.6.2
22952026-06-21T01:46:58.299Z Checking password-hash v0.5.0
22962026-06-21T01:46:58.376Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972026-06-21T01:46:58.552Z Checking blake2 v0.10.6
22982026-06-21T01:46:58.821Z Checking argon2 v0.5.3
22992026-06-21T01:46:58.965Z Checking thiserror-no-std v2.0.2
23002026-06-21T01:46:59.083Z Checking vsss-rs v3.3.4
23012026-06-21T01:46:59.189Z Checking chacha20poly1305 v0.10.1
23022026-06-21T01:46:59.347Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23032026-06-21T01:46:59.395Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23042026-06-21T01:46:59.603Z Checking byte-wrapper v0.1.0
23052026-06-21T01:46:59.702Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-21T01:46:59.738Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23072026-06-21T01:46:59.776Z Checking crossbeam-deque v0.8.6
23082026-06-21T01:46:59.835Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23092026-06-21T01:46:59.912Z Compiling rayon-core v1.13.0
23102026-06-21T01:46:59.965Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-21T01:47:00.001Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-06-21T01:47:00.217Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-06-21T01:47:00.277Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-06-21T01:47:00.507Z Compiling proc-macro-error v1.0.4
23152026-06-21T01:47:00.560Z Checking rayon v1.11.0
23162026-06-21T01:47:00.838Z Compiling proc-macro-crate v3.4.0
23172026-06-21T01:47:01.323Z Checking toml v0.8.23
23182026-06-21T01:47:01.368Z Checking tabwriter v1.4.1
23192026-06-21T01:47:01.438Z Checking glob v0.3.3
23202026-06-21T01:47:01.473Z Compiling num_enum_derive v0.7.6
23212026-06-21T01:47:01.476Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23222026-06-21T01:47:01.542Z Checking colored v3.1.1
23232026-06-21T01:47:01.631Z Compiling heapless v0.8.0
23242026-06-21T01:47:01.665Z Compiling ingot-macros v0.1.1
23252026-06-21T01:47:01.699Z Checking hash32 v0.3.1
23262026-06-21T01:47:01.771Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23272026-06-21T01:47:01.854Z Checking unicode-width v0.1.14
23282026-06-21T01:47:02.008Z Compiling smoltcp v0.11.0
23292026-06-21T01:47:02.087Z Checking cobs v0.3.0
23302026-06-21T01:47:02.136Z Compiling usdt-macro v0.5.0
23312026-06-21T01:47:02.261Z Compiling usdt-attr-macro v0.5.0
23322026-06-21T01:47:02.413Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23332026-06-21T01:47:02.457Z Checking memmap v0.7.0
23342026-06-21T01:47:02.526Z Checking num_enum v0.7.6
23352026-06-21T01:47:02.571Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-06-21T01:47:02.670Z Checking postcard v1.1.3
23372026-06-21T01:47:02.826Z Compiling proc-macro-crate v1.3.1
23382026-06-21T01:47:02.881Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23392026-06-21T01:47:02.911Z Compiling typify-macro v0.6.2
23402026-06-21T01:47:02.991Z Checking sigpipe v0.1.3
23412026-06-21T01:47:03.053Z Checking usdt v0.5.0
23422026-06-21T01:47:03.100Z Compiling foreign-types-macros v0.2.3
23432026-06-21T01:47:03.134Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23442026-06-21T01:47:03.246Z Checking foreign-types-shared v0.3.1
23452026-06-21T01:47:03.280Z Checking cpufeatures v0.3.0
23462026-06-21T01:47:03.385Z Compiling num_enum_derive v0.5.11
23472026-06-21T01:47:03.388Z Checking chacha20 v0.10.0
23482026-06-21T01:47:03.662Z Checking cstr-argument v0.1.2
23492026-06-21T01:47:03.715Z Checking foreign-types v0.5.0
23502026-06-21T01:47:03.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23512026-06-21T01:47:03.812Z Compiling num-derive v0.4.2
23522026-06-21T01:47:03.847Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23532026-06-21T01:47:03.850Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23542026-06-21T01:47:04.130Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23552026-06-21T01:47:04.210Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-06-21T01:47:04.331Z Checking rand v0.10.0
23572026-06-21T01:47:04.367Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23582026-06-21T01:47:04.370Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-06-21T01:47:04.452Z Checking num_enum v0.5.11
23602026-06-21T01:47:04.504Z Checking ingot-types v0.1.2
23612026-06-21T01:47:04.555Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-06-21T01:47:04.592Z Checking itertools v0.12.1
23632026-06-21T01:47:04.627Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-06-21T01:47:04.678Z Compiling typify v0.6.2
23652026-06-21T01:47:04.768Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23662026-06-21T01:47:04.817Z Compiling progenitor-impl v0.14.0
23672026-06-21T01:47:04.914Z Checking ingot v0.1.1
23682026-06-21T01:47:04.975Z Compiling zone_cfg_derive v0.3.1
23692026-06-21T01:47:05.031Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23702026-06-21T01:47:05.232Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23712026-06-21T01:47:05.498Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23722026-06-21T01:47:05.658Z Checking zone v0.3.1
23732026-06-21T01:47:05.693Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23742026-06-21T01:47:05.696Z Checking smf v0.2.3
23752026-06-21T01:47:05.784Z Checking whoami v1.6.1
23762026-06-21T01:47:05.818Z Checking tokio-dtrace v0.1.1
23772026-06-21T01:47:05.937Z Compiling derive-where v1.6.0
23782026-06-21T01:47:05.977Z Checking console v0.15.11
23792026-06-21T01:47:06.010Z Checking newline-converter v0.3.0
23802026-06-21T01:47:06.118Z Checking bytecount v0.6.9
23812026-06-21T01:47:06.123Z Checking oxide-tokio-rt v0.1.4
23822026-06-21T01:47:06.223Z Compiling owo-colors v4.3.0
23832026-06-21T01:47:06.256Z Compiling cancel-safe-futures v0.1.5
23842026-06-21T01:47:06.291Z Checking expectorate v1.2.0
23852026-06-21T01:47:06.345Z Checking libsw-core v0.3.2
23862026-06-21T01:47:06.452Z Checking num-rational v0.4.2
23872026-06-21T01:47:06.522Z Checking libsw v3.5.0
23882026-06-21T01:47:06.629Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23892026-06-21T01:47:06.759Z Checking num-complex v0.4.6
23902026-06-21T01:47:06.835Z Checking linear-map v1.2.0
23912026-06-21T01:47:06.924Z Checking float-ord v0.3.2
23922026-06-21T01:47:07.032Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23932026-06-21T01:47:07.066Z Checking gethostname v0.5.0
23942026-06-21T01:47:07.127Z Checking num v0.4.3
23952026-06-21T01:47:07.184Z Compiling prettyplease v0.2.37
23962026-06-21T01:47:07.229Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23972026-06-21T01:47:07.267Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23982026-06-21T01:47:07.350Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23992026-06-21T01:47:07.487Z Compiling progenitor-macro v0.14.0
24002026-06-21T01:47:07.520Z Checking resolv-conf v0.7.6
24012026-06-21T01:47:07.633Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24022026-06-21T01:47:07.727Z Checking smawk v0.3.2
24032026-06-21T01:47:07.806Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24042026-06-21T01:49:08.714Z Checking unicode-linebreak v0.1.5
24052026-06-21T01:52:09.185Z Checking papergrid v0.11.0
24062026-06-21T01:52:09.185Z Compiling tabled_derive v0.7.0
24072026-06-21T01:52:09.185Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-21T01:52:09.185Z Compiling convert_case v0.10.0
24092026-06-21T01:52:09.185Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24102026-06-21T01:52:09.185Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24112026-06-21T01:52:09.185Z Compiling slog-dtrace v0.3.0
24122026-06-21T01:52:09.185Z Compiling derive_more-impl v2.1.1
24132026-06-21T01:52:09.185Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24142026-06-21T01:52:09.185Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24152026-06-21T01:52:09.185Z Checking tabled v0.15.0
24162026-06-21T01:52:09.185Z Checking derive_more v2.1.1
24172026-06-21T01:52:09.185Z Checking crossterm v0.29.0
24182026-06-21T01:52:09.185Z Checking linked-hash-map v0.5.6
24192026-06-21T01:52:09.185Z Checking lru-cache v0.1.2
24202026-06-21T01:52:09.185Z Checking hickory-proto v0.24.4
24212026-06-21T01:52:09.185Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-06-21T01:52:09.186Z Checking fd-lock v4.0.4
24232026-06-21T01:52:09.300Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24242026-06-21T01:52:09.300Z Checking vte v0.14.1
24252026-06-21T01:52:09.300Z Checking display-error-chain v0.2.2
24262026-06-21T01:52:09.300Z Checking progenitor v0.14.0
24272026-06-21T01:52:09.300Z Checking strip-ansi-escapes v0.2.1
24282026-06-21T01:52:09.300Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24292026-06-21T01:52:09.300Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24302026-06-21T01:52:09.300Z Checking nu-ansi-term v0.50.3
24312026-06-21T01:52:09.300Z Checking termtree v0.5.1
24322026-06-21T01:52:09.300Z Checking reedline v0.40.0
24332026-06-21T01:52:09.300Z Checking hickory-resolver v0.24.4
24342026-06-21T01:52:09.300Z Checking textwrap v0.16.2
24352026-06-21T01:52:09.300Z Compiling minimal-lexical v0.2.1
24362026-06-21T01:52:09.301Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-06-21T01:52:09.301Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24382026-06-21T01:52:09.301Z Compiling nom v7.1.3
24392026-06-21T01:52:09.301Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402026-06-21T01:52:09.301Z Checking qorb v0.4.1
24412026-06-21T01:52:09.301Z Compiling ar_archive_writer v0.5.1
24422026-06-21T01:52:09.301Z Checking csv-core v0.1.13
24432026-06-21T01:52:09.301Z Checking csv v1.4.0
24442026-06-21T01:52:09.301Z Compiling stacker v0.1.23
24452026-06-21T01:52:09.301Z Compiling semver v0.1.20
24462026-06-21T01:52:09.301Z Compiling cfg_aliases v0.1.1
24472026-06-21T01:52:09.301Z Checking highway v1.3.0
24482026-06-21T01:52:09.301Z Compiling psm v0.1.30
24492026-06-21T01:52:09.301Z Compiling nix v0.28.0
24502026-06-21T01:52:09.301Z Compiling rustc_version v0.1.7
24512026-06-21T01:52:09.301Z Checking nibble_vec v0.1.0
24522026-06-21T01:52:09.301Z Checking home v0.5.12
24532026-06-21T01:52:09.301Z Checking endian-type v0.1.2
24542026-06-21T01:52:09.301Z Compiling newtype_derive v0.1.6
24552026-06-21T01:52:09.301Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24562026-06-21T01:52:09.301Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24572026-06-21T01:52:09.301Z Checking radix_trie v0.2.1
24582026-06-21T01:52:09.301Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24592026-06-21T01:52:09.301Z Checking phf_shared v0.12.1
24602026-06-21T01:52:09.301Z Compiling recursive-proc-macro-impl v0.1.1
24612026-06-21T01:52:09.301Z Compiling chrono-tz v0.10.4
24622026-06-21T01:52:09.314Z Checking phf v0.12.1
24632026-06-21T01:52:09.314Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24642026-06-21T01:52:09.314Z Compiling const_format_proc_macros v0.2.34
24652026-06-21T01:52:09.315Z Compiling peg-macros v0.8.5
24662026-06-21T01:52:09.315Z Checking recursive v0.1.1
24672026-06-21T01:52:09.315Z Checking winnow v0.6.26
24682026-06-21T01:52:09.315Z Checking nom v8.0.0
24692026-06-21T01:52:09.315Z Compiling sqlparser_derive v0.5.0
24702026-06-21T01:52:09.315Z Checking unicode_categories v0.1.1
24712026-06-21T01:52:09.315Z Checking rustyline v14.0.0
24722026-06-21T01:52:09.315Z Checking const_format v0.2.35
24732026-06-21T01:52:09.315Z Checking sqlformat v0.3.5
24742026-06-21T01:52:09.315Z Checking sqlparser v0.61.0
24752026-06-21T01:52:09.315Z Checking peg v0.8.5
24762026-06-21T01:52:09.315Z Checking bcs v0.1.6
24772026-06-21T01:52:09.315Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24782026-06-21T01:52:09.315Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24792026-06-21T01:52:09.315Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24802026-06-21T01:52:09.315Z Checking steno v0.4.1
24812026-06-21T01:52:09.315Z Checking filetime v0.2.27
24822026-06-21T01:52:09.315Z Checking xattr v1.6.1
24832026-06-21T01:52:09.315Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24842026-06-21T01:52:09.315Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-06-21T01:52:09.315Z Checking tar v0.4.45
24862026-06-21T01:52:09.315Z Checking subprocess v0.2.15
24872026-06-21T01:52:09.315Z Checking base64 v0.21.7
24882026-06-21T01:52:09.315Z Checking headers-core v0.3.0
24892026-06-21T01:52:09.315Z Checking headers v0.4.1
24902026-06-21T01:52:09.315Z Checking yasna v0.5.2
24912026-06-21T01:52:09.315Z Checking dropshot-api-manager-types v0.7.2
24922026-06-21T01:52:09.316Z Checking tagptr v0.2.0
24932026-06-21T01:52:09.316Z Checking rcgen v0.12.1
24942026-06-21T01:52:09.316Z Checking moka v0.12.13
24952026-06-21T01:52:09.316Z Checking utf-8 v0.7.6
24962026-06-21T01:52:09.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24972026-06-21T01:52:09.316Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24982026-06-21T01:52:09.316Z Checking tungstenite v0.21.0
24992026-06-21T01:52:09.316Z Checking hickory-resolver v0.25.2
25002026-06-21T01:52:09.316Z Checking tokio-tungstenite v0.21.0
25012026-06-21T01:52:09.316Z Compiling libefi-sys v0.1.0
25022026-06-21T01:52:09.316Z Compiling bitfield-struct v0.6.2
25032026-06-21T01:52:09.316Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25042026-06-21T01:52:09.316Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25052026-06-21T01:52:09.316Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25062026-06-21T01:52:09.316Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-21T01:52:09.316Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-21T01:52:09.316Z Compiling radium v0.7.0
25092026-06-21T01:52:09.316Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102026-06-21T01:52:09.317Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-21T01:52:09.317Z Compiling maybe-uninit v2.0.0
25122026-06-21T01:52:09.317Z Checking tap v1.0.1
25132026-06-21T01:52:09.317Z Checking wyz v0.5.1
25142026-06-21T01:52:09.317Z Compiling zerocopy-derive v0.6.6
25152026-06-21T01:52:09.317Z Compiling packed_struct v0.10.1
25162026-06-21T01:52:09.317Z Checking funty v2.0.0
25172026-06-21T01:52:09.317Z Checking crc-catalog v2.4.0
25182026-06-21T01:52:09.317Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25192026-06-21T01:52:09.317Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25202026-06-21T01:52:09.317Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25212026-06-21T01:52:09.317Z Checking crc v3.4.0
25222026-06-21T01:52:09.317Z Checking bitvec v1.0.1
25232026-06-21T01:52:09.317Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-06-21T01:52:09.317Z Compiling packed_struct_codegen v0.10.1
25252026-06-21T01:52:09.317Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25262026-06-21T01:52:09.317Z Checking zerocopy v0.6.6
25272026-06-21T01:52:09.317Z Compiling bitfield-macros v0.19.4
25282026-06-21T01:52:09.318Z Compiling indexmap v1.9.3
25292026-06-21T01:52:09.318Z Checking nodrop v0.1.14
25302026-06-21T01:52:09.318Z Checking smallvec v0.6.14
25312026-06-21T01:52:09.318Z Checking array-init v0.0.4
25322026-06-21T01:52:09.319Z Checking bitfield v0.19.4
25332026-06-21T01:52:09.319Z Checking hashbrown v0.12.3
25342026-06-21T01:52:09.319Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25352026-06-21T01:52:09.319Z Checking serde-hex v0.1.0
25362026-06-21T01:52:09.319Z Checking ron v0.8.1
25372026-06-21T01:52:09.319Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25382026-06-21T01:52:09.319Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25392026-06-21T01:52:09.319Z Checking hashbrown v0.13.2
25402026-06-21T01:52:09.319Z Checking crc-any v2.5.0
25412026-06-21T01:52:09.319Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25422026-06-21T01:52:09.319Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25432026-06-21T01:52:09.319Z Checking object v0.30.4
25442026-06-21T01:52:09.319Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452026-06-21T01:52:09.319Z Compiling xshell-macros v0.2.7
25462026-06-21T01:52:09.319Z Checking path-slash v0.1.5
25472026-06-21T01:52:09.319Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25482026-06-21T01:52:09.319Z Checking xshell v0.2.7
25492026-06-21T01:52:09.319Z Checking half v1.8.3
25502026-06-21T01:52:09.319Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25512026-06-21T01:52:09.319Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25522026-06-21T01:52:09.319Z Checking serde_cbor v0.11.2
25532026-06-21T01:52:09.319Z Compiling proc-macro-error-attr2 v2.0.0
25542026-06-21T01:52:09.320Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25552026-06-21T01:52:09.320Z Compiling proc-macro-error2 v2.0.1
25562026-06-21T01:52:09.320Z Compiling num-derive v0.3.3
25572026-06-21T01:52:09.320Z Checking maplit v1.0.2
25582026-06-21T01:52:09.320Z Compiling tabled_derive v0.11.0
25592026-06-21T01:52:09.320Z Checking papergrid v0.17.0
25602026-06-21T01:52:09.320Z Checking testing_table v0.3.0
25612026-06-21T01:52:09.320Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25622026-06-21T01:52:09.391Z Checking libscf-sys v1.1.0
25632026-06-21T01:52:09.391Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25642026-06-21T01:52:09.391Z Compiling progenitor-impl v0.13.0
25652026-06-21T01:52:09.391Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25662026-06-21T01:52:09.391Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25672026-06-21T01:52:09.391Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-21T01:52:09.391Z Checking tabled v0.20.0
25692026-06-21T01:52:09.391Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25702026-06-21T01:52:09.391Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25712026-06-21T01:52:09.391Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-06-21T01:52:09.391Z Checking progenitor-client v0.13.0
25732026-06-21T01:52:09.391Z Compiling git-stub v1.0.0
25742026-06-21T01:52:09.391Z Compiling git-stub-vcs v0.1.0
25752026-06-21T01:52:09.391Z Checking unicase v2.9.0
25762026-06-21T01:52:09.391Z Checking crc8 v0.1.1
25772026-06-21T01:52:09.392Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25782026-06-21T01:52:09.392Z Checking fxhash v0.2.1
25792026-06-21T01:52:09.392Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25802026-06-21T01:52:09.392Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25812026-06-21T01:52:09.392Z Compiling vergen-lib v0.1.6
25822026-06-21T01:52:09.392Z Compiling diesel_derives v2.3.7
25832026-06-21T01:52:09.392Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25842026-06-21T01:52:09.392Z Checking scheduled-thread-pool v0.2.7
25852026-06-21T01:52:09.392Z Compiling dsl_auto_type v0.2.0
25862026-06-21T01:52:09.392Z Compiling vergen-gitcl v1.0.8
25872026-06-21T01:52:09.392Z Compiling progenitor-macro v0.13.0
25882026-06-21T01:52:09.392Z Compiling diesel_table_macro_syntax v0.3.0
25892026-06-21T01:52:09.392Z Checking r2d2 v0.8.10
25902026-06-21T01:52:09.392Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25912026-06-21T01:52:09.392Z Checking downcast-rs v2.0.2
25922026-06-21T01:52:09.392Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25932026-06-21T01:52:09.392Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25942026-06-21T01:52:09.392Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25952026-06-21T01:52:09.392Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25962026-06-21T01:52:09.392Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25972026-06-21T01:52:09.392Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25982026-06-21T01:52:09.392Z Checking kstat-rs v0.2.4
25992026-06-21T01:52:09.392Z Checking arc-swap v1.8.2
26002026-06-21T01:52:09.392Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26012026-06-21T01:52:09.392Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26022026-06-21T01:52:09.392Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26032026-06-21T01:52:09.392Z Checking slog-scope v4.4.1
26042026-06-21T01:52:09.392Z Compiling dirs-sys-next v0.1.2
26052026-06-21T01:52:09.392Z Compiling parking_lot_core v0.8.6
26062026-06-21T01:52:09.392Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26072026-06-21T01:52:09.392Z Compiling crunchy v0.2.4
26082026-06-21T01:52:09.392Z Compiling dirs-next v2.0.0
26092026-06-21T01:52:09.392Z Checking slog-stdlog v4.1.1
26102026-06-21T01:52:09.392Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26112026-06-21T01:52:09.392Z Compiling clang-sys v1.8.1
26122026-06-21T01:52:09.393Z Compiling tiny-keccak v2.0.2
26132026-06-21T01:52:09.393Z Checking slog-envlogger v2.2.0
26142026-06-21T01:52:09.393Z Compiling term v0.7.0
26152026-06-21T01:52:09.393Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26162026-06-21T01:52:09.393Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26172026-06-21T01:52:09.393Z Compiling bit-vec v0.6.3
26182026-06-21T01:52:09.393Z Compiling ascii-canvas v3.0.0
26192026-06-21T01:52:09.393Z Compiling bit-set v0.5.3
26202026-06-21T01:52:09.393Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26212026-06-21T01:52:09.393Z Checking parking_lot v0.11.2
26222026-06-21T01:52:09.393Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26232026-06-21T01:52:09.393Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26242026-06-21T01:52:09.393Z Checking prefix-trie v0.7.0
26252026-06-21T01:52:09.393Z Compiling itertools v0.10.5
26262026-06-21T01:52:09.393Z Compiling ena v0.14.4
26272026-06-21T01:52:09.393Z Compiling libloading v0.8.9
26282026-06-21T01:52:09.393Z Compiling bindgen v0.71.1
26292026-06-21T01:52:09.393Z Compiling regex-syntax v0.6.29
26302026-06-21T01:52:09.393Z Compiling diff v0.1.13
26312026-06-21T01:52:09.393Z Checking hickory-server v0.25.2
26322026-06-21T01:52:09.393Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26332026-06-21T01:52:09.393Z Checking sled v0.34.7
26342026-06-21T01:52:09.393Z Compiling cexpr v0.6.0
26352026-06-21T01:52:09.393Z Checking progenitor v0.13.0
26362026-06-21T01:52:09.393Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26372026-06-21T01:52:09.393Z Compiling lalrpop v0.19.12
26382026-06-21T01:52:09.393Z Checking nanorand v0.7.0
26392026-06-21T01:52:09.393Z Compiling salty v0.3.0
26402026-06-21T01:52:09.393Z Compiling rustc-hash v2.1.1
26412026-06-21T01:52:09.393Z Checking flume v0.11.1
26422026-06-21T01:52:09.393Z Checking diesel v2.3.7
26432026-06-21T01:52:09.393Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26442026-06-21T01:52:09.393Z Checking primeorder v0.13.6
26452026-06-21T01:52:09.393Z Compiling libxml v0.3.3
26462026-06-21T01:52:09.394Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26472026-06-21T01:52:09.395Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26482026-06-21T01:52:09.395Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26492026-06-21T01:52:09.395Z Compiling strum_macros v0.24.3
26502026-06-21T01:52:09.395Z Compiling fs-err v2.11.0
26512026-06-21T01:52:09.395Z Compiling indoc v1.0.9
26522026-06-21T01:52:09.395Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26532026-06-21T01:52:09.395Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26542026-06-21T01:52:09.395Z Checking quick-xml v0.37.5
26552026-06-21T01:52:09.395Z Checking derive_builder v0.20.2
26562026-06-21T01:52:09.395Z Compiling oso-derive v0.27.3
26572026-06-21T01:52:09.395Z Compiling trait-variant v0.1.2
26582026-06-21T01:52:09.395Z Compiling impl-trait-for-tuples v0.2.3
26592026-06-21T01:52:09.395Z Checking openssl-probe v0.1.6
26602026-06-21T01:52:09.395Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26612026-06-21T01:52:09.395Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26622026-06-21T01:52:09.512Z Checking p384 v0.13.1
26632026-06-21T01:52:09.512Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26642026-06-21T01:52:09.512Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26652026-06-21T01:52:09.512Z Checking parse-size v1.1.0
26662026-06-21T01:52:09.512Z Checking assert_matches v1.5.0
26672026-06-21T01:52:09.512Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26682026-06-21T01:52:09.512Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26692026-06-21T01:52:09.512Z Checking predicates-tree v1.0.13
26702026-06-21T01:52:09.512Z Checking bb8 v0.8.6
26712026-06-21T01:52:09.512Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26722026-06-21T01:52:09.512Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26732026-06-21T01:52:09.512Z Compiling mime_guess v2.0.5
26742026-06-21T01:52:09.512Z Checking http-range v0.1.5
26752026-06-21T01:52:09.512Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26762026-06-21T01:52:09.512Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26772026-06-21T01:52:09.513Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26782026-06-21T01:52:09.513Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-06-21T01:52:09.513Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26802026-06-21T01:52:09.513Z Checking atty v0.2.14
26812026-06-21T01:52:09.513Z Checking nonempty v0.12.0
26822026-06-21T01:52:09.513Z Checking corncobs v0.1.4
26832026-06-21T01:52:09.513Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26842026-06-21T01:52:09.513Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26852026-06-21T01:52:09.513Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-06-21T01:52:09.513Z Checking ignore v0.4.25
26872026-06-21T01:52:09.513Z Checking secrecy v0.8.0
26882026-06-21T01:52:09.513Z Checking hyper-staticfile v0.10.1
26892026-06-21T01:52:09.513Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26902026-06-21T01:52:09.514Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26912026-06-21T01:52:09.514Z Checking globwalk v0.9.1
26922026-06-21T01:52:09.514Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26932026-06-21T01:52:09.514Z Compiling illumos-nvpair-sys v0.2.0
26942026-06-21T01:52:09.514Z Checking camino-tempfile-ext v0.3.3
26952026-06-21T01:52:09.514Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26962026-06-21T01:52:09.514Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26972026-06-21T01:52:09.514Z Checking signal-hook-tokio v0.3.1
26982026-06-21T01:52:09.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26992026-06-21T01:52:09.514Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27002026-06-21T01:52:09.514Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27012026-06-21T01:52:09.514Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27022026-06-21T01:52:09.514Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27032026-06-21T01:52:09.515Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-06-21T01:52:09.515Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27052026-06-21T01:52:09.515Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27062026-06-21T01:52:09.515Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27072026-06-21T01:52:09.515Z Checking illumos-nvpair v0.3.0
27082026-06-21T01:52:09.515Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27092026-06-21T01:52:09.515Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-21T01:52:09.515Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27112026-06-21T01:52:09.515Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27122026-06-21T01:52:09.515Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27132026-06-21T01:52:09.515Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27142026-06-21T01:52:09.515Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27152026-06-21T01:52:09.515Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27162026-06-21T01:52:09.515Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27172026-06-21T01:52:09.515Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27182026-06-21T01:52:09.515Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27192026-06-21T01:52:09.515Z Checking tungstenite v0.23.0
27202026-06-21T01:52:09.515Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27212026-06-21T01:52:09.516Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27222026-06-21T01:52:09.516Z Checking tokio-tungstenite v0.23.1
27232026-06-21T01:52:09.516Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27242026-06-21T01:52:09.516Z Checking rand_seeder v0.4.0
27252026-06-21T01:52:09.516Z Checking diesel-dtrace v0.5.0
27262026-06-21T01:52:09.516Z Checking async-bb8-diesel v0.2.1
27272026-06-21T01:52:09.516Z Checking void v1.0.2
27282026-06-21T01:52:09.516Z Checking lzss v0.8.2
27292026-06-21T01:52:09.516Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27302026-06-21T01:52:09.517Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27312026-06-21T01:52:09.517Z Checking nix v0.27.1
27322026-06-21T01:52:09.517Z Checking serde_bytes v0.11.19
27332026-06-21T01:52:09.517Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27342026-06-21T01:52:09.517Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27352026-06-21T01:52:09.517Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27362026-06-21T01:52:09.517Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27372026-06-21T01:52:09.517Z Checking is_ci v1.2.0
27382026-06-21T01:52:09.517Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27392026-06-21T01:52:09.517Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27402026-06-21T01:52:09.517Z Checking yansi v1.0.1
27412026-06-21T01:52:09.517Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27422026-06-21T01:52:09.518Z Checking pretty_assertions v1.4.1
27432026-06-21T01:52:09.518Z Compiling polar-core v0.27.3
27442026-06-21T01:52:09.518Z Compiling samael v0.0.19
27452026-06-21T01:52:09.518Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27462026-06-21T01:52:09.518Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27472026-06-21T01:52:09.518Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27482026-06-21T01:52:09.590Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27492026-06-21T01:52:09.590Z Compiling darling_core v0.23.0
27502026-06-21T01:52:09.763Z Compiling indoc v2.0.7
27512026-06-21T01:52:10.262Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27522026-06-21T01:52:10.414Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-21T01:52:10.880Z Compiling libz-sys v1.1.24
27542026-06-21T01:52:11.204Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-21T01:52:11.297Z Compiling instability v0.3.11
27562026-06-21T01:52:11.562Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27572026-06-21T01:52:11.594Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-21T01:52:11.667Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27592026-06-21T01:52:11.903Z Checking castaway v0.2.4
27602026-06-21T01:52:12.006Z Compiling darling_macro v0.23.0
27612026-06-21T01:52:12.037Z Checking compact_str v0.8.1
27622026-06-21T01:52:12.431Z Checking supports-color v3.0.2
27632026-06-21T01:52:12.515Z Compiling darling v0.23.0
27642026-06-21T01:52:12.587Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27652026-06-21T01:52:12.804Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27662026-06-21T01:52:12.965Z Checking unicode-truncate v1.1.0
27672026-06-21T01:52:13.026Z Checking console v0.16.2
27682026-06-21T01:52:13.139Z Checking lru v0.12.5
27692026-06-21T01:52:13.254Z Compiling libgit2-sys v0.18.3+1.9.2
27702026-06-21T01:52:13.320Z Checking cassowary v0.3.0
27712026-06-21T01:52:13.351Z Checking unit-prefix v0.5.2
27722026-06-21T01:52:13.510Z Checking indicatif v0.18.4
27732026-06-21T01:52:14.555Z Checking ratatui v0.29.0
27742026-06-21T01:52:14.558Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27752026-06-21T01:52:14.558Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27762026-06-21T01:52:14.558Z Checking oso v0.27.3
27772026-06-21T01:52:14.558Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27782026-06-21T01:52:14.749Z Compiling vergen-git2 v9.1.0
27792026-06-21T01:52:14.870Z Checking plotters-backend v0.3.7
27802026-06-21T01:52:14.940Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27812026-06-21T01:52:15.014Z Compiling rustls v0.21.12
27822026-06-21T01:52:15.083Z Checking plotters-svg v0.3.7
27832026-06-21T01:52:15.159Z Checking cast v0.3.0
27842026-06-21T01:52:15.254Z Checking plotters v0.3.7
27852026-06-21T01:52:15.337Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27862026-06-21T01:52:15.367Z Checking criterion-plot v0.6.0
27872026-06-21T01:52:15.632Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27882026-06-21T01:52:15.786Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27892026-06-21T01:52:15.849Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27902026-06-21T01:52:15.995Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-06-21T01:52:16.027Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27922026-06-21T01:52:16.092Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27932026-06-21T01:52:16.236Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27942026-06-21T01:52:16.268Z Checking colored v2.2.0
27952026-06-21T01:52:16.312Z Checking sct v0.7.1
27962026-06-21T01:52:16.343Z Checking rustls-webpki v0.101.7
27972026-06-21T01:52:16.478Z Checking tinytemplate v1.2.1
27982026-06-21T01:52:16.510Z Checking anes v0.1.6
27992026-06-21T01:52:16.704Z Checking shell-words v1.1.1
28002026-06-21T01:52:16.737Z Checking oorandom v11.1.5
28012026-06-21T01:52:16.858Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28022026-06-21T01:52:16.889Z Checking criterion v0.7.0
28032026-06-21T01:52:17.182Z Checking typeid v1.0.3
28042026-06-21T01:52:17.312Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28052026-06-21T01:52:17.790Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28062026-06-21T01:52:18.088Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28072026-06-21T01:52:18.093Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28082026-06-21T01:52:18.096Z Checking hex-literal v0.4.1
28092026-06-21T01:52:18.251Z Checking tokio-rustls v0.24.1
28102026-06-21T01:52:18.479Z Checking erased-serde v0.4.9
28112026-06-21T01:52:18.588Z Checking rustls-pemfile v1.0.4
28122026-06-21T01:52:18.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28132026-06-21T01:52:18.801Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28142026-06-21T01:52:18.854Z Checking twox-hash v2.1.2
28152026-06-21T01:52:18.971Z Checking ordered-float v2.10.1
28162026-06-21T01:52:19.205Z Checking serde-untagged v0.1.9
28172026-06-21T01:52:19.236Z Checking serde-value v0.7.0
28182026-06-21T01:52:19.268Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-21T01:52:19.428Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28202026-06-21T01:52:19.475Z Checking fatfs v0.3.6
28212026-06-21T01:52:19.611Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28222026-06-21T01:52:19.938Z Compiling seq-macro v0.3.6
28232026-06-21T01:52:20.231Z Checking unicode-xid v0.2.6
28242026-06-21T01:52:20.372Z Checking cargo-util-schemas v0.8.2
28252026-06-21T01:52:20.457Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28262026-06-21T01:52:20.930Z Checking cargo-platform v0.2.0
28272026-06-21T01:52:20.986Z Compiling petname v2.0.2
28282026-06-21T01:52:21.162Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28292026-06-21T01:52:21.259Z Checking cargo_metadata v0.21.0
28302026-06-21T01:52:21.658Z Checking concurrent-queue v2.5.0
28312026-06-21T01:52:21.873Z Checking rtoolbox v0.0.3
28322026-06-21T01:52:22.011Z Checking parking v2.2.1
28332026-06-21T01:52:22.045Z Checking rpassword v7.4.0
28342026-06-21T01:52:22.165Z Checking event-listener v5.4.1
28352026-06-21T01:52:22.412Z Checking tui-tree-widget v0.23.1
28362026-06-21T01:52:22.605Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28372026-06-21T01:52:22.636Z Checking polyval v0.6.2
28382026-06-21T01:52:22.800Z Checking sapling-renderdag v0.1.0
28392026-06-21T01:52:22.832Z Checking sync-ptr v0.1.4
28402026-06-21T01:52:22.977Z Checking ghash v0.5.1
28412026-06-21T01:52:23.025Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-06-21T01:52:23.070Z Checking event-listener-strategy v0.5.4
28432026-06-21T01:52:23.124Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28442026-06-21T01:52:23.198Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-21T01:52:23.234Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28462026-06-21T01:52:23.453Z Checking ctr v0.9.2
28472026-06-21T01:52:23.649Z Checking futures-timer v3.0.3
28482026-06-21T01:52:23.704Z Checking constant_time_eq v0.4.2
28492026-06-21T01:52:23.774Z Checking arrayvec v0.7.6
28502026-06-21T01:52:23.853Z Checking arrayref v0.3.9
28512026-06-21T01:52:23.886Z Checking aes-gcm v0.10.3
28522026-06-21T01:52:23.989Z Checking async-lock v3.4.2
28532026-06-21T01:52:24.027Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28542026-06-21T01:52:24.064Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28552026-06-21T01:52:24.387Z Checking ssh-encoding v0.2.0
28562026-06-21T01:52:24.466Z Checking blowfish v0.9.1
28572026-06-21T01:52:24.606Z Compiling strsim v0.10.0
28582026-06-21T01:52:24.645Z Checking bcrypt-pbkdf v0.10.0
28592026-06-21T01:52:24.821Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28602026-06-21T01:52:24.855Z Compiling darling_core v0.13.4
28612026-06-21T01:52:25.040Z Checking ssh-cipher v0.2.0
28622026-06-21T01:52:25.058Z Checking async-object-pool v0.2.0
28632026-06-21T01:52:25.118Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-21T01:52:25.150Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28652026-06-21T01:52:25.260Z Checking serde_regex v1.1.0
28662026-06-21T01:52:25.449Z Checking password-hash v0.4.2
28672026-06-21T01:52:25.507Z Checking assert-json-diff v2.0.2
28682026-06-21T01:52:25.690Z Checking path-tree v0.8.3
28692026-06-21T01:52:25.722Z Checking stringmetrics v2.2.2
28702026-06-21T01:52:25.792Z Checking gimli v0.32.3
28712026-06-21T01:52:25.899Z Compiling target-lexicon v0.13.3
28722026-06-21T01:52:25.930Z Checking httpmock v0.8.3
28732026-06-21T01:52:26.501Z Checking pbkdf2 v0.11.0
28742026-06-21T01:52:26.704Z Checking ssh-key v0.6.7
28752026-06-21T01:52:26.743Z Compiling darling_macro v0.13.4
28762026-06-21T01:52:27.361Z Checking addr2line v0.25.1
28772026-06-21T01:52:27.425Z Checking p521 v0.13.3
28782026-06-21T01:52:27.503Z Checking p256 v0.13.2
28792026-06-21T01:52:27.656Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-06-21T01:52:27.778Z Checking russh-cryptovec v0.7.3
28812026-06-21T01:52:27.921Z Checking md5 v0.7.0
28822026-06-21T01:52:27.966Z Compiling guppy-workspace-hack v0.1.0
28832026-06-21T01:52:28.067Z Checking rustc-demangle v0.1.27
28842026-06-21T01:52:28.120Z Checking russh-keys v0.45.0
28852026-06-21T01:52:28.152Z Compiling darling v0.13.4
28862026-06-21T01:52:28.272Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28872026-06-21T01:52:28.303Z Checking backtrace v0.3.76
28882026-06-21T01:52:28.485Z Checking num-bigint v0.4.6
28892026-06-21T01:52:28.518Z Checking des v0.8.1
28902026-06-21T01:52:28.702Z Compiling blake3 v1.8.3
28912026-06-21T01:52:28.778Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28922026-06-21T01:52:28.811Z Compiling target-spec v3.5.7
28932026-06-21T01:52:29.166Z Checking backtrace-ext v0.2.1
28942026-06-21T01:52:29.229Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952026-06-21T01:52:29.271Z Checking cfg-expr v0.20.6
28962026-06-21T01:52:29.304Z Compiling serde_with_macros v1.5.2
28972026-06-21T01:52:29.446Z Checking russh v0.45.0
28982026-06-21T01:52:29.673Z Checking supports-color v2.1.0
28992026-06-21T01:52:29.705Z Checking textwrap v0.15.2
29002026-06-21T01:52:29.834Z Checking supports-unicode v2.1.0
29012026-06-21T01:52:29.868Z Checking supports-hyperlinks v2.1.0
29022026-06-21T01:52:29.933Z Checking hashbrown v0.14.5
29032026-06-21T01:52:29.977Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29042026-06-21T01:52:30.008Z Checking cargo-platform v0.3.2
29052026-06-21T01:52:30.148Z Checking terminal_size v0.1.17
29062026-06-21T01:52:30.201Z Compiling miette-derive v5.10.0
29072026-06-21T01:52:30.231Z Checking internet-checksum v0.2.1
29082026-06-21T01:52:30.280Z Checking owo-colors v3.5.0
29092026-06-21T01:52:30.423Z Checking chumsky v0.9.3
29102026-06-21T01:52:30.821Z Checking cargo_metadata v0.23.1
29112026-06-21T01:52:31.332Z Checking miette v5.10.0
29122026-06-21T01:52:31.364Z Compiling serde_with v1.14.0
29132026-06-21T01:52:31.744Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29142026-06-21T01:52:31.828Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29152026-06-21T01:52:31.926Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-06-21T01:52:31.966Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29172026-06-21T01:52:32.170Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29182026-06-21T01:52:32.255Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29192026-06-21T01:52:32.435Z Compiling knuffel-derive v3.2.0
29202026-06-21T01:52:32.519Z Checking httptest v0.16.4
29212026-06-21T01:52:32.614Z Checking pathdiff v0.2.3
29222026-06-21T01:52:32.702Z Checking nested v0.1.1
29232026-06-21T01:52:32.747Z Checking topological-sort v0.2.2
29242026-06-21T01:52:32.867Z Checking guppy v0.17.25
29252026-06-21T01:52:32.898Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29262026-06-21T01:52:32.929Z Checking omicron-zone-package v0.12.2
29272026-06-21T01:52:33.105Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29282026-06-21T01:52:33.364Z Checking similar-asserts v1.7.0
29292026-06-21T01:52:33.544Z Compiling target-triple v1.0.0
29302026-06-21T01:52:33.795Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29312026-06-21T01:52:33.827Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29322026-06-21T01:52:33.900Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29332026-06-21T01:52:33.931Z Checking knuffel v3.2.0
29342026-06-21T01:52:33.962Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29352026-06-21T01:52:34.464Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29362026-06-21T01:52:34.527Z Checking hickory-client v0.25.2
29372026-06-21T01:52:34.614Z Checking tokio-test v0.4.5
29382026-06-21T01:52:34.679Z Compiling assert_cmd v2.1.2
29392026-06-21T01:52:34.815Z Checking escape8259 v0.5.3
29402026-06-21T01:52:34.977Z Checking libtest-mimic v0.8.1
29412026-06-21T01:52:35.128Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29422026-06-21T01:52:35.235Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29432026-06-21T01:52:35.267Z Checking blake2b_simd v1.0.4
29442026-06-21T01:52:35.578Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29452026-06-21T01:52:35.680Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29462026-06-21T01:52:35.917Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29472026-06-21T01:52:35.971Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29482026-06-21T01:52:36.092Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29492026-06-21T01:52:36.150Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29502026-06-21T01:52:36.310Z Checking fancy-regex v0.14.0
29512026-06-21T01:52:36.403Z Checking serde_tokenstream v0.2.3
29522026-06-21T01:52:36.561Z Checking approx v0.5.1
29532026-06-21T01:52:36.642Z Checking uzers v0.12.2
29542026-06-21T01:52:36.695Z Compiling rstest_macros v0.25.0
29552026-06-21T01:52:36.726Z Checking constant_time_eq v0.3.1
29562026-06-21T01:52:36.856Z Checking termcolor v1.4.1
29572026-06-21T01:52:36.889Z Compiling linkme-impl v0.3.35
29582026-06-21T01:52:37.092Z Checking trybuild v1.0.116
29592026-06-21T01:52:37.122Z Checking rust-argon2 v2.1.0
29602026-06-21T01:52:37.265Z Checking datatest-stable v0.3.3
29612026-06-21T01:52:37.640Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-06-21T01:52:37.701Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29632026-06-21T01:52:37.922Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29642026-06-21T01:52:37.988Z Checking support-bundle-viewer v0.1.2
29652026-06-21T01:52:38.260Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29662026-06-21T01:52:38.477Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29672026-06-21T01:52:38.647Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29682026-06-21T01:52:38.694Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29692026-06-21T01:52:38.868Z Checking drift v0.2.0
29702026-06-21T01:52:38.919Z Checking rand_distr v0.5.1
29712026-06-21T01:52:39.249Z Checking multimap v0.10.1
29722026-06-21T01:52:39.359Z Compiling linkme v0.3.35
29732026-06-21T01:52:39.449Z Compiling relative-path v1.9.3
29742026-06-21T01:52:39.684Z Checking dropshot-api-manager v0.7.2
29752026-06-21T01:52:40.422Z Compiling git2 v0.20.4
29762026-06-21T01:52:41.047Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29772026-06-21T01:52:41.432Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29782026-06-21T01:52:41.607Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29792026-06-21T01:52:41.849Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29802026-06-21T01:52:42.082Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29812026-06-21T01:52:42.174Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29822026-06-21T01:52:42.207Z Checking cargo_toml v0.21.0
29832026-06-21T01:52:42.847Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29842026-06-21T01:52:43.013Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29852026-06-21T01:52:43.211Z Checking partial-io v0.5.4
29862026-06-21T01:52:43.243Z Checking termios v0.3.3
29872026-06-21T01:52:43.399Z Checking rstest v0.25.0
29882026-06-21T01:52:43.443Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29892026-06-21T01:52:43.530Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29902026-06-21T01:52:43.734Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29912026-06-21T01:52:47.037Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29922026-06-21T01:52:48.652Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29932026-06-21T01:52:49.151Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29942026-06-21T01:52:52.048Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29952026-06-21T01:52:54.360Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29962026-06-21T01:52:57.072Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29972026-06-21T01:53:00.112Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29982026-06-21T01:53:05.803Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29992026-06-21T01:54:07.426Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30002026-06-21T01:54:07.466Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30012026-06-21T01:54:07.523Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30022026-06-21T01:54:07.523Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30032026-06-21T01:54:07.523Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30042026-06-21T01:54:07.523Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30052026-06-21T01:54:31.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 00s
30062026-06-21T01:54:32.002Z
30072026-06-21T01:54:32.002Zreal 8:03.799948251
30082026-06-21T01:54:32.002Zuser 20:50.141452865
30092026-06-21T01:54:32.002Zsys 4:46.051000386
30102026-06-21T01:54:32.002Ztrap 0.478226445
30112026-06-21T01:54:32.002Ztflt 2.423455863
30122026-06-21T01:54:32.002Zdflt 1.516630225
30132026-06-21T01:54:32.002Zkflt 0.093015272
30142026-06-21T01:54:32.002Zlock 59:51.406644882
30152026-06-21T01:54:32.002Zslp 1:13:28.247700466
30162026-06-21T01:54:32.002Zlat 1:44.063811209
30172026-06-21T01:54:32.002Zstop 10:29.601215747
30182026-06-21T01:54:32.005Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30192026-06-21T01:54:32.005Z+ ptime -m cargo doc --workspace --no-deps
30202026-06-21T01:54:32.784Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30212026-06-21T01:54:32.784Z |
30222026-06-21T01:54:32.784Z = 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)`
30232026-06-21T01:54:32.785Z = 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>
30242026-06-21T01:54:33.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30252026-06-21T01:54:33.998Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30262026-06-21T01:54:34.043Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-06-21T01:54:34.103Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-06-21T01:54:34.134Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30292026-06-21T01:54:34.190Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30302026-06-21T01:54:34.284Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30312026-06-21T01:54:34.312Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30322026-06-21T01:54:34.339Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30332026-06-21T01:54:34.381Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30342026-06-21T01:54:34.534Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30352026-06-21T01:54:34.581Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30362026-06-21T01:54:34.628Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30372026-06-21T01:54:34.648Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30382026-06-21T01:54:34.669Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30392026-06-21T01:54:34.705Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30402026-06-21T01:54:34.726Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30412026-06-21T01:54:34.746Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30422026-06-21T01:54:34.768Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30432026-06-21T01:54:34.789Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30442026-06-21T01:54:34.835Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30452026-06-21T01:54:34.890Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30462026-06-21T01:54:35.134Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30472026-06-21T01:54:35.460Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30482026-06-21T01:54:35.462Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30492026-06-21T01:54:35.570Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30502026-06-21T01:54:35.609Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30512026-06-21T01:54:35.631Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30522026-06-21T01:54:35.789Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30532026-06-21T01:54:35.854Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30542026-06-21T01:54:35.953Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30552026-06-21T01:54:36.042Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30562026-06-21T01:54:36.091Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30572026-06-21T01:54:36.204Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30582026-06-21T01:54:36.262Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30592026-06-21T01:54:36.283Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30602026-06-21T01:54:36.302Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30612026-06-21T01:54:36.450Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30622026-06-21T01:54:36.510Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30632026-06-21T01:54:36.737Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30642026-06-21T01:54:36.740Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30652026-06-21T01:54:37.027Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30662026-06-21T01:54:37.159Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30672026-06-21T01:54:37.213Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30682026-06-21T01:54:37.327Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30692026-06-21T01:54:37.351Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30702026-06-21T01:54:37.354Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30712026-06-21T01:54:37.478Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30722026-06-21T01:54:37.557Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30732026-06-21T01:54:37.606Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30742026-06-21T01:54:37.637Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30752026-06-21T01:54:37.701Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30762026-06-21T01:54:37.788Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30772026-06-21T01:54:37.837Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30782026-06-21T01:54:37.886Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30792026-06-21T01:54:37.922Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30802026-06-21T01:54:37.982Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30812026-06-21T01:54:38.006Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30822026-06-21T01:54:38.035Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30832026-06-21T01:54:38.078Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30842026-06-21T01:54:38.117Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30852026-06-21T01:54:38.179Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30862026-06-21T01:54:38.548Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30872026-06-21T01:54:38.572Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30882026-06-21T01:54:38.677Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30892026-06-21T01:54:38.871Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30902026-06-21T01:54:39.168Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30912026-06-21T01:54:39.407Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30922026-06-21T01:54:39.616Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30932026-06-21T01:54:39.620Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30942026-06-21T01:54:39.660Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30952026-06-21T01:54:39.709Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30962026-06-21T01:54:39.843Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30972026-06-21T01:54:39.917Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30982026-06-21T01:54:39.941Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30992026-06-21T01:54:40.084Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31002026-06-21T01:54:40.547Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31012026-06-21T01:54:40.959Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31022026-06-21T01:54:40.961Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31032026-06-21T01:54:41.168Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31042026-06-21T01:54:41.221Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31052026-06-21T01:54:41.248Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31062026-06-21T01:54:41.518Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31072026-06-21T01:54:41.522Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31082026-06-21T01:54:41.621Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31092026-06-21T01:54:41.626Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31102026-06-21T01:54:41.766Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31112026-06-21T01:54:41.932Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31122026-06-21T01:54:41.955Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31132026-06-21T01:54:41.976Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31142026-06-21T01:54:42.089Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31152026-06-21T01:54:42.157Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31162026-06-21T01:54:42.224Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31172026-06-21T01:54:42.245Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31182026-06-21T01:54:42.265Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31192026-06-21T01:54:42.317Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31202026-06-21T01:54:42.467Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31212026-06-21T01:54:42.508Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31222026-06-21T01:54:42.527Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31232026-06-21T01:54:42.529Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31242026-06-21T01:54:42.565Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31252026-06-21T01:54:42.592Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31262026-06-21T01:54:42.675Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31272026-06-21T01:54:42.737Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31282026-06-21T01:54:42.788Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31292026-06-21T01:54:42.818Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31302026-06-21T01:54:42.931Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31312026-06-21T01:54:43.112Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31322026-06-21T01:54:43.116Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31332026-06-21T01:54:43.151Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31342026-06-21T01:54:43.693Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31352026-06-21T01:54:43.761Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31362026-06-21T01:54:43.962Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31372026-06-21T01:54:44.535Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31382026-06-21T01:54:44.748Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31392026-06-21T01:54:44.770Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31402026-06-21T01:54:45.256Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31412026-06-21T01:54:45.277Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31422026-06-21T01:54:45.426Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-21T01:54:46.547Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31442026-06-21T01:54:46.829Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31452026-06-21T01:54:47.152Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31462026-06-21T01:54:47.666Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31472026-06-21T01:54:47.688Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31482026-06-21T01:54:47.877Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31492026-06-21T01:54:47.965Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31502026-06-21T01:54:48.247Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31512026-06-21T01:54:48.651Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31522026-06-21T01:54:48.767Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31532026-06-21T01:54:48.790Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31542026-06-21T01:54:48.973Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31552026-06-21T01:54:49.477Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31562026-06-21T01:54:49.509Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31572026-06-21T01:54:49.946Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-06-21T01:54:50.003Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31592026-06-21T01:54:50.337Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31602026-06-21T01:54:50.427Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31612026-06-21T01:54:50.573Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31622026-06-21T01:54:50.737Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-06-21T01:54:51.262Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31642026-06-21T01:54:51.505Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-06-21T01:54:51.989Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31662026-06-21T01:54:52.392Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31672026-06-21T01:54:52.934Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31682026-06-21T01:54:53.540Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31692026-06-21T01:54:53.632Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-06-21T01:54:54.196Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31712026-06-21T01:54:54.219Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31722026-06-21T01:54:54.674Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-06-21T01:54:54.863Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-06-21T01:54:54.886Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-06-21T01:54:55.830Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-06-21T01:54:56.106Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-06-21T01:54:56.565Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31782026-06-21T01:54:57.254Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-06-21T01:54:57.923Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802026-06-21T01:54:57.981Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-06-21T01:55:00.829Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31822026-06-21T01:55:01.403Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31832026-06-21T01:55:02.499Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31842026-06-21T01:55:02.523Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-06-21T01:55:02.920Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31862026-06-21T01:55:03.180Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31872026-06-21T01:55:03.200Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31882026-06-21T01:55:04.277Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31892026-06-21T01:55:04.784Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31902026-06-21T01:55:05.046Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31912026-06-21T01:55:05.508Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31922026-06-21T01:55:05.714Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31932026-06-21T01:55:05.748Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31942026-06-21T01:55:05.825Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31952026-06-21T01:55:05.931Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31962026-06-21T01:55:06.145Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31972026-06-21T01:55:06.305Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31982026-06-21T01:55:06.341Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31992026-06-21T01:55:06.804Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32002026-06-21T01:55:07.002Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-06-21T01:55:07.336Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32022026-06-21T01:55:07.535Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32032026-06-21T01:55:07.809Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32042026-06-21T01:55:07.834Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32052026-06-21T01:55:08.003Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32062026-06-21T01:55:08.486Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32072026-06-21T01:55:09.377Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32082026-06-21T01:56:10.138Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32092026-06-21T01:56:10.191Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32102026-06-21T01:56:10.242Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112026-06-21T01:56:10.318Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-06-21T01:56:10.318Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32132026-06-21T01:56:10.318Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142026-06-21T01:56:10.318Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-06-21T01:56:10.318Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-06-21T01:56:10.318Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32172026-06-21T01:56:10.318Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32182026-06-21T01:56:10.318Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32192026-06-21T01:56:10.318Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32202026-06-21T01:56:10.318Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32212026-06-21T01:56:10.318Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32222026-06-21T01:56:10.319Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32232026-06-21T01:56:10.319Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242026-06-21T01:56:10.319Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32252026-06-21T01:56:10.319Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32262026-06-21T01:56:10.319Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32272026-06-21T01:56:10.319Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32282026-06-21T01:56:10.319Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32292026-06-21T01:56:10.319Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32302026-06-21T01:56:10.320Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32312026-06-21T01:56:10.320Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32322026-06-21T01:56:10.320Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-06-21T01:56:10.320Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32342026-06-21T01:56:10.320Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32352026-06-21T01:56:10.320Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32362026-06-21T01:56:10.320Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32372026-06-21T01:56:10.320Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32382026-06-21T01:56:10.320Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-06-21T01:56:10.320Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-06-21T01:56:10.320Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32412026-06-21T01:56:10.321Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32422026-06-21T01:56:10.321Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32432026-06-21T01:56:10.321Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32442026-06-21T01:56:10.321Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32452026-06-21T01:56:10.321Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-06-21T01:56:10.321Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32472026-06-21T01:56:10.321Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32482026-06-21T01:56:10.322Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32492026-06-21T01:56:10.322Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32502026-06-21T01:56:10.322Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32512026-06-21T01:56:10.322Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32522026-06-21T01:56:10.322Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32532026-06-21T01:56:10.322Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32542026-06-21T01:56:10.322Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32552026-06-21T01:56:10.322Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32562026-06-21T01:56:10.322Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32572026-06-21T01:56:10.322Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32582026-06-21T01:56:10.322Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32592026-06-21T01:56:10.322Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-06-21T01:56:10.322Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32612026-06-21T01:56:10.565Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32622026-06-21T01:56:12.080Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32632026-06-21T01:56:16.500Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32642026-06-21T01:56:16.869Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32652026-06-21T01:56:18.352Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32662026-06-21T01:56:18.470Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32672026-06-21T01:56:20.530Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32682026-06-21T01:56:22.312Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32692026-06-21T01:56:23.912Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32702026-06-21T01:56:26.001Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32712026-06-21T01:56:27.762Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722026-06-21T01:56:29.490Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32732026-06-21T01:56:31.160Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32742026-06-21T01:56:33.292Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-06-21T01:56:34.768Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-06-21T01:56:36.579Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32772026-06-21T01:56:38.293Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32782026-06-21T01:56:40.094Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-06-21T01:56:41.536Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32802026-06-21T01:56:43.678Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32812026-06-21T01:56:45.524Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32822026-06-21T01:56:48.997Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32832026-06-21T01:56:50.720Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32842026-06-21T01:56:52.612Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32852026-06-21T01:56:56.470Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32862026-06-21T01:56:58.287Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32872026-06-21T01:57:00.403Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32882026-06-21T01:57:03.581Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32892026-06-21T01:57:04.417Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32902026-06-21T01:57:04.690Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32912026-06-21T01:57:09.469Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
 
32922026-06-21T02:09:25.245Zworker agent experienced a fatal error; aborting job
32932026-06-21T02:09:25.245Ztask 4 was incomplete, marked failed