01KTNBZ9GF9FMGA8ENYXSCHX43: clippy (helios)

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

Buildomat Job: 01KTNBZR1SMKV0CXY841VVHCP2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T05:00:18.849Zjob assigned to worker 01KTNBZWY56EP49D6CQ3YWGZJ6 [factory aws, i-0349c60260290fe3e] (queued for 56 s)
 
22026-06-09T05:00:25.146Zstarting task 0: "setup"
32026-06-09T05:00:25.152Z++ uname -s
42026-06-09T05:00:25.152Z+ kern=SunOS
52026-06-09T05:00:25.152Z+ build_user=build
62026-06-09T05:00:25.152Z+ build_uid=12345
72026-06-09T05:00:25.152Z+ work_dir=/work
82026-06-09T05:00:25.152Z+ input_dir=/input
92026-06-09T05:00:25.152Z+ [[ 0 == 12345 ]]
102026-06-09T05:00:25.152Z+ case "$kern" in
112026-06-09T05:00:25.152Z+ groupadd -g 12345 build
122026-06-09T05:00:25.168Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T05:00:27.157Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T05:00:27.274Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T05:00:27.277Z+ home_fs=zfs
162026-06-09T05:00:27.278Z+ [[ zfs == autofs ]]
172026-06-09T05:00:27.278Z+ mkdir -p /home/build
182026-06-09T05:00:27.278Z+ chown build:build /home/build /work
192026-06-09T05:00:29.279Z+ chmod 0700 /home/build /work
202026-06-09T05:00:29.291Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-09T05:00:29.347Zstarting task 1: "rust-toolchain"
222026-06-09T05:00:29.385Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T05:00:29.386Z * rust toolchain channel = "1.94.0"
242026-06-09T05:00:29.386Z * rust toolchain profile = "default"
252026-06-09T05:00:29.386Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-09T05:00:29.386Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T05:00:29.386Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T05:00:29.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T05:00:29.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T05:00:29.477Zinfo: downloading installer
312026-06-09T05:00:30.781Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T05:00:30.781Zwarn: /home/build/.rustup/settings.toml
332026-06-09T05:00:30.781Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T05:00:30.781Zwarn: instead of the one inferred from the default host triple.
352026-06-09T05:00:30.816Zinfo: profile set to default
362026-06-09T05:00:30.816Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T05:00:30.816Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T05:00:30.948Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T05:00:30.969Zinfo: downloading 6 components
402026-06-09T05:00:45.164Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T05:00:45.164Z
422026-06-09T05:00:45.197Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T05:00:45.198Z
442026-06-09T05:00:45.198Z
452026-06-09T05:00:45.198ZRust is installed now. Great!
462026-06-09T05:00:45.198Z
472026-06-09T05:00:45.202ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T05:00:45.202Zenvironment variable. This has not been done automatically.
492026-06-09T05:00:45.202Z
502026-06-09T05:00:45.202ZTo configure your current shell, you need to source
512026-06-09T05:00:45.202Zthe corresponding env file under $HOME/.cargo.
522026-06-09T05:00:45.202Z
532026-06-09T05:00:45.202ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T05:00:45.202Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T05:00:45.203Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T05:00:45.203Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T05:00:45.203Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T05:00:45.203Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T05:00:45.203Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T05:00:45.203Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T05:00:45.203Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T05:00:45.298Z+ rustup --version
632026-06-09T05:00:45.310Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T05:00:45.314Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T05:00:45.331Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T05:00:45.333Z+ cargo --version
672026-06-09T05:00:45.347Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T05:00:45.350Z+ rustc --version
692026-06-09T05:00:45.370Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T05:00:45.373Zprocess exited: duration 16043 ms, exit code 0
 
712026-06-09T05:00:45.379Zstarting task 2: "authentication"
722026-06-09T05:00:45.395Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T05:00:45.404Zstarting task 3: "clone repository"
742026-06-09T05:00:45.406Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T05:00:45.407Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T05:00:45.443ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T05:00:56.574Z+ cd /work/oxidecomputer/omicron
782026-06-09T05:00:56.574Z+ git fetch origin c8571fb1ae891bb7fcf3b864d244e6b722e60595
792026-06-09T05:00:56.836ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T05:00:56.836Z * branch c8571fb1ae891bb7fcf3b864d244e6b722e60595 -> FETCH_HEAD
812026-06-09T05:00:56.846Z+ [[ -n zl/ddm-internal-dns ]]
822026-06-09T05:00:56.849Z++ git branch --show-current
832026-06-09T05:00:56.849Z+ current=main
842026-06-09T05:00:56.849Z+ [[ main != zl/ddm-internal-dns ]]
852026-06-09T05:00:56.849Z+ git branch -f zl/ddm-internal-dns c8571fb1ae891bb7fcf3b864d244e6b722e60595
862026-06-09T05:00:56.852Z+ git checkout -f zl/ddm-internal-dns
872026-06-09T05:00:57.101ZSwitched to branch 'zl/ddm-internal-dns'
882026-06-09T05:00:57.104Z+ git reset --hard c8571fb1ae891bb7fcf3b864d244e6b722e60595
892026-06-09T05:00:57.118ZHEAD is now at c8571fb1a [merge] merge main
902026-06-09T05:00:57.121Zprocess exited: duration 11718 ms, exit code 0
 
912026-06-09T05:00:57.127Zstarting task 4: "build"
922026-06-09T05:00:57.131Z+ source ./env.sh
932026-06-09T05:00:57.131Z++ OLD_SHELL_OPTS=ehxB
942026-06-09T05:00:57.131Z++ set -o xtrace
952026-06-09T05:00:57.134Z++++ dirname ./env.sh
962026-06-09T05:00:57.138Z+++ readlink -f .
972026-06-09T05:00:57.141Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-09T05:00:57.141Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-09T05:00:57.141Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-09T05:00:57.141Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-09T05:00:57.141Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-09T05:00:57.141Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-09T05:00:57.141Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-09T05:00:57.141Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-09T05:00:57.141Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-09T05:00:57.141Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-09T05:00:57.141Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-09T05:00:57.141Z++ case $OLD_SHELL_OPTS in
1092026-06-09T05:00:57.141Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-09T05:00:57.141Z+ source .github/buildomat/ci-env.sh
1112026-06-09T05:00:57.141Z++ export CARGO_TERM_COLOR=always
1122026-06-09T05:00:57.141Z++ CARGO_TERM_COLOR=always
1132026-06-09T05:00:57.141Z+ cargo --version
1142026-06-09T05:00:57.148Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-09T05:00:57.150Z+ rustc --version
1162026-06-09T05:00:57.205Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-09T05:00:57.205Z+ banner prerequisites
1182026-06-09T05:00:57.206Z
1192026-06-09T05:00:57.206Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-09T05:00:57.206Z # # # # # # # # # # # # # # #
1212026-06-09T05:00:57.206Z # # # # ##### # # ##### # # # # # #### #
1222026-06-09T05:00:57.206Z ##### ##### # ##### # # # # # # # # #
1232026-06-09T05:00:57.206Z # # # # # # # # # # # # # # #
1242026-06-09T05:00:57.206Z # # # ###### # # ###### ### # #### # #### #
1252026-06-09T05:00:57.206Z
1262026-06-09T05:00:57.206Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-09T05:00:58.614Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-09T05:00:58.697Z Startup: Caching catalogs ... Done
1292026-06-09T05:00:59.029ZPlanning: Solver setup ... Done (0.293s)
1302026-06-09T05:00:59.050ZPlanning: Running solver ... Done (0.020s)
1312026-06-09T05:00:59.058ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-09T05:00:59.068ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-09T05:00:59.085ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-09T05:00:59.099ZPlanning: Package planning ... Done (0.013s)
1352026-06-09T05:00:59.102ZPlanning: Merging actions ... Done (0.001s)
1362026-06-09T05:00:59.290ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-06-09T05:00:59.295ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-09T05:01:00.099ZPlanning: Evaluating mediators ... Done (0.805s)
1392026-06-09T05:01:00.104ZPlanning: Planning completed in 1.38 seconds
1402026-06-09T05:01:00.107Z Packages to install: 2
1412026-06-09T05:01:00.107Z Estimated space available: 156.07 GB
1422026-06-09T05:01:00.107ZEstimated space to be consumed: 25.34 MB
1432026-06-09T05:01:00.107Z Create boot environment: No
1442026-06-09T05:01:00.107ZCreate backup boot environment: No
1452026-06-09T05:01:00.107Z Rebuild boot archive: No
1462026-06-09T05:01:00.107Z
1472026-06-09T05:01:00.107ZChanged packages:
1482026-06-09T05:01:00.107Zhelios
1492026-06-09T05:01:00.107Z developer/build-essential
1502026-06-09T05:01:00.107Z None -> 11-3.0
1512026-06-09T05:01:00.107Z library/libxmlsec1
1522026-06-09T05:01:00.107Z None -> 1.2.35-3.0
1532026-06-09T05:01:00.130Z
1542026-06-09T05:01:00.130ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-09T05:01:00.594ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1562026-06-09T05:01:00.673Z Actions: 1/268 actions (Installing new actions)
1572026-06-09T05:01:00.711Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-09T05:01:00.719ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-09T05:01:00.722ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-09T05:01:00.743ZFinalize: Updating image state ... Done (0.024s)
1612026-06-09T05:01:03.110ZFinalize: Creating fast lookup database ... Done (2.345s)
1622026-06-09T05:01:03.177ZFinalize: Reading search index ... Done (0.013s)
1632026-06-09T05:01:03.180ZFinalize: Updating search index ... Done (0.000s)
1642026-06-09T05:01:03.286ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-09T05:01:03.589ZPlanning: Evaluating mediator changes ... Done
1662026-06-09T05:01:03.694ZPlanning: Checking for conflicting actions ... Done
1672026-06-09T05:01:03.699ZPlanning: Consolidating action changes ... Done
1682026-06-09T05:01:03.852ZPlanning: Evaluating mediators ... Done
1692026-06-09T05:01:03.855ZPlanning: Planning completed in 0.26 seconds
1702026-06-09T05:01:03.877Z Mediators to change: 2
1712026-06-09T05:01:03.877Z Create boot environment: No
1722026-06-09T05:01:03.880ZCreate backup boot environment: No
1732026-06-09T05:01:03.939ZFinalize: Updating package state database ... Done
1742026-06-09T05:01:03.940ZFinalize: Updating package cache ... Done
1752026-06-09T05:01:03.953ZFinalize: Updating image state ... Done
1762026-06-09T05:01:05.881ZFinalize: Creating fast lookup database ... Done
1772026-06-09T05:01:05.946ZFinalize: Reading search index ... Done
1782026-06-09T05:01:05.950ZFinalize: Updating search index ... Done
1792026-06-09T05:01:06.030ZFinalize: Updating package cache ... Done
1802026-06-09T05:01:06.311ZPlanning: Evaluating mediator changes ... Done
1812026-06-09T05:01:06.415ZPlanning: Checking for conflicting actions ... Done
1822026-06-09T05:01:06.418ZPlanning: Consolidating action changes ... Done
1832026-06-09T05:01:06.574ZPlanning: Evaluating mediators ... Done
1842026-06-09T05:01:06.577ZPlanning: Planning completed in 0.26 seconds
1852026-06-09T05:01:06.674Z Mediators to change: 1
1862026-06-09T05:01:06.674Z Create boot environment: No
1872026-06-09T05:01:06.674ZCreate backup boot environment: No
1882026-06-09T05:01:06.677ZFinalize: Updating package state database ... Done
1892026-06-09T05:01:06.677ZFinalize: Updating package cache ... Done
1902026-06-09T05:01:06.677ZFinalize: Updating image state ... Done
1912026-06-09T05:01:08.608ZFinalize: Creating fast lookup database ... Done
1922026-06-09T05:01:08.667ZFinalize: Reading search index ... Done
1932026-06-09T05:01:08.671ZFinalize: Updating search index ... Done
1942026-06-09T05:01:08.743ZFinalize: Updating package cache ... Done
1952026-06-09T05:01:09.057ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-09T05:01:09.057Zapache system 2.4 system
1972026-06-09T05:01:09.057Zclang system 15 system
1982026-06-09T05:01:09.057Zcsh system system illumos
1992026-06-09T05:01:09.057Zctags system system illumos
2002026-06-09T05:01:09.057Zfile vendor vendor darwinsys
2012026-06-09T05:01:09.057Zfile system system illumos
2022026-06-09T05:01:09.057Zgcc vendor 14 vendor
2032026-06-09T05:01:09.057Zgcc system 13 system
2042026-06-09T05:01:09.057Zgcc system 10 system
2052026-06-09T05:01:09.057Zgo system 1.25 system
2062026-06-09T05:01:09.057Zllvm system 15 system
2072026-06-09T05:01:09.057Zmariadb system 11.4 system
2082026-06-09T05:01:09.057Zmta vendor vendor dma
2092026-06-09T05:01:09.057Zopenjdk system 17 system
2102026-06-09T05:01:09.057Zopenjdk system 11 system
2112026-06-09T05:01:09.057Zopenssl vendor 3 vendor
2122026-06-09T05:01:09.057Zperl system 5.40 system
2132026-06-09T05:01:09.057Zpostgresql system 18 system
2142026-06-09T05:01:09.057Zpostgresql system 17 system
2152026-06-09T05:01:09.057Zpython vendor 3 vendor
2162026-06-09T05:01:09.057Zpython system 2 system
2172026-06-09T05:01:09.058Zpython3 vendor 3.13 vendor
2182026-06-09T05:01:09.058Zruby system 3.4 system
2192026-06-09T05:01:09.058Zruby system 3.0 system
2202026-06-09T05:01:09.058Zwords vendor vendor american-english
2212026-06-09T05:01:09.058Zwords system system australian-english
2222026-06-09T05:01:09.058Zwords system system british-english
2232026-06-09T05:01:09.058Zwords system system canadian-english
2242026-06-09T05:01:09.058Zwords system system french
2252026-06-09T05:01:09.058Zwords system system italian
2262026-06-09T05:01:09.058Zwords system system ngerman
2272026-06-09T05:01:09.058Zwords system system ogerman
2282026-06-09T05:01:09.058Zwords system system spanish
2292026-06-09T05:01:09.312ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-09T05:01:09.312Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-09T05:01:09.598ZFMRI IFO
2322026-06-09T05:01:09.598Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-09T05:01:09.598Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-09T05:01:09.598Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-09T05:01:09.598Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-09T05:01:09.598Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-09T05:01:09.598Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-09T05:01:09.598Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-09T05:01:09.598Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-09T05:01:09.598Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-09T05:01:09.864Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-09T05:01:10.118Z Updating crates.io index
2432026-06-09T05:01:10.121Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-09T05:01:10.358Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-09T05:01:11.151Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-09T05:01:11.926Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-09T05:01:12.804Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-09T05:01:13.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-09T05:01:14.838Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-09T05:01:15.589Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-09T05:01:15.988Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-09T05:01:16.934Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-09T05:01:17.250Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-09T05:01:17.612Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-09T05:01:17.878Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-09T05:01:18.890Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-09T05:01:19.346Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-09T05:01:19.571Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-09T05:01:19.931Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-09T05:01:20.150Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-09T05:01:20.502Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-09T05:01:20.816Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-09T05:01:21.035Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-09T05:01:21.243Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-09T05:01:21.622Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-09T05:01:21.948Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-09T05:01:22.266Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-09T05:01:22.699Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-09T05:01:22.999Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-09T05:01:23.322Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-09T05:01:24.429Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-09T05:01:24.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-09T05:01:25.300Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-09T05:01:25.719Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-09T05:01:25.973Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-09T05:01:26.388Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-09T05:01:26.708Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-09T05:01:27.080Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-09T05:01:27.609Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-09T05:01:28.114Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-09T05:01:28.372Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-09T05:01:28.608Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-09T05:01:29.026Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-09T05:01:40.875Z Downloading crates ...
2852026-06-09T05:01:40.928Z Downloaded anstream v1.0.0
2862026-06-09T05:01:41.079Z Downloaded textwrap v0.16.2
2872026-06-09T05:01:41.079Z Downloaded version_check v0.9.5
2882026-06-09T05:01:41.079Z Downloaded toml_datetime v0.6.11
2892026-06-09T05:01:41.079Z Downloaded typeid v1.0.3
2902026-06-09T05:01:41.079Z Downloaded strsim v0.11.1
2912026-06-09T05:01:41.079Z Downloaded is_terminal_polyfill v1.70.2
2922026-06-09T05:01:41.079Z Downloaded fnv v1.0.7
2932026-06-09T05:01:41.079Z Downloaded tabled_derive v0.7.0
2942026-06-09T05:01:41.079Z Downloaded zerovec-derive v0.11.2
2952026-06-09T05:01:41.079Z Downloaded tinystr v0.8.2
2962026-06-09T05:01:41.079Z Downloaded once_cell v1.21.3
2972026-06-09T05:01:41.079Z Downloaded unicode-ident v1.0.24
2982026-06-09T05:01:41.079Z Downloaded zerofrom-derive v0.1.6
2992026-06-09T05:01:41.079Z Downloaded litemap v0.8.1
3002026-06-09T05:01:41.080Z Downloaded serde_derive v1.0.228
3012026-06-09T05:01:41.080Z Downloaded quote v1.0.45
3022026-06-09T05:01:41.080Z Downloaded memchr v2.8.0
3032026-06-09T05:01:41.080Z Downloaded zerocopy v0.7.35
3042026-06-09T05:01:41.080Z Downloaded generic-array v0.14.7
3052026-06-09T05:01:41.080Z Downloaded unicode-width v0.2.0
3062026-06-09T05:01:41.080Z Downloaded zerofrom v0.1.6
3072026-06-09T05:01:41.080Z Downloaded writeable v0.6.2
3082026-06-09T05:01:41.080Z Downloaded usdt-macro v0.5.0
3092026-06-09T05:01:41.104Z Downloaded syn v2.0.117
3102026-06-09T05:01:41.104Z Downloaded utf8parse v0.2.2
3112026-06-09T05:01:41.104Z Downloaded icu_provider v2.1.1
3122026-06-09T05:01:41.104Z Downloaded yoke-derive v0.8.1
3132026-06-09T05:01:41.104Z Downloaded unicode-xid v0.2.6
3142026-06-09T05:01:41.104Z Downloaded thread-id v4.2.2
3152026-06-09T05:01:41.105Z Downloaded thiserror-impl v1.0.69
3162026-06-09T05:01:41.105Z Downloaded fastrand v2.3.0
3172026-06-09T05:01:41.105Z Downloaded unicode-linebreak v0.1.5
3182026-06-09T05:01:41.105Z Downloaded utf8_iter v1.0.4
3192026-06-09T05:01:41.105Z Downloaded serde_core v1.0.228
3202026-06-09T05:01:41.105Z Downloaded toml_write v0.1.2
3212026-06-09T05:01:41.105Z Downloaded idna_adapter v1.2.1
3222026-06-09T05:01:41.105Z Downloaded synstructure v0.13.2
3232026-06-09T05:01:41.105Z Downloaded cargo-util-schemas v0.8.2
3242026-06-09T05:01:41.106Z Downloaded icu_properties_data v2.1.2
3252026-06-09T05:01:41.106Z Downloaded usdt v0.5.0
3262026-06-09T05:01:41.106Z Downloaded thiserror v1.0.69
3272026-06-09T05:01:41.106Z Downloaded usdt-attr-macro v0.5.0
3282026-06-09T05:01:41.106Z Downloaded thiserror-impl v2.0.18
3292026-06-09T05:01:41.106Z Downloaded camino v1.2.2
3302026-06-09T05:01:41.106Z Downloaded yoke v0.8.1
3312026-06-09T05:01:41.106Z Downloaded thiserror v2.0.18
3322026-06-09T05:01:41.106Z Downloaded form_urlencoded v1.2.2
3332026-06-09T05:01:41.106Z Downloaded usdt-impl v0.5.0
3342026-06-09T05:01:41.106Z Downloaded plain v0.2.3
3352026-06-09T05:01:41.107Z Downloaded zmij v1.0.21
3362026-06-09T05:01:41.107Z Downloaded ordered-float v2.10.1
3372026-06-09T05:01:41.107Z Downloaded itoa v1.0.17
3382026-06-09T05:01:41.107Z Downloaded swrite v0.1.0
3392026-06-09T05:01:41.107Z Downloaded ucd-trie v0.1.7
3402026-06-09T05:01:41.107Z Downloaded percent-encoding v2.3.2
3412026-06-09T05:01:41.107Z Downloaded zerotrie v0.2.3
3422026-06-09T05:01:41.107Z Downloaded zerocopy-derive v0.7.35
3432026-06-09T05:01:41.107Z Downloaded toml v0.8.23
3442026-06-09T05:01:41.107Z Downloaded cfg-if v1.0.4
3452026-06-09T05:01:41.107Z Downloaded toml_edit v0.22.27
3462026-06-09T05:01:41.108Z Downloaded typenum v1.19.0
3472026-06-09T05:01:41.108Z Downloaded bytecount v0.6.9
3482026-06-09T05:01:41.108Z Downloaded url v2.5.8
3492026-06-09T05:01:41.108Z Downloaded stable_deref_trait v1.2.1
3502026-06-09T05:01:41.108Z Downloaded anstyle-parse v1.0.0
3512026-06-09T05:01:41.108Z Downloaded zerovec v0.11.5
3522026-06-09T05:01:41.108Z Downloaded sha2 v0.10.9
3532026-06-09T05:01:41.108Z Downloaded semver v1.0.28
3542026-06-09T05:01:41.108Z Downloaded serde_tokenstream v0.2.3
3552026-06-09T05:01:41.108Z Downloaded num-traits v0.2.19
3562026-06-09T05:01:41.108Z Downloaded winnow v0.7.14
3572026-06-09T05:01:41.108Z Downloaded proc-macro-error-attr v1.0.4
3582026-06-09T05:01:41.108Z Downloaded memmap v0.7.0
3592026-06-09T05:01:41.108Z Downloaded clap_lex v1.0.0
3602026-06-09T05:01:41.108Z Downloaded pretty-hex v0.4.1
3612026-06-09T05:01:41.108Z Downloaded unicode-width v0.1.14
3622026-06-09T05:01:41.109Z Downloaded macaddr v1.0.1
3632026-06-09T05:01:41.109Z Downloaded heck v0.4.1
3642026-06-09T05:01:41.109Z Downloaded crypto-common v0.1.7
3652026-06-09T05:01:41.109Z Downloaded serde-value v0.7.0
3662026-06-09T05:01:41.109Z Downloaded colorchoice v1.0.4
3672026-06-09T05:01:41.109Z Downloaded errno v0.3.14
3682026-06-09T05:01:41.109Z Downloaded heck v0.5.0
3692026-06-09T05:01:41.109Z Downloaded cargo-platform v0.2.0
3702026-06-09T05:01:41.109Z Downloaded serde_spanned v0.6.9
3712026-06-09T05:01:41.109Z Downloaded smawk v0.3.2
3722026-06-09T05:01:41.109Z Downloaded scroll_derive v0.12.1
3732026-06-09T05:01:41.109Z Downloaded camino-tempfile v1.4.1
3742026-06-09T05:01:41.109Z Downloaded displaydoc v0.2.5
3752026-06-09T05:01:41.109Z Downloaded cargo_toml v0.21.0
3762026-06-09T05:01:41.110Z Downloaded scroll v0.12.0
3772026-06-09T05:01:41.110Z Downloaded smallvec v1.15.1
3782026-06-09T05:01:41.110Z Downloaded log v0.4.29
3792026-06-09T05:01:41.110Z Downloaded cpufeatures v0.2.17
3802026-06-09T05:01:41.110Z Downloaded clap v4.6.1
3812026-06-09T05:01:41.110Z Downloaded block-buffer v0.10.4
3822026-06-09T05:01:41.110Z Downloaded anstyle-query v1.1.5
3832026-06-09T05:01:41.110Z Downloaded equivalent v1.0.2
3842026-06-09T05:01:41.110Z Downloaded pest_meta v2.8.6
3852026-06-09T05:01:41.110Z Downloaded dtrace-parser v0.2.0
3862026-06-09T05:01:41.110Z Downloaded dof v0.3.0
3872026-06-09T05:01:41.110Z Downloaded terminal_size v0.4.3
3882026-06-09T05:01:41.110Z Downloaded potential_utf v0.1.4
3892026-06-09T05:01:41.110Z Downloaded serde-untagged v0.1.9
3902026-06-09T05:01:41.110Z Downloaded digest v0.10.7
3912026-06-09T05:01:41.110Z Downloaded cargo_metadata v0.21.0
3922026-06-09T05:01:41.110Z Downloaded byteorder v1.5.0
3932026-06-09T05:01:41.118Z Downloaded pest_derive v2.8.6
3942026-06-09T05:01:41.118Z Downloaded anstyle v1.0.14
3952026-06-09T05:01:41.118Z Downloaded erased-serde v0.4.9
3962026-06-09T05:01:41.119Z Downloaded autocfg v1.5.0
3972026-06-09T05:01:41.119Z Downloaded bitflags v2.11.0
3982026-06-09T05:01:41.119Z Downloaded tempfile v3.25.0
3992026-06-09T05:01:41.119Z Downloaded proc-macro-error v1.0.4
4002026-06-09T05:01:41.119Z Downloaded proc-macro2 v1.0.106
4012026-06-09T05:01:41.119Z Downloaded anyhow v1.0.102
4022026-06-09T05:01:41.119Z Downloaded clap_derive v4.6.1
4032026-06-09T05:01:41.134Z Downloaded pest_generator v2.8.6
4042026-06-09T05:01:41.135Z Downloaded getrandom v0.4.1
4052026-06-09T05:01:41.148Z Downloaded papergrid v0.11.0
4062026-06-09T05:01:41.148Z Downloaded serde v1.0.228
4072026-06-09T05:01:41.148Z Downloaded icu_locale_core v2.1.1
4082026-06-09T05:01:41.148Z Downloaded icu_properties v2.1.2
4092026-06-09T05:01:41.169Z Downloaded fs-err v3.3.0
4102026-06-09T05:01:41.170Z Downloaded icu_normalizer_data v2.1.1
4112026-06-09T05:01:41.170Z Downloaded pest v2.8.6
4122026-06-09T05:01:41.170Z Downloaded icu_normalizer v2.1.1
4132026-06-09T05:01:41.170Z Downloaded indexmap v2.14.0
4142026-06-09T05:01:41.201Z Downloaded icu_collections v2.1.1
4152026-06-09T05:01:41.226Z Downloaded idna v1.1.0
4162026-06-09T05:01:41.226Z Downloaded clap_builder v4.6.0
4172026-06-09T05:01:41.226Z Downloaded hashbrown v0.17.0
4182026-06-09T05:01:41.226Z Downloaded serde_json v1.0.149
4192026-06-09T05:01:41.226Z Downloaded goblin v0.8.2
4202026-06-09T05:01:41.226Z Downloaded syn v1.0.109
4212026-06-09T05:01:41.262Z Downloaded tabled v0.15.0
4222026-06-09T05:01:41.262Z Downloaded rustix v1.1.3
4232026-06-09T05:01:41.288Z Downloaded libc v0.2.185
4242026-06-09T05:01:41.330Z Compiling proc-macro2 v1.0.106
4252026-06-09T05:01:41.331Z Compiling unicode-ident v1.0.24
4262026-06-09T05:01:41.331Z Compiling quote v1.0.45
4272026-06-09T05:01:41.331Z Compiling serde_core v1.0.228
4282026-06-09T05:01:41.339Z Compiling libc v0.2.185
4292026-06-09T05:01:41.339Z Compiling version_check v0.9.5
4302026-06-09T05:01:41.339Z Compiling serde v1.0.228
4312026-06-09T05:01:41.339Z Compiling stable_deref_trait v1.2.1
4322026-06-09T05:01:41.601Z Compiling memchr v2.8.0
4332026-06-09T05:01:41.648Z Compiling zmij v1.0.21
4342026-06-09T05:01:41.954Z Compiling thiserror v1.0.69
4352026-06-09T05:01:41.959Z Compiling ucd-trie v0.1.7
4362026-06-09T05:01:42.205Z Compiling itoa v1.0.17
4372026-06-09T05:01:42.220Z Compiling autocfg v1.5.0
4382026-06-09T05:01:42.284Z Compiling pest v2.8.6
4392026-06-09T05:01:42.314Z Compiling writeable v0.6.2
4402026-06-09T05:01:42.361Z Compiling litemap v0.8.1
4412026-06-09T05:01:42.434Z Compiling icu_normalizer_data v2.1.1
4422026-06-09T05:01:42.505Z Compiling rustix v1.1.3
4432026-06-09T05:01:42.637Z Compiling byteorder v1.5.0
4442026-06-09T05:01:42.842Z Compiling syn v2.0.117
4452026-06-09T05:01:42.859Z Compiling icu_properties_data v2.1.2
4462026-06-09T05:01:42.919Z Compiling errno v0.3.14
4472026-06-09T05:01:42.956Z Compiling serde_json v1.0.149
4482026-06-09T05:01:43.080Z Compiling bitflags v2.11.0
4492026-06-09T05:01:43.165Z Compiling num-traits v0.2.19
4502026-06-09T05:01:43.309Z Compiling hashbrown v0.17.0
4512026-06-09T05:01:43.322Z Compiling typeid v1.0.3
4522026-06-09T05:01:43.352Z Compiling pest_meta v2.8.6
4532026-06-09T05:01:43.488Z Compiling smallvec v1.15.1
4542026-06-09T05:01:43.543Z Compiling equivalent v1.0.2
4552026-06-09T05:01:43.684Z Compiling indexmap v2.14.0
4562026-06-09T05:01:43.841Z Compiling thread-id v4.2.2
4572026-06-09T05:01:43.859Z Compiling usdt-impl v0.5.0
4582026-06-09T05:01:43.923Z Compiling proc-macro-error-attr v1.0.4
4592026-06-09T05:01:43.976Z Compiling winnow v0.7.14
4602026-06-09T05:01:44.069Z Compiling erased-serde v0.4.9
4612026-06-09T05:01:44.241Z Compiling toml_write v0.1.2
4622026-06-09T05:01:44.342Z Compiling syn v1.0.109
4632026-06-09T05:01:44.669Z Compiling proc-macro-error v1.0.4
4642026-06-09T05:01:44.698Z Compiling plain v0.2.3
4652026-06-09T05:01:44.813Z Compiling thiserror v2.0.18
4662026-06-09T05:01:44.859Z Compiling utf8_iter v1.0.4
4672026-06-09T05:01:45.018Z Compiling log v0.4.29
4682026-06-09T05:01:45.052Z Compiling percent-encoding v2.3.2
4692026-06-09T05:01:45.092Z Compiling camino v1.2.2
4702026-06-09T05:01:45.159Z Compiling utf8parse v0.2.2
4712026-06-09T05:01:45.162Z Compiling getrandom v0.4.1
4722026-06-09T05:01:45.252Z Compiling anstyle-parse v1.0.0
4732026-06-09T05:01:45.278Z Compiling form_urlencoded v1.2.2
4742026-06-09T05:01:45.434Z Compiling ordered-float v2.10.1
4752026-06-09T05:01:45.532Z Compiling synstructure v0.13.2
4762026-06-09T05:01:45.538Z Compiling pest_generator v2.8.6
4772026-06-09T05:01:45.568Z Compiling terminal_size v0.4.3
4782026-06-09T05:01:45.713Z Compiling colorchoice v1.0.4
4792026-06-09T05:01:45.831Z Compiling pretty-hex v0.4.1
4802026-06-09T05:01:45.911Z Compiling anstyle-query v1.1.5
4812026-06-09T05:01:45.933Z Compiling anstyle v1.0.14
4822026-06-09T05:01:45.972Z Compiling cfg-if v1.0.4
4832026-06-09T05:01:46.007Z Compiling is_terminal_polyfill v1.70.2
4842026-06-09T05:01:46.125Z Compiling serde-untagged v0.1.9
4852026-06-09T05:01:46.150Z Compiling anstream v1.0.0
4862026-06-09T05:01:46.217Z Compiling semver v1.0.28
4872026-06-09T05:01:46.250Z Compiling fs-err v3.3.0
4882026-06-09T05:01:46.371Z Compiling unicode-xid v0.2.6
4892026-06-09T05:01:46.437Z Compiling strsim v0.11.1
4902026-06-09T05:01:46.454Z Compiling heck v0.4.1
4912026-06-09T05:01:46.497Z Compiling fastrand v2.3.0
4922026-06-09T05:01:46.534Z Compiling once_cell v1.21.3
4932026-06-09T05:01:46.675Z Compiling fnv v1.0.7
4942026-06-09T05:01:46.680Z Compiling unicode-width v0.1.14
4952026-06-09T05:01:46.745Z Compiling heck v0.5.0
4962026-06-09T05:01:46.762Z Compiling bytecount v0.6.9
4972026-06-09T05:01:46.782Z Compiling clap_lex v1.0.0
4982026-06-09T05:01:46.896Z Compiling anyhow v1.0.102
4992026-06-09T05:01:46.951Z Compiling clap_builder v4.6.0
5002026-06-09T05:01:46.981Z Compiling papergrid v0.11.0
5012026-06-09T05:01:46.998Z Compiling tempfile v3.25.0
5022026-06-09T05:01:47.120Z Compiling memmap v0.7.0
5032026-06-09T05:01:47.216Z Compiling serde_derive v1.0.228
5042026-06-09T05:01:47.301Z Compiling zerofrom-derive v0.1.6
5052026-06-09T05:01:47.362Z Compiling yoke-derive v0.8.1
5062026-06-09T05:01:47.414Z Compiling zerovec-derive v0.11.2
5072026-06-09T05:01:47.529Z Compiling displaydoc v0.2.5
5082026-06-09T05:01:48.261Z Compiling thiserror-impl v1.0.69
5092026-06-09T05:01:48.384Z Compiling zerocopy-derive v0.7.35
5102026-06-09T05:01:48.500Z Compiling pest_derive v2.8.6
5112026-06-09T05:01:48.517Z Compiling scroll_derive v0.12.1
5122026-06-09T05:01:48.674Z Compiling zerofrom v0.1.6
5132026-06-09T05:01:48.936Z Compiling yoke v0.8.1
5142026-06-09T05:01:48.976Z Compiling thiserror-impl v2.0.18
5152026-06-09T05:01:49.058Z Compiling zerovec v0.11.5
5162026-06-09T05:01:49.229Z Compiling zerotrie v0.2.3
5172026-06-09T05:01:49.248Z Compiling zerocopy v0.7.35
5182026-06-09T05:01:49.539Z Compiling tinystr v0.8.2
5192026-06-09T05:01:49.574Z Compiling potential_utf v0.1.4
5202026-06-09T05:01:49.668Z Compiling dtrace-parser v0.2.0
5212026-06-09T05:01:49.744Z Compiling icu_locale_core v2.1.1
5222026-06-09T05:01:49.744Z Compiling icu_collections v2.1.1
5232026-06-09T05:01:49.811Z Compiling scroll v0.12.0
5242026-06-09T05:01:50.047Z Compiling tabled_derive v0.7.0
5252026-06-09T05:01:50.084Z Compiling goblin v0.8.2
5262026-06-09T05:01:50.236Z Compiling clap_derive v4.6.1
5272026-06-09T05:01:50.425Z Compiling icu_provider v2.1.1
5282026-06-09T05:01:50.441Z Compiling unicode-linebreak v0.1.5
5292026-06-09T05:01:50.669Z Compiling icu_properties v2.1.2
5302026-06-09T05:01:50.688Z Compiling icu_normalizer v2.1.1
5312026-06-09T05:01:50.702Z Compiling toml_datetime v0.6.11
5322026-06-09T05:01:50.705Z Compiling serde_spanned v0.6.9
5332026-06-09T05:01:50.734Z Compiling dof v0.3.0
5342026-06-09T05:01:50.873Z Compiling serde_tokenstream v0.2.3
5352026-06-09T05:01:50.888Z Compiling toml_edit v0.22.27
5362026-06-09T05:01:50.966Z Compiling serde-value v0.7.0
5372026-06-09T05:01:51.184Z Compiling cargo-platform v0.2.0
5382026-06-09T05:01:51.216Z Compiling unicode-width v0.2.0
5392026-06-09T05:01:51.334Z Compiling smawk v0.3.2
5402026-06-09T05:01:51.459Z Compiling textwrap v0.16.2
5412026-06-09T05:01:51.477Z Compiling tabled v0.15.0
5422026-06-09T05:01:51.493Z Compiling macaddr v1.0.1
5432026-06-09T05:01:51.718Z Compiling idna_adapter v1.2.1
5442026-06-09T05:01:51.734Z Compiling usdt-attr-macro v0.5.0
5452026-06-09T05:01:51.749Z Compiling usdt-macro v0.5.0
5462026-06-09T05:01:51.859Z Compiling idna v1.1.0
5472026-06-09T05:01:51.993Z Compiling clap v4.6.1
5482026-06-09T05:01:52.080Z Compiling camino-tempfile v1.4.1
5492026-06-09T05:01:52.269Z Compiling toml v0.8.23
5502026-06-09T05:01:52.361Z Compiling url v2.5.8
5512026-06-09T05:01:52.501Z Compiling swrite v0.1.0
5522026-06-09T05:01:52.603Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-09T05:01:52.860Z Compiling cargo-util-schemas v0.8.2
5542026-06-09T05:01:52.879Z Compiling cargo_toml v0.21.0
5552026-06-09T05:01:53.014Z Compiling usdt v0.5.0
5562026-06-09T05:01:53.752Z Compiling cargo_metadata v0.21.0
5572026-06-09T05:01:54.689Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-09T05:01:56.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.05s
5592026-06-09T05:01:56.978Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-09T05:01:57.530Z Downloading crates ...
5612026-06-09T05:01:57.632Z Downloaded const-oid v0.9.6
5622026-06-09T05:01:57.640Z Downloaded backon v1.6.0
5632026-06-09T05:01:57.722Z Downloaded darling_macro v0.20.11
5642026-06-09T05:01:57.737Z Downloaded cipher v0.4.4
5652026-06-09T05:01:57.737Z Downloaded adler2 v2.0.1
5662026-06-09T05:01:57.737Z Downloaded crossbeam-utils v0.8.21
5672026-06-09T05:01:57.737Z Downloaded either v1.15.0
5682026-06-09T05:01:57.737Z Downloaded diesel-dtrace v0.5.0
5692026-06-09T05:01:57.737Z Downloaded cookie v0.18.1
5702026-06-09T05:01:57.737Z Downloaded blake2 v0.10.6
5712026-06-09T05:01:57.737Z Downloaded crc-any v2.5.0
5722026-06-09T05:01:57.737Z Downloaded crossbeam-deque v0.8.6
5732026-06-09T05:01:57.737Z Downloaded crc8 v0.1.1
5742026-06-09T05:01:57.737Z Downloaded compact_str v0.8.1
5752026-06-09T05:01:57.737Z Downloaded crucible-workspace-hack v0.1.0
5762026-06-09T05:01:57.737Z Downloaded find-msvc-tools v0.1.9
5772026-06-09T05:01:57.737Z Downloaded erased-serde v0.3.31
5782026-06-09T05:01:57.738Z Downloaded defmt v0.3.100
5792026-06-09T05:01:57.738Z Downloaded crossbeam-epoch v0.9.18
5802026-06-09T05:01:57.738Z Downloaded dropshot-api-manager-types v0.7.2
5812026-06-09T05:01:57.738Z Downloaded crc32fast v1.5.0
5822026-06-09T05:01:57.738Z Downloaded darling_core v0.13.4
5832026-06-09T05:01:57.738Z Downloaded darling v0.23.0
5842026-06-09T05:01:57.738Z Downloaded curve25519-dalek-derive v0.1.1
5852026-06-09T05:01:57.738Z Downloaded critical-section v1.2.0
5862026-06-09T05:01:57.738Z Downloaded diesel_table_macro_syntax v0.3.0
5872026-06-09T05:01:57.738Z Downloaded bit-vec v0.8.0
5882026-06-09T05:01:57.738Z Downloaded dtrace-parser v0.3.0
5892026-06-09T05:01:57.738Z Downloaded derive-ex v0.1.8
5902026-06-09T05:01:57.738Z Downloaded cargo-platform v0.3.2
5912026-06-09T05:01:57.738Z Downloaded bit-set v0.8.0
5922026-06-09T05:01:57.738Z Downloaded aead v0.5.2
5932026-06-09T05:01:57.738Z Downloaded embedded-io v0.4.0
5942026-06-09T05:01:57.738Z Downloaded endian-type v0.1.2
5952026-06-09T05:01:57.738Z Downloaded atomicwrites v0.4.4
5962026-06-09T05:01:57.738Z Downloaded base16ct v0.2.0
5972026-06-09T05:01:57.738Z Downloaded atomic-waker v1.1.2
5982026-06-09T05:01:57.738Z Downloaded dyn-clone v1.0.20
5992026-06-09T05:01:57.738Z Downloaded darling_macro v0.23.0
6002026-06-09T05:01:57.738Z Downloaded float-ord v0.3.2
6012026-06-09T05:01:57.738Z Downloaded cfg_aliases v0.1.1
6022026-06-09T05:01:57.738Z Downloaded arrayref v0.3.9
6032026-06-09T05:01:57.738Z Downloaded bitfield-macros v0.19.4
6042026-06-09T05:01:57.739Z Downloaded env_logger v0.11.9
6052026-06-09T05:01:57.749Z Downloaded derive_builder_core v0.20.2
6062026-06-09T05:01:57.749Z Downloaded ciborium-io v0.2.2
6072026-06-09T05:01:57.749Z Downloaded ascii-canvas v3.0.0
6082026-06-09T05:01:57.749Z Downloaded darling_macro v0.21.3
6092026-06-09T05:01:57.749Z Downloaded compression-core v0.4.31
6102026-06-09T05:01:57.749Z Downloaded cassowary v0.3.0
6112026-06-09T05:01:57.749Z Downloaded async-trait v0.1.89
6122026-06-09T05:01:57.753Z Downloaded ciborium-ll v0.2.2
6132026-06-09T05:01:57.753Z Downloaded fd-lock v4.0.4
6142026-06-09T05:01:57.753Z Downloaded enum-as-inner v0.6.1
6152026-06-09T05:01:57.753Z Downloaded crc-catalog v2.4.0
6162026-06-09T05:01:57.753Z Downloaded cobs v0.3.0
6172026-06-09T05:01:57.753Z Downloaded bit-set v0.5.3
6182026-06-09T05:01:57.753Z Downloaded fixedbitset v0.4.2
6192026-06-09T05:01:57.753Z Downloaded difflib v0.4.0
6202026-06-09T05:01:57.757Z Downloaded document-features v0.2.12
6212026-06-09T05:01:57.757Z Downloaded filetime v0.2.27
6222026-06-09T05:01:57.757Z Downloaded display-error-chain v0.2.2
6232026-06-09T05:01:57.757Z Downloaded der_derive v0.7.3
6242026-06-09T05:01:57.762Z Downloaded convert_case v0.10.0
6252026-06-09T05:01:57.762Z Downloaded anstyle-parse v0.2.7
6262026-06-09T05:01:57.767Z Downloaded futures-macro v0.3.32
6272026-06-09T05:01:57.767Z Downloaded flagset v0.4.7
6282026-06-09T05:01:57.767Z Downloaded bcrypt-pbkdf v0.10.0
6292026-06-09T05:01:57.767Z Downloaded embedded-io v0.6.1
6302026-06-09T05:01:57.767Z Downloaded dirs-sys-next v0.1.2
6312026-06-09T05:01:57.770Z Downloaded debug-ignore v1.0.5
6322026-06-09T05:01:57.770Z Downloaded darling_macro v0.13.4
6332026-06-09T05:01:57.770Z Downloaded crunchy v0.2.4
6342026-06-09T05:01:57.770Z Downloaded assert_matches v1.5.0
6352026-06-09T05:01:57.770Z Downloaded buf-list v1.1.2
6362026-06-09T05:01:57.773Z Downloaded foreign-types-shared v0.3.1
6372026-06-09T05:01:57.773Z Downloaded foreign-types v0.5.0
6382026-06-09T05:01:57.773Z Downloaded foreign-types-macros v0.2.3
6392026-06-09T05:01:57.776Z Downloaded atty v0.2.14
6402026-06-09T05:01:57.779Z Downloaded foreign-types-shared v0.1.1
6412026-06-09T05:01:57.779Z Downloaded downcast-rs v2.0.2
6422026-06-09T05:01:57.779Z Downloaded env_filter v1.0.0
6432026-06-09T05:01:57.783Z Downloaded bitflags v1.3.2
6442026-06-09T05:01:57.783Z Downloaded cstr-argument v0.1.2
6452026-06-09T05:01:57.787Z Downloaded backoff v0.4.0
6462026-06-09T05:01:57.788Z Downloaded fs_extra v1.3.0
6472026-06-09T05:01:57.788Z Downloaded blowfish v0.9.1
6482026-06-09T05:01:57.790Z Downloaded gethostname v0.5.0
6492026-06-09T05:01:57.790Z Downloaded funty v2.0.0
6502026-06-09T05:01:57.791Z Downloaded castaway v0.2.4
6512026-06-09T05:01:57.791Z Downloaded darling v0.13.4
6522026-06-09T05:01:57.793Z Downloaded ff v0.13.1
6532026-06-09T05:01:57.793Z Downloaded fxhash v0.2.1
6542026-06-09T05:01:57.796Z Downloaded dunce v1.0.5
6552026-06-09T05:01:57.796Z Downloaded dirs-next v2.0.0
6562026-06-09T05:01:57.796Z Downloaded bb8 v0.8.6
6572026-06-09T05:01:57.796Z Downloaded defmt-parser v1.0.0
6582026-06-09T05:01:57.800Z Downloaded cpufeatures v0.3.0
6592026-06-09T05:01:57.800Z Downloaded cfg_aliases v0.2.1
6602026-06-09T05:01:57.803Z Downloaded dsl_auto_type v0.2.0
6612026-06-09T05:01:57.803Z Downloaded block-padding v0.3.3
6622026-06-09T05:01:57.804Z Downloaded convert_case v0.4.0
6632026-06-09T05:01:57.804Z Downloaded async-stream-impl v0.3.6
6642026-06-09T05:01:57.807Z Downloaded futures-io v0.3.32
6652026-06-09T05:01:57.807Z Downloaded fallible-iterator v0.2.0
6662026-06-09T05:01:57.807Z Downloaded ena v0.14.4
6672026-06-09T05:01:57.807Z Downloaded base64ct v1.8.3
6682026-06-09T05:01:57.810Z Downloaded futures-sink v0.3.32
6692026-06-09T05:01:57.810Z Downloaded deranged v0.5.8
6702026-06-09T05:01:57.813Z Downloaded constant_time_eq v0.4.2
6712026-06-09T05:01:57.813Z Downloaded data-encoding v2.10.0
6722026-06-09T05:01:57.813Z Downloaded ctr v0.9.2
6732026-06-09T05:01:57.816Z Downloaded ed25519 v2.2.3
6742026-06-09T05:01:57.816Z Downloaded git-stub v1.0.0
6752026-06-09T05:01:57.821Z Downloaded async-stream v0.3.6
6762026-06-09T05:01:57.821Z Downloaded crc v3.4.0
6772026-06-09T05:01:57.825Z Downloaded array-init v0.0.4
6782026-06-09T05:01:57.825Z Downloaded float-cmp v0.10.0
6792026-06-09T05:01:57.825Z Downloaded fixedbitset v0.5.7
6802026-06-09T05:01:57.825Z Downloaded elliptic-curve v0.13.8
6812026-06-09T05:01:57.828Z Downloaded bcs v0.1.6
6822026-06-09T05:01:57.828Z Downloaded crossterm v0.29.0
6832026-06-09T05:01:57.831Z Downloaded hash32 v0.2.1
6842026-06-09T05:01:57.834Z Downloaded hash32 v0.3.1
6852026-06-09T05:01:57.834Z Downloaded hex-literal v0.4.1
6862026-06-09T05:01:57.837Z Downloaded defmt-macros v1.0.1
6872026-06-09T05:01:57.837Z Downloaded derive_builder v0.20.2
6882026-06-09T05:01:57.840Z Downloaded const_format_proc_macros v0.2.34
6892026-06-09T05:01:57.843Z Downloaded futures-core v0.3.32
6902026-06-09T05:01:57.847Z Downloaded fs-err v2.11.0
6912026-06-09T05:01:57.847Z Downloaded foldhash v0.1.5
6922026-06-09T05:01:57.847Z Downloaded ecdsa v0.16.9
6932026-06-09T05:01:57.850Z Downloaded hostname v0.3.1
6942026-06-09T05:01:57.850Z Downloaded home v0.5.12
6952026-06-09T05:01:57.850Z Downloaded arrayvec v0.7.6
6962026-06-09T05:01:57.853Z Downloaded futures-executor v0.3.32
6972026-06-09T05:01:57.853Z Downloaded foldhash v0.2.0
6982026-06-09T05:01:57.856Z Downloaded allocator-api2 v0.2.21
6992026-06-09T05:01:57.856Z Downloaded glob v0.3.3
7002026-06-09T05:01:57.858Z Downloaded diff v0.1.13
7012026-06-09T05:01:57.859Z Downloaded fatfs v0.3.6
7022026-06-09T05:01:57.861Z Downloaded darling v0.21.3
7032026-06-09T05:01:57.865Z Downloaded byte-wrapper v0.1.0
7042026-06-09T05:01:57.867Z Downloaded cookie_store v0.22.1
7052026-06-09T05:01:57.870Z Downloaded hubpack_derive v0.1.1
7062026-06-09T05:01:57.870Z Downloaded http-body v1.0.1
7072026-06-09T05:01:57.870Z Downloaded group v0.13.0
7082026-06-09T05:01:57.870Z Downloaded headers-core v0.3.0
7092026-06-09T05:01:57.873Z Downloaded ghash v0.5.1
7102026-06-09T05:01:57.873Z Downloaded console v0.16.2
7112026-06-09T05:01:57.873Z Downloaded chacha20 v0.10.0
7122026-06-09T05:01:57.876Z Downloaded git-stub-vcs v0.1.0
7132026-06-09T05:01:57.879Z Downloaded hex v0.4.3
7142026-06-09T05:01:57.879Z Downloaded futures-channel v0.3.32
7152026-06-09T05:01:57.879Z Downloaded chacha20 v0.9.1
7162026-06-09T05:01:57.883Z Downloaded internet-checksum v0.2.1
7172026-06-09T05:01:57.883Z Downloaded cbc v0.1.2
7182026-06-09T05:01:57.886Z Downloaded crypto-bigint v0.5.5
7192026-06-09T05:01:57.889Z Downloaded indoc v1.0.9
7202026-06-09T05:01:57.889Z Downloaded hyper-tls v0.6.0
7212026-06-09T05:01:57.892Z Downloaded hostname v0.4.2
7222026-06-09T05:01:57.892Z Downloaded colored v2.2.0
7232026-06-09T05:01:57.895Z Downloaded hubpack v0.1.2
7242026-06-09T05:01:57.895Z Downloaded globset v0.4.18
7252026-06-09T05:01:57.899Z Downloaded clang-sys v1.8.1
7262026-06-09T05:01:57.899Z Downloaded ahash v0.8.12
7272026-06-09T05:01:57.901Z Downloaded getrandom v0.2.17
7282026-06-09T05:01:57.901Z Downloaded darling_core v0.21.3
7292026-06-09T05:01:57.904Z Downloaded ciborium v0.2.2
7302026-06-09T05:01:57.907Z Downloaded illumos-nvpair v0.3.0
7312026-06-09T05:01:57.907Z Downloaded crossbeam-channel v0.5.15
7322026-06-09T05:01:57.910Z Downloaded ident_case v1.0.1
7332026-06-09T05:01:57.913Z Downloaded kstat-rs v0.2.4
7342026-06-09T05:01:57.913Z Downloaded is-terminal v0.4.17
7352026-06-09T05:01:57.913Z Downloaded keccak v0.1.6
7362026-06-09T05:01:57.916Z Downloaded lazy_static v1.5.0
7372026-06-09T05:01:57.916Z Downloaded httpdate v1.0.3
7382026-06-09T05:01:57.916Z Downloaded illumos-nvpair-sys v0.2.0
7392026-06-09T05:01:57.919Z Downloaded http-range v0.1.5
7402026-06-09T05:01:57.919Z Downloaded drift v0.2.0
7412026-06-09T05:01:57.924Z Downloaded lru v0.12.5
7422026-06-09T05:01:57.954Z Downloaded ingot v0.1.1
7432026-06-09T05:01:57.954Z Downloaded compression-codecs v0.4.37
7442026-06-09T05:01:57.954Z Downloaded futures v0.3.32
7452026-06-09T05:01:57.954Z Downloaded const_format v0.2.35
7462026-06-09T05:01:57.954Z Downloaded instant v0.1.13
7472026-06-09T05:01:57.954Z Downloaded dropshot_endpoint v0.17.0
7482026-06-09T05:01:57.954Z Downloaded lzss v0.8.2
7492026-06-09T05:01:57.954Z Downloaded lru-slab v0.1.2
7502026-06-09T05:01:57.954Z Downloaded libscf-sys v1.1.0
7512026-06-09T05:01:57.954Z Downloaded impl-trait-for-tuples v0.2.3
7522026-06-09T05:01:57.954Z Downloaded lalrpop-util v0.19.12
7532026-06-09T05:01:57.954Z Downloaded instability v0.3.11
7542026-06-09T05:01:57.954Z Downloaded indent_write v2.2.0
7552026-06-09T05:01:57.954Z Downloaded derive-where v1.6.0
7562026-06-09T05:01:57.954Z Downloaded darling_core v0.20.11
7572026-06-09T05:01:57.962Z Downloaded match_cfg v0.1.0
7582026-06-09T05:01:57.962Z Downloaded is_ci v1.2.0
7592026-06-09T05:01:57.962Z Downloaded ed25519-dalek v2.2.0
7602026-06-09T05:01:57.962Z Downloaded inout v0.1.4
7612026-06-09T05:01:57.962Z Downloaded hyper-staticfile v0.10.1
7622026-06-09T05:01:57.966Z Downloaded des v0.8.1
7632026-06-09T05:01:57.966Z Downloaded http-body-util v0.1.3
7642026-06-09T05:01:57.966Z Downloaded new_debug_unreachable v1.0.6
7652026-06-09T05:01:57.966Z Downloaded managed v0.8.0
7662026-06-09T05:01:57.966Z Downloaded ipnetwork v0.21.1
7672026-06-09T05:01:57.966Z Downloaded half v1.8.3
7682026-06-09T05:01:57.970Z Downloaded derive_more v0.99.20
7692026-06-09T05:01:57.973Z Downloaded num-derive v0.4.2
7702026-06-09T05:01:57.973Z Downloaded flume v0.11.1
7712026-06-09T05:01:57.975Z Downloaded ipnet v2.11.0
7722026-06-09T05:01:57.975Z Downloaded libefi-sys v0.1.0
7732026-06-09T05:01:57.978Z Downloaded newtype_derive v0.1.6
7742026-06-09T05:01:57.978Z Downloaded maplit v1.0.2
7752026-06-09T05:01:57.978Z Downloaded indoc v2.0.7
7762026-06-09T05:01:57.981Z Downloaded highway v1.3.0
7772026-06-09T05:01:57.981Z Downloaded num v0.4.3
7782026-06-09T05:01:57.984Z Downloaded chacha20poly1305 v0.10.1
7792026-06-09T05:01:57.984Z Downloaded libsw-core v0.3.2
7802026-06-09T05:01:57.987Z Downloaded num-iter v0.1.45
7812026-06-09T05:01:57.987Z Downloaded num-conv v0.2.0
7822026-06-09T05:01:57.987Z Downloaded humantime v2.3.0
7832026-06-09T05:01:57.991Z Downloaded flate2 v1.1.9
7842026-06-09T05:01:57.994Z Downloaded libloading v0.8.9
7852026-06-09T05:01:57.994Z Downloaded nonempty v0.12.0
7862026-06-09T05:01:57.997Z Downloaded maybe-uninit v2.0.0
7872026-06-09T05:01:57.997Z Downloaded iana-time-zone v0.1.65
7882026-06-09T05:01:58.000Z Downloaded base64 v0.22.1
7892026-06-09T05:01:58.003Z Downloaded opaque-debug v0.3.1
7902026-06-09T05:01:58.003Z Downloaded libsw v3.5.0
7912026-06-09T05:01:58.003Z Downloaded half v2.7.1
7922026-06-09T05:01:58.006Z Downloaded bumpalo v3.20.2
7932026-06-09T05:01:58.009Z Downloaded ingot-types v0.1.2
7942026-06-09T05:01:58.009Z Downloaded oso-derive v0.27.3
7952026-06-09T05:01:58.009Z Downloaded newline-converter v0.3.0
7962026-06-09T05:01:58.012Z Downloaded linear-map v1.2.0
7972026-06-09T05:01:58.012Z Downloaded hyper-rustls v0.27.7
7982026-06-09T05:01:58.016Z Downloaded openssl-probe v0.2.1
7992026-06-09T05:01:58.016Z Downloaded derive_more v2.1.1
8002026-06-09T05:01:58.020Z Downloaded olpc-cjson v0.1.4
8012026-06-09T05:01:58.023Z Downloaded ar_archive_writer v0.5.1
8022026-06-09T05:01:58.026Z Downloaded path-slash v0.1.5
8032026-06-09T05:01:58.026Z Downloaded normalize-line-endings v0.3.0
8042026-06-09T05:01:58.026Z Downloaded nibble_vec v0.1.0
8052026-06-09T05:01:58.029Z Downloaded openssl-probe v0.1.6
8062026-06-09T05:01:58.029Z Downloaded nu-ansi-term v0.50.3
8072026-06-09T05:01:58.032Z Downloaded num_enum_derive v0.5.11
8082026-06-09T05:01:58.032Z Downloaded num_enum v0.7.6
8092026-06-09T05:01:58.035Z Downloaded litrs v1.0.0
8102026-06-09T05:01:58.038Z Downloaded packed_struct_codegen v0.10.1
8112026-06-09T05:01:58.038Z Downloaded parse-size v1.1.0
8122026-06-09T05:01:58.041Z Downloaded parse-display v0.10.0
8132026-06-09T05:01:58.056Z Downloaded peg-runtime v0.8.5
8142026-06-09T05:01:58.059Z Downloaded der v0.7.10
8152026-06-09T05:01:58.062Z Downloaded pbkdf2 v0.12.2
8162026-06-09T05:01:58.062Z Downloaded pbkdf2 v0.11.0
8172026-06-09T05:01:58.062Z Downloaded packed_struct v0.10.1
8182026-06-09T05:01:58.065Z Downloaded pin-utils v0.1.0
8192026-06-09T05:01:58.065Z Downloaded num_enum_derive v0.7.6
8202026-06-09T05:01:58.068Z Downloaded num_enum v0.5.11
8212026-06-09T05:01:58.071Z Downloaded memmap2 v0.9.10
8222026-06-09T05:01:58.071Z Downloaded owo-colors v4.3.0
8232026-06-09T05:01:58.076Z Downloaded num_threads v0.1.7
8242026-06-09T05:01:58.076Z Downloaded newtype-uuid v1.3.2
8252026-06-09T05:01:58.076Z Downloaded expectorate v1.2.0
8262026-06-09T05:01:58.079Z Downloaded phf_shared v0.13.1
8272026-06-09T05:01:58.079Z Downloaded headers v0.4.1
8282026-06-09T05:01:58.082Z Downloaded bytes v1.11.1
8292026-06-09T05:01:58.085Z Downloaded hickory-resolver v0.24.4
8302026-06-09T05:01:58.088Z Downloaded phf_shared v0.11.3
8312026-06-09T05:01:58.088Z Downloaded cc v1.2.56
8322026-06-09T05:01:58.091Z Downloaded num-complex v0.4.6
8332026-06-09T05:01:58.092Z Downloaded progenitor-macro v0.13.0
8342026-06-09T05:01:58.095Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-06-09T05:01:58.095Z Downloaded oxnet v0.1.5
8362026-06-09T05:01:58.095Z Downloaded mime_guess v2.0.5
8372026-06-09T05:01:58.097Z Downloaded jobserver v0.1.34
8382026-06-09T05:01:58.097Z Downloaded darling_core v0.23.0
8392026-06-09T05:01:58.100Z Downloaded precomputed-hash v0.1.1
8402026-06-09T05:01:58.103Z Downloaded powerfmt v0.2.0
8412026-06-09T05:01:58.103Z Downloaded password-hash v0.4.2
8422026-06-09T05:01:58.103Z Downloaded progenitor-macro v0.11.2
8432026-06-09T05:01:58.106Z Downloaded proc-macro-crate v1.3.1
8442026-06-09T05:01:58.107Z Downloaded paste v1.0.15
8452026-06-09T05:01:58.111Z Downloaded predicates-core v1.0.10
8462026-06-09T05:01:58.111Z Downloaded heapless v0.7.17
8472026-06-09T05:01:58.115Z Downloaded progenitor-client v0.11.2
8482026-06-09T05:01:58.115Z Downloaded pem-rfc7468 v0.7.0
8492026-06-09T05:01:58.115Z Downloaded peg-macros v0.8.5
8502026-06-09T05:01:58.118Z Downloaded peg v0.8.5
8512026-06-09T05:01:58.118Z Downloaded pin-project-internal v1.1.11
8522026-06-09T05:01:58.121Z Downloaded psl-types v2.0.11
8532026-06-09T05:01:58.121Z Downloaded phf v0.13.1
8542026-06-09T05:01:58.121Z Downloaded indicatif v0.18.4
8552026-06-09T05:01:58.124Z Downloaded progenitor-client v0.14.0
8562026-06-09T05:01:58.127Z Downloaded polyval v0.6.2
8572026-06-09T05:01:58.127Z Downloaded pkcs8 v0.10.2
8582026-06-09T05:01:58.130Z Downloaded aho-corasick v1.1.4
8592026-06-09T05:01:58.133Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-06-09T05:01:58.133Z Downloaded progenitor-client v0.10.0
8612026-06-09T05:01:58.136Z Downloaded predicates-tree v1.0.13
8622026-06-09T05:01:58.136Z Downloaded pkg-config v0.3.32
8632026-06-09T05:01:58.136Z Downloaded hickory-resolver v0.25.2
8642026-06-09T05:01:58.139Z Downloaded postgres-protocol v0.6.10
8652026-06-09T05:01:58.142Z Downloaded num-rational v0.4.2
8662026-06-09T05:01:58.142Z Downloaded pkcs1 v0.7.5
8672026-06-09T05:01:58.145Z Downloaded phf_shared v0.12.1
8682026-06-09T05:01:58.145Z Downloaded parking_lot v0.12.5
8692026-06-09T05:01:58.145Z Downloaded hashbrown v0.13.2
8702026-06-09T05:01:58.148Z Downloaded ref-cast-impl v1.0.25
8712026-06-09T05:01:58.151Z Downloaded ref-cast v1.0.25
8722026-06-09T05:01:58.151Z Downloaded phf v0.12.1
8732026-06-09T05:01:58.154Z Downloaded parking_lot v0.11.2
8742026-06-09T05:01:58.154Z Downloaded poly1305 v0.8.0
8752026-06-09T05:01:58.157Z Downloaded hashbrown v0.12.3
8762026-06-09T05:01:58.160Z Downloaded pin-project-lite v0.2.17
8772026-06-09T05:01:58.162Z Downloaded pem v3.0.6
8782026-06-09T05:01:58.162Z Downloaded parse-display-derive v0.10.0
8792026-06-09T05:01:58.166Z Downloaded parking_lot_core v0.8.6
8802026-06-09T05:01:58.166Z Downloaded rand_xorshift v0.4.0
8812026-06-09T05:01:58.166Z Downloaded rand_chacha v0.3.1
8822026-06-09T05:01:58.170Z Downloaded quick-error v1.2.3
8832026-06-09T05:01:58.170Z Downloaded parking_lot_core v0.9.12
8842026-06-09T05:01:58.174Z Downloaded ppv-lite86 v0.2.21
8852026-06-09T05:01:58.174Z Downloaded password-hash v0.5.0
8862026-06-09T05:01:58.174Z Downloaded radium v0.7.0
8872026-06-09T05:01:58.174Z Downloaded num-integer v0.1.46
8882026-06-09T05:01:58.174Z Downloaded indexmap v1.9.3
8892026-06-09T05:01:58.177Z Downloaded russh-cryptovec v0.7.3
8902026-06-09T05:01:58.177Z Downloaded derive_builder_macro v0.20.2
8912026-06-09T05:01:58.180Z Downloaded proc-macro-crate v3.4.0
8922026-06-09T05:01:58.180Z Downloaded postcard v1.1.3
8932026-06-09T05:01:58.183Z Downloaded rfc6979 v0.4.0
8942026-06-09T05:01:58.183Z Downloaded rustc_version v0.4.1
8952026-06-09T05:01:58.183Z Downloaded predicates v3.1.4
8962026-06-09T05:01:58.186Z Downloaded progenitor v0.14.0
8972026-06-09T05:01:58.186Z Downloaded progenitor v0.11.2
8982026-06-09T05:01:58.188Z Downloaded jiff-static v0.2.21
8992026-06-09T05:01:58.189Z Downloaded hickory-server v0.25.2
9002026-06-09T05:01:58.192Z Downloaded proc-macro-error2 v2.0.1
9012026-06-09T05:01:58.195Z Downloaded progenitor-macro v0.14.0
9022026-06-09T05:01:58.195Z Downloaded progenitor v0.13.0
9032026-06-09T05:01:58.198Z Downloaded recursive v0.1.1
9042026-06-09T05:01:58.198Z Downloaded oso v0.27.3
9052026-06-09T05:01:58.202Z Downloaded psm v0.1.30
9062026-06-09T05:01:58.202Z Downloaded progenitor-client v0.13.0
9072026-06-09T05:01:58.205Z Downloaded miniz_oxide v0.8.9
9082026-06-09T05:01:58.205Z Downloaded crossterm v0.28.1
9092026-06-09T05:01:58.208Z Downloaded aes-gcm v0.10.3
9102026-06-09T05:01:58.211Z Downloaded async-compression v0.4.41
9112026-06-09T05:01:58.214Z Downloaded rand_seeder v0.4.0
9122026-06-09T05:01:58.217Z Downloaded omicron-zone-package v0.12.2
9132026-06-09T05:01:58.220Z Downloaded primeorder v0.13.6
9142026-06-09T05:01:58.220Z Downloaded aes v0.8.4
9152026-06-09T05:01:58.223Z Downloaded sapling-renderdag v0.1.0
9162026-06-09T05:01:58.223Z Downloaded oxide-tokio-rt v0.1.4
9172026-06-09T05:01:58.226Z Downloaded rand_core v0.10.0
9182026-06-09T05:01:58.226Z Downloaded rand_core v0.6.4
9192026-06-09T05:01:58.226Z Downloaded r2d2 v0.8.10
9202026-06-09T05:01:58.229Z Downloaded progenitor-extras v0.2.0
9212026-06-09T05:01:58.229Z Downloaded openssl-macros v0.1.1
9222026-06-09T05:01:58.229Z Downloaded heapless v0.8.0
9232026-06-09T05:01:58.232Z Downloaded same-file v1.0.6
9242026-06-09T05:01:58.235Z Downloaded salsa20 v0.10.2
9252026-06-09T05:01:58.235Z Downloaded postgres-types v0.2.12
9262026-06-09T05:01:58.238Z Downloaded base64 v0.21.7
9272026-06-09T05:01:58.238Z Downloaded serde_urlencoded v0.7.1
9282026-06-09T05:01:58.241Z Downloaded serde_plain v1.0.2
9292026-06-09T05:01:58.242Z Downloaded scrypt v0.11.0
9302026-06-09T05:01:58.242Z Downloaded pin-project v1.1.11
9312026-06-09T05:01:58.248Z Downloaded serde-big-array v0.5.1
9322026-06-09T05:01:58.251Z Downloaded semver v0.1.20
9332026-06-09T05:01:58.251Z Downloaded serde_spanned v1.0.4
9342026-06-09T05:01:58.254Z Downloaded minimal-lexical v0.2.1
9352026-06-09T05:01:58.257Z Downloaded resolv-conf v0.7.6
9362026-06-09T05:01:58.257Z Downloaded rand_core v0.9.5
9372026-06-09T05:01:58.257Z Downloaded rand_chacha v0.9.0
9382026-06-09T05:01:58.261Z Downloaded hyper-util v0.1.20
9392026-06-09T05:01:58.264Z Downloaded itertools v0.10.5
9402026-06-09T05:01:58.267Z Downloaded rtoolbox v0.0.3
9412026-06-09T05:01:58.267Z Downloaded openssl-sys v0.9.115
9422026-06-09T05:01:58.270Z Downloaded serde_repr v0.1.20
9432026-06-09T05:01:58.273Z Downloaded libbz2-rs-sys v0.2.2
9442026-06-09T05:01:58.273Z Downloaded rusty-fork v0.3.1
9452026-06-09T05:01:58.276Z Downloaded scopeguard v1.2.0
9462026-06-09T05:01:58.276Z Downloaded scheduled-thread-pool v0.2.7
9472026-06-09T05:01:58.276Z Downloaded nanorand v0.7.0
9482026-06-09T05:01:58.279Z Downloaded native-tls v0.2.18
9492026-06-09T05:01:58.279Z Downloaded md5 v0.7.0
9502026-06-09T05:01:58.282Z Downloaded rustls-pemfile v1.0.4
9512026-06-09T05:01:58.282Z Downloaded sha1 v0.10.6
9522026-06-09T05:01:58.286Z Downloaded newtype-uuid-macros v0.1.0
9532026-06-09T05:01:58.287Z Downloaded mime v0.3.17
9542026-06-09T05:01:58.287Z Downloaded ignore v0.4.25
9552026-06-09T05:01:58.291Z Downloaded signal-hook-tokio v0.3.1
9562026-06-09T05:01:58.291Z Downloaded dropshot-api-manager v0.7.2
9572026-06-09T05:01:58.294Z Downloaded scroll_derive v0.13.1
9582026-06-09T05:01:58.294Z Downloaded rustc_version v0.1.7
9592026-06-09T05:01:58.294Z Downloaded p256 v0.13.2
9602026-06-09T05:01:58.297Z Downloaded papergrid v0.17.0
9612026-06-09T05:01:58.300Z Downloaded multer v3.1.0
9622026-06-09T05:01:58.300Z Downloaded md-5 v0.10.6
9632026-06-09T05:01:58.303Z Downloaded lock_api v0.4.14
9642026-06-09T05:01:58.303Z Downloaded ingot-macros v0.1.1
9652026-06-09T05:01:58.303Z Downloaded siphasher v1.0.2
9662026-06-09T05:01:58.307Z Downloaded sigpipe v0.1.3
9672026-06-09T05:01:58.307Z Downloaded signature v2.2.0
9682026-06-09T05:01:58.307Z Downloaded serde_bytes v0.11.19
9692026-06-09T05:01:58.311Z Downloaded rustversion v1.0.22
9702026-06-09T05:01:58.311Z Downloaded prefix-trie v0.7.0
9712026-06-09T05:01:58.314Z Downloaded mio v1.2.0
9722026-06-09T05:01:58.317Z Downloaded secrecy v0.8.0
9732026-06-09T05:01:58.317Z Downloaded num-derive v0.3.3
9742026-06-09T05:01:58.321Z Downloaded rustc-hash v2.1.1
9752026-06-09T05:01:58.321Z Downloaded nom v7.1.3
9762026-06-09T05:01:58.324Z Downloaded httparse v1.10.1
9772026-06-09T05:01:58.324Z Downloaded slog-bunyan v2.5.0
9782026-06-09T05:01:58.327Z Downloaded schemars_derive v0.8.22
9792026-06-09T05:01:58.327Z Downloaded rustls-pki-types v1.14.0
9802026-06-09T05:01:58.330Z Downloaded hmac v0.12.1
9812026-06-09T05:01:58.330Z Downloaded pkcs5 v0.7.1
9822026-06-09T05:01:58.334Z Downloaded slog-envlogger v2.2.0
9832026-06-09T05:01:58.334Z Downloaded serde-hex v0.1.0
9842026-06-09T05:01:58.337Z Downloaded quinn-udp v0.5.14
9852026-06-09T05:01:58.337Z Downloaded progenitor-impl v0.11.2
9862026-06-09T05:01:58.340Z Downloaded seq-macro v0.3.6
9872026-06-09T05:01:58.340Z Downloaded signal-hook-registry v1.4.8
9882026-06-09T05:01:58.340Z Downloaded getrandom v0.3.4
9892026-06-09T05:01:58.343Z Downloaded bzip2 v0.6.1
9902026-06-09T05:01:58.346Z Downloaded arc-swap v1.8.2
9912026-06-09T05:01:58.346Z Downloaded num-bigint v0.4.6
9922026-06-09T05:01:58.349Z Downloaded prettyplease v0.2.37
9932026-06-09T05:01:58.352Z Downloaded rcgen v0.12.1
9942026-06-09T05:01:58.355Z Downloaded hashbrown v0.16.1
9952026-06-09T05:01:58.358Z Downloaded scroll v0.13.0
9962026-06-09T05:01:58.358Z Downloaded serde_with_macros v1.5.2
9972026-06-09T05:01:58.361Z Downloaded ssh-cipher v0.2.0
9982026-06-09T05:01:58.361Z Downloaded nodrop v0.1.14
9992026-06-09T05:01:58.361Z Downloaded http v1.4.0
10002026-06-09T05:01:58.364Z Downloaded sec1 v0.7.3
10012026-06-09T05:01:58.364Z Downloaded rustls-pemfile v2.2.0
10022026-06-09T05:01:58.367Z Downloaded multimap v0.10.1
10032026-06-09T05:01:58.367Z Downloaded memoffset v0.9.1
10042026-06-09T05:01:58.367Z Downloaded lru-cache v0.1.2
10052026-06-09T05:01:58.370Z Downloaded linked-hash-map v0.5.6
10062026-06-09T05:01:58.370Z Downloaded derive_more-impl v2.1.1
10072026-06-09T05:01:58.373Z Downloaded strsim v0.10.0
10082026-06-09T05:01:58.373Z Downloaded darling v0.20.11
10092026-06-09T05:01:58.377Z Downloaded strum v0.27.2
10102026-06-09T05:01:58.377Z Downloaded strum v0.26.3
10112026-06-09T05:01:58.379Z Downloaded structmeta-derive v0.3.0
10122026-06-09T05:01:58.379Z Downloaded sqlformat v0.3.5
10132026-06-09T05:01:58.380Z Downloaded subtle v2.6.1
10142026-06-09T05:01:58.380Z Downloaded cargo_metadata v0.23.1
10152026-06-09T05:01:58.384Z Downloaded async-recursion v1.1.1
10162026-06-09T05:01:58.384Z Downloaded pretty_assertions v1.4.1
10172026-06-09T05:01:58.387Z Downloaded slab v0.4.12
10182026-06-09T05:01:58.387Z Downloaded daft-derive v0.1.7
10192026-06-09T05:01:58.392Z Downloaded blake3 v1.8.3
10202026-06-09T05:01:58.394Z Downloaded static_assertions v1.1.0
10212026-06-09T05:01:58.395Z Downloaded cexpr v0.6.0
10222026-06-09T05:01:58.397Z Downloaded console v0.15.11
10232026-06-09T05:01:58.397Z Downloaded slog-term v2.9.2
10242026-06-09T05:01:58.400Z Downloaded tabled_derive v0.11.0
10252026-06-09T05:01:58.400Z Downloaded sync-ptr v0.1.4
10262026-06-09T05:01:58.400Z Downloaded serde_cbor v0.11.2
10272026-06-09T05:01:58.404Z Downloaded slog-dtrace v0.3.0
10282026-06-09T05:01:58.404Z Downloaded slog-stdlog v4.1.1
10292026-06-09T05:01:58.409Z Downloaded slog-scope v4.4.1
10302026-06-09T05:01:58.409Z Downloaded slog-json v2.6.1
10312026-06-09T05:01:58.409Z Downloaded bzip2 v0.4.4
10322026-06-09T05:01:58.409Z Downloaded daft v0.1.7
10332026-06-09T05:01:58.412Z Downloaded stacker v0.1.23
10342026-06-09T05:01:58.412Z Downloaded time-core v0.1.8
10352026-06-09T05:01:58.412Z Downloaded libxml v0.3.3
10362026-06-09T05:01:58.415Z Downloaded smf v0.2.3
10372026-06-09T05:01:58.415Z Downloaded csv-core v0.1.13
10382026-06-09T05:01:58.418Z Downloaded argon2 v0.5.3
10392026-06-09T05:01:58.418Z Downloaded anstream v0.6.21
10402026-06-09T05:01:58.418Z Downloaded colored v3.1.1
10412026-06-09T05:01:58.421Z Downloaded progenitor-impl v0.14.0
10422026-06-09T05:01:58.424Z Downloaded support-bundle-viewer v0.1.2
10432026-06-09T05:01:58.424Z Downloaded testing_table v0.3.0
10442026-06-09T05:01:58.424Z Downloaded russh-keys v0.45.0
10452026-06-09T05:01:58.427Z Downloaded thiserror-impl-no-std v2.0.2
10462026-06-09T05:01:58.427Z Downloaded tagptr v0.2.0
10472026-06-09T05:01:58.427Z Downloaded shell-words v1.1.1
10482026-06-09T05:01:58.431Z Downloaded strum_macros v0.26.4
10492026-06-09T05:01:58.431Z Downloaded string_cache v0.8.9
10502026-06-09T05:01:58.431Z Downloaded shlex v1.3.0
10512026-06-09T05:01:58.434Z Downloaded progenitor-impl v0.13.0
10522026-06-09T05:01:58.434Z Downloaded rsa v0.9.10
10532026-06-09T05:01:58.437Z Downloaded tokio-macros v2.7.0
10542026-06-09T05:01:58.437Z Downloaded tabwriter v1.4.1
10552026-06-09T05:01:58.440Z Downloaded rayon-core v1.13.0
10562026-06-09T05:01:58.440Z Downloaded rustls-platform-verifier v0.6.2
10572026-06-09T05:01:58.443Z Downloaded simd-adler32 v0.3.8
10582026-06-09T05:01:58.443Z Downloaded num-bigint-dig v0.8.6
10592026-06-09T05:01:58.446Z Downloaded termtree v0.5.1
10602026-06-09T05:01:58.449Z Downloaded tap v1.0.1
10612026-06-09T05:01:58.449Z Downloaded take_mut v0.2.2
10622026-06-09T05:01:58.449Z Downloaded strum_macros v0.24.3
10632026-06-09T05:01:58.452Z Downloaded libm v0.2.16
10642026-06-09T05:01:58.455Z Downloaded strum_macros v0.27.2
10652026-06-09T05:01:58.457Z Downloaded snafu-derive v0.8.9
10662026-06-09T05:01:58.458Z Downloaded hkdf v0.12.4
10672026-06-09T05:01:58.462Z Downloaded publicsuffix v2.3.0
10682026-06-09T05:01:58.465Z Downloaded tinyvec_macros v0.1.1
10692026-06-09T05:01:58.465Z Downloaded thread-id v5.1.0
10702026-06-09T05:01:58.465Z Downloaded stringprep v0.1.5
10712026-06-09T05:01:58.465Z Downloaded schemars v0.8.22
10722026-06-09T05:01:58.472Z Downloaded thread_local v1.1.9
10732026-06-09T05:01:58.475Z Downloaded spin v0.9.8
10742026-06-09T05:01:58.475Z Downloaded quinn v0.11.9
10752026-06-09T05:01:58.478Z Downloaded itertools v0.13.0
10762026-06-09T05:01:58.483Z Downloaded iri-string v0.7.10
10772026-06-09T05:01:58.486Z Downloaded rand v0.8.6
10782026-06-09T05:01:58.489Z Downloaded hashbrown v0.15.5
10792026-06-09T05:01:58.492Z Downloaded tower-service v0.3.3
10802026-06-09T05:01:58.496Z Downloaded termios v0.3.3
10812026-06-09T05:01:58.496Z Downloaded ron v0.8.1
10822026-06-09T05:01:58.498Z Downloaded tokio-dtrace v0.1.1
10832026-06-09T05:01:58.501Z Downloaded tls_codec_derive v0.4.2
10842026-06-09T05:01:58.501Z Downloaded slog v2.8.2
10852026-06-09T05:01:58.504Z Downloaded topological-sort v0.2.2
10862026-06-09T05:01:58.505Z Downloaded signal-hook v0.3.18
10872026-06-09T05:01:58.508Z Downloaded time-macros v0.2.27
10882026-06-09T05:01:58.508Z Downloaded term v1.2.1
10892026-06-09T05:01:58.511Z Downloaded thiserror-no-std v2.0.2
10902026-06-09T05:01:58.514Z Downloaded schemars v0.9.0
10912026-06-09T05:01:58.521Z Downloaded unicode-truncate v1.1.0
10922026-06-09T05:01:58.524Z Downloaded ryu v1.0.23
10932026-06-09T05:01:58.524Z Downloaded try-lock v0.2.5
10942026-06-09T05:01:58.527Z Downloaded itertools v0.14.0
10952026-06-09T05:01:58.530Z Downloaded socket2 v0.6.3
10962026-06-09T05:01:58.533Z Downloaded sqlparser_derive v0.5.0
10972026-06-09T05:01:58.533Z Downloaded rustls-native-certs v0.8.3
10982026-06-09T05:01:58.536Z Downloaded tokio-tungstenite v0.21.0
10992026-06-09T05:01:58.536Z Downloaded serde_path_to_error v0.1.20
11002026-06-09T05:01:58.538Z Downloaded trait-variant v0.1.2
11012026-06-09T05:01:58.538Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11022026-06-09T05:01:58.541Z Downloaded similar v2.7.0
11032026-06-09T05:01:58.544Z Downloaded typify-macro v0.4.3
11042026-06-09T05:01:58.545Z Downloaded serde_yaml v0.9.34+deprecated
11052026-06-09T05:01:58.547Z Downloaded p521 v0.13.3
11062026-06-09T05:01:58.550Z Downloaded qorb v0.4.1
11072026-06-09T05:01:58.553Z Downloaded tokio-stream v0.1.18
11082026-06-09T05:01:58.556Z Downloaded universal-hash v0.5.1
11092026-06-09T05:01:58.556Z Downloaded tls_codec v0.4.2
11102026-06-09T05:01:58.559Z Downloaded hyper v1.8.1
11112026-06-09T05:01:58.562Z Downloaded usdt-macro v0.6.0
11122026-06-09T05:01:58.562Z Downloaded unit-prefix v0.5.2
11132026-06-09T05:01:58.565Z Downloaded strip-ansi-escapes v0.2.1
11142026-06-09T05:01:58.565Z Downloaded russh v0.45.0
11152026-06-09T05:01:58.568Z Downloaded structmeta v0.3.0
11162026-06-09T05:01:58.571Z Downloaded samael v0.0.19
11172026-06-09T05:01:58.573Z Downloaded secrecy v0.10.3
11182026-06-09T05:01:58.574Z Downloaded rustls-webpki v0.103.9
11192026-06-09T05:01:58.578Z Downloaded waitgroup v0.1.2
11202026-06-09T05:01:58.578Z Downloaded tokio-rustls v0.25.0
11212026-06-09T05:01:58.581Z Downloaded schemars v1.2.1
11222026-06-09T05:01:58.587Z Downloaded utf-8 v0.7.6
11232026-06-09T05:01:58.590Z Downloaded sync_wrapper v1.0.2
11242026-06-09T05:01:58.590Z Downloaded tui-tree-widget v0.23.1
11252026-06-09T05:01:58.590Z Downloaded ssh-encoding v0.2.0
11262026-06-09T05:01:58.590Z Downloaded snafu v0.8.9
11272026-06-09T05:01:58.593Z Downloaded wait-timeout v0.2.1
11282026-06-09T05:01:58.596Z Downloaded tokio-rustls v0.26.4
11292026-06-09T05:01:58.596Z Downloaded subprocess v0.2.15
11302026-06-09T05:01:58.599Z Downloaded tokio-rustls v0.24.1
11312026-06-09T05:01:58.602Z Downloaded bitvec v1.0.1
11322026-06-09T05:01:58.609Z Downloaded xattr v1.6.1
11332026-06-09T05:01:58.612Z Downloaded unicase v2.9.0
11342026-06-09T05:01:58.612Z Downloaded tower-layer v0.3.3
11352026-06-09T05:01:58.612Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-06-09T05:01:58.615Z Downloaded sct v0.7.1
11372026-06-09T05:01:58.615Z Downloaded rand v0.9.2
11382026-06-09T05:01:58.619Z Downloaded smallvec v0.6.14
11392026-06-09T05:01:58.619Z Downloaded serde_with v1.14.0
11402026-06-09T05:01:58.622Z Downloaded h2 v0.4.13
11412026-06-09T05:01:58.626Z Downloaded unarray v0.1.4
11422026-06-09T05:01:58.629Z Downloaded aws-lc-rs v1.16.3
11432026-06-09T05:01:58.633Z Downloaded untrusted v0.7.1
11442026-06-09T05:01:58.638Z Downloaded toml_writer v1.0.6+spec-1.1.0
11452026-06-09T05:01:58.638Z Downloaded nom v8.0.0
11462026-06-09T05:01:58.640Z Downloaded tar v0.4.45
11472026-06-09T05:01:58.640Z Downloaded usdt v0.6.0
11482026-06-09T05:01:58.643Z Downloaded untrusted v0.9.0
11492026-06-09T05:01:58.643Z Downloaded zone_cfg_derive v0.3.1
11502026-06-09T05:01:58.643Z Downloaded vergen-git2 v9.1.0
11512026-06-09T05:01:58.646Z Downloaded toml_parser v1.0.9+spec-1.1.0
11522026-06-09T05:01:58.646Z Downloaded serde_with_macros v3.17.0
11532026-06-09T05:01:58.649Z Downloaded slog-async v2.8.0
11542026-06-09T05:01:58.649Z Downloaded signal-hook-mio v0.2.5
11552026-06-09T05:01:58.649Z Downloaded xshell-macros v0.2.7
11562026-06-09T05:01:58.652Z Downloaded vsss-rs v3.3.4
11572026-06-09T05:01:58.652Z Downloaded spki v0.7.3
11582026-06-09T05:01:58.652Z Downloaded twox-hash v2.1.2
11592026-06-09T05:01:58.655Z Downloaded test-strategy v0.4.5
11602026-06-09T05:01:58.658Z Downloaded whoami v1.6.1
11612026-06-09T05:01:58.658Z Downloaded iddqd v0.4.2
11622026-06-09T05:01:58.663Z Downloaded zone v0.3.1
11632026-06-09T05:01:58.666Z Downloaded zeroize_derive v1.4.3
11642026-06-09T05:01:58.666Z Downloaded whoami v2.1.0
11652026-06-09T05:01:58.666Z Downloaded vergen-lib v0.1.6
11662026-06-09T05:01:58.669Z Downloaded usdt-impl v0.6.0
11672026-06-09T05:01:58.669Z Downloaded tungstenite v0.23.0
11682026-06-09T05:01:58.673Z Downloaded unicode-properties v0.1.4
11692026-06-09T05:01:58.673Z Downloaded tokio-native-tls v0.3.1
11702026-06-09T05:01:58.676Z Downloaded toml v1.0.6+spec-1.1.0
11712026-06-09T05:01:58.676Z Downloaded toml v0.7.8
11722026-06-09T05:01:58.679Z Downloaded tokio-tungstenite v0.23.1
11732026-06-09T05:01:58.679Z Downloaded rand v0.10.0
11742026-06-09T05:01:58.682Z Downloaded wyz v0.5.1
11752026-06-09T05:01:58.685Z Downloaded vergen-lib v9.1.0
11762026-06-09T05:01:58.685Z Downloaded typify-macro v0.6.2
11772026-06-09T05:01:58.685Z Downloaded steno v0.4.1
11782026-06-09T05:01:58.688Z Downloaded tiny-keccak v2.0.2
11792026-06-09T05:01:58.704Z Downloaded supports-color v3.0.2
11802026-06-09T05:01:58.704Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-06-09T05:01:58.716Z Downloaded zstd v0.13.3
11822026-06-09T05:01:58.719Z Downloaded zeroize v1.8.2
11832026-06-09T05:01:58.720Z Downloaded xshell v0.2.7
11842026-06-09T05:01:58.744Z Downloaded void v1.0.2
11852026-06-09T05:01:58.744Z Downloaded vergen-gitcl v1.0.8
11862026-06-09T05:01:58.744Z Downloaded uzers v0.12.2
11872026-06-09T05:01:58.744Z Downloaded want v0.3.1
11882026-06-09T05:01:58.744Z Downloaded typify v0.6.2
11892026-06-09T05:01:58.744Z Downloaded usdt-attr-macro v0.6.0
11902026-06-09T05:01:58.744Z Downloaded tracing-attributes v0.1.31
11912026-06-09T05:01:58.744Z Downloaded zstd-safe v7.2.4
11922026-06-09T05:01:58.744Z Downloaded unicode-bidi v0.3.18
11932026-06-09T05:01:58.744Z Downloaded tungstenite v0.21.0
11942026-06-09T05:01:58.744Z Downloaded term v0.7.0
11952026-06-09T05:01:58.744Z Downloaded rpassword v7.4.0
11962026-06-09T05:01:58.744Z Downloaded socket2 v0.5.10
11972026-06-09T05:01:58.744Z Downloaded rayon v1.11.0
11982026-06-09T05:01:58.831Z Downloaded walkdir v2.5.0
11992026-06-09T05:01:58.831Z Downloaded goblin v0.10.5
12002026-06-09T05:01:58.831Z Downloaded lalrpop v0.19.12
12012026-06-09T05:01:58.843Z Downloaded yasna v0.5.2
12022026-06-09T05:01:58.843Z Downloaded tinyvec v1.10.0
12032026-06-09T05:01:58.843Z Downloaded reqwest v0.12.28
12042026-06-09T05:01:58.843Z Downloaded tracing-core v0.1.36
12052026-06-09T05:01:58.843Z Downloaded git2 v0.20.4
12062026-06-09T05:01:58.843Z Downloaded rustyline v14.0.0
12072026-06-09T05:01:58.843Z Downloaded vte v0.14.1
12082026-06-09T05:01:58.843Z Downloaded serde_derive_internals v0.29.1
12092026-06-09T05:01:58.843Z Downloaded bindgen v0.71.1
12102026-06-09T05:01:58.843Z Downloaded typify v0.4.3
12112026-06-09T05:01:58.843Z Downloaded toml_edit v0.19.15
12122026-06-09T05:01:58.843Z Downloaded uuid v1.23.0
12132026-06-09T05:01:58.843Z Downloaded portable-atomic v1.13.1
12142026-06-09T05:01:58.843Z Downloaded zopfli v0.8.3
12152026-06-09T05:01:58.843Z Downloaded zerocopy v0.6.6
12162026-06-09T05:01:58.843Z Downloaded quick-xml v0.37.5
12172026-06-09T05:01:58.843Z Downloaded reedline v0.40.0
12182026-06-09T05:01:58.843Z Downloaded reqwest v0.13.2
12192026-06-09T05:01:58.843Z Downloaded ssh-key v0.6.7
12202026-06-09T05:01:58.843Z Downloaded tokio-postgres v0.7.16
12212026-06-09T05:01:58.843Z Downloaded p384 v0.13.1
12222026-06-09T05:01:58.843Z Downloaded unsafe-libyaml v0.2.11
12232026-06-09T05:01:58.843Z Downloaded chrono v0.4.44
12242026-06-09T05:01:58.843Z Downloaded vergen v9.1.0
12252026-06-09T05:01:58.844Z Downloaded unicode_categories v0.1.1
12262026-06-09T05:01:58.844Z Downloaded futures-util v0.3.32
12272026-06-09T05:01:58.844Z Downloaded regex v1.12.3
12282026-06-09T05:01:58.849Z Downloaded itertools v0.12.1
12292026-06-09T05:01:58.849Z Downloaded globwalk v0.9.1
12302026-06-09T05:01:58.849Z Downloaded futures-task v0.3.32
12312026-06-09T05:01:58.849Z Downloaded foreign-types v0.3.2
12322026-06-09T05:01:58.850Z Downloaded object v0.30.4
12332026-06-09T05:01:58.850Z Downloaded nix v0.27.1
12342026-06-09T05:01:58.852Z Downloaded zip v0.6.6
12352026-06-09T05:01:58.855Z Downloaded tokio-util v0.7.18
12362026-06-09T05:01:58.859Z Downloaded yansi v1.0.1
12372026-06-09T05:01:58.864Z Downloaded corncobs v0.1.4
12382026-06-09T05:01:58.864Z Downloaded bitfield v0.19.4
12392026-06-09T05:01:58.864Z Downloaded bit-vec v0.6.3
12402026-06-09T05:01:58.864Z Downloaded cmake v0.1.57
12412026-06-09T05:01:58.868Z Downloaded camino-tempfile-ext v0.3.3
12422026-06-09T05:01:58.868Z Downloaded dof v0.4.0
12432026-06-09T05:01:58.868Z Downloaded defmt v1.0.1
12442026-06-09T05:01:58.868Z Downloaded bitfield-struct v0.6.2
12452026-06-09T05:01:58.868Z Downloaded rustls-webpki v0.101.7
12462026-06-09T05:01:58.874Z Downloaded tower v0.5.3
12472026-06-09T05:01:58.879Z Downloaded cancel-safe-futures v0.1.5
12482026-06-09T05:01:58.882Z Downloaded async-bb8-diesel v0.2.1
12492026-06-09T05:01:58.882Z Downloaded diesel_derives v2.3.7
12502026-06-09T05:01:58.885Z Downloaded unicode-segmentation v1.12.0
12512026-06-09T05:01:58.888Z Downloaded typed-path v0.9.3
12522026-06-09T05:01:58.893Z Downloaded x509-cert v0.2.5
12532026-06-09T05:01:58.897Z Downloaded bstr v1.12.1
12542026-06-09T05:01:58.901Z Downloaded curve25519-dalek v4.1.3
12552026-06-09T05:01:58.905Z Downloaded zerocopy-derive v0.8.40
12562026-06-09T05:01:58.910Z Downloaded salty v0.3.0
12572026-06-09T05:01:58.917Z Downloaded tough v0.22.0
12582026-06-09T05:01:58.921Z Downloaded openssl v0.10.79
12592026-06-09T05:01:58.924Z Downloaded serde_with v3.17.0
12602026-06-09T05:01:58.931Z Downloaded rustls-webpki v0.102.8
12612026-06-09T05:01:58.942Z Downloaded unicode-normalization v0.1.25
12622026-06-09T05:01:58.946Z Downloaded tower-http v0.6.8
12632026-06-09T05:01:58.951Z Downloaded zip v4.6.1
12642026-06-09T05:01:58.954Z Downloaded tabled v0.20.0
12652026-06-09T05:01:58.962Z Downloaded radix_trie v0.2.1
12662026-06-09T05:01:58.965Z Downloaded petname v2.0.2
12672026-06-09T05:01:58.969Z Downloaded moka v0.12.13
12682026-06-09T05:01:58.973Z Downloaded quinn-proto v0.11.13
12692026-06-09T05:01:58.978Z Downloaded proptest v1.10.0
12702026-06-09T05:01:58.997Z Downloaded object v0.37.3
12712026-06-09T05:01:59.004Z Downloaded rustls v0.22.4
12722026-06-09T05:01:59.009Z Downloaded rustls v0.21.12
12732026-06-09T05:01:59.016Z Downloaded regex-syntax v0.6.29
12742026-06-09T05:01:59.020Z Downloaded hickory-proto v0.24.4
12752026-06-09T05:01:59.028Z Downloaded hickory-proto v0.25.2
12762026-06-09T05:01:59.040Z Downloaded winnow v0.6.26
12772026-06-09T05:01:59.043Z Downloaded winnow v0.5.40
12782026-06-09T05:01:59.047Z Downloaded nix v0.28.0
12792026-06-09T05:01:59.053Z Downloaded dropshot v0.17.0
12802026-06-09T05:01:59.067Z Downloaded regress v0.11.1
12812026-06-09T05:01:59.072Z Downloaded regex-syntax v0.8.10
12822026-06-09T05:01:59.076Z Downloaded webpki-roots v1.0.6
12832026-06-09T05:01:59.079Z Downloaded smoltcp v0.9.1
12842026-06-09T05:01:59.083Z Downloaded time v0.3.47
12852026-06-09T05:01:59.091Z Downloaded polar-core v0.27.3
12862026-06-09T05:01:59.095Z Downloaded rustls v0.23.37
12872026-06-09T05:01:59.101Z Downloaded vcpkg v0.2.15
12882026-06-09T05:01:59.126Z Downloaded nix v0.31.2
12892026-06-09T05:01:59.130Z Downloaded zlib-rs v0.6.2
12902026-06-09T05:01:59.133Z Downloaded regress v0.10.5
12912026-06-09T05:01:59.138Z Downloaded zerocopy v0.8.40
12922026-06-09T05:01:59.145Z Downloaded smoltcp v0.11.0
12932026-06-09T05:01:59.150Z Downloaded openapiv3 v2.2.0
12942026-06-09T05:01:59.156Z Downloaded diesel v2.3.7
12952026-06-09T05:01:59.169Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-06-09T05:01:59.177Z Downloaded rustix v0.38.44
12972026-06-09T05:01:59.187Z Downloaded tracing v0.1.44
12982026-06-09T05:01:59.198Z Downloaded sled v0.34.7
12992026-06-09T05:01:59.204Z Downloaded typify-impl v0.6.2
13002026-06-09T05:01:59.213Z Downloaded ratatui v0.29.0
13012026-06-09T05:01:59.233Z Downloaded regex-automata v0.4.14
13022026-06-09T05:01:59.242Z Downloaded sqlparser v0.61.0
13032026-06-09T05:01:59.247Z Downloaded chrono-tz v0.10.4
13042026-06-09T05:01:59.270Z Downloaded libz-sys v1.1.24
13052026-06-09T05:01:59.282Z Downloaded sha3 v0.10.8
13062026-06-09T05:01:59.289Z Downloaded typify-impl v0.4.3
13072026-06-09T05:01:59.344Z Downloaded zerocopy-derive v0.6.6
13082026-06-09T05:01:59.351Z Downloaded petgraph v0.6.5
13092026-06-09T05:01:59.391Z Downloaded jiff v0.2.21
13102026-06-09T05:01:59.409Z Downloaded petgraph v0.8.3
13112026-06-09T05:01:59.422Z Downloaded csv v1.4.0
13122026-06-09T05:01:59.437Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-09T05:01:59.460Z Downloaded tokio v1.52.1
13142026-06-09T05:01:59.529Z Downloaded encoding_rs v0.8.35
13152026-06-09T05:01:59.549Z Downloaded ring v0.17.14
13162026-06-09T05:01:59.582Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-09T05:01:59.778Z Downloaded aws-lc-sys v0.40.0
13182026-06-09T05:02:00.036Z Compiling libc v0.2.185
13192026-06-09T05:02:00.036Z Compiling serde v1.0.228
13202026-06-09T05:02:00.040Z Compiling log v0.4.29
13212026-06-09T05:02:00.040Z Compiling shlex v1.3.0
13222026-06-09T05:02:00.191Z Compiling find-msvc-tools v0.1.9
13232026-06-09T05:02:00.211Z Compiling syn v2.0.117
13242026-06-09T05:02:00.214Z Compiling smallvec v1.15.1
13252026-06-09T05:02:00.214Z Compiling typenum v1.19.0
13262026-06-09T05:02:00.379Z Compiling generic-array v0.14.7
13272026-06-09T05:02:00.380Z Compiling subtle v2.6.1
13282026-06-09T05:02:00.448Z Compiling scopeguard v1.2.0
13292026-06-09T05:02:00.476Z Compiling const-oid v0.9.6
13302026-06-09T05:02:00.509Z Compiling serde_json v1.0.149
13312026-06-09T05:02:00.547Z Compiling lock_api v0.4.14
13322026-06-09T05:02:00.573Z Compiling zerocopy v0.8.40
13332026-06-09T05:02:00.629Z Compiling pin-project-lite v0.2.17
13342026-06-09T05:02:00.720Z Compiling portable-atomic v1.13.1
13352026-06-09T05:02:00.764Z Compiling parking_lot_core v0.9.12
13362026-06-09T05:02:00.991Z Compiling getrandom v0.2.17
13372026-06-09T05:02:01.127Z Compiling jobserver v0.1.34
13382026-06-09T05:02:01.148Z Compiling errno v0.3.14
13392026-06-09T05:02:01.195Z Compiling rand_core v0.6.4
13402026-06-09T05:02:01.217Z Compiling pkg-config v0.3.32
13412026-06-09T05:02:01.253Z Compiling cc v1.2.56
13422026-06-09T05:02:01.407Z Compiling signal-hook-registry v1.4.8
13432026-06-09T05:02:01.462Z Compiling bitflags v2.11.0
13442026-06-09T05:02:01.544Z Compiling libm v0.2.16
13452026-06-09T05:02:01.676Z Compiling futures-core v0.3.32
13462026-06-09T05:02:01.689Z Compiling critical-section v1.2.0
13472026-06-09T05:02:01.764Z Compiling parking_lot v0.12.5
13482026-06-09T05:02:01.778Z Compiling once_cell v1.21.3
13492026-06-09T05:02:01.792Z Compiling mio v1.2.0
13502026-06-09T05:02:01.811Z Compiling num-traits v0.2.19
13512026-06-09T05:02:01.823Z Compiling percent-encoding v2.3.2
13522026-06-09T05:02:01.982Z Compiling socket2 v0.6.3
13532026-06-09T05:02:02.006Z Compiling futures-sink v0.3.32
13542026-06-09T05:02:02.109Z Compiling futures-channel v0.3.32
13552026-06-09T05:02:02.122Z Compiling cpufeatures v0.2.17
13562026-06-09T05:02:02.149Z Compiling getrandom v0.4.1
13572026-06-09T05:02:02.242Z Compiling futures-io v0.3.32
13582026-06-09T05:02:02.246Z Compiling futures-task v0.3.32
13592026-06-09T05:02:02.329Z Compiling slab v0.4.12
13602026-06-09T05:02:02.343Z Compiling rand_core v0.10.0
13612026-06-09T05:02:02.369Z Compiling indexmap v2.14.0
13622026-06-09T05:02:02.411Z Compiling rustversion v1.0.22
13632026-06-09T05:02:02.503Z Compiling getrandom v0.3.4
13642026-06-09T05:02:02.503Z Compiling cmake v0.1.57
13652026-06-09T05:02:02.778Z Compiling form_urlencoded v1.2.2
13662026-06-09T05:02:02.792Z Compiling fs_extra v1.3.0
13672026-06-09T05:02:02.893Z Compiling dunce v1.0.5
13682026-06-09T05:02:02.954Z Compiling synstructure v0.13.2
13692026-06-09T05:02:02.985Z Compiling ident_case v1.0.1
13702026-06-09T05:02:03.005Z Compiling base64ct v1.8.3
13712026-06-09T05:02:03.051Z Compiling aws-lc-sys v0.40.0
13722026-06-09T05:02:03.109Z Compiling flagset v0.4.7
13732026-06-09T05:02:03.249Z Compiling pem-rfc7468 v0.7.0
13742026-06-09T05:02:03.336Z Compiling rustix v1.1.3
13752026-06-09T05:02:03.341Z Compiling regex-syntax v0.8.10
13762026-06-09T05:02:03.446Z Compiling iana-time-zone v0.1.65
13772026-06-09T05:02:03.501Z Compiling rand_core v0.9.5
13782026-06-09T05:02:03.535Z Compiling ring v0.17.14
13792026-06-09T05:02:03.548Z Compiling aws-lc-rs v1.16.3
13802026-06-09T05:02:03.647Z Compiling vcpkg v0.2.15
13812026-06-09T05:02:03.833Z Compiling uuid v1.23.0
13822026-06-09T05:02:03.885Z Compiling rustc_version v0.4.1
13832026-06-09T05:02:04.221Z Compiling tracing-core v0.1.36
13842026-06-09T05:02:04.464Z Compiling openssl-sys v0.9.115
13852026-06-09T05:02:04.549Z Compiling base64 v0.22.1
13862026-06-09T05:02:04.717Z Compiling serde_derive v1.0.228
13872026-06-09T05:02:04.774Z Compiling zeroize_derive v1.4.3
13882026-06-09T05:02:04.874Z Compiling zerofrom-derive v0.1.6
13892026-06-09T05:02:04.985Z Compiling yoke-derive v0.8.1
13902026-06-09T05:02:05.122Z Compiling zerocopy-derive v0.8.40
13912026-06-09T05:02:05.429Z Compiling zeroize v1.8.2
13922026-06-09T05:02:05.780Z Compiling zerovec-derive v0.11.2
13932026-06-09T05:02:06.170Z Compiling crypto-common v0.1.7
13942026-06-09T05:02:06.213Z Compiling block-buffer v0.10.4
13952026-06-09T05:02:06.298Z Compiling zerofrom v0.1.6
13962026-06-09T05:02:07.322Z Compiling displaydoc v0.2.5
13972026-06-09T05:02:07.325Z Compiling digest v0.10.7
13982026-06-09T05:02:07.325Z Compiling yoke v0.8.1
13992026-06-09T05:02:07.325Z Compiling tokio-macros v2.7.0
14002026-06-09T05:02:07.326Z Compiling futures-macro v0.3.32
14012026-06-09T05:02:07.326Z Compiling zerovec v0.11.5
14022026-06-09T05:02:07.326Z Compiling zerotrie v0.2.3
14032026-06-09T05:02:07.343Z Compiling hmac v0.12.1
14042026-06-09T05:02:07.358Z Compiling tinystr v0.8.2
14052026-06-09T05:02:07.412Z Compiling potential_utf v0.1.4
14062026-06-09T05:02:07.442Z Compiling futures-util v0.3.32
14072026-06-09T05:02:07.490Z Compiling block-padding v0.3.3
14082026-06-09T05:02:07.559Z Compiling icu_locale_core v2.1.1
14092026-06-09T05:02:07.571Z Compiling icu_collections v2.1.1
14102026-06-09T05:02:07.722Z Compiling inout v0.1.4
14112026-06-09T05:02:07.808Z Compiling cipher v0.4.4
14122026-06-09T05:02:08.035Z Compiling sha2 v0.10.9
14132026-06-09T05:02:08.064Z Compiling der_derive v0.7.3
14142026-06-09T05:02:08.203Z Compiling bytes v1.11.1
14152026-06-09T05:02:08.287Z Compiling icu_provider v2.1.1
14162026-06-09T05:02:08.413Z Compiling chrono v0.4.44
14172026-06-09T05:02:08.584Z Compiling icu_properties v2.1.2
14182026-06-09T05:02:08.842Z Compiling tokio v1.52.1
14192026-06-09T05:02:09.021Z Compiling icu_normalizer v2.1.1
14202026-06-09T05:02:09.473Z Compiling ppv-lite86 v0.2.21
14212026-06-09T05:02:09.554Z Compiling idna_adapter v1.2.1
14222026-06-09T05:02:09.641Z Compiling der v0.7.10
14232026-06-09T05:02:09.691Z Compiling idna v1.1.0
14242026-06-09T05:02:09.735Z Compiling http v1.4.0
14252026-06-09T05:02:09.754Z Compiling salsa20 v0.10.2
14262026-06-09T05:02:09.794Z Compiling pbkdf2 v0.12.2
14272026-06-09T05:02:09.836Z Compiling rustls-pki-types v1.14.0
14282026-06-09T05:02:09.924Z Compiling tracing-attributes v0.1.31
14292026-06-09T05:02:09.931Z Compiling thiserror-impl v2.0.18
14302026-06-09T05:02:10.276Z Compiling url v2.5.8
14312026-06-09T05:02:10.336Z Compiling http-body v1.0.1
14322026-06-09T05:02:10.488Z Compiling spki v0.7.3
14332026-06-09T05:02:10.613Z Compiling scrypt v0.11.0
14342026-06-09T05:02:10.690Z Compiling rand_chacha v0.9.0
14352026-06-09T05:02:10.837Z Compiling cbc v0.1.2
14362026-06-09T05:02:10.864Z Compiling aes v0.8.4
14372026-06-09T05:02:11.047Z Compiling httparse v1.10.1
14382026-06-09T05:02:11.062Z Compiling tinyvec_macros v0.1.1
14392026-06-09T05:02:11.151Z Compiling openssl-probe v0.2.1
14402026-06-09T05:02:11.162Z Compiling tracing v0.1.44
14412026-06-09T05:02:11.202Z Compiling thiserror v2.0.18
14422026-06-09T05:02:11.300Z Compiling untrusted v0.7.1
14432026-06-09T05:02:11.314Z Compiling untrusted v0.9.0
14442026-06-09T05:02:11.375Z Compiling pkcs5 v0.7.1
14452026-06-09T05:02:11.419Z Compiling tinyvec v1.10.0
14462026-06-09T05:02:11.444Z Compiling pest_generator v2.8.6
14472026-06-09T05:02:11.452Z Compiling rand v0.9.2
14482026-06-09T05:02:11.764Z Compiling serde_derive_internals v0.29.1
14492026-06-09T05:02:11.841Z Compiling aho-corasick v1.1.4
14502026-06-09T05:02:11.904Z Compiling rustls v0.23.37
14512026-06-09T05:02:12.187Z Compiling try-lock v0.2.5
14522026-06-09T05:02:12.197Z Compiling tower-layer v0.3.3
14532026-06-09T05:02:12.197Z Compiling atomic-waker v1.1.2
14542026-06-09T05:02:12.237Z Compiling schemars v0.8.22
14552026-06-09T05:02:12.279Z Compiling dyn-clone v1.0.20
14562026-06-09T05:02:12.301Z Compiling tower-service v0.3.3
14572026-06-09T05:02:12.396Z Compiling want v0.3.1
14582026-06-09T05:02:12.414Z Compiling pest_derive v2.8.6
14592026-06-09T05:02:12.445Z Compiling pkcs8 v0.10.2
14602026-06-09T05:02:12.556Z Compiling tokio-util v0.7.18
14612026-06-09T05:02:12.640Z Compiling schemars_derive v0.8.22
14622026-06-09T05:02:12.745Z Compiling regex-automata v0.4.14
14632026-06-09T05:02:13.119Z Compiling ipnet v2.11.0
14642026-06-09T05:02:13.157Z Compiling scroll_derive v0.13.1
14652026-06-09T05:02:13.495Z Compiling h2 v0.4.13
14662026-06-09T05:02:13.566Z Compiling darling_core v0.20.11
14672026-06-09T05:02:13.606Z Compiling openssl v0.10.79
14682026-06-09T05:02:13.882Z Compiling httpdate v1.0.3
14692026-06-09T05:02:13.917Z Compiling foreign-types-shared v0.1.1
14702026-06-09T05:02:13.945Z Compiling pin-utils v0.1.0
14712026-06-09T05:02:13.981Z Compiling foreign-types v0.3.2
14722026-06-09T05:02:14.019Z Compiling scroll v0.13.0
14732026-06-09T05:02:14.053Z Compiling tempfile v3.25.0
14742026-06-09T05:02:14.306Z Compiling unicode-normalization v0.1.25
14752026-06-09T05:02:14.437Z Compiling openssl-macros v0.1.1
14762026-06-09T05:02:14.763Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-09T05:02:14.824Z Compiling spin v0.9.8
14782026-06-09T05:02:14.840Z Compiling crc32fast v1.5.0
14792026-06-09T05:02:15.031Z Compiling num-conv v0.2.0
14802026-06-09T05:02:15.102Z Compiling time-core v0.1.8
14812026-06-09T05:02:15.141Z Compiling powerfmt v0.2.0
14822026-06-09T05:02:15.163Z Compiling native-tls v0.2.18
14832026-06-09T05:02:15.246Z Compiling time-macros v0.2.27
14842026-06-09T05:02:15.339Z Compiling deranged v0.5.8
14852026-06-09T05:02:15.873Z Compiling darling_macro v0.20.11
14862026-06-09T05:02:16.284Z Compiling goblin v0.10.5
14872026-06-09T05:02:16.287Z Compiling rustls-native-certs v0.8.3
14882026-06-09T05:02:16.329Z Compiling darling v0.20.11
14892026-06-09T05:02:16.411Z Compiling sync_wrapper v1.0.2
14902026-06-09T05:02:16.519Z Compiling hyper v1.8.1
14912026-06-09T05:02:16.615Z Compiling wait-timeout v0.2.1
14922026-06-09T05:02:16.844Z Compiling siphasher v1.0.2
14932026-06-09T05:02:16.844Z Compiling bit-vec v0.8.0
14942026-06-09T05:02:17.033Z Compiling simd-adler32 v0.3.8
14952026-06-09T05:02:17.086Z Compiling syn v1.0.109
14962026-06-09T05:02:17.270Z Compiling num_threads v0.1.7
14972026-06-09T05:02:17.367Z Compiling crossbeam-utils v0.8.21
14982026-06-09T05:02:17.381Z Compiling unicode-segmentation v1.12.0
14992026-06-09T05:02:17.412Z Compiling usdt-impl v0.6.0
15002026-06-09T05:02:17.616Z Compiling hyper-util v0.1.20
15012026-06-09T05:02:17.710Z Compiling quick-error v1.2.3
15022026-06-09T05:02:17.752Z Compiling rusty-fork v0.3.1
15032026-06-09T05:02:18.076Z Compiling time v0.3.47
15042026-06-09T05:02:18.107Z Compiling bit-set v0.8.0
15052026-06-09T05:02:18.121Z Compiling tower v0.5.3
15062026-06-09T05:02:18.265Z Compiling derive_builder_core v0.20.2
15072026-06-09T05:02:18.574Z Compiling dtrace-parser v0.3.0
15082026-06-09T05:02:18.588Z Compiling http-body-util v0.1.3
15092026-06-09T05:02:18.879Z Compiling webpki-roots v1.0.6
15102026-06-09T05:02:19.004Z Compiling dof v0.4.0
15112026-06-09T05:02:19.146Z Compiling signature v2.2.0
15122026-06-09T05:02:19.331Z Compiling thiserror-impl v1.0.69
15132026-06-09T05:02:19.360Z Compiling scroll_derive v0.12.1
15142026-06-09T05:02:19.386Z Compiling heapless v0.7.17
15152026-06-09T05:02:19.623Z Compiling rand_xorshift v0.4.0
15162026-06-09T05:02:19.693Z Compiling slog v2.8.2
15172026-06-09T05:02:19.786Z Compiling darling_core v0.21.3
15182026-06-09T05:02:19.900Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-09T05:02:20.009Z Compiling thread-id v5.1.0
15202026-06-09T05:02:20.094Z Compiling cookie v0.18.1
15212026-06-09T05:02:20.156Z Compiling paste v1.0.15
15222026-06-09T05:02:20.170Z Compiling unicode-properties v0.1.4
15232026-06-09T05:02:20.274Z Compiling iri-string v0.7.10
15242026-06-09T05:02:20.377Z Compiling anyhow v1.0.102
15252026-06-09T05:02:20.417Z Compiling signal-hook v0.3.18
15262026-06-09T05:02:20.541Z Compiling zstd-safe v7.2.4
15272026-06-09T05:02:20.584Z Compiling unarray v0.1.4
15282026-06-09T05:02:20.588Z Compiling unicode-bidi v0.3.18
15292026-06-09T05:02:20.674Z Compiling ryu v1.0.23
15302026-06-09T05:02:20.693Z Compiling allocator-api2 v0.2.21
15312026-06-09T05:02:20.727Z Compiling adler2 v2.0.1
15322026-06-09T05:02:20.852Z Compiling miniz_oxide v0.8.9
15332026-06-09T05:02:20.883Z Compiling serde_urlencoded v0.7.1
15342026-06-09T05:02:21.012Z Compiling stringprep v0.1.5
15352026-06-09T05:02:21.118Z Compiling proptest v1.10.0
15362026-06-09T05:02:21.328Z Compiling thiserror v1.0.69
15372026-06-09T05:02:21.429Z Compiling tower-http v0.6.8
15382026-06-09T05:02:21.762Z Compiling scroll v0.12.0
15392026-06-09T05:02:21.904Z Compiling derive_builder_macro v0.20.2
15402026-06-09T05:02:22.099Z Compiling tokio-native-tls v0.3.1
15412026-06-09T05:02:22.186Z Compiling heck v0.4.1
15422026-06-09T05:02:22.239Z Compiling bstr v1.12.1
15432026-06-09T05:02:22.256Z Compiling darling_macro v0.21.3
15442026-06-09T05:02:22.341Z Compiling ipnetwork v0.21.1
15452026-06-09T05:02:22.404Z Compiling rand_chacha v0.3.1
15462026-06-09T05:02:22.538Z Compiling erased-serde v0.3.31
15472026-06-09T05:02:22.724Z Compiling serde_tokenstream v0.2.3
15482026-06-09T05:02:22.727Z Compiling serde_spanned v0.6.9
15492026-06-09T05:02:22.870Z Compiling toml_datetime v0.6.11
15502026-06-09T05:02:22.885Z Compiling md-5 v0.10.6
15512026-06-09T05:02:23.017Z Compiling pin-project-internal v1.1.11
15522026-06-09T05:02:23.035Z Compiling async-trait v0.1.89
15532026-06-09T05:02:23.048Z Compiling zerocopy-derive v0.7.35
15542026-06-09T05:02:23.191Z Compiling curve25519-dalek v4.1.3
15552026-06-09T05:02:23.200Z Compiling vergen-lib v9.1.0
15562026-06-09T05:02:23.379Z Compiling num-integer v0.1.46
15572026-06-09T05:02:23.453Z Compiling hash32 v0.2.1
15582026-06-09T05:02:23.648Z Compiling ff v0.13.1
15592026-06-09T05:02:23.698Z Compiling memoffset v0.9.1
15602026-06-09T05:02:23.839Z Compiling encoding_rs v0.8.35
15612026-06-09T05:02:23.917Z Compiling cfg_aliases v0.2.1
15622026-06-09T05:02:23.943Z Compiling num-bigint-dig v0.8.6
15632026-06-09T05:02:23.991Z Compiling fallible-iterator v0.2.0
15642026-06-09T05:02:24.072Z Compiling litrs v1.0.0
15652026-06-09T05:02:24.110Z Compiling psl-types v2.0.11
15662026-06-09T05:02:24.127Z Compiling ref-cast v1.0.25
15672026-06-09T05:02:24.338Z Compiling smoltcp v0.9.1
15682026-06-09T05:02:24.342Z Compiling base16ct v0.2.0
15692026-06-09T05:02:24.432Z Compiling rustix v0.38.44
15702026-06-09T05:02:24.485Z Compiling mime v0.3.17
15712026-06-09T05:02:24.569Z Compiling zlib-rs v0.6.2
15722026-06-09T05:02:24.587Z Compiling document-features v0.2.12
15732026-06-09T05:02:24.811Z Compiling sec1 v0.7.3
15742026-06-09T05:02:24.871Z Compiling postgres-protocol v0.6.10
15752026-06-09T05:02:25.095Z Compiling publicsuffix v2.3.0
15762026-06-09T05:02:25.209Z Compiling pin-project v1.1.11
15772026-06-09T05:02:25.269Z Compiling nix v0.31.2
15782026-06-09T05:02:25.306Z Compiling zerocopy v0.7.35
15792026-06-09T05:02:25.463Z Compiling group v0.13.0
15802026-06-09T05:02:25.609Z Compiling num-iter v0.1.45
15812026-06-09T05:02:25.715Z Compiling newtype-uuid v1.3.2
15822026-06-09T05:02:25.843Z Compiling darling v0.21.3
15832026-06-09T05:02:25.889Z Compiling hubpack_derive v0.1.1
15842026-06-09T05:02:25.914Z Compiling rand v0.8.6
15852026-06-09T05:02:25.927Z Compiling oxnet v0.1.5
15862026-06-09T05:02:26.043Z Compiling snafu-derive v0.8.9
15872026-06-09T05:02:26.113Z Compiling derive_builder v0.20.2
15882026-06-09T05:02:26.319Z Compiling hyper-tls v0.6.0
15892026-06-09T05:02:26.319Z Compiling goblin v0.8.2
15902026-06-09T05:02:27.042Z Compiling phf_shared v0.13.1
15912026-06-09T05:02:27.071Z Compiling lazy_static v1.5.0
15922026-06-09T05:02:27.160Z Compiling regex v1.12.3
15932026-06-09T05:02:27.281Z Compiling anstyle-parse v0.2.7
15942026-06-09T05:02:27.395Z Compiling flate2 v1.1.9
15952026-06-09T05:02:27.467Z Compiling strum_macros v0.27.2
15962026-06-09T05:02:27.642Z Compiling futures-executor v0.3.32
15972026-06-09T05:02:27.744Z Compiling hex v0.4.3
15982026-06-09T05:02:27.797Z Compiling hkdf v0.12.4
15992026-06-09T05:02:27.839Z Compiling crypto-bigint v0.5.5
16002026-06-09T05:02:27.902Z Compiling terminal_size v0.4.3
16012026-06-09T05:02:27.960Z Compiling curve25519-dalek-derive v0.1.1
16022026-06-09T05:02:28.002Z Compiling daft-derive v0.1.7
16032026-06-09T05:02:28.039Z Compiling ref-cast-impl v1.0.25
16042026-06-09T05:02:28.576Z Compiling vergen v9.1.0
16052026-06-09T05:02:28.593Z Compiling fs-err v3.3.0
16062026-06-09T05:02:28.728Z Compiling cargo-platform v0.3.2
16072026-06-09T05:02:28.836Z Compiling ahash v0.8.12
16082026-06-09T05:02:28.847Z Compiling bumpalo v3.20.2
16092026-06-09T05:02:28.997Z Compiling managed v0.8.0
16102026-06-09T05:02:29.022Z Compiling winnow v0.5.40
16112026-06-09T05:02:29.105Z Compiling foldhash v0.1.5
16122026-06-09T05:02:29.215Z Compiling libbz2-rs-sys v0.2.2
16132026-06-09T05:02:29.279Z Compiling foldhash v0.2.0
16142026-06-09T05:02:29.436Z Compiling object v0.37.3
16152026-06-09T05:02:29.503Z Compiling same-file v1.0.6
16162026-06-09T05:02:29.672Z Compiling bitflags v1.3.2
16172026-06-09T05:02:29.761Z Compiling bzip2 v0.6.1
16182026-06-09T05:02:29.827Z Compiling walkdir v2.5.0
16192026-06-09T05:02:29.942Z Compiling strum v0.27.2
16202026-06-09T05:02:29.970Z Compiling hashbrown v0.16.1
16212026-06-09T05:02:30.003Z Compiling hashbrown v0.15.5
16222026-06-09T05:02:30.034Z Compiling zopfli v0.8.3
16232026-06-09T05:02:30.188Z Compiling cargo_metadata v0.23.1
16242026-06-09T05:02:30.447Z Compiling toml_edit v0.19.15
16252026-06-09T05:02:30.564Z Compiling clap_builder v4.6.0
16262026-06-09T05:02:30.594Z Compiling elliptic-curve v0.13.8
16272026-06-09T05:02:30.660Z Compiling daft v0.1.7
16282026-06-09T05:02:31.040Z Compiling dof v0.3.0
16292026-06-09T05:02:31.045Z Compiling snafu v0.8.9
16302026-06-09T05:02:31.376Z Compiling futures v0.3.32
16312026-06-09T05:02:31.460Z Compiling anstream v0.6.21
16322026-06-09T05:02:31.680Z Compiling phf v0.13.1
16332026-06-09T05:02:31.840Z Compiling signal-hook-mio v0.2.5
16342026-06-09T05:02:31.892Z Compiling cookie_store v0.22.1
16352026-06-09T05:02:31.956Z Compiling zstd v0.13.3
16362026-06-09T05:02:32.138Z Compiling bzip2 v0.4.4
16372026-06-09T05:02:32.214Z Compiling hubpack v0.1.2
16382026-06-09T05:02:32.261Z Compiling serde_with_macros v3.17.0
16392026-06-09T05:02:32.535Z Compiling postgres-types v0.2.12
16402026-06-09T05:02:33.078Z Compiling usdt-attr-macro v0.6.0
16412026-06-09T05:02:33.095Z Compiling usdt-macro v0.6.0
16422026-06-09T05:02:33.366Z Compiling globset v0.4.18
16432026-06-09T05:02:33.494Z Compiling dtrace-parser v0.2.0
16442026-06-09T05:02:33.643Z Compiling ed25519 v2.2.3
16452026-06-09T05:02:33.647Z Compiling phf_shared v0.11.3
16462026-06-09T05:02:33.840Z Compiling olpc-cjson v0.1.4
16472026-06-09T05:02:33.843Z Compiling pkcs1 v0.7.5
16482026-06-09T05:02:33.885Z Compiling enum-as-inner v0.6.1
16492026-06-09T05:02:34.000Z Compiling clap_derive v4.6.1
16502026-06-09T05:02:34.098Z Compiling strum_macros v0.26.4
16512026-06-09T05:02:34.251Z Compiling serde_plain v1.0.2
16522026-06-09T05:02:34.368Z Compiling serde-big-array v0.5.1
16532026-06-09T05:02:34.432Z Compiling rfc6979 v0.4.0
16542026-06-09T05:02:34.442Z Compiling pem v3.0.6
16552026-06-09T05:02:34.446Z Compiling async-recursion v1.1.1
16562026-06-09T05:02:34.507Z Compiling serde_repr v0.1.20
16572026-06-09T05:02:34.604Z Compiling float-cmp v0.10.0
16582026-06-09T05:02:34.739Z Compiling memmap2 v0.9.10
16592026-06-09T05:02:34.756Z Compiling thread-id v4.2.2
16602026-06-09T05:02:34.840Z Compiling env_filter v1.0.0
16612026-06-09T05:02:34.953Z Compiling new_debug_unreachable v1.0.6
16622026-06-09T05:02:35.037Z Compiling normalize-line-endings v0.3.0
16632026-06-09T05:02:35.044Z Compiling static_assertions v1.1.0
16642026-06-09T05:02:35.084Z Compiling data-encoding v2.10.0
16652026-06-09T05:02:35.116Z Compiling typed-path v0.9.3
16662026-06-09T05:02:35.130Z Compiling keccak v0.1.6
16672026-06-09T05:02:35.145Z Compiling jiff v0.2.21
16682026-06-09T05:02:35.753Z Compiling difflib v0.4.0
16692026-06-09T05:02:35.781Z Compiling whoami v2.1.0
16702026-06-09T05:02:35.830Z Compiling precomputed-hash v0.1.1
16712026-06-09T05:02:35.920Z Compiling either v1.15.0
16722026-06-09T05:02:35.934Z Compiling fixedbitset v0.5.7
16732026-06-09T05:02:36.126Z Compiling fixedbitset v0.4.2
16742026-06-09T05:02:36.146Z Compiling predicates-core v1.0.10
16752026-06-09T05:02:36.235Z Compiling petgraph v0.8.3
16762026-06-09T05:02:36.311Z Compiling predicates v3.1.4
16772026-06-09T05:02:36.325Z Compiling petgraph v0.6.5
16782026-06-09T05:02:36.328Z Compiling itertools v0.13.0
16792026-06-09T05:02:36.351Z Compiling tokio-postgres v0.7.16
16802026-06-09T05:02:36.960Z Compiling string_cache v0.8.9
16812026-06-09T05:02:37.194Z Compiling strum v0.26.3
16822026-06-09T05:02:37.329Z Compiling clap v4.6.1
16832026-06-09T05:02:37.366Z Compiling hickory-proto v0.25.2
16842026-06-09T05:02:37.420Z Compiling sha3 v0.10.8
16852026-06-09T05:02:37.558Z Compiling toml_edit v0.22.27
16862026-06-09T05:02:37.794Z Compiling zip v4.6.1
16872026-06-09T05:02:37.863Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-06-09T05:02:38.144Z Compiling env_logger v0.11.9
16892026-06-09T05:02:38.505Z Compiling usdt v0.6.0
16902026-06-09T05:02:38.519Z Compiling usdt-impl v0.5.0
16912026-06-09T05:02:38.755Z Compiling ecdsa v0.16.9
16922026-06-09T05:02:38.883Z Compiling rsa v0.9.10
16932026-06-09T05:02:39.117Z Compiling ed25519-dalek v2.2.0
16942026-06-09T05:02:39.148Z Compiling crossterm v0.28.1
16952026-06-09T05:02:39.317Z Compiling serde_with v3.17.0
16962026-06-09T05:02:40.335Z Compiling zip v0.6.6
16972026-06-09T05:02:40.469Z Compiling toml v0.7.8
16982026-06-09T05:02:40.902Z Compiling iddqd v0.4.2
16992026-06-09T05:02:41.285Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-09T05:02:41.303Z Compiling similar v2.7.0
17012026-06-09T05:02:41.447Z Compiling crossbeam-epoch v0.9.18
17022026-06-09T05:02:41.774Z Compiling tokio-stream v0.1.18
17032026-06-09T05:02:41.908Z Compiling buf-list v1.1.2
17042026-06-09T05:02:42.064Z Compiling x509-cert v0.2.5
17052026-06-09T05:02:42.113Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-09T05:02:42.174Z Compiling openapiv3 v2.2.0
17072026-06-09T05:02:42.181Z Compiling sha1 v0.10.6
17082026-06-09T05:02:42.308Z Compiling peg-runtime v0.8.5
17092026-06-09T05:02:42.321Z Compiling lalrpop-util v0.19.12
17102026-06-09T05:02:42.403Z Compiling thread_local v1.1.9
17112026-06-09T05:02:42.411Z Compiling slog-async v2.8.0
17122026-06-09T05:02:42.441Z Compiling crossbeam-channel v0.5.15
17132026-06-09T05:02:42.486Z Compiling is-terminal v0.4.17
17142026-06-09T05:02:42.581Z Compiling filetime v0.2.27
17152026-06-09T05:02:42.652Z Compiling xattr v1.6.1
17162026-06-09T05:02:42.713Z Compiling take_mut v0.2.2
17172026-06-09T05:02:42.737Z Compiling term v1.2.1
17182026-06-09T05:02:42.824Z Compiling tar v0.4.45
17192026-06-09T05:02:43.271Z Compiling slog-term v2.9.2
17202026-06-09T05:02:53.024Z Compiling rustls-webpki v0.103.9
17212026-06-09T05:02:55.827Z Compiling tokio-rustls v0.26.4
17222026-06-09T05:02:55.828Z Compiling rustls-platform-verifier v0.6.2
17232026-06-09T05:02:56.023Z Compiling hyper-rustls v0.27.7
17242026-06-09T05:02:56.229Z Compiling reqwest v0.12.28
17252026-06-09T05:02:56.242Z Compiling reqwest v0.13.2
17262026-06-09T05:02:57.487Z Compiling tough v0.22.0
17272026-06-09T05:03:00.017Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-09T05:03:00.243Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-09T05:03:03.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-09T05:03:03.266Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-06-09T05:03:03.320ZJun 09 05:03:02.501 INFO Starting download, target: Cockroach
17322026-06-09T05:03:03.320ZJun 09 05:03:02.501 INFO Starting download, target: Console
17332026-06-09T05:03:03.320ZJun 09 05:03:02.501 INFO Starting download, target: Clickhouse
17342026-06-09T05:03:03.320ZJun 09 05:03:02.501 INFO Starting download, target: DendriteStub
17352026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Starting download, target: MaghemiteMgd
17362026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Starting download, target: MaghemiteDdmd
17372026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Starting download, target: TransceiverControl
17382026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17412026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-06-09T05:03:03.324ZJun 09 05:03:02.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-06-09T05:03:04.296ZJun 09 05:03:03.478 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-09T05:03:04.536ZJun 09 05:03:03.716 INFO Download complete, target: Console
17472026-06-09T05:03:05.172ZJun 09 05:03:04.322 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-06-09T05:03:05.372ZJun 09 05:03:04.534 INFO Download complete, target: TransceiverControl
17492026-06-09T05:03:05.535ZJun 09 05:03:04.690 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-06-09T05:03:07.092ZJun 09 05:03:06.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-06-09T05:03:07.264ZJun 09 05:03:06.409 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17522026-06-09T05:03:07.402ZJun 09 05:03:06.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-06-09T05:03:07.992ZJun 09 05:03:07.174 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-06-09T05:03:07.992ZJun 09 05:03:07.174 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-06-09T05:03:09.197ZJun 09 05:03:08.379 INFO Download complete, target: MaghemiteDdmd
17562026-06-09T05:03:09.508ZJun 09 05:03:08.633 INFO Download complete, target: MaghemiteMgd
17572026-06-09T05:03:09.952ZJun 09 05:03:09.133 INFO Download complete, target: DendriteStub
17582026-06-09T05:03:12.396ZJun 09 05:03:11.578 INFO Checking that binary works, target: Clickhouse
17592026-06-09T05:03:12.596ZJun 09 05:03:11.717 INFO Download complete, target: Clickhouse
17602026-06-09T05:03:12.703ZJun 09 05:03:11.885 INFO Checking that binary works, target: Cockroach
17612026-06-09T05:03:12.873ZJun 09 05:03:11.999 INFO Download complete, target: Cockroach
17622026-06-09T05:03:12.878ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-06-09T05:03:12.878Z
17642026-06-09T05:03:12.878Zreal 2:15.656782424
17652026-06-09T05:03:12.878Zuser 6:57.619945649
17662026-06-09T05:03:12.878Zsys 1:23.064968089
17672026-06-09T05:03:12.878Ztrap 0.220151886
17682026-06-09T05:03:12.878Ztflt 0.623433915
17692026-06-09T05:03:12.878Zdflt 0.580492314
17702026-06-09T05:03:12.878Zkflt 0.031706373
17712026-06-09T05:03:12.878Zlock 21:50.110541723
17722026-06-09T05:03:12.878Zslp 21:14.280807565
17732026-06-09T05:03:12.878Zlat 43.715212951
17742026-06-09T05:03:12.878Zstop 1:55.366829253
17752026-06-09T05:03:12.878Z+ banner clippy
17762026-06-09T05:03:12.878Z
17772026-06-09T05:03:12.878Z #### # # ##### ##### # #
17782026-06-09T05:03:12.878Z # # # # # # # # # #
17792026-06-09T05:03:12.878Z # # # # # # # #
17802026-06-09T05:03:12.878Z # # # ##### ##### #
17812026-06-09T05:03:12.878Z # # # # # # #
17822026-06-09T05:03:12.878Z #### ###### # # # #
17832026-06-09T05:03:12.878Z
17842026-06-09T05:03:12.878Z+ export CARGO_INCREMENTAL=0
17852026-06-09T05:03:12.879Z+ CARGO_INCREMENTAL=0
17862026-06-09T05:03:12.879Z+ ptime -m cargo xtask clippy
17872026-06-09T05:03:13.365Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-06-09T05:03:13.584Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-06-09T05:03:15.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17902026-06-09T05:03:15.508Z Running `target/debug/xtask clippy`
17912026-06-09T05:03:15.535Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-06-09T05:03:16.202Z Downloading crates ...
17932026-06-09T05:03:16.343Z Downloaded blake2b_simd v1.0.4
17942026-06-09T05:03:16.347Z Downloaded pathdiff v0.2.3
17952026-06-09T05:03:16.358Z Downloaded addr2line v0.25.1
17962026-06-09T05:03:16.360Z Downloaded anes v0.1.6
17972026-06-09T05:03:16.364Z Downloaded plotters-svg v0.3.7
17982026-06-09T05:03:16.366Z Downloaded cfg-expr v0.20.6
17992026-06-09T05:03:16.366Z Downloaded cast v0.3.0
18002026-06-09T05:03:16.369Z Downloaded async-lock v3.4.2
18012026-06-09T05:03:16.373Z Downloaded assert_cmd v2.1.2
18022026-06-09T05:03:16.377Z Downloaded supports-unicode v2.1.0
18032026-06-09T05:03:16.380Z Downloaded linkme v0.3.35
18042026-06-09T05:03:16.380Z Downloaded concurrent-queue v2.5.0
18052026-06-09T05:03:16.383Z Downloaded backtrace-ext v0.2.1
18062026-06-09T05:03:16.383Z Downloaded oorandom v11.1.5
18072026-06-09T05:03:16.385Z Downloaded textwrap v0.15.2
18082026-06-09T05:03:16.389Z Downloaded owo-colors v3.5.0
18092026-06-09T05:03:16.392Z Downloaded miette-derive v5.10.0
18102026-06-09T05:03:16.392Z Downloaded event-listener v5.4.1
18112026-06-09T05:03:16.395Z Downloaded event-listener-strategy v0.5.4
18122026-06-09T05:03:16.395Z Downloaded chumsky v0.9.3
18132026-06-09T05:03:16.398Z Downloaded constant_time_eq v0.3.1
18142026-06-09T05:03:16.401Z Downloaded guppy-workspace-hack v0.1.0
18152026-06-09T05:03:16.401Z Downloaded assert-json-diff v2.0.2
18162026-06-09T05:03:16.404Z Downloaded termcolor v1.4.1
18172026-06-09T05:03:16.406Z Downloaded parking v2.2.1
18182026-06-09T05:03:16.409Z Downloaded datatest-stable v0.3.3
18192026-06-09T05:03:16.412Z Downloaded rustc-demangle v0.1.27
18202026-06-09T05:03:16.412Z Downloaded tinytemplate v1.2.1
18212026-06-09T05:03:16.414Z Downloaded httptest v0.16.4
18222026-06-09T05:03:16.414Z Downloaded async-object-pool v0.2.0
18232026-06-09T05:03:16.418Z Downloaded serde_regex v1.1.0
18242026-06-09T05:03:16.422Z Downloaded rust-argon2 v2.1.0
18252026-06-09T05:03:16.432Z Downloaded supports-hyperlinks v2.1.0
18262026-06-09T05:03:16.435Z Downloaded relative-path v1.9.3
18272026-06-09T05:03:16.438Z Downloaded supports-color v2.1.0
18282026-06-09T05:03:16.442Z Downloaded escape8259 v0.5.3
18292026-06-09T05:03:16.445Z Downloaded terminal_size v0.1.17
18302026-06-09T05:03:16.445Z Downloaded partial-io v0.5.4
18312026-06-09T05:03:16.445Z Downloaded knuffel-derive v3.2.0
18322026-06-09T05:03:16.447Z Downloaded nested v0.1.1
18332026-06-09T05:03:16.447Z Downloaded similar-asserts v1.7.0
18342026-06-09T05:03:16.454Z Downloaded tokio-test v0.4.5
18352026-06-09T05:03:16.457Z Downloaded linkme-impl v0.3.35
18362026-06-09T05:03:16.457Z Downloaded plotters-backend v0.3.7
18372026-06-09T05:03:16.457Z Downloaded approx v0.5.1
18382026-06-09T05:03:16.461Z Downloaded target-spec v3.5.7
18392026-06-09T05:03:16.463Z Downloaded libtest-mimic v0.8.1
18402026-06-09T05:03:16.463Z Downloaded criterion-plot v0.6.0
18412026-06-09T05:03:16.466Z Downloaded target-triple v1.0.0
18422026-06-09T05:03:16.471Z Downloaded stringmetrics v2.2.2
18432026-06-09T05:03:16.474Z Downloaded path-tree v0.8.3
18442026-06-09T05:03:16.474Z Downloaded futures-timer v3.0.3
18452026-06-09T05:03:16.483Z Downloaded target-lexicon v0.13.3
18462026-06-09T05:03:16.501Z Downloaded criterion v0.7.0
18472026-06-09T05:03:16.506Z Downloaded trybuild v1.0.116
18482026-06-09T05:03:16.509Z Downloaded fancy-regex v0.14.0
18492026-06-09T05:03:16.509Z Downloaded backtrace v0.3.76
18502026-06-09T05:03:16.512Z Downloaded rstest v0.25.0
18512026-06-09T05:03:16.515Z Downloaded rstest_macros v0.25.0
18522026-06-09T05:03:16.518Z Downloaded miette v5.10.0
18532026-06-09T05:03:16.521Z Downloaded rand_distr v0.5.1
18542026-06-09T05:03:16.523Z Downloaded knuffel v3.2.0
18552026-06-09T05:03:16.523Z Downloaded hickory-client v0.25.2
18562026-06-09T05:03:16.526Z Downloaded hashbrown v0.14.5
18572026-06-09T05:03:16.529Z Downloaded plotters v0.3.7
18582026-06-09T05:03:16.533Z Downloaded guppy v0.17.25
18592026-06-09T05:03:16.552Z Downloaded gimli v0.32.3
18602026-06-09T05:03:16.653Z Downloaded httpmock v0.8.3
18612026-06-09T05:03:18.311Z Checking cfg-if v1.0.4
18622026-06-09T05:03:18.670Z Checking libc v0.2.185
18632026-06-09T05:03:18.674Z Checking serde_core v1.0.228
18642026-06-09T05:03:18.745Z Checking memchr v2.8.0
18652026-06-09T05:03:18.784Z Checking smallvec v1.15.1
18662026-06-09T05:03:18.825Z Checking itoa v1.0.17
18672026-06-09T05:03:18.861Z Checking log v0.4.29
18682026-06-09T05:03:18.907Z Checking libm v0.2.16
18692026-06-09T05:03:18.946Z Checking zeroize v1.8.2
18702026-06-09T05:03:18.985Z Checking scopeguard v1.2.0
18712026-06-09T05:03:19.023Z Checking stable_deref_trait v1.2.1
18722026-06-09T05:03:19.063Z Checking zmij v1.0.21
18732026-06-09T05:03:19.102Z Checking errno v0.3.14
18742026-06-09T05:03:19.138Z Checking getrandom v0.2.17
18752026-06-09T05:03:19.138Z Checking lock_api v0.4.14
18762026-06-09T05:03:19.208Z Checking zerofrom v0.1.6
18772026-06-09T05:03:19.244Z Checking percent-encoding v2.3.2
18782026-06-09T05:03:19.248Z Checking litemap v0.8.1
18792026-06-09T05:03:19.315Z Checking writeable v0.6.2
18802026-06-09T05:03:19.352Z Checking yoke v0.8.1
18812026-06-09T05:03:19.355Z Checking icu_properties_data v2.1.2
18822026-06-09T05:03:19.422Z Checking icu_normalizer_data v2.1.1
18832026-06-09T05:03:19.458Z Checking form_urlencoded v1.2.2
18842026-06-09T05:03:19.494Z Checking utf8_iter v1.0.4
18852026-06-09T05:03:19.601Z Checking subtle v2.6.1
18862026-06-09T05:03:19.609Z Checking zerovec v0.11.5
18872026-06-09T05:03:19.609Z Checking zerotrie v0.2.3
18882026-06-09T05:03:19.642Z Checking num-traits v0.2.19
18892026-06-09T05:03:19.645Z Checking pin-project-lite v0.2.17
18902026-06-09T05:03:19.645Z Checking rand_core v0.10.0
18912026-06-09T05:03:19.770Z Checking rand_core v0.6.4
18922026-06-09T05:03:19.770Z Checking parking_lot_core v0.9.12
18932026-06-09T05:03:19.841Z Checking zerocopy v0.8.40
18942026-06-09T05:03:19.891Z Checking portable-atomic v1.13.1
18952026-06-09T05:03:19.927Z Checking getrandom v0.4.1
18962026-06-09T05:03:19.984Z Checking parking_lot v0.12.5
18972026-06-09T05:03:20.023Z Checking signal-hook-registry v1.4.8
18982026-06-09T05:03:20.079Z Checking tinystr v0.8.2
18992026-06-09T05:03:20.115Z Checking potential_utf v0.1.4
19002026-06-09T05:03:20.197Z Checking serde v1.0.228
19012026-06-09T05:03:20.197Z Checking serde_json v1.0.149
19022026-06-09T05:03:20.200Z Checking bitflags v2.11.0
19032026-06-09T05:03:20.299Z Checking icu_locale_core v2.1.1
19042026-06-09T05:03:20.300Z Checking icu_collections v2.1.1
19052026-06-09T05:03:20.368Z Checking critical-section v1.2.0
19062026-06-09T05:03:20.406Z Checking mio v1.2.0
19072026-06-09T05:03:20.464Z Checking socket2 v0.6.3
19082026-06-09T05:03:20.507Z Checking once_cell v1.21.3
19092026-06-09T05:03:20.721Z Checking bytes v1.11.1
19102026-06-09T05:03:20.724Z Checking typenum v1.19.0
19112026-06-09T05:03:20.724Z Checking iana-time-zone v0.1.65
19122026-06-09T05:03:20.755Z Checking uuid v1.23.0
19132026-06-09T05:03:20.796Z Checking thiserror v2.0.18
19142026-06-09T05:03:20.844Z Checking chrono v0.4.44
19152026-06-09T05:03:20.880Z Checking icu_provider v2.1.1
19162026-06-09T05:03:20.926Z Checking semver v1.0.28
19172026-06-09T05:03:20.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-06-09T05:03:21.107Z Checking tokio v1.52.1
19192026-06-09T05:03:21.116Z Checking futures-core v0.3.32
19202026-06-09T05:03:21.151Z Checking icu_properties v2.1.2
19212026-06-09T05:03:21.187Z Checking icu_normalizer v2.1.1
19222026-06-09T05:03:21.227Z Checking generic-array v0.14.7
19232026-06-09T05:03:21.297Z Checking equivalent v1.0.2
19242026-06-09T05:03:21.338Z Checking dyn-clone v1.0.20
19252026-06-09T05:03:21.403Z Checking const-oid v0.9.6
19262026-06-09T05:03:21.469Z Checking futures-sink v0.3.32
19272026-06-09T05:03:21.512Z Checking futures-task v0.3.32
19282026-06-09T05:03:21.594Z Checking futures-channel v0.3.32
19292026-06-09T05:03:21.683Z Checking slab v0.4.12
19302026-06-09T05:03:21.719Z Checking crypto-common v0.1.7
19312026-06-09T05:03:21.722Z Checking block-buffer v0.10.4
19322026-06-09T05:03:21.818Z Checking futures-io v0.3.32
19332026-06-09T05:03:21.869Z Checking rustix v1.1.3
19342026-06-09T05:03:21.873Z Checking byteorder v1.5.0
19352026-06-09T05:03:21.938Z Checking hashbrown v0.17.0
19362026-06-09T05:03:21.972Z Checking futures-util v0.3.32
19372026-06-09T05:03:22.008Z Checking idna_adapter v1.2.1
19382026-06-09T05:03:22.102Z Checking digest v0.10.7
19392026-06-09T05:03:22.139Z Checking cpufeatures v0.2.17
19402026-06-09T05:03:22.174Z Checking idna v1.1.0
19412026-06-09T05:03:22.235Z Checking thiserror v1.0.69
19422026-06-09T05:03:22.322Z Checking getrandom v0.3.4
19432026-06-09T05:03:22.359Z Checking fnv v1.0.7
19442026-06-09T05:03:22.425Z Checking indexmap v2.14.0
19452026-06-09T05:03:22.461Z Checking url v2.5.8
19462026-06-09T05:03:22.497Z Checking regex-syntax v0.8.10
19472026-06-09T05:03:22.501Z Checking http v1.4.0
19482026-06-09T05:03:22.616Z Checking ppv-lite86 v0.2.21
19492026-06-09T05:03:22.720Z Checking tracing-core v0.1.36
19502026-06-09T05:03:22.924Z Checking schemars v0.8.22
19512026-06-09T05:03:22.949Z Checking base64 v0.22.1
19522026-06-09T05:03:22.994Z Checking utf8parse v0.2.2
19532026-06-09T05:03:23.050Z Checking tracing v0.1.44
19542026-06-09T05:03:23.107Z Checking ipnet v2.11.0
19552026-06-09T05:03:23.143Z Checking anstyle v1.0.14
19562026-06-09T05:03:23.213Z Checking untrusted v0.9.0
19572026-06-09T05:03:23.279Z Checking unicode-ident v1.0.24
19582026-06-09T05:03:23.347Z Checking ring v0.17.14
19592026-06-09T05:03:23.351Z Checking colorchoice v1.0.4
19602026-06-09T05:03:23.416Z Checking is_terminal_polyfill v1.70.2
19612026-06-09T05:03:23.419Z Checking proc-macro2 v1.0.106
19622026-06-09T05:03:23.505Z Checking base64ct v1.8.3
19632026-06-09T05:03:23.549Z Checking anstyle-query v1.1.5
19642026-06-09T05:03:23.587Z Checking block-padding v0.3.3
19652026-06-09T05:03:23.669Z Checking aho-corasick v1.1.4
19662026-06-09T05:03:23.747Z Checking inout v0.1.4
19672026-06-09T05:03:23.785Z Checking rustls-pki-types v1.14.0
19682026-06-09T05:03:23.789Z Checking quote v1.0.45
19692026-06-09T05:03:23.851Z Checking httparse v1.10.1
19702026-06-09T05:03:23.888Z Checking anstyle-parse v1.0.0
19712026-06-09T05:03:23.925Z Checking cipher v0.4.4
19722026-06-09T05:03:24.022Z Checking syn v2.0.117
19732026-06-09T05:03:24.063Z Checking terminal_size v0.4.3
19742026-06-09T05:03:24.100Z Checking crossbeam-utils v0.8.21
19752026-06-09T05:03:24.103Z Checking anstream v1.0.0
19762026-06-09T05:03:24.168Z Checking strsim v0.11.1
19772026-06-09T05:03:24.204Z Checking clap_lex v1.0.0
19782026-06-09T05:03:24.242Z Checking tokio-util v0.7.18
19792026-06-09T05:03:24.349Z Checking allocator-api2 v0.2.21
19802026-06-09T05:03:24.353Z Checking pem-rfc7468 v0.7.0
19812026-06-09T05:03:24.420Z Checking clap_builder v4.6.0
19822026-06-09T05:03:24.423Z Checking regex-automata v0.4.14
19832026-06-09T05:03:24.423Z Checking http-body v1.0.1
19842026-06-09T05:03:24.518Z Checking sha2 v0.10.9
19852026-06-09T05:03:24.559Z Checking powerfmt v0.2.0
19862026-06-09T05:03:24.638Z Checking atomic-waker v1.1.2
19872026-06-09T05:03:24.686Z Checking rand_core v0.9.5
19882026-06-09T05:03:24.750Z Checking deranged v0.5.8
19892026-06-09T05:03:24.786Z Checking hmac v0.12.1
19902026-06-09T05:03:24.831Z Checking num-conv v0.2.0
19912026-06-09T05:03:24.875Z Checking httpdate v1.0.3
19922026-06-09T05:03:24.911Z Checking num_threads v0.1.7
19932026-06-09T05:03:24.946Z Checking try-lock v0.2.5
19942026-06-09T05:03:24.982Z Checking time-core v0.1.8
19952026-06-09T05:03:25.024Z Checking h2 v0.4.13
19962026-06-09T05:03:25.120Z Checking erased-serde v0.3.31
19972026-06-09T05:03:25.123Z Checking want v0.3.1
19982026-06-09T05:03:25.150Z Checking tower-layer v0.3.3
19992026-06-09T05:03:25.244Z Checking pin-utils v0.1.0
20002026-06-09T05:03:25.319Z Checking flagset v0.4.7
20012026-06-09T05:03:25.355Z Checking tower-service v0.3.3
20022026-06-09T05:03:25.457Z Checking ryu v1.0.23
20032026-06-09T05:03:25.493Z Checking der v0.7.10
20042026-06-09T05:03:25.496Z Checking slog v2.8.2
20052026-06-09T05:03:25.620Z Checking rand_chacha v0.9.0
20062026-06-09T05:03:25.674Z Checking clap v4.6.1
20072026-06-09T05:03:25.711Z Checking time v0.3.47
20082026-06-09T05:03:25.780Z Checking anyhow v1.0.102
20092026-06-09T05:03:25.784Z Checking mime v0.3.17
20102026-06-09T05:03:25.851Z Checking rand v0.9.2
20112026-06-09T05:03:26.008Z Checking spin v0.9.8
20122026-06-09T05:03:26.044Z Checking http-body-util v0.1.3
20132026-06-09T05:03:26.230Z Checking aws-lc-sys v0.40.0
20142026-06-09T05:03:26.259Z Checking untrusted v0.7.1
20152026-06-09T05:03:26.295Z Checking ipnetwork v0.21.1
20162026-06-09T05:03:26.298Z Checking openssl-probe v0.2.1
20172026-06-09T05:03:26.327Z Checking fastrand v2.3.0
20182026-06-09T05:03:26.396Z Checking spki v0.7.3
20192026-06-09T05:03:26.399Z Checking serde_urlencoded v0.7.1
20202026-06-09T05:03:26.462Z Checking pbkdf2 v0.12.2
20212026-06-09T05:03:26.532Z Checking aes v0.8.4
20222026-06-09T05:03:26.569Z Checking encoding_rs v0.8.35
20232026-06-09T05:03:26.602Z Checking regex v1.12.3
20242026-06-09T05:03:26.641Z Checking salsa20 v0.10.2
20252026-06-09T05:03:26.644Z Checking cbc v0.1.2
20262026-06-09T05:03:26.733Z Checking aws-lc-rs v1.16.3
20272026-06-09T05:03:26.800Z Checking rand_chacha v0.3.1
20282026-06-09T05:03:26.837Z Checking hex v0.4.3
20292026-06-09T05:03:26.872Z Checking simd-adler32 v0.3.8
20302026-06-09T05:03:26.900Z Checking pretty-hex v0.4.1
20312026-06-09T05:03:27.012Z Checking scrypt v0.11.0
20322026-06-09T05:03:27.059Z Checking rand v0.8.6
20332026-06-09T05:03:27.097Z Checking tempfile v3.25.0
20342026-06-09T05:03:27.133Z Checking plain v0.2.3
20352026-06-09T05:03:27.138Z Checking adler2 v2.0.1
20362026-06-09T05:03:27.203Z Checking pkcs5 v0.7.1
20372026-06-09T05:03:27.324Z Checking rustls-native-certs v0.8.3
20382026-06-09T05:03:27.329Z Checking miniz_oxide v0.8.9
20392026-06-09T05:03:27.337Z Checking sync_wrapper v1.0.2
20402026-06-09T05:03:27.419Z Checking ucd-trie v0.1.7
20412026-06-09T05:03:27.466Z Checking tower v0.5.3
20422026-06-09T05:03:27.502Z Checking pkcs8 v0.10.2
20432026-06-09T05:03:27.537Z Checking webpki-roots v1.0.6
20442026-06-09T05:03:27.578Z Checking pest v2.8.6
20452026-06-09T05:03:27.616Z Checking camino v1.2.2
20462026-06-09T05:03:27.618Z Checking rustls-webpki v0.103.9
20472026-06-09T05:03:27.684Z Checking foldhash v0.2.0
20482026-06-09T05:03:27.687Z Checking iri-string v0.7.10
20492026-06-09T05:03:27.752Z Checking oxnet v0.1.5
20502026-06-09T05:03:27.823Z Checking hyper v1.8.1
20512026-06-09T05:03:27.870Z Checking futures-executor v0.3.32
20522026-06-09T05:03:27.908Z Checking either v1.15.0
20532026-06-09T05:03:27.911Z Checking hashbrown v0.16.1
20542026-06-09T05:03:28.017Z Checking openapiv3 v2.2.0
20552026-06-09T05:03:28.055Z Checking futures v0.3.32
20562026-06-09T05:03:28.088Z Checking rustls v0.23.37
20572026-06-09T05:03:28.123Z Checking crc32fast v1.5.0
20582026-06-09T05:03:28.159Z Checking static_assertions v1.1.0
20592026-06-09T05:03:28.259Z Checking lazy_static v1.5.0
20602026-06-09T05:03:28.295Z Checking signature v2.2.0
20612026-06-09T05:03:28.429Z Checking winnow v0.7.14
20622026-06-09T05:03:28.455Z Checking hubpack v0.1.2
20632026-06-09T05:03:28.458Z Checking zlib-rs v0.6.2
20642026-06-09T05:03:28.653Z Checking strum v0.26.3
20652026-06-09T05:03:28.690Z Checking psl-types v2.0.11
20662026-06-09T05:03:28.725Z Checking tower-http v0.6.8
20672026-06-09T05:03:28.728Z Checking hyper-util v0.1.20
20682026-06-09T05:03:28.794Z Checking tinyvec_macros v0.1.1
20692026-06-09T05:03:28.829Z Checking publicsuffix v2.3.0
20702026-06-09T05:03:28.886Z Checking tinyvec v1.10.0
20712026-06-09T05:03:29.011Z Checking cookie v0.18.1
20722026-06-09T05:03:29.049Z Checking sha1 v0.10.6
20732026-06-09T05:03:29.221Z Checking num-integer v0.1.46
20742026-06-09T05:03:29.258Z Checking scroll v0.13.0
20752026-06-09T05:03:29.294Z Checking data-encoding v2.10.0
20762026-06-09T05:03:29.342Z Checking cookie_store v0.22.1
20772026-06-09T05:03:29.379Z Checking flate2 v1.1.9
20782026-06-09T05:03:29.565Z Checking serde_spanned v0.6.9
20792026-06-09T05:03:29.570Z Checking goblin v0.10.5
20802026-06-09T05:03:29.570Z Checking toml_datetime v0.6.11
20812026-06-09T05:03:29.594Z Checking memmap2 v0.9.10
20822026-06-09T05:03:29.628Z Checking bit-vec v0.8.0
20832026-06-09T05:03:29.707Z Checking base16ct v0.2.0
20842026-06-09T05:03:29.711Z Checking dtrace-parser v0.3.0
20852026-06-09T05:03:29.779Z Checking ff v0.13.1
20862026-06-09T05:03:29.815Z Checking thread-id v5.1.0
20872026-06-09T05:03:29.854Z Checking bit-set v0.8.0
20882026-06-09T05:03:29.891Z Checking sec1 v0.7.3
20892026-06-09T05:03:29.926Z Checking wait-timeout v0.2.1
20902026-06-09T05:03:29.964Z Checking foreign-types-shared v0.1.1
20912026-06-09T05:03:30.003Z Checking group v0.13.0
20922026-06-09T05:03:30.040Z Checking num-iter v0.1.45
20932026-06-09T05:03:30.045Z Checking bstr v1.12.1
20942026-06-09T05:03:30.111Z Checking hkdf v0.12.4
20952026-06-09T05:03:30.114Z Checking foreign-types v0.3.2
20962026-06-09T05:03:30.177Z Checking crossbeam-epoch v0.9.18
20972026-06-09T05:03:30.180Z Checking anstyle-parse v0.2.7
20982026-06-09T05:03:30.180Z Checking ahash v0.8.12
20992026-06-09T05:03:30.276Z Checking crypto-bigint v0.5.5
21002026-06-09T05:03:30.311Z Checking openssl-sys v0.9.115
21012026-06-09T05:03:30.384Z Checking quick-error v1.2.3
21022026-06-09T05:03:30.424Z Checking anstream v0.6.21
21032026-06-09T05:03:30.462Z Checking rand_xorshift v0.4.0
21042026-06-09T05:03:30.465Z Checking tokio-rustls v0.26.4
21052026-06-09T05:03:30.531Z Checking rustls-platform-verifier v0.6.2
21062026-06-09T05:03:30.535Z Checking rusty-fork v0.3.1
21072026-06-09T05:03:30.723Z Checking scroll v0.12.0
21082026-06-09T05:03:30.728Z Checking unarray v0.1.4
21092026-06-09T05:03:30.728Z Checking num-bigint-dig v0.8.6
21102026-06-09T05:03:30.734Z Checking openssl v0.10.79
21112026-06-09T05:03:30.770Z Checking hyper-rustls v0.27.7
21122026-06-09T05:03:30.774Z Checking pkcs1 v0.7.5
21132026-06-09T05:03:30.836Z Checking proptest v1.10.0
21142026-06-09T05:03:30.873Z Checking goblin v0.8.2
21152026-06-09T05:03:31.002Z Checking reqwest v0.13.2
21162026-06-09T05:03:31.039Z Checking x509-cert v0.2.5
21172026-06-09T05:03:31.175Z Checking elliptic-curve v0.13.8
21182026-06-09T05:03:31.511Z Checking zerocopy v0.7.35
21192026-06-09T05:03:31.550Z Checking unicode-segmentation v1.12.0
21202026-06-09T05:03:31.726Z Checking rsa v0.9.10
21212026-06-09T05:03:31.847Z Checking dof v0.4.0
21222026-06-09T05:03:31.883Z Checking dtrace-parser v0.2.0
21232026-06-09T05:03:31.919Z Checking rfc6979 v0.4.0
21242026-06-09T05:03:32.024Z Checking memoffset v0.9.1
21252026-06-09T05:03:32.061Z Checking thread-id v4.2.2
21262026-06-09T05:03:32.136Z Checking ecdsa v0.16.9
21272026-06-09T05:03:32.173Z Checking curve25519-dalek v4.1.3
21282026-06-09T05:03:32.176Z Checking rustix v0.38.44
21292026-06-09T05:03:32.243Z Checking env_filter v1.0.0
21302026-06-09T05:03:32.418Z Checking keccak v0.1.6
21312026-06-09T05:03:32.496Z Checking same-file v1.0.6
21322026-06-09T05:03:32.532Z Checking usdt-impl v0.6.0
21332026-06-09T05:03:32.606Z Checking newtype-uuid v1.3.2
21342026-06-09T05:03:32.643Z Checking toml_write v0.1.2
21352026-06-09T05:03:32.646Z Checking walkdir v2.5.0
21362026-06-09T05:03:32.755Z Checking native-tls v0.2.18
21372026-06-09T05:03:32.758Z Checking dof v0.3.0
21382026-06-09T05:03:32.910Z Checking toml_edit v0.22.27
21392026-06-09T05:03:32.916Z Checking usdt v0.6.0
21402026-06-09T05:03:32.916Z Checking daft v0.1.7
21412026-06-09T05:03:32.935Z Checking sha3 v0.10.8
21422026-06-09T05:03:32.971Z Checking tokio-native-tls v0.3.1
21432026-06-09T05:03:33.009Z Checking env_logger v0.11.9
21442026-06-09T05:03:33.012Z Checking ed25519 v2.2.3
21452026-06-09T05:03:33.086Z Checking itertools v0.13.0
21462026-06-09T05:03:33.123Z Checking usdt-impl v0.5.0
21472026-06-09T05:03:33.160Z Checking serde_with v3.17.0
21482026-06-09T05:03:33.163Z Checking hyper-tls v0.6.0
21492026-06-09T05:03:33.164Z Checking bitflags v1.3.2
21502026-06-09T05:03:33.264Z Checking siphasher v1.0.2
21512026-06-09T05:03:33.267Z Checking ed25519-dalek v2.2.0
21522026-06-09T05:03:33.332Z Checking nix v0.31.2
21532026-06-09T05:03:33.388Z Checking reqwest v0.12.28
21542026-06-09T05:03:33.426Z Checking toml_parser v1.0.9+spec-1.1.0
21552026-06-09T05:03:34.467Z Checking unicode-normalization v0.1.25
21562026-06-09T05:03:34.472Z Checking signal-hook v0.3.18
21572026-06-09T05:03:34.472Z Checking winnow v0.5.40
21582026-06-09T05:03:34.472Z Checking managed v0.8.0
21592026-06-09T05:03:34.472Z Checking bzip2-sys v0.1.13+1.0.8
21602026-06-09T05:03:34.472Z Checking object v0.37.3
21612026-06-09T05:03:34.472Z Checking foldhash v0.1.5
21622026-06-09T05:03:34.472Z Checking bzip2 v0.4.4
21632026-06-09T05:03:34.472Z Checking signal-hook-mio v0.2.5
21642026-06-09T05:03:34.472Z Checking hashbrown v0.15.5
21652026-06-09T05:03:34.472Z Checking globset v0.4.18
21662026-06-09T05:03:34.472Z Checking ref-cast v1.0.25
21672026-06-09T05:03:34.472Z Checking zstd-sys v2.0.16+zstd.1.5.7
21682026-06-09T05:03:34.472Z Checking zstd-safe v7.2.4
21692026-06-09T05:03:34.472Z Checking zip v0.6.6
21702026-06-09T05:03:34.472Z Checking pin-project v1.1.11
21712026-06-09T05:03:34.501Z Checking bumpalo v3.20.2
21722026-06-09T05:03:34.587Z Checking libbz2-rs-sys v0.2.2
21732026-06-09T05:03:34.590Z Checking zstd v0.13.3
21742026-06-09T05:03:34.658Z Checking crossterm v0.28.1
21752026-06-09T05:03:34.661Z Checking similar v2.7.0
21762026-06-09T05:03:34.736Z Checking zopfli v0.8.3
21772026-06-09T05:03:34.781Z Checking tokio-stream v0.1.18
21782026-06-09T05:03:34.819Z Checking fs-err v3.3.0
21792026-06-09T05:03:34.940Z Checking toml_edit v0.19.15
21802026-06-09T05:03:35.117Z Checking bzip2 v0.6.1
21812026-06-09T05:03:35.124Z Checking pem v3.0.6
21822026-06-09T05:03:35.124Z Checking hash32 v0.2.1
21832026-06-09T05:03:35.153Z Checking serde-big-array v0.5.1
21842026-06-09T05:03:35.203Z Checking predicates-core v1.0.10
21852026-06-09T05:03:35.240Z Checking unicode-bidi v0.3.18
21862026-06-09T05:03:35.275Z Checking unicode-properties v0.1.4
21872026-06-09T05:03:35.312Z Checking jiff v0.2.21
21882026-06-09T05:03:35.315Z Checking heapless v0.7.17
21892026-06-09T05:03:35.380Z Checking snafu v0.8.9
21902026-06-09T05:03:35.431Z Checking olpc-cjson v0.1.4
21912026-06-09T05:03:35.485Z Checking hickory-proto v0.25.2
21922026-06-09T05:03:35.553Z Checking stringprep v0.1.5
21932026-06-09T05:03:35.594Z Checking md-5 v0.10.6
21942026-06-09T05:03:35.646Z Checking serde_plain v1.0.2
21952026-06-09T05:03:35.735Z Checking float-cmp v0.10.0
21962026-06-09T05:03:35.770Z Checking fallible-iterator v0.2.0
21972026-06-09T05:03:35.804Z Checking typed-path v0.9.3
21982026-06-09T05:03:35.840Z Checking normalize-line-endings v0.3.0
21992026-06-09T05:03:35.886Z Checking difflib v0.4.0
22002026-06-09T05:03:35.993Z Checking smoltcp v0.9.1
22012026-06-09T05:03:36.001Z Checking toml v0.7.8
22022026-06-09T05:03:36.064Z Checking postgres-protocol v0.6.10
22032026-06-09T05:03:36.100Z Checking predicates v3.1.4
22042026-06-09T05:03:36.295Z Checking iddqd v0.4.2
22052026-06-09T05:03:36.337Z Checking phf_shared v0.11.3
22062026-06-09T05:03:36.402Z Checking phf_shared v0.13.1
22072026-06-09T05:03:36.438Z Checking buf-list v1.1.2
22082026-06-09T05:03:36.509Z Checking strum v0.27.2
22092026-06-09T05:03:36.566Z Checking precomputed-hash v0.1.1
22102026-06-09T05:03:36.604Z Checking tough v0.22.0
22112026-06-09T05:03:36.639Z Checking lalrpop-util v0.19.12
22122026-06-09T05:03:36.674Z Checking new_debug_unreachable v1.0.6
22132026-06-09T05:03:36.677Z Checking fixedbitset v0.4.2
22142026-06-09T05:03:36.677Z Checking fixedbitset v0.5.7
22152026-06-09T05:03:36.775Z Checking string_cache v0.8.9
22162026-06-09T05:03:36.824Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22172026-06-09T05:03:36.916Z Checking petgraph v0.6.5
22182026-06-09T05:03:36.953Z Checking petgraph v0.8.3
22192026-06-09T05:03:36.988Z Checking phf v0.13.1
22202026-06-09T05:03:37.177Z Checking postgres-types v0.2.12
22212026-06-09T05:03:37.224Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-06-09T05:03:37.518Z Checking peg-runtime v0.8.5
22232026-06-09T05:03:37.521Z Checking whoami v2.1.0
22242026-06-09T05:03:37.589Z Checking zip v4.6.1
22252026-06-09T05:03:37.777Z Checking tokio-postgres v0.7.16
22262026-06-09T05:03:37.816Z Checking is-terminal v0.4.17
22272026-06-09T05:03:37.938Z Checking crossbeam-channel v0.5.15
22282026-06-09T05:03:38.183Z Compiling structmeta-derive v0.3.0
22292026-06-09T05:03:38.186Z Checking thread_local v1.1.9
22302026-06-09T05:03:38.289Z Checking take_mut v0.2.2
22312026-06-09T05:03:38.326Z Checking term v1.2.1
22322026-06-09T05:03:38.414Z Compiling newtype-uuid-macros v0.1.0
22332026-06-09T05:03:38.442Z Checking slog-async v2.8.0
22342026-06-09T05:03:38.550Z Compiling rustls v0.22.4
22352026-06-09T05:03:38.589Z Checking slog-term v2.9.2
22362026-06-09T05:03:38.624Z Compiling multer v3.1.0
22372026-06-09T05:03:38.659Z Compiling async-stream-impl v0.3.6
22382026-06-09T05:03:38.801Z Compiling dropshot v0.17.0
22392026-06-09T05:03:38.872Z Compiling dropshot_endpoint v0.17.0
22402026-06-09T05:03:38.917Z Checking match_cfg v0.1.0
22412026-06-09T05:03:39.013Z Checking hostname v0.3.1
22422026-06-09T05:03:39.083Z Checking slog-json v2.6.1
22432026-06-09T05:03:39.155Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22442026-06-09T05:03:39.158Z Checking debug-ignore v1.0.5
22452026-06-09T05:03:39.227Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22462026-06-09T05:03:39.264Z Compiling structmeta v0.3.0
22472026-06-09T05:03:39.267Z Checking slog-bunyan v2.5.0
22482026-06-09T05:03:39.267Z Checking progenitor-client v0.14.0
22492026-06-09T05:03:39.334Z Checking rustls-webpki v0.102.8
22502026-06-09T05:03:39.401Z Checking serde_path_to_error v0.1.20
22512026-06-09T05:03:39.518Z Checking serde_spanned v1.0.4
22522026-06-09T05:03:39.521Z Compiling derive-ex v0.1.8
22532026-06-09T05:03:39.555Z Checking toml_datetime v1.0.0+spec-1.1.0
22542026-06-09T05:03:39.592Z Checking compression-core v0.4.31
22552026-06-09T05:03:39.631Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-06-09T05:03:39.667Z Checking async-stream v0.3.6
22572026-06-09T05:03:39.765Z Checking compression-codecs v0.4.37
22582026-06-09T05:03:39.802Z Checking waitgroup v0.1.2
22592026-06-09T05:03:39.872Z Checking toml v1.0.6+spec-1.1.0
22602026-06-09T05:03:39.877Z Checking rustls-pemfile v2.2.0
22612026-06-09T05:03:39.940Z Checking hostname v0.4.2
22622026-06-09T05:03:39.977Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-06-09T05:03:39.980Z Checking async-compression v0.4.41
22642026-06-09T05:03:40.065Z Compiling parse-display-derive v0.10.0
22652026-06-09T05:03:40.101Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-06-09T05:03:40.137Z Checking regress v0.10.5
22672026-06-09T05:03:40.313Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-06-09T05:03:40.316Z Checking itertools v0.14.0
22692026-06-09T05:03:40.489Z Checking macaddr v1.0.1
22702026-06-09T05:03:40.651Z Checking instant v0.1.13
22712026-06-09T05:03:40.704Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-06-09T05:03:40.708Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22732026-06-09T05:03:40.771Z Checking backoff v0.4.0
22742026-06-09T05:03:40.974Z Checking backon v1.6.0
22752026-06-09T05:03:41.012Z Checking humantime v2.3.0
22762026-06-09T05:03:41.169Z Checking progenitor-extras v0.2.0
22772026-06-09T05:03:41.205Z Checking progenitor-client v0.10.0
22782026-06-09T05:03:41.240Z Checking unicode-width v0.2.0
22792026-06-09T05:03:41.274Z Compiling test-strategy v0.4.5
22802026-06-09T05:03:41.313Z Checking tokio-rustls v0.25.0
22812026-06-09T05:03:41.379Z Checking heck v0.5.0
22822026-06-09T05:03:41.415Z Compiling convert_case v0.4.0
22832026-06-09T05:03:41.456Z Checking half v2.7.1
22842026-06-09T05:03:41.510Z Checking ciborium-io v0.2.2
22852026-06-09T05:03:41.547Z Checking secrecy v0.10.3
22862026-06-09T05:03:41.581Z Compiling regress v0.11.1
22872026-06-09T05:03:41.749Z Checking indent_write v2.2.0
22882026-06-09T05:03:41.758Z Checking universal-hash v0.5.1
22892026-06-09T05:03:41.758Z Checking ciborium-ll v0.2.2
22902026-06-09T05:03:41.777Z Checking parse-display v0.10.0
22912026-06-09T05:03:41.810Z Compiling unsafe-libyaml v0.2.11
22922026-06-09T05:03:41.813Z Compiling derive_more v0.99.20
22932026-06-09T05:03:41.879Z Checking opaque-debug v0.3.1
22942026-06-09T05:03:41.934Z Checking ciborium v0.2.2
22952026-06-09T05:03:42.004Z Checking camino-tempfile v1.4.1
22962026-06-09T05:03:42.187Z Compiling crucible-workspace-hack v0.1.0
22972026-06-09T05:03:42.382Z Compiling serde_yaml v0.9.34+deprecated
22982026-06-09T05:03:42.462Z Checking aead v0.5.2
22992026-06-09T05:03:42.634Z Checking poly1305 v0.8.0
23002026-06-09T05:03:42.682Z Checking chacha20 v0.9.1
23012026-06-09T05:03:42.901Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-06-09T05:03:42.907Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-06-09T05:03:42.937Z Compiling thiserror-impl-no-std v2.0.2
23042026-06-09T05:03:43.199Z Compiling typify-impl v0.6.2
23052026-06-09T05:03:43.244Z Checking swrite v0.1.0
23062026-06-09T05:03:43.367Z Checking password-hash v0.5.0
23072026-06-09T05:03:43.480Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23082026-06-09T05:03:43.627Z Checking blake2 v0.10.6
23092026-06-09T05:03:43.842Z Checking chacha20poly1305 v0.10.1
23102026-06-09T05:03:43.895Z Checking argon2 v0.5.3
23112026-06-09T05:03:44.003Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23122026-06-09T05:03:44.128Z Checking thiserror-no-std v2.0.2
23132026-06-09T05:03:44.246Z Checking vsss-rs v3.3.4
23142026-06-09T05:03:44.282Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23152026-06-09T05:03:44.391Z Checking byte-wrapper v0.1.0
23162026-06-09T05:03:44.435Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23172026-06-09T05:03:44.601Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23182026-06-09T05:03:44.682Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23192026-06-09T05:03:44.726Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23202026-06-09T05:03:44.875Z Checking crossbeam-deque v0.8.6
23212026-06-09T05:03:44.911Z Compiling rayon-core v1.13.0
23222026-06-09T05:03:45.110Z Checking toml v0.8.23
23232026-06-09T05:03:45.385Z Compiling toml_datetime v0.7.5+spec-1.1.0
23242026-06-09T05:03:45.427Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23252026-06-09T05:03:45.463Z Compiling proc-macro-error v1.0.4
23262026-06-09T05:03:45.521Z Checking rayon v1.11.0
23272026-06-09T05:03:45.663Z Compiling toml_edit v0.23.10+spec-1.0.0
23282026-06-09T05:03:45.803Z Checking tabwriter v1.4.1
23292026-06-09T05:03:45.966Z Checking glob v0.3.3
23302026-06-09T05:03:46.002Z Compiling heapless v0.8.0
23312026-06-09T05:03:46.214Z Checking colored v3.1.1
23322026-06-09T05:03:46.227Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-09T05:03:46.318Z Compiling proc-macro-crate v3.4.0
23342026-06-09T05:03:46.408Z Compiling ingot-macros v0.1.1
23352026-06-09T05:03:46.549Z Checking hash32 v0.3.1
23362026-06-09T05:03:46.614Z Compiling smoltcp v0.11.0
23372026-06-09T05:03:46.706Z Checking unicode-width v0.1.14
23382026-06-09T05:03:46.740Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-06-09T05:03:46.891Z Compiling num_enum_derive v0.7.6
23402026-06-09T05:03:47.012Z Checking cobs v0.3.0
23412026-06-09T05:03:47.112Z Compiling usdt-attr-macro v0.5.0
23422026-06-09T05:03:47.171Z Compiling usdt-macro v0.5.0
23432026-06-09T05:03:47.308Z Checking memmap v0.7.0
23442026-06-09T05:03:47.411Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-06-09T05:03:47.668Z Checking postcard v1.1.3
23462026-06-09T05:03:47.710Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23472026-06-09T05:03:47.765Z Compiling typify-macro v0.6.2
23482026-06-09T05:03:47.905Z Compiling proc-macro-crate v1.3.1
23492026-06-09T05:03:47.940Z Checking usdt v0.5.0
23502026-06-09T05:03:47.943Z Checking num_enum v0.7.6
23512026-06-09T05:03:48.007Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-09T05:03:48.113Z Checking sigpipe v0.1.3
23532026-06-09T05:03:48.148Z Compiling foreign-types-macros v0.2.3
23542026-06-09T05:03:48.221Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-09T05:03:48.255Z Checking cpufeatures v0.3.0
23562026-06-09T05:03:48.410Z Checking foreign-types-shared v0.3.1
23572026-06-09T05:03:48.413Z Checking chacha20 v0.10.0
23582026-06-09T05:03:48.471Z Compiling num_enum_derive v0.5.11
23592026-06-09T05:03:48.654Z Checking cstr-argument v0.1.2
23602026-06-09T05:03:48.657Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-06-09T05:03:48.754Z Checking foreign-types v0.5.0
23622026-06-09T05:03:48.757Z Compiling num-derive v0.4.2
23632026-06-09T05:03:48.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23642026-06-09T05:03:48.861Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23652026-06-09T05:03:49.122Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23662026-06-09T05:03:49.157Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672026-06-09T05:03:49.214Z Checking ingot-types v0.1.2
23682026-06-09T05:03:49.287Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23692026-06-09T05:03:49.291Z Checking rand v0.10.0
23702026-06-09T05:03:49.355Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-06-09T05:03:49.508Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23722026-06-09T05:03:49.517Z Compiling typify v0.6.2
23732026-06-09T05:03:49.584Z Checking num_enum v0.5.11
23742026-06-09T05:03:49.618Z Checking ingot v0.1.1
23752026-06-09T05:03:49.656Z Compiling progenitor-impl v0.14.0
23762026-06-09T05:03:49.659Z Checking itertools v0.12.1
23772026-06-09T05:03:49.821Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23782026-06-09T05:03:49.824Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792026-06-09T05:03:50.052Z Compiling zone_cfg_derive v0.3.1
23802026-06-09T05:03:50.186Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23812026-06-09T05:03:50.390Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23822026-06-09T05:03:50.657Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23832026-06-09T05:03:50.732Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23842026-06-09T05:03:50.736Z Checking smf v0.2.3
23852026-06-09T05:03:50.799Z Checking zone v0.3.1
23862026-06-09T05:03:50.842Z Checking whoami v1.6.1
23872026-06-09T05:03:50.877Z Checking tokio-dtrace v0.1.1
23882026-06-09T05:03:50.996Z Compiling derive-where v1.6.0
23892026-06-09T05:03:51.032Z Checking console v0.15.11
23902026-06-09T05:03:51.066Z Checking atomicwrites v0.4.4
23912026-06-09T05:03:51.100Z Checking oxide-tokio-rt v0.1.4
23922026-06-09T05:03:51.182Z Checking newline-converter v0.3.0
23932026-06-09T05:03:51.220Z Checking num-rational v0.4.2
23942026-06-09T05:03:51.293Z Checking num-complex v0.4.6
23952026-06-09T05:03:51.330Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23962026-06-09T05:03:51.333Z Checking float-ord v0.3.2
23972026-06-09T05:03:51.395Z Checking expectorate v1.2.0
23982026-06-09T05:03:51.492Z Checking bytecount v0.6.9
23992026-06-09T05:03:51.527Z Compiling prettyplease v0.2.37
24002026-06-09T05:03:51.561Z Compiling owo-colors v4.3.0
24012026-06-09T05:03:51.702Z Compiling cancel-safe-futures v0.1.5
24022026-06-09T05:03:51.707Z Checking num v0.4.3
24032026-06-09T05:03:51.785Z Checking libsw-core v0.3.2
24042026-06-09T05:03:51.828Z Checking linear-map v1.2.0
24052026-06-09T05:03:51.979Z Checking libsw v3.5.0
24062026-06-09T05:03:52.188Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-06-09T05:03:52.223Z Checking gethostname v0.5.0
24082026-06-09T05:03:52.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24092026-06-09T05:03:52.400Z Compiling progenitor-macro v0.14.0
24102026-06-09T05:03:52.475Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24112026-06-09T05:03:52.550Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-06-09T05:03:53.337Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-06-09T05:03:53.527Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24142026-06-09T05:03:54.311Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-06-09T05:03:56.327Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24162026-06-09T05:03:56.708Z Checking resolv-conf v0.7.6
24172026-06-09T05:03:56.920Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24182026-06-09T05:03:57.308Z Checking unicode-linebreak v0.1.5
24192026-06-09T05:03:57.316Z Checking smawk v0.3.2
24202026-06-09T05:03:57.320Z Checking progenitor v0.14.0
24212026-06-09T05:03:57.354Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-06-09T05:03:57.439Z Checking papergrid v0.11.0
24232026-06-09T05:03:57.487Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24242026-06-09T05:03:57.490Z Compiling tabled_derive v0.7.0
24252026-06-09T05:03:57.667Z Compiling convert_case v0.10.0
24262026-06-09T05:03:57.773Z Compiling slog-dtrace v0.3.0
24272026-06-09T05:03:58.029Z Compiling derive_more-impl v2.1.1
24282026-06-09T05:03:58.069Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24292026-06-09T05:03:58.495Z Checking tabled v0.15.0
24302026-06-09T05:03:58.728Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-06-09T05:03:58.848Z Checking derive_more v2.1.1
24322026-06-09T05:03:58.954Z Checking crossterm v0.29.0
24332026-06-09T05:03:58.991Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24342026-06-09T05:03:59.024Z Checking linked-hash-map v0.5.6
24352026-06-09T05:03:59.221Z Checking lru-cache v0.1.2
24362026-06-09T05:03:59.286Z Checking hickory-proto v0.24.4
24372026-06-09T05:03:59.369Z Checking fd-lock v4.0.4
24382026-06-09T05:03:59.525Z Checking vte v0.14.1
24392026-06-09T05:03:59.560Z Checking display-error-chain v0.2.2
24402026-06-09T05:03:59.661Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-06-09T05:03:59.699Z Checking nu-ansi-term v0.50.3
24422026-06-09T05:03:59.759Z Checking strip-ansi-escapes v0.2.1
24432026-06-09T05:03:59.762Z Checking termtree v0.5.1
24442026-06-09T05:03:59.845Z Checking textwrap v0.16.2
24452026-06-09T05:03:59.895Z Compiling minimal-lexical v0.2.1
24462026-06-09T05:03:59.959Z Checking reedline v0.40.0
24472026-06-09T05:03:59.961Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24482026-06-09T05:04:00.049Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-06-09T05:04:00.092Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-06-09T05:04:00.177Z Compiling nom v7.1.3
24512026-06-09T05:04:00.484Z Compiling ar_archive_writer v0.5.1
24522026-06-09T05:04:00.622Z Checking csv-core v0.1.13
24532026-06-09T05:04:00.720Z Compiling stacker v0.1.23
24542026-06-09T05:04:00.840Z Checking csv v1.4.0
24552026-06-09T05:04:01.014Z Compiling cfg_aliases v0.1.1
24562026-06-09T05:04:01.121Z Checking highway v1.3.0
24572026-06-09T05:04:01.157Z Compiling semver v0.1.20
24582026-06-09T05:04:01.160Z Checking hickory-resolver v0.24.4
24592026-06-09T05:04:01.235Z Compiling nix v0.28.0
24602026-06-09T05:04:01.370Z Compiling psm v0.1.30
24612026-06-09T05:04:01.405Z Compiling rustc_version v0.1.7
24622026-06-09T05:04:01.438Z Checking nibble_vec v0.1.0
24632026-06-09T05:04:01.473Z Checking endian-type v0.1.2
24642026-06-09T05:04:01.537Z Checking home v0.5.12
24652026-06-09T05:04:01.591Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24662026-06-09T05:04:01.703Z Checking radix_trie v0.2.1
24672026-06-09T05:04:01.707Z Compiling newtype_derive v0.1.6
24682026-06-09T05:04:01.707Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24692026-06-09T05:04:01.755Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24702026-06-09T05:04:01.858Z Checking phf_shared v0.12.1
24712026-06-09T05:04:01.927Z Compiling recursive-proc-macro-impl v0.1.1
24722026-06-09T05:04:01.960Z Checking qorb v0.4.1
24732026-06-09T05:04:02.028Z Compiling chrono-tz v0.10.4
24742026-06-09T05:04:02.219Z Checking phf v0.12.1
24752026-06-09T05:04:02.354Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24762026-06-09T05:04:02.357Z Checking recursive v0.1.1
24772026-06-09T05:04:02.420Z Compiling const_format_proc_macros v0.2.34
24782026-06-09T05:04:02.424Z Compiling peg-macros v0.8.5
24792026-06-09T05:04:02.487Z Checking winnow v0.6.26
24802026-06-09T05:04:02.521Z Checking nom v8.0.0
24812026-06-09T05:04:02.871Z Compiling sqlparser_derive v0.5.0
24822026-06-09T05:04:03.145Z Checking unicode_categories v0.1.1
24832026-06-09T05:04:03.328Z Checking rustyline v14.0.0
24842026-06-09T05:04:03.645Z Checking sqlparser v0.61.0
24852026-06-09T05:04:03.680Z Checking sqlformat v0.3.5
24862026-06-09T05:04:03.964Z Checking peg v0.8.5
24872026-06-09T05:04:03.968Z Checking const_format v0.2.35
24882026-06-09T05:04:04.186Z Checking bcs v0.1.6
24892026-06-09T05:04:04.243Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24902026-06-09T05:04:04.343Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912026-06-09T05:04:04.448Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
24922026-06-09T05:04:04.451Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24932026-06-09T05:04:04.557Z Checking steno v0.4.1
24942026-06-09T05:04:04.593Z Checking filetime v0.2.27
24952026-06-09T05:04:04.802Z Checking xattr v1.6.1
24962026-06-09T05:04:05.099Z Checking tar v0.4.45
24972026-06-09T05:04:05.105Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24982026-06-09T05:04:05.296Z Checking subprocess v0.2.15
24992026-06-09T05:04:05.485Z Checking base64 v0.21.7
25002026-06-09T05:04:05.611Z Checking headers-core v0.3.0
25012026-06-09T05:04:05.715Z Checking yasna v0.5.2
25022026-06-09T05:04:05.749Z Checking headers v0.4.1
25032026-06-09T05:04:05.783Z Checking dropshot-api-manager-types v0.7.2
25042026-06-09T05:04:05.982Z Checking tagptr v0.2.0
25052026-06-09T05:04:06.206Z Checking rcgen v0.12.1
25062026-06-09T05:04:06.211Z Checking moka v0.12.13
25072026-06-09T05:04:06.228Z Checking utf-8 v0.7.6
25082026-06-09T05:04:06.394Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25092026-06-09T05:04:06.440Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25102026-06-09T05:04:06.475Z Compiling libefi-sys v0.1.0
25112026-06-09T05:04:06.569Z Checking tungstenite v0.21.0
25122026-06-09T05:04:06.732Z Compiling bitfield-struct v0.6.2
25132026-06-09T05:04:06.825Z Checking hickory-resolver v0.25.2
25142026-06-09T05:04:07.030Z Checking tokio-tungstenite v0.21.0
25152026-06-09T05:04:07.133Z Compiling radium v0.7.0
25162026-06-09T05:04:07.310Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25172026-06-09T05:04:07.329Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-06-09T05:04:07.381Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-06-09T05:04:07.450Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25202026-06-09T05:04:07.491Z Compiling maybe-uninit v2.0.0
25212026-06-09T05:04:07.545Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25222026-06-09T05:04:07.624Z Checking tap v1.0.1
25232026-06-09T05:04:07.659Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25242026-06-09T05:04:07.761Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25252026-06-09T05:04:07.827Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25262026-06-09T05:04:07.869Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25272026-06-09T05:04:07.913Z Checking wyz v0.5.1
25282026-06-09T05:04:08.023Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25292026-06-09T05:04:08.066Z Compiling zerocopy-derive v0.6.6
25302026-06-09T05:04:08.116Z Checking funty v2.0.0
25312026-06-09T05:04:08.152Z Compiling packed_struct v0.10.1
25322026-06-09T05:04:08.433Z Checking crc-catalog v2.4.0
25332026-06-09T05:04:08.470Z Checking bitvec v1.0.1
25342026-06-09T05:04:08.566Z Checking crc v3.4.0
25352026-06-09T05:04:08.608Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25362026-06-09T05:04:08.864Z Compiling packed_struct_codegen v0.10.1
25372026-06-09T05:04:08.939Z Checking zerocopy v0.6.6
25382026-06-09T05:04:09.263Z Compiling bitfield-macros v0.19.4
25392026-06-09T05:04:09.572Z Compiling indexmap v1.9.3
25402026-06-09T05:04:09.745Z Checking nodrop v0.1.14
25412026-06-09T05:04:09.801Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25422026-06-09T05:04:09.868Z Checking array-init v0.0.4
25432026-06-09T05:04:09.912Z Checking smallvec v0.6.14
25442026-06-09T05:04:10.039Z Checking bitfield v0.19.4
25452026-06-09T05:04:10.132Z Checking hashbrown v0.12.3
25462026-06-09T05:04:10.196Z Checking serde-hex v0.1.0
25472026-06-09T05:04:10.315Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-06-09T05:04:10.349Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-06-09T05:04:10.599Z Checking ron v0.8.1
25502026-06-09T05:04:10.622Z Checking hashbrown v0.13.2
25512026-06-09T05:04:10.934Z Checking crc-any v2.5.0
25522026-06-09T05:04:11.051Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25532026-06-09T05:04:11.167Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25542026-06-09T05:04:11.167Z Checking object v0.30.4
25552026-06-09T05:04:11.167Z Compiling xshell-macros v0.2.7
25562026-06-09T05:04:11.183Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25572026-06-09T05:04:11.306Z Checking path-slash v0.1.5
25582026-06-09T05:04:11.438Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25592026-06-09T05:04:11.556Z Checking xshell v0.2.7
25602026-06-09T05:04:11.745Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-06-09T05:04:11.935Z Checking half v1.8.3
25622026-06-09T05:04:12.120Z Compiling num-derive v0.3.3
25632026-06-09T05:04:12.161Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642026-06-09T05:04:12.195Z Checking serde_cbor v0.11.2
25652026-06-09T05:04:12.612Z Compiling proc-macro-error-attr2 v2.0.0
25662026-06-09T05:04:13.039Z Checking libscf-sys v1.1.0
25672026-06-09T05:04:13.073Z Compiling proc-macro-error2 v2.0.1
25682026-06-09T05:04:13.132Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25692026-06-09T05:04:13.195Z Checking papergrid v0.17.0
25702026-06-09T05:04:13.229Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25712026-06-09T05:04:13.378Z Checking testing_table v0.3.0
25722026-06-09T05:04:13.412Z Compiling tabled_derive v0.11.0
25732026-06-09T05:04:13.478Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25742026-06-09T05:04:13.510Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-09T05:04:13.694Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-06-09T05:04:14.001Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25772026-06-09T05:04:14.034Z Checking maplit v1.0.2
25782026-06-09T05:04:14.117Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-06-09T05:04:14.301Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25802026-06-09T05:04:14.371Z Compiling git-stub v1.0.0
25812026-06-09T05:04:14.523Z Checking crc8 v0.1.1
25822026-06-09T05:04:14.592Z Checking tabled v0.20.0
25832026-06-09T05:04:14.652Z Compiling git-stub-vcs v0.1.0
25842026-06-09T05:04:14.698Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25852026-06-09T05:04:15.062Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-06-09T05:04:15.166Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25872026-06-09T05:04:15.249Z Checking fxhash v0.2.1
25882026-06-09T05:04:15.432Z Checking unicase v2.9.0
25892026-06-09T05:04:15.444Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25902026-06-09T05:04:15.522Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25912026-06-09T05:04:15.556Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25922026-06-09T05:04:15.830Z Compiling vergen-lib v0.1.6
25932026-06-09T05:04:15.834Z Compiling diesel_derives v2.3.7
25942026-06-09T05:04:15.952Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25952026-06-09T05:04:16.140Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-06-09T05:04:16.150Z Checking scheduled-thread-pool v0.2.7
25972026-06-09T05:04:16.183Z Compiling dsl_auto_type v0.2.0
25982026-06-09T05:04:16.232Z Compiling vergen-gitcl v1.0.8
25992026-06-09T05:04:16.327Z Compiling diesel_table_macro_syntax v0.3.0
26002026-06-09T05:04:16.362Z Checking r2d2 v0.8.10
26012026-06-09T05:04:16.566Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-06-09T05:04:16.600Z Checking kstat-rs v0.2.4
26032026-06-09T05:04:16.728Z Checking arc-swap v1.8.2
26042026-06-09T05:04:16.820Z Checking downcast-rs v2.0.2
26052026-06-09T05:04:16.959Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26062026-06-09T05:04:16.995Z Compiling parking_lot_core v0.8.6
26072026-06-09T05:04:17.024Z Checking slog-scope v4.4.1
26082026-06-09T05:04:17.298Z Checking slog-stdlog v4.1.1
26092026-06-09T05:04:17.326Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-06-09T05:04:17.362Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26112026-06-09T05:04:17.365Z Checking slog-envlogger v2.2.0
26122026-06-09T05:04:17.518Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-06-09T05:04:17.572Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26142026-06-09T05:04:17.648Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26152026-06-09T05:04:17.652Z Compiling dirs-sys-next v0.1.2
26162026-06-09T05:04:17.756Z Compiling crunchy v0.2.4
26172026-06-09T05:04:17.790Z Checking parking_lot v0.11.2
26182026-06-09T05:04:17.833Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26192026-06-09T05:04:17.986Z Compiling dirs-next v2.0.0
26202026-06-09T05:04:18.019Z Compiling clang-sys v1.8.1
26212026-06-09T05:04:18.054Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26222026-06-09T05:04:18.127Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26232026-06-09T05:04:18.160Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26242026-06-09T05:04:18.408Z Checking prefix-trie v0.7.0
26252026-06-09T05:04:18.414Z Compiling tiny-keccak v2.0.2
26262026-06-09T05:04:18.471Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26272026-06-09T05:04:18.699Z Compiling term v0.7.0
26282026-06-09T05:04:18.730Z Checking sled v0.34.7
26292026-06-09T05:04:18.796Z Checking hickory-server v0.25.2
26302026-06-09T05:04:18.830Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26312026-06-09T05:04:18.833Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26322026-06-09T05:04:19.064Z Checking nanorand v0.7.0
26332026-06-09T05:04:19.162Z Compiling bit-vec v0.6.3
26342026-06-09T05:04:19.296Z Compiling salty v0.3.0
26352026-06-09T05:04:19.329Z Checking flume v0.11.1
26362026-06-09T05:04:19.411Z Compiling bit-set v0.5.3
26372026-06-09T05:04:19.600Z Compiling ascii-canvas v3.0.0
26382026-06-09T05:04:19.666Z Compiling progenitor-impl v0.13.0
26392026-06-09T05:04:19.912Z Checking primeorder v0.13.6
26402026-06-09T05:04:20.048Z Compiling itertools v0.10.5
26412026-06-09T05:04:20.082Z Compiling ena v0.14.4
26422026-06-09T05:04:20.114Z Compiling libloading v0.8.9
26432026-06-09T05:04:20.189Z Compiling regex-syntax v0.6.29
26442026-06-09T05:04:20.249Z Compiling bindgen v0.71.1
26452026-06-09T05:04:20.329Z Compiling diff v0.1.13
26462026-06-09T05:04:21.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26472026-06-09T05:04:21.398Z Compiling cexpr v0.6.0
26482026-06-09T05:04:21.532Z Compiling lalrpop v0.19.12
26492026-06-09T05:04:22.102Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26502026-06-09T05:04:22.135Z Checking diesel v2.3.7
26512026-06-09T05:04:22.308Z Checking progenitor-client v0.13.0
26522026-06-09T05:04:22.341Z Compiling progenitor-macro v0.13.0
26532026-06-09T05:04:22.376Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26542026-06-09T05:04:22.411Z Compiling fs-err v2.11.0
26552026-06-09T05:04:22.567Z Compiling rustc-hash v2.1.1
26562026-06-09T05:04:22.799Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26572026-06-09T05:04:22.802Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582026-06-09T05:04:22.983Z Compiling libxml v0.3.3
26592026-06-09T05:04:23.283Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-06-09T05:04:23.406Z Checking p384 v0.13.1
26612026-06-09T05:04:23.898Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26622026-06-09T05:04:24.066Z Compiling strum_macros v0.24.3
26632026-06-09T05:04:24.233Z Checking parse-size v1.1.0
26642026-06-09T05:04:24.388Z Checking assert_matches v1.5.0
26652026-06-09T05:04:24.493Z Compiling indoc v1.0.9
26662026-06-09T05:04:24.994Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26672026-06-09T05:04:25.801Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-06-09T05:04:25.859Z Compiling typify-impl v0.4.3
26692026-06-09T05:04:26.091Z Checking quick-xml v0.37.5
26702026-06-09T05:04:26.096Z Checking derive_builder v0.20.2
26712026-06-09T05:04:26.213Z Compiling oso-derive v0.27.3
26722026-06-09T05:04:26.728Z Compiling trait-variant v0.1.2
26732026-06-09T05:04:26.929Z Compiling impl-trait-for-tuples v0.2.3
26742026-06-09T05:04:27.282Z Checking progenitor v0.13.0
26752026-06-09T05:04:27.320Z Checking openssl-probe v0.1.6
26762026-06-09T05:04:27.466Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26772026-06-09T05:04:27.547Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26782026-06-09T05:04:28.180Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-06-09T05:04:28.386Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-06-09T05:04:28.554Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26812026-06-09T05:04:28.993Z Checking predicates-tree v1.0.13
26822026-06-09T05:04:29.102Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26832026-06-09T05:04:29.277Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26842026-06-09T05:04:29.381Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26852026-06-09T05:04:29.411Z Compiling mime_guess v2.0.5
26862026-06-09T05:04:30.398Z Compiling typify-macro v0.4.3
26872026-06-09T05:04:30.461Z Checking http-range v0.1.5
26882026-06-09T05:04:31.527Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892026-06-09T05:04:32.029Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26902026-06-09T05:04:32.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26912026-06-09T05:04:32.119Z Compiling typify v0.4.3
26922026-06-09T05:04:32.264Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26932026-06-09T05:04:33.520Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26942026-06-09T05:04:33.900Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-06-09T05:04:33.972Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-06-09T05:04:34.027Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26972026-06-09T05:04:34.258Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-06-09T05:04:34.486Z Checking bb8 v0.8.6
26992026-06-09T05:04:34.748Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27002026-06-09T05:04:34.825Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27012026-06-09T05:04:34.862Z Checking atty v0.2.14
27022026-06-09T05:04:34.995Z Checking corncobs v0.1.4
27032026-06-09T05:04:35.060Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-06-09T05:04:35.172Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-06-09T05:04:35.449Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-06-09T05:04:35.475Z Compiling progenitor-impl v0.11.2
27072026-06-09T05:04:35.650Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27082026-06-09T05:04:35.767Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-06-09T05:04:35.992Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-06-09T05:04:36.100Z Checking ignore v0.4.25
27112026-06-09T05:04:36.522Z Checking async-bb8-diesel v0.2.1
27122026-06-09T05:04:36.603Z Checking diesel-dtrace v0.5.0
27132026-06-09T05:04:36.880Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-06-09T05:04:36.913Z Checking secrecy v0.8.0
27152026-06-09T05:04:37.442Z Checking globwalk v0.9.1
27162026-06-09T05:04:37.745Z Checking hyper-staticfile v0.10.1
27172026-06-09T05:04:38.069Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-06-09T05:04:38.138Z Compiling progenitor-macro v0.11.2
27192026-06-09T05:04:38.384Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27202026-06-09T05:04:38.474Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-06-09T05:04:38.629Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27222026-06-09T05:04:38.752Z Checking progenitor-client v0.11.2
27232026-06-09T05:04:38.910Z Checking nonempty v0.12.0
27242026-06-09T05:04:39.027Z Compiling illumos-nvpair-sys v0.2.0
27252026-06-09T05:04:39.106Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27262026-06-09T05:04:39.226Z Checking camino-tempfile-ext v0.3.3
27272026-06-09T05:04:39.305Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27282026-06-09T05:04:39.481Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27292026-06-09T05:04:40.055Z Checking signal-hook-tokio v0.3.1
27302026-06-09T05:04:40.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-06-09T05:04:40.417Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27322026-06-09T05:04:40.459Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27332026-06-09T05:04:40.803Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-06-09T05:04:40.858Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-06-09T05:04:41.193Z Checking illumos-nvpair v0.3.0
27362026-06-09T05:04:41.329Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27372026-06-09T05:04:41.386Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-06-09T05:04:41.694Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27392026-06-09T05:04:41.761Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27402026-06-09T05:04:41.802Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-06-09T05:04:41.942Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27422026-06-09T05:04:41.975Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27432026-06-09T05:04:42.169Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27442026-06-09T05:04:42.403Z Checking tungstenite v0.23.0
27452026-06-09T05:04:42.456Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27462026-06-09T05:04:42.680Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27472026-06-09T05:04:42.870Z Checking tokio-tungstenite v0.23.1
27482026-06-09T05:04:43.076Z Checking progenitor v0.11.2
27492026-06-09T05:04:43.170Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-06-09T05:04:43.250Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27512026-06-09T05:04:43.591Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522026-06-09T05:04:43.640Z Checking rand_seeder v0.4.0
27532026-06-09T05:04:43.892Z Checking void v1.0.2
27542026-06-09T05:04:43.959Z Checking lzss v0.8.2
27552026-06-09T05:04:43.993Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-06-09T05:04:44.030Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27572026-06-09T05:04:44.033Z Checking nix v0.27.1
27582026-06-09T05:04:44.177Z Checking serde_bytes v0.11.19
27592026-06-09T05:04:44.210Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27602026-06-09T05:04:44.330Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27612026-06-09T05:04:44.388Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-06-09T05:04:44.566Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-06-09T05:04:45.042Z Checking is_ci v1.2.0
27642026-06-09T05:04:45.179Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27652026-06-09T05:04:45.214Z Checking yansi v1.0.1
27662026-06-09T05:04:45.362Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-06-09T05:04:45.513Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27682026-06-09T05:04:45.648Z Checking pretty_assertions v1.4.1
27692026-06-09T05:04:45.782Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702026-06-09T05:04:45.816Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27712026-06-09T05:04:45.975Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-06-09T05:04:46.093Z Compiling darling_core v0.23.0
27732026-06-09T05:04:47.310Z Compiling indoc v2.0.7
27742026-06-09T05:04:47.347Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27752026-06-09T05:04:47.577Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-06-09T05:04:47.790Z Compiling libz-sys v1.1.24
27772026-06-09T05:04:48.195Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-06-09T05:04:48.289Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-06-09T05:04:48.384Z Compiling instability v0.3.11
27802026-06-09T05:04:48.498Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-06-09T05:04:48.643Z Compiling darling_macro v0.23.0
27822026-06-09T05:04:48.832Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27832026-06-09T05:04:48.891Z Checking castaway v0.2.4
27842026-06-09T05:04:49.034Z Checking compact_str v0.8.1
27852026-06-09T05:04:49.106Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27862026-06-09T05:04:49.182Z Compiling darling v0.23.0
27872026-06-09T05:04:49.434Z Checking supports-color v3.0.2
27882026-06-09T05:04:49.598Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892026-06-09T05:04:49.836Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-06-09T05:04:49.912Z Checking unicode-truncate v1.1.0
27912026-06-09T05:04:50.056Z Checking console v0.16.2
27922026-06-09T05:04:50.088Z Checking lru v0.12.5
27932026-06-09T05:04:50.120Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-06-09T05:04:50.261Z Checking cassowary v0.3.0
27952026-06-09T05:04:50.295Z Checking unit-prefix v0.5.2
27962026-06-09T05:04:50.603Z Checking indicatif v0.18.4
27972026-06-09T05:04:50.608Z Checking ratatui v0.29.0
27982026-06-09T05:04:50.696Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27992026-06-09T05:04:50.900Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28002026-06-09T05:04:51.142Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-06-09T05:04:51.850Z Compiling vergen-git2 v9.1.0
28022026-06-09T05:04:51.899Z Checking plotters-backend v0.3.7
28032026-06-09T05:04:52.124Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-06-09T05:04:52.158Z Checking plotters-svg v0.3.7
28052026-06-09T05:04:52.331Z Checking cast v0.3.0
28062026-06-09T05:04:52.366Z Compiling rustls v0.21.12
28072026-06-09T05:04:52.519Z Checking criterion-plot v0.6.0
28082026-06-09T05:04:52.693Z Checking plotters v0.3.7
28092026-06-09T05:04:52.778Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-09T05:04:52.796Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-06-09T05:04:53.022Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-06-09T05:04:53.251Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-06-09T05:04:53.459Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-06-09T05:04:53.494Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-06-09T05:04:53.686Z Checking colored v2.2.0
28162026-06-09T05:04:53.770Z Checking sct v0.7.1
28172026-06-09T05:04:53.917Z Checking rustls-webpki v0.101.7
28182026-06-09T05:04:53.951Z Checking tinytemplate v1.2.1
28192026-06-09T05:04:54.169Z Checking shell-words v1.1.1
28202026-06-09T05:04:54.203Z Checking anes v0.1.6
28212026-06-09T05:04:54.283Z Checking oorandom v11.1.5
28222026-06-09T05:04:54.410Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28232026-06-09T05:04:54.443Z Checking criterion v0.7.0
28242026-06-09T05:04:55.820Z Checking typeid v1.0.3
28252026-06-09T05:04:55.854Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28262026-06-09T05:04:55.955Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-06-09T05:04:56.744Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28282026-06-09T05:04:57.522Z Checking hex-literal v0.4.1
28292026-06-09T05:04:57.656Z Checking erased-serde v0.4.9
28302026-06-09T05:04:58.044Z Checking tokio-rustls v0.24.1
28312026-06-09T05:04:58.283Z Checking rustls-pemfile v1.0.4
28322026-06-09T05:04:58.458Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-06-09T05:04:58.690Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-09T05:04:59.085Z Checking twox-hash v2.1.2
28352026-06-09T05:04:59.119Z Checking ordered-float v2.10.1
28362026-06-09T05:04:59.385Z Checking serde-value v0.7.0
28372026-06-09T05:04:59.465Z Checking serde-untagged v0.1.9
28382026-06-09T05:04:59.632Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28392026-06-09T05:04:59.694Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28402026-06-09T05:05:00.378Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-06-09T05:05:00.571Z Checking fatfs v0.3.6
28422026-06-09T05:05:00.719Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28432026-06-09T05:05:00.936Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-06-09T05:05:01.054Z Compiling seq-macro v0.3.6
28452026-06-09T05:05:01.114Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-09T05:05:01.657Z Checking unicode-xid v0.2.6
28472026-06-09T05:05:01.724Z Checking cargo-util-schemas v0.8.2
28482026-06-09T05:05:02.058Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-06-09T05:05:02.422Z Checking cargo-platform v0.2.0
28502026-06-09T05:05:02.623Z Compiling petname v2.0.2
28512026-06-09T05:05:02.657Z Checking cargo_metadata v0.21.0
28522026-06-09T05:05:03.296Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-06-09T05:05:03.430Z Checking concurrent-queue v2.5.0
28542026-06-09T05:05:03.650Z Checking rtoolbox v0.0.3
28552026-06-09T05:05:03.850Z Checking parking v2.2.1
28562026-06-09T05:05:03.965Z Checking event-listener v5.4.1
28572026-06-09T05:05:04.003Z Checking rpassword v7.4.0
28582026-06-09T05:05:04.133Z Compiling samael v0.0.19
28592026-06-09T05:05:04.210Z Checking tui-tree-widget v0.23.1
28602026-06-09T05:05:04.428Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-06-09T05:05:04.578Z Checking polyval v0.6.2
28622026-06-09T05:05:04.621Z Checking sapling-renderdag v0.1.0
28632026-06-09T05:05:04.794Z Checking sync-ptr v0.1.4
28642026-06-09T05:05:04.955Z Checking ghash v0.5.1
28652026-06-09T05:05:04.960Z Checking event-listener-strategy v0.5.4
28662026-06-09T05:05:05.062Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28672026-06-09T05:05:05.117Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28682026-06-09T05:05:05.346Z Checking ctr v0.9.2
28692026-06-09T05:05:05.553Z Checking arrayvec v0.7.6
28702026-06-09T05:05:05.736Z Checking constant_time_eq v0.4.2
28712026-06-09T05:05:05.769Z Checking futures-timer v3.0.3
28722026-06-09T05:05:05.909Z Checking arrayref v0.3.9
28732026-06-09T05:05:06.059Z Checking aes-gcm v0.10.3
28742026-06-09T05:05:06.064Z Checking async-lock v3.4.2
28752026-06-09T05:05:06.165Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-06-09T05:05:06.250Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-06-09T05:05:06.472Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-06-09T05:05:07.158Z Checking ssh-encoding v0.2.0
28792026-06-09T05:05:07.338Z Checking blowfish v0.9.1
28802026-06-09T05:05:07.522Z Compiling strsim v0.10.0
28812026-06-09T05:05:07.693Z Checking bcrypt-pbkdf v0.10.0
28822026-06-09T05:05:07.884Z Compiling darling_core v0.13.4
28832026-06-09T05:05:07.915Z Checking ssh-cipher v0.2.0
28842026-06-09T05:05:08.116Z Checking async-object-pool v0.2.0
28852026-06-09T05:05:08.262Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-06-09T05:05:08.676Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-06-09T05:05:08.927Z Checking serde_regex v1.1.0
28882026-06-09T05:05:09.116Z Checking password-hash v0.4.2
28892026-06-09T05:05:09.205Z Checking assert-json-diff v2.0.2
28902026-06-09T05:05:09.350Z Checking path-tree v0.8.3
28912026-06-09T05:05:09.374Z Compiling target-lexicon v0.13.3
28922026-06-09T05:05:09.406Z Checking stringmetrics v2.2.2
28932026-06-09T05:05:09.560Z Checking gimli v0.32.3
28942026-06-09T05:05:09.593Z Checking httpmock v0.8.3
28952026-06-09T05:05:09.785Z Compiling darling_macro v0.13.4
28962026-06-09T05:05:09.979Z Checking pbkdf2 v0.11.0
28972026-06-09T05:05:10.187Z Checking ssh-key v0.6.7
28982026-06-09T05:05:10.910Z Checking p256 v0.13.2
28992026-06-09T05:05:11.154Z Checking addr2line v0.25.1
29002026-06-09T05:05:11.196Z Checking p521 v0.13.3
29012026-06-09T05:05:11.451Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-06-09T05:05:11.724Z Checking russh-cryptovec v0.7.3
29032026-06-09T05:05:11.818Z Compiling guppy-workspace-hack v0.1.0
29042026-06-09T05:05:11.853Z Checking rustc-demangle v0.1.27
29052026-06-09T05:05:11.890Z Checking md5 v0.7.0
29062026-06-09T05:05:12.077Z Compiling darling v0.13.4
29072026-06-09T05:05:12.111Z Checking russh-keys v0.45.0
29082026-06-09T05:05:12.114Z Checking backtrace v0.3.76
29092026-06-09T05:05:12.212Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29102026-06-09T05:05:12.434Z Checking num-bigint v0.4.6
29112026-06-09T05:05:12.467Z Checking des v0.8.1
29122026-06-09T05:05:12.729Z Compiling blake3 v1.8.3
29132026-06-09T05:05:12.734Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-06-09T05:05:12.779Z Compiling target-spec v3.5.7
29152026-06-09T05:05:13.126Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-06-09T05:05:13.298Z Checking backtrace-ext v0.2.1
29172026-06-09T05:05:13.412Z Checking russh v0.45.0
29182026-06-09T05:05:13.492Z Checking cfg-expr v0.20.6
29192026-06-09T05:05:13.543Z Compiling serde_with_macros v1.5.2
29202026-06-09T05:05:13.894Z Checking supports-color v2.1.0
29212026-06-09T05:05:13.927Z Checking textwrap v0.15.2
29222026-06-09T05:05:14.061Z Checking supports-unicode v2.1.0
29232026-06-09T05:05:14.165Z Checking supports-hyperlinks v2.1.0
29242026-06-09T05:05:14.211Z Checking hashbrown v0.14.5
29252026-06-09T05:05:14.315Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29262026-06-09T05:05:14.417Z Checking cargo-platform v0.3.2
29272026-06-09T05:05:14.545Z Checking socket2 v0.5.10
29282026-06-09T05:05:14.634Z Checking terminal_size v0.1.17
29292026-06-09T05:05:14.723Z Compiling miette-derive v5.10.0
29302026-06-09T05:05:14.788Z Checking owo-colors v3.5.0
29312026-06-09T05:05:15.220Z Checking internet-checksum v0.2.1
29322026-06-09T05:05:15.389Z Checking chumsky v0.9.3
29332026-06-09T05:05:15.392Z Checking cargo_metadata v0.23.1
29342026-06-09T05:05:15.891Z Checking miette v5.10.0
29352026-06-09T05:05:16.190Z Compiling serde_with v1.14.0
29362026-06-09T05:05:16.558Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29372026-06-09T05:05:16.712Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29382026-06-09T05:05:16.745Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29392026-06-09T05:05:17.125Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29402026-06-09T05:05:17.295Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29412026-06-09T05:05:17.337Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29422026-06-09T05:05:17.512Z Compiling knuffel-derive v3.2.0
29432026-06-09T05:05:17.551Z Checking httptest v0.16.4
29442026-06-09T05:05:17.586Z Checking pathdiff v0.2.3
29452026-06-09T05:05:17.723Z Checking topological-sort v0.2.2
29462026-06-09T05:05:17.896Z Checking nested v0.1.1
29472026-06-09T05:05:17.941Z Checking omicron-zone-package v0.12.2
29482026-06-09T05:05:18.083Z Checking guppy v0.17.25
29492026-06-09T05:05:18.222Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29502026-06-09T05:05:18.363Z Compiling git2 v0.20.4
29512026-06-09T05:05:18.852Z Compiling polar-core v0.27.3
29522026-06-09T05:05:18.886Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29532026-06-09T05:05:19.009Z Checking knuffel v3.2.0
29542026-06-09T05:05:19.066Z Checking similar-asserts v1.7.0
29552026-06-09T05:05:19.147Z Compiling target-triple v1.0.0
29562026-06-09T05:05:19.318Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29572026-06-09T05:05:19.420Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29582026-06-09T05:05:19.512Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29592026-06-09T05:05:19.649Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29602026-06-09T05:05:19.869Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-06-09T05:05:20.105Z Checking hickory-client v0.25.2
29622026-06-09T05:05:20.333Z Checking tokio-test v0.4.5
29632026-06-09T05:05:20.421Z Compiling assert_cmd v2.1.2
29642026-06-09T05:05:20.701Z Checking escape8259 v0.5.3
29652026-06-09T05:05:20.868Z Checking libtest-mimic v0.8.1
29662026-06-09T05:05:21.288Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-06-09T05:05:21.372Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-06-09T05:05:21.427Z Checking blake2b_simd v1.0.4
29692026-06-09T05:05:21.740Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29702026-06-09T05:05:21.844Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29712026-06-09T05:05:22.078Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29722026-06-09T05:05:22.258Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29732026-06-09T05:05:22.494Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29742026-06-09T05:05:22.727Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29752026-06-09T05:05:22.811Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29762026-06-09T05:05:23.040Z Checking fancy-regex v0.14.0
29772026-06-09T05:05:23.310Z Checking serde_tokenstream v0.2.3
29782026-06-09T05:05:23.427Z Checking approx v0.5.1
29792026-06-09T05:05:23.554Z Compiling rstest_macros v0.25.0
29802026-06-09T05:05:23.593Z Checking uzers v0.12.2
29812026-06-09T05:05:23.795Z Checking oso v0.27.3
29822026-06-09T05:05:23.834Z Checking termcolor v1.4.1
29832026-06-09T05:05:23.867Z Compiling linkme-impl v0.3.35
29842026-06-09T05:05:24.073Z Checking constant_time_eq v0.3.1
29852026-06-09T05:05:24.204Z Checking rust-argon2 v2.1.0
29862026-06-09T05:05:24.250Z Checking trybuild v1.0.116
29872026-06-09T05:05:24.582Z Checking datatest-stable v0.3.3
29882026-06-09T05:05:24.976Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29892026-06-09T05:05:25.040Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29902026-06-09T05:05:25.271Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29912026-06-09T05:05:25.334Z Checking support-bundle-viewer v0.1.2
29922026-06-09T05:05:25.667Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29932026-06-09T05:05:25.991Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29942026-06-09T05:05:26.012Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29952026-06-09T05:05:26.117Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29962026-06-09T05:05:26.233Z Checking drift v0.2.0
29972026-06-09T05:05:26.365Z Checking rand_distr v0.5.1
29982026-06-09T05:05:26.475Z Checking multimap v0.10.1
29992026-06-09T05:05:26.613Z Compiling relative-path v1.9.3
30002026-06-09T05:05:26.678Z Compiling linkme v0.3.35
30012026-06-09T05:05:26.807Z Checking dropshot-api-manager v0.7.2
30022026-06-09T05:05:27.662Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-06-09T05:05:28.055Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30042026-06-09T05:05:28.233Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30052026-06-09T05:05:28.345Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30062026-06-09T05:05:28.451Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-06-09T05:05:28.580Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30082026-06-09T05:05:28.788Z Checking cargo_toml v0.21.0
30092026-06-09T05:05:28.822Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30102026-06-09T05:05:28.973Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30112026-06-09T05:05:29.305Z Checking partial-io v0.5.4
30122026-06-09T05:05:29.439Z Checking termios v0.3.3
30132026-06-09T05:05:29.495Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30142026-06-09T05:05:29.600Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30152026-06-09T05:05:29.633Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-06-09T05:05:30.566Z Checking rstest v0.25.0
30172026-06-09T05:05:31.615Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30182026-06-09T05:05:35.333Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30192026-06-09T05:05:35.758Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30202026-06-09T05:05:41.518Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30212026-06-09T05:05:41.799Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30222026-06-09T05:05:43.390Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30232026-06-09T05:05:48.206Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30242026-06-09T05:05:52.837Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30252026-06-09T05:05:56.449Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30262026-06-09T05:05:57.360Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30272026-06-09T05:05:57.563Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30282026-06-09T05:05:58.822Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30292026-06-09T05:06:08.188Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30302026-06-09T05:07:17.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30312026-06-09T05:07:18.038Z
30322026-06-09T05:07:18.038Zreal 4:05.197523560
30332026-06-09T05:07:18.038Zuser 21:19.353410469
30342026-06-09T05:07:18.038Zsys 4:55.426127629
30352026-06-09T05:07:18.038Ztrap 0.501829303
30362026-06-09T05:07:18.038Ztflt 0.492814539
30372026-06-09T05:07:18.038Zdflt 0.405054038
30382026-06-09T05:07:18.038Zkflt 0.005316844
30392026-06-09T05:07:18.038Zlock 58:23.017468791
30402026-06-09T05:07:18.038Zslp 58:24.106055786
30412026-06-09T05:07:18.038Zlat 1:50.243079709
30422026-06-09T05:07:18.038Zstop 10:59.550770115
30432026-06-09T05:07:18.042Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30442026-06-09T05:07:18.042Z+ ptime -m cargo doc --workspace --no-deps
30452026-06-09T05:07:18.931Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30462026-06-09T05:07:18.931Z |
30472026-06-09T05:07:18.931Z = 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)`
30482026-06-09T05:07:18.931Z = 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>
30492026-06-09T05:07:19.938Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-06-09T05:07:20.173Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-06-09T05:07:20.218Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30522026-06-09T05:07:20.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30532026-06-09T05:07:20.399Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30542026-06-09T05:07:20.441Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30552026-06-09T05:07:20.470Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30562026-06-09T05:07:20.470Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30572026-06-09T05:07:20.521Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-06-09T05:07:20.547Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30592026-06-09T05:07:20.703Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30602026-06-09T05:07:20.750Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30612026-06-09T05:07:20.777Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-06-09T05:07:20.799Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30632026-06-09T05:07:20.859Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-06-09T05:07:20.881Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30652026-06-09T05:07:20.924Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30662026-06-09T05:07:20.927Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30672026-06-09T05:07:20.949Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30682026-06-09T05:07:20.993Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30692026-06-09T05:07:21.173Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30702026-06-09T05:07:21.350Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30712026-06-09T05:07:21.497Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30722026-06-09T05:07:21.668Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30732026-06-09T05:07:21.708Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30742026-06-09T05:07:21.787Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30752026-06-09T05:07:21.819Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30762026-06-09T05:07:21.911Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30772026-06-09T05:07:21.976Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30782026-06-09T05:07:22.076Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30792026-06-09T05:07:22.152Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30802026-06-09T05:07:22.300Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30812026-06-09T05:07:22.340Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30822026-06-09T05:07:22.438Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30832026-06-09T05:07:22.601Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30842026-06-09T05:07:22.624Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30852026-06-09T05:07:22.645Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30862026-06-09T05:07:22.837Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30872026-06-09T05:07:22.882Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30882026-06-09T05:07:23.074Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30892026-06-09T05:07:23.334Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30902026-06-09T05:07:23.401Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30912026-06-09T05:07:23.431Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30922026-06-09T05:07:23.607Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30932026-06-09T05:07:23.702Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30942026-06-09T05:07:23.711Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30952026-06-09T05:07:23.888Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30962026-06-09T05:07:23.918Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30972026-06-09T05:07:23.950Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30982026-06-09T05:07:23.976Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30992026-06-09T05:07:24.148Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31002026-06-09T05:07:24.192Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31012026-06-09T05:07:24.241Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31022026-06-09T05:07:24.263Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31032026-06-09T05:07:24.381Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31042026-06-09T05:07:24.443Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31052026-06-09T05:07:24.446Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31062026-06-09T05:07:24.557Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31072026-06-09T05:07:24.605Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31082026-06-09T05:07:24.636Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-06-09T05:07:24.658Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-06-09T05:07:24.679Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-06-09T05:07:24.876Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-06-09T05:07:24.923Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31132026-06-09T05:07:25.126Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31142026-06-09T05:07:25.239Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31152026-06-09T05:07:25.412Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31162026-06-09T05:07:25.673Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-06-09T05:07:26.026Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31182026-06-09T05:07:26.171Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31192026-06-09T05:07:26.174Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-06-09T05:07:26.428Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31212026-06-09T05:07:26.462Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-06-09T05:07:26.500Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-06-09T05:07:26.565Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-06-09T05:07:26.995Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31252026-06-09T05:07:27.134Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262026-06-09T05:07:27.339Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31272026-06-09T05:07:27.781Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-06-09T05:07:28.082Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-06-09T05:07:28.619Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-06-09T05:07:28.831Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31312026-06-09T05:07:28.856Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31322026-06-09T05:07:29.072Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-06-09T05:07:29.218Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31342026-06-09T05:07:29.246Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31352026-06-09T05:07:29.344Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31362026-06-09T05:07:29.496Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31372026-06-09T05:07:29.520Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31382026-06-09T05:07:29.552Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31392026-06-09T05:07:29.639Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-06-09T05:07:29.726Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31412026-06-09T05:07:29.750Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31422026-06-09T05:07:29.923Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31432026-06-09T05:07:29.946Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31442026-06-09T05:07:30.033Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-06-09T05:07:30.069Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31462026-06-09T05:07:30.109Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31472026-06-09T05:07:30.265Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31482026-06-09T05:07:30.343Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31492026-06-09T05:07:30.365Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31502026-06-09T05:07:30.449Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31512026-06-09T05:07:30.458Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31522026-06-09T05:07:30.541Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31532026-06-09T05:07:30.663Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31542026-06-09T05:07:30.728Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31552026-06-09T05:07:30.751Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31562026-06-09T05:07:30.866Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31572026-06-09T05:07:30.955Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31582026-06-09T05:07:31.205Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31592026-06-09T05:07:31.227Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31602026-06-09T05:07:31.249Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31612026-06-09T05:07:31.821Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31622026-06-09T05:07:31.848Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31632026-06-09T05:07:32.232Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31642026-06-09T05:07:32.647Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31652026-06-09T05:07:32.877Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31662026-06-09T05:07:33.309Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31672026-06-09T05:07:33.456Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31682026-06-09T05:07:33.747Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-06-09T05:07:33.760Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31702026-06-09T05:07:34.068Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31712026-06-09T05:07:34.571Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31722026-06-09T05:07:34.657Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31732026-06-09T05:07:34.682Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31742026-06-09T05:07:35.369Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31752026-06-09T05:07:35.474Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31762026-06-09T05:07:35.726Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31772026-06-09T05:07:35.826Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31782026-06-09T05:07:36.203Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31792026-06-09T05:07:36.704Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31802026-06-09T05:07:36.730Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31812026-06-09T05:07:37.129Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31822026-06-09T05:07:37.213Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31832026-06-09T05:07:37.438Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31842026-06-09T05:07:38.219Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31852026-06-09T05:07:38.244Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31862026-06-09T05:07:38.639Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31872026-06-09T05:07:38.987Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31882026-06-09T05:07:39.604Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31892026-06-09T05:07:40.427Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-06-09T05:07:40.431Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31912026-06-09T05:07:40.688Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31922026-06-09T05:07:40.839Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932026-06-09T05:07:40.931Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-06-09T05:07:41.138Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31952026-06-09T05:07:41.246Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31962026-06-09T05:07:41.410Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31972026-06-09T05:07:41.744Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-06-09T05:07:41.809Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31992026-06-09T05:07:42.082Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32002026-06-09T05:07:42.623Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32012026-06-09T05:07:42.626Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32022026-06-09T05:07:42.801Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32032026-06-09T05:07:42.873Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32042026-06-09T05:07:43.239Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32052026-06-09T05:07:43.365Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32062026-06-09T05:07:44.663Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32072026-06-09T05:07:44.817Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32082026-06-09T05:07:47.313Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32092026-06-09T05:07:49.041Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32102026-06-09T05:07:49.081Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32112026-06-09T05:07:49.103Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32122026-06-09T05:07:49.320Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32132026-06-09T05:07:49.382Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32142026-06-09T05:07:50.070Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32152026-06-09T05:07:50.157Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32162026-06-09T05:07:50.622Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32172026-06-09T05:07:50.684Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32182026-06-09T05:07:50.723Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32192026-06-09T05:07:50.843Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32202026-06-09T05:07:50.868Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-06-09T05:07:51.188Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32222026-06-09T05:07:51.307Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32232026-06-09T05:07:51.541Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242026-06-09T05:07:51.885Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32252026-06-09T05:07:51.910Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32262026-06-09T05:07:52.559Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-06-09T05:07:52.650Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32282026-06-09T05:07:52.655Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-06-09T05:07:53.650Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32302026-06-09T05:07:53.676Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-06-09T05:07:54.397Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32322026-06-09T05:07:55.031Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32332026-06-09T05:07:55.393Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32342026-06-09T05:07:57.384Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32352026-06-09T05:07:57.406Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32362026-06-09T05:07:58.836Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32372026-06-09T05:07:59.095Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32382026-06-09T05:07:59.152Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32392026-06-09T05:08:00.593Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32402026-06-09T05:08:01.712Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32412026-06-09T05:08:03.354Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32422026-06-09T05:08:03.594Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32432026-06-09T05:08:04.124Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32442026-06-09T05:08:04.887Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32452026-06-09T05:08:05.283Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32462026-06-09T05:08:07.129Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32472026-06-09T05:08:07.403Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32482026-06-09T05:08:07.714Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32492026-06-09T05:08:09.059Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-06-09T05:08:10.137Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32512026-06-09T05:08:10.300Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522026-06-09T05:08:11.841Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32532026-06-09T05:08:12.669Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-06-09T05:08:15.101Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32552026-06-09T05:08:16.490Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32562026-06-09T05:08:17.692Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32572026-06-09T05:08:18.393Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32582026-06-09T05:08:18.650Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32592026-06-09T05:08:19.058Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32602026-06-09T05:08:19.543Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32612026-06-09T05:08:20.684Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32622026-06-09T05:08:21.633Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32632026-06-09T05:08:22.985Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32642026-06-09T05:08:23.403Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32652026-06-09T05:08:23.879Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32662026-06-09T05:08:24.443Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32672026-06-09T05:08:25.697Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32682026-06-09T05:08:25.783Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32692026-06-09T05:08:26.381Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32702026-06-09T05:08:29.430Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32712026-06-09T05:08:31.219Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32722026-06-09T05:08:31.242Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32732026-06-09T05:08:32.401Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32742026-06-09T05:08:33.020Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32752026-06-09T05:08:33.765Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32762026-06-09T05:08:34.937Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32772026-06-09T05:08:37.386Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32782026-06-09T05:08:37.594Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32792026-06-09T05:08:38.472Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32802026-06-09T05:08:39.739Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-06-09T05:08:41.244Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-06-09T05:08:42.220Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32832026-06-09T05:08:43.504Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32842026-06-09T05:08:44.969Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32852026-06-09T05:08:47.241Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-06-09T05:08:47.938Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-06-09T05:08:49.684Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-06-09T05:08:51.087Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32892026-06-09T05:08:52.604Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32902026-06-09T05:08:55.663Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32912026-06-09T05:08:57.387Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-06-09T05:09:01.757Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32932026-06-09T05:09:02.087Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32942026-06-09T05:09:03.645Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32952026-06-09T05:09:03.846Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32962026-06-09T05:09:05.386Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32972026-06-09T05:09:07.379Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32982026-06-09T05:09:08.943Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32992026-06-09T05:09:11.016Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33002026-06-09T05:09:12.791Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33012026-06-09T05:09:14.364Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33022026-06-09T05:09:15.982Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33032026-06-09T05:09:18.027Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33042026-06-09T05:09:19.489Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33052026-06-09T05:09:21.154Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33062026-06-09T05:09:22.871Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33072026-06-09T05:09:24.531Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33082026-06-09T05:09:26.207Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33092026-06-09T05:09:27.823Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-06-09T05:09:29.927Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33112026-06-09T05:09:31.473Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33122026-06-09T05:09:33.125Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33132026-06-09T05:09:35.038Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33142026-06-09T05:09:37.107Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33152026-06-09T05:09:39.050Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33162026-06-09T05:09:40.821Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33172026-06-09T05:09:42.984Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33182026-06-09T05:09:44.571Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33192026-06-09T05:09:48.126Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33202026-06-09T05:09:48.873Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33212026-06-09T05:09:49.263Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33222026-06-09T05:09:53.734Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33232026-06-09T05:09:55.916Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33242026-06-09T05:09:58.122Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33252026-06-09T05:10:00.305Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33262026-06-09T05:10:02.539Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33272026-06-09T05:10:04.749Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33282026-06-09T05:10:06.947Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33292026-06-09T05:10:09.601Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33302026-06-09T05:10:11.580Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33312026-06-09T05:10:13.403Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33322026-06-09T05:10:15.736Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33332026-06-09T05:10:17.994Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-06-09T05:10:20.219Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33352026-06-09T05:10:22.460Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33362026-06-09T05:10:24.692Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33372026-06-09T05:10:26.947Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33382026-06-09T05:10:29.317Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33392026-06-09T05:10:31.535Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33402026-06-09T05:10:33.794Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33412026-06-09T05:10:36.088Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33422026-06-09T05:10:38.333Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33432026-06-09T05:10:40.684Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33442026-06-09T05:10:42.984Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33452026-06-09T05:10:45.197Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33462026-06-09T05:10:47.524Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33472026-06-09T05:10:49.939Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33482026-06-09T05:10:52.342Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33492026-06-09T05:10:54.644Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33502026-06-09T05:10:57.567Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33512026-06-09T05:10:59.630Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33522026-06-09T05:11:02.254Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33532026-06-09T05:11:04.738Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33542026-06-09T05:11:07.092Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33552026-06-09T05:11:09.607Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33562026-06-09T05:11:12.029Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33572026-06-09T05:11:14.511Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33582026-06-09T05:11:16.974Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33592026-06-09T05:11:19.429Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-06-09T05:11:22.090Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33612026-06-09T05:11:24.313Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33622026-06-09T05:11:26.810Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33632026-06-09T05:11:29.462Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33642026-06-09T05:11:31.900Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33652026-06-09T05:11:34.594Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33662026-06-09T05:11:37.206Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33672026-06-09T05:11:39.708Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-09T05:11:42.323Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33692026-06-09T05:11:44.707Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33702026-06-09T05:11:47.244Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33712026-06-09T05:11:50.178Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33722026-06-09T05:11:52.525Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33732026-06-09T05:11:55.271Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33742026-06-09T05:11:57.887Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33752026-06-09T05:12:05.327Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33762026-06-09T05:12:05.620Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33772026-06-09T05:12:08.919Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33782026-06-09T05:12:12.236Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33792026-06-09T05:12:15.735Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33802026-06-09T05:12:18.910Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33812026-06-09T05:12:23.712Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33822026-06-09T05:12:26.565Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33832026-06-09T05:12:30.148Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33842026-06-09T05:12:33.915Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33852026-06-09T05:12:37.475Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33862026-06-09T05:12:41.145Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33872026-06-09T05:12:44.991Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33882026-06-09T05:12:48.518Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33892026-06-09T05:12:52.242Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-06-09T05:12:55.888Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33912026-06-09T05:12:59.623Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33922026-06-09T05:13:03.307Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33932026-06-09T05:13:06.931Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33942026-06-09T05:13:10.855Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33952026-06-09T05:13:14.381Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33962026-06-09T05:13:18.087Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33972026-06-09T05:13:21.881Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33982026-06-09T05:13:25.497Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33992026-06-09T05:13:55.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s
34002026-06-09T05:13:55.265Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34012026-06-09T05:13:55.371Z
34022026-06-09T05:13:55.371Zreal 6:37.245040386
34032026-06-09T05:13:55.371Zuser 17:43.617764360
34042026-06-09T05:13:55.371Zsys 3:47.772230294
34052026-06-09T05:13:55.371Ztrap 0.254507193
34062026-06-09T05:13:55.371Ztflt 0.036136730
34072026-06-09T05:13:55.371Zdflt 0.018949238
34082026-06-09T05:13:55.371Zkflt 0.000027980
34092026-06-09T05:13:55.374Zlock 6:04:59.582878801
34102026-06-09T05:13:55.374Zslp 2:13:18.572517492
34112026-06-09T05:13:55.374Zlat 39.144132509
34122026-06-09T05:13:55.374Zstop 1:41.769445977
34132026-06-09T05:13:55.374Zprocess exited: duration 778242 ms, exit code 0
 
34142026-06-09T05:13:55.381Zfound 0 output files