01KM2056KBBK1DEX64504GTQ24: clippy (helios)

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

Buildomat Job: 01KM2070P22RHVKJE2KEBZMX22

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:55:38.401Zjob assigned to worker 01KM206X8XF20M4E9B8DDZ2505 [factory aws, i-0515e42355b967162] (queued for 1 m 46 s)
 
22026-03-19T02:55:46.137Zstarting task 0: "setup"
32026-03-19T02:55:46.142Z++ uname -s
42026-03-19T02:55:46.148Z+ kern=SunOS
52026-03-19T02:55:46.148Z+ build_user=build
62026-03-19T02:55:46.148Z+ build_uid=12345
72026-03-19T02:55:46.149Z+ work_dir=/work
82026-03-19T02:55:46.149Z+ input_dir=/input
92026-03-19T02:55:46.149Z+ [[ 0 == 12345 ]]
102026-03-19T02:55:46.149Z+ case "$kern" in
112026-03-19T02:55:46.149Z+ groupadd -g 12345 build
122026-03-19T02:55:46.149Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:55:48.158Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:55:48.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:55:48.270Z+ home_fs=zfs
162026-03-19T02:55:48.270Z+ [[ zfs == autofs ]]
172026-03-19T02:55:48.270Z+ mkdir -p /home/build
182026-03-19T02:55:48.270Z+ chown build:build /home/build /work
192026-03-19T02:55:49.300Z+ chmod 0700 /home/build /work
202026-03-19T02:55:49.320Zprocess exited: duration 3136 ms, exit code 0
 
212026-03-19T02:55:49.366Zstarting task 1: "rust-toolchain"
222026-03-19T02:55:49.378Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:55:49.378Z * rust toolchain channel = "1.94.0"
242026-03-19T02:55:49.378Z * rust toolchain profile = "default"
252026-03-19T02:55:49.378Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T02:55:49.379Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:55:49.379Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:55:49.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:55:49.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:55:49.485Zinfo: downloading installer
312026-03-19T02:55:50.820Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:50.820Zwarn: /opt/ooce/bin
332026-03-19T02:55:50.820Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:50.820Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:50.820Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:50.821Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:50.821Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:50.821Zerror: cannot install while Rust is installed
392026-03-19T02:55:50.821Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:50.821Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:50.821Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:50.821Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:50.821Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:50.858Zinfo: profile set to default
452026-03-19T02:55:50.858Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:50.859Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:51.030Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:51.047Zinfo: downloading 6 components
492026-03-19T02:56:06.541Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:56:06.542Z
512026-03-19T02:56:06.572Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:56:06.572Z
532026-03-19T02:56:06.588Z
542026-03-19T02:56:06.588ZRust is installed now. Great!
552026-03-19T02:56:06.588Z
562026-03-19T02:56:06.589ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:56:06.589Zenvironment variable. This has not been done automatically.
582026-03-19T02:56:06.589Z
592026-03-19T02:56:06.589ZTo configure your current shell, you need to source
602026-03-19T02:56:06.589Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:56:06.589Z
622026-03-19T02:56:06.589ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:56:06.590Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:56:06.590Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:56:06.590Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:56:06.590Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:56:06.590Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:56:06.590Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:56:06.591Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:56:06.591Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:56:06.678Z+ rustup --version
722026-03-19T02:56:06.694Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:56:06.694Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:56:06.709Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:56:06.714Z+ cargo --version
762026-03-19T02:56:06.731Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:56:06.736Z+ rustc --version
782026-03-19T02:56:06.759Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:56:06.768Zprocess exited: duration 17416 ms, exit code 0
 
802026-03-19T02:56:06.794Zstarting task 2: "authentication"
812026-03-19T02:56:06.858Zprocess exited: duration 57 ms, exit code 0
 
822026-03-19T02:56:06.909Zstarting task 3: "clone repository"
832026-03-19T02:56:06.922Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:56:06.922Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:56:06.967ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:56:18.256Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:56:18.256Z+ git fetch origin 20770714990106f54d1b9369975657315733b656
882026-03-19T02:56:18.545ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:56:18.563Z * branch 20770714990106f54d1b9369975657315733b656 -> FETCH_HEAD
902026-03-19T02:56:18.579Z+ [[ -n mergeconflict/fm-sb-models ]]
912026-03-19T02:56:18.579Z++ git branch --show-current
922026-03-19T02:56:18.579Z+ current=main
932026-03-19T02:56:18.579Z+ [[ main != mergeconflict/fm-sb-models ]]
942026-03-19T02:56:18.579Z+ git branch -f mergeconflict/fm-sb-models 20770714990106f54d1b9369975657315733b656
952026-03-19T02:56:18.579Z+ git checkout -f mergeconflict/fm-sb-models
962026-03-19T02:56:18.651ZSwitched to branch 'mergeconflict/fm-sb-models'
972026-03-19T02:56:18.651Z+ git reset --hard 20770714990106f54d1b9369975657315733b656
982026-03-19T02:56:18.663ZHEAD is now at 207707149 nexus-db-model: add SupportBundleRequest, per-variant models, and SupportBundle.fm_case_id
992026-03-19T02:56:18.664Zprocess exited: duration 11720 ms, exit code 0
 
1002026-03-19T02:56:18.883Zstarting task 4: "build"
1012026-03-19T02:56:19.023Z+ source ./env.sh
1022026-03-19T02:56:19.023Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T02:56:19.024Z++ set -o xtrace
1042026-03-19T02:56:19.024Z++++ dirname ./env.sh
1052026-03-19T02:56:19.024Z+++ readlink -f .
1062026-03-19T02:56:19.024Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T02:56:19.024Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-19T02:56:19.024Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T02:56:19.024Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-19T02:56:19.024Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-19T02:56:19.024Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-19T02:56:19.025Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-19T02:56:19.025Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-19T02:56:19.025Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-19T02:56:19.025Z++ case $OLD_SHELL_OPTS in
1162026-03-19T02:56:19.025Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T02:56:19.025Z+ source .github/buildomat/ci-env.sh
1182026-03-19T02:56:19.025Z++ export CARGO_TERM_COLOR=always
1192026-03-19T02:56:19.025Z++ CARGO_TERM_COLOR=always
1202026-03-19T02:56:19.025Z+ cargo --version
1212026-03-19T02:56:19.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-19T02:56:19.026Z+ rustc --version
1232026-03-19T02:56:19.026Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-19T02:56:19.026Z+ banner prerequisites
1252026-03-19T02:56:19.026Z
1262026-03-19T02:56:19.026Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-19T02:56:19.026Z # # # # # # # # # # # # # # #
1282026-03-19T02:56:19.026Z # # # # ##### # # ##### # # # # # #### #
1292026-03-19T02:56:19.026Z ##### ##### # ##### # # # # # # # # #
1302026-03-19T02:56:19.026Z # # # # # # # # # # # # # # #
1312026-03-19T02:56:19.026Z # # # ###### # # ###### ### # #### # #### #
1322026-03-19T02:56:19.026Z
1332026-03-19T02:56:19.026Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-19T02:56:28.666Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-19T02:56:38.556Z Startup: Caching catalogs ... Done
1362026-03-19T02:57:01.161ZPlanning: Solver setup ... Done (21.125s)
1372026-03-19T02:57:01.348ZPlanning: Running solver ... Done (0.156s)
1382026-03-19T02:57:01.499ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-19T02:57:01.611ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-19T02:57:01.757ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-19T02:57:01.757ZPlanning: Package planning ... Done (0.043s)
1422026-03-19T02:57:01.839ZPlanning: Merging actions ... Done (0.043s)
1432026-03-19T02:57:01.882ZPlanning: Checking for conflicting actions ... Done (0.237s)
1442026-03-19T02:57:01.892ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-19T02:57:02.770ZPlanning: Evaluating mediators ... Done (0.862s)
1462026-03-19T02:57:02.848ZPlanning: Planning completed in 24.10 seconds
1472026-03-19T02:57:02.848Z Packages to install: 4
1482026-03-19T02:57:02.848Z Mediators to change: 2
1492026-03-19T02:57:02.848Z Services to change: 1
1502026-03-19T02:57:02.848Z Estimated space available: 155.43 GB
1512026-03-19T02:57:02.848ZEstimated space to be consumed: 1.83 GB
1522026-03-19T02:57:02.848Z Create boot environment: No
1532026-03-19T02:57:02.848ZCreate backup boot environment: No
1542026-03-19T02:57:02.848Z Rebuild boot archive: No
1552026-03-19T02:57:02.848Z
1562026-03-19T02:57:02.848ZChanged mediators:
1572026-03-19T02:57:02.848Z mediator clang:
1582026-03-19T02:57:02.848Z version: None -> 15 (system default)
1592026-03-19T02:57:02.849Z
1602026-03-19T02:57:02.849Z mediator llvm:
1612026-03-19T02:57:02.849Z version: 14 (system default) -> 15 (system default)
1622026-03-19T02:57:02.849Z
1632026-03-19T02:57:02.849ZChanged packages:
1642026-03-19T02:57:02.849Zhelios-dev
1652026-03-19T02:57:02.849Z developer/build-essential
1662026-03-19T02:57:02.849Z None -> 11-2.0
1672026-03-19T02:57:02.849Z library/libxmlsec1
1682026-03-19T02:57:02.849Z None -> 1.2.35-2.0
1692026-03-19T02:57:02.849Z ooce/developer/clang-15
1702026-03-19T02:57:02.849Z None -> 15.0.7-2.0
1712026-03-19T02:57:02.849Z ooce/developer/llvm-15
1722026-03-19T02:57:02.849Z None -> 15.0.7-2.0
1732026-03-19T02:57:02.849Z
1742026-03-19T02:57:02.849ZServices:
1752026-03-19T02:57:02.849Z restart_fmri:
1762026-03-19T02:57:02.849Z svc:/system/update-man-index:default
1772026-03-19T02:57:02.866Z
1782026-03-19T02:57:02.866ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-19T02:57:08.567ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (23.9M/s)
1802026-03-19T02:57:13.862ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (12.1M/s)
1812026-03-19T02:57:18.861ZDownload: 3015/3290 items 121.3/212.6MB 57% complete (3.6M/s)
1822026-03-19T02:57:23.846ZDownload: Completed 212.60 MB in 20.99 seconds (10.1M/s)
1832026-03-19T02:57:24.074Z Actions: 1/3689 actions (Installing new actions)
1842026-03-19T02:57:28.994Z Actions: Completed 3689 actions in 4.11 seconds.
1852026-03-19T02:57:28.994Z Done (0.366s)
1862026-03-19T02:57:28.994Z Done (0.000s)
1872026-03-19T02:57:29.669Z Done (1.004s)
1882026-03-19T02:57:33.626Z Done (3.746s)
1892026-03-19T02:57:33.714Z Done (0.018s)
1902026-03-19T02:57:33.722Z Done (0.000s)
1912026-03-19T02:57:33.857Z Done (0.000s)
1922026-03-19T02:57:34.821ZPlanning: Evaluating mediator changes ... Done
1932026-03-19T02:57:34.970ZPlanning: Checking for conflicting actions ... Done
1942026-03-19T02:57:34.973ZPlanning: Consolidating action changes ... Done
1952026-03-19T02:57:35.196ZPlanning: Evaluating mediators ... Done
1962026-03-19T02:57:35.199ZPlanning: Planning completed in 0.38 seconds
1972026-03-19T02:57:35.226Z Mediators to change: 2
1982026-03-19T02:57:35.226Z Create boot environment: No
1992026-03-19T02:57:35.229ZCreate backup boot environment: No
2002026-03-19T02:57:35.312Z Done
2012026-03-19T02:57:35.312Z Done
2022026-03-19T02:57:36.073Z Done
2032026-03-19T02:57:39.377Z Done
2042026-03-19T02:57:39.454Z Done
2052026-03-19T02:57:39.470Z Done
2062026-03-19T02:57:39.610Z Done
2072026-03-19T02:57:40.183ZPlanning: Evaluating mediator changes ... Done
2082026-03-19T02:57:40.225ZPlanning: Merging actions ... Done
2092026-03-19T02:57:40.313ZPlanning: Checking for conflicting actions ... Done
2102026-03-19T02:57:40.325ZPlanning: Consolidating action changes ... Done
2112026-03-19T02:57:40.534ZPlanning: Evaluating mediators ... Done
2122026-03-19T02:57:40.577ZPlanning: Planning completed in 0.64 seconds
2132026-03-19T02:57:40.610Z Packages to change: 1
2142026-03-19T02:57:40.610Z Mediators to change: 1
2152026-03-19T02:57:40.615Z Services to change: 1
2162026-03-19T02:57:40.615Z Create boot environment: No
2172026-03-19T02:57:40.615ZCreate backup boot environment: Yes
2182026-03-19T02:57:42.000Z Actions: 1/6 actions (Updating modified actions)
2192026-03-19T02:57:42.009Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-19T02:57:42.009Z Done
2212026-03-19T02:57:42.009Z Done
2222026-03-19T02:57:42.191Z Done
2232026-03-19T02:57:45.478Z Done
2242026-03-19T02:57:45.622Z Done
2252026-03-19T02:57:45.647Z Done
2262026-03-19T02:57:45.719Z Done
2272026-03-19T02:57:46.092ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-19T02:57:46.092Zclang system 15 system
2292026-03-19T02:57:46.092Zcsh system system illumos
2302026-03-19T02:57:46.092Zctags system system illumos
2312026-03-19T02:57:46.092Zfile system system illumos
2322026-03-19T02:57:46.092Zgcc vendor 12 vendor
2332026-03-19T02:57:46.092Zgcc system 10 system
2342026-03-19T02:57:46.092Zgcc system 7 system
2352026-03-19T02:57:46.092Zgo system 1.20 system
2362026-03-19T02:57:46.092Zgo system 1.19 system
2372026-03-19T02:57:46.092Zllvm system 15 system
2382026-03-19T02:57:46.092Zllvm system 14 system
2392026-03-19T02:57:46.092Zmariadb system 10.6 system
2402026-03-19T02:57:46.092Zmta vendor vendor dma
2412026-03-19T02:57:46.092Zopenjdk system 17 system
2422026-03-19T02:57:46.092Zopenjdk system 11 system
2432026-03-19T02:57:46.092Zopenjdk system 1.8 system
2442026-03-19T02:57:46.092Zopenssl vendor 3 vendor
2452026-03-19T02:57:46.092Zperl system 5.36 system
2462026-03-19T02:57:46.092Zpostgresql system 15 system
2472026-03-19T02:57:46.092Zpostgresql system 13 system
2482026-03-19T02:57:46.092Zpython vendor 3 vendor
2492026-03-19T02:57:46.092Zpython system 2 system
2502026-03-19T02:57:46.092Zpython3 system 3.11 system
2512026-03-19T02:57:46.092Zruby system 3.0 system
2522026-03-19T02:57:46.092Zwords vendor vendor american-english
2532026-03-19T02:57:46.093Zwords system system australian-english
2542026-03-19T02:57:46.093Zwords system system british-english
2552026-03-19T02:57:46.093Zwords system system canadian-english
2562026-03-19T02:57:46.093Zwords system system french
2572026-03-19T02:57:46.093Zwords system system italian
2582026-03-19T02:57:46.093Zwords system system ngerman
2592026-03-19T02:57:46.093Zwords system system ogerman
2602026-03-19T02:57:46.093Zwords system system spanish
2612026-03-19T02:57:46.392ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-19T02:57:46.392Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-19T02:57:52.419ZFMRI IFO
2642026-03-19T02:57:52.419Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-19T02:57:52.419Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-19T02:57:52.419Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-19T02:57:52.419Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-19T02:57:52.419Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-19T02:57:52.419Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-19T02:57:52.419Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-19T02:57:52.419Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-19T02:57:52.419Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-19T02:57:52.419Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-19T02:57:52.419Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-19T02:57:52.419Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-19T02:57:52.419Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-19T02:57:52.419Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-19T02:57:52.419Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-19T02:57:52.419Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-19T02:57:53.644Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-19T02:57:53.940Z Updating crates.io index
2822026-03-19T02:57:53.963Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-19T02:57:54.774Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-19T02:57:55.073Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-19T02:57:55.451Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-19T02:57:56.074Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-19T02:57:57.471Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-19T02:57:58.320Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-19T02:57:59.640Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-19T02:58:01.394Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-19T02:58:02.839Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-19T02:58:03.314Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-19T02:58:04.081Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-19T02:58:04.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-19T02:58:05.185Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-19T02:58:05.410Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-19T02:58:06.683Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-19T02:58:07.150Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-19T02:58:07.515Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-19T02:58:07.854Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-19T02:58:08.236Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-19T02:58:08.482Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-19T02:58:08.713Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-19T02:58:08.960Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-19T02:58:09.381Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-19T02:58:10.029Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-19T02:58:10.543Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-19T02:58:10.761Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-19T02:58:11.082Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-19T02:58:11.398Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-19T02:58:12.912Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-19T02:58:13.254Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-19T02:58:13.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-19T02:58:13.907Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-19T02:58:14.616Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-19T02:58:14.896Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-19T02:58:15.153Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-19T02:58:15.573Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-19T02:58:16.082Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-19T02:59:25.249Z Downloading crates ...
3212026-03-19T02:59:25.325Z Downloaded num-traits v0.2.19
3222026-03-19T02:59:25.330Z Downloaded smawk v0.3.2
3232026-03-19T02:59:25.334Z Downloaded potential_utf v0.1.4
3242026-03-19T02:59:25.334Z Downloaded unicode-xid v0.2.6
3252026-03-19T02:59:25.334Z Downloaded thiserror-impl v1.0.69
3262026-03-19T02:59:25.338Z Downloaded toml_datetime v0.6.11
3272026-03-19T02:59:25.341Z Downloaded ucd-trie v0.1.7
3282026-03-19T02:59:25.345Z Downloaded serde v1.0.228
3292026-03-19T02:59:25.348Z Downloaded idna_adapter v1.2.1
3302026-03-19T02:59:25.348Z Downloaded icu_normalizer_data v2.1.1
3312026-03-19T02:59:25.352Z Downloaded serde_json v1.0.149
3322026-03-19T02:59:25.355Z Downloaded zerocopy-derive v0.7.35
3332026-03-19T02:59:25.358Z Downloaded anstream v0.6.21
3342026-03-19T02:59:25.369Z Downloaded typeid v1.0.3
3352026-03-19T02:59:25.369Z Downloaded zerovec-derive v0.11.2
3362026-03-19T02:59:25.369Z Downloaded yoke v0.8.1
3372026-03-19T02:59:25.373Z Downloaded thiserror v1.0.69
3382026-03-19T02:59:25.374Z Downloaded utf8_iter v1.0.4
3392026-03-19T02:59:25.374Z Downloaded toml_write v0.1.2
3402026-03-19T02:59:25.374Z Downloaded fs-err v3.3.0
3412026-03-19T02:59:25.374Z Downloaded heck v0.4.1
3422026-03-19T02:59:25.374Z Downloaded utf8parse v0.2.2
3432026-03-19T02:59:25.378Z Downloaded version_check v0.9.5
3442026-03-19T02:59:25.378Z Downloaded thread-id v4.2.2
3452026-03-19T02:59:25.382Z Downloaded toml v0.8.23
3462026-03-19T02:59:25.385Z Downloaded usdt-attr-macro v0.5.0
3472026-03-19T02:59:25.388Z Downloaded zerofrom v0.1.6
3482026-03-19T02:59:25.388Z Downloaded unicode-linebreak v0.1.5
3492026-03-19T02:59:25.392Z Downloaded tempfile v3.25.0
3502026-03-19T02:59:25.392Z Downloaded zerofrom-derive v0.1.6
3512026-03-19T02:59:25.392Z Downloaded yoke-derive v0.8.1
3522026-03-19T02:59:25.395Z Downloaded erased-serde v0.4.9
3532026-03-19T02:59:25.395Z Downloaded usdt-impl v0.5.0
3542026-03-19T02:59:25.397Z Downloaded usdt v0.5.0
3552026-03-19T02:59:25.398Z Downloaded thiserror v2.0.18
3562026-03-19T02:59:25.400Z Downloaded writeable v0.6.2
3572026-03-19T02:59:25.403Z Downloaded zmij v1.0.21
3582026-03-19T02:59:25.403Z Downloaded tinystr v0.8.2
3592026-03-19T02:59:25.406Z Downloaded syn v1.0.109
3602026-03-19T02:59:25.411Z Downloaded unicode-ident v1.0.24
3612026-03-19T02:59:25.416Z Downloaded typenum v1.19.0
3622026-03-19T02:59:25.419Z Downloaded zerovec v0.11.5
3632026-03-19T02:59:25.422Z Downloaded thiserror-impl v2.0.18
3642026-03-19T02:59:25.427Z Downloaded textwrap v0.16.2
3652026-03-19T02:59:25.434Z Downloaded zerotrie v0.2.3
3662026-03-19T02:59:25.438Z Downloaded toml_edit v0.22.27
3672026-03-19T02:59:25.442Z Downloaded url v2.5.8
3682026-03-19T02:59:25.461Z Downloaded zerocopy v0.7.35
3692026-03-19T02:59:25.476Z Downloaded cargo_metadata v0.21.0
3702026-03-19T02:59:25.485Z Downloaded unicode-width v0.2.0
3712026-03-19T02:59:25.488Z Downloaded unicode-width v0.1.14
3722026-03-19T02:59:25.493Z Downloaded winnow v0.7.14
3732026-03-19T02:59:25.524Z Downloaded litemap v0.8.1
3742026-03-19T02:59:25.547Z Downloaded byteorder v1.5.0
3752026-03-19T02:59:25.558Z Downloaded papergrid v0.11.0
3762026-03-19T02:59:25.565Z Downloaded cargo-platform v0.2.0
3772026-03-19T02:59:25.574Z Downloaded clap_derive v4.5.55
3782026-03-19T02:59:25.577Z Downloaded strsim v0.11.1
3792026-03-19T02:59:25.625Z Downloaded anyhow v1.0.102
3802026-03-19T02:59:25.625Z Downloaded pretty-hex v0.4.1
3812026-03-19T02:59:25.626Z Downloaded proc-macro2 v1.0.106
3822026-03-19T02:59:25.626Z Downloaded icu_provider v2.1.1
3832026-03-19T02:59:25.626Z Downloaded getrandom v0.4.1
3842026-03-19T02:59:25.626Z Downloaded log v0.4.29
3852026-03-19T02:59:25.626Z Downloaded icu_locale_core v2.1.1
3862026-03-19T02:59:25.626Z Downloaded form_urlencoded v1.2.2
3872026-03-19T02:59:25.632Z Downloaded clap_builder v4.5.60
3882026-03-19T02:59:25.632Z Downloaded cfg-if v1.0.4
3892026-03-19T02:59:25.632Z Downloaded serde_spanned v0.6.9
3902026-03-19T02:59:25.635Z Downloaded is_terminal_polyfill v1.70.2
3912026-03-19T02:59:25.635Z Downloaded pest_generator v2.8.6
3922026-03-19T02:59:25.638Z Downloaded bitflags v2.11.0
3932026-03-19T02:59:25.645Z Downloaded proc-macro-error v1.0.4
3942026-03-19T02:59:25.648Z Downloaded memchr v2.8.0
3952026-03-19T02:59:25.648Z Downloaded fnv v1.0.7
3962026-03-19T02:59:25.658Z Downloaded autocfg v1.5.0
3972026-03-19T02:59:25.658Z Downloaded terminal_size v0.4.3
3982026-03-19T02:59:25.664Z Downloaded synstructure v0.13.2
3992026-03-19T02:59:25.664Z Downloaded scroll v0.12.0
4002026-03-19T02:59:25.664Z Downloaded plain v0.2.3
4012026-03-19T02:59:25.664Z Downloaded pest_meta v2.8.6
4022026-03-19T02:59:25.667Z Downloaded goblin v0.8.2
4032026-03-19T02:59:25.685Z Downloaded idna v1.1.0
4042026-03-19T02:59:25.692Z Downloaded digest v0.10.7
4052026-03-19T02:59:25.736Z Downloaded libc v0.2.180
4062026-03-19T02:59:25.765Z Downloaded camino-tempfile v1.4.1
4072026-03-19T02:59:25.774Z Downloaded quote v1.0.44
4082026-03-19T02:59:25.778Z Downloaded errno v0.3.14
4092026-03-19T02:59:25.781Z Downloaded generic-array v0.14.7
4102026-03-19T02:59:25.784Z Downloaded serde_core v1.0.228
4112026-03-19T02:59:25.788Z Downloaded crypto-common v0.1.7
4122026-03-19T02:59:25.788Z Downloaded percent-encoding v2.3.2
4132026-03-19T02:59:25.791Z Downloaded bytecount v0.6.9
4142026-03-19T02:59:25.794Z Downloaded once_cell v1.21.3
4152026-03-19T02:59:25.794Z Downloaded cpufeatures v0.2.17
4162026-03-19T02:59:25.797Z Downloaded anstyle v1.0.13
4172026-03-19T02:59:25.798Z Downloaded smallvec v1.15.1
4182026-03-19T02:59:25.801Z Downloaded displaydoc v0.2.5
4192026-03-19T02:59:25.803Z Downloaded itoa v1.0.17
4202026-03-19T02:59:25.803Z Downloaded fastrand v2.3.0
4212026-03-19T02:59:25.803Z Downloaded scroll_derive v0.12.1
4222026-03-19T02:59:25.807Z Downloaded semver v1.0.27
4232026-03-19T02:59:25.816Z Downloaded serde-value v0.7.0
4242026-03-19T02:59:25.821Z Downloaded colorchoice v1.0.4
4252026-03-19T02:59:25.825Z Downloaded anstyle-parse v0.2.7
4262026-03-19T02:59:25.825Z Downloaded clap v4.5.60
4272026-03-19T02:59:25.831Z Downloaded serde_tokenstream v0.2.3
4282026-03-19T02:59:25.834Z Downloaded dtrace-parser v0.2.0
4292026-03-19T02:59:25.839Z Downloaded indexmap v2.13.0
4302026-03-19T02:59:25.855Z Downloaded usdt-macro v0.5.0
4312026-03-19T02:59:25.860Z Downloaded syn v2.0.117
4322026-03-19T02:59:25.904Z Downloaded swrite v0.1.0
4332026-03-19T02:59:26.093Z Downloaded tabled v0.15.0
4342026-03-19T02:59:26.124Z Downloaded ordered-float v2.10.1
4352026-03-19T02:59:26.132Z Downloaded icu_properties_data v2.1.2
4362026-03-19T02:59:26.160Z Downloaded equivalent v1.0.2
4372026-03-19T02:59:26.167Z Downloaded camino v1.2.2
4382026-03-19T02:59:26.212Z Downloaded stable_deref_trait v1.2.1
4392026-03-19T02:59:26.227Z Downloaded macaddr v1.0.1
4402026-03-19T02:59:26.227Z Downloaded cargo-util-schemas v0.8.2
4412026-03-19T02:59:26.227Z Downloaded dof v0.3.0
4422026-03-19T02:59:26.227Z Downloaded serde-untagged v0.1.9
4432026-03-19T02:59:26.227Z Downloaded icu_collections v2.1.1
4442026-03-19T02:59:26.233Z Downloaded tabled_derive v0.7.0
4452026-03-19T02:59:26.233Z Downloaded memmap v0.7.0
4462026-03-19T02:59:26.241Z Downloaded icu_properties v2.1.2
4472026-03-19T02:59:26.245Z Downloaded block-buffer v0.10.4
4482026-03-19T02:59:26.246Z Downloaded sha2 v0.10.9
4492026-03-19T02:59:26.246Z Downloaded pest_derive v2.8.6
4502026-03-19T02:59:26.246Z Downloaded icu_normalizer v2.1.1
4512026-03-19T02:59:26.251Z Downloaded heck v0.5.0
4522026-03-19T02:59:26.260Z Downloaded anstyle-query v1.1.5
4532026-03-19T02:59:26.292Z Downloaded cargo_toml v0.21.0
4542026-03-19T02:59:26.318Z Downloaded serde_derive v1.0.228
4552026-03-19T02:59:26.336Z Downloaded clap_lex v1.0.0
4562026-03-19T02:59:26.354Z Downloaded hashbrown v0.16.1
4572026-03-19T02:59:26.369Z Downloaded proc-macro-error-attr v1.0.4
4582026-03-19T02:59:26.442Z Downloaded rustix v1.1.3
4592026-03-19T02:59:28.006Z Downloaded pest v2.8.6
4602026-03-19T02:59:28.074Z Compiling proc-macro2 v1.0.106
4612026-03-19T02:59:28.078Z Compiling quote v1.0.44
4622026-03-19T02:59:28.078Z Compiling unicode-ident v1.0.24
4632026-03-19T02:59:28.078Z Compiling serde_core v1.0.228
4642026-03-19T02:59:28.078Z Compiling libc v0.2.180
4652026-03-19T02:59:28.079Z Compiling version_check v0.9.5
4662026-03-19T02:59:28.079Z Compiling serde v1.0.228
4672026-03-19T02:59:28.079Z Compiling stable_deref_trait v1.2.1
4682026-03-19T02:59:28.485Z Compiling memchr v2.8.0
4692026-03-19T02:59:28.507Z Compiling zmij v1.0.21
4702026-03-19T02:59:28.775Z Compiling itoa v1.0.17
4712026-03-19T02:59:28.780Z Compiling autocfg v1.5.0
4722026-03-19T02:59:28.912Z Compiling ucd-trie v0.1.7
4732026-03-19T02:59:28.996Z Compiling thiserror v1.0.69
4742026-03-19T02:59:29.295Z Compiling pest v2.8.6
4752026-03-19T02:59:29.332Z Compiling writeable v0.6.2
4762026-03-19T02:59:29.357Z Compiling litemap v0.8.1
4772026-03-19T02:59:29.421Z Compiling icu_normalizer_data v2.1.1
4782026-03-19T02:59:29.581Z Compiling icu_properties_data v2.1.2
4792026-03-19T02:59:29.611Z Compiling byteorder v1.5.0
4802026-03-19T02:59:29.616Z Compiling rustix v1.1.3
4812026-03-19T02:59:29.899Z Compiling syn v2.0.117
4822026-03-19T02:59:30.069Z Compiling errno v0.3.14
4832026-03-19T02:59:30.092Z Compiling bitflags v2.11.0
4842026-03-19T02:59:30.246Z Compiling serde_json v1.0.149
4852026-03-19T02:59:30.392Z Compiling num-traits v0.2.19
4862026-03-19T02:59:30.504Z Compiling typeid v1.0.3
4872026-03-19T02:59:30.677Z Compiling smallvec v1.15.1
4882026-03-19T02:59:30.816Z Compiling pest_meta v2.8.6
4892026-03-19T02:59:30.890Z Compiling hashbrown v0.16.1
4902026-03-19T02:59:30.938Z Compiling equivalent v1.0.2
4912026-03-19T02:59:31.100Z Compiling thread-id v4.2.2
4922026-03-19T02:59:31.200Z Compiling usdt-impl v0.5.0
4932026-03-19T02:59:31.273Z Compiling proc-macro-error-attr v1.0.4
4942026-03-19T02:59:31.456Z Compiling winnow v0.7.14
4952026-03-19T02:59:31.497Z Compiling erased-serde v0.4.9
4962026-03-19T02:59:31.521Z Compiling syn v1.0.109
4972026-03-19T02:59:31.622Z Compiling indexmap v2.13.0
4982026-03-19T02:59:31.835Z Compiling toml_write v0.1.2
4992026-03-19T02:59:32.390Z Compiling proc-macro-error v1.0.4
5002026-03-19T02:59:32.463Z Compiling utf8_iter v1.0.4
5012026-03-19T02:59:32.618Z Compiling getrandom v0.4.1
5022026-03-19T02:59:32.650Z Compiling plain v0.2.3
5032026-03-19T02:59:32.787Z Compiling camino v1.2.2
5042026-03-19T02:59:33.023Z Compiling percent-encoding v2.3.2
5052026-03-19T02:59:33.048Z Compiling log v0.4.29
5062026-03-19T02:59:33.140Z Compiling thiserror v2.0.18
5072026-03-19T02:59:33.187Z Compiling utf8parse v0.2.2
5082026-03-19T02:59:33.292Z Compiling form_urlencoded v1.2.2
5092026-03-19T02:59:33.335Z Compiling anstyle-parse v0.2.7
5102026-03-19T02:59:33.393Z Compiling ordered-float v2.10.1
5112026-03-19T02:59:33.588Z Compiling synstructure v0.13.2
5122026-03-19T02:59:33.712Z Compiling pest_generator v2.8.6
5132026-03-19T02:59:33.750Z Compiling terminal_size v0.4.3
5142026-03-19T02:59:33.922Z Compiling anstyle-query v1.1.5
5152026-03-19T02:59:33.984Z Compiling is_terminal_polyfill v1.70.2
5162026-03-19T02:59:34.058Z Compiling colorchoice v1.0.4
5172026-03-19T02:59:34.139Z Compiling anstyle v1.0.13
5182026-03-19T02:59:34.146Z Compiling cfg-if v1.0.4
5192026-03-19T02:59:34.154Z Compiling pretty-hex v0.4.1
5202026-03-19T02:59:34.322Z Compiling serde-untagged v0.1.9
5212026-03-19T02:59:34.351Z Compiling anstream v0.6.21
5222026-03-19T02:59:34.423Z Compiling semver v1.0.27
5232026-03-19T02:59:34.638Z Compiling fs-err v3.3.0
5242026-03-19T02:59:34.661Z Compiling fastrand v2.3.0
5252026-03-19T02:59:34.761Z Compiling heck v0.4.1
5262026-03-19T02:59:34.853Z Compiling clap_lex v1.0.0
5272026-03-19T02:59:34.877Z Compiling once_cell v1.21.3
5282026-03-19T02:59:34.940Z Compiling strsim v0.11.1
5292026-03-19T02:59:35.004Z Compiling unicode-xid v0.2.6
5302026-03-19T02:59:35.056Z Compiling bytecount v0.6.9
5312026-03-19T02:59:35.145Z Compiling unicode-width v0.1.14
5322026-03-19T02:59:35.199Z Compiling anyhow v1.0.102
5332026-03-19T02:59:35.228Z Compiling fnv v1.0.7
5342026-03-19T02:59:35.352Z Compiling heck v0.5.0
5352026-03-19T02:59:35.394Z Compiling clap_builder v4.5.60
5362026-03-19T02:59:35.494Z Compiling papergrid v0.11.0
5372026-03-19T02:59:35.567Z Compiling tempfile v3.25.0
5382026-03-19T02:59:35.848Z Compiling memmap v0.7.0
5392026-03-19T02:59:35.914Z Compiling unicode-width v0.2.0
5402026-03-19T02:59:36.080Z Compiling unicode-linebreak v0.1.5
5412026-03-19T02:59:36.157Z Compiling smawk v0.3.2
5422026-03-19T02:59:36.171Z Compiling serde_derive v1.0.228
5432026-03-19T02:59:36.270Z Compiling zerofrom-derive v0.1.6
5442026-03-19T02:59:36.294Z Compiling yoke-derive v0.8.1
5452026-03-19T02:59:36.401Z Compiling zerovec-derive v0.11.2
5462026-03-19T02:59:36.537Z Compiling displaydoc v0.2.5
5472026-03-19T02:59:37.494Z Compiling thiserror-impl v1.0.69
5482026-03-19T02:59:37.521Z Compiling zerocopy-derive v0.7.35
5492026-03-19T02:59:37.850Z Compiling pest_derive v2.8.6
5502026-03-19T02:59:37.873Z Compiling scroll_derive v0.12.1
5512026-03-19T02:59:38.207Z Compiling zerofrom v0.1.6
5522026-03-19T02:59:38.359Z Compiling yoke v0.8.1
5532026-03-19T02:59:38.557Z Compiling thiserror-impl v2.0.18
5542026-03-19T02:59:38.610Z Compiling zerovec v0.11.5
5552026-03-19T02:59:38.658Z Compiling zerotrie v0.2.3
5562026-03-19T02:59:38.746Z Compiling zerocopy v0.7.35
5572026-03-19T02:59:39.048Z Compiling scroll v0.12.0
5582026-03-19T02:59:39.293Z Compiling tinystr v0.8.2
5592026-03-19T02:59:39.313Z Compiling potential_utf v0.1.4
5602026-03-19T02:59:39.406Z Compiling dtrace-parser v0.2.0
5612026-03-19T02:59:39.530Z Compiling icu_locale_core v2.1.1
5622026-03-19T02:59:39.541Z Compiling icu_collections v2.1.1
5632026-03-19T02:59:39.587Z Compiling goblin v0.8.2
5642026-03-19T02:59:39.666Z Compiling tabled_derive v0.7.0
5652026-03-19T02:59:40.189Z Compiling clap_derive v4.5.55
5662026-03-19T02:59:40.349Z Compiling textwrap v0.16.2
5672026-03-19T02:59:40.448Z Compiling icu_provider v2.1.1
5682026-03-19T02:59:40.890Z Compiling icu_normalizer v2.1.1
5692026-03-19T02:59:40.914Z Compiling icu_properties v2.1.2
5702026-03-19T02:59:40.938Z Compiling toml_datetime v0.6.11
5712026-03-19T02:59:40.962Z Compiling serde_spanned v0.6.9
5722026-03-19T02:59:41.009Z Compiling dof v0.3.0
5732026-03-19T02:59:41.148Z Compiling serde_tokenstream v0.2.3
5742026-03-19T02:59:41.246Z Compiling toml_edit v0.22.27
5752026-03-19T02:59:41.284Z Compiling serde-value v0.7.0
5762026-03-19T02:59:41.570Z Compiling cargo-platform v0.2.0
5772026-03-19T02:59:41.622Z Compiling tabled v0.15.0
5782026-03-19T02:59:41.785Z Compiling macaddr v1.0.1
5792026-03-19T02:59:41.914Z Compiling camino-tempfile v1.4.1
5802026-03-19T02:59:42.210Z Compiling idna_adapter v1.2.1
5812026-03-19T02:59:42.351Z Compiling idna v1.1.0
5822026-03-19T02:59:42.384Z Compiling usdt-attr-macro v0.5.0
5832026-03-19T02:59:42.453Z Compiling usdt-macro v0.5.0
5842026-03-19T02:59:42.497Z Compiling swrite v0.1.0
5852026-03-19T02:59:42.584Z Compiling clap v4.5.60
5862026-03-19T02:59:42.618Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-03-19T02:59:42.929Z Compiling url v2.5.8
5882026-03-19T02:59:43.222Z Compiling toml v0.8.23
5892026-03-19T02:59:43.691Z Compiling usdt v0.5.0
5902026-03-19T02:59:43.763Z Compiling cargo-util-schemas v0.8.2
5912026-03-19T02:59:43.924Z Compiling cargo_toml v0.21.0
5922026-03-19T02:59:44.967Z Compiling cargo_metadata v0.21.0
5932026-03-19T02:59:46.269Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-19T02:59:49.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
5952026-03-19T02:59:49.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-19T02:59:50.068Z Downloading crates ...
5972026-03-19T02:59:50.194Z Downloaded castaway v0.2.4
5982026-03-19T02:59:50.199Z Downloaded clang-sys v1.8.1
5992026-03-19T02:59:50.202Z Downloaded base64 v0.21.7
6002026-03-19T02:59:50.211Z Downloaded defmt-macros v1.0.1
6012026-03-19T02:59:50.215Z Downloaded crucible-workspace-hack v0.1.0
6022026-03-19T02:59:50.229Z Downloaded derive_more v0.99.20
6032026-03-19T02:59:50.233Z Downloaded fixedbitset v0.4.2
6042026-03-19T02:59:50.236Z Downloaded critical-section v1.2.0
6052026-03-19T02:59:50.239Z Downloaded crossbeam-deque v0.8.6
6062026-03-19T02:59:50.256Z Downloaded foreign-types-shared v0.3.1
6072026-03-19T02:59:50.260Z Downloaded filetime v0.2.27
6082026-03-19T02:59:50.260Z Downloaded bitfield v0.19.4
6092026-03-19T02:59:50.265Z Downloaded crossterm v0.29.0
6102026-03-19T02:59:50.270Z Downloaded bit-set v0.8.0
6112026-03-19T02:59:50.273Z Downloaded endian-type v0.1.2
6122026-03-19T02:59:50.273Z Downloaded bit-vec v0.6.3
6132026-03-19T02:59:50.276Z Downloaded ff v0.13.1
6142026-03-19T02:59:50.276Z Downloaded crc v3.4.0
6152026-03-19T02:59:50.279Z Downloaded ciborium-ll v0.2.2
6162026-03-19T02:59:50.279Z Downloaded dunce v1.0.5
6172026-03-19T02:59:50.279Z Downloaded dirs-next v2.0.0
6182026-03-19T02:59:50.282Z Downloaded camino-tempfile-ext v0.3.3
6192026-03-19T02:59:50.282Z Downloaded difflib v0.4.0
6202026-03-19T02:59:50.285Z Downloaded crossbeam-channel v0.5.15
6212026-03-19T02:59:50.288Z Downloaded dropshot_endpoint v0.16.7
6222026-03-19T02:59:50.291Z Downloaded block-padding v0.3.3
6232026-03-19T02:59:50.291Z Downloaded foldhash v0.2.0
6242026-03-19T02:59:50.291Z Downloaded curve25519-dalek-derive v0.1.1
6252026-03-19T02:59:50.294Z Downloaded cstr-argument v0.1.2
6262026-03-19T02:59:50.295Z Downloaded console v0.16.2
6272026-03-19T02:59:50.300Z Downloaded dirs-sys-next v0.1.2
6282026-03-19T02:59:50.300Z Downloaded float-cmp v0.10.0
6292026-03-19T02:59:50.300Z Downloaded ecdsa v0.16.9
6302026-03-19T02:59:50.303Z Downloaded cargo-platform v0.1.9
6312026-03-19T02:59:50.303Z Downloaded foreign-types v0.3.2
6322026-03-19T02:59:50.303Z Downloaded constant_time_eq v0.4.2
6332026-03-19T02:59:50.306Z Downloaded flagset v0.4.7
6342026-03-19T02:59:50.306Z Downloaded either v1.15.0
6352026-03-19T02:59:50.309Z Downloaded base64ct v1.8.3
6362026-03-19T02:59:50.309Z Downloaded foreign-types v0.5.0
6372026-03-19T02:59:50.312Z Downloaded ena v0.14.4
6382026-03-19T02:59:50.312Z Downloaded find-msvc-tools v0.1.9
6392026-03-19T02:59:50.315Z Downloaded bcrypt-pbkdf v0.10.0
6402026-03-19T02:59:50.315Z Downloaded derive_more v2.1.1
6412026-03-19T02:59:50.323Z Downloaded flate2 v1.1.9
6422026-03-19T02:59:50.327Z Downloaded erased-serde v0.3.31
6432026-03-19T02:59:50.332Z Downloaded float-ord v0.3.2
6442026-03-19T02:59:50.332Z Downloaded convert_case v0.10.0
6452026-03-19T02:59:50.335Z Downloaded const_format_proc_macros v0.2.34
6462026-03-19T02:59:50.335Z Downloaded foldhash v0.1.5
6472026-03-19T02:59:50.335Z Downloaded ghash v0.5.1
6482026-03-19T02:59:50.338Z Downloaded dropshot-api-manager-types v0.6.0
6492026-03-19T02:59:50.338Z Downloaded async-trait v0.1.89
6502026-03-19T02:59:50.341Z Downloaded document-features v0.2.12
6512026-03-19T02:59:50.344Z Downloaded darling v0.21.3
6522026-03-19T02:59:50.347Z Downloaded backon v1.6.0
6532026-03-19T02:59:50.350Z Downloaded futures-executor v0.3.32
6542026-03-19T02:59:50.350Z Downloaded futures-io v0.3.32
6552026-03-19T02:59:50.352Z Downloaded embedded-io v0.4.0
6562026-03-19T02:59:50.352Z Downloaded fallible-iterator v0.2.0
6572026-03-19T02:59:50.355Z Downloaded darling v0.23.0
6582026-03-19T02:59:50.358Z Downloaded foreign-types-macros v0.2.3
6592026-03-19T02:59:50.361Z Downloaded ed25519-dalek v2.2.0
6602026-03-19T02:59:50.364Z Downloaded dsl_auto_type v0.2.0
6612026-03-19T02:59:50.364Z Downloaded crc-catalog v2.4.0
6622026-03-19T02:59:50.364Z Downloaded assert_matches v1.5.0
6632026-03-19T02:59:50.367Z Downloaded argon2 v0.5.3
6642026-03-19T02:59:50.367Z Downloaded futures-sink v0.3.32
6652026-03-19T02:59:51.373Z Downloaded futures-macro v0.3.32
6662026-03-19T02:59:51.373Z Downloaded crypto-bigint v0.5.5
6672026-03-19T02:59:51.378Z Downloaded fxhash v0.2.1
6682026-03-19T02:59:51.378Z Downloaded flume v0.11.1
6692026-03-19T02:59:51.379Z Downloaded bit-vec v0.8.0
6702026-03-19T02:59:51.379Z Downloaded gethostname v0.5.0
6712026-03-19T02:59:51.379Z Downloaded bit-set v0.5.3
6722026-03-19T02:59:51.379Z Downloaded darling_core v0.23.0
6732026-03-19T02:59:51.379Z Downloaded fs_extra v1.3.0
6742026-03-19T02:59:51.379Z Downloaded bcs v0.1.6
6752026-03-19T02:59:51.379Z Downloaded convert_case v0.4.0
6762026-03-19T02:59:51.379Z Downloaded git-stub v1.0.0
6772026-03-19T02:59:51.379Z Downloaded glob v0.3.3
6782026-03-19T02:59:51.379Z Downloaded display-error-chain v0.2.2
6792026-03-19T02:59:51.379Z Downloaded der_derive v0.7.3
6802026-03-19T02:59:51.379Z Downloaded darling_core v0.20.11
6812026-03-19T02:59:51.379Z Downloaded crossbeam-utils v0.8.21
6822026-03-19T02:59:51.379Z Downloaded http-body v1.0.1
6832026-03-19T02:59:51.379Z Downloaded cargo_metadata v0.19.2
6842026-03-19T02:59:51.379Z Downloaded env_filter v1.0.0
6852026-03-19T02:59:51.379Z Downloaded ascii-canvas v3.0.0
6862026-03-19T02:59:51.379Z Downloaded hash32 v0.3.1
6872026-03-19T02:59:51.379Z Downloaded futures-task v0.3.32
6882026-03-19T02:59:51.379Z Downloaded ciborium v0.2.2
6892026-03-19T02:59:51.379Z Downloaded cbc v0.1.2
6902026-03-19T02:59:51.379Z Downloaded cancel-safe-futures v0.1.5
6912026-03-19T02:59:51.379Z Downloaded fixedbitset v0.5.7
6922026-03-19T02:59:51.379Z Downloaded httpdate v1.0.3
6932026-03-19T02:59:51.379Z Downloaded adler2 v2.0.1
6942026-03-19T02:59:51.379Z Downloaded hostname v0.3.1
6952026-03-19T02:59:51.379Z Downloaded group v0.13.0
6962026-03-19T02:59:51.379Z Downloaded funty v2.0.0
6972026-03-19T02:59:51.379Z Downloaded env_logger v0.11.9
6982026-03-19T02:59:51.379Z Downloaded futures-core v0.3.32
6992026-03-19T02:59:51.380Z Downloaded daft v0.1.5
7002026-03-19T02:59:51.380Z Downloaded corncobs v0.1.4
7012026-03-19T02:59:51.380Z Downloaded http-body-util v0.1.3
7022026-03-19T02:59:51.380Z Downloaded headers-core v0.3.0
7032026-03-19T02:59:51.380Z Downloaded data-encoding v2.10.0
7042026-03-19T02:59:51.380Z Downloaded hex v0.4.3
7052026-03-19T02:59:51.380Z Downloaded const_format v0.2.35
7062026-03-19T02:59:51.380Z Downloaded keccak v0.1.6
7072026-03-19T02:59:51.380Z Downloaded derive-ex v0.1.8
7082026-03-19T02:59:51.380Z Downloaded darling_core v0.21.3
7092026-03-19T02:59:51.380Z Downloaded ingot v0.1.1
7102026-03-19T02:59:51.380Z Downloaded ident_case v1.0.1
7112026-03-19T02:59:51.380Z Downloaded hostname v0.4.2
7122026-03-19T02:59:51.380Z Downloaded globwalk v0.9.1
7132026-03-19T02:59:51.380Z Downloaded cookie_store v0.22.1
7142026-03-19T02:59:51.380Z Downloaded cassowary v0.3.0
7152026-03-19T02:59:51.380Z Downloaded bzip2 v0.6.1
7162026-03-19T02:59:51.380Z Downloaded darling v0.20.11
7172026-03-19T02:59:51.380Z Downloaded linked-hash-map v0.5.6
7182026-03-19T02:59:51.380Z Downloaded instant v0.1.13
7192026-03-19T02:59:51.380Z Downloaded inout v0.1.4
7202026-03-19T02:59:51.380Z Downloaded kstat-rs v0.2.4
7212026-03-19T02:59:51.380Z Downloaded diff v0.1.13
7222026-03-19T02:59:51.380Z Downloaded indent_write v2.2.0
7232026-03-19T02:59:51.380Z Downloaded hubpack_derive v0.1.1
7242026-03-19T02:59:51.380Z Downloaded cmake v0.1.57
7252026-03-19T02:59:51.380Z Downloaded crossbeam-epoch v0.9.18
7262026-03-19T02:59:51.380Z Downloaded lazy_static v1.5.0
7272026-03-19T02:59:51.380Z Downloaded hubpack v0.1.2
7282026-03-19T02:59:51.380Z Downloaded fd-lock v4.0.4
7292026-03-19T02:59:51.380Z Downloaded daft-derive v0.1.5
7302026-03-19T02:59:51.380Z Downloaded maybe-uninit v2.0.0
7312026-03-19T02:59:51.380Z Downloaded is-terminal v0.4.17
7322026-03-19T02:59:51.381Z Downloaded hash32 v0.2.1
7332026-03-19T02:59:51.381Z Downloaded globset v0.4.18
7342026-03-19T02:59:51.381Z Downloaded new_debug_unreachable v1.0.6
7352026-03-19T02:59:51.381Z Downloaded lru-cache v0.1.2
7362026-03-19T02:59:51.381Z Downloaded instability v0.3.11
7372026-03-19T02:59:51.381Z Downloaded memoffset v0.9.1
7382026-03-19T02:59:51.381Z Downloaded cc v1.2.56
7392026-03-19T02:59:51.381Z Downloaded hyper-staticfile v0.10.1
7402026-03-19T02:59:51.381Z Downloaded fs-err v2.11.0
7412026-03-19T02:59:51.381Z Downloaded maplit v1.0.2
7422026-03-19T02:59:51.381Z Downloaded normalize-line-endings v0.3.0
7432026-03-19T02:59:51.381Z Downloaded match_cfg v0.1.0
7442026-03-19T02:59:51.381Z Downloaded ipnet v2.11.0
7452026-03-19T02:59:51.381Z Downloaded git-stub-vcs v0.1.0
7462026-03-19T02:59:51.381Z Downloaded managed v0.8.0
7472026-03-19T02:59:51.381Z Downloaded nibble_vec v0.1.0
7482026-03-19T02:59:51.381Z Downloaded lock_api v0.4.14
7492026-03-19T02:59:51.381Z Downloaded chacha20poly1305 v0.10.1
7502026-03-19T02:59:51.381Z Downloaded mime v0.3.17
7512026-03-19T02:59:51.381Z Downloaded ingot-types v0.1.2
7522026-03-19T02:59:51.381Z Downloaded blake2 v0.10.6
7532026-03-19T02:59:51.381Z Downloaded num-derive v0.4.2
7542026-03-19T02:59:51.381Z Downloaded num v0.4.3
7552026-03-19T02:59:51.381Z Downloaded newtype-uuid-macros v0.1.0
7562026-03-19T02:59:51.381Z Downloaded newline-converter v0.3.0
7572026-03-19T02:59:51.381Z Downloaded base64 v0.22.1
7582026-03-19T02:59:51.381Z Downloaded linear-map v1.2.0
7592026-03-19T02:59:51.381Z Downloaded derive-where v1.6.0
7602026-03-19T02:59:51.381Z Downloaded libsw v3.5.0
7612026-03-19T02:59:51.381Z Downloaded hex-literal v0.4.1
7622026-03-19T02:59:51.381Z Downloaded ar_archive_writer v0.5.1
7632026-03-19T02:59:51.381Z Downloaded nodrop v0.1.14
7642026-03-19T02:59:51.382Z Downloaded httparse v1.10.1
7652026-03-19T02:59:51.382Z Downloaded openssl-probe v0.2.1
7662026-03-19T02:59:51.382Z Downloaded lzss v0.8.2
7672026-03-19T02:59:51.387Z Downloaded num-derive v0.3.3
7682026-03-19T02:59:51.387Z Downloaded iana-time-zone v0.1.65
7692026-03-19T02:59:51.387Z Downloaded ingot-macros v0.1.1
7702026-03-19T02:59:51.387Z Downloaded cookie v0.18.1
7712026-03-19T02:59:51.387Z Downloaded olpc-cjson v0.1.4
7722026-03-19T02:59:51.387Z Downloaded openssl-macros v0.1.1
7732026-03-19T02:59:51.387Z Downloaded derive_more-impl v2.1.1
7742026-03-19T02:59:51.387Z Downloaded half v1.8.3
7752026-03-19T02:59:51.387Z Downloaded nu-ansi-term v0.50.3
7762026-03-19T02:59:51.387Z Downloaded hyper-tls v0.6.0
7772026-03-19T02:59:51.387Z Downloaded hyper-rustls v0.27.7
7782026-03-19T02:59:51.387Z Downloaded num_threads v0.1.7
7792026-03-19T02:59:51.387Z Downloaded nonempty v0.12.0
7802026-03-19T02:59:51.387Z Downloaded num-iter v0.1.45
7812026-03-19T02:59:51.387Z Downloaded litrs v1.0.0
7822026-03-19T02:59:51.388Z Downloaded internet-checksum v0.2.1
7832026-03-19T02:59:51.388Z Downloaded indicatif v0.18.4
7842026-03-19T02:59:51.388Z Downloaded headers v0.4.1
7852026-03-19T02:59:51.388Z Downloaded hickory-server v0.25.2
7862026-03-19T02:59:51.388Z Downloaded opaque-debug v0.3.1
7872026-03-19T02:59:51.388Z Downloaded native-tls v0.2.18
7882026-03-19T02:59:51.388Z Downloaded is_ci v1.2.0
7892026-03-19T02:59:51.388Z Downloaded indoc v1.0.9
7902026-03-19T02:59:51.388Z Downloaded newtype_derive v0.1.6
7912026-03-19T02:59:51.388Z Downloaded parse-size v1.1.0
7922026-03-19T02:59:51.388Z Downloaded lalrpop-util v0.19.12
7932026-03-19T02:59:51.388Z Downloaded elliptic-curve v0.13.8
7942026-03-19T02:59:51.388Z Downloaded futures v0.3.32
7952026-03-19T02:59:51.388Z Downloaded parse-display-derive v0.10.0
7962026-03-19T02:59:51.388Z Downloaded num_enum v0.5.11
7972026-03-19T02:59:51.388Z Downloaded num-conv v0.2.0
7982026-03-19T02:59:51.388Z Downloaded ignore v0.4.25
7992026-03-19T02:59:51.388Z Downloaded lru v0.12.5
8002026-03-19T02:59:51.388Z Downloaded expectorate v1.2.0
8012026-03-19T02:59:51.389Z Downloaded packed_struct_codegen v0.10.1
8022026-03-19T02:59:51.389Z Downloaded oso-derive v0.27.3
8032026-03-19T02:59:51.389Z Downloaded num_enum_derive v0.5.11
8042026-03-19T02:59:51.389Z Downloaded ipnetwork v0.21.1
8052026-03-19T02:59:51.389Z Downloaded phf_shared v0.11.3
8062026-03-19T02:59:51.389Z Downloaded diesel_derives v2.3.7
8072026-03-19T02:59:51.389Z Downloaded num-integer v0.1.46
8082026-03-19T02:59:51.389Z Downloaded heapless v0.7.17
8092026-03-19T02:59:51.389Z Downloaded path-slash v0.1.5
8102026-03-19T02:59:51.389Z Downloaded md5 v0.7.0
8112026-03-19T02:59:51.389Z Downloaded md-5 v0.10.6
8122026-03-19T02:59:51.389Z Downloaded proc-macro-crate v3.4.0
8132026-03-19T02:59:51.389Z Downloaded jobserver v0.1.34
8142026-03-19T02:59:51.389Z Downloaded pbkdf2 v0.11.0
8152026-03-19T02:59:51.389Z Downloaded phf_shared v0.13.1
8162026-03-19T02:59:51.389Z Downloaded pbkdf2 v0.12.2
8172026-03-19T02:59:51.389Z Downloaded openssl-probe v0.1.6
8182026-03-19T02:59:51.389Z Downloaded highway v1.3.0
8192026-03-19T02:59:51.389Z Downloaded progenitor-macro v0.13.0
8202026-03-19T02:59:51.389Z Downloaded num-complex v0.4.6
8212026-03-19T02:59:51.389Z Downloaded bumpalo v3.20.2
8222026-03-19T02:59:51.389Z Downloaded hmac v0.12.1
8232026-03-19T02:59:51.389Z Downloaded password-hash v0.5.0
8242026-03-19T02:59:51.389Z Downloaded memmap2 v0.9.10
8252026-03-19T02:59:51.389Z Downloaded hickory-client v0.25.2
8262026-03-19T02:59:51.389Z Downloaded pin-utils v0.1.0
8272026-03-19T02:59:51.389Z Downloaded peg-macros v0.8.5
8282026-03-19T02:59:51.389Z Downloaded num_enum_derive v0.7.5
8292026-03-19T02:59:51.390Z Downloaded multer v3.1.0
8302026-03-19T02:59:51.390Z Downloaded http-range v0.1.5
8312026-03-19T02:59:51.390Z Downloaded powerfmt v0.2.0
8322026-03-19T02:59:51.390Z Downloaded num-rational v0.4.2
8332026-03-19T02:59:51.390Z Downloaded paste v1.0.15
8342026-03-19T02:59:51.390Z Downloaded precomputed-hash v0.1.1
8352026-03-19T02:59:51.390Z Downloaded pkcs8 v0.10.2
8362026-03-19T02:59:51.390Z Downloaded parse-display v0.10.0
8372026-03-19T02:59:51.390Z Downloaded hickory-resolver v0.24.4
8382026-03-19T02:59:51.390Z Downloaded progenitor-client v0.10.0
8392026-03-19T02:59:51.390Z Downloaded arc-swap v1.8.2
8402026-03-19T02:59:51.390Z Downloaded omicron-zone-package v0.12.2
8412026-03-19T02:59:51.390Z Downloaded progenitor-client v0.11.2
8422026-03-19T02:59:51.390Z Downloaded phf v0.13.1
8432026-03-19T02:59:51.390Z Downloaded owo-colors v4.3.0
8442026-03-19T02:59:51.390Z Downloaded phf_shared v0.12.1
8452026-03-19T02:59:51.390Z Downloaded aes v0.8.4
8462026-03-19T02:59:51.390Z Downloaded phf v0.12.1
8472026-03-19T02:59:51.390Z Downloaded hickory-resolver v0.25.2
8482026-03-19T02:59:51.390Z Downloaded quick-error v1.2.3
8492026-03-19T02:59:51.390Z Downloaded ref-cast v1.0.25
8502026-03-19T02:59:51.390Z Downloaded recursive v0.1.1
8512026-03-19T02:59:51.390Z Downloaded progenitor-macro v0.11.2
8522026-03-19T02:59:51.390Z Downloaded rand_chacha v0.3.1
8532026-03-19T02:59:51.390Z Downloaded proc-macro-crate v1.3.1
8542026-03-19T02:59:51.390Z Downloaded predicates v3.1.4
8552026-03-19T02:59:51.390Z Downloaded psl-types v2.0.11
8562026-03-19T02:59:51.390Z Downloaded polyval v0.6.2
8572026-03-19T02:59:51.390Z Downloaded pkg-config v0.3.32
8582026-03-19T02:59:51.390Z Downloaded pin-project-internal v1.1.11
8592026-03-19T02:59:51.390Z Downloaded parking_lot_core v0.9.12
8602026-03-19T02:59:51.390Z Downloaded predicates-core v1.0.10
8612026-03-19T02:59:51.390Z Downloaded jiff-static v0.2.21
8622026-03-19T02:59:51.390Z Downloaded oxnet v0.1.4
8632026-03-19T02:59:51.390Z Downloaded recursive-proc-macro-impl v0.1.1
8642026-03-19T02:59:51.390Z Downloaded proc-macro-error2 v2.0.1
8652026-03-19T02:59:51.390Z Downloaded primeorder v0.13.6
8662026-03-19T02:59:51.391Z Downloaded rfc6979 v0.4.0
8672026-03-19T02:59:51.395Z Downloaded ppv-lite86 v0.2.21
8682026-03-19T02:59:51.395Z Downloaded hyper-util v0.1.20
8692026-03-19T02:59:51.395Z Downloaded progenitor v0.11.2
8702026-03-19T02:59:51.395Z Downloaded postcard v1.1.3
8712026-03-19T02:59:51.395Z Downloaded progenitor v0.13.0
8722026-03-19T02:59:51.395Z Downloaded poly1305 v0.8.0
8732026-03-19T02:59:51.395Z Downloaded pem-rfc7468 v0.7.0
8742026-03-19T02:59:51.395Z Downloaded progenitor-macro v0.10.0
8752026-03-19T02:59:51.395Z Downloaded parking_lot v0.12.5
8762026-03-19T02:59:51.395Z Downloaded ref-cast-impl v1.0.25
8772026-03-19T02:59:51.395Z Downloaded pkcs5 v0.7.1
8782026-03-19T02:59:51.395Z Downloaded rtoolbox v0.0.3
8792026-03-19T02:59:51.395Z Downloaded progenitor-extras v0.1.1
8802026-03-19T02:59:51.395Z Downloaded libbz2-rs-sys v0.2.2
8812026-03-19T02:59:51.395Z Downloaded miniz_oxide v0.8.9
8822026-03-19T02:59:51.395Z Downloaded half v2.7.1
8832026-03-19T02:59:51.395Z Downloaded pkcs1 v0.7.5
8842026-03-19T02:59:51.395Z Downloaded oso v0.27.3
8852026-03-19T02:59:51.395Z Downloaded futures-util v0.3.32
8862026-03-19T02:59:51.395Z Downloaded pin-project v1.1.11
8872026-03-19T02:59:51.395Z Downloaded scheduled-thread-pool v0.2.7
8882026-03-19T02:59:51.395Z Downloaded russh-cryptovec v0.7.3
8892026-03-19T02:59:51.395Z Downloaded resolv-conf v0.7.6
8902026-03-19T02:59:51.395Z Downloaded postgres-types v0.2.12
8912026-03-19T02:59:51.396Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-03-19T02:59:51.396Z Downloaded prefix-trie v0.7.0
8932026-03-19T02:59:51.396Z Downloaded papergrid v0.17.0
8942026-03-19T02:59:51.396Z Downloaded salsa20 v0.10.2
8952026-03-19T02:59:51.396Z Downloaded rustc_version v0.4.1
8962026-03-19T02:59:51.396Z Downloaded rand_seeder v0.4.0
8972026-03-19T02:59:51.396Z Downloaded seq-macro v0.3.6
8982026-03-19T02:59:51.396Z Downloaded scroll_derive v0.13.1
8992026-03-19T02:59:51.396Z Downloaded psm v0.1.30
9002026-03-19T02:59:51.396Z Downloaded aes-gcm v0.10.3
9012026-03-19T02:59:51.396Z Downloaded parking_lot v0.11.2
9022026-03-19T02:59:51.396Z Downloaded libxml v0.3.3
9032026-03-19T02:59:51.396Z Downloaded p256 v0.13.2
9042026-03-19T02:59:51.396Z Downloaded secrecy v0.10.3
9052026-03-19T02:59:51.396Z Downloaded scopeguard v1.2.0
9062026-03-19T02:59:51.396Z Downloaded serde-big-array v0.5.1
9072026-03-19T02:59:51.396Z Downloaded hashbrown v0.13.2
9082026-03-19T02:59:51.396Z Downloaded itertools v0.10.5
9092026-03-19T02:59:51.396Z Downloaded serde_spanned v1.0.4
9102026-03-19T02:59:51.396Z Downloaded progenitor-client v0.13.0
9112026-03-19T02:59:51.396Z Downloaded progenitor v0.10.0
9122026-03-19T02:59:51.396Z Downloaded siphasher v1.0.2
9132026-03-19T02:59:51.396Z Downloaded semver v0.1.20
9142026-03-19T02:59:51.396Z Downloaded sapling-renderdag v0.1.0
9152026-03-19T02:59:51.396Z Downloaded signal-hook-mio v0.2.5
9162026-03-19T02:59:51.396Z Downloaded rand_core v0.9.5
9172026-03-19T02:59:51.396Z Downloaded rustls-native-certs v0.8.3
9182026-03-19T02:59:51.396Z Downloaded peg v0.8.5
9192026-03-19T02:59:51.396Z Downloaded shell-words v1.1.1
9202026-03-19T02:59:51.397Z Downloaded serde_repr v0.1.20
9212026-03-19T02:59:51.397Z Downloaded serde-hex v0.1.0
9222026-03-19T02:59:51.397Z Downloaded peg-runtime v0.8.5
9232026-03-19T02:59:51.397Z Downloaded serde_bytes v0.11.19
9242026-03-19T02:59:51.397Z Downloaded quinn-udp v0.5.14
9252026-03-19T02:59:51.397Z Downloaded slog-envlogger v2.2.0
9262026-03-19T02:59:51.397Z Downloaded oxide-tokio-rt v0.1.3
9272026-03-19T02:59:51.397Z Downloaded serde_derive_internals v0.29.1
9282026-03-19T02:59:51.397Z Downloaded iddqd v0.3.17
9292026-03-19T02:59:51.397Z Downloaded sct v0.7.1
9302026-03-19T02:59:51.397Z Downloaded slog-bunyan v2.5.0
9312026-03-19T02:59:51.397Z Downloaded iri-string v0.7.10
9322026-03-19T02:59:51.397Z Downloaded same-file v1.0.6
9332026-03-19T02:59:51.397Z Downloaded secrecy v0.8.0
9342026-03-19T02:59:51.397Z Downloaded rustc_version v0.1.7
9352026-03-19T02:59:51.397Z Downloaded pin-project-lite v0.2.17
9362026-03-19T02:59:51.397Z Downloaded serde_plain v1.0.2
9372026-03-19T02:59:51.397Z Downloaded signature v2.2.0
9382026-03-19T02:59:51.397Z Downloaded serde_urlencoded v0.7.1
9392026-03-19T02:59:51.397Z Downloaded bytes v1.11.1
9402026-03-19T02:59:51.397Z Downloaded russh-keys v0.45.0
9412026-03-19T02:59:51.397Z Downloaded itertools v0.12.1
9422026-03-19T02:59:51.397Z Downloaded sha1 v0.10.6
9432026-03-19T02:59:51.398Z Downloaded r2d2 v0.8.10
9442026-03-19T02:59:51.398Z Downloaded multimap v0.10.1
9452026-03-19T02:59:51.398Z Downloaded num-bigint v0.4.6
9462026-03-19T02:59:51.398Z Downloaded ron v0.8.1
9472026-03-19T02:59:51.398Z Downloaded rand_chacha v0.9.0
9482026-03-19T02:59:51.398Z Downloaded schemars_derive v0.8.22
9492026-03-19T02:59:51.398Z Downloaded scroll v0.13.0
9502026-03-19T02:59:51.398Z Downloaded hashbrown v0.15.5
9512026-03-19T02:59:51.398Z Downloaded hyper v1.8.1
9522026-03-19T02:59:51.398Z Downloaded progenitor-impl v0.10.0
9532026-03-19T02:59:51.398Z Downloaded pem v3.0.6
9542026-03-19T02:59:51.398Z Downloaded rand_core v0.6.4
9552026-03-19T02:59:51.398Z Downloaded ssh-encoding v0.2.0
9562026-03-19T02:59:51.398Z Downloaded slog-dtrace v0.3.0
9572026-03-19T02:59:51.398Z Downloaded parking_lot_core v0.8.6
9582026-03-19T02:59:51.398Z Downloaded sqlparser_derive v0.5.0
9592026-03-19T02:59:51.398Z Downloaded rcgen v0.12.1
9602026-03-19T02:59:51.398Z Downloaded slog-async v2.8.0
9612026-03-19T02:59:51.398Z Downloaded postgres-protocol v0.6.10
9622026-03-19T02:59:51.398Z Downloaded num-bigint-dig v0.8.6
9632026-03-19T02:59:51.398Z Downloaded simd-adler32 v0.3.8
9642026-03-19T02:59:51.398Z Downloaded progenitor-impl v0.11.2
9652026-03-19T02:59:51.398Z Downloaded prettyplease v0.2.37
9662026-03-19T02:59:51.398Z Downloaded strip-ansi-escapes v0.2.1
9672026-03-19T02:59:51.403Z Downloaded nom v7.1.3
9682026-03-19T02:59:51.403Z Downloaded rustc-hash v2.1.1
9692026-03-19T02:59:51.403Z Downloaded serde_cbor v0.11.2
9702026-03-19T02:59:51.403Z Downloaded slog-term v2.9.2
9712026-03-19T02:59:51.403Z Downloaded rayon-core v1.13.0
9722026-03-19T02:59:51.403Z Downloaded chrono v0.4.44
9732026-03-19T02:59:51.403Z Downloaded smallvec v0.6.14
9742026-03-19T02:59:51.403Z Downloaded structmeta-derive v0.3.0
9752026-03-19T02:59:51.403Z Downloaded serde_with_macros v3.17.0
9762026-03-19T02:59:51.403Z Downloaded slog-scope v4.4.1
9772026-03-19T02:59:51.403Z Downloaded aho-corasick v1.1.4
9782026-03-19T02:59:51.404Z Downloaded tabled_derive v0.11.0
9792026-03-19T02:59:51.404Z Downloaded strum v0.27.2
9802026-03-19T02:59:51.404Z Downloaded tabwriter v1.4.1
9812026-03-19T02:59:51.404Z Downloaded smf v0.2.3
9822026-03-19T02:59:51.404Z Downloaded serde_yaml v0.9.34+deprecated
9832026-03-19T02:59:51.404Z Downloaded serde_path_to_error v0.1.20
9842026-03-19T02:59:51.404Z Downloaded pretty_assertions v1.4.1
9852026-03-19T02:59:51.404Z Downloaded rustls-pemfile v2.2.0
9862026-03-19T02:59:51.404Z Downloaded take_mut v0.2.2
9872026-03-19T02:59:51.404Z Downloaded sync-ptr v0.1.4
9882026-03-19T02:59:51.404Z Downloaded supports-color v3.0.2
9892026-03-19T02:59:51.404Z Downloaded sigpipe v0.1.3
9902026-03-19T02:59:51.404Z Downloaded schemars v0.8.22
9912026-03-19T02:59:51.404Z Downloaded spki v0.7.3
9922026-03-19T02:59:51.404Z Downloaded signal-hook-tokio v0.3.1
9932026-03-19T02:59:51.404Z Downloaded rand v0.8.5
9942026-03-19T02:59:51.404Z Downloaded static_assertions v1.1.0
9952026-03-19T02:59:51.404Z Downloaded tagptr v0.2.0
9962026-03-19T02:59:51.404Z Downloaded stringprep v0.1.5
9972026-03-19T02:59:51.404Z Downloaded aws-lc-rs v1.16.0
9982026-03-19T02:59:51.404Z Downloaded thiserror-impl-no-std v2.0.2
9992026-03-19T02:59:51.404Z Downloaded sync_wrapper v1.0.2
10002026-03-19T02:59:51.404Z Downloaded subtle v2.6.1
10012026-03-19T02:59:51.404Z Downloaded string_cache v0.8.9
10022026-03-19T02:59:51.405Z Downloaded strum_macros v0.26.4
10032026-03-19T02:59:51.405Z Downloaded tinyvec_macros v0.1.1
10042026-03-19T02:59:51.405Z Downloaded time-core v0.1.8
10052026-03-19T02:59:51.405Z Downloaded strum_macros v0.27.2
10062026-03-19T02:59:51.405Z Downloaded tap v1.0.1
10072026-03-19T02:59:51.405Z Downloaded sec1 v0.7.3
10082026-03-19T02:59:51.405Z Downloaded support-bundle-viewer v0.1.2
10092026-03-19T02:59:51.405Z Downloaded ssh-cipher v0.2.0
10102026-03-19T02:59:51.405Z Downloaded strum_macros v0.24.3
10112026-03-19T02:59:51.405Z Downloaded shlex v1.3.0
10122026-03-19T02:59:51.405Z Downloaded signal-hook v0.3.18
10132026-03-19T02:59:51.405Z Downloaded tls_codec_derive v0.4.2
10142026-03-19T02:59:51.405Z Downloaded slog v2.8.2
10152026-03-19T02:59:51.405Z Downloaded termtree v0.5.1
10162026-03-19T02:59:51.405Z Downloaded snafu-derive v0.8.9
10172026-03-19T02:59:51.405Z Downloaded testing_table v0.3.0
10182026-03-19T02:59:51.405Z Downloaded slab v0.4.12
10192026-03-19T02:59:51.405Z Downloaded signal-hook-registry v1.4.8
10202026-03-19T02:59:51.405Z Downloaded samael v0.0.19
10212026-03-19T02:59:51.405Z Downloaded tower-service v0.3.3
10222026-03-19T02:59:51.406Z Downloaded slog-stdlog v4.1.1
10232026-03-19T02:59:51.406Z Downloaded tiny-keccak v2.0.2
10242026-03-19T02:59:51.406Z Downloaded rustls-pemfile v1.0.4
10252026-03-19T02:59:51.406Z Downloaded similar v2.7.0
10262026-03-19T02:59:51.406Z Downloaded schemars v0.9.0
10272026-03-19T02:59:51.406Z Downloaded tokio-dtrace v0.1.1
10282026-03-19T02:59:51.406Z Downloaded tokio-macros v2.6.0
10292026-03-19T02:59:51.406Z Downloaded thread_local v1.1.9
10302026-03-19T02:59:51.406Z Downloaded stacker v0.1.23
10312026-03-19T02:59:51.406Z Downloaded tls_codec v0.4.2
10322026-03-19T02:59:51.406Z Downloaded socket2 v0.5.10
10332026-03-19T02:59:51.406Z Downloaded qorb v0.4.1
10342026-03-19T02:59:51.406Z Downloaded unarray v0.1.4
10352026-03-19T02:59:51.406Z Downloaded try-lock v0.2.5
10362026-03-19T02:59:51.407Z Downloaded rustls-webpki v0.103.9
10372026-03-19T02:59:51.407Z Downloaded socket2 v0.6.2
10382026-03-19T02:59:51.407Z Downloaded time-macros v0.2.27
10392026-03-19T02:59:51.407Z Downloaded rustls-platform-verifier v0.6.2
10402026-03-19T02:59:51.407Z Downloaded universal-hash v0.5.1
10412026-03-19T02:59:51.407Z Downloaded tokio-rustls v0.25.0
10422026-03-19T02:59:51.407Z Downloaded term v0.7.0
10432026-03-19T02:59:51.407Z Downloaded topological-sort v0.2.2
10442026-03-19T02:59:51.407Z Downloaded rsa v0.9.10
10452026-03-19T02:59:51.407Z Downloaded toml_writer v1.0.6+spec-1.1.0
10462026-03-19T02:59:51.407Z Downloaded tokio-native-tls v0.3.1
10472026-03-19T02:59:51.407Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10482026-03-19T02:59:51.407Z Downloaded rpassword v7.4.0
10492026-03-19T02:59:51.407Z Downloaded thiserror-no-std v2.0.2
10502026-03-19T02:59:51.407Z Downloaded termios v0.3.3
10512026-03-19T02:59:51.407Z Downloaded p521 v0.13.3
10522026-03-19T02:59:51.407Z Downloaded rand v0.10.0
10532026-03-19T02:59:51.407Z Downloaded tower-layer v0.3.3
10542026-03-19T02:59:51.407Z Downloaded trait-variant v0.1.2
10552026-03-19T02:59:51.407Z Downloaded schemars v1.2.1
10562026-03-19T02:59:51.407Z Downloaded unit-prefix v0.5.2
10572026-03-19T02:59:51.407Z Downloaded hkdf v0.12.4
10582026-03-19T02:59:51.407Z Downloaded git2 v0.20.4
10592026-03-19T02:59:51.407Z Downloaded sqlformat v0.3.5
10602026-03-19T02:59:51.407Z Downloaded tokio-rustls v0.26.4
10612026-03-19T02:59:51.408Z Downloaded unicase v2.9.0
10622026-03-19T02:59:51.408Z Downloaded tui-tree-widget v0.23.1
10632026-03-19T02:59:51.408Z Downloaded usdt-attr-macro v0.6.0
10642026-03-19T02:59:51.408Z Downloaded usdt v0.6.0
10652026-03-19T02:59:51.408Z Downloaded typify-macro v0.4.3
10662026-03-19T02:59:51.408Z Downloaded xshell-macros v0.2.7
10672026-03-19T02:59:51.412Z Downloaded tokio-tungstenite v0.23.1
10682026-03-19T02:59:51.412Z Downloaded tokio-stream v0.1.18
10692026-03-19T02:59:51.412Z Downloaded tracing-attributes v0.1.31
10702026-03-19T02:59:51.412Z Downloaded toml v0.9.12+spec-1.1.0
10712026-03-19T02:59:51.412Z Downloaded tokio-tungstenite v0.21.0
10722026-03-19T02:59:51.412Z Downloaded test-strategy v0.4.5
10732026-03-19T02:59:51.412Z Downloaded walkdir v2.5.0
10742026-03-19T02:59:51.412Z Downloaded itertools v0.14.0
10752026-03-19T02:59:51.412Z Downloaded wait-timeout v0.2.1
10762026-03-19T02:59:51.412Z Downloaded utf-8 v0.7.6
10772026-03-19T02:59:51.412Z Downloaded term v1.2.1
10782026-03-19T02:59:51.412Z Downloaded subprocess v0.2.15
10792026-03-19T02:59:51.412Z Downloaded untrusted v0.9.0
10802026-03-19T02:59:51.412Z Downloaded rand v0.9.2
10812026-03-19T02:59:51.413Z Downloaded quinn v0.11.9
10822026-03-19T02:59:51.413Z Downloaded tinyvec v1.10.0
10832026-03-19T02:59:51.413Z Downloaded typify-macro v0.6.1
10842026-03-19T02:59:51.413Z Downloaded zone v0.3.1
10852026-03-19T02:59:51.413Z Downloaded snafu v0.8.9
10862026-03-19T02:59:51.413Z Downloaded bindgen v0.71.1
10872026-03-19T02:59:51.413Z Downloaded xattr v1.6.1
10882026-03-19T02:59:51.413Z Downloaded vergen-lib v0.1.6
10892026-03-19T02:59:51.413Z Downloaded toml_parser v1.0.9+spec-1.1.0
10902026-03-19T02:59:51.413Z Downloaded h2 v0.4.13
10912026-03-19T02:59:51.413Z Downloaded void v1.0.2
10922026-03-19T02:59:51.413Z Downloaded vergen-gitcl v1.0.8
10932026-03-19T02:59:51.413Z Downloaded waitgroup v0.1.2
10942026-03-19T02:59:51.413Z Downloaded wyz v0.5.1
10952026-03-19T02:59:51.413Z Downloaded usdt-macro v0.6.0
10962026-03-19T02:59:51.413Z Downloaded tungstenite v0.21.0
10972026-03-19T02:59:51.413Z Downloaded zeroize v1.8.2
10982026-03-19T02:59:51.413Z Downloaded ron v0.12.0
10992026-03-19T02:59:51.413Z Downloaded twox-hash v2.1.2
11002026-03-19T02:59:51.413Z Downloaded want v0.3.1
11012026-03-19T02:59:51.413Z Downloaded goblin v0.10.5
11022026-03-19T02:59:51.413Z Downloaded vergen-git2 v1.0.7
11032026-03-19T02:59:51.413Z Downloaded tokio-rustls v0.24.1
11042026-03-19T02:59:51.413Z Downloaded toml v0.7.8
11052026-03-19T02:59:51.413Z Downloaded uzers v0.12.2
11062026-03-19T02:59:51.413Z Downloaded vsss-rs v3.3.4
11072026-03-19T02:59:51.413Z Downloaded typify v0.4.3
11082026-03-19T02:59:51.413Z Downloaded xshell v0.2.7
11092026-03-19T02:59:51.413Z Downloaded whoami v2.1.0
11102026-03-19T02:59:51.413Z Downloaded usdt-impl v0.6.0
11112026-03-19T02:59:51.413Z Downloaded chrono-tz v0.10.4
11122026-03-19T02:59:51.413Z Downloaded xz2 v0.1.7
11132026-03-19T02:59:51.413Z Downloaded unicode-bidi v0.3.18
11142026-03-19T02:59:51.413Z Downloaded p384 v0.13.1
11152026-03-19T02:59:51.413Z Downloaded zstd v0.13.3
11162026-03-19T02:59:51.413Z Downloaded reqwest v0.13.2
11172026-03-19T02:59:51.413Z Downloaded regex v1.12.3
11182026-03-19T02:59:51.413Z Downloaded lalrpop v0.19.12
11192026-03-19T02:59:51.414Z Downloaded zstd-safe v7.2.4
11202026-03-19T02:59:51.414Z Downloaded rayon v1.11.0
11212026-03-19T02:59:51.414Z Downloaded tungstenite v0.23.0
11222026-03-19T02:59:51.414Z Downloaded toml_edit v0.19.15
11232026-03-19T02:59:51.414Z Downloaded zerocopy v0.6.6
11242026-03-19T02:59:51.414Z Downloaded whoami v1.6.1
11252026-03-19T02:59:51.414Z Downloaded untrusted v0.7.1
11262026-03-19T02:59:51.414Z Downloaded russh v0.45.0
11272026-03-19T02:59:51.414Z Downloaded zopfli v0.8.3
11282026-03-19T02:59:51.414Z Downloaded uuid v1.21.0
11292026-03-19T02:59:51.414Z Downloaded unsafe-libyaml v0.2.11
11302026-03-19T02:59:51.414Z Downloaded unicode-truncate v1.1.0
11312026-03-19T02:59:51.414Z Downloaded ssh-key v0.6.7
11322026-03-19T02:59:51.414Z Downloaded typed-path v0.9.3
11332026-03-19T02:59:51.414Z Downloaded vte v0.14.1
11342026-03-19T02:59:51.414Z Downloaded moka v0.12.13
11352026-03-19T02:59:51.414Z Downloaded curve25519-dalek v4.1.3
11362026-03-19T02:59:51.414Z Downloaded typify v0.6.1
11372026-03-19T02:59:51.414Z Downloaded rustyline v14.0.0
11382026-03-19T02:59:51.414Z Downloaded quick-xml v0.37.5
11392026-03-19T02:59:51.414Z Downloaded unicode-properties v0.1.4
11402026-03-19T02:59:51.418Z Downloaded reqwest v0.12.28
11412026-03-19T02:59:51.418Z Downloaded zone_cfg_derive v0.3.1
11422026-03-19T02:59:51.418Z Downloaded bstr v1.12.1
11432026-03-19T02:59:51.425Z Downloaded zip v0.6.6
11442026-03-19T02:59:51.429Z Downloaded tracing-core v0.1.36
11452026-03-19T02:59:51.433Z Downloaded petname v2.0.2
11462026-03-19T02:59:51.436Z Downloaded rustls-webpki v0.102.8
11472026-03-19T02:59:51.449Z Downloaded x509-cert v0.2.5
11482026-03-19T02:59:51.453Z Downloaded unicode_categories v0.1.1
11492026-03-19T02:59:51.457Z Downloaded tokio-util v0.7.18
11502026-03-19T02:59:51.461Z Downloaded tokio-postgres v0.7.16
11512026-03-19T02:59:51.464Z Downloaded rustls-webpki v0.101.7
11522026-03-19T02:59:51.474Z Downloaded zerocopy-derive v0.8.40
11532026-03-19T02:59:51.480Z Downloaded yasna v0.5.2
11542026-03-19T02:59:51.484Z Downloaded unicode-segmentation v1.12.0
11552026-03-19T02:59:51.487Z Downloaded serde_with v3.17.0
11562026-03-19T02:59:51.494Z Downloaded zip v4.6.1
11572026-03-19T02:59:51.499Z Downloaded nix v0.27.1
11582026-03-19T02:59:51.505Z Downloaded diesel v2.3.7
11592026-03-19T02:59:51.573Z Downloaded rustls-pki-types v1.14.0
11602026-03-19T02:59:51.587Z Downloaded radix_trie v0.2.1
11612026-03-19T02:59:51.587Z Downloaded polar-core v0.27.3
11622026-03-19T02:59:51.587Z Downloaded salty v0.3.0
11632026-03-19T02:59:51.587Z Downloaded tough v0.20.0
11642026-03-19T02:59:51.587Z Downloaded tower v0.5.3
11652026-03-19T02:59:51.587Z Downloaded unicode-normalization v0.1.25
11662026-03-19T02:59:51.587Z Downloaded nix v0.28.0
11672026-03-19T02:59:51.587Z Downloaded tower-http v0.6.8
11682026-03-19T02:59:51.587Z Downloaded nix v0.29.0
11692026-03-19T02:59:51.587Z Downloaded yansi v1.0.1
11702026-03-19T02:59:51.594Z Downloaded rustls v0.21.12
11712026-03-19T02:59:51.594Z Downloaded zlib-rs v0.6.2
11722026-03-19T02:59:51.594Z Downloaded winnow v0.5.40
11732026-03-19T02:59:51.597Z Downloaded nix v0.31.1
11742026-03-19T02:59:51.605Z Downloaded openapiv3 v2.2.0
11752026-03-19T02:59:51.614Z Downloaded vcpkg v0.2.15
11762026-03-19T02:59:51.646Z Downloaded time v0.3.47
11772026-03-19T02:59:51.653Z Downloaded rustls v0.23.37
11782026-03-19T02:59:51.663Z Downloaded regex-syntax v0.8.10
11792026-03-19T02:59:51.668Z Downloaded smoltcp v0.9.1
11802026-03-19T02:59:51.676Z Downloaded regex-syntax v0.6.29
11812026-03-19T02:59:51.681Z Downloaded winnow v0.6.26
11822026-03-19T02:59:51.688Z Downloaded smoltcp v0.11.0
11832026-03-19T02:59:51.698Z Downloaded rustix v0.38.44
11842026-03-19T02:59:51.715Z Downloaded zerocopy v0.8.40
11852026-03-19T02:59:51.721Z Downloaded tabled v0.20.0
11862026-03-19T02:59:51.735Z Downloaded rustls v0.22.4
11872026-03-19T02:59:51.745Z Downloaded sqlparser v0.61.0
11882026-03-19T02:59:51.752Z Downloaded sled v0.34.7
11892026-03-19T02:59:51.760Z Downloaded webpki-roots v1.0.6
11902026-03-19T02:59:51.764Z Downloaded tracing v0.1.44
11912026-03-19T02:59:51.780Z Downloaded typify-impl v0.4.3
11922026-03-19T02:59:51.791Z Downloaded regress v0.10.5
11932026-03-19T02:59:51.798Z Downloaded hickory-proto v0.25.2
11942026-03-19T02:59:51.809Z Downloaded object v0.37.3
11952026-03-19T02:59:51.818Z Downloaded proptest v1.10.0
11962026-03-19T02:59:51.825Z Downloaded hickory-proto v0.24.4
11972026-03-19T02:59:51.836Z Downloaded openssl v0.10.75
11982026-03-19T02:59:51.844Z Downloaded dropshot v0.16.7
11992026-03-19T02:59:51.859Z Downloaded portable-atomic v1.13.1
12002026-03-19T02:59:51.868Z Downloaded bzip2-sys v0.1.13+1.0.8
12012026-03-19T02:59:51.873Z Downloaded object v0.30.4
12022026-03-19T02:59:51.880Z Downloaded jiff v0.2.21
12032026-03-19T02:59:51.895Z Downloaded reedline v0.40.0
12042026-03-19T02:59:51.900Z Downloaded ratatui v0.29.0
12052026-03-19T02:59:51.915Z Downloaded zeroize_derive v1.4.3
12062026-03-19T02:59:51.918Z Downloaded typify-impl v0.6.1
12072026-03-19T02:59:51.926Z Downloaded csv v1.4.0
12082026-03-19T02:59:51.943Z Downloaded libz-sys v1.1.24
12092026-03-19T02:59:51.958Z Downloaded regex-automata v0.4.14
12102026-03-19T02:59:51.969Z Downloaded zerocopy-derive v0.6.6
12112026-03-19T02:59:51.976Z Downloaded sha3 v0.10.8
12122026-03-19T02:59:51.980Z Downloaded petgraph v0.6.5
12132026-03-19T02:59:51.995Z Downloaded lzma-sys v0.1.20
12142026-03-19T02:59:52.016Z Downloaded vergen v9.0.6
12152026-03-19T02:59:52.019Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-03-19T02:59:52.022Z Downloaded tar v0.4.44
12172026-03-19T02:59:52.022Z Downloaded steno v0.4.1
12182026-03-19T02:59:52.025Z Downloaded thread-id v5.1.0
12192026-03-19T02:59:52.025Z Downloaded rusty-fork v0.3.1
12202026-03-19T02:59:52.028Z Downloaded ryu v1.0.23
12212026-03-19T02:59:52.028Z Downloaded spin v0.9.8
12222026-03-19T02:59:52.032Z Downloaded itertools v0.13.0
12232026-03-19T02:59:52.035Z Downloaded publicsuffix v2.3.0
12242026-03-19T02:59:52.039Z Downloaded libm v0.2.16
12252026-03-19T02:59:52.043Z Downloaded hashbrown v0.12.3
12262026-03-19T02:59:52.046Z Downloaded rand_core v0.10.0
12272026-03-19T02:59:52.049Z Downloaded petgraph v0.8.3
12282026-03-19T02:59:52.063Z Downloaded encoding_rs v0.8.35
12292026-03-19T02:59:52.080Z Downloaded progenitor-impl v0.13.0
12302026-03-19T02:59:52.084Z Downloaded strum v0.26.3
12312026-03-19T02:59:52.084Z Downloaded libloading v0.8.9
12322026-03-19T02:59:52.084Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12332026-03-19T02:59:52.096Z Downloaded structmeta v0.3.0
12342026-03-19T02:59:52.100Z Downloaded scrypt v0.11.0
12352026-03-19T02:59:52.100Z Downloaded slog-json v2.6.1
12362026-03-19T02:59:52.100Z Downloaded predicates-tree v1.0.13
12372026-03-19T02:59:52.103Z Downloaded openssl-sys v0.9.111
12382026-03-19T02:59:52.106Z Downloaded bitvec v1.0.1
12392026-03-19T02:59:52.115Z Downloaded ring v0.17.14
12402026-03-19T02:59:52.145Z Downloaded radium v0.7.0
12412026-03-19T02:59:52.150Z Downloaded tokio v1.49.0
12422026-03-19T02:59:52.174Z Downloaded rustversion v1.0.22
12432026-03-19T02:59:52.178Z Downloaded rand_xorshift v0.4.0
12442026-03-19T02:59:52.178Z Downloaded mio v1.1.1
12452026-03-19T02:59:52.181Z Downloaded blake3 v1.8.3
12462026-03-19T02:59:52.187Z Downloaded http v1.4.0
12472026-03-19T02:59:52.192Z Downloaded minimal-lexical v0.2.1
12482026-03-19T02:59:52.196Z Downloaded indexmap v1.9.3
12492026-03-19T02:59:52.199Z Downloaded dropshot-api-manager v0.6.0
12502026-03-19T02:59:52.200Z Downloaded packed_struct v0.10.1
12512026-03-19T02:59:52.200Z Downloaded libgit2-sys v0.18.3+1.9.2
12522026-03-19T02:59:52.243Z Downloaded password-hash v0.4.2
12532026-03-19T02:59:52.246Z Downloaded num_enum v0.7.5
12542026-03-19T02:59:52.246Z Downloaded newtype-uuid v1.3.2
12552026-03-19T02:59:52.249Z Downloaded buf-list v1.1.2
12562026-03-19T02:59:52.249Z Downloaded fatfs v0.3.6
12572026-03-19T02:59:52.252Z Downloaded diesel-dtrace v0.5.0
12582026-03-19T02:59:52.252Z Downloaded compact_str v0.8.1
12592026-03-19T02:59:52.255Z Downloaded nanorand v0.7.0
12602026-03-19T02:59:52.258Z Downloaded mime_guess v2.0.5
12612026-03-19T02:59:52.258Z Downloaded home v0.5.12
12622026-03-19T02:59:52.258Z Downloaded libscf-sys v1.1.0
12632026-03-19T02:59:52.258Z Downloaded getrandom v0.3.4
12642026-03-19T02:59:52.261Z Downloaded der v0.7.10
12652026-03-19T02:59:52.264Z Downloaded quinn-proto v0.11.13
12662026-03-19T02:59:52.269Z Downloaded indoc v2.0.7
12672026-03-19T02:59:52.272Z Downloaded heapless v0.8.0
12682026-03-19T02:59:52.275Z Downloaded crc-any v2.5.0
12692026-03-19T02:59:52.275Z Downloaded libsw-core v0.3.2
12702026-03-19T02:59:52.279Z Downloaded libefi-sys v0.1.0
12712026-03-19T02:59:52.279Z Downloaded getrandom v0.2.17
12722026-03-19T02:59:52.282Z Downloaded impl-trait-for-tuples v0.2.3
12732026-03-19T02:59:52.282Z Downloaded futures-channel v0.3.32
12742026-03-19T02:59:52.282Z Downloaded async-bb8-diesel v0.2.1
12752026-03-19T02:59:52.285Z Downloaded colored v2.2.0
12762026-03-19T02:59:52.285Z Downloaded lru-slab v0.1.2
12772026-03-19T02:59:52.285Z Downloaded humantime v2.3.0
12782026-03-19T02:59:52.289Z Downloaded const-oid v0.9.6
12792026-03-19T02:59:52.289Z Downloaded ahash v0.8.12
12802026-03-19T02:59:52.292Z Downloaded backoff v0.4.0
12812026-03-19T02:59:52.292Z Downloaded chacha20 v0.9.1
12822026-03-19T02:59:52.292Z Downloaded cipher v0.4.4
12832026-03-19T02:59:52.296Z Downloaded cargo_toml v0.22.3
12842026-03-19T02:59:52.296Z Downloaded cexpr v0.6.0
12852026-03-19T02:59:52.296Z Downloaded embedded-io v0.6.1
12862026-03-19T02:59:52.296Z Downloaded ed25519 v2.2.3
12872026-03-19T02:59:52.300Z Downloaded defmt-parser v1.0.0
12882026-03-19T02:59:52.300Z Downloaded csv-core v0.1.13
12892026-03-19T02:59:52.300Z Downloaded bitfield-struct v0.6.2
12902026-03-19T02:59:52.303Z Downloaded bb8 v0.8.6
12912026-03-19T02:59:52.303Z Downloaded base16ct v1.0.0
12922026-03-19T02:59:52.303Z Downloaded async-recursion v1.1.1
12932026-03-19T02:59:52.303Z Downloaded array-init v0.0.4
12942026-03-19T02:59:52.306Z Downloaded defmt v0.3.100
12952026-03-19T02:59:52.306Z Downloaded blowfish v0.9.1
12962026-03-19T02:59:52.306Z Downloaded allocator-api2 v0.2.21
12972026-03-19T02:59:52.309Z Downloaded downcast-rs v2.0.2
12982026-03-19T02:59:52.309Z Downloaded crc32fast v1.5.0
12992026-03-19T02:59:52.309Z Downloaded foreign-types-shared v0.1.1
13002026-03-19T02:59:52.309Z Downloaded enum-as-inner v0.6.1
13012026-03-19T02:59:52.313Z Downloaded dyn-clone v1.0.20
13022026-03-19T02:59:52.313Z Downloaded console v0.15.11
13032026-03-19T02:59:52.313Z Downloaded colored v3.1.1
13042026-03-19T02:59:52.316Z Downloaded drift v0.1.3
13052026-03-19T02:59:52.319Z Downloaded defmt v1.0.1
13062026-03-19T02:59:52.322Z Downloaded darling_macro v0.23.0
13072026-03-19T02:59:52.322Z Downloaded cfg_aliases v0.1.1
13082026-03-19T02:59:52.322Z Downloaded atomic-waker v1.1.2
13092026-03-19T02:59:52.327Z Downloaded derive_builder_macro v0.20.2
13102026-03-19T02:59:52.327Z Downloaded aead v0.5.2
13112026-03-19T02:59:52.327Z Downloaded dtrace-parser v0.3.0
13122026-03-19T02:59:52.327Z Downloaded cpufeatures v0.3.0
13132026-03-19T02:59:52.327Z Downloaded cfg_aliases v0.2.1
13142026-03-19T02:59:52.330Z Downloaded bitfield-macros v0.19.4
13152026-03-19T02:59:52.330Z Downloaded atty v0.2.14
13162026-03-19T02:59:52.330Z Downloaded async-stream v0.3.6
13172026-03-19T02:59:52.330Z Downloaded dof v0.4.0
13182026-03-19T02:59:52.330Z Downloaded diesel_table_macro_syntax v0.3.0
13192026-03-19T02:59:52.330Z Downloaded darling_macro v0.21.3
13202026-03-19T02:59:52.330Z Downloaded darling_macro v0.20.11
13212026-03-19T02:59:52.333Z Downloaded cobs v0.3.0
13222026-03-19T02:59:52.333Z Downloaded ciborium-io v0.2.2
13232026-03-19T02:59:52.333Z Downloaded base16ct v0.2.0
13242026-03-19T02:59:52.333Z Downloaded des v0.8.1
13252026-03-19T02:59:52.336Z Downloaded derive_builder_core v0.20.2
13262026-03-19T02:59:52.336Z Downloaded arrayvec v0.7.6
13272026-03-19T02:59:52.336Z Downloaded derive_builder v0.20.2
13282026-03-19T02:59:52.339Z Downloaded deranged v0.5.8
13292026-03-19T02:59:52.342Z Downloaded ctr v0.9.2
13302026-03-19T02:59:52.342Z Downloaded crunchy v0.2.4
13312026-03-19T02:59:52.342Z Downloaded crc8 v0.1.1
13322026-03-19T02:59:52.346Z Downloaded bitflags v1.3.2
13332026-03-19T02:59:52.346Z Downloaded async-stream-impl v0.3.6
13342026-03-19T02:59:52.346Z Downloaded atomicwrites v0.4.4
13352026-03-19T02:59:52.346Z Downloaded chacha20 v0.10.0
13362026-03-19T02:59:52.349Z Downloaded bzip2 v0.4.4
13372026-03-19T02:59:52.349Z Downloaded arrayref v0.3.9
13382026-03-19T02:59:52.352Z Downloaded debug-ignore v1.0.5
13392026-03-19T02:59:52.352Z Downloaded crossterm v0.28.1
13402026-03-19T02:59:52.727Z Downloaded aws-lc-sys v0.37.1
13412026-03-19T02:59:53.055Z Compiling libc v0.2.180
13422026-03-19T02:59:53.099Z Compiling serde v1.0.228
13432026-03-19T02:59:53.099Z Compiling log v0.4.29
13442026-03-19T02:59:53.099Z Compiling find-msvc-tools v0.1.9
13452026-03-19T02:59:53.226Z Compiling shlex v1.3.0
13462026-03-19T02:59:53.229Z Compiling smallvec v1.15.1
13472026-03-19T02:59:53.245Z Compiling syn v2.0.117
13482026-03-19T02:59:53.250Z Compiling typenum v1.19.0
13492026-03-19T02:59:53.461Z Compiling generic-array v0.14.7
13502026-03-19T02:59:53.485Z Compiling subtle v2.6.1
13512026-03-19T02:59:53.556Z Compiling scopeguard v1.2.0
13522026-03-19T02:59:53.574Z Compiling portable-atomic v1.13.1
13532026-03-19T02:59:53.646Z Compiling const-oid v0.9.6
13542026-03-19T02:59:53.683Z Compiling lock_api v0.4.14
13552026-03-19T02:59:53.701Z Compiling critical-section v1.2.0
13562026-03-19T02:59:53.789Z Compiling zerocopy v0.8.40
13572026-03-19T02:59:53.860Z Compiling serde_json v1.0.149
13582026-03-19T02:59:53.975Z Compiling parking_lot_core v0.9.12
13592026-03-19T02:59:54.089Z Compiling pin-project-lite v0.2.17
13602026-03-19T02:59:54.296Z Compiling pkg-config v0.3.32
13612026-03-19T02:59:54.331Z Compiling bitflags v2.11.0
13622026-03-19T02:59:54.447Z Compiling getrandom v0.2.17
13632026-03-19T02:59:54.503Z Compiling jobserver v0.1.34
13642026-03-19T02:59:54.613Z Compiling rand_core v0.6.4
13652026-03-19T02:59:54.702Z Compiling errno v0.3.14
13662026-03-19T02:59:54.883Z Compiling cc v1.2.56
13672026-03-19T02:59:54.902Z Compiling once_cell v1.21.3
13682026-03-19T02:59:54.945Z Compiling signal-hook-registry v1.4.8
13692026-03-19T02:59:55.028Z Compiling mio v1.1.1
13702026-03-19T02:59:55.041Z Compiling parking_lot v0.12.5
13712026-03-19T02:59:55.078Z Compiling libm v0.2.16
13722026-03-19T02:59:55.159Z Compiling num-traits v0.2.19
13732026-03-19T02:59:55.283Z Compiling futures-core v0.3.32
13742026-03-19T02:59:55.467Z Compiling socket2 v0.6.2
13752026-03-19T02:59:55.506Z Compiling percent-encoding v2.3.2
13762026-03-19T02:59:55.571Z Compiling allocator-api2 v0.2.21
13772026-03-19T02:59:55.728Z Compiling foldhash v0.2.0
13782026-03-19T02:59:55.865Z Compiling futures-sink v0.3.32
13792026-03-19T02:59:55.943Z Compiling cpufeatures v0.2.17
13802026-03-19T02:59:55.993Z Compiling futures-channel v0.3.32
13812026-03-19T02:59:56.013Z Compiling futures-task v0.3.32
13822026-03-19T02:59:56.036Z Compiling slab v0.4.12
13832026-03-19T02:59:56.148Z Compiling hashbrown v0.16.1
13842026-03-19T02:59:56.165Z Compiling futures-io v0.3.32
13852026-03-19T02:59:56.235Z Compiling getrandom v0.4.1
13862026-03-19T02:59:56.263Z Compiling rand_core v0.10.0
13872026-03-19T02:59:56.298Z Compiling getrandom v0.3.4
13882026-03-19T02:59:56.361Z Compiling rustversion v1.0.22
13892026-03-19T02:59:56.473Z Compiling cmake v0.1.57
13902026-03-19T02:59:56.951Z Compiling indexmap v2.13.0
13912026-03-19T02:59:57.093Z Compiling form_urlencoded v1.2.2
13922026-03-19T02:59:57.120Z Compiling fs_extra v1.3.0
13932026-03-19T02:59:57.228Z Compiling ident_case v1.0.1
13942026-03-19T02:59:57.271Z Compiling synstructure v0.13.2
13952026-03-19T02:59:57.374Z Compiling base64ct v1.8.3
13962026-03-19T02:59:57.468Z Compiling dunce v1.0.5
13972026-03-19T02:59:57.580Z Compiling flagset v0.4.7
13982026-03-19T02:59:57.597Z Compiling aws-lc-sys v0.37.1
13992026-03-19T02:59:57.744Z Compiling pem-rfc7468 v0.7.0
14002026-03-19T02:59:57.763Z Compiling rand_core v0.9.5
14012026-03-19T02:59:57.800Z Compiling rustix v1.1.3
14022026-03-19T02:59:57.852Z Compiling iana-time-zone v0.1.65
14032026-03-19T02:59:57.870Z Compiling ring v0.17.14
14042026-03-19T02:59:58.109Z Compiling uuid v1.21.0
14052026-03-19T02:59:58.112Z Compiling rustc_version v0.4.1
14062026-03-19T02:59:58.112Z Compiling regex-syntax v0.8.10
14072026-03-19T02:59:58.160Z Compiling vcpkg v0.2.15
14082026-03-19T02:59:58.516Z Compiling aws-lc-rs v1.16.0
14092026-03-19T02:59:58.878Z Compiling tracing-core v0.1.36
14102026-03-19T02:59:59.063Z Compiling crossbeam-utils v0.8.21
14112026-03-19T02:59:59.181Z Compiling openssl-sys v0.9.111
14122026-03-19T02:59:59.454Z Compiling pest_generator v2.8.6
14132026-03-19T02:59:59.645Z Compiling serde_derive_internals v0.29.1
14142026-03-19T02:59:59.937Z Compiling serde_derive v1.0.228
14152026-03-19T02:59:59.941Z Compiling zeroize_derive v1.4.3
14162026-03-19T03:00:00.224Z Compiling zerofrom-derive v0.1.6
14172026-03-19T03:00:00.387Z Compiling yoke-derive v0.8.1
14182026-03-19T03:00:00.795Z Compiling zeroize v1.8.2
14192026-03-19T03:00:00.939Z Compiling zerocopy-derive v0.8.40
14202026-03-19T03:00:01.408Z Compiling zerovec-derive v0.11.2
14212026-03-19T03:00:01.830Z Compiling crypto-common v0.1.7
14222026-03-19T03:00:01.958Z Compiling block-buffer v0.10.4
14232026-03-19T03:00:02.044Z Compiling displaydoc v0.2.5
14242026-03-19T03:00:02.159Z Compiling zerofrom v0.1.6
14252026-03-19T03:00:02.159Z Compiling digest v0.10.7
14262026-03-19T03:00:02.315Z Compiling yoke v0.8.1
14272026-03-19T03:00:02.486Z Compiling tokio-macros v2.6.0
14282026-03-19T03:00:02.548Z Compiling hmac v0.12.1
14292026-03-19T03:00:02.737Z Compiling futures-macro v0.3.32
14302026-03-19T03:00:02.742Z Compiling block-padding v0.3.3
14312026-03-19T03:00:02.863Z Compiling zerovec v0.11.5
14322026-03-19T03:00:02.948Z Compiling zerotrie v0.2.3
14332026-03-19T03:00:02.966Z Compiling inout v0.1.4
14342026-03-19T03:00:03.174Z Compiling cipher v0.4.4
14352026-03-19T03:00:03.347Z Compiling sha2 v0.10.9
14362026-03-19T03:00:03.435Z Compiling der_derive v0.7.3
14372026-03-19T03:00:03.523Z Compiling tinystr v0.8.2
14382026-03-19T03:00:03.569Z Compiling potential_utf v0.1.4
14392026-03-19T03:00:03.772Z Compiling icu_locale_core v2.1.1
14402026-03-19T03:00:03.793Z Compiling icu_collections v2.1.1
14412026-03-19T03:00:03.805Z Compiling futures-util v0.3.32
14422026-03-19T03:00:04.420Z Compiling salsa20 v0.10.2
14432026-03-19T03:00:04.590Z Compiling pbkdf2 v0.12.2
14442026-03-19T03:00:04.697Z Compiling bytes v1.11.1
14452026-03-19T03:00:04.715Z Compiling icu_provider v2.1.1
14462026-03-19T03:00:04.732Z Compiling der v0.7.10
14472026-03-19T03:00:04.974Z Compiling chrono v0.4.44
14482026-03-19T03:00:05.084Z Compiling icu_properties v2.1.2
14492026-03-19T03:00:05.191Z Compiling icu_normalizer v2.1.1
14502026-03-19T03:00:05.510Z Compiling tokio v1.49.0
14512026-03-19T03:00:05.910Z Compiling spki v0.7.3
14522026-03-19T03:00:06.167Z Compiling http v1.4.0
14532026-03-19T03:00:06.411Z Compiling idna_adapter v1.2.1
14542026-03-19T03:00:06.576Z Compiling idna v1.1.0
14552026-03-19T03:00:06.649Z Compiling thiserror-impl v2.0.18
14562026-03-19T03:00:06.896Z Compiling scrypt v0.11.0
14572026-03-19T03:00:06.915Z Compiling cbc v0.1.2
14582026-03-19T03:00:07.092Z Compiling ppv-lite86 v0.2.21
14592026-03-19T03:00:07.188Z Compiling url v2.5.8
14602026-03-19T03:00:07.213Z Compiling aes v0.8.4
14612026-03-19T03:00:07.399Z Compiling rustls-pki-types v1.14.0
14622026-03-19T03:00:07.430Z Compiling tracing-attributes v0.1.31
14632026-03-19T03:00:07.532Z Compiling rand_chacha v0.9.0
14642026-03-19T03:00:07.986Z Compiling rand v0.9.2
14652026-03-19T03:00:08.228Z Compiling pkcs5 v0.7.1
14662026-03-19T03:00:08.406Z Compiling thiserror v2.0.18
14672026-03-19T03:00:08.433Z Compiling http-body v1.0.1
14682026-03-19T03:00:08.530Z Compiling httparse v1.10.1
14692026-03-19T03:00:08.586Z Compiling openssl-probe v0.2.1
14702026-03-19T03:00:08.607Z Compiling schemars v0.8.22
14712026-03-19T03:00:08.793Z Compiling base64 v0.22.1
14722026-03-19T03:00:08.842Z Compiling untrusted v0.9.0
14732026-03-19T03:00:08.846Z Compiling syn v1.0.109
14742026-03-19T03:00:08.959Z Compiling untrusted v0.7.1
14752026-03-19T03:00:09.068Z Compiling pkcs8 v0.10.2
14762026-03-19T03:00:09.105Z Compiling schemars_derive v0.8.22
14772026-03-19T03:00:09.201Z Compiling pest_derive v2.8.6
14782026-03-19T03:00:09.215Z Compiling tracing v0.1.44
14792026-03-19T03:00:09.287Z Compiling scroll_derive v0.13.1
14802026-03-19T03:00:09.545Z Compiling darling_core v0.20.11
14812026-03-19T03:00:09.703Z Compiling dyn-clone v1.0.20
14822026-03-19T03:00:09.870Z Compiling try-lock v0.2.5
14832026-03-19T03:00:10.000Z Compiling tower-layer v0.3.3
14842026-03-19T03:00:10.102Z Compiling rustls v0.23.37
14852026-03-19T03:00:10.198Z Compiling tinyvec_macros v0.1.1
14862026-03-19T03:00:10.281Z Compiling atomic-waker v1.1.2
14872026-03-19T03:00:10.316Z Compiling tower-service v0.3.3
14882026-03-19T03:00:10.333Z Compiling scroll v0.13.0
14892026-03-19T03:00:10.425Z Compiling tinyvec v1.10.0
14902026-03-19T03:00:10.429Z Compiling want v0.3.1
14912026-03-19T03:00:10.667Z Compiling tokio-util v0.7.18
14922026-03-19T03:00:11.334Z Compiling ipnet v2.11.0
14932026-03-19T03:00:11.494Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-19T03:00:11.966Z Compiling h2 v0.4.13
14952026-03-19T03:00:11.988Z Compiling spin v0.9.8
14962026-03-19T03:00:12.108Z Compiling aho-corasick v1.1.4
14972026-03-19T03:00:12.265Z Compiling powerfmt v0.2.0
14982026-03-19T03:00:12.526Z Compiling openssl v0.10.75
14992026-03-19T03:00:12.594Z Compiling crc32fast v1.5.0
15002026-03-19T03:00:12.800Z Compiling pin-utils v0.1.0
15012026-03-19T03:00:12.841Z Compiling darling_macro v0.20.11
15022026-03-19T03:00:12.920Z Compiling httpdate v1.0.3
15032026-03-19T03:00:12.944Z Compiling foreign-types-shared v0.1.1
15042026-03-19T03:00:13.018Z Compiling num-conv v0.2.0
15052026-03-19T03:00:13.167Z Compiling time-core v0.1.8
15062026-03-19T03:00:13.181Z Compiling tempfile v3.25.0
15072026-03-19T03:00:13.374Z Compiling time-macros v0.2.27
15082026-03-19T03:00:13.442Z Compiling darling v0.20.11
15092026-03-19T03:00:13.501Z Compiling regex-automata v0.4.14
15102026-03-19T03:00:13.597Z Compiling foreign-types v0.3.2
15112026-03-19T03:00:13.694Z Compiling deranged v0.5.8
15122026-03-19T03:00:14.454Z Compiling goblin v0.10.5
15132026-03-19T03:00:15.090Z Compiling thiserror-impl v1.0.69
15142026-03-19T03:00:15.503Z Compiling openssl-macros v0.1.1
15152026-03-19T03:00:15.999Z Compiling hyper v1.8.1
15162026-03-19T03:00:16.332Z Compiling wait-timeout v0.2.1
15172026-03-19T03:00:16.662Z Compiling siphasher v1.0.2
15182026-03-19T03:00:16.709Z Compiling either v1.15.0
15192026-03-19T03:00:16.911Z Compiling bit-vec v0.8.0
15202026-03-19T03:00:16.972Z Compiling usdt-impl v0.6.0
15212026-03-19T03:00:17.196Z Compiling native-tls v0.2.18
15222026-03-19T03:00:17.222Z Compiling simd-adler32 v0.3.8
15232026-03-19T03:00:17.330Z Compiling num_threads v0.1.7
15242026-03-19T03:00:17.433Z Compiling quick-error v1.2.3
15252026-03-19T03:00:17.474Z Compiling time v0.3.47
15262026-03-19T03:00:17.551Z Compiling rusty-fork v0.3.1
15272026-03-19T03:00:17.562Z Compiling hyper-util v0.1.20
15282026-03-19T03:00:17.977Z Compiling bit-set v0.8.0
15292026-03-19T03:00:18.127Z Compiling thiserror v1.0.69
15302026-03-19T03:00:18.182Z Compiling dof v0.4.0
15312026-03-19T03:00:19.478Z Compiling derive_builder_core v0.20.2
15322026-03-19T03:00:19.619Z Compiling unicode-normalization v0.1.25
15332026-03-19T03:00:19.770Z Compiling crossbeam-epoch v0.9.18
15342026-03-19T03:00:19.831Z Compiling dtrace-parser v0.3.0
15352026-03-19T03:00:20.214Z Compiling rustls-native-certs v0.8.3
15362026-03-19T03:00:20.222Z Compiling signature v2.2.0
15372026-03-19T03:00:20.396Z Compiling scroll_derive v0.12.1
15382026-03-19T03:00:20.431Z Compiling heapless v0.7.17
15392026-03-19T03:00:20.571Z Compiling rand_xorshift v0.4.0
15402026-03-19T03:00:20.694Z Compiling slog v2.8.2
15412026-03-19T03:00:20.750Z Compiling darling_core v0.21.3
15422026-03-19T03:00:20.764Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-19T03:00:20.936Z Compiling sync_wrapper v1.0.2
15442026-03-19T03:00:20.988Z Compiling thread-id v5.1.0
15452026-03-19T03:00:21.013Z Compiling cookie v0.18.1
15462026-03-19T03:00:21.042Z Compiling unicode-properties v0.1.4
15472026-03-19T03:00:21.144Z Compiling unarray v0.1.4
15482026-03-19T03:00:21.263Z Compiling adler2 v2.0.1
15492026-03-19T03:00:21.306Z Compiling zstd-safe v7.2.4
15502026-03-19T03:00:21.343Z Compiling unicode-segmentation v1.12.0
15512026-03-19T03:00:21.343Z Compiling anyhow v1.0.102
15522026-03-19T03:00:21.381Z Compiling signal-hook v0.3.18
15532026-03-19T03:00:21.486Z Compiling unicode-bidi v0.3.18
15542026-03-19T03:00:21.584Z Compiling paste v1.0.15
15552026-03-19T03:00:21.700Z Compiling rayon-core v1.13.0
15562026-03-19T03:00:21.957Z Compiling stringprep v0.1.5
15572026-03-19T03:00:22.021Z Compiling miniz_oxide v0.8.9
15582026-03-19T03:00:22.038Z Compiling scroll v0.12.0
15592026-03-19T03:00:22.173Z Compiling proptest v1.10.0
15602026-03-19T03:00:22.414Z Compiling tower v0.5.3
15612026-03-19T03:00:22.592Z Compiling derive_builder_macro v0.20.2
15622026-03-19T03:00:22.813Z Compiling crossbeam-deque v0.8.6
15632026-03-19T03:00:23.024Z Compiling ipnetwork v0.21.1
15642026-03-19T03:00:23.046Z Compiling http-body-util v0.1.3
15652026-03-19T03:00:23.150Z Compiling webpki-roots v1.0.6
15662026-03-19T03:00:23.170Z Compiling rand_chacha v0.3.1
15672026-03-19T03:00:23.186Z Compiling toml_datetime v0.6.11
15682026-03-19T03:00:23.295Z Compiling serde_spanned v0.6.9
15692026-03-19T03:00:23.347Z Compiling erased-serde v0.3.31
15702026-03-19T03:00:23.469Z Compiling serde_tokenstream v0.2.3
15712026-03-19T03:00:23.529Z Compiling md-5 v0.10.6
15722026-03-19T03:00:23.535Z Compiling zerocopy-derive v0.7.35
15732026-03-19T03:00:23.718Z Compiling curve25519-dalek v4.1.3
15742026-03-19T03:00:23.868Z Compiling vergen-lib v0.1.6
15752026-03-19T03:00:24.074Z Compiling num-integer v0.1.46
15762026-03-19T03:00:24.144Z Compiling hash32 v0.2.1
15772026-03-19T03:00:24.164Z Compiling ff v0.13.1
15782026-03-19T03:00:24.183Z Compiling memoffset v0.9.1
15792026-03-19T03:00:24.257Z Compiling darling_macro v0.21.3
15802026-03-19T03:00:24.295Z Compiling base16ct v0.2.0
15812026-03-19T03:00:24.328Z Compiling zlib-rs v0.6.2
15822026-03-19T03:00:24.424Z Compiling fallible-iterator v0.2.0
15832026-03-19T03:00:24.497Z Compiling rustix v0.38.44
15842026-03-19T03:00:24.513Z Compiling num-bigint-dig v0.8.6
15852026-03-19T03:00:24.666Z Compiling litrs v1.0.0
15862026-03-19T03:00:24.740Z Compiling iri-string v0.7.10
15872026-03-19T03:00:24.812Z Compiling ref-cast v1.0.25
15882026-03-19T03:00:24.845Z Compiling smoltcp v0.9.1
15892026-03-19T03:00:24.921Z Compiling psl-types v2.0.11
15902026-03-19T03:00:25.076Z Compiling cfg_aliases v0.2.1
15912026-03-19T03:00:25.165Z Compiling ryu v1.0.23
15922026-03-19T03:00:25.245Z Compiling nix v0.31.1
15932026-03-19T03:00:25.288Z Compiling publicsuffix v2.3.0
15942026-03-19T03:00:25.339Z Compiling document-features v0.2.12
15952026-03-19T03:00:25.389Z Compiling newtype-uuid v1.3.2
15962026-03-19T03:00:25.496Z Compiling serde_urlencoded v0.7.1
15972026-03-19T03:00:25.853Z Compiling darling v0.21.3
15982026-03-19T03:00:25.874Z Compiling postgres-protocol v0.6.10
15992026-03-19T03:00:25.912Z Compiling zerocopy v0.7.35
16002026-03-19T03:00:25.954Z Compiling sec1 v0.7.3
16012026-03-19T03:00:26.291Z Compiling num-iter v0.1.45
16022026-03-19T03:00:26.314Z Compiling group v0.13.0
16032026-03-19T03:00:26.442Z Compiling tower-http v0.6.8
16042026-03-19T03:00:26.728Z Compiling rand v0.8.5
16052026-03-19T03:00:26.936Z Compiling oxnet v0.1.4
16062026-03-19T03:00:27.100Z Compiling derive_builder v0.20.2
16072026-03-19T03:00:27.164Z Compiling proc-macro-error v1.0.4
16082026-03-19T03:00:27.439Z Compiling goblin v0.8.2
16092026-03-19T03:00:27.584Z Compiling tokio-native-tls v0.3.1
16102026-03-19T03:00:28.216Z Compiling heck v0.4.1
16112026-03-19T03:00:28.236Z Compiling phf_shared v0.13.1
16122026-03-19T03:00:28.293Z Compiling regex v1.12.3
16132026-03-19T03:00:28.504Z Compiling flate2 v1.1.9
16142026-03-19T03:00:28.562Z Compiling hubpack_derive v0.1.1
16152026-03-19T03:00:28.736Z Compiling lazy_static v1.5.0
16162026-03-19T03:00:28.835Z Compiling cargo-platform v0.1.9
16172026-03-19T03:00:28.852Z Compiling hkdf v0.12.4
16182026-03-19T03:00:29.005Z Compiling crypto-bigint v0.5.5
16192026-03-19T03:00:29.055Z Compiling async-trait v0.1.89
16202026-03-19T03:00:29.097Z Compiling daft-derive v0.1.5
16212026-03-19T03:00:29.133Z Compiling strum_macros v0.27.2
16222026-03-19T03:00:29.160Z Compiling ref-cast-impl v1.0.25
16232026-03-19T03:00:29.874Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-19T03:00:30.050Z Compiling terminal_size v0.4.3
16252026-03-19T03:00:30.205Z Compiling vergen v9.0.6
16262026-03-19T03:00:30.428Z Compiling fs-err v3.3.0
16272026-03-19T03:00:30.470Z Compiling ahash v0.8.12
16282026-03-19T03:00:30.681Z Compiling managed v0.8.0
16292026-03-19T03:00:30.717Z Compiling foldhash v0.1.5
16302026-03-19T03:00:30.751Z Compiling bumpalo v3.20.2
16312026-03-19T03:00:30.905Z Compiling libbz2-rs-sys v0.2.2
16322026-03-19T03:00:30.940Z Compiling winnow v0.5.40
16332026-03-19T03:00:31.077Z Compiling object v0.37.3
16342026-03-19T03:00:31.422Z Compiling bitflags v1.3.2
16352026-03-19T03:00:31.823Z Compiling bzip2 v0.6.1
16362026-03-19T03:00:31.914Z Compiling strum v0.27.2
16372026-03-19T03:00:31.924Z Compiling console v0.16.2
16382026-03-19T03:00:32.077Z Compiling zopfli v0.8.3
16392026-03-19T03:00:32.095Z Compiling hashbrown v0.15.5
16402026-03-19T03:00:32.411Z Compiling clap_builder v4.5.60
16412026-03-19T03:00:32.757Z Compiling toml_edit v0.19.15
16422026-03-19T03:00:32.828Z Compiling dof v0.3.0
16432026-03-19T03:00:32.902Z Compiling elliptic-curve v0.13.8
16442026-03-19T03:00:32.953Z Compiling daft v0.1.5
16452026-03-19T03:00:33.428Z Compiling hubpack v0.1.2
16462026-03-19T03:00:33.455Z Compiling cargo_metadata v0.19.2
16472026-03-19T03:00:33.866Z Compiling phf v0.13.1
16482026-03-19T03:00:34.034Z Compiling zone_cfg_derive v0.3.1
16492026-03-19T03:00:34.852Z Compiling zstd v0.13.3
16502026-03-19T03:00:35.199Z Compiling signal-hook-mio v0.2.5
16512026-03-19T03:00:35.326Z Compiling hyper-tls v0.6.0
16522026-03-19T03:00:35.700Z Compiling rayon v1.11.0
16532026-03-19T03:00:35.776Z Compiling cookie_store v0.22.1
16542026-03-19T03:00:36.373Z Compiling bzip2 v0.4.4
16552026-03-19T03:00:36.505Z Compiling postgres-types v0.2.12
16562026-03-19T03:00:36.620Z Compiling serde_with_macros v3.17.0
16572026-03-19T03:00:36.689Z Compiling usdt-macro v0.6.0
16582026-03-19T03:00:36.716Z Compiling usdt-attr-macro v0.6.0
16592026-03-19T03:00:37.259Z Compiling ed25519 v2.2.3
16602026-03-19T03:00:37.624Z Compiling dtrace-parser v0.2.0
16612026-03-19T03:00:37.762Z Compiling itertools v0.12.1
16622026-03-19T03:00:38.092Z Compiling phf_shared v0.11.3
16632026-03-19T03:00:38.131Z Compiling bstr v1.12.1
16642026-03-19T03:00:38.214Z Compiling pkcs1 v0.7.5
16652026-03-19T03:00:38.358Z Compiling serde-big-array v0.5.1
16662026-03-19T03:00:38.407Z Compiling hex v0.4.3
16672026-03-19T03:00:38.511Z Compiling rfc6979 v0.4.0
16682026-03-19T03:00:38.662Z Compiling serde_repr v0.1.20
16692026-03-19T03:00:38.679Z Compiling enum-as-inner v0.6.1
16702026-03-19T03:00:38.739Z Compiling strum_macros v0.26.4
16712026-03-19T03:00:38.765Z Compiling clap_derive v4.5.55
16722026-03-19T03:00:39.029Z Compiling float-cmp v0.10.0
16732026-03-19T03:00:39.215Z Compiling thread-id v4.2.2
16742026-03-19T03:00:39.320Z Compiling memmap2 v0.9.10
16752026-03-19T03:00:39.336Z Compiling env_filter v1.0.0
16762026-03-19T03:00:39.353Z Compiling encoding_rs v0.8.35
16772026-03-19T03:00:39.389Z Compiling keccak v0.1.6
16782026-03-19T03:00:39.588Z Compiling predicates-core v1.0.10
16792026-03-19T03:00:39.725Z Compiling rustc-hash v2.1.1
16802026-03-19T03:00:39.815Z Compiling fixedbitset v0.5.7
16812026-03-19T03:00:39.876Z Compiling fixedbitset v0.4.2
16822026-03-19T03:00:40.151Z Compiling jiff v0.2.21
16832026-03-19T03:00:40.209Z Compiling precomputed-hash v0.1.1
16842026-03-19T03:00:40.319Z Compiling whoami v2.1.0
16852026-03-19T03:00:40.544Z Compiling difflib v0.4.0
16862026-03-19T03:00:40.898Z Compiling new_debug_unreachable v1.0.6
16872026-03-19T03:00:40.988Z Compiling normalize-line-endings v0.3.0
16882026-03-19T03:00:41.123Z Compiling mime v0.3.17
16892026-03-19T03:00:41.216Z Compiling unit-prefix v0.5.2
16902026-03-19T03:00:41.266Z Compiling static_assertions v1.1.0
16912026-03-19T03:00:41.304Z Compiling data-encoding v2.10.0
16922026-03-19T03:00:41.326Z Compiling toml_edit v0.22.27
16932026-03-19T03:00:41.343Z Compiling indicatif v0.18.4
16942026-03-19T03:00:41.391Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-19T03:00:41.555Z Compiling clap v4.5.60
16962026-03-19T03:00:41.580Z Compiling strum v0.26.3
16972026-03-19T03:00:41.580Z Compiling predicates v3.1.4
16982026-03-19T03:00:41.633Z Compiling string_cache v0.8.9
16992026-03-19T03:00:41.926Z Compiling hickory-proto v0.25.2
17002026-03-19T03:00:42.299Z Compiling tokio-postgres v0.7.16
17012026-03-19T03:00:42.417Z Compiling petgraph v0.8.3
17022026-03-19T03:00:42.495Z Compiling petgraph v0.6.5
17032026-03-19T03:00:44.512Z Compiling zip v4.6.1
17042026-03-19T03:00:45.061Z Compiling iddqd v0.3.17
17052026-03-19T03:00:45.083Z Compiling sha3 v0.10.8
17062026-03-19T03:00:45.136Z Compiling env_logger v0.11.9
17072026-03-19T03:00:45.195Z Compiling usdt v0.6.0
17082026-03-19T03:00:45.552Z Compiling usdt-impl v0.5.0
17092026-03-19T03:00:45.623Z Compiling zone v0.3.1
17102026-03-19T03:00:45.664Z Compiling similar v2.7.0
17112026-03-19T03:00:45.856Z Compiling serde_with v3.17.0
17122026-03-19T03:00:46.095Z Compiling ecdsa v0.16.9
17132026-03-19T03:00:46.328Z Compiling rsa v0.9.10
17142026-03-19T03:00:46.526Z Compiling crossterm v0.28.1
17152026-03-19T03:00:46.574Z Compiling ed25519-dalek v2.2.0
17162026-03-19T03:00:46.827Z Compiling zip v0.6.6
17172026-03-19T03:00:47.604Z Compiling toml v0.7.8
17182026-03-19T03:00:48.349Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-19T03:00:48.452Z Compiling itertools v0.13.0
17202026-03-19T03:00:48.468Z Compiling tokio-stream v0.1.18
17212026-03-19T03:00:48.505Z Compiling buf-list v1.1.2
17222026-03-19T03:00:48.616Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-19T03:00:48.859Z Compiling x509-cert v0.2.5
17242026-03-19T03:00:48.999Z Compiling openapiv3 v2.2.0
17252026-03-19T03:00:49.069Z Compiling sha1 v0.10.6
17262026-03-19T03:00:49.207Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-19T03:00:49.347Z Compiling peg-runtime v0.8.5
17282026-03-19T03:00:49.588Z Compiling lalrpop-util v0.19.12
17292026-03-19T03:00:49.721Z Compiling thread_local v1.1.9
17302026-03-19T03:00:49.824Z Compiling slog-async v2.8.0
17312026-03-19T03:00:50.052Z Compiling crossbeam-channel v0.5.15
17322026-03-19T03:00:50.130Z Compiling futures-executor v0.3.32
17332026-03-19T03:00:50.217Z Compiling filetime v0.2.27
17342026-03-19T03:00:50.439Z Compiling is-terminal v0.4.17
17352026-03-19T03:00:50.461Z Compiling take_mut v0.2.2
17362026-03-19T03:00:50.534Z Compiling term v1.2.1
17372026-03-19T03:00:50.552Z Compiling xattr v1.6.1
17382026-03-19T03:00:50.665Z Compiling futures v0.3.32
17392026-03-19T03:00:50.758Z Compiling tar v0.4.44
17402026-03-19T03:00:51.173Z Compiling slog-term v2.9.2
17412026-03-19T03:00:57.707Z Compiling rustls-webpki v0.103.9
17422026-03-19T03:01:01.752Z Compiling tokio-rustls v0.26.4
17432026-03-19T03:01:01.752Z Compiling rustls-platform-verifier v0.6.2
17442026-03-19T03:01:02.009Z Compiling hyper-rustls v0.27.7
17452026-03-19T03:01:02.268Z Compiling reqwest v0.12.28
17462026-03-19T03:01:02.269Z Compiling reqwest v0.13.2
17472026-03-19T03:01:05.214Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-19T03:01:05.479Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-19T03:01:09.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
17502026-03-19T03:01:09.458Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-19T03:01:09.513ZMar 19 03:01:08.328 INFO Starting download, target: Cockroach
17522026-03-19T03:01:09.513ZMar 19 03:01:08.329 INFO Starting download, target: DendriteStub
17532026-03-19T03:01:09.513ZMar 19 03:01:08.329 INFO Starting download, target: Console
17542026-03-19T03:01:09.513ZMar 19 03:01:08.329 INFO Starting download, target: Clickhouse
17552026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Starting download, target: MaghemiteMgd
17562026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Starting download, target: TransceiverControl
17572026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-19T03:01:09.517ZMar 19 03:01:08.329 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-19T03:01:09.518ZMar 19 03:01:08.329 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-19T03:01:09.913ZMar 19 03:01:08.715 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-19T03:01:10.319ZMar 19 03:01:09.087 INFO Download complete, target: TransceiverControl
17652026-03-19T03:01:10.526ZMar 19 03:01:09.327 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-19T03:01:10.910ZMar 19 03:01:09.717 INFO Download complete, target: Console
17672026-03-19T03:01:11.200ZMar 19 03:01:09.965 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-19T03:01:11.337ZMar 19 03:01:10.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-19T03:01:11.385ZMar 19 03:01:10.199 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-19T03:01:12.295ZMar 19 03:01:11.067 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-19T03:01:12.296ZMar 19 03:01:11.067 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-19T03:01:14.816ZMar 19 03:01:13.633 INFO Download complete, target: DendriteStub
17732026-03-19T03:01:14.995ZMar 19 03:01:13.811 INFO Download complete, target: MaghemiteMgd
17742026-03-19T03:01:19.995ZMar 19 03:01:18.812 INFO Checking that binary works, target: Cockroach
17752026-03-19T03:01:20.111ZMar 19 03:01:18.928 INFO Download complete, target: Cockroach
17762026-03-19T03:01:22.624ZMar 19 03:01:21.441 INFO Checking that binary works, target: Clickhouse
17772026-03-19T03:01:22.790ZMar 19 03:01:21.607 INFO Download complete, target: Clickhouse
17782026-03-19T03:01:22.809ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-19T03:01:22.813Z
17802026-03-19T03:01:22.814Zreal 5:03.958057476
17812026-03-19T03:01:22.814Zuser 10:22.310821563
17822026-03-19T03:01:22.814Zsys 1:45.470501521
17832026-03-19T03:01:22.814Ztrap 0.320682224
17842026-03-19T03:01:22.814Ztflt 0.691265037
17852026-03-19T03:01:22.814Zdflt 0.519287250
17862026-03-19T03:01:22.814Zkflt 0.021065663
17872026-03-19T03:01:22.814Zlock 31:13.830017867
17882026-03-19T03:01:22.814Zslp 31:14.661265645
17892026-03-19T03:01:22.814Zlat 56.558955287
17902026-03-19T03:01:22.814Zstop 2:34.887547694
17912026-03-19T03:01:22.814Z+ banner clippy
17922026-03-19T03:01:22.814Z
17932026-03-19T03:01:22.814Z #### # # ##### ##### # #
17942026-03-19T03:01:22.814Z # # # # # # # # # #
17952026-03-19T03:01:22.814Z # # # # # # # #
17962026-03-19T03:01:22.814Z # # # ##### ##### #
17972026-03-19T03:01:22.814Z # # # # # # #
17982026-03-19T03:01:22.814Z #### ###### # # # #
17992026-03-19T03:01:22.814Z
18002026-03-19T03:01:22.814Z+ export CARGO_INCREMENTAL=0
18012026-03-19T03:01:22.814Z+ CARGO_INCREMENTAL=0
18022026-03-19T03:01:22.814Z+ ptime -m cargo xtask clippy
18032026-03-19T03:01:23.500Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-19T03:01:23.767Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-19T03:01:26.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
18062026-03-19T03:01:26.358Z Running `target/debug/xtask clippy`
18072026-03-19T03:01:26.387Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-19T03:01:27.161Z Downloading crates ...
18092026-03-19T03:01:27.429Z Downloaded cargo-platform v0.3.2
18102026-03-19T03:01:27.433Z Downloaded similar-asserts v1.7.0
18112026-03-19T03:01:27.439Z Downloaded async-lock v3.4.2
18122026-03-19T03:01:27.458Z Downloaded textwrap v0.15.2
18132026-03-19T03:01:27.461Z Downloaded addr2line v0.25.1
18142026-03-19T03:01:27.467Z Downloaded owo-colors v3.5.0
18152026-03-19T03:01:27.467Z Downloaded miette-derive v5.10.0
18162026-03-19T03:01:27.532Z Downloaded terminal_size v0.1.17
18172026-03-19T03:01:27.536Z Downloaded supports-color v2.1.0
18182026-03-19T03:01:27.536Z Downloaded target-triple v1.0.0
18192026-03-19T03:01:27.540Z Downloaded supports-unicode v2.1.0
18202026-03-19T03:01:27.544Z Downloaded cast v0.3.0
18212026-03-19T03:01:27.544Z Downloaded nested v0.1.1
18222026-03-19T03:01:27.548Z Downloaded event-listener-strategy v0.5.4
18232026-03-19T03:01:27.551Z Downloaded target-spec v3.5.7
18242026-03-19T03:01:27.554Z Downloaded path-tree v0.8.3
18252026-03-19T03:01:27.554Z Downloaded async-object-pool v0.2.0
18262026-03-19T03:01:27.554Z Downloaded approx v0.5.1
18272026-03-19T03:01:27.560Z Downloaded partial-io v0.5.4
18282026-03-19T03:01:27.566Z Downloaded stringmetrics v2.2.2
18292026-03-19T03:01:27.566Z Downloaded linkme v0.3.35
18302026-03-19T03:01:27.570Z Downloaded criterion-plot v0.6.0
18312026-03-19T03:01:27.570Z Downloaded concurrent-queue v2.5.0
18322026-03-19T03:01:27.571Z Downloaded cargo_metadata v0.23.1
18332026-03-19T03:01:27.571Z Downloaded assert_cmd v2.1.2
18342026-03-19T03:01:27.576Z Downloaded httptest v0.16.4
18352026-03-19T03:01:27.581Z Downloaded rust-argon2 v2.1.0
18362026-03-19T03:01:27.581Z Downloaded blake2b_simd v1.0.4
18372026-03-19T03:01:27.581Z Downloaded backtrace v0.3.76
18382026-03-19T03:01:27.997Z Downloaded toml v1.0.3+spec-1.1.0
18392026-03-19T03:01:28.000Z Downloaded rstest v0.25.0
18402026-03-19T03:01:28.000Z Downloaded rstest_macros v0.25.0
18412026-03-19T03:01:28.000Z Downloaded rand_distr v0.5.1
18422026-03-19T03:01:28.000Z Downloaded constant_time_eq v0.3.1
18432026-03-19T03:01:28.000Z Downloaded hashbrown v0.14.5
18442026-03-19T03:01:28.000Z Downloaded knuffel-derive v3.2.0
18452026-03-19T03:01:28.000Z Downloaded serde_regex v1.1.0
18462026-03-19T03:01:28.000Z Downloaded miette v5.10.0
18472026-03-19T03:01:28.001Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18482026-03-19T03:01:28.001Z Downloaded rustc-demangle v0.1.27
18492026-03-19T03:01:28.001Z Downloaded datatest-stable v0.3.3
18502026-03-19T03:01:28.001Z Downloaded plotters v0.3.7
18512026-03-19T03:01:28.001Z Downloaded termcolor v1.4.1
18522026-03-19T03:01:28.002Z Downloaded cfg-expr v0.20.6
18532026-03-19T03:01:28.002Z Downloaded gimli v0.32.3
18542026-03-19T03:01:28.002Z Downloaded fancy-regex v0.14.0
18552026-03-19T03:01:28.002Z Downloaded tinytemplate v1.2.1
18562026-03-19T03:01:28.002Z Downloaded anes v0.1.6
18572026-03-19T03:01:28.002Z Downloaded guppy v0.17.25
18582026-03-19T03:01:28.002Z Downloaded guppy-workspace-hack v0.1.0
18592026-03-19T03:01:28.002Z Downloaded event-listener v5.4.1
18602026-03-19T03:01:28.002Z Downloaded plotters-backend v0.3.7
18612026-03-19T03:01:28.002Z Downloaded pathdiff v0.2.3
18622026-03-19T03:01:28.002Z Downloaded backtrace-ext v0.2.1
18632026-03-19T03:01:28.002Z Downloaded trybuild v1.0.116
18642026-03-19T03:01:28.002Z Downloaded supports-hyperlinks v2.1.0
18652026-03-19T03:01:28.002Z Downloaded knuffel v3.2.0
18662026-03-19T03:01:28.002Z Downloaded parking v2.2.1
18672026-03-19T03:01:28.002Z Downloaded libtest-mimic v0.8.1
18682026-03-19T03:01:28.002Z Downloaded assert-json-diff v2.0.2
18692026-03-19T03:01:28.002Z Downloaded relative-path v1.9.3
18702026-03-19T03:01:28.002Z Downloaded plotters-svg v0.3.7
18712026-03-19T03:01:28.002Z Downloaded oorandom v11.1.5
18722026-03-19T03:01:28.002Z Downloaded chumsky v0.9.3
18732026-03-19T03:01:28.002Z Downloaded futures-timer v3.0.3
18742026-03-19T03:01:28.002Z Downloaded httpmock v0.8.3
18752026-03-19T03:01:28.002Z Downloaded criterion v0.7.0
18762026-03-19T03:01:28.100Z Downloaded escape8259 v0.5.3
18772026-03-19T03:01:28.826Z Downloaded target-lexicon v0.13.3
18782026-03-19T03:01:29.773Z Downloaded linkme-impl v0.3.35
18792026-03-19T03:01:31.920Z Checking cfg-if v1.0.4
18802026-03-19T03:01:32.328Z Checking libc v0.2.180
18812026-03-19T03:01:32.331Z Checking serde_core v1.0.228
18822026-03-19T03:01:32.421Z Checking memchr v2.8.0
18832026-03-19T03:01:32.469Z Checking smallvec v1.15.1
18842026-03-19T03:01:32.518Z Checking log v0.4.29
18852026-03-19T03:01:32.518Z Checking itoa v1.0.17
18862026-03-19T03:01:32.618Z Checking zeroize v1.8.2
18872026-03-19T03:01:32.670Z Checking libm v0.2.16
18882026-03-19T03:01:32.733Z Checking scopeguard v1.2.0
18892026-03-19T03:01:32.787Z Checking stable_deref_trait v1.2.1
18902026-03-19T03:01:32.839Z Checking zmij v1.0.21
18912026-03-19T03:01:32.889Z Checking zerofrom v0.1.6
18922026-03-19T03:01:32.941Z Checking errno v0.3.14
18932026-03-19T03:01:32.941Z Checking getrandom v0.2.17
18942026-03-19T03:01:32.944Z Checking lock_api v0.4.14
18952026-03-19T03:01:33.076Z Checking yoke v0.8.1
18962026-03-19T03:01:33.131Z Checking percent-encoding v2.3.2
18972026-03-19T03:01:33.177Z Checking writeable v0.6.2
18982026-03-19T03:01:33.223Z Checking litemap v0.8.1
18992026-03-19T03:01:33.270Z Checking subtle v2.6.1
19002026-03-19T03:01:34.328Z Checking zerovec v0.11.5
19012026-03-19T03:01:34.328Z Checking zerotrie v0.2.3
19022026-03-19T03:01:34.332Z Checking icu_properties_data v2.1.2
19032026-03-19T03:01:34.332Z Checking icu_normalizer_data v2.1.1
19042026-03-19T03:01:34.332Z Checking form_urlencoded v1.2.2
19052026-03-19T03:01:34.332Z Checking rand_core v0.6.4
19062026-03-19T03:01:34.332Z Checking portable-atomic v1.13.1
19072026-03-19T03:01:34.332Z Checking pin-project-lite v0.2.17
19082026-03-19T03:01:34.332Z Checking num-traits v0.2.19
19092026-03-19T03:01:34.332Z Checking utf8_iter v1.0.4
19102026-03-19T03:01:34.332Z Checking zerocopy v0.8.40
19112026-03-19T03:01:34.332Z Checking critical-section v1.2.0
19122026-03-19T03:01:34.332Z Checking parking_lot_core v0.9.12
19132026-03-19T03:01:34.332Z Checking rand_core v0.10.0
19142026-03-19T03:01:34.332Z Checking tinystr v0.8.2
19152026-03-19T03:01:34.332Z Checking potential_utf v0.1.4
19162026-03-19T03:01:34.332Z Checking getrandom v0.4.1
19172026-03-19T03:01:34.332Z Checking parking_lot v0.12.5
19182026-03-19T03:01:34.332Z Checking once_cell v1.21.3
19192026-03-19T03:01:34.332Z Checking icu_collections v2.1.1
19202026-03-19T03:01:34.332Z Checking icu_locale_core v2.1.1
19212026-03-19T03:01:34.384Z Checking signal-hook-registry v1.4.8
19222026-03-19T03:01:34.485Z Checking mio v1.1.1
19232026-03-19T03:01:34.525Z Checking typenum v1.19.0
19242026-03-19T03:01:34.574Z Checking serde v1.0.228
19252026-03-19T03:01:34.574Z Checking bitflags v2.11.0
19262026-03-19T03:01:34.666Z Checking serde_json v1.0.149
19272026-03-19T03:01:34.724Z Checking socket2 v0.6.2
19282026-03-19T03:01:34.838Z Checking thiserror v2.0.18
19292026-03-19T03:01:34.891Z Checking iana-time-zone v0.1.65
19302026-03-19T03:01:35.011Z Checking allocator-api2 v0.2.21
19312026-03-19T03:01:35.064Z Checking semver v1.0.27
19322026-03-19T03:01:35.111Z Checking uuid v1.21.0
19332026-03-19T03:01:35.156Z Checking icu_provider v2.1.1
19342026-03-19T03:01:35.218Z Checking bytes v1.11.1
19352026-03-19T03:01:35.277Z Checking generic-array v0.14.7
19362026-03-19T03:01:35.365Z Checking chrono v0.4.44
19372026-03-19T03:01:35.429Z Checking futures-core v0.3.32
19382026-03-19T03:01:35.498Z Checking icu_properties v2.1.2
19392026-03-19T03:01:35.560Z Checking icu_normalizer v2.1.1
19402026-03-19T03:01:35.633Z Checking equivalent v1.0.2
19412026-03-19T03:01:35.708Z Checking dyn-clone v1.0.20
19422026-03-19T03:01:35.773Z Checking const-oid v0.9.6
19432026-03-19T03:01:35.852Z Checking tokio v1.49.0
19442026-03-19T03:01:35.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-19T03:01:35.947Z Checking crypto-common v0.1.7
19462026-03-19T03:01:36.001Z Checking foldhash v0.2.0
19472026-03-19T03:01:36.144Z Checking block-buffer v0.10.4
19482026-03-19T03:01:36.245Z Checking hashbrown v0.16.1
19492026-03-19T03:01:36.302Z Checking futures-sink v0.3.32
19502026-03-19T03:01:36.355Z Checking rustix v1.1.3
19512026-03-19T03:01:36.463Z Checking byteorder v1.5.0
19522026-03-19T03:01:36.559Z Checking futures-channel v0.3.32
19532026-03-19T03:01:36.679Z Checking idna_adapter v1.2.1
19542026-03-19T03:01:36.761Z Checking futures-task v0.3.32
19552026-03-19T03:01:37.218Z Checking digest v0.10.7
19562026-03-19T03:01:37.221Z Checking futures-io v0.3.32
19572026-03-19T03:01:37.221Z Checking idna v1.1.0
19582026-03-19T03:01:37.221Z Checking slab v0.4.12
19592026-03-19T03:01:37.221Z Checking cpufeatures v0.2.17
19602026-03-19T03:01:37.221Z Checking indexmap v2.13.0
19612026-03-19T03:01:37.221Z Checking thiserror v1.0.69
19622026-03-19T03:01:37.221Z Checking getrandom v0.3.4
19632026-03-19T03:01:37.221Z Checking futures-util v0.3.32
19642026-03-19T03:01:37.272Z Checking fnv v1.0.7
19652026-03-19T03:01:37.275Z Checking url v2.5.8
19662026-03-19T03:01:37.378Z Checking regex-syntax v0.8.10
19672026-03-19T03:01:37.471Z Checking http v1.4.0
19682026-03-19T03:01:37.572Z Checking tracing-core v0.1.36
19692026-03-19T03:01:37.849Z Checking ppv-lite86 v0.2.21
19702026-03-19T03:01:37.896Z Checking base64 v0.22.1
19712026-03-19T03:01:37.943Z Checking schemars v0.8.22
19722026-03-19T03:01:38.019Z Checking tracing v0.1.44
19732026-03-19T03:01:38.233Z Checking unicode-ident v1.0.24
19742026-03-19T03:01:38.286Z Checking ipnet v2.11.0
19752026-03-19T03:01:38.738Z Checking utf8parse v0.2.2
19762026-03-19T03:01:38.742Z Checking anstyle v1.0.13
19772026-03-19T03:01:38.742Z Checking proc-macro2 v1.0.106
19782026-03-19T03:01:38.742Z Checking untrusted v0.9.0
19792026-03-19T03:01:38.742Z Checking anstyle-parse v0.2.7
19802026-03-19T03:01:38.742Z Checking ring v0.17.14
19812026-03-19T03:01:38.742Z Checking aho-corasick v1.1.4
19822026-03-19T03:01:38.892Z Checking base64ct v1.8.3
19832026-03-19T03:01:38.908Z Checking anstyle-query v1.1.5
19842026-03-19T03:01:38.920Z Checking quote v1.0.44
19852026-03-19T03:01:39.053Z Checking colorchoice v1.0.4
19862026-03-19T03:01:39.200Z Checking is_terminal_polyfill v1.70.2
19872026-03-19T03:01:39.204Z Checking block-padding v0.3.3
19882026-03-19T03:01:39.209Z Checking syn v2.0.117
19892026-03-19T03:01:39.619Z Checking terminal_size v0.4.3
19902026-03-19T03:01:39.641Z Checking anstream v0.6.21
19912026-03-19T03:01:39.641Z Checking rustls-pki-types v1.14.0
19922026-03-19T03:01:39.641Z Checking inout v0.1.4
19932026-03-19T03:01:39.694Z Checking regex-automata v0.4.14
19942026-03-19T03:01:39.744Z Checking crossbeam-utils v0.8.21
19952026-03-19T03:01:39.811Z Checking httparse v1.10.1
19962026-03-19T03:01:39.862Z Checking cipher v0.4.4
19972026-03-19T03:01:39.924Z Checking clap_lex v1.0.0
19982026-03-19T03:01:40.040Z Checking strsim v0.11.1
19992026-03-19T03:01:40.165Z Checking sha2 v0.10.9
20002026-03-19T03:01:40.191Z Checking pem-rfc7468 v0.7.0
20012026-03-19T03:01:40.212Z Checking http-body v1.0.1
20022026-03-19T03:01:40.274Z Checking rand_core v0.9.5
20032026-03-19T03:01:40.288Z Checking tokio-util v0.7.18
20042026-03-19T03:01:40.314Z Checking clap_builder v4.5.60
20052026-03-19T03:01:40.406Z Checking atomic-waker v1.1.2
20062026-03-19T03:01:40.465Z Checking hmac v0.12.1
20072026-03-19T03:01:40.518Z Checking httpdate v1.0.3
20082026-03-19T03:01:40.554Z Checking try-lock v0.2.5
20092026-03-19T03:01:40.609Z Checking ryu v1.0.23
20102026-03-19T03:01:40.657Z Checking flagset v0.4.7
20112026-03-19T03:01:40.730Z Checking want v0.3.1
20122026-03-19T03:01:40.767Z Checking tower-service v0.3.3
20132026-03-19T03:01:40.814Z Checking pin-utils v0.1.0
20142026-03-19T03:01:40.874Z Checking tower-layer v0.3.3
20152026-03-19T03:01:40.908Z Checking der v0.7.10
20162026-03-19T03:01:40.933Z Checking rand_chacha v0.9.0
20172026-03-19T03:01:41.005Z Checking erased-serde v0.3.31
20182026-03-19T03:01:41.097Z Checking spin v0.9.8
20192026-03-19T03:01:41.207Z Checking h2 v0.4.13
20202026-03-19T03:01:41.334Z Checking rand v0.9.2
20212026-03-19T03:01:41.383Z Checking anyhow v1.0.102
20222026-03-19T03:01:41.601Z Checking slog v2.8.2
20232026-03-19T03:01:41.654Z Checking powerfmt v0.2.0
20242026-03-19T03:01:41.876Z Checking deranged v0.5.8
20252026-03-19T03:01:41.930Z Checking num-conv v0.2.0
20262026-03-19T03:01:41.977Z Checking time-core v0.1.8
20272026-03-19T03:01:42.024Z Checking num_threads v0.1.7
20282026-03-19T03:01:42.071Z Checking clap v4.5.60
20292026-03-19T03:01:42.118Z Checking http-body-util v0.1.3
20302026-03-19T03:01:42.168Z Checking aws-lc-sys v0.37.1
20312026-03-19T03:01:42.217Z Checking untrusted v0.7.1
20322026-03-19T03:01:42.221Z Checking fastrand v2.3.0
20332026-03-19T03:01:42.309Z Checking openssl-probe v0.2.1
20342026-03-19T03:01:42.422Z Checking regex v1.12.3
20352026-03-19T03:01:42.442Z Checking spki v0.7.3
20362026-03-19T03:01:42.488Z Checking serde_urlencoded v0.7.1
20372026-03-19T03:01:42.536Z Checking pbkdf2 v0.12.2
20382026-03-19T03:01:42.680Z Checking aes v0.8.4
20392026-03-19T03:01:42.683Z Checking rand_chacha v0.3.1
20402026-03-19T03:01:42.773Z Checking unicode-width v0.2.0
20412026-03-19T03:01:42.821Z Checking pretty-hex v0.4.1
20422026-03-19T03:01:42.824Z Checking salsa20 v0.10.2
20432026-03-19T03:01:42.914Z Checking aws-lc-rs v1.16.0
20442026-03-19T03:01:43.000Z Checking cbc v0.1.2
20452026-03-19T03:01:43.047Z Checking rand v0.8.5
20462026-03-19T03:01:43.095Z Checking ipnetwork v0.21.1
20472026-03-19T03:01:43.143Z Checking scrypt v0.11.0
20482026-03-19T03:01:43.197Z Checking tempfile v3.25.0
20492026-03-19T03:01:43.248Z Checking time v0.3.47
20502026-03-19T03:01:43.252Z Checking hex v0.4.3
20512026-03-19T03:01:43.353Z Checking plain v0.2.3
20522026-03-19T03:01:43.407Z Checking pkcs5 v0.7.1
20532026-03-19T03:01:43.482Z Checking rustls-native-certs v0.8.3
20542026-03-19T03:01:43.530Z Checking sync_wrapper v1.0.2
20552026-03-19T03:01:43.635Z Checking camino v1.2.2
20562026-03-19T03:01:43.685Z Checking ucd-trie v0.1.7
20572026-03-19T03:01:43.727Z Checking tower v0.5.3
20582026-03-19T03:01:43.782Z Checking webpki-roots v1.0.6
20592026-03-19T03:01:43.786Z Checking pkcs8 v0.10.2
20602026-03-19T03:01:43.879Z Checking pest v2.8.6
20612026-03-19T03:01:43.961Z Checking iri-string v0.7.10
20622026-03-19T03:01:44.011Z Checking either v1.15.0
20632026-03-19T03:01:44.486Z Checking rustls-webpki v0.103.9
20642026-03-19T03:01:44.489Z Checking mime v0.3.17
20652026-03-19T03:01:44.490Z Checking openapiv3 v2.2.0
20662026-03-19T03:01:44.490Z Checking winnow v0.7.14
20672026-03-19T03:01:44.490Z Checking oxnet v0.1.4
20682026-03-19T03:01:44.684Z Checking rustls v0.23.37
20692026-03-19T03:01:44.736Z Checking lazy_static v1.5.0
20702026-03-19T03:01:44.790Z Checking hyper v1.8.1
20712026-03-19T03:01:44.886Z Checking foreign-types-shared v0.1.1
20722026-03-19T03:01:44.907Z Checking static_assertions v1.1.0
20732026-03-19T03:01:44.978Z Checking foreign-types v0.3.2
20742026-03-19T03:01:45.025Z Checking signature v2.2.0
20752026-03-19T03:01:45.099Z Checking openssl-sys v0.9.111
20762026-03-19T03:01:45.224Z Checking encoding_rs v0.8.35
20772026-03-19T03:01:45.366Z Checking simd-adler32 v0.3.8
20782026-03-19T03:01:45.494Z Checking tower-http v0.6.8
20792026-03-19T03:01:45.641Z Checking hubpack v0.1.2
20802026-03-19T03:01:45.816Z Checking openssl v0.10.75
20812026-03-19T03:01:45.894Z Checking adler2 v2.0.1
20822026-03-19T03:01:45.898Z Checking strum v0.26.3
20832026-03-19T03:01:46.005Z Checking sha1 v0.10.6
20842026-03-19T03:01:46.059Z Checking hyper-util v0.1.20
20852026-03-19T03:01:46.107Z Checking miniz_oxide v0.8.9
20862026-03-19T03:01:46.111Z Checking tinyvec_macros v0.1.1
20872026-03-19T03:01:46.198Z Checking data-encoding v2.10.0
20882026-03-19T03:01:46.247Z Checking toml_datetime v0.6.11
20892026-03-19T03:01:46.294Z Checking tinyvec v1.10.0
20902026-03-19T03:01:46.520Z Checking serde_spanned v0.6.9
20912026-03-19T03:01:46.568Z Checking num-integer v0.1.46
20922026-03-19T03:01:46.616Z Checking scroll v0.13.0
20932026-03-19T03:01:46.619Z Checking memmap2 v0.9.10
20942026-03-19T03:01:46.711Z Checking base16ct v0.2.0
20952026-03-19T03:01:46.763Z Checking bit-vec v0.8.0
20962026-03-19T03:01:46.869Z Checking dtrace-parser v0.3.0
20972026-03-19T03:01:46.920Z Checking crossbeam-epoch v0.9.18
20982026-03-19T03:01:46.925Z Checking sec1 v0.7.3
20992026-03-19T03:01:47.024Z Checking goblin v0.10.5
21002026-03-19T03:01:47.059Z Checking bit-set v0.8.0
21012026-03-19T03:01:47.224Z Checking crc32fast v1.5.0
21022026-03-19T03:01:47.272Z Checking ff v0.13.1
21032026-03-19T03:01:47.275Z Checking thread-id v5.1.0
21042026-03-19T03:01:47.366Z Checking wait-timeout v0.2.1
21052026-03-19T03:01:47.435Z Checking num-iter v0.1.45
21062026-03-19T03:01:47.483Z Checking bstr v1.12.1
21072026-03-19T03:01:47.486Z Checking group v0.13.0
21082026-03-19T03:01:47.576Z Checking hkdf v0.12.4
21092026-03-19T03:01:47.624Z Checking ahash v0.8.12
21102026-03-19T03:01:47.702Z Checking crypto-bigint v0.5.5
21112026-03-19T03:01:47.779Z Checking quick-error v1.2.3
21122026-03-19T03:01:47.827Z Checking rand_xorshift v0.4.0
21132026-03-19T03:01:47.899Z Checking tokio-rustls v0.26.4
21142026-03-19T03:01:48.005Z Checking rusty-fork v0.3.1
21152026-03-19T03:01:48.027Z Checking scroll v0.12.0
21162026-03-19T03:01:48.054Z Checking unarray v0.1.4
21172026-03-19T03:01:48.091Z Checking num-bigint-dig v0.8.6
21182026-03-19T03:01:48.192Z Checking pkcs1 v0.7.5
21192026-03-19T03:01:48.242Z Checking proptest v1.10.0
21202026-03-19T03:01:48.246Z Checking hyper-rustls v0.27.7
21212026-03-19T03:01:48.336Z Checking goblin v0.8.2
21222026-03-19T03:01:48.502Z Checking x509-cert v0.2.5
21232026-03-19T03:01:48.550Z Checking zerocopy v0.7.35
21242026-03-19T03:01:48.662Z Checking native-tls v0.2.18
21252026-03-19T03:01:48.930Z Checking tokio-native-tls v0.3.1
21262026-03-19T03:01:49.046Z Checking elliptic-curve v0.13.8
21272026-03-19T03:01:49.159Z Checking hyper-tls v0.6.0
21282026-03-19T03:01:49.264Z Checking psl-types v2.0.11
21292026-03-19T03:01:49.310Z Checking unicode-segmentation v1.12.0
21302026-03-19T03:01:49.420Z Checking reqwest v0.12.28
21312026-03-19T03:01:49.879Z Checking zlib-rs v0.6.2
21322026-03-19T03:01:49.894Z Checking publicsuffix v2.3.0
21332026-03-19T03:01:49.894Z Checking rsa v0.9.10
21342026-03-19T03:01:49.894Z Checking crossbeam-deque v0.8.6
21352026-03-19T03:01:49.894Z Checking dtrace-parser v0.2.0
21362026-03-19T03:01:50.051Z Checking cookie v0.18.1
21372026-03-19T03:01:50.145Z Checking rfc6979 v0.4.0
21382026-03-19T03:01:50.236Z Checking thread-id v4.2.2
21392026-03-19T03:01:50.306Z Checking dof v0.4.0
21402026-03-19T03:01:50.365Z Checking toml_write v0.1.2
21412026-03-19T03:01:50.374Z Checking ecdsa v0.16.9
21422026-03-19T03:01:50.374Z Checking cookie_store v0.22.1
21432026-03-19T03:01:50.563Z Checking rustls-platform-verifier v0.6.2
21442026-03-19T03:01:50.618Z Checking toml_edit v0.22.27
21452026-03-19T03:01:50.701Z Checking flate2 v1.1.9
21462026-03-19T03:01:50.771Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-19T03:01:50.838Z Checking newtype-uuid v1.3.2
21482026-03-19T03:01:50.889Z Checking curve25519-dalek v4.1.3
21492026-03-19T03:01:50.939Z Checking memoffset v0.9.1
21502026-03-19T03:01:50.981Z Checking dof v0.3.0
21512026-03-19T03:01:51.073Z Checking rustix v0.38.44
21522026-03-19T03:01:51.117Z Checking env_filter v1.0.0
21532026-03-19T03:01:51.165Z Checking keccak v0.1.6
21542026-03-19T03:01:51.215Z Checking usdt-impl v0.6.0
21552026-03-19T03:01:51.268Z Checking daft v0.1.5
21562026-03-19T03:01:51.335Z Checking env_logger v0.11.9
21572026-03-19T03:01:51.464Z Checking usdt-impl v0.5.0
21582026-03-19T03:01:51.545Z Checking sha3 v0.10.8
21592026-03-19T03:01:51.620Z Checking reqwest v0.13.2
21602026-03-19T03:01:51.646Z Checking usdt v0.6.0
21612026-03-19T03:01:51.646Z Checking ed25519 v2.2.3
21622026-03-19T03:01:51.752Z Checking itertools v0.13.0
21632026-03-19T03:01:51.794Z Checking serde_with v3.17.0
21642026-03-19T03:01:51.837Z Checking bitflags v1.3.2
21652026-03-19T03:01:51.940Z Checking siphasher v1.0.2
21662026-03-19T03:01:51.978Z Checking ed25519-dalek v2.2.0
21672026-03-19T03:01:51.990Z Checking unicode-normalization v0.1.25
21682026-03-19T03:01:52.172Z Checking signal-hook v0.3.18
21692026-03-19T03:01:52.217Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-19T03:01:52.297Z Checking winnow v0.5.40
21712026-03-19T03:01:52.326Z Checking managed v0.8.0
21722026-03-19T03:01:52.848Z Checking nix v0.31.1
21732026-03-19T03:01:52.871Z Checking rayon-core v1.13.0
21742026-03-19T03:01:52.871Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-19T03:01:52.871Z Checking object v0.37.3
21762026-03-19T03:01:52.872Z Checking foldhash v0.1.5
21772026-03-19T03:01:52.882Z Checking bzip2 v0.4.4
21782026-03-19T03:01:52.921Z Checking hashbrown v0.15.5
21792026-03-19T03:01:52.972Z Checking signal-hook-mio v0.2.5
21802026-03-19T03:01:53.112Z Checking ref-cast v1.0.25
21812026-03-19T03:01:53.160Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-19T03:01:53.210Z Checking zip v0.6.6
21832026-03-19T03:01:53.269Z Checking bumpalo v3.20.2
21842026-03-19T03:01:53.341Z Checking zstd-safe v7.2.4
21852026-03-19T03:01:53.557Z Checking libbz2-rs-sys v0.2.2
21862026-03-19T03:01:53.606Z Checking zstd v0.13.3
21872026-03-19T03:01:53.610Z Checking zopfli v0.8.3
21882026-03-19T03:01:53.696Z Checking crossterm v0.28.1
21892026-03-19T03:01:53.810Z Checking rayon v1.11.0
21902026-03-19T03:01:53.860Z Checking toml_edit v0.19.15
21912026-03-19T03:01:53.908Z Checking similar v2.7.0
21922026-03-19T03:01:53.911Z Checking fs-err v3.3.0
21932026-03-19T03:01:54.105Z Checking bzip2 v0.6.1
21942026-03-19T03:01:54.152Z Checking hash32 v0.2.1
21952026-03-19T03:01:54.351Z Checking serde-big-array v0.5.1
21962026-03-19T03:01:54.399Z Checking predicates-core v1.0.10
21972026-03-19T03:01:54.402Z Checking jiff v0.2.21
21982026-03-19T03:01:54.488Z Checking unicode-bidi v0.3.18
21992026-03-19T03:01:54.551Z Checking unicode-properties v0.1.4
22002026-03-19T03:01:54.600Z Checking heapless v0.7.17
22012026-03-19T03:01:54.689Z Checking hickory-proto v0.25.2
22022026-03-19T03:01:54.830Z Checking tokio-stream v0.1.18
22032026-03-19T03:01:54.911Z Checking stringprep v0.1.5
22042026-03-19T03:01:55.142Z Checking md-5 v0.10.6
22052026-03-19T03:01:55.205Z Checking float-cmp v0.10.0
22062026-03-19T03:01:55.322Z Checking toml v0.7.8
22072026-03-19T03:01:55.369Z Checking fallible-iterator v0.2.0
22082026-03-19T03:01:55.372Z Checking difflib v0.4.0
22092026-03-19T03:01:55.467Z Checking rustc-hash v2.1.1
22102026-03-19T03:01:55.641Z Checking normalize-line-endings v0.3.0
22112026-03-19T03:01:55.689Z Checking iddqd v0.3.17
22122026-03-19T03:01:55.773Z Checking postgres-protocol v0.6.10
22132026-03-19T03:01:55.822Z Checking predicates v3.1.4
22142026-03-19T03:01:55.828Z Checking smoltcp v0.9.1
22152026-03-19T03:01:55.919Z Checking phf_shared v0.11.3
22162026-03-19T03:01:55.925Z Checking phf_shared v0.13.1
22172026-03-19T03:01:56.143Z Checking itertools v0.12.1
22182026-03-19T03:01:56.216Z Checking console v0.16.2
22192026-03-19T03:01:56.265Z Checking buf-list v1.1.2
22202026-03-19T03:01:56.269Z Checking strum v0.27.2
22212026-03-19T03:01:56.481Z Checking fixedbitset v0.4.2
22222026-03-19T03:01:56.530Z Checking unit-prefix v0.5.2
22232026-03-19T03:01:56.642Z Checking new_debug_unreachable v1.0.6
22242026-03-19T03:01:56.710Z Checking precomputed-hash v0.1.1
22252026-03-19T03:01:56.713Z Checking fixedbitset v0.5.7
22262026-03-19T03:01:56.802Z Checking lalrpop-util v0.19.12
22272026-03-19T03:01:56.805Z Checking indicatif v0.18.4
22282026-03-19T03:01:56.895Z Checking string_cache v0.8.9
22292026-03-19T03:01:56.898Z Checking petgraph v0.6.5
22302026-03-19T03:01:57.061Z Checking petgraph v0.8.3
22312026-03-19T03:01:57.108Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-03-19T03:01:57.172Z Checking phf v0.13.1
22332026-03-19T03:01:57.335Z Checking postgres-types v0.2.12
22342026-03-19T03:01:57.446Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-19T03:01:57.617Z Checking zone v0.3.1
22362026-03-19T03:01:57.653Z Checking zip v4.6.1
22372026-03-19T03:01:57.767Z Checking peg-runtime v0.8.5
22382026-03-19T03:01:57.819Z Checking whoami v2.1.0
22392026-03-19T03:01:58.119Z Checking tokio-postgres v0.7.16
22402026-03-19T03:01:58.129Z Checking futures-executor v0.3.32
22412026-03-19T03:01:58.213Z Checking is-terminal v0.4.17
22422026-03-19T03:01:58.386Z Checking crossbeam-channel v0.5.15
22432026-03-19T03:01:58.418Z Checking futures v0.3.32
22442026-03-19T03:01:58.457Z Compiling structmeta-derive v0.3.0
22452026-03-19T03:01:58.523Z Checking thread_local v1.1.9
22462026-03-19T03:01:58.570Z Checking term v1.2.1
22472026-03-19T03:01:58.720Z Checking take_mut v0.2.2
22482026-03-19T03:01:58.768Z Compiling newtype-uuid-macros v0.1.0
22492026-03-19T03:01:58.831Z Compiling rustls v0.22.4
22502026-03-19T03:01:59.286Z Checking slog-async v2.8.0
22512026-03-19T03:01:59.289Z Checking slog-term v2.9.2
22522026-03-19T03:01:59.289Z Checking regress v0.10.5
22532026-03-19T03:01:59.289Z Compiling multer v3.1.0
22542026-03-19T03:01:59.289Z Compiling async-stream-impl v0.3.6
22552026-03-19T03:01:59.308Z Compiling dropshot v0.16.7
22562026-03-19T03:01:59.567Z Compiling dropshot_endpoint v0.16.7
22572026-03-19T03:01:59.715Z Checking match_cfg v0.1.0
22582026-03-19T03:01:59.803Z Checking slog-json v2.6.1
22592026-03-19T03:01:59.852Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-19T03:01:59.855Z Checking hostname v0.3.1
22612026-03-19T03:01:59.943Z Compiling structmeta v0.3.0
22622026-03-19T03:02:00.034Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-19T03:02:00.082Z Checking debug-ignore v1.0.5
22642026-03-19T03:02:00.086Z Checking slog-bunyan v2.5.0
22652026-03-19T03:02:00.243Z Checking serde_spanned v1.0.4
22662026-03-19T03:02:00.294Z Compiling derive-ex v0.1.8
22672026-03-19T03:02:00.343Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-19T03:02:00.391Z Checking rustls-webpki v0.102.8
22692026-03-19T03:02:00.440Z Checking serde_path_to_error v0.1.20
22702026-03-19T03:02:00.488Z Checking progenitor-client v0.13.0
22712026-03-19T03:02:00.599Z Checking async-stream v0.3.6
22722026-03-19T03:02:00.648Z Checking toml v0.9.12+spec-1.1.0
22732026-03-19T03:02:00.846Z Checking waitgroup v0.1.2
22742026-03-19T03:02:00.849Z Checking rustls-pemfile v2.2.0
22752026-03-19T03:02:01.007Z Checking hostname v0.4.2
22762026-03-19T03:02:01.095Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-03-19T03:02:01.142Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-19T03:02:01.145Z Compiling parse-display-derive v0.10.0
22792026-03-19T03:02:01.235Z Checking itertools v0.14.0
22802026-03-19T03:02:01.314Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-19T03:02:01.318Z Checking macaddr v1.0.1
22822026-03-19T03:02:01.493Z Checking progenitor-client v0.10.0
22832026-03-19T03:02:01.622Z Checking instant v0.1.13
22842026-03-19T03:02:01.773Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-19T03:02:01.823Z Checking backoff v0.4.0
22862026-03-19T03:02:01.894Z Checking backon v1.6.0
22872026-03-19T03:02:02.001Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-19T03:02:02.156Z Checking progenitor-extras v0.1.1
22892026-03-19T03:02:02.156Z Checking heck v0.5.0
22902026-03-19T03:02:02.401Z Checking camino-tempfile v1.4.1
22912026-03-19T03:02:02.477Z Checking toml v0.8.23
22922026-03-19T03:02:02.640Z Compiling test-strategy v0.4.5
22932026-03-19T03:02:02.689Z Compiling convert_case v0.4.0
22942026-03-19T03:02:02.781Z Compiling unsafe-libyaml v0.2.11
22952026-03-19T03:02:02.968Z Checking secrecy v0.10.3
22962026-03-19T03:02:03.022Z Checking tokio-rustls v0.25.0
22972026-03-19T03:02:03.154Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-19T03:02:03.221Z Compiling derive_more v0.99.20
22992026-03-19T03:02:03.547Z Checking parse-display v0.10.0
23002026-03-19T03:02:03.769Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-19T03:02:03.821Z Compiling crucible-workspace-hack v0.1.0
23022026-03-19T03:02:04.079Z Compiling proc-macro-crate v3.4.0
23032026-03-19T03:02:04.448Z Compiling typify-impl v0.6.1
23042026-03-19T03:02:04.707Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-19T03:02:04.968Z Checking half v2.7.1
23062026-03-19T03:02:05.235Z Checking ciborium-io v0.2.2
23072026-03-19T03:02:05.360Z Checking glob v0.3.3
23082026-03-19T03:02:05.406Z Checking ciborium-ll v0.2.2
23092026-03-19T03:02:05.636Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-19T03:02:05.682Z Compiling heapless v0.8.0
23112026-03-19T03:02:05.834Z Checking ciborium v0.2.2
23122026-03-19T03:02:05.884Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132026-03-19T03:02:05.999Z Compiling ingot-macros v0.1.1
23142026-03-19T03:02:06.330Z Checking tabwriter v1.4.1
23152026-03-19T03:02:06.377Z Checking hash32 v0.3.1
23162026-03-19T03:02:06.442Z Compiling smoltcp v0.11.0
23172026-03-19T03:02:06.489Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-03-19T03:02:06.549Z Compiling num_enum_derive v0.7.5
23192026-03-19T03:02:06.812Z Checking cobs v0.3.0
23202026-03-19T03:02:06.883Z Compiling foreign-types-macros v0.2.3
23212026-03-19T03:02:07.008Z Checking foreign-types-shared v0.3.1
23222026-03-19T03:02:07.099Z Checking cpufeatures v0.3.0
23232026-03-19T03:02:07.159Z Checking postcard v1.1.3
23242026-03-19T03:02:07.207Z Checking chacha20 v0.10.0
23252026-03-19T03:02:07.691Z Checking foreign-types v0.5.0
23262026-03-19T03:02:07.741Z Compiling proc-macro-crate v1.3.1
23272026-03-19T03:02:07.802Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-19T03:02:07.849Z Checking cstr-argument v0.1.2
23292026-03-19T03:02:08.013Z Checking num_enum v0.7.5
23302026-03-19T03:02:08.059Z Checking sigpipe v0.1.3
23312026-03-19T03:02:08.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-03-19T03:02:08.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-19T03:02:08.192Z Checking colored v3.1.1
23342026-03-19T03:02:08.321Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-19T03:02:08.492Z Compiling num_enum_derive v0.5.11
23362026-03-19T03:02:08.647Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-19T03:02:08.694Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-19T03:02:08.697Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-19T03:02:08.890Z Checking rand v0.10.0
23402026-03-19T03:02:08.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-19T03:02:08.942Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-19T03:02:09.027Z Checking indent_write v2.2.0
23432026-03-19T03:02:09.237Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-19T03:02:09.385Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-19T03:02:09.503Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-19T03:02:09.623Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23472026-03-19T03:02:09.669Z Checking smf v0.2.3
23482026-03-19T03:02:09.918Z Checking num_enum v0.5.11
23492026-03-19T03:02:10.002Z Checking ingot-types v0.1.2
23502026-03-19T03:02:10.002Z Compiling num-derive v0.4.2
23512026-03-19T03:02:10.043Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522026-03-19T03:02:10.060Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23532026-03-19T03:02:10.145Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-19T03:02:10.305Z Checking whoami v1.6.1
23552026-03-19T03:02:10.467Z Checking universal-hash v0.5.1
23562026-03-19T03:02:10.527Z Checking ingot v0.1.1
23572026-03-19T03:02:10.581Z Checking opaque-debug v0.3.1
23582026-03-19T03:02:10.626Z Checking aead v0.5.2
23592026-03-19T03:02:10.665Z Checking swrite v0.1.0
23602026-03-19T03:02:10.714Z Checking poly1305 v0.8.0
23612026-03-19T03:02:10.726Z Checking chacha20 v0.9.1
23622026-03-19T03:02:10.813Z Checking unicode-width v0.1.14
23632026-03-19T03:02:10.873Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-19T03:02:10.907Z Compiling typify-macro v0.6.1
23652026-03-19T03:02:11.049Z Checking password-hash v0.5.0
23662026-03-19T03:02:11.087Z Checking blake2 v0.10.6
23672026-03-19T03:02:11.171Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-19T03:02:11.212Z Checking chacha20poly1305 v0.10.1
23692026-03-19T03:02:11.382Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-19T03:02:11.417Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-19T03:02:11.479Z Checking argon2 v0.5.3
23722026-03-19T03:02:11.513Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23732026-03-19T03:02:11.782Z Compiling usdt-macro v0.5.0
23742026-03-19T03:02:11.831Z Compiling usdt-attr-macro v0.5.0
23752026-03-19T03:02:11.899Z Checking memmap v0.7.0
23762026-03-19T03:02:11.982Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23772026-03-19T03:02:12.104Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-03-19T03:02:12.420Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-03-19T03:02:12.507Z Checking thiserror-no-std v2.0.2
23802026-03-19T03:02:12.670Z Checking vsss-rs v3.3.4
23812026-03-19T03:02:12.776Z Compiling derive-where v1.6.0
23822026-03-19T03:02:12.864Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-19T03:02:12.914Z Checking usdt v0.5.0
23842026-03-19T03:02:12.958Z Checking atomicwrites v0.4.4
23852026-03-19T03:02:13.155Z Checking console v0.15.11
23862026-03-19T03:02:13.160Z Checking tokio-dtrace v0.1.1
23872026-03-19T03:02:13.303Z Compiling typify v0.6.1
23882026-03-19T03:02:13.475Z Compiling progenitor-impl v0.13.0
23892026-03-19T03:02:13.480Z Checking oxide-tokio-rt v0.1.3
23902026-03-19T03:02:13.566Z Checking newline-converter v0.3.0
23912026-03-19T03:02:13.734Z Checking expectorate v1.2.0
23922026-03-19T03:02:13.815Z Compiling prettyplease v0.2.37
23932026-03-19T03:02:13.815Z Checking bytecount v0.6.9
23942026-03-19T03:02:13.929Z Compiling owo-colors v4.3.0
23952026-03-19T03:02:14.023Z Compiling cancel-safe-futures v0.1.5
23962026-03-19T03:02:14.131Z Checking libsw-core v0.3.2
23972026-03-19T03:02:14.361Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-19T03:02:14.361Z Checking libsw v3.5.0
23992026-03-19T03:02:14.451Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24002026-03-19T03:02:14.589Z Checking linear-map v1.2.0
24012026-03-19T03:02:14.589Z Checking same-file v1.0.6
24022026-03-19T03:02:14.812Z Checking num-rational v0.4.2
24032026-03-19T03:02:14.865Z Checking walkdir v2.5.0
24042026-03-19T03:02:14.908Z Checking num-complex v0.4.6
24052026-03-19T03:02:14.912Z Checking float-ord v0.3.2
24062026-03-19T03:02:15.106Z Checking gethostname v0.5.0
24072026-03-19T03:02:15.274Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24082026-03-19T03:02:15.374Z Compiling async-recursion v1.1.1
24092026-03-19T03:02:15.458Z Checking num v0.4.3
24102026-03-19T03:02:15.471Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-19T03:02:15.586Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24122026-03-19T03:02:15.854Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-03-19T03:02:16.442Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24142026-03-19T03:02:17.108Z Compiling progenitor-macro v0.13.0
24152026-03-19T03:02:17.746Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-03-19T03:02:19.032Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-03-19T03:02:19.326Z Checking smawk v0.3.2
24182026-03-19T03:02:19.377Z Checking unicode-linebreak v0.1.5
24192026-03-19T03:02:19.477Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-03-19T03:02:19.529Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-03-19T03:02:19.741Z Checking globset v0.4.18
24222026-03-19T03:02:20.308Z Compiling convert_case v0.10.0
24232026-03-19T03:02:20.987Z Compiling slog-dtrace v0.3.0
24242026-03-19T03:02:21.258Z Checking resolv-conf v0.7.6
24252026-03-19T03:02:21.438Z Compiling derive_more-impl v2.1.1
24262026-03-19T03:02:21.703Z Compiling pin-project-internal v1.1.11
24272026-03-19T03:02:21.765Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24282026-03-19T03:02:21.852Z Checking pem v3.0.6
24292026-03-19T03:02:22.072Z Checking fd-lock v4.0.4
24302026-03-19T03:02:22.119Z Checking vte v0.14.1
24312026-03-19T03:02:22.270Z Checking display-error-chain v0.2.2
24322026-03-19T03:02:22.356Z Checking strip-ansi-escapes v0.2.1
24332026-03-19T03:02:22.462Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-03-19T03:02:22.528Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-19T03:02:22.575Z Checking derive_more v2.1.1
24362026-03-19T03:02:22.622Z Compiling snafu-derive v0.8.9
24372026-03-19T03:02:22.670Z Checking termtree v0.5.1
24382026-03-19T03:02:22.717Z Checking crossterm v0.29.0
24392026-03-19T03:02:22.878Z Checking linked-hash-map v0.5.6
24402026-03-19T03:02:23.137Z Checking nu-ansi-term v0.50.3
24412026-03-19T03:02:23.285Z Checking pin-project v1.1.11
24422026-03-19T03:02:23.346Z Checking lru-cache v0.1.2
24432026-03-19T03:02:23.442Z Checking textwrap v0.16.2
24442026-03-19T03:02:23.490Z Checking reedline v0.40.0
24452026-03-19T03:02:23.537Z Checking olpc-cjson v0.1.4
24462026-03-19T03:02:23.541Z Checking hickory-proto v0.24.4
24472026-03-19T03:02:23.752Z Checking serde_plain v1.0.2
24482026-03-19T03:02:23.799Z Checking typed-path v0.9.3
24492026-03-19T03:02:24.147Z Checking progenitor v0.13.0
24502026-03-19T03:02:24.355Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-03-19T03:02:24.918Z Compiling minimal-lexical v0.2.1
24522026-03-19T03:02:25.081Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-03-19T03:02:25.254Z Checking snafu v0.8.9
24542026-03-19T03:02:25.301Z Compiling nom v7.1.3
24552026-03-19T03:02:25.605Z Checking tough v0.20.0
24562026-03-19T03:02:25.826Z Checking nibble_vec v0.1.0
24572026-03-19T03:02:26.029Z Checking endian-type v0.1.2
24582026-03-19T03:02:26.076Z Checking hickory-resolver v0.24.4
24592026-03-19T03:02:26.234Z Checking radix_trie v0.2.1
24602026-03-19T03:02:26.581Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-03-19T03:02:27.102Z Compiling ar_archive_writer v0.5.1
24622026-03-19T03:02:27.225Z Checking humantime v2.3.0
24632026-03-19T03:02:27.378Z Checking qorb v0.4.1
24642026-03-19T03:02:27.482Z Checking csv-core v0.1.13
24652026-03-19T03:02:27.527Z Checking base64 v0.21.7
24662026-03-19T03:02:27.749Z Checking csv v1.4.0
24672026-03-19T03:02:27.883Z Compiling stacker v0.1.23
24682026-03-19T03:02:28.066Z Compiling cfg_aliases v0.1.1
24692026-03-19T03:02:28.204Z Checking highway v1.3.0
24702026-03-19T03:02:28.304Z Compiling nix v0.28.0
24712026-03-19T03:02:28.350Z Compiling psm v0.1.30
24722026-03-19T03:02:28.400Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24732026-03-19T03:02:28.403Z Checking papergrid v0.11.0
24742026-03-19T03:02:28.477Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-03-19T03:02:28.537Z Compiling tabled_derive v0.7.0
24762026-03-19T03:02:28.787Z Checking home v0.5.12
24772026-03-19T03:02:29.010Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24782026-03-19T03:02:29.013Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24792026-03-19T03:02:29.099Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-03-19T03:02:29.353Z Checking phf_shared v0.12.1
24812026-03-19T03:02:29.577Z Compiling recursive-proc-macro-impl v0.1.1
24822026-03-19T03:02:29.623Z Compiling semver v0.1.20
24832026-03-19T03:02:29.720Z Compiling chrono-tz v0.10.4
24842026-03-19T03:02:29.766Z Checking phf v0.12.1
24852026-03-19T03:02:29.875Z Checking tabled v0.15.0
24862026-03-19T03:02:30.019Z Compiling rustc_version v0.1.7
24872026-03-19T03:02:30.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-19T03:02:30.121Z Compiling const_format_proc_macros v0.2.34
24892026-03-19T03:02:30.158Z Checking recursive v0.1.1
24902026-03-19T03:02:30.162Z Compiling peg-macros v0.8.5
24912026-03-19T03:02:30.310Z Checking winnow v0.6.26
24922026-03-19T03:02:30.356Z Compiling sqlparser_derive v0.5.0
24932026-03-19T03:02:31.051Z Checking unicode_categories v0.1.1
24942026-03-19T03:02:31.153Z Checking rustyline v14.0.0
24952026-03-19T03:02:31.246Z Checking const_format v0.2.35
24962026-03-19T03:02:31.379Z Checking sqlparser v0.61.0
24972026-03-19T03:02:31.656Z Compiling newtype_derive v0.1.6
24982026-03-19T03:02:31.960Z Checking sqlformat v0.3.5
24992026-03-19T03:02:32.069Z Checking peg v0.8.5
25002026-03-19T03:02:32.202Z Checking bcs v0.1.6
25012026-03-19T03:02:32.554Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25022026-03-19T03:02:32.603Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25032026-03-19T03:02:32.607Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-19T03:02:32.834Z Checking steno v0.4.1
25052026-03-19T03:02:32.879Z Compiling typify-impl v0.4.3
25062026-03-19T03:02:33.024Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-19T03:02:34.222Z Checking utf-8 v0.7.6
25082026-03-19T03:02:34.431Z Checking filetime v0.2.27
25092026-03-19T03:02:34.480Z Checking arc-swap v1.8.2
25102026-03-19T03:02:34.809Z Checking xattr v1.6.1
25112026-03-19T03:02:35.013Z Checking tar v0.4.44
25122026-03-19T03:02:35.496Z Checking slog-scope v4.4.1
25132026-03-19T03:02:35.559Z Checking tungstenite v0.21.0
25142026-03-19T03:02:35.713Z Checking slog-stdlog v4.1.1
25152026-03-19T03:02:35.904Z Checking slog-envlogger v2.2.0
25162026-03-19T03:02:36.056Z Checking typeid v1.0.3
25172026-03-19T03:02:36.127Z Checking subprocess v0.2.15
25182026-03-19T03:02:36.176Z Checking tokio-tungstenite v0.21.0
25192026-03-19T03:02:36.223Z Checking headers-core v0.3.0
25202026-03-19T03:02:36.391Z Checking headers v0.4.1
25212026-03-19T03:02:36.535Z Compiling lzma-sys v0.1.20
25222026-03-19T03:02:36.618Z Compiling cargo_toml v0.22.3
25232026-03-19T03:02:36.835Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-03-19T03:02:37.127Z Checking yasna v0.5.2
25252026-03-19T03:02:37.364Z Checking xz2 v0.1.7
25262026-03-19T03:02:37.617Z Checking ron v0.12.0
25272026-03-19T03:02:37.689Z Checking rcgen v0.12.1
25282026-03-19T03:02:37.951Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-19T03:02:38.086Z Checking base16ct v1.0.0
25302026-03-19T03:02:38.138Z Checking dropshot-api-manager-types v0.6.0
25312026-03-19T03:02:38.333Z Checking tagptr v0.2.0
25322026-03-19T03:02:38.396Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25332026-03-19T03:02:38.530Z Checking moka v0.12.13
25342026-03-19T03:02:38.651Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25352026-03-19T03:02:38.699Z Compiling radium v0.7.0
25362026-03-19T03:02:38.868Z Compiling libefi-sys v0.1.0
25372026-03-19T03:02:39.132Z Compiling bitfield-struct v0.6.2
25382026-03-19T03:02:39.225Z Compiling typify-macro v0.4.3
25392026-03-19T03:02:39.286Z Compiling maybe-uninit v2.0.0
25402026-03-19T03:02:39.415Z Checking hickory-resolver v0.25.2
25412026-03-19T03:02:39.682Z Checking tap v1.0.1
25422026-03-19T03:02:39.862Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25432026-03-19T03:02:40.021Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-19T03:02:40.437Z Checking wyz v0.5.1
25452026-03-19T03:02:40.441Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-19T03:02:40.576Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-19T03:02:40.711Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-19T03:02:40.908Z Compiling zerocopy-derive v0.6.6
25492026-03-19T03:02:41.046Z Checking crc-catalog v2.4.0
25502026-03-19T03:02:41.096Z Checking funty v2.0.0
25512026-03-19T03:02:41.100Z Compiling packed_struct v0.10.1
25522026-03-19T03:02:41.211Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-19T03:02:41.350Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-19T03:02:41.557Z Compiling typify v0.4.3
25552026-03-19T03:02:41.722Z Checking bitvec v1.0.1
25562026-03-19T03:02:41.746Z Checking crc v3.4.0
25572026-03-19T03:02:41.753Z Compiling progenitor-impl v0.10.0
25582026-03-19T03:02:41.988Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592026-03-19T03:02:42.141Z Checking zerocopy v0.6.6
25602026-03-19T03:02:42.187Z Compiling packed_struct_codegen v0.10.1
25612026-03-19T03:02:42.236Z Compiling bitfield-macros v0.19.4
25622026-03-19T03:02:42.587Z Compiling indexmap v1.9.3
25632026-03-19T03:02:42.874Z Checking nodrop v0.1.14
25642026-03-19T03:02:43.032Z Checking array-init v0.0.4
25652026-03-19T03:02:43.202Z Checking smallvec v0.6.14
25662026-03-19T03:02:43.246Z Checking bitfield v0.19.4
25672026-03-19T03:02:43.495Z Checking hashbrown v0.12.3
25682026-03-19T03:02:43.561Z Checking serde-hex v0.1.0
25692026-03-19T03:02:43.566Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25702026-03-19T03:02:43.667Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25712026-03-19T03:02:43.799Z Checking ron v0.8.1
25722026-03-19T03:02:44.556Z Checking hashbrown v0.13.2
25732026-03-19T03:02:44.597Z Checking crc-any v2.5.0
25742026-03-19T03:02:44.873Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752026-03-19T03:02:44.952Z Checking path-slash v0.1.5
25762026-03-19T03:02:45.119Z Compiling xshell-macros v0.2.7
25772026-03-19T03:02:45.122Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782026-03-19T03:02:45.210Z Checking object v0.30.4
25792026-03-19T03:02:45.214Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-19T03:02:45.465Z Compiling progenitor-macro v0.10.0
25812026-03-19T03:02:45.613Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-03-19T03:02:45.688Z Checking xshell v0.2.7
25832026-03-19T03:02:45.734Z Checking half v1.8.3
25842026-03-19T03:02:46.003Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25852026-03-19T03:02:46.049Z Checking serde_cbor v0.11.2
25862026-03-19T03:02:46.495Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-03-19T03:02:46.618Z Compiling num-derive v0.3.3
25882026-03-19T03:02:46.811Z Compiling proc-macro-error-attr2 v2.0.0
25892026-03-19T03:02:46.967Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25902026-03-19T03:02:47.365Z Compiling proc-macro-error2 v2.0.1
25912026-03-19T03:02:47.504Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25922026-03-19T03:02:47.808Z Compiling tabled_derive v0.11.0
25932026-03-19T03:02:47.854Z Checking libscf-sys v1.1.0
25942026-03-19T03:02:48.055Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-03-19T03:02:48.126Z Checking papergrid v0.17.0
25962026-03-19T03:02:48.209Z Checking testing_table v0.3.0
25972026-03-19T03:02:48.366Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25982026-03-19T03:02:48.370Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-19T03:02:48.867Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-19T03:02:49.143Z Checking maplit v1.0.2
26012026-03-19T03:02:49.294Z Checking crc8 v0.1.1
26022026-03-19T03:02:49.354Z Checking fxhash v0.2.1
26032026-03-19T03:02:49.427Z Checking tabled v0.20.0
26042026-03-19T03:02:49.475Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-19T03:02:49.521Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-19T03:02:49.525Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-19T03:02:49.633Z Checking unicase v2.9.0
26082026-03-19T03:02:49.853Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26092026-03-19T03:02:50.151Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26102026-03-19T03:02:50.408Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26112026-03-19T03:02:50.659Z Checking kstat-rs v0.2.4
26122026-03-19T03:02:50.761Z Compiling parking_lot_core v0.8.6
26132026-03-19T03:02:50.873Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-19T03:02:50.937Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26152026-03-19T03:02:51.023Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26162026-03-19T03:02:51.114Z Compiling diesel_derives v2.3.7
26172026-03-19T03:02:51.423Z Compiling git-stub v1.0.0
26182026-03-19T03:02:51.488Z Checking scheduled-thread-pool v0.2.7
26192026-03-19T03:02:51.634Z Compiling dsl_auto_type v0.2.0
26202026-03-19T03:02:51.713Z Compiling vergen-gitcl v1.0.8
26212026-03-19T03:02:51.799Z Compiling diesel_table_macro_syntax v0.3.0
26222026-03-19T03:02:52.068Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26232026-03-19T03:02:52.122Z Checking r2d2 v0.8.10
26242026-03-19T03:02:52.166Z Compiling git-stub-vcs v0.1.0
26252026-03-19T03:02:52.265Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26262026-03-19T03:02:52.332Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-19T03:02:52.395Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26282026-03-19T03:02:52.445Z Checking progenitor v0.10.0
26292026-03-19T03:02:52.489Z Checking downcast-rs v2.0.2
26302026-03-19T03:02:52.650Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26312026-03-19T03:02:52.696Z Checking parking_lot v0.11.2
26322026-03-19T03:02:52.786Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26332026-03-19T03:02:52.833Z Checking prefix-trie v0.7.0
26342026-03-19T03:02:52.977Z Checking nanorand v0.7.0
26352026-03-19T03:02:53.061Z Compiling dirs-sys-next v0.1.2
26362026-03-19T03:02:53.280Z Compiling crunchy v0.2.4
26372026-03-19T03:02:53.326Z Checking hickory-server v0.25.2
26382026-03-19T03:02:53.447Z Compiling dirs-next v2.0.0
26392026-03-19T03:02:53.492Z Checking flume v0.11.1
26402026-03-19T03:02:53.543Z Checking sled v0.34.7
26412026-03-19T03:02:53.653Z Compiling clang-sys v1.8.1
26422026-03-19T03:02:53.745Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-03-19T03:02:53.849Z Checking hickory-client v0.25.2
26442026-03-19T03:02:54.020Z Compiling tiny-keccak v2.0.2
26452026-03-19T03:02:54.292Z Compiling term v0.7.0
26462026-03-19T03:02:54.384Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-03-19T03:02:54.425Z Compiling salty v0.3.0
26482026-03-19T03:02:54.624Z Compiling bit-vec v0.6.3
26492026-03-19T03:02:54.767Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-03-19T03:02:54.945Z Compiling bit-set v0.5.3
26512026-03-19T03:02:55.061Z Compiling ascii-canvas v3.0.0
26522026-03-19T03:02:55.184Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-03-19T03:02:55.422Z Checking primeorder v0.13.6
26542026-03-19T03:02:55.696Z Compiling itertools v0.10.5
26552026-03-19T03:02:55.844Z Compiling ena v0.14.4
26562026-03-19T03:02:55.901Z Compiling libloading v0.8.9
26572026-03-19T03:02:56.100Z Compiling fs-err v2.11.0
26582026-03-19T03:02:56.208Z Compiling bindgen v0.71.1
26592026-03-19T03:02:56.289Z Compiling diff v0.1.13
26602026-03-19T03:02:56.382Z Compiling regex-syntax v0.6.29
26612026-03-19T03:02:56.901Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-03-19T03:02:57.246Z Compiling cexpr v0.6.0
26632026-03-19T03:02:57.254Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-19T03:02:57.750Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26652026-03-19T03:02:58.207Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-03-19T03:02:58.585Z Compiling lalrpop v0.19.12
26672026-03-19T03:02:58.631Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26682026-03-19T03:02:59.526Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26692026-03-19T03:02:59.619Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-03-19T03:02:59.899Z Compiling libxml v0.3.3
26712026-03-19T03:02:59.943Z Checking diesel v2.3.7
26722026-03-19T03:03:00.004Z Checking parse-size v1.1.0
26732026-03-19T03:03:00.195Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26742026-03-19T03:03:00.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26752026-03-19T03:03:00.791Z Checking p384 v0.13.1
26762026-03-19T03:03:01.301Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26772026-03-19T03:03:01.382Z Compiling strum_macros v0.24.3
26782026-03-19T03:03:02.134Z Compiling indoc v1.0.9
26792026-03-19T03:03:03.272Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26802026-03-19T03:03:03.547Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-03-19T03:03:03.819Z Checking predicates-tree v1.0.13
26822026-03-19T03:03:04.000Z Checking quick-xml v0.37.5
26832026-03-19T03:03:04.048Z Checking derive_builder v0.20.2
26842026-03-19T03:03:04.095Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26852026-03-19T03:03:04.229Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26862026-03-19T03:03:04.542Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26872026-03-19T03:03:04.586Z Compiling oso-derive v0.27.3
26882026-03-19T03:03:05.245Z Compiling trait-variant v0.1.2
26892026-03-19T03:03:05.290Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-19T03:03:05.979Z Checking openssl-probe v0.1.6
26912026-03-19T03:03:06.161Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26922026-03-19T03:03:06.613Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932026-03-19T03:03:06.631Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26942026-03-19T03:03:07.217Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26952026-03-19T03:03:07.264Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26962026-03-19T03:03:07.551Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-03-19T03:03:08.048Z Compiling progenitor-impl v0.11.2
26982026-03-19T03:03:08.249Z Checking assert_matches v1.5.0
26992026-03-19T03:03:08.505Z Compiling mime_guess v2.0.5
27002026-03-19T03:03:08.591Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27012026-03-19T03:03:08.994Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27022026-03-19T03:03:09.241Z Checking progenitor-client v0.11.2
27032026-03-19T03:03:09.593Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27042026-03-19T03:03:09.637Z Checking http-range v0.1.5
27052026-03-19T03:03:09.729Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-03-19T03:03:09.943Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27072026-03-19T03:03:09.993Z Checking ignore v0.4.25
27082026-03-19T03:03:10.736Z Checking atty v0.2.14
27092026-03-19T03:03:10.899Z Checking globwalk v0.9.1
27102026-03-19T03:03:11.769Z Compiling progenitor-macro v0.11.2
27112026-03-19T03:03:11.868Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-03-19T03:03:12.419Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-19T03:03:13.048Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27142026-03-19T03:03:13.393Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-03-19T03:03:13.691Z Checking bb8 v0.8.6
27162026-03-19T03:03:13.769Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-19T03:03:14.065Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27182026-03-19T03:03:14.109Z Checking corncobs v0.1.4
27192026-03-19T03:03:14.316Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-19T03:03:14.411Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-03-19T03:03:14.690Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-19T03:03:15.170Z Checking hyper-staticfile v0.10.1
27232026-03-19T03:03:15.253Z Checking camino-tempfile-ext v0.3.3
27242026-03-19T03:03:15.366Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27252026-03-19T03:03:15.552Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27262026-03-19T03:03:15.598Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27272026-03-19T03:03:15.761Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27282026-03-19T03:03:15.879Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-03-19T03:03:16.597Z Checking signal-hook-tokio v0.3.1
27302026-03-19T03:03:16.802Z Checking secrecy v0.8.0
27312026-03-19T03:03:17.014Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-03-19T03:03:17.430Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27332026-03-19T03:03:17.994Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27342026-03-19T03:03:18.087Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-03-19T03:03:18.248Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-19T03:03:18.586Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-03-19T03:03:18.738Z Checking nonempty v0.12.0
27382026-03-19T03:03:18.817Z Checking progenitor v0.11.2
27392026-03-19T03:03:18.988Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27402026-03-19T03:03:19.037Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27412026-03-19T03:03:19.082Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-03-19T03:03:19.245Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27432026-03-19T03:03:19.665Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-19T03:03:19.712Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-19T03:03:20.143Z Checking diesel-dtrace v0.5.0
27462026-03-19T03:03:20.212Z Checking async-bb8-diesel v0.2.1
27472026-03-19T03:03:20.491Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-19T03:03:20.708Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27492026-03-19T03:03:20.900Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27502026-03-19T03:03:21.281Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27512026-03-19T03:03:21.305Z Checking tungstenite v0.23.0
27522026-03-19T03:03:21.965Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27532026-03-19T03:03:22.194Z Checking tokio-tungstenite v0.23.1
27542026-03-19T03:03:22.247Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552026-03-19T03:03:22.579Z Checking rand_seeder v0.4.0
27562026-03-19T03:03:22.721Z Checking void v1.0.2
27572026-03-19T03:03:22.810Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-03-19T03:03:22.900Z Checking lzss v0.8.2
27592026-03-19T03:03:23.193Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27602026-03-19T03:03:23.339Z Checking nix v0.27.1
27612026-03-19T03:03:23.443Z Checking serde_bytes v0.11.19
27622026-03-19T03:03:23.576Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-19T03:03:23.723Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-19T03:03:23.830Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-19T03:03:24.098Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27662026-03-19T03:03:24.706Z Checking is_ci v1.2.0
27672026-03-19T03:03:24.881Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-03-19T03:03:25.010Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27692026-03-19T03:03:25.297Z Checking yansi v1.0.1
27702026-03-19T03:03:25.462Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27712026-03-19T03:03:25.681Z Checking pretty_assertions v1.4.1
27722026-03-19T03:03:25.788Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-19T03:03:25.889Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-19T03:03:25.975Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27752026-03-19T03:03:26.133Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-03-19T03:03:26.456Z Compiling darling_core v0.23.0
27772026-03-19T03:03:27.637Z Compiling indoc v2.0.7
27782026-03-19T03:03:27.849Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-03-19T03:03:28.139Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-19T03:03:28.318Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-19T03:03:28.571Z Compiling instability v0.3.11
27822026-03-19T03:03:28.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27832026-03-19T03:03:28.905Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-03-19T03:03:29.126Z Compiling libz-sys v1.1.24
27852026-03-19T03:03:29.252Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-19T03:03:29.642Z Checking castaway v0.2.4
27872026-03-19T03:03:29.830Z Checking compact_str v0.8.1
27882026-03-19T03:03:30.072Z Compiling darling_macro v0.23.0
27892026-03-19T03:03:30.372Z Checking supports-color v3.0.2
27902026-03-19T03:03:30.584Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-03-19T03:03:30.732Z Compiling darling v0.23.0
27922026-03-19T03:03:30.778Z Checking unicode-truncate v1.1.0
27932026-03-19T03:03:30.864Z Checking lru v0.12.5
27942026-03-19T03:03:31.006Z Checking cassowary v0.3.0
27952026-03-19T03:03:31.180Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-03-19T03:03:31.512Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-03-19T03:03:31.557Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-19T03:03:31.877Z Checking ratatui v0.29.0
27992026-03-19T03:03:33.133Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-19T03:03:33.412Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-19T03:03:33.637Z Compiling vergen-git2 v1.0.7
28022026-03-19T03:03:33.735Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-19T03:03:33.796Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-03-19T03:03:33.978Z Checking colored v2.2.0
28052026-03-19T03:03:34.025Z Compiling rustls v0.21.12
28062026-03-19T03:03:34.075Z Checking plotters-backend v0.3.7
28072026-03-19T03:03:34.281Z Checking shell-words v1.1.1
28082026-03-19T03:03:34.374Z Checking plotters-svg v0.3.7
28092026-03-19T03:03:34.541Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-19T03:03:34.586Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-19T03:03:34.631Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-03-19T03:03:34.864Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28132026-03-19T03:03:34.920Z Checking rustls-webpki v0.101.7
28142026-03-19T03:03:35.410Z Checking sct v0.7.1
28152026-03-19T03:03:35.456Z Compiling nix v0.29.0
28162026-03-19T03:03:35.621Z Checking hex-literal v0.4.1
28172026-03-19T03:03:35.783Z Checking cast v0.3.0
28182026-03-19T03:03:35.826Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-19T03:03:36.038Z Checking criterion-plot v0.6.0
28202026-03-19T03:03:36.525Z Checking plotters v0.3.7
28212026-03-19T03:03:37.603Z Checking erased-serde v0.4.9
28222026-03-19T03:03:37.973Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28232026-03-19T03:03:38.169Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-19T03:03:39.130Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28252026-03-19T03:03:40.144Z Checking tinytemplate v1.2.1
28262026-03-19T03:03:40.465Z Checking ordered-float v2.10.1
28272026-03-19T03:03:40.843Z Checking oorandom v11.1.5
28282026-03-19T03:03:41.024Z Checking anes v0.1.6
28292026-03-19T03:03:41.302Z Checking criterion v0.7.0
28302026-03-19T03:03:41.607Z Checking serde-value v0.7.0
28312026-03-19T03:03:41.934Z Checking serde-untagged v0.1.9
28322026-03-19T03:03:42.229Z Checking tokio-rustls v0.24.1
28332026-03-19T03:03:42.863Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-19T03:03:42.997Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-03-19T03:03:43.274Z Checking rustls-pemfile v1.0.4
28362026-03-19T03:03:43.533Z Checking twox-hash v2.1.2
28372026-03-19T03:03:43.923Z Checking unicode-xid v0.2.6
28382026-03-19T03:03:44.033Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-03-19T03:03:44.100Z Checking cargo-util-schemas v0.8.2
28402026-03-19T03:03:44.146Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-19T03:03:44.372Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-19T03:03:45.340Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-03-19T03:03:45.584Z Checking fatfs v0.3.6
28442026-03-19T03:03:46.131Z Checking cargo-platform v0.2.0
28452026-03-19T03:03:46.237Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-03-19T03:03:46.414Z Compiling petname v2.0.2
28472026-03-19T03:03:47.092Z Compiling seq-macro v0.3.6
28482026-03-19T03:03:48.027Z Checking cargo_metadata v0.21.0
28492026-03-19T03:03:48.215Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28502026-03-19T03:03:49.069Z Checking concurrent-queue v2.5.0
28512026-03-19T03:03:49.265Z Checking rtoolbox v0.0.3
28522026-03-19T03:03:49.342Z Checking futures-timer v3.0.3
28532026-03-19T03:03:49.469Z Checking parking v2.2.1
28542026-03-19T03:03:49.608Z Checking rpassword v7.4.0
28552026-03-19T03:03:49.658Z Checking event-listener v5.4.1
28562026-03-19T03:03:49.911Z Checking tui-tree-widget v0.23.1
28572026-03-19T03:03:49.989Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28582026-03-19T03:03:50.186Z Checking polyval v0.6.2
28592026-03-19T03:03:50.233Z Checking sapling-renderdag v0.1.0
28602026-03-19T03:03:50.330Z Checking sync-ptr v0.1.4
28612026-03-19T03:03:50.432Z Checking ghash v0.5.1
28622026-03-19T03:03:50.516Z Checking event-listener-strategy v0.5.4
28632026-03-19T03:03:50.588Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-03-19T03:03:50.632Z Checking ctr v0.9.2
28652026-03-19T03:03:50.723Z Checking constant_time_eq v0.4.2
28662026-03-19T03:03:50.860Z Checking arrayvec v0.7.6
28672026-03-19T03:03:50.907Z Checking arrayref v0.3.9
28682026-03-19T03:03:50.952Z Checking aes-gcm v0.10.3
28692026-03-19T03:03:51.103Z Checking async-lock v3.4.2
28702026-03-19T03:03:51.151Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28712026-03-19T03:03:51.198Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-03-19T03:03:51.659Z Checking ssh-encoding v0.2.0
28732026-03-19T03:03:51.975Z Checking blowfish v0.9.1
28742026-03-19T03:03:52.210Z Checking bcrypt-pbkdf v0.10.0
28752026-03-19T03:03:52.461Z Checking ssh-cipher v0.2.0
28762026-03-19T03:03:52.506Z Checking async-object-pool v0.2.0
28772026-03-19T03:03:52.738Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-03-19T03:03:52.750Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-19T03:03:53.133Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-19T03:03:53.266Z Compiling samael v0.0.19
28812026-03-19T03:03:53.502Z Checking serde_regex v1.1.0
28822026-03-19T03:03:53.744Z Checking password-hash v0.4.2
28832026-03-19T03:03:53.998Z Checking assert-json-diff v2.0.2
28842026-03-19T03:03:54.078Z Checking path-tree v0.8.3
28852026-03-19T03:03:54.253Z Checking gimli v0.32.3
28862026-03-19T03:03:54.377Z Compiling target-lexicon v0.13.3
28872026-03-19T03:03:54.903Z Checking stringmetrics v2.2.2
28882026-03-19T03:03:55.128Z Checking httpmock v0.8.3
28892026-03-19T03:03:55.174Z Checking pbkdf2 v0.11.0
28902026-03-19T03:03:55.430Z Checking ssh-key v0.6.7
28912026-03-19T03:03:56.480Z Checking addr2line v0.25.1
28922026-03-19T03:03:56.882Z Checking p521 v0.13.3
28932026-03-19T03:03:57.750Z Checking p256 v0.13.2
28942026-03-19T03:03:58.119Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-03-19T03:03:58.164Z Checking russh-cryptovec v0.7.3
28962026-03-19T03:03:58.375Z Checking rustc-demangle v0.1.27
28972026-03-19T03:03:58.418Z Compiling guppy-workspace-hack v0.1.0
28982026-03-19T03:03:58.684Z Checking md5 v0.7.0
28992026-03-19T03:03:58.730Z Checking backtrace v0.3.76
29002026-03-19T03:03:58.937Z Checking russh-keys v0.45.0
29012026-03-19T03:03:59.160Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29022026-03-19T03:03:59.266Z Checking num-bigint v0.4.6
29032026-03-19T03:03:59.441Z Checking des v0.8.1
29042026-03-19T03:03:59.837Z Compiling blake3 v1.8.3
29052026-03-19T03:03:59.877Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-19T03:04:00.319Z Compiling target-spec v3.5.7
29072026-03-19T03:04:00.445Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-03-19T03:04:00.659Z Checking russh v0.45.0
29092026-03-19T03:04:01.271Z Checking cfg-expr v0.20.6
29102026-03-19T03:04:01.317Z Checking backtrace-ext v0.2.1
29112026-03-19T03:04:01.494Z Checking supports-color v2.1.0
29122026-03-19T03:04:01.496Z Checking textwrap v0.15.2
29132026-03-19T03:04:01.697Z Checking supports-unicode v2.1.0
29142026-03-19T03:04:01.825Z Checking supports-hyperlinks v2.1.0
29152026-03-19T03:04:01.871Z Checking hashbrown v0.14.5
29162026-03-19T03:04:01.945Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29172026-03-19T03:04:02.010Z Checking cargo-platform v0.3.2
29182026-03-19T03:04:02.223Z Checking terminal_size v0.1.17
29192026-03-19T03:04:02.288Z Checking socket2 v0.5.10
29202026-03-19T03:04:02.394Z Compiling miette-derive v5.10.0
29212026-03-19T03:04:02.554Z Checking owo-colors v3.5.0
29222026-03-19T03:04:02.661Z Checking internet-checksum v0.2.1
29232026-03-19T03:04:02.852Z Checking chumsky v0.9.3
29242026-03-19T03:04:03.208Z Checking cargo_metadata v0.23.1
29252026-03-19T03:04:03.945Z Checking miette v5.10.0
29262026-03-19T03:04:04.254Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29272026-03-19T03:04:04.327Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29282026-03-19T03:04:04.410Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29292026-03-19T03:04:04.655Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-03-19T03:04:04.822Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-03-19T03:04:04.989Z Compiling git2 v0.20.4
29322026-03-19T03:04:05.033Z Checking httptest v0.16.4
29332026-03-19T03:04:05.339Z Checking pathdiff v0.2.3
29342026-03-19T03:04:05.424Z Compiling knuffel-derive v3.2.0
29352026-03-19T03:04:05.511Z Checking topological-sort v0.2.2
29362026-03-19T03:04:05.563Z Checking nested v0.1.1
29372026-03-19T03:04:05.728Z Checking omicron-zone-package v0.12.2
29382026-03-19T03:04:05.776Z Checking guppy v0.17.25
29392026-03-19T03:04:05.974Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-03-19T03:04:06.278Z Checking similar-asserts v1.7.0
29412026-03-19T03:04:06.511Z Compiling rstest_macros v0.25.0
29422026-03-19T03:04:06.917Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-03-19T03:04:06.969Z Compiling target-triple v1.0.0
29442026-03-19T03:04:07.123Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-03-19T03:04:07.257Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29462026-03-19T03:04:07.438Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-03-19T03:04:07.495Z Checking knuffel v3.2.0
29482026-03-19T03:04:08.165Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-03-19T03:04:08.347Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-03-19T03:04:08.925Z Checking toml_datetime v1.0.0+spec-1.1.0
29512026-03-19T03:04:09.188Z Compiling relative-path v1.9.3
29522026-03-19T03:04:09.242Z Compiling assert_cmd v2.1.2
29532026-03-19T03:04:09.493Z Checking escape8259 v0.5.3
29542026-03-19T03:04:09.695Z Checking libtest-mimic v0.8.1
29552026-03-19T03:04:09.739Z Checking toml v1.0.3+spec-1.1.0
29562026-03-19T03:04:09.856Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29572026-03-19T03:04:10.245Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-03-19T03:04:10.414Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-03-19T03:04:10.606Z Checking blake2b_simd v1.0.4
29602026-03-19T03:04:11.170Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-03-19T03:04:11.308Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-19T03:04:11.660Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-19T03:04:11.879Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-03-19T03:04:12.202Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-19T03:04:12.389Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29662026-03-19T03:04:12.681Z Checking fancy-regex v0.14.0
29672026-03-19T03:04:12.896Z Compiling polar-core v0.27.3
29682026-03-19T03:04:12.973Z Checking serde_tokenstream v0.2.3
29692026-03-19T03:04:13.234Z Checking uzers v0.12.2
29702026-03-19T03:04:13.295Z Checking termcolor v1.4.1
29712026-03-19T03:04:13.558Z Checking constant_time_eq v0.3.1
29722026-03-19T03:04:13.631Z Compiling linkme-impl v0.3.35
29732026-03-19T03:04:13.731Z Checking rust-argon2 v2.1.0
29742026-03-19T03:04:14.076Z Checking trybuild v1.0.116
29752026-03-19T03:04:14.134Z Checking datatest-stable v0.3.3
29762026-03-19T03:04:14.903Z Checking rstest v0.25.0
29772026-03-19T03:04:14.991Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29782026-03-19T03:04:15.122Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-03-19T03:04:15.411Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29802026-03-19T03:04:15.463Z Checking support-bundle-viewer v0.1.2
29812026-03-19T03:04:15.923Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-19T03:04:16.230Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-03-19T03:04:16.520Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29842026-03-19T03:04:16.523Z Checking drift v0.1.3
29852026-03-19T03:04:16.809Z Checking rand_distr v0.5.1
29862026-03-19T03:04:17.014Z Checking multimap v0.10.1
29872026-03-19T03:04:17.290Z Checking approx v0.5.1
29882026-03-19T03:04:17.441Z Compiling linkme v0.3.35
29892026-03-19T03:04:17.560Z Checking dropshot-api-manager v0.6.0
29902026-03-19T03:04:18.880Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-03-19T03:04:19.361Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-03-19T03:04:19.412Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-03-19T03:04:19.629Z Checking oso v0.27.3
29942026-03-19T03:04:19.908Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-03-19T03:04:19.954Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-03-19T03:04:20.203Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-03-19T03:04:20.252Z Checking partial-io v0.5.4
29982026-03-19T03:04:20.509Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29992026-03-19T03:04:20.567Z Checking cargo_toml v0.21.0
30002026-03-19T03:04:20.626Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-03-19T03:04:20.978Z Checking termios v0.3.3
30022026-03-19T03:04:21.129Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-03-19T03:04:21.224Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-19T03:04:21.318Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30052026-03-19T03:04:21.458Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-03-19T03:04:21.761Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-03-19T03:04:25.970Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-03-19T03:04:31.187Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-19T03:04:33.900Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-19T03:04:39.131Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-03-19T03:04:41.578Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-03-19T03:04:45.588Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-03-19T03:04:53.188Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-03-19T03:04:55.671Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30152026-03-19T03:04:56.101Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30162026-03-19T03:05:07.517Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-03-19T03:07:02.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
30182026-03-19T03:07:03.002Z
30192026-03-19T03:07:03.005Zreal 5:40.212785584
30202026-03-19T03:07:03.005Zuser 28:14.638822819
30212026-03-19T03:07:03.005Zsys 5:55.248375020
30222026-03-19T03:07:03.005Ztrap 0.702458300
30232026-03-19T03:07:03.005Ztflt 0.106873902
30242026-03-19T03:07:03.005Zdflt 0.216387655
30252026-03-19T03:07:03.005Zkflt 0.000982667
30262026-03-19T03:07:03.005Zlock 1:19:34.745248527
30272026-03-19T03:07:03.005Zslp 1:16:32.778925943
30282026-03-19T03:07:03.005Zlat 1:58.496313035
30292026-03-19T03:07:03.005Zstop 14:00.367035553
30302026-03-19T03:07:03.005Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-03-19T03:07:03.005Z+ ptime -m cargo doc --workspace --no-deps
30322026-03-19T03:07:04.181Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-03-19T03:07:04.181Z |
30342026-03-19T03:07:04.181Z = 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)`
30352026-03-19T03:07:04.181Z = 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>
30362026-03-19T03:07:05.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-19T03:07:05.772Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-03-19T03:07:05.821Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-03-19T03:07:05.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-19T03:07:06.088Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-03-19T03:07:06.114Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-03-19T03:07:06.146Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-03-19T03:07:06.178Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-19T03:07:06.248Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30452026-03-19T03:07:06.358Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30462026-03-19T03:07:06.399Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-03-19T03:07:06.444Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30482026-03-19T03:07:06.502Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30492026-03-19T03:07:06.533Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30502026-03-19T03:07:06.579Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-03-19T03:07:06.636Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30522026-03-19T03:07:06.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30532026-03-19T03:07:06.706Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-19T03:07:06.757Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-03-19T03:07:06.834Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-03-19T03:07:07.084Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-03-19T03:07:07.411Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-03-19T03:07:07.598Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30592026-03-19T03:07:07.648Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-03-19T03:07:07.679Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30612026-03-19T03:07:07.855Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-03-19T03:07:07.886Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-03-19T03:07:08.092Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-19T03:07:08.167Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-19T03:07:08.286Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-19T03:07:08.395Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-19T03:07:08.425Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30682026-03-19T03:07:08.630Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-03-19T03:07:08.828Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-03-19T03:07:08.858Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-03-19T03:07:08.887Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30722026-03-19T03:07:09.135Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-03-19T03:07:09.165Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-19T03:07:09.190Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-19T03:07:09.478Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-19T03:07:09.608Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-19T03:07:09.823Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30782026-03-19T03:07:09.907Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30792026-03-19T03:07:10.018Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-03-19T03:07:10.162Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-19T03:07:10.196Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-19T03:07:10.382Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-19T03:07:10.485Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-19T03:07:10.517Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30852026-03-19T03:07:10.626Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30862026-03-19T03:07:10.698Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-03-19T03:07:10.729Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30882026-03-19T03:07:10.764Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-03-19T03:07:11.011Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30902026-03-19T03:07:11.037Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30912026-03-19T03:07:11.064Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-19T03:07:11.120Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-19T03:07:11.346Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-19T03:07:11.375Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-03-19T03:07:11.403Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-19T03:07:11.597Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-19T03:07:11.679Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30982026-03-19T03:07:11.722Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30992026-03-19T03:07:11.762Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31002026-03-19T03:07:11.934Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31012026-03-19T03:07:11.967Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-03-19T03:07:12.110Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31032026-03-19T03:07:12.294Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-19T03:07:12.348Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-03-19T03:07:12.352Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31062026-03-19T03:07:12.406Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31072026-03-19T03:07:12.589Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31082026-03-19T03:07:13.132Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31092026-03-19T03:07:13.165Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-03-19T03:07:14.073Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-03-19T03:07:14.695Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31122026-03-19T03:07:14.842Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-19T03:07:14.987Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-03-19T03:07:15.064Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-03-19T03:07:15.122Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31162026-03-19T03:07:15.403Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31172026-03-19T03:07:15.464Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31182026-03-19T03:07:15.785Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31192026-03-19T03:07:16.033Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-03-19T03:07:16.251Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-03-19T03:07:16.450Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31222026-03-19T03:07:16.485Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-03-19T03:07:16.602Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-03-19T03:07:16.909Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31252026-03-19T03:07:17.282Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-19T03:07:17.783Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31272026-03-19T03:07:17.860Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-19T03:07:17.997Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31292026-03-19T03:07:18.363Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31302026-03-19T03:07:18.426Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-03-19T03:07:19.076Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-19T03:07:19.243Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-03-19T03:07:20.146Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-19T03:07:20.339Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-03-19T03:07:20.708Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362026-03-19T03:07:21.430Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-03-19T03:07:21.433Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-03-19T03:07:21.903Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-03-19T03:07:21.906Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-19T03:07:22.140Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-19T03:07:22.237Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31422026-03-19T03:07:22.267Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31432026-03-19T03:07:22.347Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31442026-03-19T03:07:22.722Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-03-19T03:07:22.756Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-03-19T03:07:22.929Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-19T03:07:22.971Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-03-19T03:07:23.003Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-03-19T03:07:23.344Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-19T03:07:23.381Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31512026-03-19T03:07:24.091Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-03-19T03:07:24.378Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-03-19T03:07:25.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-03-19T03:07:25.882Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31552026-03-19T03:07:26.062Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-19T03:07:26.250Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31572026-03-19T03:07:26.400Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-19T03:07:26.793Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-19T03:07:26.824Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-03-19T03:07:27.345Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-19T03:07:27.584Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-19T03:07:27.618Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-19T03:07:27.737Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31642026-03-19T03:07:28.056Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31652026-03-19T03:07:29.434Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-03-19T03:07:29.663Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31672026-03-19T03:07:29.803Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-19T03:07:30.418Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31692026-03-19T03:07:30.858Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-19T03:07:31.025Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31712026-03-19T03:07:32.507Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31722026-03-19T03:07:33.191Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31732026-03-19T03:07:33.973Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-03-19T03:07:34.051Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-03-19T03:07:34.370Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-19T03:07:34.595Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-03-19T03:07:34.626Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-03-19T03:07:35.421Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31792026-03-19T03:07:36.325Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-19T03:07:37.699Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-19T03:07:38.925Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-19T03:07:39.089Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-19T03:07:39.798Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31842026-03-19T03:07:40.147Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31852026-03-19T03:07:40.883Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31862026-03-19T03:07:42.800Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31872026-03-19T03:07:43.335Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-03-19T03:07:44.432Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31892026-03-19T03:07:44.692Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31902026-03-19T03:07:46.151Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31912026-03-19T03:07:46.311Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-03-19T03:07:46.604Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-03-19T03:07:47.009Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-03-19T03:07:47.230Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-03-19T03:07:48.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-03-19T03:07:48.492Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31972026-03-19T03:07:49.102Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31982026-03-19T03:07:49.127Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31992026-03-19T03:07:50.051Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-03-19T03:07:50.140Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32012026-03-19T03:07:50.233Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-03-19T03:07:50.578Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-03-19T03:07:50.740Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32042026-03-19T03:07:51.464Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-19T03:07:51.607Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-19T03:07:51.649Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-19T03:07:52.330Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-03-19T03:07:52.361Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-19T03:07:52.392Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32102026-03-19T03:07:52.960Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-03-19T03:07:53.227Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32122026-03-19T03:07:53.797Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-03-19T03:07:54.946Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32142026-03-19T03:07:55.578Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-19T03:07:57.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-19T03:07:57.845Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-19T03:08:01.780Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-03-19T03:08:02.092Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-03-19T03:08:04.071Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-19T03:08:04.887Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-19T03:08:06.146Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-03-19T03:08:07.744Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-03-19T03:08:09.161Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-03-19T03:08:10.295Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-03-19T03:08:11.757Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-03-19T03:08:12.241Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32272026-03-19T03:08:15.042Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-03-19T03:08:16.017Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292026-03-19T03:08:16.462Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-19T03:08:16.775Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-19T03:08:17.144Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-03-19T03:08:17.876Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-03-19T03:08:18.155Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-03-19T03:08:22.367Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-03-19T03:08:26.127Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32362026-03-19T03:08:26.949Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32372026-03-19T03:08:27.978Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-03-19T03:08:29.094Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32392026-03-19T03:08:30.431Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32402026-03-19T03:08:31.396Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-03-19T03:08:32.342Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32422026-03-19T03:08:33.346Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-03-19T03:08:34.409Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32442026-03-19T03:08:35.331Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32452026-03-19T03:08:36.523Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462026-03-19T03:08:37.522Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-03-19T03:08:38.373Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32482026-03-19T03:08:39.256Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-03-19T03:08:43.827Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502026-03-19T03:08:44.501Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32512026-03-19T03:08:46.712Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32522026-03-19T03:08:47.250Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32532026-03-19T03:08:48.779Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542026-03-19T03:08:50.147Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32552026-03-19T03:08:50.873Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-19T03:08:54.440Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32572026-03-19T03:08:55.113Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32582026-03-19T03:08:56.196Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-19T03:08:57.798Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32602026-03-19T03:08:59.656Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32612026-03-19T03:09:02.676Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32622026-03-19T03:09:03.895Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-03-19T03:09:05.659Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32642026-03-19T03:09:07.690Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32652026-03-19T03:09:09.767Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-03-19T03:09:11.660Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32672026-03-19T03:09:14.620Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-03-19T03:09:16.186Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32692026-03-19T03:09:18.711Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32702026-03-19T03:09:21.100Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32712026-03-19T03:09:25.805Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-03-19T03:09:28.075Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-03-19T03:09:28.218Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-03-19T03:09:30.430Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32752026-03-19T03:09:32.849Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-03-19T03:09:35.303Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32772026-03-19T03:09:37.779Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-19T03:09:40.478Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32792026-03-19T03:09:42.849Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-03-19T03:09:45.639Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32812026-03-19T03:09:47.707Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32822026-03-19T03:09:50.150Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32832026-03-19T03:09:52.532Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-03-19T03:09:54.929Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32852026-03-19T03:09:56.938Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32862026-03-19T03:09:59.761Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-19T03:10:02.215Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-03-19T03:10:04.335Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-03-19T03:10:06.767Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-03-19T03:10:09.376Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-19T03:10:11.861Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32922026-03-19T03:10:14.315Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32932026-03-19T03:10:16.780Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-03-19T03:10:19.785Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32952026-03-19T03:10:22.037Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-19T03:10:25.279Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-03-19T03:10:27.103Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-03-19T03:10:31.900Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-03-19T03:10:36.739Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33002026-03-19T03:10:38.011Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33012026-03-19T03:10:40.778Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33022026-03-19T03:10:42.343Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-19T03:10:46.340Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-03-19T03:10:49.202Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-03-19T03:10:51.867Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33062026-03-19T03:10:54.892Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33072026-03-19T03:10:57.606Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33082026-03-19T03:11:00.426Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33092026-03-19T03:11:03.168Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-19T03:11:06.343Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33112026-03-19T03:11:08.689Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33122026-03-19T03:11:12.221Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33132026-03-19T03:11:14.492Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-03-19T03:11:17.300Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33152026-03-19T03:11:20.094Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33162026-03-19T03:11:22.921Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-03-19T03:11:25.748Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33182026-03-19T03:11:28.859Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33192026-03-19T03:11:31.557Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-03-19T03:11:34.412Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33212026-03-19T03:11:37.267Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33222026-03-19T03:11:40.182Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33232026-03-19T03:11:43.121Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33242026-03-19T03:11:46.040Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-19T03:11:49.238Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33262026-03-19T03:11:52.071Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-03-19T03:11:55.155Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-19T03:11:57.959Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33292026-03-19T03:12:01.009Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-03-19T03:12:04.047Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-19T03:12:07.109Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-19T03:12:10.347Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-19T03:12:13.389Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-03-19T03:12:16.437Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-19T03:12:19.478Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-19T03:12:22.506Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33372026-03-19T03:12:25.639Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33382026-03-19T03:12:28.792Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-19T03:12:31.832Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33402026-03-19T03:12:35.613Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33412026-03-19T03:12:38.401Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33422026-03-19T03:12:48.292Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33432026-03-19T03:12:48.409Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33442026-03-19T03:12:52.613Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33452026-03-19T03:12:56.503Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33462026-03-19T03:13:00.592Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33472026-03-19T03:13:04.749Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33482026-03-19T03:13:08.953Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33492026-03-19T03:13:14.865Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33502026-03-19T03:13:18.231Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-03-19T03:13:22.768Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33522026-03-19T03:13:27.251Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33532026-03-19T03:13:31.736Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-03-19T03:13:36.268Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33552026-03-19T03:13:40.833Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33562026-03-19T03:13:45.458Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-19T03:13:49.827Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-03-19T03:13:54.639Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33592026-03-19T03:13:59.043Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33602026-03-19T03:14:03.591Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33612026-03-19T03:14:08.296Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33622026-03-19T03:14:12.808Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33632026-03-19T03:14:17.278Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33642026-03-19T03:14:21.984Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33652026-03-19T03:14:26.473Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33662026-03-19T03:15:02.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 59s
33672026-03-19T03:15:03.091Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33682026-03-19T03:15:03.200Z
33692026-03-19T03:15:03.203Zreal 8:00.147593902
33702026-03-19T03:15:03.203Zuser 23:22.704162164
33712026-03-19T03:15:03.203Zsys 4:22.007592187
33722026-03-19T03:15:03.203Ztrap 0.404770091
33732026-03-19T03:15:03.203Ztflt 0.034902299
33742026-03-19T03:15:03.203Zdflt 0.055182118
33752026-03-19T03:15:03.203Zkflt 0.000055761
33762026-03-19T03:15:03.203Zlock 7:14:16.553589869
33772026-03-19T03:15:03.203Zslp 2:39:35.422905390
33782026-03-19T03:15:03.203Zlat 35.886262147
33792026-03-19T03:15:03.203Zstop 1:53.372238807
33802026-03-19T03:15:03.203Zprocess exited: duration 1124470 ms, exit code 0
 
33812026-03-19T03:15:03.209Zfound 0 output files