01KN8QDFCC51X5Q37D8RHHHF37: clippy (helios)

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

Buildomat Job: 01KN8QDSNAGRR5351GYSQ83XG6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-03T03:52:32.707Zjob assigned to worker 01KN8QFYSAESQ39Y6EVJ7KMRGQ [factory aws, i-01b63946f9b3d5b7e] (queued for 1 m 52 s)
 
22026-04-03T03:52:39.380Zstarting task 0: "setup"
32026-04-03T03:52:39.384Z++ uname -s
42026-04-03T03:52:39.387Z+ kern=SunOS
52026-04-03T03:52:39.387Z+ build_user=build
62026-04-03T03:52:39.387Z+ build_uid=12345
72026-04-03T03:52:39.387Z+ work_dir=/work
82026-04-03T03:52:39.387Z+ input_dir=/input
92026-04-03T03:52:39.387Z+ [[ 0 == 12345 ]]
102026-04-03T03:52:39.387Z+ case "$kern" in
112026-04-03T03:52:39.387Z+ groupadd -g 12345 build
122026-04-03T03:52:39.391Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-03T03:52:41.395Z+ zfs create -o mountpoint=/work rpool/work
142026-04-03T03:52:41.512Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-03T03:52:41.515Z+ home_fs=zfs
162026-04-03T03:52:41.515Z+ [[ zfs == autofs ]]
172026-04-03T03:52:41.515Z+ mkdir -p /home/build
182026-04-03T03:52:41.515Z+ chown build:build /home/build /work
192026-04-03T03:52:43.516Z+ chmod 0700 /home/build /work
202026-04-03T03:52:43.519Zprocess exited: duration 4141 ms, exit code 0
 
212026-04-03T03:52:43.525Zstarting task 1: "rust-toolchain"
222026-04-03T03:52:43.530Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-03T03:52:43.530Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-03T03:52:43.530Z * rust toolchain channel = "1.94.0"
252026-04-03T03:52:43.530Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-03T03:52:43.530Z * rust toolchain profile = "default"
272026-04-03T03:52:43.530Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-03T03:52:43.533Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-03T03:52:43.533Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-03T03:52:43.641Zinfo: downloading installer
312026-04-03T03:52:45.025Zwarn: It looks like you have an existing installation of Rust at:
322026-04-03T03:52:45.025Zwarn: /opt/ooce/bin
332026-04-03T03:52:45.025Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-03T03:52:45.028Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-03T03:52:45.028Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-03T03:52:45.028Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-03T03:52:45.029Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-03T03:52:45.029Zerror: cannot install while Rust is installed
392026-04-03T03:52:45.029Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-03T03:52:45.029Zwarn: It looks like you have an existing rustup settings file at:
412026-04-03T03:52:45.029Zwarn: /home/build/.rustup/settings.toml
422026-04-03T03:52:45.029Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-03T03:52:45.029Zwarn: instead of the one inferred from the default host triple.
442026-04-03T03:52:45.053Zinfo: profile set to default
452026-04-03T03:52:45.053Zinfo: default host triple is x86_64-unknown-illumos
462026-04-03T03:52:45.057Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-03T03:52:45.218Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-03T03:52:45.221Zinfo: downloading 6 components
492026-04-03T03:53:00.469Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-03T03:53:00.469Z
512026-04-03T03:53:00.496Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-03T03:53:00.496Z
532026-04-03T03:53:00.496Z
542026-04-03T03:53:00.496ZRust is installed now. Great!
552026-04-03T03:53:00.496Z
562026-04-03T03:53:00.496ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-03T03:53:00.496Zenvironment variable. This has not been done automatically.
582026-04-03T03:53:00.496Z
592026-04-03T03:53:00.496ZTo configure your current shell, you need to source
602026-04-03T03:53:00.496Zthe corresponding env file under $HOME/.cargo.
612026-04-03T03:53:00.496Z
622026-04-03T03:53:00.496ZThis is usually done by running one of the following (note the leading DOT):
632026-04-03T03:53:00.496Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-03T03:53:00.496Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-03T03:53:00.496Zsource "~/.cargo/env.nu" # For nushell
662026-04-03T03:53:00.496Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-03T03:53:00.496Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-03T03:53:00.496Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-03T03:53:00.499Zwarn: no default linker (`cc`) was found in your PATH
702026-04-03T03:53:00.499Zwarn: many Rust crates require a system C toolchain to build
712026-04-03T03:53:00.576Z+ rustup --version
722026-04-03T03:53:00.586Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-03T03:53:00.588Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-03T03:53:00.606Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-03T03:53:00.609Z+ cargo --version
762026-04-03T03:53:00.622Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-03T03:53:00.629Z+ rustc --version
782026-04-03T03:53:00.644Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-03T03:53:00.647Zprocess exited: duration 17120 ms, exit code 0
 
802026-04-03T03:53:00.654Zstarting task 2: "authentication"
812026-04-03T03:53:00.670Zprocess exited: duration 16 ms, exit code 0
 
822026-04-03T03:53:00.676Zstarting task 3: "clone repository"
832026-04-03T03:53:00.679Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-03T03:53:00.684Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-03T03:53:00.704ZCloning into '/work/oxidecomputer/omicron'...
862026-04-03T03:53:12.100Z+ cd /work/oxidecomputer/omicron
872026-04-03T03:53:12.100Z+ git fetch origin 15afd49c3e2863dd83c4f00584287003cbebe23d
882026-04-03T03:53:12.388ZFrom https://github.com/oxidecomputer/omicron
892026-04-03T03:53:12.388Z * branch 15afd49c3e2863dd83c4f00584287003cbebe23d -> FETCH_HEAD
902026-04-03T03:53:12.397Z+ [[ -n bump-console-b6c8d101 ]]
912026-04-03T03:53:12.400Z++ git branch --show-current
922026-04-03T03:53:12.400Z+ current=main
932026-04-03T03:53:12.400Z+ [[ main != bump-console-b6c8d101 ]]
942026-04-03T03:53:12.400Z+ git branch -f bump-console-b6c8d101 15afd49c3e2863dd83c4f00584287003cbebe23d
952026-04-03T03:53:12.403Z+ git checkout -f bump-console-b6c8d101
962026-04-03T03:53:12.627ZSwitched to branch 'bump-console-b6c8d101'
972026-04-03T03:53:12.630Z+ git reset --hard 15afd49c3e2863dd83c4f00584287003cbebe23d
982026-04-03T03:53:12.856ZHEAD is now at 15afd49c3 Bump web console (fix double error toasts)
992026-04-03T03:53:12.859Zprocess exited: duration 12181 ms, exit code 0
 
1002026-04-03T03:53:12.865Zstarting task 4: "build"
1012026-04-03T03:53:12.869Z+ source ./env.sh
1022026-04-03T03:53:12.869Z++ OLD_SHELL_OPTS=ehxB
1032026-04-03T03:53:12.869Z++ set -o xtrace
1042026-04-03T03:53:12.872Z++++ dirname ./env.sh
1052026-04-03T03:53:12.875Z+++ readlink -f .
1062026-04-03T03:53:12.878Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ 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-04-03T03:53:12.878Z++ case $OLD_SHELL_OPTS in
1162026-04-03T03:53:12.878Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-03T03:53:12.878Z+ source .github/buildomat/ci-env.sh
1182026-04-03T03:53:12.878Z++ export CARGO_TERM_COLOR=always
1192026-04-03T03:53:12.878Z++ CARGO_TERM_COLOR=always
1202026-04-03T03:53:12.878Z+ cargo --version
1212026-04-03T03:53:12.886Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-03T03:53:12.889Z+ rustc --version
1232026-04-03T03:53:12.908Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-03T03:53:12.910Z+ banner prerequisites
1252026-04-03T03:53:12.913Z
1262026-04-03T03:53:12.913Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-03T03:53:12.913Z # # # # # # # # # # # # # # #
1282026-04-03T03:53:12.913Z # # # # ##### # # ##### # # # # # #### #
1292026-04-03T03:53:12.913Z ##### ##### # ##### # # # # # # # # #
1302026-04-03T03:53:12.913Z # # # # # # # # # # # # # # #
1312026-04-03T03:53:12.913Z # # # ###### # # ###### ### # #### # #### #
1322026-04-03T03:53:12.914Z
1332026-04-03T03:53:12.914Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-03T03:53:21.198Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-03T03:53:28.202Z Startup: Caching catalogs ... Done
1362026-04-03T03:53:32.441ZPlanning: Solver setup ... Done (3.060s)
1372026-04-03T03:53:32.461ZPlanning: Running solver ... Done (0.020s)
1382026-04-03T03:53:32.581ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-03T03:53:32.592ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-03T03:53:32.680ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-03T03:53:32.713ZPlanning: Package planning ... Done (0.033s)
1422026-04-03T03:53:32.741ZPlanning: Merging actions ... Done (0.028s)
1432026-04-03T03:53:33.222ZPlanning: Checking for conflicting actions ... Done (0.481s)
1442026-04-03T03:53:33.229ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-03T03:53:34.004ZPlanning: Evaluating mediators ... Done (0.773s)
1462026-04-03T03:53:34.008ZPlanning: Planning completed in 5.65 seconds
1472026-04-03T03:53:34.020Z Packages to install: 4
1482026-04-03T03:53:34.020Z Mediators to change: 2
1492026-04-03T03:53:34.020Z Services to change: 1
1502026-04-03T03:53:34.020Z Estimated space available: 155.35 GB
1512026-04-03T03:53:34.023ZEstimated space to be consumed: 1.84 GB
1522026-04-03T03:53:34.023Z Create boot environment: No
1532026-04-03T03:53:34.023ZCreate backup boot environment: No
1542026-04-03T03:53:34.023Z Rebuild boot archive: No
1552026-04-03T03:53:34.023Z
1562026-04-03T03:53:34.023ZChanged mediators:
1572026-04-03T03:53:34.023Z mediator clang:
1582026-04-03T03:53:34.023Z version: None -> 15 (system default)
1592026-04-03T03:53:34.023Z
1602026-04-03T03:53:34.023Z mediator llvm:
1612026-04-03T03:53:34.023Z version: 14 (system default) -> 15 (system default)
1622026-04-03T03:53:34.023Z
1632026-04-03T03:53:34.023ZChanged packages:
1642026-04-03T03:53:34.023Zhelios-dev
1652026-04-03T03:53:34.023Z developer/build-essential
1662026-04-03T03:53:34.023Z None -> 11-2.0
1672026-04-03T03:53:34.023Z library/libxmlsec1
1682026-04-03T03:53:34.023Z None -> 1.2.35-2.0
1692026-04-03T03:53:34.023Z ooce/developer/clang-15
1702026-04-03T03:53:34.023Z None -> 15.0.7-2.0
1712026-04-03T03:53:34.023Z ooce/developer/llvm-15
1722026-04-03T03:53:34.023Z None -> 15.0.7-2.0
1732026-04-03T03:53:34.023Z
1742026-04-03T03:53:34.023ZServices:
1752026-04-03T03:53:34.023Z restart_fmri:
1762026-04-03T03:53:34.023Z svc:/system/update-man-index:default
1772026-04-03T03:53:34.063Z
1782026-04-03T03:53:34.063ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-03T03:53:39.063ZDownload: 1303/3290 items 113.4/212.6MB 53% complete (22.6M/s)
1802026-04-03T03:53:44.673ZDownload: 3240/3290 items 201.6/212.6MB 94% complete (20.6M/s)
1812026-04-03T03:53:47.196ZDownload: Completed 212.60 MB in 13.13 seconds (16.2M/s)
1822026-04-03T03:53:47.436Z Actions: 1/3689 actions (Installing new actions)
1832026-04-03T03:53:50.606Z Actions: Completed 3689 actions in 3.17 seconds.
1842026-04-03T03:53:50.907Z Done (0.297s)
1852026-04-03T03:53:50.907Z Done (0.000s)
1862026-04-03T03:53:51.609Z Done (0.702s)
1872026-04-03T03:53:54.828Z Done (2.886s)
1882026-04-03T03:53:54.902Z Done (0.013s)
1892026-04-03T03:53:54.906Z Done (0.000s)
1902026-04-03T03:53:55.216Z Done (0.000s)
1912026-04-03T03:53:56.056ZPlanning: Evaluating mediator changes ... Done
1922026-04-03T03:53:56.163ZPlanning: Checking for conflicting actions ... Done
1932026-04-03T03:53:56.166ZPlanning: Consolidating action changes ... Done
1942026-04-03T03:53:56.321ZPlanning: Evaluating mediators ... Done
1952026-04-03T03:53:56.325ZPlanning: Planning completed in 0.27 seconds
1962026-04-03T03:53:56.343Z Mediators to change: 2
1972026-04-03T03:53:56.343Z Create boot environment: No
1982026-04-03T03:53:56.343ZCreate backup boot environment: No
1992026-04-03T03:53:56.400Z Done
2002026-04-03T03:53:56.400Z Done
2012026-04-03T03:53:56.993Z Done
2022026-04-03T03:53:59.502Z Done
2032026-04-03T03:53:59.575Z Done
2042026-04-03T03:53:59.578Z Done
2052026-04-03T03:53:59.717Z Done
2062026-04-03T03:54:00.113ZPlanning: Evaluating mediator changes ... Done
2072026-04-03T03:54:00.119ZPlanning: Merging actions ... Done
2082026-04-03T03:54:00.249ZPlanning: Checking for conflicting actions ... Done
2092026-04-03T03:54:00.252ZPlanning: Consolidating action changes ... Done
2102026-04-03T03:54:00.386ZPlanning: Evaluating mediators ... Done
2112026-04-03T03:54:00.414ZPlanning: Planning completed in 0.44 seconds
2122026-04-03T03:54:00.436Z Packages to change: 1
2132026-04-03T03:54:00.436Z Mediators to change: 1
2142026-04-03T03:54:00.436Z Services to change: 1
2152026-04-03T03:54:00.436Z Create boot environment: No
2162026-04-03T03:54:00.436ZCreate backup boot environment: Yes
2172026-04-03T03:54:02.819Z Actions: 1/6 actions (Updating modified actions)
2182026-04-03T03:54:02.822Z Actions: Completed 6 actions in 0.00 seconds.
2192026-04-03T03:54:02.822Z Done
2202026-04-03T03:54:02.822Z Done
2212026-04-03T03:54:02.959Z Done
2222026-04-03T03:54:05.430Z Done
2232026-04-03T03:54:05.503Z Done
2242026-04-03T03:54:05.507Z Done
2252026-04-03T03:54:05.649Z Done
2262026-04-03T03:54:05.939ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-04-03T03:54:05.940Zclang system 15 system
2282026-04-03T03:54:05.940Zcsh system system illumos
2292026-04-03T03:54:05.940Zctags system system illumos
2302026-04-03T03:54:05.940Zfile system system illumos
2312026-04-03T03:54:05.940Zgcc vendor 12 vendor
2322026-04-03T03:54:05.940Zgcc system 14 system
2332026-04-03T03:54:05.940Zgcc system 10 system
2342026-04-03T03:54:05.940Zgo system 1.20 system
2352026-04-03T03:54:05.940Zgo system 1.19 system
2362026-04-03T03:54:05.940Zllvm system 15 system
2372026-04-03T03:54:05.940Zllvm system 14 system
2382026-04-03T03:54:05.940Zmariadb system 10.6 system
2392026-04-03T03:54:05.940Zmta vendor vendor dma
2402026-04-03T03:54:05.940Zopenjdk system 17 system
2412026-04-03T03:54:05.940Zopenjdk system 11 system
2422026-04-03T03:54:05.940Zopenjdk system 1.8 system
2432026-04-03T03:54:05.940Zopenssl vendor 3 vendor
2442026-04-03T03:54:05.940Zperl system 5.36 system
2452026-04-03T03:54:05.940Zpostgresql system 15 system
2462026-04-03T03:54:05.940Zpostgresql system 13 system
2472026-04-03T03:54:05.940Zpython vendor 3 vendor
2482026-04-03T03:54:05.940Zpython system 2 system
2492026-04-03T03:54:05.940Zpython3 system 3.11 system
2502026-04-03T03:54:05.940Zruby system 3.0 system
2512026-04-03T03:54:05.940Zwords vendor vendor american-english
2522026-04-03T03:54:05.940Zwords system system australian-english
2532026-04-03T03:54:05.940Zwords system system british-english
2542026-04-03T03:54:05.940Zwords system system canadian-english
2552026-04-03T03:54:05.940Zwords system system french
2562026-04-03T03:54:05.940Zwords system system italian
2572026-04-03T03:54:05.940Zwords system system ngerman
2582026-04-03T03:54:05.940Zwords system system ogerman
2592026-04-03T03:54:05.940Zwords system system spanish
2602026-04-03T03:54:06.170ZPUBLISHER TYPE STATUS P LOCATION
2612026-04-03T03:54:06.170Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-04-03T03:54:10.498ZFMRI IFO
2632026-04-03T03:54:10.498Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-04-03T03:54:10.498Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-04-03T03:54:10.498Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-04-03T03:54:10.498Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-04-03T03:54:10.498Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-04-03T03:54:10.498Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-04-03T03:54:10.498Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-04-03T03:54:10.498Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-04-03T03:54:10.498Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-04-03T03:54:10.498Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-04-03T03:54:10.498Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-04-03T03:54:10.498Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-04-03T03:54:10.499Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-04-03T03:54:10.499Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-04-03T03:54:10.499Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-04-03T03:54:10.499Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-04-03T03:54:11.597Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-04-03T03:54:11.854Z Updating crates.io index
2812026-04-03T03:54:11.857Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-04-03T03:54:12.124Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-04-03T03:54:13.016Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-04-03T03:54:13.700Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-04-03T03:54:14.421Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-03T03:54:15.121Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-03T03:54:16.488Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-03T03:54:17.914Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-03T03:54:18.630Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-03T03:54:19.205Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-03T03:54:20.161Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-03T03:54:20.624Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-03T03:54:20.947Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-03T03:54:21.482Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-03T03:54:22.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-03T03:54:22.888Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-03T03:54:23.258Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-03T03:54:23.633Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-03T03:54:24.139Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-03T03:54:24.519Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-03T03:54:24.761Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-03T03:54:25.010Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-03T03:54:25.453Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-03T03:54:25.766Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-03T03:54:26.368Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-03T03:54:26.694Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-03T03:54:26.978Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-03T03:54:27.263Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-03T03:54:28.606Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-03T03:54:29.030Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-03T03:54:29.588Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-03T03:54:29.998Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-03T03:54:30.297Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-03T03:54:30.682Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-03T03:54:31.324Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-03T03:54:31.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-03T03:54:31.765Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-03T03:54:32.020Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-03T03:54:32.384Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-03T03:54:45.069Z Downloading crates ...
3212026-04-03T03:54:45.133Z Downloaded anstream v0.6.21
3222026-04-03T03:54:45.140Z Downloaded colorchoice v1.0.4
3232026-04-03T03:54:45.146Z Downloaded zmij v1.0.21
3242026-04-03T03:54:45.149Z Downloaded percent-encoding v2.3.2
3252026-04-03T03:54:45.149Z Downloaded zerofrom v0.1.6
3262026-04-03T03:54:45.149Z Downloaded heck v0.5.0
3272026-04-03T03:54:45.154Z Downloaded toml_datetime v0.6.11
3282026-04-03T03:54:45.157Z Downloaded plain v0.2.3
3292026-04-03T03:54:45.157Z Downloaded displaydoc v0.2.5
3302026-04-03T03:54:45.160Z Downloaded usdt-macro v0.5.0
3312026-04-03T03:54:45.160Z Downloaded memmap v0.7.0
3322026-04-03T03:54:45.160Z Downloaded heck v0.4.1
3332026-04-03T03:54:45.160Z Downloaded camino v1.2.2
3342026-04-03T03:54:45.163Z Downloaded anstyle-query v1.1.5
3352026-04-03T03:54:45.163Z Downloaded toml_write v0.1.2
3362026-04-03T03:54:45.163Z Downloaded digest v0.10.7
3372026-04-03T03:54:45.165Z Downloaded usdt-attr-macro v0.5.0
3382026-04-03T03:54:45.166Z Downloaded fastrand v2.3.0
3392026-04-03T03:54:45.168Z Downloaded synstructure v0.13.2
3402026-04-03T03:54:45.168Z Downloaded erased-serde v0.4.9
3412026-04-03T03:54:45.171Z Downloaded zerovec-derive v0.11.2
3422026-04-03T03:54:45.171Z Downloaded cfg-if v1.0.4
3432026-04-03T03:54:45.176Z Downloaded tabled_derive v0.7.0
3442026-04-03T03:54:45.180Z Downloaded stable_deref_trait v1.2.1
3452026-04-03T03:54:45.180Z Downloaded macaddr v1.0.1
3462026-04-03T03:54:45.180Z Downloaded swrite v0.1.0
3472026-04-03T03:54:45.183Z Downloaded zerovec v0.11.5
3482026-04-03T03:54:45.185Z Downloaded zerocopy v0.7.35
3492026-04-03T03:54:45.193Z Downloaded unicode-xid v0.2.6
3502026-04-03T03:54:45.195Z Downloaded zerofrom-derive v0.1.6
3512026-04-03T03:54:45.196Z Downloaded version_check v0.9.5
3522026-04-03T03:54:45.196Z Downloaded thread-id v4.2.2
3532026-04-03T03:54:45.198Z Downloaded thiserror v1.0.69
3542026-04-03T03:54:45.198Z Downloaded utf8_iter v1.0.4
3552026-04-03T03:54:45.201Z Downloaded thiserror v2.0.18
3562026-04-03T03:54:45.204Z Downloaded equivalent v1.0.2
3572026-04-03T03:54:45.204Z Downloaded tinystr v0.8.2
3582026-04-03T03:54:45.204Z Downloaded sha2 v0.10.9
3592026-04-03T03:54:45.206Z Downloaded byteorder v1.5.0
3602026-04-03T03:54:45.206Z Downloaded yoke-derive v0.8.1
3612026-04-03T03:54:45.206Z Downloaded thiserror-impl v1.0.69
3622026-04-03T03:54:45.210Z Downloaded quote v1.0.44
3632026-04-03T03:54:45.213Z Downloaded fs-err v3.3.0
3642026-04-03T03:54:45.213Z Downloaded unicode-ident v1.0.24
3652026-04-03T03:54:45.216Z Downloaded autocfg v1.5.0
3662026-04-03T03:54:45.216Z Downloaded cargo_metadata v0.21.0
3672026-04-03T03:54:45.219Z Downloaded typeid v1.0.3
3682026-04-03T03:54:45.219Z Downloaded ordered-float v2.10.1
3692026-04-03T03:54:45.219Z Downloaded scroll_derive v0.12.1
3702026-04-03T03:54:45.221Z Downloaded pretty-hex v0.4.1
3712026-04-03T03:54:45.221Z Downloaded clap_lex v1.0.0
3722026-04-03T03:54:45.221Z Downloaded errno v0.3.14
3732026-04-03T03:54:45.225Z Downloaded yoke v0.8.1
3742026-04-03T03:54:45.228Z Downloaded once_cell v1.21.3
3752026-04-03T03:54:45.230Z Downloaded icu_locale_core v2.1.1
3762026-04-03T03:54:45.233Z Downloaded writeable v0.6.2
3772026-04-03T03:54:45.236Z Downloaded thiserror-impl v2.0.18
3782026-04-03T03:54:45.236Z Downloaded ucd-trie v0.1.7
3792026-04-03T03:54:45.236Z Downloaded idna_adapter v1.2.1
3802026-04-03T03:54:45.239Z Downloaded form_urlencoded v1.2.2
3812026-04-03T03:54:45.239Z Downloaded serde_tokenstream v0.2.3
3822026-04-03T03:54:45.239Z Downloaded crypto-common v0.1.7
3832026-04-03T03:54:45.239Z Downloaded unicode-width v0.1.14
3842026-04-03T03:54:45.241Z Downloaded url v2.5.8
3852026-04-03T03:54:45.244Z Downloaded serde_spanned v0.6.9
3862026-04-03T03:54:45.247Z Downloaded winnow v0.7.14
3872026-04-03T03:54:45.251Z Downloaded typenum v1.19.0
3882026-04-03T03:54:45.254Z Downloaded anstyle-parse v0.2.7
3892026-04-03T03:54:45.260Z Downloaded num-traits v0.2.19
3902026-04-03T03:54:45.263Z Downloaded itoa v1.0.17
3912026-04-03T03:54:45.281Z Downloaded cpufeatures v0.2.17
3922026-04-03T03:54:45.284Z Downloaded strsim v0.11.1
3932026-04-03T03:54:45.284Z Downloaded serde-value v0.7.0
3942026-04-03T03:54:45.284Z Downloaded usdt-impl v0.5.0
3952026-04-03T03:54:45.284Z Downloaded unicode-linebreak v0.1.5
3962026-04-03T03:54:45.286Z Downloaded usdt v0.5.0
3972026-04-03T03:54:45.289Z Downloaded proc-macro-error-attr v1.0.4
3982026-04-03T03:54:45.292Z Downloaded potential_utf v0.1.4
3992026-04-03T03:54:45.296Z Downloaded zerocopy-derive v0.7.35
4002026-04-03T03:54:45.296Z Downloaded textwrap v0.16.2
4012026-04-03T03:54:45.299Z Downloaded serde-untagged v0.1.9
4022026-04-03T03:54:45.299Z Downloaded pest_derive v2.8.6
4032026-04-03T03:54:45.299Z Downloaded proc-macro-error v1.0.4
4042026-04-03T03:54:45.301Z Downloaded bytecount v0.6.9
4052026-04-03T03:54:45.301Z Downloaded zerotrie v0.2.3
4062026-04-03T03:54:45.304Z Downloaded log v0.4.29
4072026-04-03T03:54:45.304Z Downloaded getrandom v0.4.1
4082026-04-03T03:54:45.307Z Downloaded toml_edit v0.22.27
4092026-04-03T03:54:45.309Z Downloaded generic-array v0.14.7
4102026-04-03T03:54:45.310Z Downloaded dtrace-parser v0.2.0
4112026-04-03T03:54:45.312Z Downloaded cargo-util-schemas v0.8.2
4122026-04-03T03:54:45.312Z Downloaded utf8parse v0.2.2
4132026-04-03T03:54:45.312Z Downloaded toml v0.8.23
4142026-04-03T03:54:45.315Z Downloaded smawk v0.3.2
4152026-04-03T03:54:45.318Z Downloaded cargo_toml v0.21.0
4162026-04-03T03:54:45.320Z Downloaded fnv v1.0.7
4172026-04-03T03:54:45.323Z Downloaded unicode-width v0.2.0
4182026-04-03T03:54:45.326Z Downloaded is_terminal_polyfill v1.70.2
4192026-04-03T03:54:45.326Z Downloaded cargo-platform v0.2.0
4202026-04-03T03:54:45.326Z Downloaded dof v0.3.0
4212026-04-03T03:54:45.329Z Downloaded litemap v0.8.1
4222026-04-03T03:54:45.337Z Downloaded scroll v0.12.0
4232026-04-03T03:54:45.340Z Downloaded terminal_size v0.4.3
4242026-04-03T03:54:45.343Z Downloaded icu_properties v2.1.2
4252026-04-03T03:54:45.349Z Downloaded serde_derive v1.0.228
4262026-04-03T03:54:45.353Z Downloaded semver v1.0.27
4272026-04-03T03:54:45.358Z Downloaded anyhow v1.0.102
4282026-04-03T03:54:45.360Z Downloaded smallvec v1.15.1
4292026-04-03T03:54:45.363Z Downloaded bitflags v2.11.0
4302026-04-03T03:54:45.375Z Downloaded pest_generator v2.8.6
4312026-04-03T03:54:45.379Z Downloaded papergrid v0.11.0
4322026-04-03T03:54:45.392Z Downloaded clap v4.5.60
4332026-04-03T03:54:45.397Z Downloaded anstyle v1.0.13
4342026-04-03T03:54:45.400Z Downloaded block-buffer v0.10.4
4352026-04-03T03:54:45.400Z Downloaded tempfile v3.25.0
4362026-04-03T03:54:45.403Z Downloaded clap_derive v4.5.55
4372026-04-03T03:54:45.406Z Downloaded proc-macro2 v1.0.106
4382026-04-03T03:54:45.409Z Downloaded icu_provider v2.1.1
4392026-04-03T03:54:45.411Z Downloaded camino-tempfile v1.4.1
4402026-04-03T03:54:45.411Z Downloaded serde v1.0.228
4412026-04-03T03:54:45.418Z Downloaded icu_normalizer v2.1.1
4422026-04-03T03:54:45.427Z Downloaded icu_normalizer_data v2.1.1
4432026-04-03T03:54:45.433Z Downloaded serde_core v1.0.228
4442026-04-03T03:54:45.436Z Downloaded hashbrown v0.16.1
4452026-04-03T03:54:45.438Z Downloaded indexmap v2.13.0
4462026-04-03T03:54:45.441Z Downloaded memchr v2.8.0
4472026-04-03T03:54:45.458Z Downloaded icu_collections v2.1.1
4482026-04-03T03:54:45.479Z Downloaded pest v2.8.6
4492026-04-03T03:54:45.485Z Downloaded idna v1.1.0
4502026-04-03T03:54:45.496Z Downloaded serde_json v1.0.149
4512026-04-03T03:54:45.511Z Downloaded tabled v0.15.0
4522026-04-03T03:54:45.519Z Downloaded icu_properties_data v2.1.2
4532026-04-03T03:54:45.528Z Downloaded goblin v0.8.2
4542026-04-03T03:54:45.533Z Downloaded clap_builder v4.5.60
4552026-04-03T03:54:45.535Z Downloaded syn v1.0.109
4562026-04-03T03:54:45.555Z Downloaded syn v2.0.117
4572026-04-03T03:54:45.571Z Downloaded rustix v1.1.3
4582026-04-03T03:54:45.606Z Downloaded libc v0.2.180
4592026-04-03T03:54:45.696Z Downloaded pest_meta v2.8.6
4602026-04-03T03:54:45.750Z Compiling proc-macro2 v1.0.106
4612026-04-03T03:54:45.750Z Compiling unicode-ident v1.0.24
4622026-04-03T03:54:45.753Z Compiling quote v1.0.44
4632026-04-03T03:54:45.753Z Compiling serde_core v1.0.228
4642026-04-03T03:54:45.753Z Compiling libc v0.2.180
4652026-04-03T03:54:45.753Z Compiling version_check v0.9.5
4662026-04-03T03:54:45.753Z Compiling serde v1.0.228
4672026-04-03T03:54:45.753Z Compiling memchr v2.8.0
4682026-04-03T03:54:46.092Z Compiling stable_deref_trait v1.2.1
4692026-04-03T03:54:46.173Z Compiling zmij v1.0.21
4702026-04-03T03:54:46.330Z Compiling autocfg v1.5.0
4712026-04-03T03:54:46.347Z Compiling ucd-trie v0.1.7
4722026-04-03T03:54:46.629Z Compiling itoa v1.0.17
4732026-04-03T03:54:46.662Z Compiling thiserror v1.0.69
4742026-04-03T03:54:46.754Z Compiling pest v2.8.6
4752026-04-03T03:54:46.775Z Compiling litemap v0.8.1
4762026-04-03T03:54:46.778Z Compiling writeable v0.6.2
4772026-04-03T03:54:46.821Z Compiling rustix v1.1.3
4782026-04-03T03:54:46.965Z Compiling icu_properties_data v2.1.2
4792026-04-03T03:54:46.980Z Compiling icu_normalizer_data v2.1.1
4802026-04-03T03:54:47.167Z Compiling byteorder v1.5.0
4812026-04-03T03:54:47.321Z Compiling syn v2.0.117
4822026-04-03T03:54:47.413Z Compiling errno v0.3.14
4832026-04-03T03:54:47.476Z Compiling serde_json v1.0.149
4842026-04-03T03:54:47.481Z Compiling bitflags v2.11.0
4852026-04-03T03:54:47.656Z Compiling num-traits v0.2.19
4862026-04-03T03:54:47.673Z Compiling equivalent v1.0.2
4872026-04-03T03:54:47.689Z Compiling smallvec v1.15.1
4882026-04-03T03:54:47.843Z Compiling pest_meta v2.8.6
4892026-04-03T03:54:47.902Z Compiling hashbrown v0.16.1
4902026-04-03T03:54:47.953Z Compiling typeid v1.0.3
4912026-04-03T03:54:48.179Z Compiling thread-id v4.2.2
4922026-04-03T03:54:48.196Z Compiling proc-macro-error-attr v1.0.4
4932026-04-03T03:54:48.260Z Compiling usdt-impl v0.5.0
4942026-04-03T03:54:48.277Z Compiling toml_write v0.1.2
4952026-04-03T03:54:48.380Z Compiling indexmap v2.13.0
4962026-04-03T03:54:48.434Z Compiling erased-serde v0.4.9
4972026-04-03T03:54:48.485Z Compiling syn v1.0.109
4982026-04-03T03:54:48.618Z Compiling winnow v0.7.14
4992026-04-03T03:54:48.927Z Compiling proc-macro-error v1.0.4
5002026-04-03T03:54:48.997Z Compiling utf8parse v0.2.2
5012026-04-03T03:54:49.115Z Compiling log v0.4.29
5022026-04-03T03:54:49.118Z Compiling camino v1.2.2
5032026-04-03T03:54:49.305Z Compiling thiserror v2.0.18
5042026-04-03T03:54:49.445Z Compiling plain v0.2.3
5052026-04-03T03:54:49.449Z Compiling getrandom v0.4.1
5062026-04-03T03:54:49.478Z Compiling percent-encoding v2.3.2
5072026-04-03T03:54:49.481Z Compiling utf8_iter v1.0.4
5082026-04-03T03:54:49.610Z Compiling form_urlencoded v1.2.2
5092026-04-03T03:54:49.642Z Compiling ordered-float v2.10.1
5102026-04-03T03:54:49.781Z Compiling anstyle-parse v0.2.7
5112026-04-03T03:54:49.880Z Compiling synstructure v0.13.2
5122026-04-03T03:54:49.908Z Compiling pest_generator v2.8.6
5132026-04-03T03:54:49.964Z Compiling terminal_size v0.4.3
5142026-04-03T03:54:50.107Z Compiling is_terminal_polyfill v1.70.2
5152026-04-03T03:54:50.208Z Compiling anstyle v1.0.13
5162026-04-03T03:54:50.246Z Compiling cfg-if v1.0.4
5172026-04-03T03:54:50.265Z Compiling anstyle-query v1.1.5
5182026-04-03T03:54:50.294Z Compiling pretty-hex v0.4.1
5192026-04-03T03:54:50.323Z Compiling colorchoice v1.0.4
5202026-04-03T03:54:50.445Z Compiling anstream v0.6.21
5212026-04-03T03:54:50.448Z Compiling serde-untagged v0.1.9
5222026-04-03T03:54:50.602Z Compiling semver v1.0.27
5232026-04-03T03:54:50.651Z Compiling fs-err v3.3.0
5242026-04-03T03:54:50.769Z Compiling unicode-width v0.1.14
5252026-04-03T03:54:50.792Z Compiling once_cell v1.21.3
5262026-04-03T03:54:50.844Z Compiling unicode-xid v0.2.6
5272026-04-03T03:54:50.926Z Compiling strsim v0.11.1
5282026-04-03T03:54:50.943Z Compiling heck v0.5.0
5292026-04-03T03:54:50.973Z Compiling fastrand v2.3.0
5302026-04-03T03:54:51.049Z Compiling bytecount v0.6.9
5312026-04-03T03:54:51.184Z Compiling fnv v1.0.7
5322026-04-03T03:54:51.202Z Compiling anyhow v1.0.102
5332026-04-03T03:54:51.243Z Compiling heck v0.4.1
5342026-04-03T03:54:51.285Z Compiling clap_lex v1.0.0
5352026-04-03T03:54:51.302Z Compiling papergrid v0.11.0
5362026-04-03T03:54:51.318Z Compiling tempfile v3.25.0
5372026-04-03T03:54:51.472Z Compiling clap_builder v4.5.60
5382026-04-03T03:54:51.620Z Compiling serde_derive v1.0.228
5392026-04-03T03:54:51.638Z Compiling zerofrom-derive v0.1.6
5402026-04-03T03:54:51.698Z Compiling yoke-derive v0.8.1
5412026-04-03T03:54:51.732Z Compiling zerovec-derive v0.11.2
5422026-04-03T03:54:51.954Z Compiling displaydoc v0.2.5
5432026-04-03T03:54:52.693Z Compiling thiserror-impl v1.0.69
5442026-04-03T03:54:52.725Z Compiling zerocopy-derive v0.7.35
5452026-04-03T03:54:52.837Z Compiling pest_derive v2.8.6
5462026-04-03T03:54:52.867Z Compiling scroll_derive v0.12.1
5472026-04-03T03:54:53.013Z Compiling zerofrom v0.1.6
5482026-04-03T03:54:53.148Z Compiling yoke v0.8.1
5492026-04-03T03:54:53.261Z Compiling thiserror-impl v2.0.18
5502026-04-03T03:54:53.344Z Compiling zerovec v0.11.5
5512026-04-03T03:54:53.517Z Compiling zerotrie v0.2.3
5522026-04-03T03:54:53.581Z Compiling zerocopy v0.7.35
5532026-04-03T03:54:53.833Z Compiling tinystr v0.8.2
5542026-04-03T03:54:53.864Z Compiling potential_utf v0.1.4
5552026-04-03T03:54:54.033Z Compiling icu_locale_core v2.1.1
5562026-04-03T03:54:54.050Z Compiling icu_collections v2.1.1
5572026-04-03T03:54:54.067Z Compiling dtrace-parser v0.2.0
5582026-04-03T03:54:54.135Z Compiling scroll v0.12.0
5592026-04-03T03:54:54.406Z Compiling goblin v0.8.2
5602026-04-03T03:54:54.492Z Compiling tabled_derive v0.7.0
5612026-04-03T03:54:54.536Z Compiling clap_derive v4.5.55
5622026-04-03T03:54:54.708Z Compiling icu_provider v2.1.1
5632026-04-03T03:54:54.815Z Compiling memmap v0.7.0
5642026-04-03T03:54:54.912Z Compiling smawk v0.3.2
5652026-04-03T03:54:55.000Z Compiling toml_datetime v0.6.11
5662026-04-03T03:54:55.018Z Compiling serde_spanned v0.6.9
5672026-04-03T03:54:55.050Z Compiling icu_normalizer v2.1.1
5682026-04-03T03:54:55.071Z Compiling icu_properties v2.1.2
5692026-04-03T03:54:55.087Z Compiling dof v0.3.0
5702026-04-03T03:54:55.166Z Compiling serde_tokenstream v0.2.3
5712026-04-03T03:54:55.260Z Compiling toml_edit v0.22.27
5722026-04-03T03:54:55.471Z Compiling serde-value v0.7.0
5732026-04-03T03:54:55.490Z Compiling cargo-platform v0.2.0
5742026-04-03T03:54:55.648Z Compiling unicode-linebreak v0.1.5
5752026-04-03T03:54:55.821Z Compiling unicode-width v0.2.0
5762026-04-03T03:54:55.888Z Compiling tabled v0.15.0
5772026-04-03T03:54:55.899Z Compiling macaddr v1.0.1
5782026-04-03T03:54:56.037Z Compiling idna_adapter v1.2.1
5792026-04-03T03:54:56.100Z Compiling usdt-attr-macro v0.5.0
5802026-04-03T03:54:56.128Z Compiling usdt-macro v0.5.0
5812026-04-03T03:54:56.184Z Compiling idna v1.1.0
5822026-04-03T03:54:56.220Z Compiling textwrap v0.16.2
5832026-04-03T03:54:56.287Z Compiling clap v4.5.60
5842026-04-03T03:54:56.765Z Compiling toml v0.8.23
5852026-04-03T03:54:56.784Z Compiling url v2.5.8
5862026-04-03T03:54:56.858Z Compiling camino-tempfile v1.4.1
5872026-04-03T03:54:57.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-04-03T03:54:57.362Z Compiling cargo-util-schemas v0.8.2
5892026-04-03T03:54:57.382Z Compiling cargo_toml v0.21.0
5902026-04-03T03:54:57.400Z Compiling swrite v0.1.0
5912026-04-03T03:54:57.502Z Compiling usdt v0.5.0
5922026-04-03T03:54:58.262Z Compiling cargo_metadata v0.21.0
5932026-04-03T03:54:59.199Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-03T03:55:01.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.87s
5952026-04-03T03:55:01.534Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-03T03:55:02.108Z Downloading crates ...
5972026-04-03T03:55:02.278Z Downloaded crc8 v0.1.1
5982026-04-03T03:55:02.281Z Downloaded float-cmp v0.10.0
5992026-04-03T03:55:02.284Z Downloaded bitfield-macros v0.19.4
6002026-04-03T03:55:02.286Z Downloaded cfg_aliases v0.1.1
6012026-04-03T03:55:02.289Z Downloaded bitfield-struct v0.6.2
6022026-04-03T03:55:02.289Z Downloaded block-padding v0.3.3
6032026-04-03T03:55:02.289Z Downloaded darling_macro v0.21.3
6042026-04-03T03:55:02.294Z Downloaded dsl_auto_type v0.2.0
6052026-04-03T03:55:02.297Z Downloaded filetime v0.2.27
6062026-04-03T03:55:02.300Z Downloaded difflib v0.4.0
6072026-04-03T03:55:02.300Z Downloaded bb8 v0.8.6
6082026-04-03T03:55:02.303Z Downloaded dyn-clone v1.0.20
6092026-04-03T03:55:02.303Z Downloaded defmt-parser v1.0.0
6102026-04-03T03:55:02.306Z Downloaded cstr-argument v0.1.2
6112026-04-03T03:55:02.306Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-04-03T03:55:02.306Z Downloaded cpufeatures v0.3.0
6132026-04-03T03:55:02.319Z Downloaded foreign-types v0.3.2
6142026-04-03T03:55:02.323Z Downloaded der_derive v0.7.3
6152026-04-03T03:55:02.323Z Downloaded cexpr v0.6.0
6162026-04-03T03:55:02.323Z Downloaded cbc v0.1.2
6172026-04-03T03:55:02.328Z Downloaded camino-tempfile-ext v0.3.3
6182026-04-03T03:55:02.328Z Downloaded bitflags v1.3.2
6192026-04-03T03:55:02.328Z Downloaded bitfield v0.19.4
6202026-04-03T03:55:02.328Z Downloaded erased-serde v0.3.31
6212026-04-03T03:55:02.335Z Downloaded foreign-types v0.5.0
6222026-04-03T03:55:02.336Z Downloaded dof v0.4.0
6232026-04-03T03:55:02.336Z Downloaded defmt v0.3.100
6242026-04-03T03:55:02.339Z Downloaded colored v2.2.0
6252026-04-03T03:55:02.339Z Downloaded clang-sys v1.8.1
6262026-04-03T03:55:02.339Z Downloaded ciborium v0.2.2
6272026-04-03T03:55:02.340Z Downloaded float-ord v0.3.2
6282026-04-03T03:55:02.340Z Downloaded downcast-rs v2.0.2
6292026-04-03T03:55:02.343Z Downloaded darling_macro v0.23.0
6302026-04-03T03:55:02.343Z Downloaded blowfish v0.9.1
6312026-04-03T03:55:02.343Z Downloaded argon2 v0.5.3
6322026-04-03T03:55:02.343Z Downloaded endian-type v0.1.2
6332026-04-03T03:55:02.347Z Downloaded foreign-types-macros v0.2.3
6342026-04-03T03:55:02.351Z Downloaded cookie_store v0.22.1
6352026-04-03T03:55:02.354Z Downloaded crc32fast v1.5.0
6362026-04-03T03:55:02.357Z Downloaded deranged v0.5.8
6372026-04-03T03:55:02.360Z Downloaded defmt v1.0.1
6382026-04-03T03:55:02.363Z Downloaded either v1.15.0
6392026-04-03T03:55:02.363Z Downloaded daft v0.1.5
6402026-04-03T03:55:02.369Z Downloaded curve25519-dalek-derive v0.1.1
6412026-04-03T03:55:02.372Z Downloaded darling_macro v0.20.11
6422026-04-03T03:55:02.375Z Downloaded dunce v1.0.5
6432026-04-03T03:55:02.378Z Downloaded display-error-chain v0.2.2
6442026-04-03T03:55:02.378Z Downloaded dirs-sys-next v0.1.2
6452026-04-03T03:55:02.378Z Downloaded crucible-workspace-hack v0.1.0
6462026-04-03T03:55:02.381Z Downloaded derive-ex v0.1.8
6472026-04-03T03:55:02.385Z Downloaded ed25519 v2.2.3
6482026-04-03T03:55:02.388Z Downloaded arrayref v0.3.9
6492026-04-03T03:55:02.388Z Downloaded fixedbitset v0.4.2
6502026-04-03T03:55:02.388Z Downloaded array-init v0.0.4
6512026-04-03T03:55:02.388Z Downloaded foreign-types-shared v0.3.1
6522026-04-03T03:55:02.388Z Downloaded flagset v0.4.7
6532026-04-03T03:55:02.391Z Downloaded embedded-io v0.6.1
6542026-04-03T03:55:02.391Z Downloaded derive_builder_macro v0.20.2
6552026-04-03T03:55:02.394Z Downloaded dropshot-api-manager-types v0.6.0
6562026-04-03T03:55:02.396Z Downloaded embedded-io v0.4.0
6572026-04-03T03:55:02.396Z Downloaded env_filter v1.0.0
6582026-04-03T03:55:02.399Z Downloaded foreign-types-shared v0.1.1
6592026-04-03T03:55:02.399Z Downloaded dtrace-parser v0.3.0
6602026-04-03T03:55:02.402Z Downloaded enum-as-inner v0.6.1
6612026-04-03T03:55:02.405Z Downloaded daft-derive v0.1.5
6622026-04-03T03:55:02.408Z Downloaded find-msvc-tools v0.1.9
6632026-04-03T03:55:02.410Z Downloaded fallible-iterator v0.2.0
6642026-04-03T03:55:02.413Z Downloaded ff v0.13.1
6652026-04-03T03:55:02.418Z Downloaded ecdsa v0.16.9
6662026-04-03T03:55:02.422Z Downloaded hash32 v0.2.1
6672026-04-03T03:55:02.422Z Downloaded foldhash v0.1.5
6682026-04-03T03:55:02.422Z Downloaded defmt-macros v1.0.1
6692026-04-03T03:55:02.422Z Downloaded env_logger v0.11.9
6702026-04-03T03:55:02.426Z Downloaded crc v3.4.0
6712026-04-03T03:55:02.426Z Downloaded assert_matches v1.5.0
6722026-04-03T03:55:02.426Z Downloaded gethostname v0.5.0
6732026-04-03T03:55:02.429Z Downloaded futures-task v0.3.32
6742026-04-03T03:55:02.429Z Downloaded crunchy v0.2.4
6752026-04-03T03:55:02.429Z Downloaded data-encoding v2.10.0
6762026-04-03T03:55:02.430Z Downloaded ctr v0.9.2
6772026-04-03T03:55:02.433Z Downloaded ena v0.14.4
6782026-04-03T03:55:02.439Z Downloaded critical-section v1.2.0
6792026-04-03T03:55:02.439Z Downloaded bit-set v0.5.3
6802026-04-03T03:55:02.443Z Downloaded crossbeam-deque v0.8.6
6812026-04-03T03:55:02.443Z Downloaded darling v0.20.11
6822026-04-03T03:55:02.446Z Downloaded adler2 v2.0.1
6832026-04-03T03:55:02.446Z Downloaded fs_extra v1.3.0
6842026-04-03T03:55:02.447Z Downloaded cfg_aliases v0.2.1
6852026-04-03T03:55:02.450Z Downloaded backoff v0.4.0
6862026-04-03T03:55:02.450Z Downloaded headers-core v0.3.0
6872026-04-03T03:55:02.453Z Downloaded fd-lock v4.0.4
6882026-04-03T03:55:02.454Z Downloaded git-stub-vcs v0.1.0
6892026-04-03T03:55:02.454Z Downloaded fs-err v2.11.0
6902026-04-03T03:55:02.457Z Downloaded foldhash v0.2.0
6912026-04-03T03:55:02.458Z Downloaded diesel-dtrace v0.5.0
6922026-04-03T03:55:02.461Z Downloaded futures-core v0.3.32
6932026-04-03T03:55:02.461Z Downloaded fixedbitset v0.5.7
6942026-04-03T03:55:02.461Z Downloaded chacha20 v0.9.1
6952026-04-03T03:55:02.461Z Downloaded hex-literal v0.4.1
6962026-04-03T03:55:02.464Z Downloaded cassowary v0.3.0
6972026-04-03T03:55:02.464Z Downloaded const_format_proc_macros v0.2.34
6982026-04-03T03:55:02.464Z Downloaded hex v0.4.3
6992026-04-03T03:55:02.467Z Downloaded bzip2 v0.4.4
7002026-04-03T03:55:02.467Z Downloaded csv-core v0.1.13
7012026-04-03T03:55:02.471Z Downloaded futures-executor v0.3.32
7022026-04-03T03:55:02.474Z Downloaded drift v0.1.3
7032026-04-03T03:55:02.477Z Downloaded crossbeam-epoch v0.9.18
7042026-04-03T03:55:02.480Z Downloaded futures-sink v0.3.32
7052026-04-03T03:55:02.485Z Downloaded cipher v0.4.4
7062026-04-03T03:55:02.487Z Downloaded constant_time_eq v0.4.2
7072026-04-03T03:55:02.487Z Downloaded buf-list v1.1.2
7082026-04-03T03:55:02.490Z Downloaded async-bb8-diesel v0.2.1
7092026-04-03T03:55:02.494Z Downloaded document-features v0.2.12
7102026-04-03T03:55:02.497Z Downloaded git-stub v1.0.0
7112026-04-03T03:55:02.497Z Downloaded hostname v0.3.1
7122026-04-03T03:55:02.500Z Downloaded futures v0.3.32
7132026-04-03T03:55:02.502Z Downloaded corncobs v0.1.4
7142026-04-03T03:55:02.502Z Downloaded hash32 v0.3.1
7152026-04-03T03:55:02.502Z Downloaded group v0.13.0
7162026-04-03T03:55:02.506Z Downloaded cookie v0.18.1
7172026-04-03T03:55:02.506Z Downloaded internet-checksum v0.2.1
7182026-04-03T03:55:02.506Z Downloaded aes-gcm v0.10.3
7192026-04-03T03:55:02.508Z Downloaded http-body v1.0.1
7202026-04-03T03:55:02.508Z Downloaded home v0.5.12
7212026-04-03T03:55:02.511Z Downloaded fxhash v0.2.1
7222026-04-03T03:55:02.511Z Downloaded futures-io v0.3.32
7232026-04-03T03:55:02.511Z Downloaded blake2 v0.10.6
7242026-04-03T03:55:02.514Z Downloaded indent_write v2.2.0
7252026-04-03T03:55:02.514Z Downloaded bytes v1.11.1
7262026-04-03T03:55:02.517Z Downloaded lalrpop-util v0.19.12
7272026-04-03T03:55:02.517Z Downloaded ar_archive_writer v0.5.1
7282026-04-03T03:55:02.523Z Downloaded derive_builder_core v0.20.2
7292026-04-03T03:55:02.524Z Downloaded hyper-tls v0.6.0
7302026-04-03T03:55:02.527Z Downloaded backon v1.6.0
7312026-04-03T03:55:02.527Z Downloaded diff v0.1.13
7322026-04-03T03:55:02.527Z Downloaded dirs-next v2.0.0
7332026-04-03T03:55:02.527Z Downloaded hostname v0.4.2
7342026-04-03T03:55:02.527Z Downloaded indoc v2.0.7
7352026-04-03T03:55:02.535Z Downloaded http-range v0.1.5
7362026-04-03T03:55:02.539Z Downloaded indoc v1.0.9
7372026-04-03T03:55:02.539Z Downloaded ident_case v1.0.1
7382026-04-03T03:55:02.544Z Downloaded derive-where v1.6.0
7392026-04-03T03:55:02.548Z Downloaded crossbeam-utils v0.8.21
7402026-04-03T03:55:02.551Z Downloaded dropshot_endpoint v0.16.7
7412026-04-03T03:55:02.555Z Downloaded lru v0.12.5
7422026-04-03T03:55:02.555Z Downloaded highway v1.3.0
7432026-04-03T03:55:02.555Z Downloaded des v0.8.1
7442026-04-03T03:55:02.558Z Downloaded heapless v0.7.17
7452026-04-03T03:55:02.558Z Downloaded heapless v0.8.0
7462026-04-03T03:55:02.562Z Downloaded inout v0.1.4
7472026-04-03T03:55:02.562Z Downloaded const_format v0.2.35
7482026-04-03T03:55:02.565Z Downloaded aws-lc-rs v1.16.0
7492026-04-03T03:55:02.568Z Downloaded instant v0.1.13
7502026-04-03T03:55:02.572Z Downloaded instability v0.3.11
7512026-04-03T03:55:02.572Z Downloaded h2 v0.4.13
7522026-04-03T03:55:02.575Z Downloaded hubpack_derive v0.1.1
7532026-04-03T03:55:02.575Z Downloaded http v1.4.0
7542026-04-03T03:55:02.578Z Downloaded hubpack v0.1.2
7552026-04-03T03:55:02.578Z Downloaded http-body-util v0.1.3
7562026-04-03T03:55:02.580Z Downloaded globset v0.4.18
7572026-04-03T03:55:02.580Z Downloaded chrono v0.4.44
7582026-04-03T03:55:02.583Z Downloaded kstat-rs v0.2.4
7592026-04-03T03:55:02.586Z Downloaded keccak v0.1.6
7602026-04-03T03:55:02.586Z Downloaded lazy_static v1.5.0
7612026-04-03T03:55:02.589Z Downloaded chacha20 v0.10.0
7622026-04-03T03:55:02.589Z Downloaded cancel-safe-futures v0.1.5
7632026-04-03T03:55:02.592Z Downloaded cc v1.2.56
7642026-04-03T03:55:02.592Z Downloaded ed25519-dalek v2.2.0
7652026-04-03T03:55:02.595Z Downloaded globwalk v0.9.1
7662026-04-03T03:55:02.595Z Downloaded getrandom v0.2.17
7672026-04-03T03:55:02.597Z Downloaded fatfs v0.3.6
7682026-04-03T03:55:02.600Z Downloaded derive_builder v0.20.2
7692026-04-03T03:55:02.615Z Downloaded ingot-types v0.1.2
7702026-04-03T03:55:02.618Z Downloaded hyper-staticfile v0.10.1
7712026-04-03T03:55:02.618Z Downloaded humantime v2.3.0
7722026-04-03T03:55:02.623Z Downloaded git2 v0.20.4
7732026-04-03T03:55:02.627Z Downloaded derive_more v0.99.20
7742026-04-03T03:55:02.627Z Downloaded darling_core v0.23.0
7752026-04-03T03:55:02.631Z Downloaded blake3 v1.8.3
7762026-04-03T03:55:02.637Z Downloaded md5 v0.7.0
7772026-04-03T03:55:02.637Z Downloaded memoffset v0.9.1
7782026-04-03T03:55:02.637Z Downloaded match_cfg v0.1.0
7792026-04-03T03:55:02.637Z Downloaded darling v0.23.0
7802026-04-03T03:55:02.641Z Downloaded flume v0.11.1
7812026-04-03T03:55:02.647Z Downloaded multimap v0.10.1
7822026-04-03T03:55:02.650Z Downloaded newline-converter v0.3.0
7832026-04-03T03:55:02.653Z Downloaded lru-slab v0.1.2
7842026-04-03T03:55:02.656Z Downloaded httparse v1.10.1
7852026-04-03T03:55:02.659Z Downloaded maybe-uninit v2.0.0
7862026-04-03T03:55:02.662Z Downloaded libscf-sys v1.1.0
7872026-04-03T03:55:02.662Z Downloaded jobserver v0.1.34
7882026-04-03T03:55:02.665Z Downloaded libloading v0.8.9
7892026-04-03T03:55:02.668Z Downloaded newtype_derive v0.1.6
7902026-04-03T03:55:02.668Z Downloaded linear-map v1.2.0
7912026-04-03T03:55:02.668Z Downloaded nibble_vec v0.1.0
7922026-04-03T03:55:02.671Z Downloaded getrandom v0.3.4
7932026-04-03T03:55:02.671Z Downloaded darling_core v0.20.11
7942026-04-03T03:55:02.674Z Downloaded libsw-core v0.3.2
7952026-04-03T03:55:02.677Z Downloaded iri-string v0.7.10
7962026-04-03T03:55:02.680Z Downloaded multer v3.1.0
7972026-04-03T03:55:02.680Z Downloaded itertools v0.10.5
7982026-04-03T03:55:02.683Z Downloaded iana-time-zone v0.1.65
7992026-04-03T03:55:02.686Z Downloaded itertools v0.14.0
8002026-04-03T03:55:02.690Z Downloaded num-derive v0.4.2
8012026-04-03T03:55:02.693Z Downloaded num-conv v0.2.0
8022026-04-03T03:55:02.693Z Downloaded num v0.4.3
8032026-04-03T03:55:02.693Z Downloaded nodrop v0.1.14
8042026-04-03T03:55:02.693Z Downloaded hmac v0.12.1
8052026-04-03T03:55:02.697Z Downloaded newtype-uuid-macros v0.1.0
8062026-04-03T03:55:02.698Z Downloaded derive_more v2.1.1
8072026-04-03T03:55:02.702Z Downloaded ingot v0.1.1
8082026-04-03T03:55:02.705Z Downloaded native-tls v0.2.18
8092026-04-03T03:55:02.705Z Downloaded der v0.7.10
8102026-04-03T03:55:02.708Z Downloaded num-iter v0.1.45
8112026-04-03T03:55:02.711Z Downloaded managed v0.8.0
8122026-04-03T03:55:02.711Z Downloaded libxml v0.3.3
8132026-04-03T03:55:02.716Z Downloaded ingot-macros v0.1.1
8142026-04-03T03:55:02.721Z Downloaded crypto-bigint v0.5.5
8152026-04-03T03:55:02.724Z Downloaded crossbeam-channel v0.5.15
8162026-04-03T03:55:02.728Z Downloaded nanorand v0.7.0
8172026-04-03T03:55:02.728Z Downloaded ipnet v2.11.0
8182026-04-03T03:55:02.732Z Downloaded lalrpop v0.19.12
8192026-04-03T03:55:02.737Z Downloaded openssl-probe v0.1.6
8202026-04-03T03:55:02.740Z Downloaded path-slash v0.1.5
8212026-04-03T03:55:02.740Z Downloaded parse-display-derive v0.10.0
8222026-04-03T03:55:02.740Z Downloaded crossterm v0.28.1
8232026-04-03T03:55:02.744Z Downloaded openssl-probe v0.2.1
8242026-04-03T03:55:02.744Z Downloaded ipnetwork v0.21.1
8252026-04-03T03:55:02.747Z Downloaded num_enum_derive v0.7.5
8262026-04-03T03:55:02.747Z Downloaded headers v0.4.1
8272026-04-03T03:55:02.750Z Downloaded dropshot-api-manager v0.6.0
8282026-04-03T03:55:02.753Z Downloaded cargo-platform v0.1.9
8292026-04-03T03:55:02.756Z Downloaded ignore v0.4.25
8302026-04-03T03:55:02.759Z Downloaded lzma-sys v0.1.20
8312026-04-03T03:55:02.774Z Downloaded packed_struct_codegen v0.10.1
8322026-04-03T03:55:02.777Z Downloaded oso-derive v0.27.3
8332026-04-03T03:55:02.777Z Downloaded litrs v1.0.0
8342026-04-03T03:55:02.777Z Downloaded num_threads v0.1.7
8352026-04-03T03:55:02.777Z Downloaded num_enum v0.7.5
8362026-04-03T03:55:02.780Z Downloaded num_enum v0.5.11
8372026-04-03T03:55:02.783Z Downloaded memmap2 v0.9.10
8382026-04-03T03:55:02.786Z Downloaded flate2 v1.1.9
8392026-04-03T03:55:02.789Z Downloaded num-rational v0.4.2
8402026-04-03T03:55:02.789Z Downloaded normalize-line-endings v0.3.0
8412026-04-03T03:55:02.789Z Downloaded indexmap v1.9.3
8422026-04-03T03:55:02.792Z Downloaded chrono-tz v0.10.4
8432026-04-03T03:55:02.802Z Downloaded parse-size v1.1.0
8442026-04-03T03:55:02.805Z Downloaded opaque-debug v0.3.1
8452026-04-03T03:55:02.805Z Downloaded newtype-uuid v1.3.2
8462026-04-03T03:55:02.805Z Downloaded darling_core v0.21.3
8472026-04-03T03:55:02.808Z Downloaded arrayvec v0.7.6
8482026-04-03T03:55:02.811Z Downloaded libz-sys v1.1.24
8492026-04-03T03:55:02.822Z Downloaded parse-display v0.10.0
8502026-04-03T03:55:02.825Z Downloaded libsw v3.5.0
8512026-04-03T03:55:02.825Z Downloaded papergrid v0.17.0
8522026-04-03T03:55:02.828Z Downloaded elliptic-curve v0.13.8
8532026-04-03T03:55:02.831Z Downloaded derive_more-impl v2.1.1
8542026-04-03T03:55:02.834Z Downloaded num-complex v0.4.6
8552026-04-03T03:55:02.834Z Downloaded diesel_derives v2.3.7
8562026-04-03T03:55:02.837Z Downloaded oxnet v0.1.4
8572026-04-03T03:55:02.840Z Downloaded openssl v0.10.75
8582026-04-03T03:55:02.844Z Downloaded oxide-tokio-rt v0.1.3
8592026-04-03T03:55:02.850Z Downloaded hickory-resolver v0.25.2
8602026-04-03T03:55:02.850Z Downloaded hickory-resolver v0.24.4
8612026-04-03T03:55:02.855Z Downloaded progenitor-impl v0.13.0
8622026-04-03T03:55:02.855Z Downloaded pin-utils v0.1.0
8632026-04-03T03:55:02.856Z Downloaded phf_shared v0.13.1
8642026-04-03T03:55:02.856Z Downloaded base64 v0.22.1
8652026-04-03T03:55:02.859Z Downloaded darling v0.21.3
8662026-04-03T03:55:02.859Z Downloaded byte-wrapper v0.1.0
8672026-04-03T03:55:02.862Z Downloaded expectorate v1.2.0
8682026-04-03T03:55:02.862Z Downloaded nu-ansi-term v0.50.3
8692026-04-03T03:55:02.865Z Downloaded pbkdf2 v0.12.2
8702026-04-03T03:55:02.865Z Downloaded indicatif v0.18.4
8712026-04-03T03:55:02.870Z Downloaded aes v0.8.4
8722026-04-03T03:55:02.870Z Downloaded cobs v0.3.0
8732026-04-03T03:55:02.870Z Downloaded async-stream-impl v0.3.6
8742026-04-03T03:55:02.871Z Downloaded r2d2 v0.8.10
8752026-04-03T03:55:02.876Z Downloaded password-hash v0.4.2
8762026-04-03T03:55:02.876Z Downloaded parking_lot_core v0.8.6
8772026-04-03T03:55:02.882Z Downloaded atty v0.2.14
8782026-04-03T03:55:02.885Z Downloaded ascii-canvas v3.0.0
8792026-04-03T03:55:02.888Z Downloaded precomputed-hash v0.1.1
8802026-04-03T03:55:02.888Z Downloaded powerfmt v0.2.0
8812026-04-03T03:55:02.893Z Downloaded rand_core v0.10.0
8822026-04-03T03:55:02.894Z Downloaded password-hash v0.5.0
8832026-04-03T03:55:02.897Z Downloaded pem-rfc7468 v0.7.0
8842026-04-03T03:55:02.897Z Downloaded hashbrown v0.12.3
8852026-04-03T03:55:02.900Z Downloaded pem v3.0.6
8862026-04-03T03:55:02.900Z Downloaded peg-macros v0.8.5
8872026-04-03T03:55:02.903Z Downloaded peg v0.8.5
8882026-04-03T03:55:02.907Z Downloaded predicates-tree v1.0.13
8892026-04-03T03:55:02.910Z Downloaded predicates-core v1.0.10
8902026-04-03T03:55:02.914Z Downloaded proc-macro-crate v3.4.0
8912026-04-03T03:55:02.914Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-04-03T03:55:02.914Z Downloaded base16ct v0.2.0
8932026-04-03T03:55:02.919Z Downloaded crc-any v2.5.0
8942026-04-03T03:55:02.919Z Downloaded convert_case v0.10.0
8952026-04-03T03:55:02.919Z Downloaded atomic-waker v1.1.2
8962026-04-03T03:55:02.922Z Downloaded phf v0.12.1
8972026-04-03T03:55:02.922Z Downloaded paste v1.0.15
8982026-04-03T03:55:02.922Z Downloaded proc-macro-crate v1.3.1
8992026-04-03T03:55:02.925Z Downloaded owo-colors v4.3.0
9002026-04-03T03:55:02.928Z Downloaded phf v0.13.1
9012026-04-03T03:55:02.996Z Downloaded progenitor-client v0.11.2
9022026-04-03T03:55:02.996Z Downloaded pin-project-internal v1.1.11
9032026-04-03T03:55:02.996Z Downloaded parking_lot v0.12.5
9042026-04-03T03:55:02.996Z Downloaded parking_lot v0.11.2
9052026-04-03T03:55:02.996Z Downloaded pkg-config v0.3.32
9062026-04-03T03:55:02.996Z Downloaded pin-project-lite v0.2.17
9072026-04-03T03:55:02.997Z Downloaded jiff-static v0.2.21
9082026-04-03T03:55:02.997Z Downloaded aead v0.5.2
9092026-04-03T03:55:02.997Z Downloaded poly1305 v0.8.0
9102026-04-03T03:55:02.997Z Downloaded psl-types v2.0.11
9112026-04-03T03:55:02.997Z Downloaded progenitor-macro v0.10.0
9122026-04-03T03:55:02.997Z Downloaded hashbrown v0.13.2
9132026-04-03T03:55:02.997Z Downloaded hyper-util v0.1.20
9142026-04-03T03:55:02.997Z Downloaded postgres-protocol v0.6.10
9152026-04-03T03:55:02.997Z Downloaded base16ct v1.0.0
9162026-04-03T03:55:02.997Z Downloaded bcrypt-pbkdf v0.10.0
9172026-04-03T03:55:02.997Z Downloaded atomicwrites v0.4.4
9182026-04-03T03:55:02.997Z Downloaded radium v0.7.0
9192026-04-03T03:55:02.997Z Downloaded quick-error v1.2.3
9202026-04-03T03:55:02.997Z Downloaded ciborium-ll v0.2.2
9212026-04-03T03:55:03.002Z Downloaded progenitor v0.10.0
9222026-04-03T03:55:03.003Z Downloaded primeorder v0.13.6
9232026-04-03T03:55:03.003Z Downloaded proc-macro-error2 v2.0.1
9242026-04-03T03:55:03.007Z Downloaded crossterm v0.29.0
9252026-04-03T03:55:03.007Z Downloaded rand_xorshift v0.4.0
9262026-04-03T03:55:03.010Z Downloaded ciborium-io v0.2.2
9272026-04-03T03:55:03.011Z Downloaded bit-set v0.8.0
9282026-04-03T03:55:03.011Z Downloaded pkcs5 v0.7.1
9292026-04-03T03:55:03.014Z Downloaded pkcs1 v0.7.5
9302026-04-03T03:55:03.014Z Downloaded minimal-lexical v0.2.1
9312026-04-03T03:55:03.018Z Downloaded is_ci v1.2.0
9322026-04-03T03:55:03.018Z Downloaded impl-trait-for-tuples v0.2.3
9332026-04-03T03:55:03.023Z Downloaded async-trait v0.1.89
9342026-04-03T03:55:03.027Z Downloaded postcard v1.1.3
9352026-04-03T03:55:03.032Z Downloaded bcs v0.1.6
9362026-04-03T03:55:03.033Z Downloaded parking_lot_core v0.9.12
9372026-04-03T03:55:03.036Z Downloaded cargo_metadata v0.19.2
9382026-04-03T03:55:03.036Z Downloaded progenitor-extras v0.1.1
9392026-04-03T03:55:03.036Z Downloaded ghash v0.5.1
9402026-04-03T03:55:03.039Z Downloaded bzip2 v0.6.1
9412026-04-03T03:55:03.039Z Downloaded ref-cast-impl v1.0.25
9422026-04-03T03:55:03.039Z Downloaded ref-cast v1.0.25
9432026-04-03T03:55:03.042Z Downloaded recursive-proc-macro-impl v0.1.1
9442026-04-03T03:55:03.042Z Downloaded progenitor v0.13.0
9452026-04-03T03:55:03.042Z Downloaded console v0.16.2
9462026-04-03T03:55:03.045Z Downloaded ahash v0.8.12
9472026-04-03T03:55:03.049Z Downloaded rand_chacha v0.3.1
9482026-04-03T03:55:03.053Z Downloaded rand_core v0.6.4
9492026-04-03T03:55:03.056Z Downloaded allocator-api2 v0.2.21
9502026-04-03T03:55:03.059Z Downloaded const-oid v0.9.6
9512026-04-03T03:55:03.059Z Downloaded pin-project v1.1.11
9522026-04-03T03:55:03.064Z Downloaded ron v0.8.1
9532026-04-03T03:55:03.068Z Downloaded russh-cryptovec v0.7.3
9542026-04-03T03:55:03.073Z Downloaded rfc6979 v0.4.0
9552026-04-03T03:55:03.073Z Downloaded hickory-server v0.25.2
9562026-04-03T03:55:03.078Z Downloaded cargo_toml v0.22.3
9572026-04-03T03:55:03.078Z Downloaded p256 v0.13.2
9582026-04-03T03:55:03.078Z Downloaded rand_chacha v0.9.0
9592026-04-03T03:55:03.078Z Downloaded oso v0.27.3
9602026-04-03T03:55:03.082Z Downloaded futures-channel v0.3.32
9612026-04-03T03:55:03.082Z Downloaded rand_seeder v0.4.0
9622026-04-03T03:55:03.086Z Downloaded rtoolbox v0.0.3
9632026-04-03T03:55:03.086Z Downloaded progenitor-client v0.13.0
9642026-04-03T03:55:03.086Z Downloaded bumpalo v3.20.2
9652026-04-03T03:55:03.091Z Downloaded rustc-hash v2.1.1
9662026-04-03T03:55:03.094Z Downloaded rustc_version v0.4.1
9672026-04-03T03:55:03.095Z Downloaded base64 v0.21.7
9682026-04-03T03:55:03.095Z Downloaded rustc_version v0.1.7
9692026-04-03T03:55:03.098Z Downloaded chacha20poly1305 v0.10.1
9702026-04-03T03:55:03.098Z Downloaded castaway v0.2.4
9712026-04-03T03:55:03.103Z Downloaded compact_str v0.8.1
9722026-04-03T03:55:03.110Z Downloaded hashbrown v0.15.5
9732026-04-03T03:55:03.113Z Downloaded console v0.15.11
9742026-04-03T03:55:03.116Z Downloaded bit-vec v0.8.0
9752026-04-03T03:55:04.121Z Downloaded schemars_derive v0.8.22
9762026-04-03T03:55:04.122Z Downloaded libefi-sys v0.1.0
9772026-04-03T03:55:04.126Z Downloaded packed_struct v0.10.1
9782026-04-03T03:55:04.126Z Downloaded serde_repr v0.1.20
9792026-04-03T03:55:04.126Z Downloaded salsa20 v0.10.2
9802026-04-03T03:55:04.126Z Downloaded debug-ignore v1.0.5
9812026-04-03T03:55:04.126Z Downloaded arc-swap v1.8.2
9822026-04-03T03:55:04.126Z Downloaded is-terminal v0.4.17
9832026-04-03T03:55:04.126Z Downloaded convert_case v0.4.0
9842026-04-03T03:55:04.127Z Downloaded olpc-cjson v0.1.4
9852026-04-03T03:55:04.127Z Downloaded md-5 v0.10.6
9862026-04-03T03:55:04.127Z Downloaded async-recursion v1.1.1
9872026-04-03T03:55:04.127Z Downloaded cmake v0.1.57
9882026-04-03T03:55:04.127Z Downloaded scheduled-thread-pool v0.2.7
9892026-04-03T03:55:04.127Z Downloaded sapling-renderdag v0.1.0
9902026-04-03T03:55:04.127Z Downloaded bit-vec v0.6.3
9912026-04-03T03:55:04.127Z Downloaded base64ct v1.8.3
9922026-04-03T03:55:04.127Z Downloaded samael v0.0.19
9932026-04-03T03:55:04.127Z Downloaded num-bigint v0.4.6
9942026-04-03T03:55:04.128Z Downloaded futures-macro v0.3.32
9952026-04-03T03:55:04.128Z Downloaded pbkdf2 v0.11.0
9962026-04-03T03:55:04.128Z Downloaded serde_cbor v0.11.2
9972026-04-03T03:55:04.128Z Downloaded serde-big-array v0.5.1
9982026-04-03T03:55:04.128Z Downloaded scroll_derive v0.13.1
9992026-04-03T03:55:04.128Z Downloaded async-stream v0.3.6
10002026-04-03T03:55:04.128Z Downloaded linked-hash-map v0.5.6
10012026-04-03T03:55:04.128Z Downloaded openssl-sys v0.9.111
10022026-04-03T03:55:04.128Z Downloaded lru-cache v0.1.2
10032026-04-03T03:55:04.128Z Downloaded mime_guess v2.0.5
10042026-04-03T03:55:04.128Z Downloaded slab v0.4.12
10052026-04-03T03:55:04.128Z Downloaded openssl-macros v0.1.1
10062026-04-03T03:55:04.128Z Downloaded seq-macro v0.3.6
10072026-04-03T03:55:04.128Z Downloaded new_debug_unreachable v1.0.6
10082026-04-03T03:55:04.128Z Downloaded funty v2.0.0
10092026-04-03T03:55:04.128Z Downloaded serde_urlencoded v0.7.1
10102026-04-03T03:55:04.128Z Downloaded nom v7.1.3
10112026-04-03T03:55:04.128Z Downloaded nonempty v0.12.0
10122026-04-03T03:55:04.128Z Downloaded glob v0.3.3
10132026-04-03T03:55:04.128Z Downloaded prefix-trie v0.7.0
10142026-04-03T03:55:04.128Z Downloaded rustversion v1.0.22
10152026-04-03T03:55:04.128Z Downloaded maplit v1.0.2
10162026-04-03T03:55:04.128Z Downloaded rustls-pemfile v1.0.4
10172026-04-03T03:55:04.128Z Downloaded serde_spanned v1.0.4
10182026-04-03T03:55:04.128Z Downloaded phf_shared v0.12.1
10192026-04-03T03:55:04.128Z Downloaded prettyplease v0.2.37
10202026-04-03T03:55:04.128Z Downloaded slog-stdlog v4.1.1
10212026-04-03T03:55:04.128Z Downloaded slog-json v2.6.1
10222026-04-03T03:55:04.128Z Downloaded libbz2-rs-sys v0.2.2
10232026-04-03T03:55:04.128Z Downloaded bitvec v1.0.1
10242026-04-03T03:55:04.128Z Downloaded signal-hook-mio v0.2.5
10252026-04-03T03:55:04.128Z Downloaded num-derive v0.3.3
10262026-04-03T03:55:04.128Z Downloaded sigpipe v0.1.3
10272026-04-03T03:55:04.129Z Downloaded num-integer v0.1.46
10282026-04-03T03:55:04.129Z Downloaded signal-hook-tokio v0.3.1
10292026-04-03T03:55:04.129Z Downloaded shell-words v1.1.1
10302026-04-03T03:55:04.129Z Downloaded rustls-pemfile v2.2.0
10312026-04-03T03:55:04.129Z Downloaded progenitor v0.11.2
10322026-04-03T03:55:04.129Z Downloaded polyval v0.6.2
10332026-04-03T03:55:04.129Z Downloaded pkcs8 v0.10.2
10342026-04-03T03:55:04.129Z Downloaded mime v0.3.17
10352026-04-03T03:55:04.129Z Downloaded omicron-zone-package v0.12.2
10362026-04-03T03:55:04.129Z Downloaded russh-keys v0.45.0
10372026-04-03T03:55:04.129Z Downloaded half v1.8.3
10382026-04-03T03:55:04.129Z Downloaded lzss v0.8.2
10392026-04-03T03:55:04.129Z Downloaded colored v3.1.1
10402026-04-03T03:55:04.129Z Downloaded phf_shared v0.11.3
10412026-04-03T03:55:04.129Z Downloaded peg-runtime v0.8.5
10422026-04-03T03:55:04.129Z Downloaded half v2.7.1
10432026-04-03T03:55:04.129Z Downloaded slog-dtrace v0.3.0
10442026-04-03T03:55:04.129Z Downloaded ppv-lite86 v0.2.21
10452026-04-03T03:55:04.129Z Downloaded slog-bunyan v2.5.0
10462026-04-03T03:55:04.129Z Downloaded crc-catalog v2.4.0
10472026-04-03T03:55:04.129Z Downloaded itertools v0.13.0
10482026-04-03T03:55:04.129Z Downloaded scroll v0.13.0
10492026-04-03T03:55:04.129Z Downloaded bindgen v0.71.1
10502026-04-03T03:55:04.129Z Downloaded rustls-native-certs v0.8.3
10512026-04-03T03:55:04.129Z Downloaded tabled_derive v0.11.0
10522026-04-03T03:55:04.129Z Downloaded serde_path_to_error v0.1.20
10532026-04-03T03:55:04.129Z Downloaded progenitor-macro v0.11.2
10542026-04-03T03:55:04.129Z Downloaded serde-hex v0.1.0
10552026-04-03T03:55:04.129Z Downloaded iddqd v0.3.17
10562026-04-03T03:55:04.129Z Downloaded rustls-pki-types v1.14.0
10572026-04-03T03:55:04.129Z Downloaded pretty_assertions v1.4.1
10582026-04-03T03:55:04.129Z Downloaded take_mut v0.2.2
10592026-04-03T03:55:04.129Z Downloaded strum v0.26.3
10602026-04-03T03:55:04.129Z Downloaded ssh-encoding v0.2.0
10612026-04-03T03:55:04.129Z Downloaded rustls-webpki v0.102.8
10622026-04-03T03:55:04.129Z Downloaded signal-hook-registry v1.4.8
10632026-04-03T03:55:04.129Z Downloaded aho-corasick v1.1.4
10642026-04-03T03:55:04.129Z Downloaded recursive v0.1.1
10652026-04-03T03:55:04.130Z Downloaded thiserror-impl-no-std v2.0.2
10662026-04-03T03:55:04.130Z Downloaded shlex v1.3.0
10672026-04-03T03:55:04.130Z Downloaded string_cache v0.8.9
10682026-04-03T03:55:04.130Z Downloaded simd-adler32 v0.3.8
10692026-04-03T03:55:04.130Z Downloaded lock_api v0.4.14
10702026-04-03T03:55:04.130Z Downloaded miniz_oxide v0.8.9
10712026-04-03T03:55:04.130Z Downloaded tinyvec_macros v0.1.1
10722026-04-03T03:55:04.130Z Downloaded tls_codec v0.4.2
10732026-04-03T03:55:04.130Z Downloaded term v1.2.1
10742026-04-03T03:55:04.130Z Downloaded strip-ansi-escapes v0.2.1
10752026-04-03T03:55:04.130Z Downloaded rand_core v0.9.5
10762026-04-03T03:55:04.130Z Downloaded predicates v3.1.4
10772026-04-03T03:55:04.134Z Downloaded sync-ptr v0.1.4
10782026-04-03T03:55:04.134Z Downloaded snafu-derive v0.8.9
10792026-04-03T03:55:04.134Z Downloaded tabwriter v1.4.1
10802026-04-03T03:55:04.135Z Downloaded rcgen v0.12.1
10812026-04-03T03:55:04.135Z Downloaded qorb v0.4.1
10822026-04-03T03:55:04.135Z Downloaded spki v0.7.3
10832026-04-03T03:55:04.135Z Downloaded mio v1.1.1
10842026-04-03T03:55:04.135Z Downloaded smf v0.2.3
10852026-04-03T03:55:04.135Z Downloaded libm v0.2.16
10862026-04-03T03:55:04.135Z Downloaded rustls-platform-verifier v0.6.2
10872026-04-03T03:55:04.135Z Downloaded termtree v0.5.1
10882026-04-03T03:55:04.135Z Downloaded rustls v0.21.12
10892026-04-03T03:55:04.135Z Downloaded serde_with_macros v3.17.0
10902026-04-03T03:55:04.135Z Downloaded rayon-core v1.13.0
10912026-04-03T03:55:04.135Z Downloaded rand v0.10.0
10922026-04-03T03:55:04.135Z Downloaded num-bigint-dig v0.8.6
10932026-04-03T03:55:04.135Z Downloaded sync_wrapper v1.0.2
10942026-04-03T03:55:04.135Z Downloaded sct v0.7.1
10952026-04-03T03:55:04.135Z Downloaded ryu v1.0.23
10962026-04-03T03:55:04.135Z Downloaded progenitor-impl v0.10.0
10972026-04-03T03:55:04.135Z Downloaded schemars v0.8.22
10982026-04-03T03:55:04.135Z Downloaded toml_parser v1.0.9+spec-1.1.0
10992026-04-03T03:55:04.135Z Downloaded scrypt v0.11.0
11002026-04-03T03:55:04.135Z Downloaded hkdf v0.12.4
11012026-04-03T03:55:04.135Z Downloaded postgres-types v0.2.12
11022026-04-03T03:55:04.135Z Downloaded bstr v1.12.1
11032026-04-03T03:55:04.135Z Downloaded strum_macros v0.27.2
11042026-04-03T03:55:04.135Z Downloaded rand v0.8.5
11052026-04-03T03:55:04.135Z Downloaded support-bundle-viewer v0.1.2
11062026-04-03T03:55:04.135Z Downloaded quinn v0.11.9
11072026-04-03T03:55:04.135Z Downloaded tungstenite v0.23.0
11082026-04-03T03:55:04.135Z Downloaded publicsuffix v2.3.0
11092026-04-03T03:55:04.135Z Downloaded itertools v0.12.1
11102026-04-03T03:55:04.135Z Downloaded thread-id v5.1.0
11112026-04-03T03:55:04.135Z Downloaded rusty-fork v0.3.1
11122026-04-03T03:55:04.135Z Downloaded secrecy v0.10.3
11132026-04-03T03:55:04.135Z Downloaded subtle v2.6.1
11142026-04-03T03:55:04.135Z Downloaded same-file v1.0.6
11152026-04-03T03:55:04.135Z Downloaded unicode-truncate v1.1.0
11162026-04-03T03:55:04.136Z Downloaded thread_local v1.1.9
11172026-04-03T03:55:04.136Z Downloaded hyper v1.8.1
11182026-04-03T03:55:04.136Z Downloaded spin v0.9.8
11192026-04-03T03:55:04.136Z Downloaded untrusted v0.9.0
11202026-04-03T03:55:04.136Z Downloaded httpdate v1.0.3
11212026-04-03T03:55:04.136Z Downloaded hyper-rustls v0.27.7
11222026-04-03T03:55:04.136Z Downloaded tower-service v0.3.3
11232026-04-03T03:55:04.136Z Downloaded strum v0.27.2
11242026-04-03T03:55:04.136Z Downloaded sha1 v0.10.6
11252026-04-03T03:55:04.136Z Downloaded serde_bytes v0.11.19
11262026-04-03T03:55:04.136Z Downloaded static_assertions v1.1.0
11272026-04-03T03:55:04.136Z Downloaded tls_codec_derive v0.4.2
11282026-04-03T03:55:04.136Z Downloaded secrecy v0.8.0
11292026-04-03T03:55:04.136Z Downloaded typify-macro v0.4.3
11302026-04-03T03:55:04.136Z Downloaded tokio-dtrace v0.1.1
11312026-04-03T03:55:04.136Z Downloaded similar v2.7.0
11322026-04-03T03:55:04.136Z Downloaded signal-hook v0.3.18
11332026-04-03T03:55:04.136Z Downloaded progenitor-client v0.10.0
11342026-04-03T03:55:04.136Z Downloaded serde_plain v1.0.2
11352026-04-03T03:55:04.136Z Downloaded rsa v0.9.10
11362026-04-03T03:55:04.136Z Downloaded structmeta-derive v0.3.0
11372026-04-03T03:55:04.136Z Downloaded sqlformat v0.3.5
11382026-04-03T03:55:04.136Z Downloaded unarray v0.1.4
11392026-04-03T03:55:04.136Z Downloaded typify-macro v0.6.1
11402026-04-03T03:55:04.136Z Downloaded universal-hash v0.5.1
11412026-04-03T03:55:04.136Z Downloaded time-macros v0.2.27
11422026-04-03T03:55:04.136Z Downloaded tower-layer v0.3.3
11432026-04-03T03:55:04.136Z Downloaded walkdir v2.5.0
11442026-04-03T03:55:04.136Z Downloaded tokio-macros v2.6.0
11452026-04-03T03:55:04.136Z Downloaded tokio-util v0.7.18
11462026-04-03T03:55:04.136Z Downloaded testing_table v0.3.0
11472026-04-03T03:55:04.136Z Downloaded term v0.7.0
11482026-04-03T03:55:04.136Z Downloaded resolv-conf v0.7.6
11492026-04-03T03:55:04.136Z Downloaded tokio-tungstenite v0.21.0
11502026-04-03T03:55:04.136Z Downloaded slog-envlogger v2.2.0
11512026-04-03T03:55:04.136Z Downloaded quinn-udp v0.5.14
11522026-04-03T03:55:04.136Z Downloaded signature v2.2.0
11532026-04-03T03:55:04.136Z Downloaded rustls-webpki v0.103.9
11542026-04-03T03:55:04.136Z Downloaded unit-prefix v0.5.2
11552026-04-03T03:55:04.137Z Downloaded utf-8 v0.7.6
11562026-04-03T03:55:04.137Z Downloaded usdt-attr-macro v0.6.0
11572026-04-03T03:55:04.137Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-04-03T03:55:04.137Z Downloaded p521 v0.13.3
11592026-04-03T03:55:04.137Z Downloaded socket2 v0.5.10
11602026-04-03T03:55:04.137Z Downloaded tiny-keccak v2.0.2
11612026-04-03T03:55:04.137Z Downloaded usdt-macro v0.6.0
11622026-04-03T03:55:04.137Z Downloaded progenitor-impl v0.11.2
11632026-04-03T03:55:04.137Z Downloaded waitgroup v0.1.2
11642026-04-03T03:55:04.137Z Downloaded void v1.0.2
11652026-04-03T03:55:04.137Z Downloaded zeroize v1.8.2
11662026-04-03T03:55:04.137Z Downloaded socket2 v0.6.2
11672026-04-03T03:55:04.137Z Downloaded tokio-tungstenite v0.23.1
11682026-04-03T03:55:04.137Z Downloaded want v0.3.1
11692026-04-03T03:55:04.137Z Downloaded subprocess v0.2.15
11702026-04-03T03:55:04.137Z Downloaded xshell-macros v0.2.7
11712026-04-03T03:55:04.137Z Downloaded schemars v0.9.0
11722026-04-03T03:55:04.137Z Downloaded usdt v0.6.0
11732026-04-03T03:55:04.137Z Downloaded typify v0.6.1
11742026-04-03T03:55:04.137Z Downloaded tokio-rustls v0.26.4
11752026-04-03T03:55:04.137Z Downloaded ratatui v0.29.0
11762026-04-03T03:55:04.137Z Downloaded termios v0.3.3
11772026-04-03T03:55:04.141Z Downloaded stacker v0.1.23
11782026-04-03T03:55:04.141Z Downloaded psm v0.1.30
11792026-04-03T03:55:04.141Z Downloaded strum_macros v0.24.3
11802026-04-03T03:55:04.141Z Downloaded sec1 v0.7.3
11812026-04-03T03:55:04.141Z Downloaded rand v0.9.2
11822026-04-03T03:55:04.141Z Downloaded usdt-impl v0.6.0
11832026-04-03T03:55:04.141Z Downloaded zeroize_derive v1.4.3
11842026-04-03T03:55:04.141Z Downloaded tap v1.0.1
11852026-04-03T03:55:04.141Z Downloaded uzers v0.12.2
11862026-04-03T03:55:04.141Z Downloaded trait-variant v0.1.2
11872026-04-03T03:55:04.141Z Downloaded structmeta v0.3.0
11882026-04-03T03:55:04.141Z Downloaded tinyvec v1.10.0
11892026-04-03T03:55:04.141Z Downloaded time-core v0.1.8
11902026-04-03T03:55:04.141Z Downloaded serde_yaml v0.9.34+deprecated
11912026-04-03T03:55:04.141Z Downloaded tui-tree-widget v0.23.1
11922026-04-03T03:55:04.141Z Downloaded vergen-git2 v1.0.7
11932026-04-03T03:55:04.142Z Downloaded x509-cert v0.2.5
11942026-04-03T03:55:04.142Z Downloaded zone v0.3.1
11952026-04-03T03:55:04.142Z Downloaded ssh-cipher v0.2.0
11962026-04-03T03:55:04.142Z Downloaded russh v0.45.0
11972026-04-03T03:55:04.142Z Downloaded vsss-rs v3.3.4
11982026-04-03T03:55:04.142Z Downloaded nix v0.29.0
11992026-04-03T03:55:04.142Z Downloaded typify v0.4.3
12002026-04-03T03:55:04.142Z Downloaded topological-sort v0.2.2
12012026-04-03T03:55:04.142Z Downloaded stringprep v0.1.5
12022026-04-03T03:55:04.142Z Downloaded nix v0.28.0
12032026-04-03T03:55:04.142Z Downloaded wait-timeout v0.2.1
12042026-04-03T03:55:04.142Z Downloaded wyz v0.5.1
12052026-04-03T03:55:04.142Z Downloaded zone_cfg_derive v0.3.1
12062026-04-03T03:55:04.142Z Downloaded unicase v2.9.0
12072026-04-03T03:55:04.142Z Downloaded toml v0.9.12+spec-1.1.0
12082026-04-03T03:55:04.142Z Downloaded unicode-properties v0.1.4
12092026-04-03T03:55:04.142Z Downloaded xz2 v0.1.7
12102026-04-03T03:55:04.142Z Downloaded tokio-rustls v0.25.0
12112026-04-03T03:55:04.142Z Downloaded test-strategy v0.4.5
12122026-04-03T03:55:04.142Z Downloaded nix v0.31.1
12132026-04-03T03:55:04.142Z Downloaded portable-atomic v1.13.1
12142026-04-03T03:55:04.142Z Downloaded toml v0.7.8
12152026-04-03T03:55:04.142Z Downloaded steno v0.4.1
12162026-04-03T03:55:04.142Z Downloaded zerocopy-derive v0.8.40
12172026-04-03T03:55:04.142Z Downloaded vergen-lib v0.1.6
12182026-04-03T03:55:04.142Z Downloaded rpassword v7.4.0
12192026-04-03T03:55:04.142Z Downloaded reqwest v0.13.2
12202026-04-03T03:55:04.142Z Downloaded curve25519-dalek v4.1.3
12212026-04-03T03:55:04.142Z Downloaded zstd v0.13.3
12222026-04-03T03:55:04.142Z Downloaded uuid v1.21.0
12232026-04-03T03:55:04.142Z Downloaded unsafe-libyaml v0.2.11
12242026-04-03T03:55:04.142Z Downloaded ssh-key v0.6.7
12252026-04-03T03:55:04.142Z Downloaded toml_edit v0.19.15
12262026-04-03T03:55:04.142Z Downloaded tokio-rustls v0.24.1
12272026-04-03T03:55:04.142Z Downloaded tokio-postgres v0.7.16
12282026-04-03T03:55:04.142Z Downloaded zerocopy v0.6.6
12292026-04-03T03:55:04.143Z Downloaded scopeguard v1.2.0
12302026-04-03T03:55:04.143Z Downloaded rustyline v14.0.0
12312026-04-03T03:55:04.143Z Downloaded rayon v1.11.0
12322026-04-03T03:55:04.143Z Downloaded sqlparser v0.61.0
12332026-04-03T03:55:04.143Z Downloaded vte v0.14.1
12342026-04-03T03:55:04.143Z Downloaded p384 v0.13.1
12352026-04-03T03:55:04.143Z Downloaded ron v0.12.0
12362026-04-03T03:55:04.143Z Downloaded rustls-webpki v0.101.7
12372026-04-03T03:55:04.143Z Downloaded zstd-safe v7.2.4
12382026-04-03T03:55:04.143Z Downloaded unicode-normalization v0.1.25
12392026-04-03T03:55:04.143Z Downloaded schemars v1.2.1
12402026-04-03T03:55:04.143Z Downloaded untrusted v0.7.1
12412026-04-03T03:55:04.143Z Downloaded goblin v0.10.5
12422026-04-03T03:55:04.143Z Downloaded unicode-bidi v0.3.18
12432026-04-03T03:55:04.143Z Downloaded toml_edit v0.23.10+spec-1.0.0
12442026-04-03T03:55:04.143Z Downloaded smallvec v0.6.14
12452026-04-03T03:55:04.143Z Downloaded regex v1.12.3
12462026-04-03T03:55:04.143Z Downloaded reedline v0.40.0
12472026-04-03T03:55:04.143Z Downloaded snafu v0.8.9
12482026-04-03T03:55:04.143Z Downloaded tough v0.20.0
12492026-04-03T03:55:04.143Z Downloaded moka v0.12.13
12502026-04-03T03:55:04.143Z Downloaded vergen-gitcl v1.0.8
12512026-04-03T03:55:04.143Z Downloaded smoltcp v0.11.0
12522026-04-03T03:55:04.143Z Downloaded yansi v1.0.1
12532026-04-03T03:55:04.143Z Downloaded yasna v0.5.2
12542026-04-03T03:55:04.143Z Downloaded unicode_categories v0.1.1
12552026-04-03T03:55:04.143Z Downloaded xshell v0.2.7
12562026-04-03T03:55:04.143Z Downloaded xattr v1.6.1
12572026-04-03T03:55:04.143Z Downloaded quick-xml v0.37.5
12582026-04-03T03:55:04.143Z Downloaded siphasher v1.0.2
12592026-04-03T03:55:04.143Z Downloaded zip v0.6.6
12602026-04-03T03:55:04.143Z Downloaded whoami v1.6.1
12612026-04-03T03:55:04.143Z Downloaded typed-path v0.9.3
12622026-04-03T03:55:04.143Z Downloaded zlib-rs v0.6.2
12632026-04-03T03:55:04.143Z Downloaded slog-async v2.8.0
12642026-04-03T03:55:04.143Z Downloaded bzip2-sys v0.1.13+1.0.8
12652026-04-03T03:55:04.143Z Downloaded webpki-roots v1.0.6
12662026-04-03T03:55:04.144Z Downloaded supports-color v3.0.2
12672026-04-03T03:55:04.144Z Downloaded sqlparser_derive v0.5.0
12682026-04-03T03:55:04.144Z Downloaded thiserror-no-std v2.0.2
12692026-04-03T03:55:04.144Z Downloaded reqwest v0.12.28
12702026-04-03T03:55:04.144Z Downloaded slog-scope v4.4.1
12712026-04-03T03:55:04.144Z Downloaded petname v2.0.2
12722026-04-03T03:55:04.144Z Downloaded tagptr v0.2.0
12732026-04-03T03:55:04.144Z Downloaded salty v0.3.0
12742026-04-03T03:55:04.144Z Downloaded slog-term v2.9.2
12752026-04-03T03:55:04.144Z Downloaded nix v0.27.1
12762026-04-03T03:55:04.144Z Downloaded proptest v1.10.0
12772026-04-03T03:55:04.148Z Downloaded twox-hash v2.1.2
12782026-04-03T03:55:04.148Z Downloaded tokio-native-tls v0.3.1
12792026-04-03T03:55:04.148Z Downloaded object v0.30.4
12802026-04-03T03:55:04.148Z Downloaded unicode-segmentation v1.12.0
12812026-04-03T03:55:04.148Z Downloaded progenitor-macro v0.13.0
12822026-04-03T03:55:04.148Z Downloaded tungstenite v0.21.0
12832026-04-03T03:55:04.148Z Downloaded try-lock v0.2.5
12842026-04-03T03:55:04.148Z Downloaded tar v0.4.45
12852026-04-03T03:55:04.148Z Downloaded toml_writer v1.0.6+spec-1.1.0
12862026-04-03T03:55:04.148Z Downloaded strum_macros v0.26.4
12872026-04-03T03:55:04.148Z Downloaded zip v4.6.1
12882026-04-03T03:55:04.148Z Downloaded whoami v2.1.0
12892026-04-03T03:55:04.148Z Downloaded tokio-stream v0.1.18
12902026-04-03T03:55:04.148Z Downloaded zopfli v0.8.3
12912026-04-03T03:55:04.148Z Downloaded quinn-proto v0.11.13
12922026-04-03T03:55:04.148Z Downloaded tracing-attributes v0.1.31
12932026-04-03T03:55:04.148Z Downloaded serde_with v3.17.0
12942026-04-03T03:55:04.148Z Downloaded dropshot v0.16.7
12952026-04-03T03:55:04.148Z Downloaded typify-impl v0.4.3
12962026-04-03T03:55:04.148Z Downloaded tower v0.5.3
12972026-04-03T03:55:04.148Z Downloaded semver v0.1.20
12982026-04-03T03:55:04.148Z Downloaded jiff v0.2.21
12992026-04-03T03:55:04.148Z Downloaded zerocopy-derive v0.6.6
13002026-04-03T03:55:04.148Z Downloaded winnow v0.5.40
13012026-04-03T03:55:04.148Z Downloaded tracing-core v0.1.36
13022026-04-03T03:55:04.148Z Downloaded polar-core v0.27.3
13032026-04-03T03:55:04.148Z Downloaded futures-util v0.3.32
13042026-04-03T03:55:04.148Z Downloaded sled v0.34.7
13052026-04-03T03:55:04.148Z Downloaded winnow v0.6.26
13062026-04-03T03:55:04.148Z Downloaded radix_trie v0.2.1
13072026-04-03T03:55:04.148Z Downloaded num_enum_derive v0.5.11
13082026-04-03T03:55:04.148Z Downloaded vcpkg v0.2.15
13092026-04-03T03:55:04.152Z Downloaded serde_derive_internals v0.29.1
13102026-04-03T03:55:04.155Z Downloaded object v0.37.3
13112026-04-03T03:55:04.174Z Downloaded ring v0.17.14
13122026-04-03T03:55:04.199Z Downloaded time v0.3.47
13132026-04-03T03:55:04.205Z Downloaded tabled v0.20.0
13142026-04-03T03:55:04.215Z Downloaded hickory-proto v0.24.4
13152026-04-03T03:55:04.224Z Downloaded openapiv3 v2.2.0
13162026-04-03T03:55:04.231Z Downloaded hickory-proto v0.25.2
13172026-04-03T03:55:04.240Z Downloaded regex-syntax v0.6.29
13182026-04-03T03:55:04.245Z Downloaded diesel v2.3.7
13192026-04-03T03:55:04.258Z Downloaded tokio v1.49.0
13202026-04-03T03:55:04.282Z Downloaded regress v0.10.5
13212026-04-03T03:55:04.288Z Downloaded rustls v0.22.4
13222026-04-03T03:55:04.297Z Downloaded zerocopy v0.8.40
13232026-04-03T03:55:04.311Z Downloaded rustls v0.23.37
13242026-04-03T03:55:04.311Z Downloaded slog v2.8.2
13252026-04-03T03:55:04.311Z Downloaded regex-syntax v0.8.10
13262026-04-03T03:55:04.315Z Downloaded tower-http v0.6.8
13272026-04-03T03:55:04.319Z Downloaded smoltcp v0.9.1
13282026-04-03T03:55:04.326Z Downloaded rustix v0.38.44
13292026-04-03T03:55:04.339Z Downloaded vergen v9.0.6
13302026-04-03T03:55:04.425Z Downloaded typify-impl v0.6.1
13312026-04-03T03:55:04.434Z Downloaded tracing v0.1.44
13322026-04-03T03:55:04.485Z Downloaded regex-automata v0.4.14
13332026-04-03T03:55:04.568Z Downloaded csv v1.4.0
13342026-04-03T03:55:04.581Z Downloaded petgraph v0.8.3
13352026-04-03T03:55:04.594Z Downloaded petgraph v0.6.5
13362026-04-03T03:55:04.615Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-04-03T03:55:04.631Z Downloaded sha3 v0.10.8
13382026-04-03T03:55:04.682Z Downloaded encoding_rs v0.8.35
13392026-04-03T03:55:04.717Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-04-03T03:55:04.853Z Downloaded aws-lc-sys v0.37.1
13412026-04-03T03:55:05.103Z Compiling libc v0.2.180
13422026-04-03T03:55:05.103Z Compiling serde v1.0.228
13432026-04-03T03:55:05.110Z Compiling log v0.4.29
13442026-04-03T03:55:05.111Z Compiling find-msvc-tools v0.1.9
13452026-04-03T03:55:05.111Z Compiling shlex v1.3.0
13462026-04-03T03:55:05.111Z Compiling smallvec v1.15.1
13472026-04-03T03:55:05.111Z Compiling syn v2.0.117
13482026-04-03T03:55:05.235Z Compiling typenum v1.19.0
13492026-04-03T03:55:05.420Z Compiling generic-array v0.14.7
13502026-04-03T03:55:05.447Z Compiling subtle v2.6.1
13512026-04-03T03:55:05.474Z Compiling scopeguard v1.2.0
13522026-04-03T03:55:05.495Z Compiling portable-atomic v1.13.1
13532026-04-03T03:55:05.584Z Compiling const-oid v0.9.6
13542026-04-03T03:55:05.694Z Compiling lock_api v0.4.14
13552026-04-03T03:55:05.723Z Compiling critical-section v1.2.0
13562026-04-03T03:55:05.757Z Compiling zerocopy v0.8.40
13572026-04-03T03:55:05.842Z Compiling serde_json v1.0.149
13582026-04-03T03:55:05.927Z Compiling pin-project-lite v0.2.17
13592026-04-03T03:55:06.029Z Compiling parking_lot_core v0.9.12
13602026-04-03T03:55:06.208Z Compiling getrandom v0.2.17
13612026-04-03T03:55:06.244Z Compiling jobserver v0.1.34
13622026-04-03T03:55:06.263Z Compiling errno v0.3.14
13632026-04-03T03:55:06.351Z Compiling rand_core v0.6.4
13642026-04-03T03:55:06.404Z Compiling signal-hook-registry v1.4.8
13652026-04-03T03:55:06.434Z Compiling pkg-config v0.3.32
13662026-04-03T03:55:06.606Z Compiling cc v1.2.56
13672026-04-03T03:55:06.629Z Compiling once_cell v1.21.3
13682026-04-03T03:55:06.634Z Compiling parking_lot v0.12.5
13692026-04-03T03:55:06.681Z Compiling mio v1.1.1
13702026-04-03T03:55:06.709Z Compiling bitflags v2.11.0
13712026-04-03T03:55:06.838Z Compiling libm v0.2.16
13722026-04-03T03:55:06.938Z Compiling num-traits v0.2.19
13732026-04-03T03:55:07.003Z Compiling futures-core v0.3.32
13742026-04-03T03:55:07.086Z Compiling socket2 v0.6.2
13752026-04-03T03:55:07.193Z Compiling percent-encoding v2.3.2
13762026-04-03T03:55:07.219Z Compiling allocator-api2 v0.2.21
13772026-04-03T03:55:07.247Z Compiling cpufeatures v0.2.17
13782026-04-03T03:55:07.322Z Compiling foldhash v0.2.0
13792026-04-03T03:55:07.335Z Compiling futures-sink v0.3.32
13802026-04-03T03:55:07.386Z Compiling futures-task v0.3.32
13812026-04-03T03:55:07.438Z Compiling futures-channel v0.3.32
13822026-04-03T03:55:07.510Z Compiling hashbrown v0.16.1
13832026-04-03T03:55:07.540Z Compiling getrandom v0.4.1
13842026-04-03T03:55:07.540Z Compiling futures-io v0.3.32
13852026-04-03T03:55:07.565Z Compiling slab v0.4.12
13862026-04-03T03:55:07.669Z Compiling rand_core v0.10.0
13872026-04-03T03:55:07.710Z Compiling rustversion v1.0.22
13882026-04-03T03:55:07.738Z Compiling getrandom v0.3.4
13892026-04-03T03:55:07.835Z Compiling cmake v0.1.57
13902026-04-03T03:55:08.119Z Compiling indexmap v2.13.0
13912026-04-03T03:55:08.201Z Compiling synstructure v0.13.2
13922026-04-03T03:55:08.234Z Compiling form_urlencoded v1.2.2
13932026-04-03T03:55:08.330Z Compiling dunce v1.0.5
13942026-04-03T03:55:08.412Z Compiling base64ct v1.8.3
13952026-04-03T03:55:08.426Z Compiling fs_extra v1.3.0
13962026-04-03T03:55:08.677Z Compiling ident_case v1.0.1
13972026-04-03T03:55:08.699Z Compiling aws-lc-sys v0.37.1
13982026-04-03T03:55:08.712Z Compiling pem-rfc7468 v0.7.0
13992026-04-03T03:55:08.724Z Compiling flagset v0.4.7
14002026-04-03T03:55:08.737Z Compiling rand_core v0.9.5
14012026-04-03T03:55:08.781Z Compiling rustix v1.1.3
14022026-04-03T03:55:08.801Z Compiling iana-time-zone v0.1.65
14032026-04-03T03:55:08.815Z Compiling ring v0.17.14
14042026-04-03T03:55:08.852Z Compiling uuid v1.21.0
14052026-04-03T03:55:09.008Z Compiling rustc_version v0.4.1
14062026-04-03T03:55:09.008Z Compiling vcpkg v0.2.15
14072026-04-03T03:55:09.032Z Compiling aws-lc-rs v1.16.0
14082026-04-03T03:55:09.314Z Compiling regex-syntax v0.8.10
14092026-04-03T03:55:09.334Z Compiling tracing-core v0.1.36
14102026-04-03T03:55:09.572Z Compiling crossbeam-utils v0.8.21
14112026-04-03T03:55:09.766Z Compiling openssl-sys v0.9.111
14122026-04-03T03:55:09.878Z Compiling pest_generator v2.8.6
14132026-04-03T03:55:09.891Z Compiling serde_derive_internals v0.29.1
14142026-04-03T03:55:09.948Z Compiling serde_derive v1.0.228
14152026-04-03T03:55:10.281Z Compiling zeroize_derive v1.4.3
14162026-04-03T03:55:10.498Z Compiling zerofrom-derive v0.1.6
14172026-04-03T03:55:10.552Z Compiling yoke-derive v0.8.1
14182026-04-03T03:55:10.793Z Compiling zerocopy-derive v0.8.40
14192026-04-03T03:55:10.968Z Compiling zeroize v1.8.2
14202026-04-03T03:55:11.662Z Compiling zerovec-derive v0.11.2
14212026-04-03T03:55:11.719Z Compiling crypto-common v0.1.7
14222026-04-03T03:55:11.732Z Compiling block-buffer v0.10.4
14232026-04-03T03:55:11.864Z Compiling digest v0.10.7
14242026-04-03T03:55:11.898Z Compiling displaydoc v0.2.5
14252026-04-03T03:55:11.935Z Compiling zerofrom v0.1.6
14262026-04-03T03:55:12.060Z Compiling yoke v0.8.1
14272026-04-03T03:55:12.104Z Compiling tokio-macros v2.6.0
14282026-04-03T03:55:12.240Z Compiling hmac v0.12.1
14292026-04-03T03:55:12.393Z Compiling futures-macro v0.3.32
14302026-04-03T03:55:12.615Z Compiling zerotrie v0.2.3
14312026-04-03T03:55:12.744Z Compiling zerovec v0.11.5
14322026-04-03T03:55:12.811Z Compiling block-padding v0.3.3
14332026-04-03T03:55:12.909Z Compiling sha2 v0.10.9
14342026-04-03T03:55:12.960Z Compiling inout v0.1.4
14352026-04-03T03:55:13.126Z Compiling cipher v0.4.4
14362026-04-03T03:55:13.164Z Compiling futures-util v0.3.32
14372026-04-03T03:55:13.232Z Compiling tinystr v0.8.2
14382026-04-03T03:55:13.384Z Compiling bytes v1.11.1
14392026-04-03T03:55:13.397Z Compiling icu_locale_core v2.1.1
14402026-04-03T03:55:13.429Z Compiling potential_utf v0.1.4
14412026-04-03T03:55:13.452Z Compiling der_derive v0.7.3
14422026-04-03T03:55:13.593Z Compiling icu_collections v2.1.1
14432026-04-03T03:55:13.935Z Compiling tokio v1.49.0
14442026-04-03T03:55:13.989Z Compiling icu_provider v2.1.1
14452026-04-03T03:55:14.248Z Compiling icu_properties v2.1.2
14462026-04-03T03:55:14.271Z Compiling icu_normalizer v2.1.1
14472026-04-03T03:55:14.285Z Compiling http v1.4.0
14482026-04-03T03:55:14.395Z Compiling der v0.7.10
14492026-04-03T03:55:14.790Z Compiling salsa20 v0.10.2
14502026-04-03T03:55:14.934Z Compiling chrono v0.4.44
14512026-04-03T03:55:15.163Z Compiling idna_adapter v1.2.1
14522026-04-03T03:55:15.177Z Compiling ppv-lite86 v0.2.21
14532026-04-03T03:55:15.300Z Compiling idna v1.1.0
14542026-04-03T03:55:15.314Z Compiling spki v0.7.3
14552026-04-03T03:55:15.397Z Compiling pbkdf2 v0.12.2
14562026-04-03T03:55:15.484Z Compiling thiserror-impl v2.0.18
14572026-04-03T03:55:15.509Z Compiling scrypt v0.11.0
14582026-04-03T03:55:15.509Z Compiling rand_chacha v0.9.0
14592026-04-03T03:55:15.583Z Compiling cbc v0.1.2
14602026-04-03T03:55:15.737Z Compiling url v2.5.8
14612026-04-03T03:55:15.803Z Compiling aes v0.8.4
14622026-04-03T03:55:15.987Z Compiling rustls-pki-types v1.14.0
14632026-04-03T03:55:16.271Z Compiling tracing-attributes v0.1.31
14642026-04-03T03:55:16.343Z Compiling pkcs5 v0.7.1
14652026-04-03T03:55:16.434Z Compiling rand v0.9.2
14662026-04-03T03:55:16.535Z Compiling http-body v1.0.1
14672026-04-03T03:55:16.754Z Compiling openssl-probe v0.2.1
14682026-04-03T03:55:16.827Z Compiling syn v1.0.109
14692026-04-03T03:55:16.861Z Compiling thiserror v2.0.18
14702026-04-03T03:55:16.875Z Compiling untrusted v0.7.1
14712026-04-03T03:55:16.928Z Compiling schemars v0.8.22
14722026-04-03T03:55:16.965Z Compiling untrusted v0.9.0
14732026-04-03T03:55:16.992Z Compiling base64 v0.22.1
14742026-04-03T03:55:17.087Z Compiling httparse v1.10.1
14752026-04-03T03:55:17.170Z Compiling pkcs8 v0.10.2
14762026-04-03T03:55:17.218Z Compiling schemars_derive v0.8.22
14772026-04-03T03:55:17.301Z Compiling pest_derive v2.8.6
14782026-04-03T03:55:17.459Z Compiling scroll_derive v0.13.1
14792026-04-03T03:55:17.583Z Compiling tracing v0.1.44
14802026-04-03T03:55:17.710Z Compiling tokio-util v0.7.18
14812026-04-03T03:55:17.846Z Compiling darling_core v0.20.11
14822026-04-03T03:55:17.953Z Compiling atomic-waker v1.1.2
14832026-04-03T03:55:18.079Z Compiling dyn-clone v1.0.20
14842026-04-03T03:55:18.218Z Compiling try-lock v0.2.5
14852026-04-03T03:55:18.245Z Compiling tower-service v0.3.3
14862026-04-03T03:55:18.325Z Compiling rustls v0.23.37
14872026-04-03T03:55:18.340Z Compiling tinyvec_macros v0.1.1
14882026-04-03T03:55:18.411Z Compiling tower-layer v0.3.3
14892026-04-03T03:55:18.491Z Compiling tinyvec v1.10.0
14902026-04-03T03:55:18.569Z Compiling h2 v0.4.13
14912026-04-03T03:55:18.730Z Compiling want v0.3.1
14922026-04-03T03:55:18.825Z Compiling scroll v0.13.0
14932026-04-03T03:55:19.085Z Compiling ipnet v2.11.0
14942026-04-03T03:55:19.181Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-04-03T03:55:19.530Z Compiling spin v0.9.8
14962026-04-03T03:55:19.558Z Compiling aho-corasick v1.1.4
14972026-04-03T03:55:19.572Z Compiling httpdate v1.0.3
14982026-04-03T03:55:19.699Z Compiling foreign-types-shared v0.1.1
14992026-04-03T03:55:19.734Z Compiling time-core v0.1.8
15002026-04-03T03:55:19.784Z Compiling openssl v0.10.75
15012026-04-03T03:55:19.798Z Compiling pin-utils v0.1.0
15022026-04-03T03:55:19.868Z Compiling num-conv v0.2.0
15032026-04-03T03:55:19.883Z Compiling powerfmt v0.2.0
15042026-04-03T03:55:19.998Z Compiling crc32fast v1.5.0
15052026-04-03T03:55:20.029Z Compiling deranged v0.5.8
15062026-04-03T03:55:20.078Z Compiling tempfile v3.25.0
15072026-04-03T03:55:20.091Z Compiling darling_macro v0.20.11
15082026-04-03T03:55:20.305Z Compiling time-macros v0.2.27
15092026-04-03T03:55:20.437Z Compiling regex-automata v0.4.14
15102026-04-03T03:55:20.554Z Compiling darling v0.20.11
15112026-04-03T03:55:20.672Z Compiling foreign-types v0.3.2
15122026-04-03T03:55:21.019Z Compiling goblin v0.10.5
15132026-04-03T03:55:21.412Z Compiling thiserror-impl v1.0.69
15142026-04-03T03:55:21.808Z Compiling hyper v1.8.1
15152026-04-03T03:55:22.509Z Compiling openssl-macros v0.1.1
15162026-04-03T03:55:22.670Z Compiling wait-timeout v0.2.1
15172026-04-03T03:55:22.758Z Compiling num_threads v0.1.7
15182026-04-03T03:55:22.856Z Compiling bit-vec v0.8.0
15192026-04-03T03:55:22.891Z Compiling native-tls v0.2.18
15202026-04-03T03:55:22.932Z Compiling quick-error v1.2.3
15212026-04-03T03:55:23.037Z Compiling either v1.15.0
15222026-04-03T03:55:23.080Z Compiling simd-adler32 v0.3.8
15232026-04-03T03:55:23.094Z Compiling usdt-impl v0.6.0
15242026-04-03T03:55:23.240Z Compiling siphasher v1.0.2
15252026-04-03T03:55:23.325Z Compiling bit-set v0.8.0
15262026-04-03T03:55:23.341Z Compiling rusty-fork v0.3.1
15272026-04-03T03:55:23.424Z Compiling hyper-util v0.1.20
15282026-04-03T03:55:23.480Z Compiling time v0.3.47
15292026-04-03T03:55:23.645Z Compiling thiserror v1.0.69
15302026-04-03T03:55:23.747Z Compiling dof v0.4.0
15312026-04-03T03:55:24.534Z Compiling derive_builder_core v0.20.2
15322026-04-03T03:55:25.016Z Compiling unicode-normalization v0.1.25
15332026-04-03T03:55:25.084Z Compiling crossbeam-epoch v0.9.18
15342026-04-03T03:55:25.105Z Compiling dtrace-parser v0.3.0
15352026-04-03T03:55:25.235Z Compiling rustls-native-certs v0.8.3
15362026-04-03T03:55:25.395Z Compiling signature v2.2.0
15372026-04-03T03:55:25.409Z Compiling scroll_derive v0.12.1
15382026-04-03T03:55:25.465Z Compiling heapless v0.7.17
15392026-04-03T03:55:25.515Z Compiling rand_xorshift v0.4.0
15402026-04-03T03:55:25.602Z Compiling darling_core v0.21.3
15412026-04-03T03:55:25.714Z Compiling slog v2.8.2
15422026-04-03T03:55:25.735Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-04-03T03:55:25.850Z Compiling sync_wrapper v1.0.2
15442026-04-03T03:55:25.891Z Compiling thread-id v5.1.0
15452026-04-03T03:55:25.958Z Compiling cookie v0.18.1
15462026-04-03T03:55:25.976Z Compiling zstd-safe v7.2.4
15472026-04-03T03:55:26.005Z Compiling unicode-properties v0.1.4
15482026-04-03T03:55:26.086Z Compiling unarray v0.1.4
15492026-04-03T03:55:26.154Z Compiling paste v1.0.15
15502026-04-03T03:55:26.170Z Compiling adler2 v2.0.1
15512026-04-03T03:55:26.195Z Compiling rayon-core v1.13.0
15522026-04-03T03:55:26.211Z Compiling anyhow v1.0.102
15532026-04-03T03:55:26.263Z Compiling unicode-segmentation v1.12.0
15542026-04-03T03:55:26.293Z Compiling unicode-bidi v0.3.18
15552026-04-03T03:55:26.363Z Compiling signal-hook v0.3.18
15562026-04-03T03:55:26.460Z Compiling miniz_oxide v0.8.9
15572026-04-03T03:55:26.549Z Compiling proptest v1.10.0
15582026-04-03T03:55:26.639Z Compiling stringprep v0.1.5
15592026-04-03T03:55:26.764Z Compiling scroll v0.12.0
15602026-04-03T03:55:27.065Z Compiling tower v0.5.3
15612026-04-03T03:55:27.168Z Compiling derive_builder_macro v0.20.2
15622026-04-03T03:55:27.441Z Compiling crossbeam-deque v0.8.6
15632026-04-03T03:55:27.524Z Compiling ipnetwork v0.21.1
15642026-04-03T03:55:27.571Z Compiling http-body-util v0.1.3
15652026-04-03T03:55:27.571Z Compiling webpki-roots v1.0.6
15662026-04-03T03:55:27.612Z Compiling rand_chacha v0.3.1
15672026-04-03T03:55:27.630Z Compiling toml_datetime v0.6.11
15682026-04-03T03:55:27.701Z Compiling serde_spanned v0.6.9
15692026-04-03T03:55:27.813Z Compiling serde_tokenstream v0.2.3
15702026-04-03T03:55:27.841Z Compiling erased-serde v0.3.31
15712026-04-03T03:55:27.880Z Compiling md-5 v0.10.6
15722026-04-03T03:55:27.906Z Compiling zerocopy-derive v0.7.35
15732026-04-03T03:55:28.047Z Compiling curve25519-dalek v4.1.3
15742026-04-03T03:55:28.110Z Compiling darling_macro v0.21.3
15752026-04-03T03:55:28.123Z Compiling vergen-lib v0.1.6
15762026-04-03T03:55:28.294Z Compiling num-integer v0.1.46
15772026-04-03T03:55:28.312Z Compiling hash32 v0.2.1
15782026-04-03T03:55:28.373Z Compiling ff v0.13.1
15792026-04-03T03:55:28.404Z Compiling memoffset v0.9.1
15802026-04-03T03:55:28.501Z Compiling litrs v1.0.0
15812026-04-03T03:55:28.515Z Compiling rustix v0.38.44
15822026-04-03T03:55:28.573Z Compiling ref-cast v1.0.25
15832026-04-03T03:55:28.594Z Compiling base16ct v0.2.0
15842026-04-03T03:55:28.610Z Compiling psl-types v2.0.11
15852026-04-03T03:55:28.734Z Compiling cfg_aliases v0.2.1
15862026-04-03T03:55:28.766Z Compiling smoltcp v0.9.1
15872026-04-03T03:55:28.780Z Compiling num-bigint-dig v0.8.6
15882026-04-03T03:55:28.806Z Compiling iri-string v0.7.10
15892026-04-03T03:55:28.844Z Compiling zlib-rs v0.6.2
15902026-04-03T03:55:28.871Z Compiling ryu v1.0.23
15912026-04-03T03:55:28.960Z Compiling fallible-iterator v0.2.0
15922026-04-03T03:55:29.003Z Compiling document-features v0.2.12
15932026-04-03T03:55:29.048Z Compiling serde_urlencoded v0.7.1
15942026-04-03T03:55:29.260Z Compiling postgres-protocol v0.6.10
15952026-04-03T03:55:29.274Z Compiling newtype-uuid v1.3.2
15962026-04-03T03:55:29.286Z Compiling nix v0.31.1
15972026-04-03T03:55:29.571Z Compiling zerocopy v0.7.35
15982026-04-03T03:55:29.595Z Compiling publicsuffix v2.3.0
15992026-04-03T03:55:29.643Z Compiling sec1 v0.7.3
16002026-04-03T03:55:29.796Z Compiling darling v0.21.3
16012026-04-03T03:55:29.859Z Compiling num-iter v0.1.45
16022026-04-03T03:55:29.873Z Compiling group v0.13.0
16032026-04-03T03:55:29.913Z Compiling tower-http v0.6.8
16042026-04-03T03:55:30.136Z Compiling rand v0.8.5
16052026-04-03T03:55:30.282Z Compiling oxnet v0.1.4
16062026-04-03T03:55:30.310Z Compiling derive_builder v0.20.2
16072026-04-03T03:55:30.497Z Compiling proc-macro-error v1.0.4
16082026-04-03T03:55:30.534Z Compiling tokio-native-tls v0.3.1
16092026-04-03T03:55:30.762Z Compiling goblin v0.8.2
16102026-04-03T03:55:31.027Z Compiling heck v0.4.1
16112026-04-03T03:55:31.277Z Compiling phf_shared v0.13.1
16122026-04-03T03:55:31.339Z Compiling hubpack_derive v0.1.1
16132026-04-03T03:55:31.427Z Compiling regex v1.12.3
16142026-04-03T03:55:31.516Z Compiling lazy_static v1.5.0
16152026-04-03T03:55:31.614Z Compiling cargo-platform v0.1.9
16162026-04-03T03:55:31.755Z Compiling flate2 v1.1.9
16172026-04-03T03:55:31.780Z Compiling hkdf v0.12.4
16182026-04-03T03:55:31.859Z Compiling crypto-bigint v0.5.5
16192026-04-03T03:55:31.872Z Compiling terminal_size v0.4.3
16202026-04-03T03:55:31.950Z Compiling daft-derive v0.1.5
16212026-04-03T03:55:32.012Z Compiling ref-cast-impl v1.0.25
16222026-04-03T03:55:32.071Z Compiling async-trait v0.1.89
16232026-04-03T03:55:32.163Z Compiling curve25519-dalek-derive v0.1.1
16242026-04-03T03:55:32.582Z Compiling strum_macros v0.27.2
16252026-04-03T03:55:32.652Z Compiling vergen v9.0.6
16262026-04-03T03:55:32.802Z Compiling fs-err v3.3.0
16272026-04-03T03:55:32.833Z Compiling ahash v0.8.12
16282026-04-03T03:55:32.989Z Compiling foldhash v0.1.5
16292026-04-03T03:55:33.035Z Compiling libbz2-rs-sys v0.2.2
16302026-04-03T03:55:33.086Z Compiling bitflags v1.3.2
16312026-04-03T03:55:33.159Z Compiling managed v0.8.0
16322026-04-03T03:55:33.174Z Compiling winnow v0.5.40
16332026-04-03T03:55:33.371Z Compiling object v0.37.3
16342026-04-03T03:55:33.641Z Compiling bumpalo v3.20.2
16352026-04-03T03:55:33.712Z Compiling clap_builder v4.5.60
16362026-04-03T03:55:33.892Z Compiling zopfli v0.8.3
16372026-04-03T03:55:33.996Z Compiling bzip2 v0.6.1
16382026-04-03T03:55:34.217Z Compiling hashbrown v0.15.5
16392026-04-03T03:55:34.535Z Compiling strum v0.27.2
16402026-04-03T03:55:34.551Z Compiling toml_edit v0.19.15
16412026-04-03T03:55:34.585Z Compiling console v0.16.2
16422026-04-03T03:55:34.750Z Compiling dof v0.3.0
16432026-04-03T03:55:34.987Z Compiling elliptic-curve v0.13.8
16442026-04-03T03:55:35.130Z Compiling daft v0.1.5
16452026-04-03T03:55:35.404Z Compiling hubpack v0.1.2
16462026-04-03T03:55:35.446Z Compiling cargo_metadata v0.19.2
16472026-04-03T03:55:35.659Z Compiling phf v0.13.1
16482026-04-03T03:55:35.822Z Compiling signal-hook-mio v0.2.5
16492026-04-03T03:55:35.943Z Compiling zone_cfg_derive v0.3.1
16502026-04-03T03:55:36.687Z Compiling cookie_store v0.22.1
16512026-04-03T03:55:36.834Z Compiling zstd v0.13.3
16522026-04-03T03:55:36.934Z Compiling rayon v1.11.0
16532026-04-03T03:55:37.096Z Compiling hyper-tls v0.6.0
16542026-04-03T03:55:37.212Z Compiling bzip2 v0.4.4
16552026-04-03T03:55:37.320Z Compiling serde_with_macros v3.17.0
16562026-04-03T03:55:37.417Z Compiling postgres-types v0.2.12
16572026-04-03T03:55:37.488Z Compiling usdt-attr-macro v0.6.0
16582026-04-03T03:55:37.873Z Compiling usdt-macro v0.6.0
16592026-04-03T03:55:37.974Z Compiling ed25519 v2.2.3
16602026-04-03T03:55:38.267Z Compiling dtrace-parser v0.2.0
16612026-04-03T03:55:38.421Z Compiling phf_shared v0.11.3
16622026-04-03T03:55:38.543Z Compiling itertools v0.12.1
16632026-04-03T03:55:38.603Z Compiling bstr v1.12.1
16642026-04-03T03:55:38.606Z Compiling pkcs1 v0.7.5
16652026-04-03T03:55:38.664Z Compiling hex v0.4.3
16662026-04-03T03:55:38.879Z Compiling serde-big-array v0.5.1
16672026-04-03T03:55:38.927Z Compiling rfc6979 v0.4.0
16682026-04-03T03:55:39.012Z Compiling strum_macros v0.26.4
16692026-04-03T03:55:39.015Z Compiling clap_derive v4.5.55
16702026-04-03T03:55:39.039Z Compiling serde_repr v0.1.20
16712026-04-03T03:55:39.051Z Compiling enum-as-inner v0.6.1
16722026-04-03T03:55:39.236Z Compiling float-cmp v0.10.0
16732026-04-03T03:55:39.394Z Compiling thread-id v4.2.2
16742026-04-03T03:55:39.469Z Compiling memmap2 v0.9.10
16752026-04-03T03:55:39.547Z Compiling env_filter v1.0.0
16762026-04-03T03:55:39.550Z Compiling encoding_rs v0.8.35
16772026-04-03T03:55:39.684Z Compiling fixedbitset v0.5.7
16782026-04-03T03:55:39.741Z Compiling mime v0.3.17
16792026-04-03T03:55:39.852Z Compiling rustc-hash v2.1.1
16802026-04-03T03:55:39.980Z Compiling new_debug_unreachable v1.0.6
16812026-04-03T03:55:39.980Z Compiling jiff v0.2.21
16822026-04-03T03:55:40.006Z Compiling data-encoding v2.10.0
16832026-04-03T03:55:40.105Z Compiling whoami v2.1.0
16842026-04-03T03:55:40.442Z Compiling keccak v0.1.6
16852026-04-03T03:55:40.723Z Compiling static_assertions v1.1.0
16862026-04-03T03:55:40.776Z Compiling difflib v0.4.0
16872026-04-03T03:55:40.800Z Compiling precomputed-hash v0.1.1
16882026-04-03T03:55:40.823Z Compiling fixedbitset v0.4.2
16892026-04-03T03:55:40.892Z Compiling predicates-core v1.0.10
16902026-04-03T03:55:41.046Z Compiling normalize-line-endings v0.3.0
16912026-04-03T03:55:41.074Z Compiling unit-prefix v0.5.2
16922026-04-03T03:55:41.118Z Compiling petgraph v0.6.5
16932026-04-03T03:55:41.141Z Compiling predicates v3.1.4
16942026-04-03T03:55:41.144Z Compiling string_cache v0.8.9
16952026-04-03T03:55:41.220Z Compiling indicatif v0.18.4
16962026-04-03T03:55:41.277Z Compiling clap v4.5.60
16972026-04-03T03:55:41.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-04-03T03:55:41.371Z Compiling toml_edit v0.22.27
16992026-04-03T03:55:41.387Z Compiling strum v0.26.3
17002026-04-03T03:55:41.516Z Compiling sha3 v0.10.8
17012026-04-03T03:55:41.809Z Compiling hickory-proto v0.25.2
17022026-04-03T03:55:41.976Z Compiling tokio-postgres v0.7.16
17032026-04-03T03:55:42.082Z Compiling iddqd v0.3.17
17042026-04-03T03:55:42.596Z Compiling petgraph v0.8.3
17052026-04-03T03:55:43.215Z Compiling zip v4.6.1
17062026-04-03T03:55:44.057Z Compiling env_logger v0.11.9
17072026-04-03T03:55:44.077Z Compiling zone v0.3.1
17082026-04-03T03:55:44.160Z Compiling usdt v0.6.0
17092026-04-03T03:55:44.174Z Compiling usdt-impl v0.5.0
17102026-04-03T03:55:44.221Z Compiling ecdsa v0.16.9
17112026-04-03T03:55:44.409Z Compiling similar v2.7.0
17122026-04-03T03:55:44.423Z Compiling serde_with v3.17.0
17132026-04-03T03:55:44.513Z Compiling rsa v0.9.10
17142026-04-03T03:55:44.613Z Compiling crossterm v0.28.1
17152026-04-03T03:55:44.743Z Compiling ed25519-dalek v2.2.0
17162026-04-03T03:55:45.271Z Compiling zip v0.6.6
17172026-04-03T03:55:45.835Z Compiling toml v0.7.8
17182026-04-03T03:55:46.180Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-04-03T03:55:46.209Z Compiling itertools v0.13.0
17202026-04-03T03:55:46.308Z Compiling tokio-stream v0.1.18
17212026-04-03T03:55:46.469Z Compiling buf-list v1.1.2
17222026-04-03T03:55:46.484Z Compiling x509-cert v0.2.5
17232026-04-03T03:55:46.743Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-04-03T03:55:46.768Z Compiling openapiv3 v2.2.0
17252026-04-03T03:55:46.826Z Compiling sha1 v0.10.6
17262026-04-03T03:55:47.037Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-04-03T03:55:47.052Z Compiling lalrpop-util v0.19.12
17282026-04-03T03:55:47.246Z Compiling peg-runtime v0.8.5
17292026-04-03T03:55:47.322Z Compiling thread_local v1.1.9
17302026-04-03T03:55:47.440Z Compiling slog-async v2.8.0
17312026-04-03T03:55:47.535Z Compiling crossbeam-channel v0.5.15
17322026-04-03T03:55:47.572Z Compiling futures-executor v0.3.32
17332026-04-03T03:55:47.756Z Compiling is-terminal v0.4.17
17342026-04-03T03:55:47.838Z Compiling filetime v0.2.27
17352026-04-03T03:55:47.853Z Compiling xattr v1.6.1
17362026-04-03T03:55:47.867Z Compiling take_mut v0.2.2
17372026-04-03T03:55:47.979Z Compiling term v1.2.1
17382026-04-03T03:55:47.993Z Compiling tar v0.4.45
17392026-04-03T03:55:48.024Z Compiling futures v0.3.32
17402026-04-03T03:55:48.324Z Compiling slog-term v2.9.2
17412026-04-03T03:55:54.207Z Compiling rustls-webpki v0.103.9
17422026-04-03T03:55:57.001Z Compiling tokio-rustls v0.26.4
17432026-04-03T03:55:57.005Z Compiling rustls-platform-verifier v0.6.2
17442026-04-03T03:55:57.198Z Compiling hyper-rustls v0.27.7
17452026-04-03T03:55:57.397Z Compiling reqwest v0.12.28
17462026-04-03T03:55:57.400Z Compiling reqwest v0.13.2
17472026-04-03T03:55:59.470Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-04-03T03:55:59.684Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-04-03T03:56:02.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17502026-04-03T03:56:02.652Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-04-03T03:56:02.706ZApr 03 03:56:01.020 INFO Starting download, target: Clickhouse
17522026-04-03T03:56:02.706ZApr 03 03:56:01.020 INFO Starting download, target: Console
17532026-04-03T03:56:02.706ZApr 03 03:56:01.020 INFO Starting download, target: MaghemiteMgd
17542026-04-03T03:56:02.706ZApr 03 03:56:01.020 INFO Starting download, target: DendriteStub
17552026-04-03T03:56:02.706ZApr 03 03:56:01.020 INFO Starting download, target: Cockroach
17562026-04-03T03:56:02.709ZApr 03 03:56:01.020 INFO Starting download, target: TransceiverControl
17572026-04-03T03:56:02.709ZApr 03 03:56:01.021 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-04-03T03:56:02.709ZApr 03 03:56:01.021 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-04-03T03:56:02.709ZApr 03 03:56:01.021 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-04-03T03:56:02.709ZApr 03 03:56:01.021 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-03T03:56:02.709ZApr 03 03:56:01.021 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-04-03T03:56:02.709ZApr 03 03:56:01.021 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-04-03T03:56:03.063ZApr 03 03:56:01.377 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-04-03T03:56:03.284ZApr 03 03:56:01.597 INFO Download complete, target: TransceiverControl
17652026-04-03T03:56:03.758ZApr 03 03:56:02.067 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-04-03T03:56:04.012ZApr 03 03:56:02.299 INFO Download complete, target: Console
17672026-04-03T03:56:04.427ZApr 03 03:56:02.719 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-04-03T03:56:04.546ZApr 03 03:56:02.859 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-04-03T03:56:04.723ZApr 03 03:56:03.035 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-04-03T03:56:05.141ZApr 03 03:56:03.456 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-04-03T03:56:05.141ZApr 03 03:56:03.456 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-04-03T03:56:06.823ZApr 03 03:56:05.138 INFO Download complete, target: DendriteStub
17732026-04-03T03:56:06.843ZApr 03 03:56:05.158 INFO Download complete, target: MaghemiteMgd
17742026-04-03T03:56:09.780ZApr 03 03:56:08.094 INFO Checking that binary works, target: Cockroach
17752026-04-03T03:56:09.874ZApr 03 03:56:08.189 INFO Download complete, target: Cockroach
17762026-04-03T03:56:11.491ZApr 03 03:56:09.805 INFO Checking that binary works, target: Clickhouse
17772026-04-03T03:56:11.597ZApr 03 03:56:09.911 INFO Download complete, target: Clickhouse
17782026-04-03T03:56:11.611ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-04-03T03:56:11.615Z
17802026-04-03T03:56:11.615Zreal 2:58.693391536
17812026-04-03T03:56:11.615Zuser 7:17.072837813
17822026-04-03T03:56:11.615Zsys 1:24.493559717
17832026-04-03T03:56:11.615Ztrap 0.223412905
17842026-04-03T03:56:11.615Ztflt 0.602378384
17852026-04-03T03:56:11.615Zdflt 0.445374081
17862026-04-03T03:56:11.615Zkflt 0.019368856
17872026-04-03T03:56:11.615Zlock 21:19.124044880
17882026-04-03T03:56:11.615Zslp 21:56.148582807
17892026-04-03T03:56:11.615Zlat 41.864367101
17902026-04-03T03:56:11.615Zstop 1:53.057091310
17912026-04-03T03:56:11.615Z+ banner clippy
17922026-04-03T03:56:11.615Z
17932026-04-03T03:56:11.615Z #### # # ##### ##### # #
17942026-04-03T03:56:11.615Z # # # # # # # # # #
17952026-04-03T03:56:11.615Z # # # # # # # #
17962026-04-03T03:56:11.615Z # # # ##### ##### #
17972026-04-03T03:56:11.615Z # # # # # # #
17982026-04-03T03:56:11.615Z #### ###### # # # #
17992026-04-03T03:56:11.615Z
18002026-04-03T03:56:11.615Z+ export CARGO_INCREMENTAL=0
18012026-04-03T03:56:11.615Z+ CARGO_INCREMENTAL=0
18022026-04-03T03:56:11.615Z+ ptime -m cargo xtask clippy
18032026-04-03T03:56:12.157Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-04-03T03:56:12.378Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-04-03T03:56:14.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18062026-04-03T03:56:14.317Z Running `target/debug/xtask clippy`
18072026-04-03T03:56:14.343Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-04-03T03:56:14.952Z Downloading crates ...
18092026-04-03T03:56:15.151Z Downloaded tinytemplate v1.2.1
18102026-04-03T03:56:15.154Z Downloaded backtrace v0.3.76
18112026-04-03T03:56:15.158Z Downloaded target-spec v3.5.7
18122026-04-03T03:56:15.161Z Downloaded cfg-expr v0.20.6
18132026-04-03T03:56:15.161Z Downloaded addr2line v0.25.1
18142026-04-03T03:56:15.175Z Downloaded stringmetrics v2.2.2
18152026-04-03T03:56:15.178Z Downloaded target-triple v1.0.0
18162026-04-03T03:56:15.181Z Downloaded terminal_size v0.1.17
18172026-04-03T03:56:15.181Z Downloaded miette v5.10.0
18182026-04-03T03:56:15.184Z Downloaded backtrace-ext v0.2.1
18192026-04-03T03:56:15.188Z Downloaded guppy-workspace-hack v0.1.0
18202026-04-03T03:56:15.188Z Downloaded miette-derive v5.10.0
18212026-04-03T03:56:15.189Z Downloaded concurrent-queue v2.5.0
18222026-04-03T03:56:15.195Z Downloaded partial-io v0.5.4
18232026-04-03T03:56:15.195Z Downloaded cargo_metadata v0.23.1
18242026-04-03T03:56:15.200Z Downloaded event-listener v5.4.1
18252026-04-03T03:56:15.200Z Downloaded serde_regex v1.1.0
18262026-04-03T03:56:15.203Z Downloaded cargo-platform v0.3.2
18272026-04-03T03:56:15.203Z Downloaded event-listener-strategy v0.5.4
18282026-04-03T03:56:15.203Z Downloaded async-object-pool v0.2.0
18292026-04-03T03:56:15.203Z Downloaded rustc-demangle v0.1.27
18302026-04-03T03:56:15.209Z Downloaded blake2b_simd v1.0.4
18312026-04-03T03:56:15.213Z Downloaded hickory-client v0.25.2
18322026-04-03T03:56:15.253Z Downloaded criterion-plot v0.6.0
18332026-04-03T03:56:15.256Z Downloaded rstest_macros v0.25.0
18342026-04-03T03:56:15.256Z Downloaded escape8259 v0.5.3
18352026-04-03T03:56:15.256Z Downloaded assert-json-diff v2.0.2
18362026-04-03T03:56:15.256Z Downloaded async-lock v3.4.2
18372026-04-03T03:56:15.256Z Downloaded textwrap v0.15.2
18382026-04-03T03:56:15.256Z Downloaded supports-unicode v2.1.0
18392026-04-03T03:56:15.256Z Downloaded owo-colors v3.5.0
18402026-04-03T03:56:15.256Z Downloaded relative-path v1.9.3
18412026-04-03T03:56:15.256Z Downloaded knuffel-derive v3.2.0
18422026-04-03T03:56:15.256Z Downloaded assert_cmd v2.1.2
18432026-04-03T03:56:15.257Z Downloaded trybuild v1.0.116
18442026-04-03T03:56:15.257Z Downloaded supports-hyperlinks v2.1.0
18452026-04-03T03:56:15.257Z Downloaded rstest v0.25.0
18462026-04-03T03:56:15.257Z Downloaded pathdiff v0.2.3
18472026-04-03T03:56:15.257Z Downloaded plotters-backend v0.3.7
18482026-04-03T03:56:15.257Z Downloaded nested v0.1.1
18492026-04-03T03:56:15.257Z Downloaded linkme-impl v0.3.35
18502026-04-03T03:56:15.260Z Downloaded plotters-svg v0.3.7
18512026-04-03T03:56:15.263Z Downloaded parking v2.2.1
18522026-04-03T03:56:15.263Z Downloaded constant_time_eq v0.3.1
18532026-04-03T03:56:15.263Z Downloaded knuffel v3.2.0
18542026-04-03T03:56:15.266Z Downloaded similar-asserts v1.7.0
18552026-04-03T03:56:15.269Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18562026-04-03T03:56:15.274Z Downloaded approx v0.5.1
18572026-04-03T03:56:15.274Z Downloaded termcolor v1.4.1
18582026-04-03T03:56:15.274Z Downloaded supports-color v2.1.0
18592026-04-03T03:56:15.277Z Downloaded rust-argon2 v2.1.0
18602026-04-03T03:56:15.277Z Downloaded linkme v0.3.35
18612026-04-03T03:56:15.280Z Downloaded datatest-stable v0.3.3
18622026-04-03T03:56:15.283Z Downloaded futures-timer v3.0.3
18632026-04-03T03:56:15.283Z Downloaded target-lexicon v0.13.3
18642026-04-03T03:56:15.283Z Downloaded rand_distr v0.5.1
18652026-04-03T03:56:15.286Z Downloaded path-tree v0.8.3
18662026-04-03T03:56:15.286Z Downloaded anes v0.1.6
18672026-04-03T03:56:15.289Z Downloaded libtest-mimic v0.8.1
18682026-04-03T03:56:15.292Z Downloaded oorandom v11.1.5
18692026-04-03T03:56:15.292Z Downloaded toml v1.0.3+spec-1.1.0
18702026-04-03T03:56:15.295Z Downloaded httptest v0.16.4
18712026-04-03T03:56:15.298Z Downloaded plotters v0.3.7
18722026-04-03T03:56:15.303Z Downloaded guppy v0.17.25
18732026-04-03T03:56:15.306Z Downloaded chumsky v0.9.3
18742026-04-03T03:56:15.310Z Downloaded fancy-regex v0.14.0
18752026-04-03T03:56:15.323Z Downloaded hashbrown v0.14.5
18762026-04-03T03:56:15.333Z Downloaded gimli v0.32.3
18772026-04-03T03:56:15.428Z Downloaded httpmock v0.8.3
18782026-04-03T03:56:15.538Z Downloaded cast v0.3.0
18792026-04-03T03:56:15.741Z Downloaded criterion v0.7.0
18802026-04-03T03:56:17.316Z Checking cfg-if v1.0.4
18812026-04-03T03:56:17.659Z Checking libc v0.2.180
18822026-04-03T03:56:17.662Z Checking serde_core v1.0.228
18832026-04-03T03:56:17.730Z Checking memchr v2.8.0
18842026-04-03T03:56:17.769Z Checking smallvec v1.15.1
18852026-04-03T03:56:17.807Z Checking itoa v1.0.17
18862026-04-03T03:56:17.843Z Checking log v0.4.29
18872026-04-03T03:56:17.884Z Checking zeroize v1.8.2
18882026-04-03T03:56:17.921Z Checking libm v0.2.16
18892026-04-03T03:56:17.974Z Checking stable_deref_trait v1.2.1
18902026-04-03T03:56:18.008Z Checking scopeguard v1.2.0
18912026-04-03T03:56:18.045Z Checking zmij v1.0.21
18922026-04-03T03:56:18.083Z Checking errno v0.3.14
18932026-04-03T03:56:18.083Z Checking getrandom v0.2.17
18942026-04-03T03:56:18.083Z Checking zerofrom v0.1.6
18952026-04-03T03:56:18.183Z Checking lock_api v0.4.14
18962026-04-03T03:56:18.221Z Checking percent-encoding v2.3.2
18972026-04-03T03:56:18.258Z Checking yoke v0.8.1
18982026-04-03T03:56:18.261Z Checking writeable v0.6.2
18992026-04-03T03:56:18.325Z Checking litemap v0.8.1
19002026-04-03T03:56:18.362Z Checking icu_normalizer_data v2.1.1
19012026-04-03T03:56:18.398Z Checking icu_properties_data v2.1.2
19022026-04-03T03:56:18.432Z Checking form_urlencoded v1.2.2
19032026-04-03T03:56:18.465Z Checking zerovec v0.11.5
19042026-04-03T03:56:18.468Z Checking zerotrie v0.2.3
19052026-04-03T03:56:18.530Z Checking utf8_iter v1.0.4
19062026-04-03T03:56:18.534Z Checking subtle v2.6.1
19072026-04-03T03:56:18.598Z Checking rand_core v0.10.0
19082026-04-03T03:56:18.636Z Checking rand_core v0.6.4
19092026-04-03T03:56:18.640Z Checking num-traits v0.2.19
19102026-04-03T03:56:18.704Z Checking portable-atomic v1.13.1
19112026-04-03T03:56:18.738Z Checking pin-project-lite v0.2.17
19122026-04-03T03:56:18.776Z Checking getrandom v0.4.1
19132026-04-03T03:56:18.809Z Checking zerocopy v0.8.40
19142026-04-03T03:56:18.843Z Checking critical-section v1.2.0
19152026-04-03T03:56:18.887Z Checking parking_lot_core v0.9.12
19162026-04-03T03:56:18.956Z Checking tinystr v0.8.2
19172026-04-03T03:56:18.956Z Checking potential_utf v0.1.4
19182026-04-03T03:56:19.027Z Checking signal-hook-registry v1.4.8
19192026-04-03T03:56:19.101Z Checking parking_lot v0.12.5
19202026-04-03T03:56:19.137Z Checking once_cell v1.21.3
19212026-04-03T03:56:19.172Z Checking icu_locale_core v2.1.1
19222026-04-03T03:56:19.204Z Checking serde v1.0.228
19232026-04-03T03:56:19.204Z Checking serde_json v1.0.149
19242026-04-03T03:56:19.270Z Checking bitflags v2.11.0
19252026-04-03T03:56:19.273Z Checking icu_collections v2.1.1
19262026-04-03T03:56:19.337Z Checking mio v1.1.1
19272026-04-03T03:56:19.376Z Checking typenum v1.19.0
19282026-04-03T03:56:19.465Z Checking iana-time-zone v0.1.65
19292026-04-03T03:56:19.605Z Checking socket2 v0.6.2
19302026-04-03T03:56:19.643Z Checking bytes v1.11.1
19312026-04-03T03:56:19.647Z Checking chrono v0.4.44
19322026-04-03T03:56:19.719Z Checking uuid v1.21.0
19332026-04-03T03:56:19.757Z Checking icu_provider v2.1.1
19342026-04-03T03:56:19.865Z Checking semver v1.0.27
19352026-04-03T03:56:19.919Z Checking generic-array v0.14.7
19362026-04-03T03:56:19.960Z Checking thiserror v2.0.18
19372026-04-03T03:56:20.018Z Checking icu_properties v2.1.2
19382026-04-03T03:56:20.059Z Checking icu_normalizer v2.1.1
19392026-04-03T03:56:20.096Z Checking tokio v1.49.0
19402026-04-03T03:56:20.142Z Checking allocator-api2 v0.2.21
19412026-04-03T03:56:20.183Z Checking futures-core v0.3.32
19422026-04-03T03:56:20.342Z Checking dyn-clone v1.0.20
19432026-04-03T03:56:20.380Z Checking crypto-common v0.1.7
19442026-04-03T03:56:20.418Z Checking equivalent v1.0.2
19452026-04-03T03:56:20.470Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-04-03T03:56:20.473Z Checking const-oid v0.9.6
19472026-04-03T03:56:20.541Z Checking foldhash v0.2.0
19482026-04-03T03:56:20.544Z Checking block-buffer v0.10.4
19492026-04-03T03:56:20.573Z Checking futures-sink v0.3.32
19502026-04-03T03:56:20.726Z Checking hashbrown v0.16.1
19512026-04-03T03:56:20.729Z Checking byteorder v1.5.0
19522026-04-03T03:56:20.797Z Checking futures-channel v0.3.32
19532026-04-03T03:56:20.861Z Checking idna_adapter v1.2.1
19542026-04-03T03:56:20.906Z Checking rustix v1.1.3
19552026-04-03T03:56:20.990Z Checking slab v0.4.12
19562026-04-03T03:56:21.026Z Checking idna v1.1.0
19572026-04-03T03:56:21.031Z Checking futures-io v0.3.32
19582026-04-03T03:56:21.163Z Checking digest v0.10.7
19592026-04-03T03:56:21.198Z Checking futures-task v0.3.32
19602026-04-03T03:56:21.201Z Checking cpufeatures v0.2.17
19612026-04-03T03:56:21.264Z Checking indexmap v2.13.0
19622026-04-03T03:56:21.298Z Checking url v2.5.8
19632026-04-03T03:56:21.333Z Checking thiserror v1.0.69
19642026-04-03T03:56:21.367Z Checking futures-util v0.3.32
19652026-04-03T03:56:21.401Z Checking getrandom v0.3.4
19662026-04-03T03:56:21.455Z Checking fnv v1.0.7
19672026-04-03T03:56:21.528Z Checking ppv-lite86 v0.2.21
19682026-04-03T03:56:21.573Z Checking regex-syntax v0.8.10
19692026-04-03T03:56:21.576Z Checking base64 v0.22.1
19702026-04-03T03:56:21.750Z Checking schemars v0.8.22
19712026-04-03T03:56:21.786Z Checking http v1.4.0
19722026-04-03T03:56:21.834Z Checking tracing-core v0.1.36
19732026-04-03T03:56:21.870Z Checking unicode-ident v1.0.24
19742026-04-03T03:56:21.873Z Checking ipnet v2.11.0
19752026-04-03T03:56:22.011Z Checking proc-macro2 v1.0.106
19762026-04-03T03:56:22.170Z Checking tracing v0.1.44
19772026-04-03T03:56:22.206Z Checking utf8parse v0.2.2
19782026-04-03T03:56:22.338Z Checking untrusted v0.9.0
19792026-04-03T03:56:22.373Z Checking anstyle v1.0.13
19802026-04-03T03:56:22.408Z Checking quote v1.0.44
19812026-04-03T03:56:22.411Z Checking aho-corasick v1.1.4
19822026-04-03T03:56:22.476Z Checking ring v0.17.14
19832026-04-03T03:56:22.479Z Checking anstyle-parse v0.2.7
19842026-04-03T03:56:22.578Z Checking is_terminal_polyfill v1.70.2
19852026-04-03T03:56:22.634Z Checking syn v2.0.117
19862026-04-03T03:56:22.687Z Checking anstyle-query v1.1.5
19872026-04-03T03:56:22.723Z Checking base64ct v1.8.3
19882026-04-03T03:56:22.809Z Checking colorchoice v1.0.4
19892026-04-03T03:56:22.916Z Checking block-padding v0.3.3
19902026-04-03T03:56:22.952Z Checking anstream v0.6.21
19912026-04-03T03:56:22.987Z Checking rustls-pki-types v1.14.0
19922026-04-03T03:56:23.078Z Checking httparse v1.10.1
19932026-04-03T03:56:23.114Z Checking regex-automata v0.4.14
19942026-04-03T03:56:23.179Z Checking inout v0.1.4
19952026-04-03T03:56:23.290Z Checking terminal_size v0.4.3
19962026-04-03T03:56:23.293Z Checking tokio-util v0.7.18
19972026-04-03T03:56:23.359Z Checking crossbeam-utils v0.8.21
19982026-04-03T03:56:23.362Z Checking cipher v0.4.4
19992026-04-03T03:56:23.362Z Checking strsim v0.11.1
20002026-04-03T03:56:23.457Z Checking clap_lex v1.0.0
20012026-04-03T03:56:23.493Z Checking http-body v1.0.1
20022026-04-03T03:56:23.608Z Checking rand_core v0.9.5
20032026-04-03T03:56:23.644Z Checking clap_builder v4.5.60
20042026-04-03T03:56:23.647Z Checking sha2 v0.10.9
20052026-04-03T03:56:23.711Z Checking atomic-waker v1.1.2
20062026-04-03T03:56:23.745Z Checking pem-rfc7468 v0.7.0
20072026-04-03T03:56:23.813Z Checking httpdate v1.0.3
20082026-04-03T03:56:23.848Z Checking try-lock v0.2.5
20092026-04-03T03:56:23.935Z Checking hmac v0.12.1
20102026-04-03T03:56:23.938Z Checking h2 v0.4.13
20112026-04-03T03:56:24.004Z Checking tower-service v0.3.3
20122026-04-03T03:56:24.007Z Checking want v0.3.1
20132026-04-03T03:56:24.035Z Checking tower-layer v0.3.3
20142026-04-03T03:56:24.102Z Checking ryu v1.0.23
20152026-04-03T03:56:24.137Z Checking pin-utils v0.1.0
20162026-04-03T03:56:24.185Z Checking rand_chacha v0.9.0
20172026-04-03T03:56:24.234Z Checking erased-serde v0.3.31
20182026-04-03T03:56:24.270Z Checking flagset v0.4.7
20192026-04-03T03:56:24.274Z Checking powerfmt v0.2.0
20202026-04-03T03:56:24.407Z Checking rand v0.9.2
20212026-04-03T03:56:24.442Z Checking der v0.7.10
20222026-04-03T03:56:24.482Z Checking deranged v0.5.8
20232026-04-03T03:56:24.635Z Checking slog v2.8.2
20242026-04-03T03:56:24.922Z Checking spin v0.9.8
20252026-04-03T03:56:24.926Z Checking anyhow v1.0.102
20262026-04-03T03:56:24.967Z Checking num-conv v0.2.0
20272026-04-03T03:56:24.971Z Checking clap v4.5.60
20282026-04-03T03:56:25.001Z Checking time-core v0.1.8
20292026-04-03T03:56:25.107Z Checking num_threads v0.1.7
20302026-04-03T03:56:25.110Z Checking http-body-util v0.1.3
20312026-04-03T03:56:25.145Z Checking aws-lc-sys v0.37.1
20322026-04-03T03:56:25.211Z Checking untrusted v0.7.1
20332026-04-03T03:56:25.214Z Checking openssl-probe v0.2.1
20342026-04-03T03:56:25.243Z Checking regex v1.12.3
20352026-04-03T03:56:25.308Z Checking serde_urlencoded v0.7.1
20362026-04-03T03:56:25.354Z Checking rand_chacha v0.3.1
20372026-04-03T03:56:25.390Z Checking fastrand v2.3.0
20382026-04-03T03:56:25.395Z Checking spki v0.7.3
20392026-04-03T03:56:25.456Z Checking time v0.3.47
20402026-04-03T03:56:25.533Z Checking pbkdf2 v0.12.2
20412026-04-03T03:56:25.573Z Checking aes v0.8.4
20422026-04-03T03:56:25.609Z Checking pretty-hex v0.4.1
20432026-04-03T03:56:25.612Z Checking rand v0.8.5
20442026-04-03T03:56:25.676Z Checking unicode-width v0.2.0
20452026-04-03T03:56:25.680Z Checking salsa20 v0.10.2
20462026-04-03T03:56:25.746Z Checking aws-lc-rs v1.16.0
20472026-04-03T03:56:25.784Z Checking cbc v0.1.2
20482026-04-03T03:56:25.872Z Checking ipnetwork v0.21.1
20492026-04-03T03:56:25.939Z Checking hex v0.4.3
20502026-04-03T03:56:25.974Z Checking scrypt v0.11.0
20512026-04-03T03:56:26.008Z Checking tempfile v3.25.0
20522026-04-03T03:56:26.112Z Checking rustls-native-certs v0.8.3
20532026-04-03T03:56:26.148Z Checking sync_wrapper v1.0.2
20542026-04-03T03:56:26.182Z Checking plain v0.2.3
20552026-04-03T03:56:26.219Z Checking pkcs5 v0.7.1
20562026-04-03T03:56:26.255Z Checking webpki-roots v1.0.6
20572026-04-03T03:56:26.267Z Checking camino v1.2.2
20582026-04-03T03:56:26.273Z Checking tower v0.5.3
20592026-04-03T03:56:26.424Z Checking iri-string v0.7.10
20602026-04-03T03:56:26.464Z Checking ucd-trie v0.1.7
20612026-04-03T03:56:26.505Z Checking pkcs8 v0.10.2
20622026-04-03T03:56:26.592Z Checking openapiv3 v2.2.0
20632026-04-03T03:56:26.595Z Checking rustls-webpki v0.103.9
20642026-04-03T03:56:26.660Z Checking pest v2.8.6
20652026-04-03T03:56:26.693Z Checking hyper v1.8.1
20662026-04-03T03:56:26.693Z Checking mime v0.3.17
20672026-04-03T03:56:26.760Z Checking either v1.15.0
20682026-04-03T03:56:26.763Z Checking winnow v0.7.14
20692026-04-03T03:56:26.934Z Checking oxnet v0.1.4
20702026-04-03T03:56:26.991Z Checking lazy_static v1.5.0
20712026-04-03T03:56:27.083Z Checking rustls v0.23.37
20722026-04-03T03:56:27.119Z Checking static_assertions v1.1.0
20732026-04-03T03:56:27.197Z Checking signature v2.2.0
20742026-04-03T03:56:27.233Z Checking encoding_rs v0.8.35
20752026-04-03T03:56:27.359Z Checking simd-adler32 v0.3.8
20762026-04-03T03:56:27.463Z Checking tower-http v0.6.8
20772026-04-03T03:56:27.557Z Checking foreign-types-shared v0.1.1
20782026-04-03T03:56:27.647Z Checking hyper-util v0.1.20
20792026-04-03T03:56:27.683Z Checking foreign-types v0.3.2
20802026-04-03T03:56:27.756Z Checking hubpack v0.1.2
20812026-04-03T03:56:27.792Z Checking openssl-sys v0.9.111
20822026-04-03T03:56:27.796Z Checking adler2 v2.0.1
20832026-04-03T03:56:27.914Z Checking sha1 v0.10.6
20842026-04-03T03:56:27.953Z Checking strum v0.26.3
20852026-04-03T03:56:27.988Z Checking miniz_oxide v0.8.9
20862026-04-03T03:56:28.022Z Checking data-encoding v2.10.0
20872026-04-03T03:56:28.092Z Checking tinyvec_macros v0.1.1
20882026-04-03T03:56:28.128Z Checking toml_datetime v0.6.11
20892026-04-03T03:56:28.189Z Checking tinyvec v1.10.0
20902026-04-03T03:56:28.225Z Checking serde_spanned v0.6.9
20912026-04-03T03:56:28.299Z Checking openssl v0.10.75
20922026-04-03T03:56:28.333Z Checking num-integer v0.1.46
20932026-04-03T03:56:28.365Z Checking scroll v0.13.0
20942026-04-03T03:56:28.400Z Checking memmap2 v0.9.10
20952026-04-03T03:56:28.403Z Checking base16ct v0.2.0
20962026-04-03T03:56:28.524Z Checking bit-vec v0.8.0
20972026-04-03T03:56:28.558Z Checking sec1 v0.7.3
20982026-04-03T03:56:28.592Z Checking dtrace-parser v0.3.0
20992026-04-03T03:56:28.627Z Checking crossbeam-epoch v0.9.18
21002026-04-03T03:56:28.630Z Checking goblin v0.10.5
21012026-04-03T03:56:28.742Z Checking bit-set v0.8.0
21022026-04-03T03:56:28.787Z Checking crc32fast v1.5.0
21032026-04-03T03:56:28.852Z Checking ff v0.13.1
21042026-04-03T03:56:28.887Z Checking thread-id v5.1.0
21052026-04-03T03:56:28.921Z Checking wait-timeout v0.2.1
21062026-04-03T03:56:28.924Z Checking num-iter v0.1.45
21072026-04-03T03:56:28.989Z Checking bstr v1.12.1
21082026-04-03T03:56:28.992Z Checking hkdf v0.12.4
21092026-04-03T03:56:29.056Z Checking group v0.13.0
21102026-04-03T03:56:29.091Z Checking ahash v0.8.12
21112026-04-03T03:56:29.094Z Checking crypto-bigint v0.5.5
21122026-04-03T03:56:29.179Z Checking quick-error v1.2.3
21132026-04-03T03:56:29.228Z Checking psl-types v2.0.11
21142026-04-03T03:56:29.310Z Checking rusty-fork v0.3.1
21152026-04-03T03:56:29.313Z Checking cookie v0.18.1
21162026-04-03T03:56:29.378Z Checking publicsuffix v2.3.0
21172026-04-03T03:56:29.412Z Checking rand_xorshift v0.4.0
21182026-04-03T03:56:29.454Z Checking tokio-rustls v0.26.4
21192026-04-03T03:56:29.507Z Checking scroll v0.12.0
21202026-04-03T03:56:29.558Z Checking unarray v0.1.4
21212026-04-03T03:56:29.562Z Checking rustls-platform-verifier v0.6.2
21222026-04-03T03:56:29.626Z Checking cookie_store v0.22.1
21232026-04-03T03:56:29.689Z Checking proptest v1.10.0
21242026-04-03T03:56:29.725Z Checking hyper-rustls v0.27.7
21252026-04-03T03:56:29.760Z Checking goblin v0.8.2
21262026-04-03T03:56:29.763Z Checking num-bigint-dig v0.8.6
21272026-04-03T03:56:29.956Z Checking pkcs1 v0.7.5
21282026-04-03T03:56:29.991Z Checking x509-cert v0.2.5
21292026-04-03T03:56:30.036Z Checking elliptic-curve v0.13.8
21302026-04-03T03:56:30.194Z Checking zerocopy v0.7.35
21312026-04-03T03:56:30.295Z Checking native-tls v0.2.18
21322026-04-03T03:56:30.365Z Checking zlib-rs v0.6.2
21332026-04-03T03:56:30.465Z Checking tokio-native-tls v0.3.1
21342026-04-03T03:56:30.614Z Checking unicode-segmentation v1.12.0
21352026-04-03T03:56:30.651Z Checking hyper-tls v0.6.0
21362026-04-03T03:56:30.654Z Checking rsa v0.9.10
21372026-04-03T03:56:30.718Z Checking reqwest v0.13.2
21382026-04-03T03:56:30.846Z Checking reqwest v0.12.28
21392026-04-03T03:56:30.955Z Checking crossbeam-deque v0.8.6
21402026-04-03T03:56:30.991Z Checking dof v0.4.0
21412026-04-03T03:56:31.160Z Checking dtrace-parser v0.2.0
21422026-04-03T03:56:31.197Z Checking rfc6979 v0.4.0
21432026-04-03T03:56:31.271Z Checking flate2 v1.1.9
21442026-04-03T03:56:31.341Z Checking thread-id v4.2.2
21452026-04-03T03:56:31.426Z Checking toml_write v0.1.2
21462026-04-03T03:56:31.463Z Checking ecdsa v0.16.9
21472026-04-03T03:56:31.497Z Checking newtype-uuid v1.3.2
21482026-04-03T03:56:31.572Z Checking toml_parser v1.0.9+spec-1.1.0
21492026-04-03T03:56:31.608Z Checking curve25519-dalek v4.1.3
21502026-04-03T03:56:31.643Z Checking toml_edit v0.22.27
21512026-04-03T03:56:31.678Z Checking usdt-impl v0.6.0
21522026-04-03T03:56:31.681Z Checking dof v0.3.0
21532026-04-03T03:56:31.747Z Checking memoffset v0.9.1
21542026-04-03T03:56:31.750Z Checking rustix v0.38.44
21552026-04-03T03:56:31.817Z Checking env_filter v1.0.0
21562026-04-03T03:56:31.858Z Checking keccak v0.1.6
21572026-04-03T03:56:31.936Z Checking daft v0.1.5
21582026-04-03T03:56:31.992Z Checking usdt v0.6.0
21592026-04-03T03:56:32.027Z Checking env_logger v0.11.9
21602026-04-03T03:56:32.031Z Checking usdt-impl v0.5.0
21612026-04-03T03:56:32.095Z Checking sha3 v0.10.8
21622026-04-03T03:56:32.182Z Checking ed25519 v2.2.3
21632026-04-03T03:56:32.218Z Checking itertools v0.13.0
21642026-04-03T03:56:32.252Z Checking serde_with v3.17.0
21652026-04-03T03:56:32.330Z Checking siphasher v1.0.2
21662026-04-03T03:56:32.367Z Checking bitflags v1.3.2
21672026-04-03T03:56:32.403Z Checking unicode-normalization v0.1.25
21682026-04-03T03:56:32.439Z Checking ed25519-dalek v2.2.0
21692026-04-03T03:56:32.475Z Checking signal-hook v0.3.18
21702026-04-03T03:56:32.512Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-04-03T03:56:32.624Z Checking managed v0.8.0
21722026-04-03T03:56:32.693Z Checking winnow v0.5.40
21732026-04-03T03:56:32.697Z Checking nix v0.31.1
21742026-04-03T03:56:32.761Z Checking rayon-core v1.13.0
21752026-04-03T03:56:32.796Z Checking bzip2-sys v0.1.13+1.0.8
21762026-04-03T03:56:32.831Z Checking object v0.37.3
21772026-04-03T03:56:32.865Z Checking foldhash v0.1.5
21782026-04-03T03:56:32.908Z Checking bzip2 v0.4.4
21792026-04-03T03:56:33.025Z Checking hashbrown v0.15.5
21802026-04-03T03:56:33.099Z Checking signal-hook-mio v0.2.5
21812026-04-03T03:56:33.135Z Checking ref-cast v1.0.25
21822026-04-03T03:56:33.231Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-04-03T03:56:33.268Z Checking zip v0.6.6
21842026-04-03T03:56:33.271Z Checking bumpalo v3.20.2
21852026-04-03T03:56:33.371Z Checking zstd-safe v7.2.4
21862026-04-03T03:56:33.508Z Checking libbz2-rs-sys v0.2.2
21872026-04-03T03:56:33.545Z Checking zopfli v0.8.3
21882026-04-03T03:56:33.579Z Checking zstd v0.13.3
21892026-04-03T03:56:33.614Z Checking crossterm v0.28.1
21902026-04-03T03:56:33.697Z Checking rayon v1.11.0
21912026-04-03T03:56:33.734Z Checking similar v2.7.0
21922026-04-03T03:56:33.789Z Checking fs-err v3.3.0
21932026-04-03T03:56:33.871Z Checking toml_edit v0.19.15
21942026-04-03T03:56:33.906Z Checking hash32 v0.2.1
21952026-04-03T03:56:33.943Z Checking bzip2 v0.6.1
21962026-04-03T03:56:34.090Z Checking serde-big-array v0.5.1
21972026-04-03T03:56:34.126Z Checking unicode-properties v0.1.4
21982026-04-03T03:56:34.162Z Checking unicode-bidi v0.3.18
21992026-04-03T03:56:34.165Z Checking jiff v0.2.21
22002026-04-03T03:56:34.249Z Checking predicates-core v1.0.10
22012026-04-03T03:56:34.341Z Checking heapless v0.7.17
22022026-04-03T03:56:34.377Z Checking hickory-proto v0.25.2
22032026-04-03T03:56:34.411Z Checking tokio-stream v0.1.18
22042026-04-03T03:56:34.486Z Checking stringprep v0.1.5
22052026-04-03T03:56:34.668Z Checking md-5 v0.10.6
22062026-04-03T03:56:34.775Z Checking float-cmp v0.10.0
22072026-04-03T03:56:34.822Z Checking rustc-hash v2.1.1
22082026-04-03T03:56:34.858Z Checking fallible-iterator v0.2.0
22092026-04-03T03:56:34.911Z Checking toml v0.7.8
22102026-04-03T03:56:34.945Z Checking difflib v0.4.0
22112026-04-03T03:56:34.981Z Checking normalize-line-endings v0.3.0
22122026-04-03T03:56:35.100Z Checking iddqd v0.3.17
22132026-04-03T03:56:35.135Z Checking smoltcp v0.9.1
22142026-04-03T03:56:35.171Z Checking postgres-protocol v0.6.10
22152026-04-03T03:56:35.174Z Checking predicates v3.1.4
22162026-04-03T03:56:35.174Z Checking phf_shared v0.13.1
22172026-04-03T03:56:35.270Z Checking phf_shared v0.11.3
22182026-04-03T03:56:35.428Z Checking itertools v0.12.1
22192026-04-03T03:56:35.466Z Checking console v0.16.2
22202026-04-03T03:56:35.508Z Checking buf-list v1.1.2
22212026-04-03T03:56:35.561Z Checking strum v0.27.2
22222026-04-03T03:56:35.701Z Checking fixedbitset v0.4.2
22232026-04-03T03:56:35.738Z Checking fixedbitset v0.5.7
22242026-04-03T03:56:35.773Z Checking lalrpop-util v0.19.12
22252026-04-03T03:56:35.809Z Checking unit-prefix v0.5.2
22262026-04-03T03:56:35.877Z Checking precomputed-hash v0.1.1
22272026-04-03T03:56:35.958Z Checking new_debug_unreachable v1.0.6
22282026-04-03T03:56:35.961Z Checking indicatif v0.18.4
22292026-04-03T03:56:35.992Z Checking petgraph v0.8.3
22302026-04-03T03:56:35.995Z Checking petgraph v0.6.5
22312026-04-03T03:56:36.028Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-04-03T03:56:36.124Z Checking string_cache v0.8.9
22332026-04-03T03:56:36.322Z Checking postgres-types v0.2.12
22342026-04-03T03:56:36.426Z Checking phf v0.13.1
22352026-04-03T03:56:36.463Z Checking zone v0.3.1
22362026-04-03T03:56:36.466Z Checking zip v4.6.1
22372026-04-03T03:56:36.604Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-04-03T03:56:36.666Z Checking peg-runtime v0.8.5
22392026-04-03T03:56:36.839Z Checking whoami v2.1.0
22402026-04-03T03:56:36.917Z Checking futures-executor v0.3.32
22412026-04-03T03:56:36.995Z Checking is-terminal v0.4.17
22422026-04-03T03:56:37.073Z Checking tokio-postgres v0.7.16
22432026-04-03T03:56:37.108Z Checking futures v0.3.32
22442026-04-03T03:56:37.111Z Checking crossbeam-channel v0.5.15
22452026-04-03T03:56:37.177Z Compiling structmeta-derive v0.3.0
22462026-04-03T03:56:37.180Z Checking thread_local v1.1.9
22472026-04-03T03:56:37.244Z Checking term v1.2.1
22482026-04-03T03:56:37.350Z Checking take_mut v0.2.2
22492026-04-03T03:56:37.402Z Compiling newtype-uuid-macros v0.1.0
22502026-04-03T03:56:37.485Z Checking regress v0.10.5
22512026-04-03T03:56:37.520Z Checking slog-term v2.9.2
22522026-04-03T03:56:37.524Z Checking slog-async v2.8.0
22532026-04-03T03:56:37.596Z Compiling rustls v0.22.4
22542026-04-03T03:56:37.724Z Compiling multer v3.1.0
22552026-04-03T03:56:37.836Z Compiling async-stream-impl v0.3.6
22562026-04-03T03:56:37.880Z Compiling dropshot v0.16.7
22572026-04-03T03:56:38.014Z Compiling dropshot_endpoint v0.16.7
22582026-04-03T03:56:38.174Z Checking match_cfg v0.1.0
22592026-04-03T03:56:38.211Z Checking slog-json v2.6.1
22602026-04-03T03:56:38.272Z Checking hostname v0.3.1
22612026-04-03T03:56:38.275Z Compiling structmeta v0.3.0
22622026-04-03T03:56:38.338Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-04-03T03:56:38.410Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-04-03T03:56:38.413Z Checking slog-bunyan v2.5.0
22652026-04-03T03:56:38.476Z Checking debug-ignore v1.0.5
22662026-04-03T03:56:38.517Z Checking serde_spanned v1.0.4
22672026-04-03T03:56:38.555Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-04-03T03:56:38.559Z Compiling derive-ex v0.1.8
22692026-04-03T03:56:38.620Z Checking progenitor-client v0.13.0
22702026-04-03T03:56:38.677Z Checking rustls-webpki v0.102.8
22712026-04-03T03:56:38.742Z Checking serde_path_to_error v0.1.20
22722026-04-03T03:56:38.777Z Checking toml v0.9.12+spec-1.1.0
22732026-04-03T03:56:38.853Z Checking async-stream v0.3.6
22742026-04-03T03:56:38.923Z Checking waitgroup v0.1.2
22752026-04-03T03:56:39.014Z Checking rustls-pemfile v2.2.0
22762026-04-03T03:56:39.049Z Checking hostname v0.4.2
22772026-04-03T03:56:39.052Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-04-03T03:56:39.148Z Compiling parse-display-derive v0.10.0
22792026-04-03T03:56:39.183Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-04-03T03:56:39.186Z Checking itertools v0.14.0
22812026-04-03T03:56:39.249Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-04-03T03:56:39.355Z Checking macaddr v1.0.1
22832026-04-03T03:56:39.391Z Checking progenitor-client v0.10.0
22842026-04-03T03:56:39.563Z Checking instant v0.1.13
22852026-04-03T03:56:39.642Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-04-03T03:56:39.677Z Checking backon v1.6.0
22872026-04-03T03:56:39.713Z Checking backoff v0.4.0
22882026-04-03T03:56:39.798Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-04-03T03:56:39.872Z Checking progenitor-extras v0.1.1
22902026-04-03T03:56:39.947Z Checking heck v0.5.0
22912026-04-03T03:56:40.099Z Checking toml v0.8.23
22922026-04-03T03:56:40.134Z Compiling convert_case v0.4.0
22932026-04-03T03:56:40.267Z Compiling test-strategy v0.4.5
22942026-04-03T03:56:40.303Z Checking half v2.7.1
22952026-04-03T03:56:40.308Z Checking ciborium-io v0.2.2
22962026-04-03T03:56:40.442Z Checking secrecy v0.10.3
22972026-04-03T03:56:40.477Z Compiling unsafe-libyaml v0.2.11
22982026-04-03T03:56:40.534Z Compiling derive_more v0.99.20
22992026-04-03T03:56:40.569Z Checking tokio-rustls v0.25.0
23002026-04-03T03:56:40.602Z Compiling crucible-workspace-hack v0.1.0
23012026-04-03T03:56:40.605Z Checking ciborium-ll v0.2.2
23022026-04-03T03:56:40.829Z Checking indent_write v2.2.0
23032026-04-03T03:56:40.863Z Checking ciborium v0.2.2
23042026-04-03T03:56:40.897Z Checking parse-display v0.10.0
23052026-04-03T03:56:41.031Z Checking camino-tempfile v1.4.1
23062026-04-03T03:56:41.170Z Compiling serde_yaml v0.9.34+deprecated
23072026-04-03T03:56:41.215Z Checking universal-hash v0.5.1
23082026-04-03T03:56:41.312Z Checking opaque-debug v0.3.1
23092026-04-03T03:56:41.315Z Checking aead v0.5.2
23102026-04-03T03:56:41.379Z Checking typify-impl v0.6.1
23112026-04-03T03:56:41.513Z Checking poly1305 v0.8.0
23122026-04-03T03:56:41.774Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23132026-04-03T03:56:41.809Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-04-03T03:56:42.206Z Checking chacha20 v0.9.1
23152026-04-03T03:56:42.243Z Compiling thiserror-impl-no-std v2.0.2
23162026-04-03T03:56:42.457Z Checking swrite v0.1.0
23172026-04-03T03:56:42.582Z Checking password-hash v0.5.0
23182026-04-03T03:56:42.626Z Checking blake2 v0.10.6
23192026-04-03T03:56:42.673Z Checking chacha20poly1305 v0.10.1
23202026-04-03T03:56:42.786Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23212026-04-03T03:56:42.827Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23222026-04-03T03:56:42.862Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23232026-04-03T03:56:42.896Z Checking argon2 v0.5.3
23242026-04-03T03:56:43.112Z Checking byte-wrapper v0.1.0
23252026-04-03T03:56:43.147Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23262026-04-03T03:56:43.182Z Compiling toml_edit v0.23.10+spec-1.0.0
23272026-04-03T03:56:43.261Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-04-03T03:56:43.344Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23292026-04-03T03:56:43.407Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23302026-04-03T03:56:43.482Z Checking thiserror-no-std v2.0.2
23312026-04-03T03:56:43.518Z Checking tabwriter v1.4.1
23322026-04-03T03:56:43.599Z Checking vsss-rs v3.3.4
23332026-04-03T03:56:43.697Z Checking unicode-width v0.1.14
23342026-04-03T03:56:43.979Z Compiling proc-macro-crate v3.4.0
23352026-04-03T03:56:44.071Z Checking glob v0.3.3
23362026-04-03T03:56:44.282Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-04-03T03:56:44.317Z Compiling heapless v0.8.0
23382026-04-03T03:56:44.466Z Compiling ingot-macros v0.1.1
23392026-04-03T03:56:44.552Z Checking hash32 v0.3.1
23402026-04-03T03:56:44.596Z Compiling smoltcp v0.11.0
23412026-04-03T03:56:44.711Z Checking colored v3.1.1
23422026-04-03T03:56:44.746Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23432026-04-03T03:56:44.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23442026-04-03T03:56:44.863Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23452026-04-03T03:56:45.008Z Compiling num_enum_derive v0.7.5
23462026-04-03T03:56:45.074Z Checking cobs v0.3.0
23472026-04-03T03:56:45.116Z Compiling usdt-attr-macro v0.5.0
23482026-04-03T03:56:45.247Z Compiling usdt-macro v0.5.0
23492026-04-03T03:56:45.341Z Checking memmap v0.7.0
23502026-04-03T03:56:45.505Z Compiling foreign-types-macros v0.2.3
23512026-04-03T03:56:45.930Z Checking cpufeatures v0.3.0
23522026-04-03T03:56:45.932Z Checking foreign-types-shared v0.3.1
23532026-04-03T03:56:45.997Z Checking usdt v0.5.0
23542026-04-03T03:56:46.001Z Compiling typify-macro v0.6.1
23552026-04-03T03:56:46.063Z Checking chacha20 v0.10.0
23562026-04-03T03:56:46.067Z Checking num_enum v0.7.5
23572026-04-03T03:56:46.128Z Checking foreign-types v0.5.0
23582026-04-03T03:56:46.222Z Checking postcard v1.1.3
23592026-04-03T03:56:46.322Z Compiling proc-macro-crate v1.3.1
23602026-04-03T03:56:46.385Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23612026-04-03T03:56:46.427Z Checking cstr-argument v0.1.2
23622026-04-03T03:56:46.539Z Checking sigpipe v0.1.3
23632026-04-03T03:56:46.581Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-04-03T03:56:46.624Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23652026-04-03T03:56:46.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23662026-04-03T03:56:46.757Z Compiling num_enum_derive v0.5.11
23672026-04-03T03:56:46.965Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-04-03T03:56:47.008Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23692026-04-03T03:56:47.060Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-04-03T03:56:47.212Z Checking rand v0.10.0
23712026-04-03T03:56:47.217Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23722026-04-03T03:56:47.233Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-04-03T03:56:47.327Z Checking ingot-types v0.1.2
23742026-04-03T03:56:47.330Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23752026-04-03T03:56:47.443Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23762026-04-03T03:56:47.510Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23772026-04-03T03:56:47.675Z Checking smf v0.2.3
23782026-04-03T03:56:47.746Z Checking ingot v0.1.1
23792026-04-03T03:56:47.749Z Compiling num-derive v0.4.2
23802026-04-03T03:56:47.843Z Compiling typify v0.6.1
23812026-04-03T03:56:47.912Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23822026-04-03T03:56:47.947Z Checking num_enum v0.5.11
23832026-04-03T03:56:47.950Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23842026-04-03T03:56:48.015Z Compiling progenitor-impl v0.13.0
23852026-04-03T03:56:48.081Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23862026-04-03T03:56:48.237Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23872026-04-03T03:56:48.423Z Checking whoami v1.6.1
23882026-04-03T03:56:48.459Z Checking tokio-dtrace v0.1.1
23892026-04-03T03:56:48.549Z Compiling derive-where v1.6.0
23902026-04-03T03:56:48.620Z Checking atomicwrites v0.4.4
23912026-04-03T03:56:48.670Z Checking oxide-tokio-rt v0.1.3
23922026-04-03T03:56:48.726Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23932026-04-03T03:56:48.775Z Checking console v0.15.11
23942026-04-03T03:56:48.864Z Checking newline-converter v0.3.0
23952026-04-03T03:56:48.955Z Checking bytecount v0.6.9
23962026-04-03T03:56:48.990Z Compiling prettyplease v0.2.37
23972026-04-03T03:56:49.023Z Compiling owo-colors v4.3.0
23982026-04-03T03:56:49.073Z Checking expectorate v1.2.0
23992026-04-03T03:56:49.107Z Compiling cancel-safe-futures v0.1.5
24002026-04-03T03:56:49.248Z Checking libsw-core v0.3.2
24012026-04-03T03:56:49.290Z Checking same-file v1.0.6
24022026-04-03T03:56:49.401Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24032026-04-03T03:56:49.433Z Checking libsw v3.5.0
24042026-04-03T03:56:49.433Z Checking linear-map v1.2.0
24052026-04-03T03:56:49.639Z Checking walkdir v2.5.0
24062026-04-03T03:56:49.690Z Checking num-rational v0.4.2
24072026-04-03T03:56:49.693Z Checking num-complex v0.4.6
24082026-04-03T03:56:49.830Z Checking float-ord v0.3.2
24092026-04-03T03:56:49.867Z Checking gethostname v0.5.0
24102026-04-03T03:56:49.997Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24112026-04-03T03:56:50.088Z Checking num v0.4.3
24122026-04-03T03:56:50.122Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-04-03T03:56:50.157Z Compiling async-recursion v1.1.1
24142026-04-03T03:56:50.254Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-04-03T03:56:50.573Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24162026-04-03T03:56:50.622Z Compiling progenitor-macro v0.13.0
24172026-04-03T03:56:51.505Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-04-03T03:56:51.541Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24192026-04-03T03:56:51.807Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-04-03T03:56:53.497Z Checking smawk v0.3.2
24212026-04-03T03:56:53.659Z Checking resolv-conf v0.7.6
24222026-04-03T03:56:53.693Z Checking unicode-linebreak v0.1.5
24232026-04-03T03:56:53.725Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-04-03T03:56:53.872Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-04-03T03:56:53.936Z Checking globset v0.4.18
24262026-04-03T03:56:54.227Z Compiling convert_case v0.10.0
24272026-04-03T03:56:54.567Z Compiling slog-dtrace v0.3.0
24282026-04-03T03:56:54.779Z Compiling derive_more-impl v2.1.1
24292026-04-03T03:56:55.063Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24302026-04-03T03:56:55.245Z Compiling pin-project-internal v1.1.11
24312026-04-03T03:56:55.314Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-04-03T03:56:55.350Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24332026-04-03T03:56:55.537Z Checking progenitor v0.13.0
24342026-04-03T03:56:55.573Z Checking pem v3.0.6
24352026-04-03T03:56:55.612Z Checking derive_more v2.1.1
24362026-04-03T03:56:55.687Z Checking fd-lock v4.0.4
24372026-04-03T03:56:55.723Z Checking crossterm v0.29.0
24382026-04-03T03:56:55.755Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24392026-04-03T03:56:55.788Z Checking vte v0.14.1
24402026-04-03T03:56:55.822Z Checking display-error-chain v0.2.2
24412026-04-03T03:56:55.854Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24422026-04-03T03:56:55.980Z Checking strip-ansi-escapes v0.2.1
24432026-04-03T03:56:56.035Z Compiling snafu-derive v0.8.9
24442026-04-03T03:56:56.134Z Checking termtree v0.5.1
24452026-04-03T03:56:56.301Z Checking linked-hash-map v0.5.6
24462026-04-03T03:56:56.304Z Checking nu-ansi-term v0.50.3
24472026-04-03T03:56:56.367Z Checking pin-project v1.1.11
24482026-04-03T03:56:56.491Z Checking textwrap v0.16.2
24492026-04-03T03:56:56.526Z Checking lru-cache v0.1.2
24502026-04-03T03:56:56.567Z Checking reedline v0.40.0
24512026-04-03T03:56:56.674Z Checking olpc-cjson v0.1.4
24522026-04-03T03:56:56.747Z Checking hickory-proto v0.24.4
24532026-04-03T03:56:56.847Z Checking serde_plain v1.0.2
24542026-04-03T03:56:57.066Z Compiling minimal-lexical v0.2.1
24552026-04-03T03:56:57.355Z Checking typed-path v0.9.3
24562026-04-03T03:56:57.743Z Compiling nom v7.1.3
24572026-04-03T03:56:58.016Z Checking snafu v0.8.9
24582026-04-03T03:56:58.153Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-04-03T03:56:58.290Z Checking tough v0.20.0
24602026-04-03T03:56:58.417Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-04-03T03:56:58.493Z Compiling ar_archive_writer v0.5.1
24622026-04-03T03:56:58.532Z Checking base64 v0.21.7
24632026-04-03T03:56:58.605Z Checking hickory-resolver v0.24.4
24642026-04-03T03:56:58.719Z Checking humantime v2.3.0
24652026-04-03T03:56:58.798Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24662026-04-03T03:56:58.931Z Checking csv-core v0.1.13
24672026-04-03T03:56:59.025Z Compiling stacker v0.1.23
24682026-04-03T03:56:59.122Z Checking highway v1.3.0
24692026-04-03T03:56:59.157Z Checking csv v1.4.0
24702026-04-03T03:56:59.277Z Compiling cfg_aliases v0.1.1
24712026-04-03T03:56:59.352Z Checking qorb v0.4.1
24722026-04-03T03:56:59.391Z Checking papergrid v0.11.0
24732026-04-03T03:56:59.391Z Compiling psm v0.1.30
24742026-04-03T03:56:59.391Z Compiling nix v0.28.0
24752026-04-03T03:56:59.391Z Compiling tabled_derive v0.7.0
24762026-04-03T03:56:59.544Z Checking nibble_vec v0.1.0
24772026-04-03T03:56:59.702Z Checking home v0.5.12
24782026-04-03T03:56:59.798Z Checking endian-type v0.1.2
24792026-04-03T03:56:59.884Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-04-03T03:56:59.959Z Checking radix_trie v0.2.1
24812026-04-03T03:57:00.043Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24822026-04-03T03:57:00.200Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24832026-04-03T03:57:00.267Z Checking phf_shared v0.12.1
24842026-04-03T03:57:00.387Z Compiling recursive-proc-macro-impl v0.1.1
24852026-04-03T03:57:00.422Z Compiling chrono-tz v0.10.4
24862026-04-03T03:57:00.456Z Checking tabled v0.15.0
24872026-04-03T03:57:00.459Z Compiling semver v0.1.20
24882026-04-03T03:57:00.553Z Checking phf v0.12.1
24892026-04-03T03:57:00.715Z Compiling rustc_version v0.1.7
24902026-04-03T03:57:00.749Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-04-03T03:57:00.791Z Compiling const_format_proc_macros v0.2.34
24922026-04-03T03:57:00.825Z Checking recursive v0.1.1
24932026-04-03T03:57:00.905Z Compiling peg-macros v0.8.5
24942026-04-03T03:57:00.943Z Checking winnow v0.6.26
24952026-04-03T03:57:00.976Z Compiling sqlparser_derive v0.5.0
24962026-04-03T03:57:01.265Z Checking unicode_categories v0.1.1
24972026-04-03T03:57:01.644Z Checking const_format v0.2.35
24982026-04-03T03:57:01.647Z Checking rustyline v14.0.0
24992026-04-03T03:57:01.765Z Checking sqlparser v0.61.0
25002026-04-03T03:57:02.027Z Compiling newtype_derive v0.1.6
25012026-04-03T03:57:02.246Z Checking sqlformat v0.3.5
25022026-04-03T03:57:02.314Z Checking peg v0.8.5
25032026-04-03T03:57:02.414Z Checking bcs v0.1.6
25042026-04-03T03:57:02.633Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25052026-04-03T03:57:02.684Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25062026-04-03T03:57:02.717Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-04-03T03:57:02.852Z Checking steno v0.4.1
25082026-04-03T03:57:02.887Z Checking utf-8 v0.7.6
25092026-04-03T03:57:03.005Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25102026-04-03T03:57:03.062Z Checking filetime v0.2.27
25112026-04-03T03:57:03.224Z Checking xattr v1.6.1
25122026-04-03T03:57:03.392Z Checking tar v0.4.45
25132026-04-03T03:57:03.674Z Checking tungstenite v0.21.0
25142026-04-03T03:57:03.766Z Checking arc-swap v1.8.2
25152026-04-03T03:57:03.801Z Compiling typify-impl v0.4.3
25162026-04-03T03:57:03.886Z Checking typeid v1.0.3
25172026-04-03T03:57:04.018Z Checking slog-scope v4.4.1
25182026-04-03T03:57:04.125Z Checking tokio-tungstenite v0.21.0
25192026-04-03T03:57:04.216Z Checking slog-stdlog v4.1.1
25202026-04-03T03:57:04.373Z Checking slog-envlogger v2.2.0
25212026-04-03T03:57:04.557Z Checking subprocess v0.2.15
25222026-04-03T03:57:04.876Z Checking headers-core v0.3.0
25232026-04-03T03:57:05.017Z Checking headers v0.4.1
25242026-04-03T03:57:05.051Z Compiling lzma-sys v0.1.20
25252026-04-03T03:57:05.505Z Compiling cargo_toml v0.22.3
25262026-04-03T03:57:05.548Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25272026-04-03T03:57:05.597Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-04-03T03:57:05.631Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-04-03T03:57:05.902Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-04-03T03:57:06.006Z Checking yasna v0.5.2
25312026-04-03T03:57:06.420Z Checking rcgen v0.12.1
25322026-04-03T03:57:06.644Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-04-03T03:57:06.699Z Checking xz2 v0.1.7
25342026-04-03T03:57:06.765Z Checking ron v0.12.0
25352026-04-03T03:57:06.918Z Checking base16ct v1.0.0
25362026-04-03T03:57:07.083Z Checking dropshot-api-manager-types v0.6.0
25372026-04-03T03:57:07.221Z Checking tagptr v0.2.0
25382026-04-03T03:57:07.286Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25392026-04-03T03:57:07.395Z Checking moka v0.12.13
25402026-04-03T03:57:07.495Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25412026-04-03T03:57:07.554Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25422026-04-03T03:57:07.672Z Compiling libefi-sys v0.1.0
25432026-04-03T03:57:07.884Z Compiling radium v0.7.0
25442026-04-03T03:57:08.072Z Compiling bitfield-struct v0.6.2
25452026-04-03T03:57:08.105Z Checking hickory-resolver v0.25.2
25462026-04-03T03:57:08.229Z Compiling maybe-uninit v2.0.0
25472026-04-03T03:57:08.316Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-04-03T03:57:08.350Z Compiling typify-macro v0.4.3
25492026-04-03T03:57:08.532Z Checking tap v1.0.1
25502026-04-03T03:57:08.657Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-04-03T03:57:08.691Z Checking wyz v0.5.1
25522026-04-03T03:57:08.741Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-04-03T03:57:08.845Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-04-03T03:57:09.010Z Compiling zerocopy-derive v0.6.6
25552026-04-03T03:57:09.138Z Checking crc-catalog v2.4.0
25562026-04-03T03:57:09.187Z Compiling packed_struct v0.10.1
25572026-04-03T03:57:09.260Z Checking funty v2.0.0
25582026-04-03T03:57:09.302Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-04-03T03:57:09.368Z Checking crc v3.4.0
25602026-04-03T03:57:09.406Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-04-03T03:57:09.510Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-04-03T03:57:09.597Z Checking bitvec v1.0.1
25632026-04-03T03:57:09.640Z Compiling packed_struct_codegen v0.10.1
25642026-04-03T03:57:09.672Z Compiling bitfield-macros v0.19.4
25652026-04-03T03:57:09.704Z Compiling indexmap v1.9.3
25662026-04-03T03:57:09.880Z Checking zerocopy v0.6.6
25672026-04-03T03:57:09.931Z Checking nodrop v0.1.14
25682026-04-03T03:57:10.050Z Checking array-init v0.0.4
25692026-04-03T03:57:10.084Z Compiling typify v0.4.3
25702026-04-03T03:57:10.240Z Compiling progenitor-impl v0.10.0
25712026-04-03T03:57:10.409Z Checking bitfield v0.19.4
25722026-04-03T03:57:10.453Z Checking smallvec v0.6.14
25732026-04-03T03:57:10.678Z Checking hashbrown v0.12.3
25742026-04-03T03:57:10.710Z Checking serde-hex v0.1.0
25752026-04-03T03:57:10.741Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-04-03T03:57:10.941Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25772026-04-03T03:57:11.243Z Checking ron v0.8.1
25782026-04-03T03:57:11.461Z Checking hashbrown v0.13.2
25792026-04-03T03:57:11.786Z Checking crc-any v2.5.0
25802026-04-03T03:57:11.904Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25812026-04-03T03:57:12.001Z Checking object v0.30.4
25822026-04-03T03:57:12.033Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25832026-04-03T03:57:12.064Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25842026-04-03T03:57:12.162Z Checking path-slash v0.1.5
25852026-04-03T03:57:12.257Z Compiling xshell-macros v0.2.7
25862026-04-03T03:57:12.298Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25872026-04-03T03:57:12.668Z Checking xshell v0.2.7
25882026-04-03T03:57:12.709Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25892026-04-03T03:57:12.869Z Compiling progenitor-macro v0.10.0
25902026-04-03T03:57:12.903Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-04-03T03:57:13.390Z Checking half v1.8.3
25922026-04-03T03:57:13.623Z Checking serde_cbor v0.11.2
25932026-04-03T03:57:13.655Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-04-03T03:57:13.692Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25952026-04-03T03:57:14.035Z Compiling num-derive v0.3.3
25962026-04-03T03:57:14.110Z Compiling proc-macro-error-attr2 v2.0.0
25972026-04-03T03:57:14.161Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-04-03T03:57:14.408Z Checking papergrid v0.17.0
25992026-04-03T03:57:14.535Z Compiling proc-macro-error2 v2.0.1
26002026-04-03T03:57:14.885Z Compiling tabled_derive v0.11.0
26012026-04-03T03:57:14.952Z Checking libscf-sys v1.1.0
26022026-04-03T03:57:15.113Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-04-03T03:57:15.145Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-04-03T03:57:15.206Z Checking testing_table v0.3.0
26052026-04-03T03:57:15.328Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26062026-04-03T03:57:15.360Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26072026-04-03T03:57:15.447Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-04-03T03:57:15.750Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-04-03T03:57:15.852Z Checking maplit v1.0.2
26102026-04-03T03:57:15.967Z Checking fxhash v0.2.1
26112026-04-03T03:57:16.046Z Checking tabled v0.20.0
26122026-04-03T03:57:16.078Z Checking crc8 v0.1.1
26132026-04-03T03:57:16.122Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26142026-04-03T03:57:16.155Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-04-03T03:57:16.204Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-04-03T03:57:16.237Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-04-03T03:57:16.519Z Checking unicase v2.9.0
26182026-04-03T03:57:16.709Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26192026-04-03T03:57:16.750Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26202026-04-03T03:57:16.988Z Checking kstat-rs v0.2.4
26212026-04-03T03:57:17.107Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26222026-04-03T03:57:17.151Z Compiling diesel_derives v2.3.7
26232026-04-03T03:57:17.226Z Checking scheduled-thread-pool v0.2.7
26242026-04-03T03:57:17.288Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-04-03T03:57:17.399Z Compiling dsl_auto_type v0.2.0
26262026-04-03T03:57:17.431Z Compiling vergen-gitcl v1.0.8
26272026-04-03T03:57:17.613Z Compiling diesel_table_macro_syntax v0.3.0
26282026-04-03T03:57:17.650Z Compiling parking_lot_core v0.8.6
26292026-04-03T03:57:17.784Z Checking progenitor v0.10.0
26302026-04-03T03:57:17.896Z Checking r2d2 v0.8.10
26312026-04-03T03:57:17.962Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-04-03T03:57:18.003Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26332026-04-03T03:57:18.103Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-04-03T03:57:18.135Z Compiling git-stub v1.0.0
26352026-04-03T03:57:18.352Z Checking downcast-rs v2.0.2
26362026-04-03T03:57:18.440Z Compiling git-stub-vcs v0.1.0
26372026-04-03T03:57:18.473Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26382026-04-03T03:57:18.821Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-04-03T03:57:18.907Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26402026-04-03T03:57:19.140Z Checking parking_lot v0.11.2
26412026-04-03T03:57:19.258Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-04-03T03:57:19.331Z Checking prefix-trie v0.7.0
26432026-04-03T03:57:19.363Z Checking sled v0.34.7
26442026-04-03T03:57:19.448Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-04-03T03:57:19.559Z Checking nanorand v0.7.0
26462026-04-03T03:57:19.637Z Compiling dirs-sys-next v0.1.2
26472026-04-03T03:57:19.682Z Checking hickory-server v0.25.2
26482026-04-03T03:57:19.786Z Compiling crunchy v0.2.4
26492026-04-03T03:57:19.947Z Compiling dirs-next v2.0.0
26502026-04-03T03:57:20.109Z Checking flume v0.11.1
26512026-04-03T03:57:20.151Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-04-03T03:57:20.301Z Compiling clang-sys v1.8.1
26532026-04-03T03:57:20.379Z Compiling tiny-keccak v2.0.2
26542026-04-03T03:57:20.674Z Compiling term v0.7.0
26552026-04-03T03:57:20.736Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26562026-04-03T03:57:20.802Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-04-03T03:57:20.807Z Compiling bit-vec v0.6.3
26582026-04-03T03:57:20.867Z Compiling salty v0.3.0
26592026-04-03T03:57:21.077Z Compiling bit-set v0.5.3
26602026-04-03T03:57:21.109Z Compiling ascii-canvas v3.0.0
26612026-04-03T03:57:21.258Z Checking primeorder v0.13.6
26622026-04-03T03:57:21.290Z Compiling itertools v0.10.5
26632026-04-03T03:57:21.382Z Compiling ena v0.14.4
26642026-04-03T03:57:21.530Z Compiling libloading v0.8.9
26652026-04-03T03:57:21.614Z Compiling fs-err v2.11.0
26662026-04-03T03:57:21.646Z Compiling bindgen v0.71.1
26672026-04-03T03:57:21.679Z Compiling diff v0.1.13
26682026-04-03T03:57:21.772Z Compiling regex-syntax v0.6.29
26692026-04-03T03:57:22.194Z Compiling cexpr v0.6.0
26702026-04-03T03:57:22.227Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-04-03T03:57:22.323Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-04-03T03:57:22.384Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-04-03T03:57:22.812Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-04-03T03:57:22.920Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-04-03T03:57:22.977Z Compiling libxml v0.3.3
26762026-04-03T03:57:23.053Z Checking parse-size v1.1.0
26772026-04-03T03:57:23.145Z Compiling lalrpop v0.19.12
26782026-04-03T03:57:23.225Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-04-03T03:57:23.288Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-04-03T03:57:23.322Z Checking diesel v2.3.7
26812026-04-03T03:57:23.353Z Checking p384 v0.13.1
26822026-04-03T03:57:23.796Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-04-03T03:57:23.918Z Compiling strum_macros v0.24.3
26842026-04-03T03:57:24.080Z Checking assert_matches v1.5.0
26852026-04-03T03:57:24.183Z Compiling indoc v1.0.9
26862026-04-03T03:57:25.256Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26872026-04-03T03:57:25.294Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-04-03T03:57:25.519Z Checking predicates-tree v1.0.13
26892026-04-03T03:57:25.659Z Checking derive_builder v0.20.2
26902026-04-03T03:57:25.697Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26912026-04-03T03:57:25.732Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26922026-04-03T03:57:25.802Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26932026-04-03T03:57:26.219Z Checking quick-xml v0.37.5
26942026-04-03T03:57:26.252Z Compiling oso-derive v0.27.3
26952026-04-03T03:57:26.779Z Compiling impl-trait-for-tuples v0.2.3
26962026-04-03T03:57:27.114Z Compiling trait-variant v0.1.2
26972026-04-03T03:57:27.526Z Checking openssl-probe v0.1.6
26982026-04-03T03:57:27.598Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992026-04-03T03:57:27.671Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27002026-04-03T03:57:27.702Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-03T03:57:27.776Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27022026-04-03T03:57:28.378Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27032026-04-03T03:57:28.535Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-04-03T03:57:28.579Z Compiling progenitor-impl v0.11.2
27052026-04-03T03:57:29.065Z Compiling mime_guess v2.0.5
27062026-04-03T03:57:29.313Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27072026-04-03T03:57:29.635Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-04-03T03:57:29.669Z Checking progenitor-client v0.11.2
27092026-04-03T03:57:29.922Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27102026-04-03T03:57:29.955Z Checking http-range v0.1.5
27112026-04-03T03:57:30.116Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-04-03T03:57:30.228Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-04-03T03:57:30.269Z Checking ignore v0.4.25
27142026-04-03T03:57:30.846Z Checking atty v0.2.14
27152026-04-03T03:57:30.975Z Checking globwalk v0.9.1
27162026-04-03T03:57:31.225Z Compiling progenitor-macro v0.11.2
27172026-04-03T03:57:31.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-04-03T03:57:32.568Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-04-03T03:57:32.720Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-04-03T03:57:32.987Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-04-03T03:57:33.208Z Checking bb8 v0.8.6
27222026-04-03T03:57:33.241Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-04-03T03:57:33.278Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-04-03T03:57:33.465Z Checking corncobs v0.1.4
27252026-04-03T03:57:33.518Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-04-03T03:57:33.629Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-04-03T03:57:33.671Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-04-03T03:57:34.047Z Checking hyper-staticfile v0.10.1
27292026-04-03T03:57:34.127Z Checking camino-tempfile-ext v0.3.3
27302026-04-03T03:57:34.357Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-04-03T03:57:34.391Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-04-03T03:57:34.467Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-04-03T03:57:34.674Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-04-03T03:57:34.707Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-04-03T03:57:35.273Z Checking signal-hook-tokio v0.3.1
27362026-04-03T03:57:35.435Z Checking secrecy v0.8.0
27372026-04-03T03:57:35.595Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-04-03T03:57:35.917Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-04-03T03:57:36.144Z Checking progenitor v0.11.2
27402026-04-03T03:57:36.320Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27412026-04-03T03:57:36.359Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27422026-04-03T03:57:36.442Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27432026-04-03T03:57:36.579Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-03T03:57:36.754Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27452026-04-03T03:57:36.858Z Checking nonempty v0.12.0
27462026-04-03T03:57:36.927Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-04-03T03:57:37.132Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-04-03T03:57:37.168Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27492026-04-03T03:57:37.262Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27502026-04-03T03:57:37.567Z Checking diesel-dtrace v0.5.0
27512026-04-03T03:57:37.600Z Checking async-bb8-diesel v0.2.1
27522026-04-03T03:57:37.848Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-04-03T03:57:37.882Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27542026-04-03T03:57:37.989Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27552026-04-03T03:57:38.223Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27562026-04-03T03:57:38.518Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27572026-04-03T03:57:38.689Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27582026-04-03T03:57:38.808Z Checking tungstenite v0.23.0
27592026-04-03T03:57:39.265Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27602026-04-03T03:57:39.382Z Checking tokio-tungstenite v0.23.1
27612026-04-03T03:57:39.688Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27622026-04-03T03:57:39.844Z Checking rand_seeder v0.4.0
27632026-04-03T03:57:40.031Z Checking void v1.0.2
27642026-04-03T03:57:40.406Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-04-03T03:57:40.414Z Checking lzss v0.8.2
27662026-04-03T03:57:40.414Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27672026-04-03T03:57:40.464Z Checking nix v0.27.1
27682026-04-03T03:57:40.467Z Checking serde_bytes v0.11.19
27692026-04-03T03:57:40.760Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-04-03T03:57:40.765Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-04-03T03:57:40.798Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27722026-04-03T03:57:41.028Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27732026-04-03T03:57:41.364Z Checking is_ci v1.2.0
27742026-04-03T03:57:41.470Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27752026-04-03T03:57:41.503Z Checking yansi v1.0.1
27762026-04-03T03:57:41.689Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-04-03T03:57:41.801Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27782026-04-03T03:57:41.938Z Checking pretty_assertions v1.4.1
27792026-04-03T03:57:42.068Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-04-03T03:57:42.106Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27812026-04-03T03:57:42.360Z Compiling darling_core v0.23.0
27822026-04-03T03:57:42.417Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-04-03T03:57:43.579Z Compiling indoc v2.0.7
27842026-04-03T03:57:43.622Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-04-03T03:57:43.805Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27862026-04-03T03:57:43.845Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-04-03T03:57:44.053Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-04-03T03:57:44.285Z Compiling instability v0.3.11
27892026-04-03T03:57:44.663Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-04-03T03:57:44.698Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27912026-04-03T03:57:44.731Z Compiling libz-sys v1.1.24
27922026-04-03T03:57:44.897Z Compiling darling_macro v0.23.0
27932026-04-03T03:57:45.141Z Checking castaway v0.2.4
27942026-04-03T03:57:45.289Z Checking compact_str v0.8.1
27952026-04-03T03:57:45.415Z Compiling darling v0.23.0
27962026-04-03T03:57:45.696Z Checking supports-color v3.0.2
27972026-04-03T03:57:45.863Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-04-03T03:57:46.090Z Checking unicode-truncate v1.1.0
27992026-04-03T03:57:46.271Z Checking lru v0.12.5
28002026-04-03T03:57:46.303Z Checking cassowary v0.3.0
28012026-04-03T03:57:46.382Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28022026-04-03T03:57:46.424Z Compiling libgit2-sys v0.18.3+1.9.2
28032026-04-03T03:57:46.460Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-04-03T03:57:46.544Z Checking ratatui v0.29.0
28052026-04-03T03:57:46.773Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-04-03T03:57:47.937Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-04-03T03:57:47.969Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-04-03T03:57:48.003Z Compiling vergen-git2 v1.0.7
28092026-04-03T03:57:48.226Z Checking plotters-backend v0.3.7
28102026-04-03T03:57:48.293Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-04-03T03:57:48.337Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-04-03T03:57:48.464Z Checking plotters-svg v0.3.7
28132026-04-03T03:57:48.542Z Checking colored v2.2.0
28142026-04-03T03:57:48.576Z Checking cast v0.3.0
28152026-04-03T03:57:48.632Z Compiling rustls v0.21.12
28162026-04-03T03:57:48.762Z Checking shell-words v1.1.1
28172026-04-03T03:57:48.795Z Checking criterion-plot v0.6.0
28182026-04-03T03:57:48.887Z Checking plotters v0.3.7
28192026-04-03T03:57:49.010Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-04-03T03:57:49.067Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-04-03T03:57:49.289Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-04-03T03:57:49.514Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-04-03T03:57:49.654Z Checking rustls-webpki v0.101.7
28242026-04-03T03:57:49.971Z Checking sct v0.7.1
28252026-04-03T03:57:50.006Z Checking tinytemplate v1.2.1
28262026-04-03T03:57:50.037Z Compiling nix v0.29.0
28272026-04-03T03:57:50.139Z Checking oorandom v11.1.5
28282026-04-03T03:57:50.254Z Checking hex-literal v0.4.1
28292026-04-03T03:57:50.288Z Checking anes v0.1.6
28302026-04-03T03:57:50.488Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-04-03T03:57:50.520Z Checking criterion v0.7.0
28322026-04-03T03:57:51.821Z Checking erased-serde v0.4.9
28332026-04-03T03:57:51.853Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-04-03T03:57:52.248Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28352026-04-03T03:57:53.018Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362026-04-03T03:57:53.807Z Checking ordered-float v2.10.1
28372026-04-03T03:57:54.080Z Checking serde-value v0.7.0
28382026-04-03T03:57:54.343Z Checking serde-untagged v0.1.9
28392026-04-03T03:57:54.576Z Checking tokio-rustls v0.24.1
28402026-04-03T03:57:54.852Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-04-03T03:57:55.074Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28422026-04-03T03:57:55.301Z Checking rustls-pemfile v1.0.4
28432026-04-03T03:57:55.474Z Checking twox-hash v2.1.2
28442026-04-03T03:57:55.655Z Checking unicode-xid v0.2.6
28452026-04-03T03:57:55.799Z Checking cargo-util-schemas v0.8.2
28462026-04-03T03:57:56.058Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-04-03T03:57:56.704Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-03T03:57:56.737Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-04-03T03:57:56.885Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-04-03T03:57:56.930Z Checking fatfs v0.3.6
28512026-04-03T03:57:57.421Z Checking cargo-platform v0.2.0
28522026-04-03T03:57:57.641Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-04-03T03:57:58.211Z Compiling petname v2.0.2
28542026-04-03T03:57:58.605Z Compiling seq-macro v0.3.6
28552026-04-03T03:57:58.877Z Checking cargo_metadata v0.21.0
28562026-04-03T03:57:58.990Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-04-03T03:57:59.145Z Checking concurrent-queue v2.5.0
28582026-04-03T03:57:59.362Z Checking rtoolbox v0.0.3
28592026-04-03T03:57:59.530Z Checking parking v2.2.1
28602026-04-03T03:57:59.670Z Checking futures-timer v3.0.3
28612026-04-03T03:57:59.703Z Checking event-listener v5.4.1
28622026-04-03T03:57:59.882Z Checking rpassword v7.4.0
28632026-04-03T03:58:00.021Z Checking tui-tree-widget v0.23.1
28642026-04-03T03:58:00.056Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-04-03T03:58:00.237Z Checking polyval v0.6.2
28662026-04-03T03:58:00.271Z Checking sapling-renderdag v0.1.0
28672026-04-03T03:58:00.355Z Checking sync-ptr v0.1.4
28682026-04-03T03:58:00.433Z Checking ghash v0.5.1
28692026-04-03T03:58:00.527Z Checking event-listener-strategy v0.5.4
28702026-04-03T03:58:00.542Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28712026-04-03T03:58:00.580Z Checking ctr v0.9.2
28722026-04-03T03:58:00.663Z Checking constant_time_eq v0.4.2
28732026-04-03T03:58:00.763Z Checking arrayref v0.3.9
28742026-04-03T03:58:00.795Z Checking arrayvec v0.7.6
28752026-04-03T03:58:00.828Z Checking aes-gcm v0.10.3
28762026-04-03T03:58:00.913Z Checking async-lock v3.4.2
28772026-04-03T03:58:01.005Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-04-03T03:58:01.009Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-04-03T03:58:01.320Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-04-03T03:58:02.020Z Checking ssh-encoding v0.2.0
28812026-04-03T03:58:02.055Z Checking blowfish v0.9.1
28822026-04-03T03:58:02.241Z Checking bcrypt-pbkdf v0.10.0
28832026-04-03T03:58:02.244Z Checking ssh-cipher v0.2.0
28842026-04-03T03:58:02.442Z Checking async-object-pool v0.2.0
28852026-04-03T03:58:02.481Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-04-03T03:58:02.586Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-04-03T03:58:02.814Z Checking serde_regex v1.1.0
28882026-04-03T03:58:03.005Z Checking password-hash v0.4.2
28892026-04-03T03:58:03.241Z Checking assert-json-diff v2.0.2
28902026-04-03T03:58:03.274Z Checking path-tree v0.8.3
28912026-04-03T03:58:03.443Z Compiling target-lexicon v0.13.3
28922026-04-03T03:58:03.493Z Checking stringmetrics v2.2.2
28932026-04-03T03:58:03.674Z Checking gimli v0.32.3
28942026-04-03T03:58:03.708Z Checking httpmock v0.8.3
28952026-04-03T03:58:04.014Z Checking pbkdf2 v0.11.0
28962026-04-03T03:58:04.216Z Checking ssh-key v0.6.7
28972026-04-03T03:58:04.708Z Compiling samael v0.0.19
28982026-04-03T03:58:05.227Z Checking addr2line v0.25.1
28992026-04-03T03:58:05.531Z Checking p256 v0.13.2
29002026-04-03T03:58:05.811Z Checking p521 v0.13.3
29012026-04-03T03:58:05.924Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-04-03T03:58:06.148Z Checking russh-cryptovec v0.7.3
29032026-04-03T03:58:06.319Z Checking rustc-demangle v0.1.27
29042026-04-03T03:58:06.433Z Compiling guppy-workspace-hack v0.1.0
29052026-04-03T03:58:06.581Z Checking md5 v0.7.0
29062026-04-03T03:58:06.692Z Checking backtrace v0.3.76
29072026-04-03T03:58:06.785Z Checking russh-keys v0.45.0
29082026-04-03T03:58:07.038Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29092026-04-03T03:58:07.117Z Checking num-bigint v0.4.6
29102026-04-03T03:58:07.488Z Checking des v0.8.1
29112026-04-03T03:58:07.840Z Compiling blake3 v1.8.3
29122026-04-03T03:58:08.103Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-04-03T03:58:08.187Z Compiling target-spec v3.5.7
29142026-04-03T03:58:08.529Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-04-03T03:58:08.572Z Checking russh v0.45.0
29162026-04-03T03:58:08.840Z Checking cfg-expr v0.20.6
29172026-04-03T03:58:09.192Z Checking backtrace-ext v0.2.1
29182026-04-03T03:58:09.293Z Checking supports-color v2.1.0
29192026-04-03T03:58:09.334Z Checking textwrap v0.15.2
29202026-04-03T03:58:09.367Z Checking supports-unicode v2.1.0
29212026-04-03T03:58:09.455Z Checking supports-hyperlinks v2.1.0
29222026-04-03T03:58:09.510Z Checking hashbrown v0.14.5
29232026-04-03T03:58:09.569Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242026-04-03T03:58:09.600Z Checking cargo-platform v0.3.2
29252026-04-03T03:58:09.796Z Checking terminal_size v0.1.17
29262026-04-03T03:58:09.829Z Checking socket2 v0.5.10
29272026-04-03T03:58:09.934Z Compiling miette-derive v5.10.0
29282026-04-03T03:58:10.008Z Checking owo-colors v3.5.0
29292026-04-03T03:58:10.106Z Checking internet-checksum v0.2.1
29302026-04-03T03:58:10.260Z Checking chumsky v0.9.3
29312026-04-03T03:58:10.479Z Checking cargo_metadata v0.23.1
29322026-04-03T03:58:11.094Z Checking miette v5.10.0
29332026-04-03T03:58:11.261Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-04-03T03:58:11.296Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29352026-04-03T03:58:11.384Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-04-03T03:58:11.595Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29372026-04-03T03:58:11.715Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-04-03T03:58:11.868Z Checking httptest v0.16.4
29392026-04-03T03:58:12.055Z Checking pathdiff v0.2.3
29402026-04-03T03:58:12.196Z Compiling knuffel-derive v3.2.0
29412026-04-03T03:58:12.229Z Checking nested v0.1.1
29422026-04-03T03:58:12.274Z Checking topological-sort v0.2.2
29432026-04-03T03:58:12.401Z Compiling git2 v0.20.4
29442026-04-03T03:58:12.443Z Checking omicron-zone-package v0.12.2
29452026-04-03T03:58:12.476Z Checking guppy v0.17.25
29462026-04-03T03:58:12.614Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-04-03T03:58:12.861Z Checking similar-asserts v1.7.0
29482026-04-03T03:58:13.044Z Compiling rstest_macros v0.25.0
29492026-04-03T03:58:13.355Z Compiling target-triple v1.0.0
29502026-04-03T03:58:13.388Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-04-03T03:58:13.550Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-04-03T03:58:13.582Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29532026-04-03T03:58:13.711Z Checking knuffel v3.2.0
29542026-04-03T03:58:13.753Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29552026-04-03T03:58:14.244Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29562026-04-03T03:58:14.318Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29572026-04-03T03:58:14.353Z Checking hickory-client v0.25.2
29582026-04-03T03:58:14.946Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-04-03T03:58:15.197Z Compiling assert_cmd v2.1.2
29602026-04-03T03:58:15.282Z Compiling relative-path v1.9.3
29612026-04-03T03:58:15.359Z Checking escape8259 v0.5.3
29622026-04-03T03:58:15.526Z Checking toml v1.0.3+spec-1.1.0
29632026-04-03T03:58:15.567Z Checking libtest-mimic v0.8.1
29642026-04-03T03:58:15.774Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29652026-04-03T03:58:15.983Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29662026-04-03T03:58:16.120Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29672026-04-03T03:58:16.152Z Checking blake2b_simd v1.0.4
29682026-04-03T03:58:16.589Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-04-03T03:58:16.804Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-04-03T03:58:17.008Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-04-03T03:58:17.273Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-04-03T03:58:17.514Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29732026-04-03T03:58:17.563Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-04-03T03:58:17.795Z Checking fancy-regex v0.14.0
29752026-04-03T03:58:18.119Z Checking serde_tokenstream v0.2.3
29762026-04-03T03:58:18.195Z Checking uzers v0.12.2
29772026-04-03T03:58:18.376Z Compiling linkme-impl v0.3.35
29782026-04-03T03:58:18.453Z Checking constant_time_eq v0.3.1
29792026-04-03T03:58:18.588Z Checking termcolor v1.4.1
29802026-04-03T03:58:18.791Z Checking rust-argon2 v2.1.0
29812026-04-03T03:58:18.838Z Checking trybuild v1.0.116
29822026-04-03T03:58:19.071Z Checking datatest-stable v0.3.3
29832026-04-03T03:58:19.270Z Checking rstest v0.25.0
29842026-04-03T03:58:19.570Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29852026-04-03T03:58:19.670Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862026-04-03T03:58:19.901Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-04-03T03:58:19.968Z Checking support-bundle-viewer v0.1.2
29882026-04-03T03:58:20.255Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29892026-04-03T03:58:20.443Z Compiling polar-core v0.27.3
29902026-04-03T03:58:20.484Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29912026-04-03T03:58:20.597Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29922026-04-03T03:58:20.730Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29932026-04-03T03:58:20.829Z Checking drift v0.1.3
29942026-04-03T03:58:20.959Z Checking rand_distr v0.5.1
29952026-04-03T03:58:21.245Z Checking multimap v0.10.1
29962026-04-03T03:58:21.461Z Checking approx v0.5.1
29972026-04-03T03:58:21.524Z Compiling linkme v0.3.35
29982026-04-03T03:58:21.633Z Checking dropshot-api-manager v0.6.0
29992026-04-03T03:58:21.915Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30002026-04-03T03:58:22.567Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30012026-04-03T03:58:22.825Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30022026-04-03T03:58:22.966Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30032026-04-03T03:58:23.001Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30042026-04-03T03:58:23.166Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30052026-04-03T03:58:23.217Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30062026-04-03T03:58:23.250Z Checking partial-io v0.5.4
30072026-04-03T03:58:23.490Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30082026-04-03T03:58:23.568Z Checking cargo_toml v0.21.0
30092026-04-03T03:58:23.621Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30102026-04-03T03:58:23.689Z Checking termios v0.3.3
30112026-04-03T03:58:23.862Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30122026-04-03T03:58:24.189Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30132026-04-03T03:58:24.445Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-04-03T03:58:25.471Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30152026-04-03T03:58:25.761Z Checking oso v0.27.3
30162026-04-03T03:58:28.119Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30172026-04-03T03:58:32.620Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30182026-04-03T03:58:35.136Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30192026-04-03T03:58:35.978Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30202026-04-03T03:58:39.366Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30212026-04-03T03:58:44.639Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30222026-04-03T03:58:47.636Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30232026-04-03T03:58:49.580Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30242026-04-03T03:58:50.042Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30252026-04-03T03:58:51.485Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30262026-04-03T03:58:58.962Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30272026-04-03T04:00:14.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30282026-04-03T04:00:15.088Z
30292026-04-03T04:00:15.089Zreal 4:03.466572532
30302026-04-03T04:00:15.089Zuser 20:29.989784281
30312026-04-03T04:00:15.089Zsys 4:44.594282465
30322026-04-03T04:00:15.089Ztrap 0.489478477
30332026-04-03T04:00:15.089Ztflt 0.104992029
30342026-04-03T04:00:15.089Zdflt 0.238896049
30352026-04-03T04:00:15.089Zkflt 0.000919594
30362026-04-03T04:00:15.089Zlock 56:33.536948823
30372026-04-03T04:00:15.089Zslp 56:18.511795792
30382026-04-03T04:00:15.092Zlat 1:51.515947305
30392026-04-03T04:00:15.092Zstop 10:33.398650529
30402026-04-03T04:00:15.092Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30412026-04-03T04:00:15.092Z+ ptime -m cargo doc --workspace --no-deps
30422026-04-03T04:00:15.963Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30432026-04-03T04:00:15.963Z |
30442026-04-03T04:00:15.963Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30452026-04-03T04:00:15.963Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30462026-04-03T04:00:16.894Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-04-03T04:00:17.120Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-04-03T04:00:17.162Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30492026-04-03T04:00:17.223Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30502026-04-03T04:00:17.265Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30512026-04-03T04:00:17.393Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30522026-04-03T04:00:17.423Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-04-03T04:00:17.423Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-04-03T04:00:17.470Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-04-03T04:00:17.473Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-04-03T04:00:17.518Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-04-03T04:00:17.649Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30582026-04-03T04:00:17.696Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30592026-04-03T04:00:17.718Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30602026-04-03T04:00:17.741Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-04-03T04:00:17.783Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30622026-04-03T04:00:17.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-04-03T04:00:17.827Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30642026-04-03T04:00:17.865Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30652026-04-03T04:00:17.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30662026-04-03T04:00:18.178Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30672026-04-03T04:00:18.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30682026-04-03T04:00:18.460Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30692026-04-03T04:00:18.602Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30702026-04-03T04:00:18.628Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30712026-04-03T04:00:18.631Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30722026-04-03T04:00:18.751Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30732026-04-03T04:00:18.840Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30742026-04-03T04:00:18.863Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30752026-04-03T04:00:19.002Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30762026-04-03T04:00:19.022Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30772026-04-03T04:00:19.187Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30782026-04-03T04:00:19.236Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30792026-04-03T04:00:19.262Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30802026-04-03T04:00:19.450Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30812026-04-03T04:00:19.474Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30822026-04-03T04:00:19.542Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30832026-04-03T04:00:19.731Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30842026-04-03T04:00:19.804Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30852026-04-03T04:00:19.827Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30862026-04-03T04:00:20.062Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30872026-04-03T04:00:20.122Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30882026-04-03T04:00:20.326Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30892026-04-03T04:00:20.396Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30902026-04-03T04:00:20.483Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30912026-04-03T04:00:20.506Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30922026-04-03T04:00:20.663Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30932026-04-03T04:00:20.687Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30942026-04-03T04:00:20.739Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30952026-04-03T04:00:20.776Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30962026-04-03T04:00:20.916Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30972026-04-03T04:00:20.937Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30982026-04-03T04:00:20.958Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30992026-04-03T04:00:20.979Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31002026-04-03T04:00:21.218Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31012026-04-03T04:00:21.222Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31022026-04-03T04:00:21.243Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31032026-04-03T04:00:21.284Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31042026-04-03T04:00:21.445Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31052026-04-03T04:00:21.490Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31062026-04-03T04:00:21.510Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31072026-04-03T04:00:21.665Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31082026-04-03T04:00:21.731Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31092026-04-03T04:00:21.759Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31102026-04-03T04:00:21.800Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31112026-04-03T04:00:21.829Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31122026-04-03T04:00:21.926Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31132026-04-03T04:00:21.958Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31142026-04-03T04:00:22.139Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31152026-04-03T04:00:22.184Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-04-03T04:00:22.188Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31172026-04-03T04:00:22.229Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31182026-04-03T04:00:22.248Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31192026-04-03T04:00:22.356Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-04-03T04:00:22.631Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31212026-04-03T04:00:22.737Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31222026-04-03T04:00:22.815Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31232026-04-03T04:00:23.248Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-04-03T04:00:23.365Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31252026-04-03T04:00:23.643Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31262026-04-03T04:00:23.699Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31272026-04-03T04:00:23.922Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31282026-04-03T04:00:24.032Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31292026-04-03T04:00:24.178Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31302026-04-03T04:00:24.574Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-04-03T04:00:24.896Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31322026-04-03T04:00:25.021Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-04-03T04:00:25.076Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-04-03T04:00:26.123Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-04-03T04:00:26.305Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31362026-04-03T04:00:26.633Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-04-03T04:00:26.828Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31382026-04-03T04:00:27.016Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31392026-04-03T04:00:27.197Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31402026-04-03T04:00:27.590Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-04-03T04:00:27.826Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31422026-04-03T04:00:27.885Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31432026-04-03T04:00:27.932Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31442026-04-03T04:00:28.075Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31452026-04-03T04:00:28.079Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-04-03T04:00:28.156Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-04-03T04:00:28.326Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31482026-04-03T04:00:28.351Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-04-03T04:00:28.452Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502026-04-03T04:00:28.537Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31512026-04-03T04:00:28.561Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31522026-04-03T04:00:29.104Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31532026-04-03T04:00:29.377Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31542026-04-03T04:00:30.048Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31552026-04-03T04:00:30.302Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31562026-04-03T04:00:30.805Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31572026-04-03T04:00:30.830Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31582026-04-03T04:00:31.102Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-04-03T04:00:31.288Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31602026-04-03T04:00:31.373Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31612026-04-03T04:00:31.664Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-04-03T04:00:32.066Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31632026-04-03T04:00:32.167Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31642026-04-03T04:00:32.369Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31652026-04-03T04:00:32.573Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31662026-04-03T04:00:32.889Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31672026-04-03T04:00:32.947Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31682026-04-03T04:00:32.982Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-04-03T04:00:33.331Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31702026-04-03T04:00:33.371Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31712026-04-03T04:00:34.099Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31722026-04-03T04:00:34.184Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31732026-04-03T04:00:34.585Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-04-03T04:00:34.870Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31752026-04-03T04:00:35.241Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31762026-04-03T04:00:35.656Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31772026-04-03T04:00:36.600Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-04-03T04:00:36.922Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-04-03T04:00:37.026Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31802026-04-03T04:00:37.499Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-04-03T04:00:37.584Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31822026-04-03T04:00:37.637Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31832026-04-03T04:00:38.070Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-04-03T04:00:38.223Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-04-03T04:00:38.274Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31862026-04-03T04:00:38.721Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31872026-04-03T04:00:39.045Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31882026-04-03T04:00:39.069Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-04-03T04:00:39.187Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31902026-04-03T04:00:39.245Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31912026-04-03T04:00:39.303Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31922026-04-03T04:00:40.505Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-04-03T04:00:40.573Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31942026-04-03T04:00:41.138Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31952026-04-03T04:00:41.836Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31962026-04-03T04:00:43.235Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31972026-04-03T04:00:44.028Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31982026-04-03T04:00:44.561Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31992026-04-03T04:00:44.605Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32002026-04-03T04:00:44.885Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32012026-04-03T04:00:46.349Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32022026-04-03T04:00:46.401Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32032026-04-03T04:00:47.057Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32042026-04-03T04:00:47.793Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-04-03T04:00:47.827Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32062026-04-03T04:00:47.880Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32072026-04-03T04:00:47.991Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-04-03T04:00:48.450Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32092026-04-03T04:00:48.676Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32102026-04-03T04:00:48.697Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-04-03T04:00:49.186Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-04-03T04:00:49.253Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32132026-04-03T04:00:49.859Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32142026-04-03T04:00:50.077Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32152026-04-03T04:00:50.395Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32162026-04-03T04:00:50.475Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-04-03T04:00:50.649Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182026-04-03T04:00:50.783Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32192026-04-03T04:00:51.105Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32202026-04-03T04:00:51.382Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-04-03T04:00:51.801Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32222026-04-03T04:00:52.072Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32232026-04-03T04:00:52.547Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32242026-04-03T04:00:52.928Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-04-03T04:00:53.777Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-04-03T04:00:54.943Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-04-03T04:00:57.621Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-04-03T04:00:58.879Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292026-04-03T04:00:59.398Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302026-04-03T04:00:59.957Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32312026-04-03T04:01:01.125Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32322026-04-03T04:01:02.107Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332026-04-03T04:01:03.647Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-04-03T04:01:04.703Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32352026-04-03T04:01:05.186Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32362026-04-03T04:01:05.507Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32372026-04-03T04:01:06.849Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-03T04:01:07.471Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-04-03T04:01:07.686Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32402026-04-03T04:01:08.204Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412026-04-03T04:01:09.299Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-04-03T04:01:10.584Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-04-03T04:01:11.818Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32442026-04-03T04:01:14.638Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32452026-04-03T04:01:15.037Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-04-03T04:01:16.419Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32472026-04-03T04:01:17.084Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32482026-04-03T04:01:17.765Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-04-03T04:01:18.435Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-04-03T04:01:19.056Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32512026-04-03T04:01:19.911Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32522026-04-03T04:01:20.563Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32532026-04-03T04:01:21.295Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32542026-04-03T04:01:22.113Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-04-03T04:01:22.669Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-04-03T04:01:23.483Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32572026-04-03T04:01:24.555Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32582026-04-03T04:01:26.061Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32592026-04-03T04:01:27.449Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32602026-04-03T04:01:28.585Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32612026-04-03T04:01:29.212Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32622026-04-03T04:01:30.009Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32632026-04-03T04:01:31.127Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32642026-04-03T04:01:32.027Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32652026-04-03T04:01:33.099Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32662026-04-03T04:01:34.139Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32672026-04-03T04:01:36.660Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-04-03T04:01:36.990Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-04-03T04:01:37.762Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-04-03T04:01:39.229Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-04-03T04:01:40.345Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32722026-04-03T04:01:41.815Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32732026-04-03T04:01:44.027Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32742026-04-03T04:01:47.684Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-04-03T04:01:49.113Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32762026-04-03T04:01:50.790Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32772026-04-03T04:01:52.336Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-04-03T04:01:53.880Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32792026-04-03T04:01:57.373Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-04-03T04:01:58.503Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-04-03T04:01:59.237Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-04-03T04:02:00.003Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-04-03T04:02:02.037Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-04-03T04:02:03.603Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-04-03T04:02:05.259Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32862026-04-03T04:02:07.308Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872026-04-03T04:02:08.943Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32882026-04-03T04:02:10.961Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32892026-04-03T04:02:12.309Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32902026-04-03T04:02:14.031Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32912026-04-03T04:02:15.678Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-04-03T04:02:17.387Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32932026-04-03T04:02:18.850Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32942026-04-03T04:02:20.890Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32952026-04-03T04:02:22.538Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32962026-04-03T04:02:23.971Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32972026-04-03T04:02:25.860Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32982026-04-03T04:02:27.513Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-04-03T04:02:29.576Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33002026-04-03T04:02:31.249Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-04-03T04:02:33.198Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-04-03T04:02:35.175Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-04-03T04:02:37.572Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33042026-04-03T04:02:39.231Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33052026-04-03T04:02:41.151Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33062026-04-03T04:02:43.153Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33072026-04-03T04:02:45.124Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33082026-04-03T04:02:48.552Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33092026-04-03T04:02:49.518Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33102026-04-03T04:02:49.593Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33112026-04-03T04:02:53.759Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33122026-04-03T04:02:55.934Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33132026-04-03T04:02:58.002Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-04-03T04:03:00.161Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33152026-04-03T04:03:02.294Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-04-03T04:03:04.340Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33172026-04-03T04:03:06.586Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33182026-04-03T04:03:09.142Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-04-03T04:03:11.095Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33202026-04-03T04:03:12.886Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33212026-04-03T04:03:15.068Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33222026-04-03T04:03:17.166Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33232026-04-03T04:03:19.352Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33242026-04-03T04:03:21.537Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33252026-04-03T04:03:23.671Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33262026-04-03T04:03:25.953Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33272026-04-03T04:03:28.085Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33282026-04-03T04:03:30.222Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33292026-04-03T04:03:32.450Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33302026-04-03T04:03:34.677Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33312026-04-03T04:03:36.928Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33322026-04-03T04:03:39.084Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33332026-04-03T04:03:41.391Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33342026-04-03T04:03:43.447Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33352026-04-03T04:03:45.680Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33362026-04-03T04:03:47.876Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33372026-04-03T04:03:50.018Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33382026-04-03T04:03:52.733Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-04-03T04:03:54.822Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-04-03T04:03:57.136Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-04-03T04:03:59.602Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33422026-04-03T04:04:01.965Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-04-03T04:04:04.284Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33442026-04-03T04:04:06.690Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-04-03T04:04:09.150Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33462026-04-03T04:04:11.771Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-04-03T04:04:14.125Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-04-03T04:04:16.553Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33492026-04-03T04:04:18.874Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33502026-04-03T04:04:21.308Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33512026-04-03T04:04:24.179Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-04-03T04:04:26.438Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33532026-04-03T04:04:29.056Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33542026-04-03T04:04:31.516Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33552026-04-03T04:04:38.631Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33562026-04-03T04:04:38.828Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33572026-04-03T04:04:42.112Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33582026-04-03T04:04:45.225Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592026-04-03T04:04:48.592Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-04-03T04:04:53.093Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33612026-04-03T04:04:55.845Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33622026-04-03T04:04:59.237Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33632026-04-03T04:05:02.811Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33642026-04-03T04:05:06.531Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33652026-04-03T04:05:09.953Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33662026-04-03T04:05:13.457Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33672026-04-03T04:05:17.097Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33682026-04-03T04:05:20.596Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33692026-04-03T04:05:24.131Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33702026-04-03T04:05:27.753Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33712026-04-03T04:05:31.212Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33722026-04-03T04:05:34.800Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33732026-04-03T04:05:38.384Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33742026-04-03T04:05:41.914Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33752026-04-03T04:05:45.478Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33762026-04-03T04:05:49.002Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33772026-04-03T04:05:52.612Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33782026-04-03T04:05:56.159Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33792026-04-03T04:05:59.731Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33802026-04-03T04:06:03.331Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33812026-04-03T04:06:31.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s
33822026-04-03T04:06:31.925Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33832026-04-03T04:06:32.029Z
33842026-04-03T04:06:32.029Zreal 6:16.847180079
33852026-04-03T04:06:32.029Zuser 17:16.527163019
33862026-04-03T04:06:32.029Zsys 3:37.655673403
33872026-04-03T04:06:32.029Ztrap 0.265659310
33882026-04-03T04:06:32.029Ztflt 0.040738090
33892026-04-03T04:06:32.029Zdflt 0.040935251
33902026-04-03T04:06:32.029Zkflt 0.000026155
33912026-04-03T04:06:32.029Zlock 5:49:10.739161549
33922026-04-03T04:06:32.029Zslp 2:05:52.533452203
33932026-04-03T04:06:32.029Zlat 35.308861654
33942026-04-03T04:06:32.029Zstop 1:47.163716382
33952026-04-03T04:06:32.033Zprocess exited: duration 799147 ms, exit code 0
 
33962026-04-03T04:06:32.039Zfound 0 output files