01KKWA58Z381YCSG1C9QNE60S6: clippy (helios)

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

Buildomat Job: 01KKWA5PTFD7514165G4JV9T6B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T21:54:05.679Zjob assigned to worker 01KKWA5QV34H7GJ62XSA9HT7Q9 [factory aws, i-08d011b9362449545] (queued for 1 m 37 s)
 
22026-03-16T21:54:13.128Zstarting task 0: "setup"
32026-03-16T21:54:13.133Z++ uname -s
42026-03-16T21:54:13.136Z+ kern=SunOS
52026-03-16T21:54:13.136Z+ build_user=build
62026-03-16T21:54:13.136Z+ build_uid=12345
72026-03-16T21:54:13.136Z+ work_dir=/work
82026-03-16T21:54:13.136Z+ input_dir=/input
92026-03-16T21:54:13.136Z+ [[ 0 == 12345 ]]
102026-03-16T21:54:13.136Z+ case "$kern" in
112026-03-16T21:54:13.136Z+ groupadd -g 12345 build
122026-03-16T21:54:13.139Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T21:54:15.145Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T21:54:15.255Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T21:54:15.258Z+ home_fs=zfs
162026-03-16T21:54:15.258Z+ [[ zfs == autofs ]]
172026-03-16T21:54:15.258Z+ mkdir -p /home/build
182026-03-16T21:54:15.258Z+ chown build:build /home/build /work
192026-03-16T21:54:17.261Z+ chmod 0700 /home/build /work
202026-03-16T21:54:17.264Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-16T21:54:17.271Zstarting task 1: "rust-toolchain"
222026-03-16T21:54:17.275Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-16T21:54:17.275Z * rust toolchain channel = "1.91.1"
242026-03-16T21:54:17.275Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T21:54:17.275Z * rust toolchain profile = "default"
262026-03-16T21:54:17.275Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T21:54:17.275Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T21:54:17.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T21:54:17.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T21:54:17.412Zinfo: downloading installer
312026-03-16T21:54:19.032Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T21:54:19.032Zwarn: /opt/ooce/bin
332026-03-16T21:54:19.032Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T21:54:19.032Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T21:54:19.032Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T21:54:19.032Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T21:54:19.032Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T21:54:19.032Zerror: cannot install while Rust is installed
392026-03-16T21:54:19.032Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T21:54:19.032Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T21:54:19.032Zwarn: /home/build/.rustup/settings.toml
422026-03-16T21:54:19.032Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T21:54:19.032Zwarn: instead of the one inferred from the default host triple.
442026-03-16T21:54:19.049Zinfo: profile set to default
452026-03-16T21:54:19.049Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T21:54:19.053Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T21:54:19.213Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T21:54:19.216Zinfo: downloading 6 components
492026-03-16T21:54:34.227Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-16T21:54:34.227Z
512026-03-16T21:54:34.261Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T21:54:34.261Z
532026-03-16T21:54:34.264Z
542026-03-16T21:54:34.264ZRust is installed now. Great!
552026-03-16T21:54:34.264Z
562026-03-16T21:54:34.264ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T21:54:34.264Zenvironment variable. This has not been done automatically.
582026-03-16T21:54:34.264Z
592026-03-16T21:54:34.264ZTo configure your current shell, you need to source
602026-03-16T21:54:34.264Zthe corresponding env file under $HOME/.cargo.
612026-03-16T21:54:34.264Z
622026-03-16T21:54:34.264ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T21:54:34.264Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T21:54:34.264Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T21:54:34.264Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T21:54:34.265Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T21:54:34.265Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T21:54:34.265Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T21:54:34.265Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T21:54:34.265Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T21:54:34.369Z+ rustup --version
722026-03-16T21:54:34.379Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T21:54:34.383Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T21:54:34.407Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T21:54:34.410Z+ cargo --version
762026-03-16T21:54:34.430Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T21:54:34.433Z+ rustc --version
782026-03-16T21:54:34.459Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T21:54:34.462Zprocess exited: duration 17187 ms, exit code 0
 
802026-03-16T21:54:34.468Zstarting task 2: "authentication"
812026-03-16T21:54:34.488Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T21:54:34.495Zstarting task 3: "clone repository"
832026-03-16T21:54:34.499Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T21:54:34.502Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T21:54:34.535ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T21:54:45.746Z+ cd /work/oxidecomputer/omicron
872026-03-16T21:54:45.749Z+ git fetch origin bab44e5895c0fa38de90717bd6be7a4348f3b25f
882026-03-16T21:54:46.081ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T21:54:46.082Z * branch bab44e5895c0fa38de90717bd6be7a4348f3b25f -> FETCH_HEAD
902026-03-16T21:54:46.092Z+ [[ -n sled-agent-rot-lockdown ]]
912026-03-16T21:54:46.096Z++ git branch --show-current
922026-03-16T21:54:46.096Z+ current=main
932026-03-16T21:54:46.097Z+ [[ main != sled-agent-rot-lockdown ]]
942026-03-16T21:54:46.097Z+ git branch -f sled-agent-rot-lockdown bab44e5895c0fa38de90717bd6be7a4348f3b25f
952026-03-16T21:54:46.100Z+ git checkout -f sled-agent-rot-lockdown
962026-03-16T21:54:46.412ZSwitched to branch 'sled-agent-rot-lockdown'
972026-03-16T21:54:46.418Z+ git reset --hard bab44e5895c0fa38de90717bd6be7a4348f3b25f
982026-03-16T21:54:46.527ZHEAD is now at bab44e589 Review comments
992026-03-16T21:54:46.530Zprocess exited: duration 12031 ms, exit code 0
 
1002026-03-16T21:54:46.537Zstarting task 4: "build"
1012026-03-16T21:54:46.541Z+ source ./env.sh
1022026-03-16T21:54:46.544Z++ OLD_SHELL_OPTS=ehxB
1032026-03-16T21:54:46.544Z++ set -o xtrace
1042026-03-16T21:54:46.544Z++++ dirname ./env.sh
1052026-03-16T21:54:46.548Z+++ readlink -f .
1062026-03-16T21:54:46.548Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-16T21:54:46.548Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-16T21:54:46.548Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-16T21:54:46.548Z++ 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
1102026-03-16T21:54:46.548Z++ 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
1112026-03-16T21:54:46.548Z++ 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
1122026-03-16T21:54:46.548Z++ 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
1132026-03-16T21:54:46.548Z++ 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
1142026-03-16T21:54:46.548Z++ 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
1152026-03-16T21:54:46.548Z++ case $OLD_SHELL_OPTS in
1162026-03-16T21:54:46.548Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-16T21:54:46.548Z+ source .github/buildomat/ci-env.sh
1182026-03-16T21:54:46.548Z++ export CARGO_TERM_COLOR=always
1192026-03-16T21:54:46.548Z++ CARGO_TERM_COLOR=always
1202026-03-16T21:54:46.548Z+ cargo --version
1212026-03-16T21:54:46.559Zcargo 1.91.1 (ea2d97820 2025-10-10)
1222026-03-16T21:54:46.562Z+ rustc --version
1232026-03-16T21:54:46.587Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1242026-03-16T21:54:46.591Z+ banner prerequisites
1252026-03-16T21:54:46.595Z
1262026-03-16T21:54:46.595Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-16T21:54:46.595Z # # # # # # # # # # # # # # #
1282026-03-16T21:54:46.595Z # # # # ##### # # ##### # # # # # #### #
1292026-03-16T21:54:46.595Z ##### ##### # ##### # # # # # # # # #
1302026-03-16T21:54:46.596Z # # # # # # # # # # # # # # #
1312026-03-16T21:54:46.596Z # # # ###### # # ###### ### # #### # #### #
1322026-03-16T21:54:46.596Z
1332026-03-16T21:54:46.596Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-16T21:54:56.486Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-16T21:55:06.369Z Startup: Caching catalogs ... Done
1362026-03-16T21:55:28.942ZPlanning: Solver setup ... Done (20.903s)
1372026-03-16T21:55:29.093ZPlanning: Running solver ... Done (0.151s)
1382026-03-16T21:55:29.290ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-16T21:55:29.303ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-16T21:55:29.428ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-16T21:55:29.470ZPlanning: Package planning ... Done (0.042s)
1422026-03-16T21:55:29.509ZPlanning: Merging actions ... Done (0.038s)
1432026-03-16T21:55:29.746ZPlanning: Checking for conflicting actions ... Done (0.237s)
1442026-03-16T21:55:29.756ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-16T21:55:30.604ZPlanning: Evaluating mediators ... Done (0.848s)
1462026-03-16T21:55:30.612ZPlanning: Planning completed in 24.09 seconds
1472026-03-16T21:55:30.628Z Packages to install: 4
1482026-03-16T21:55:30.628Z Mediators to change: 2
1492026-03-16T21:55:30.631Z Services to change: 1
1502026-03-16T21:55:30.631Z Estimated space available: 155.43 GB
1512026-03-16T21:55:30.631ZEstimated space to be consumed: 1.83 GB
1522026-03-16T21:55:30.631Z Create boot environment: No
1532026-03-16T21:55:30.631ZCreate backup boot environment: No
1542026-03-16T21:55:30.631Z Rebuild boot archive: No
1552026-03-16T21:55:30.631Z
1562026-03-16T21:55:30.631ZChanged mediators:
1572026-03-16T21:55:30.631Z mediator clang:
1582026-03-16T21:55:30.631Z version: None -> 15 (system default)
1592026-03-16T21:55:30.631Z
1602026-03-16T21:55:30.631Z mediator llvm:
1612026-03-16T21:55:30.631Z version: 14 (system default) -> 15 (system default)
1622026-03-16T21:55:30.631Z
1632026-03-16T21:55:30.631ZChanged packages:
1642026-03-16T21:55:30.631Zhelios-dev
1652026-03-16T21:55:30.631Z developer/build-essential
1662026-03-16T21:55:30.631Z None -> 11-2.0
1672026-03-16T21:55:30.631Z library/libxmlsec1
1682026-03-16T21:55:30.631Z None -> 1.2.35-2.0
1692026-03-16T21:55:30.631Z ooce/developer/clang-15
1702026-03-16T21:55:30.631Z None -> 15.0.7-2.0
1712026-03-16T21:55:30.631Z ooce/developer/llvm-15
1722026-03-16T21:55:30.631Z None -> 15.0.7-2.0
1732026-03-16T21:55:30.631Z
1742026-03-16T21:55:30.631ZServices:
1752026-03-16T21:55:30.631Z restart_fmri:
1762026-03-16T21:55:30.631Z svc:/system/update-man-index:default
1772026-03-16T21:55:30.676Z
1782026-03-16T21:55:30.676ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-16T21:55:35.677ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (23.9M/s)
1802026-03-16T21:55:38.531ZDownload: Completed 212.60 MB in 7.85 seconds (27.1M/s)
1812026-03-16T21:55:39.808Z Actions: 1/3689 actions (Installing new actions)
1822026-03-16T21:55:43.937Z Actions: Completed 3689 actions in 4.13 seconds.
1832026-03-16T21:55:44.313Z Done (0.369s)
1842026-03-16T21:55:44.313Z Done (0.000s)
1852026-03-16T21:55:45.317Z Done (1.005s)
1862026-03-16T21:55:49.323Z Done (3.652s)
1872026-03-16T21:55:49.408Z Done (0.018s)
1882026-03-16T21:55:49.411Z Done (0.000s)
1892026-03-16T21:55:49.561Z Done (0.000s)
1902026-03-16T21:55:50.555ZPlanning: Evaluating mediator changes ... Done
1912026-03-16T21:55:50.698ZPlanning: Checking for conflicting actions ... Done
1922026-03-16T21:55:50.702ZPlanning: Consolidating action changes ... Done
1932026-03-16T21:55:50.925ZPlanning: Evaluating mediators ... Done
1942026-03-16T21:55:50.928ZPlanning: Planning completed in 0.37 seconds
1952026-03-16T21:55:50.953Z Mediators to change: 2
1962026-03-16T21:55:50.953Z Create boot environment: No
1972026-03-16T21:55:50.956ZCreate backup boot environment: No
1982026-03-16T21:55:51.017Z Done
1992026-03-16T21:55:51.017Z Done
2002026-03-16T21:55:51.776Z Done
2012026-03-16T21:55:55.133Z Done
2022026-03-16T21:55:55.213Z Done
2032026-03-16T21:55:55.242Z Done
2042026-03-16T21:55:55.363Z Done
2052026-03-16T21:55:55.906ZPlanning: Evaluating mediator changes ... Done
2062026-03-16T21:55:55.926ZPlanning: Merging actions ... Done
2072026-03-16T21:55:56.077ZPlanning: Checking for conflicting actions ... Done
2082026-03-16T21:55:56.082ZPlanning: Consolidating action changes ... Done
2092026-03-16T21:55:56.293ZPlanning: Evaluating mediators ... Done
2102026-03-16T21:55:56.339ZPlanning: Planning completed in 0.63 seconds
2112026-03-16T21:55:56.365Z Packages to change: 1
2122026-03-16T21:55:56.370Z Mediators to change: 1
2132026-03-16T21:55:56.370Z Services to change: 1
2142026-03-16T21:55:56.370Z Create boot environment: No
2152026-03-16T21:55:56.370ZCreate backup boot environment: Yes
2162026-03-16T21:55:58.930Z Actions: 1/6 actions (Updating modified actions)
2172026-03-16T21:55:58.935Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-16T21:55:58.935Z Done
2192026-03-16T21:55:58.935Z Done
2202026-03-16T21:55:59.149Z Done
2212026-03-16T21:56:02.423Z Done
2222026-03-16T21:56:02.529Z Done
2232026-03-16T21:56:02.557Z Done
2242026-03-16T21:56:02.668Z Done
2252026-03-16T21:56:03.062ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-16T21:56:03.062Zclang system 15 system
2272026-03-16T21:56:03.063Zcsh system system illumos
2282026-03-16T21:56:03.063Zctags system system illumos
2292026-03-16T21:56:03.063Zfile system system illumos
2302026-03-16T21:56:03.064Zgcc vendor 12 vendor
2312026-03-16T21:56:03.064Zgcc system 10 system
2322026-03-16T21:56:03.064Zgcc system 7 system
2332026-03-16T21:56:03.064Zgo system 1.20 system
2342026-03-16T21:56:03.064Zgo system 1.19 system
2352026-03-16T21:56:03.064Zllvm system 15 system
2362026-03-16T21:56:03.065Zllvm system 14 system
2372026-03-16T21:56:03.065Zmariadb system 10.6 system
2382026-03-16T21:56:03.065Zmta vendor vendor dma
2392026-03-16T21:56:03.065Zopenjdk system 17 system
2402026-03-16T21:56:03.065Zopenjdk system 11 system
2412026-03-16T21:56:03.065Zopenjdk system 1.8 system
2422026-03-16T21:56:03.065Zopenssl vendor 3 vendor
2432026-03-16T21:56:03.065Zperl system 5.36 system
2442026-03-16T21:56:03.065Zpostgresql system 15 system
2452026-03-16T21:56:03.066Zpostgresql system 13 system
2462026-03-16T21:56:03.066Zpython vendor 3 vendor
2472026-03-16T21:56:03.066Zpython system 2 system
2482026-03-16T21:56:03.066Zpython3 system 3.11 system
2492026-03-16T21:56:03.066Zruby system 3.0 system
2502026-03-16T21:56:03.066Zwords vendor vendor american-english
2512026-03-16T21:56:03.066Zwords system system australian-english
2522026-03-16T21:56:03.066Zwords system system british-english
2532026-03-16T21:56:03.066Zwords system system canadian-english
2542026-03-16T21:56:03.066Zwords system system french
2552026-03-16T21:56:03.066Zwords system system italian
2562026-03-16T21:56:03.066Zwords system system ngerman
2572026-03-16T21:56:03.066Zwords system system ogerman
2582026-03-16T21:56:03.066Zwords system system spanish
2592026-03-16T21:56:03.432ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-16T21:56:03.432Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-16T21:56:09.499ZFMRI IFO
2622026-03-16T21:56:09.499Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-16T21:56:09.500Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-16T21:56:09.500Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-16T21:56:09.500Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-16T21:56:09.500Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-16T21:56:09.500Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-16T21:56:09.500Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-16T21:56:09.500Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-16T21:56:09.500Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-16T21:56:09.500Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-16T21:56:09.501Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-16T21:56:09.501Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-16T21:56:09.501Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-16T21:56:09.501Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-16T21:56:09.501Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-16T21:56:09.501Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-16T21:56:10.806Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-16T21:56:11.082Z Updating crates.io index
2802026-03-16T21:56:11.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-16T21:56:11.853Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-16T21:56:12.441Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-16T21:56:12.705Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-16T21:56:13.117Z Updating git repository `https://github.com/oxidecomputer/propolis`
2852026-03-16T21:56:14.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2862026-03-16T21:56:16.349Z Updating git repository `https://github.com/oxidecomputer/opte`
2872026-03-16T21:56:17.437Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882026-03-16T21:56:18.122Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-16T21:56:18.892Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-16T21:56:19.425Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-16T21:56:20.581Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-16T21:56:20.937Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-16T21:56:21.733Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-16T21:56:22.103Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-16T21:56:23.020Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-16T21:56:23.597Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-16T21:56:23.935Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-16T21:56:24.270Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-16T21:56:25.007Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-16T21:56:25.268Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-16T21:56:25.522Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-16T21:56:25.794Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-16T21:56:26.277Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-16T21:56:26.704Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-16T21:56:27.441Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-16T21:56:27.726Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-16T21:56:28.218Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-16T21:56:28.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-16T21:56:33.118Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-16T21:56:33.136Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-16T21:56:33.198Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-16T21:56:33.596Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-16T21:56:34.096Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-16T21:56:34.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-16T21:56:34.644Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-16T21:56:34.962Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-16T21:56:35.381Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-16T21:56:49.683Z Downloading crates ...
3192026-03-16T21:56:49.740Z Downloaded autocfg v1.5.0
3202026-03-16T21:56:49.745Z Downloaded quote v1.0.44
3212026-03-16T21:56:49.751Z Downloaded crypto-common v0.1.7
3222026-03-16T21:56:49.751Z Downloaded cpufeatures v0.2.17
3232026-03-16T21:56:49.756Z Downloaded bitflags v2.11.0
3242026-03-16T21:56:49.764Z Downloaded cargo-util-schemas v0.8.2
3252026-03-16T21:56:49.769Z Downloaded camino v1.2.2
3262026-03-16T21:56:49.769Z Downloaded anstyle-query v1.1.5
3272026-03-16T21:56:49.769Z Downloaded clap_lex v1.0.0
3282026-03-16T21:56:49.773Z Downloaded colorchoice v1.0.4
3292026-03-16T21:56:49.773Z Downloaded cargo-platform v0.2.0
3302026-03-16T21:56:49.773Z Downloaded block-buffer v0.10.4
3312026-03-16T21:56:49.777Z Downloaded cfg-if v1.0.4
3322026-03-16T21:56:49.781Z Downloaded textwrap v0.16.2
3332026-03-16T21:56:49.781Z Downloaded anstyle v1.0.13
3342026-03-16T21:56:49.785Z Downloaded serde_spanned v0.6.9
3352026-03-16T21:56:49.785Z Downloaded errno v0.3.14
3362026-03-16T21:56:49.789Z Downloaded anstream v0.6.21
3372026-03-16T21:56:49.793Z Downloaded zerofrom-derive v0.1.6
3382026-03-16T21:56:49.793Z Downloaded toml_write v0.1.2
3392026-03-16T21:56:49.793Z Downloaded usdt v0.5.0
3402026-03-16T21:56:49.793Z Downloaded digest v0.10.7
3412026-03-16T21:56:49.793Z Downloaded unicode-linebreak v0.1.5
3422026-03-16T21:56:49.798Z Downloaded unicode-xid v0.2.6
3432026-03-16T21:56:49.798Z Downloaded anyhow v1.0.102
3442026-03-16T21:56:49.802Z Downloaded zerofrom v0.1.6
3452026-03-16T21:56:49.802Z Downloaded yoke-derive v0.8.1
3462026-03-16T21:56:49.802Z Downloaded equivalent v1.0.2
3472026-03-16T21:56:49.802Z Downloaded typeid v1.0.3
3482026-03-16T21:56:49.802Z Downloaded toml_datetime v0.6.11
3492026-03-16T21:56:49.805Z Downloaded potential_utf v0.1.4
3502026-03-16T21:56:49.805Z Downloaded generic-array v0.14.7
3512026-03-16T21:56:49.809Z Downloaded utf8_iter v1.0.4
3522026-03-16T21:56:49.809Z Downloaded fastrand v2.3.0
3532026-03-16T21:56:49.809Z Downloaded cargo_toml v0.21.0
3542026-03-16T21:56:49.814Z Downloaded displaydoc v0.2.5
3552026-03-16T21:56:49.814Z Downloaded utf8parse v0.2.2
3562026-03-16T21:56:49.814Z Downloaded clap_derive v4.5.55
3572026-03-16T21:56:49.825Z Downloaded cargo_metadata v0.21.0
3582026-03-16T21:56:49.826Z Downloaded fnv v1.0.7
3592026-03-16T21:56:49.826Z Downloaded usdt-attr-macro v0.5.0
3602026-03-16T21:56:49.826Z Downloaded thread-id v4.2.2
3612026-03-16T21:56:49.826Z Downloaded byteorder v1.5.0
3622026-03-16T21:56:49.832Z Downloaded usdt-macro v0.5.0
3632026-03-16T21:56:49.832Z Downloaded dof v0.3.0
3642026-03-16T21:56:49.832Z Downloaded proc-macro-error-attr v1.0.4
3652026-03-16T21:56:49.832Z Downloaded plain v0.2.3
3662026-03-16T21:56:49.832Z Downloaded strsim v0.11.1
3672026-03-16T21:56:49.832Z Downloaded memmap v0.7.0
3682026-03-16T21:56:49.833Z Downloaded version_check v0.9.5
3692026-03-16T21:56:49.840Z Downloaded tinystr v0.8.2
3702026-03-16T21:56:49.840Z Downloaded yoke v0.8.1
3712026-03-16T21:56:49.840Z Downloaded thiserror v2.0.18
3722026-03-16T21:56:49.855Z Downloaded usdt-impl v0.5.0
3732026-03-16T21:56:49.855Z Downloaded itoa v1.0.17
3742026-03-16T21:56:49.855Z Downloaded zerovec-derive v0.11.2
3752026-03-16T21:56:49.855Z Downloaded thiserror-impl v1.0.69
3762026-03-16T21:56:49.855Z Downloaded scroll_derive v0.12.1
3772026-03-16T21:56:49.855Z Downloaded percent-encoding v2.3.2
3782026-03-16T21:56:49.855Z Downloaded macaddr v1.0.1
3792026-03-16T21:56:49.855Z Downloaded thiserror-impl v2.0.18
3802026-03-16T21:56:49.861Z Downloaded zmij v1.0.21
3812026-03-16T21:56:49.861Z Downloaded tabled_derive v0.7.0
3822026-03-16T21:56:49.861Z Downloaded is_terminal_polyfill v1.70.2
3832026-03-16T21:56:49.861Z Downloaded ordered-float v2.10.1
3842026-03-16T21:56:49.861Z Downloaded writeable v0.6.2
3852026-03-16T21:56:49.861Z Downloaded swrite v0.1.0
3862026-03-16T21:56:49.861Z Downloaded stable_deref_trait v1.2.1
3872026-03-16T21:56:49.861Z Downloaded toml v0.8.23
3882026-03-16T21:56:49.861Z Downloaded terminal_size v0.4.3
3892026-03-16T21:56:49.861Z Downloaded ucd-trie v0.1.7
3902026-03-16T21:56:49.861Z Downloaded serde-value v0.7.0
3912026-03-16T21:56:49.861Z Downloaded dtrace-parser v0.2.0
3922026-03-16T21:56:49.866Z Downloaded heck v0.5.0
3932026-03-16T21:56:49.866Z Downloaded form_urlencoded v1.2.2
3942026-03-16T21:56:49.872Z Downloaded semver v1.0.27
3952026-03-16T21:56:49.877Z Downloaded zerotrie v0.2.3
3962026-03-16T21:56:49.877Z Downloaded zerocopy-derive v0.7.35
3972026-03-16T21:56:49.883Z Downloaded scroll v0.12.0
3982026-03-16T21:56:49.883Z Downloaded proc-macro-error v1.0.4
3992026-03-16T21:56:49.890Z Downloaded clap v4.5.60
4002026-03-16T21:56:49.895Z Downloaded zerovec v0.11.5
4012026-03-16T21:56:49.895Z Downloaded toml_edit v0.22.27
4022026-03-16T21:56:49.900Z Downloaded url v2.5.8
4032026-03-16T21:56:49.900Z Downloaded synstructure v0.13.2
4042026-03-16T21:56:49.906Z Downloaded smawk v0.3.2
4052026-03-16T21:56:49.906Z Downloaded fs-err v3.3.0
4062026-03-16T21:56:49.906Z Downloaded typenum v1.19.0
4072026-03-16T21:56:49.906Z Downloaded pretty-hex v0.4.1
4082026-03-16T21:56:49.906Z Downloaded heck v0.4.1
4092026-03-16T21:56:49.911Z Downloaded bytecount v0.6.9
4102026-03-16T21:56:49.911Z Downloaded idna_adapter v1.2.1
4112026-03-16T21:56:49.911Z Downloaded unicode-ident v1.0.24
4122026-03-16T21:56:49.911Z Downloaded camino-tempfile v1.4.1
4132026-03-16T21:56:49.911Z Downloaded serde_tokenstream v0.2.3
4142026-03-16T21:56:49.916Z Downloaded erased-serde v0.4.9
4152026-03-16T21:56:49.920Z Downloaded zerocopy v0.7.35
4162026-03-16T21:56:49.929Z Downloaded winnow v0.7.14
4172026-03-16T21:56:49.937Z Downloaded anstyle-parse v0.2.7
4182026-03-16T21:56:49.944Z Downloaded thiserror v1.0.69
4192026-03-16T21:56:49.944Z Downloaded pest_derive v2.8.6
4202026-03-16T21:56:49.950Z Downloaded unicode-width v0.2.0
4212026-03-16T21:56:49.950Z Downloaded unicode-width v0.1.14
4222026-03-16T21:56:49.955Z Downloaded serde-untagged v0.1.9
4232026-03-16T21:56:49.963Z Downloaded once_cell v1.21.3
4242026-03-16T21:56:49.963Z Downloaded tempfile v3.25.0
4252026-03-16T21:56:49.967Z Downloaded smallvec v1.15.1
4262026-03-16T21:56:49.967Z Downloaded pest_generator v2.8.6
4272026-03-16T21:56:49.967Z Downloaded log v0.4.29
4282026-03-16T21:56:50.029Z Downloaded litemap v0.8.1
4292026-03-16T21:56:50.039Z Downloaded papergrid v0.11.0
4302026-03-16T21:56:50.040Z Downloaded getrandom v0.4.1
4312026-03-16T21:56:50.040Z Downloaded icu_provider v2.1.1
4322026-03-16T21:56:50.040Z Downloaded serde_core v1.0.228
4332026-03-16T21:56:50.040Z Downloaded sha2 v0.10.9
4342026-03-16T21:56:50.040Z Downloaded serde_derive v1.0.228
4352026-03-16T21:56:50.040Z Downloaded proc-macro2 v1.0.106
4362026-03-16T21:56:50.040Z Downloaded num-traits v0.2.19
4372026-03-16T21:56:50.040Z Downloaded icu_properties v2.1.2
4382026-03-16T21:56:50.040Z Downloaded icu_normalizer v2.1.1
4392026-03-16T21:56:50.040Z Downloaded icu_normalizer_data v2.1.1
4402026-03-16T21:56:50.041Z Downloaded serde v1.0.228
4412026-03-16T21:56:50.041Z Downloaded memchr v2.8.0
4422026-03-16T21:56:50.047Z Downloaded pest_meta v2.8.6
4432026-03-16T21:56:50.056Z Downloaded indexmap v2.13.0
4442026-03-16T21:56:50.056Z Downloaded icu_collections v2.1.1
4452026-03-16T21:56:50.065Z Downloaded icu_locale_core v2.1.1
4462026-03-16T21:56:50.071Z Downloaded pest v2.8.6
4472026-03-16T21:56:50.088Z Downloaded idna v1.1.0
4482026-03-16T21:56:50.096Z Downloaded clap_builder v4.5.60
4492026-03-16T21:56:50.101Z Downloaded hashbrown v0.16.1
4502026-03-16T21:56:50.101Z Downloaded serde_json v1.0.149
4512026-03-16T21:56:50.105Z Downloaded goblin v0.8.2
4522026-03-16T21:56:50.108Z Downloaded icu_properties_data v2.1.2
4532026-03-16T21:56:50.123Z Downloaded tabled v0.15.0
4542026-03-16T21:56:50.136Z Downloaded syn v1.0.109
4552026-03-16T21:56:50.153Z Downloaded syn v2.0.117
4562026-03-16T21:56:50.167Z Downloaded rustix v1.1.3
4572026-03-16T21:56:50.194Z Downloaded libc v0.2.180
4582026-03-16T21:56:50.275Z Compiling proc-macro2 v1.0.106
4592026-03-16T21:56:50.283Z Compiling quote v1.0.44
4602026-03-16T21:56:50.283Z Compiling unicode-ident v1.0.24
4612026-03-16T21:56:50.283Z Compiling serde_core v1.0.228
4622026-03-16T21:56:50.283Z Compiling libc v0.2.180
4632026-03-16T21:56:50.283Z Compiling version_check v0.9.5
4642026-03-16T21:56:50.283Z Compiling stable_deref_trait v1.2.1
4652026-03-16T21:56:50.283Z Compiling memchr v2.8.0
4662026-03-16T21:56:50.682Z Compiling serde v1.0.228
4672026-03-16T21:56:50.706Z Compiling zmij v1.0.21
4682026-03-16T21:56:50.934Z Compiling autocfg v1.5.0
4692026-03-16T21:56:51.004Z Compiling thiserror v1.0.69
4702026-03-16T21:56:51.188Z Compiling ucd-trie v0.1.7
4712026-03-16T21:56:51.448Z Compiling itoa v1.0.17
4722026-03-16T21:56:51.556Z Compiling pest v2.8.6
4732026-03-16T21:56:51.591Z Compiling writeable v0.6.2
4742026-03-16T21:56:51.677Z Compiling litemap v0.8.1
4752026-03-16T21:56:51.768Z Compiling rustix v1.1.3
4762026-03-16T21:56:51.842Z Compiling icu_properties_data v2.1.2
4772026-03-16T21:56:52.091Z Compiling icu_normalizer_data v2.1.1
4782026-03-16T21:56:52.114Z Compiling byteorder v1.5.0
4792026-03-16T21:56:52.238Z Compiling syn v2.0.117
4802026-03-16T21:56:52.395Z Compiling errno v0.3.14
4812026-03-16T21:56:52.419Z Compiling bitflags v2.11.0
4822026-03-16T21:56:52.422Z Compiling serde_json v1.0.149
4832026-03-16T21:56:52.746Z Compiling num-traits v0.2.19
4842026-03-16T21:56:52.793Z Compiling equivalent v1.0.2
4852026-03-16T21:56:52.821Z Compiling hashbrown v0.16.1
4862026-03-16T21:56:52.911Z Compiling typeid v1.0.3
4872026-03-16T21:56:53.011Z Compiling smallvec v1.15.1
4882026-03-16T21:56:53.276Z Compiling pest_meta v2.8.6
4892026-03-16T21:56:53.604Z Compiling indexmap v2.13.0
4902026-03-16T21:56:53.628Z Compiling thread-id v4.2.2
4912026-03-16T21:56:53.719Z Compiling usdt-impl v0.5.0
4922026-03-16T21:56:53.740Z Compiling proc-macro-error-attr v1.0.4
4932026-03-16T21:56:53.769Z Compiling toml_write v0.1.2
4942026-03-16T21:56:54.002Z Compiling winnow v0.7.14
4952026-03-16T21:56:54.024Z Compiling syn v1.0.109
4962026-03-16T21:56:54.048Z Compiling erased-serde v0.4.9
4972026-03-16T21:56:54.672Z Compiling proc-macro-error v1.0.4
4982026-03-16T21:56:54.706Z Compiling getrandom v0.4.1
4992026-03-16T21:56:54.928Z Compiling plain v0.2.3
5002026-03-16T21:56:55.072Z Compiling utf8parse v0.2.2
5012026-03-16T21:56:55.183Z Compiling percent-encoding v2.3.2
5022026-03-16T21:56:55.218Z Compiling camino v1.2.2
5032026-03-16T21:56:55.427Z Compiling thiserror v2.0.18
5042026-03-16T21:56:55.514Z Compiling log v0.4.29
5052026-03-16T21:56:55.635Z Compiling utf8_iter v1.0.4
5062026-03-16T21:56:55.710Z Compiling form_urlencoded v1.2.2
5072026-03-16T21:56:55.737Z Compiling ordered-float v2.10.1
5082026-03-16T21:56:55.830Z Compiling anstyle-parse v0.2.7
5092026-03-16T21:56:56.032Z Compiling synstructure v0.13.2
5102026-03-16T21:56:56.062Z Compiling pest_generator v2.8.6
5112026-03-16T21:56:56.112Z Compiling terminal_size v0.4.3
5122026-03-16T21:56:56.284Z Compiling colorchoice v1.0.4
5132026-03-16T21:56:56.431Z Compiling anstyle-query v1.1.5
5142026-03-16T21:56:56.434Z Compiling is_terminal_polyfill v1.70.2
5152026-03-16T21:56:56.526Z Compiling pretty-hex v0.4.1
5162026-03-16T21:56:56.571Z Compiling cfg-if v1.0.4
5172026-03-16T21:56:56.596Z Compiling anstyle v1.0.13
5182026-03-16T21:56:56.634Z Compiling serde-untagged v0.1.9
5192026-03-16T21:56:56.839Z Compiling anstream v0.6.21
5202026-03-16T21:56:56.888Z Compiling semver v1.0.27
5212026-03-16T21:56:56.959Z Compiling fs-err v3.3.0
5222026-03-16T21:56:57.003Z Compiling fastrand v2.3.0
5232026-03-16T21:56:57.219Z Compiling fnv v1.0.7
5242026-03-16T21:56:57.243Z Compiling anyhow v1.0.102
5252026-03-16T21:56:57.326Z Compiling unicode-width v0.1.14
5262026-03-16T21:56:57.350Z Compiling heck v0.5.0
5272026-03-16T21:56:57.355Z Compiling heck v0.4.1
5282026-03-16T21:56:57.401Z Compiling unicode-xid v0.2.6
5292026-03-16T21:56:57.565Z Compiling once_cell v1.21.3
5302026-03-16T21:56:57.698Z Compiling strsim v0.11.1
5312026-03-16T21:56:57.745Z Compiling bytecount v0.6.9
5322026-03-16T21:56:57.748Z Compiling clap_lex v1.0.0
5332026-03-16T21:56:57.936Z Compiling papergrid v0.11.0
5342026-03-16T21:56:57.942Z Compiling tempfile v3.25.0
5352026-03-16T21:56:58.073Z Compiling clap_builder v4.5.60
5362026-03-16T21:56:58.325Z Compiling memmap v0.7.0
5372026-03-16T21:56:58.383Z Compiling unicode-linebreak v0.1.5
5382026-03-16T21:56:58.438Z Compiling unicode-width v0.2.0
5392026-03-16T21:56:58.562Z Compiling smawk v0.3.2
5402026-03-16T21:56:58.638Z Compiling serde_derive v1.0.228
5412026-03-16T21:56:58.708Z Compiling zerofrom-derive v0.1.6
5422026-03-16T21:56:58.744Z Compiling yoke-derive v0.8.1
5432026-03-16T21:56:58.795Z Compiling zerovec-derive v0.11.2
5442026-03-16T21:56:59.076Z Compiling displaydoc v0.2.5
5452026-03-16T21:56:59.911Z Compiling thiserror-impl v1.0.69
5462026-03-16T21:57:00.066Z Compiling zerocopy-derive v0.7.35
5472026-03-16T21:57:00.293Z Compiling pest_derive v2.8.6
5482026-03-16T21:57:00.359Z Compiling scroll_derive v0.12.1
5492026-03-16T21:57:00.682Z Compiling zerofrom v0.1.6
5502026-03-16T21:57:00.858Z Compiling yoke v0.8.1
5512026-03-16T21:57:00.883Z Compiling thiserror-impl v2.0.18
5522026-03-16T21:57:01.110Z Compiling zerovec v0.11.5
5532026-03-16T21:57:01.268Z Compiling zerotrie v0.2.3
5542026-03-16T21:57:01.292Z Compiling zerocopy v0.7.35
5552026-03-16T21:57:01.669Z Compiling scroll v0.12.0
5562026-03-16T21:57:01.784Z Compiling tinystr v0.8.2
5572026-03-16T21:57:01.808Z Compiling potential_utf v0.1.4
5582026-03-16T21:57:02.016Z Compiling icu_locale_core v2.1.1
5592026-03-16T21:57:02.016Z Compiling icu_collections v2.1.1
5602026-03-16T21:57:02.066Z Compiling dtrace-parser v0.2.0
5612026-03-16T21:57:02.099Z Compiling goblin v0.8.2
5622026-03-16T21:57:02.361Z Compiling tabled_derive v0.7.0
5632026-03-16T21:57:02.730Z Compiling clap_derive v4.5.55
5642026-03-16T21:57:02.948Z Compiling icu_provider v2.1.1
5652026-03-16T21:57:03.197Z Compiling textwrap v0.16.2
5662026-03-16T21:57:03.340Z Compiling icu_properties v2.1.2
5672026-03-16T21:57:03.364Z Compiling icu_normalizer v2.1.1
5682026-03-16T21:57:03.496Z Compiling toml_datetime v0.6.11
5692026-03-16T21:57:03.521Z Compiling serde_spanned v0.6.9
5702026-03-16T21:57:03.702Z Compiling dof v0.3.0
5712026-03-16T21:57:03.726Z Compiling serde_tokenstream v0.2.3
5722026-03-16T21:57:03.851Z Compiling toml_edit v0.22.27
5732026-03-16T21:57:03.875Z Compiling serde-value v0.7.0
5742026-03-16T21:57:04.145Z Compiling cargo-platform v0.2.0
5752026-03-16T21:57:04.239Z Compiling tabled v0.15.0
5762026-03-16T21:57:04.361Z Compiling macaddr v1.0.1
5772026-03-16T21:57:04.662Z Compiling idna_adapter v1.2.1
5782026-03-16T21:57:04.848Z Compiling idna v1.1.0
5792026-03-16T21:57:04.953Z Compiling usdt-macro v0.5.0
5802026-03-16T21:57:04.978Z Compiling usdt-attr-macro v0.5.0
5812026-03-16T21:57:05.196Z Compiling clap v4.5.60
5822026-03-16T21:57:05.325Z Compiling url v2.5.8
5832026-03-16T21:57:05.808Z Compiling toml v0.8.23
5842026-03-16T21:57:05.887Z Compiling camino-tempfile v1.4.1
5852026-03-16T21:57:06.196Z Compiling usdt v0.5.0
5862026-03-16T21:57:06.293Z Compiling swrite v0.1.0
5872026-03-16T21:57:06.342Z Compiling cargo-util-schemas v0.8.2
5882026-03-16T21:57:06.419Z Compiling cargo_toml v0.21.0
5892026-03-16T21:57:06.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-16T21:57:07.602Z Compiling cargo_metadata v0.21.0
5912026-03-16T21:57:08.914Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-16T21:57:11.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
5932026-03-16T21:57:12.078Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-16T21:57:12.813Z Downloading crates ...
5952026-03-16T21:57:12.928Z Downloaded arrayref v0.3.9
5962026-03-16T21:57:12.940Z Downloaded backon v1.6.0
5972026-03-16T21:57:12.944Z Downloaded ascii-canvas v3.0.0
5982026-03-16T21:57:12.948Z Downloaded assert_matches v1.5.0
5992026-03-16T21:57:12.953Z Downloaded atomic-waker v1.1.2
6002026-03-16T21:57:12.956Z Downloaded adler2 v2.0.1
6012026-03-16T21:57:12.960Z Downloaded allocator-api2 v0.2.21
6022026-03-16T21:57:12.964Z Downloaded critical-section v1.2.0
6032026-03-16T21:57:12.967Z Downloaded async-recursion v1.1.1
6042026-03-16T21:57:12.972Z Downloaded csv-core v0.1.13
6052026-03-16T21:57:12.975Z Downloaded async-trait v0.1.89
6062026-03-16T21:57:12.980Z Downloaded chacha20poly1305 v0.10.1
6072026-03-16T21:57:12.984Z Downloaded ciborium-ll v0.2.2
6082026-03-16T21:57:12.987Z Downloaded defmt-parser v1.0.0
6092026-03-16T21:57:12.990Z Downloaded crc8 v0.1.1
6102026-03-16T21:57:12.993Z Downloaded embedded-io v0.4.0
6112026-03-16T21:57:12.996Z Downloaded darling_macro v0.23.0
6122026-03-16T21:57:13.000Z Downloaded ahash v0.8.12
6132026-03-16T21:57:13.006Z Downloaded atomicwrites v0.4.4
6142026-03-16T21:57:13.010Z Downloaded async-stream v0.3.6
6152026-03-16T21:57:13.014Z Downloaded bitfield-struct v0.6.2
6162026-03-16T21:57:13.018Z Downloaded erased-serde v0.3.31
6172026-03-16T21:57:13.022Z Downloaded difflib v0.4.0
6182026-03-16T21:57:13.025Z Downloaded endian-type v0.1.2
6192026-03-16T21:57:13.026Z Downloaded base16ct v1.0.0
6202026-03-16T21:57:13.029Z Downloaded display-error-chain v0.2.2
6212026-03-16T21:57:13.032Z Downloaded flagset v0.4.7
6222026-03-16T21:57:13.035Z Downloaded fixedbitset v0.5.7
6232026-03-16T21:57:13.040Z Downloaded daft-derive v0.1.5
6242026-03-16T21:57:13.045Z Downloaded env_logger v0.11.9
6252026-03-16T21:57:13.049Z Downloaded dunce v1.0.5
6262026-03-16T21:57:13.052Z Downloaded enum-as-inner v0.6.1
6272026-03-16T21:57:13.058Z Downloaded cobs v0.3.0
6282026-03-16T21:57:13.064Z Downloaded dtrace-parser v0.3.0
6292026-03-16T21:57:13.064Z Downloaded foreign-types-macros v0.2.3
6302026-03-16T21:57:13.068Z Downloaded float-cmp v0.10.0
6312026-03-16T21:57:13.068Z Downloaded dyn-clone v1.0.20
6322026-03-16T21:57:13.071Z Downloaded find-msvc-tools v0.1.9
6332026-03-16T21:57:13.074Z Downloaded ciborium-io v0.2.2
6342026-03-16T21:57:13.078Z Downloaded foreign-types-shared v0.1.1
6352026-03-16T21:57:13.082Z Downloaded dof v0.4.0
6362026-03-16T21:57:13.085Z Downloaded fixedbitset v0.4.2
6372026-03-16T21:57:13.093Z Downloaded document-features v0.2.12
6382026-03-16T21:57:13.093Z Downloaded foreign-types-shared v0.3.1
6392026-03-16T21:57:13.100Z Downloaded foreign-types v0.3.2
6402026-03-16T21:57:13.100Z Downloaded fxhash v0.2.1
6412026-03-16T21:57:13.100Z Downloaded ena v0.14.4
6422026-03-16T21:57:13.107Z Downloaded convert_case v0.10.0
6432026-03-16T21:57:13.107Z Downloaded fallible-iterator v0.2.0
6442026-03-16T21:57:13.115Z Downloaded funty v2.0.0
6452026-03-16T21:57:13.115Z Downloaded futures-io v0.3.32
6462026-03-16T21:57:13.120Z Downloaded cmake v0.1.57
6472026-03-16T21:57:13.120Z Downloaded dsl_auto_type v0.1.3
6482026-03-16T21:57:13.120Z Downloaded buf-list v1.1.2
6492026-03-16T21:57:13.125Z Downloaded ghash v0.5.1
6502026-03-16T21:57:13.125Z Downloaded futures-task v0.3.32
6512026-03-16T21:57:13.128Z Downloaded git-stub v1.0.0
6522026-03-16T21:57:13.131Z Downloaded futures-sink v0.3.32
6532026-03-16T21:57:13.134Z Downloaded headers-core v0.3.0
6542026-03-16T21:57:13.138Z Downloaded daft v0.1.5
6552026-03-16T21:57:13.141Z Downloaded hash32 v0.3.1
6562026-03-16T21:57:13.144Z Downloaded globwalk v0.9.1
6572026-03-16T21:57:13.147Z Downloaded hex-literal v0.4.1
6582026-03-16T21:57:13.150Z Downloaded fd-lock v4.0.4
6592026-03-16T21:57:13.155Z Downloaded cassowary v0.3.0
6602026-03-16T21:57:13.169Z Downloaded httpdate v1.0.3
6612026-03-16T21:57:13.176Z Downloaded camino-tempfile-ext v0.3.3
6622026-03-16T21:57:13.176Z Downloaded backoff v0.4.0
6632026-03-16T21:57:13.180Z Downloaded hyper-tls v0.6.0
6642026-03-16T21:57:13.183Z Downloaded http-range v0.1.5
6652026-03-16T21:57:13.187Z Downloaded home v0.5.12
6662026-03-16T21:57:13.191Z Downloaded futures-executor v0.3.32
6672026-03-16T21:57:13.267Z Downloaded fs_extra v1.3.0
6682026-03-16T21:57:13.267Z Downloaded ciborium v0.2.2
6692026-03-16T21:57:13.267Z Downloaded indoc v1.0.9
6702026-03-16T21:57:13.267Z Downloaded hubpack_derive v0.1.1
6712026-03-16T21:57:13.267Z Downloaded indent_write v2.2.0
6722026-03-16T21:57:13.267Z Downloaded internet-checksum v0.2.1
6732026-03-16T21:57:13.267Z Downloaded globset v0.4.18
6742026-03-16T21:57:13.267Z Downloaded instant v0.1.13
6752026-03-16T21:57:13.267Z Downloaded hash32 v0.2.1
6762026-03-16T21:57:13.267Z Downloaded keccak v0.1.6
6772026-03-16T21:57:13.267Z Downloaded lalrpop-util v0.19.12
6782026-03-16T21:57:13.267Z Downloaded is-terminal v0.4.17
6792026-03-16T21:57:13.267Z Downloaded lazy_static v1.5.0
6802026-03-16T21:57:13.267Z Downloaded kstat-rs v0.2.4
6812026-03-16T21:57:13.267Z Downloaded cookie v0.18.1
6822026-03-16T21:57:13.267Z Downloaded darling v0.20.11
6832026-03-16T21:57:13.267Z Downloaded clang-sys v1.8.1
6842026-03-16T21:57:13.267Z Downloaded diff v0.1.13
6852026-03-16T21:57:13.268Z Downloaded const-oid v0.9.6
6862026-03-16T21:57:13.268Z Downloaded cargo_toml v0.22.3
6872026-03-16T21:57:13.268Z Downloaded colored v2.2.0
6882026-03-16T21:57:13.274Z Downloaded lru v0.12.5
6892026-03-16T21:57:13.274Z Downloaded humantime v2.3.0
6902026-03-16T21:57:13.275Z Downloaded cancel-safe-futures v0.1.5
6912026-03-16T21:57:13.275Z Downloaded libscf-sys v1.1.0
6922026-03-16T21:57:13.275Z Downloaded match_cfg v0.1.0
6932026-03-16T21:57:13.275Z Downloaded lru-slab v0.1.2
6942026-03-16T21:57:13.275Z Downloaded crypto-bigint v0.5.5
6952026-03-16T21:57:13.280Z Downloaded linked-hash-map v0.5.6
6962026-03-16T21:57:13.285Z Downloaded instability v0.3.11
6972026-03-16T21:57:13.285Z Downloaded managed v0.8.0
6982026-03-16T21:57:13.289Z Downloaded maplit v1.0.2
6992026-03-16T21:57:13.295Z Downloaded new_debug_unreachable v1.0.6
7002026-03-16T21:57:13.295Z Downloaded multimap v0.10.1
7012026-03-16T21:57:13.295Z Downloaded half v1.8.3
7022026-03-16T21:57:13.299Z Downloaded newline-converter v0.3.0
7032026-03-16T21:57:13.304Z Downloaded newtype_derive v0.1.6
7042026-03-16T21:57:13.305Z Downloaded memoffset v0.9.1
7052026-03-16T21:57:13.309Z Downloaded mime v0.3.17
7062026-03-16T21:57:13.309Z Downloaded nodrop v0.1.14
7072026-03-16T21:57:13.309Z Downloaded normalize-line-endings v0.3.0
7082026-03-16T21:57:13.314Z Downloaded nonempty v0.12.0
7092026-03-16T21:57:13.314Z Downloaded newtype-uuid-macros v0.1.0
7102026-03-16T21:57:13.318Z Downloaded jobserver v0.1.34
7112026-03-16T21:57:13.318Z Downloaded ipnetwork v0.21.1
7122026-03-16T21:57:13.324Z Downloaded ipnet v2.11.0
7132026-03-16T21:57:13.330Z Downloaded derive-where v1.6.0
7142026-03-16T21:57:13.330Z Downloaded num-conv v0.2.0
7152026-03-16T21:57:13.334Z Downloaded darling_core v0.23.0
7162026-03-16T21:57:13.338Z Downloaded highway v1.3.0
7172026-03-16T21:57:13.338Z Downloaded libloading v0.8.9
7182026-03-16T21:57:13.342Z Downloaded num v0.4.3
7192026-03-16T21:57:13.346Z Downloaded linear-map v1.2.0
7202026-03-16T21:57:13.346Z Downloaded num_threads v0.1.7
7212026-03-16T21:57:13.354Z Downloaded libsw-core v0.3.2
7222026-03-16T21:57:13.354Z Downloaded httparse v1.10.1
7232026-03-16T21:57:13.359Z Downloaded opaque-debug v0.3.1
7242026-03-16T21:57:13.359Z Downloaded lock_api v0.4.14
7252026-03-16T21:57:13.359Z Downloaded openssl-macros v0.1.1
7262026-03-16T21:57:13.362Z Downloaded olpc-cjson v0.1.4
7272026-03-16T21:57:13.367Z Downloaded hyper-staticfile v0.10.1
7282026-03-16T21:57:13.367Z Downloaded hyper-rustls v0.27.7
7292026-03-16T21:57:13.370Z Downloaded openssl-probe v0.1.6
7302026-03-16T21:57:13.373Z Downloaded openssl-probe v0.2.1
7312026-03-16T21:57:13.373Z Downloaded nibble_vec v0.1.0
7322026-03-16T21:57:13.376Z Downloaded oso-derive v0.27.3
7332026-03-16T21:57:13.381Z Downloaded native-tls v0.2.18
7342026-03-16T21:57:13.381Z Downloaded parse-size v1.1.0
7352026-03-16T21:57:13.384Z Downloaded mime_guess v2.0.5
7362026-03-16T21:57:13.387Z Downloaded parse-display v0.10.0
7372026-03-16T21:57:13.387Z Downloaded nanorand v0.7.0
7382026-03-16T21:57:13.392Z Downloaded getrandom v0.3.4
7392026-03-16T21:57:13.396Z Downloaded ingot-macros v0.1.1
7402026-03-16T21:57:13.396Z Downloaded num-derive v0.4.2
7412026-03-16T21:57:13.399Z Downloaded newtype-uuid v1.3.2
7422026-03-16T21:57:13.402Z Downloaded half v2.7.1
7432026-03-16T21:57:13.410Z Downloaded multer v3.1.0
7442026-03-16T21:57:13.415Z Downloaded iana-time-zone v0.1.65
7452026-03-16T21:57:13.415Z Downloaded pbkdf2 v0.11.0
7462026-03-16T21:57:13.415Z Downloaded pbkdf2 v0.12.2
7472026-03-16T21:57:13.421Z Downloaded peg-runtime v0.8.5
7482026-03-16T21:57:13.421Z Downloaded path-slash v0.1.5
7492026-03-16T21:57:13.425Z Downloaded const_format v0.2.35
7502026-03-16T21:57:13.425Z Downloaded num_enum v0.5.11
7512026-03-16T21:57:13.429Z Downloaded num-rational v0.4.2
7522026-03-16T21:57:13.434Z Downloaded phf_shared v0.12.1
7532026-03-16T21:57:13.434Z Downloaded pin-utils v0.1.0
7542026-03-16T21:57:13.439Z Downloaded phf_shared v0.11.3
7552026-03-16T21:57:13.439Z Downloaded phf_shared v0.13.1
7562026-03-16T21:57:13.444Z Downloaded num-integer v0.1.46
7572026-03-16T21:57:13.444Z Downloaded powerfmt v0.2.0
7582026-03-16T21:57:13.450Z Downloaded darling_core v0.21.3
7592026-03-16T21:57:13.455Z Downloaded precomputed-hash v0.1.1
7602026-03-16T21:57:13.455Z Downloaded num_enum v0.7.5
7612026-03-16T21:57:13.460Z Downloaded predicates-tree v1.0.13
7622026-03-16T21:57:13.460Z Downloaded predicates-core v1.0.10
7632026-03-16T21:57:13.464Z Downloaded packed_struct v0.10.1
7642026-03-16T21:57:13.464Z Downloaded indexmap v1.9.3
7652026-03-16T21:57:13.468Z Downloaded litrs v1.0.0
7662026-03-16T21:57:13.472Z Downloaded packed_struct_codegen v0.10.1
7672026-03-16T21:57:13.473Z Downloaded paste v1.0.15
7682026-03-16T21:57:13.477Z Downloaded progenitor-client v0.11.2
7692026-03-16T21:57:13.477Z Downloaded proc-macro-crate v3.4.0
7702026-03-16T21:57:13.481Z Downloaded proc-macro-error-attr2 v2.0.0
7712026-03-16T21:57:13.481Z Downloaded parking_lot_core v0.8.6
7722026-03-16T21:57:13.488Z Downloaded dropshot-api-manager v0.5.2
7732026-03-16T21:57:13.496Z Downloaded memmap2 v0.9.10
7742026-03-16T21:57:13.496Z Downloaded heapless v0.8.0
7752026-03-16T21:57:13.502Z Downloaded peg-macros v0.8.5
7762026-03-16T21:57:13.502Z Downloaded pem v3.0.6
7772026-03-16T21:57:13.502Z Downloaded password-hash v0.5.0
7782026-03-16T21:57:13.502Z Downloaded psl-types v2.0.11
7792026-03-16T21:57:13.505Z Downloaded progenitor-macro v0.13.0
7802026-03-16T21:57:13.505Z Downloaded progenitor-client v0.10.0
7812026-03-16T21:57:13.505Z Downloaded peg v0.8.5
7822026-03-16T21:57:13.509Z Downloaded progenitor-macro v0.11.2
7832026-03-16T21:57:13.513Z Downloaded cc v1.2.56
7842026-03-16T21:57:13.516Z Downloaded radium v0.7.0
7852026-03-16T21:57:13.516Z Downloaded flate2 v1.1.9
7862026-03-16T21:57:13.521Z Downloaded libbz2-rs-sys v0.2.2
7872026-03-16T21:57:13.525Z Downloaded phf v0.13.1
7882026-03-16T21:57:13.528Z Downloaded quick-error v1.2.3
7892026-03-16T21:57:13.528Z Downloaded phf v0.12.1
7902026-03-16T21:57:13.534Z Downloaded expectorate v1.2.0
7912026-03-16T21:57:13.534Z Downloaded rand_chacha v0.3.1
7922026-03-16T21:57:13.538Z Downloaded pin-project-lite v0.2.17
7932026-03-16T21:57:13.541Z Downloaded diesel_derives v2.2.7
7942026-03-16T21:57:13.544Z Downloaded rand_xorshift v0.4.0
7952026-03-16T21:57:13.548Z Downloaded predicates v3.1.4
7962026-03-16T21:57:13.551Z Downloaded ppv-lite86 v0.2.21
7972026-03-16T21:57:13.551Z Downloaded ignore v0.4.25
7982026-03-16T21:57:13.555Z Downloaded postgres-protocol v0.6.10
7992026-03-16T21:57:13.558Z Downloaded poly1305 v0.8.0
8002026-03-16T21:57:13.558Z Downloaded pin-project-internal v1.1.11
8012026-03-16T21:57:13.561Z Downloaded recursive v0.1.1
8022026-03-16T21:57:13.564Z Downloaded base64 v0.21.7
8032026-03-16T21:57:13.568Z Downloaded ref-cast-impl v1.0.25
8042026-03-16T21:57:13.568Z Downloaded polyval v0.6.2
8052026-03-16T21:57:13.572Z Downloaded pkg-config v0.3.32
8062026-03-16T21:57:13.575Z Downloaded parking_lot v0.12.5
8072026-03-16T21:57:13.575Z Downloaded recursive-proc-macro-impl v0.1.1
8082026-03-16T21:57:13.578Z Downloaded progenitor v0.11.2
8092026-03-16T21:57:13.581Z Downloaded proc-macro-error2 v2.0.1
8102026-03-16T21:57:13.585Z Downloaded darling_core v0.20.11
8112026-03-16T21:57:13.588Z Downloaded progenitor-extras v0.1.1
8122026-03-16T21:57:13.588Z Downloaded parking_lot_core v0.9.12
8132026-03-16T21:57:13.591Z Downloaded progenitor v0.10.0
8142026-03-16T21:57:13.595Z Downloaded pem-rfc7468 v0.7.0
8152026-03-16T21:57:13.598Z Downloaded rfc6979 v0.4.0
8162026-03-16T21:57:13.598Z Downloaded rustc-hash v2.1.1
8172026-03-16T21:57:13.601Z Downloaded rtoolbox v0.0.3
8182026-03-16T21:57:13.601Z Downloaded progenitor v0.13.0
8192026-03-16T21:57:13.607Z Downloaded hickory-resolver v0.25.2
8202026-03-16T21:57:13.611Z Downloaded bytes v1.11.1
8212026-03-16T21:57:13.611Z Downloaded bumpalo v3.20.2
8222026-03-16T21:57:13.615Z Downloaded r2d2 v0.8.10
8232026-03-16T21:57:13.619Z Downloaded rustc_version v0.4.1
8242026-03-16T21:57:13.619Z Downloaded rustc_version v0.1.7
8252026-03-16T21:57:13.623Z Downloaded psm v0.1.30
8262026-03-16T21:57:13.623Z Downloaded russh-cryptovec v0.7.3
8272026-03-16T21:57:13.628Z Downloaded oso v0.27.3
8282026-03-16T21:57:13.632Z Downloaded omicron-zone-package v0.12.2
8292026-03-16T21:57:13.632Z Downloaded salsa20 v0.10.2
8302026-03-16T21:57:13.637Z Downloaded scheduled-thread-pool v0.2.7
8312026-03-16T21:57:13.637Z Downloaded rand_seeder v0.4.0
8322026-03-16T21:57:13.637Z Downloaded rand_core v0.9.5
8332026-03-16T21:57:13.641Z Downloaded rand_core v0.10.0
8342026-03-16T21:57:13.641Z Downloaded rand_chacha v0.9.0
8352026-03-16T21:57:13.646Z Downloaded pkcs1 v0.7.5
8362026-03-16T21:57:13.646Z Downloaded indicatif v0.18.4
8372026-03-16T21:57:13.650Z Downloaded same-file v1.0.6
8382026-03-16T21:57:13.650Z Downloaded crossterm v0.29.0
8392026-03-16T21:57:13.655Z Downloaded scroll_derive v0.13.1
8402026-03-16T21:57:13.660Z Downloaded sapling-renderdag v0.1.0
8412026-03-16T21:57:13.660Z Downloaded resolv-conf v0.7.6
8422026-03-16T21:57:13.664Z Downloaded p256 v0.13.2
8432026-03-16T21:57:13.667Z Downloaded serde-big-array v0.5.1
8442026-03-16T21:57:13.667Z Downloaded serde_spanned v1.0.4
8452026-03-16T21:57:13.671Z Downloaded scrypt v0.11.0
8462026-03-16T21:57:13.671Z Downloaded seq-macro v0.3.6
8472026-03-16T21:57:13.674Z Downloaded heapless v0.7.17
8482026-03-16T21:57:13.677Z Downloaded hashbrown v0.12.3
8492026-03-16T21:57:13.680Z Downloaded jiff-static v0.2.21
8502026-03-16T21:57:13.684Z Downloaded parking_lot v0.11.2
8512026-03-16T21:57:13.687Z Downloaded secrecy v0.8.0
8522026-03-16T21:57:13.687Z Downloaded serde_repr v0.1.20
8532026-03-16T21:57:13.691Z Downloaded serde_bytes v0.11.19
8542026-03-16T21:57:13.691Z Downloaded semver v0.1.20
8552026-03-16T21:57:13.695Z Downloaded scopeguard v1.2.0
8562026-03-16T21:57:13.695Z Downloaded serde_plain v1.0.2
8572026-03-16T21:57:13.699Z Downloaded hickory-resolver v0.24.4
8582026-03-16T21:57:13.699Z Downloaded ref-cast v1.0.25
8592026-03-16T21:57:13.702Z Downloaded quinn-udp v0.5.14
8602026-03-16T21:57:13.706Z Downloaded serde_urlencoded v0.7.1
8612026-03-16T21:57:13.706Z Downloaded progenitor-client v0.13.0
8622026-03-16T21:57:13.711Z Downloaded postgres-types v0.2.12
8632026-03-16T21:57:13.711Z Downloaded derive_more-impl v2.1.1
8642026-03-16T21:57:13.715Z Downloaded rustls-pemfile v1.0.4
8652026-03-16T21:57:13.719Z Downloaded rustls-pemfile v2.2.0
8662026-03-16T21:57:13.722Z Downloaded sigpipe v0.1.3
8672026-03-16T21:57:13.723Z Downloaded signal-hook-mio v0.2.5
8682026-03-16T21:57:13.723Z Downloaded signal-hook-tokio v0.3.1
8692026-03-16T21:57:13.726Z Downloaded signature v2.2.0
8702026-03-16T21:57:13.726Z Downloaded prefix-trie v0.7.0
8712026-03-16T21:57:13.729Z Downloaded pkcs5 v0.7.1
8722026-03-16T21:57:13.732Z Downloaded postcard v1.1.3
8732026-03-16T21:57:13.735Z Downloaded aes v0.8.4
8742026-03-16T21:57:13.738Z Downloaded rusty-fork v0.3.1
8752026-03-16T21:57:13.741Z Downloaded secrecy v0.10.3
8762026-03-16T21:57:13.741Z Downloaded sec1 v0.7.3
8772026-03-16T21:57:13.746Z Downloaded siphasher v1.0.2
8782026-03-16T21:57:13.746Z Downloaded sct v0.7.1
8792026-03-16T21:57:13.749Z Downloaded slog-envlogger v2.2.0
8802026-03-16T21:57:13.752Z Downloaded scroll v0.13.0
8812026-03-16T21:57:13.752Z Downloaded schemars_derive v0.8.22
8822026-03-16T21:57:13.756Z Downloaded pin-project v1.1.11
8832026-03-16T21:57:13.762Z Downloaded slog-bunyan v2.5.0
8842026-03-16T21:57:13.765Z Downloaded hashbrown v0.13.2
8852026-03-16T21:57:13.768Z Downloaded crossterm v0.28.1
8862026-03-16T21:57:13.772Z Downloaded serde_path_to_error v0.1.20
8872026-03-16T21:57:13.775Z Downloaded progenitor-impl v0.10.0
8882026-03-16T21:57:13.778Z Downloaded papergrid v0.17.0
8892026-03-16T21:57:13.781Z Downloaded serde_derive_internals v0.29.1
8902026-03-16T21:57:13.784Z Downloaded serde-hex v0.1.0
8912026-03-16T21:57:13.787Z Downloaded miniz_oxide v0.8.9
8922026-03-16T21:57:13.787Z Downloaded ssh-cipher v0.2.0
8932026-03-16T21:57:13.790Z Downloaded http v1.4.0
8942026-03-16T21:57:13.793Z Downloaded rustls-pki-types v1.14.0
8952026-03-16T21:57:13.797Z Downloaded hickory-server v0.25.2
8962026-03-16T21:57:13.800Z Downloaded shlex v1.3.0
8972026-03-16T21:57:13.800Z Downloaded minimal-lexical v0.2.1
8982026-03-16T21:57:13.804Z Downloaded strip-ansi-escapes v0.2.1
8992026-03-16T21:57:13.808Z Downloaded shell-words v1.1.1
9002026-03-16T21:57:13.808Z Downloaded structmeta-derive v0.3.0
9012026-03-16T21:57:13.814Z Downloaded russh-keys v0.45.0
9022026-03-16T21:57:13.814Z Downloaded structmeta v0.3.0
9032026-03-16T21:57:13.814Z Downloaded supports-color v3.0.2
9042026-03-16T21:57:13.814Z Downloaded sha1 v0.10.6
9052026-03-16T21:57:13.817Z Downloaded rustls-native-certs v0.8.3
9062026-03-16T21:57:13.820Z Downloaded strum v0.27.2
9072026-03-16T21:57:13.820Z Downloaded strum v0.26.3
9082026-03-16T21:57:13.820Z Downloaded signal-hook-registry v1.4.8
9092026-03-16T21:57:13.824Z Downloaded rand_core v0.6.4
9102026-03-16T21:57:13.824Z Downloaded pkcs8 v0.10.2
9112026-03-16T21:57:13.827Z Downloaded rustversion v1.0.22
9122026-03-16T21:57:13.830Z Downloaded primeorder v0.13.6
9132026-03-16T21:57:13.830Z Downloaded owo-colors v4.3.0
9142026-03-16T21:57:13.834Z Downloaded slab v0.4.12
9152026-03-16T21:57:13.834Z Downloaded tabled_derive v0.11.0
9162026-03-16T21:57:13.837Z Downloaded subtle v2.6.1
9172026-03-16T21:57:13.837Z Downloaded sync_wrapper v1.0.2
9182026-03-16T21:57:13.840Z Downloaded slog-async v2.8.0
9192026-03-16T21:57:13.840Z Downloaded smallvec v0.6.14
9202026-03-16T21:57:13.843Z Downloaded slog-term v2.9.2
9212026-03-16T21:57:13.843Z Downloaded itertools v0.10.5
9222026-03-16T21:57:13.848Z Downloaded prettyplease v0.2.37
9232026-03-16T21:57:13.852Z Downloaded tap v1.0.1
9242026-03-16T21:57:13.855Z Downloaded take_mut v0.2.2
9252026-03-16T21:57:13.855Z Downloaded tabwriter v1.4.1
9262026-03-16T21:57:13.855Z Downloaded tagptr v0.2.0
9272026-03-16T21:57:13.859Z Downloaded slog-scope v4.4.1
9282026-03-16T21:57:13.859Z Downloaded slog-json v2.6.1
9292026-03-16T21:57:13.868Z Downloaded ron v0.8.1
9302026-03-16T21:57:13.871Z Downloaded spki v0.7.3
9312026-03-16T21:57:13.872Z Downloaded simd-adler32 v0.3.8
9322026-03-16T21:57:13.872Z Downloaded slog-stdlog v4.1.1
9332026-03-16T21:57:13.872Z Downloaded thread-id v5.1.0
9342026-03-16T21:57:13.872Z Downloaded termtree v0.5.1
9352026-03-16T21:57:13.875Z Downloaded serde_cbor v0.11.2
9362026-03-16T21:57:13.875Z Downloaded snafu-derive v0.8.9
9372026-03-16T21:57:13.879Z Downloaded sqlformat v0.3.5
9382026-03-16T21:57:13.879Z Downloaded progenitor-impl v0.13.0
9392026-03-16T21:57:13.882Z Downloaded tinyvec_macros v0.1.1
9402026-03-16T21:57:13.882Z Downloaded time-core v0.1.8
9412026-03-16T21:57:13.886Z Downloaded testing_table v0.3.0
9422026-03-16T21:57:13.886Z Downloaded openssl-sys v0.9.111
9432026-03-16T21:57:13.889Z Downloaded serde_with_macros v3.17.0
9442026-03-16T21:57:13.894Z Downloaded rustls-platform-verifier v0.6.2
9452026-03-16T21:57:13.894Z Downloaded aws-lc-rs v1.16.0
9462026-03-16T21:57:13.901Z Downloaded strum_macros v0.26.4
9472026-03-16T21:57:13.904Z Downloaded string_cache v0.8.9
9482026-03-16T21:57:13.904Z Downloaded strum_macros v0.27.2
9492026-03-16T21:57:13.907Z Downloaded strum_macros v0.24.3
9502026-03-16T21:57:13.910Z Downloaded static_assertions v1.1.0
9512026-03-16T21:57:13.910Z Downloaded stacker v0.1.23
9522026-03-16T21:57:13.917Z Downloaded sqlparser_derive v0.5.0
9532026-03-16T21:57:13.917Z Downloaded stringprep v0.1.5
9542026-03-16T21:57:13.917Z Downloaded rayon-core v1.13.0
9552026-03-16T21:57:13.920Z Downloaded rcgen v0.12.1
9562026-03-16T21:57:13.920Z Downloaded mio v1.1.1
9572026-03-16T21:57:13.924Z Downloaded support-bundle-viewer v0.1.2
9582026-03-16T21:57:13.927Z Downloaded ssh-encoding v0.2.0
9592026-03-16T21:57:13.927Z Downloaded ryu v1.0.23
9602026-03-16T21:57:13.930Z Downloaded smf v0.2.3
9612026-03-16T21:57:13.930Z Downloaded slog-dtrace v0.3.0
9622026-03-16T21:57:13.933Z Downloaded spin v0.9.8
9632026-03-16T21:57:13.936Z Downloaded progenitor-impl v0.11.2
9642026-03-16T21:57:13.936Z Downloaded schemars v0.8.22
9652026-03-16T21:57:13.945Z Downloaded topological-sort v0.2.2
9662026-03-16T21:57:13.948Z Downloaded thread_local v1.1.9
9672026-03-16T21:57:13.948Z Downloaded termios v0.3.3
9682026-03-16T21:57:13.951Z Downloaded quinn v0.11.9
9692026-03-16T21:57:13.954Z Downloaded sync-ptr v0.1.4
9702026-03-16T21:57:13.954Z Downloaded qorb v0.4.1
9712026-03-16T21:57:13.957Z Downloaded time-macros v0.2.27
9722026-03-16T21:57:13.960Z Downloaded thiserror-no-std v2.0.2
9732026-03-16T21:57:13.965Z Downloaded try-lock v0.2.5
9742026-03-16T21:57:13.965Z Downloaded trait-variant v0.1.2
9752026-03-16T21:57:13.965Z Downloaded tower-layer v0.3.3
9762026-03-16T21:57:13.969Z Downloaded thiserror-impl-no-std v2.0.2
9772026-03-16T21:57:13.969Z Downloaded publicsuffix v2.3.0
9782026-03-16T21:57:13.969Z Downloaded tower-service v0.3.3
9792026-03-16T21:57:13.969Z Downloaded nom v7.1.3
9802026-03-16T21:57:13.972Z Downloaded pretty_assertions v1.4.1
9812026-03-16T21:57:13.976Z Downloaded tiny-keccak v2.0.2
9822026-03-16T21:57:13.979Z Downloaded derive_more v2.1.1
9832026-03-16T21:57:13.985Z Downloaded tokio-dtrace v0.1.1
9842026-03-16T21:57:13.988Z Downloaded similar v2.7.0
9852026-03-16T21:57:13.991Z Downloaded unit-prefix v0.5.2
9862026-03-16T21:57:13.991Z Downloaded unarray v0.1.4
9872026-03-16T21:57:13.994Z Downloaded tokio-native-tls v0.3.1
9882026-03-16T21:57:13.994Z Downloaded typify-macro v0.6.1
9892026-03-16T21:57:13.997Z Downloaded typify-macro v0.4.3
9902026-03-16T21:57:13.997Z Downloaded tokio-rustls v0.25.0
9912026-03-16T21:57:13.997Z Downloaded tokio-macros v2.6.0
9922026-03-16T21:57:14.001Z Downloaded iddqd v0.3.17
9932026-03-16T21:57:14.004Z Downloaded libxml v0.3.3
9942026-03-16T21:57:14.008Z Downloaded signal-hook v0.3.18
9952026-03-16T21:57:14.011Z Downloaded serde_yaml v0.9.34+deprecated
9962026-03-16T21:57:14.014Z Downloaded untrusted v0.7.1
9972026-03-16T21:57:14.014Z Downloaded universal-hash v0.5.1
9982026-03-16T21:57:14.018Z Downloaded unicode-truncate v1.1.0
9992026-03-16T21:57:14.018Z Downloaded hyper-util v0.1.20
10002026-03-16T21:57:14.021Z Downloaded usdt v0.6.0
10012026-03-16T21:57:14.021Z Downloaded untrusted v0.9.0
10022026-03-16T21:57:14.026Z Downloaded rand v0.8.5
10032026-03-16T21:57:14.029Z Downloaded flume v0.11.1
10042026-03-16T21:57:14.029Z Downloaded toml_writer v1.0.6+spec-1.1.0
10052026-03-16T21:57:14.032Z Downloaded itertools v0.13.0
10062026-03-16T21:57:14.035Z Downloaded itertools v0.12.1
10072026-03-16T21:57:14.040Z Downloaded usdt-attr-macro v0.6.0
10082026-03-16T21:57:14.043Z Downloaded utf-8 v0.7.6
10092026-03-16T21:57:14.043Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10102026-03-16T21:57:14.043Z Downloaded socket2 v0.6.2
10112026-03-16T21:57:14.046Z Downloaded iri-string v0.7.10
10122026-03-16T21:57:14.051Z Downloaded usdt-macro v0.6.0
10132026-03-16T21:57:14.055Z Downloaded socket2 v0.5.10
10142026-03-16T21:57:14.055Z Downloaded rand v0.9.2
10152026-03-16T21:57:14.058Z Downloaded num-bigint-dig v0.8.6
10162026-03-16T21:57:14.061Z Downloaded hashbrown v0.15.5
10172026-03-16T21:57:14.064Z Downloaded void v1.0.2
10182026-03-16T21:57:14.070Z Downloaded wait-timeout v0.2.1
10192026-03-16T21:57:14.070Z Downloaded fatfs v0.3.6
10202026-03-16T21:57:14.073Z Downloaded tui-tree-widget v0.23.1
10212026-03-16T21:57:14.073Z Downloaded base64 v0.22.1
10222026-03-16T21:57:14.073Z Downloaded ar_archive_writer v0.5.1
10232026-03-16T21:57:14.077Z Downloaded crossbeam-channel v0.5.15
10242026-03-16T21:57:14.080Z Downloaded num-bigint v0.4.6
10252026-03-16T21:57:14.084Z Downloaded tls_codec_derive v0.4.2
10262026-03-16T21:57:14.084Z Downloaded want v0.3.1
10272026-03-16T21:57:14.084Z Downloaded tls_codec v0.4.2
10282026-03-16T21:57:14.088Z Downloaded rand v0.10.0
10292026-03-16T21:57:14.091Z Downloaded xattr v1.6.1
10302026-03-16T21:57:14.091Z Downloaded waitgroup v0.1.2
10312026-03-16T21:57:14.091Z Downloaded unicase v2.9.0
10322026-03-16T21:57:14.094Z Downloaded aho-corasick v1.1.4
10332026-03-16T21:57:14.098Z Downloaded h2 v0.4.13
10342026-03-16T21:57:14.101Z Downloaded schemars v1.2.1
10352026-03-16T21:57:14.112Z Downloaded xshell-macros v0.2.7
10362026-03-16T21:57:14.116Z Downloaded tokio-tungstenite v0.23.1
10372026-03-16T21:57:14.116Z Downloaded zone v0.3.1
10382026-03-16T21:57:14.116Z Downloaded tokio-tungstenite v0.21.0
10392026-03-16T21:57:14.121Z Downloaded tokio-stream v0.1.18
10402026-03-16T21:57:14.121Z Downloaded term v0.7.0
10412026-03-16T21:57:14.124Z Downloaded slog v2.8.2
10422026-03-16T21:57:14.128Z Downloaded tar v0.4.44
10432026-03-16T21:57:14.128Z Downloaded rsa v0.9.10
10442026-03-16T21:57:14.131Z Downloaded zeroize_derive v1.4.3
10452026-03-16T21:57:14.131Z Downloaded zone_cfg_derive v0.3.1
10462026-03-16T21:57:14.134Z Downloaded futures-util v0.3.32
10472026-03-16T21:57:14.140Z Downloaded toml_parser v1.0.9+spec-1.1.0
10482026-03-16T21:57:14.143Z Downloaded test-strategy v0.4.5
10492026-03-16T21:57:14.146Z Downloaded uzers v0.12.2
10502026-03-16T21:57:14.149Z Downloaded snafu v0.8.9
10512026-03-16T21:57:14.152Z Downloaded vsss-rs v3.3.4
10522026-03-16T21:57:14.156Z Downloaded walkdir v2.5.0
10532026-03-16T21:57:14.156Z Downloaded vergen-git2 v1.0.7
10542026-03-16T21:57:14.159Z Downloaded vergen-lib v0.1.6
10552026-03-16T21:57:14.159Z Downloaded twox-hash v2.1.2
10562026-03-16T21:57:14.162Z Downloaded tinyvec v1.10.0
10572026-03-16T21:57:14.162Z Downloaded vergen-gitcl v1.0.8
10582026-03-16T21:57:14.165Z Downloaded tracing-attributes v0.1.31
10592026-03-16T21:57:14.165Z Downloaded itertools v0.14.0
10602026-03-16T21:57:14.170Z Downloaded xshell v0.2.7
10612026-03-16T21:57:14.174Z Downloaded whoami v1.6.1
10622026-03-16T21:57:14.174Z Downloaded schemars v0.9.0
10632026-03-16T21:57:14.182Z Downloaded wyz v0.5.1
10642026-03-16T21:57:14.186Z Downloaded whoami v2.1.0
10652026-03-16T21:57:14.186Z Downloaded toml v0.7.8
10662026-03-16T21:57:14.189Z Downloaded usdt-impl v0.6.0
10672026-03-16T21:57:14.189Z Downloaded hyper v1.8.1
10682026-03-16T21:57:14.193Z Downloaded zeroize v1.8.2
10692026-03-16T21:57:14.197Z Downloaded xz2 v0.1.7
10702026-03-16T21:57:14.197Z Downloaded toml v0.9.12+spec-1.1.0
10712026-03-16T21:57:14.201Z Downloaded unicode-properties v0.1.4
10722026-03-16T21:57:14.201Z Downloaded tokio-rustls v0.26.4
10732026-03-16T21:57:14.204Z Downloaded tokio-rustls v0.24.1
10742026-03-16T21:57:14.204Z Downloaded term v1.2.1
10752026-03-16T21:57:14.208Z Downloaded vergen v9.0.6
10762026-03-16T21:57:14.208Z Downloaded p521 v0.13.3
10772026-03-16T21:57:14.213Z Downloaded subprocess v0.2.15
10782026-03-16T21:57:14.217Z Downloaded zstd-safe v7.2.4
10792026-03-16T21:57:14.217Z Downloaded samael v0.0.19
10802026-03-16T21:57:14.220Z Downloaded rustls-webpki v0.103.9
10812026-03-16T21:57:14.224Z Downloaded progenitor-macro v0.10.0
10822026-03-16T21:57:14.224Z Downloaded password-hash v0.4.2
10832026-03-16T21:57:14.224Z Downloaded tungstenite v0.23.0
10842026-03-16T21:57:14.228Z Downloaded tracing-core v0.1.36
10852026-03-16T21:57:14.231Z Downloaded typify v0.6.1
10862026-03-16T21:57:14.234Z Downloaded blake3 v1.8.3
10872026-03-16T21:57:14.238Z Downloaded unicode-bidi v0.3.18
10882026-03-16T21:57:14.241Z Downloaded typify v0.4.3
10892026-03-16T21:57:14.245Z Downloaded steno v0.4.1
10902026-03-16T21:57:14.249Z Downloaded tungstenite v0.21.0
10912026-03-16T21:57:14.252Z Downloaded hkdf v0.12.4
10922026-03-16T21:57:14.252Z Downloaded russh v0.45.0
10932026-03-16T21:57:14.256Z Downloaded headers v0.4.1
10942026-03-16T21:57:14.259Z Downloaded proc-macro-crate v1.3.1
10952026-03-16T21:57:14.264Z Downloaded parse-display-derive v0.10.0
10962026-03-16T21:57:14.264Z Downloaded oxide-tokio-rt v0.1.2
10972026-03-16T21:57:14.264Z Downloaded uuid v1.21.0
10982026-03-16T21:57:14.267Z Downloaded yasna v0.5.2
10992026-03-16T21:57:14.267Z Downloaded zerocopy v0.6.6
11002026-03-16T21:57:14.270Z Downloaded rustyline v14.0.0
11012026-03-16T21:57:14.273Z Downloaded oxnet v0.1.4
11022026-03-16T21:57:14.273Z Downloaded toml_edit v0.23.10+spec-1.0.0
11032026-03-16T21:57:14.276Z Downloaded unsafe-libyaml v0.2.11
11042026-03-16T21:57:14.280Z Downloaded rpassword v7.4.0
11052026-03-16T21:57:14.280Z Downloaded num_enum_derive v0.7.5
11062026-03-16T21:57:14.283Z Downloaded ed25519-dalek v2.2.0
11072026-03-16T21:57:14.286Z Downloaded nu-ansi-term v0.50.3
11082026-03-16T21:57:14.286Z Downloaded zstd v0.13.3
11092026-03-16T21:57:14.289Z Downloaded compact_str v0.8.1
11102026-03-16T21:57:14.292Z Downloaded vte v0.14.1
11112026-03-16T21:57:14.292Z Downloaded num-iter v0.1.45
11122026-03-16T21:57:14.296Z Downloaded num-complex v0.4.6
11132026-03-16T21:57:14.296Z Downloaded aes-gcm v0.10.3
11142026-03-16T21:57:14.300Z Downloaded num_enum_derive v0.5.11
11152026-03-16T21:57:14.300Z Downloaded futures v0.3.32
11162026-03-16T21:57:14.304Z Downloaded hmac v0.12.1
11172026-03-16T21:57:14.304Z Downloaded derive_more v0.99.20
11182026-03-16T21:57:14.307Z Downloaded num-derive v0.3.3
11192026-03-16T21:57:14.307Z Downloaded der v0.7.10
11202026-03-16T21:57:14.311Z Downloaded reedline v0.40.0
11212026-03-16T21:57:14.317Z Downloaded libsw v3.5.0
11222026-03-16T21:57:14.320Z Downloaded libefi-sys v0.1.0
11232026-03-16T21:57:14.320Z Downloaded hickory-client v0.25.2
11242026-03-16T21:57:14.321Z Downloaded crc-any v2.5.0
11252026-03-16T21:57:14.324Z Downloaded chrono v0.4.44
11262026-03-16T21:57:14.328Z Downloaded md5 v0.7.0
11272026-03-16T21:57:14.332Z Downloaded maybe-uninit v2.0.0
11282026-03-16T21:57:14.332Z Downloaded elliptic-curve v0.13.8
11292026-03-16T21:57:14.335Z Downloaded toml_edit v0.19.15
11302026-03-16T21:57:14.344Z Downloaded md-5 v0.10.6
11312026-03-16T21:57:14.347Z Downloaded ingot v0.1.1
11322026-03-16T21:57:14.347Z Downloaded impl-trait-for-tuples v0.2.3
11332026-03-16T21:57:14.350Z Downloaded getrandom v0.2.17
11342026-03-16T21:57:14.353Z Downloaded ron v0.12.0
11352026-03-16T21:57:14.357Z Downloaded zopfli v0.8.3
11362026-03-16T21:57:14.360Z Downloaded lzss v0.8.2
11372026-03-16T21:57:14.360Z Downloaded tokio-postgres v0.7.16
11382026-03-16T21:57:14.364Z Downloaded ssh-key v0.6.7
11392026-03-16T21:57:14.397Z Downloaded libm v0.2.16
11402026-03-16T21:57:14.402Z Downloaded unicode_categories v0.1.1
11412026-03-16T21:57:14.402Z Downloaded bitvec v1.0.1
11422026-03-16T21:57:14.402Z Downloaded zip v0.6.6
11432026-03-16T21:57:14.402Z Downloaded yansi v1.0.1
11442026-03-16T21:57:14.402Z Downloaded ingot-types v0.1.2
11452026-03-16T21:57:14.402Z Downloaded indoc v2.0.7
11462026-03-16T21:57:14.402Z Downloaded http-body-util v0.1.3
11472026-03-16T21:57:14.402Z Downloaded console v0.16.2
11482026-03-16T21:57:14.402Z Downloaded git2 v0.20.4
11492026-03-16T21:57:14.405Z Downloaded cookie_store v0.22.1
11502026-03-16T21:57:14.408Z Downloaded lru-cache v0.1.2
11512026-03-16T21:57:14.408Z Downloaded derive_builder_core v0.20.2
11522026-03-16T21:57:14.408Z Downloaded deranged v0.5.8
11532026-03-16T21:57:14.411Z Downloaded chacha20 v0.10.0
11542026-03-16T21:57:14.412Z Downloaded darling v0.23.0
11552026-03-16T21:57:14.415Z Downloaded cexpr v0.6.0
11562026-03-16T21:57:14.418Z Downloaded bindgen v0.71.1
11572026-03-16T21:57:14.421Z Downloaded cipher v0.4.4
11582026-03-16T21:57:14.425Z Downloaded reqwest v0.13.2
11592026-03-16T21:57:14.429Z Downloaded zerocopy-derive v0.8.40
11602026-03-16T21:57:14.434Z Downloaded blake2 v0.10.6
11612026-03-16T21:57:14.438Z Downloaded p384 v0.13.1
11622026-03-16T21:57:14.442Z Downloaded regex v1.12.3
11632026-03-16T21:57:14.446Z Downloaded base64ct v1.8.3
11642026-03-16T21:57:14.446Z Downloaded console v0.15.11
11652026-03-16T21:57:14.450Z Downloaded colored v3.1.1
11662026-03-16T21:57:14.450Z Downloaded salty v0.3.0
11672026-03-16T21:57:14.454Z Downloaded quick-xml v0.37.5
11682026-03-16T21:57:14.459Z Downloaded typed-path v0.9.3
11692026-03-16T21:57:14.463Z Downloaded reqwest v0.12.28
11702026-03-16T21:57:14.467Z Downloaded lalrpop v0.19.12
11712026-03-16T21:57:14.475Z Downloaded rustls-webpki v0.101.7
11722026-03-16T21:57:14.487Z Downloaded tower v0.5.3
11732026-03-16T21:57:14.492Z Downloaded rayon v1.11.0
11742026-03-16T21:57:14.499Z Downloaded is_ci v1.2.0
11752026-03-16T21:57:14.502Z Downloaded crc32fast v1.5.0
11762026-03-16T21:57:14.502Z Downloaded des v0.8.1
11772026-03-16T21:57:14.506Z Downloaded der_derive v0.7.3
11782026-03-16T21:57:14.506Z Downloaded portable-atomic v1.13.1
11792026-03-16T21:57:14.509Z Downloaded tokio-util v0.7.18
11802026-03-16T21:57:14.515Z Downloaded unicode-normalization v0.1.25
11812026-03-16T21:57:14.518Z Downloaded unicode-segmentation v1.12.0
11822026-03-16T21:57:14.521Z Downloaded goblin v0.10.5
11832026-03-16T21:57:14.525Z Downloaded darling v0.21.3
11842026-03-16T21:57:14.529Z Downloaded tower-http v0.6.8
11852026-03-16T21:57:14.535Z Downloaded petname v2.0.2
11862026-03-16T21:57:14.539Z Downloaded x509-cert v0.2.5
11872026-03-16T21:57:14.544Z Downloaded moka v0.12.13
11882026-03-16T21:57:14.550Z Downloaded tough v0.20.0
11892026-03-16T21:57:14.557Z Downloaded zip v4.6.1
11902026-03-16T21:57:14.561Z Downloaded serde_with v3.17.0
11912026-03-16T21:57:14.570Z Downloaded proptest v1.10.0
11922026-03-16T21:57:14.575Z Downloaded object v0.30.4
11932026-03-16T21:57:14.581Z Downloaded rustls-webpki v0.102.8
11942026-03-16T21:57:14.595Z Downloaded quinn-proto v0.11.13
11952026-03-16T21:57:14.600Z Downloaded nix v0.27.1
11962026-03-16T21:57:14.608Z Downloaded crossbeam-utils v0.8.21
11972026-03-16T21:57:14.611Z Downloaded curve25519-dalek v4.1.3
11982026-03-16T21:57:14.616Z Downloaded group v0.13.0
11992026-03-16T21:57:14.619Z Downloaded glob v0.3.3
12002026-03-16T21:57:14.619Z Downloaded winnow v0.5.40
12012026-03-16T21:57:14.625Z Downloaded winnow v0.6.26
12022026-03-16T21:57:14.631Z Downloaded git-stub-vcs v0.1.0
12032026-03-16T21:57:14.634Z Downloaded inout v0.1.4
12042026-03-16T21:57:14.634Z Downloaded gethostname v0.5.0
12052026-03-16T21:57:14.634Z Downloaded ident_case v1.0.1
12062026-03-16T21:57:14.637Z Downloaded futures-channel v0.3.32
12072026-03-16T21:57:14.637Z Downloaded bzip2 v0.4.4
12082026-03-16T21:57:14.637Z Downloaded bzip2 v0.6.1
12092026-03-16T21:57:14.641Z Downloaded crossbeam-epoch v0.9.18
12102026-03-16T21:57:14.641Z Downloaded constant_time_eq v0.4.2
12112026-03-16T21:57:14.645Z Downloaded chacha20 v0.9.1
12122026-03-16T21:57:14.645Z Downloaded hubpack v0.1.2
12132026-03-16T21:57:14.645Z Downloaded foldhash v0.1.5
12142026-03-16T21:57:14.645Z Downloaded derive_builder v0.20.2
12152026-03-16T21:57:14.648Z Downloaded http-body v1.0.1
12162026-03-16T21:57:14.651Z Downloaded hostname v0.4.2
12172026-03-16T21:57:14.651Z Downloaded hostname v0.3.1
12182026-03-16T21:57:14.651Z Downloaded fs-err v2.11.0
12192026-03-16T21:57:14.655Z Downloaded foldhash v0.2.0
12202026-03-16T21:57:14.655Z Downloaded ed25519 v2.2.3
12212026-03-16T21:57:14.655Z Downloaded radix_trie v0.2.1
12222026-03-16T21:57:14.658Z Downloaded ecdsa v0.16.9
12232026-03-16T21:57:14.661Z Downloaded drift v0.1.3
12242026-03-16T21:57:14.664Z Downloaded defmt-macros v1.0.1
12252026-03-16T21:57:14.668Z Downloaded defmt v1.0.1
12262026-03-16T21:57:14.671Z Downloaded corncobs v0.1.4
12272026-03-16T21:57:14.671Z Downloaded cbc v0.1.2
12282026-03-16T21:57:14.671Z Downloaded cargo_metadata v0.19.2
12292026-03-16T21:57:14.676Z Downloaded bitfield v0.19.4
12302026-03-16T21:57:14.676Z Downloaded bit-vec v0.8.0
12312026-03-16T21:57:14.676Z Downloaded bcs v0.1.6
12322026-03-16T21:57:14.676Z Downloaded hex v0.4.3
12332026-03-16T21:57:14.681Z Downloaded bitflags v1.3.2
12342026-03-16T21:57:14.681Z Downloaded polar-core v0.27.3
12352026-03-16T21:57:14.685Z Downloaded derive-ex v0.1.8
12362026-03-16T21:57:14.691Z Downloaded diesel v2.2.12
12372026-03-16T21:57:14.700Z Downloaded openssl v0.10.75
12382026-03-16T21:57:14.706Z Downloaded time v0.3.47
12392026-03-16T21:57:14.715Z Downloaded nix v0.29.0
12402026-03-16T21:57:14.723Z Downloaded smoltcp v0.9.1
12412026-03-16T21:57:14.730Z Downloaded regex-syntax v0.6.29
12422026-03-16T21:57:14.736Z Downloaded vcpkg v0.2.15
12432026-03-16T21:57:14.765Z Downloaded rustls v0.21.12
12442026-03-16T21:57:14.774Z Downloaded nix v0.30.1
12452026-03-16T21:57:14.781Z Downloaded zlib-rs v0.6.2
12462026-03-16T21:57:14.785Z Downloaded object v0.37.3
12472026-03-16T21:57:14.794Z Downloaded openapiv3 v2.2.0
12482026-03-16T21:57:14.803Z Downloaded nix v0.31.1
12492026-03-16T21:57:14.814Z Downloaded zerocopy v0.8.40
12502026-03-16T21:57:14.820Z Downloaded regex-syntax v0.8.10
12512026-03-16T21:57:14.826Z Downloaded smoltcp v0.11.0
12522026-03-16T21:57:14.834Z Downloaded rustix v0.38.44
12532026-03-16T21:57:14.850Z Downloaded hickory-proto v0.24.4
12542026-03-16T21:57:14.861Z Downloaded rustls v0.23.37
12552026-03-16T21:57:14.870Z Downloaded regress v0.10.5
12562026-03-16T21:57:14.877Z Downloaded hickory-proto v0.25.2
12572026-03-16T21:57:14.889Z Downloaded rustls v0.22.4
12582026-03-16T21:57:14.897Z Downloaded webpki-roots v1.0.6
12592026-03-16T21:57:14.901Z Downloaded nix v0.28.0
12602026-03-16T21:57:14.909Z Downloaded tabled v0.20.0
12612026-03-16T21:57:14.921Z Downloaded dropshot v0.16.7
12622026-03-16T21:57:14.937Z Downloaded sled v0.34.7
12632026-03-16T21:57:14.945Z Downloaded tracing v0.1.44
12642026-03-16T21:57:14.962Z Downloaded typify-impl v0.4.3
12652026-03-16T21:57:14.974Z Downloaded sqlparser v0.61.0
12662026-03-16T21:57:14.980Z Downloaded ratatui v0.29.0
12672026-03-16T21:57:14.995Z Downloaded csv v1.4.0
12682026-03-16T21:57:15.010Z Downloaded typify-impl v0.6.1
12692026-03-16T21:57:15.020Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-03-16T21:57:15.029Z Downloaded regex-automata v0.4.14
12712026-03-16T21:57:15.041Z Downloaded bstr v1.12.1
12722026-03-16T21:57:15.046Z Downloaded dropshot_endpoint v0.16.7
12732026-03-16T21:57:15.050Z Downloaded diesel-dtrace v0.4.2
12742026-03-16T21:57:15.054Z Downloaded crc v3.4.0
12752026-03-16T21:57:15.054Z Downloaded const_format_proc_macros v0.2.34
12762026-03-16T21:57:15.054Z Downloaded bit-vec v0.6.3
12772026-03-16T21:57:15.054Z Downloaded arc-swap v1.8.2
12782026-03-16T21:57:15.057Z Downloaded arrayvec v0.7.6
12792026-03-16T21:57:15.063Z Downloaded argon2 v0.5.3
12802026-03-16T21:57:15.063Z Downloaded futures-macro v0.3.32
12812026-03-16T21:57:15.063Z Downloaded futures-core v0.3.32
12822026-03-16T21:57:15.067Z Downloaded foreign-types v0.5.0
12832026-03-16T21:57:15.067Z Downloaded float-ord v0.3.2
12842026-03-16T21:57:15.067Z Downloaded dirs-sys-next v0.1.2
12852026-03-16T21:57:15.067Z Downloaded darling_macro v0.20.11
12862026-03-16T21:57:15.067Z Downloaded debug-ignore v1.0.5
12872026-03-16T21:57:15.067Z Downloaded bit-set v0.5.3
12882026-03-16T21:57:15.067Z Downloaded filetime v0.2.27
12892026-03-16T21:57:15.067Z Downloaded ff v0.13.1
12902026-03-16T21:57:15.071Z Downloaded ctr v0.9.2
12912026-03-16T21:57:15.071Z Downloaded crossbeam-deque v0.8.6
12922026-03-16T21:57:15.071Z Downloaded castaway v0.2.4
12932026-03-16T21:57:15.071Z Downloaded dropshot-api-manager-types v0.5.2
12942026-03-16T21:57:15.071Z Downloaded diesel_table_macro_syntax v0.2.0
12952026-03-16T21:57:15.079Z Downloaded curve25519-dalek-derive v0.1.1
12962026-03-16T21:57:15.080Z Downloaded bb8 v0.8.6
12972026-03-16T21:57:15.080Z Downloaded env_filter v1.0.0
12982026-03-16T21:57:15.080Z Downloaded cargo-platform v0.1.9
12992026-03-16T21:57:15.080Z Downloaded cstr-argument v0.1.2
13002026-03-16T21:57:15.080Z Downloaded convert_case v0.4.0
13012026-03-16T21:57:15.085Z Downloaded petgraph v0.8.3
13022026-03-16T21:57:15.092Z Downloaded zerocopy-derive v0.6.6
13032026-03-16T21:57:15.100Z Downloaded cfg_aliases v0.2.1
13042026-03-16T21:57:15.104Z Downloaded cfg_aliases v0.1.1
13052026-03-16T21:57:15.104Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-03-16T21:57:15.114Z Downloaded defmt v0.3.100
13072026-03-16T21:57:15.117Z Downloaded either v1.15.0
13082026-03-16T21:57:15.117Z Downloaded crc-catalog v2.4.0
13092026-03-16T21:57:15.117Z Downloaded bcrypt-pbkdf v0.10.0
13102026-03-16T21:57:15.122Z Downloaded array-init v0.0.4
13112026-03-16T21:57:15.122Z Downloaded derive_builder_macro v0.20.2
13122026-03-16T21:57:15.122Z Downloaded data-encoding v2.10.0
13132026-03-16T21:57:15.122Z Downloaded cpufeatures v0.3.0
13142026-03-16T21:57:15.122Z Downloaded dirs-next v2.0.0
13152026-03-16T21:57:15.126Z Downloaded crunchy v0.2.4
13162026-03-16T21:57:15.126Z Downloaded bitfield-macros v0.19.4
13172026-03-16T21:57:15.126Z Downloaded crucible-workspace-hack v0.1.0
13182026-03-16T21:57:15.126Z Downloaded embedded-io v0.6.1
13192026-03-16T21:57:15.126Z Downloaded darling_macro v0.21.3
13202026-03-16T21:57:15.126Z Downloaded bit-set v0.8.0
13212026-03-16T21:57:15.126Z Downloaded blowfish v0.9.1
13222026-03-16T21:57:15.126Z Downloaded base16ct v0.2.0
13232026-03-16T21:57:15.130Z Downloaded async-stream-impl v0.3.6
13242026-03-16T21:57:15.130Z Downloaded async-bb8-diesel v0.2.1
13252026-03-16T21:57:15.130Z Downloaded block-padding v0.3.3
13262026-03-16T21:57:15.130Z Downloaded aead v0.5.2
13272026-03-16T21:57:15.130Z Downloaded atty v0.2.14
13282026-03-16T21:57:15.146Z Downloaded encoding_rs v0.8.35
13292026-03-16T21:57:15.161Z Downloaded petgraph v0.6.5
13302026-03-16T21:57:15.176Z Downloaded lzma-sys v0.1.20
13312026-03-16T21:57:15.196Z Downloaded jiff v0.2.21
13322026-03-16T21:57:15.210Z Downloaded chrono-tz v0.10.4
13332026-03-16T21:57:15.241Z Downloaded libz-sys v1.1.24
13342026-03-16T21:57:15.258Z Downloaded sha3 v0.10.8
13352026-03-16T21:57:15.283Z Downloaded tokio v1.49.0
13362026-03-16T21:57:15.418Z Downloaded ring v0.17.14
13372026-03-16T21:57:15.485Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-03-16T21:57:16.122Z Downloaded aws-lc-sys v0.37.1
13392026-03-16T21:57:16.425Z Compiling libc v0.2.180
13402026-03-16T21:57:16.425Z Compiling serde v1.0.228
13412026-03-16T21:57:16.428Z Compiling log v0.4.29
13422026-03-16T21:57:16.428Z Compiling shlex v1.3.0
13432026-03-16T21:57:16.428Z Compiling find-msvc-tools v0.1.9
13442026-03-16T21:57:16.579Z Compiling smallvec v1.15.1
13452026-03-16T21:57:16.591Z Compiling syn v2.0.117
13462026-03-16T21:57:16.602Z Compiling typenum v1.19.0
13472026-03-16T21:57:16.819Z Compiling generic-array v0.14.7
13482026-03-16T21:57:16.873Z Compiling subtle v2.6.1
13492026-03-16T21:57:16.901Z Compiling scopeguard v1.2.0
13502026-03-16T21:57:16.945Z Compiling portable-atomic v1.13.1
13512026-03-16T21:57:17.024Z Compiling lock_api v0.4.14
13522026-03-16T21:57:17.042Z Compiling const-oid v0.9.6
13532026-03-16T21:57:17.112Z Compiling critical-section v1.2.0
13542026-03-16T21:57:17.166Z Compiling zerocopy v0.8.40
13552026-03-16T21:57:17.241Z Compiling parking_lot_core v0.9.12
13562026-03-16T21:57:17.325Z Compiling serde_json v1.0.149
13572026-03-16T21:57:17.561Z Compiling pin-project-lite v0.2.17
13582026-03-16T21:57:17.802Z Compiling pkg-config v0.3.32
13592026-03-16T21:57:17.887Z Compiling getrandom v0.2.17
13602026-03-16T21:57:17.971Z Compiling jobserver v0.1.34
13612026-03-16T21:57:18.014Z Compiling errno v0.3.14
13622026-03-16T21:57:18.176Z Compiling rand_core v0.6.4
13632026-03-16T21:57:18.203Z Compiling signal-hook-registry v1.4.8
13642026-03-16T21:57:18.273Z Compiling cc v1.2.56
13652026-03-16T21:57:18.494Z Compiling once_cell v1.21.3
13662026-03-16T21:57:18.569Z Compiling mio v1.1.1
13672026-03-16T21:57:18.586Z Compiling libm v0.2.16
13682026-03-16T21:57:18.634Z Compiling num-traits v0.2.19
13692026-03-16T21:57:18.789Z Compiling bitflags v2.11.0
13702026-03-16T21:57:18.895Z Compiling parking_lot v0.12.5
13712026-03-16T21:57:18.932Z Compiling futures-core v0.3.32
13722026-03-16T21:57:19.127Z Compiling socket2 v0.6.2
13732026-03-16T21:57:19.247Z Compiling percent-encoding v2.3.2
13742026-03-16T21:57:19.320Z Compiling allocator-api2 v0.2.21
13752026-03-16T21:57:19.400Z Compiling cpufeatures v0.2.17
13762026-03-16T21:57:19.433Z Compiling futures-sink v0.3.32
13772026-03-16T21:57:19.495Z Compiling foldhash v0.2.0
13782026-03-16T21:57:19.513Z Compiling futures-task v0.3.32
13792026-03-16T21:57:19.569Z Compiling futures-channel v0.3.32
13802026-03-16T21:57:19.707Z Compiling futures-io v0.3.32
13812026-03-16T21:57:19.732Z Compiling hashbrown v0.16.1
13822026-03-16T21:57:19.772Z Compiling slab v0.4.12
13832026-03-16T21:57:19.776Z Compiling getrandom v0.4.1
13842026-03-16T21:57:19.870Z Compiling rand_core v0.10.0
13852026-03-16T21:57:19.909Z Compiling getrandom v0.3.4
13862026-03-16T21:57:20.008Z Compiling rustversion v1.0.22
13872026-03-16T21:57:20.115Z Compiling form_urlencoded v1.2.2
13882026-03-16T21:57:20.560Z Compiling indexmap v2.13.0
13892026-03-16T21:57:20.575Z Compiling cmake v0.1.57
13902026-03-16T21:57:20.641Z Compiling dunce v1.0.5
13912026-03-16T21:57:20.742Z Compiling base64ct v1.8.3
13922026-03-16T21:57:20.761Z Compiling fs_extra v1.3.0
13932026-03-16T21:57:21.111Z Compiling synstructure v0.13.2
13942026-03-16T21:57:21.130Z Compiling ident_case v1.0.1
13952026-03-16T21:57:21.134Z Compiling aws-lc-sys v0.37.1
13962026-03-16T21:57:21.167Z Compiling pem-rfc7468 v0.7.0
13972026-03-16T21:57:21.252Z Compiling flagset v0.4.7
13982026-03-16T21:57:21.285Z Compiling rand_core v0.9.5
13992026-03-16T21:57:21.358Z Compiling rustix v1.1.3
14002026-03-16T21:57:21.425Z Compiling iana-time-zone v0.1.65
14012026-03-16T21:57:21.445Z Compiling uuid v1.21.0
14022026-03-16T21:57:21.580Z Compiling ring v0.17.14
14032026-03-16T21:57:21.668Z Compiling rustc_version v0.4.1
14042026-03-16T21:57:21.691Z Compiling regex-syntax v0.8.10
14052026-03-16T21:57:21.949Z Compiling aws-lc-rs v1.16.0
14062026-03-16T21:57:22.104Z Compiling vcpkg v0.2.15
14072026-03-16T21:57:22.345Z Compiling tracing-core v0.1.36
14082026-03-16T21:57:22.363Z Compiling crossbeam-utils v0.8.21
14092026-03-16T21:57:22.778Z Compiling pest_generator v2.8.6
14102026-03-16T21:57:23.137Z Compiling openssl-sys v0.9.111
14112026-03-16T21:57:23.141Z Compiling serde_derive_internals v0.29.1
14122026-03-16T21:57:23.662Z Compiling serde_derive v1.0.228
14132026-03-16T21:57:23.735Z Compiling zeroize_derive v1.4.3
14142026-03-16T21:57:23.799Z Compiling zerofrom-derive v0.1.6
14152026-03-16T21:57:23.850Z Compiling yoke-derive v0.8.1
14162026-03-16T21:57:24.408Z Compiling zerocopy-derive v0.8.40
14172026-03-16T21:57:24.612Z Compiling zeroize v1.8.2
14182026-03-16T21:57:25.070Z Compiling zerovec-derive v0.11.2
14192026-03-16T21:57:25.657Z Compiling displaydoc v0.2.5
14202026-03-16T21:57:25.672Z Compiling crypto-common v0.1.7
14212026-03-16T21:57:25.891Z Compiling zerofrom v0.1.6
14222026-03-16T21:57:25.899Z Compiling block-buffer v0.10.4
14232026-03-16T21:57:25.900Z Compiling yoke v0.8.1
14242026-03-16T21:57:26.062Z Compiling digest v0.10.7
14252026-03-16T21:57:26.126Z Compiling tokio-macros v2.6.0
14262026-03-16T21:57:26.388Z Compiling hmac v0.12.1
14272026-03-16T21:57:26.449Z Compiling zerotrie v0.2.3
14282026-03-16T21:57:26.470Z Compiling futures-macro v0.3.32
14292026-03-16T21:57:26.560Z Compiling zerovec v0.11.5
14302026-03-16T21:57:26.587Z Compiling block-padding v0.3.3
14312026-03-16T21:57:26.788Z Compiling inout v0.1.4
14322026-03-16T21:57:26.846Z Compiling sha2 v0.10.9
14332026-03-16T21:57:27.005Z Compiling cipher v0.4.4
14342026-03-16T21:57:27.117Z Compiling der_derive v0.7.3
14352026-03-16T21:57:27.271Z Compiling tinystr v0.8.2
14362026-03-16T21:57:27.358Z Compiling potential_utf v0.1.4
14372026-03-16T21:57:27.541Z Compiling icu_locale_core v2.1.1
14382026-03-16T21:57:27.565Z Compiling icu_collections v2.1.1
14392026-03-16T21:57:27.583Z Compiling futures-util v0.3.32
14402026-03-16T21:57:28.311Z Compiling salsa20 v0.10.2
14412026-03-16T21:57:28.467Z Compiling bytes v1.11.1
14422026-03-16T21:57:28.486Z Compiling icu_provider v2.1.1
14432026-03-16T21:57:28.495Z Compiling der v0.7.10
14442026-03-16T21:57:28.707Z Compiling chrono v0.4.44
14452026-03-16T21:57:28.823Z Compiling icu_properties v2.1.2
14462026-03-16T21:57:28.891Z Compiling icu_normalizer v2.1.1
14472026-03-16T21:57:29.308Z Compiling tokio v1.49.0
14482026-03-16T21:57:29.788Z Compiling http v1.4.0
14492026-03-16T21:57:30.163Z Compiling idna_adapter v1.2.1
14502026-03-16T21:57:30.338Z Compiling idna v1.1.0
14512026-03-16T21:57:30.356Z Compiling spki v0.7.3
14522026-03-16T21:57:30.611Z Compiling pbkdf2 v0.12.2
14532026-03-16T21:57:30.710Z Compiling thiserror-impl v2.0.18
14542026-03-16T21:57:30.752Z Compiling url v2.5.8
14552026-03-16T21:57:30.772Z Compiling scrypt v0.11.0
14562026-03-16T21:57:30.841Z Compiling ppv-lite86 v0.2.21
14572026-03-16T21:57:31.064Z Compiling aes v0.8.4
14582026-03-16T21:57:31.093Z Compiling cbc v0.1.2
14592026-03-16T21:57:31.212Z Compiling rustls-pki-types v1.14.0
14602026-03-16T21:57:31.275Z Compiling rand_chacha v0.9.0
14612026-03-16T21:57:31.312Z Compiling tracing-attributes v0.1.31
14622026-03-16T21:57:31.811Z Compiling pkcs5 v0.7.1
14632026-03-16T21:57:31.829Z Compiling rand v0.9.2
14642026-03-16T21:57:32.176Z Compiling http-body v1.0.1
14652026-03-16T21:57:32.443Z Compiling base64 v0.22.1
14662026-03-16T21:57:32.461Z Compiling thiserror v2.0.18
14672026-03-16T21:57:32.464Z Compiling untrusted v0.9.0
14682026-03-16T21:57:32.464Z Compiling schemars v0.8.22
14692026-03-16T21:57:32.647Z Compiling httparse v1.10.1
14702026-03-16T21:57:32.651Z Compiling untrusted v0.7.1
14712026-03-16T21:57:32.772Z Compiling openssl-probe v0.2.1
14722026-03-16T21:57:32.819Z Compiling syn v1.0.109
14732026-03-16T21:57:32.923Z Compiling pkcs8 v0.10.2
14742026-03-16T21:57:32.993Z Compiling schemars_derive v0.8.22
14752026-03-16T21:57:33.168Z Compiling tracing v0.1.44
14762026-03-16T21:57:33.187Z Compiling pest_derive v2.8.6
14772026-03-16T21:57:33.292Z Compiling scroll_derive v0.13.1
14782026-03-16T21:57:33.518Z Compiling darling_core v0.20.11
14792026-03-16T21:57:33.757Z Compiling tower-layer v0.3.3
14802026-03-16T21:57:33.967Z Compiling dyn-clone v1.0.20
14812026-03-16T21:57:33.984Z Compiling tinyvec_macros v0.1.1
14822026-03-16T21:57:34.070Z Compiling try-lock v0.2.5
14832026-03-16T21:57:34.140Z Compiling tower-service v0.3.3
14842026-03-16T21:57:34.208Z Compiling atomic-waker v1.1.2
14852026-03-16T21:57:34.259Z Compiling rustls v0.23.37
14862026-03-16T21:57:34.361Z Compiling want v0.3.1
14872026-03-16T21:57:34.395Z Compiling tokio-util v0.7.18
14882026-03-16T21:57:34.491Z Compiling scroll v0.13.0
14892026-03-16T21:57:34.569Z Compiling tinyvec v1.10.0
14902026-03-16T21:57:35.403Z Compiling h2 v0.4.13
14912026-03-16T21:57:35.425Z Compiling ipnet v2.11.0
14922026-03-16T21:57:35.812Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-16T21:57:36.109Z Compiling spin v0.9.8
14942026-03-16T21:57:36.341Z Compiling aho-corasick v1.1.4
14952026-03-16T21:57:36.375Z Compiling powerfmt v0.2.0
14962026-03-16T21:57:36.523Z Compiling num-conv v0.2.0
14972026-03-16T21:57:36.637Z Compiling openssl v0.10.75
14982026-03-16T21:57:36.700Z Compiling httpdate v1.0.3
14992026-03-16T21:57:36.825Z Compiling darling_macro v0.20.11
15002026-03-16T21:57:36.954Z Compiling time-core v0.1.8
15012026-03-16T21:57:36.990Z Compiling foreign-types-shared v0.1.1
15022026-03-16T21:57:37.100Z Compiling pin-utils v0.1.0
15032026-03-16T21:57:37.153Z Compiling crc32fast v1.5.0
15042026-03-16T21:57:37.191Z Compiling tempfile v3.25.0
15052026-03-16T21:57:37.224Z Compiling time-macros v0.2.27
15062026-03-16T21:57:37.454Z Compiling darling v0.20.11
15072026-03-16T21:57:37.566Z Compiling regex-automata v0.4.14
15082026-03-16T21:57:37.608Z Compiling foreign-types v0.3.2
15092026-03-16T21:57:37.743Z Compiling deranged v0.5.8
15102026-03-16T21:57:38.776Z Compiling goblin v0.10.5
15112026-03-16T21:57:39.187Z Compiling openssl-macros v0.1.1
15122026-03-16T21:57:39.625Z Compiling hyper v1.8.1
15132026-03-16T21:57:39.697Z Compiling thiserror-impl v1.0.69
15142026-03-16T21:57:40.579Z Compiling wait-timeout v0.2.1
15152026-03-16T21:57:40.897Z Compiling bit-vec v0.8.0
15162026-03-16T21:57:40.919Z Compiling simd-adler32 v0.3.8
15172026-03-16T21:57:41.213Z Compiling native-tls v0.2.18
15182026-03-16T21:57:41.256Z Compiling num_threads v0.1.7
15192026-03-16T21:57:41.367Z Compiling usdt-impl v0.6.0
15202026-03-16T21:57:41.424Z Compiling siphasher v1.0.2
15212026-03-16T21:57:41.471Z Compiling quick-error v1.2.3
15222026-03-16T21:57:41.607Z Compiling either v1.15.0
15232026-03-16T21:57:41.677Z Compiling rusty-fork v0.3.1
15242026-03-16T21:57:41.723Z Compiling thiserror v1.0.69
15252026-03-16T21:57:41.748Z Compiling time v0.3.47
15262026-03-16T21:57:41.852Z Compiling bit-set v0.8.0
15272026-03-16T21:57:41.880Z Compiling hyper-util v0.1.20
15282026-03-16T21:57:42.323Z Compiling derive_builder_core v0.20.2
15292026-03-16T21:57:43.438Z Compiling dof v0.4.0
15302026-03-16T21:57:43.539Z Compiling unicode-normalization v0.1.25
15312026-03-16T21:57:43.980Z Compiling crossbeam-epoch v0.9.18
15322026-03-16T21:57:44.156Z Compiling dtrace-parser v0.3.0
15332026-03-16T21:57:44.239Z Compiling rustls-native-certs v0.8.3
15342026-03-16T21:57:44.403Z Compiling signature v2.2.0
15352026-03-16T21:57:44.617Z Compiling scroll_derive v0.12.1
15362026-03-16T21:57:44.620Z Compiling heapless v0.7.17
15372026-03-16T21:57:44.943Z Compiling rand_xorshift v0.4.0
15382026-03-16T21:57:44.986Z Compiling slog v2.8.2
15392026-03-16T21:57:45.142Z Compiling darling_core v0.21.3
15402026-03-16T21:57:45.181Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-16T21:57:45.200Z Compiling sync_wrapper v1.0.2
15422026-03-16T21:57:45.236Z Compiling thread-id v5.1.0
15432026-03-16T21:57:45.333Z Compiling cookie v0.18.1
15442026-03-16T21:57:45.351Z Compiling adler2 v2.0.1
15452026-03-16T21:57:45.519Z Compiling rayon-core v1.13.0
15462026-03-16T21:57:45.538Z Compiling unicode-segmentation v1.12.0
15472026-03-16T21:57:45.556Z Compiling zstd-safe v7.2.4
15482026-03-16T21:57:45.577Z Compiling anyhow v1.0.102
15492026-03-16T21:57:45.754Z Compiling paste v1.0.15
15502026-03-16T21:57:45.818Z Compiling unicode-properties v0.1.4
15512026-03-16T21:57:45.887Z Compiling signal-hook v0.3.18
15522026-03-16T21:57:45.988Z Compiling unarray v0.1.4
15532026-03-16T21:57:46.038Z Compiling unicode-bidi v0.3.18
15542026-03-16T21:57:46.131Z Compiling proptest v1.10.0
15552026-03-16T21:57:46.301Z Compiling scroll v0.12.0
15562026-03-16T21:57:46.328Z Compiling miniz_oxide v0.8.9
15572026-03-16T21:57:46.640Z Compiling stringprep v0.1.5
15582026-03-16T21:57:46.747Z Compiling tower v0.5.3
15592026-03-16T21:57:47.156Z Compiling crossbeam-deque v0.8.6
15602026-03-16T21:57:47.175Z Compiling derive_builder_macro v0.20.2
15612026-03-16T21:57:47.247Z Compiling ipnetwork v0.21.1
15622026-03-16T21:57:47.378Z Compiling http-body-util v0.1.3
15632026-03-16T21:57:47.397Z Compiling webpki-roots v1.0.6
15642026-03-16T21:57:47.455Z Compiling rand_chacha v0.3.1
15652026-03-16T21:57:47.547Z Compiling serde_tokenstream v0.2.3
15662026-03-16T21:57:47.738Z Compiling erased-serde v0.3.31
15672026-03-16T21:57:47.820Z Compiling toml_datetime v0.6.11
15682026-03-16T21:57:47.838Z Compiling serde_spanned v0.6.9
15692026-03-16T21:57:48.002Z Compiling md-5 v0.10.6
15702026-03-16T21:57:48.026Z Compiling zerocopy-derive v0.7.35
15712026-03-16T21:57:48.165Z Compiling curve25519-dalek v4.1.3
15722026-03-16T21:57:48.209Z Compiling vergen-lib v0.1.6
15732026-03-16T21:57:48.462Z Compiling num-integer v0.1.46
15742026-03-16T21:57:48.483Z Compiling hash32 v0.2.1
15752026-03-16T21:57:48.600Z Compiling ff v0.13.1
15762026-03-16T21:57:48.639Z Compiling num-bigint-dig v0.8.6
15772026-03-16T21:57:48.730Z Compiling litrs v1.0.0
15782026-03-16T21:57:48.772Z Compiling smoltcp v0.9.1
15792026-03-16T21:57:48.775Z Compiling darling_macro v0.21.3
15802026-03-16T21:57:48.893Z Compiling zlib-rs v0.6.2
15812026-03-16T21:57:48.893Z Compiling rustix v0.38.44
15822026-03-16T21:57:49.207Z Compiling fallible-iterator v0.2.0
15832026-03-16T21:57:49.226Z Compiling base16ct v0.2.0
15842026-03-16T21:57:49.385Z Compiling psl-types v2.0.11
15852026-03-16T21:57:49.415Z Compiling ref-cast v1.0.25
15862026-03-16T21:57:49.420Z Compiling ryu v1.0.23
15872026-03-16T21:57:49.452Z Compiling iri-string v0.7.10
15882026-03-16T21:57:49.538Z Compiling publicsuffix v2.3.0
15892026-03-16T21:57:49.619Z Compiling postgres-protocol v0.6.10
15902026-03-16T21:57:49.661Z Compiling serde_urlencoded v0.7.1
15912026-03-16T21:57:49.753Z Compiling newtype-uuid v1.3.2
15922026-03-16T21:57:49.904Z Compiling darling v0.21.3
15932026-03-16T21:57:49.978Z Compiling document-features v0.2.12
15942026-03-16T21:57:50.120Z Compiling sec1 v0.7.3
15952026-03-16T21:57:50.187Z Compiling zerocopy v0.7.35
15962026-03-16T21:57:50.415Z Compiling num-iter v0.1.45
15972026-03-16T21:57:50.479Z Compiling group v0.13.0
15982026-03-16T21:57:50.824Z Compiling derive_builder v0.20.2
15992026-03-16T21:57:50.968Z Compiling rand v0.8.5
16002026-03-16T21:57:50.986Z Compiling oxnet v0.1.4
16012026-03-16T21:57:51.198Z Compiling tower-http v0.6.8
16022026-03-16T21:57:51.523Z Compiling tokio-native-tls v0.3.1
16032026-03-16T21:57:51.640Z Compiling proc-macro-error v1.0.4
16042026-03-16T21:57:51.729Z Compiling goblin v0.8.2
16052026-03-16T21:57:52.382Z Compiling heck v0.4.1
16062026-03-16T21:57:53.532Z Compiling phf_shared v0.13.1
16072026-03-16T21:57:53.575Z Compiling regex v1.12.3
16082026-03-16T21:57:53.575Z Compiling hubpack_derive v0.1.1
16092026-03-16T21:57:53.575Z Compiling lazy_static v1.5.0
16102026-03-16T21:57:53.575Z Compiling flate2 v1.1.9
16112026-03-16T21:57:53.575Z Compiling cargo-platform v0.1.9
16122026-03-16T21:57:53.592Z Compiling hkdf v0.12.4
16132026-03-16T21:57:53.592Z Compiling crypto-bigint v0.5.5
16142026-03-16T21:57:53.592Z Compiling ref-cast-impl v1.0.25
16152026-03-16T21:57:53.592Z Compiling daft-derive v0.1.5
16162026-03-16T21:57:53.592Z Compiling async-trait v0.1.89
16172026-03-16T21:57:53.614Z Compiling curve25519-dalek-derive v0.1.1
16182026-03-16T21:57:54.162Z Compiling strum_macros v0.27.2
16192026-03-16T21:57:54.489Z Compiling terminal_size v0.4.3
16202026-03-16T21:57:54.509Z Compiling vergen v9.0.6
16212026-03-16T21:57:54.659Z Compiling fs-err v3.3.0
16222026-03-16T21:57:54.753Z Compiling ahash v0.8.12
16232026-03-16T21:57:54.922Z Compiling winnow v0.5.40
16242026-03-16T21:57:55.003Z Compiling libbz2-rs-sys v0.2.2
16252026-03-16T21:57:55.031Z Compiling managed v0.8.0
16262026-03-16T21:57:55.365Z Compiling bitflags v1.3.2
16272026-03-16T21:57:55.419Z Compiling bumpalo v3.20.2
16282026-03-16T21:57:55.757Z Compiling foldhash v0.1.5
16292026-03-16T21:57:55.935Z Compiling object v0.37.3
16302026-03-16T21:57:55.981Z Compiling hashbrown v0.15.5
16312026-03-16T21:57:56.360Z Compiling zopfli v0.8.3
16322026-03-16T21:57:56.621Z Compiling bzip2 v0.6.1
16332026-03-16T21:57:56.728Z Compiling toml_edit v0.19.15
16342026-03-16T21:57:56.789Z Compiling clap_builder v4.5.60
16352026-03-16T21:57:56.876Z Compiling console v0.16.2
16362026-03-16T21:57:56.914Z Compiling strum v0.27.2
16372026-03-16T21:57:57.065Z Compiling elliptic-curve v0.13.8
16382026-03-16T21:57:57.466Z Compiling dof v0.3.0
16392026-03-16T21:57:57.681Z Compiling daft v0.1.5
16402026-03-16T21:57:58.060Z Compiling hubpack v0.1.2
16412026-03-16T21:57:58.139Z Compiling cargo_metadata v0.19.2
16422026-03-16T21:57:58.593Z Compiling phf v0.13.1
16432026-03-16T21:57:58.811Z Compiling zone_cfg_derive v0.3.1
16442026-03-16T21:57:59.661Z Compiling signal-hook-mio v0.2.5
16452026-03-16T21:57:59.818Z Compiling cookie_store v0.22.1
16462026-03-16T21:58:00.066Z Compiling zstd v0.13.3
16472026-03-16T21:58:00.557Z Compiling bzip2 v0.4.4
16482026-03-16T21:58:00.730Z Compiling rayon v1.11.0
16492026-03-16T21:58:00.826Z Compiling hyper-tls v0.6.0
16502026-03-16T21:58:01.116Z Compiling postgres-types v0.2.12
16512026-03-16T21:58:01.148Z Compiling serde_with_macros v3.17.0
16522026-03-16T21:58:01.243Z Compiling usdt-macro v0.6.0
16532026-03-16T21:58:01.873Z Compiling usdt-attr-macro v0.6.0
16542026-03-16T21:58:01.967Z Compiling ed25519 v2.2.3
16552026-03-16T21:58:02.268Z Compiling itertools v0.12.1
16562026-03-16T21:58:02.530Z Compiling dtrace-parser v0.2.0
16572026-03-16T21:58:02.724Z Compiling phf_shared v0.11.3
16582026-03-16T21:58:02.982Z Compiling bstr v1.12.1
16592026-03-16T21:58:03.001Z Compiling pkcs1 v0.7.5
16602026-03-16T21:58:03.209Z Compiling hex v0.4.3
16612026-03-16T21:58:03.245Z Compiling serde-big-array v0.5.1
16622026-03-16T21:58:03.427Z Compiling rfc6979 v0.4.0
16632026-03-16T21:58:03.570Z Compiling enum-as-inner v0.6.1
16642026-03-16T21:58:03.588Z Compiling strum_macros v0.26.4
16652026-03-16T21:58:03.588Z Compiling serde_repr v0.1.20
16662026-03-16T21:58:03.634Z Compiling clap_derive v4.5.55
16672026-03-16T21:58:03.885Z Compiling float-cmp v0.10.0
16682026-03-16T21:58:03.956Z Compiling memmap2 v0.9.10
16692026-03-16T21:58:04.073Z Compiling thread-id v4.2.2
16702026-03-16T21:58:04.178Z Compiling env_filter v1.0.0
16712026-03-16T21:58:04.234Z Compiling encoding_rs v0.8.35
16722026-03-16T21:58:04.254Z Compiling jiff v0.2.21
16732026-03-16T21:58:04.310Z Compiling precomputed-hash v0.1.1
16742026-03-16T21:58:04.421Z Compiling mime v0.3.17
16752026-03-16T21:58:04.582Z Compiling static_assertions v1.1.0
16762026-03-16T21:58:04.681Z Compiling rustc-hash v2.1.1
16772026-03-16T21:58:04.766Z Compiling whoami v2.1.0
16782026-03-16T21:58:04.836Z Compiling data-encoding v2.10.0
16792026-03-16T21:58:05.276Z Compiling unit-prefix v0.5.2
16802026-03-16T21:58:05.463Z Compiling keccak v0.1.6
16812026-03-16T21:58:05.779Z Compiling fixedbitset v0.5.7
16822026-03-16T21:58:05.809Z Compiling difflib v0.4.0
16832026-03-16T21:58:06.064Z Compiling fixedbitset v0.4.2
16842026-03-16T21:58:06.097Z Compiling predicates-core v1.0.10
16852026-03-16T21:58:06.190Z Compiling normalize-line-endings v0.3.0
16862026-03-16T21:58:06.301Z Compiling new_debug_unreachable v1.0.6
16872026-03-16T21:58:06.320Z Compiling predicates v3.1.4
16882026-03-16T21:58:06.339Z Compiling petgraph v0.6.5
16892026-03-16T21:58:06.356Z Compiling toml_edit v0.22.27
16902026-03-16T21:58:06.390Z Compiling string_cache v0.8.9
16912026-03-16T21:58:06.583Z Compiling clap v4.5.60
16922026-03-16T21:58:06.586Z Compiling strum v0.26.3
16932026-03-16T21:58:06.679Z Compiling petgraph v0.8.3
16942026-03-16T21:58:06.698Z Compiling sha3 v0.10.8
16952026-03-16T21:58:06.756Z Compiling indicatif v0.18.4
16962026-03-16T21:58:07.223Z Compiling hickory-proto v0.25.2
16972026-03-16T21:58:07.317Z Compiling tokio-postgres v0.7.16
16982026-03-16T21:58:07.919Z Compiling iddqd v0.3.17
16992026-03-16T21:58:08.471Z Compiling zip v4.6.1
17002026-03-16T21:58:09.414Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-16T21:58:09.473Z Compiling env_logger v0.11.9
17022026-03-16T21:58:09.780Z Compiling usdt-impl v0.5.0
17032026-03-16T21:58:09.954Z Compiling usdt v0.6.0
17042026-03-16T21:58:10.248Z Compiling zone v0.3.1
17052026-03-16T21:58:10.275Z Compiling similar v2.7.0
17062026-03-16T21:58:10.285Z Compiling ecdsa v0.16.9
17072026-03-16T21:58:10.333Z Compiling serde_with v3.17.0
17082026-03-16T21:58:10.574Z Compiling rsa v0.9.10
17092026-03-16T21:58:10.794Z Compiling ed25519-dalek v2.2.0
17102026-03-16T21:58:11.154Z Compiling crossterm v0.28.1
17112026-03-16T21:58:11.450Z Compiling zip v0.6.6
17122026-03-16T21:58:12.237Z Compiling toml v0.7.8
17132026-03-16T21:58:13.005Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-03-16T21:58:13.059Z Compiling itertools v0.13.0
17152026-03-16T21:58:13.133Z Compiling tokio-stream v0.1.18
17162026-03-16T21:58:13.266Z Compiling buf-list v1.1.2
17172026-03-16T21:58:13.624Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-03-16T21:58:13.753Z Compiling x509-cert v0.2.5
17192026-03-16T21:58:13.865Z Compiling openapiv3 v2.2.0
17202026-03-16T21:58:13.885Z Compiling sha1 v0.10.6
17212026-03-16T21:58:14.050Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-03-16T21:58:14.165Z Compiling lalrpop-util v0.19.12
17232026-03-16T21:58:14.411Z Compiling peg-runtime v0.8.5
17242026-03-16T21:58:14.434Z Compiling thread_local v1.1.9
17252026-03-16T21:58:14.742Z Compiling slog-async v2.8.0
17262026-03-16T21:58:14.745Z Compiling crossbeam-channel v0.5.15
17272026-03-16T21:58:14.779Z Compiling futures-executor v0.3.32
17282026-03-16T21:58:14.982Z Compiling filetime v0.2.27
17292026-03-16T21:58:15.106Z Compiling is-terminal v0.4.17
17302026-03-16T21:58:15.187Z Compiling xattr v1.6.1
17312026-03-16T21:58:15.206Z Compiling term v1.2.1
17322026-03-16T21:58:15.225Z Compiling take_mut v0.2.2
17332026-03-16T21:58:15.378Z Compiling tar v0.4.44
17342026-03-16T21:58:15.396Z Compiling futures v0.3.32
17352026-03-16T21:58:15.963Z Compiling slog-term v2.9.2
17362026-03-16T21:58:22.619Z Compiling rustls-webpki v0.103.9
17372026-03-16T21:58:26.596Z Compiling tokio-rustls v0.26.4
17382026-03-16T21:58:26.596Z Compiling rustls-platform-verifier v0.6.2
17392026-03-16T21:58:26.853Z Compiling hyper-rustls v0.27.7
17402026-03-16T21:58:27.114Z Compiling reqwest v0.13.2
17412026-03-16T21:58:27.133Z Compiling reqwest v0.12.28
17422026-03-16T21:58:30.049Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-03-16T21:58:30.346Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-03-16T21:58:34.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17452026-03-16T21:58:34.375Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-03-16T21:58:34.433ZMar 16 21:58:33.631 INFO Starting download, target: Cockroach
17472026-03-16T21:58:34.433ZMar 16 21:58:33.632 INFO Starting download, target: MaghemiteMgd
17482026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Starting download, target: TransceiverControl
17492026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Starting download, target: Clickhouse
17502026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Starting download, target: Console
17512026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Starting download, target: DendriteStub
17522026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-03-16T21:58:34.436ZMar 16 21:58:33.632 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-03-16T21:58:34.756ZMar 16 21:58:33.950 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-03-16T21:58:35.086ZMar 16 21:58:34.283 INFO Download complete, target: TransceiverControl
17602026-03-16T21:58:35.415ZMar 16 21:58:34.609 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-03-16T21:58:35.793ZMar 16 21:58:34.976 INFO Download complete, target: Console
17622026-03-16T21:58:35.992ZMar 16 21:58:35.183 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-03-16T21:58:36.322ZMar 16 21:58:35.519 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-03-16T21:58:36.353ZMar 16 21:58:35.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-03-16T21:58:36.743ZMar 16 21:58:35.941 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-03-16T21:58:36.743ZMar 16 21:58:35.941 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-03-16T21:58:39.574ZMar 16 21:58:38.772 INFO Download complete, target: DendriteStub
17682026-03-16T21:58:39.832ZMar 16 21:58:39.029 INFO Download complete, target: MaghemiteMgd
17692026-03-16T21:58:44.358ZMar 16 21:58:43.554 INFO Checking that binary works, target: Cockroach
17702026-03-16T21:58:44.477ZMar 16 21:58:43.674 INFO Download complete, target: Cockroach
17712026-03-16T21:58:47.396ZMar 16 21:58:46.592 INFO Checking that binary works, target: Clickhouse
17722026-03-16T21:58:47.509ZMar 16 21:58:46.704 INFO Download complete, target: Clickhouse
17732026-03-16T21:58:47.526ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-03-16T21:58:47.529Z
17752026-03-16T21:58:47.529Zreal 4:00.876375196
17762026-03-16T21:58:47.529Zuser 10:29.413289459
17772026-03-16T21:58:47.529Zsys 1:49.684553095
17782026-03-16T21:58:47.529Ztrap 0.318890738
17792026-03-16T21:58:47.529Ztflt 0.643522500
17802026-03-16T21:58:47.529Zdflt 0.593654456
17812026-03-16T21:58:47.529Zkflt 0.022751341
17822026-03-16T21:58:47.529Zlock 22:24.295832070
17832026-03-16T21:58:47.529Zslp 38:19.204437685
17842026-03-16T21:58:47.529Zlat 55.405727035
17852026-03-16T21:58:47.529Zstop 2:38.547486140
17862026-03-16T21:58:47.529Z+ banner clippy
17872026-03-16T21:58:47.532Z
17882026-03-16T21:58:47.532Z #### # # ##### ##### # #
17892026-03-16T21:58:47.532Z # # # # # # # # # #
17902026-03-16T21:58:47.532Z # # # # # # # #
17912026-03-16T21:58:47.532Z # # # ##### ##### #
17922026-03-16T21:58:47.532Z # # # # # # #
17932026-03-16T21:58:47.532Z #### ###### # # # #
17942026-03-16T21:58:47.532Z
17952026-03-16T21:58:47.532Z+ export CARGO_INCREMENTAL=0
17962026-03-16T21:58:47.532Z+ CARGO_INCREMENTAL=0
17972026-03-16T21:58:47.532Z+ ptime -m cargo xtask clippy
17982026-03-16T21:58:48.218Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-03-16T21:58:48.487Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-03-16T21:58:51.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18012026-03-16T21:58:51.154Z Running `target/debug/xtask clippy`
18022026-03-16T21:58:51.186Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-03-16T21:58:51.964Z Downloading crates ...
18042026-03-16T21:58:52.225Z Downloaded addr2line v0.25.1
18052026-03-16T21:58:52.228Z Downloaded anes v0.1.6
18062026-03-16T21:58:52.231Z Downloaded approx v0.5.1
18072026-03-16T21:58:52.235Z Downloaded plotters-backend v0.3.7
18082026-03-16T21:58:52.235Z Downloaded futures-timer v3.0.3
18092026-03-16T21:58:52.235Z Downloaded cargo_metadata v0.23.1
18102026-03-16T21:58:52.238Z Downloaded textwrap v0.15.2
18112026-03-16T21:58:52.254Z Downloaded event-listener-strategy v0.5.4
18122026-03-16T21:58:52.258Z Downloaded guppy-workspace-hack v0.1.0
18132026-03-16T21:58:52.258Z Downloaded event-listener v5.4.1
18142026-03-16T21:58:52.262Z Downloaded httptest v0.16.4
18152026-03-16T21:58:52.265Z Downloaded rustc-demangle v0.1.27
18162026-03-16T21:58:52.267Z Downloaded cast v0.3.0
18172026-03-16T21:58:52.270Z Downloaded supports-color v2.1.0
18182026-03-16T21:58:52.273Z Downloaded stringmetrics v2.2.2
18192026-03-16T21:58:52.273Z Downloaded knuffel-derive v3.2.0
18202026-03-16T21:58:52.278Z Downloaded plotters-svg v0.3.7
18212026-03-16T21:58:52.280Z Downloaded relative-path v1.9.3
18222026-03-16T21:58:52.285Z Downloaded supports-unicode v2.1.0
18232026-03-16T21:58:52.288Z Downloaded serde_regex v1.1.0
18242026-03-16T21:58:52.288Z Downloaded async-object-pool v0.2.0
18252026-03-16T21:58:52.288Z Downloaded parking v2.2.1
18262026-03-16T21:58:52.292Z Downloaded assert-json-diff v2.0.2
18272026-03-16T21:58:52.295Z Downloaded pathdiff v0.2.3
18282026-03-16T21:58:52.295Z Downloaded nested v0.1.1
18292026-03-16T21:58:52.300Z Downloaded assert_cmd v2.1.2
18302026-03-16T21:58:52.303Z Downloaded similar-asserts v1.7.0
18312026-03-16T21:58:52.305Z Downloaded oorandom v11.1.5
18322026-03-16T21:58:52.309Z Downloaded miette-derive v5.10.0
18332026-03-16T21:58:52.312Z Downloaded terminal_size v0.1.17
18342026-03-16T21:58:52.312Z Downloaded escape8259 v0.5.3
18352026-03-16T21:58:52.314Z Downloaded target-triple v1.0.0
18362026-03-16T21:58:52.317Z Downloaded supports-hyperlinks v2.1.0
18372026-03-16T21:58:52.319Z Downloaded linkme-impl v0.3.35
18382026-03-16T21:58:52.319Z Downloaded criterion-plot v0.6.0
18392026-03-16T21:58:52.319Z Downloaded backtrace-ext v0.2.1
18402026-03-16T21:58:52.322Z Downloaded rust-argon2 v2.1.0
18412026-03-16T21:58:52.325Z Downloaded cargo-platform v0.3.2
18422026-03-16T21:58:52.327Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18432026-03-16T21:58:52.327Z Downloaded owo-colors v3.5.0
18442026-03-16T21:58:52.330Z Downloaded linkme v0.3.35
18452026-03-16T21:58:52.330Z Downloaded target-lexicon v0.13.3
18462026-03-16T21:58:52.333Z Downloaded concurrent-queue v2.5.0
18472026-03-16T21:58:52.333Z Downloaded knuffel v3.2.0
18482026-03-16T21:58:52.336Z Downloaded libtest-mimic v0.8.1
18492026-03-16T21:58:52.339Z Downloaded tinytemplate v1.2.1
18502026-03-16T21:58:52.341Z Downloaded termcolor v1.4.1
18512026-03-16T21:58:52.341Z Downloaded datatest-stable v0.3.3
18522026-03-16T21:58:52.344Z Downloaded async-lock v3.4.2
18532026-03-16T21:58:52.347Z Downloaded constant_time_eq v0.3.1
18542026-03-16T21:58:52.349Z Downloaded partial-io v0.5.4
18552026-03-16T21:58:52.352Z Downloaded fancy-regex v0.14.0
18562026-03-16T21:58:52.355Z Downloaded toml v1.0.3+spec-1.1.0
18572026-03-16T21:58:52.359Z Downloaded trybuild v1.0.116
18582026-03-16T21:58:52.362Z Downloaded cfg-expr v0.20.6
18592026-03-16T21:58:52.364Z Downloaded target-spec v3.5.7
18602026-03-16T21:58:52.367Z Downloaded path-tree v0.8.3
18612026-03-16T21:58:52.367Z Downloaded blake2b_simd v1.0.4
18622026-03-16T21:58:52.370Z Downloaded rand_distr v0.5.1
18632026-03-16T21:58:52.377Z Downloaded criterion v0.7.0
18642026-03-16T21:58:52.382Z Downloaded rstest_macros v0.25.0
18652026-03-16T21:58:52.385Z Downloaded rstest v0.25.0
18662026-03-16T21:58:52.389Z Downloaded miette v5.10.0
18672026-03-16T21:58:52.391Z Downloaded backtrace v0.3.76
18682026-03-16T21:58:52.394Z Downloaded chumsky v0.9.3
18692026-03-16T21:58:52.398Z Downloaded guppy v0.17.25
18702026-03-16T21:58:52.402Z Downloaded hashbrown v0.14.5
18712026-03-16T21:58:52.406Z Downloaded plotters v0.3.7
18722026-03-16T21:58:52.418Z Downloaded gimli v0.32.3
18732026-03-16T21:58:52.518Z Downloaded httpmock v0.8.3
18742026-03-16T21:58:54.506Z Checking cfg-if v1.0.4
18752026-03-16T21:58:54.874Z Checking libc v0.2.180
18762026-03-16T21:58:54.877Z Checking serde_core v1.0.228
18772026-03-16T21:58:54.958Z Checking memchr v2.8.0
18782026-03-16T21:58:55.002Z Checking smallvec v1.15.1
18792026-03-16T21:58:55.046Z Checking log v0.4.29
18802026-03-16T21:58:55.046Z Checking itoa v1.0.17
18812026-03-16T21:58:55.134Z Checking zeroize v1.8.2
18822026-03-16T21:58:55.181Z Checking libm v0.2.16
18832026-03-16T21:58:55.258Z Checking scopeguard v1.2.0
18842026-03-16T21:58:55.305Z Checking stable_deref_trait v1.2.1
18852026-03-16T21:58:55.352Z Checking zmij v1.0.21
18862026-03-16T21:58:55.398Z Checking zerofrom v0.1.6
18872026-03-16T21:58:55.446Z Checking lock_api v0.4.14
18882026-03-16T21:58:55.493Z Checking percent-encoding v2.3.2
18892026-03-16T21:58:55.539Z Checking errno v0.3.14
18902026-03-16T21:58:55.539Z Checking getrandom v0.2.17
18912026-03-16T21:58:55.625Z Checking yoke v0.8.1
18922026-03-16T21:58:55.668Z Checking litemap v0.8.1
18932026-03-16T21:58:55.712Z Checking writeable v0.6.2
18942026-03-16T21:58:55.754Z Checking subtle v2.6.1
18952026-03-16T21:58:55.797Z Checking icu_properties_data v2.1.2
18962026-03-16T21:58:55.800Z Checking icu_normalizer_data v2.1.1
18972026-03-16T21:58:55.883Z Checking zerovec v0.11.5
18982026-03-16T21:58:55.932Z Checking zerotrie v0.2.3
18992026-03-16T21:58:55.977Z Checking rand_core v0.6.4
19002026-03-16T21:58:55.980Z Checking form_urlencoded v1.2.2
19012026-03-16T21:58:56.063Z Checking portable-atomic v1.13.1
19022026-03-16T21:58:56.066Z Checking utf8_iter v1.0.4
19032026-03-16T21:58:56.218Z Checking pin-project-lite v0.2.17
19042026-03-16T21:58:56.265Z Checking num-traits v0.2.19
19052026-03-16T21:58:56.265Z Checking critical-section v1.2.0
19062026-03-16T21:58:56.351Z Checking zerocopy v0.8.40
19072026-03-16T21:58:56.354Z Checking parking_lot_core v0.9.12
19082026-03-16T21:58:56.438Z Checking rand_core v0.10.0
19092026-03-16T21:58:56.483Z Checking signal-hook-registry v1.4.8
19102026-03-16T21:58:56.528Z Checking tinystr v0.8.2
19112026-03-16T21:58:56.650Z Checking potential_utf v0.1.4
19122026-03-16T21:58:56.695Z Checking parking_lot v0.12.5
19132026-03-16T21:58:56.698Z Checking once_cell v1.21.3
19142026-03-16T21:58:56.778Z Checking getrandom v0.4.1
19152026-03-16T21:58:56.822Z Checking icu_locale_core v2.1.1
19162026-03-16T21:58:56.865Z Checking icu_collections v2.1.1
19172026-03-16T21:58:56.967Z Checking mio v1.1.1
19182026-03-16T21:58:57.016Z Checking typenum v1.19.0
19192026-03-16T21:58:57.062Z Checking socket2 v0.6.2
19202026-03-16T21:58:57.116Z Checking iana-time-zone v0.1.65
19212026-03-16T21:58:57.162Z Checking serde v1.0.228
19222026-03-16T21:58:57.280Z Checking bitflags v2.11.0
19232026-03-16T21:58:57.324Z Checking serde_json v1.0.149
19242026-03-16T21:58:57.383Z Checking thiserror v2.0.18
19252026-03-16T21:58:57.433Z Checking allocator-api2 v0.2.21
19262026-03-16T21:58:57.529Z Checking uuid v1.21.0
19272026-03-16T21:58:57.574Z Checking semver v1.0.27
19282026-03-16T21:58:57.619Z Checking icu_provider v2.1.1
19292026-03-16T21:58:57.755Z Checking bytes v1.11.1
19302026-03-16T21:58:57.800Z Checking generic-array v0.14.7
19312026-03-16T21:58:57.843Z Checking chrono v0.4.44
19322026-03-16T21:58:57.889Z Checking futures-core v0.3.32
19332026-03-16T21:58:57.950Z Checking icu_normalizer v2.1.1
19342026-03-16T21:58:57.995Z Checking icu_properties v2.1.2
19352026-03-16T21:58:58.087Z Checking equivalent v1.0.2
19362026-03-16T21:58:58.241Z Checking dyn-clone v1.0.20
19372026-03-16T21:58:58.291Z Checking const-oid v0.9.6
19382026-03-16T21:58:58.392Z Checking tokio v1.49.0
19392026-03-16T21:58:58.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19402026-03-16T21:58:58.441Z Checking foldhash v0.2.0
19412026-03-16T21:58:58.524Z Checking crypto-common v0.1.7
19422026-03-16T21:58:58.666Z Checking hashbrown v0.16.1
19432026-03-16T21:58:58.711Z Checking block-buffer v0.10.4
19442026-03-16T21:58:58.840Z Checking futures-sink v0.3.32
19452026-03-16T21:58:58.918Z Checking rustix v1.1.3
19462026-03-16T21:58:59.001Z Checking byteorder v1.5.0
19472026-03-16T21:58:59.057Z Checking futures-channel v0.3.32
19482026-03-16T21:58:59.164Z Checking idna_adapter v1.2.1
19492026-03-16T21:58:59.306Z Checking futures-io v0.3.32
19502026-03-16T21:58:59.352Z Checking idna v1.1.0
19512026-03-16T21:58:59.355Z Checking digest v0.10.7
19522026-03-16T21:58:59.355Z Checking futures-task v0.3.32
19532026-03-16T21:58:59.476Z Checking slab v0.4.12
19542026-03-16T21:58:59.519Z Checking cpufeatures v0.2.17
19552026-03-16T21:58:59.640Z Checking indexmap v2.13.0
19562026-03-16T21:58:59.642Z Checking thiserror v1.0.69
19572026-03-16T21:58:59.725Z Checking futures-util v0.3.32
19582026-03-16T21:58:59.729Z Checking url v2.5.8
19592026-03-16T21:58:59.764Z Checking getrandom v0.3.4
19602026-03-16T21:58:59.852Z Checking fnv v1.0.7
19612026-03-16T21:59:00.004Z Checking regex-syntax v0.8.10
19622026-03-16T21:59:00.048Z Checking http v1.4.0
19632026-03-16T21:59:00.123Z Checking tracing-core v0.1.36
19642026-03-16T21:59:00.384Z Checking schemars v0.8.22
19652026-03-16T21:59:00.455Z Checking base64 v0.22.1
19662026-03-16T21:59:00.569Z Checking tracing v0.1.44
19672026-03-16T21:59:00.702Z Checking ppv-lite86 v0.2.21
19682026-03-16T21:59:00.806Z Checking unicode-ident v1.0.24
19692026-03-16T21:59:00.863Z Checking ipnet v2.11.0
19702026-03-16T21:59:00.924Z Checking utf8parse v0.2.2
19712026-03-16T21:59:00.997Z Checking anstyle v1.0.13
19722026-03-16T21:59:01.090Z Checking proc-macro2 v1.0.106
19732026-03-16T21:59:01.182Z Checking untrusted v0.9.0
19742026-03-16T21:59:01.259Z Checking anstyle-parse v0.2.7
19752026-03-16T21:59:01.304Z Checking aho-corasick v1.1.4
19762026-03-16T21:59:01.348Z Checking colorchoice v1.0.4
19772026-03-16T21:59:01.392Z Checking ring v0.17.14
19782026-03-16T21:59:01.486Z Checking base64ct v1.8.3
19792026-03-16T21:59:01.530Z Checking is_terminal_polyfill v1.70.2
19802026-03-16T21:59:01.573Z Checking quote v1.0.44
19812026-03-16T21:59:01.674Z Checking anstyle-query v1.1.5
19822026-03-16T21:59:01.825Z Checking anstream v0.6.21
19832026-03-16T21:59:01.870Z Checking syn v2.0.117
19842026-03-16T21:59:01.873Z Checking block-padding v0.3.3
19852026-03-16T21:59:01.873Z Checking terminal_size v0.4.3
19862026-03-16T21:59:02.082Z Checking rustls-pki-types v1.14.0
19872026-03-16T21:59:02.128Z Checking crossbeam-utils v0.8.21
19882026-03-16T21:59:02.170Z Checking inout v0.1.4
19892026-03-16T21:59:02.266Z Checking regex-automata v0.4.14
19902026-03-16T21:59:02.378Z Checking httparse v1.10.1
19912026-03-16T21:59:02.458Z Checking cipher v0.4.4
19922026-03-16T21:59:02.506Z Checking clap_lex v1.0.0
19932026-03-16T21:59:02.614Z Checking strsim v0.11.1
19942026-03-16T21:59:02.682Z Checking sha2 v0.10.9
19952026-03-16T21:59:02.733Z Checking pem-rfc7468 v0.7.0
19962026-03-16T21:59:02.787Z Checking http-body v1.0.1
19972026-03-16T21:59:02.791Z Checking rand_core v0.9.5
19982026-03-16T21:59:02.867Z Checking clap_builder v4.5.60
19992026-03-16T21:59:02.910Z Checking tokio-util v0.7.18
20002026-03-16T21:59:02.964Z Checking atomic-waker v1.1.2
20012026-03-16T21:59:03.011Z Checking hmac v0.12.1
20022026-03-16T21:59:03.069Z Checking httpdate v1.0.3
20032026-03-16T21:59:03.114Z Checking try-lock v0.2.5
20042026-03-16T21:59:03.157Z Checking ryu v1.0.23
20052026-03-16T21:59:03.213Z Checking pin-utils v0.1.0
20062026-03-16T21:59:03.271Z Checking want v0.3.1
20072026-03-16T21:59:03.316Z Checking flagset v0.4.7
20082026-03-16T21:59:03.357Z Checking tower-layer v0.3.3
20092026-03-16T21:59:03.403Z Checking tower-service v0.3.3
20102026-03-16T21:59:03.453Z Checking rand_chacha v0.9.0
20112026-03-16T21:59:03.507Z Checking der v0.7.10
20122026-03-16T21:59:03.576Z Checking erased-serde v0.3.31
20132026-03-16T21:59:03.593Z Checking spin v0.9.8
20142026-03-16T21:59:03.751Z Checking rand v0.9.2
20152026-03-16T21:59:03.797Z Checking h2 v0.4.13
20162026-03-16T21:59:03.875Z Checking anyhow v1.0.102
20172026-03-16T21:59:04.156Z Checking http-body-util v0.1.3
20182026-03-16T21:59:04.196Z Checking slog v2.8.2
20192026-03-16T21:59:04.407Z Checking aws-lc-sys v0.37.1
20202026-03-16T21:59:04.481Z Checking powerfmt v0.2.0
20212026-03-16T21:59:04.553Z Checking untrusted v0.7.1
20222026-03-16T21:59:04.599Z Checking openssl-probe v0.2.1
20232026-03-16T21:59:04.603Z Checking clap v4.5.60
20242026-03-16T21:59:04.709Z Checking deranged v0.5.8
20252026-03-16T21:59:04.752Z Checking num-conv v0.2.0
20262026-03-16T21:59:04.796Z Checking fastrand v2.3.0
20272026-03-16T21:59:04.834Z Checking num_threads v0.1.7
20282026-03-16T21:59:04.834Z Checking time-core v0.1.8
20292026-03-16T21:59:04.940Z Checking regex v1.12.3
20302026-03-16T21:59:04.992Z Checking spki v0.7.3
20312026-03-16T21:59:05.058Z Checking serde_urlencoded v0.7.1
20322026-03-16T21:59:05.105Z Checking pbkdf2 v0.12.2
20332026-03-16T21:59:05.195Z Checking aes v0.8.4
20342026-03-16T21:59:05.239Z Checking rand_chacha v0.3.1
20352026-03-16T21:59:05.282Z Checking unicode-width v0.2.0
20362026-03-16T21:59:05.340Z Checking aws-lc-rs v1.16.0
20372026-03-16T21:59:05.386Z Checking pretty-hex v0.4.1
20382026-03-16T21:59:05.389Z Checking cbc v0.1.2
20392026-03-16T21:59:05.538Z Checking rand v0.8.5
20402026-03-16T21:59:05.583Z Checking salsa20 v0.10.2
20412026-03-16T21:59:05.626Z Checking ipnetwork v0.21.1
20422026-03-16T21:59:05.669Z Checking tempfile v3.25.0
20432026-03-16T21:59:05.765Z Checking hex v0.4.3
20442026-03-16T21:59:05.809Z Checking scrypt v0.11.0
20452026-03-16T21:59:05.935Z Checking plain v0.2.3
20462026-03-16T21:59:05.979Z Checking rustls-native-certs v0.8.3
20472026-03-16T21:59:06.031Z Checking pkcs5 v0.7.1
20482026-03-16T21:59:06.098Z Checking sync_wrapper v1.0.2
20492026-03-16T21:59:06.143Z Checking time v0.3.47
20502026-03-16T21:59:06.145Z Checking camino v1.2.2
20512026-03-16T21:59:06.227Z Checking mime v0.3.17
20522026-03-16T21:59:06.273Z Checking ucd-trie v0.1.7
20532026-03-16T21:59:06.315Z Checking tower v0.5.3
20542026-03-16T21:59:06.411Z Checking pkcs8 v0.10.2
20552026-03-16T21:59:06.471Z Checking pest v2.8.6
20562026-03-16T21:59:06.515Z Checking webpki-roots v1.0.6
20572026-03-16T21:59:06.559Z Checking rustls-webpki v0.103.9
20582026-03-16T21:59:06.604Z Checking iri-string v0.7.10
20592026-03-16T21:59:06.671Z Checking either v1.15.0
20602026-03-16T21:59:06.715Z Checking openapiv3 v2.2.0
20612026-03-16T21:59:06.871Z Checking foreign-types-shared v0.1.1
20622026-03-16T21:59:06.957Z Checking openssl-sys v0.9.111
20632026-03-16T21:59:07.012Z Checking foreign-types v0.3.2
20642026-03-16T21:59:07.131Z Checking encoding_rs v0.8.35
20652026-03-16T21:59:07.175Z Checking rustls v0.23.37
20662026-03-16T21:59:07.501Z Checking hyper v1.8.1
20672026-03-16T21:59:07.760Z Checking winnow v0.7.14
20682026-03-16T21:59:07.805Z Checking openssl v0.10.75
20692026-03-16T21:59:08.037Z Checking oxnet v0.1.4
20702026-03-16T21:59:08.123Z Checking tower-http v0.6.8
20712026-03-16T21:59:08.385Z Checking lazy_static v1.5.0
20722026-03-16T21:59:08.438Z Checking static_assertions v1.1.0
20732026-03-16T21:59:08.532Z Checking signature v2.2.0
20742026-03-16T21:59:08.579Z Checking simd-adler32 v0.3.8
20752026-03-16T21:59:08.581Z Checking hubpack v0.1.2
20762026-03-16T21:59:08.581Z Checking adler2 v2.0.1
20772026-03-16T21:59:08.731Z Checking strum v0.26.3
20782026-03-16T21:59:08.792Z Checking hyper-util v0.1.20
20792026-03-16T21:59:08.827Z Checking sha1 v0.10.6
20802026-03-16T21:59:08.872Z Checking miniz_oxide v0.8.9
20812026-03-16T21:59:08.876Z Checking data-encoding v2.10.0
20822026-03-16T21:59:08.957Z Checking tinyvec_macros v0.1.1
20832026-03-16T21:59:09.064Z Checking toml_datetime v0.6.11
20842026-03-16T21:59:09.109Z Checking tinyvec v1.10.0
20852026-03-16T21:59:09.309Z Checking serde_spanned v0.6.9
20862026-03-16T21:59:09.354Z Checking num-integer v0.1.46
20872026-03-16T21:59:09.400Z Checking scroll v0.13.0
20882026-03-16T21:59:09.445Z Checking base16ct v0.2.0
20892026-03-16T21:59:09.503Z Checking bit-vec v0.8.0
20902026-03-16T21:59:09.574Z Checking crossbeam-epoch v0.9.18
20912026-03-16T21:59:09.642Z Checking sec1 v0.7.3
20922026-03-16T21:59:09.688Z Checking crc32fast v1.5.0
20932026-03-16T21:59:09.737Z Checking goblin v0.10.5
20942026-03-16T21:59:09.791Z Checking bit-set v0.8.0
20952026-03-16T21:59:09.902Z Checking ff v0.13.1
20962026-03-16T21:59:09.906Z Checking wait-timeout v0.2.1
20972026-03-16T21:59:09.988Z Checking memmap2 v0.9.10
20982026-03-16T21:59:10.032Z Checking num-iter v0.1.45
20992026-03-16T21:59:10.094Z Checking group v0.13.0
21002026-03-16T21:59:10.139Z Checking dtrace-parser v0.3.0
21012026-03-16T21:59:10.204Z Checking bstr v1.12.1
21022026-03-16T21:59:10.249Z Checking hkdf v0.12.4
21032026-03-16T21:59:10.318Z Checking ahash v0.8.12
21042026-03-16T21:59:10.448Z Checking crypto-bigint v0.5.5
21052026-03-16T21:59:10.495Z Checking scroll v0.12.0
21062026-03-16T21:59:10.497Z Checking tokio-rustls v0.26.4
21072026-03-16T21:59:10.580Z Checking thread-id v5.1.0
21082026-03-16T21:59:10.625Z Checking quick-error v1.2.3
21092026-03-16T21:59:10.673Z Checking native-tls v0.2.18
21102026-03-16T21:59:10.719Z Checking rand_xorshift v0.4.0
21112026-03-16T21:59:10.782Z Checking zerocopy v0.7.35
21122026-03-16T21:59:10.785Z Checking rusty-fork v0.3.1
21132026-03-16T21:59:10.871Z Checking hyper-rustls v0.27.7
21142026-03-16T21:59:10.879Z Checking goblin v0.8.2
21152026-03-16T21:59:10.966Z Checking tokio-native-tls v0.3.1
21162026-03-16T21:59:10.969Z Checking unarray v0.1.4
21172026-03-16T21:59:11.051Z Checking num-bigint-dig v0.8.6
21182026-03-16T21:59:11.168Z Checking proptest v1.10.0
21192026-03-16T21:59:11.213Z Checking hyper-tls v0.6.0
21202026-03-16T21:59:11.216Z Checking dtrace-parser v0.2.0
21212026-03-16T21:59:11.464Z Checking reqwest v0.12.28
21222026-03-16T21:59:11.578Z Checking pkcs1 v0.7.5
21232026-03-16T21:59:11.621Z Checking x509-cert v0.2.5
21242026-03-16T21:59:11.885Z Checking thread-id v4.2.2
21252026-03-16T21:59:12.018Z Checking unicode-segmentation v1.12.0
21262026-03-16T21:59:12.080Z Checking elliptic-curve v0.13.8
21272026-03-16T21:59:12.228Z Checking zlib-rs v0.6.2
21282026-03-16T21:59:12.466Z Checking rsa v0.9.10
21292026-03-16T21:59:12.531Z Checking crossbeam-deque v0.8.6
21302026-03-16T21:59:12.576Z Checking rfc6979 v0.4.0
21312026-03-16T21:59:12.641Z Checking toml_write v0.1.2
21322026-03-16T21:59:12.755Z Checking ecdsa v0.16.9
21332026-03-16T21:59:12.800Z Checking toml_parser v1.0.9+spec-1.1.0
21342026-03-16T21:59:12.887Z Checking toml_edit v0.22.27
21352026-03-16T21:59:13.117Z Checking curve25519-dalek v4.1.3
21362026-03-16T21:59:13.161Z Checking dof v0.4.0
21372026-03-16T21:59:13.234Z Checking rustix v0.38.44
21382026-03-16T21:59:13.280Z Checking env_filter v1.0.0
21392026-03-16T21:59:13.488Z Checking flate2 v1.1.9
21402026-03-16T21:59:13.533Z Checking psl-types v2.0.11
21412026-03-16T21:59:13.715Z Checking keccak v0.1.6
21422026-03-16T21:59:13.760Z Checking dof v0.3.0
21432026-03-16T21:59:13.763Z Checking newtype-uuid v1.3.2
21442026-03-16T21:59:13.922Z Checking publicsuffix v2.3.0
21452026-03-16T21:59:13.971Z Checking sha3 v0.10.8
21462026-03-16T21:59:14.092Z Checking daft v0.1.5
21472026-03-16T21:59:14.161Z Checking usdt-impl v0.6.0
21482026-03-16T21:59:14.163Z Checking usdt-impl v0.5.0
21492026-03-16T21:59:14.163Z Checking env_logger v0.11.9
21502026-03-16T21:59:14.290Z Checking ed25519 v2.2.3
21512026-03-16T21:59:14.294Z Checking cookie v0.18.1
21522026-03-16T21:59:14.393Z Checking itertools v0.13.0
21532026-03-16T21:59:14.439Z Checking serde_with v3.17.0
21542026-03-16T21:59:14.485Z Checking bitflags v1.3.2
21552026-03-16T21:59:14.493Z Checking siphasher v1.0.2
21562026-03-16T21:59:14.571Z Checking usdt v0.6.0
21572026-03-16T21:59:14.619Z Checking ed25519-dalek v2.2.0
21582026-03-16T21:59:14.622Z Checking cookie_store v0.22.1
21592026-03-16T21:59:14.622Z Checking rustls-platform-verifier v0.6.2
21602026-03-16T21:59:14.746Z Checking unicode-normalization v0.1.25
21612026-03-16T21:59:14.790Z Checking toml_datetime v0.7.5+spec-1.1.0
21622026-03-16T21:59:14.834Z Checking signal-hook v0.3.18
21632026-03-16T21:59:14.880Z Checking managed v0.8.0
21642026-03-16T21:59:14.954Z Checking winnow v0.5.40
21652026-03-16T21:59:15.081Z Checking rayon-core v1.13.0
21662026-03-16T21:59:15.144Z Checking bzip2-sys v0.1.13+1.0.8
21672026-03-16T21:59:15.172Z Checking reqwest v0.13.2
21682026-03-16T21:59:15.175Z Checking object v0.37.3
21692026-03-16T21:59:15.267Z Checking foldhash v0.1.5
21702026-03-16T21:59:15.319Z Checking bzip2 v0.4.4
21712026-03-16T21:59:15.473Z Checking hashbrown v0.15.5
21722026-03-16T21:59:15.539Z Checking signal-hook-mio v0.2.5
21732026-03-16T21:59:15.584Z Checking ref-cast v1.0.25
21742026-03-16T21:59:15.716Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-03-16T21:59:15.761Z Checking zip v0.6.6
21762026-03-16T21:59:15.862Z Checking bumpalo v3.20.2
21772026-03-16T21:59:15.912Z Checking zstd-safe v7.2.4
21782026-03-16T21:59:16.163Z Checking libbz2-rs-sys v0.2.2
21792026-03-16T21:59:16.166Z Checking zstd v0.13.3
21802026-03-16T21:59:16.166Z Checking zopfli v0.8.3
21812026-03-16T21:59:16.289Z Checking crossterm v0.28.1
21822026-03-16T21:59:16.404Z Checking rayon v1.11.0
21832026-03-16T21:59:16.471Z Checking similar v2.7.0
21842026-03-16T21:59:16.516Z Checking fs-err v3.3.0
21852026-03-16T21:59:16.599Z Checking toml_edit v0.19.15
21862026-03-16T21:59:16.712Z Checking hash32 v0.2.1
21872026-03-16T21:59:16.756Z Checking bzip2 v0.6.1
21882026-03-16T21:59:16.933Z Checking serde-big-array v0.5.1
21892026-03-16T21:59:16.978Z Checking unicode-bidi v0.3.18
21902026-03-16T21:59:17.022Z Checking jiff v0.2.21
21912026-03-16T21:59:17.025Z Checking unicode-properties v0.1.4
21922026-03-16T21:59:17.133Z Checking predicates-core v1.0.10
21932026-03-16T21:59:17.303Z Checking heapless v0.7.17
21942026-03-16T21:59:17.349Z Checking hickory-proto v0.25.2
21952026-03-16T21:59:17.352Z Checking tokio-stream v0.1.18
21962026-03-16T21:59:17.434Z Checking stringprep v0.1.5
21972026-03-16T21:59:17.665Z Checking md-5 v0.10.6
21982026-03-16T21:59:17.880Z Checking float-cmp v0.10.0
21992026-03-16T21:59:17.925Z Checking fallible-iterator v0.2.0
22002026-03-16T21:59:17.969Z Checking rustc-hash v2.1.1
22012026-03-16T21:59:18.040Z Checking toml v0.7.8
22022026-03-16T21:59:18.087Z Checking normalize-line-endings v0.3.0
22032026-03-16T21:59:18.143Z Checking difflib v0.4.0
22042026-03-16T21:59:18.232Z Checking iddqd v0.3.17
22052026-03-16T21:59:18.323Z Checking postgres-protocol v0.6.10
22062026-03-16T21:59:18.412Z Checking predicates v3.1.4
22072026-03-16T21:59:18.482Z Checking smoltcp v0.9.1
22082026-03-16T21:59:18.527Z Checking phf_shared v0.11.3
22092026-03-16T21:59:18.695Z Checking phf_shared v0.13.1
22102026-03-16T21:59:18.749Z Checking itertools v0.12.1
22112026-03-16T21:59:18.794Z Checking console v0.16.2
22122026-03-16T21:59:18.846Z Checking buf-list v1.1.2
22132026-03-16T21:59:19.009Z Checking strum v0.27.2
22142026-03-16T21:59:19.119Z Checking new_debug_unreachable v1.0.6
22152026-03-16T21:59:19.183Z Checking unit-prefix v0.5.2
22162026-03-16T21:59:19.229Z Checking fixedbitset v0.5.7
22172026-03-16T21:59:19.272Z Checking precomputed-hash v0.1.1
22182026-03-16T21:59:19.335Z Checking lalrpop-util v0.19.12
22192026-03-16T21:59:19.380Z Checking fixedbitset v0.4.2
22202026-03-16T21:59:19.426Z Checking string_cache v0.8.9
22212026-03-16T21:59:19.429Z Checking indicatif v0.18.4
22222026-03-16T21:59:19.517Z Checking petgraph v0.8.3
22232026-03-16T21:59:19.576Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22242026-03-16T21:59:19.620Z Checking petgraph v0.6.5
22252026-03-16T21:59:19.669Z Checking phf v0.13.1
22262026-03-16T21:59:19.902Z Checking postgres-types v0.2.12
22272026-03-16T21:59:19.997Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-16T21:59:20.178Z Checking zone v0.3.1
22292026-03-16T21:59:20.223Z Checking zip v4.6.1
22302026-03-16T21:59:20.364Z Checking whoami v2.1.0
22312026-03-16T21:59:20.414Z Checking peg-runtime v0.8.5
22322026-03-16T21:59:20.673Z Checking tokio-postgres v0.7.16
22332026-03-16T21:59:20.718Z Checking futures-executor v0.3.32
22342026-03-16T21:59:20.769Z Checking is-terminal v0.4.17
22352026-03-16T21:59:20.930Z Checking crossbeam-channel v0.5.15
22362026-03-16T21:59:20.974Z Checking futures v0.3.32
22372026-03-16T21:59:21.028Z Checking thread_local v1.1.9
22382026-03-16T21:59:21.108Z Checking take_mut v0.2.2
22392026-03-16T21:59:21.217Z Checking term v1.2.1
22402026-03-16T21:59:21.271Z Checking regress v0.10.5
22412026-03-16T21:59:21.274Z Compiling rustls v0.22.4
22422026-03-16T21:59:21.413Z Checking slog-async v2.8.0
22432026-03-16T21:59:21.459Z Compiling newtype-uuid-macros v0.1.0
22442026-03-16T21:59:21.547Z Checking slog-term v2.9.2
22452026-03-16T21:59:21.651Z Compiling structmeta-derive v0.3.0
22462026-03-16T21:59:21.697Z Compiling multer v3.1.0
22472026-03-16T21:59:21.743Z Compiling async-stream-impl v0.3.6
22482026-03-16T21:59:21.932Z Compiling dropshot v0.16.7
22492026-03-16T21:59:22.082Z Compiling dropshot_endpoint v0.16.7
22502026-03-16T21:59:22.319Z Checking match_cfg v0.1.0
22512026-03-16T21:59:22.364Z Checking slog-json v2.6.1
22522026-03-16T21:59:22.443Z Checking hostname v0.3.1
22532026-03-16T21:59:22.537Z Checking debug-ignore v1.0.5
22542026-03-16T21:59:22.594Z Checking serde_spanned v1.0.4
22552026-03-16T21:59:22.597Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-03-16T21:59:22.597Z Checking slog-bunyan v2.5.0
22572026-03-16T21:59:22.723Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-03-16T21:59:22.810Z Checking rustls-webpki v0.102.8
22592026-03-16T21:59:22.856Z Checking serde_path_to_error v0.1.20
22602026-03-16T21:59:22.911Z Checking toml v0.9.12+spec-1.1.0
22612026-03-16T21:59:22.962Z Checking async-stream v0.3.6
22622026-03-16T21:59:23.202Z Compiling structmeta v0.3.0
22632026-03-16T21:59:23.267Z Checking progenitor-client v0.13.0
22642026-03-16T21:59:23.312Z Checking waitgroup v0.1.2
22652026-03-16T21:59:23.352Z Checking rustls-pemfile v2.2.0
22662026-03-16T21:59:23.464Z Checking hostname v0.4.2
22672026-03-16T21:59:23.467Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682026-03-16T21:59:23.551Z Compiling derive-ex v0.1.8
22692026-03-16T21:59:23.595Z Compiling parse-display-derive v0.10.0
22702026-03-16T21:59:23.639Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-03-16T21:59:23.643Z Checking itertools v0.14.0
22722026-03-16T21:59:23.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22732026-03-16T21:59:23.894Z Checking macaddr v1.0.1
22742026-03-16T21:59:24.055Z Checking progenitor-client v0.10.0
22752026-03-16T21:59:24.160Z Checking instant v0.1.13
22762026-03-16T21:59:24.307Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-16T21:59:24.352Z Checking backoff v0.4.0
22782026-03-16T21:59:24.397Z Checking backon v1.6.0
22792026-03-16T21:59:24.476Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22802026-03-16T21:59:24.610Z Checking heck v0.5.0
22812026-03-16T21:59:24.652Z Checking progenitor-extras v0.1.1
22822026-03-16T21:59:24.800Z Checking camino-tempfile v1.4.1
22832026-03-16T21:59:25.039Z Checking toml v0.8.23
22842026-03-16T21:59:25.131Z Compiling cfg_aliases v0.2.1
22852026-03-16T21:59:25.175Z Compiling memoffset v0.9.1
22862026-03-16T21:59:25.261Z Compiling toml_edit v0.23.10+spec-1.0.0
22872026-03-16T21:59:25.396Z Checking tokio-rustls v0.25.0
22882026-03-16T21:59:25.526Z Compiling crucible-workspace-hack v0.1.0
22892026-03-16T21:59:25.777Z Checking secrecy v0.10.3
22902026-03-16T21:59:25.908Z Compiling test-strategy v0.4.5
22912026-03-16T21:59:26.010Z Checking glob v0.3.3
22922026-03-16T21:59:26.053Z Checking parse-display v0.10.0
22932026-03-16T21:59:26.096Z Compiling proc-macro-crate v3.4.0
22942026-03-16T21:59:26.272Z Compiling heapless v0.8.0
22952026-03-16T21:59:26.315Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22962026-03-16T21:59:26.699Z Checking tabwriter v1.4.1
22972026-03-16T21:59:26.785Z Compiling ingot-macros v0.1.1
22982026-03-16T21:59:26.851Z Checking hash32 v0.3.1
22992026-03-16T21:59:26.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23002026-03-16T21:59:26.949Z Compiling smoltcp v0.11.0
23012026-03-16T21:59:26.993Z Compiling convert_case v0.4.0
23022026-03-16T21:59:27.050Z Compiling unsafe-libyaml v0.2.11
23032026-03-16T21:59:27.499Z Compiling num_enum_derive v0.7.5
23042026-03-16T21:59:27.543Z Compiling derive_more v0.99.20
23052026-03-16T21:59:27.806Z Compiling serde_yaml v0.9.34+deprecated
23062026-03-16T21:59:28.032Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23072026-03-16T21:59:28.091Z Checking cobs v0.3.0
23082026-03-16T21:59:28.305Z Compiling foreign-types-macros v0.2.3
23092026-03-16T21:59:28.348Z Checking cpufeatures v0.3.0
23102026-03-16T21:59:28.477Z Checking foreign-types-shared v0.3.1
23112026-03-16T21:59:28.557Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-16T21:59:28.625Z Checking chacha20 v0.10.0
23132026-03-16T21:59:28.937Z Checking postcard v1.1.3
23142026-03-16T21:59:29.025Z Checking num_enum v0.7.5
23152026-03-16T21:59:29.132Z Checking foreign-types v0.5.0
23162026-03-16T21:59:29.362Z Compiling proc-macro-crate v1.3.1
23172026-03-16T21:59:29.404Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23182026-03-16T21:59:29.448Z Checking sigpipe v0.1.3
23192026-03-16T21:59:29.583Z Checking cstr-argument v0.1.2
23202026-03-16T21:59:29.719Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-03-16T21:59:29.770Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23222026-03-16T21:59:29.921Z Checking colored v3.1.1
23232026-03-16T21:59:29.965Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23242026-03-16T21:59:30.159Z Compiling num_enum_derive v0.5.11
23252026-03-16T21:59:30.217Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-03-16T21:59:30.320Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-03-16T21:59:30.364Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-03-16T21:59:30.472Z Checking rand v0.10.0
23292026-03-16T21:59:30.533Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-16T21:59:30.578Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312026-03-16T21:59:30.692Z Checking ingot-types v0.1.2
23322026-03-16T21:59:30.737Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23332026-03-16T21:59:30.845Z Compiling nix v0.30.1
23342026-03-16T21:59:30.965Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23352026-03-16T21:59:31.177Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23362026-03-16T21:59:31.272Z Checking smf v0.2.3
23372026-03-16T21:59:31.315Z Checking ingot v0.1.1
23382026-03-16T21:59:31.478Z Compiling num-derive v0.4.2
23392026-03-16T21:59:31.482Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-03-16T21:59:31.612Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23412026-03-16T21:59:34.858Z Checking num_enum v0.5.11
23422026-03-16T21:59:34.910Z Checking whoami v1.6.1
23432026-03-16T21:59:34.910Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-03-16T21:59:34.910Z Compiling typify-impl v0.6.1
23452026-03-16T21:59:34.910Z Checking half v2.7.1
23462026-03-16T21:59:34.910Z Checking ciborium-io v0.2.2
23472026-03-16T21:59:34.910Z Checking indent_write v2.2.0
23482026-03-16T21:59:34.910Z Checking ciborium-ll v0.2.2
23492026-03-16T21:59:34.910Z Checking universal-hash v0.5.1
23502026-03-16T21:59:34.910Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-03-16T21:59:34.910Z Checking ciborium v0.2.2
23522026-03-16T21:59:34.910Z Checking opaque-debug v0.3.1
23532026-03-16T21:59:34.910Z Checking aead v0.5.2
23542026-03-16T21:59:34.910Z Checking swrite v0.1.0
23552026-03-16T21:59:34.910Z Checking poly1305 v0.8.0
23562026-03-16T21:59:34.910Z Checking chacha20 v0.9.1
23572026-03-16T21:59:34.910Z Checking unicode-width v0.1.14
23582026-03-16T21:59:34.918Z Compiling thiserror-impl-no-std v2.0.2
23592026-03-16T21:59:34.918Z Checking password-hash v0.5.0
23602026-03-16T21:59:34.918Z Checking blake2 v0.10.6
23612026-03-16T21:59:34.918Z Compiling usdt-attr-macro v0.5.0
23622026-03-16T21:59:34.918Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23632026-03-16T21:59:34.918Z Compiling usdt-macro v0.5.0
23642026-03-16T21:59:34.918Z Checking memmap v0.7.0
23652026-03-16T21:59:34.918Z Checking argon2 v0.5.3
23662026-03-16T21:59:34.919Z Checking chacha20poly1305 v0.10.1
23672026-03-16T21:59:34.919Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-16T21:59:34.919Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-16T21:59:34.919Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23702026-03-16T21:59:34.919Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23712026-03-16T21:59:34.919Z Checking usdt v0.5.0
23722026-03-16T21:59:34.919Z Compiling derive-where v1.6.0
23732026-03-16T21:59:34.961Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23742026-03-16T21:59:36.316Z Checking atomicwrites v0.4.4
23752026-03-16T21:59:36.322Z Checking tokio-dtrace v0.1.1
23762026-03-16T21:59:36.322Z Checking thiserror-no-std v2.0.2
23772026-03-16T21:59:36.322Z Checking console v0.15.11
23782026-03-16T21:59:36.322Z Checking vsss-rs v3.3.4
23792026-03-16T21:59:36.322Z Checking oxide-tokio-rt v0.1.2
23802026-03-16T21:59:36.322Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23812026-03-16T21:59:36.322Z Checking newline-converter v0.3.0
23822026-03-16T21:59:36.322Z Compiling prettyplease v0.2.37
23832026-03-16T21:59:36.322Z Checking bytecount v0.6.9
23842026-03-16T21:59:36.322Z Checking expectorate v1.2.0
23852026-03-16T21:59:36.322Z Compiling owo-colors v4.3.0
23862026-03-16T21:59:36.322Z Compiling cancel-safe-futures v0.1.5
23872026-03-16T21:59:36.322Z Checking libsw-core v0.3.2
23882026-03-16T21:59:36.322Z Checking libsw v3.5.0
23892026-03-16T21:59:36.943Z Checking linear-map v1.2.0
23902026-03-16T21:59:36.946Z Checking same-file v1.0.6
23912026-03-16T21:59:36.947Z Checking num-rational v0.4.2
23922026-03-16T21:59:36.947Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23932026-03-16T21:59:36.947Z Checking num-complex v0.4.6
23942026-03-16T21:59:36.947Z Checking float-ord v0.3.2
23952026-03-16T21:59:36.956Z Checking walkdir v2.5.0
23962026-03-16T21:59:36.999Z Compiling typify-impl v0.4.3
23972026-03-16T21:59:37.110Z Checking gethostname v0.5.0
23982026-03-16T21:59:38.329Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23992026-03-16T21:59:38.361Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24002026-03-16T21:59:38.361Z Checking num v0.4.3
24012026-03-16T21:59:38.361Z Compiling async-recursion v1.1.1
24022026-03-16T21:59:38.361Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24032026-03-16T21:59:38.756Z Compiling typify-macro v0.6.1
24042026-03-16T21:59:39.393Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24052026-03-16T21:59:39.951Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24062026-03-16T21:59:40.000Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24072026-03-16T21:59:40.646Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24082026-03-16T21:59:40.834Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24092026-03-16T21:59:40.912Z Compiling typify v0.6.1
24102026-03-16T21:59:41.093Z Compiling progenitor-impl v0.13.0
24112026-03-16T21:59:42.708Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24122026-03-16T21:59:43.517Z Compiling typify-macro v0.4.3
24132026-03-16T21:59:43.573Z Checking unicode-linebreak v0.1.5
24142026-03-16T21:59:43.790Z Checking smawk v0.3.2
24152026-03-16T21:59:43.891Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-03-16T21:59:43.934Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24172026-03-16T21:59:43.989Z Checking globset v0.4.18
24182026-03-16T21:59:44.474Z Compiling convert_case v0.10.0
24192026-03-16T21:59:44.904Z Compiling progenitor-macro v0.13.0
24202026-03-16T21:59:45.248Z Compiling slog-dtrace v0.3.0
24212026-03-16T21:59:45.538Z Checking resolv-conf v0.7.6
24222026-03-16T21:59:45.727Z Compiling derive_more-impl v2.1.1
24232026-03-16T21:59:45.911Z Compiling typify v0.4.3
24242026-03-16T21:59:46.187Z Compiling pin-project-internal v1.1.11
24252026-03-16T21:59:46.232Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-16T21:59:46.537Z Checking pem v3.0.6
24272026-03-16T21:59:46.782Z Checking fd-lock v4.0.4
24282026-03-16T21:59:46.909Z Checking derive_more v2.1.1
24292026-03-16T21:59:46.979Z Checking vte v0.14.1
24302026-03-16T21:59:47.023Z Checking display-error-chain v0.2.2
24312026-03-16T21:59:47.066Z Checking crossterm v0.29.0
24322026-03-16T21:59:47.207Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-16T21:59:47.268Z Checking strip-ansi-escapes v0.2.1
24342026-03-16T21:59:47.423Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-16T21:59:47.535Z Compiling snafu-derive v0.8.9
24362026-03-16T21:59:47.821Z Checking pin-project v1.1.11
24372026-03-16T21:59:47.865Z Checking nu-ansi-term v0.50.3
24382026-03-16T21:59:47.982Z Checking linked-hash-map v0.5.6
24392026-03-16T21:59:48.182Z Checking termtree v0.5.1
24402026-03-16T21:59:48.243Z Checking lru-cache v0.1.2
24412026-03-16T21:59:48.288Z Checking reedline v0.40.0
24422026-03-16T21:59:48.398Z Compiling progenitor-impl v0.11.2
24432026-03-16T21:59:48.442Z Checking textwrap v0.16.2
24442026-03-16T21:59:48.755Z Checking olpc-cjson v0.1.4
24452026-03-16T21:59:48.975Z Checking hickory-proto v0.24.4
24462026-03-16T21:59:49.907Z Checking serde_plain v1.0.2
24472026-03-16T21:59:49.950Z Checking typed-path v0.9.3
24482026-03-16T21:59:50.137Z Compiling minimal-lexical v0.2.1
24492026-03-16T21:59:50.270Z Checking snafu v0.8.9
24502026-03-16T21:59:50.505Z Compiling nom v7.1.3
24512026-03-16T21:59:51.096Z Checking tough v0.20.0
24522026-03-16T21:59:51.504Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-03-16T21:59:51.910Z Checking progenitor-client v0.11.2
24542026-03-16T21:59:51.957Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24552026-03-16T21:59:52.072Z Checking progenitor v0.13.0
24562026-03-16T21:59:52.148Z Compiling progenitor-macro v0.11.2
24572026-03-16T21:59:52.248Z Checking nibble_vec v0.1.0
24582026-03-16T21:59:52.296Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24592026-03-16T21:59:52.296Z Checking endian-type v0.1.2
24602026-03-16T21:59:52.422Z Checking hickory-resolver v0.24.4
24612026-03-16T21:59:52.465Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622026-03-16T21:59:52.511Z Checking radix_trie v0.2.1
24632026-03-16T21:59:52.824Z Compiling ar_archive_writer v0.5.1
24642026-03-16T21:59:53.236Z Checking humantime v2.3.0
24652026-03-16T21:59:53.281Z Checking csv-core v0.1.13
24662026-03-16T21:59:53.414Z Checking qorb v0.4.1
24672026-03-16T21:59:53.508Z Checking base64 v0.21.7
24682026-03-16T21:59:53.555Z Checking csv v1.4.0
24692026-03-16T21:59:53.869Z Compiling stacker v0.1.23
24702026-03-16T21:59:53.912Z Compiling cfg_aliases v0.1.1
24712026-03-16T21:59:54.090Z Compiling psm v0.1.30
24722026-03-16T21:59:54.130Z Checking highway v1.3.0
24732026-03-16T21:59:54.317Z Compiling nix v0.28.0
24742026-03-16T21:59:54.472Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-16T21:59:54.854Z Checking papergrid v0.11.0
24762026-03-16T21:59:55.022Z Compiling tabled_derive v0.7.0
24772026-03-16T21:59:55.090Z Checking home v0.5.12
24782026-03-16T21:59:55.320Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24792026-03-16T21:59:55.362Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-16T21:59:55.760Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24812026-03-16T21:59:55.989Z Checking phf_shared v0.12.1
24822026-03-16T21:59:56.101Z Compiling recursive-proc-macro-impl v0.1.1
24832026-03-16T21:59:56.218Z Compiling chrono-tz v0.10.4
24842026-03-16T21:59:56.403Z Checking tabled v0.15.0
24852026-03-16T21:59:56.503Z Compiling semver v0.1.20
24862026-03-16T21:59:56.591Z Checking phf v0.12.1
24872026-03-16T21:59:56.691Z Checking recursive v0.1.1
24882026-03-16T21:59:56.817Z Compiling rustc_version v0.1.7
24892026-03-16T21:59:56.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-16T21:59:56.967Z Compiling const_format_proc_macros v0.2.34
24912026-03-16T21:59:57.032Z Compiling peg-macros v0.8.5
24922026-03-16T21:59:57.148Z Checking winnow v0.6.26
24932026-03-16T21:59:58.030Z Compiling sqlparser_derive v0.5.0
24942026-03-16T21:59:58.147Z Checking unicode_categories v0.1.1
24952026-03-16T21:59:58.432Z Checking const_format v0.2.35
24962026-03-16T21:59:58.739Z Checking sqlformat v0.3.5
24972026-03-16T21:59:58.786Z Checking rustyline v14.0.0
24982026-03-16T21:59:58.896Z Compiling newtype_derive v0.1.6
24992026-03-16T21:59:58.949Z Checking peg v0.8.5
25002026-03-16T21:59:59.120Z Checking sqlparser v0.61.0
25012026-03-16T21:59:59.189Z Checking bcs v0.1.6
25022026-03-16T21:59:59.253Z Checking progenitor v0.11.2
25032026-03-16T21:59:59.488Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-16T21:59:59.538Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-16T21:59:59.581Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25062026-03-16T21:59:59.756Z Checking steno v0.4.1
25072026-03-16T21:59:59.802Z Checking utf-8 v0.7.6
25082026-03-16T21:59:59.804Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25092026-03-16T21:59:59.930Z Checking filetime v0.2.27
25102026-03-16T21:59:59.933Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25112026-03-16T22:00:00.015Z Checking arc-swap v1.8.2
25122026-03-16T22:00:00.172Z Checking xattr v1.6.1
25132026-03-16T22:00:00.355Z Checking slog-scope v4.4.1
25142026-03-16T22:00:00.398Z Checking tar v0.4.44
25152026-03-16T22:00:00.561Z Compiling progenitor-impl v0.10.0
25162026-03-16T22:00:00.997Z Checking slog-stdlog v4.1.1
25172026-03-16T22:00:01.181Z Checking tungstenite v0.21.0
25182026-03-16T22:00:01.223Z Checking slog-envlogger v2.2.0
25192026-03-16T22:00:01.446Z Checking typeid v1.0.3
25202026-03-16T22:00:01.610Z Checking subprocess v0.2.15
25212026-03-16T22:00:01.789Z Checking tokio-tungstenite v0.21.0
25222026-03-16T22:00:02.034Z Checking headers-core v0.3.0
25232026-03-16T22:00:02.183Z Compiling lzma-sys v0.1.20
25242026-03-16T22:00:02.226Z Checking headers v0.4.1
25252026-03-16T22:00:02.313Z Compiling cargo_toml v0.22.3
25262026-03-16T22:00:02.906Z Checking yasna v0.5.2
25272026-03-16T22:00:02.985Z Checking xz2 v0.1.7
25282026-03-16T22:00:03.238Z Checking ron v0.12.0
25292026-03-16T22:00:03.471Z Checking rcgen v0.12.1
25302026-03-16T22:00:03.730Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25312026-03-16T22:00:03.927Z Checking base16ct v1.0.0
25322026-03-16T22:00:04.061Z Checking dropshot-api-manager-types v0.5.2
25332026-03-16T22:00:04.123Z Checking tagptr v0.2.0
25342026-03-16T22:00:04.274Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25352026-03-16T22:00:04.320Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25362026-03-16T22:00:04.362Z Checking moka v0.12.13
25372026-03-16T22:00:04.404Z Compiling progenitor-macro v0.10.0
25382026-03-16T22:00:04.519Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25392026-03-16T22:00:04.562Z Compiling libefi-sys v0.1.0
25402026-03-16T22:00:04.851Z Compiling radium v0.7.0
25412026-03-16T22:00:05.039Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25422026-03-16T22:00:05.218Z Compiling bitfield-struct v0.6.2
25432026-03-16T22:00:05.303Z Checking hickory-resolver v0.25.2
25442026-03-16T22:00:05.347Z Compiling maybe-uninit v2.0.0
25452026-03-16T22:00:05.390Z Checking tap v1.0.1
25462026-03-16T22:00:05.564Z Checking wyz v0.5.1
25472026-03-16T22:00:06.168Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25482026-03-16T22:00:06.211Z Compiling zerocopy-derive v0.6.6
25492026-03-16T22:00:06.214Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-16T22:00:06.296Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25512026-03-16T22:00:06.340Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25522026-03-16T22:00:06.389Z Compiling packed_struct v0.10.1
25532026-03-16T22:00:06.546Z Checking funty v2.0.0
25542026-03-16T22:00:06.765Z Checking crc-catalog v2.4.0
25552026-03-16T22:00:06.929Z Checking crc v3.4.0
25562026-03-16T22:00:07.034Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-16T22:00:07.077Z Checking bitvec v1.0.1
25582026-03-16T22:00:07.200Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592026-03-16T22:00:07.429Z Checking zerocopy v0.6.6
25602026-03-16T22:00:07.432Z Compiling packed_struct_codegen v0.10.1
25612026-03-16T22:00:07.513Z Compiling bitfield-macros v0.19.4
25622026-03-16T22:00:07.646Z Compiling indexmap v1.9.3
25632026-03-16T22:00:07.880Z Checking nodrop v0.1.14
25642026-03-16T22:00:08.015Z Checking smallvec v0.6.14
25652026-03-16T22:00:08.056Z Checking array-init v0.0.4
25662026-03-16T22:00:08.303Z Checking hashbrown v0.12.3
25672026-03-16T22:00:08.496Z Checking bitfield v0.19.4
25682026-03-16T22:00:08.587Z Checking serde-hex v0.1.0
25692026-03-16T22:00:08.922Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25702026-03-16T22:00:09.008Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25712026-03-16T22:00:09.199Z Checking ron v0.8.1
25722026-03-16T22:00:09.394Z Checking hashbrown v0.13.2
25732026-03-16T22:00:09.939Z Checking crc-any v2.5.0
25742026-03-16T22:00:10.008Z Checking object v0.30.4
25752026-03-16T22:00:10.216Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-16T22:00:10.271Z Checking path-slash v0.1.5
25772026-03-16T22:00:10.438Z Compiling xshell-macros v0.2.7
25782026-03-16T22:00:10.481Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25792026-03-16T22:00:10.635Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-16T22:00:10.723Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-16T22:00:11.017Z Checking half v1.8.3
25822026-03-16T22:00:11.060Z Checking xshell v0.2.7
25832026-03-16T22:00:11.329Z Checking serde_cbor v0.11.2
25842026-03-16T22:00:11.371Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25852026-03-16T22:00:11.495Z Checking progenitor v0.10.0
25862026-03-16T22:00:11.645Z Compiling num-derive v0.3.3
25872026-03-16T22:00:11.705Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25882026-03-16T22:00:11.889Z Compiling proc-macro-error-attr2 v2.0.0
25892026-03-16T22:00:12.339Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25902026-03-16T22:00:12.464Z Compiling proc-macro-error2 v2.0.1
25912026-03-16T22:00:12.654Z Compiling nix v0.31.1
25922026-03-16T22:00:12.894Z Checking libscf-sys v1.1.0
25932026-03-16T22:00:12.935Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25942026-03-16T22:00:13.091Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-03-16T22:00:13.197Z Compiling tabled_derive v0.11.0
25962026-03-16T22:00:13.367Z Checking papergrid v0.17.0
25972026-03-16T22:00:13.409Z Checking testing_table v0.3.0
25982026-03-16T22:00:13.580Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-16T22:00:14.351Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-03-16T22:00:14.484Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-16T22:00:14.665Z Checking maplit v1.0.2
26022026-03-16T22:00:14.833Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-16T22:00:14.876Z Checking tabled v0.20.0
26042026-03-16T22:00:14.916Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26052026-03-16T22:00:15.064Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-16T22:00:15.474Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26072026-03-16T22:00:15.593Z Checking crc8 v0.1.1
26082026-03-16T22:00:15.754Z Checking fxhash v0.2.1
26092026-03-16T22:00:15.988Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26102026-03-16T22:00:16.031Z Checking unicase v2.9.0
26112026-03-16T22:00:16.079Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26122026-03-16T22:00:16.272Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26132026-03-16T22:00:16.521Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-16T22:00:16.844Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26152026-03-16T22:00:16.895Z Checking kstat-rs v0.2.4
26162026-03-16T22:00:17.022Z Compiling parking_lot_core v0.8.6
26172026-03-16T22:00:17.186Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26182026-03-16T22:00:17.496Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26192026-03-16T22:00:17.537Z Compiling git-stub v1.0.0
26202026-03-16T22:00:17.729Z Compiling dsl_auto_type v0.1.3
26212026-03-16T22:00:17.771Z Checking scheduled-thread-pool v0.2.7
26222026-03-16T22:00:17.898Z Compiling vergen-gitcl v1.0.8
26232026-03-16T22:00:17.985Z Compiling diesel_table_macro_syntax v0.2.0
26242026-03-16T22:00:18.245Z Checking r2d2 v0.8.10
26252026-03-16T22:00:18.298Z Compiling git-stub-vcs v0.1.0
26262026-03-16T22:00:18.441Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-03-16T22:00:18.489Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26282026-03-16T22:00:18.533Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-03-16T22:00:18.612Z Compiling diesel_derives v2.2.7
26302026-03-16T22:00:18.675Z Checking parking_lot v0.11.2
26312026-03-16T22:00:18.795Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26322026-03-16T22:00:18.960Z Checking prefix-trie v0.7.0
26332026-03-16T22:00:19.004Z Checking nanorand v0.7.0
26342026-03-16T22:00:19.288Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26352026-03-16T22:00:19.332Z Compiling dirs-sys-next v0.1.2
26362026-03-16T22:00:19.404Z Compiling crunchy v0.2.4
26372026-03-16T22:00:19.447Z Checking hickory-server v0.25.2
26382026-03-16T22:00:19.562Z Compiling dirs-next v2.0.0
26392026-03-16T22:00:19.662Z Checking flume v0.11.1
26402026-03-16T22:00:19.729Z Checking sled v0.34.7
26412026-03-16T22:00:19.772Z Compiling clang-sys v1.8.1
26422026-03-16T22:00:19.875Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-03-16T22:00:20.026Z Checking hickory-client v0.25.2
26442026-03-16T22:00:20.175Z Compiling tiny-keccak v2.0.2
26452026-03-16T22:00:20.444Z Compiling term v0.7.0
26462026-03-16T22:00:20.543Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-03-16T22:00:20.584Z Compiling salty v0.3.0
26482026-03-16T22:00:20.782Z Compiling bit-vec v0.6.3
26492026-03-16T22:00:21.035Z Compiling ascii-canvas v3.0.0
26502026-03-16T22:00:21.111Z Compiling bit-set v0.5.3
26512026-03-16T22:00:21.240Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-16T22:00:21.351Z Checking primeorder v0.13.6
26532026-03-16T22:00:21.395Z Compiling itertools v0.10.5
26542026-03-16T22:00:21.708Z Compiling ena v0.14.4
26552026-03-16T22:00:21.749Z Compiling libloading v0.8.9
26562026-03-16T22:00:21.960Z Compiling regex-syntax v0.6.29
26572026-03-16T22:00:22.022Z Compiling bindgen v0.71.1
26582026-03-16T22:00:22.067Z Compiling diff v0.1.13
26592026-03-16T22:00:22.810Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-16T22:00:22.875Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26612026-03-16T22:00:23.168Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26622026-03-16T22:00:23.354Z Compiling cexpr v0.6.0
26632026-03-16T22:00:23.637Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-16T22:00:23.744Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26652026-03-16T22:00:24.025Z Compiling lalrpop v0.19.12
26662026-03-16T22:00:24.299Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-16T22:00:24.666Z Compiling libxml v0.3.3
26682026-03-16T22:00:24.751Z Compiling fs-err v2.11.0
26692026-03-16T22:00:24.818Z Checking diesel v2.2.12
26702026-03-16T22:00:25.099Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26712026-03-16T22:00:25.142Z Checking p384 v0.13.1
26722026-03-16T22:00:25.220Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-16T22:00:25.661Z Compiling strum_macros v0.24.3
26742026-03-16T22:00:25.739Z Compiling indoc v1.0.9
26752026-03-16T22:00:27.600Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-16T22:00:27.643Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26772026-03-16T22:00:28.039Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-16T22:00:28.090Z Checking quick-xml v0.37.5
26792026-03-16T22:00:28.335Z Checking derive_builder v0.20.2
26802026-03-16T22:00:28.512Z Compiling oso-derive v0.27.3
26812026-03-16T22:00:28.580Z Compiling trait-variant v0.1.2
26822026-03-16T22:00:28.919Z Compiling impl-trait-for-tuples v0.2.3
26832026-03-16T22:00:29.209Z Checking parse-size v1.1.0
26842026-03-16T22:00:29.340Z Checking openssl-probe v0.1.6
26852026-03-16T22:00:29.382Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26862026-03-16T22:00:29.423Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26872026-03-16T22:00:29.513Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26882026-03-16T22:00:30.442Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26892026-03-16T22:00:30.610Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-03-16T22:00:30.995Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26912026-03-16T22:00:31.173Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26922026-03-16T22:00:31.254Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26932026-03-16T22:00:32.031Z Checking assert_matches v1.5.0
26942026-03-16T22:00:32.162Z Compiling mime_guess v2.0.5
26952026-03-16T22:00:32.926Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-03-16T22:00:33.345Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26972026-03-16T22:00:33.573Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26982026-03-16T22:00:33.618Z Checking predicates-tree v1.0.13
26992026-03-16T22:00:33.805Z Checking http-range v0.1.5
27002026-03-16T22:00:33.937Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27012026-03-16T22:00:34.002Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-03-16T22:00:34.085Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-03-16T22:00:34.434Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-03-16T22:00:35.189Z Checking atty v0.2.14
27052026-03-16T22:00:35.310Z Compiling diesel-dtrace v0.4.2
27062026-03-16T22:00:35.827Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27072026-03-16T22:00:35.943Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27082026-03-16T22:00:36.389Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-16T22:00:36.676Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27102026-03-16T22:00:36.984Z Checking bb8 v0.8.6
27112026-03-16T22:00:37.383Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-03-16T22:00:37.499Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27132026-03-16T22:00:37.686Z Checking corncobs v0.1.4
27142026-03-16T22:00:37.923Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-16T22:00:37.979Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-03-16T22:00:38.300Z Checking hyper-staticfile v0.10.1
27172026-03-16T22:00:38.390Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-03-16T22:00:38.394Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-16T22:00:38.478Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27202026-03-16T22:00:38.519Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-03-16T22:00:38.705Z Checking ignore v0.4.25
27222026-03-16T22:00:38.780Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-03-16T22:00:38.836Z Checking signal-hook-tokio v0.3.1
27242026-03-16T22:00:39.030Z Checking secrecy v0.8.0
27252026-03-16T22:00:39.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27262026-03-16T22:00:39.298Z Checking globwalk v0.9.1
27272026-03-16T22:00:39.679Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27282026-03-16T22:00:39.720Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27292026-03-16T22:00:40.325Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27302026-03-16T22:00:40.370Z Checking nonempty v0.12.0
27312026-03-16T22:00:40.623Z Checking camino-tempfile-ext v0.3.3
27322026-03-16T22:00:40.626Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27332026-03-16T22:00:40.747Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-16T22:00:40.912Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27352026-03-16T22:00:41.236Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-03-16T22:00:41.715Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27372026-03-16T22:00:42.209Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27382026-03-16T22:00:42.276Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-16T22:00:42.604Z Checking async-bb8-diesel v0.2.1
27402026-03-16T22:00:42.896Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27412026-03-16T22:00:43.098Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-03-16T22:00:43.210Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-03-16T22:00:43.560Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27442026-03-16T22:00:43.636Z Checking tungstenite v0.23.0
27452026-03-16T22:00:44.170Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-16T22:00:44.173Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27472026-03-16T22:00:44.256Z Checking void v1.0.2
27482026-03-16T22:00:44.259Z Checking tokio-tungstenite v0.23.1
27492026-03-16T22:00:44.427Z Checking lzss v0.8.2
27502026-03-16T22:00:44.667Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27512026-03-16T22:00:44.712Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27522026-03-16T22:00:44.712Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27532026-03-16T22:00:44.952Z Checking nix v0.27.1
27542026-03-16T22:00:45.638Z Checking serde_bytes v0.11.19
27552026-03-16T22:00:45.725Z Checking rand_seeder v0.4.0
27562026-03-16T22:00:45.998Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27572026-03-16T22:00:46.039Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-03-16T22:00:46.358Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27592026-03-16T22:00:46.568Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-03-16T22:00:46.617Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27612026-03-16T22:00:47.614Z Checking is_ci v1.2.0
27622026-03-16T22:00:47.786Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27632026-03-16T22:00:47.851Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27642026-03-16T22:00:47.895Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27652026-03-16T22:00:48.151Z Checking yansi v1.0.1
27662026-03-16T22:00:48.296Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27672026-03-16T22:00:48.547Z Checking pretty_assertions v1.4.1
27682026-03-16T22:00:48.620Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-03-16T22:00:48.755Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27702026-03-16T22:00:48.988Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27712026-03-16T22:00:49.320Z Compiling darling_core v0.23.0
27722026-03-16T22:00:50.414Z Compiling indoc v2.0.7
27732026-03-16T22:00:50.775Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27742026-03-16T22:00:50.833Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27752026-03-16T22:00:51.078Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-03-16T22:00:51.120Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-03-16T22:00:51.430Z Compiling instability v0.3.11
27782026-03-16T22:00:51.879Z Compiling libz-sys v1.1.24
27792026-03-16T22:00:51.933Z Checking castaway v0.2.4
27802026-03-16T22:00:52.116Z Checking compact_str v0.8.1
27812026-03-16T22:00:52.191Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-16T22:00:52.397Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27832026-03-16T22:00:52.665Z Checking supports-color v3.0.2
27842026-03-16T22:00:52.868Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27852026-03-16T22:00:53.071Z Compiling darling_macro v0.23.0
27862026-03-16T22:00:53.174Z Checking unicode-truncate v1.1.0
27872026-03-16T22:00:53.403Z Checking lru v0.12.5
27882026-03-16T22:00:53.448Z Checking cassowary v0.3.0
27892026-03-16T22:00:53.727Z Compiling libgit2-sys v0.18.3+1.9.2
27902026-03-16T22:00:53.809Z Compiling darling v0.23.0
27912026-03-16T22:00:53.945Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27922026-03-16T22:00:54.574Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-03-16T22:00:54.999Z Checking ratatui v0.29.0
27942026-03-16T22:00:55.578Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27952026-03-16T22:00:55.884Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-03-16T22:00:56.321Z Compiling vergen-git2 v1.0.7
27972026-03-16T22:00:56.605Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27982026-03-16T22:00:56.707Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27992026-03-16T22:00:56.899Z Checking colored v2.2.0
28002026-03-16T22:00:56.942Z Checking shell-words v1.1.1
28012026-03-16T22:00:57.010Z Compiling rustls v0.21.12
28022026-03-16T22:00:57.136Z Checking plotters-backend v0.3.7
28032026-03-16T22:00:57.363Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28042026-03-16T22:00:57.404Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28052026-03-16T22:00:57.446Z Checking plotters-svg v0.3.7
28062026-03-16T22:00:57.663Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-03-16T22:00:57.707Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28082026-03-16T22:00:57.967Z Compiling nix v0.29.0
28092026-03-16T22:00:58.300Z Checking sct v0.7.1
28102026-03-16T22:00:58.507Z Checking rustls-webpki v0.101.7
28112026-03-16T22:00:58.550Z Checking cast v0.3.0
28122026-03-16T22:00:58.653Z Checking hex-literal v0.4.1
28132026-03-16T22:00:58.799Z Checking criterion-plot v0.6.0
28142026-03-16T22:00:58.839Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-03-16T22:00:59.338Z Checking plotters v0.3.7
28162026-03-16T22:01:00.391Z Checking erased-serde v0.4.9
28172026-03-16T22:01:00.804Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28182026-03-16T22:01:00.959Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28192026-03-16T22:01:01.896Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28202026-03-16T22:01:02.916Z Checking tinytemplate v1.2.1
28212026-03-16T22:01:03.250Z Checking ordered-float v2.10.1
28222026-03-16T22:01:03.618Z Checking anes v0.1.6
28232026-03-16T22:01:03.905Z Checking oorandom v11.1.5
28242026-03-16T22:01:04.089Z Checking criterion v0.7.0
28252026-03-16T22:01:04.499Z Checking serde-value v0.7.0
28262026-03-16T22:01:04.811Z Checking serde-untagged v0.1.9
28272026-03-16T22:01:05.107Z Checking tokio-rustls v0.24.1
28282026-03-16T22:01:05.749Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-03-16T22:01:05.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-03-16T22:01:06.097Z Checking rustls-pemfile v1.0.4
28312026-03-16T22:01:06.312Z Checking twox-hash v2.1.2
28322026-03-16T22:01:06.756Z Checking unicode-xid v0.2.6
28332026-03-16T22:01:06.903Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28342026-03-16T22:01:06.943Z Checking cargo-util-schemas v0.8.2
28352026-03-16T22:01:07.389Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28362026-03-16T22:01:07.611Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28372026-03-16T22:01:08.217Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28382026-03-16T22:01:08.457Z Checking fatfs v0.3.6
28392026-03-16T22:01:09.125Z Checking cargo-platform v0.2.0
28402026-03-16T22:01:09.409Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28412026-03-16T22:01:09.451Z Compiling petname v2.0.2
28422026-03-16T22:01:10.159Z Compiling seq-macro v0.3.6
28432026-03-16T22:01:11.122Z Checking cargo_metadata v0.21.0
28442026-03-16T22:01:11.415Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28452026-03-16T22:01:12.207Z Checking concurrent-queue v2.5.0
28462026-03-16T22:01:12.488Z Checking rtoolbox v0.0.3
28472026-03-16T22:01:12.690Z Checking parking v2.2.1
28482026-03-16T22:01:12.731Z Checking futures-timer v3.0.3
28492026-03-16T22:01:12.885Z Checking event-listener v5.4.1
28502026-03-16T22:01:13.018Z Checking rpassword v7.4.0
28512026-03-16T22:01:13.237Z Checking tui-tree-widget v0.23.1
28522026-03-16T22:01:13.520Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28532026-03-16T22:01:13.759Z Checking polyval v0.6.2
28542026-03-16T22:01:13.800Z Checking sapling-renderdag v0.1.0
28552026-03-16T22:01:14.011Z Checking sync-ptr v0.1.4
28562026-03-16T22:01:14.171Z Checking ghash v0.5.1
28572026-03-16T22:01:14.213Z Checking event-listener-strategy v0.5.4
28582026-03-16T22:01:14.360Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28592026-03-16T22:01:14.427Z Checking ctr v0.9.2
28602026-03-16T22:01:14.667Z Checking constant_time_eq v0.4.2
28612026-03-16T22:01:14.709Z Checking arrayvec v0.7.6
28622026-03-16T22:01:14.876Z Checking arrayref v0.3.9
28632026-03-16T22:01:14.880Z Checking aes-gcm v0.10.3
28642026-03-16T22:01:15.003Z Checking async-lock v3.4.2
28652026-03-16T22:01:15.098Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28662026-03-16T22:01:15.139Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28672026-03-16T22:01:15.638Z Checking ssh-encoding v0.2.0
28682026-03-16T22:01:15.936Z Checking blowfish v0.9.1
28692026-03-16T22:01:16.175Z Checking bcrypt-pbkdf v0.10.0
28702026-03-16T22:01:16.406Z Checking ssh-cipher v0.2.0
28712026-03-16T22:01:16.448Z Checking async-object-pool v0.2.0
28722026-03-16T22:01:16.626Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28732026-03-16T22:01:16.667Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-03-16T22:01:17.084Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28752026-03-16T22:01:17.501Z Checking serde_regex v1.1.0
28762026-03-16T22:01:17.739Z Checking password-hash v0.4.2
28772026-03-16T22:01:17.783Z Compiling samael v0.0.19
28782026-03-16T22:01:17.986Z Checking assert-json-diff v2.0.2
28792026-03-16T22:01:18.063Z Checking path-tree v0.8.3
28802026-03-16T22:01:18.242Z Checking stringmetrics v2.2.2
28812026-03-16T22:01:18.343Z Compiling target-lexicon v0.13.3
28822026-03-16T22:01:18.474Z Checking gimli v0.32.3
28832026-03-16T22:01:18.838Z Checking httpmock v0.8.3
28842026-03-16T22:01:19.142Z Checking pbkdf2 v0.11.0
28852026-03-16T22:01:19.397Z Checking ssh-key v0.6.7
28862026-03-16T22:01:20.725Z Checking addr2line v0.25.1
28872026-03-16T22:01:21.154Z Checking p521 v0.13.3
28882026-03-16T22:01:21.934Z Checking p256 v0.13.2
28892026-03-16T22:01:21.999Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28902026-03-16T22:01:22.287Z Checking russh-cryptovec v0.7.3
28912026-03-16T22:01:22.329Z Checking md5 v0.7.0
28922026-03-16T22:01:22.499Z Checking rustc-demangle v0.1.27
28932026-03-16T22:01:22.591Z Compiling guppy-workspace-hack v0.1.0
28942026-03-16T22:01:22.846Z Checking backtrace v0.3.76
28952026-03-16T22:01:22.948Z Checking russh-keys v0.45.0
28962026-03-16T22:01:23.284Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28972026-03-16T22:01:23.371Z Checking num-bigint v0.4.6
28982026-03-16T22:01:23.830Z Checking des v0.8.1
28992026-03-16T22:01:24.068Z Compiling blake3 v1.8.3
29002026-03-16T22:01:24.192Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29012026-03-16T22:01:24.595Z Compiling target-spec v3.5.7
29022026-03-16T22:01:24.791Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29032026-03-16T22:01:24.833Z Checking russh v0.45.0
29042026-03-16T22:01:25.383Z Checking cfg-expr v0.20.6
29052026-03-16T22:01:25.603Z Checking backtrace-ext v0.2.1
29062026-03-16T22:01:25.783Z Checking supports-color v2.1.0
29072026-03-16T22:01:25.823Z Checking textwrap v0.15.2
29082026-03-16T22:01:25.945Z Checking supports-unicode v2.1.0
29092026-03-16T22:01:25.987Z Checking supports-hyperlinks v2.1.0
29102026-03-16T22:01:26.127Z Checking hashbrown v0.14.5
29112026-03-16T22:01:26.168Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29122026-03-16T22:01:26.210Z Checking cargo-platform v0.3.2
29132026-03-16T22:01:26.472Z Checking terminal_size v0.1.17
29142026-03-16T22:01:26.512Z Checking socket2 v0.5.10
29152026-03-16T22:01:26.639Z Compiling miette-derive v5.10.0
29162026-03-16T22:01:26.822Z Checking internet-checksum v0.2.1
29172026-03-16T22:01:26.894Z Checking owo-colors v3.5.0
29182026-03-16T22:01:27.016Z Checking chumsky v0.9.3
29192026-03-16T22:01:27.165Z Compiling git2 v0.20.4
29202026-03-16T22:01:27.416Z Checking cargo_metadata v0.23.1
29212026-03-16T22:01:28.255Z Checking miette v5.10.0
29222026-03-16T22:01:28.535Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29232026-03-16T22:01:28.575Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29242026-03-16T22:01:28.821Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29252026-03-16T22:01:28.963Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29262026-03-16T22:01:29.247Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29272026-03-16T22:01:29.309Z Checking httptest v0.16.4
29282026-03-16T22:01:29.656Z Checking pathdiff v0.2.3
29292026-03-16T22:01:29.704Z Compiling knuffel-derive v3.2.0
29302026-03-16T22:01:29.835Z Checking topological-sort v0.2.2
29312026-03-16T22:01:29.876Z Checking nested v0.1.1
29322026-03-16T22:01:30.050Z Checking omicron-zone-package v0.12.2
29332026-03-16T22:01:30.096Z Checking guppy v0.17.25
29342026-03-16T22:01:31.285Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29352026-03-16T22:01:31.330Z Checking similar-asserts v1.7.0
29362026-03-16T22:01:31.456Z Compiling rstest_macros v0.25.0
29372026-03-16T22:01:31.559Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29382026-03-16T22:01:31.600Z Compiling target-triple v1.0.0
29392026-03-16T22:01:31.765Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29402026-03-16T22:01:31.835Z Checking knuffel v3.2.0
29412026-03-16T22:01:32.013Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29422026-03-16T22:01:32.095Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29432026-03-16T22:01:32.157Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29442026-03-16T22:01:32.471Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29452026-03-16T22:01:32.751Z Checking toml_datetime v1.0.0+spec-1.1.0
29462026-03-16T22:01:33.074Z Compiling assert_cmd v2.1.2
29472026-03-16T22:01:33.449Z Compiling relative-path v1.9.3
29482026-03-16T22:01:33.551Z Checking escape8259 v0.5.3
29492026-03-16T22:01:33.763Z Checking libtest-mimic v0.8.1
29502026-03-16T22:01:34.186Z Checking toml v1.0.3+spec-1.1.0
29512026-03-16T22:01:34.463Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29522026-03-16T22:01:34.638Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29532026-03-16T22:01:35.069Z Checking blake2b_simd v1.0.4
29542026-03-16T22:01:35.619Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29552026-03-16T22:01:35.664Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29562026-03-16T22:01:36.280Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29572026-03-16T22:01:36.322Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29582026-03-16T22:01:36.650Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29592026-03-16T22:01:36.979Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29602026-03-16T22:01:37.308Z Checking fancy-regex v0.14.0
29612026-03-16T22:01:37.608Z Checking serde_tokenstream v0.2.3
29622026-03-16T22:01:37.871Z Checking uzers v0.12.2
29632026-03-16T22:01:37.956Z Checking constant_time_eq v0.3.1
29642026-03-16T22:01:38.135Z Compiling linkme-impl v0.3.35
29652026-03-16T22:01:38.191Z Checking termcolor v1.4.1
29662026-03-16T22:01:38.523Z Checking trybuild v1.0.116
29672026-03-16T22:01:38.664Z Checking rust-argon2 v2.1.0
29682026-03-16T22:01:39.029Z Checking datatest-stable v0.3.3
29692026-03-16T22:01:39.250Z Checking rstest v0.25.0
29702026-03-16T22:01:39.607Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29712026-03-16T22:01:39.725Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29722026-03-16T22:01:40.100Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29732026-03-16T22:01:40.178Z Checking support-bundle-viewer v0.1.2
29742026-03-16T22:01:40.545Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29752026-03-16T22:01:40.866Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29762026-03-16T22:01:41.053Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29772026-03-16T22:01:41.183Z Checking drift v0.1.3
29782026-03-16T22:01:41.376Z Checking rand_distr v0.5.1
29792026-03-16T22:01:41.672Z Checking multimap v0.10.1
29802026-03-16T22:01:41.954Z Checking approx v0.5.1
29812026-03-16T22:01:42.025Z Compiling linkme v0.3.35
29822026-03-16T22:01:42.071Z Checking dropshot-api-manager v0.5.2
29832026-03-16T22:01:42.077Z Compiling polar-core v0.27.3
29842026-03-16T22:01:42.520Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29852026-03-16T22:01:43.296Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29862026-03-16T22:01:43.743Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29872026-03-16T22:01:43.807Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29882026-03-16T22:01:43.870Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29892026-03-16T22:01:44.120Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29902026-03-16T22:01:44.239Z Checking partial-io v0.5.4
29912026-03-16T22:01:44.398Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29922026-03-16T22:01:44.440Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29932026-03-16T22:01:44.543Z Checking cargo_toml v0.21.0
29942026-03-16T22:01:44.584Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29952026-03-16T22:01:44.626Z Checking termios v0.3.3
29962026-03-16T22:01:44.798Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29972026-03-16T22:01:45.331Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29982026-03-16T22:01:45.461Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29992026-03-16T22:01:45.769Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-03-16T22:01:49.384Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30012026-03-16T22:01:49.474Z Checking oso v0.27.3
30022026-03-16T22:01:54.180Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30032026-03-16T22:01:56.002Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30042026-03-16T22:01:58.966Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30052026-03-16T22:02:04.375Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30062026-03-16T22:02:11.109Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30072026-03-16T22:02:16.899Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30082026-03-16T22:02:18.231Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30092026-03-16T22:02:21.437Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30102026-03-16T22:02:30.865Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30112026-03-16T22:04:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 30s
30122026-03-16T22:04:22.497Z
30132026-03-16T22:04:22.497Zreal 5:34.888253248
30142026-03-16T22:04:22.497Zuser 28:19.140726065
30152026-03-16T22:04:22.501Zsys 5:55.899130793
30162026-03-16T22:04:22.501Ztrap 0.714442771
30172026-03-16T22:04:22.501Ztflt 0.588675621
30182026-03-16T22:04:22.501Zdflt 0.154326475
30192026-03-16T22:04:22.501Zkflt 0.000843559
30202026-03-16T22:04:22.501Zlock 1:06:48.666383074
30212026-03-16T22:04:22.501Zslp 1:31:03.656417478
30222026-03-16T22:04:22.501Zlat 2:17.946773413
30232026-03-16T22:04:22.501Zstop 13:04.578630719
30242026-03-16T22:04:22.501Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30252026-03-16T22:04:22.501Z+ ptime -m cargo doc --workspace --no-deps
30262026-03-16T22:04:23.691Zwarning: output filename collision.
30272026-03-16T22:04:23.691ZThe 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-03-16T22:04:23.692ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30292026-03-16T22:04:23.692ZThe targets should have unique names.
30302026-03-16T22:04:23.692ZThis is a known bug where multiple crates with the same name use
30312026-03-16T22:04:23.692Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30322026-03-16T22:04:24.840Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-03-16T22:04:25.053Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30342026-03-16T22:04:25.082Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30352026-03-16T22:04:25.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30362026-03-16T22:04:25.175Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30372026-03-16T22:04:25.209Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30382026-03-16T22:04:25.213Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-03-16T22:04:25.408Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30402026-03-16T22:04:25.442Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30412026-03-16T22:04:25.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-16T22:04:25.511Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30432026-03-16T22:04:25.597Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30442026-03-16T22:04:25.734Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30452026-03-16T22:04:25.760Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30462026-03-16T22:04:25.807Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30472026-03-16T22:04:25.922Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30482026-03-16T22:04:25.994Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30492026-03-16T22:04:26.021Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30502026-03-16T22:04:26.049Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-16T22:04:26.639Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-03-16T22:04:26.676Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30532026-03-16T22:04:26.745Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30542026-03-16T22:04:26.885Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30552026-03-16T22:04:26.913Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30562026-03-16T22:04:26.940Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30572026-03-16T22:04:27.017Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30582026-03-16T22:04:27.156Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30592026-03-16T22:04:27.402Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30602026-03-16T22:04:27.529Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30612026-03-16T22:04:27.690Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30622026-03-16T22:04:27.865Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30632026-03-16T22:04:27.893Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30642026-03-16T22:04:27.988Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30652026-03-16T22:04:28.163Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30662026-03-16T22:04:28.220Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30672026-03-16T22:04:28.334Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30682026-03-16T22:04:28.454Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30692026-03-16T22:04:28.651Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30702026-03-16T22:04:28.831Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30712026-03-16T22:04:29.094Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30722026-03-16T22:04:29.268Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30732026-03-16T22:04:29.294Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30742026-03-16T22:04:29.441Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30752026-03-16T22:04:29.481Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30762026-03-16T22:04:29.596Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772026-03-16T22:04:29.657Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30782026-03-16T22:04:29.751Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30792026-03-16T22:04:29.816Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30802026-03-16T22:04:29.909Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30812026-03-16T22:04:29.934Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30822026-03-16T22:04:30.028Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-03-16T22:04:30.175Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30842026-03-16T22:04:30.261Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30852026-03-16T22:04:30.287Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30862026-03-16T22:04:30.352Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30872026-03-16T22:04:30.489Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30882026-03-16T22:04:30.561Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30892026-03-16T22:04:30.593Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30902026-03-16T22:04:30.793Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30912026-03-16T22:04:30.829Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30922026-03-16T22:04:30.892Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30932026-03-16T22:04:30.933Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30942026-03-16T22:04:31.100Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30952026-03-16T22:04:31.168Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30962026-03-16T22:04:31.484Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30972026-03-16T22:04:31.532Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30982026-03-16T22:04:31.535Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30992026-03-16T22:04:31.582Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31002026-03-16T22:04:31.807Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31012026-03-16T22:04:32.246Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31022026-03-16T22:04:32.576Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31032026-03-16T22:04:32.632Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31042026-03-16T22:04:32.794Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31052026-03-16T22:04:33.447Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31062026-03-16T22:04:34.074Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31072026-03-16T22:04:34.163Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31082026-03-16T22:04:34.462Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092026-03-16T22:04:34.667Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31102026-03-16T22:04:34.787Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31112026-03-16T22:04:34.815Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31122026-03-16T22:04:34.928Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31132026-03-16T22:04:35.090Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31142026-03-16T22:04:35.421Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31152026-03-16T22:04:35.455Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31162026-03-16T22:04:35.520Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-16T22:04:35.976Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31182026-03-16T22:04:36.509Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31192026-03-16T22:04:36.608Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31202026-03-16T22:04:36.817Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-16T22:04:36.844Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-16T22:04:37.238Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31232026-03-16T22:04:37.446Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-16T22:04:37.542Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31252026-03-16T22:04:37.758Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31262026-03-16T22:04:38.135Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-16T22:04:38.163Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-16T22:04:38.191Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-16T22:04:38.308Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-16T22:04:39.098Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-16T22:04:40.020Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-16T22:04:40.171Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31332026-03-16T22:04:40.567Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-16T22:04:40.972Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-16T22:04:41.743Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-16T22:04:41.808Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-16T22:04:41.897Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-16T22:04:42.116Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-16T22:04:42.194Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-16T22:04:42.222Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31412026-03-16T22:04:42.249Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-16T22:04:42.621Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31432026-03-16T22:04:42.648Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31442026-03-16T22:04:42.676Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-03-16T22:04:42.951Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-03-16T22:04:43.344Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-03-16T22:04:43.720Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-16T22:04:44.358Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31492026-03-16T22:04:45.054Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31502026-03-16T22:04:46.114Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31512026-03-16T22:04:46.209Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-03-16T22:04:46.440Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-03-16T22:04:46.559Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-03-16T22:04:46.634Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31552026-03-16T22:04:46.890Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-16T22:04:47.228Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31572026-03-16T22:04:47.556Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582026-03-16T22:04:47.560Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-03-16T22:04:47.789Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-16T22:04:47.952Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31612026-03-16T22:04:48.205Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-16T22:04:48.660Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-16T22:04:48.807Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-16T22:04:48.884Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31652026-03-16T22:04:50.406Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-03-16T22:04:50.525Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-16T22:04:50.553Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31682026-03-16T22:04:51.270Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31692026-03-16T22:04:51.893Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31702026-03-16T22:04:53.410Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-03-16T22:04:53.612Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31722026-03-16T22:04:54.372Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31732026-03-16T22:04:54.501Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-16T22:04:54.621Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-03-16T22:04:55.358Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-16T22:04:55.405Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31772026-03-16T22:04:55.495Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31782026-03-16T22:04:56.966Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-03-16T22:04:58.764Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-16T22:04:58.764Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-16T22:04:58.770Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-16T22:04:59.830Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-16T22:05:00.265Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-16T22:05:02.384Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31852026-03-16T22:05:02.514Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-16T22:05:03.258Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-16T22:05:04.163Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31882026-03-16T22:05:06.369Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31892026-03-16T22:05:06.834Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31902026-03-16T22:05:07.388Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31912026-03-16T22:05:07.821Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31922026-03-16T22:05:08.078Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31932026-03-16T22:05:10.019Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-03-16T22:05:10.216Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-03-16T22:05:10.355Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-03-16T22:05:10.826Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-16T22:05:11.282Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31982026-03-16T22:05:11.890Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31992026-03-16T22:05:11.953Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-03-16T22:05:12.116Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32012026-03-16T22:05:12.217Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-03-16T22:05:12.667Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32032026-03-16T22:05:12.738Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32042026-03-16T22:05:12.953Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-16T22:05:13.143Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32062026-03-16T22:05:13.498Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-16T22:05:13.709Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32082026-03-16T22:05:14.167Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32092026-03-16T22:05:14.878Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32102026-03-16T22:05:15.059Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32112026-03-16T22:05:15.512Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-16T22:05:15.776Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32132026-03-16T22:05:16.495Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32142026-03-16T22:05:17.414Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32152026-03-16T22:05:18.335Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32162026-03-16T22:05:19.513Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-16T22:05:19.700Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-03-16T22:05:23.981Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32192026-03-16T22:05:24.942Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-16T22:05:25.624Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32212026-03-16T22:05:26.020Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32222026-03-16T22:05:29.569Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-03-16T22:05:30.191Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32242026-03-16T22:05:31.280Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32252026-03-16T22:05:32.709Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32262026-03-16T22:05:33.331Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-03-16T22:05:35.994Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32282026-03-16T22:05:37.296Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-03-16T22:05:38.369Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32302026-03-16T22:05:39.510Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32312026-03-16T22:05:39.641Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-03-16T22:05:39.890Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-03-16T22:05:41.019Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-03-16T22:05:41.232Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32352026-03-16T22:05:41.653Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32362026-03-16T22:05:42.930Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32372026-03-16T22:05:47.348Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32382026-03-16T22:05:50.261Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-03-16T22:05:51.703Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-03-16T22:05:52.848Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32412026-03-16T22:05:53.562Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-16T22:05:54.530Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32432026-03-16T22:05:55.344Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-03-16T22:05:56.319Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-03-16T22:05:58.312Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32462026-03-16T22:05:59.729Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32472026-03-16T22:06:00.767Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32482026-03-16T22:06:01.854Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32492026-03-16T22:06:04.191Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-03-16T22:06:04.602Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32512026-03-16T22:06:06.358Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32522026-03-16T22:06:07.864Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-03-16T22:06:08.928Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32542026-03-16T22:06:10.184Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-16T22:06:11.371Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-03-16T22:06:12.808Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32572026-03-16T22:06:14.095Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-03-16T22:06:18.294Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32592026-03-16T22:06:19.594Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-03-16T22:06:21.005Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-03-16T22:06:22.095Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-16T22:06:23.738Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32632026-03-16T22:06:27.743Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32642026-03-16T22:06:28.120Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-16T22:06:32.124Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-03-16T22:06:33.343Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32672026-03-16T22:06:34.667Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32682026-03-16T22:06:35.127Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-03-16T22:06:37.105Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32702026-03-16T22:06:39.002Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32712026-03-16T22:06:41.115Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32722026-03-16T22:06:43.353Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32732026-03-16T22:06:45.402Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-03-16T22:06:47.291Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-03-16T22:06:49.691Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32762026-03-16T22:06:51.275Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-03-16T22:06:53.264Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32782026-03-16T22:06:55.246Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-03-16T22:06:57.222Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32802026-03-16T22:07:01.392Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32812026-03-16T22:07:01.455Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-03-16T22:07:02.803Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32832026-03-16T22:07:04.815Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32842026-03-16T22:07:07.245Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32852026-03-16T22:07:08.864Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-16T22:07:11.062Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32872026-03-16T22:07:13.055Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-16T22:07:15.225Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-03-16T22:07:17.418Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32902026-03-16T22:07:19.476Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32912026-03-16T22:07:21.571Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32922026-03-16T22:07:23.691Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-03-16T22:07:25.769Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32942026-03-16T22:07:27.856Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-03-16T22:07:29.995Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32962026-03-16T22:07:32.164Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-03-16T22:07:34.199Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-03-16T22:07:36.245Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-03-16T22:07:38.259Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-16T22:07:42.291Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-16T22:07:43.023Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-16T22:07:47.430Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33032026-03-16T22:07:49.693Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33042026-03-16T22:07:51.965Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33052026-03-16T22:07:54.205Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33062026-03-16T22:07:56.428Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33072026-03-16T22:07:58.726Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33082026-03-16T22:08:00.834Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-03-16T22:08:03.138Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33102026-03-16T22:08:05.518Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33112026-03-16T22:08:07.557Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33122026-03-16T22:08:09.802Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33132026-03-16T22:08:12.572Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142026-03-16T22:08:15.019Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33152026-03-16T22:08:16.658Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33162026-03-16T22:08:18.861Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33172026-03-16T22:08:21.171Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33182026-03-16T22:08:23.484Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33192026-03-16T22:08:25.700Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33202026-03-16T22:08:27.980Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33212026-03-16T22:08:30.293Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-16T22:08:32.678Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-16T22:08:34.855Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-16T22:08:37.095Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-16T22:08:39.398Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-16T22:08:41.733Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33272026-03-16T22:08:44.309Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33282026-03-16T22:08:46.375Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33292026-03-16T22:08:48.642Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33302026-03-16T22:08:51.282Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33312026-03-16T22:08:53.600Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33322026-03-16T22:08:55.955Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33332026-03-16T22:08:58.256Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33342026-03-16T22:09:00.639Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-03-16T22:09:03.808Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33362026-03-16T22:09:06.112Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33372026-03-16T22:09:08.593Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33382026-03-16T22:09:11.055Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33392026-03-16T22:09:13.673Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33402026-03-16T22:09:16.087Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33412026-03-16T22:09:18.650Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33422026-03-16T22:09:25.520Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33432026-03-16T22:09:26.915Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33442026-03-16T22:09:30.328Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33452026-03-16T22:09:32.566Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33462026-03-16T22:09:35.816Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33472026-03-16T22:09:39.235Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33482026-03-16T22:09:42.484Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33492026-03-16T22:09:45.908Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-03-16T22:09:49.436Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33512026-03-16T22:09:52.621Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33522026-03-16T22:09:56.019Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33532026-03-16T22:09:59.403Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33542026-03-16T22:10:02.747Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33552026-03-16T22:10:06.088Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33562026-03-16T22:10:09.473Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33572026-03-16T22:10:12.796Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33582026-03-16T22:10:16.306Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33592026-03-16T22:10:43.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s
33602026-03-16T22:10:43.348Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files
33612026-03-16T22:10:43.457Z
33622026-03-16T22:10:43.461Zreal 6:20.787187685
33632026-03-16T22:10:43.461Zuser 22:09.438724245
33642026-03-16T22:10:43.461Zsys 3:58.918415819
33652026-03-16T22:10:43.461Ztrap 0.410313255
33662026-03-16T22:10:43.461Ztflt 0.074088038
33672026-03-16T22:10:43.461Zdflt 0.122685881
33682026-03-16T22:10:43.461Zkflt 0.000021914
33692026-03-16T22:10:43.461Zlock 5:04:34.293552082
33702026-03-16T22:10:43.461Zslp 2:09:34.880510899
33712026-03-16T22:10:43.461Zlat 41.572340583
33722026-03-16T22:10:43.461Zstop 1:48.321045455
33732026-03-16T22:10:43.461Zprocess exited: duration 956695 ms, exit code 0
 
33742026-03-16T22:10:43.472Zfound 0 output files