01KT4N5TPCCEX48VTN117M8Q11: clippy (helios)

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

Buildomat Job: 01KT4N69K4PMJRP3034YREY11S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T17:14:03.962Zjob assigned to worker 01KT4N6DK2ZAFQCN2TTR6VVTEP [factory aws, i-02d4277fd4b3c0f14] (queued for 55 s)
 
22026-06-02T17:14:12.045Zstarting task 0: "setup"
32026-06-02T17:14:12.049Z++ uname -s
42026-06-02T17:14:12.052Z+ kern=SunOS
52026-06-02T17:14:12.052Z+ build_user=build
62026-06-02T17:14:12.052Z+ build_uid=12345
72026-06-02T17:14:12.052Z+ work_dir=/work
82026-06-02T17:14:12.052Z+ input_dir=/input
92026-06-02T17:14:12.052Z+ [[ 0 == 12345 ]]
102026-06-02T17:14:12.052Z+ case "$kern" in
112026-06-02T17:14:12.052Z+ groupadd -g 12345 build
122026-06-02T17:14:12.063Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T17:14:14.070Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T17:14:14.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T17:14:14.141Z+ home_fs=zfs
162026-06-02T17:14:14.141Z+ [[ zfs == autofs ]]
172026-06-02T17:14:14.141Z+ mkdir -p /home/build
182026-06-02T17:14:14.141Z+ chown build:build /home/build /work
192026-06-02T17:14:16.141Z+ chmod 0700 /home/build /work
202026-06-02T17:14:16.145Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-02T17:14:16.267Zstarting task 1: "rust-toolchain"
222026-06-02T17:14:16.271Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T17:14:16.271Z * rust toolchain channel = "1.94.0"
242026-06-02T17:14:16.271Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T17:14:16.271Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-02T17:14:16.271Z * rust toolchain profile = "default"
272026-06-02T17:14:16.271Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T17:14:16.274Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T17:14:16.274Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T17:14:16.428Zinfo: downloading installer
312026-06-02T17:14:17.730Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T17:14:17.730Zwarn: /home/build/.rustup/settings.toml
332026-06-02T17:14:17.730Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T17:14:17.730Zwarn: instead of the one inferred from the default host triple.
352026-06-02T17:14:17.742Zinfo: profile set to default
362026-06-02T17:14:17.742Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T17:14:17.745Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T17:14:17.901Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T17:14:17.904Zinfo: downloading 6 components
402026-06-02T17:14:31.935Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T17:14:31.935Z
422026-06-02T17:14:31.966Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T17:14:31.966Z
442026-06-02T17:14:31.966Z
452026-06-02T17:14:31.966ZRust is installed now. Great!
462026-06-02T17:14:31.966Z
472026-06-02T17:14:31.966ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T17:14:31.966Zenvironment variable. This has not been done automatically.
492026-06-02T17:14:31.966Z
502026-06-02T17:14:31.966ZTo configure your current shell, you need to source
512026-06-02T17:14:31.966Zthe corresponding env file under $HOME/.cargo.
522026-06-02T17:14:31.969Z
532026-06-02T17:14:31.969ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T17:14:31.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T17:14:31.969Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T17:14:31.969Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T17:14:31.969Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T17:14:31.969Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T17:14:31.970Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T17:14:31.970Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T17:14:31.970Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T17:14:32.065Z+ rustup --version
632026-06-02T17:14:32.074Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T17:14:32.077Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T17:14:32.096Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T17:14:32.099Z+ cargo --version
672026-06-02T17:14:32.111Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T17:14:32.114Z+ rustc --version
692026-06-02T17:14:32.134Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T17:14:32.137Zprocess exited: duration 15870 ms, exit code 0
 
712026-06-02T17:14:32.143Zstarting task 2: "authentication"
722026-06-02T17:14:32.159Zprocess exited: duration 16 ms, exit code 0
 
732026-06-02T17:14:32.166Zstarting task 3: "clone repository"
742026-06-02T17:14:32.169Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T17:14:32.172Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T17:14:32.226ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T17:15:01.601Z+ cd /work/oxidecomputer/omicron
782026-06-02T17:15:01.601Z+ git fetch origin 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
792026-06-02T17:15:02.050ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T17:15:02.050Z * branch 4e7955dbfe17ca3ca394c2c7dafa778627cadeda -> FETCH_HEAD
812026-06-02T17:15:02.060Z+ [[ -n bump-console-0c8fd96e ]]
822026-06-02T17:15:02.063Z++ git branch --show-current
832026-06-02T17:15:02.063Z+ current=main
842026-06-02T17:15:02.063Z+ [[ main != bump-console-0c8fd96e ]]
852026-06-02T17:15:02.063Z+ git branch -f bump-console-0c8fd96e 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
862026-06-02T17:15:02.066Z+ git checkout -f bump-console-0c8fd96e
872026-06-02T17:15:02.298ZSwitched to branch 'bump-console-0c8fd96e'
882026-06-02T17:15:02.301Z+ git reset --hard 4e7955dbfe17ca3ca394c2c7dafa778627cadeda
892026-06-02T17:15:02.313ZHEAD is now at 4e7955dbf Bump web console (a lot of small stuff)
902026-06-02T17:15:02.317Zprocess exited: duration 30148 ms, exit code 0
 
912026-06-02T17:15:02.323Zstarting task 4: "build"
922026-06-02T17:15:02.328Z+ source ./env.sh
932026-06-02T17:15:02.328Z++ OLD_SHELL_OPTS=ehxB
942026-06-02T17:15:02.328Z++ set -o xtrace
952026-06-02T17:15:02.331Z++++ dirname ./env.sh
962026-06-02T17:15:02.365Z+++ readlink -f .
972026-06-02T17:15:02.368Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-02T17:15:02.368Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-02T17:15:02.368Z++ 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-02T17:15:02.368Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-02T17:15:02.368Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-02T17:15:02.368Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-02T17:15:02.368Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-02T17:15:02.369Z++ 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-02T17:15:02.369Z++ 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-02T17:15:02.369Z++ case $OLD_SHELL_OPTS in
1072026-06-02T17:15:02.369Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-06-02T17:15:02.369Z+ source .github/buildomat/ci-env.sh
1092026-06-02T17:15:02.369Z++ export CARGO_TERM_COLOR=always
1102026-06-02T17:15:02.369Z++ CARGO_TERM_COLOR=always
1112026-06-02T17:15:02.369Z+ cargo --version
1122026-06-02T17:15:02.377Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-06-02T17:15:02.380Z+ rustc --version
1142026-06-02T17:15:02.400Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-06-02T17:15:02.403Z+ banner prerequisites
1162026-06-02T17:15:02.406Z
1172026-06-02T17:15:02.406Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-06-02T17:15:02.406Z # # # # # # # # # # # # # # #
1192026-06-02T17:15:02.406Z # # # # ##### # # ##### # # # # # #### #
1202026-06-02T17:15:02.406Z ##### ##### # ##### # # # # # # # # #
1212026-06-02T17:15:02.406Z # # # # # # # # # # # # # # #
1222026-06-02T17:15:02.406Z # # # ###### # # ###### ### # #### # #### #
1232026-06-02T17:15:02.406Z
1242026-06-02T17:15:02.406Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-06-02T17:15:06.225Z Startup: Refreshing catalog 'helios' ... Done
1262026-06-02T17:15:06.326Z Startup: Caching catalogs ... Done
1272026-06-02T17:15:06.618ZPlanning: Solver setup ... Done (0.253s)
1282026-06-02T17:15:06.637ZPlanning: Running solver ... Done (0.020s)
1292026-06-02T17:15:06.673ZPlanning: Finding local manifests ... Done (0.032s)
1302026-06-02T17:15:06.683ZPlanning: Fetching manifests: 0/2 0% complete
1312026-06-02T17:15:06.700ZPlanning: Fetching manifests: 2/2 100% complete
1322026-06-02T17:15:06.714ZPlanning: Package planning ... Done (0.014s)
1332026-06-02T17:15:06.717ZPlanning: Merging actions ... Done (0.001s)
1342026-06-02T17:15:06.912ZPlanning: Checking for conflicting actions ... Done (0.197s)
1352026-06-02T17:15:06.916ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-06-02T17:15:10.618ZPlanning: Evaluating mediators ... Done (3.705s)
1372026-06-02T17:15:10.621ZPlanning: Planning completed in 4.27 seconds
1382026-06-02T17:15:10.627Z Packages to install: 2
1392026-06-02T17:15:10.627Z Estimated space available: 156.07 GB
1402026-06-02T17:15:10.630ZEstimated space to be consumed: 23.93 MB
1412026-06-02T17:15:10.630Z Create boot environment: No
1422026-06-02T17:15:10.630ZCreate backup boot environment: No
1432026-06-02T17:15:10.631Z Rebuild boot archive: No
1442026-06-02T17:15:10.631Z
1452026-06-02T17:15:10.631ZChanged packages:
1462026-06-02T17:15:10.631Zhelios
1472026-06-02T17:15:10.631Z developer/build-essential
1482026-06-02T17:15:10.631Z None -> 11-3.0
1492026-06-02T17:15:10.631Z library/libxmlsec1
1502026-06-02T17:15:10.631Z None -> 1.2.35-3.0
1512026-06-02T17:15:10.772Z
1522026-06-02T17:15:10.772ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-06-02T17:15:11.667ZDownload: Completed 1.28 MB in 0.89 seconds (1.4M/s)
1542026-06-02T17:15:11.725Z Actions: 1/268 actions (Installing new actions)
1552026-06-02T17:15:11.762Z Actions: Completed 268 actions in 0.04 seconds.
1562026-06-02T17:15:11.769ZFinalize: Updating package state database ... Done (0.007s)
1572026-06-02T17:15:11.769ZFinalize: Updating package cache ... Done (0.000s)
1582026-06-02T17:15:11.789ZFinalize: Updating image state ... Done (0.020s)
1592026-06-02T17:15:15.255ZFinalize: Creating fast lookup database ... Done (3.445s)
1602026-06-02T17:15:15.367ZFinalize: Reading search index ... Done (0.057s)
1612026-06-02T17:15:15.370ZFinalize: Updating search index ... Done (0.000s)
1622026-06-02T17:15:15.429ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-02T17:15:15.724ZPlanning: Evaluating mediator changes ... Done
1642026-06-02T17:15:15.827ZPlanning: Checking for conflicting actions ... Done
1652026-06-02T17:15:15.831ZPlanning: Consolidating action changes ... Done
1662026-06-02T17:15:15.985ZPlanning: Evaluating mediators ... Done
1672026-06-02T17:15:15.988ZPlanning: Planning completed in 0.26 seconds
1682026-06-02T17:15:16.008Z Mediators to change: 2
1692026-06-02T17:15:16.008Z Create boot environment: No
1702026-06-02T17:15:16.011ZCreate backup boot environment: No
1712026-06-02T17:15:16.048ZFinalize: Updating package state database ... Done
1722026-06-02T17:15:16.048ZFinalize: Updating package cache ... Done
1732026-06-02T17:15:16.059ZFinalize: Updating image state ... Done
1742026-06-02T17:15:17.995ZFinalize: Creating fast lookup database ... Done
1752026-06-02T17:15:18.057ZFinalize: Reading search index ... Done
1762026-06-02T17:15:18.060ZFinalize: Updating search index ... Done
1772026-06-02T17:15:18.119ZFinalize: Updating package cache ... Done
1782026-06-02T17:15:18.406ZPlanning: Evaluating mediator changes ... Done
1792026-06-02T17:15:18.510ZPlanning: Checking for conflicting actions ... Done
1802026-06-02T17:15:18.514ZPlanning: Consolidating action changes ... Done
1812026-06-02T17:15:18.667ZPlanning: Evaluating mediators ... Done
1822026-06-02T17:15:18.670ZPlanning: Planning completed in 0.26 seconds
1832026-06-02T17:15:18.690Z Mediators to change: 1
1842026-06-02T17:15:18.690Z Create boot environment: No
1852026-06-02T17:15:18.690ZCreate backup boot environment: No
1862026-06-02T17:15:18.731ZFinalize: Updating package state database ... Done
1872026-06-02T17:15:18.731ZFinalize: Updating package cache ... Done
1882026-06-02T17:15:18.742ZFinalize: Updating image state ... Done
1892026-06-02T17:15:20.678ZFinalize: Creating fast lookup database ... Done
1902026-06-02T17:15:20.739ZFinalize: Reading search index ... Done
1912026-06-02T17:15:20.742ZFinalize: Updating search index ... Done
1922026-06-02T17:15:20.795ZFinalize: Updating package cache ... Done
1932026-06-02T17:15:21.105ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-06-02T17:15:21.105Zapache system 2.4 system
1952026-06-02T17:15:21.105Zclang system 15 system
1962026-06-02T17:15:21.105Zcsh system system illumos
1972026-06-02T17:15:21.105Zctags system system illumos
1982026-06-02T17:15:21.105Zfile vendor vendor darwinsys
1992026-06-02T17:15:21.105Zfile system system illumos
2002026-06-02T17:15:21.105Zgcc vendor 14 vendor
2012026-06-02T17:15:21.105Zgcc system 13 system
2022026-06-02T17:15:21.105Zgcc system 10 system
2032026-06-02T17:15:21.105Zgo system 1.25 system
2042026-06-02T17:15:21.105Zllvm system 15 system
2052026-06-02T17:15:21.105Zmariadb system 11.4 system
2062026-06-02T17:15:21.106Zmta vendor vendor dma
2072026-06-02T17:15:21.106Zopenjdk system 17 system
2082026-06-02T17:15:21.106Zopenjdk system 11 system
2092026-06-02T17:15:21.106Zopenssl vendor 3 vendor
2102026-06-02T17:15:21.106Zperl system 5.40 system
2112026-06-02T17:15:21.106Zpostgresql system 18 system
2122026-06-02T17:15:21.106Zpostgresql system 17 system
2132026-06-02T17:15:21.106Zpython vendor 3 vendor
2142026-06-02T17:15:21.106Zpython system 2 system
2152026-06-02T17:15:21.106Zpython3 vendor 3.13 vendor
2162026-06-02T17:15:21.106Zruby system 3.4 system
2172026-06-02T17:15:21.106Zruby system 3.0 system
2182026-06-02T17:15:21.106Zwords vendor vendor american-english
2192026-06-02T17:15:21.106Zwords system system australian-english
2202026-06-02T17:15:21.106Zwords system system british-english
2212026-06-02T17:15:21.106Zwords system system canadian-english
2222026-06-02T17:15:21.106Zwords system system french
2232026-06-02T17:15:21.106Zwords system system italian
2242026-06-02T17:15:21.106Zwords system system ngerman
2252026-06-02T17:15:21.106Zwords system system ogerman
2262026-06-02T17:15:21.106Zwords system system spanish
2272026-06-02T17:15:21.358ZPUBLISHER TYPE STATUS P LOCATION
2282026-06-02T17:15:21.358Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-06-02T17:15:21.641ZFMRI IFO
2302026-06-02T17:15:21.641Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-06-02T17:15:21.641Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-06-02T17:15:21.641Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-06-02T17:15:21.641Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-06-02T17:15:21.641Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-06-02T17:15:21.641Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-06-02T17:15:21.641Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-06-02T17:15:21.642Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-06-02T17:15:21.642Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-06-02T17:15:21.899Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-06-02T17:15:22.259Z Updating crates.io index
2412026-06-02T17:15:22.293Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-06-02T17:15:22.565Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-06-02T17:15:23.555Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-02T17:15:23.904Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-06-02T17:15:25.086Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-02T17:15:25.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-06-02T17:15:27.297Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-06-02T17:15:28.393Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-06-02T17:15:28.720Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-06-02T17:15:29.652Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-06-02T17:15:29.998Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-06-02T17:15:30.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-06-02T17:15:30.837Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-06-02T17:15:31.982Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-06-02T17:15:32.555Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-06-02T17:15:32.944Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-06-02T17:15:33.386Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-06-02T17:15:33.762Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-06-02T17:15:34.147Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-06-02T17:15:34.516Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-06-02T17:15:34.764Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-06-02T17:15:35.132Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-06-02T17:15:35.623Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-06-02T17:15:36.255Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-06-02T17:15:36.543Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-02T17:15:37.142Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-02T17:15:37.540Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-02T17:15:37.979Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-02T17:15:38.996Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-02T17:15:39.902Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-06-02T17:15:40.402Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-06-02T17:15:40.795Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-06-02T17:15:41.189Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-06-02T17:15:41.494Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-06-02T17:15:42.822Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-06-02T17:15:43.397Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-06-02T17:15:43.897Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-06-02T17:15:44.397Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-06-02T17:15:44.737Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-06-02T17:15:45.178Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-06-02T17:15:56.897Z Downloading crates ...
2822026-06-02T17:15:56.947Z Downloaded form_urlencoded v1.2.2
2832026-06-02T17:15:56.953Z Downloaded errno v0.3.14
2842026-06-02T17:15:56.956Z Downloaded autocfg v1.5.0
2852026-06-02T17:15:56.956Z Downloaded colorchoice v1.0.4
2862026-06-02T17:15:56.959Z Downloaded digest v0.10.7
2872026-06-02T17:15:56.959Z Downloaded camino v1.2.2
2882026-06-02T17:15:56.963Z Downloaded unicode-linebreak v0.1.5
2892026-06-02T17:15:56.966Z Downloaded utf8parse v0.2.2
2902026-06-02T17:15:56.966Z Downloaded strsim v0.11.1
2912026-06-02T17:15:56.966Z Downloaded zerofrom-derive v0.1.6
2922026-06-02T17:15:56.969Z Downloaded tinystr v0.8.2
2932026-06-02T17:15:56.969Z Downloaded dtrace-parser v0.2.0
2942026-06-02T17:15:56.970Z Downloaded thiserror v1.0.69
2952026-06-02T17:15:56.973Z Downloaded zmij v1.0.21
2962026-06-02T17:15:56.973Z Downloaded ordered-float v2.10.1
2972026-06-02T17:15:56.976Z Downloaded usdt-macro v0.5.0
2982026-06-02T17:15:56.976Z Downloaded serde-untagged v0.1.9
2992026-06-02T17:15:56.976Z Downloaded toml_datetime v0.6.11
3002026-06-02T17:15:56.976Z Downloaded anstyle v1.0.13
3012026-06-02T17:15:56.979Z Downloaded thiserror-impl v1.0.69
3022026-06-02T17:15:56.979Z Downloaded thiserror v2.0.18
3032026-06-02T17:15:56.982Z Downloaded cargo_toml v0.21.0
3042026-06-02T17:15:56.982Z Downloaded num-traits v0.2.19
3052026-06-02T17:15:56.986Z Downloaded utf8_iter v1.0.4
3062026-06-02T17:15:56.986Z Downloaded usdt v0.5.0
3072026-06-02T17:15:56.986Z Downloaded ucd-trie v0.1.7
3082026-06-02T17:15:56.989Z Downloaded usdt-attr-macro v0.5.0
3092026-06-02T17:15:56.989Z Downloaded toml v0.8.23
3102026-06-02T17:15:56.992Z Downloaded pest_meta v2.8.6
3112026-06-02T17:15:56.995Z Downloaded toml_write v0.1.2
3122026-06-02T17:15:56.995Z Downloaded version_check v0.9.5
3132026-06-02T17:15:56.995Z Downloaded serde_derive v1.0.228
3142026-06-02T17:15:56.999Z Downloaded proc-macro2 v1.0.106
3152026-06-02T17:15:57.002Z Downloaded icu_normalizer_data v2.1.1
3162026-06-02T17:15:57.006Z Downloaded zerovec-derive v0.11.2
3172026-06-02T17:15:57.006Z Downloaded icu_collections v2.1.1
3182026-06-02T17:15:57.011Z Downloaded fastrand v2.3.0
3192026-06-02T17:15:57.014Z Downloaded synstructure v0.13.2
3202026-06-02T17:15:57.014Z Downloaded indexmap v2.14.0
3212026-06-02T17:15:57.017Z Downloaded cfg-if v1.0.4
3222026-06-02T17:15:57.017Z Downloaded zerofrom v0.1.6
3232026-06-02T17:15:57.017Z Downloaded typeid v1.0.3
3242026-06-02T17:15:57.021Z Downloaded terminal_size v0.4.3
3252026-06-02T17:15:57.021Z Downloaded serde_spanned v0.6.9
3262026-06-02T17:15:57.021Z Downloaded serde-value v0.7.0
3272026-06-02T17:15:57.021Z Downloaded heck v0.4.1
3282026-06-02T17:15:57.021Z Downloaded cargo-platform v0.2.0
3292026-06-02T17:15:57.024Z Downloaded cpufeatures v0.2.17
3302026-06-02T17:15:57.024Z Downloaded writeable v0.6.2
3312026-06-02T17:15:57.024Z Downloaded thread-id v4.2.2
3322026-06-02T17:15:57.024Z Downloaded zerocopy v0.7.35
3332026-06-02T17:15:57.032Z Downloaded yoke-derive v0.8.1
3342026-06-02T17:15:57.035Z Downloaded anstream v0.6.21
3352026-06-02T17:15:57.035Z Downloaded usdt-impl v0.5.0
3362026-06-02T17:15:57.035Z Downloaded crypto-common v0.1.7
3372026-06-02T17:15:57.035Z Downloaded stable_deref_trait v1.2.1
3382026-06-02T17:15:57.038Z Downloaded unicode-xid v0.2.6
3392026-06-02T17:15:57.038Z Downloaded proc-macro-error-attr v1.0.4
3402026-06-02T17:15:57.041Z Downloaded zerotrie v0.2.3
3412026-06-02T17:15:57.042Z Downloaded unicode-ident v1.0.24
3422026-06-02T17:15:57.050Z Downloaded serde_tokenstream v0.2.3
3432026-06-02T17:15:57.053Z Downloaded displaydoc v0.2.5
3442026-06-02T17:15:57.053Z Downloaded tempfile v3.25.0
3452026-06-02T17:15:57.053Z Downloaded pest v2.8.6
3462026-06-02T17:15:57.053Z Downloaded zerovec v0.11.5
3472026-06-02T17:15:57.053Z Downloaded swrite v0.1.0
3482026-06-02T17:15:57.056Z Downloaded potential_utf v0.1.4
3492026-06-02T17:15:57.056Z Downloaded generic-array v0.14.7
3502026-06-02T17:15:57.056Z Downloaded once_cell v1.21.3
3512026-06-02T17:15:57.056Z Downloaded smawk v0.3.2
3522026-06-02T17:15:57.060Z Downloaded percent-encoding v2.3.2
3532026-06-02T17:15:57.060Z Downloaded equivalent v1.0.2
3542026-06-02T17:15:57.060Z Downloaded tabled_derive v0.7.0
3552026-06-02T17:15:57.060Z Downloaded pretty-hex v0.4.1
3562026-06-02T17:15:57.060Z Downloaded fnv v1.0.7
3572026-06-02T17:15:57.060Z Downloaded clap_lex v1.0.0
3582026-06-02T17:15:57.063Z Downloaded is_terminal_polyfill v1.70.2
3592026-06-02T17:15:57.063Z Downloaded thiserror-impl v2.0.18
3602026-06-02T17:15:57.063Z Downloaded cargo_metadata v0.21.0
3612026-06-02T17:15:57.063Z Downloaded dof v0.3.0
3622026-06-02T17:15:57.063Z Downloaded anstyle-query v1.1.5
3632026-06-02T17:15:57.066Z Downloaded plain v0.2.3
3642026-06-02T17:15:57.069Z Downloaded yoke v0.8.1
3652026-06-02T17:15:57.070Z Downloaded unicode-width v0.2.0
3662026-06-02T17:15:57.073Z Downloaded zerocopy-derive v0.7.35
3672026-06-02T17:15:57.073Z Downloaded macaddr v1.0.1
3682026-06-02T17:15:57.076Z Downloaded idna_adapter v1.2.1
3692026-06-02T17:15:57.076Z Downloaded heck v0.5.0
3702026-06-02T17:15:57.076Z Downloaded winnow v0.7.14
3712026-06-02T17:15:57.079Z Downloaded typenum v1.19.0
3722026-06-02T17:15:57.082Z Downloaded toml_edit v0.22.27
3732026-06-02T17:15:57.085Z Downloaded erased-serde v0.4.9
3742026-06-02T17:15:57.085Z Downloaded textwrap v0.16.2
3752026-06-02T17:15:57.085Z Downloaded url v2.5.8
3762026-06-02T17:15:57.089Z Downloaded proc-macro-error v1.0.4
3772026-06-02T17:15:57.089Z Downloaded anstyle-parse v0.2.7
3782026-06-02T17:15:57.092Z Downloaded bytecount v0.6.9
3792026-06-02T17:15:57.092Z Downloaded unicode-width v0.1.14
3802026-06-02T17:15:57.095Z Downloaded block-buffer v0.10.4
3812026-06-02T17:15:57.099Z Downloaded memmap v0.7.0
3822026-06-02T17:15:57.104Z Downloaded itoa v1.0.17
3832026-06-02T17:15:57.108Z Downloaded fs-err v3.3.0
3842026-06-02T17:15:57.126Z Downloaded sha2 v0.10.9
3852026-06-02T17:15:57.129Z Downloaded scroll_derive v0.12.1
3862026-06-02T17:15:57.129Z Downloaded clap_derive v4.5.55
3872026-06-02T17:15:57.129Z Downloaded byteorder v1.5.0
3882026-06-02T17:15:57.133Z Downloaded quote v1.0.45
3892026-06-02T17:15:57.136Z Downloaded scroll v0.12.0
3902026-06-02T17:15:57.140Z Downloaded camino-tempfile v1.4.1
3912026-06-02T17:15:57.143Z Downloaded anyhow v1.0.102
3922026-06-02T17:15:57.146Z Downloaded pest_generator v2.8.6
3932026-06-02T17:15:57.146Z Downloaded litemap v0.8.1
3942026-06-02T17:15:57.154Z Downloaded icu_provider v2.1.1
3952026-06-02T17:15:57.157Z Downloaded pest_derive v2.8.6
3962026-06-02T17:15:57.157Z Downloaded semver v1.0.28
3972026-06-02T17:15:57.160Z Downloaded serde_core v1.0.228
3982026-06-02T17:15:57.163Z Downloaded smallvec v1.15.1
3992026-06-02T17:15:57.163Z Downloaded clap v4.5.60
4002026-06-02T17:15:57.167Z Downloaded cargo-util-schemas v0.8.2
4012026-06-02T17:15:57.170Z Downloaded getrandom v0.4.1
4022026-06-02T17:15:57.180Z Downloaded bitflags v2.11.0
4032026-06-02T17:15:57.183Z Downloaded papergrid v0.11.0
4042026-06-02T17:15:57.186Z Downloaded log v0.4.29
4052026-06-02T17:15:57.186Z Downloaded icu_properties v2.1.2
4062026-06-02T17:15:57.197Z Downloaded icu_normalizer v2.1.1
4072026-06-02T17:15:57.201Z Downloaded icu_locale_core v2.1.1
4082026-06-02T17:15:57.207Z Downloaded serde v1.0.228
4092026-06-02T17:15:57.210Z Downloaded memchr v2.8.0
4102026-06-02T17:15:57.253Z Downloaded serde_json v1.0.149
4112026-06-02T17:15:57.257Z Downloaded idna v1.1.0
4122026-06-02T17:15:57.260Z Downloaded hashbrown v0.17.0
4132026-06-02T17:15:57.268Z Downloaded icu_properties_data v2.1.2
4142026-06-02T17:15:57.273Z Downloaded clap_builder v4.5.60
4152026-06-02T17:15:57.276Z Downloaded tabled v0.15.0
4162026-06-02T17:15:57.285Z Downloaded goblin v0.8.2
4172026-06-02T17:15:57.288Z Downloaded syn v1.0.109
4182026-06-02T17:15:57.294Z Downloaded syn v2.0.117
4192026-06-02T17:15:57.317Z Downloaded rustix v1.1.3
4202026-06-02T17:15:57.330Z Downloaded libc v0.2.185
4212026-06-02T17:15:57.397Z Compiling proc-macro2 v1.0.106
4222026-06-02T17:15:57.397Z Compiling unicode-ident v1.0.24
4232026-06-02T17:15:57.400Z Compiling quote v1.0.45
4242026-06-02T17:15:57.400Z Compiling serde_core v1.0.228
4252026-06-02T17:15:57.400Z Compiling libc v0.2.185
4262026-06-02T17:15:57.400Z Compiling version_check v0.9.5
4272026-06-02T17:15:57.400Z Compiling stable_deref_trait v1.2.1
4282026-06-02T17:15:57.400Z Compiling serde v1.0.228
4292026-06-02T17:15:57.713Z Compiling memchr v2.8.0
4302026-06-02T17:15:57.730Z Compiling zmij v1.0.21
4312026-06-02T17:15:57.920Z Compiling itoa v1.0.17
4322026-06-02T17:15:58.084Z Compiling thiserror v1.0.69
4332026-06-02T17:15:58.559Z Compiling ucd-trie v0.1.7
4342026-06-02T17:15:58.563Z Compiling autocfg v1.5.0
4352026-06-02T17:15:58.715Z Compiling pest v2.8.6
4362026-06-02T17:15:58.807Z Compiling writeable v0.6.2
4372026-06-02T17:15:58.877Z Compiling litemap v0.8.1
4382026-06-02T17:15:59.026Z Compiling icu_normalizer_data v2.1.1
4392026-06-02T17:15:59.064Z Compiling rustix v1.1.3
4402026-06-02T17:15:59.082Z Compiling icu_properties_data v2.1.2
4412026-06-02T17:15:59.198Z Compiling byteorder v1.5.0
4422026-06-02T17:15:59.432Z Compiling syn v2.0.117
4432026-06-02T17:15:59.449Z Compiling errno v0.3.14
4442026-06-02T17:15:59.518Z Compiling bitflags v2.11.0
4452026-06-02T17:15:59.535Z Compiling serde_json v1.0.149
4462026-06-02T17:15:59.738Z Compiling num-traits v0.2.19
4472026-06-02T17:15:59.741Z Compiling pest_meta v2.8.6
4482026-06-02T17:15:59.771Z Compiling typeid v1.0.3
4492026-06-02T17:15:59.953Z Compiling hashbrown v0.17.0
4502026-06-02T17:16:00.026Z Compiling smallvec v1.15.1
4512026-06-02T17:16:00.101Z Compiling equivalent v1.0.2
4522026-06-02T17:16:00.264Z Compiling thread-id v4.2.2
4532026-06-02T17:16:00.339Z Compiling usdt-impl v0.5.0
4542026-06-02T17:16:00.390Z Compiling proc-macro-error-attr v1.0.4
4552026-06-02T17:16:00.483Z Compiling indexmap v2.14.0
4562026-06-02T17:16:00.500Z Compiling toml_write v0.1.2
4572026-06-02T17:16:00.537Z Compiling winnow v0.7.14
4582026-06-02T17:16:00.565Z Compiling syn v1.0.109
4592026-06-02T17:16:00.730Z Compiling erased-serde v0.4.9
4602026-06-02T17:16:01.149Z Compiling proc-macro-error v1.0.4
4612026-06-02T17:16:01.210Z Compiling log v0.4.29
4622026-06-02T17:16:01.334Z Compiling camino v1.2.2
4632026-06-02T17:16:01.398Z Compiling thiserror v2.0.18
4642026-06-02T17:16:01.402Z Compiling getrandom v0.4.1
4652026-06-02T17:16:01.559Z Compiling utf8parse v0.2.2
4662026-06-02T17:16:01.649Z Compiling plain v0.2.3
4672026-06-02T17:16:01.673Z Compiling utf8_iter v1.0.4
4682026-06-02T17:16:01.724Z Compiling percent-encoding v2.3.2
4692026-06-02T17:16:01.799Z Compiling anstyle-parse v0.2.7
4702026-06-02T17:16:01.819Z Compiling ordered-float v2.10.1
4712026-06-02T17:16:01.919Z Compiling form_urlencoded v1.2.2
4722026-06-02T17:16:02.021Z Compiling terminal_size v0.4.3
4732026-06-02T17:16:02.085Z Compiling synstructure v0.13.2
4742026-06-02T17:16:02.088Z Compiling pest_generator v2.8.6
4752026-06-02T17:16:02.152Z Compiling colorchoice v1.0.4
4762026-06-02T17:16:02.267Z Compiling is_terminal_polyfill v1.70.2
4772026-06-02T17:16:02.317Z Compiling anstyle v1.0.13
4782026-06-02T17:16:02.359Z Compiling pretty-hex v0.4.1
4792026-06-02T17:16:02.409Z Compiling cfg-if v1.0.4
4802026-06-02T17:16:02.447Z Compiling anstyle-query v1.1.5
4812026-06-02T17:16:02.499Z Compiling serde-untagged v0.1.9
4822026-06-02T17:16:02.534Z Compiling anstream v0.6.21
4832026-06-02T17:16:02.667Z Compiling semver v1.0.28
4842026-06-02T17:16:02.736Z Compiling fs-err v3.3.0
4852026-06-02T17:16:02.783Z Compiling anyhow v1.0.102
4862026-06-02T17:16:02.837Z Compiling clap_lex v1.0.0
4872026-06-02T17:16:02.920Z Compiling strsim v0.11.1
4882026-06-02T17:16:02.982Z Compiling heck v0.5.0
4892026-06-02T17:16:03.020Z Compiling unicode-xid v0.2.6
4902026-06-02T17:16:03.088Z Compiling unicode-width v0.1.14
4912026-06-02T17:16:03.140Z Compiling once_cell v1.21.3
4922026-06-02T17:16:03.212Z Compiling fnv v1.0.7
4932026-06-02T17:16:03.262Z Compiling heck v0.4.1
4942026-06-02T17:16:03.313Z Compiling fastrand v2.3.0
4952026-06-02T17:16:03.344Z Compiling bytecount v0.6.9
4962026-06-02T17:16:03.361Z Compiling clap_builder v4.5.60
4972026-06-02T17:16:03.473Z Compiling papergrid v0.11.0
4982026-06-02T17:16:03.490Z Compiling tempfile v3.25.0
4992026-06-02T17:16:03.588Z Compiling memmap v0.7.0
5002026-06-02T17:16:03.664Z Compiling smawk v0.3.2
5012026-06-02T17:16:03.737Z Compiling serde_derive v1.0.228
5022026-06-02T17:16:03.761Z Compiling zerofrom-derive v0.1.6
5032026-06-02T17:16:03.797Z Compiling yoke-derive v0.8.1
5042026-06-02T17:16:03.852Z Compiling zerovec-derive v0.11.2
5052026-06-02T17:16:03.986Z Compiling displaydoc v0.2.5
5062026-06-02T17:16:04.705Z Compiling thiserror-impl v1.0.69
5072026-06-02T17:16:04.850Z Compiling zerocopy-derive v0.7.35
5082026-06-02T17:16:04.934Z Compiling pest_derive v2.8.6
5092026-06-02T17:16:04.953Z Compiling scroll_derive v0.12.1
5102026-06-02T17:16:05.124Z Compiling zerofrom v0.1.6
5112026-06-02T17:16:05.250Z Compiling yoke v0.8.1
5122026-06-02T17:16:05.350Z Compiling thiserror-impl v2.0.18
5132026-06-02T17:16:05.434Z Compiling zerovec v0.11.5
5142026-06-02T17:16:05.609Z Compiling zerotrie v0.2.3
5152026-06-02T17:16:05.697Z Compiling zerocopy v0.7.35
5162026-06-02T17:16:05.931Z Compiling scroll v0.12.0
5172026-06-02T17:16:05.992Z Compiling tinystr v0.8.2
5182026-06-02T17:16:06.122Z Compiling potential_utf v0.1.4
5192026-06-02T17:16:06.191Z Compiling icu_locale_core v2.1.1
5202026-06-02T17:16:06.194Z Compiling dtrace-parser v0.2.0
5212026-06-02T17:16:06.285Z Compiling icu_collections v2.1.1
5222026-06-02T17:16:06.303Z Compiling goblin v0.8.2
5232026-06-02T17:16:06.338Z Compiling tabled_derive v0.7.0
5242026-06-02T17:16:06.520Z Compiling clap_derive v4.5.55
5252026-06-02T17:16:06.882Z Compiling icu_provider v2.1.1
5262026-06-02T17:16:06.956Z Compiling unicode-width v0.2.0
5272026-06-02T17:16:07.076Z Compiling unicode-linebreak v0.1.5
5282026-06-02T17:16:07.160Z Compiling icu_properties v2.1.2
5292026-06-02T17:16:07.179Z Compiling icu_normalizer v2.1.1
5302026-06-02T17:16:07.230Z Compiling toml_datetime v0.6.11
5312026-06-02T17:16:07.246Z Compiling serde_spanned v0.6.9
5322026-06-02T17:16:07.262Z Compiling dof v0.3.0
5332026-06-02T17:16:07.315Z Compiling serde_tokenstream v0.2.3
5342026-06-02T17:16:07.385Z Compiling serde-value v0.7.0
5352026-06-02T17:16:07.482Z Compiling toml_edit v0.22.27
5362026-06-02T17:16:07.647Z Compiling cargo-platform v0.2.0
5372026-06-02T17:16:07.696Z Compiling textwrap v0.16.2
5382026-06-02T17:16:07.742Z Compiling tabled v0.15.0
5392026-06-02T17:16:07.914Z Compiling macaddr v1.0.1
5402026-06-02T17:16:08.142Z Compiling idna_adapter v1.2.1
5412026-06-02T17:16:08.161Z Compiling camino-tempfile v1.4.1
5422026-06-02T17:16:08.226Z Compiling usdt-attr-macro v0.5.0
5432026-06-02T17:16:08.244Z Compiling idna v1.1.0
5442026-06-02T17:16:08.260Z Compiling usdt-macro v0.5.0
5452026-06-02T17:16:08.280Z Compiling clap v4.5.60
5462026-06-02T17:16:08.638Z Compiling url v2.5.8
5472026-06-02T17:16:08.861Z Compiling toml v0.8.23
5482026-06-02T17:16:08.880Z Compiling swrite v0.1.0
5492026-06-02T17:16:08.898Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-02T17:16:09.233Z Compiling cargo-util-schemas v0.8.2
5512026-06-02T17:16:09.353Z Compiling cargo_toml v0.21.0
5522026-06-02T17:16:09.432Z Compiling usdt v0.5.0
5532026-06-02T17:16:10.105Z Compiling cargo_metadata v0.21.0
5542026-06-02T17:16:11.040Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-06-02T17:16:13.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.38s
5562026-06-02T17:16:13.345Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-06-02T17:16:13.905Z Downloading crates ...
5582026-06-02T17:16:13.997Z Downloaded adler2 v2.0.1
5592026-06-02T17:16:14.003Z Downloaded argon2 v0.5.3
5602026-06-02T17:16:14.009Z Downloaded allocator-api2 v0.2.21
5612026-06-02T17:16:14.012Z Downloaded colored v2.2.0
5622026-06-02T17:16:14.015Z Downloaded crunchy v0.2.4
5632026-06-02T17:16:14.018Z Downloaded bit-set v0.5.3
5642026-06-02T17:16:14.020Z Downloaded crc32fast v1.5.0
5652026-06-02T17:16:14.020Z Downloaded camino-tempfile-ext v0.3.3
5662026-06-02T17:16:14.023Z Downloaded display-error-chain v0.2.2
5672026-06-02T17:16:14.023Z Downloaded difflib v0.4.0
5682026-06-02T17:16:14.023Z Downloaded bit-vec v0.6.3
5692026-06-02T17:16:14.026Z Downloaded cfg_aliases v0.2.1
5702026-06-02T17:16:14.026Z Downloaded array-init v0.0.4
5712026-06-02T17:16:14.026Z Downloaded bcrypt-pbkdf v0.10.0
5722026-06-02T17:16:14.026Z Downloaded bb8 v0.8.6
5732026-06-02T17:16:14.030Z Downloaded async-recursion v1.1.1
5742026-06-02T17:16:14.030Z Downloaded atomic-waker v1.1.2
5752026-06-02T17:16:14.033Z Downloaded assert_matches v1.5.0
5762026-06-02T17:16:14.033Z Downloaded aes-gcm v0.10.3
5772026-06-02T17:16:14.036Z Downloaded ena v0.14.4
5782026-06-02T17:16:14.036Z Downloaded bit-set v0.8.0
5792026-06-02T17:16:14.036Z Downloaded foreign-types-shared v0.1.1
5802026-06-02T17:16:14.036Z Downloaded foldhash v0.1.5
5812026-06-02T17:16:14.039Z Downloaded ctr v0.9.2
5822026-06-02T17:16:14.039Z Downloaded crossterm v0.28.1
5832026-06-02T17:16:14.043Z Downloaded darling_core v0.23.0
5842026-06-02T17:16:14.046Z Downloaded darling v0.20.11
5852026-06-02T17:16:14.049Z Downloaded darling v0.21.3
5862026-06-02T17:16:14.052Z Downloaded daft-derive v0.1.7
5872026-06-02T17:16:14.056Z Downloaded daft v0.1.7
5882026-06-02T17:16:14.056Z Downloaded dtrace-parser v0.3.0
5892026-06-02T17:16:14.056Z Downloaded data-encoding v2.10.0
5902026-06-02T17:16:14.059Z Downloaded atomicwrites v0.4.4
5912026-06-02T17:16:14.059Z Downloaded ciborium v0.2.2
5922026-06-02T17:16:14.059Z Downloaded defmt-parser v1.0.0
5932026-06-02T17:16:14.059Z Downloaded cbc v0.1.2
5942026-06-02T17:16:14.063Z Downloaded async-stream-impl v0.3.6
5952026-06-02T17:16:14.063Z Downloaded blowfish v0.9.1
5962026-06-02T17:16:14.063Z Downloaded bitfield-struct v0.6.2
5972026-06-02T17:16:14.063Z Downloaded defmt-macros v1.0.1
5982026-06-02T17:16:14.065Z Downloaded derive-ex v0.1.8
5992026-06-02T17:16:14.065Z Downloaded darling_macro v0.21.3
6002026-06-02T17:16:14.068Z Downloaded derive_builder_macro v0.20.2
6012026-06-02T17:16:14.069Z Downloaded darling v0.13.4
6022026-06-02T17:16:14.069Z Downloaded castaway v0.2.4
6032026-06-02T17:16:14.072Z Downloaded csv-core v0.1.13
6042026-06-02T17:16:14.072Z Downloaded compression-core v0.4.31
6052026-06-02T17:16:14.072Z Downloaded backoff v0.4.0
6062026-06-02T17:16:14.075Z Downloaded crc8 v0.1.1
6072026-06-02T17:16:14.075Z Downloaded atty v0.2.14
6082026-06-02T17:16:14.075Z Downloaded block-padding v0.3.3
6092026-06-02T17:16:14.077Z Downloaded ciborium-io v0.2.2
6102026-06-02T17:16:14.077Z Downloaded derive_builder v0.20.2
6112026-06-02T17:16:14.081Z Downloaded env_filter v1.0.0
6122026-06-02T17:16:14.081Z Downloaded enum-as-inner v0.6.1
6132026-06-02T17:16:14.081Z Downloaded embedded-io v0.6.1
6142026-06-02T17:16:14.084Z Downloaded bitfield-macros v0.19.4
6152026-06-02T17:16:14.084Z Downloaded diesel_table_macro_syntax v0.3.0
6162026-06-02T17:16:14.084Z Downloaded crossbeam-deque v0.8.6
6172026-06-02T17:16:14.087Z Downloaded cmake v0.1.57
6182026-06-02T17:16:14.087Z Downloaded cexpr v0.6.0
6192026-06-02T17:16:14.087Z Downloaded cpufeatures v0.3.0
6202026-06-02T17:16:14.091Z Downloaded arrayref v0.3.9
6212026-06-02T17:16:14.091Z Downloaded dunce v1.0.5
6222026-06-02T17:16:14.091Z Downloaded ascii-canvas v3.0.0
6232026-06-02T17:16:14.091Z Downloaded downcast-rs v2.0.2
6242026-06-02T17:16:14.094Z Downloaded debug-ignore v1.0.5
6252026-06-02T17:16:14.094Z Downloaded endian-type v0.1.2
6262026-06-02T17:16:14.094Z Downloaded curve25519-dalek-derive v0.1.1
6272026-06-02T17:16:14.094Z Downloaded crucible-workspace-hack v0.1.0
6282026-06-02T17:16:14.097Z Downloaded base16ct v0.2.0
6292026-06-02T17:16:14.097Z Downloaded cstr-argument v0.1.2
6302026-06-02T17:16:14.097Z Downloaded cfg_aliases v0.1.1
6312026-06-02T17:16:14.097Z Downloaded arrayvec v0.7.6
6322026-06-02T17:16:14.100Z Downloaded async-stream v0.3.6
6332026-06-02T17:16:14.100Z Downloaded ciborium-ll v0.2.2
6342026-06-02T17:16:14.103Z Downloaded dirs-sys-next v0.1.2
6352026-06-02T17:16:14.106Z Downloaded dropshot-api-manager-types v0.7.2
6362026-06-02T17:16:14.109Z Downloaded fixedbitset v0.4.2
6372026-06-02T17:16:14.109Z Downloaded dirs-next v2.0.0
6382026-06-02T17:16:14.112Z Downloaded fallible-iterator v0.2.0
6392026-06-02T17:16:14.112Z Downloaded darling_core v0.21.3
6402026-06-02T17:16:14.115Z Downloaded futures-sink v0.3.32
6412026-06-02T17:16:14.115Z Downloaded crc v3.4.0
6422026-06-02T17:16:14.118Z Downloaded convert_case v0.4.0
6432026-06-02T17:16:14.118Z Downloaded darling_core v0.20.11
6442026-06-02T17:16:14.121Z Downloaded darling_macro v0.23.0
6452026-06-02T17:16:14.121Z Downloaded foreign-types v0.3.2
6462026-06-02T17:16:14.121Z Downloaded cargo-platform v0.3.2
6472026-06-02T17:16:14.124Z Downloaded darling_macro v0.20.11
6482026-06-02T17:16:14.127Z Downloaded float-ord v0.3.2
6492026-06-02T17:16:14.128Z Downloaded futures-task v0.3.32
6502026-06-02T17:16:14.128Z Downloaded foreign-types-macros v0.2.3
6512026-06-02T17:16:14.130Z Downloaded bitflags v1.3.2
6522026-06-02T17:16:14.130Z Downloaded aead v0.5.2
6532026-06-02T17:16:14.133Z Downloaded flagset v0.4.7
6542026-06-02T17:16:14.133Z Downloaded chacha20 v0.9.1
6552026-06-02T17:16:14.133Z Downloaded dsl_auto_type v0.2.0
6562026-06-02T17:16:14.136Z Downloaded git-stub v1.0.0
6572026-06-02T17:16:14.136Z Downloaded constant_time_eq v0.4.2
6582026-06-02T17:16:14.139Z Downloaded cassowary v0.3.0
6592026-06-02T17:16:14.139Z Downloaded darling_macro v0.13.4
6602026-06-02T17:16:14.139Z Downloaded funty v2.0.0
6612026-06-02T17:16:14.139Z Downloaded async-trait v0.1.89
6622026-06-02T17:16:14.142Z Downloaded ghash v0.5.1
6632026-06-02T17:16:14.142Z Downloaded fxhash v0.2.1
6642026-06-02T17:16:14.142Z Downloaded futures-macro v0.3.32
6652026-06-02T17:16:14.145Z Downloaded hash32 v0.3.1
6662026-06-02T17:16:14.145Z Downloaded fd-lock v4.0.4
6672026-06-02T17:16:14.149Z Downloaded foreign-types v0.5.0
6682026-06-02T17:16:14.149Z Downloaded console v0.16.2
6692026-06-02T17:16:14.149Z Downloaded async-bb8-diesel v0.2.1
6702026-06-02T17:16:14.152Z Downloaded float-cmp v0.10.0
6712026-06-02T17:16:14.152Z Downloaded defmt v1.0.1
6722026-06-02T17:16:14.152Z Downloaded dyn-clone v1.0.20
6732026-06-02T17:16:14.155Z Downloaded base64 v0.22.1
6742026-06-02T17:16:14.158Z Downloaded bzip2 v0.4.4
6752026-06-02T17:16:14.158Z Downloaded futures-io v0.3.32
6762026-06-02T17:16:14.158Z Downloaded diesel-dtrace v0.5.0
6772026-06-02T17:16:14.161Z Downloaded arc-swap v1.8.2
6782026-06-02T17:16:14.161Z Downloaded crc-catalog v2.4.0
6792026-06-02T17:16:14.164Z Downloaded cobs v0.3.0
6802026-06-02T17:16:14.164Z Downloaded futures-core v0.3.32
6812026-06-02T17:16:14.164Z Downloaded hash32 v0.2.1
6822026-06-02T17:16:14.167Z Downloaded globwalk v0.9.1
6832026-06-02T17:16:14.167Z Downloaded deranged v0.5.8
6842026-06-02T17:16:14.168Z Downloaded document-features v0.2.12
6852026-06-02T17:16:14.170Z Downloaded defmt v0.3.100
6862026-06-02T17:16:14.171Z Downloaded hex v0.4.3
6872026-06-02T17:16:14.171Z Downloaded headers-core v0.3.0
6882026-06-02T17:16:14.174Z Downloaded cargo_metadata v0.23.1
6892026-06-02T17:16:14.177Z Downloaded base64ct v1.8.3
6902026-06-02T17:16:14.177Z Downloaded hex-literal v0.4.1
6912026-06-02T17:16:14.180Z Downloaded const_format_proc_macros v0.2.34
6922026-06-02T17:16:14.183Z Downloaded http-range v0.1.5
6932026-06-02T17:16:14.183Z Downloaded hubpack v0.1.2
6942026-06-02T17:16:14.186Z Downloaded ident_case v1.0.1
6952026-06-02T17:16:14.186Z Downloaded httpdate v1.0.3
6962026-06-02T17:16:14.186Z Downloaded convert_case v0.10.0
6972026-06-02T17:16:14.189Z Downloaded cipher v0.4.4
6982026-06-02T17:16:14.189Z Downloaded http-body v1.0.1
6992026-06-02T17:16:14.189Z Downloaded bit-vec v0.8.0
7002026-06-02T17:16:14.189Z Downloaded find-msvc-tools v0.1.9
7012026-06-02T17:16:14.192Z Downloaded derive_builder_core v0.20.2
7022026-06-02T17:16:14.193Z Downloaded der_derive v0.7.3
7032026-06-02T17:16:14.196Z Downloaded critical-section v1.2.0
7042026-06-02T17:16:14.196Z Downloaded either v1.15.0
7052026-06-02T17:16:14.196Z Downloaded home v0.5.12
7062026-06-02T17:16:14.199Z Downloaded futures-executor v0.3.32
7072026-06-02T17:16:14.199Z Downloaded hostname v0.3.1
7082026-06-02T17:16:14.199Z Downloaded hyper-tls v0.6.0
7092026-06-02T17:16:14.199Z Downloaded filetime v0.2.27
7102026-06-02T17:16:14.202Z Downloaded ff v0.13.1
7112026-06-02T17:16:14.202Z Downloaded dof v0.4.0
7122026-06-02T17:16:14.202Z Downloaded console v0.15.11
7132026-06-02T17:16:14.205Z Downloaded illumos-nvpair-sys v0.2.0
7142026-06-02T17:16:14.205Z Downloaded cookie v0.18.1
7152026-06-02T17:16:14.208Z Downloaded indoc v1.0.9
7162026-06-02T17:16:14.208Z Downloaded foreign-types-shared v0.3.1
7172026-06-02T17:16:14.208Z Downloaded const-oid v0.9.6
7182026-06-02T17:16:14.211Z Downloaded diff v0.1.13
7192026-06-02T17:16:14.211Z Downloaded hubpack_derive v0.1.1
7202026-06-02T17:16:14.214Z Downloaded erased-serde v0.3.31
7212026-06-02T17:16:14.215Z Downloaded foldhash v0.2.0
7222026-06-02T17:16:14.215Z Downloaded ahash v0.8.12
7232026-06-02T17:16:14.218Z Downloaded des v0.8.1
7242026-06-02T17:16:14.218Z Downloaded darling v0.23.0
7252026-06-02T17:16:14.221Z Downloaded illumos-nvpair v0.3.0
7262026-06-02T17:16:14.221Z Downloaded fixedbitset v0.5.7
7272026-06-02T17:16:14.224Z Downloaded clang-sys v1.8.1
7282026-06-02T17:16:14.224Z Downloaded indent_write v2.2.0
7292026-06-02T17:16:14.227Z Downloaded fs_extra v1.3.0
7302026-06-02T17:16:14.227Z Downloaded group v0.13.0
7312026-06-02T17:16:14.227Z Downloaded glob v0.3.3
7322026-06-02T17:16:14.232Z Downloaded globset v0.4.18
7332026-06-02T17:16:14.232Z Downloaded fatfs v0.3.6
7342026-06-02T17:16:14.235Z Downloaded internet-checksum v0.2.1
7352026-06-02T17:16:14.235Z Downloaded is_ci v1.2.0
7362026-06-02T17:16:14.235Z Downloaded instant v0.1.13
7372026-06-02T17:16:14.235Z Downloaded instability v0.3.11
7382026-06-02T17:16:14.235Z Downloaded gethostname v0.5.0
7392026-06-02T17:16:14.238Z Downloaded is-terminal v0.4.17
7402026-06-02T17:16:14.238Z Downloaded inout v0.1.4
7412026-06-02T17:16:14.238Z Downloaded keccak v0.1.6
7422026-06-02T17:16:14.238Z Downloaded git-stub-vcs v0.1.0
7432026-06-02T17:16:14.241Z Downloaded fs-err v2.11.0
7442026-06-02T17:16:14.241Z Downloaded crossbeam-epoch v0.9.18
7452026-06-02T17:16:14.244Z Downloaded corncobs v0.1.4
7462026-06-02T17:16:14.244Z Downloaded lazy_static v1.5.0
7472026-06-02T17:16:14.244Z Downloaded kstat-rs v0.2.4
7482026-06-02T17:16:14.244Z Downloaded cookie_store v0.22.1
7492026-06-02T17:16:14.247Z Downloaded http-body-util v0.1.3
7502026-06-02T17:16:14.247Z Downloaded libscf-sys v1.1.0
7512026-06-02T17:16:14.247Z Downloaded lalrpop-util v0.19.12
7522026-06-02T17:16:14.250Z Downloaded byte-wrapper v0.1.0
7532026-06-02T17:16:14.250Z Downloaded bitfield v0.19.4
7542026-06-02T17:16:14.253Z Downloaded lru v0.12.5
7552026-06-02T17:16:14.253Z Downloaded embedded-io v0.4.0
7562026-06-02T17:16:14.253Z Downloaded cancel-safe-futures v0.1.5
7572026-06-02T17:16:14.257Z Downloaded match_cfg v0.1.0
7582026-06-02T17:16:14.257Z Downloaded ecdsa v0.16.9
7592026-06-02T17:16:14.257Z Downloaded blake2 v0.10.6
7602026-06-02T17:16:14.260Z Downloaded colored v3.1.1
7612026-06-02T17:16:14.260Z Downloaded compression-codecs v0.4.37
7622026-06-02T17:16:14.263Z Downloaded crossbeam-utils v0.8.21
7632026-06-02T17:16:14.266Z Downloaded env_logger v0.11.9
7642026-06-02T17:16:14.269Z Downloaded bcs v0.1.6
7652026-06-02T17:16:14.269Z Downloaded chacha20 v0.10.0
7662026-06-02T17:16:14.272Z Downloaded hyper-staticfile v0.10.1
7672026-06-02T17:16:14.272Z Downloaded lzss v0.8.2
7682026-06-02T17:16:14.272Z Downloaded impl-trait-for-tuples v0.2.3
7692026-06-02T17:16:14.275Z Downloaded hostname v0.4.2
7702026-06-02T17:16:14.275Z Downloaded md-5 v0.10.6
7712026-06-02T17:16:14.278Z Downloaded memoffset v0.9.1
7722026-06-02T17:16:14.278Z Downloaded indoc v2.0.7
7732026-06-02T17:16:14.278Z Downloaded humantime v2.3.0
7742026-06-02T17:16:14.282Z Downloaded derive_more-impl v2.1.1
7752026-06-02T17:16:14.285Z Downloaded md5 v0.7.0
7762026-06-02T17:16:14.285Z Downloaded futures-channel v0.3.32
7772026-06-02T17:16:14.285Z Downloaded expectorate v1.2.0
7782026-06-02T17:16:14.288Z Downloaded maybe-uninit v2.0.0
7792026-06-02T17:16:14.288Z Downloaded mime v0.3.17
7802026-06-02T17:16:14.291Z Downloaded ipnet v2.11.0
7812026-06-02T17:16:14.291Z Downloaded maplit v1.0.2
7822026-06-02T17:16:14.291Z Downloaded lru-slab v0.1.2
7832026-06-02T17:16:14.291Z Downloaded lru-cache v0.1.2
7842026-06-02T17:16:14.291Z Downloaded dropshot_endpoint v0.17.0
7852026-06-02T17:16:14.295Z Downloaded ed25519 v2.2.3
7862026-06-02T17:16:14.295Z Downloaded new_debug_unreachable v1.0.6
7872026-06-02T17:16:14.298Z Downloaded newtype_derive v0.1.6
7882026-06-02T17:16:14.298Z Downloaded newtype-uuid-macros v0.1.0
7892026-06-02T17:16:14.298Z Downloaded ingot-types v0.1.2
7902026-06-02T17:16:14.298Z Downloaded newline-converter v0.3.0
7912026-06-02T17:16:14.301Z Downloaded ingot v0.1.1
7922026-06-02T17:16:14.301Z Downloaded half v1.8.3
7932026-06-02T17:16:14.301Z Downloaded ipnetwork v0.21.1
7942026-06-02T17:16:14.304Z Downloaded nodrop v0.1.14
7952026-06-02T17:16:14.304Z Downloaded linked-hash-map v0.5.6
7962026-06-02T17:16:14.305Z Downloaded libsw v3.5.0
7972026-06-02T17:16:14.308Z Downloaded num v0.4.3
7982026-06-02T17:16:14.308Z Downloaded normalize-line-endings v0.3.0
7992026-06-02T17:16:14.308Z Downloaded nonempty v0.12.0
8002026-06-02T17:16:14.308Z Downloaded libefi-sys v0.1.0
8012026-06-02T17:16:14.308Z Downloaded jobserver v0.1.34
8022026-06-02T17:16:14.311Z Downloaded num-iter v0.1.45
8032026-06-02T17:16:14.311Z Downloaded getrandom v0.2.17
8042026-06-02T17:16:14.314Z Downloaded num_enum_derive v0.5.11
8052026-06-02T17:16:14.314Z Downloaded derive_more v0.99.20
8062026-06-02T17:16:14.317Z Downloaded num_threads v0.1.7
8072026-06-02T17:16:14.317Z Downloaded libsw-core v0.3.2
8082026-06-02T17:16:14.320Z Downloaded derive-where v1.6.0
8092026-06-02T17:16:14.320Z Downloaded num-conv v0.2.0
8102026-06-02T17:16:14.320Z Downloaded num-derive v0.4.2
8112026-06-02T17:16:14.323Z Downloaded opaque-debug v0.3.1
8122026-06-02T17:16:14.323Z Downloaded linear-map v1.2.0
8132026-06-02T17:16:14.327Z Downloaded libloading v0.8.9
8142026-06-02T17:16:14.327Z Downloaded drift v0.2.0
8152026-06-02T17:16:14.331Z Downloaded bzip2 v0.6.1
8162026-06-02T17:16:14.334Z Downloaded elliptic-curve v0.13.8
8172026-06-02T17:16:14.337Z Downloaded darling_core v0.13.4
8182026-06-02T17:16:14.340Z Downloaded iana-time-zone v0.1.65
8192026-06-02T17:16:14.340Z Downloaded olpc-cjson v0.1.4
8202026-06-02T17:16:14.340Z Downloaded httparse v1.10.1
8212026-06-02T17:16:14.343Z Downloaded managed v0.8.0
8222026-06-02T17:16:14.343Z Downloaded highway v1.3.0
8232026-06-02T17:16:14.346Z Downloaded openssl-probe v0.2.1
8242026-06-02T17:16:14.346Z Downloaded backon v1.6.0
8252026-06-02T17:16:14.346Z Downloaded openssl-macros v0.1.1
8262026-06-02T17:16:14.350Z Downloaded getrandom v0.3.4
8272026-06-02T17:16:14.350Z Downloaded packed_struct_codegen v0.10.1
8282026-06-02T17:16:14.353Z Downloaded openssl-probe v0.1.6
8292026-06-02T17:16:14.353Z Downloaded compact_str v0.8.1
8302026-06-02T17:16:14.353Z Downloaded flume v0.11.1
8312026-06-02T17:16:14.356Z Downloaded multimap v0.10.1
8322026-06-02T17:16:14.356Z Downloaded mime_guess v2.0.5
8332026-06-02T17:16:14.359Z Downloaded lock_api v0.4.14
8342026-06-02T17:16:14.359Z Downloaded buf-list v1.1.2
8352026-06-02T17:16:14.362Z Downloaded newtype-uuid v1.3.2
8362026-06-02T17:16:14.365Z Downloaded parse-display v0.10.0
8372026-06-02T17:16:14.365Z Downloaded native-tls v0.2.18
8382026-06-02T17:16:14.365Z Downloaded pbkdf2 v0.11.0
8392026-06-02T17:16:14.368Z Downloaded path-slash v0.1.5
8402026-06-02T17:16:14.368Z Downloaded nanorand v0.7.0
8412026-06-02T17:16:14.369Z Downloaded parse-size v1.1.0
8422026-06-02T17:16:14.372Z Downloaded ingot-macros v0.1.1
8432026-06-02T17:16:14.372Z Downloaded multer v3.1.0
8442026-06-02T17:16:14.372Z Downloaded nibble_vec v0.1.0
8452026-06-02T17:16:14.376Z Downloaded num-rational v0.4.2
8462026-06-02T17:16:14.379Z Downloaded hyper-rustls v0.27.7
8472026-06-02T17:16:14.382Z Downloaded pbkdf2 v0.12.2
8482026-06-02T17:16:14.382Z Downloaded num-complex v0.4.6
8492026-06-02T17:16:14.385Z Downloaded chacha20poly1305 v0.10.1
8502026-06-02T17:16:14.388Z Downloaded peg-runtime v0.8.5
8512026-06-02T17:16:14.388Z Downloaded num-integer v0.1.46
8522026-06-02T17:16:14.388Z Downloaded pin-utils v0.1.0
8532026-06-02T17:16:14.391Z Downloaded half v2.7.1
8542026-06-02T17:16:14.391Z Downloaded phf_shared v0.13.1
8552026-06-02T17:16:14.394Z Downloaded phf_shared v0.12.1
8562026-06-02T17:16:14.394Z Downloaded crc-any v2.5.0
8572026-06-02T17:16:14.397Z Downloaded const_format v0.2.35
8582026-06-02T17:16:14.401Z Downloaded num_enum_derive v0.7.5
8592026-06-02T17:16:14.401Z Downloaded phf_shared v0.11.3
8602026-06-02T17:16:14.401Z Downloaded hmac v0.12.1
8612026-06-02T17:16:14.409Z Downloaded powerfmt v0.2.0
8622026-06-02T17:16:14.425Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-06-02T17:16:14.428Z Downloaded proc-macro-crate v3.4.0
8642026-06-02T17:16:14.428Z Downloaded packed_struct v0.10.1
8652026-06-02T17:16:14.428Z Downloaded memmap2 v0.9.10
8662026-06-02T17:16:14.432Z Downloaded ignore v0.4.25
8672026-06-02T17:16:14.432Z Downloaded predicates-tree v1.0.13
8682026-06-02T17:16:14.432Z Downloaded precomputed-hash v0.1.1
8692026-06-02T17:16:14.435Z Downloaded owo-colors v4.3.0
8702026-06-02T17:16:14.435Z Downloaded oso-derive v0.27.3
8712026-06-02T17:16:14.435Z Downloaded proc-macro-crate v1.3.1
8722026-06-02T17:16:14.435Z Downloaded progenitor-client v0.10.0
8732026-06-02T17:16:14.438Z Downloaded parse-display-derive v0.10.0
8742026-06-02T17:16:14.438Z Downloaded num_enum v0.5.11
8752026-06-02T17:16:14.441Z Downloaded progenitor-macro v0.11.2
8762026-06-02T17:16:14.441Z Downloaded progenitor-client v0.11.2
8772026-06-02T17:16:14.441Z Downloaded password-hash v0.4.2
8782026-06-02T17:16:14.444Z Downloaded num-derive v0.3.3
8792026-06-02T17:16:14.445Z Downloaded indexmap v1.9.3
8802026-06-02T17:16:14.448Z Downloaded progenitor-macro v0.13.0
8812026-06-02T17:16:14.448Z Downloaded heapless v0.7.17
8822026-06-02T17:16:14.451Z Downloaded heapless v0.8.0
8832026-06-02T17:16:14.451Z Downloaded paste v1.0.15
8842026-06-02T17:16:14.454Z Downloaded password-hash v0.5.0
8852026-06-02T17:16:14.454Z Downloaded pem v3.0.6
8862026-06-02T17:16:14.457Z Downloaded peg-macros v0.8.5
8872026-06-02T17:16:14.457Z Downloaded progenitor-macro v0.14.0
8882026-06-02T17:16:14.457Z Downloaded peg v0.8.5
8892026-06-02T17:16:14.461Z Downloaded phf v0.12.1
8902026-06-02T17:16:14.461Z Downloaded pkcs8 v0.10.2
8912026-06-02T17:16:14.464Z Downloaded litrs v1.0.0
8922026-06-02T17:16:14.464Z Downloaded num_enum v0.7.5
8932026-06-02T17:16:14.467Z Downloaded rand_chacha v0.3.1
8942026-06-02T17:16:14.467Z Downloaded quick-error v1.2.3
8952026-06-02T17:16:14.470Z Downloaded psl-types v2.0.11
8962026-06-02T17:16:14.470Z Downloaded omicron-zone-package v0.12.2
8972026-06-02T17:16:14.473Z Downloaded cc v1.2.56
8982026-06-02T17:16:14.473Z Downloaded pkg-config v0.3.32
8992026-06-02T17:16:14.476Z Downloaded crossbeam-channel v0.5.15
9002026-06-02T17:16:14.476Z Downloaded phf v0.13.1
9012026-06-02T17:16:14.479Z Downloaded poly1305 v0.8.0
9022026-06-02T17:16:14.479Z Downloaded rand_xorshift v0.4.0
9032026-06-02T17:16:14.482Z Downloaded predicates-core v1.0.10
9042026-06-02T17:16:14.482Z Downloaded base64 v0.21.7
9052026-06-02T17:16:14.483Z Downloaded pin-project-internal v1.1.11
9062026-06-02T17:16:14.486Z Downloaded async-compression v0.4.41
9072026-06-02T17:16:14.489Z Downloaded predicates v3.1.4
9082026-06-02T17:16:14.492Z Downloaded ppv-lite86 v0.2.21
9092026-06-02T17:16:14.492Z Downloaded indicatif v0.18.4
9102026-06-02T17:16:14.495Z Downloaded proc-macro-error2 v2.0.1
9112026-06-02T17:16:14.495Z Downloaded parking_lot_core v0.9.12
9122026-06-02T17:16:14.498Z Downloaded oxnet v0.1.4
9132026-06-02T17:16:14.498Z Downloaded parking_lot v0.12.5
9142026-06-02T17:16:14.501Z Downloaded parking_lot v0.11.2
9152026-06-02T17:16:14.501Z Downloaded progenitor v0.13.0
9162026-06-02T17:16:14.501Z Downloaded progenitor v0.11.2
9172026-06-02T17:16:14.504Z Downloaded primeorder v0.13.6
9182026-06-02T17:16:14.504Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-06-02T17:16:14.504Z Downloaded progenitor-extras v0.2.0
9202026-06-02T17:16:14.507Z Downloaded progenitor-client v0.14.0
9212026-06-02T17:16:14.507Z Downloaded parking_lot_core v0.8.6
9222026-06-02T17:16:14.507Z Downloaded ref-cast-impl v1.0.25
9232026-06-02T17:16:14.510Z Downloaded ref-cast v1.0.25
9242026-06-02T17:16:14.511Z Downloaded recursive v0.1.1
9252026-06-02T17:16:14.511Z Downloaded progenitor-client v0.13.0
9262026-06-02T17:16:14.514Z Downloaded progenitor v0.14.0
9272026-06-02T17:16:14.514Z Downloaded dropshot-api-manager v0.7.2
9282026-06-02T17:16:14.517Z Downloaded der v0.7.10
9292026-06-02T17:16:14.520Z Downloaded hickory-resolver v0.25.2
9302026-06-02T17:16:14.523Z Downloaded oxide-tokio-rt v0.1.4
9312026-06-02T17:16:14.523Z Downloaded pem-rfc7468 v0.7.0
9322026-06-02T17:16:14.526Z Downloaded flate2 v1.1.9
9332026-06-02T17:16:14.526Z Downloaded postcard v1.1.3
9342026-06-02T17:16:14.529Z Downloaded pkcs1 v0.7.5
9352026-06-02T17:16:14.529Z Downloaded r2d2 v0.8.10
9362026-06-02T17:16:14.532Z Downloaded psm v0.1.30
9372026-06-02T17:16:14.532Z Downloaded pin-project-lite v0.2.17
9382026-06-02T17:16:14.536Z Downloaded rustc_version v0.1.7
9392026-06-02T17:16:14.539Z Downloaded rustc-hash v2.1.1
9402026-06-02T17:16:14.539Z Downloaded radium v0.7.0
9412026-06-02T17:16:14.539Z Downloaded crypto-bigint v0.5.5
9422026-06-02T17:16:14.542Z Downloaded postgres-protocol v0.6.10
9432026-06-02T17:16:14.542Z Downloaded polyval v0.6.2
9442026-06-02T17:16:14.545Z Downloaded bumpalo v3.20.2
9452026-06-02T17:16:14.545Z Downloaded ar_archive_writer v0.5.1
9462026-06-02T17:16:14.548Z Downloaded rand_seeder v0.4.0
9472026-06-02T17:16:14.548Z Downloaded postgres-types v0.2.12
9482026-06-02T17:16:14.551Z Downloaded rfc6979 v0.4.0
9492026-06-02T17:16:14.551Z Downloaded rand_chacha v0.9.0
9502026-06-02T17:16:14.551Z Downloaded rand_core v0.9.5
9512026-06-02T17:16:14.554Z Downloaded nu-ansi-term v0.50.3
9522026-06-02T17:16:14.554Z Downloaded rand_core v0.10.0
9532026-06-02T17:16:14.557Z Downloaded oso v0.27.3
9542026-06-02T17:16:14.557Z Downloaded rand_core v0.6.4
9552026-06-02T17:16:14.560Z Downloaded libbz2-rs-sys v0.2.2
9562026-06-02T17:16:14.561Z Downloaded headers v0.4.1
9572026-06-02T17:16:14.564Z Downloaded rtoolbox v0.0.3
9582026-06-02T17:16:14.564Z Downloaded futures v0.3.32
9592026-06-02T17:16:14.567Z Downloaded salsa20 v0.10.2
9602026-06-02T17:16:14.570Z Downloaded miniz_oxide v0.8.9
9612026-06-02T17:16:14.570Z Downloaded ed25519-dalek v2.2.0
9622026-06-02T17:16:14.573Z Downloaded derive_more v2.1.1
9632026-06-02T17:16:14.576Z Downloaded russh-cryptovec v0.7.3
9642026-06-02T17:16:14.579Z Downloaded papergrid v0.17.0
9652026-06-02T17:16:14.583Z Downloaded secrecy v0.10.3
9662026-06-02T17:16:14.583Z Downloaded jiff-static v0.2.21
9672026-06-02T17:16:14.583Z Downloaded scheduled-thread-pool v0.2.7
9682026-06-02T17:16:14.586Z Downloaded sapling-renderdag v0.1.0
9692026-06-02T17:16:14.586Z Downloaded hickory-resolver v0.24.4
9702026-06-02T17:16:14.589Z Downloaded http v1.4.0
9712026-06-02T17:16:14.589Z Downloaded secrecy v0.8.0
9722026-06-02T17:16:14.592Z Downloaded scroll_derive v0.13.1
9732026-06-02T17:16:14.592Z Downloaded scopeguard v1.2.0
9742026-06-02T17:16:14.592Z Downloaded same-file v1.0.6
9752026-06-02T17:16:14.596Z Downloaded rustc_version v0.4.1
9762026-06-02T17:16:14.599Z Downloaded resolv-conf v0.7.6
9772026-06-02T17:16:14.599Z Downloaded serde_urlencoded v0.7.1
9782026-06-02T17:16:14.599Z Downloaded serde_plain v1.0.2
9792026-06-02T17:16:14.603Z Downloaded serde_repr v0.1.20
9802026-06-02T17:16:14.603Z Downloaded serde-big-array v0.5.1
9812026-06-02T17:16:14.603Z Downloaded scrypt v0.11.0
9822026-06-02T17:16:14.614Z Downloaded seq-macro v0.3.6
9832026-06-02T17:16:14.614Z Downloaded signature v2.2.0
9842026-06-02T17:16:14.614Z Downloaded serde_bytes v0.11.19
9852026-06-02T17:16:14.614Z Downloaded rustls-pemfile v2.2.0
9862026-06-02T17:16:14.614Z Downloaded serde_spanned v1.0.4
9872026-06-02T17:16:14.614Z Downloaded hashbrown v0.12.3
9882026-06-02T17:16:14.614Z Downloaded bytes v1.11.1
9892026-06-02T17:16:14.617Z Downloaded sha1 v0.10.6
9902026-06-02T17:16:14.617Z Downloaded pkcs5 v0.7.1
9912026-06-02T17:16:14.620Z Downloaded diesel_derives v2.3.7
9922026-06-02T17:16:14.623Z Downloaded hashbrown v0.13.2
9932026-06-02T17:16:14.626Z Downloaded signal-hook-mio v0.2.5
9942026-06-02T17:16:14.630Z Downloaded rustls-pemfile v1.0.4
9952026-06-02T17:16:14.630Z Downloaded siphasher v1.0.2
9962026-06-02T17:16:14.633Z Downloaded slog-bunyan v2.5.0
9972026-06-02T17:16:14.633Z Downloaded schemars_derive v0.8.22
9982026-06-02T17:16:14.633Z Downloaded openssl-sys v0.9.115
9992026-06-02T17:16:14.637Z Downloaded progenitor-impl v0.11.2
10002026-06-02T17:16:14.641Z Downloaded sigpipe v0.1.3
10012026-06-02T17:16:14.641Z Downloaded signal-hook-tokio v0.3.1
10022026-06-02T17:16:14.644Z Downloaded scroll v0.13.0
10032026-06-02T17:16:14.644Z Downloaded slog-envlogger v2.2.0
10042026-06-02T17:16:14.647Z Downloaded rustversion v1.0.22
10052026-06-02T17:16:14.652Z Downloaded progenitor-impl v0.14.0
10062026-06-02T17:16:14.656Z Downloaded serde_path_to_error v0.1.20
10072026-06-02T17:16:14.659Z Downloaded rusty-fork v0.3.1
10082026-06-02T17:16:14.659Z Downloaded hickory-server v0.25.2
10092026-06-02T17:16:14.662Z Downloaded sec1 v0.7.3
10102026-06-02T17:16:14.665Z Downloaded pin-project v1.1.11
10112026-06-02T17:16:14.670Z Downloaded shell-words v1.1.1
10122026-06-02T17:16:14.673Z Downloaded semver v0.1.20
10132026-06-02T17:16:14.673Z Downloaded sct v0.7.1
10142026-06-02T17:16:14.676Z Downloaded russh-keys v0.45.0
10152026-06-02T17:16:14.676Z Downloaded ssh-cipher v0.2.0
10162026-06-02T17:16:14.679Z Downloaded shlex v1.3.0
10172026-06-02T17:16:14.679Z Downloaded serde_derive_internals v0.29.1
10182026-06-02T17:16:14.679Z Downloaded serde-hex v0.1.0
10192026-06-02T17:16:14.682Z Downloaded quinn-udp v0.5.14
10202026-06-02T17:16:14.685Z Downloaded rustls-pki-types v1.14.0
10212026-06-02T17:16:14.688Z Downloaded serde_with_macros v1.5.2
10222026-06-02T17:16:14.691Z Downloaded prefix-trie v0.7.0
10232026-06-02T17:16:14.694Z Downloaded aes v0.8.4
10242026-06-02T17:16:14.694Z Downloaded simd-adler32 v0.3.8
10252026-06-02T17:16:14.697Z Downloaded sqlparser_derive v0.5.0
10262026-06-02T17:16:14.697Z Downloaded structmeta v0.3.0
10272026-06-02T17:16:14.700Z Downloaded strsim v0.10.0
10282026-06-02T17:16:14.700Z Downloaded strip-ansi-escapes v0.2.1
10292026-06-02T17:16:14.703Z Downloaded strum v0.26.3
10302026-06-02T17:16:14.703Z Downloaded slab v0.4.12
10312026-06-02T17:16:14.706Z Downloaded pretty_assertions v1.4.1
10322026-06-02T17:16:14.706Z Downloaded signal-hook-registry v1.4.8
10332026-06-02T17:16:14.706Z Downloaded rustls-native-certs v0.8.3
10342026-06-02T17:16:14.710Z Downloaded minimal-lexical v0.2.1
10352026-06-02T17:16:14.713Z Downloaded progenitor-impl v0.13.0
10362026-06-02T17:16:14.713Z Downloaded structmeta-derive v0.3.0
10372026-06-02T17:16:14.713Z Downloaded subtle v2.6.1
10382026-06-02T17:16:14.713Z Downloaded ssh-encoding v0.2.0
10392026-06-02T17:16:14.716Z Downloaded slog-async v2.8.0
10402026-06-02T17:16:14.716Z Downloaded smf v0.2.3
10412026-06-02T17:16:14.716Z Downloaded smallvec v0.6.14
10422026-06-02T17:16:14.720Z Downloaded p256 v0.13.2
10432026-06-02T17:16:14.720Z Downloaded slog-dtrace v0.3.0
10442026-06-02T17:16:14.723Z Downloaded tabwriter v1.4.1
10452026-06-02T17:16:14.723Z Downloaded tagptr v0.2.0
10462026-06-02T17:16:14.723Z Downloaded sync-ptr v0.1.4
10472026-06-02T17:16:14.726Z Downloaded hyper-util v0.1.20
10482026-06-02T17:16:14.729Z Downloaded rcgen v0.12.1
10492026-06-02T17:16:14.729Z Downloaded slog-term v2.9.2
10502026-06-02T17:16:14.732Z Downloaded slog-stdlog v4.1.1
10512026-06-02T17:16:14.732Z Downloaded slog-scope v4.4.1
10522026-06-02T17:16:14.732Z Downloaded slog-json v2.6.1
10532026-06-02T17:16:14.735Z Downloaded take_mut v0.2.2
10542026-06-02T17:16:14.735Z Downloaded supports-color v3.0.2
10552026-06-02T17:16:14.738Z Downloaded tabled_derive v0.11.0
10562026-06-02T17:16:14.738Z Downloaded spki v0.7.3
10572026-06-02T17:16:14.741Z Downloaded termtree v0.5.1
10582026-06-02T17:16:14.744Z Downloaded tap v1.0.1
10592026-06-02T17:16:14.747Z Downloaded hashbrown v0.15.5
10602026-06-02T17:16:14.750Z Downloaded crossterm v0.29.0
10612026-06-02T17:16:14.753Z Downloaded testing_table v0.3.0
10622026-06-02T17:16:14.756Z Downloaded snafu-derive v0.8.9
10632026-06-02T17:16:14.756Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-02T17:16:14.756Z Downloaded time-core v0.1.8
10652026-06-02T17:16:14.759Z Downloaded rayon-core v1.13.0
10662026-06-02T17:16:14.759Z Downloaded thread-id v5.1.0
10672026-06-02T17:16:14.762Z Downloaded sqlformat v0.3.5
10682026-06-02T17:16:14.762Z Downloaded serde_cbor v0.11.2
10692026-06-02T17:16:14.762Z Downloaded string_cache v0.8.9
10702026-06-02T17:16:14.765Z Downloaded static_assertions v1.1.0
10712026-06-02T17:16:14.768Z Downloaded tinyvec_macros v0.1.1
10722026-06-02T17:16:14.768Z Downloaded stringprep v0.1.5
10732026-06-02T17:16:14.771Z Downloaded prettyplease v0.2.37
10742026-06-02T17:16:14.772Z Downloaded nom v7.1.3
10752026-06-02T17:16:14.776Z Downloaded ron v0.8.1
10762026-06-02T17:16:14.779Z Downloaded sync_wrapper v1.0.2
10772026-06-02T17:16:14.783Z Downloaded strum_macros v0.27.2
10782026-06-02T17:16:14.783Z Downloaded strum_macros v0.26.4
10792026-06-02T17:16:14.783Z Downloaded mio v1.2.0
10802026-06-02T17:16:14.788Z Downloaded strum v0.27.2
10812026-06-02T17:16:14.791Z Downloaded strum_macros v0.24.3
10822026-06-02T17:16:14.791Z Downloaded rustls-platform-verifier v0.6.2
10832026-06-02T17:16:14.794Z Downloaded quinn v0.11.9
10842026-06-02T17:16:14.797Z Downloaded tokio-macros v2.7.0
10852026-06-02T17:16:14.797Z Downloaded num-bigint v0.4.6
10862026-06-02T17:16:14.800Z Downloaded ryu v1.0.23
10872026-06-02T17:16:14.803Z Downloaded libxml v0.3.3
10882026-06-02T17:16:14.806Z Downloaded tower-layer v0.3.3
10892026-06-02T17:16:14.807Z Downloaded topological-sort v0.2.2
10902026-06-02T17:16:14.811Z Downloaded support-bundle-viewer v0.1.2
10912026-06-02T17:16:14.816Z Downloaded serde_with_macros v3.17.0
10922026-06-02T17:16:14.819Z Downloaded tower-service v0.3.3
10932026-06-02T17:16:14.819Z Downloaded thiserror-no-std v2.0.2
10942026-06-02T17:16:14.822Z Downloaded itertools v0.10.5
10952026-06-02T17:16:14.825Z Downloaded typify-macro v0.6.2
10962026-06-02T17:16:14.828Z Downloaded try-lock v0.2.5
10972026-06-02T17:16:14.828Z Downloaded publicsuffix v2.3.0
10982026-06-02T17:16:14.828Z Downloaded qorb v0.4.1
10992026-06-02T17:16:14.831Z Downloaded similar v2.7.0
11002026-06-02T17:16:14.834Z Downloaded thread_local v1.1.9
11012026-06-02T17:16:14.837Z Downloaded termios v0.3.3
11022026-06-02T17:16:14.837Z Downloaded spin v0.9.8
11032026-06-02T17:16:14.837Z Downloaded trait-variant v0.1.2
11042026-06-02T17:16:14.840Z Downloaded typify-macro v0.4.3
11052026-06-02T17:16:14.840Z Downloaded iri-string v0.7.10
11062026-06-02T17:16:14.844Z Downloaded tokio-tungstenite v0.21.0
11072026-06-02T17:16:14.848Z Downloaded tiny-keccak v2.0.2
11082026-06-02T17:16:14.851Z Downloaded aws-lc-rs v1.16.3
11092026-06-02T17:16:14.854Z Downloaded tokio-native-tls v0.3.1
11102026-06-02T17:16:14.854Z Downloaded tls_codec v0.4.2
11112026-06-02T17:16:14.857Z Downloaded unit-prefix v0.5.2
11122026-06-02T17:16:14.857Z Downloaded unicode-truncate v1.1.0
11132026-06-02T17:16:14.857Z Downloaded untrusted v0.7.1
11142026-06-02T17:16:14.860Z Downloaded time-macros v0.2.27
11152026-06-02T17:16:14.860Z Downloaded signal-hook v0.3.18
11162026-06-02T17:16:14.864Z Downloaded unarray v0.1.4
11172026-06-02T17:16:14.864Z Downloaded stacker v0.1.23
11182026-06-02T17:16:14.864Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-06-02T17:16:14.867Z Downloaded rsa v0.9.10
11202026-06-02T17:16:14.870Z Downloaded term v0.7.0
11212026-06-02T17:16:14.870Z Downloaded tls_codec_derive v0.4.2
11222026-06-02T17:16:14.873Z Downloaded socket2 v0.5.10
11232026-06-02T17:16:14.873Z Downloaded serde_yaml v0.9.34+deprecated
11242026-06-02T17:16:14.876Z Downloaded usdt-attr-macro v0.6.0
11252026-06-02T17:16:14.876Z Downloaded usdt v0.6.0
11262026-06-02T17:16:14.876Z Downloaded tokio-dtrace v0.1.1
11272026-06-02T17:16:14.880Z Downloaded utf-8 v0.7.6
11282026-06-02T17:16:14.880Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-06-02T17:16:14.880Z Downloaded rand v0.8.6
11302026-06-02T17:16:14.883Z Downloaded slog v2.8.2
11312026-06-02T17:16:14.883Z Downloaded hyper v1.8.1
11322026-06-02T17:16:14.886Z Downloaded untrusted v0.9.0
11332026-06-02T17:16:14.889Z Downloaded schemars v0.8.22
11342026-06-02T17:16:14.893Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-06-02T17:16:14.896Z Downloaded usdt-macro v0.6.0
11362026-06-02T17:16:14.897Z Downloaded tokio-rustls v0.25.0
11372026-06-02T17:16:14.897Z Downloaded void v1.0.2
11382026-06-02T17:16:14.900Z Downloaded universal-hash v0.5.1
11392026-06-02T17:16:14.900Z Downloaded rand v0.9.2
11402026-06-02T17:16:14.904Z Downloaded socket2 v0.6.3
11412026-06-02T17:16:14.904Z Downloaded schemars v1.2.1
11422026-06-02T17:16:14.910Z Downloaded want v0.3.1
11432026-06-02T17:16:14.913Z Downloaded tui-tree-widget v0.23.1
11442026-06-02T17:16:14.913Z Downloaded term v1.2.1
11452026-06-02T17:16:14.916Z Downloaded num-bigint-dig v0.8.6
11462026-06-02T17:16:14.916Z Downloaded waitgroup v0.1.2
11472026-06-02T17:16:14.919Z Downloaded wait-timeout v0.2.1
11482026-06-02T17:16:14.919Z Downloaded schemars v0.9.0
11492026-06-02T17:16:14.924Z Downloaded tokio-tungstenite v0.23.1
11502026-06-02T17:16:14.927Z Downloaded rustls-webpki v0.103.9
11512026-06-02T17:16:14.931Z Downloaded itertools v0.13.0
11522026-06-02T17:16:14.934Z Downloaded snafu v0.8.9
11532026-06-02T17:16:14.937Z Downloaded libm v0.2.16
11542026-06-02T17:16:14.940Z Downloaded itertools v0.14.0
11552026-06-02T17:16:14.944Z Downloaded hkdf v0.12.4
11562026-06-02T17:16:14.947Z Downloaded zone v0.3.1
11572026-06-02T17:16:14.947Z Downloaded xshell-macros v0.2.7
11582026-06-02T17:16:14.947Z Downloaded xattr v1.6.1
11592026-06-02T17:16:14.951Z Downloaded toml_parser v1.0.9+spec-1.1.0
11602026-06-02T17:16:14.951Z Downloaded blake3 v1.8.3
11612026-06-02T17:16:14.955Z Downloaded itertools v0.12.1
11622026-06-02T17:16:14.960Z Downloaded unicase v2.9.0
11632026-06-02T17:16:14.965Z Downloaded uzers v0.12.2
11642026-06-02T17:16:14.965Z Downloaded twox-hash v2.1.2
11652026-06-02T17:16:14.965Z Downloaded tokio-stream v0.1.18
11662026-06-02T17:16:14.969Z Downloaded tokio-rustls v0.26.4
11672026-06-02T17:16:14.969Z Downloaded zone_cfg_derive v0.3.1
11682026-06-02T17:16:14.969Z Downloaded vergen-lib v0.1.6
11692026-06-02T17:16:14.969Z Downloaded vergen-gitcl v1.0.8
11702026-06-02T17:16:14.969Z Downloaded walkdir v2.5.0
11712026-06-02T17:16:14.972Z Downloaded vsss-rs v3.3.4
11722026-06-02T17:16:14.972Z Downloaded whoami v1.6.1
11732026-06-02T17:16:14.972Z Downloaded vergen-lib v9.1.0
11742026-06-02T17:16:14.972Z Downloaded vergen-git2 v9.1.0
11752026-06-02T17:16:14.975Z Downloaded subprocess v0.2.15
11762026-06-02T17:16:14.975Z Downloaded tinyvec v1.10.0
11772026-06-02T17:16:14.978Z Downloaded futures-util v0.3.32
11782026-06-02T17:16:14.984Z Downloaded tracing-attributes v0.1.31
11792026-06-02T17:16:14.987Z Downloaded test-strategy v0.4.5
11802026-06-02T17:16:14.987Z Downloaded usdt-impl v0.6.0
11812026-06-02T17:16:14.990Z Downloaded whoami v2.1.0
11822026-06-02T17:16:14.990Z Downloaded samael v0.0.19
11832026-06-02T17:16:14.993Z Downloaded xshell v0.2.7
11842026-06-02T17:16:14.996Z Downloaded unicode-properties v0.1.4
11852026-06-02T17:16:14.996Z Downloaded tokio-rustls v0.24.1
11862026-06-02T17:16:14.999Z Downloaded rand v0.10.0
11872026-06-02T17:16:14.999Z Downloaded hashbrown v0.16.1
11882026-06-02T17:16:15.005Z Downloaded russh v0.45.0
11892026-06-02T17:16:15.012Z Downloaded iddqd v0.4.2
11902026-06-02T17:16:15.017Z Downloaded zeroize_derive v1.4.3
11912026-06-02T17:16:15.020Z Downloaded zeroize v1.8.2
11922026-06-02T17:16:15.020Z Downloaded tungstenite v0.21.0
11932026-06-02T17:16:15.023Z Downloaded vergen v9.1.0
11942026-06-02T17:16:15.023Z Downloaded steno v0.4.1
11952026-06-02T17:16:15.026Z Downloaded tungstenite v0.23.0
11962026-06-02T17:16:15.029Z Downloaded zstd v0.13.3
11972026-06-02T17:16:15.033Z Downloaded toml v1.0.6+spec-1.1.0
11982026-06-02T17:16:15.036Z Downloaded zstd-safe v7.2.4
11992026-06-02T17:16:15.039Z Downloaded h2 v0.4.13
12002026-06-02T17:16:15.043Z Downloaded tar v0.4.45
12012026-06-02T17:16:15.046Z Downloaded typify v0.6.2
12022026-06-02T17:16:15.049Z Downloaded tracing-core v0.1.36
12032026-06-02T17:16:15.052Z Downloaded yasna v0.5.2
12042026-06-02T17:16:15.052Z Downloaded uuid v1.23.0
12052026-06-02T17:16:15.055Z Downloaded zerocopy v0.6.6
12062026-06-02T17:16:15.055Z Downloaded wyz v0.5.1
12072026-06-02T17:16:15.055Z Downloaded aho-corasick v1.1.4
12082026-06-02T17:16:15.059Z Downloaded serde_with v1.14.0
12092026-06-02T17:16:15.063Z Downloaded typify v0.4.3
12102026-06-02T17:16:15.065Z Downloaded toml v0.7.8
12112026-06-02T17:16:15.071Z Downloaded unicode-bidi v0.3.18
12122026-06-02T17:16:15.077Z Downloaded rustyline v14.0.0
12132026-06-02T17:16:15.080Z Downloaded tokio-postgres v0.7.16
12142026-06-02T17:16:15.083Z Downloaded p521 v0.13.3
12152026-06-02T17:16:15.088Z Downloaded unsafe-libyaml v0.2.11
12162026-06-02T17:16:15.091Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-06-02T17:16:15.107Z Downloaded git2 v0.20.4
12182026-06-02T17:16:15.112Z Downloaded ssh-key v0.6.7
12192026-06-02T17:16:15.126Z Downloaded unicode_categories v0.1.1
12202026-06-02T17:16:15.130Z Downloaded reedline v0.40.0
12212026-06-02T17:16:15.140Z Downloaded zopfli v0.8.3
12222026-06-02T17:16:15.147Z Downloaded vte v0.14.1
12232026-06-02T17:16:15.151Z Downloaded bitvec v1.0.1
12242026-06-02T17:16:15.159Z Downloaded regex v1.12.3
12252026-06-02T17:16:15.168Z Downloaded rpassword v7.4.0
12262026-06-02T17:16:15.176Z Downloaded zip v0.6.6
12272026-06-02T17:16:15.179Z Downloaded yansi v1.0.1
12282026-06-02T17:16:15.182Z Downloaded rustls-webpki v0.101.7
12292026-06-02T17:16:15.187Z Downloaded reqwest v0.12.28
12302026-06-02T17:16:15.191Z Downloaded proptest v1.10.0
12312026-06-02T17:16:15.196Z Downloaded bindgen v0.71.1
12322026-06-02T17:16:15.200Z Downloaded x509-cert v0.2.5
12332026-06-02T17:16:15.203Z Downloaded chrono v0.4.44
12342026-06-02T17:16:15.208Z Downloaded unicode-segmentation v1.12.0
12352026-06-02T17:16:15.211Z Downloaded quick-xml v0.37.5
12362026-06-02T17:16:15.216Z Downloaded p384 v0.13.1
12372026-06-02T17:16:15.220Z Downloaded toml_edit v0.19.15
12382026-06-02T17:16:15.228Z Downloaded rayon v1.11.0
12392026-06-02T17:16:15.233Z Downloaded typed-path v0.9.3
12402026-06-02T17:16:15.237Z Downloaded portable-atomic v1.13.1
12412026-06-02T17:16:15.250Z Downloaded tokio-util v0.7.18
12422026-06-02T17:16:15.254Z Downloaded zerocopy-derive v0.8.40
12432026-06-02T17:16:15.259Z Downloaded reqwest v0.13.2
12442026-06-02T17:16:15.263Z Downloaded petname v2.0.2
12452026-06-02T17:16:15.266Z Downloaded moka v0.12.13
12462026-06-02T17:16:15.270Z Downloaded tower v0.5.3
12472026-06-02T17:16:15.275Z Downloaded lalrpop v0.19.12
12482026-06-02T17:16:15.281Z Downloaded serde_with v3.17.0
12492026-06-02T17:16:15.288Z Downloaded zip v4.6.1
12502026-06-02T17:16:15.292Z Downloaded tower-http v0.6.8
12512026-06-02T17:16:15.295Z Downloaded tough v0.22.0
12522026-06-02T17:16:15.300Z Downloaded rustls-webpki v0.102.8
12532026-06-02T17:16:15.310Z Downloaded goblin v0.10.5
12542026-06-02T17:16:15.314Z Downloaded curve25519-dalek v4.1.3
12552026-06-02T17:16:15.319Z Downloaded salty v0.3.0
12562026-06-02T17:16:15.323Z Downloaded object v0.30.4
12572026-06-02T17:16:15.328Z Downloaded unicode-normalization v0.1.25
12582026-06-02T17:16:15.336Z Downloaded quinn-proto v0.11.13
12592026-06-02T17:16:15.341Z Downloaded nix v0.28.0
12602026-06-02T17:16:15.348Z Downloaded winnow v0.6.26
12612026-06-02T17:16:15.352Z Downloaded winnow v0.5.40
12622026-06-02T17:16:15.357Z Downloaded radix_trie v0.2.1
12632026-06-02T17:16:15.364Z Downloaded nix v0.27.1
12642026-06-02T17:16:15.378Z Downloaded polar-core v0.27.3
12652026-06-02T17:16:15.383Z Downloaded bstr v1.12.1
12662026-06-02T17:16:15.388Z Downloaded openssl v0.10.79
12672026-06-02T17:16:15.394Z Downloaded time v0.3.47
12682026-06-02T17:16:15.401Z Downloaded smoltcp v0.9.1
12692026-06-02T17:16:15.413Z Downloaded nix v0.31.2
12702026-06-02T17:16:15.419Z Downloaded tabled v0.20.0
12712026-06-02T17:16:15.429Z Downloaded object v0.37.3
12722026-06-02T17:16:15.436Z Downloaded vcpkg v0.2.15
12732026-06-02T17:16:15.458Z Downloaded hickory-proto v0.24.4
12742026-06-02T17:16:15.466Z Downloaded zlib-rs v0.6.2
12752026-06-02T17:16:15.469Z Downloaded dropshot v0.17.0
12762026-06-02T17:16:15.481Z Downloaded zerocopy v0.8.40
12772026-06-02T17:16:15.486Z Downloaded regress v0.10.5
12782026-06-02T17:16:15.491Z Downloaded hickory-proto v0.25.2
12792026-06-02T17:16:15.500Z Downloaded rustls v0.22.4
12802026-06-02T17:16:15.508Z Downloaded regress v0.11.1
12812026-06-02T17:16:15.513Z Downloaded rustls v0.23.37
12822026-06-02T17:16:15.519Z Downloaded regex-syntax v0.8.10
12832026-06-02T17:16:15.524Z Downloaded rustix v0.38.44
12842026-06-02T17:16:15.536Z Downloaded openapiv3 v2.2.0
12852026-06-02T17:16:15.542Z Downloaded diesel v2.3.7
12862026-06-02T17:16:15.554Z Downloaded webpki-roots v1.0.6
12872026-06-02T17:16:15.558Z Downloaded smoltcp v0.11.0
12882026-06-02T17:16:15.563Z Downloaded rustls v0.21.12
12892026-06-02T17:16:15.569Z Downloaded regex-syntax v0.6.29
12902026-06-02T17:16:15.577Z Downloaded sqlparser v0.61.0
12912026-06-02T17:16:15.605Z Downloaded sled v0.34.7
12922026-06-02T17:16:15.614Z Downloaded ratatui v0.29.0
12932026-06-02T17:16:15.625Z Downloaded typify-impl v0.6.2
12942026-06-02T17:16:15.633Z Downloaded typify-impl v0.4.3
12952026-06-02T17:16:15.642Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-06-02T17:16:15.648Z Downloaded tracing v0.1.44
12972026-06-02T17:16:15.668Z Downloaded chrono-tz v0.10.4
12982026-06-02T17:16:15.678Z Downloaded zerocopy-derive v0.6.6
12992026-06-02T17:16:15.684Z Downloaded regex-automata v0.4.14
13002026-06-02T17:16:15.699Z Downloaded petgraph v0.6.5
13012026-06-02T17:16:15.711Z Downloaded libz-sys v1.1.24
13022026-06-02T17:16:15.723Z Downloaded jiff v0.2.21
13032026-06-02T17:16:15.733Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-02T17:16:15.744Z Downloaded petgraph v0.8.3
13052026-06-02T17:16:15.756Z Downloaded csv v1.4.0
13062026-06-02T17:16:15.777Z Downloaded sha3 v0.10.8
13072026-06-02T17:16:15.784Z Downloaded tokio v1.52.1
13082026-06-02T17:16:15.819Z Downloaded encoding_rs v0.8.35
13092026-06-02T17:16:15.893Z Downloaded ring v0.17.14
13102026-06-02T17:16:15.937Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-02T17:16:16.468Z Downloaded aws-lc-sys v0.40.0
13122026-06-02T17:16:16.707Z Compiling libc v0.2.185
13132026-06-02T17:16:16.707Z Compiling serde v1.0.228
13142026-06-02T17:16:16.710Z Compiling log v0.4.29
13152026-06-02T17:16:16.710Z Compiling find-msvc-tools v0.1.9
13162026-06-02T17:16:16.869Z Compiling shlex v1.3.0
13172026-06-02T17:16:16.869Z Compiling smallvec v1.15.1
13182026-06-02T17:16:16.879Z Compiling syn v2.0.117
13192026-06-02T17:16:16.891Z Compiling typenum v1.19.0
13202026-06-02T17:16:17.072Z Compiling generic-array v0.14.7
13212026-06-02T17:16:17.092Z Compiling subtle v2.6.1
13222026-06-02T17:16:17.136Z Compiling scopeguard v1.2.0
13232026-06-02T17:16:17.150Z Compiling const-oid v0.9.6
13242026-06-02T17:16:17.206Z Compiling serde_json v1.0.149
13252026-06-02T17:16:17.239Z Compiling lock_api v0.4.14
13262026-06-02T17:16:17.280Z Compiling zerocopy v0.8.40
13272026-06-02T17:16:17.319Z Compiling pin-project-lite v0.2.17
13282026-06-02T17:16:17.414Z Compiling portable-atomic v1.13.1
13292026-06-02T17:16:17.465Z Compiling parking_lot_core v0.9.12
13302026-06-02T17:16:17.720Z Compiling getrandom v0.2.17
13312026-06-02T17:16:17.736Z Compiling jobserver v0.1.34
13322026-06-02T17:16:17.782Z Compiling errno v0.3.14
13332026-06-02T17:16:17.872Z Compiling rand_core v0.6.4
13342026-06-02T17:16:17.899Z Compiling pkg-config v0.3.32
13352026-06-02T17:16:17.943Z Compiling cc v1.2.56
13362026-06-02T17:16:17.956Z Compiling signal-hook-registry v1.4.8
13372026-06-02T17:16:18.144Z Compiling bitflags v2.11.0
13382026-06-02T17:16:18.236Z Compiling futures-core v0.3.32
13392026-06-02T17:16:18.373Z Compiling critical-section v1.2.0
13402026-06-02T17:16:18.389Z Compiling libm v0.2.16
13412026-06-02T17:16:18.402Z Compiling parking_lot v0.12.5
13422026-06-02T17:16:18.423Z Compiling mio v1.2.0
13432026-06-02T17:16:18.460Z Compiling once_cell v1.21.3
13442026-06-02T17:16:18.478Z Compiling num-traits v0.2.19
13452026-06-02T17:16:18.577Z Compiling percent-encoding v2.3.2
13462026-06-02T17:16:18.680Z Compiling socket2 v0.6.3
13472026-06-02T17:16:18.760Z Compiling futures-sink v0.3.32
13482026-06-02T17:16:18.774Z Compiling futures-io v0.3.32
13492026-06-02T17:16:18.822Z Compiling slab v0.4.12
13502026-06-02T17:16:18.864Z Compiling futures-channel v0.3.32
13512026-06-02T17:16:18.897Z Compiling futures-task v0.3.32
13522026-06-02T17:16:18.925Z Compiling getrandom v0.4.1
13532026-06-02T17:16:18.998Z Compiling cpufeatures v0.2.17
13542026-06-02T17:16:19.061Z Compiling rand_core v0.10.0
13552026-06-02T17:16:19.074Z Compiling indexmap v2.14.0
13562026-06-02T17:16:19.074Z Compiling rustversion v1.0.22
13572026-06-02T17:16:19.100Z Compiling getrandom v0.3.4
13582026-06-02T17:16:19.222Z Compiling form_urlencoded v1.2.2
13592026-06-02T17:16:19.400Z Compiling cmake v0.1.57
13602026-06-02T17:16:19.475Z Compiling fs_extra v1.3.0
13612026-06-02T17:16:19.488Z Compiling dunce v1.0.5
13622026-06-02T17:16:19.702Z Compiling synstructure v0.13.2
13632026-06-02T17:16:19.736Z Compiling ident_case v1.0.1
13642026-06-02T17:16:19.785Z Compiling aws-lc-sys v0.40.0
13652026-06-02T17:16:19.788Z Compiling base64ct v1.8.3
13662026-06-02T17:16:19.857Z Compiling flagset v0.4.7
13672026-06-02T17:16:19.986Z Compiling regex-syntax v0.8.10
13682026-06-02T17:16:20.044Z Compiling pem-rfc7468 v0.7.0
13692026-06-02T17:16:20.069Z Compiling iana-time-zone v0.1.65
13702026-06-02T17:16:20.083Z Compiling rustix v1.1.3
13712026-06-02T17:16:20.148Z Compiling rand_core v0.9.5
13722026-06-02T17:16:20.267Z Compiling ring v0.17.14
13732026-06-02T17:16:20.284Z Compiling aws-lc-rs v1.16.3
13742026-06-02T17:16:20.340Z Compiling vcpkg v0.2.15
13752026-06-02T17:16:20.417Z Compiling uuid v1.23.0
13762026-06-02T17:16:20.566Z Compiling rustc_version v0.4.1
13772026-06-02T17:16:20.907Z Compiling tracing-core v0.1.36
13782026-06-02T17:16:21.089Z Compiling openssl-sys v0.9.115
13792026-06-02T17:16:21.187Z Compiling base64 v0.22.1
13802026-06-02T17:16:21.389Z Compiling serde_derive v1.0.228
13812026-06-02T17:16:21.462Z Compiling zeroize_derive v1.4.3
13822026-06-02T17:16:21.517Z Compiling zerofrom-derive v0.1.6
13832026-06-02T17:16:21.615Z Compiling yoke-derive v0.8.1
13842026-06-02T17:16:21.860Z Compiling zerocopy-derive v0.8.40
13852026-06-02T17:16:22.099Z Compiling zeroize v1.8.2
13862026-06-02T17:16:22.355Z Compiling zerovec-derive v0.11.2
13872026-06-02T17:16:22.739Z Compiling displaydoc v0.2.5
13882026-06-02T17:16:22.836Z Compiling crypto-common v0.1.7
13892026-06-02T17:16:22.877Z Compiling zerofrom v0.1.6
13902026-06-02T17:16:22.979Z Compiling yoke v0.8.1
13912026-06-02T17:16:23.002Z Compiling block-buffer v0.10.4
13922026-06-02T17:16:23.159Z Compiling digest v0.10.7
13932026-06-02T17:16:23.159Z Compiling tokio-macros v2.7.0
13942026-06-02T17:16:23.413Z Compiling futures-macro v0.3.32
13952026-06-02T17:16:23.427Z Compiling zerovec v0.11.5
13962026-06-02T17:16:23.457Z Compiling zerotrie v0.2.3
13972026-06-02T17:16:23.744Z Compiling hmac v0.12.1
13982026-06-02T17:16:23.864Z Compiling tinystr v0.8.2
13992026-06-02T17:16:23.898Z Compiling potential_utf v0.1.4
14002026-06-02T17:16:23.916Z Compiling block-padding v0.3.3
14012026-06-02T17:16:24.054Z Compiling icu_locale_core v2.1.1
14022026-06-02T17:16:24.057Z Compiling icu_collections v2.1.1
14032026-06-02T17:16:24.082Z Compiling inout v0.1.4
14042026-06-02T17:16:24.194Z Compiling futures-util v0.3.32
14052026-06-02T17:16:24.249Z Compiling cipher v0.4.4
14062026-06-02T17:16:24.502Z Compiling sha2 v0.10.9
14072026-06-02T17:16:24.533Z Compiling der_derive v0.7.3
14082026-06-02T17:16:24.761Z Compiling bytes v1.11.1
14092026-06-02T17:16:24.916Z Compiling icu_provider v2.1.1
14102026-06-02T17:16:25.205Z Compiling icu_properties v2.1.2
14112026-06-02T17:16:25.369Z Compiling tokio v1.52.1
14122026-06-02T17:16:25.467Z Compiling icu_normalizer v2.1.1
14132026-06-02T17:16:25.946Z Compiling der v0.7.10
14142026-06-02T17:16:26.025Z Compiling ppv-lite86 v0.2.21
14152026-06-02T17:16:26.196Z Compiling idna_adapter v1.2.1
14162026-06-02T17:16:26.325Z Compiling idna v1.1.0
14172026-06-02T17:16:26.334Z Compiling http v1.4.0
14182026-06-02T17:16:26.344Z Compiling chrono v0.4.44
14192026-06-02T17:16:26.462Z Compiling salsa20 v0.10.2
14202026-06-02T17:16:26.595Z Compiling url v2.5.8
14212026-06-02T17:16:26.932Z Compiling spki v0.7.3
14222026-06-02T17:16:27.064Z Compiling pbkdf2 v0.12.2
14232026-06-02T17:16:27.130Z Compiling rustls-pki-types v1.14.0
14242026-06-02T17:16:27.169Z Compiling tracing-attributes v0.1.31
14252026-06-02T17:16:27.211Z Compiling thiserror-impl v2.0.18
14262026-06-02T17:16:27.350Z Compiling scrypt v0.11.0
14272026-06-02T17:16:27.573Z Compiling http-body v1.0.1
14282026-06-02T17:16:27.606Z Compiling rand_chacha v0.9.0
14292026-06-02T17:16:27.663Z Compiling aes v0.8.4
14302026-06-02T17:16:27.710Z Compiling cbc v0.1.2
14312026-06-02T17:16:28.010Z Compiling openssl-probe v0.2.1
14322026-06-02T17:16:28.185Z Compiling httparse v1.10.1
14332026-06-02T17:16:28.262Z Compiling untrusted v0.7.1
14342026-06-02T17:16:28.385Z Compiling tinyvec_macros v0.1.1
14352026-06-02T17:16:28.414Z Compiling tracing v0.1.44
14362026-06-02T17:16:28.452Z Compiling untrusted v0.9.0
14372026-06-02T17:16:28.466Z Compiling tinyvec v1.10.0
14382026-06-02T17:16:28.483Z Compiling thiserror v2.0.18
14392026-06-02T17:16:28.566Z Compiling pkcs5 v0.7.1
14402026-06-02T17:16:28.584Z Compiling pest_generator v2.8.6
14412026-06-02T17:16:28.664Z Compiling rand v0.9.2
14422026-06-02T17:16:28.678Z Compiling serde_derive_internals v0.29.1
14432026-06-02T17:16:28.798Z Compiling aho-corasick v1.1.4
14442026-06-02T17:16:29.035Z Compiling tokio-util v0.7.18
14452026-06-02T17:16:29.263Z Compiling dyn-clone v1.0.20
14462026-06-02T17:16:29.401Z Compiling rustls v0.23.37
14472026-06-02T17:16:29.444Z Compiling atomic-waker v1.1.2
14482026-06-02T17:16:29.547Z Compiling try-lock v0.2.5
14492026-06-02T17:16:29.565Z Compiling tower-layer v0.3.3
14502026-06-02T17:16:29.570Z Compiling schemars v0.8.22
14512026-06-02T17:16:29.654Z Compiling tower-service v0.3.3
14522026-06-02T17:16:29.734Z Compiling h2 v0.4.13
14532026-06-02T17:16:29.749Z Compiling want v0.3.1
14542026-06-02T17:16:29.778Z Compiling regex-automata v0.4.14
14552026-06-02T17:16:29.907Z Compiling schemars_derive v0.8.22
14562026-06-02T17:16:30.031Z Compiling pest_derive v2.8.6
14572026-06-02T17:16:30.286Z Compiling pkcs8 v0.10.2
14582026-06-02T17:16:30.447Z Compiling ipnet v2.11.0
14592026-06-02T17:16:30.585Z Compiling scroll_derive v0.13.1
14602026-06-02T17:16:30.740Z Compiling darling_core v0.20.11
14612026-06-02T17:16:30.905Z Compiling httpdate v1.0.3
14622026-06-02T17:16:30.999Z Compiling pin-utils v0.1.0
14632026-06-02T17:16:31.075Z Compiling openssl v0.10.79
14642026-06-02T17:16:31.134Z Compiling foreign-types-shared v0.1.1
14652026-06-02T17:16:31.220Z Compiling foreign-types v0.3.2
14662026-06-02T17:16:31.294Z Compiling tempfile v3.25.0
14672026-06-02T17:16:31.324Z Compiling unicode-normalization v0.1.25
14682026-06-02T17:16:31.418Z Compiling scroll v0.13.0
14692026-06-02T17:16:31.680Z Compiling openssl-macros v0.1.1
14702026-06-02T17:16:31.762Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-02T17:16:32.057Z Compiling spin v0.9.8
14722026-06-02T17:16:32.062Z Compiling num-conv v0.2.0
14732026-06-02T17:16:32.140Z Compiling crc32fast v1.5.0
14742026-06-02T17:16:32.195Z Compiling native-tls v0.2.18
14752026-06-02T17:16:32.260Z Compiling time-core v0.1.8
14762026-06-02T17:16:32.391Z Compiling powerfmt v0.2.0
14772026-06-02T17:16:32.418Z Compiling time-macros v0.2.27
14782026-06-02T17:16:32.586Z Compiling deranged v0.5.8
14792026-06-02T17:16:33.032Z Compiling darling_macro v0.20.11
14802026-06-02T17:16:33.495Z Compiling hyper v1.8.1
14812026-06-02T17:16:33.505Z Compiling darling v0.20.11
14822026-06-02T17:16:33.527Z Compiling goblin v0.10.5
14832026-06-02T17:16:33.556Z Compiling rustls-native-certs v0.8.3
14842026-06-02T17:16:33.588Z Compiling sync_wrapper v1.0.2
14852026-06-02T17:16:33.695Z Compiling wait-timeout v0.2.1
14862026-06-02T17:16:33.843Z Compiling simd-adler32 v0.3.8
14872026-06-02T17:16:33.858Z Compiling syn v1.0.109
14882026-06-02T17:16:33.960Z Compiling bit-vec v0.8.0
14892026-06-02T17:16:34.085Z Compiling siphasher v1.0.2
14902026-06-02T17:16:34.152Z Compiling crossbeam-utils v0.8.21
14912026-06-02T17:16:34.182Z Compiling quick-error v1.2.3
14922026-06-02T17:16:34.264Z Compiling usdt-impl v0.6.0
14932026-06-02T17:16:34.286Z Compiling num_threads v0.1.7
14942026-06-02T17:16:34.381Z Compiling time v0.3.47
14952026-06-02T17:16:34.444Z Compiling rusty-fork v0.3.1
14962026-06-02T17:16:34.461Z Compiling hyper-util v0.1.20
14972026-06-02T17:16:35.039Z Compiling bit-set v0.8.0
14982026-06-02T17:16:36.305Z Compiling tower v0.5.3
14992026-06-02T17:16:36.370Z Compiling derive_builder_core v0.20.2
15002026-06-02T17:16:36.371Z Compiling dtrace-parser v0.3.0
15012026-06-02T17:16:36.371Z Compiling http-body-util v0.1.3
15022026-06-02T17:16:36.371Z Compiling webpki-roots v1.0.6
15032026-06-02T17:16:36.371Z Compiling signature v2.2.0
15042026-06-02T17:16:36.371Z Compiling scroll_derive v0.12.1
15052026-06-02T17:16:36.371Z Compiling thiserror-impl v1.0.69
15062026-06-02T17:16:36.371Z Compiling heapless v0.7.17
15072026-06-02T17:16:36.371Z Compiling rand_xorshift v0.4.0
15082026-06-02T17:16:36.387Z Compiling dof v0.4.0
15092026-06-02T17:16:36.387Z Compiling slog v2.8.2
15102026-06-02T17:16:36.394Z Compiling darling_core v0.21.3
15112026-06-02T17:16:36.603Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-02T17:16:36.637Z Compiling thread-id v5.1.0
15132026-06-02T17:16:36.722Z Compiling cookie v0.18.1
15142026-06-02T17:16:36.821Z Compiling signal-hook v0.3.18
15152026-06-02T17:16:36.893Z Compiling allocator-api2 v0.2.21
15162026-06-02T17:16:37.001Z Compiling unarray v0.1.4
15172026-06-02T17:16:37.111Z Compiling unicode-bidi v0.3.18
15182026-06-02T17:16:37.232Z Compiling ryu v1.0.23
15192026-06-02T17:16:37.376Z Compiling anyhow v1.0.102
15202026-06-02T17:16:37.410Z Compiling adler2 v2.0.1
15212026-06-02T17:16:37.473Z Compiling zstd-safe v7.2.4
15222026-06-02T17:16:37.531Z Compiling paste v1.0.15
15232026-06-02T17:16:37.629Z Compiling unicode-properties v0.1.4
15242026-06-02T17:16:37.658Z Compiling iri-string v0.7.10
15252026-06-02T17:16:37.744Z Compiling miniz_oxide v0.8.9
15262026-06-02T17:16:37.822Z Compiling stringprep v0.1.5
15272026-06-02T17:16:37.828Z Compiling thiserror v1.0.69
15282026-06-02T17:16:37.893Z Compiling serde_urlencoded v0.7.1
15292026-06-02T17:16:37.956Z Compiling proptest v1.10.0
15302026-06-02T17:16:38.372Z Compiling scroll v0.12.0
15312026-06-02T17:16:38.676Z Compiling derive_builder_macro v0.20.2
15322026-06-02T17:16:38.864Z Compiling darling_macro v0.21.3
15332026-06-02T17:16:39.084Z Compiling tower-http v0.6.8
15342026-06-02T17:16:39.092Z Compiling tokio-native-tls v0.3.1
15352026-06-02T17:16:39.131Z Compiling bstr v1.12.1
15362026-06-02T17:16:39.245Z Compiling ipnetwork v0.21.1
15372026-06-02T17:16:39.290Z Compiling rand_chacha v0.3.1
15382026-06-02T17:16:39.468Z Compiling serde_tokenstream v0.2.3
15392026-06-02T17:16:39.575Z Compiling erased-serde v0.3.31
15402026-06-02T17:16:39.629Z Compiling toml_datetime v0.6.11
15412026-06-02T17:16:39.765Z Compiling serde_spanned v0.6.9
15422026-06-02T17:16:39.769Z Compiling md-5 v0.10.6
15432026-06-02T17:16:39.906Z Compiling zerocopy-derive v0.7.35
15442026-06-02T17:16:39.915Z Compiling async-trait v0.1.89
15452026-06-02T17:16:39.945Z Compiling pin-project-internal v1.1.11
15462026-06-02T17:16:40.051Z Compiling curve25519-dalek v4.1.3
15472026-06-02T17:16:40.086Z Compiling vergen-lib v9.1.0
15482026-06-02T17:16:40.263Z Compiling num-integer v0.1.46
15492026-06-02T17:16:40.378Z Compiling hash32 v0.2.1
15502026-06-02T17:16:40.576Z Compiling ff v0.13.1
15512026-06-02T17:16:40.587Z Compiling memoffset v0.9.1
15522026-06-02T17:16:40.714Z Compiling encoding_rs v0.8.35
15532026-06-02T17:16:40.733Z Compiling num-bigint-dig v0.8.6
15542026-06-02T17:16:40.848Z Compiling mime v0.3.17
15552026-06-02T17:16:40.938Z Compiling litrs v1.0.0
15562026-06-02T17:16:40.964Z Compiling base16ct v0.2.0
15572026-06-02T17:16:41.123Z Compiling psl-types v2.0.11
15582026-06-02T17:16:41.128Z Compiling smoltcp v0.9.1
15592026-06-02T17:16:41.143Z Compiling ref-cast v1.0.25
15602026-06-02T17:16:41.179Z Compiling zlib-rs v0.6.2
15612026-06-02T17:16:41.437Z Compiling rustix v0.38.44
15622026-06-02T17:16:41.453Z Compiling cfg_aliases v0.2.1
15632026-06-02T17:16:41.466Z Compiling fallible-iterator v0.2.0
15642026-06-02T17:16:41.527Z Compiling nix v0.31.2
15652026-06-02T17:16:41.776Z Compiling postgres-protocol v0.6.10
15662026-06-02T17:16:41.881Z Compiling document-features v0.2.12
15672026-06-02T17:16:41.968Z Compiling publicsuffix v2.3.0
15682026-06-02T17:16:42.142Z Compiling sec1 v0.7.3
15692026-06-02T17:16:42.266Z Compiling pin-project v1.1.11
15702026-06-02T17:16:42.370Z Compiling zerocopy v0.7.35
15712026-06-02T17:16:42.414Z Compiling group v0.13.0
15722026-06-02T17:16:42.458Z Compiling num-iter v0.1.45
15732026-06-02T17:16:42.553Z Compiling hubpack_derive v0.1.1
15742026-06-02T17:16:42.603Z Compiling newtype-uuid v1.3.2
15752026-06-02T17:16:42.885Z Compiling rand v0.8.6
15762026-06-02T17:16:42.898Z Compiling oxnet v0.1.4
15772026-06-02T17:16:42.922Z Compiling darling v0.21.3
15782026-06-02T17:16:42.987Z Compiling hyper-tls v0.6.0
15792026-06-02T17:16:43.006Z Compiling derive_builder v0.20.2
15802026-06-02T17:16:43.205Z Compiling goblin v0.8.2
15812026-06-02T17:16:43.614Z Compiling phf_shared v0.13.1
15822026-06-02T17:16:43.719Z Compiling lazy_static v1.5.0
15832026-06-02T17:16:43.753Z Compiling regex v1.12.3
15842026-06-02T17:16:43.818Z Compiling futures-executor v0.3.32
15852026-06-02T17:16:43.849Z Compiling hex v0.4.3
15862026-06-02T17:16:44.036Z Compiling flate2 v1.1.9
15872026-06-02T17:16:44.073Z Compiling hkdf v0.12.4
15882026-06-02T17:16:44.114Z Compiling crypto-bigint v0.5.5
15892026-06-02T17:16:44.182Z Compiling terminal_size v0.4.3
15902026-06-02T17:16:44.233Z Compiling curve25519-dalek-derive v0.1.1
15912026-06-02T17:16:44.322Z Compiling snafu-derive v0.8.9
15922026-06-02T17:16:44.402Z Compiling ref-cast-impl v1.0.25
15932026-06-02T17:16:44.445Z Compiling strum_macros v0.27.2
15942026-06-02T17:16:44.862Z Compiling daft-derive v0.1.7
15952026-06-02T17:16:44.937Z Compiling vergen v9.1.0
15962026-06-02T17:16:45.114Z Compiling fs-err v3.3.0
15972026-06-02T17:16:45.308Z Compiling cargo-platform v0.3.2
15982026-06-02T17:16:45.582Z Compiling ahash v0.8.12
15992026-06-02T17:16:45.589Z Compiling foldhash v0.2.0
16002026-06-02T17:16:45.805Z Compiling bumpalo v3.20.2
16012026-06-02T17:16:45.872Z Compiling bitflags v1.3.2
16022026-06-02T17:16:45.947Z Compiling object v0.37.3
16032026-06-02T17:16:46.077Z Compiling managed v0.8.0
16042026-06-02T17:16:46.219Z Compiling winnow v0.5.40
16052026-06-02T17:16:46.241Z Compiling unicode-segmentation v1.12.0
16062026-06-02T17:16:46.256Z Compiling same-file v1.0.6
16072026-06-02T17:16:46.307Z Compiling foldhash v0.1.5
16082026-06-02T17:16:46.406Z Compiling libbz2-rs-sys v0.2.2
16092026-06-02T17:16:46.426Z Compiling hashbrown v0.15.5
16102026-06-02T17:16:46.467Z Compiling strum v0.27.2
16112026-06-02T17:16:46.596Z Compiling walkdir v2.5.0
16122026-06-02T17:16:46.702Z Compiling snafu v0.8.9
16132026-06-02T17:16:46.914Z Compiling bzip2 v0.6.1
16142026-06-02T17:16:47.026Z Compiling clap_builder v4.5.60
16152026-06-02T17:16:47.061Z Compiling zopfli v0.8.3
16162026-06-02T17:16:47.122Z Compiling hashbrown v0.16.1
16172026-06-02T17:16:47.148Z Compiling daft v0.1.7
16182026-06-02T17:16:47.421Z Compiling cargo_metadata v0.23.1
16192026-06-02T17:16:47.437Z Compiling dof v0.3.0
16202026-06-02T17:16:47.637Z Compiling toml_edit v0.19.15
16212026-06-02T17:16:47.740Z Compiling elliptic-curve v0.13.8
16222026-06-02T17:16:48.129Z Compiling futures v0.3.32
16232026-06-02T17:16:48.144Z Compiling phf v0.13.1
16242026-06-02T17:16:48.299Z Compiling cookie_store v0.22.1
16252026-06-02T17:16:48.957Z Compiling signal-hook-mio v0.2.5
16262026-06-02T17:16:48.964Z Compiling bzip2 v0.4.4
16272026-06-02T17:16:49.132Z Compiling zstd v0.13.3
16282026-06-02T17:16:49.151Z Compiling serde_with_macros v3.17.0
16292026-06-02T17:16:49.163Z Compiling hubpack v0.1.2
16302026-06-02T17:16:49.369Z Compiling postgres-types v0.2.12
16312026-06-02T17:16:49.925Z Compiling usdt-attr-macro v0.6.0
16322026-06-02T17:16:49.986Z Compiling usdt-macro v0.6.0
16332026-06-02T17:16:50.271Z Compiling globset v0.4.18
16342026-06-02T17:16:50.299Z Compiling dtrace-parser v0.2.0
16352026-06-02T17:16:50.527Z Compiling ed25519 v2.2.3
16362026-06-02T17:16:50.704Z Compiling phf_shared v0.11.3
16372026-06-02T17:16:50.763Z Compiling olpc-cjson v0.1.4
16382026-06-02T17:16:50.927Z Compiling pkcs1 v0.7.5
16392026-06-02T17:16:50.986Z Compiling serde-big-array v0.5.1
16402026-06-02T17:16:50.987Z Compiling serde_plain v1.0.2
16412026-06-02T17:16:51.039Z Compiling rfc6979 v0.4.0
16422026-06-02T17:16:51.082Z Compiling pem v3.0.6
16432026-06-02T17:16:51.145Z Compiling clap_derive v4.5.55
16442026-06-02T17:16:51.145Z Compiling strum_macros v0.26.4
16452026-06-02T17:16:51.173Z Compiling async-recursion v1.1.1
16462026-06-02T17:16:51.381Z Compiling enum-as-inner v0.6.1
16472026-06-02T17:16:51.501Z Compiling serde_repr v0.1.20
16482026-06-02T17:16:51.522Z Compiling float-cmp v0.10.0
16492026-06-02T17:16:51.710Z Compiling memmap2 v0.9.10
16502026-06-02T17:16:51.809Z Compiling thread-id v4.2.2
16512026-06-02T17:16:51.903Z Compiling env_filter v1.0.0
16522026-06-02T17:16:51.982Z Compiling jiff v0.2.21
16532026-06-02T17:16:51.982Z Compiling keccak v0.1.6
16542026-06-02T17:16:51.982Z Compiling either v1.15.0
16552026-06-02T17:16:52.250Z Compiling fixedbitset v0.5.7
16562026-06-02T17:16:52.250Z Compiling typed-path v0.9.3
16572026-06-02T17:16:52.457Z Compiling difflib v0.4.0
16582026-06-02T17:16:52.718Z Compiling normalize-line-endings v0.3.0
16592026-06-02T17:16:52.796Z Compiling predicates-core v1.0.10
16602026-06-02T17:16:52.877Z Compiling whoami v2.1.0
16612026-06-02T17:16:52.886Z Compiling fixedbitset v0.4.2
16622026-06-02T17:16:52.960Z Compiling new_debug_unreachable v1.0.6
16632026-06-02T17:16:52.994Z Compiling precomputed-hash v0.1.1
16642026-06-02T17:16:53.078Z Compiling static_assertions v1.1.0
16652026-06-02T17:16:53.119Z Compiling data-encoding v2.10.0
16662026-06-02T17:16:53.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-02T17:16:53.119Z Compiling tokio-postgres v0.7.16
16682026-06-02T17:16:53.240Z Compiling string_cache v0.8.9
16692026-06-02T17:16:53.332Z Compiling petgraph v0.6.5
16702026-06-02T17:16:53.473Z Compiling hickory-proto v0.25.2
16712026-06-02T17:16:53.731Z Compiling predicates v3.1.4
16722026-06-02T17:16:53.794Z Compiling strum v0.26.3
16732026-06-02T17:16:53.922Z Compiling clap v4.5.60
16742026-06-02T17:16:54.010Z Compiling petgraph v0.8.3
16752026-06-02T17:16:54.365Z Compiling toml_edit v0.22.27
16762026-06-02T17:16:54.759Z Compiling zip v4.6.1
16772026-06-02T17:16:55.266Z Compiling itertools v0.13.0
16782026-06-02T17:16:55.707Z Compiling sha3 v0.10.8
16792026-06-02T17:16:55.838Z Compiling env_logger v0.11.9
16802026-06-02T17:16:55.929Z Compiling usdt-impl v0.5.0
16812026-06-02T17:16:55.989Z Compiling usdt v0.6.0
16822026-06-02T17:16:56.199Z Compiling rsa v0.9.10
16832026-06-02T17:16:56.213Z Compiling ecdsa v0.16.9
16842026-06-02T17:16:56.256Z Compiling ed25519-dalek v2.2.0
16852026-06-02T17:16:56.512Z Compiling crossterm v0.28.1
16862026-06-02T17:16:56.531Z Compiling serde_with v3.17.0
16872026-06-02T17:16:56.913Z Compiling zip v0.6.6
16882026-06-02T17:16:57.482Z Compiling toml v0.7.8
16892026-06-02T17:16:57.518Z Compiling iddqd v0.4.2
16902026-06-02T17:16:58.116Z Compiling similar v2.7.0
16912026-06-02T17:16:58.206Z Compiling heck v0.4.1
16922026-06-02T17:16:58.220Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-02T17:16:58.317Z Compiling crossbeam-epoch v0.9.18
16942026-06-02T17:16:58.432Z Compiling tokio-stream v0.1.18
16952026-06-02T17:16:58.645Z Compiling buf-list v1.1.2
16962026-06-02T17:16:58.795Z Compiling x509-cert v0.2.5
16972026-06-02T17:16:58.844Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-02T17:16:58.899Z Compiling openapiv3 v2.2.0
16992026-06-02T17:16:58.920Z Compiling sha1 v0.10.6
17002026-06-02T17:16:58.977Z Compiling peg-runtime v0.8.5
17012026-06-02T17:16:59.140Z Compiling lalrpop-util v0.19.12
17022026-06-02T17:16:59.141Z Compiling thread_local v1.1.9
17032026-06-02T17:16:59.265Z Compiling slog-async v2.8.0
17042026-06-02T17:16:59.330Z Compiling crossbeam-channel v0.5.15
17052026-06-02T17:16:59.397Z Compiling filetime v0.2.27
17062026-06-02T17:16:59.528Z Compiling is-terminal v0.4.17
17072026-06-02T17:16:59.568Z Compiling take_mut v0.2.2
17082026-06-02T17:16:59.588Z Compiling term v1.2.1
17092026-06-02T17:16:59.622Z Compiling xattr v1.6.1
17102026-06-02T17:16:59.778Z Compiling tar v0.4.45
17112026-06-02T17:17:00.124Z Compiling slog-term v2.9.2
17122026-06-02T17:17:09.885Z Compiling rustls-webpki v0.103.9
17132026-06-02T17:17:12.679Z Compiling tokio-rustls v0.26.4
17142026-06-02T17:17:12.679Z Compiling rustls-platform-verifier v0.6.2
17152026-06-02T17:17:12.876Z Compiling hyper-rustls v0.27.7
17162026-06-02T17:17:13.074Z Compiling reqwest v0.12.28
17172026-06-02T17:17:13.089Z Compiling reqwest v0.13.2
17182026-06-02T17:17:14.313Z Compiling tough v0.22.0
17192026-06-02T17:17:16.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-02T17:17:17.065Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-02T17:17:19.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-02T17:17:20.061Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-06-02T17:17:20.113ZJun 02 17:17:18.422 INFO Starting download, target: Clickhouse
17242026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Starting download, target: Cockroach
17252026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Starting download, target: Console
17262026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Starting download, target: DendriteStub
17272026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Starting download, target: MaghemiteMgd
17282026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Starting download, target: TransceiverControl
17292026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-02T17:17:20.117ZJun 02 17:17:18.422 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-06-02T17:17:20.117ZJun 02 17:17:18.423 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-02T17:17:20.117ZJun 02 17:17:18.423 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-06-02T17:17:20.631ZJun 02 17:17:18.896 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-06-02T17:17:20.875ZJun 02 17:17:19.143 INFO Download complete, target: TransceiverControl
17372026-06-02T17:17:21.111ZJun 02 17:17:19.413 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-02T17:17:21.359ZJun 02 17:17:19.654 INFO Download complete, target: Console
17392026-06-02T17:17:21.634ZJun 02 17:17:19.933 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-06-02T17:17:21.763ZJun 02 17:17:20.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-02T17:17:22.216ZJun 02 17:17:20.525 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-02T17:17:22.216ZJun 02 17:17:20.525 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-02T17:17:22.720ZJun 02 17:17:21.029 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-02T17:17:23.983ZJun 02 17:17:22.292 INFO Download complete, target: MaghemiteMgd
17452026-06-02T17:17:24.258ZJun 02 17:17:22.567 INFO Download complete, target: DendriteStub
17462026-06-02T17:17:26.849ZJun 02 17:17:25.157 INFO Checking that binary works, target: Cockroach
17472026-06-02T17:17:27.199ZJun 02 17:17:25.508 INFO Download complete, target: Cockroach
17482026-06-02T17:17:29.422ZJun 02 17:17:27.730 INFO Checking that binary works, target: Clickhouse
17492026-06-02T17:17:29.624ZJun 02 17:17:27.932 INFO Download complete, target: Clickhouse
17502026-06-02T17:17:29.755ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-02T17:17:29.759Z
17522026-06-02T17:17:29.759Zreal 2:27.317810216
17532026-06-02T17:17:29.759Zuser 6:53.059117036
17542026-06-02T17:17:29.759Zsys 1:21.211534442
17552026-06-02T17:17:29.759Ztrap 0.196860355
17562026-06-02T17:17:29.759Ztflt 2.481302654
17572026-06-02T17:17:29.760Zdflt 3.393775778
17582026-06-02T17:17:29.760Zkflt 0.091270103
17592026-06-02T17:17:29.760Zlock 21:55.666573281
17602026-06-02T17:17:29.760Zslp 22:05.720717145
17612026-06-02T17:17:29.760Zlat 39.392613130
17622026-06-02T17:17:29.760Zstop 1:55.730628094
17632026-06-02T17:17:29.760Z+ banner clippy
17642026-06-02T17:17:29.760Z
17652026-06-02T17:17:29.760Z #### # # ##### ##### # #
17662026-06-02T17:17:29.760Z # # # # # # # # # #
17672026-06-02T17:17:29.760Z # # # # # # # #
17682026-06-02T17:17:29.760Z # # # ##### ##### #
17692026-06-02T17:17:29.760Z # # # # # # #
17702026-06-02T17:17:29.760Z #### ###### # # # #
17712026-06-02T17:17:29.760Z
17722026-06-02T17:17:29.760Z+ export CARGO_INCREMENTAL=0
17732026-06-02T17:17:29.760Z+ CARGO_INCREMENTAL=0
17742026-06-02T17:17:29.760Z+ ptime -m cargo xtask clippy
17752026-06-02T17:17:30.275Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-02T17:17:30.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-02T17:17:32.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17782026-06-02T17:17:32.414Z Running `target/debug/xtask clippy`
17792026-06-02T17:17:32.442Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17802026-06-02T17:17:33.043Z Downloading crates ...
17812026-06-02T17:17:33.230Z Downloaded approx v0.5.1
17822026-06-02T17:17:33.243Z Downloaded knuffel-derive v3.2.0
17832026-06-02T17:17:33.248Z Downloaded parking v2.2.1
17842026-06-02T17:17:33.251Z Downloaded guppy-workspace-hack v0.1.0
17852026-06-02T17:17:33.251Z Downloaded chumsky v0.9.3
17862026-06-02T17:17:33.261Z Downloaded nested v0.1.1
17872026-06-02T17:17:33.264Z Downloaded linkme-impl v0.3.35
17882026-06-02T17:17:33.264Z Downloaded cast v0.3.0
17892026-06-02T17:17:33.267Z Downloaded escape8259 v0.5.3
17902026-06-02T17:17:33.267Z Downloaded constant_time_eq v0.3.1
17912026-06-02T17:17:33.270Z Downloaded miette-derive v5.10.0
17922026-06-02T17:17:33.270Z Downloaded target-triple v1.0.0
17932026-06-02T17:17:33.270Z Downloaded supports-unicode v2.1.0
17942026-06-02T17:17:33.274Z Downloaded async-object-pool v0.2.0
17952026-06-02T17:17:33.277Z Downloaded linkme v0.3.35
17962026-06-02T17:17:33.277Z Downloaded anes v0.1.6
17972026-06-02T17:17:33.280Z Downloaded backtrace-ext v0.2.1
17982026-06-02T17:17:33.285Z Downloaded tokio-test v0.4.5
17992026-06-02T17:17:33.287Z Downloaded terminal_size v0.1.17
18002026-06-02T17:17:33.295Z Downloaded rustc-demangle v0.1.27
18012026-06-02T17:17:33.298Z Downloaded target-lexicon v0.13.3
18022026-06-02T17:17:33.302Z Downloaded concurrent-queue v2.5.0
18032026-06-02T17:17:33.305Z Downloaded termcolor v1.4.1
18042026-06-02T17:17:33.305Z Downloaded owo-colors v3.5.0
18052026-06-02T17:17:33.308Z Downloaded event-listener v5.4.1
18062026-06-02T17:17:33.311Z Downloaded serde_regex v1.1.0
18072026-06-02T17:17:33.311Z Downloaded criterion-plot v0.6.0
18082026-06-02T17:17:33.322Z Downloaded target-spec v3.5.7
18092026-06-02T17:17:33.324Z Downloaded pathdiff v0.2.3
18102026-06-02T17:17:33.324Z Downloaded supports-color v2.1.0
18112026-06-02T17:17:33.327Z Downloaded plotters-backend v0.3.7
18122026-06-02T17:17:33.327Z Downloaded assert-json-diff v2.0.2
18132026-06-02T17:17:33.331Z Downloaded hickory-client v0.25.2
18142026-06-02T17:17:33.331Z Downloaded relative-path v1.9.3
18152026-06-02T17:17:33.331Z Downloaded path-tree v0.8.3
18162026-06-02T17:17:33.334Z Downloaded httptest v0.16.4
18172026-06-02T17:17:33.334Z Downloaded partial-io v0.5.4
18182026-06-02T17:17:33.337Z Downloaded supports-hyperlinks v2.1.0
18192026-06-02T17:17:33.341Z Downloaded libtest-mimic v0.8.1
18202026-06-02T17:17:33.344Z Downloaded plotters-svg v0.3.7
18212026-06-02T17:17:33.344Z Downloaded event-listener-strategy v0.5.4
18222026-06-02T17:17:33.347Z Downloaded datatest-stable v0.3.3
18232026-06-02T17:17:33.350Z Downloaded assert_cmd v2.1.2
18242026-06-02T17:17:33.350Z Downloaded rust-argon2 v2.1.0
18252026-06-02T17:17:33.353Z Downloaded addr2line v0.25.1
18262026-06-02T17:17:33.355Z Downloaded trybuild v1.0.116
18272026-06-02T17:17:33.358Z Downloaded futures-timer v3.0.3
18282026-06-02T17:17:33.358Z Downloaded blake2b_simd v1.0.4
18292026-06-02T17:17:33.362Z Downloaded similar-asserts v1.7.0
18302026-06-02T17:17:33.365Z Downloaded oorandom v11.1.5
18312026-06-02T17:17:33.369Z Downloaded textwrap v0.15.2
18322026-06-02T17:17:33.372Z Downloaded tinytemplate v1.2.1
18332026-06-02T17:17:33.372Z Downloaded async-lock v3.4.2
18342026-06-02T17:17:33.375Z Downloaded stringmetrics v2.2.2
18352026-06-02T17:17:33.375Z Downloaded knuffel v3.2.0
18362026-06-02T17:17:33.375Z Downloaded cfg-expr v0.20.6
18372026-06-02T17:17:33.386Z Downloaded rstest v0.25.0
18382026-06-02T17:17:33.388Z Downloaded rstest_macros v0.25.0
18392026-06-02T17:17:33.392Z Downloaded fancy-regex v0.14.0
18402026-06-02T17:17:33.395Z Downloaded rand_distr v0.5.1
18412026-06-02T17:17:33.403Z Downloaded miette v5.10.0
18422026-06-02T17:17:33.406Z Downloaded criterion v0.7.0
18432026-06-02T17:17:33.409Z Downloaded backtrace v0.3.76
18442026-06-02T17:17:33.419Z Downloaded guppy v0.17.25
18452026-06-02T17:17:33.422Z Downloaded plotters v0.3.7
18462026-06-02T17:17:33.426Z Downloaded hashbrown v0.14.5
18472026-06-02T17:17:33.429Z Downloaded gimli v0.32.3
18482026-06-02T17:17:33.514Z Downloaded httpmock v0.8.3
18492026-06-02T17:17:35.155Z Checking cfg-if v1.0.4
18502026-06-02T17:17:35.509Z Checking libc v0.2.185
18512026-06-02T17:17:35.512Z Checking serde_core v1.0.228
18522026-06-02T17:17:35.584Z Checking memchr v2.8.0
18532026-06-02T17:17:35.623Z Checking smallvec v1.15.1
18542026-06-02T17:17:35.663Z Checking itoa v1.0.17
18552026-06-02T17:17:35.666Z Checking log v0.4.29
18562026-06-02T17:17:35.745Z Checking zeroize v1.8.2
18572026-06-02T17:17:35.783Z Checking libm v0.2.16
18582026-06-02T17:17:35.827Z Checking scopeguard v1.2.0
18592026-06-02T17:17:35.867Z Checking stable_deref_trait v1.2.1
18602026-06-02T17:17:35.907Z Checking zmij v1.0.21
18612026-06-02T17:17:35.944Z Checking errno v0.3.14
18622026-06-02T17:17:35.944Z Checking getrandom v0.2.17
18632026-06-02T17:17:36.014Z Checking lock_api v0.4.14
18642026-06-02T17:17:36.045Z Checking zerofrom v0.1.6
18652026-06-02T17:17:36.082Z Checking percent-encoding v2.3.2
18662026-06-02T17:17:36.119Z Checking writeable v0.6.2
18672026-06-02T17:17:36.122Z Checking litemap v0.8.1
18682026-06-02T17:17:36.185Z Checking yoke v0.8.1
18692026-06-02T17:17:36.222Z Checking icu_normalizer_data v2.1.1
18702026-06-02T17:17:36.258Z Checking icu_properties_data v2.1.2
18712026-06-02T17:17:36.261Z Checking subtle v2.6.1
18722026-06-02T17:17:36.326Z Checking form_urlencoded v1.2.2
18732026-06-02T17:17:36.363Z Checking utf8_iter v1.0.4
18742026-06-02T17:17:36.398Z Checking pin-project-lite v0.2.17
18752026-06-02T17:17:36.401Z Checking zerovec v0.11.5
18762026-06-02T17:17:36.463Z Checking zerotrie v0.2.3
18772026-06-02T17:17:36.500Z Checking num-traits v0.2.19
18782026-06-02T17:17:36.537Z Checking rand_core v0.6.4
18792026-06-02T17:17:36.537Z Checking parking_lot_core v0.9.12
18802026-06-02T17:17:36.605Z Checking zerocopy v0.8.40
18812026-06-02T17:17:36.643Z Checking rand_core v0.10.0
18822026-06-02T17:17:36.735Z Checking portable-atomic v1.13.1
18832026-06-02T17:17:36.774Z Checking signal-hook-registry v1.4.8
18842026-06-02T17:17:36.810Z Checking getrandom v0.4.1
18852026-06-02T17:17:36.813Z Checking parking_lot v0.12.5
18862026-06-02T17:17:36.875Z Checking tinystr v0.8.2
18872026-06-02T17:17:36.961Z Checking potential_utf v0.1.4
18882026-06-02T17:17:37.012Z Checking serde v1.0.228
18892026-06-02T17:17:37.012Z Checking serde_json v1.0.149
18902026-06-02T17:17:37.080Z Checking bitflags v2.11.0
18912026-06-02T17:17:37.112Z Checking icu_locale_core v2.1.1
18922026-06-02T17:17:37.147Z Checking icu_collections v2.1.1
18932026-06-02T17:17:37.183Z Checking critical-section v1.2.0
18942026-06-02T17:17:37.220Z Checking mio v1.2.0
18952026-06-02T17:17:37.277Z Checking socket2 v0.6.3
18962026-06-02T17:17:37.314Z Checking once_cell v1.21.3
18972026-06-02T17:17:37.466Z Checking bytes v1.11.1
18982026-06-02T17:17:37.507Z Checking typenum v1.19.0
18992026-06-02T17:17:37.560Z Checking iana-time-zone v0.1.65
19002026-06-02T17:17:37.604Z Checking thiserror v2.0.18
19012026-06-02T17:17:37.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19022026-06-02T17:17:37.687Z Checking icu_provider v2.1.1
19032026-06-02T17:17:37.691Z Checking uuid v1.23.0
19042026-06-02T17:17:37.725Z Checking chrono v0.4.44
19052026-06-02T17:17:37.790Z Checking semver v1.0.28
19062026-06-02T17:17:37.919Z Checking futures-core v0.3.32
19072026-06-02T17:17:37.922Z Checking tokio v1.52.1
19082026-06-02T17:17:37.985Z Checking icu_properties v2.1.2
19092026-06-02T17:17:38.019Z Checking icu_normalizer v2.1.1
19102026-06-02T17:17:38.054Z Checking generic-array v0.14.7
19112026-06-02T17:17:38.057Z Checking equivalent v1.0.2
19122026-06-02T17:17:38.090Z Checking dyn-clone v1.0.20
19132026-06-02T17:17:38.198Z Checking const-oid v0.9.6
19142026-06-02T17:17:38.246Z Checking futures-sink v0.3.32
19152026-06-02T17:17:38.347Z Checking futures-io v0.3.32
19162026-06-02T17:17:38.381Z Checking futures-channel v0.3.32
19172026-06-02T17:17:38.487Z Checking futures-task v0.3.32
19182026-06-02T17:17:38.522Z Checking crypto-common v0.1.7
19192026-06-02T17:17:38.595Z Checking block-buffer v0.10.4
19202026-06-02T17:17:38.630Z Checking slab v0.4.12
19212026-06-02T17:17:38.664Z Checking rustix v1.1.3
19222026-06-02T17:17:38.697Z Checking byteorder v1.5.0
19232026-06-02T17:17:38.758Z Checking hashbrown v0.17.0
19242026-06-02T17:17:38.802Z Checking idna_adapter v1.2.1
19252026-06-02T17:17:38.836Z Checking futures-util v0.3.32
19262026-06-02T17:17:38.892Z Checking digest v0.10.7
19272026-06-02T17:17:38.926Z Checking cpufeatures v0.2.17
19282026-06-02T17:17:38.960Z Checking idna v1.1.0
19292026-06-02T17:17:39.022Z Checking thiserror v1.0.69
19302026-06-02T17:17:39.111Z Checking getrandom v0.3.4
19312026-06-02T17:17:39.149Z Checking fnv v1.0.7
19322026-06-02T17:17:39.231Z Checking url v2.5.8
19332026-06-02T17:17:39.267Z Checking indexmap v2.14.0
19342026-06-02T17:17:39.270Z Checking regex-syntax v0.8.10
19352026-06-02T17:17:39.331Z Checking ppv-lite86 v0.2.21
19362026-06-02T17:17:39.335Z Checking http v1.4.0
19372026-06-02T17:17:39.511Z Checking tracing-core v0.1.36
19382026-06-02T17:17:39.667Z Checking base64 v0.22.1
19392026-06-02T17:17:39.704Z Checking schemars v0.8.22
19402026-06-02T17:17:39.842Z Checking tracing v0.1.44
19412026-06-02T17:17:39.878Z Checking ipnet v2.11.0
19422026-06-02T17:17:39.933Z Checking anstyle v1.0.13
19432026-06-02T17:17:39.970Z Checking utf8parse v0.2.2
19442026-06-02T17:17:40.075Z Checking unicode-ident v1.0.24
19452026-06-02T17:17:40.110Z Checking untrusted v0.9.0
19462026-06-02T17:17:40.144Z Checking base64ct v1.8.3
19472026-06-02T17:17:40.178Z Checking anstyle-parse v0.2.7
19482026-06-02T17:17:40.212Z Checking proc-macro2 v1.0.106
19492026-06-02T17:17:40.247Z Checking ring v0.17.14
19502026-06-02T17:17:40.356Z Checking block-padding v0.3.3
19512026-06-02T17:17:40.392Z Checking aho-corasick v1.1.4
19522026-06-02T17:17:40.427Z Checking is_terminal_polyfill v1.70.2
19532026-06-02T17:17:40.515Z Checking colorchoice v1.0.4
19542026-06-02T17:17:40.552Z Checking quote v1.0.45
19552026-06-02T17:17:40.555Z Checking anstyle-query v1.1.5
19562026-06-02T17:17:40.621Z Checking inout v0.1.4
19572026-06-02T17:17:40.655Z Checking rustls-pki-types v1.14.0
19582026-06-02T17:17:40.701Z Checking anstream v0.6.21
19592026-06-02T17:17:40.746Z Checking syn v2.0.117
19602026-06-02T17:17:40.750Z Checking httparse v1.10.1
19612026-06-02T17:17:40.813Z Checking cipher v0.4.4
19622026-06-02T17:17:40.922Z Checking terminal_size v0.4.3
19632026-06-02T17:17:40.971Z Checking crossbeam-utils v0.8.21
19642026-06-02T17:17:41.017Z Checking strsim v0.11.1
19652026-06-02T17:17:41.051Z Checking clap_lex v1.0.0
19662026-06-02T17:17:41.086Z Checking allocator-api2 v0.2.21
19672026-06-02T17:17:41.089Z Checking regex-automata v0.4.14
19682026-06-02T17:17:41.163Z Checking tokio-util v0.7.18
19692026-06-02T17:17:41.199Z Checking pem-rfc7468 v0.7.0
19702026-06-02T17:17:41.232Z Checking clap_builder v4.5.60
19712026-06-02T17:17:41.266Z Checking http-body v1.0.1
19722026-06-02T17:17:41.313Z Checking sha2 v0.10.9
19732026-06-02T17:17:41.381Z Checking atomic-waker v1.1.2
19742026-06-02T17:17:41.415Z Checking powerfmt v0.2.0
19752026-06-02T17:17:41.449Z Checking rand_core v0.9.5
19762026-06-02T17:17:41.504Z Checking hmac v0.12.1
19772026-06-02T17:17:41.588Z Checking deranged v0.5.8
19782026-06-02T17:17:41.624Z Checking num_threads v0.1.7
19792026-06-02T17:17:41.659Z Checking try-lock v0.2.5
19802026-06-02T17:17:41.693Z Checking httpdate v1.0.3
19812026-06-02T17:17:41.737Z Checking time-core v0.1.8
19822026-06-02T17:17:41.781Z Checking num-conv v0.2.0
19832026-06-02T17:17:41.816Z Checking h2 v0.4.13
19842026-06-02T17:17:41.863Z Checking want v0.3.1
19852026-06-02T17:17:41.904Z Checking ryu v1.0.23
19862026-06-02T17:17:41.939Z Checking tower-layer v0.3.3
19872026-06-02T17:17:42.011Z Checking flagset v0.4.7
19882026-06-02T17:17:42.064Z Checking pin-utils v0.1.0
19892026-06-02T17:17:42.113Z Checking tower-service v0.3.3
19902026-06-02T17:17:42.158Z Checking rand_chacha v0.9.0
19912026-06-02T17:17:42.161Z Checking der v0.7.10
19922026-06-02T17:17:42.229Z Checking erased-serde v0.3.31
19932026-06-02T17:17:42.384Z Checking mime v0.3.17
19942026-06-02T17:17:42.455Z Checking clap v4.5.60
19952026-06-02T17:17:42.505Z Checking time v0.3.47
19962026-06-02T17:17:42.563Z Checking rand v0.9.2
19972026-06-02T17:17:42.596Z Checking spin v0.9.8
19982026-06-02T17:17:42.639Z Checking slog v2.8.2
19992026-06-02T17:17:42.803Z Checking anyhow v1.0.102
20002026-06-02T17:17:42.925Z Checking http-body-util v0.1.3
20012026-06-02T17:17:42.961Z Checking aws-lc-sys v0.40.0
20022026-06-02T17:17:42.964Z Checking untrusted v0.7.1
20032026-06-02T17:17:43.029Z Checking fastrand v2.3.0
20042026-06-02T17:17:43.032Z Checking openssl-probe v0.2.1
20052026-06-02T17:17:43.095Z Checking spki v0.7.3
20062026-06-02T17:17:43.131Z Checking serde_urlencoded v0.7.1
20072026-06-02T17:17:43.167Z Checking pbkdf2 v0.12.2
20082026-06-02T17:17:43.201Z Checking aes v0.8.4
20092026-06-02T17:17:43.239Z Checking encoding_rs v0.8.35
20102026-06-02T17:17:43.286Z Checking regex v1.12.3
20112026-06-02T17:17:43.318Z Checking salsa20 v0.10.2
20122026-06-02T17:17:43.355Z Checking cbc v0.1.2
20132026-06-02T17:17:43.476Z Checking rand_chacha v0.3.1
20142026-06-02T17:17:43.511Z Checking hex v0.4.3
20152026-06-02T17:17:43.514Z Checking aws-lc-rs v1.16.3
20162026-06-02T17:17:43.585Z Checking simd-adler32 v0.3.8
20172026-06-02T17:17:43.621Z Checking pretty-hex v0.4.1
20182026-06-02T17:17:43.656Z Checking scrypt v0.11.0
20192026-06-02T17:17:43.711Z Checking rand v0.8.6
20202026-06-02T17:17:43.759Z Checking tempfile v3.25.0
20212026-06-02T17:17:43.794Z Checking ipnetwork v0.21.1
20222026-06-02T17:17:43.797Z Checking plain v0.2.3
20232026-06-02T17:17:43.859Z Checking adler2 v2.0.1
20242026-06-02T17:17:43.956Z Checking pkcs5 v0.7.1
20252026-06-02T17:17:43.992Z Checking rustls-native-certs v0.8.3
20262026-06-02T17:17:43.996Z Checking miniz_oxide v0.8.9
20272026-06-02T17:17:44.055Z Checking sync_wrapper v1.0.2
20282026-06-02T17:17:44.148Z Checking ucd-trie v0.1.7
20292026-06-02T17:17:44.186Z Checking tower v0.5.3
20302026-06-02T17:17:44.221Z Checking webpki-roots v1.0.6
20312026-06-02T17:17:44.231Z Checking pkcs8 v0.10.2
20322026-06-02T17:17:44.241Z Checking camino v1.2.2
20332026-06-02T17:17:44.384Z Checking rustls-webpki v0.103.9
20342026-06-02T17:17:44.388Z Checking pest v2.8.6
20352026-06-02T17:17:44.458Z Checking foldhash v0.2.0
20362026-06-02T17:17:44.461Z Checking iri-string v0.7.10
20372026-06-02T17:17:44.527Z Checking hyper v1.8.1
20382026-06-02T17:17:44.565Z Checking futures-executor v0.3.32
20392026-06-02T17:17:44.600Z Checking either v1.15.0
20402026-06-02T17:17:44.604Z Checking openapiv3 v2.2.0
20412026-06-02T17:17:44.667Z Checking hashbrown v0.16.1
20422026-06-02T17:17:44.743Z Checking futures v0.3.32
20432026-06-02T17:17:44.820Z Checking crc32fast v1.5.0
20442026-06-02T17:17:44.856Z Checking static_assertions v1.1.0
20452026-06-02T17:17:44.892Z Checking rustls v0.23.37
20462026-06-02T17:17:44.957Z Checking oxnet v0.1.4
20472026-06-02T17:17:44.992Z Checking lazy_static v1.5.0
20482026-06-02T17:17:45.108Z Checking signature v2.2.0
20492026-06-02T17:17:45.200Z Checking winnow v0.7.14
20502026-06-02T17:17:45.236Z Checking hubpack v0.1.2
20512026-06-02T17:17:45.269Z Checking zlib-rs v0.6.2
20522026-06-02T17:17:45.428Z Checking strum v0.26.3
20532026-06-02T17:17:45.469Z Checking hyper-util v0.1.20
20542026-06-02T17:17:45.504Z Checking psl-types v2.0.11
20552026-06-02T17:17:45.538Z Checking tower-http v0.6.8
20562026-06-02T17:17:45.572Z Checking tinyvec_macros v0.1.1
20572026-06-02T17:17:45.642Z Checking publicsuffix v2.3.0
20582026-06-02T17:17:45.676Z Checking tinyvec v1.10.0
20592026-06-02T17:17:45.829Z Checking cookie v0.18.1
20602026-06-02T17:17:45.864Z Checking sha1 v0.10.6
20612026-06-02T17:17:45.940Z Checking num-integer v0.1.46
20622026-06-02T17:17:46.010Z Checking scroll v0.13.0
20632026-06-02T17:17:46.050Z Checking data-encoding v2.10.0
20642026-06-02T17:17:46.085Z Checking cookie_store v0.22.1
20652026-06-02T17:17:46.159Z Checking flate2 v1.1.9
20662026-06-02T17:17:46.194Z Checking serde_spanned v0.6.9
20672026-06-02T17:17:46.261Z Checking goblin v0.10.5
20682026-06-02T17:17:46.343Z Checking toml_datetime v0.6.11
20692026-06-02T17:17:46.346Z Checking memmap2 v0.9.10
20702026-06-02T17:17:46.410Z Checking base16ct v0.2.0
20712026-06-02T17:17:46.446Z Checking bit-vec v0.8.0
20722026-06-02T17:17:46.480Z Checking foreign-types-shared v0.1.1
20732026-06-02T17:17:46.554Z Checking dtrace-parser v0.3.0
20742026-06-02T17:17:46.589Z Checking ff v0.13.1
20752026-06-02T17:17:46.592Z Checking foreign-types v0.3.2
20762026-06-02T17:17:46.592Z Checking sec1 v0.7.3
20772026-06-02T17:17:46.687Z Checking bit-set v0.8.0
20782026-06-02T17:17:46.723Z Checking openssl-sys v0.9.115
20792026-06-02T17:17:46.759Z Checking thread-id v5.1.0
20802026-06-02T17:17:46.762Z Checking wait-timeout v0.2.1
20812026-06-02T17:17:46.828Z Checking group v0.13.0
20822026-06-02T17:17:46.859Z Checking num-iter v0.1.45
20832026-06-02T17:17:46.862Z Checking bstr v1.12.1
20842026-06-02T17:17:46.925Z Checking hkdf v0.12.4
20852026-06-02T17:17:46.960Z Checking crossbeam-epoch v0.9.18
20862026-06-02T17:17:46.996Z Checking ahash v0.8.12
20872026-06-02T17:17:47.000Z Checking crypto-bigint v0.5.5
20882026-06-02T17:17:47.084Z Checking quick-error v1.2.3
20892026-06-02T17:17:47.127Z Checking openssl v0.10.79
20902026-06-02T17:17:47.211Z Checking rusty-fork v0.3.1
20912026-06-02T17:17:47.214Z Checking rand_xorshift v0.4.0
20922026-06-02T17:17:47.214Z Checking scroll v0.12.0
20932026-06-02T17:17:47.279Z Checking tokio-rustls v0.26.4
20942026-06-02T17:17:47.345Z Checking rustls-platform-verifier v0.6.2
20952026-06-02T17:17:47.403Z Checking unarray v0.1.4
20962026-06-02T17:17:47.442Z Checking num-bigint-dig v0.8.6
20972026-06-02T17:17:47.491Z Checking goblin v0.8.2
20982026-06-02T17:17:47.526Z Checking pkcs1 v0.7.5
20992026-06-02T17:17:47.561Z Checking hyper-rustls v0.27.7
21002026-06-02T17:17:47.564Z Checking proptest v1.10.0
21012026-06-02T17:17:47.760Z Checking x509-cert v0.2.5
21022026-06-02T17:17:47.796Z Checking reqwest v0.13.2
21032026-06-02T17:17:47.943Z Checking elliptic-curve v0.13.8
21042026-06-02T17:17:48.256Z Checking zerocopy v0.7.35
21052026-06-02T17:17:48.294Z Checking unicode-segmentation v1.12.0
21062026-06-02T17:17:48.436Z Checking rsa v0.9.10
21072026-06-02T17:17:48.551Z Checking dof v0.4.0
21082026-06-02T17:17:48.632Z Checking dtrace-parser v0.2.0
21092026-06-02T17:17:48.669Z Checking rfc6979 v0.4.0
21102026-06-02T17:17:48.766Z Checking memoffset v0.9.1
21112026-06-02T17:17:48.814Z Checking thread-id v4.2.2
21122026-06-02T17:17:48.874Z Checking ecdsa v0.16.9
21132026-06-02T17:17:48.910Z Checking curve25519-dalek v4.1.3
21142026-06-02T17:17:48.946Z Checking rustix v0.38.44
21152026-06-02T17:17:48.950Z Checking env_filter v1.0.0
21162026-06-02T17:17:49.113Z Checking native-tls v0.2.18
21172026-06-02T17:17:49.150Z Checking same-file v1.0.6
21182026-06-02T17:17:49.199Z Checking usdt-impl v0.6.0
21192026-06-02T17:17:49.235Z Checking toml_write v0.1.2
21202026-06-02T17:17:49.292Z Checking keccak v0.1.6
21212026-06-02T17:17:49.328Z Checking tokio-native-tls v0.3.1
21222026-06-02T17:17:49.361Z Checking newtype-uuid v1.3.2
21232026-06-02T17:17:49.397Z Checking dof v0.3.0
21242026-06-02T17:17:49.431Z Checking toml_edit v0.22.27
21252026-06-02T17:17:49.483Z Checking sha3 v0.10.8
21262026-06-02T17:17:49.529Z Checking hyper-tls v0.6.0
21272026-06-02T17:17:49.533Z Checking usdt v0.6.0
21282026-06-02T17:17:49.601Z Checking daft v0.1.7
21292026-06-02T17:17:49.695Z Checking walkdir v2.5.0
21302026-06-02T17:17:49.732Z Checking usdt-impl v0.5.0
21312026-06-02T17:17:49.736Z Checking reqwest v0.12.28
21322026-06-02T17:17:49.736Z Checking env_logger v0.11.9
21332026-06-02T17:17:49.831Z Checking ed25519 v2.2.3
21342026-06-02T17:17:49.831Z Checking itertools v0.13.0
21352026-06-02T17:17:49.899Z Checking serde_with v3.17.0
21362026-06-02T17:17:49.904Z Checking siphasher v1.0.2
21372026-06-02T17:17:49.977Z Checking bitflags v1.3.2
21382026-06-02T17:17:50.030Z Checking nix v0.31.2
21392026-06-02T17:17:50.077Z Checking toml_parser v1.0.9+spec-1.1.0
21402026-06-02T17:17:50.080Z Checking ed25519-dalek v2.2.0
21412026-06-02T17:17:50.143Z Checking unicode-normalization v0.1.25
21422026-06-02T17:17:50.340Z Checking signal-hook v0.3.18
21432026-06-02T17:17:50.463Z Checking winnow v0.5.40
21442026-06-02T17:17:50.543Z Checking managed v0.8.0
21452026-06-02T17:17:50.580Z Checking bzip2-sys v0.1.13+1.0.8
21462026-06-02T17:17:50.583Z Checking object v0.37.3
21472026-06-02T17:17:50.668Z Checking foldhash v0.1.5
21482026-06-02T17:17:50.703Z Checking bzip2 v0.4.4
21492026-06-02T17:17:50.757Z Checking signal-hook-mio v0.2.5
21502026-06-02T17:17:50.829Z Checking hashbrown v0.15.5
21512026-06-02T17:17:50.881Z Checking globset v0.4.18
21522026-06-02T17:17:50.917Z Checking ref-cast v1.0.25
21532026-06-02T17:17:50.920Z Checking zstd-sys v2.0.16+zstd.1.5.7
21542026-06-02T17:17:51.044Z Checking zip v0.6.6
21552026-06-02T17:17:51.088Z Checking zstd-safe v7.2.4
21562026-06-02T17:17:51.124Z Checking pin-project v1.1.11
21572026-06-02T17:17:51.158Z Checking libbz2-rs-sys v0.2.2
21582026-06-02T17:17:51.246Z Checking bumpalo v3.20.2
21592026-06-02T17:17:51.281Z Checking zstd v0.13.3
21602026-06-02T17:17:51.316Z Checking crossterm v0.28.1
21612026-06-02T17:17:51.350Z Checking similar v2.7.0
21622026-06-02T17:17:51.386Z Checking tokio-stream v0.1.18
21632026-06-02T17:17:51.470Z Checking zopfli v0.8.3
21642026-06-02T17:17:51.505Z Checking fs-err v3.3.0
21652026-06-02T17:17:51.565Z Checking bzip2 v0.6.1
21662026-06-02T17:17:51.613Z Checking toml_edit v0.19.15
21672026-06-02T17:17:51.754Z Checking pem v3.0.6
21682026-06-02T17:17:51.790Z Checking hash32 v0.2.1
21692026-06-02T17:17:51.793Z Checking serde-big-array v0.5.1
21702026-06-02T17:17:51.856Z Checking unicode-bidi v0.3.18
21712026-06-02T17:17:51.886Z Checking jiff v0.2.21
21722026-06-02T17:17:51.932Z Checking predicates-core v1.0.10
21732026-06-02T17:17:51.973Z Checking unicode-properties v0.1.4
21742026-06-02T17:17:52.008Z Checking heapless v0.7.17
21752026-06-02T17:17:52.042Z Checking snafu v0.8.9
21762026-06-02T17:17:52.083Z Checking olpc-cjson v0.1.4
21772026-06-02T17:17:52.175Z Checking hickory-proto v0.25.2
21782026-06-02T17:17:52.210Z Checking stringprep v0.1.5
21792026-06-02T17:17:52.245Z Checking md-5 v0.10.6
21802026-06-02T17:17:52.300Z Checking serde_plain v1.0.2
21812026-06-02T17:17:52.385Z Checking float-cmp v0.10.0
21822026-06-02T17:17:52.420Z Checking fallible-iterator v0.2.0
21832026-06-02T17:17:52.454Z Checking normalize-line-endings v0.3.0
21842026-06-02T17:17:52.489Z Checking difflib v0.4.0
21852026-06-02T17:17:52.541Z Checking typed-path v0.9.3
21862026-06-02T17:17:52.576Z Checking smoltcp v0.9.1
21872026-06-02T17:17:52.646Z Checking toml v0.7.8
21882026-06-02T17:17:52.689Z Checking predicates v3.1.4
21892026-06-02T17:17:52.725Z Checking postgres-protocol v0.6.10
21902026-06-02T17:17:52.910Z Checking iddqd v0.4.2
21912026-06-02T17:17:52.974Z Checking phf_shared v0.11.3
21922026-06-02T17:17:53.014Z Checking phf_shared v0.13.1
21932026-06-02T17:17:53.064Z Checking buf-list v1.1.2
21942026-06-02T17:17:53.142Z Checking strum v0.27.2
21952026-06-02T17:17:53.191Z Checking precomputed-hash v0.1.1
21962026-06-02T17:17:53.238Z Checking fixedbitset v0.4.2
21972026-06-02T17:17:53.283Z Checking fixedbitset v0.5.7
21982026-06-02T17:17:53.286Z Checking new_debug_unreachable v1.0.6
21992026-06-02T17:17:53.347Z Checking lalrpop-util v0.19.12
22002026-06-02T17:17:53.350Z Checking tough v0.22.0
22012026-06-02T17:17:53.414Z Checking petgraph v0.6.5
22022026-06-02T17:17:53.447Z Checking string_cache v0.8.9
22032026-06-02T17:17:53.501Z Checking petgraph v0.8.3
22042026-06-02T17:17:53.536Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-06-02T17:17:53.637Z Checking phf v0.13.1
22062026-06-02T17:17:53.819Z Checking postgres-types v0.2.12
22072026-06-02T17:17:53.822Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-06-02T17:17:54.112Z Checking zip v4.6.1
22092026-06-02T17:17:54.149Z Checking whoami v2.1.0
22102026-06-02T17:17:54.183Z Checking peg-runtime v0.8.5
22112026-06-02T17:17:54.390Z Checking tokio-postgres v0.7.16
22122026-06-02T17:17:54.475Z Checking is-terminal v0.4.17
22132026-06-02T17:17:54.625Z Checking crossbeam-channel v0.5.15
22142026-06-02T17:17:54.681Z Compiling structmeta-derive v0.3.0
22152026-06-02T17:17:54.735Z Checking thread_local v1.1.9
22162026-06-02T17:17:54.932Z Checking take_mut v0.2.2
22172026-06-02T17:17:54.993Z Checking term v1.2.1
22182026-06-02T17:17:54.997Z Compiling newtype-uuid-macros v0.1.0
22192026-06-02T17:17:55.065Z Checking slog-async v2.8.0
22202026-06-02T17:17:55.100Z Compiling rustls v0.22.4
22212026-06-02T17:17:55.244Z Checking slog-term v2.9.2
22222026-06-02T17:17:55.279Z Compiling multer v3.1.0
22232026-06-02T17:17:55.360Z Compiling async-stream-impl v0.3.6
22242026-06-02T17:17:55.440Z Compiling dropshot v0.17.0
22252026-06-02T17:17:55.531Z Compiling dropshot_endpoint v0.17.0
22262026-06-02T17:17:55.574Z Checking match_cfg v0.1.0
22272026-06-02T17:17:55.690Z Checking hostname v0.3.1
22282026-06-02T17:17:55.694Z Checking slog-json v2.6.1
22292026-06-02T17:17:55.757Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22302026-06-02T17:17:55.794Z Compiling structmeta v0.3.0
22312026-06-02T17:17:55.797Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22322026-06-02T17:17:55.858Z Checking debug-ignore v1.0.5
22332026-06-02T17:17:55.927Z Checking slog-bunyan v2.5.0
22342026-06-02T17:17:55.975Z Checking rustls-webpki v0.102.8
22352026-06-02T17:17:56.010Z Checking serde_spanned v1.0.4
22362026-06-02T17:17:56.047Z Compiling derive-ex v0.1.8
22372026-06-02T17:17:56.083Z Checking serde_path_to_error v0.1.20
22382026-06-02T17:17:56.087Z Checking toml_datetime v1.0.0+spec-1.1.0
22392026-06-02T17:17:56.162Z Checking toml_writer v1.0.6+spec-1.1.0
22402026-06-02T17:17:56.196Z Checking compression-core v0.4.31
22412026-06-02T17:17:56.263Z Checking progenitor-client v0.14.0
22422026-06-02T17:17:56.343Z Checking async-stream v0.3.6
22432026-06-02T17:17:56.380Z Checking compression-codecs v0.4.37
22442026-06-02T17:17:56.384Z Checking toml v1.0.6+spec-1.1.0
22452026-06-02T17:17:56.508Z Checking waitgroup v0.1.2
22462026-06-02T17:17:56.541Z Checking rustls-pemfile v2.2.0
22472026-06-02T17:17:56.576Z Checking async-compression v0.4.41
22482026-06-02T17:17:56.634Z Checking hostname v0.4.2
22492026-06-02T17:17:56.709Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22502026-06-02T17:17:56.744Z Compiling parse-display-derive v0.10.0
22512026-06-02T17:17:56.778Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-02T17:17:56.846Z Checking regress v0.10.5
22532026-06-02T17:17:56.849Z Checking itertools v0.14.0
22542026-06-02T17:17:56.947Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22552026-06-02T17:17:57.044Z Checking macaddr v1.0.1
22562026-06-02T17:17:57.254Z Checking instant v0.1.13
22572026-06-02T17:17:57.293Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22582026-06-02T17:17:57.367Z Checking backoff v0.4.0
22592026-06-02T17:17:57.403Z Checking backon v1.6.0
22602026-06-02T17:17:57.556Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22612026-06-02T17:17:57.590Z Checking humantime v2.3.0
22622026-06-02T17:17:57.625Z Checking progenitor-extras v0.2.0
22632026-06-02T17:17:57.741Z Compiling test-strategy v0.4.5
22642026-06-02T17:17:57.799Z Checking progenitor-client v0.10.0
22652026-06-02T17:17:57.867Z Checking tokio-rustls v0.25.0
22662026-06-02T17:17:57.904Z Checking unicode-width v0.2.0
22672026-06-02T17:17:57.967Z Checking heck v0.5.0
22682026-06-02T17:17:58.043Z Compiling convert_case v0.4.0
22692026-06-02T17:17:58.080Z Checking half v2.7.1
22702026-06-02T17:17:58.150Z Checking ciborium-io v0.2.2
22712026-06-02T17:17:58.185Z Checking secrecy v0.10.3
22722026-06-02T17:17:58.267Z Compiling regress v0.11.1
22732026-06-02T17:17:58.302Z Checking indent_write v2.2.0
22742026-06-02T17:17:58.339Z Checking universal-hash v0.5.1
22752026-06-02T17:17:58.371Z Checking ciborium-ll v0.2.2
22762026-06-02T17:17:58.443Z Compiling derive_more v0.99.20
22772026-06-02T17:17:58.446Z Checking parse-display v0.10.0
22782026-06-02T17:17:58.478Z Checking opaque-debug v0.3.1
22792026-06-02T17:17:58.542Z Compiling unsafe-libyaml v0.2.11
22802026-06-02T17:17:58.574Z Checking ciborium v0.2.2
22812026-06-02T17:17:58.649Z Checking camino-tempfile v1.4.1
22822026-06-02T17:17:58.834Z Compiling crucible-workspace-hack v0.1.0
22832026-06-02T17:17:59.014Z Checking aead v0.5.2
22842026-06-02T17:17:59.092Z Compiling serde_yaml v0.9.34+deprecated
22852026-06-02T17:17:59.254Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22862026-06-02T17:17:59.288Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22872026-06-02T17:17:59.321Z Checking poly1305 v0.8.0
22882026-06-02T17:17:59.663Z Checking chacha20 v0.9.1
22892026-06-02T17:17:59.667Z Compiling thiserror-impl-no-std v2.0.2
22902026-06-02T17:17:59.731Z Checking password-hash v0.5.0
22912026-06-02T17:17:59.891Z Compiling typify-impl v0.6.2
22922026-06-02T17:17:59.992Z Checking blake2 v0.10.6
22932026-06-02T17:18:00.061Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22942026-06-02T17:18:00.256Z Checking argon2 v0.5.3
22952026-06-02T17:18:00.614Z Checking chacha20poly1305 v0.10.1
22962026-06-02T17:18:00.648Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22972026-06-02T17:18:00.771Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
22982026-06-02T17:18:00.919Z Checking thiserror-no-std v2.0.2
22992026-06-02T17:18:01.040Z Checking vsss-rs v3.3.4
23002026-06-02T17:18:01.078Z Checking byte-wrapper v0.1.0
23012026-06-02T17:18:01.115Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23022026-06-02T17:18:01.118Z Checking swrite v0.1.0
23032026-06-02T17:18:01.268Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23042026-06-02T17:18:01.314Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23052026-06-02T17:18:01.396Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23062026-06-02T17:18:01.516Z Checking crossbeam-deque v0.8.6
23072026-06-02T17:18:01.551Z Compiling rayon-core v1.13.0
23082026-06-02T17:18:01.720Z Checking toml v0.8.23
23092026-06-02T17:18:02.037Z Compiling proc-macro-error v1.0.4
23102026-06-02T17:18:02.072Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-06-02T17:18:02.140Z Checking rayon v1.11.0
23122026-06-02T17:18:02.174Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23132026-06-02T17:18:02.342Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-06-02T17:18:02.377Z Checking tabwriter v1.4.1
23152026-06-02T17:18:02.550Z Checking glob v0.3.3
23162026-06-02T17:18:02.610Z Compiling heapless v0.8.0
23172026-06-02T17:18:02.762Z Checking colored v3.1.1
23182026-06-02T17:18:02.826Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23192026-06-02T17:18:02.925Z Compiling proc-macro-crate v3.4.0
23202026-06-02T17:18:02.992Z Compiling ingot-macros v0.1.1
23212026-06-02T17:18:03.154Z Checking hash32 v0.3.1
23222026-06-02T17:18:03.317Z Compiling smoltcp v0.11.0
23232026-06-02T17:18:03.353Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-02T17:18:03.405Z Checking unicode-width v0.1.14
23252026-06-02T17:18:03.582Z Checking cobs v0.3.0
23262026-06-02T17:18:03.660Z Compiling usdt-macro v0.5.0
23272026-06-02T17:18:03.695Z Compiling usdt-attr-macro v0.5.0
23282026-06-02T17:18:03.759Z Checking memmap v0.7.0
23292026-06-02T17:18:03.801Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-06-02T17:18:03.929Z Checking postcard v1.1.3
23312026-06-02T17:18:04.054Z Compiling num_enum_derive v0.7.5
23322026-06-02T17:18:04.251Z Compiling proc-macro-crate v1.3.1
23332026-06-02T17:18:04.288Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23342026-06-02T17:18:04.410Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23352026-06-02T17:18:04.444Z Compiling typify-macro v0.6.2
23362026-06-02T17:18:04.497Z Checking usdt v0.5.0
23372026-06-02T17:18:04.697Z Checking sigpipe v0.1.3
23382026-06-02T17:18:04.736Z Compiling foreign-types-macros v0.2.3
23392026-06-02T17:18:04.767Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-06-02T17:18:04.810Z Checking foreign-types-shared v0.3.1
23412026-06-02T17:18:04.930Z Checking cpufeatures v0.3.0
23422026-06-02T17:18:05.032Z Checking chacha20 v0.10.0
23432026-06-02T17:18:05.066Z Compiling num_enum_derive v0.5.11
23442026-06-02T17:18:05.166Z Checking num_enum v0.7.5
23452026-06-02T17:18:05.315Z Checking cstr-argument v0.1.2
23462026-06-02T17:18:05.347Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23472026-06-02T17:18:05.378Z Checking foreign-types v0.5.0
23482026-06-02T17:18:05.420Z Compiling num-derive v0.4.2
23492026-06-02T17:18:05.462Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23502026-06-02T17:18:05.497Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23512026-06-02T17:18:05.755Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23522026-06-02T17:18:05.799Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532026-06-02T17:18:05.852Z Checking ingot-types v0.1.2
23542026-06-02T17:18:05.929Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23552026-06-02T17:18:05.962Z Checking rand v0.10.0
23562026-06-02T17:18:05.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-06-02T17:18:06.114Z Checking num_enum v0.5.11
23582026-06-02T17:18:06.147Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23592026-06-02T17:18:06.203Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23602026-06-02T17:18:06.238Z Compiling typify v0.6.2
23612026-06-02T17:18:06.273Z Checking ingot v0.1.1
23622026-06-02T17:18:06.339Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-06-02T17:18:06.374Z Compiling zone_cfg_derive v0.3.1
23642026-06-02T17:18:06.377Z Compiling progenitor-impl v0.14.0
23652026-06-02T17:18:06.536Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23662026-06-02T17:18:06.569Z Checking itertools v0.12.1
23672026-06-02T17:18:06.733Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23682026-06-02T17:18:06.997Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23692026-06-02T17:18:07.178Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23702026-06-02T17:18:07.218Z Checking smf v0.2.3
23712026-06-02T17:18:07.347Z Checking whoami v1.6.1
23722026-06-02T17:18:07.382Z Checking tokio-dtrace v0.1.1
23732026-06-02T17:18:07.423Z Compiling derive-where v1.6.0
23742026-06-02T17:18:07.474Z Checking console v0.15.11
23752026-06-02T17:18:07.546Z Checking atomicwrites v0.4.4
23762026-06-02T17:18:07.592Z Checking oxide-tokio-rt v0.1.4
23772026-06-02T17:18:07.626Z Checking zone v0.3.1
23782026-06-02T17:18:07.701Z Checking newline-converter v0.3.0
23792026-06-02T17:18:07.773Z Checking num-rational v0.4.2
23802026-06-02T17:18:07.808Z Checking num-complex v0.4.6
23812026-06-02T17:18:07.841Z Checking expectorate v1.2.0
23822026-06-02T17:18:07.941Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23832026-06-02T17:18:07.995Z Checking bytecount v0.6.9
23842026-06-02T17:18:07.998Z Checking float-ord v0.3.2
23852026-06-02T17:18:08.073Z Compiling owo-colors v4.3.0
23862026-06-02T17:18:08.128Z Compiling prettyplease v0.2.37
23872026-06-02T17:18:08.162Z Compiling cancel-safe-futures v0.1.5
23882026-06-02T17:18:08.196Z Checking num v0.4.3
23892026-06-02T17:18:08.299Z Compiling progenitor-impl v0.13.0
23902026-06-02T17:18:08.460Z Checking libsw-core v0.3.2
23912026-06-02T17:18:08.633Z Checking libsw v3.5.0
23922026-06-02T17:18:08.782Z Checking progenitor-client v0.13.0
23932026-06-02T17:18:08.845Z Checking linear-map v1.2.0
23942026-06-02T17:18:09.002Z Compiling progenitor-macro v0.14.0
23952026-06-02T17:18:09.076Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23962026-06-02T17:18:09.109Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23972026-06-02T17:18:09.113Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23982026-06-02T17:18:09.749Z Checking gethostname v0.5.0
23992026-06-02T17:18:09.870Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-06-02T17:18:10.263Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24012026-06-02T17:18:10.959Z Compiling progenitor-macro v0.13.0
24022026-06-02T17:18:10.993Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24032026-06-02T17:18:12.094Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24042026-06-02T17:18:12.871Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-06-02T17:18:13.968Z Checking progenitor v0.14.0
24062026-06-02T17:18:14.359Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24072026-06-02T17:18:14.991Z Checking resolv-conf v0.7.6
24082026-06-02T17:18:15.112Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24092026-06-02T17:18:15.221Z Checking unicode-linebreak v0.1.5
24102026-06-02T17:18:15.340Z Checking smawk v0.3.2
24112026-06-02T17:18:15.464Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24122026-06-02T17:18:15.505Z Checking papergrid v0.11.0
24132026-06-02T17:18:15.637Z Compiling tabled_derive v0.7.0
24142026-06-02T17:18:15.789Z Compiling convert_case v0.10.0
24152026-06-02T17:18:15.877Z Compiling slog-dtrace v0.3.0
24162026-06-02T17:18:15.912Z Checking progenitor v0.13.0
24172026-06-02T17:18:16.075Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-02T17:18:16.142Z Compiling derive_more-impl v2.1.1
24192026-06-02T17:18:16.623Z Checking tabled v0.15.0
24202026-06-02T17:18:16.706Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24212026-06-02T17:18:16.782Z Checking linked-hash-map v0.5.6
24222026-06-02T17:18:16.901Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-06-02T17:18:16.938Z Checking hickory-proto v0.24.4
24242026-06-02T17:18:16.984Z Checking lru-cache v0.1.2
24252026-06-02T17:18:17.019Z Checking derive_more v2.1.1
24262026-06-02T17:18:17.123Z Checking crossterm v0.29.0
24272026-06-02T17:18:17.158Z Checking fd-lock v4.0.4
24282026-06-02T17:18:17.161Z Checking vte v0.14.1
24292026-06-02T17:18:17.311Z Checking display-error-chain v0.2.2
24302026-06-02T17:18:17.373Z Checking strip-ansi-escapes v0.2.1
24312026-06-02T17:18:17.409Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-06-02T17:18:17.459Z Checking termtree v0.5.1
24332026-06-02T17:18:17.508Z Checking nu-ansi-term v0.50.3
24342026-06-02T17:18:17.572Z Checking textwrap v0.16.2
24352026-06-02T17:18:17.626Z Compiling minimal-lexical v0.2.1
24362026-06-02T17:18:17.693Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24372026-06-02T17:18:17.745Z Checking reedline v0.40.0
24382026-06-02T17:18:17.785Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24392026-06-02T17:18:17.822Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402026-06-02T17:18:17.906Z Compiling nom v7.1.3
24412026-06-02T17:18:18.168Z Compiling ar_archive_writer v0.5.1
24422026-06-02T17:18:18.345Z Checking csv-core v0.1.13
24432026-06-02T17:18:18.433Z Compiling stacker v0.1.23
24442026-06-02T17:18:18.556Z Checking csv v1.4.0
24452026-06-02T17:18:18.727Z Checking highway v1.3.0
24462026-06-02T17:18:18.761Z Checking hickory-resolver v0.24.4
24472026-06-02T17:18:18.843Z Compiling cfg_aliases v0.1.1
24482026-06-02T17:18:18.908Z Compiling semver v0.1.20
24492026-06-02T17:18:18.949Z Compiling nix v0.28.0
24502026-06-02T17:18:19.013Z Checking nibble_vec v0.1.0
24512026-06-02T17:18:19.046Z Compiling psm v0.1.30
24522026-06-02T17:18:19.078Z Checking endian-type v0.1.2
24532026-06-02T17:18:19.171Z Compiling rustc_version v0.1.7
24542026-06-02T17:18:19.218Z Checking home v0.5.12
24552026-06-02T17:18:19.251Z Checking radix_trie v0.2.1
24562026-06-02T17:18:19.255Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24572026-06-02T17:18:19.357Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24582026-06-02T17:18:19.398Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24592026-06-02T17:18:19.431Z Compiling newtype_derive v0.1.6
24602026-06-02T17:18:19.486Z Checking phf_shared v0.12.1
24612026-06-02T17:18:19.558Z Checking qorb v0.4.1
24622026-06-02T17:18:19.668Z Compiling recursive-proc-macro-impl v0.1.1
24632026-06-02T17:18:19.702Z Compiling chrono-tz v0.10.4
24642026-06-02T17:18:19.905Z Checking phf v0.12.1
24652026-06-02T17:18:20.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24662026-06-02T17:18:20.074Z Compiling const_format_proc_macros v0.2.34
24672026-06-02T17:18:20.109Z Checking recursive v0.1.1
24682026-06-02T17:18:20.113Z Compiling peg-macros v0.8.5
24692026-06-02T17:18:20.175Z Checking winnow v0.6.26
24702026-06-02T17:18:20.232Z Compiling sqlparser_derive v0.5.0
24712026-06-02T17:18:20.790Z Checking unicode_categories v0.1.1
24722026-06-02T17:18:20.919Z Checking const_format v0.2.35
24732026-06-02T17:18:20.975Z Checking rustyline v14.0.0
24742026-06-02T17:18:21.040Z Checking sqlparser v0.61.0
24752026-06-02T17:18:21.341Z Checking sqlformat v0.3.5
24762026-06-02T17:18:21.528Z Checking peg v0.8.5
24772026-06-02T17:18:21.706Z Checking bcs v0.1.6
24782026-06-02T17:18:21.740Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24792026-06-02T17:18:21.797Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24802026-06-02T17:18:21.895Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24812026-06-02T17:18:21.974Z Checking steno v0.4.1
24822026-06-02T17:18:22.016Z Checking filetime v0.2.27
24832026-06-02T17:18:22.050Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24842026-06-02T17:18:22.184Z Checking xattr v1.6.1
24852026-06-02T17:18:22.348Z Checking tar v0.4.45
24862026-06-02T17:18:22.761Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24872026-06-02T17:18:22.859Z Checking subprocess v0.2.15
24882026-06-02T17:18:22.894Z Checking base64 v0.21.7
24892026-06-02T17:18:22.959Z Checking headers-core v0.3.0
24902026-06-02T17:18:23.009Z Checking yasna v0.5.2
24912026-06-02T17:18:23.094Z Checking headers v0.4.1
24922026-06-02T17:18:23.193Z Checking dropshot-api-manager-types v0.7.2
24932026-06-02T17:18:23.387Z Checking tagptr v0.2.0
24942026-06-02T17:18:23.490Z Checking rcgen v0.12.1
24952026-06-02T17:18:23.556Z Checking moka v0.12.13
24962026-06-02T17:18:23.589Z Checking utf-8 v0.7.6
24972026-06-02T17:18:23.752Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24982026-06-02T17:18:23.830Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24992026-06-02T17:18:23.930Z Compiling libefi-sys v0.1.0
25002026-06-02T17:18:24.192Z Checking tungstenite v0.21.0
25012026-06-02T17:18:24.226Z Checking hickory-resolver v0.25.2
25022026-06-02T17:18:24.289Z Compiling bitfield-struct v0.6.2
25032026-06-02T17:18:24.666Z Checking tokio-tungstenite v0.21.0
25042026-06-02T17:18:24.811Z Compiling radium v0.7.0
25052026-06-02T17:18:24.964Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-06-02T17:18:24.998Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-02T17:18:25.030Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25082026-06-02T17:18:25.065Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25092026-06-02T17:18:25.131Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102026-06-02T17:18:25.171Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25112026-06-02T17:18:25.230Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-02T17:18:25.302Z Compiling maybe-uninit v2.0.0
25132026-06-02T17:18:25.380Z Checking tap v1.0.1
25142026-06-02T17:18:25.537Z Checking wyz v0.5.1
25152026-06-02T17:18:25.569Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25162026-06-02T17:18:25.573Z Compiling zerocopy-derive v0.6.6
25172026-06-02T17:18:25.676Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25182026-06-02T17:18:25.707Z Compiling packed_struct v0.10.1
25192026-06-02T17:18:25.710Z Checking crc-catalog v2.4.0
25202026-06-02T17:18:25.770Z Checking funty v2.0.0
25212026-06-02T17:18:25.857Z Checking crc v3.4.0
25222026-06-02T17:18:26.062Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25232026-06-02T17:18:26.112Z Checking bitvec v1.0.1
25242026-06-02T17:18:26.144Z Compiling packed_struct_codegen v0.10.1
25252026-06-02T17:18:26.479Z Checking zerocopy v0.6.6
25262026-06-02T17:18:26.815Z Compiling bitfield-macros v0.19.4
25272026-06-02T17:18:27.048Z Compiling indexmap v1.9.3
25282026-06-02T17:18:27.264Z Checking nodrop v0.1.14
25292026-06-02T17:18:27.330Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25302026-06-02T17:18:27.370Z Checking smallvec v0.6.14
25312026-06-02T17:18:27.402Z Checking array-init v0.0.4
25322026-06-02T17:18:27.547Z Checking bitfield v0.19.4
25332026-06-02T17:18:27.597Z Checking hashbrown v0.12.3
25342026-06-02T17:18:27.729Z Checking serde-hex v0.1.0
25352026-06-02T17:18:27.850Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25362026-06-02T17:18:28.063Z Checking ron v0.8.1
25372026-06-02T17:18:28.123Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25382026-06-02T17:18:28.380Z Checking hashbrown v0.13.2
25392026-06-02T17:18:28.413Z Checking crc-any v2.5.0
25402026-06-02T17:18:28.533Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25412026-06-02T17:18:28.607Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-06-02T17:18:28.639Z Compiling xshell-macros v0.2.7
25432026-06-02T17:18:28.796Z Checking path-slash v0.1.5
25442026-06-02T17:18:28.832Z Checking object v0.30.4
25452026-06-02T17:18:28.927Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25462026-06-02T17:18:29.032Z Checking xshell v0.2.7
25472026-06-02T17:18:29.242Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25482026-06-02T17:18:29.426Z Checking half v1.8.3
25492026-06-02T17:18:29.654Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25502026-06-02T17:18:29.693Z Compiling num-derive v0.3.3
25512026-06-02T17:18:29.727Z Checking serde_cbor v0.11.2
25522026-06-02T17:18:30.131Z Compiling proc-macro-error-attr2 v2.0.0
25532026-06-02T17:18:30.566Z Compiling proc-macro-error2 v2.0.1
25542026-06-02T17:18:30.610Z Checking libscf-sys v1.1.0
25552026-06-02T17:18:30.642Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-02T17:18:30.769Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25572026-06-02T17:18:30.890Z Checking papergrid v0.17.0
25582026-06-02T17:18:30.922Z Compiling tabled_derive v0.11.0
25592026-06-02T17:18:31.004Z Checking testing_table v0.3.0
25602026-06-02T17:18:31.007Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25612026-06-02T17:18:31.127Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25622026-06-02T17:18:31.254Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25632026-06-02T17:18:31.557Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-06-02T17:18:31.648Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-06-02T17:18:31.689Z Checking maplit v1.0.2
25662026-06-02T17:18:31.925Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25672026-06-02T17:18:32.023Z Compiling git-stub v1.0.0
25682026-06-02T17:18:32.076Z Checking crc8 v0.1.1
25692026-06-02T17:18:32.108Z Checking tabled v0.20.0
25702026-06-02T17:18:32.204Z Compiling git-stub-vcs v0.1.0
25712026-06-02T17:18:32.307Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25722026-06-02T17:18:32.581Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25732026-06-02T17:18:32.640Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-06-02T17:18:32.801Z Checking fxhash v0.2.1
25752026-06-02T17:18:32.924Z Checking unicase v2.9.0
25762026-06-02T17:18:32.956Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25772026-06-02T17:18:33.005Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25782026-06-02T17:18:33.112Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25792026-06-02T17:18:33.331Z Compiling vergen-lib v0.1.6
25802026-06-02T17:18:33.395Z Compiling diesel_derives v2.3.7
25812026-06-02T17:18:33.428Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25822026-06-02T17:18:33.645Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25832026-06-02T17:18:33.677Z Checking scheduled-thread-pool v0.2.7
25842026-06-02T17:18:33.709Z Compiling dsl_auto_type v0.2.0
25852026-06-02T17:18:33.743Z Compiling vergen-gitcl v1.0.8
25862026-06-02T17:18:33.746Z Compiling diesel_table_macro_syntax v0.3.0
25872026-06-02T17:18:33.845Z Checking r2d2 v0.8.10
25882026-06-02T17:18:34.036Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25892026-06-02T17:18:34.068Z Checking kstat-rs v0.2.4
25902026-06-02T17:18:34.129Z Checking arc-swap v1.8.2
25912026-06-02T17:18:34.287Z Checking downcast-rs v2.0.2
25922026-06-02T17:18:34.396Z Checking slog-scope v4.4.1
25932026-06-02T17:18:34.489Z Compiling parking_lot_core v0.8.6
25942026-06-02T17:18:34.530Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25952026-06-02T17:18:34.581Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25962026-06-02T17:18:34.637Z Checking slog-stdlog v4.1.1
25972026-06-02T17:18:34.821Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-06-02T17:18:34.854Z Checking slog-envlogger v2.2.0
25992026-06-02T17:18:35.031Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26002026-06-02T17:18:35.064Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26012026-06-02T17:18:35.129Z Compiling dirs-sys-next v0.1.2
26022026-06-02T17:18:35.171Z Compiling crunchy v0.2.4
26032026-06-02T17:18:35.258Z Checking parking_lot v0.11.2
26042026-06-02T17:18:35.346Z Compiling dirs-next v2.0.0
26052026-06-02T17:18:35.380Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26062026-06-02T17:18:35.442Z Compiling clang-sys v1.8.1
26072026-06-02T17:18:35.507Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26082026-06-02T17:18:35.510Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26092026-06-02T17:18:35.570Z Checking prefix-trie v0.7.0
26102026-06-02T17:18:35.684Z Compiling tiny-keccak v2.0.2
26112026-06-02T17:18:35.943Z Checking hickory-server v0.25.2
26122026-06-02T17:18:36.008Z Checking sled v0.34.7
26132026-06-02T17:18:36.037Z Compiling term v0.7.0
26142026-06-02T17:18:36.134Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26152026-06-02T17:18:36.165Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26162026-06-02T17:18:36.168Z Compiling typify-impl v0.4.3
26172026-06-02T17:18:36.609Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26182026-06-02T17:18:36.690Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26192026-06-02T17:18:36.823Z Checking nanorand v0.7.0
26202026-06-02T17:18:36.991Z Compiling bit-vec v0.6.3
26212026-06-02T17:18:37.048Z Compiling salty v0.3.0
26222026-06-02T17:18:37.201Z Compiling bit-set v0.5.3
26232026-06-02T17:18:37.240Z Checking flume v0.11.1
26242026-06-02T17:18:37.309Z Compiling ascii-canvas v3.0.0
26252026-06-02T17:18:37.384Z Checking primeorder v0.13.6
26262026-06-02T17:18:37.500Z Compiling itertools v0.10.5
26272026-06-02T17:18:37.533Z Compiling ena v0.14.4
26282026-06-02T17:18:37.606Z Compiling libloading v0.8.9
26292026-06-02T17:18:37.685Z Compiling diff v0.1.13
26302026-06-02T17:18:37.774Z Compiling bindgen v0.71.1
26312026-06-02T17:18:37.819Z Compiling regex-syntax v0.6.29
26322026-06-02T17:18:38.309Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26332026-06-02T17:18:38.636Z Compiling cexpr v0.6.0
26342026-06-02T17:18:38.984Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26352026-06-02T17:18:39.025Z Compiling fs-err v2.11.0
26362026-06-02T17:18:39.249Z Compiling lalrpop v0.19.12
26372026-06-02T17:18:39.323Z Compiling rustc-hash v2.1.1
26382026-06-02T17:18:39.668Z Checking diesel v2.3.7
26392026-06-02T17:18:39.835Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26402026-06-02T17:18:39.952Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26412026-06-02T17:18:40.057Z Compiling libxml v0.3.3
26422026-06-02T17:18:40.414Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26432026-06-02T17:18:40.587Z Checking p384 v0.13.1
26442026-06-02T17:18:40.730Z Compiling typify-macro v0.4.3
26452026-06-02T17:18:41.044Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26462026-06-02T17:18:41.563Z Compiling strum_macros v0.24.3
26472026-06-02T17:18:42.461Z Compiling typify v0.4.3
26482026-06-02T17:18:42.580Z Compiling indoc v1.0.9
26492026-06-02T17:18:42.611Z Checking assert_matches v1.5.0
26502026-06-02T17:18:42.712Z Checking parse-size v1.1.0
26512026-06-02T17:18:42.866Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26522026-06-02T17:18:42.932Z Compiling progenitor-impl v0.11.2
26532026-06-02T17:18:43.042Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-06-02T17:18:43.265Z Checking quick-xml v0.37.5
26552026-06-02T17:18:43.553Z Checking derive_builder v0.20.2
26562026-06-02T17:18:43.698Z Compiling oso-derive v0.27.3
26572026-06-02T17:18:43.731Z Compiling impl-trait-for-tuples v0.2.3
26582026-06-02T17:18:44.153Z Compiling trait-variant v0.1.2
26592026-06-02T17:18:44.209Z Checking openssl-probe v0.1.6
26602026-06-02T17:18:44.742Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26612026-06-02T17:18:45.336Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26622026-06-02T17:18:45.369Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26632026-06-02T17:18:45.571Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26642026-06-02T17:18:45.604Z Compiling progenitor-macro v0.11.2
26652026-06-02T17:18:45.768Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26662026-06-02T17:18:45.943Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26672026-06-02T17:18:46.143Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26682026-06-02T17:18:46.562Z Checking progenitor-client v0.11.2
26692026-06-02T17:18:46.834Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26702026-06-02T17:18:47.725Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26712026-06-02T17:18:47.761Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26722026-06-02T17:18:48.076Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26732026-06-02T17:18:48.325Z Checking predicates-tree v1.0.13
26742026-06-02T17:18:48.472Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-02T17:18:48.834Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26762026-06-02T17:18:48.934Z Compiling mime_guess v2.0.5
26772026-06-02T17:18:49.431Z Checking http-range v0.1.5
26782026-06-02T17:18:49.772Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-06-02T17:18:50.195Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802026-06-02T17:18:50.472Z Checking progenitor v0.11.2
26812026-06-02T17:18:50.526Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26822026-06-02T17:18:50.644Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-06-02T17:18:50.872Z Checking bb8 v0.8.6
26842026-06-02T17:18:50.954Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-06-02T17:18:51.179Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26862026-06-02T17:18:51.184Z Checking atty v0.2.14
26872026-06-02T17:18:51.309Z Checking corncobs v0.1.4
26882026-06-02T17:18:51.482Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-06-02T17:18:51.594Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-06-02T17:18:51.965Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
26912026-06-02T17:18:51.999Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26922026-06-02T17:18:52.051Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-06-02T17:18:52.127Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26942026-06-02T17:18:52.269Z Checking ignore v0.4.25
26952026-06-02T17:18:52.708Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-06-02T17:18:52.750Z Checking secrecy v0.8.0
26972026-06-02T17:18:53.273Z Checking globwalk v0.9.1
26982026-06-02T17:18:53.350Z Checking hyper-staticfile v0.10.1
26992026-06-02T17:18:53.487Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27002026-06-02T17:18:53.524Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27012026-06-02T17:18:53.664Z Checking async-bb8-diesel v0.2.1
27022026-06-02T17:18:53.798Z Checking diesel-dtrace v0.5.0
27032026-06-02T17:18:54.032Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27042026-06-02T17:18:54.064Z Checking nonempty v0.12.0
27052026-06-02T17:18:54.096Z Compiling illumos-nvpair-sys v0.2.0
27062026-06-02T17:18:54.258Z Checking camino-tempfile-ext v0.3.3
27072026-06-02T17:18:54.370Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27082026-06-02T17:18:54.484Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-06-02T17:18:54.731Z Checking signal-hook-tokio v0.3.1
27102026-06-02T17:18:54.892Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27112026-06-02T17:18:55.010Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-06-02T17:18:55.204Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27132026-06-02T17:18:55.290Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27142026-06-02T17:18:55.323Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27152026-06-02T17:18:55.734Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162026-06-02T17:18:55.804Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27172026-06-02T17:18:56.088Z Checking illumos-nvpair v0.3.0
27182026-06-02T17:18:56.239Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27192026-06-02T17:18:56.281Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27202026-06-02T17:18:56.327Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27212026-06-02T17:18:56.460Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27222026-06-02T17:18:56.716Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27232026-06-02T17:18:56.748Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27242026-06-02T17:18:56.779Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
27252026-06-02T17:18:56.912Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27262026-06-02T17:18:57.115Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27272026-06-02T17:18:57.343Z Checking tungstenite v0.23.0
27282026-06-02T17:18:57.411Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27292026-06-02T17:18:57.784Z Checking tokio-tungstenite v0.23.1
27302026-06-02T17:18:58.078Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-06-02T17:18:58.495Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27322026-06-02T17:18:58.591Z Checking rand_seeder v0.4.0
27332026-06-02T17:18:58.781Z Checking void v1.0.2
27342026-06-02T17:18:58.817Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27352026-06-02T17:18:58.857Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27362026-06-02T17:18:58.905Z Checking lzss v0.8.2
27372026-06-02T17:18:58.991Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27382026-06-02T17:18:59.023Z Checking nix v0.27.1
27392026-06-02T17:18:59.076Z Checking serde_bytes v0.11.19
27402026-06-02T17:18:59.166Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27412026-06-02T17:18:59.284Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27422026-06-02T17:18:59.557Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27432026-06-02T17:19:00.050Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27442026-06-02T17:19:00.301Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-06-02T17:19:00.366Z Checking is_ci v1.2.0
27462026-06-02T17:19:00.501Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27472026-06-02T17:19:00.833Z Checking yansi v1.0.1
27482026-06-02T17:19:00.967Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27492026-06-02T17:19:00.999Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27502026-06-02T17:19:01.115Z Checking pretty_assertions v1.4.1
27512026-06-02T17:19:01.235Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27522026-06-02T17:19:01.280Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27532026-06-02T17:19:01.539Z Compiling darling_core v0.23.0
27542026-06-02T17:19:02.140Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27552026-06-02T17:19:02.272Z Compiling indoc v2.0.7
27562026-06-02T17:19:02.756Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27572026-06-02T17:19:02.789Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-02T17:19:02.979Z Compiling libz-sys v1.1.24
27592026-06-02T17:19:03.260Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27602026-06-02T17:19:03.383Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-02T17:19:03.584Z Compiling instability v0.3.11
27622026-06-02T17:19:03.694Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-02T17:19:03.981Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27642026-06-02T17:19:04.022Z Checking castaway v0.2.4
27652026-06-02T17:19:04.083Z Compiling darling_macro v0.23.0
27662026-06-02T17:19:04.165Z Checking compact_str v0.8.1
27672026-06-02T17:19:04.595Z Checking supports-color v3.0.2
27682026-06-02T17:19:04.626Z Compiling darling v0.23.0
27692026-06-02T17:19:04.777Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27702026-06-02T17:19:05.005Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27712026-06-02T17:19:05.040Z Checking unicode-truncate v1.1.0
27722026-06-02T17:19:05.219Z Checking console v0.16.2
27732026-06-02T17:19:05.253Z Checking lru v0.12.5
27742026-06-02T17:19:05.441Z Compiling libgit2-sys v0.18.3+1.9.2
27752026-06-02T17:19:05.484Z Checking cassowary v0.3.0
27762026-06-02T17:19:05.516Z Checking unit-prefix v0.5.2
27772026-06-02T17:19:05.678Z Checking indicatif v0.18.4
27782026-06-02T17:19:05.722Z Checking ratatui v0.29.0
27792026-06-02T17:19:05.780Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27802026-06-02T17:19:06.091Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27812026-06-02T17:19:06.335Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-06-02T17:19:07.009Z Compiling vergen-git2 v9.1.0
27832026-06-02T17:19:07.053Z Checking plotters-backend v0.3.7
27842026-06-02T17:19:07.277Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27852026-06-02T17:19:07.309Z Checking plotters-svg v0.3.7
27862026-06-02T17:19:07.480Z Compiling rustls v0.21.12
27872026-06-02T17:19:07.512Z Checking cast v0.3.0
27882026-06-02T17:19:07.693Z Checking criterion-plot v0.6.0
27892026-06-02T17:19:07.813Z Checking plotters v0.3.7
27902026-06-02T17:19:07.951Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27912026-06-02T17:19:07.983Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27922026-06-02T17:19:08.205Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27932026-06-02T17:19:08.431Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27942026-06-02T17:19:08.569Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27952026-06-02T17:19:08.656Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27962026-06-02T17:19:08.793Z Checking colored v2.2.0
27972026-06-02T17:19:08.888Z Checking rustls-webpki v0.101.7
27982026-06-02T17:19:09.021Z Checking sct v0.7.1
27992026-06-02T17:19:09.190Z Checking tinytemplate v1.2.1
28002026-06-02T17:19:09.255Z Checking shell-words v1.1.1
28012026-06-02T17:19:09.312Z Checking oorandom v11.1.5
28022026-06-02T17:19:09.407Z Checking anes v0.1.6
28032026-06-02T17:19:09.470Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-06-02T17:19:09.618Z Checking criterion v0.7.0
28052026-06-02T17:19:10.956Z Checking typeid v1.0.3
28062026-06-02T17:19:10.988Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28072026-06-02T17:19:11.091Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28082026-06-02T17:19:11.796Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28092026-06-02T17:19:12.592Z Checking hex-literal v0.4.1
28102026-06-02T17:19:12.725Z Checking erased-serde v0.4.9
28112026-06-02T17:19:13.111Z Checking tokio-rustls v0.24.1
28122026-06-02T17:19:13.346Z Checking rustls-pemfile v1.0.4
28132026-06-02T17:19:13.516Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142026-06-02T17:19:13.746Z Checking twox-hash v2.1.2
28152026-06-02T17:19:14.088Z Checking ordered-float v2.10.1
28162026-06-02T17:19:14.186Z Checking serde-untagged v0.1.9
28172026-06-02T17:19:14.354Z Checking serde-value v0.7.0
28182026-06-02T17:19:14.411Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28192026-06-02T17:19:14.608Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28202026-06-02T17:19:15.163Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28212026-06-02T17:19:15.355Z Checking fatfs v0.3.6
28222026-06-02T17:19:15.625Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-06-02T17:19:15.722Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28242026-06-02T17:19:15.848Z Checking unicode-xid v0.2.6
28252026-06-02T17:19:15.899Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28262026-06-02T17:19:15.989Z Compiling seq-macro v0.3.6
28272026-06-02T17:19:16.517Z Checking cargo-util-schemas v0.8.2
28282026-06-02T17:19:16.877Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28292026-06-02T17:19:16.944Z Checking cargo-platform v0.2.0
28302026-06-02T17:19:17.155Z Compiling petname v2.0.2
28312026-06-02T17:19:17.207Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28322026-06-02T17:19:17.416Z Checking cargo_metadata v0.21.0
28332026-06-02T17:19:17.816Z Checking concurrent-queue v2.5.0
28342026-06-02T17:19:18.033Z Checking rtoolbox v0.0.3
28352026-06-02T17:19:18.182Z Checking parking v2.2.1
28362026-06-02T17:19:18.214Z Checking rpassword v7.4.0
28372026-06-02T17:19:18.330Z Checking event-listener v5.4.1
28382026-06-02T17:19:18.576Z Checking tui-tree-widget v0.23.1
28392026-06-02T17:19:18.774Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28402026-06-02T17:19:18.806Z Checking polyval v0.6.2
28412026-06-02T17:19:18.964Z Checking sapling-renderdag v0.1.0
28422026-06-02T17:19:19.002Z Checking sync-ptr v0.1.4
28432026-06-02T17:19:19.147Z Checking ghash v0.5.1
28442026-06-02T17:19:19.235Z Checking event-listener-strategy v0.5.4
28452026-06-02T17:19:19.297Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-06-02T17:19:19.398Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28472026-06-02T17:19:19.638Z Checking ctr v0.9.2
28482026-06-02T17:19:19.835Z Checking arrayref v0.3.9
28492026-06-02T17:19:19.940Z Checking arrayvec v0.7.6
28502026-06-02T17:19:19.996Z Checking futures-timer v3.0.3
28512026-06-02T17:19:20.157Z Checking constant_time_eq v0.4.2
28522026-06-02T17:19:20.207Z Checking aes-gcm v0.10.3
28532026-06-02T17:19:20.370Z Checking async-lock v3.4.2
28542026-06-02T17:19:20.402Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-06-02T17:19:20.770Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-06-02T17:19:20.991Z Compiling samael v0.0.19
28572026-06-02T17:19:21.044Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28582026-06-02T17:19:21.376Z Checking ssh-encoding v0.2.0
28592026-06-02T17:19:21.598Z Checking blowfish v0.9.1
28602026-06-02T17:19:21.779Z Compiling strsim v0.10.0
28612026-06-02T17:19:21.968Z Compiling darling_core v0.13.4
28622026-06-02T17:19:22.132Z Checking bcrypt-pbkdf v0.10.0
28632026-06-02T17:19:22.323Z Checking ssh-cipher v0.2.0
28642026-06-02T17:19:22.523Z Checking async-object-pool v0.2.0
28652026-06-02T17:19:22.676Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-02T17:19:23.078Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28672026-06-02T17:19:23.713Z Checking serde_regex v1.1.0
28682026-06-02T17:19:23.748Z Checking password-hash v0.4.2
28692026-06-02T17:19:23.817Z Checking assert-json-diff v2.0.2
28702026-06-02T17:19:23.897Z Checking path-tree v0.8.3
28712026-06-02T17:19:23.990Z Checking gimli v0.32.3
28722026-06-02T17:19:24.023Z Compiling target-lexicon v0.13.3
28732026-06-02T17:19:24.105Z Checking stringmetrics v2.2.2
28742026-06-02T17:19:24.282Z Checking httpmock v0.8.3
28752026-06-02T17:19:24.597Z Checking pbkdf2 v0.11.0
28762026-06-02T17:19:24.801Z Compiling darling_macro v0.13.4
28772026-06-02T17:19:25.296Z Checking ssh-key v0.6.7
28782026-06-02T17:19:25.572Z Checking addr2line v0.25.1
28792026-06-02T17:19:26.010Z Checking p256 v0.13.2
28802026-06-02T17:19:26.289Z Checking p521 v0.13.3
28812026-06-02T17:19:26.464Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-06-02T17:19:26.723Z Checking russh-cryptovec v0.7.3
28832026-06-02T17:19:26.892Z Checking md5 v0.7.0
28842026-06-02T17:19:26.895Z Compiling guppy-workspace-hack v0.1.0
28852026-06-02T17:19:27.104Z Checking rustc-demangle v0.1.27
28862026-06-02T17:19:27.136Z Checking russh-keys v0.45.0
28872026-06-02T17:19:27.361Z Checking backtrace v0.3.76
28882026-06-02T17:19:27.721Z Compiling darling v0.13.4
28892026-06-02T17:19:27.795Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902026-06-02T17:19:27.836Z Checking num-bigint v0.4.6
28912026-06-02T17:19:28.011Z Checking des v0.8.1
28922026-06-02T17:19:28.195Z Compiling blake3 v1.8.3
28932026-06-02T17:19:28.202Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-02T17:19:28.578Z Compiling target-spec v3.5.7
28952026-06-02T17:19:28.662Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-02T17:19:28.786Z Checking russh v0.45.0
28972026-06-02T17:19:29.412Z Checking cfg-expr v0.20.6
28982026-06-02T17:19:29.489Z Compiling serde_with_macros v1.5.2
28992026-06-02T17:19:29.971Z Checking backtrace-ext v0.2.1
29002026-06-02T17:19:30.112Z Checking supports-color v2.1.0
29012026-06-02T17:19:30.278Z Checking textwrap v0.15.2
29022026-06-02T17:19:30.362Z Checking supports-unicode v2.1.0
29032026-06-02T17:19:30.505Z Checking supports-hyperlinks v2.1.0
29042026-06-02T17:19:30.537Z Checking hashbrown v0.14.5
29052026-06-02T17:19:30.652Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062026-06-02T17:19:30.699Z Checking cargo-platform v0.3.2
29072026-06-02T17:19:30.876Z Checking socket2 v0.5.10
29082026-06-02T17:19:30.908Z Checking terminal_size v0.1.17
29092026-06-02T17:19:31.038Z Compiling miette-derive v5.10.0
29102026-06-02T17:19:31.148Z Checking owo-colors v3.5.0
29112026-06-02T17:19:31.420Z Checking internet-checksum v0.2.1
29122026-06-02T17:19:31.698Z Checking chumsky v0.9.3
29132026-06-02T17:19:32.189Z Checking miette v5.10.0
29142026-06-02T17:19:32.548Z Checking cargo_metadata v0.23.1
29152026-06-02T17:19:32.687Z Compiling serde_with v1.14.0
29162026-06-02T17:19:33.136Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-06-02T17:19:33.281Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29182026-06-02T17:19:33.313Z Compiling git2 v0.20.4
29192026-06-02T17:19:33.385Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29202026-06-02T17:19:33.724Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29212026-06-02T17:19:33.841Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29222026-06-02T17:19:33.938Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29232026-06-02T17:19:34.078Z Compiling knuffel-derive v3.2.0
29242026-06-02T17:19:34.111Z Checking httptest v0.16.4
29252026-06-02T17:19:34.143Z Checking pathdiff v0.2.3
29262026-06-02T17:19:34.283Z Checking nested v0.1.1
29272026-06-02T17:19:34.451Z Checking topological-sort v0.2.2
29282026-06-02T17:19:34.506Z Checking guppy v0.17.25
29292026-06-02T17:19:34.635Z Checking omicron-zone-package v0.12.2
29302026-06-02T17:19:34.818Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29312026-06-02T17:19:35.568Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-06-02T17:19:35.607Z Checking knuffel v3.2.0
29332026-06-02T17:19:35.833Z Checking similar-asserts v1.7.0
29342026-06-02T17:19:36.021Z Compiling target-triple v1.0.0
29352026-06-02T17:19:36.096Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29362026-06-02T17:19:36.253Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-06-02T17:19:36.284Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29382026-06-02T17:19:36.363Z Compiling polar-core v0.27.3
29392026-06-02T17:19:36.426Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29402026-06-02T17:19:36.490Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29412026-06-02T17:19:36.651Z Checking hickory-client v0.25.2
29422026-06-02T17:19:36.684Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29432026-06-02T17:19:36.972Z Checking tokio-test v0.4.5
29442026-06-02T17:19:37.133Z Compiling assert_cmd v2.1.2
29452026-06-02T17:19:37.200Z Checking escape8259 v0.5.3
29462026-06-02T17:19:37.361Z Checking libtest-mimic v0.8.1
29472026-06-02T17:19:37.730Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29482026-06-02T17:19:37.864Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29492026-06-02T17:19:38.004Z Checking blake2b_simd v1.0.4
29502026-06-02T17:19:38.399Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29512026-06-02T17:19:38.535Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29522026-06-02T17:19:38.811Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-06-02T17:19:38.939Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29542026-06-02T17:19:39.168Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29552026-06-02T17:19:39.358Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29562026-06-02T17:19:39.612Z Checking fancy-regex v0.14.0
29572026-06-02T17:19:39.851Z Checking serde_tokenstream v0.2.3
29582026-06-02T17:19:40.008Z Checking approx v0.5.1
29592026-06-02T17:19:40.100Z Checking uzers v0.12.2
29602026-06-02T17:19:40.173Z Compiling rstest_macros v0.25.0
29612026-06-02T17:19:40.344Z Checking termcolor v1.4.1
29622026-06-02T17:19:40.475Z Compiling linkme-impl v0.3.35
29632026-06-02T17:19:40.579Z Checking constant_time_eq v0.3.1
29642026-06-02T17:19:40.690Z Checking trybuild v1.0.116
29652026-06-02T17:19:40.721Z Checking rust-argon2 v2.1.0
29662026-06-02T17:19:40.960Z Checking datatest-stable v0.3.3
29672026-06-02T17:19:41.286Z Checking oso v0.27.3
29682026-06-02T17:19:41.351Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29692026-06-02T17:19:41.412Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29702026-06-02T17:19:41.642Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29712026-06-02T17:19:41.703Z Checking support-bundle-viewer v0.1.2
29722026-06-02T17:19:41.970Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29732026-06-02T17:19:42.169Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29742026-06-02T17:19:42.202Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29752026-06-02T17:19:42.346Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29762026-06-02T17:19:42.392Z Checking drift v0.2.0
29772026-06-02T17:19:42.425Z Checking rand_distr v0.5.1
29782026-06-02T17:19:42.569Z Checking multimap v0.10.1
29792026-06-02T17:19:42.765Z Compiling relative-path v1.9.3
29802026-06-02T17:19:42.768Z Compiling linkme v0.3.35
29812026-06-02T17:19:42.860Z Checking dropshot-api-manager v0.7.2
29822026-06-02T17:19:43.801Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29832026-06-02T17:19:44.176Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29842026-06-02T17:19:44.210Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29852026-06-02T17:19:44.461Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29862026-06-02T17:19:44.686Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29872026-06-02T17:19:44.734Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29882026-06-02T17:19:44.788Z Checking cargo_toml v0.21.0
29892026-06-02T17:19:45.005Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29902026-06-02T17:19:45.226Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29912026-06-02T17:19:45.411Z Checking partial-io v0.5.4
29922026-06-02T17:19:45.637Z Checking termios v0.3.3
29932026-06-02T17:19:45.669Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29942026-06-02T17:19:45.705Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29952026-06-02T17:19:45.800Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29962026-06-02T17:19:46.692Z Checking rstest v0.25.0
29972026-06-02T17:19:48.052Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-06-02T17:19:51.791Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29992026-06-02T17:19:51.934Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-06-02T17:19:57.461Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30012026-06-02T17:19:57.588Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30022026-06-02T17:20:00.486Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30032026-06-02T17:20:04.131Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30042026-06-02T17:20:09.613Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30052026-06-02T17:20:12.658Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-06-02T17:20:13.504Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30072026-06-02T17:20:13.757Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30082026-06-02T17:20:15.235Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30092026-06-02T17:20:23.966Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30102026-06-02T17:21:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30112026-06-02T17:21:33.811Z
30122026-06-02T17:21:33.811Zreal 4:04.050148367
30132026-06-02T17:21:33.811Zuser 21:06.855186600
30142026-06-02T17:21:33.811Zsys 4:51.757614439
30152026-06-02T17:21:33.811Ztrap 0.504079264
30162026-06-02T17:21:33.811Ztflt 4.189595283
30172026-06-02T17:21:33.811Zdflt 2.583335504
30182026-06-02T17:21:33.814Zkflt 0.098730271
30192026-06-02T17:21:33.814Zlock 57:57.287732871
30202026-06-02T17:21:33.814Zslp 58:22.687976894
30212026-06-02T17:21:33.814Zlat 1:45.961888972
30222026-06-02T17:21:33.814Zstop 10:39.665321779
30232026-06-02T17:21:33.814Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30242026-06-02T17:21:33.814Z+ ptime -m cargo doc --workspace --no-deps
30252026-06-02T17:21:34.676Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30262026-06-02T17:21:34.676Z |
30272026-06-02T17:21:34.676Z = 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)`
30282026-06-02T17:21:34.676Z = 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>
30292026-06-02T17:21:35.671Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-06-02T17:21:35.903Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-06-02T17:21:35.947Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30322026-06-02T17:21:36.009Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-06-02T17:21:36.076Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30342026-06-02T17:21:36.168Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30352026-06-02T17:21:36.198Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-06-02T17:21:36.198Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-06-02T17:21:36.246Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-06-02T17:21:36.270Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30392026-06-02T17:21:36.424Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30402026-06-02T17:21:36.481Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30412026-06-02T17:21:36.504Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30422026-06-02T17:21:36.526Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-06-02T17:21:36.570Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30442026-06-02T17:21:36.600Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30452026-06-02T17:21:36.643Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30462026-06-02T17:21:36.668Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30472026-06-02T17:21:36.690Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-06-02T17:21:36.713Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30492026-06-02T17:21:36.891Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30502026-06-02T17:21:37.061Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30512026-06-02T17:21:37.190Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-02T17:21:37.372Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30532026-06-02T17:21:37.424Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30542026-06-02T17:21:37.495Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30552026-06-02T17:21:37.519Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30562026-06-02T17:21:37.607Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30572026-06-02T17:21:37.682Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30582026-06-02T17:21:37.775Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30592026-06-02T17:21:37.877Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30602026-06-02T17:21:38.026Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30612026-06-02T17:21:38.065Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30622026-06-02T17:21:38.130Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30632026-06-02T17:21:38.287Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642026-06-02T17:21:38.315Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30652026-06-02T17:21:38.339Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-06-02T17:21:38.514Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30672026-06-02T17:21:38.573Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-06-02T17:21:38.775Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30692026-06-02T17:21:39.042Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30702026-06-02T17:21:39.088Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30712026-06-02T17:21:39.117Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30722026-06-02T17:21:39.287Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30732026-06-02T17:21:39.368Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30742026-06-02T17:21:39.392Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30752026-06-02T17:21:39.558Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30762026-06-02T17:21:39.613Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30772026-06-02T17:21:39.640Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30782026-06-02T17:21:39.685Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30792026-06-02T17:21:39.800Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30802026-06-02T17:21:39.874Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30812026-06-02T17:21:39.922Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30822026-06-02T17:21:39.951Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30832026-06-02T17:21:40.032Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-06-02T17:21:40.104Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30852026-06-02T17:21:40.127Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-06-02T17:21:40.220Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30872026-06-02T17:21:40.276Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-06-02T17:21:40.302Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30892026-06-02T17:21:40.305Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30902026-06-02T17:21:40.348Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30912026-06-02T17:21:40.417Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30922026-06-02T17:21:40.474Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30932026-06-02T17:21:40.635Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30942026-06-02T17:21:40.839Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30952026-06-02T17:21:40.989Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30962026-06-02T17:21:41.117Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30972026-06-02T17:21:41.419Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30982026-06-02T17:21:41.604Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30992026-06-02T17:21:41.848Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31002026-06-02T17:21:41.873Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31012026-06-02T17:21:41.896Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31022026-06-02T17:21:42.101Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31032026-06-02T17:21:42.133Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31042026-06-02T17:21:42.157Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31052026-06-02T17:21:42.638Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31062026-06-02T17:21:42.664Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31072026-06-02T17:21:42.961Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31082026-06-02T17:21:43.255Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31092026-06-02T17:21:43.738Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31102026-06-02T17:21:44.353Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31112026-06-02T17:21:44.526Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31122026-06-02T17:21:44.548Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31132026-06-02T17:21:44.712Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31142026-06-02T17:21:44.746Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31152026-06-02T17:21:44.917Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31162026-06-02T17:21:45.063Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31172026-06-02T17:21:45.088Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31182026-06-02T17:21:45.167Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31192026-06-02T17:21:45.192Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31202026-06-02T17:21:45.213Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31212026-06-02T17:21:45.418Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31222026-06-02T17:21:45.446Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31232026-06-02T17:21:45.569Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31242026-06-02T17:21:45.674Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31252026-06-02T17:21:45.702Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31262026-06-02T17:21:45.736Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31272026-06-02T17:21:45.902Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31282026-06-02T17:21:45.978Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31292026-06-02T17:21:46.000Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31302026-06-02T17:21:46.059Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31312026-06-02T17:21:46.089Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31322026-06-02T17:21:46.173Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31332026-06-02T17:21:46.290Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31342026-06-02T17:21:46.360Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31352026-06-02T17:21:46.383Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31362026-06-02T17:21:46.495Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31372026-06-02T17:21:46.588Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31382026-06-02T17:21:46.837Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31392026-06-02T17:21:46.859Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31402026-06-02T17:21:46.880Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-06-02T17:21:47.503Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422026-06-02T17:21:47.757Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-02T17:21:47.902Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31442026-06-02T17:21:48.231Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-06-02T17:21:48.285Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-06-02T17:21:48.938Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-06-02T17:21:49.094Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31482026-06-02T17:21:49.117Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31492026-06-02T17:21:49.369Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31502026-06-02T17:21:49.415Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31512026-06-02T17:21:50.002Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31522026-06-02T17:21:50.233Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31532026-06-02T17:21:50.307Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31542026-06-02T17:21:50.331Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-06-02T17:21:51.020Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-06-02T17:21:51.145Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31572026-06-02T17:21:51.308Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31582026-06-02T17:21:51.860Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-06-02T17:21:52.023Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31602026-06-02T17:21:52.349Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-02T17:21:52.416Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-06-02T17:21:52.669Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-06-02T17:21:53.069Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-06-02T17:21:53.478Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-06-02T17:21:53.857Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-06-02T17:21:54.427Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-06-02T17:21:54.617Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-06-02T17:21:54.824Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692026-06-02T17:21:55.558Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-06-02T17:21:56.003Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-06-02T17:21:56.161Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-06-02T17:21:56.241Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-06-02T17:21:56.560Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31742026-06-02T17:21:56.716Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31752026-06-02T17:21:56.748Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762026-06-02T17:21:56.967Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-06-02T17:21:57.049Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-02T17:21:57.384Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-06-02T17:21:57.657Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-06-02T17:21:58.169Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-06-02T17:21:58.200Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31822026-06-02T17:21:58.376Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31832026-06-02T17:21:58.424Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31842026-06-02T17:21:58.599Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-06-02T17:21:58.979Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-06-02T17:21:59.886Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-06-02T17:22:00.297Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31882026-06-02T17:22:02.242Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31892026-06-02T17:22:02.472Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-06-02T17:22:04.555Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31912026-06-02T17:22:04.618Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-06-02T17:22:04.648Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31932026-06-02T17:22:04.842Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-06-02T17:22:04.939Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-06-02T17:22:05.464Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31962026-06-02T17:22:05.944Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-06-02T17:22:06.321Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31982026-06-02T17:22:06.728Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31992026-06-02T17:22:07.333Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-06-02T17:22:07.432Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-06-02T17:22:07.459Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-06-02T17:22:07.481Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-06-02T17:22:07.507Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-06-02T17:22:08.222Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32052026-06-02T17:22:08.461Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-06-02T17:22:08.939Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32072026-06-02T17:22:08.985Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-06-02T17:22:09.164Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-06-02T17:22:09.495Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-06-02T17:22:09.535Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32112026-06-02T17:22:10.231Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-06-02T17:22:10.264Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32132026-06-02T17:22:11.343Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142026-06-02T17:22:11.367Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32152026-06-02T17:22:11.503Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32162026-06-02T17:22:11.633Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-06-02T17:22:13.652Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-06-02T17:22:15.315Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32192026-06-02T17:22:16.294Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32202026-06-02T17:22:16.770Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-06-02T17:22:17.441Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32222026-06-02T17:22:19.181Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32232026-06-02T17:22:19.772Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-06-02T17:22:20.813Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-06-02T17:22:21.508Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-06-02T17:22:22.554Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32272026-06-02T17:22:23.393Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-06-02T17:22:24.288Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292026-06-02T17:22:24.843Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32302026-06-02T17:22:25.110Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-06-02T17:22:26.327Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32322026-06-02T17:22:26.418Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-06-02T17:22:27.195Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32342026-06-02T17:22:31.958Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32352026-06-02T17:22:32.459Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32362026-06-02T17:22:33.915Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32372026-06-02T17:22:34.485Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-06-02T17:22:35.232Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32392026-06-02T17:22:35.849Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32402026-06-02T17:22:36.427Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-06-02T17:22:37.020Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32422026-06-02T17:22:37.983Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-06-02T17:22:39.003Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32442026-06-02T17:22:39.619Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32452026-06-02T17:22:40.534Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32462026-06-02T17:22:41.243Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-06-02T17:22:41.267Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-06-02T17:22:42.117Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32492026-06-02T17:22:42.725Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32502026-06-02T17:22:45.099Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32512026-06-02T17:22:46.612Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32522026-06-02T17:22:47.663Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32532026-06-02T17:22:48.209Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32542026-06-02T17:22:49.074Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32552026-06-02T17:22:49.999Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32562026-06-02T17:22:52.509Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32572026-06-02T17:22:52.609Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32582026-06-02T17:22:53.560Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-06-02T17:22:54.677Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-06-02T17:22:56.175Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32612026-06-02T17:22:57.363Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-06-02T17:22:58.486Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-06-02T17:22:59.827Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32642026-06-02T17:23:01.046Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32652026-06-02T17:23:03.430Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32662026-06-02T17:23:04.316Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32672026-06-02T17:23:05.731Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32682026-06-02T17:23:08.776Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32692026-06-02T17:23:10.229Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32702026-06-02T17:23:13.503Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32712026-06-02T17:23:17.533Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-06-02T17:23:18.137Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-06-02T17:23:19.345Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32742026-06-02T17:23:19.711Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32752026-06-02T17:23:21.462Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32762026-06-02T17:23:23.003Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32772026-06-02T17:23:25.063Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782026-06-02T17:23:26.890Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792026-06-02T17:23:28.525Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32802026-06-02T17:23:30.192Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32812026-06-02T17:23:32.177Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32822026-06-02T17:23:33.576Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32832026-06-02T17:23:35.305Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32842026-06-02T17:23:37.006Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-06-02T17:23:38.656Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32862026-06-02T17:23:40.341Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32872026-06-02T17:23:41.828Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32882026-06-02T17:23:43.441Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-06-02T17:23:45.560Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32902026-06-02T17:23:46.979Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32912026-06-02T17:23:48.691Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-06-02T17:23:50.729Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32932026-06-02T17:23:52.491Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32942026-06-02T17:23:54.156Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32952026-06-02T17:23:56.307Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32962026-06-02T17:23:58.028Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32972026-06-02T17:24:00.140Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32982026-06-02T17:24:01.751Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-06-02T17:24:05.284Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33002026-06-02T17:24:06.862Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-06-02T17:24:08.438Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022026-06-02T17:24:10.964Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33032026-06-02T17:24:13.053Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33042026-06-02T17:24:15.238Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33052026-06-02T17:24:17.369Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33062026-06-02T17:24:19.576Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33072026-06-02T17:24:21.789Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33082026-06-02T17:24:24.200Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33092026-06-02T17:24:26.045Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33102026-06-02T17:24:28.735Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-06-02T17:24:30.527Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33122026-06-02T17:24:32.688Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33132026-06-02T17:24:34.971Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-06-02T17:24:37.159Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33152026-06-02T17:24:39.334Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-06-02T17:24:41.589Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33172026-06-02T17:24:43.869Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182026-06-02T17:24:46.054Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-06-02T17:24:48.308Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202026-06-02T17:24:50.551Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33212026-06-02T17:24:52.809Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33222026-06-02T17:24:55.004Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33232026-06-02T17:24:57.227Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33242026-06-02T17:24:59.495Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33252026-06-02T17:25:01.721Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33262026-06-02T17:25:03.907Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33272026-06-02T17:25:06.210Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33282026-06-02T17:25:08.519Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33292026-06-02T17:25:10.767Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33302026-06-02T17:25:12.951Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33312026-06-02T17:25:15.221Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33322026-06-02T17:25:17.684Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33332026-06-02T17:25:19.871Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33342026-06-02T17:25:22.761Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33352026-06-02T17:25:24.876Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33362026-06-02T17:25:27.278Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33372026-06-02T17:25:29.829Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33382026-06-02T17:25:32.058Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-06-02T17:25:34.641Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-06-02T17:25:37.007Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-06-02T17:25:39.364Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33422026-06-02T17:25:41.860Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-06-02T17:25:44.449Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33442026-06-02T17:25:46.856Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-06-02T17:25:49.441Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-06-02T17:25:52.050Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-06-02T17:25:54.535Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33482026-06-02T17:25:57.036Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33492026-06-02T17:25:59.461Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33502026-06-02T17:26:02.051Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33512026-06-02T17:26:05.023Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-06-02T17:26:07.342Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33532026-06-02T17:26:09.969Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33542026-06-02T17:26:12.511Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33552026-06-02T17:26:19.890Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33562026-06-02T17:26:20.174Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33572026-06-02T17:26:23.549Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33582026-06-02T17:26:28.091Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33592026-06-02T17:26:30.899Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33602026-06-02T17:26:34.497Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33612026-06-02T17:26:38.120Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33622026-06-02T17:26:41.691Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33632026-06-02T17:26:45.304Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33642026-06-02T17:26:49.150Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33652026-06-02T17:26:52.712Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33662026-06-02T17:26:56.250Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33672026-06-02T17:26:59.981Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33682026-06-02T17:27:03.587Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33692026-06-02T17:27:07.249Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33702026-06-02T17:27:10.932Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33712026-06-02T17:27:14.576Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33722026-06-02T17:27:18.218Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33732026-06-02T17:27:21.897Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33742026-06-02T17:27:25.635Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33752026-06-02T17:27:29.202Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33762026-06-02T17:27:32.852Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33772026-06-02T17:27:36.594Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33782026-06-02T17:27:40.169Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33792026-06-02T17:28:09.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s
33802026-06-02T17:28:09.449Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
33812026-06-02T17:28:09.553Z
33822026-06-02T17:28:09.557Zreal 6:35.655944717
33832026-06-02T17:28:09.557Zuser 17:38.782743429
33842026-06-02T17:28:09.557Zsys 3:46.981999241
33852026-06-02T17:28:09.557Ztrap 0.265913828
33862026-06-02T17:28:09.557Ztflt 0.039817828
33872026-06-02T17:28:09.557Zdflt 0.022305594
33882026-06-02T17:28:09.557Zkflt 0.000048440
33892026-06-02T17:28:09.557Zlock 6:04:51.365264132
33902026-06-02T17:28:09.557Zslp 2:12:52.548767904
33912026-06-02T17:28:09.557Zlat 34.595304381
33922026-06-02T17:28:09.557Zstop 1:41.034407267
33932026-06-02T17:28:09.558Zprocess exited: duration 787227 ms, exit code 0
 
33942026-06-02T17:28:09.564Zfound 0 output files