01KM36PKXP2Y6Y4709TNZGF21N: clippy (helios)

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

Buildomat Job: 01KM36Q6BZTTT707483HW34TB3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T14:08:12.542Zjob assigned to worker 01KM36Q8FW113576HTDWWEW8G0 [factory aws, i-0dbae4f2093867e45] (queued for 1 m 24 s)
 
22026-03-19T14:08:20.389Zstarting task 0: "setup"
32026-03-19T14:08:20.395Z++ uname -s
42026-03-19T14:08:20.399Z+ kern=SunOS
52026-03-19T14:08:20.399Z+ build_user=build
62026-03-19T14:08:20.399Z+ build_uid=12345
72026-03-19T14:08:20.399Z+ work_dir=/work
82026-03-19T14:08:20.399Z+ input_dir=/input
92026-03-19T14:08:20.399Z+ [[ 0 == 12345 ]]
102026-03-19T14:08:20.399Z+ case "$kern" in
112026-03-19T14:08:20.399Z+ groupadd -g 12345 build
122026-03-19T14:08:20.402Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T14:08:22.407Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T14:08:22.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T14:08:22.525Z+ home_fs=zfs
162026-03-19T14:08:22.525Z+ [[ zfs == autofs ]]
172026-03-19T14:08:22.525Z+ mkdir -p /home/build
182026-03-19T14:08:22.525Z+ chown build:build /home/build /work
192026-03-19T14:08:24.527Z+ chmod 0700 /home/build /work
202026-03-19T14:08:24.530Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-19T14:08:24.536Zstarting task 1: "rust-toolchain"
222026-03-19T14:08:24.540Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T14:08:24.540Z * rust toolchain channel = "1.94.0"
242026-03-19T14:08:24.540Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T14:08:24.540Z * rust toolchain profile = "default"
262026-03-19T14:08:24.540Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T14:08:24.540Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T14:08:24.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T14:08:24.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T14:08:24.678Zinfo: downloading installer
312026-03-19T14:08:26.414Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T14:08:26.414Zwarn: /opt/ooce/bin
332026-03-19T14:08:26.414Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T14:08:26.414Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T14:08:26.414Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T14:08:26.414Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T14:08:26.414Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T14:08:26.414Zerror: cannot install while Rust is installed
392026-03-19T14:08:26.414Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T14:08:26.414Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T14:08:26.414Zwarn: /home/build/.rustup/settings.toml
422026-03-19T14:08:26.414Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T14:08:26.414Zwarn: instead of the one inferred from the default host triple.
442026-03-19T14:08:26.462Zinfo: profile set to default
452026-03-19T14:08:26.462Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T14:08:26.465Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T14:08:26.617Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T14:08:26.619Zinfo: downloading 6 components
492026-03-19T14:08:41.743Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T14:08:41.744Z
512026-03-19T14:08:41.782Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T14:08:41.782Z
532026-03-19T14:08:41.785Z
542026-03-19T14:08:41.785ZRust is installed now. Great!
552026-03-19T14:08:41.785Z
562026-03-19T14:08:41.785ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T14:08:41.785Zenvironment variable. This has not been done automatically.
582026-03-19T14:08:41.785Z
592026-03-19T14:08:41.785ZTo configure your current shell, you need to source
602026-03-19T14:08:41.785Zthe corresponding env file under $HOME/.cargo.
612026-03-19T14:08:41.785Z
622026-03-19T14:08:41.785ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T14:08:41.785Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T14:08:41.785Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T14:08:41.785Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T14:08:41.785Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T14:08:41.785Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T14:08:41.785Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T14:08:41.786Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T14:08:41.786Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T14:08:41.901Z+ rustup --version
722026-03-19T14:08:41.911Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T14:08:41.914Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T14:08:41.939Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T14:08:41.942Z+ cargo --version
762026-03-19T14:08:41.958Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T14:08:41.961Z+ rustc --version
782026-03-19T14:08:41.985Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T14:08:41.989Zprocess exited: duration 17450 ms, exit code 0
 
802026-03-19T14:08:41.994Zstarting task 2: "authentication"
812026-03-19T14:08:42.013Zprocess exited: duration 18 ms, exit code 0
 
822026-03-19T14:08:42.019Zstarting task 3: "clone repository"
832026-03-19T14:08:42.022Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T14:08:42.025Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T14:08:42.061ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T14:12:11.129Z+ cd /work/oxidecomputer/omicron
872026-03-19T14:12:11.129Z+ git fetch origin 8097eec323482ecd52143ab847c79d05b48b8972
882026-03-19T14:12:11.465ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T14:12:11.465Z * branch 8097eec323482ecd52143ab847c79d05b48b8972 -> FETCH_HEAD
902026-03-19T14:12:11.476Z+ [[ -n '' ]]
912026-03-19T14:12:11.476Z+ git reset --hard 8097eec323482ecd52143ab847c79d05b48b8972
922026-03-19T14:12:11.783ZHEAD is now at 8097eec32 Merge branch 'main' into john/stronger-unnumbered-types-1
932026-03-19T14:12:11.786Zprocess exited: duration 209737 ms, exit code 0
 
942026-03-19T14:12:11.793Zstarting task 4: "build"
952026-03-19T14:12:11.796Z+ source ./env.sh
962026-03-19T14:12:11.799Z++ OLD_SHELL_OPTS=ehxB
972026-03-19T14:12:11.799Z++ set -o xtrace
982026-03-19T14:12:11.799Z++++ dirname ./env.sh
992026-03-19T14:12:11.802Z+++ readlink -f .
1002026-03-19T14:12:11.804Z++ OMICRON_WS=/work/oxidecomputer/omicron
1012026-03-19T14:12:11.805Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-03-19T14:12:11.805Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-03-19T14:12:11.805Z++ 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
1042026-03-19T14:12:11.805Z++ 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
1052026-03-19T14:12:11.805Z++ 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
1062026-03-19T14:12:11.805Z++ 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
1072026-03-19T14:12:11.805Z++ 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
1082026-03-19T14:12:11.805Z++ 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
1092026-03-19T14:12:11.805Z++ case $OLD_SHELL_OPTS in
1102026-03-19T14:12:11.805Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-03-19T14:12:11.805Z+ source .github/buildomat/ci-env.sh
1122026-03-19T14:12:11.805Z++ export CARGO_TERM_COLOR=always
1132026-03-19T14:12:11.805Z++ CARGO_TERM_COLOR=always
1142026-03-19T14:12:11.805Z+ cargo --version
1152026-03-19T14:12:11.815Zcargo 1.94.0 (85eff7c80 2026-01-15)
1162026-03-19T14:12:11.818Z+ rustc --version
1172026-03-19T14:12:11.845Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1182026-03-19T14:12:11.848Z+ banner prerequisites
1192026-03-19T14:12:11.851Z
1202026-03-19T14:12:11.851Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-03-19T14:12:11.851Z # # # # # # # # # # # # # # #
1222026-03-19T14:12:11.851Z # # # # ##### # # ##### # # # # # #### #
1232026-03-19T14:12:11.851Z ##### ##### # ##### # # # # # # # # #
1242026-03-19T14:12:11.851Z # # # # # # # # # # # # # # #
1252026-03-19T14:12:11.851Z # # # ###### # # ###### ### # #### # #### #
1262026-03-19T14:12:11.851Z
1272026-03-19T14:12:11.851Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-03-19T14:12:23.878Z Startup: Refreshing catalog 'helios-dev' ... Done
1292026-03-19T14:12:33.908Z Startup: Caching catalogs ... Done
1302026-03-19T14:12:56.326ZPlanning: Solver setup ... Done (20.922s)
1312026-03-19T14:12:56.478ZPlanning: Running solver ... Done (0.152s)
1322026-03-19T14:12:56.672ZPlanning: Finding local manifests ... Done (0.003s)
1332026-03-19T14:12:56.685ZPlanning: Fetching manifests: 0/4 0% complete
1342026-03-19T14:12:56.808ZPlanning: Fetching manifests: 4/4 100% complete
1352026-03-19T14:12:56.851ZPlanning: Package planning ... Done (0.043s)
1362026-03-19T14:12:56.895ZPlanning: Merging actions ... Done (0.043s)
1372026-03-19T14:12:57.185ZPlanning: Checking for conflicting actions ... Done (0.290s)
1382026-03-19T14:12:57.196ZPlanning: Consolidating action changes ... Done (0.010s)
1392026-03-19T14:12:59.204ZPlanning: Evaluating mediators ... Done (2.008s)
1402026-03-19T14:12:59.213ZPlanning: Planning completed in 25.15 seconds
1412026-03-19T14:12:59.226Z Packages to install: 4
1422026-03-19T14:12:59.229Z Mediators to change: 2
1432026-03-19T14:12:59.229Z Services to change: 1
1442026-03-19T14:12:59.229Z Estimated space available: 155.43 GB
1452026-03-19T14:12:59.229ZEstimated space to be consumed: 1.83 GB
1462026-03-19T14:12:59.229Z Create boot environment: No
1472026-03-19T14:12:59.229ZCreate backup boot environment: No
1482026-03-19T14:12:59.229Z Rebuild boot archive: No
1492026-03-19T14:12:59.229Z
1502026-03-19T14:12:59.229ZChanged mediators:
1512026-03-19T14:12:59.229Z mediator clang:
1522026-03-19T14:12:59.229Z version: None -> 15 (system default)
1532026-03-19T14:12:59.229Z
1542026-03-19T14:12:59.229Z mediator llvm:
1552026-03-19T14:12:59.230Z version: 14 (system default) -> 15 (system default)
1562026-03-19T14:12:59.230Z
1572026-03-19T14:12:59.230ZChanged packages:
1582026-03-19T14:12:59.230Zhelios-dev
1592026-03-19T14:12:59.230Z developer/build-essential
1602026-03-19T14:12:59.230Z None -> 11-2.0
1612026-03-19T14:12:59.230Z library/libxmlsec1
1622026-03-19T14:12:59.230Z None -> 1.2.35-2.0
1632026-03-19T14:12:59.230Z ooce/developer/clang-15
1642026-03-19T14:12:59.230Z None -> 15.0.7-2.0
1652026-03-19T14:12:59.230Z ooce/developer/llvm-15
1662026-03-19T14:12:59.230Z None -> 15.0.7-2.0
1672026-03-19T14:12:59.230Z
1682026-03-19T14:12:59.230ZServices:
1692026-03-19T14:12:59.230Z restart_fmri:
1702026-03-19T14:12:59.230Z svc:/system/update-man-index:default
1712026-03-19T14:12:59.342Z
1722026-03-19T14:12:59.342ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1732026-03-19T14:13:04.344ZDownload: 2845/3290 items 121.1/212.6MB 56% complete (24.4M/s)
1742026-03-19T14:13:06.498ZDownload: Completed 212.60 MB in 7.15 seconds (29.7M/s)
1752026-03-19T14:13:06.766Z Actions: 1/3689 actions (Installing new actions)
1762026-03-19T14:13:11.017Z Actions: Completed 3689 actions in 4.25 seconds.
1772026-03-19T14:13:11.394Z Done (0.372s)
1782026-03-19T14:13:11.394Z Done (0.000s)
1792026-03-19T14:13:12.393Z Done (0.999s)
1802026-03-19T14:13:16.611Z Done (3.868s)
1812026-03-19T14:13:16.699Z Done (0.017s)
1822026-03-19T14:13:16.702Z Done (0.000s)
1832026-03-19T14:13:16.839Z Done (0.000s)
1842026-03-19T14:13:17.859ZPlanning: Evaluating mediator changes ... Done
1852026-03-19T14:13:18.004ZPlanning: Checking for conflicting actions ... Done
1862026-03-19T14:13:18.007ZPlanning: Consolidating action changes ... Done
1872026-03-19T14:13:18.230ZPlanning: Evaluating mediators ... Done
1882026-03-19T14:13:18.234ZPlanning: Planning completed in 0.37 seconds
1892026-03-19T14:13:18.259Z Mediators to change: 2
1902026-03-19T14:13:18.259Z Create boot environment: No
1912026-03-19T14:13:18.263ZCreate backup boot environment: No
1922026-03-19T14:13:18.353Z Done
1932026-03-19T14:13:18.353Z Done
1942026-03-19T14:13:19.132Z Done
1952026-03-19T14:13:22.516Z Done
1962026-03-19T14:13:22.608Z Done
1972026-03-19T14:13:22.611Z Done
1982026-03-19T14:13:22.773Z Done
1992026-03-19T14:13:23.315ZPlanning: Evaluating mediator changes ... Done
2002026-03-19T14:13:23.318ZPlanning: Merging actions ... Done
2012026-03-19T14:13:23.484ZPlanning: Checking for conflicting actions ... Done
2022026-03-19T14:13:23.487ZPlanning: Consolidating action changes ... Done
2032026-03-19T14:13:23.706ZPlanning: Evaluating mediators ... Done
2042026-03-19T14:13:23.748ZPlanning: Planning completed in 0.64 seconds
2052026-03-19T14:13:23.778Z Packages to change: 1
2062026-03-19T14:13:23.778Z Mediators to change: 1
2072026-03-19T14:13:23.781Z Services to change: 1
2082026-03-19T14:13:23.781Z Create boot environment: No
2092026-03-19T14:13:23.781ZCreate backup boot environment: Yes
2102026-03-19T14:13:26.341Z Actions: 1/6 actions (Updating modified actions)
2112026-03-19T14:13:26.344Z Actions: Completed 6 actions in 0.00 seconds.
2122026-03-19T14:13:26.344Z Done
2132026-03-19T14:13:26.344Z Done
2142026-03-19T14:13:26.536Z Done
2152026-03-19T14:13:29.870Z Done
2162026-03-19T14:13:29.960Z Done
2172026-03-19T14:13:29.965Z Done
2182026-03-19T14:13:30.105Z Done
2192026-03-19T14:13:30.487ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202026-03-19T14:13:30.488Zclang system 15 system
2212026-03-19T14:13:30.488Zcsh system system illumos
2222026-03-19T14:13:30.488Zctags system system illumos
2232026-03-19T14:13:30.488Zfile system system illumos
2242026-03-19T14:13:30.488Zgcc vendor 12 vendor
2252026-03-19T14:13:30.488Zgcc system 10 system
2262026-03-19T14:13:30.488Zgcc system 7 system
2272026-03-19T14:13:30.488Zgo system 1.20 system
2282026-03-19T14:13:30.488Zgo system 1.19 system
2292026-03-19T14:13:30.488Zllvm system 15 system
2302026-03-19T14:13:30.488Zllvm system 14 system
2312026-03-19T14:13:30.488Zmariadb system 10.6 system
2322026-03-19T14:13:30.488Zmta vendor vendor dma
2332026-03-19T14:13:30.488Zopenjdk system 17 system
2342026-03-19T14:13:30.488Zopenjdk system 11 system
2352026-03-19T14:13:30.488Zopenjdk system 1.8 system
2362026-03-19T14:13:30.488Zopenssl vendor 3 vendor
2372026-03-19T14:13:30.488Zperl system 5.36 system
2382026-03-19T14:13:30.488Zpostgresql system 15 system
2392026-03-19T14:13:30.488Zpostgresql system 13 system
2402026-03-19T14:13:30.488Zpython vendor 3 vendor
2412026-03-19T14:13:30.488Zpython system 2 system
2422026-03-19T14:13:30.488Zpython3 system 3.11 system
2432026-03-19T14:13:30.488Zruby system 3.0 system
2442026-03-19T14:13:30.488Zwords vendor vendor american-english
2452026-03-19T14:13:30.488Zwords system system australian-english
2462026-03-19T14:13:30.488Zwords system system british-english
2472026-03-19T14:13:30.488Zwords system system canadian-english
2482026-03-19T14:13:30.488Zwords system system french
2492026-03-19T14:13:30.488Zwords system system italian
2502026-03-19T14:13:30.488Zwords system system ngerman
2512026-03-19T14:13:30.488Zwords system system ogerman
2522026-03-19T14:13:30.488Zwords system system spanish
2532026-03-19T14:13:30.789ZPUBLISHER TYPE STATUS P LOCATION
2542026-03-19T14:13:30.789Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552026-03-19T14:13:36.832ZFMRI IFO
2562026-03-19T14:13:36.832Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572026-03-19T14:13:36.832Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582026-03-19T14:13:36.833Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592026-03-19T14:13:36.833Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602026-03-19T14:13:36.833Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612026-03-19T14:13:36.833Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2622026-03-19T14:13:36.833Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632026-03-19T14:13:36.833Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2642026-03-19T14:13:36.833Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652026-03-19T14:13:36.833Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662026-03-19T14:13:36.833Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2672026-03-19T14:13:36.833Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2682026-03-19T14:13:36.833Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692026-03-19T14:13:36.833Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2702026-03-19T14:13:36.833Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2712026-03-19T14:13:36.833Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722026-03-19T14:13:38.159Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732026-03-19T14:13:38.464Z Updating crates.io index
2742026-03-19T14:13:38.503Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2752026-03-19T14:13:38.763Z Updating git repository `https://github.com/oxidecomputer/lldp`
2762026-03-19T14:13:39.745Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-03-19T14:13:40.145Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2782026-03-19T14:13:40.501Z Updating git repository `https://github.com/oxidecomputer/falcon`
2792026-03-19T14:13:41.745Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802026-03-19T14:13:42.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812026-03-19T14:13:43.802Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822026-03-19T14:13:46.075Z Updating git repository `https://github.com/oxidecomputer/opte`
2832026-03-19T14:13:47.071Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842026-03-19T14:13:47.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2852026-03-19T14:13:49.345Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862026-03-19T14:13:49.642Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872026-03-19T14:13:50.188Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882026-03-19T14:13:50.575Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2892026-03-19T14:13:51.808Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-03-19T14:13:52.343Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-19T14:13:52.760Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922026-03-19T14:13:53.145Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2932026-03-19T14:13:53.484Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942026-03-19T14:13:54.074Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952026-03-19T14:13:54.348Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962026-03-19T14:13:54.760Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-19T14:13:55.199Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982026-03-19T14:13:55.630Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2992026-03-19T14:13:56.414Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3002026-03-19T14:13:56.805Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3012026-03-19T14:13:57.635Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022026-03-19T14:13:57.977Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3032026-03-19T14:13:59.874Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3042026-03-19T14:14:00.214Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052026-03-19T14:14:00.584Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3062026-03-19T14:14:01.096Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3072026-03-19T14:14:01.828Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3082026-03-19T14:14:02.108Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3092026-03-19T14:14:02.463Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3102026-03-19T14:14:02.776Z Updating git repository `https://github.com/illumos/smf-rs`
3112026-03-19T14:14:03.211Z Updating git repository `https://github.com/oxidecomputer/omicron`
3122026-03-19T14:14:17.772Z Downloading crates ...
3132026-03-19T14:14:17.858Z Downloaded camino-tempfile v1.4.1
3142026-03-19T14:14:17.861Z Downloaded typeid v1.0.3
3152026-03-19T14:14:17.866Z Downloaded utf8_iter v1.0.4
3162026-03-19T14:14:17.869Z Downloaded thiserror v2.0.18
3172026-03-19T14:14:17.873Z Downloaded zerofrom-derive v0.1.6
3182026-03-19T14:14:17.873Z Downloaded fastrand v2.3.0
3192026-03-19T14:14:17.873Z Downloaded dof v0.3.0
3202026-03-19T14:14:17.876Z Downloaded ordered-float v2.10.1
3212026-03-19T14:14:17.876Z Downloaded toml_datetime v0.6.11
3222026-03-19T14:14:17.878Z Downloaded thread-id v4.2.2
3232026-03-19T14:14:17.878Z Downloaded is_terminal_polyfill v1.70.2
3242026-03-19T14:14:17.881Z Downloaded proc-macro-error-attr v1.0.4
3252026-03-19T14:14:17.881Z Downloaded cargo_metadata v0.21.0
3262026-03-19T14:14:17.884Z Downloaded usdt-macro v0.5.0
3272026-03-19T14:14:17.884Z Downloaded usdt-attr-macro v0.5.0
3282026-03-19T14:14:17.884Z Downloaded dtrace-parser v0.2.0
3292026-03-19T14:14:17.887Z Downloaded zerofrom v0.1.6
3302026-03-19T14:14:17.887Z Downloaded cpufeatures v0.2.17
3312026-03-19T14:14:17.887Z Downloaded unicode-xid v0.2.6
3322026-03-19T14:14:17.890Z Downloaded colorchoice v1.0.4
3332026-03-19T14:14:17.892Z Downloaded plain v0.2.3
3342026-03-19T14:14:17.892Z Downloaded block-buffer v0.10.4
3352026-03-19T14:14:17.892Z Downloaded version_check v0.9.5
3362026-03-19T14:14:17.897Z Downloaded serde-value v0.7.0
3372026-03-19T14:14:17.900Z Downloaded form_urlencoded v1.2.2
3382026-03-19T14:14:17.900Z Downloaded unicode-linebreak v0.1.5
3392026-03-19T14:14:17.902Z Downloaded percent-encoding v2.3.2
3402026-03-19T14:14:17.905Z Downloaded usdt v0.5.0
3412026-03-19T14:14:17.905Z Downloaded stable_deref_trait v1.2.1
3422026-03-19T14:14:17.905Z Downloaded litemap v0.8.1
3432026-03-19T14:14:17.908Z Downloaded utf8parse v0.2.2
3442026-03-19T14:14:17.908Z Downloaded yoke-derive v0.8.1
3452026-03-19T14:14:17.911Z Downloaded fnv v1.0.7
3462026-03-19T14:14:17.911Z Downloaded equivalent v1.0.2
3472026-03-19T14:14:17.914Z Downloaded yoke v0.8.1
3482026-03-19T14:14:17.914Z Downloaded toml v0.8.23
3492026-03-19T14:14:17.918Z Downloaded writeable v0.6.2
3502026-03-19T14:14:17.918Z Downloaded usdt-impl v0.5.0
3512026-03-19T14:14:17.920Z Downloaded heck v0.4.1
3522026-03-19T14:14:17.921Z Downloaded tinystr v0.8.2
3532026-03-19T14:14:17.921Z Downloaded toml_write v0.1.2
3542026-03-19T14:14:17.923Z Downloaded potential_utf v0.1.4
3552026-03-19T14:14:17.924Z Downloaded memmap v0.7.0
3562026-03-19T14:14:17.924Z Downloaded zmij v1.0.21
3572026-03-19T14:14:17.927Z Downloaded thiserror-impl v2.0.18
3582026-03-19T14:14:17.927Z Downloaded strsim v0.11.1
3592026-03-19T14:14:17.927Z Downloaded thiserror-impl v1.0.69
3602026-03-19T14:14:17.930Z Downloaded textwrap v0.16.2
3612026-03-19T14:14:17.930Z Downloaded displaydoc v0.2.5
3622026-03-19T14:14:17.933Z Downloaded bytecount v0.6.9
3632026-03-19T14:14:17.933Z Downloaded serde-untagged v0.1.9
3642026-03-19T14:14:17.936Z Downloaded scroll v0.12.0
3652026-03-19T14:14:17.936Z Downloaded zerocopy-derive v0.7.35
3662026-03-19T14:14:17.938Z Downloaded icu_collections v2.1.1
3672026-03-19T14:14:17.943Z Downloaded ucd-trie v0.1.7
3682026-03-19T14:14:17.945Z Downloaded bitflags v2.11.0
3692026-03-19T14:14:17.948Z Downloaded heck v0.5.0
3702026-03-19T14:14:17.948Z Downloaded zerovec-derive v0.11.2
3712026-03-19T14:14:17.951Z Downloaded semver v1.0.27
3722026-03-19T14:14:17.951Z Downloaded pretty-hex v0.4.1
3732026-03-19T14:14:17.953Z Downloaded clap_derive v4.5.55
3742026-03-19T14:14:17.953Z Downloaded serde_spanned v0.6.9
3752026-03-19T14:14:17.957Z Downloaded erased-serde v0.4.9
3762026-03-19T14:14:17.957Z Downloaded unicode-ident v1.0.24
3772026-03-19T14:14:17.960Z Downloaded anstyle v1.0.13
3782026-03-19T14:14:17.960Z Downloaded idna_adapter v1.2.1
3792026-03-19T14:14:17.960Z Downloaded typenum v1.19.0
3802026-03-19T14:14:17.963Z Downloaded zerotrie v0.2.3
3812026-03-19T14:14:17.965Z Downloaded macaddr v1.0.1
3822026-03-19T14:14:17.968Z Downloaded generic-array v0.14.7
3832026-03-19T14:14:17.968Z Downloaded clap_lex v1.0.0
3842026-03-19T14:14:17.969Z Downloaded toml_edit v0.22.27
3852026-03-19T14:14:17.972Z Downloaded url v2.5.8
3862026-03-19T14:14:17.975Z Downloaded errno v0.3.14
3872026-03-19T14:14:17.975Z Downloaded tabled_derive v0.7.0
3882026-03-19T14:14:17.977Z Downloaded thiserror v1.0.69
3892026-03-19T14:14:17.980Z Downloaded scroll_derive v0.12.1
3902026-03-19T14:14:17.980Z Downloaded serde_tokenstream v0.2.3
3912026-03-19T14:14:17.983Z Downloaded sha2 v0.10.9
3922026-03-19T14:14:17.985Z Downloaded cargo-util-schemas v0.8.2
3932026-03-19T14:14:17.988Z Downloaded zerovec v0.11.5
3942026-03-19T14:14:17.992Z Downloaded papergrid v0.11.0
3952026-03-19T14:14:17.996Z Downloaded winnow v0.7.14
3962026-03-19T14:14:18.003Z Downloaded terminal_size v0.4.3
3972026-03-19T14:14:18.006Z Downloaded zerocopy v0.7.35
3982026-03-19T14:14:18.014Z Downloaded swrite v0.1.0
3992026-03-19T14:14:18.017Z Downloaded byteorder v1.5.0
4002026-03-19T14:14:18.017Z Downloaded autocfg v1.5.0
4012026-03-19T14:14:18.019Z Downloaded anstyle-parse v0.2.7
4022026-03-19T14:14:18.019Z Downloaded unicode-width v0.2.0
4032026-03-19T14:14:18.024Z Downloaded unicode-width v0.1.14
4042026-03-19T14:14:18.027Z Downloaded smallvec v1.15.1
4052026-03-19T14:14:18.029Z Downloaded anyhow v1.0.102
4062026-03-19T14:14:18.032Z Downloaded tempfile v3.25.0
4072026-03-19T14:14:18.035Z Downloaded proc-macro2 v1.0.106
4082026-03-19T14:14:18.035Z Downloaded synstructure v0.13.2
4092026-03-19T14:14:18.038Z Downloaded num-traits v0.2.19
4102026-03-19T14:14:18.038Z Downloaded cargo_toml v0.21.0
4112026-03-19T14:14:18.038Z Downloaded itoa v1.0.17
4122026-03-19T14:14:18.041Z Downloaded clap v4.5.60
4132026-03-19T14:14:18.045Z Downloaded pest_derive v2.8.6
4142026-03-19T14:14:18.047Z Downloaded digest v0.10.7
4152026-03-19T14:14:18.050Z Downloaded camino v1.2.2
4162026-03-19T14:14:18.050Z Downloaded proc-macro-error v1.0.4
4172026-03-19T14:14:18.053Z Downloaded anstream v0.6.21
4182026-03-19T14:14:18.053Z Downloaded quote v1.0.44
4192026-03-19T14:14:18.055Z Downloaded fs-err v3.3.0
4202026-03-19T14:14:18.058Z Downloaded icu_properties v2.1.2
4212026-03-19T14:14:18.058Z Downloaded crypto-common v0.1.7
4222026-03-19T14:14:18.058Z Downloaded cargo-platform v0.2.0
4232026-03-19T14:14:18.061Z Downloaded anstyle-query v1.1.5
4242026-03-19T14:14:18.061Z Downloaded smawk v0.3.2
4252026-03-19T14:14:18.061Z Downloaded cfg-if v1.0.4
4262026-03-19T14:14:18.064Z Downloaded icu_normalizer v2.1.1
4272026-03-19T14:14:18.069Z Downloaded pest_generator v2.8.6
4282026-03-19T14:14:18.072Z Downloaded getrandom v0.4.1
4292026-03-19T14:14:18.082Z Downloaded log v0.4.29
4302026-03-19T14:14:18.085Z Downloaded icu_provider v2.1.1
4312026-03-19T14:14:18.088Z Downloaded serde_core v1.0.228
4322026-03-19T14:14:18.094Z Downloaded serde_derive v1.0.228
4332026-03-19T14:14:18.098Z Downloaded once_cell v1.21.3
4342026-03-19T14:14:18.131Z Downloaded icu_normalizer_data v2.1.1
4352026-03-19T14:14:18.131Z Downloaded serde v1.0.228
4362026-03-19T14:14:18.131Z Downloaded pest_meta v2.8.6
4372026-03-19T14:14:18.131Z Downloaded icu_locale_core v2.1.1
4382026-03-19T14:14:18.131Z Downloaded indexmap v2.13.0
4392026-03-19T14:14:18.131Z Downloaded memchr v2.8.0
4402026-03-19T14:14:18.136Z Downloaded pest v2.8.6
4412026-03-19T14:14:18.143Z Downloaded idna v1.1.0
4422026-03-19T14:14:18.161Z Downloaded hashbrown v0.16.1
4432026-03-19T14:14:18.166Z Downloaded serde_json v1.0.149
4442026-03-19T14:14:18.171Z Downloaded clap_builder v4.5.60
4452026-03-19T14:14:18.176Z Downloaded icu_properties_data v2.1.2
4462026-03-19T14:14:18.188Z Downloaded goblin v0.8.2
4472026-03-19T14:14:18.192Z Downloaded tabled v0.15.0
4482026-03-19T14:14:18.202Z Downloaded syn v1.0.109
4492026-03-19T14:14:18.217Z Downloaded syn v2.0.117
4502026-03-19T14:14:18.234Z Downloaded rustix v1.1.3
4512026-03-19T14:14:18.258Z Downloaded libc v0.2.180
4522026-03-19T14:14:18.349Z Compiling proc-macro2 v1.0.106
4532026-03-19T14:14:18.349Z Compiling quote v1.0.44
4542026-03-19T14:14:18.351Z Compiling unicode-ident v1.0.24
4552026-03-19T14:14:18.352Z Compiling serde_core v1.0.228
4562026-03-19T14:14:18.352Z Compiling libc v0.2.180
4572026-03-19T14:14:18.352Z Compiling version_check v0.9.5
4582026-03-19T14:14:18.352Z Compiling stable_deref_trait v1.2.1
4592026-03-19T14:14:18.352Z Compiling serde v1.0.228
4602026-03-19T14:14:18.768Z Compiling memchr v2.8.0
4612026-03-19T14:14:18.801Z Compiling zmij v1.0.21
4622026-03-19T14:14:19.043Z Compiling itoa v1.0.17
4632026-03-19T14:14:19.114Z Compiling ucd-trie v0.1.7
4642026-03-19T14:14:19.297Z Compiling autocfg v1.5.0
4652026-03-19T14:14:19.458Z Compiling thiserror v1.0.69
4662026-03-19T14:14:19.593Z Compiling pest v2.8.6
4672026-03-19T14:14:19.618Z Compiling writeable v0.6.2
4682026-03-19T14:14:19.642Z Compiling litemap v0.8.1
4692026-03-19T14:14:19.873Z Compiling icu_properties_data v2.1.2
4702026-03-19T14:14:19.898Z Compiling byteorder v1.5.0
4712026-03-19T14:14:20.171Z Compiling icu_normalizer_data v2.1.1
4722026-03-19T14:14:20.276Z Compiling rustix v1.1.3
4732026-03-19T14:14:20.423Z Compiling syn v2.0.117
4742026-03-19T14:14:20.469Z Compiling errno v0.3.14
4752026-03-19T14:14:20.498Z Compiling bitflags v2.11.0
4762026-03-19T14:14:20.522Z Compiling serde_json v1.0.149
4772026-03-19T14:14:20.821Z Compiling num-traits v0.2.19
4782026-03-19T14:14:20.852Z Compiling smallvec v1.15.1
4792026-03-19T14:14:21.061Z Compiling typeid v1.0.3
4802026-03-19T14:14:21.141Z Compiling hashbrown v0.16.1
4812026-03-19T14:14:21.202Z Compiling pest_meta v2.8.6
4822026-03-19T14:14:21.415Z Compiling equivalent v1.0.2
4832026-03-19T14:14:21.590Z Compiling thread-id v4.2.2
4842026-03-19T14:14:21.702Z Compiling usdt-impl v0.5.0
4852026-03-19T14:14:21.768Z Compiling proc-macro-error-attr v1.0.4
4862026-03-19T14:14:21.902Z Compiling indexmap v2.13.0
4872026-03-19T14:14:21.974Z Compiling toml_write v0.1.2
4882026-03-19T14:14:21.976Z Compiling erased-serde v0.4.9
4892026-03-19T14:14:22.025Z Compiling winnow v0.7.14
4902026-03-19T14:14:22.242Z Compiling syn v1.0.109
4912026-03-19T14:14:22.788Z Compiling proc-macro-error v1.0.4
4922026-03-19T14:14:22.900Z Compiling utf8parse v0.2.2
4932026-03-19T14:14:23.025Z Compiling plain v0.2.3
4942026-03-19T14:14:23.050Z Compiling percent-encoding v2.3.2
4952026-03-19T14:14:23.183Z Compiling camino v1.2.2
4962026-03-19T14:14:23.309Z Compiling log v0.4.29
4972026-03-19T14:14:23.545Z Compiling getrandom v0.4.1
4982026-03-19T14:14:23.570Z Compiling utf8_iter v1.0.4
4992026-03-19T14:14:23.594Z Compiling thiserror v2.0.18
5002026-03-19T14:14:23.728Z Compiling ordered-float v2.10.1
5012026-03-19T14:14:23.767Z Compiling form_urlencoded v1.2.2
5022026-03-19T14:14:23.940Z Compiling anstyle-parse v0.2.7
5032026-03-19T14:14:24.115Z Compiling terminal_size v0.4.3
5042026-03-19T14:14:24.188Z Compiling anstyle v1.0.13
5052026-03-19T14:14:24.288Z Compiling synstructure v0.13.2
5062026-03-19T14:14:24.329Z Compiling pest_generator v2.8.6
5072026-03-19T14:14:24.436Z Compiling anstyle-query v1.1.5
5082026-03-19T14:14:24.493Z Compiling pretty-hex v0.4.1
5092026-03-19T14:14:24.579Z Compiling colorchoice v1.0.4
5102026-03-19T14:14:24.604Z Compiling cfg-if v1.0.4
5112026-03-19T14:14:24.674Z Compiling is_terminal_polyfill v1.70.2
5122026-03-19T14:14:24.700Z Compiling serde-untagged v0.1.9
5132026-03-19T14:14:24.797Z Compiling anstream v0.6.21
5142026-03-19T14:14:24.921Z Compiling semver v1.0.27
5152026-03-19T14:14:25.164Z Compiling fs-err v3.3.0
5162026-03-19T14:14:25.271Z Compiling unicode-xid v0.2.6
5172026-03-19T14:14:25.364Z Compiling once_cell v1.21.3
5182026-03-19T14:14:25.415Z Compiling bytecount v0.6.9
5192026-03-19T14:14:25.444Z Compiling heck v0.5.0
5202026-03-19T14:14:25.444Z Compiling strsim v0.11.1
5212026-03-19T14:14:25.493Z Compiling fnv v1.0.7
5222026-03-19T14:14:25.593Z Compiling heck v0.4.1
5232026-03-19T14:14:25.628Z Compiling unicode-width v0.1.14
5242026-03-19T14:14:25.770Z Compiling clap_lex v1.0.0
5252026-03-19T14:14:25.907Z Compiling anyhow v1.0.102
5262026-03-19T14:14:25.954Z Compiling fastrand v2.3.0
5272026-03-19T14:14:26.005Z Compiling clap_builder v4.5.60
5282026-03-19T14:14:26.074Z Compiling papergrid v0.11.0
5292026-03-19T14:14:26.230Z Compiling tempfile v3.25.0
5302026-03-19T14:14:26.314Z Compiling memmap v0.7.0
5312026-03-19T14:14:26.558Z Compiling unicode-width v0.2.0
5322026-03-19T14:14:26.624Z Compiling unicode-linebreak v0.1.5
5332026-03-19T14:14:26.737Z Compiling smawk v0.3.2
5342026-03-19T14:14:26.867Z Compiling serde_derive v1.0.228
5352026-03-19T14:14:26.921Z Compiling zerofrom-derive v0.1.6
5362026-03-19T14:14:26.921Z Compiling yoke-derive v0.8.1
5372026-03-19T14:14:26.973Z Compiling zerovec-derive v0.11.2
5382026-03-19T14:14:27.091Z Compiling displaydoc v0.2.5
5392026-03-19T14:14:28.072Z Compiling thiserror-impl v1.0.69
5402026-03-19T14:14:28.102Z Compiling zerocopy-derive v0.7.35
5412026-03-19T14:14:28.476Z Compiling pest_derive v2.8.6
5422026-03-19T14:14:28.525Z Compiling scroll_derive v0.12.1
5432026-03-19T14:14:28.860Z Compiling zerofrom v0.1.6
5442026-03-19T14:14:29.017Z Compiling yoke v0.8.1
5452026-03-19T14:14:29.041Z Compiling thiserror-impl v2.0.18
5462026-03-19T14:14:29.263Z Compiling zerovec v0.11.5
5472026-03-19T14:14:29.288Z Compiling zerotrie v0.2.3
5482026-03-19T14:14:29.412Z Compiling zerocopy v0.7.35
5492026-03-19T14:14:29.697Z Compiling scroll v0.12.0
5502026-03-19T14:14:29.913Z Compiling tinystr v0.8.2
5512026-03-19T14:14:29.967Z Compiling potential_utf v0.1.4
5522026-03-19T14:14:30.119Z Compiling dtrace-parser v0.2.0
5532026-03-19T14:14:30.210Z Compiling icu_locale_core v2.1.1
5542026-03-19T14:14:30.246Z Compiling icu_collections v2.1.1
5552026-03-19T14:14:30.294Z Compiling goblin v0.8.2
5562026-03-19T14:14:30.381Z Compiling tabled_derive v0.7.0
5572026-03-19T14:14:30.926Z Compiling clap_derive v4.5.55
5582026-03-19T14:14:30.977Z Compiling textwrap v0.16.2
5592026-03-19T14:14:31.199Z Compiling icu_provider v2.1.1
5602026-03-19T14:14:31.609Z Compiling icu_properties v2.1.2
5612026-03-19T14:14:31.634Z Compiling icu_normalizer v2.1.1
5622026-03-19T14:14:31.637Z Compiling tabled v0.15.0
5632026-03-19T14:14:31.753Z Compiling serde_spanned v0.6.9
5642026-03-19T14:14:31.811Z Compiling toml_datetime v0.6.11
5652026-03-19T14:14:31.946Z Compiling dof v0.3.0
5662026-03-19T14:14:31.989Z Compiling serde_tokenstream v0.2.3
5672026-03-19T14:14:32.172Z Compiling toml_edit v0.22.27
5682026-03-19T14:14:32.412Z Compiling serde-value v0.7.0
5692026-03-19T14:14:32.473Z Compiling cargo-platform v0.2.0
5702026-03-19T14:14:32.836Z Compiling idna_adapter v1.2.1
5712026-03-19T14:14:32.902Z Compiling macaddr v1.0.1
5722026-03-19T14:14:33.023Z Compiling idna v1.1.0
5732026-03-19T14:14:33.196Z Compiling camino-tempfile v1.4.1
5742026-03-19T14:14:33.248Z Compiling usdt-macro v0.5.0
5752026-03-19T14:14:33.354Z Compiling usdt-attr-macro v0.5.0
5762026-03-19T14:14:33.610Z Compiling url v2.5.8
5772026-03-19T14:14:33.920Z Compiling clap v4.5.60
5782026-03-19T14:14:34.072Z Compiling swrite v0.1.0
5792026-03-19T14:14:34.203Z Compiling toml v0.8.23
5802026-03-19T14:14:34.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-19T14:14:34.500Z Compiling usdt v0.5.0
5822026-03-19T14:14:34.765Z Compiling cargo-util-schemas v0.8.2
5832026-03-19T14:14:34.825Z Compiling cargo_toml v0.21.0
5842026-03-19T14:14:36.035Z Compiling cargo_metadata v0.21.0
5852026-03-19T14:14:37.342Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5862026-03-19T14:14:40.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5872026-03-19T14:14:40.572Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5882026-03-19T14:14:41.329Z Downloading crates ...
5892026-03-19T14:14:41.443Z Downloaded adler2 v2.0.1
5902026-03-19T14:14:41.454Z Downloaded bcrypt-pbkdf v0.10.0
5912026-03-19T14:14:41.458Z Downloaded ahash v0.8.12
5922026-03-19T14:14:41.461Z Downloaded bit-set v0.5.3
5932026-03-19T14:14:41.464Z Downloaded critical-section v1.2.0
5942026-03-19T14:14:41.464Z Downloaded arrayvec v0.7.6
5952026-03-19T14:14:41.469Z Downloaded array-init v0.0.4
5962026-03-19T14:14:41.469Z Downloaded atomicwrites v0.4.4
5972026-03-19T14:14:41.472Z Downloaded foreign-types-macros v0.2.3
5982026-03-19T14:14:41.472Z Downloaded bitfield-struct v0.6.2
5992026-03-19T14:14:41.472Z Downloaded derive-where v1.6.0
6002026-03-19T14:14:41.476Z Downloaded assert_matches v1.5.0
6012026-03-19T14:14:41.476Z Downloaded embedded-io v0.4.0
6022026-03-19T14:14:41.479Z Downloaded data-encoding v2.10.0
6032026-03-19T14:14:41.479Z Downloaded curve25519-dalek-derive v0.1.1
6042026-03-19T14:14:41.482Z Downloaded aead v0.5.2
6052026-03-19T14:14:41.482Z Downloaded dsl_auto_type v0.2.0
6062026-03-19T14:14:41.482Z Downloaded fixedbitset v0.4.2
6072026-03-19T14:14:41.485Z Downloaded dtrace-parser v0.3.0
6082026-03-19T14:14:41.485Z Downloaded flagset v0.4.7
6092026-03-19T14:14:41.488Z Downloaded dyn-clone v1.0.20
6102026-03-19T14:14:41.488Z Downloaded async-stream v0.3.6
6112026-03-19T14:14:41.491Z Downloaded ciborium-io v0.2.2
6122026-03-19T14:14:41.491Z Downloaded bit-set v0.8.0
6132026-03-19T14:14:41.493Z Downloaded daft-derive v0.1.5
6142026-03-19T14:14:41.496Z Downloaded float-cmp v0.10.0
6152026-03-19T14:14:41.499Z Downloaded endian-type v0.1.2
6162026-03-19T14:14:41.499Z Downloaded defmt v0.3.100
6172026-03-19T14:14:41.499Z Downloaded crossbeam-deque v0.8.6
6182026-03-19T14:14:41.501Z Downloaded fixedbitset v0.5.7
6192026-03-19T14:14:41.501Z Downloaded fd-lock v4.0.4
6202026-03-19T14:14:41.506Z Downloaded fatfs v0.3.6
6212026-03-19T14:14:41.510Z Downloaded async-recursion v1.1.1
6222026-03-19T14:14:41.512Z Downloaded async-stream-impl v0.3.6
6232026-03-19T14:14:41.512Z Downloaded crossbeam-utils v0.8.21
6242026-03-19T14:14:41.512Z Downloaded ed25519 v2.2.3
6252026-03-19T14:14:41.515Z Downloaded bit-vec v0.8.0
6262026-03-19T14:14:41.518Z Downloaded cbc v0.1.2
6272026-03-19T14:14:41.518Z Downloaded backoff v0.4.0
6282026-03-19T14:14:41.520Z Downloaded bit-vec v0.6.3
6292026-03-19T14:14:41.521Z Downloaded atomic-waker v1.1.2
6302026-03-19T14:14:41.523Z Downloaded env_filter v1.0.0
6312026-03-19T14:14:41.523Z Downloaded ff v0.13.1
6322026-03-19T14:14:41.526Z Downloaded display-error-chain v0.2.2
6332026-03-19T14:14:41.526Z Downloaded defmt-parser v1.0.0
6342026-03-19T14:14:41.529Z Downloaded dunce v1.0.5
6352026-03-19T14:14:41.529Z Downloaded base64 v0.22.1
6362026-03-19T14:14:41.532Z Downloaded foreign-types v0.5.0
6372026-03-19T14:14:41.532Z Downloaded enum-as-inner v0.6.1
6382026-03-19T14:14:41.534Z Downloaded crc8 v0.1.1
6392026-03-19T14:14:41.534Z Downloaded convert_case v0.4.0
6402026-03-19T14:14:41.537Z Downloaded cfg_aliases v0.1.1
6412026-03-19T14:14:41.537Z Downloaded foreign-types v0.3.2
6422026-03-19T14:14:41.540Z Downloaded cobs v0.3.0
6432026-03-19T14:14:41.540Z Downloaded base16ct v1.0.0
6442026-03-19T14:14:41.540Z Downloaded ar_archive_writer v0.5.1
6452026-03-19T14:14:41.543Z Downloaded embedded-io v0.6.1
6462026-03-19T14:14:41.546Z Downloaded crucible-workspace-hack v0.1.0
6472026-03-19T14:14:41.546Z Downloaded base16ct v0.2.0
6482026-03-19T14:14:41.549Z Downloaded debug-ignore v1.0.5
6492026-03-19T14:14:41.549Z Downloaded dropshot_endpoint v0.16.7
6502026-03-19T14:14:41.553Z Downloaded either v1.15.0
6512026-03-19T14:14:41.555Z Downloaded env_logger v0.11.9
6522026-03-19T14:14:41.556Z Downloaded deranged v0.5.8
6532026-03-19T14:14:41.561Z Downloaded foreign-types-shared v0.3.1
6542026-03-19T14:14:41.561Z Downloaded cpufeatures v0.3.0
6552026-03-19T14:14:41.561Z Downloaded float-ord v0.3.2
6562026-03-19T14:14:41.565Z Downloaded darling_macro v0.23.0
6572026-03-19T14:14:41.565Z Downloaded cstr-argument v0.1.2
6582026-03-19T14:14:41.565Z Downloaded crc-catalog v2.4.0
6592026-03-19T14:14:41.565Z Downloaded foreign-types-shared v0.1.1
6602026-03-19T14:14:41.565Z Downloaded camino-tempfile-ext v0.3.3
6612026-03-19T14:14:41.568Z Downloaded dropshot-api-manager-types v0.6.0
6622026-03-19T14:14:41.568Z Downloaded difflib v0.4.0
6632026-03-19T14:14:41.568Z Downloaded convert_case v0.10.0
6642026-03-19T14:14:41.571Z Downloaded arrayref v0.3.9
6652026-03-19T14:14:41.571Z Downloaded async-trait v0.1.89
6662026-03-19T14:14:41.573Z Downloaded crc v3.4.0
6672026-03-19T14:14:41.576Z Downloaded fxhash v0.2.1
6682026-03-19T14:14:41.576Z Downloaded downcast-rs v2.0.2
6692026-03-19T14:14:41.576Z Downloaded futures-macro v0.3.32
6702026-03-19T14:14:41.579Z Downloaded dirs-sys-next v0.1.2
6712026-03-19T14:14:41.579Z Downloaded diesel_table_macro_syntax v0.3.0
6722026-03-19T14:14:41.579Z Downloaded darling_macro v0.21.3
6732026-03-19T14:14:41.582Z Downloaded futures-core v0.3.32
6742026-03-19T14:14:41.582Z Downloaded futures-sink v0.3.32
6752026-03-19T14:14:41.585Z Downloaded funty v2.0.0
6762026-03-19T14:14:41.585Z Downloaded dof v0.4.0
6772026-03-19T14:14:41.585Z Downloaded cmake v0.1.57
6782026-03-19T14:14:41.588Z Downloaded blowfish v0.9.1
6792026-03-19T14:14:41.588Z Downloaded cargo_toml v0.22.3
6802026-03-19T14:14:41.591Z Downloaded ghash v0.5.1
6812026-03-19T14:14:41.591Z Downloaded futures-io v0.3.32
6822026-03-19T14:14:41.591Z Downloaded git-stub v1.0.0
6832026-03-19T14:14:41.594Z Downloaded blake2 v0.10.6
6842026-03-19T14:14:41.597Z Downloaded futures-task v0.3.32
6852026-03-19T14:14:41.597Z Downloaded hash32 v0.2.1
6862026-03-19T14:14:41.597Z Downloaded bzip2 v0.6.1
6872026-03-19T14:14:41.601Z Downloaded hex v0.4.3
6882026-03-19T14:14:41.601Z Downloaded hash32 v0.3.1
6892026-03-19T14:14:41.604Z Downloaded gethostname v0.5.0
6902026-03-19T14:14:41.604Z Downloaded buf-list v1.1.2
6912026-03-19T14:14:41.607Z Downloaded headers-core v0.3.0
6922026-03-19T14:14:41.607Z Downloaded bitfield v0.19.4
6932026-03-19T14:14:41.607Z Downloaded filetime v0.2.27
6942026-03-19T14:14:41.610Z Downloaded foldhash v0.1.5
6952026-03-19T14:14:41.610Z Downloaded derive_builder_macro v0.20.2
6962026-03-19T14:14:41.613Z Downloaded fallible-iterator v0.2.0
6972026-03-19T14:14:41.613Z Downloaded drift v0.1.3
6982026-03-19T14:14:41.616Z Downloaded erased-serde v0.3.31
6992026-03-19T14:14:41.619Z Downloaded darling v0.23.0
7002026-03-19T14:14:41.622Z Downloaded crypto-bigint v0.5.5
7012026-03-19T14:14:41.627Z Downloaded hostname v0.3.1
7022026-03-19T14:14:41.630Z Downloaded http-range v0.1.5
7032026-03-19T14:14:41.630Z Downloaded http-body v1.0.1
7042026-03-19T14:14:41.632Z Downloaded hex-literal v0.4.1
7052026-03-19T14:14:41.632Z Downloaded base64ct v1.8.3
7062026-03-19T14:14:41.635Z Downloaded corncobs v0.1.4
7072026-03-19T14:14:41.639Z Downloaded ena v0.14.4
7082026-03-19T14:14:41.639Z Downloaded document-features v0.2.12
7092026-03-19T14:14:41.643Z Downloaded diesel-dtrace v0.5.0
7102026-03-19T14:14:41.643Z Downloaded home v0.5.12
7112026-03-19T14:14:41.643Z Downloaded find-msvc-tools v0.1.9
7122026-03-19T14:14:41.647Z Downloaded hostname v0.4.2
7132026-03-19T14:14:41.647Z Downloaded foldhash v0.2.0
7142026-03-19T14:14:41.647Z Downloaded der_derive v0.7.3
7152026-03-19T14:14:41.651Z Downloaded chacha20 v0.10.0
7162026-03-19T14:14:41.651Z Downloaded bzip2 v0.4.4
7172026-03-19T14:14:41.665Z Downloaded ident_case v1.0.1
7182026-03-19T14:14:41.668Z Downloaded hyper-tls v0.6.0
7192026-03-19T14:14:41.668Z Downloaded hubpack_derive v0.1.1
7202026-03-19T14:14:41.671Z Downloaded hubpack v0.1.2
7212026-03-19T14:14:41.671Z Downloaded httpdate v1.0.3
7222026-03-19T14:14:41.671Z Downloaded globset v0.4.18
7232026-03-19T14:14:41.673Z Downloaded group v0.13.0
7242026-03-19T14:14:41.676Z Downloaded ecdsa v0.16.9
7252026-03-19T14:14:41.676Z Downloaded derive-ex v0.1.8
7262026-03-19T14:14:41.679Z Downloaded globwalk v0.9.1
7272026-03-19T14:14:41.679Z Downloaded ed25519-dalek v2.2.0
7282026-03-19T14:14:41.681Z Downloaded is_ci v1.2.0
7292026-03-19T14:14:41.684Z Downloaded keccak v0.1.6
7302026-03-19T14:14:41.684Z Downloaded instant v0.1.13
7312026-03-19T14:14:41.687Z Downloaded instability v0.3.11
7322026-03-19T14:14:41.687Z Downloaded is-terminal v0.4.17
7332026-03-19T14:14:41.687Z Downloaded inout v0.1.4
7342026-03-19T14:14:41.690Z Downloaded indoc v1.0.9
7352026-03-19T14:14:41.692Z Downloaded indent_write v2.2.0
7362026-03-19T14:14:41.692Z Downloaded git-stub-vcs v0.1.0
7372026-03-19T14:14:41.695Z Downloaded futures-executor v0.3.32
7382026-03-19T14:14:41.695Z Downloaded humantime v2.3.0
7392026-03-19T14:14:41.698Z Downloaded lalrpop-util v0.19.12
7402026-03-19T14:14:41.698Z Downloaded lazy_static v1.5.0
7412026-03-19T14:14:41.702Z Downloaded ciborium v0.2.2
7422026-03-19T14:14:41.702Z Downloaded kstat-rs v0.2.4
7432026-03-19T14:14:41.705Z Downloaded crc32fast v1.5.0
7442026-03-19T14:14:41.705Z Downloaded highway v1.3.0
7452026-03-19T14:14:41.707Z Downloaded fs-err v2.11.0
7462026-03-19T14:14:41.707Z Downloaded daft v0.1.5
7472026-03-19T14:14:41.710Z Downloaded csv-core v0.1.13
7482026-03-19T14:14:41.710Z Downloaded libscf-sys v1.1.0
7492026-03-19T14:14:41.713Z Downloaded crossbeam-epoch v0.9.18
7502026-03-19T14:14:41.713Z Downloaded async-bb8-diesel v0.2.1
7512026-03-19T14:14:41.717Z Downloaded cexpr v0.6.0
7522026-03-19T14:14:41.718Z Downloaded linked-hash-map v0.5.6
7532026-03-19T14:14:41.720Z Downloaded glob v0.3.3
7542026-03-19T14:14:41.720Z Downloaded ingot v0.1.1
7552026-03-19T14:14:41.723Z Downloaded getrandom v0.2.17
7562026-03-19T14:14:41.725Z Downloaded colored v3.1.1
7572026-03-19T14:14:41.729Z Downloaded md5 v0.7.0
7582026-03-19T14:14:41.729Z Downloaded maybe-uninit v2.0.0
7592026-03-19T14:14:41.729Z Downloaded match_cfg v0.1.0
7602026-03-19T14:14:41.732Z Downloaded indoc v2.0.7
7612026-03-19T14:14:41.732Z Downloaded futures-channel v0.3.32
7622026-03-19T14:14:41.736Z Downloaded mime v0.3.17
7632026-03-19T14:14:41.736Z Downloaded memoffset v0.9.1
7642026-03-19T14:14:41.739Z Downloaded des v0.8.1
7652026-03-19T14:14:41.739Z Downloaded derive_more v0.99.20
7662026-03-19T14:14:41.742Z Downloaded ipnet v2.11.0
7672026-03-19T14:14:41.745Z Downloaded ipnetwork v0.21.1
7682026-03-19T14:14:41.745Z Downloaded internet-checksum v0.2.1
7692026-03-19T14:14:41.748Z Downloaded new_debug_unreachable v1.0.6
7702026-03-19T14:14:41.748Z Downloaded normalize-line-endings v0.3.0
7712026-03-19T14:14:41.748Z Downloaded nonempty v0.12.0
7722026-03-19T14:14:41.753Z Downloaded newtype_derive v0.1.6
7732026-03-19T14:14:41.754Z Downloaded newtype-uuid-macros v0.1.0
7742026-03-19T14:14:41.754Z Downloaded newline-converter v0.3.0
7752026-03-19T14:14:41.757Z Downloaded multimap v0.10.1
7762026-03-19T14:14:41.757Z Downloaded ingot-types v0.1.2
7772026-03-19T14:14:41.758Z Downloaded nibble_vec v0.1.0
7782026-03-19T14:14:41.758Z Downloaded num v0.4.3
7792026-03-19T14:14:41.758Z Downloaded flume v0.11.1
7802026-03-19T14:14:41.760Z Downloaded nodrop v0.1.14
7812026-03-19T14:14:41.760Z Downloaded httparse v1.10.1
7822026-03-19T14:14:41.763Z Downloaded md-5 v0.10.6
7832026-03-19T14:14:41.766Z Downloaded libsw-core v0.3.2
7842026-03-19T14:14:41.766Z Downloaded libsw v3.5.0
7852026-03-19T14:14:41.769Z Downloaded jobserver v0.1.34
7862026-03-19T14:14:41.771Z Downloaded clang-sys v1.8.1
7872026-03-19T14:14:41.771Z Downloaded olpc-cjson v0.1.4
7882026-03-19T14:14:41.774Z Downloaded num-iter v0.1.45
7892026-03-19T14:14:41.774Z Downloaded num_enum_derive v0.5.11
7902026-03-19T14:14:41.774Z Downloaded lru-cache v0.1.2
7912026-03-19T14:14:41.777Z Downloaded http-body-util v0.1.3
7922026-03-19T14:14:41.777Z Downloaded linear-map v1.2.0
7932026-03-19T14:14:41.780Z Downloaded openssl-macros v0.1.1
7942026-03-19T14:14:41.780Z Downloaded num-derive v0.3.3
7952026-03-19T14:14:41.783Z Downloaded derive_builder v0.20.2
7962026-03-19T14:14:41.786Z Downloaded num_threads v0.1.7
7972026-03-19T14:14:41.788Z Downloaded hyper-rustls v0.27.7
7982026-03-19T14:14:41.791Z Downloaded libloading v0.8.9
7992026-03-19T14:14:41.791Z Downloaded iana-time-zone v0.1.65
8002026-03-19T14:14:41.794Z Downloaded bytes v1.11.1
8012026-03-19T14:14:41.797Z Downloaded openssl-probe v0.1.6
8022026-03-19T14:14:41.800Z Downloaded opaque-debug v0.3.1
8032026-03-19T14:14:41.800Z Downloaded crc-any v2.5.0
8042026-03-19T14:14:41.804Z Downloaded bumpalo v3.20.2
8052026-03-19T14:14:41.804Z Downloaded mime_guess v2.0.5
8062026-03-19T14:14:41.807Z Downloaded openssl-probe v0.2.1
8072026-03-19T14:14:41.807Z Downloaded oso-derive v0.27.3
8082026-03-19T14:14:41.807Z Downloaded darling_core v0.21.3
8092026-03-19T14:14:41.810Z Downloaded base64 v0.21.7
8102026-03-19T14:14:41.813Z Downloaded multer v3.1.0
8112026-03-19T14:14:41.816Z Downloaded parse-size v1.1.0
8122026-03-19T14:14:41.819Z Downloaded const-oid v0.9.6
8132026-03-19T14:14:41.819Z Downloaded hyper-staticfile v0.10.1
8142026-03-19T14:14:41.821Z Downloaded pbkdf2 v0.12.2
8152026-03-19T14:14:41.824Z Downloaded half v1.8.3
8162026-03-19T14:14:41.824Z Downloaded parse-display v0.10.0
8172026-03-19T14:14:41.827Z Downloaded half v2.7.1
8182026-03-19T14:14:41.829Z Downloaded getrandom v0.3.4
8192026-03-19T14:14:41.832Z Downloaded ingot-macros v0.1.1
8202026-03-19T14:14:41.832Z Downloaded futures v0.3.32
8212026-03-19T14:14:41.837Z Downloaded num_enum v0.5.11
8222026-03-19T14:14:41.840Z Downloaded num-rational v0.4.2
8232026-03-19T14:14:41.843Z Downloaded pbkdf2 v0.11.0
8242026-03-19T14:14:41.846Z Downloaded phf_shared v0.13.1
8252026-03-19T14:14:41.846Z Downloaded peg-runtime v0.8.5
8262026-03-19T14:14:41.846Z Downloaded path-slash v0.1.5
8272026-03-19T14:14:41.849Z Downloaded native-tls v0.2.18
8282026-03-19T14:14:41.849Z Downloaded phf_shared v0.12.1
8292026-03-19T14:14:41.849Z Downloaded phf_shared v0.11.3
8302026-03-19T14:14:41.852Z Downloaded const_format v0.2.35
8312026-03-19T14:14:41.854Z Downloaded elliptic-curve v0.13.8
8322026-03-19T14:14:41.857Z Downloaded darling_core v0.20.11
8332026-03-19T14:14:41.861Z Downloaded libefi-sys v0.1.0
8342026-03-19T14:14:41.864Z Downloaded ignore v0.4.25
8352026-03-19T14:14:41.866Z Downloaded num-integer v0.1.46
8362026-03-19T14:14:41.866Z Downloaded num_enum_derive v0.7.5
8372026-03-19T14:14:41.869Z Downloaded num-derive v0.4.2
8382026-03-19T14:14:41.869Z Downloaded pin-utils v0.1.0
8392026-03-19T14:14:41.872Z Downloaded num-complex v0.4.6
8402026-03-19T14:14:41.872Z Downloaded litrs v1.0.0
8412026-03-19T14:14:41.874Z Downloaded predicates-core v1.0.10
8422026-03-19T14:14:41.874Z Downloaded precomputed-hash v0.1.1
8432026-03-19T14:14:41.877Z Downloaded powerfmt v0.2.0
8442026-03-19T14:14:41.877Z Downloaded cc v1.2.56
8452026-03-19T14:14:41.880Z Downloaded memmap2 v0.9.10
8462026-03-19T14:14:41.880Z Downloaded darling_core v0.23.0
8472026-03-19T14:14:41.885Z Downloaded oxnet v0.1.4
8482026-03-19T14:14:41.890Z Downloaded oxide-tokio-rt v0.1.3
8492026-03-19T14:14:41.895Z Downloaded packed_struct v0.10.1
8502026-03-19T14:14:41.895Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-03-19T14:14:41.895Z Downloaded nu-ansi-term v0.50.3
8522026-03-19T14:14:41.895Z Downloaded progenitor-client v0.11.2
8532026-03-19T14:14:41.895Z Downloaded progenitor-client v0.10.0
8542026-03-19T14:14:41.897Z Downloaded proc-macro-crate v3.4.0
8552026-03-19T14:14:41.897Z Downloaded proc-macro-crate v1.3.1
8562026-03-19T14:14:41.897Z Downloaded progenitor-macro v0.11.2
8572026-03-19T14:14:41.901Z Downloaded peg v0.8.5
8582026-03-19T14:14:41.904Z Downloaded paste v1.0.15
8592026-03-19T14:14:41.904Z Downloaded psl-types v2.0.11
8602026-03-19T14:14:41.907Z Downloaded indexmap v1.9.3
8612026-03-19T14:14:41.910Z Downloaded crossterm v0.28.1
8622026-03-19T14:14:41.913Z Downloaded pem v3.0.6
8632026-03-19T14:14:41.915Z Downloaded password-hash v0.5.0
8642026-03-19T14:14:41.915Z Downloaded heapless v0.8.0
8652026-03-19T14:14:41.919Z Downloaded progenitor-macro v0.13.0
8662026-03-19T14:14:41.922Z Downloaded quick-error v1.2.3
8672026-03-19T14:14:41.922Z Downloaded libbz2-rs-sys v0.2.2
8682026-03-19T14:14:41.924Z Downloaded peg-macros v0.8.5
8692026-03-19T14:14:41.924Z Downloaded num_enum v0.7.5
8702026-03-19T14:14:41.928Z Downloaded rand_chacha v0.3.1
8712026-03-19T14:14:41.931Z Downloaded radium v0.7.0
8722026-03-19T14:14:41.931Z Downloaded pin-project-internal v1.1.11
8732026-03-19T14:14:41.934Z Downloaded phf v0.12.1
8742026-03-19T14:14:41.934Z Downloaded pem-rfc7468 v0.7.0
8752026-03-19T14:14:41.938Z Downloaded heapless v0.7.17
8762026-03-19T14:14:41.942Z Downloaded derive_more v2.1.1
8772026-03-19T14:14:41.947Z Downloaded der v0.7.10
8782026-03-19T14:14:41.951Z Downloaded postgres-protocol v0.6.10
8792026-03-19T14:14:41.953Z Downloaded predicates v3.1.4
8802026-03-19T14:14:41.956Z Downloaded rand_xorshift v0.4.0
8812026-03-19T14:14:41.956Z Downloaded predicates-tree v1.0.13
8822026-03-19T14:14:41.959Z Downloaded ppv-lite86 v0.2.21
8832026-03-19T14:14:41.959Z Downloaded packed_struct_codegen v0.10.1
8842026-03-19T14:14:41.962Z Downloaded omicron-zone-package v0.12.2
8852026-03-19T14:14:41.964Z Downloaded diesel_derives v2.3.7
8862026-03-19T14:14:41.967Z Downloaded progenitor-client v0.13.0
8872026-03-19T14:14:41.970Z Downloaded recursive v0.1.1
8882026-03-19T14:14:41.971Z Downloaded ref-cast-impl v1.0.25
8892026-03-19T14:14:41.974Z Downloaded primeorder v0.13.6
8902026-03-19T14:14:41.974Z Downloaded ref-cast v1.0.25
8912026-03-19T14:14:41.977Z Downloaded progenitor v0.11.2
8922026-03-19T14:14:41.977Z Downloaded progenitor v0.13.0
8932026-03-19T14:14:41.979Z Downloaded progenitor v0.10.0
8942026-03-19T14:14:41.980Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-03-19T14:14:41.980Z Downloaded parking_lot_core v0.9.12
8962026-03-19T14:14:41.982Z Downloaded parking_lot v0.12.5
8972026-03-19T14:14:41.985Z Downloaded rustc-hash v2.1.1
8982026-03-19T14:14:41.985Z Downloaded indicatif v0.18.4
8992026-03-19T14:14:41.988Z Downloaded hickory-resolver v0.25.2
9002026-03-19T14:14:41.991Z Downloaded rfc6979 v0.4.0
9012026-03-19T14:14:41.994Z Downloaded derive_more-impl v2.1.1
9022026-03-19T14:14:41.997Z Downloaded poly1305 v0.8.0
9032026-03-19T14:14:42.000Z Downloaded psm v0.1.30
9042026-03-19T14:14:42.002Z Downloaded pkcs8 v0.10.2
9052026-03-19T14:14:42.005Z Downloaded phf v0.13.1
9062026-03-19T14:14:42.005Z Downloaded rustc_version v0.1.7
9072026-03-19T14:14:42.008Z Downloaded russh-cryptovec v0.7.3
9082026-03-19T14:14:42.008Z Downloaded rustc_version v0.4.1
9092026-03-19T14:14:42.008Z Downloaded rtoolbox v0.0.3
9102026-03-19T14:14:42.011Z Downloaded salsa20 v0.10.2
9112026-03-19T14:14:42.011Z Downloaded polyval v0.6.2
9122026-03-19T14:14:42.014Z Downloaded rand_core v0.9.5
9132026-03-19T14:14:42.014Z Downloaded rand_chacha v0.9.0
9142026-03-19T14:14:42.016Z Downloaded pkcs5 v0.7.1
9152026-03-19T14:14:42.019Z Downloaded r2d2 v0.8.10
9162026-03-19T14:14:42.019Z Downloaded expectorate v1.2.0
9172026-03-19T14:14:42.022Z Downloaded postcard v1.1.3
9182026-03-19T14:14:42.025Z Downloaded rand_core v0.6.4
9192026-03-19T14:14:42.025Z Downloaded pkcs1 v0.7.5
9202026-03-19T14:14:42.028Z Downloaded pin-project-lite v0.2.17
9212026-03-19T14:14:42.031Z Downloaded postgres-types v0.2.12
9222026-03-19T14:14:42.033Z Downloaded same-file v1.0.6
9232026-03-19T14:14:42.036Z Downloaded scopeguard v1.2.0
9242026-03-19T14:14:42.036Z Downloaded rand_core v0.10.0
9252026-03-19T14:14:42.039Z Downloaded scroll_derive v0.13.1
9262026-03-19T14:14:42.039Z Downloaded dropshot-api-manager v0.6.0
9272026-03-19T14:14:42.042Z Downloaded semver v0.1.20
9282026-03-19T14:14:42.042Z Downloaded scrypt v0.11.0
9292026-03-19T14:14:42.045Z Downloaded secrecy v0.10.3
9302026-03-19T14:14:42.045Z Downloaded scheduled-thread-pool v0.2.7
9312026-03-19T14:14:42.048Z Downloaded rand_seeder v0.4.0
9322026-03-19T14:14:42.048Z Downloaded oso v0.27.3
9332026-03-19T14:14:42.051Z Downloaded progenitor-extras v0.1.1
9342026-03-19T14:14:42.051Z Downloaded proc-macro-error2 v2.0.1
9352026-03-19T14:14:42.054Z Downloaded parking_lot v0.11.2
9362026-03-19T14:14:42.057Z Downloaded seq-macro v0.3.6
9372026-03-19T14:14:42.057Z Downloaded serde_spanned v1.0.4
9382026-03-19T14:14:42.060Z Downloaded serde-big-array v0.5.1
9392026-03-19T14:14:42.090Z Downloaded serde_repr v0.1.20
9402026-03-19T14:14:42.090Z Downloaded serde_plain v1.0.2
9412026-03-19T14:14:42.090Z Downloaded serde_bytes v0.11.19
9422026-03-19T14:14:42.090Z Downloaded secrecy v0.8.0
9432026-03-19T14:14:42.090Z Downloaded resolv-conf v0.7.6
9442026-03-19T14:14:42.090Z Downloaded papergrid v0.17.0
9452026-03-19T14:14:42.090Z Downloaded miniz_oxide v0.8.9
9462026-03-19T14:14:42.090Z Downloaded pin-project v1.1.11
9472026-03-19T14:14:42.090Z Downloaded jiff-static v0.2.21
9482026-03-19T14:14:42.090Z Downloaded shell-words v1.1.1
9492026-03-19T14:14:42.090Z Downloaded sha1 v0.10.6
9502026-03-19T14:14:42.093Z Downloaded serde_urlencoded v0.7.1
9512026-03-19T14:14:42.093Z Downloaded sigpipe v0.1.3
9522026-03-19T14:14:42.093Z Downloaded signature v2.2.0
9532026-03-19T14:14:42.093Z Downloaded signal-hook-tokio v0.3.1
9542026-03-19T14:14:42.093Z Downloaded rustversion v1.0.22
9552026-03-19T14:14:42.097Z Downloaded rustls-pemfile v2.2.0
9562026-03-19T14:14:42.099Z Downloaded rustls-native-certs v0.8.3
9572026-03-19T14:14:42.099Z Downloaded signal-hook-mio v0.2.5
9582026-03-19T14:14:42.102Z Downloaded pkg-config v0.3.32
9592026-03-19T14:14:42.102Z Downloaded progenitor-macro v0.10.0
9602026-03-19T14:14:42.105Z Downloaded siphasher v1.0.2
9612026-03-19T14:14:42.105Z Downloaded headers v0.4.1
9622026-03-19T14:14:42.108Z Downloaded password-hash v0.4.2
9632026-03-19T14:14:42.111Z Downloaded parse-display-derive v0.10.0
9642026-03-19T14:14:42.111Z Downloaded parking_lot_core v0.8.6
9652026-03-19T14:14:42.114Z Downloaded schemars_derive v0.8.22
9662026-03-19T14:14:42.118Z Downloaded slog-bunyan v2.5.0
9672026-03-19T14:14:42.118Z Downloaded sct v0.7.1
9682026-03-19T14:14:42.121Z Downloaded openssl-sys v0.9.111
9692026-03-19T14:14:42.125Z Downloaded slog-envlogger v2.2.0
9702026-03-19T14:14:42.125Z Downloaded prefix-trie v0.7.0
9712026-03-19T14:14:42.128Z Downloaded sec1 v0.7.3
9722026-03-19T14:14:42.128Z Downloaded progenitor-impl v0.11.2
9732026-03-19T14:14:42.131Z Downloaded progenitor-impl v0.10.0
9742026-03-19T14:14:42.134Z Downloaded scroll v0.13.0
9752026-03-19T14:14:42.134Z Downloaded serde-hex v0.1.0
9762026-03-19T14:14:42.137Z Downloaded sapling-renderdag v0.1.0
9772026-03-19T14:14:42.137Z Downloaded rusty-fork v0.3.1
9782026-03-19T14:14:42.139Z Downloaded newtype-uuid v1.3.2
9792026-03-19T14:14:42.139Z Downloaded owo-colors v4.3.0
9802026-03-19T14:14:42.142Z Downloaded flate2 v1.1.9
9812026-03-19T14:14:42.147Z Downloaded ssh-cipher v0.2.0
9822026-03-19T14:14:42.147Z Downloaded serde_path_to_error v0.1.20
9832026-03-19T14:14:42.150Z Downloaded serde_derive_internals v0.29.1
9842026-03-19T14:14:42.150Z Downloaded hashbrown v0.13.2
9852026-03-19T14:14:42.153Z Downloaded russh-keys v0.45.0
9862026-03-19T14:14:42.155Z Downloaded progenitor-impl v0.13.0
9872026-03-19T14:14:42.158Z Downloaded quinn-udp v0.5.14
9882026-03-19T14:14:42.158Z Downloaded hashbrown v0.12.3
9892026-03-19T14:14:42.160Z Downloaded ssh-encoding v0.2.0
9902026-03-19T14:14:42.163Z Downloaded shlex v1.3.0
9912026-03-19T14:14:42.163Z Downloaded rustls-pemfile v1.0.4
9922026-03-19T14:14:42.166Z Downloaded signal-hook-registry v1.4.8
9932026-03-19T14:14:42.169Z Downloaded http v1.4.0
9942026-03-19T14:14:42.173Z Downloaded hickory-resolver v0.24.4
9952026-03-19T14:14:42.178Z Downloaded crossbeam-channel v0.5.15
9962026-03-19T14:14:42.181Z Downloaded sync-ptr v0.1.4
9972026-03-19T14:14:42.181Z Downloaded strum v0.27.2
9982026-03-19T14:14:42.181Z Downloaded strip-ansi-escapes v0.2.1
9992026-03-19T14:14:42.181Z Downloaded strum v0.26.3
10002026-03-19T14:14:42.181Z Downloaded subtle v2.6.1
10012026-03-19T14:14:42.184Z Downloaded sync_wrapper v1.0.2
10022026-03-19T14:14:42.184Z Downloaded slab v0.4.12
10032026-03-19T14:14:42.184Z Downloaded structmeta-derive v0.3.0
10042026-03-19T14:14:42.187Z Downloaded structmeta v0.3.0
10052026-03-19T14:14:42.187Z Downloaded simd-adler32 v0.3.8
10062026-03-19T14:14:42.189Z Downloaded crossterm v0.29.0
10072026-03-19T14:14:42.193Z Downloaded take_mut v0.2.2
10082026-03-19T14:14:42.196Z Downloaded tagptr v0.2.0
10092026-03-19T14:14:42.196Z Downloaded supports-color v3.0.2
10102026-03-19T14:14:42.198Z Downloaded slog-async v2.8.0
10112026-03-19T14:14:42.198Z Downloaded rustls-pki-types v1.14.0
10122026-03-19T14:14:42.201Z Downloaded tabled_derive v0.11.0
10132026-03-19T14:14:42.201Z Downloaded prettyplease v0.2.37
10142026-03-19T14:14:42.204Z Downloaded pretty_assertions v1.4.1
10152026-03-19T14:14:42.206Z Downloaded smallvec v0.6.14
10162026-03-19T14:14:42.206Z Downloaded chacha20poly1305 v0.10.1
10172026-03-19T14:14:42.209Z Downloaded rcgen v0.12.1
10182026-03-19T14:14:42.212Z Downloaded spki v0.7.3
10192026-03-19T14:14:42.212Z Downloaded thread-id v5.1.0
10202026-03-19T14:14:42.215Z Downloaded termtree v0.5.1
10212026-03-19T14:14:42.215Z Downloaded thiserror-impl-no-std v2.0.2
10222026-03-19T14:14:42.218Z Downloaded tabwriter v1.4.1
10232026-03-19T14:14:42.218Z Downloaded sqlformat v0.3.5
10242026-03-19T14:14:42.220Z Downloaded tap v1.0.1
10252026-03-19T14:14:42.220Z Downloaded slog-term v2.9.2
10262026-03-19T14:14:42.223Z Downloaded smf v0.2.3
10272026-03-19T14:14:42.223Z Downloaded snafu-derive v0.8.9
10282026-03-19T14:14:42.226Z Downloaded slog-json v2.6.1
10292026-03-19T14:14:42.226Z Downloaded arc-swap v1.8.2
10302026-03-19T14:14:42.229Z Downloaded itertools v0.10.5
10312026-03-19T14:14:42.235Z Downloaded compact_str v0.8.1
10322026-03-19T14:14:42.238Z Downloaded sqlparser_derive v0.5.0
10332026-03-19T14:14:42.238Z Downloaded nanorand v0.7.0
10342026-03-19T14:14:42.240Z Downloaded lock_api v0.4.14
10352026-03-19T14:14:42.243Z Downloaded num-conv v0.2.0
10362026-03-19T14:14:42.243Z Downloaded hmac v0.12.1
10372026-03-19T14:14:42.246Z Downloaded strum_macros v0.24.3
10382026-03-19T14:14:42.246Z Downloaded tinyvec_macros v0.1.1
10392026-03-19T14:14:42.249Z Downloaded rustls-platform-verifier v0.6.2
10402026-03-19T14:14:42.252Z Downloaded stacker v0.1.23
10412026-03-19T14:14:42.252Z Downloaded ryu v1.0.23
10422026-03-19T14:14:42.255Z Downloaded hickory-server v0.25.2
10432026-03-19T14:14:42.258Z Downloaded minimal-lexical v0.2.1
10442026-03-19T14:14:42.261Z Downloaded support-bundle-viewer v0.1.2
10452026-03-19T14:14:42.264Z Downloaded aes v0.8.4
10462026-03-19T14:14:42.267Z Downloaded strum_macros v0.26.4
10472026-03-19T14:14:42.267Z Downloaded schemars v0.8.22
10482026-03-19T14:14:42.275Z Downloaded aes-gcm v0.10.3
10492026-03-19T14:14:42.278Z Downloaded slog-stdlog v4.1.1
10502026-03-19T14:14:42.280Z Downloaded aho-corasick v1.1.4
10512026-03-19T14:14:42.284Z Downloaded p256 v0.13.2
10522026-03-19T14:14:42.287Z Downloaded slog-scope v4.4.1
10532026-03-19T14:14:42.289Z Downloaded slog-dtrace v0.3.0
10542026-03-19T14:14:42.289Z Downloaded testing_table v0.3.0
10552026-03-19T14:14:42.292Z Downloaded termios v0.3.3
10562026-03-19T14:14:42.292Z Downloaded time-core v0.1.8
10572026-03-19T14:14:42.295Z Downloaded thiserror-no-std v2.0.2
10582026-03-19T14:14:42.298Z Downloaded tower-service v0.3.3
10592026-03-19T14:14:42.298Z Downloaded tower-layer v0.3.3
10602026-03-19T14:14:42.300Z Downloaded topological-sort v0.2.2
10612026-03-19T14:14:42.300Z Downloaded spin v0.9.8
10622026-03-19T14:14:42.303Z Downloaded rand v0.8.5
10632026-03-19T14:14:42.306Z Downloaded libxml v0.3.3
10642026-03-19T14:14:42.309Z Downloaded serde_yaml v0.9.34+deprecated
10652026-03-19T14:14:42.311Z Downloaded qorb v0.4.1
10662026-03-19T14:14:42.315Z Downloaded quinn v0.11.9
10672026-03-19T14:14:42.317Z Downloaded try-lock v0.2.5
10682026-03-19T14:14:42.322Z Downloaded thread_local v1.1.9
10692026-03-19T14:14:42.322Z Downloaded signal-hook v0.3.18
10702026-03-19T14:14:42.325Z Downloaded trait-variant v0.1.2
10712026-03-19T14:14:42.325Z Downloaded ron v0.8.1
10722026-03-19T14:14:42.328Z Downloaded nom v7.1.3
10732026-03-19T14:14:42.332Z Downloaded tls_codec_derive v0.4.2
10742026-03-19T14:14:42.335Z Downloaded tls_codec v0.4.2
10752026-03-19T14:14:42.338Z Downloaded strum_macros v0.27.2
10762026-03-19T14:14:42.338Z Downloaded rayon-core v1.13.0
10772026-03-19T14:14:42.342Z Downloaded similar v2.7.0
10782026-03-19T14:14:42.345Z Downloaded publicsuffix v2.3.0
10792026-03-19T14:14:42.348Z Downloaded unarray v0.1.4
10802026-03-19T14:14:42.349Z Downloaded typify-macro v0.6.1
10812026-03-19T14:14:42.349Z Downloaded tokio-dtrace v0.1.1
10822026-03-19T14:14:42.352Z Downloaded slog v2.8.2
10832026-03-19T14:14:42.355Z Downloaded tokio-tungstenite v0.23.1
10842026-03-19T14:14:42.355Z Downloaded unicode-truncate v1.1.0
10852026-03-19T14:14:42.357Z Downloaded schemars v0.9.0
10862026-03-19T14:14:42.366Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-03-19T14:14:42.369Z Downloaded tokio-rustls v0.25.0
10882026-03-19T14:14:42.369Z Downloaded universal-hash v0.5.1
10892026-03-19T14:14:42.369Z Downloaded unit-prefix v0.5.2
10902026-03-19T14:14:42.371Z Downloaded term v1.2.1
10912026-03-19T14:14:42.374Z Downloaded untrusted v0.7.1
10922026-03-19T14:14:42.374Z Downloaded socket2 v0.5.10
10932026-03-19T14:14:42.377Z Downloaded usdt-macro v0.6.0
10942026-03-19T14:14:42.377Z Downloaded usdt-attr-macro v0.6.0
10952026-03-19T14:14:42.377Z Downloaded usdt v0.6.0
10962026-03-19T14:14:42.381Z Downloaded rand v0.9.2
10972026-03-19T14:14:42.384Z Downloaded untrusted v0.9.0
10982026-03-19T14:14:42.384Z Downloaded tokio-native-tls v0.3.1
10992026-03-19T14:14:42.387Z Downloaded mio v1.1.1
11002026-03-19T14:14:42.389Z Downloaded num-bigint v0.4.6
11012026-03-19T14:14:42.392Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-03-19T14:14:42.395Z Downloaded iddqd v0.3.17
11032026-03-19T14:14:42.399Z Downloaded wait-timeout v0.2.1
11042026-03-19T14:14:42.402Z Downloaded void v1.0.2
11052026-03-19T14:14:42.402Z Downloaded time-macros v0.2.27
11062026-03-19T14:14:42.404Z Downloaded term v0.7.0
11072026-03-19T14:14:42.407Z Downloaded hashbrown v0.15.5
11082026-03-19T14:14:42.412Z Downloaded subprocess v0.2.15
11092026-03-19T14:14:42.416Z Downloaded typify-macro v0.4.3
11102026-03-19T14:14:42.416Z Downloaded tiny-keccak v2.0.2
11112026-03-19T14:14:42.419Z Downloaded waitgroup v0.1.2
11122026-03-19T14:14:42.420Z Downloaded want v0.3.1
11132026-03-19T14:14:42.420Z Downloaded unicase v2.9.0
11142026-03-19T14:14:42.420Z Downloaded tui-tree-widget v0.23.1
11152026-03-19T14:14:42.422Z Downloaded serde_cbor v0.11.2
11162026-03-19T14:14:42.422Z Downloaded rustls-webpki v0.103.9
11172026-03-19T14:14:42.425Z Downloaded tokio-macros v2.6.0
11182026-03-19T14:14:42.427Z Downloaded num-bigint-dig v0.8.6
11192026-03-19T14:14:42.430Z Downloaded xshell-macros v0.2.7
11202026-03-19T14:14:42.430Z Downloaded tokio-rustls v0.26.4
11212026-03-19T14:14:42.433Z Downloaded tokio-rustls v0.24.1
11222026-03-19T14:14:42.436Z Downloaded tokio-tungstenite v0.21.0
11232026-03-19T14:14:42.436Z Downloaded xattr v1.6.1
11242026-03-19T14:14:42.439Z Downloaded stringprep v0.1.5
11252026-03-19T14:14:42.439Z Downloaded string_cache v0.8.9
11262026-03-19T14:14:42.442Z Downloaded tokio-stream v0.1.18
11272026-03-19T14:14:42.444Z Downloaded zeroize_derive v1.4.3
11282026-03-19T14:14:42.444Z Downloaded zone v0.3.1
11292026-03-19T14:14:42.447Z Downloaded serde_with_macros v3.17.0
11302026-03-19T14:14:42.447Z Downloaded static_assertions v1.1.0
11312026-03-19T14:14:42.450Z Downloaded hyper-util v0.1.20
11322026-03-19T14:14:42.453Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-03-19T14:14:42.455Z Downloaded hyper v1.8.1
11342026-03-19T14:14:42.460Z Downloaded uzers v0.12.2
11352026-03-19T14:14:42.463Z Downloaded utf-8 v0.7.6
11362026-03-19T14:14:42.463Z Downloaded usdt-impl v0.6.0
11372026-03-19T14:14:42.465Z Downloaded test-strategy v0.4.5
11382026-03-19T14:14:42.469Z Downloaded snafu v0.8.9
11392026-03-19T14:14:42.472Z Downloaded vergen-lib v0.1.6
11402026-03-19T14:14:42.475Z Downloaded vergen-git2 v1.0.7
11412026-03-19T14:14:42.475Z Downloaded tracing-attributes v0.1.31
11422026-03-19T14:14:42.479Z Downloaded itertools v0.13.0
11432026-03-19T14:14:42.482Z Downloaded futures-util v0.3.32
11442026-03-19T14:14:42.491Z Downloaded walkdir v2.5.0
11452026-03-19T14:14:42.494Z Downloaded vsss-rs v3.3.4
11462026-03-19T14:14:42.497Z Downloaded unicode-properties v0.1.4
11472026-03-19T14:14:42.497Z Downloaded twox-hash v2.1.2
11482026-03-19T14:14:42.500Z Downloaded tinyvec v1.10.0
11492026-03-19T14:14:42.503Z Downloaded rand v0.10.0
11502026-03-19T14:14:42.505Z Downloaded wyz v0.5.1
11512026-03-19T14:14:42.505Z Downloaded whoami v1.6.1
11522026-03-19T14:14:42.508Z Downloaded toml v0.7.8
11532026-03-19T14:14:42.508Z Downloaded xz2 v0.1.7
11542026-03-19T14:14:42.511Z Downloaded samael v0.0.19
11552026-03-19T14:14:42.514Z Downloaded schemars v1.2.1
11562026-03-19T14:14:42.525Z Downloaded zone_cfg_derive v0.3.1
11572026-03-19T14:14:42.527Z Downloaded zeroize v1.8.2
11582026-03-19T14:14:42.527Z Downloaded vergen v9.0.6
11592026-03-19T14:14:42.532Z Downloaded tracing-core v0.1.36
11602026-03-19T14:14:42.534Z Downloaded zstd-safe v7.2.4
11612026-03-19T14:14:42.534Z Downloaded h2 v0.4.13
11622026-03-19T14:14:42.537Z Downloaded rsa v0.9.10
11632026-03-19T14:14:42.541Z Downloaded vergen-gitcl v1.0.8
11642026-03-19T14:14:42.544Z Downloaded russh v0.45.0
11652026-03-19T14:14:42.546Z Downloaded zstd v0.13.3
11662026-03-19T14:14:42.549Z Downloaded typify v0.6.1
11672026-03-19T14:14:42.552Z Downloaded typify v0.4.3
11682026-03-19T14:14:42.555Z Downloaded blake3 v1.8.3
11692026-03-19T14:14:42.561Z Downloaded xshell v0.2.7
11702026-03-19T14:14:42.564Z Downloaded tungstenite v0.21.0
11712026-03-19T14:14:42.567Z Downloaded tar v0.4.44
11722026-03-19T14:14:42.570Z Downloaded whoami v2.1.0
11732026-03-19T14:14:42.570Z Downloaded unicode-bidi v0.3.18
11742026-03-19T14:14:42.573Z Downloaded ron v0.12.0
11752026-03-19T14:14:42.578Z Downloaded bitvec v1.0.1
11762026-03-19T14:14:42.589Z Downloaded vte v0.14.1
11772026-03-19T14:14:42.592Z Downloaded uuid v1.21.0
11782026-03-19T14:14:42.595Z Downloaded unsafe-libyaml v0.2.11
11792026-03-19T14:14:42.598Z Downloaded yasna v0.5.2
11802026-03-19T14:14:42.598Z Downloaded itertools v0.14.0
11812026-03-19T14:14:42.603Z Downloaded zerocopy v0.6.6
11822026-03-19T14:14:42.606Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-03-19T14:14:42.608Z Downloaded hkdf v0.12.4
11842026-03-19T14:14:42.611Z Downloaded tungstenite v0.23.0
11852026-03-19T14:14:42.614Z Downloaded steno v0.4.1
11862026-03-19T14:14:42.617Z Downloaded toml v0.9.12+spec-1.1.0
11872026-03-19T14:14:42.621Z Downloaded rustyline v14.0.0
11882026-03-19T14:14:42.624Z Downloaded rpassword v7.4.0
11892026-03-19T14:14:42.624Z Downloaded socket2 v0.6.2
11902026-03-19T14:14:42.626Z Downloaded p521 v0.13.3
11912026-03-19T14:14:42.629Z Downloaded libm v0.2.16
11922026-03-19T14:14:42.635Z Downloaded reedline v0.40.0
11932026-03-19T14:14:42.641Z Downloaded itertools v0.12.1
11942026-03-19T14:14:42.646Z Downloaded zopfli v0.8.3
11952026-03-19T14:14:42.649Z Downloaded zip v0.6.6
11962026-03-19T14:14:42.651Z Downloaded iri-string v0.7.10
11972026-03-19T14:14:42.657Z Downloaded reqwest v0.13.2
11982026-03-19T14:14:42.661Z Downloaded toml_edit v0.19.15
11992026-03-19T14:14:42.673Z Downloaded ssh-key v0.6.7
12002026-03-19T14:14:42.678Z Downloaded tokio-postgres v0.7.16
12012026-03-19T14:14:42.682Z Downloaded tower v0.5.3
12022026-03-19T14:14:42.690Z Downloaded regex v1.12.3
12032026-03-19T14:14:42.695Z Downloaded unicode_categories v0.1.1
12042026-03-19T14:14:42.698Z Downloaded quick-xml v0.37.5
12052026-03-19T14:14:42.702Z Downloaded yansi v1.0.1
12062026-03-19T14:14:42.704Z Downloaded x509-cert v0.2.5
12072026-03-19T14:14:42.707Z Downloaded salty v0.3.0
12082026-03-19T14:14:42.711Z Downloaded goblin v0.10.5
12092026-03-19T14:14:42.717Z Downloaded bindgen v0.71.1
12102026-03-19T14:14:42.722Z Downloaded unicode-segmentation v1.12.0
12112026-03-19T14:14:42.725Z Downloaded unicode-normalization v0.1.25
12122026-03-19T14:14:42.728Z Downloaded tower-http v0.6.8
12132026-03-19T14:14:42.735Z Downloaded tough v0.20.0
12142026-03-19T14:14:42.740Z Downloaded zip v4.6.1
12152026-03-19T14:14:42.743Z Downloaded zerocopy-derive v0.8.40
12162026-03-19T14:14:42.753Z Downloaded reqwest v0.12.28
12172026-03-19T14:14:42.760Z Downloaded p384 v0.13.1
12182026-03-19T14:14:42.763Z Downloaded rayon v1.11.0
12192026-03-19T14:14:42.766Z Downloaded typed-path v0.9.3
12202026-03-19T14:14:42.770Z Downloaded rustls-webpki v0.102.8
12212026-03-19T14:14:42.784Z Downloaded quinn-proto v0.11.13
12222026-03-19T14:14:42.789Z Downloaded lalrpop v0.19.12
12232026-03-19T14:14:42.797Z Downloaded rustls-webpki v0.101.7
12242026-03-19T14:14:42.808Z Downloaded winnow v0.6.26
12252026-03-19T14:14:42.815Z Downloaded radix_trie v0.2.1
12262026-03-19T14:14:42.819Z Downloaded bstr v1.12.1
12272026-03-19T14:14:42.828Z Downloaded portable-atomic v1.13.1
12282026-03-19T14:14:42.831Z Downloaded petname v2.0.2
12292026-03-19T14:14:42.836Z Downloaded aws-lc-rs v1.16.0
12302026-03-19T14:14:42.843Z Downloaded nix v0.29.0
12312026-03-19T14:14:42.851Z Downloaded moka v0.12.13
12322026-03-19T14:14:42.857Z Downloaded tokio-util v0.7.18
12332026-03-19T14:14:42.863Z Downloaded serde_with v3.17.0
12342026-03-19T14:14:42.872Z Downloaded regex-syntax v0.6.29
12352026-03-19T14:14:42.878Z Downloaded webpki-roots v1.0.6
12362026-03-19T14:14:42.882Z Downloaded nix v0.27.1
12372026-03-19T14:14:42.888Z Downloaded curve25519-dalek v4.1.3
12382026-03-19T14:14:42.895Z Downloaded zerocopy v0.8.40
12392026-03-19T14:14:42.902Z Downloaded vcpkg v0.2.15
12402026-03-19T14:14:42.932Z Downloaded winnow v0.5.40
12412026-03-19T14:14:42.938Z Downloaded object v0.30.4
12422026-03-19T14:14:42.945Z Downloaded openssl v0.10.75
12432026-03-19T14:14:42.952Z Downloaded polar-core v0.27.3
12442026-03-19T14:14:42.959Z Downloaded hickory-proto v0.25.2
12452026-03-19T14:14:42.973Z Downloaded regex-syntax v0.8.10
12462026-03-19T14:14:42.977Z Downloaded rustix v0.38.44
12472026-03-19T14:14:42.994Z Downloaded tabled v0.20.0
12482026-03-19T14:14:43.007Z Downloaded rustls v0.21.12
12492026-03-19T14:14:43.016Z Downloaded time v0.3.47
12502026-03-19T14:14:43.050Z Downloaded sqlparser v0.61.0
12512026-03-19T14:14:43.058Z Downloaded smoltcp v0.9.1
12522026-03-19T14:14:43.058Z Downloaded nix v0.31.1
12532026-03-19T14:14:43.058Z Downloaded ratatui v0.29.0
12542026-03-19T14:14:43.064Z Downloaded object v0.37.3
12552026-03-19T14:14:43.073Z Downloaded bzip2-sys v0.1.13+1.0.8
12562026-03-19T14:14:43.082Z Downloaded zlib-rs v0.6.2
12572026-03-19T14:14:43.087Z Downloaded zerocopy-derive v0.6.6
12582026-03-19T14:14:43.094Z Downloaded smoltcp v0.11.0
12592026-03-19T14:14:43.103Z Downloaded rustls v0.22.4
12602026-03-19T14:14:43.112Z Downloaded openapiv3 v2.2.0
12612026-03-19T14:14:43.121Z Downloaded rustls v0.23.37
12622026-03-19T14:14:43.130Z Downloaded regress v0.10.5
12632026-03-19T14:14:43.137Z Downloaded diesel v2.3.7
12642026-03-19T14:14:43.153Z Downloaded hickory-proto v0.24.4
12652026-03-19T14:14:43.164Z Downloaded jiff v0.2.21
12662026-03-19T14:14:43.177Z Downloaded chrono-tz v0.10.4
12672026-03-19T14:14:43.191Z Downloaded dropshot v0.16.7
12682026-03-19T14:14:43.207Z Downloaded proptest v1.10.0
12692026-03-19T14:14:43.463Z Downloaded nix v0.28.0
12702026-03-19T14:14:43.480Z Downloaded chrono v0.4.44
12712026-03-19T14:14:43.480Z Downloaded git2 v0.20.4
12722026-03-19T14:14:43.480Z Downloaded allocator-api2 v0.2.21
12732026-03-19T14:14:43.480Z Downloaded impl-trait-for-tuples v0.2.3
12742026-03-19T14:14:43.480Z Downloaded hickory-client v0.25.2
12752026-03-19T14:14:43.480Z Downloaded sled v0.34.7
12762026-03-19T14:14:43.480Z Downloaded maplit v1.0.2
12772026-03-19T14:14:43.480Z Downloaded managed v0.8.0
12782026-03-19T14:14:43.480Z Downloaded lzss v0.8.2
12792026-03-19T14:14:43.480Z Downloaded lru-slab v0.1.2
12802026-03-19T14:14:43.480Z Downloaded lru v0.12.5
12812026-03-19T14:14:43.480Z Downloaded cancel-safe-futures v0.1.5
12822026-03-19T14:14:43.480Z Downloaded backon v1.6.0
12832026-03-19T14:14:43.480Z Downloaded console v0.15.11
12842026-03-19T14:14:43.480Z Downloaded chacha20 v0.9.1
12852026-03-19T14:14:43.480Z Downloaded colored v2.2.0
12862026-03-19T14:14:43.480Z Downloaded typify-impl v0.6.1
12872026-03-19T14:14:43.480Z Downloaded tracing v0.1.44
12882026-03-19T14:14:43.480Z Downloaded bcs v0.1.6
12892026-03-19T14:14:43.480Z Downloaded argon2 v0.5.3
12902026-03-19T14:14:43.480Z Downloaded fs_extra v1.3.0
12912026-03-19T14:14:43.480Z Downloaded diff v0.1.13
12922026-03-19T14:14:43.480Z Downloaded darling v0.20.11
12932026-03-19T14:14:43.480Z Downloaded typify-impl v0.4.3
12942026-03-19T14:14:43.480Z Downloaded ctr v0.9.2
12952026-03-19T14:14:43.481Z Downloaded cookie v0.18.1
12962026-03-19T14:14:43.481Z Downloaded console v0.16.2
12972026-03-19T14:14:43.481Z Downloaded defmt-macros v1.0.1
12982026-03-19T14:14:43.481Z Downloaded cookie_store v0.22.1
12992026-03-19T14:14:43.481Z Downloaded derive_builder_core v0.20.2
13002026-03-19T14:14:43.481Z Downloaded defmt v1.0.1
13012026-03-19T14:14:43.481Z Downloaded cassowary v0.3.0
13022026-03-19T14:14:43.481Z Downloaded const_format_proc_macros v0.2.34
13032026-03-19T14:14:43.481Z Downloaded cipher v0.4.4
13042026-03-19T14:14:43.481Z Downloaded cargo_metadata v0.19.2
13052026-03-19T14:14:43.481Z Downloaded bitflags v1.3.2
13062026-03-19T14:14:43.481Z Downloaded constant_time_eq v0.4.2
13072026-03-19T14:14:43.481Z Downloaded darling_macro v0.20.11
13082026-03-19T14:14:43.481Z Downloaded ciborium-ll v0.2.2
13092026-03-19T14:14:43.481Z Downloaded cfg_aliases v0.2.1
13102026-03-19T14:14:43.481Z Downloaded atty v0.2.14
13112026-03-19T14:14:43.481Z Downloaded dirs-next v2.0.0
13122026-03-19T14:14:43.481Z Downloaded darling v0.21.3
13132026-03-19T14:14:43.481Z Downloaded castaway v0.2.4
13142026-03-19T14:14:43.481Z Downloaded bitfield-macros v0.19.4
13152026-03-19T14:14:43.481Z Downloaded bb8 v0.8.6
13162026-03-19T14:14:43.481Z Downloaded cargo-platform v0.1.9
13172026-03-19T14:14:43.481Z Downloaded block-padding v0.3.3
13182026-03-19T14:14:43.481Z Downloaded ascii-canvas v3.0.0
13192026-03-19T14:14:43.481Z Downloaded crunchy v0.2.4
13202026-03-19T14:14:43.481Z Downloaded regex-automata v0.4.14
13212026-03-19T14:14:43.481Z Downloaded petgraph v0.6.5
13222026-03-19T14:14:43.481Z Downloaded ring v0.17.14
13232026-03-19T14:14:43.481Z Downloaded lzma-sys v0.1.20
13242026-03-19T14:14:43.481Z Downloaded petgraph v0.8.3
13252026-03-19T14:14:43.495Z Downloaded csv v1.4.0
13262026-03-19T14:14:43.500Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-03-19T14:14:43.528Z Downloaded tokio v1.49.0
13282026-03-19T14:14:43.558Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13292026-03-19T14:14:43.571Z Downloaded libz-sys v1.1.24
13302026-03-19T14:14:43.587Z Downloaded sha3 v0.10.8
13312026-03-19T14:14:43.609Z Downloaded encoding_rs v0.8.35
13322026-03-19T14:14:44.134Z Downloaded aws-lc-sys v0.37.1
13332026-03-19T14:14:44.465Z Compiling libc v0.2.180
13342026-03-19T14:14:44.468Z Compiling serde v1.0.228
13352026-03-19T14:14:44.468Z Compiling log v0.4.29
13362026-03-19T14:14:44.468Z Compiling shlex v1.3.0
13372026-03-19T14:14:44.672Z Compiling find-msvc-tools v0.1.9
13382026-03-19T14:14:44.676Z Compiling smallvec v1.15.1
13392026-03-19T14:14:44.689Z Compiling syn v2.0.117
13402026-03-19T14:14:44.693Z Compiling typenum v1.19.0
13412026-03-19T14:14:44.887Z Compiling generic-array v0.14.7
13422026-03-19T14:14:44.914Z Compiling subtle v2.6.1
13432026-03-19T14:14:44.961Z Compiling scopeguard v1.2.0
13442026-03-19T14:14:45.149Z Compiling lock_api v0.4.14
13452026-03-19T14:14:45.178Z Compiling portable-atomic v1.13.1
13462026-03-19T14:14:45.198Z Compiling const-oid v0.9.6
13472026-03-19T14:14:45.217Z Compiling critical-section v1.2.0
13482026-03-19T14:14:45.327Z Compiling zerocopy v0.8.40
13492026-03-19T14:14:45.366Z Compiling pin-project-lite v0.2.17
13502026-03-19T14:14:45.461Z Compiling serde_json v1.0.149
13512026-03-19T14:14:45.488Z Compiling parking_lot_core v0.9.12
13522026-03-19T14:14:45.844Z Compiling pkg-config v0.3.32
13532026-03-19T14:14:45.925Z Compiling bitflags v2.11.0
13542026-03-19T14:14:46.041Z Compiling getrandom v0.2.17
13552026-03-19T14:14:46.167Z Compiling jobserver v0.1.34
13562026-03-19T14:14:46.231Z Compiling rand_core v0.6.4
13572026-03-19T14:14:46.337Z Compiling errno v0.3.14
13582026-03-19T14:14:46.536Z Compiling cc v1.2.56
13592026-03-19T14:14:46.592Z Compiling once_cell v1.21.3
13602026-03-19T14:14:46.634Z Compiling signal-hook-registry v1.4.8
13612026-03-19T14:14:46.653Z Compiling mio v1.1.1
13622026-03-19T14:14:46.699Z Compiling parking_lot v0.12.5
13632026-03-19T14:14:46.757Z Compiling libm v0.2.16
13642026-03-19T14:14:46.875Z Compiling num-traits v0.2.19
13652026-03-19T14:14:47.002Z Compiling futures-core v0.3.32
13662026-03-19T14:14:47.214Z Compiling socket2 v0.6.2
13672026-03-19T14:14:47.244Z Compiling percent-encoding v2.3.2
13682026-03-19T14:14:47.329Z Compiling allocator-api2 v0.2.21
13692026-03-19T14:14:47.354Z Compiling foldhash v0.2.0
13702026-03-19T14:14:47.399Z Compiling futures-sink v0.3.32
13712026-03-19T14:14:47.491Z Compiling cpufeatures v0.2.17
13722026-03-19T14:14:47.537Z Compiling futures-channel v0.3.32
13732026-03-19T14:14:47.587Z Compiling futures-io v0.3.32
13742026-03-19T14:14:47.643Z Compiling slab v0.4.12
13752026-03-19T14:14:47.789Z Compiling hashbrown v0.16.1
13762026-03-19T14:14:47.791Z Compiling futures-task v0.3.32
13772026-03-19T14:14:47.827Z Compiling getrandom v0.4.1
13782026-03-19T14:14:47.847Z Compiling rustversion v1.0.22
13792026-03-19T14:14:47.875Z Compiling rand_core v0.10.0
13802026-03-19T14:14:48.038Z Compiling getrandom v0.3.4
13812026-03-19T14:14:48.097Z Compiling cmake v0.1.57
13822026-03-19T14:14:48.574Z Compiling indexmap v2.13.0
13832026-03-19T14:14:48.648Z Compiling form_urlencoded v1.2.2
13842026-03-19T14:14:48.817Z Compiling base64ct v1.8.3
13852026-03-19T14:14:48.874Z Compiling dunce v1.0.5
13862026-03-19T14:14:48.925Z Compiling fs_extra v1.3.0
13872026-03-19T14:14:48.992Z Compiling ident_case v1.0.1
13882026-03-19T14:14:49.014Z Compiling synstructure v0.13.2
13892026-03-19T14:14:49.200Z Compiling pem-rfc7468 v0.7.0
13902026-03-19T14:14:49.271Z Compiling aws-lc-sys v0.37.1
13912026-03-19T14:14:49.320Z Compiling flagset v0.4.7
13922026-03-19T14:14:49.452Z Compiling rand_core v0.9.5
13932026-03-19T14:14:49.489Z Compiling iana-time-zone v0.1.65
13942026-03-19T14:14:49.492Z Compiling rustix v1.1.3
13952026-03-19T14:14:49.528Z Compiling ring v0.17.14
13962026-03-19T14:14:49.601Z Compiling uuid v1.21.0
13972026-03-19T14:14:49.755Z Compiling rustc_version v0.4.1
13982026-03-19T14:14:49.801Z Compiling vcpkg v0.2.15
13992026-03-19T14:14:49.839Z Compiling regex-syntax v0.8.10
14002026-03-19T14:14:50.224Z Compiling aws-lc-rs v1.16.0
14012026-03-19T14:14:50.574Z Compiling tracing-core v0.1.36
14022026-03-19T14:14:50.606Z Compiling crossbeam-utils v0.8.21
14032026-03-19T14:14:50.845Z Compiling openssl-sys v0.9.111
14042026-03-19T14:14:51.011Z Compiling pest_generator v2.8.6
14052026-03-19T14:14:51.339Z Compiling serde_derive_internals v0.29.1
14062026-03-19T14:14:51.640Z Compiling untrusted v0.9.0
14072026-03-19T14:14:51.683Z Compiling serde_derive v1.0.228
14082026-03-19T14:14:51.796Z Compiling zeroize_derive v1.4.3
14092026-03-19T14:14:51.956Z Compiling zerofrom-derive v0.1.6
14102026-03-19T14:14:51.978Z Compiling yoke-derive v0.8.1
14112026-03-19T14:14:52.612Z Compiling zerocopy-derive v0.8.40
14122026-03-19T14:14:52.658Z Compiling zeroize v1.8.2
14132026-03-19T14:14:53.194Z Compiling zerovec-derive v0.11.2
14142026-03-19T14:14:53.551Z Compiling displaydoc v0.2.5
14152026-03-19T14:14:53.718Z Compiling crypto-common v0.1.7
14162026-03-19T14:14:53.867Z Compiling zerofrom v0.1.6
14172026-03-19T14:14:53.903Z Compiling block-buffer v0.10.4
14182026-03-19T14:14:54.031Z Compiling yoke v0.8.1
14192026-03-19T14:14:54.118Z Compiling digest v0.10.7
14202026-03-19T14:14:54.276Z Compiling tokio-macros v2.6.0
14212026-03-19T14:14:54.439Z Compiling hmac v0.12.1
14222026-03-19T14:14:54.502Z Compiling futures-macro v0.3.32
14232026-03-19T14:14:54.524Z Compiling zerotrie v0.2.3
14242026-03-19T14:14:54.641Z Compiling block-padding v0.3.3
14252026-03-19T14:14:54.697Z Compiling zerovec v0.11.5
14262026-03-19T14:14:54.845Z Compiling inout v0.1.4
14272026-03-19T14:14:54.924Z Compiling sha2 v0.10.9
14282026-03-19T14:14:55.123Z Compiling cipher v0.4.4
14292026-03-19T14:14:55.299Z Compiling der_derive v0.7.3
14302026-03-19T14:14:55.554Z Compiling tinystr v0.8.2
14312026-03-19T14:14:55.557Z Compiling potential_utf v0.1.4
14322026-03-19T14:14:55.618Z Compiling futures-util v0.3.32
14332026-03-19T14:14:55.714Z Compiling icu_locale_core v2.1.1
14342026-03-19T14:14:55.754Z Compiling icu_collections v2.1.1
14352026-03-19T14:14:56.412Z Compiling salsa20 v0.10.2
14362026-03-19T14:14:56.556Z Compiling bytes v1.11.1
14372026-03-19T14:14:56.587Z Compiling chrono v0.4.44
14382026-03-19T14:14:56.634Z Compiling icu_provider v2.1.1
14392026-03-19T14:14:56.868Z Compiling der v0.7.10
14402026-03-19T14:14:56.986Z Compiling icu_normalizer v2.1.1
14412026-03-19T14:14:57.032Z Compiling icu_properties v2.1.2
14422026-03-19T14:14:57.388Z Compiling tokio v1.49.0
14432026-03-19T14:14:57.692Z Compiling http v1.4.0
14442026-03-19T14:14:58.497Z Compiling idna_adapter v1.2.1
14452026-03-19T14:14:58.547Z Compiling spki v0.7.3
14462026-03-19T14:14:58.838Z Compiling pbkdf2 v0.12.2
14472026-03-19T14:14:58.846Z Compiling idna v1.1.0
14482026-03-19T14:14:58.846Z Compiling thiserror-impl v2.0.18
14492026-03-19T14:14:58.846Z Compiling scrypt v0.11.0
14502026-03-19T14:14:58.846Z Compiling aes v0.8.4
14512026-03-19T14:14:58.937Z Compiling ppv-lite86 v0.2.21
14522026-03-19T14:14:59.052Z Compiling url v2.5.8
14532026-03-19T14:14:59.101Z Compiling cbc v0.1.2
14542026-03-19T14:14:59.288Z Compiling rustls-pki-types v1.14.0
14552026-03-19T14:14:59.385Z Compiling rand_chacha v0.9.0
14562026-03-19T14:14:59.538Z Compiling tracing-attributes v0.1.31
14572026-03-19T14:14:59.898Z Compiling rand v0.9.2
14582026-03-19T14:15:00.148Z Compiling pkcs5 v0.7.1
14592026-03-19T14:15:00.248Z Compiling http-body v1.0.1
14602026-03-19T14:15:00.305Z Compiling httparse v1.10.1
14612026-03-19T14:15:00.445Z Compiling untrusted v0.7.1
14622026-03-19T14:15:00.570Z Compiling thiserror v2.0.18
14632026-03-19T14:15:00.608Z Compiling openssl-probe v0.2.1
14642026-03-19T14:15:00.708Z Compiling syn v1.0.109
14652026-03-19T14:15:00.753Z Compiling schemars v0.8.22
14662026-03-19T14:15:00.810Z Compiling base64 v0.22.1
14672026-03-19T14:15:00.898Z Compiling pkcs8 v0.10.2
14682026-03-19T14:15:01.036Z Compiling schemars_derive v0.8.22
14692026-03-19T14:15:01.167Z Compiling pest_derive v2.8.6
14702026-03-19T14:15:01.241Z Compiling scroll_derive v0.13.1
14712026-03-19T14:15:01.437Z Compiling tracing v0.1.44
14722026-03-19T14:15:01.705Z Compiling darling_core v0.20.11
14732026-03-19T14:15:01.790Z Compiling rustls v0.23.37
14742026-03-19T14:15:01.971Z Compiling dyn-clone v1.0.20
14752026-03-19T14:15:02.014Z Compiling try-lock v0.2.5
14762026-03-19T14:15:02.148Z Compiling tower-layer v0.3.3
14772026-03-19T14:15:02.168Z Compiling tinyvec_macros v0.1.1
14782026-03-19T14:15:02.260Z Compiling atomic-waker v1.1.2
14792026-03-19T14:15:02.314Z Compiling tower-service v0.3.3
14802026-03-19T14:15:02.366Z Compiling scroll v0.13.0
14812026-03-19T14:15:02.420Z Compiling tinyvec v1.10.0
14822026-03-19T14:15:02.437Z Compiling want v0.3.1
14832026-03-19T14:15:02.654Z Compiling tokio-util v0.7.18
14842026-03-19T14:15:03.273Z Compiling ipnet v2.11.0
14852026-03-19T14:15:03.458Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14862026-03-19T14:15:03.954Z Compiling h2 v0.4.13
14872026-03-19T14:15:03.983Z Compiling spin v0.9.8
14882026-03-19T14:15:04.061Z Compiling aho-corasick v1.1.4
14892026-03-19T14:15:04.259Z Compiling foreign-types-shared v0.1.1
14902026-03-19T14:15:04.371Z Compiling num-conv v0.2.0
14912026-03-19T14:15:04.553Z Compiling openssl v0.10.75
14922026-03-19T14:15:04.574Z Compiling crc32fast v1.5.0
14932026-03-19T14:15:04.850Z Compiling time-core v0.1.8
14942026-03-19T14:15:04.918Z Compiling pin-utils v0.1.0
14952026-03-19T14:15:04.971Z Compiling darling_macro v0.20.11
14962026-03-19T14:15:05.012Z Compiling httpdate v1.0.3
14972026-03-19T14:15:05.098Z Compiling powerfmt v0.2.0
14982026-03-19T14:15:05.334Z Compiling deranged v0.5.8
14992026-03-19T14:15:05.378Z Compiling regex-automata v0.4.14
15002026-03-19T14:15:05.533Z Compiling time-macros v0.2.27
15012026-03-19T14:15:05.599Z Compiling darling v0.20.11
15022026-03-19T14:15:05.798Z Compiling foreign-types v0.3.2
15032026-03-19T14:15:05.891Z Compiling tempfile v3.25.0
15042026-03-19T14:15:06.554Z Compiling goblin v0.10.5
15052026-03-19T14:15:06.729Z Compiling thiserror-impl v1.0.69
15062026-03-19T14:15:07.014Z Compiling openssl-macros v0.1.1
15072026-03-19T14:15:08.216Z Compiling hyper v1.8.1
15082026-03-19T14:15:08.442Z Compiling wait-timeout v0.2.1
15092026-03-19T14:15:08.467Z Compiling simd-adler32 v0.3.8
15102026-03-19T14:15:08.786Z Compiling siphasher v1.0.2
15112026-03-19T14:15:08.805Z Compiling usdt-impl v0.6.0
15122026-03-19T14:15:09.040Z Compiling quick-error v1.2.3
15132026-03-19T14:15:09.060Z Compiling num_threads v0.1.7
15142026-03-19T14:15:09.177Z Compiling either v1.15.0
15152026-03-19T14:15:09.199Z Compiling native-tls v0.2.18
15162026-03-19T14:15:09.452Z Compiling bit-vec v0.8.0
15172026-03-19T14:15:09.499Z Compiling time v0.3.47
15182026-03-19T14:15:09.519Z Compiling rusty-fork v0.3.1
15192026-03-19T14:15:09.761Z Compiling bit-set v0.8.0
15202026-03-19T14:15:09.945Z Compiling hyper-util v0.1.20
15212026-03-19T14:15:10.005Z Compiling thiserror v1.0.69
15222026-03-19T14:15:10.422Z Compiling dof v0.4.0
15232026-03-19T14:15:11.481Z Compiling derive_builder_core v0.20.2
15242026-03-19T14:15:11.812Z Compiling unicode-normalization v0.1.25
15252026-03-19T14:15:12.075Z Compiling crossbeam-epoch v0.9.18
15262026-03-19T14:15:12.319Z Compiling dtrace-parser v0.3.0
15272026-03-19T14:15:12.404Z Compiling rustls-native-certs v0.8.3
15282026-03-19T14:15:12.523Z Compiling signature v2.2.0
15292026-03-19T14:15:12.682Z Compiling scroll_derive v0.12.1
15302026-03-19T14:15:12.732Z Compiling heapless v0.7.17
15312026-03-19T14:15:12.751Z Compiling rand_xorshift v0.4.0
15322026-03-19T14:15:12.776Z Compiling slog v2.8.2
15332026-03-19T14:15:12.954Z Compiling darling_core v0.21.3
15342026-03-19T14:15:13.005Z Compiling bzip2-sys v0.1.13+1.0.8
15352026-03-19T14:15:13.032Z Compiling sync_wrapper v1.0.2
15362026-03-19T14:15:13.164Z Compiling thread-id v5.1.0
15372026-03-19T14:15:13.271Z Compiling cookie v0.18.1
15382026-03-19T14:15:13.356Z Compiling unicode-properties v0.1.4
15392026-03-19T14:15:13.376Z Compiling rayon-core v1.13.0
15402026-03-19T14:15:13.506Z Compiling unicode-segmentation v1.12.0
15412026-03-19T14:15:13.549Z Compiling unarray v0.1.4
15422026-03-19T14:15:13.599Z Compiling unicode-bidi v0.3.18
15432026-03-19T14:15:13.629Z Compiling adler2 v2.0.1
15442026-03-19T14:15:13.688Z Compiling signal-hook v0.3.18
15452026-03-19T14:15:13.801Z Compiling paste v1.0.15
15462026-03-19T14:15:13.909Z Compiling zstd-safe v7.2.4
15472026-03-19T14:15:14.023Z Compiling anyhow v1.0.102
15482026-03-19T14:15:14.173Z Compiling stringprep v0.1.5
15492026-03-19T14:15:14.238Z Compiling miniz_oxide v0.8.9
15502026-03-19T14:15:14.333Z Compiling proptest v1.10.0
15512026-03-19T14:15:14.460Z Compiling scroll v0.12.0
15522026-03-19T14:15:15.018Z Compiling tower v0.5.3
15532026-03-19T14:15:15.176Z Compiling derive_builder_macro v0.20.2
15542026-03-19T14:15:15.221Z Compiling crossbeam-deque v0.8.6
15552026-03-19T14:15:15.473Z Compiling ipnetwork v0.21.1
15562026-03-19T14:15:15.526Z Compiling http-body-util v0.1.3
15572026-03-19T14:15:15.644Z Compiling webpki-roots v1.0.6
15582026-03-19T14:15:15.721Z Compiling rand_chacha v0.3.1
15592026-03-19T14:15:15.774Z Compiling toml_datetime v0.6.11
15602026-03-19T14:15:15.802Z Compiling erased-serde v0.3.31
15612026-03-19T14:15:15.849Z Compiling serde_tokenstream v0.2.3
15622026-03-19T14:15:16.010Z Compiling serde_spanned v0.6.9
15632026-03-19T14:15:16.130Z Compiling md-5 v0.10.6
15642026-03-19T14:15:16.198Z Compiling zerocopy-derive v0.7.35
15652026-03-19T14:15:16.270Z Compiling curve25519-dalek v4.1.3
15662026-03-19T14:15:16.340Z Compiling vergen-lib v0.1.6
15672026-03-19T14:15:16.545Z Compiling num-integer v0.1.46
15682026-03-19T14:15:16.569Z Compiling hash32 v0.2.1
15692026-03-19T14:15:16.638Z Compiling darling_macro v0.21.3
15702026-03-19T14:15:16.687Z Compiling ff v0.13.1
15712026-03-19T14:15:16.792Z Compiling memoffset v0.9.1
15722026-03-19T14:15:16.826Z Compiling iri-string v0.7.10
15732026-03-19T14:15:16.867Z Compiling smoltcp v0.9.1
15742026-03-19T14:15:16.991Z Compiling ryu v1.0.23
15752026-03-19T14:15:17.033Z Compiling cfg_aliases v0.2.1
15762026-03-19T14:15:17.131Z Compiling psl-types v2.0.11
15772026-03-19T14:15:17.226Z Compiling litrs v1.0.0
15782026-03-19T14:15:17.256Z Compiling base16ct v0.2.0
15792026-03-19T14:15:17.288Z Compiling rustix v0.38.44
15802026-03-19T14:15:17.308Z Compiling ref-cast v1.0.25
15812026-03-19T14:15:17.377Z Compiling fallible-iterator v0.2.0
15822026-03-19T14:15:17.479Z Compiling num-bigint-dig v0.8.6
15832026-03-19T14:15:17.695Z Compiling zlib-rs v0.6.2
15842026-03-19T14:15:17.761Z Compiling postgres-protocol v0.6.10
15852026-03-19T14:15:17.852Z Compiling newtype-uuid v1.3.2
15862026-03-19T14:15:17.871Z Compiling sec1 v0.7.3
15872026-03-19T14:15:17.926Z Compiling document-features v0.2.12
15882026-03-19T14:15:18.277Z Compiling zerocopy v0.7.35
15892026-03-19T14:15:18.313Z Compiling publicsuffix v2.3.0
15902026-03-19T14:15:18.497Z Compiling tower-http v0.6.8
15912026-03-19T14:15:18.534Z Compiling darling v0.21.3
15922026-03-19T14:15:18.643Z Compiling serde_urlencoded v0.7.1
15932026-03-19T14:15:18.703Z Compiling nix v0.31.1
15942026-03-19T14:15:19.017Z Compiling group v0.13.0
15952026-03-19T14:15:19.037Z Compiling num-iter v0.1.45
15962026-03-19T14:15:19.201Z Compiling rand v0.8.5
15972026-03-19T14:15:19.239Z Compiling oxnet v0.1.4
15982026-03-19T14:15:19.243Z Compiling derive_builder v0.20.2
15992026-03-19T14:15:19.538Z Compiling proc-macro-error v1.0.4
16002026-03-19T14:15:19.716Z Compiling tokio-native-tls v0.3.1
16012026-03-19T14:15:19.934Z Compiling goblin v0.8.2
16022026-03-19T14:15:20.642Z Compiling heck v0.4.1
16032026-03-19T14:15:20.709Z Compiling phf_shared v0.13.1
16042026-03-19T14:15:20.759Z Compiling hubpack_derive v0.1.1
16052026-03-19T14:15:20.943Z Compiling regex v1.12.3
16062026-03-19T14:15:21.045Z Compiling lazy_static v1.5.0
16072026-03-19T14:15:21.164Z Compiling cargo-platform v0.1.9
16082026-03-19T14:15:21.224Z Compiling hkdf v0.12.4
16092026-03-19T14:15:21.333Z Compiling crypto-bigint v0.5.5
16102026-03-19T14:15:21.430Z Compiling daft-derive v0.1.5
16112026-03-19T14:15:21.497Z Compiling curve25519-dalek-derive v0.1.1
16122026-03-19T14:15:21.532Z Compiling async-trait v0.1.89
16132026-03-19T14:15:22.359Z Compiling flate2 v1.1.9
16142026-03-19T14:15:22.379Z Compiling ref-cast-impl v1.0.25
16152026-03-19T14:15:22.400Z Compiling strum_macros v0.27.2
16162026-03-19T14:15:22.924Z Compiling terminal_size v0.4.3
16172026-03-19T14:15:22.979Z Compiling vergen v9.0.6
16182026-03-19T14:15:23.097Z Compiling fs-err v3.3.0
16192026-03-19T14:15:23.117Z Compiling ahash v0.8.12
16202026-03-19T14:15:23.211Z Compiling winnow v0.5.40
16212026-03-19T14:15:23.343Z Compiling bitflags v1.3.2
16222026-03-19T14:15:23.374Z Compiling foldhash v0.1.5
16232026-03-19T14:15:23.441Z Compiling bumpalo v3.20.2
16242026-03-19T14:15:23.607Z Compiling libbz2-rs-sys v0.2.2
16252026-03-19T14:15:23.780Z Compiling object v0.37.3
16262026-03-19T14:15:24.134Z Compiling managed v0.8.0
16272026-03-19T14:15:24.284Z Compiling bzip2 v0.6.1
16282026-03-19T14:15:24.553Z Compiling zopfli v0.8.3
16292026-03-19T14:15:24.593Z Compiling hashbrown v0.15.5
16302026-03-19T14:15:24.948Z Compiling clap_builder v4.5.60
16312026-03-19T14:15:25.136Z Compiling strum v0.27.2
16322026-03-19T14:15:25.256Z Compiling toml_edit v0.19.15
16332026-03-19T14:15:25.374Z Compiling console v0.16.2
16342026-03-19T14:15:25.544Z Compiling dof v0.3.0
16352026-03-19T14:15:25.589Z Compiling elliptic-curve v0.13.8
16362026-03-19T14:15:25.650Z Compiling daft v0.1.5
16372026-03-19T14:15:26.121Z Compiling cargo_metadata v0.19.2
16382026-03-19T14:15:26.140Z Compiling hubpack v0.1.2
16392026-03-19T14:15:26.546Z Compiling phf v0.13.1
16402026-03-19T14:15:26.765Z Compiling zone_cfg_derive v0.3.1
16412026-03-19T14:15:27.616Z Compiling signal-hook-mio v0.2.5
16422026-03-19T14:15:28.020Z Compiling cookie_store v0.22.1
16432026-03-19T14:15:29.282Z Compiling rayon v1.11.0
16442026-03-19T14:15:29.286Z Compiling zstd v0.13.3
16452026-03-19T14:15:29.286Z Compiling hyper-tls v0.6.0
16462026-03-19T14:15:29.286Z Compiling bzip2 v0.4.4
16472026-03-19T14:15:29.286Z Compiling serde_with_macros v3.17.0
16482026-03-19T14:15:29.286Z Compiling postgres-types v0.2.12
16492026-03-19T14:15:29.358Z Compiling usdt-macro v0.6.0
16502026-03-19T14:15:29.987Z Compiling usdt-attr-macro v0.6.0
16512026-03-19T14:15:30.012Z Compiling ed25519 v2.2.3
16522026-03-19T14:15:30.394Z Compiling dtrace-parser v0.2.0
16532026-03-19T14:15:30.782Z Compiling itertools v0.12.1
16542026-03-19T14:15:30.810Z Compiling phf_shared v0.11.3
16552026-03-19T14:15:31.008Z Compiling bstr v1.12.1
16562026-03-19T14:15:31.068Z Compiling pkcs1 v0.7.5
16572026-03-19T14:15:31.087Z Compiling serde-big-array v0.5.1
16582026-03-19T14:15:31.207Z Compiling hex v0.4.3
16592026-03-19T14:15:31.269Z Compiling rfc6979 v0.4.0
16602026-03-19T14:15:31.430Z Compiling enum-as-inner v0.6.1
16612026-03-19T14:15:31.479Z Compiling clap_derive v4.5.55
16622026-03-19T14:15:31.569Z Compiling serde_repr v0.1.20
16632026-03-19T14:15:31.616Z Compiling strum_macros v0.26.4
16642026-03-19T14:15:31.919Z Compiling float-cmp v0.10.0
16652026-03-19T14:15:32.111Z Compiling memmap2 v0.9.10
16662026-03-19T14:15:32.130Z Compiling thread-id v4.2.2
16672026-03-19T14:15:32.239Z Compiling env_filter v1.0.0
16682026-03-19T14:15:32.274Z Compiling encoding_rs v0.8.35
16692026-03-19T14:15:32.398Z Compiling data-encoding v2.10.0
16702026-03-19T14:15:32.484Z Compiling static_assertions v1.1.0
16712026-03-19T14:15:32.585Z Compiling fixedbitset v0.4.2
16722026-03-19T14:15:32.640Z Compiling precomputed-hash v0.1.1
16732026-03-19T14:15:32.759Z Compiling whoami v2.1.0
16742026-03-19T14:15:32.879Z Compiling unit-prefix v0.5.2
16752026-03-19T14:15:33.075Z Compiling predicates-core v1.0.10
16762026-03-19T14:15:33.284Z Compiling jiff v0.2.21
16772026-03-19T14:15:33.311Z Compiling difflib v0.4.0
16782026-03-19T14:15:33.399Z Compiling keccak v0.1.6
16792026-03-19T14:15:33.945Z Compiling normalize-line-endings v0.3.0
16802026-03-19T14:15:33.966Z Compiling new_debug_unreachable v1.0.6
16812026-03-19T14:15:34.059Z Compiling fixedbitset v0.5.7
16822026-03-19T14:15:34.079Z Compiling mime v0.3.17
16832026-03-19T14:15:34.083Z Compiling rustc-hash v2.1.1
16842026-03-19T14:15:34.118Z Compiling strum v0.26.3
16852026-03-19T14:15:34.257Z Compiling iddqd v0.3.17
16862026-03-19T14:15:34.284Z Compiling string_cache v0.8.9
16872026-03-19T14:15:34.336Z Compiling petgraph v0.8.3
16882026-03-19T14:15:34.423Z Compiling predicates v3.1.4
16892026-03-19T14:15:34.464Z Compiling clap v4.5.60
16902026-03-19T14:15:34.524Z Compiling sha3 v0.10.8
16912026-03-19T14:15:34.569Z Compiling tokio-postgres v0.7.16
16922026-03-19T14:15:34.590Z Compiling indicatif v0.18.4
16932026-03-19T14:15:35.145Z Compiling hickory-proto v0.25.2
16942026-03-19T14:15:35.346Z Compiling petgraph v0.6.5
16952026-03-19T14:15:35.829Z Compiling toml_edit v0.22.27
16962026-03-19T14:15:35.891Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-19T14:15:37.100Z Compiling zip v4.6.1
16982026-03-19T14:15:37.465Z Compiling env_logger v0.11.9
16992026-03-19T14:15:37.716Z Compiling zone v0.3.1
17002026-03-19T14:15:37.952Z Compiling usdt v0.6.0
17012026-03-19T14:15:38.351Z Compiling usdt-impl v0.5.0
17022026-03-19T14:15:38.436Z Compiling similar v2.7.0
17032026-03-19T14:15:38.659Z Compiling serde_with v3.17.0
17042026-03-19T14:15:39.080Z Compiling ecdsa v0.16.9
17052026-03-19T14:15:39.351Z Compiling rsa v0.9.10
17062026-03-19T14:15:39.601Z Compiling crossterm v0.28.1
17072026-03-19T14:15:39.629Z Compiling ed25519-dalek v2.2.0
17082026-03-19T14:15:39.658Z Compiling zip v0.6.6
17092026-03-19T14:15:40.512Z Compiling toml v0.7.8
17102026-03-19T14:15:41.428Z Compiling toml_parser v1.0.9+spec-1.1.0
17112026-03-19T14:15:41.492Z Compiling itertools v0.13.0
17122026-03-19T14:15:41.566Z Compiling tokio-stream v0.1.18
17132026-03-19T14:15:41.730Z Compiling buf-list v1.1.2
17142026-03-19T14:15:41.832Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17152026-03-19T14:15:42.123Z Compiling x509-cert v0.2.5
17162026-03-19T14:15:42.181Z Compiling openapiv3 v2.2.0
17172026-03-19T14:15:42.242Z Compiling sha1 v0.10.6
17182026-03-19T14:15:42.317Z Compiling toml_datetime v0.7.5+spec-1.1.0
17192026-03-19T14:15:42.527Z Compiling peg-runtime v0.8.5
17202026-03-19T14:15:42.707Z Compiling lalrpop-util v0.19.12
17212026-03-19T14:15:42.900Z Compiling thread_local v1.1.9
17222026-03-19T14:15:42.959Z Compiling slog-async v2.8.0
17232026-03-19T14:15:43.194Z Compiling crossbeam-channel v0.5.15
17242026-03-19T14:15:43.226Z Compiling futures-executor v0.3.32
17252026-03-19T14:15:43.370Z Compiling filetime v0.2.27
17262026-03-19T14:15:43.575Z Compiling is-terminal v0.4.17
17272026-03-19T14:15:43.708Z Compiling xattr v1.6.1
17282026-03-19T14:15:43.708Z Compiling term v1.2.1
17292026-03-19T14:15:43.715Z Compiling take_mut v0.2.2
17302026-03-19T14:15:43.849Z Compiling tar v0.4.44
17312026-03-19T14:15:43.849Z Compiling futures v0.3.32
17322026-03-19T14:15:43.970Z Compiling slog-term v2.9.2
17332026-03-19T14:15:50.879Z Compiling rustls-webpki v0.103.9
17342026-03-19T14:15:54.949Z Compiling tokio-rustls v0.26.4
17352026-03-19T14:15:54.949Z Compiling rustls-platform-verifier v0.6.2
17362026-03-19T14:15:55.217Z Compiling hyper-rustls v0.27.7
17372026-03-19T14:15:55.485Z Compiling reqwest v0.12.28
17382026-03-19T14:15:55.485Z Compiling reqwest v0.13.2
17392026-03-19T14:15:58.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17402026-03-19T14:15:58.865Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17412026-03-19T14:16:02.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17422026-03-19T14:16:02.954Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17432026-03-19T14:16:03.020ZMar 19 14:16:02.152 INFO Starting download, target: Cockroach
17442026-03-19T14:16:03.020ZMar 19 14:16:02.153 INFO Starting download, target: MaghemiteMgd
17452026-03-19T14:16:03.020ZMar 19 14:16:02.153 INFO Starting download, target: DendriteStub
17462026-03-19T14:16:03.020ZMar 19 14:16:02.153 INFO Starting download, target: Clickhouse
17472026-03-19T14:16:03.020ZMar 19 14:16:02.153 INFO Starting download, target: TransceiverControl
17482026-03-19T14:16:03.023ZMar 19 14:16:02.153 INFO Starting download, target: Console
17492026-03-19T14:16:03.024ZMar 19 14:16:02.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-03-19T14:16:03.024ZMar 19 14:16:02.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17512026-03-19T14:16:03.024ZMar 19 14:16:02.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-03-19T14:16:03.024ZMar 19 14:16:02.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-03-19T14:16:03.024ZMar 19 14:16:02.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-03-19T14:16:03.024ZMar 19 14:16:02.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-03-19T14:16:03.518ZMar 19 14:16:02.641 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-03-19T14:16:03.849ZMar 19 14:16:02.975 INFO Download complete, target: TransceiverControl
17572026-03-19T14:16:03.978ZMar 19 14:16:03.110 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-03-19T14:16:04.359ZMar 19 14:16:03.489 INFO Download complete, target: Console
17592026-03-19T14:16:04.466ZMar 19 14:16:03.597 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17602026-03-19T14:16:04.815ZMar 19 14:16:03.947 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17612026-03-19T14:16:05.417ZMar 19 14:16:04.543 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-03-19T14:16:05.583ZMar 19 14:16:04.715 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-03-19T14:16:05.583ZMar 19 14:16:04.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-03-19T14:16:08.094ZMar 19 14:16:07.226 INFO Download complete, target: DendriteStub
17652026-03-19T14:16:08.384ZMar 19 14:16:07.516 INFO Download complete, target: MaghemiteMgd
17662026-03-19T14:16:13.329ZMar 19 14:16:12.460 INFO Checking that binary works, target: Cockroach
17672026-03-19T14:16:13.450ZMar 19 14:16:12.581 INFO Download complete, target: Cockroach
17682026-03-19T14:16:16.517ZMar 19 14:16:15.647 INFO Checking that binary works, target: Clickhouse
17692026-03-19T14:16:16.679ZMar 19 14:16:15.810 INFO Download complete, target: Clickhouse
17702026-03-19T14:16:16.698ZAll builder prerequisites installed successfully, and PATH looks valid
17712026-03-19T14:16:16.701Z
17722026-03-19T14:16:16.701Zreal 4:04.809461236
17732026-03-19T14:16:16.701Zuser 10:31.981673153
17742026-03-19T14:16:16.701Zsys 1:51.240017312
17752026-03-19T14:16:16.701Ztrap 0.341215715
17762026-03-19T14:16:16.701Ztflt 0.703938443
17772026-03-19T14:16:16.701Zdflt 0.739767723
17782026-03-19T14:16:16.701Zkflt 0.125793894
17792026-03-19T14:16:16.701Zlock 31:13.261891703
17802026-03-19T14:16:16.701Zslp 29:51.169620760
17812026-03-19T14:16:16.701Zlat 56.695752888
17822026-03-19T14:16:16.701Zstop 2:48.376805288
17832026-03-19T14:16:16.701Z+ banner clippy
17842026-03-19T14:16:16.704Z
17852026-03-19T14:16:16.704Z #### # # ##### ##### # #
17862026-03-19T14:16:16.704Z # # # # # # # # # #
17872026-03-19T14:16:16.705Z # # # # # # # #
17882026-03-19T14:16:16.705Z # # # ##### ##### #
17892026-03-19T14:16:16.705Z # # # # # # #
17902026-03-19T14:16:16.705Z #### ###### # # # #
17912026-03-19T14:16:16.705Z
17922026-03-19T14:16:16.705Z+ export CARGO_INCREMENTAL=0
17932026-03-19T14:16:16.705Z+ CARGO_INCREMENTAL=0
17942026-03-19T14:16:16.705Z+ ptime -m cargo xtask clippy
17952026-03-19T14:16:17.409Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17962026-03-19T14:16:17.701Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17972026-03-19T14:16:20.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17982026-03-19T14:16:20.361Z Running `target/debug/xtask clippy`
17992026-03-19T14:16:20.393Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18002026-03-19T14:16:21.185Z Downloading crates ...
18012026-03-19T14:16:21.457Z Downloaded cfg-expr v0.20.6
18022026-03-19T14:16:21.482Z Downloaded target-triple v1.0.0
18032026-03-19T14:16:21.485Z Downloaded async-object-pool v0.2.0
18042026-03-19T14:16:21.485Z Downloaded async-lock v3.4.2
18052026-03-19T14:16:21.488Z Downloaded approx v0.5.1
18062026-03-19T14:16:21.488Z Downloaded similar-asserts v1.7.0
18072026-03-19T14:16:21.488Z Downloaded pathdiff v0.2.3
18082026-03-19T14:16:21.491Z Downloaded cast v0.3.0
18092026-03-19T14:16:21.491Z Downloaded cargo_metadata v0.23.1
18102026-03-19T14:16:21.494Z Downloaded cargo-platform v0.3.2
18112026-03-19T14:16:21.494Z Downloaded backtrace-ext v0.2.1
18122026-03-19T14:16:21.494Z Downloaded assert_cmd v2.1.2
18132026-03-19T14:16:21.497Z Downloaded assert-json-diff v2.0.2
18142026-03-19T14:16:21.497Z Downloaded plotters-svg v0.3.7
18152026-03-19T14:16:21.500Z Downloaded guppy-workspace-hack v0.1.0
18162026-03-19T14:16:21.503Z Downloaded supports-hyperlinks v2.1.0
18172026-03-19T14:16:21.505Z Downloaded constant_time_eq v0.3.1
18182026-03-19T14:16:21.505Z Downloaded linkme-impl v0.3.35
18192026-03-19T14:16:21.508Z Downloaded parking v2.2.1
18202026-03-19T14:16:21.511Z Downloaded escape8259 v0.5.3
18212026-03-19T14:16:21.511Z Downloaded plotters-backend v0.3.7
18222026-03-19T14:16:21.514Z Downloaded event-listener-strategy v0.5.4
18232026-03-19T14:16:21.514Z Downloaded supports-unicode v2.1.0
18242026-03-19T14:16:21.517Z Downloaded supports-color v2.1.0
18252026-03-19T14:16:21.520Z Downloaded nested v0.1.1
18262026-03-19T14:16:21.522Z Downloaded miette-derive v5.10.0
18272026-03-19T14:16:21.527Z Downloaded anes v0.1.6
18282026-03-19T14:16:21.530Z Downloaded serde_regex v1.1.0
18292026-03-19T14:16:21.533Z Downloaded blake2b_simd v1.0.4
18302026-03-19T14:16:21.539Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18312026-03-19T14:16:21.544Z Downloaded terminal_size v0.1.17
18322026-03-19T14:16:21.544Z Downloaded stringmetrics v2.2.2
18332026-03-19T14:16:21.547Z Downloaded relative-path v1.9.3
18342026-03-19T14:16:21.547Z Downloaded concurrent-queue v2.5.0
18352026-03-19T14:16:21.547Z Downloaded partial-io v0.5.4
18362026-03-19T14:16:21.550Z Downloaded target-spec v3.5.7
18372026-03-19T14:16:21.553Z Downloaded tinytemplate v1.2.1
18382026-03-19T14:16:21.556Z Downloaded termcolor v1.4.1
18392026-03-19T14:16:21.558Z Downloaded addr2line v0.25.1
18402026-03-19T14:16:21.561Z Downloaded knuffel-derive v3.2.0
18412026-03-19T14:16:21.567Z Downloaded path-tree v0.8.3
18422026-03-19T14:16:21.569Z Downloaded linkme v0.3.35
18432026-03-19T14:16:21.573Z Downloaded owo-colors v3.5.0
18442026-03-19T14:16:21.573Z Downloaded rustc-demangle v0.1.27
18452026-03-19T14:16:21.573Z Downloaded rust-argon2 v2.1.0
18462026-03-19T14:16:21.576Z Downloaded httptest v0.16.4
18472026-03-19T14:16:21.576Z Downloaded event-listener v5.4.1
18482026-03-19T14:16:21.579Z Downloaded futures-timer v3.0.3
18492026-03-19T14:16:21.579Z Downloaded chumsky v0.9.3
18502026-03-19T14:16:21.582Z Downloaded oorandom v11.1.5
18512026-03-19T14:16:21.582Z Downloaded criterion-plot v0.6.0
18522026-03-19T14:16:21.585Z Downloaded libtest-mimic v0.8.1
18532026-03-19T14:16:21.588Z Downloaded target-lexicon v0.13.3
18542026-03-19T14:16:21.594Z Downloaded textwrap v0.15.2
18552026-03-19T14:16:21.597Z Downloaded backtrace v0.3.76
18562026-03-19T14:16:21.600Z Downloaded datatest-stable v0.3.3
18572026-03-19T14:16:21.603Z Downloaded toml v1.0.3+spec-1.1.0
18582026-03-19T14:16:21.607Z Downloaded trybuild v1.0.116
18592026-03-19T14:16:21.610Z Downloaded rstest_macros v0.25.0
18602026-03-19T14:16:21.612Z Downloaded rstest v0.25.0
18612026-03-19T14:16:21.616Z Downloaded rand_distr v0.5.1
18622026-03-19T14:16:21.619Z Downloaded fancy-regex v0.14.0
18632026-03-19T14:16:21.622Z Downloaded knuffel v3.2.0
18642026-03-19T14:16:21.625Z Downloaded miette v5.10.0
18652026-03-19T14:16:21.628Z Downloaded hashbrown v0.14.5
18662026-03-19T14:16:21.636Z Downloaded guppy v0.17.25
18672026-03-19T14:16:21.640Z Downloaded criterion v0.7.0
18682026-03-19T14:16:21.644Z Downloaded plotters v0.3.7
18692026-03-19T14:16:21.658Z Downloaded gimli v0.32.3
18702026-03-19T14:16:21.758Z Downloaded httpmock v0.8.3
18712026-03-19T14:16:23.993Z Checking cfg-if v1.0.4
18722026-03-19T14:16:24.407Z Checking libc v0.2.180
18732026-03-19T14:16:24.410Z Checking serde_core v1.0.228
18742026-03-19T14:16:24.499Z Checking memchr v2.8.0
18752026-03-19T14:16:24.547Z Checking smallvec v1.15.1
18762026-03-19T14:16:24.594Z Checking itoa v1.0.17
18772026-03-19T14:16:24.594Z Checking log v0.4.29
18782026-03-19T14:16:24.691Z Checking zeroize v1.8.2
18792026-03-19T14:16:24.743Z Checking libm v0.2.16
18802026-03-19T14:16:24.809Z Checking scopeguard v1.2.0
18812026-03-19T14:16:24.864Z Checking stable_deref_trait v1.2.1
18822026-03-19T14:16:24.916Z Checking zmij v1.0.21
18832026-03-19T14:16:24.966Z Checking zerofrom v0.1.6
18842026-03-19T14:16:25.013Z Checking lock_api v0.4.14
18852026-03-19T14:16:25.060Z Checking errno v0.3.14
18862026-03-19T14:16:25.060Z Checking getrandom v0.2.17
18872026-03-19T14:16:25.148Z Checking yoke v0.8.1
18882026-03-19T14:16:25.194Z Checking percent-encoding v2.3.2
18892026-03-19T14:16:25.240Z Checking litemap v0.8.1
18902026-03-19T14:16:25.285Z Checking writeable v0.6.2
18912026-03-19T14:16:25.330Z Checking subtle v2.6.1
18922026-03-19T14:16:25.334Z Checking icu_properties_data v2.1.2
18932026-03-19T14:16:25.419Z Checking icu_normalizer_data v2.1.1
18942026-03-19T14:16:25.422Z Checking zerovec v0.11.5
18952026-03-19T14:16:25.504Z Checking zerotrie v0.2.3
18962026-03-19T14:16:25.549Z Checking form_urlencoded v1.2.2
18972026-03-19T14:16:25.549Z Checking rand_core v0.6.4
18982026-03-19T14:16:25.592Z Checking portable-atomic v1.13.1
18992026-03-19T14:16:25.679Z Checking pin-project-lite v0.2.17
19002026-03-19T14:16:25.739Z Checking utf8_iter v1.0.4
19012026-03-19T14:16:25.786Z Checking num-traits v0.2.19
19022026-03-19T14:16:25.834Z Checking zerocopy v0.8.40
19032026-03-19T14:16:25.882Z Checking critical-section v1.2.0
19042026-03-19T14:16:25.928Z Checking parking_lot_core v0.9.12
19052026-03-19T14:16:25.973Z Checking rand_core v0.10.0
19062026-03-19T14:16:26.047Z Checking signal-hook-registry v1.4.8
19072026-03-19T14:16:26.096Z Checking tinystr v0.8.2
19082026-03-19T14:16:26.188Z Checking potential_utf v0.1.4
19092026-03-19T14:16:26.235Z Checking parking_lot v0.12.5
19102026-03-19T14:16:26.239Z Checking once_cell v1.21.3
19112026-03-19T14:16:26.324Z Checking getrandom v0.4.1
19122026-03-19T14:16:26.369Z Checking icu_locale_core v2.1.1
19132026-03-19T14:16:26.413Z Checking icu_collections v2.1.1
19142026-03-19T14:16:26.520Z Checking mio v1.1.1
19152026-03-19T14:16:26.572Z Checking typenum v1.19.0
19162026-03-19T14:16:26.626Z Checking socket2 v0.6.2
19172026-03-19T14:16:26.675Z Checking serde v1.0.228
19182026-03-19T14:16:26.676Z Checking bitflags v2.11.0
19192026-03-19T14:16:26.855Z Checking serde_json v1.0.149
19202026-03-19T14:16:26.940Z Checking thiserror v2.0.18
19212026-03-19T14:16:26.943Z Checking iana-time-zone v0.1.65
19222026-03-19T14:16:27.041Z Checking allocator-api2 v0.2.21
19232026-03-19T14:16:27.105Z Checking uuid v1.21.0
19242026-03-19T14:16:27.156Z Checking semver v1.0.27
19252026-03-19T14:16:27.202Z Checking icu_provider v2.1.1
19262026-03-19T14:16:27.328Z Checking bytes v1.11.1
19272026-03-19T14:16:27.374Z Checking generic-array v0.14.7
19282026-03-19T14:16:27.458Z Checking chrono v0.4.44
19292026-03-19T14:16:27.507Z Checking futures-core v0.3.32
19302026-03-19T14:16:27.555Z Checking icu_normalizer v2.1.1
19312026-03-19T14:16:27.558Z Checking icu_properties v2.1.2
19322026-03-19T14:16:27.715Z Checking equivalent v1.0.2
19332026-03-19T14:16:27.861Z Checking const-oid v0.9.6
19342026-03-19T14:16:27.861Z Checking dyn-clone v1.0.20
19352026-03-19T14:16:27.972Z Checking tokio v1.49.0
19362026-03-19T14:16:28.018Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372026-03-19T14:16:28.063Z Checking crypto-common v0.1.7
19382026-03-19T14:16:28.066Z Checking foldhash v0.2.0
19392026-03-19T14:16:28.257Z Checking block-buffer v0.10.4
19402026-03-19T14:16:28.354Z Checking hashbrown v0.16.1
19412026-03-19T14:16:28.411Z Checking futures-sink v0.3.32
19422026-03-19T14:16:28.468Z Checking rustix v1.1.3
19432026-03-19T14:16:28.572Z Checking byteorder v1.5.0
19442026-03-19T14:16:28.675Z Checking futures-channel v0.3.32
19452026-03-19T14:16:28.784Z Checking idna_adapter v1.2.1
19462026-03-19T14:16:28.881Z Checking futures-task v0.3.32
19472026-03-19T14:16:28.948Z Checking digest v0.10.7
19482026-03-19T14:16:28.994Z Checking slab v0.4.12
19492026-03-19T14:16:28.997Z Checking idna v1.1.0
19502026-03-19T14:16:29.082Z Checking futures-io v0.3.32
19512026-03-19T14:16:29.129Z Checking cpufeatures v0.2.17
19522026-03-19T14:16:29.232Z Checking indexmap v2.13.0
19532026-03-19T14:16:29.277Z Checking thiserror v1.0.69
19542026-03-19T14:16:29.280Z Checking futures-util v0.3.32
19552026-03-19T14:16:29.318Z Checking getrandom v0.3.4
19562026-03-19T14:16:29.407Z Checking url v2.5.8
19572026-03-19T14:16:29.453Z Checking fnv v1.0.7
19582026-03-19T14:16:29.580Z Checking regex-syntax v0.8.10
19592026-03-19T14:16:29.626Z Checking http v1.4.0
19602026-03-19T14:16:29.719Z Checking tracing-core v0.1.36
19612026-03-19T14:16:29.953Z Checking ppv-lite86 v0.2.21
19622026-03-19T14:16:30.030Z Checking schemars v0.8.22
19632026-03-19T14:16:30.075Z Checking base64 v0.22.1
19642026-03-19T14:16:30.183Z Checking tracing v0.1.44
19652026-03-19T14:16:30.397Z Checking unicode-ident v1.0.24
19662026-03-19T14:16:30.443Z Checking ipnet v2.11.0
19672026-03-19T14:16:30.491Z Checking anstyle v1.0.13
19682026-03-19T14:16:30.494Z Checking utf8parse v0.2.2
19692026-03-19T14:16:30.577Z Checking proc-macro2 v1.0.106
19702026-03-19T14:16:30.694Z Checking untrusted v0.9.0
19712026-03-19T14:16:30.762Z Checking anstyle-parse v0.2.7
19722026-03-19T14:16:30.828Z Checking aho-corasick v1.1.4
19732026-03-19T14:16:30.877Z Checking ring v0.17.14
19742026-03-19T14:16:30.966Z Checking is_terminal_polyfill v1.70.2
19752026-03-19T14:16:31.013Z Checking base64ct v1.8.3
19762026-03-19T14:16:31.058Z Checking quote v1.0.44
19772026-03-19T14:16:31.114Z Checking colorchoice v1.0.4
19782026-03-19T14:16:31.277Z Checking anstyle-query v1.1.5
19792026-03-19T14:16:31.324Z Checking syn v2.0.117
19802026-03-19T14:16:31.370Z Checking block-padding v0.3.3
19812026-03-19T14:16:31.430Z Checking anstream v0.6.21
19822026-03-19T14:16:31.481Z Checking terminal_size v0.4.3
19832026-03-19T14:16:31.574Z Checking inout v0.1.4
19842026-03-19T14:16:31.659Z Checking rustls-pki-types v1.14.0
19852026-03-19T14:16:31.730Z Checking crossbeam-utils v0.8.21
19862026-03-19T14:16:31.790Z Checking httparse v1.10.1
19872026-03-19T14:16:31.835Z Checking regex-automata v0.4.14
19882026-03-19T14:16:32.038Z Checking cipher v0.4.4
19892026-03-19T14:16:32.084Z Checking strsim v0.11.1
19902026-03-19T14:16:32.129Z Checking clap_lex v1.0.0
19912026-03-19T14:16:32.230Z Checking sha2 v0.10.9
19922026-03-19T14:16:32.276Z Checking pem-rfc7468 v0.7.0
19932026-03-19T14:16:32.323Z Checking http-body v1.0.1
19942026-03-19T14:16:32.437Z Checking rand_core v0.9.5
19952026-03-19T14:16:32.487Z Checking tokio-util v0.7.18
19962026-03-19T14:16:32.487Z Checking clap_builder v4.5.60
19972026-03-19T14:16:32.577Z Checking atomic-waker v1.1.2
19982026-03-19T14:16:32.622Z Checking hmac v0.12.1
19992026-03-19T14:16:32.666Z Checking httpdate v1.0.3
20002026-03-19T14:16:32.711Z Checking try-lock v0.2.5
20012026-03-19T14:16:32.756Z Checking pin-utils v0.1.0
20022026-03-19T14:16:32.827Z Checking ryu v1.0.23
20032026-03-19T14:16:32.875Z Checking want v0.3.1
20042026-03-19T14:16:32.918Z Checking tower-service v0.3.3
20052026-03-19T14:16:32.921Z Checking tower-layer v0.3.3
20062026-03-19T14:16:33.038Z Checking flagset v0.4.7
20072026-03-19T14:16:33.085Z Checking rand_chacha v0.9.0
20082026-03-19T14:16:33.089Z Checking erased-serde v0.3.31
20092026-03-19T14:16:33.186Z Checking spin v0.9.8
20102026-03-19T14:16:33.234Z Checking der v0.7.10
20112026-03-19T14:16:33.341Z Checking h2 v0.4.13
20122026-03-19T14:16:33.388Z Checking rand v0.9.2
20132026-03-19T14:16:33.462Z Checking anyhow v1.0.102
20142026-03-19T14:16:33.744Z Checking slog v2.8.2
20152026-03-19T14:16:33.791Z Checking powerfmt v0.2.0
20162026-03-19T14:16:34.024Z Checking deranged v0.5.8
20172026-03-19T14:16:34.070Z Checking num_threads v0.1.7
20182026-03-19T14:16:34.138Z Checking time-core v0.1.8
20192026-03-19T14:16:34.217Z Checking num-conv v0.2.0
20202026-03-19T14:16:34.265Z Checking clap v4.5.60
20212026-03-19T14:16:34.323Z Checking http-body-util v0.1.3
20222026-03-19T14:16:34.370Z Checking aws-lc-sys v0.37.1
20232026-03-19T14:16:34.420Z Checking untrusted v0.7.1
20242026-03-19T14:16:34.423Z Checking fastrand v2.3.0
20252026-03-19T14:16:34.423Z Checking openssl-probe v0.2.1
20262026-03-19T14:16:34.601Z Checking regex v1.12.3
20272026-03-19T14:16:34.654Z Checking spki v0.7.3
20282026-03-19T14:16:34.701Z Checking serde_urlencoded v0.7.1
20292026-03-19T14:16:34.747Z Checking pbkdf2 v0.12.2
20302026-03-19T14:16:34.750Z Checking aes v0.8.4
20312026-03-19T14:16:34.901Z Checking rand_chacha v0.3.1
20322026-03-19T14:16:34.947Z Checking unicode-width v0.2.0
20332026-03-19T14:16:35.009Z Checking pretty-hex v0.4.1
20342026-03-19T14:16:35.013Z Checking cbc v0.1.2
20352026-03-19T14:16:35.140Z Checking aws-lc-rs v1.16.0
20362026-03-19T14:16:35.196Z Checking salsa20 v0.10.2
20372026-03-19T14:16:35.241Z Checking rand v0.8.5
20382026-03-19T14:16:35.286Z Checking ipnetwork v0.21.1
20392026-03-19T14:16:35.332Z Checking tempfile v3.25.0
20402026-03-19T14:16:35.377Z Checking hex v0.4.3
20412026-03-19T14:16:35.424Z Checking time v0.3.47
20422026-03-19T14:16:35.427Z Checking scrypt v0.11.0
20432026-03-19T14:16:35.598Z Checking plain v0.2.3
20442026-03-19T14:16:35.645Z Checking rustls-native-certs v0.8.3
20452026-03-19T14:16:35.688Z Checking pkcs5 v0.7.1
20462026-03-19T14:16:35.733Z Checking sync_wrapper v1.0.2
20472026-03-19T14:16:35.779Z Checking camino v1.2.2
20482026-03-19T14:16:35.839Z Checking ucd-trie v0.1.7
20492026-03-19T14:16:35.898Z Checking tower v0.5.3
20502026-03-19T14:16:35.977Z Checking webpki-roots v1.0.6
20512026-03-19T14:16:36.048Z Checking pest v2.8.6
20522026-03-19T14:16:36.093Z Checking pkcs8 v0.10.2
20532026-03-19T14:16:36.163Z Checking iri-string v0.7.10
20542026-03-19T14:16:36.166Z Checking mime v0.3.17
20552026-03-19T14:16:36.348Z Checking rustls-webpki v0.103.9
20562026-03-19T14:16:36.395Z Checking either v1.15.0
20572026-03-19T14:16:36.459Z Checking openapiv3 v2.2.0
20582026-03-19T14:16:36.504Z Checking winnow v0.7.14
20592026-03-19T14:16:36.678Z Checking oxnet v0.1.4
20602026-03-19T14:16:36.951Z Checking rustls v0.23.37
20612026-03-19T14:16:37.039Z Checking lazy_static v1.5.0
20622026-03-19T14:16:37.086Z Checking static_assertions v1.1.0
20632026-03-19T14:16:37.131Z Checking hyper v1.8.1
20642026-03-19T14:16:37.187Z Checking foreign-types-shared v0.1.1
20652026-03-19T14:16:37.234Z Checking signature v2.2.0
20662026-03-19T14:16:37.329Z Checking foreign-types v0.3.2
20672026-03-19T14:16:37.436Z Checking openssl-sys v0.9.111
20682026-03-19T14:16:37.482Z Checking encoding_rs v0.8.35
20692026-03-19T14:16:37.581Z Checking simd-adler32 v0.3.8
20702026-03-19T14:16:37.685Z Checking tower-http v0.6.8
20712026-03-19T14:16:37.849Z Checking hubpack v0.1.2
20722026-03-19T14:16:38.105Z Checking adler2 v2.0.1
20732026-03-19T14:16:38.153Z Checking strum v0.26.3
20742026-03-19T14:16:38.156Z Checking openssl v0.10.75
20752026-03-19T14:16:38.242Z Checking sha1 v0.10.6
20762026-03-19T14:16:38.288Z Checking miniz_oxide v0.8.9
20772026-03-19T14:16:38.334Z Checking tinyvec_macros v0.1.1
20782026-03-19T14:16:38.337Z Checking data-encoding v2.10.0
20792026-03-19T14:16:38.426Z Checking hyper-util v0.1.20
20802026-03-19T14:16:38.471Z Checking tinyvec v1.10.0
20812026-03-19T14:16:38.516Z Checking serde_spanned v0.6.9
20822026-03-19T14:16:38.713Z Checking toml_datetime v0.6.11
20832026-03-19T14:16:38.770Z Checking num-integer v0.1.46
20842026-03-19T14:16:38.820Z Checking scroll v0.13.0
20852026-03-19T14:16:38.865Z Checking memmap2 v0.9.10
20862026-03-19T14:16:38.935Z Checking base16ct v0.2.0
20872026-03-19T14:16:38.987Z Checking bit-vec v0.8.0
20882026-03-19T14:16:39.112Z Checking dtrace-parser v0.3.0
20892026-03-19T14:16:39.160Z Checking crossbeam-epoch v0.9.18
20902026-03-19T14:16:39.163Z Checking sec1 v0.7.3
20912026-03-19T14:16:39.248Z Checking goblin v0.10.5
20922026-03-19T14:16:39.300Z Checking bit-set v0.8.0
20932026-03-19T14:16:39.469Z Checking crc32fast v1.5.0
20942026-03-19T14:16:39.472Z Checking ff v0.13.1
20952026-03-19T14:16:39.560Z Checking wait-timeout v0.2.1
20962026-03-19T14:16:39.563Z Checking thread-id v5.1.0
20972026-03-19T14:16:39.681Z Checking num-iter v0.1.45
20982026-03-19T14:16:39.728Z Checking group v0.13.0
20992026-03-19T14:16:39.774Z Checking bstr v1.12.1
21002026-03-19T14:16:39.777Z Checking hkdf v0.12.4
21012026-03-19T14:16:39.862Z Checking ahash v0.8.12
21022026-03-19T14:16:39.950Z Checking crypto-bigint v0.5.5
21032026-03-19T14:16:39.997Z Checking quick-error v1.2.3
21042026-03-19T14:16:40.152Z Checking rand_xorshift v0.4.0
21052026-03-19T14:16:40.202Z Checking rusty-fork v0.3.1
21062026-03-19T14:16:40.206Z Checking scroll v0.12.0
21072026-03-19T14:16:40.342Z Checking unarray v0.1.4
21082026-03-19T14:16:40.391Z Checking num-bigint-dig v0.8.6
21092026-03-19T14:16:40.395Z Checking tokio-rustls v0.26.4
21102026-03-19T14:16:40.494Z Checking pkcs1 v0.7.5
21112026-03-19T14:16:40.543Z Checking goblin v0.8.2
21122026-03-19T14:16:40.546Z Checking proptest v1.10.0
21132026-03-19T14:16:40.769Z Checking hyper-rustls v0.27.7
21142026-03-19T14:16:40.816Z Checking x509-cert v0.2.5
21152026-03-19T14:16:41.076Z Checking zerocopy v0.7.35
21162026-03-19T14:16:41.124Z Checking native-tls v0.2.18
21172026-03-19T14:16:41.320Z Checking elliptic-curve v0.13.8
21182026-03-19T14:16:41.391Z Checking tokio-native-tls v0.3.1
21192026-03-19T14:16:41.581Z Checking psl-types v2.0.11
21202026-03-19T14:16:41.628Z Checking hyper-tls v0.6.0
21212026-03-19T14:16:41.764Z Checking unicode-segmentation v1.12.0
21222026-03-19T14:16:41.814Z Checking zlib-rs v0.6.2
21232026-03-19T14:16:41.817Z Checking publicsuffix v2.3.0
21242026-03-19T14:16:41.817Z Checking rsa v0.9.10
21252026-03-19T14:16:41.943Z Checking reqwest v0.12.28
21262026-03-19T14:16:42.096Z Checking crossbeam-deque v0.8.6
21272026-03-19T14:16:42.223Z Checking dtrace-parser v0.2.0
21282026-03-19T14:16:42.362Z Checking cookie v0.18.1
21292026-03-19T14:16:42.533Z Checking dof v0.4.0
21302026-03-19T14:16:42.582Z Checking rfc6979 v0.4.0
21312026-03-19T14:16:42.586Z Checking thread-id v4.2.2
21322026-03-19T14:16:42.698Z Checking toml_write v0.1.2
21332026-03-19T14:16:42.764Z Checking ecdsa v0.16.9
21342026-03-19T14:16:42.767Z Checking cookie_store v0.22.1
21352026-03-19T14:16:42.961Z Checking toml_edit v0.22.27
21362026-03-19T14:16:43.090Z Checking flate2 v1.1.9
21372026-03-19T14:16:43.139Z Checking newtype-uuid v1.3.2
21382026-03-19T14:16:43.142Z Checking rustls-platform-verifier v0.6.2
21392026-03-19T14:16:43.250Z Checking dof v0.3.0
21402026-03-19T14:16:43.255Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-03-19T14:16:43.340Z Checking curve25519-dalek v4.1.3
21422026-03-19T14:16:43.390Z Checking memoffset v0.9.1
21432026-03-19T14:16:43.435Z Checking rustix v0.38.44
21442026-03-19T14:16:43.481Z Checking usdt-impl v0.6.0
21452026-03-19T14:16:43.529Z Checking env_filter v1.0.0
21462026-03-19T14:16:43.532Z Checking keccak v0.1.6
21472026-03-19T14:16:43.660Z Checking usdt-impl v0.5.0
21482026-03-19T14:16:43.747Z Checking env_logger v0.11.9
21492026-03-19T14:16:43.795Z Checking daft v0.1.5
21502026-03-19T14:16:43.839Z Checking sha3 v0.10.8
21512026-03-19T14:16:43.885Z Checking usdt v0.6.0
21522026-03-19T14:16:44.029Z Checking reqwest v0.13.2
21532026-03-19T14:16:44.079Z Checking ed25519 v2.2.3
21542026-03-19T14:16:44.128Z Checking itertools v0.13.0
21552026-03-19T14:16:44.176Z Checking serde_with v3.17.0
21562026-03-19T14:16:44.179Z Checking siphasher v1.0.2
21572026-03-19T14:16:44.353Z Checking bitflags v1.3.2
21582026-03-19T14:16:44.459Z Checking ed25519-dalek v2.2.0
21592026-03-19T14:16:44.508Z Checking unicode-normalization v0.1.25
21602026-03-19T14:16:44.511Z Checking signal-hook v0.3.18
21612026-03-19T14:16:44.595Z Checking toml_datetime v0.7.5+spec-1.1.0
21622026-03-19T14:16:44.653Z Checking winnow v0.5.40
21632026-03-19T14:16:44.797Z Checking managed v0.8.0
21642026-03-19T14:16:44.845Z Checking nix v0.31.1
21652026-03-19T14:16:44.894Z Checking rayon-core v1.13.0
21662026-03-19T14:16:45.084Z Checking bzip2-sys v0.1.13+1.0.8
21672026-03-19T14:16:45.087Z Checking object v0.37.3
21682026-03-19T14:16:45.225Z Checking foldhash v0.1.5
21692026-03-19T14:16:45.228Z Checking bzip2 v0.4.4
21702026-03-19T14:16:45.364Z Checking signal-hook-mio v0.2.5
21712026-03-19T14:16:45.434Z Checking hashbrown v0.15.5
21722026-03-19T14:16:45.515Z Checking ref-cast v1.0.25
21732026-03-19T14:16:45.563Z Checking zstd-sys v2.0.16+zstd.1.5.7
21742026-03-19T14:16:45.641Z Checking zip v0.6.6
21752026-03-19T14:16:45.687Z Checking bumpalo v3.20.2
21762026-03-19T14:16:45.743Z Checking zstd-safe v7.2.4
21772026-03-19T14:16:45.982Z Checking libbz2-rs-sys v0.2.2
21782026-03-19T14:16:46.028Z Checking zstd v0.13.3
21792026-03-19T14:16:46.103Z Checking zopfli v0.8.3
21802026-03-19T14:16:46.149Z Checking crossterm v0.28.1
21812026-03-19T14:16:46.240Z Checking rayon v1.11.0
21822026-03-19T14:16:46.312Z Checking similar v2.7.0
21832026-03-19T14:16:46.315Z Checking toml_edit v0.19.15
21842026-03-19T14:16:46.315Z Checking fs-err v3.3.0
21852026-03-19T14:16:46.541Z Checking bzip2 v0.6.1
21862026-03-19T14:16:46.588Z Checking hash32 v0.2.1
21872026-03-19T14:16:46.791Z Checking serde-big-array v0.5.1
21882026-03-19T14:16:46.839Z Checking unicode-properties v0.1.4
21892026-03-19T14:16:46.842Z Checking jiff v0.2.21
21902026-03-19T14:16:46.924Z Checking unicode-bidi v0.3.18
21912026-03-19T14:16:46.998Z Checking predicates-core v1.0.10
21922026-03-19T14:16:47.117Z Checking heapless v0.7.17
21932026-03-19T14:16:47.167Z Checking hickory-proto v0.25.2
21942026-03-19T14:16:47.211Z Checking tokio-stream v0.1.18
21952026-03-19T14:16:47.357Z Checking stringprep v0.1.5
21962026-03-19T14:16:47.595Z Checking md-5 v0.10.6
21972026-03-19T14:16:47.715Z Checking float-cmp v0.10.0
21982026-03-19T14:16:47.766Z Checking rustc-hash v2.1.1
21992026-03-19T14:16:47.813Z Checking normalize-line-endings v0.3.0
22002026-03-19T14:16:47.859Z Checking toml v0.7.8
22012026-03-19T14:16:47.917Z Checking difflib v0.4.0
22022026-03-19T14:16:47.964Z Checking fallible-iterator v0.2.0
22032026-03-19T14:16:47.967Z Checking iddqd v0.3.17
22042026-03-19T14:16:48.187Z Checking predicates v3.1.4
22052026-03-19T14:16:48.326Z Checking smoltcp v0.9.1
22062026-03-19T14:16:48.374Z Checking postgres-protocol v0.6.10
22072026-03-19T14:16:48.377Z Checking phf_shared v0.13.1
22082026-03-19T14:16:48.531Z Checking phf_shared v0.11.3
22092026-03-19T14:16:48.630Z Checking itertools v0.12.1
22102026-03-19T14:16:48.720Z Checking console v0.16.2
22112026-03-19T14:16:48.766Z Checking buf-list v1.1.2
22122026-03-19T14:16:48.821Z Checking strum v0.27.2
22132026-03-19T14:16:49.005Z Checking fixedbitset v0.5.7
22142026-03-19T14:16:49.050Z Checking unit-prefix v0.5.2
22152026-03-19T14:16:49.162Z Checking new_debug_unreachable v1.0.6
22162026-03-19T14:16:49.211Z Checking precomputed-hash v0.1.1
22172026-03-19T14:16:49.214Z Checking fixedbitset v0.4.2
22182026-03-19T14:16:49.301Z Checking lalrpop-util v0.19.12
22192026-03-19T14:16:49.304Z Checking indicatif v0.18.4
22202026-03-19T14:16:49.388Z Checking petgraph v0.8.3
22212026-03-19T14:16:49.389Z Checking string_cache v0.8.9
22222026-03-19T14:16:49.486Z Checking petgraph v0.6.5
22232026-03-19T14:16:49.549Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22242026-03-19T14:16:49.685Z Checking postgres-types v0.2.12
22252026-03-19T14:16:49.884Z Checking phf v0.13.1
22262026-03-19T14:16:50.099Z Checking zone v0.3.1
22272026-03-19T14:16:50.147Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-19T14:16:50.150Z Checking zip v4.6.1
22292026-03-19T14:16:50.235Z Checking whoami v2.1.0
22302026-03-19T14:16:50.524Z Checking peg-runtime v0.8.5
22312026-03-19T14:16:50.570Z Checking tokio-postgres v0.7.16
22322026-03-19T14:16:50.748Z Checking futures-executor v0.3.32
22332026-03-19T14:16:50.800Z Checking is-terminal v0.4.17
22342026-03-19T14:16:50.956Z Checking crossbeam-channel v0.5.15
22352026-03-19T14:16:51.003Z Checking futures v0.3.32
22362026-03-19T14:16:51.048Z Compiling structmeta-derive v0.3.0
22372026-03-19T14:16:51.094Z Checking thread_local v1.1.9
22382026-03-19T14:16:51.140Z Checking take_mut v0.2.2
22392026-03-19T14:16:51.284Z Checking term v1.2.1
22402026-03-19T14:16:51.330Z Compiling newtype-uuid-macros v0.1.0
22412026-03-19T14:16:51.373Z Compiling rustls v0.22.4
22422026-03-19T14:16:51.446Z Checking slog-async v2.8.0
22432026-03-19T14:16:51.612Z Checking slog-term v2.9.2
22442026-03-19T14:16:51.661Z Checking regress v0.10.5
22452026-03-19T14:16:51.748Z Compiling multer v3.1.0
22462026-03-19T14:16:51.791Z Compiling async-stream-impl v0.3.6
22472026-03-19T14:16:51.998Z Compiling dropshot v0.16.7
22482026-03-19T14:16:52.147Z Compiling dropshot_endpoint v0.16.7
22492026-03-19T14:16:52.330Z Checking match_cfg v0.1.0
22502026-03-19T14:16:52.381Z Checking slog-json v2.6.1
22512026-03-19T14:16:52.426Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-03-19T14:16:52.472Z Checking hostname v0.3.1
22532026-03-19T14:16:52.542Z Compiling structmeta v0.3.0
22542026-03-19T14:16:52.619Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-03-19T14:16:52.622Z Checking debug-ignore v1.0.5
22562026-03-19T14:16:52.714Z Checking slog-bunyan v2.5.0
22572026-03-19T14:16:52.828Z Checking serde_spanned v1.0.4
22582026-03-19T14:16:52.881Z Compiling derive-ex v0.1.8
22592026-03-19T14:16:52.932Z Checking toml_writer v1.0.6+spec-1.1.0
22602026-03-19T14:16:52.980Z Checking rustls-webpki v0.102.8
22612026-03-19T14:16:52.983Z Checking serde_path_to_error v0.1.20
22622026-03-19T14:16:53.066Z Checking progenitor-client v0.13.0
22632026-03-19T14:16:53.202Z Checking async-stream v0.3.6
22642026-03-19T14:16:53.248Z Checking toml v0.9.12+spec-1.1.0
22652026-03-19T14:16:53.446Z Checking waitgroup v0.1.2
22662026-03-19T14:16:53.449Z Checking rustls-pemfile v2.2.0
22672026-03-19T14:16:53.608Z Checking hostname v0.4.2
22682026-03-19T14:16:53.705Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-03-19T14:16:53.753Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-19T14:16:53.756Z Compiling parse-display-derive v0.10.0
22712026-03-19T14:16:53.841Z Checking itertools v0.14.0
22722026-03-19T14:16:53.932Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22732026-03-19T14:16:53.979Z Checking macaddr v1.0.1
22742026-03-19T14:16:54.118Z Checking progenitor-client v0.10.0
22752026-03-19T14:16:54.276Z Checking instant v0.1.13
22762026-03-19T14:16:54.424Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22772026-03-19T14:16:54.483Z Checking backoff v0.4.0
22782026-03-19T14:16:54.532Z Checking backon v1.6.0
22792026-03-19T14:16:54.640Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22802026-03-19T14:16:54.755Z Checking heck v0.5.0
22812026-03-19T14:16:54.842Z Checking progenitor-extras v0.1.1
22822026-03-19T14:16:54.993Z Checking camino-tempfile v1.4.1
22832026-03-19T14:16:55.170Z Checking toml v0.8.23
22842026-03-19T14:16:55.291Z Compiling test-strategy v0.4.5
22852026-03-19T14:16:55.335Z Compiling convert_case v0.4.0
22862026-03-19T14:16:55.379Z Checking secrecy v0.10.3
22872026-03-19T14:16:55.567Z Compiling unsafe-libyaml v0.2.11
22882026-03-19T14:16:55.667Z Compiling toml_edit v0.23.10+spec-1.0.0
22892026-03-19T14:16:55.713Z Checking tokio-rustls v0.25.0
22902026-03-19T14:16:55.872Z Compiling derive_more v0.99.20
22912026-03-19T14:16:56.129Z Checking parse-display v0.10.0
22922026-03-19T14:16:56.354Z Compiling serde_yaml v0.9.34+deprecated
22932026-03-19T14:16:56.616Z Compiling proc-macro-crate v3.4.0
22942026-03-19T14:16:57.019Z Compiling typify-impl v0.6.1
22952026-03-19T14:16:57.202Z Compiling crucible-workspace-hack v0.1.0
22962026-03-19T14:16:57.375Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22972026-03-19T14:16:57.662Z Checking half v2.7.1
22982026-03-19T14:16:57.912Z Checking ciborium-io v0.2.2
22992026-03-19T14:16:58.056Z Checking glob v0.3.3
23002026-03-19T14:16:58.102Z Checking ciborium-ll v0.2.2
23012026-03-19T14:16:58.337Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23022026-03-19T14:16:58.384Z Compiling heapless v0.8.0
23032026-03-19T14:16:58.480Z Checking ciborium v0.2.2
23042026-03-19T14:16:58.623Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-03-19T14:16:58.730Z Compiling ingot-macros v0.1.1
23062026-03-19T14:16:59.021Z Checking tabwriter v1.4.1
23072026-03-19T14:16:59.067Z Checking hash32 v0.3.1
23082026-03-19T14:16:59.111Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23092026-03-19T14:16:59.284Z Compiling smoltcp v0.11.0
23102026-03-19T14:16:59.331Z Compiling num_enum_derive v0.7.5
23112026-03-19T14:16:59.482Z Checking cobs v0.3.0
23122026-03-19T14:16:59.560Z Compiling foreign-types-macros v0.2.3
23132026-03-19T14:16:59.712Z Checking cpufeatures v0.3.0
23142026-03-19T14:16:59.837Z Checking foreign-types-shared v0.3.1
23152026-03-19T14:16:59.883Z Checking chacha20 v0.10.0
23162026-03-19T14:17:00.001Z Checking postcard v1.1.3
23172026-03-19T14:17:00.427Z Checking foreign-types v0.5.0
23182026-03-19T14:17:00.472Z Compiling proc-macro-crate v1.3.1
23192026-03-19T14:17:00.560Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23202026-03-19T14:17:00.563Z Checking cstr-argument v0.1.2
23212026-03-19T14:17:00.756Z Checking sigpipe v0.1.3
23222026-03-19T14:17:00.819Z Checking num_enum v0.7.5
23232026-03-19T14:17:00.897Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-03-19T14:17:00.943Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23252026-03-19T14:17:01.006Z Checking colored v3.1.1
23262026-03-19T14:17:01.062Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-03-19T14:17:01.313Z Compiling num_enum_derive v0.5.11
23282026-03-19T14:17:01.360Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23292026-03-19T14:17:01.466Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-03-19T14:17:01.512Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-19T14:17:01.604Z Checking rand v0.10.0
23322026-03-19T14:17:01.658Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-19T14:17:01.703Z Checking indent_write v2.2.0
23342026-03-19T14:17:01.747Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23352026-03-19T14:17:01.907Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23362026-03-19T14:17:02.014Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-03-19T14:17:02.096Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23382026-03-19T14:17:02.270Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23392026-03-19T14:17:02.491Z Checking smf v0.2.3
23402026-03-19T14:17:02.554Z Compiling num-derive v0.4.2
23412026-03-19T14:17:02.599Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-03-19T14:17:02.719Z Checking ingot-types v0.1.2
23432026-03-19T14:17:02.764Z Checking num_enum v0.5.11
23442026-03-19T14:17:02.841Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-19T14:17:02.954Z Checking whoami v1.6.1
23462026-03-19T14:17:03.000Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-03-19T14:17:03.078Z Checking universal-hash v0.5.1
23482026-03-19T14:17:03.215Z Checking opaque-debug v0.3.1
23492026-03-19T14:17:03.261Z Checking ingot v0.1.1
23502026-03-19T14:17:03.349Z Checking aead v0.5.2
23512026-03-19T14:17:03.352Z Checking swrite v0.1.0
23522026-03-19T14:17:03.462Z Checking poly1305 v0.8.0
23532026-03-19T14:17:03.528Z Checking chacha20 v0.9.1
23542026-03-19T14:17:03.575Z Checking unicode-width v0.1.14
23552026-03-19T14:17:03.578Z Compiling thiserror-impl-no-std v2.0.2
23562026-03-19T14:17:03.661Z Compiling typify-macro v0.6.1
23572026-03-19T14:17:03.809Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23582026-03-19T14:17:03.855Z Checking password-hash v0.5.0
23592026-03-19T14:17:03.858Z Checking blake2 v0.10.6
23602026-03-19T14:17:03.941Z Checking chacha20poly1305 v0.10.1
23612026-03-19T14:17:04.138Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-03-19T14:17:04.234Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23632026-03-19T14:17:04.280Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23642026-03-19T14:17:04.324Z Checking argon2 v0.5.3
23652026-03-19T14:17:04.620Z Compiling usdt-macro v0.5.0
23662026-03-19T14:17:04.667Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23672026-03-19T14:17:04.670Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23682026-03-19T14:17:04.822Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23692026-03-19T14:17:05.148Z Compiling usdt-attr-macro v0.5.0
23702026-03-19T14:17:05.309Z Checking thiserror-no-std v2.0.2
23712026-03-19T14:17:05.467Z Checking vsss-rs v3.3.4
23722026-03-19T14:17:05.631Z Checking memmap v0.7.0
23732026-03-19T14:17:05.690Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23742026-03-19T14:17:05.742Z Compiling derive-where v1.6.0
23752026-03-19T14:17:05.789Z Checking atomicwrites v0.4.4
23762026-03-19T14:17:05.838Z Checking console v0.15.11
23772026-03-19T14:17:05.989Z Checking newline-converter v0.3.0
23782026-03-19T14:17:06.140Z Compiling typify v0.6.1
23792026-03-19T14:17:06.226Z Checking usdt v0.5.0
23802026-03-19T14:17:06.269Z Checking expectorate v1.2.0
23812026-03-19T14:17:06.314Z Compiling progenitor-impl v0.13.0
23822026-03-19T14:17:06.433Z Compiling prettyplease v0.2.37
23832026-03-19T14:17:06.479Z Checking bytecount v0.6.9
23842026-03-19T14:17:06.483Z Checking tokio-dtrace v0.1.1
23852026-03-19T14:17:06.649Z Compiling owo-colors v4.3.0
23862026-03-19T14:17:06.784Z Checking oxide-tokio-rt v0.1.3
23872026-03-19T14:17:06.787Z Compiling cancel-safe-futures v0.1.5
23882026-03-19T14:17:07.033Z Checking libsw-core v0.3.2
23892026-03-19T14:17:07.191Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-03-19T14:17:07.279Z Checking libsw v3.5.0
23912026-03-19T14:17:07.368Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23922026-03-19T14:17:07.511Z Checking linear-map v1.2.0
23932026-03-19T14:17:07.576Z Checking same-file v1.0.6
23942026-03-19T14:17:07.624Z Checking num-rational v0.4.2
23952026-03-19T14:17:07.668Z Checking num-complex v0.4.6
23962026-03-19T14:17:07.766Z Checking walkdir v2.5.0
23972026-03-19T14:17:07.810Z Checking float-ord v0.3.2
23982026-03-19T14:17:07.978Z Checking gethostname v0.5.0
23992026-03-19T14:17:08.113Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24002026-03-19T14:17:08.157Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24012026-03-19T14:17:08.202Z Checking num v0.4.3
24022026-03-19T14:17:08.248Z Compiling async-recursion v1.1.1
24032026-03-19T14:17:08.392Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-03-19T14:17:08.742Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24052026-03-19T14:17:09.351Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24062026-03-19T14:17:10.064Z Compiling progenitor-macro v0.13.0
24072026-03-19T14:17:10.682Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-03-19T14:17:12.057Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24092026-03-19T14:17:12.219Z Checking unicode-linebreak v0.1.5
24102026-03-19T14:17:12.266Z Checking smawk v0.3.2
24112026-03-19T14:17:12.470Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24122026-03-19T14:17:12.559Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24132026-03-19T14:17:12.679Z Checking globset v0.4.18
24142026-03-19T14:17:13.185Z Compiling convert_case v0.10.0
24152026-03-19T14:17:13.957Z Compiling slog-dtrace v0.3.0
24162026-03-19T14:17:14.262Z Checking resolv-conf v0.7.6
24172026-03-19T14:17:14.412Z Compiling derive_more-impl v2.1.1
24182026-03-19T14:17:14.730Z Compiling pin-project-internal v1.1.11
24192026-03-19T14:17:14.789Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-03-19T14:17:14.882Z Checking pem v3.0.6
24212026-03-19T14:17:15.095Z Checking fd-lock v4.0.4
24222026-03-19T14:17:15.142Z Checking vte v0.14.1
24232026-03-19T14:17:15.291Z Checking display-error-chain v0.2.2
24242026-03-19T14:17:15.383Z Checking strip-ansi-escapes v0.2.1
24252026-03-19T14:17:15.486Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24262026-03-19T14:17:15.550Z Checking derive_more v2.1.1
24272026-03-19T14:17:15.597Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24282026-03-19T14:17:15.601Z Compiling snafu-derive v0.8.9
24292026-03-19T14:17:15.687Z Checking crossterm v0.29.0
24302026-03-19T14:17:15.801Z Checking nu-ansi-term v0.50.3
24312026-03-19T14:17:16.120Z Checking termtree v0.5.1
24322026-03-19T14:17:16.302Z Checking pin-project v1.1.11
24332026-03-19T14:17:16.350Z Checking linked-hash-map v0.5.6
24342026-03-19T14:17:16.352Z Checking reedline v0.40.0
24352026-03-19T14:17:16.462Z Checking textwrap v0.16.2
24362026-03-19T14:17:16.509Z Checking olpc-cjson v0.1.4
24372026-03-19T14:17:16.723Z Checking lru-cache v0.1.2
24382026-03-19T14:17:16.784Z Checking hickory-proto v0.24.4
24392026-03-19T14:17:16.916Z Checking serde_plain v1.0.2
24402026-03-19T14:17:17.151Z Compiling minimal-lexical v0.2.1
24412026-03-19T14:17:17.297Z Checking progenitor v0.13.0
24422026-03-19T14:17:17.513Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-03-19T14:17:17.560Z Checking typed-path v0.9.3
24442026-03-19T14:17:18.035Z Compiling nom v7.1.3
24452026-03-19T14:17:18.372Z Checking snafu v0.8.9
24462026-03-19T14:17:18.712Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24472026-03-19T14:17:18.756Z Checking tough v0.20.0
24482026-03-19T14:17:19.355Z Checking nibble_vec v0.1.0
24492026-03-19T14:17:19.514Z Checking endian-type v0.1.2
24502026-03-19T14:17:19.564Z Checking hickory-resolver v0.24.4
24512026-03-19T14:17:19.715Z Checking radix_trie v0.2.1
24522026-03-19T14:17:19.995Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24532026-03-19T14:17:20.052Z Compiling ar_archive_writer v0.5.1
24542026-03-19T14:17:20.476Z Checking humantime v2.3.0
24552026-03-19T14:17:20.590Z Checking qorb v0.4.1
24562026-03-19T14:17:20.748Z Checking csv-core v0.1.13
24572026-03-19T14:17:20.808Z Checking base64 v0.21.7
24582026-03-19T14:17:21.022Z Checking csv v1.4.0
24592026-03-19T14:17:21.168Z Compiling stacker v0.1.23
24602026-03-19T14:17:21.216Z Checking highway v1.3.0
24612026-03-19T14:17:21.290Z Compiling psm v0.1.30
24622026-03-19T14:17:21.531Z Compiling cfg_aliases v0.1.1
24632026-03-19T14:17:21.578Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24642026-03-19T14:17:21.617Z Checking papergrid v0.11.0
24652026-03-19T14:17:21.707Z Compiling nix v0.28.0
24662026-03-19T14:17:21.710Z Compiling tabled_derive v0.7.0
24672026-03-19T14:17:22.134Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24682026-03-19T14:17:22.178Z Checking home v0.5.12
24692026-03-19T14:17:22.300Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24702026-03-19T14:17:22.389Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24712026-03-19T14:17:22.434Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24722026-03-19T14:17:22.511Z Checking phf_shared v0.12.1
24732026-03-19T14:17:22.523Z Compiling recursive-proc-macro-impl v0.1.1
24742026-03-19T14:17:22.707Z Compiling semver v0.1.20
24752026-03-19T14:17:23.032Z Compiling chrono-tz v0.10.4
24762026-03-19T14:17:23.083Z Checking tabled v0.15.0
24772026-03-19T14:17:23.128Z Compiling rustc_version v0.1.7
24782026-03-19T14:17:23.168Z Checking recursive v0.1.1
24792026-03-19T14:17:23.171Z Checking phf v0.12.1
24802026-03-19T14:17:23.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24812026-03-19T14:17:23.406Z Compiling const_format_proc_macros v0.2.34
24822026-03-19T14:17:23.490Z Compiling peg-macros v0.8.5
24832026-03-19T14:17:23.531Z Checking winnow v0.6.26
24842026-03-19T14:17:23.580Z Compiling sqlparser_derive v0.5.0
24852026-03-19T14:17:24.135Z Checking unicode_categories v0.1.1
24862026-03-19T14:17:24.673Z Checking sqlparser v0.61.0
24872026-03-19T14:17:24.759Z Checking const_format v0.2.35
24882026-03-19T14:17:24.806Z Checking rustyline v14.0.0
24892026-03-19T14:17:25.204Z Checking sqlformat v0.3.5
24902026-03-19T14:17:25.321Z Compiling newtype_derive v0.1.6
24912026-03-19T14:17:25.438Z Checking peg v0.8.5
24922026-03-19T14:17:25.617Z Checking bcs v0.1.6
24932026-03-19T14:17:25.830Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24942026-03-19T14:17:25.980Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24952026-03-19T14:17:26.069Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24962026-03-19T14:17:26.150Z Checking steno v0.4.1
24972026-03-19T14:17:26.440Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24982026-03-19T14:17:26.514Z Compiling typify-impl v0.4.3
24992026-03-19T14:17:27.399Z Checking utf-8 v0.7.6
25002026-03-19T14:17:27.564Z Checking filetime v0.2.27
25012026-03-19T14:17:27.610Z Checking arc-swap v1.8.2
25022026-03-19T14:17:27.951Z Checking xattr v1.6.1
25032026-03-19T14:17:28.160Z Checking tar v0.4.44
25042026-03-19T14:17:28.725Z Checking slog-scope v4.4.1
25052026-03-19T14:17:28.939Z Checking slog-stdlog v4.1.1
25062026-03-19T14:17:28.987Z Checking tungstenite v0.21.0
25072026-03-19T14:17:29.132Z Checking slog-envlogger v2.2.0
25082026-03-19T14:17:29.195Z Checking typeid v1.0.3
25092026-03-19T14:17:29.367Z Checking subprocess v0.2.15
25102026-03-19T14:17:29.370Z Checking headers-core v0.3.0
25112026-03-19T14:17:29.588Z Checking headers v0.4.1
25122026-03-19T14:17:29.634Z Checking tokio-tungstenite v0.21.0
25132026-03-19T14:17:29.789Z Compiling lzma-sys v0.1.20
25142026-03-19T14:17:30.035Z Compiling cargo_toml v0.22.3
25152026-03-19T14:17:30.038Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25162026-03-19T14:17:30.273Z Checking yasna v0.5.2
25172026-03-19T14:17:30.583Z Checking xz2 v0.1.7
25182026-03-19T14:17:30.830Z Checking rcgen v0.12.1
25192026-03-19T14:17:30.874Z Checking ron v0.12.0
25202026-03-19T14:17:31.296Z Checking base16ct v1.0.0
25212026-03-19T14:17:31.442Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25222026-03-19T14:17:31.499Z Checking dropshot-api-manager-types v0.6.0
25232026-03-19T14:17:31.757Z Checking tagptr v0.2.0
25242026-03-19T14:17:31.829Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25252026-03-19T14:17:31.914Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25262026-03-19T14:17:31.984Z Checking moka v0.12.13
25272026-03-19T14:17:32.088Z Compiling libefi-sys v0.1.0
25282026-03-19T14:17:32.136Z Compiling radium v0.7.0
25292026-03-19T14:17:32.427Z Compiling bitfield-struct v0.6.2
25302026-03-19T14:17:32.574Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25312026-03-19T14:17:32.913Z Checking hickory-resolver v0.25.2
25322026-03-19T14:17:33.105Z Compiling typify-macro v0.4.3
25332026-03-19T14:17:33.153Z Compiling maybe-uninit v2.0.0
25342026-03-19T14:17:33.320Z Checking tap v1.0.1
25352026-03-19T14:17:33.499Z Checking wyz v0.5.1
25362026-03-19T14:17:33.657Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25372026-03-19T14:17:33.928Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25382026-03-19T14:17:34.081Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25392026-03-19T14:17:34.240Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25402026-03-19T14:17:34.287Z Compiling zerocopy-derive v0.6.6
25412026-03-19T14:17:34.380Z Checking funty v2.0.0
25422026-03-19T14:17:34.602Z Checking crc-catalog v2.4.0
25432026-03-19T14:17:34.648Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-19T14:17:34.770Z Compiling packed_struct v0.10.1
25452026-03-19T14:17:34.815Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-03-19T14:17:34.892Z Checking bitvec v1.0.1
25472026-03-19T14:17:35.183Z Checking crc v3.4.0
25482026-03-19T14:17:35.242Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25492026-03-19T14:17:35.473Z Compiling packed_struct_codegen v0.10.1
25502026-03-19T14:17:35.513Z Checking zerocopy v0.6.6
25512026-03-19T14:17:35.517Z Compiling bitfield-macros v0.19.4
25522026-03-19T14:17:35.601Z Compiling typify v0.4.3
25532026-03-19T14:17:35.782Z Compiling progenitor-impl v0.10.0
25542026-03-19T14:17:35.964Z Compiling indexmap v1.9.3
25552026-03-19T14:17:36.249Z Checking nodrop v0.1.14
25562026-03-19T14:17:36.403Z Checking array-init v0.0.4
25572026-03-19T14:17:36.540Z Checking bitfield v0.19.4
25582026-03-19T14:17:36.849Z Checking smallvec v0.6.14
25592026-03-19T14:17:36.931Z Checking hashbrown v0.12.3
25602026-03-19T14:17:36.975Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25612026-03-19T14:17:37.068Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25622026-03-19T14:17:37.141Z Checking serde-hex v0.1.0
25632026-03-19T14:17:37.215Z Checking ron v0.8.1
25642026-03-19T14:17:37.983Z Checking hashbrown v0.13.2
25652026-03-19T14:17:38.029Z Checking crc-any v2.5.0
25662026-03-19T14:17:38.307Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-19T14:17:38.351Z Checking path-slash v0.1.5
25682026-03-19T14:17:38.520Z Compiling xshell-macros v0.2.7
25692026-03-19T14:17:38.565Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25702026-03-19T14:17:38.610Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25712026-03-19T14:17:38.613Z Checking object v0.30.4
25722026-03-19T14:17:39.043Z Checking xshell v0.2.7
25732026-03-19T14:17:39.089Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-03-19T14:17:39.325Z Checking half v1.8.3
25752026-03-19T14:17:39.369Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25762026-03-19T14:17:39.543Z Compiling progenitor-macro v0.10.0
25772026-03-19T14:17:39.637Z Checking serde_cbor v0.11.2
25782026-03-19T14:17:40.022Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25792026-03-19T14:17:40.214Z Compiling num-derive v0.3.3
25802026-03-19T14:17:40.345Z Compiling proc-macro-error-attr2 v2.0.0
25812026-03-19T14:17:40.390Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25822026-03-19T14:17:40.891Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25832026-03-19T14:17:40.934Z Compiling proc-macro-error2 v2.0.1
25842026-03-19T14:17:41.387Z Compiling tabled_derive v0.11.0
25852026-03-19T14:17:41.432Z Checking libscf-sys v1.1.0
25862026-03-19T14:17:41.557Z Checking papergrid v0.17.0
25872026-03-19T14:17:41.636Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25882026-03-19T14:17:41.748Z Checking testing_table v0.3.0
25892026-03-19T14:17:41.907Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25902026-03-19T14:17:41.952Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25912026-03-19T14:17:42.416Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25922026-03-19T14:17:42.692Z Checking maplit v1.0.2
25932026-03-19T14:17:42.836Z Checking crc8 v0.1.1
25942026-03-19T14:17:42.839Z Checking fxhash v0.2.1
25952026-03-19T14:17:42.995Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25962026-03-19T14:17:43.044Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25972026-03-19T14:17:43.047Z Checking tabled v0.20.0
25982026-03-19T14:17:43.130Z Checking unicase v2.9.0
25992026-03-19T14:17:43.134Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-03-19T14:17:43.377Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26012026-03-19T14:17:43.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26022026-03-19T14:17:43.998Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26032026-03-19T14:17:44.185Z Checking kstat-rs v0.2.4
26042026-03-19T14:17:44.430Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26052026-03-19T14:17:44.474Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26062026-03-19T14:17:44.529Z Compiling diesel_derives v2.3.7
26072026-03-19T14:17:44.683Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26082026-03-19T14:17:44.805Z Compiling parking_lot_core v0.8.6
26092026-03-19T14:17:45.057Z Compiling git-stub v1.0.0
26102026-03-19T14:17:45.229Z Checking scheduled-thread-pool v0.2.7
26112026-03-19T14:17:45.273Z Compiling dsl_auto_type v0.2.0
26122026-03-19T14:17:45.440Z Compiling vergen-gitcl v1.0.8
26132026-03-19T14:17:45.486Z Compiling diesel_table_macro_syntax v0.3.0
26142026-03-19T14:17:45.679Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26152026-03-19T14:17:45.682Z Checking r2d2 v0.8.10
26162026-03-19T14:17:45.811Z Compiling git-stub-vcs v0.1.0
26172026-03-19T14:17:45.998Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26182026-03-19T14:17:46.047Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26192026-03-19T14:17:46.094Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26202026-03-19T14:17:46.170Z Checking downcast-rs v2.0.2
26212026-03-19T14:17:46.325Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26222026-03-19T14:17:46.369Z Checking parking_lot v0.11.2
26232026-03-19T14:17:46.520Z Checking prefix-trie v0.7.0
26242026-03-19T14:17:46.659Z Checking nanorand v0.7.0
26252026-03-19T14:17:46.707Z Checking progenitor v0.10.0
26262026-03-19T14:17:46.710Z Compiling dirs-sys-next v0.1.2
26272026-03-19T14:17:46.920Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26282026-03-19T14:17:46.965Z Compiling crunchy v0.2.4
26292026-03-19T14:17:47.054Z Checking hickory-server v0.25.2
26302026-03-19T14:17:47.114Z Compiling dirs-next v2.0.0
26312026-03-19T14:17:47.158Z Checking flume v0.11.1
26322026-03-19T14:17:47.260Z Checking sled v0.34.7
26332026-03-19T14:17:47.305Z Compiling clang-sys v1.8.1
26342026-03-19T14:17:47.412Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26352026-03-19T14:17:47.517Z Checking hickory-client v0.25.2
26362026-03-19T14:17:47.693Z Compiling tiny-keccak v2.0.2
26372026-03-19T14:17:47.966Z Compiling term v0.7.0
26382026-03-19T14:17:48.052Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-03-19T14:17:48.112Z Compiling salty v0.3.0
26402026-03-19T14:17:48.290Z Compiling bit-vec v0.6.3
26412026-03-19T14:17:48.517Z Compiling ascii-canvas v3.0.0
26422026-03-19T14:17:48.619Z Compiling bit-set v0.5.3
26432026-03-19T14:17:48.765Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26442026-03-19T14:17:48.859Z Checking primeorder v0.13.6
26452026-03-19T14:17:48.903Z Compiling itertools v0.10.5
26462026-03-19T14:17:49.228Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26472026-03-19T14:17:49.352Z Compiling ena v0.14.4
26482026-03-19T14:17:49.522Z Compiling libloading v0.8.9
26492026-03-19T14:17:49.678Z Compiling fs-err v2.11.0
26502026-03-19T14:17:49.838Z Compiling regex-syntax v0.6.29
26512026-03-19T14:17:49.972Z Compiling diff v0.1.13
26522026-03-19T14:17:50.090Z Compiling bindgen v0.71.1
26532026-03-19T14:17:50.809Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-03-19T14:17:50.853Z Compiling cexpr v0.6.0
26552026-03-19T14:17:51.130Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26562026-03-19T14:17:51.595Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26572026-03-19T14:17:51.801Z Compiling lalrpop v0.19.12
26582026-03-19T14:17:52.474Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26592026-03-19T14:17:52.735Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26602026-03-19T14:17:53.196Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26612026-03-19T14:17:53.652Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26622026-03-19T14:17:53.700Z Compiling libxml v0.3.3
26632026-03-19T14:17:53.829Z Checking diesel v2.3.7
26642026-03-19T14:17:53.933Z Checking parse-size v1.1.0
26652026-03-19T14:17:54.133Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26662026-03-19T14:17:54.192Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26672026-03-19T14:17:54.623Z Checking p384 v0.13.1
26682026-03-19T14:17:55.254Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26692026-03-19T14:17:55.297Z Compiling strum_macros v0.24.3
26702026-03-19T14:17:56.097Z Compiling indoc v1.0.9
26712026-03-19T14:17:57.192Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26722026-03-19T14:17:57.565Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26732026-03-19T14:17:57.743Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26742026-03-19T14:17:57.848Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26752026-03-19T14:17:58.490Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26762026-03-19T14:17:58.595Z Checking predicates-tree v1.0.13
26772026-03-19T14:17:58.642Z Checking quick-xml v0.37.5
26782026-03-19T14:17:58.777Z Checking derive_builder v0.20.2
26792026-03-19T14:17:58.965Z Compiling oso-derive v0.27.3
26802026-03-19T14:17:59.674Z Compiling trait-variant v0.1.2
26812026-03-19T14:17:59.954Z Compiling impl-trait-for-tuples v0.2.3
26822026-03-19T14:18:00.273Z Checking openssl-probe v0.1.6
26832026-03-19T14:18:00.317Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26842026-03-19T14:18:00.432Z Checking assert_matches v1.5.0
26852026-03-19T14:18:00.475Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26862026-03-19T14:18:00.564Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26872026-03-19T14:18:01.180Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26882026-03-19T14:18:01.360Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-03-19T14:18:01.613Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-03-19T14:18:01.925Z Compiling progenitor-impl v0.11.2
26912026-03-19T14:18:02.518Z Compiling mime_guess v2.0.5
26922026-03-19T14:18:02.675Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26932026-03-19T14:18:03.101Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-03-19T14:18:03.285Z Checking progenitor-client v0.11.2
26952026-03-19T14:18:03.525Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-03-19T14:18:03.636Z Checking http-range v0.1.5
26972026-03-19T14:18:03.848Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26982026-03-19T14:18:03.934Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26992026-03-19T14:18:04.010Z Checking ignore v0.4.25
27002026-03-19T14:18:04.789Z Checking atty v0.2.14
27012026-03-19T14:18:04.964Z Checking globwalk v0.9.1
27022026-03-19T14:18:05.798Z Compiling progenitor-macro v0.11.2
27032026-03-19T14:18:05.954Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-03-19T14:18:06.495Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-19T14:18:07.092Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27062026-03-19T14:18:07.583Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-03-19T14:18:07.845Z Checking bb8 v0.8.6
27082026-03-19T14:18:07.890Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-03-19T14:18:08.191Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27102026-03-19T14:18:08.246Z Checking corncobs v0.1.4
27112026-03-19T14:18:08.451Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-03-19T14:18:08.549Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-19T14:18:08.829Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-19T14:18:09.319Z Checking hyper-staticfile v0.10.1
27152026-03-19T14:18:09.426Z Checking camino-tempfile-ext v0.3.3
27162026-03-19T14:18:09.732Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27172026-03-19T14:18:09.776Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27182026-03-19T14:18:10.142Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-03-19T14:18:10.423Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27202026-03-19T14:18:10.494Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-03-19T14:18:11.242Z Checking signal-hook-tokio v0.3.1
27222026-03-19T14:18:11.446Z Checking secrecy v0.8.0
27232026-03-19T14:18:11.648Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27242026-03-19T14:18:12.072Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27252026-03-19T14:18:12.552Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-19T14:18:12.716Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27272026-03-19T14:18:12.793Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282026-03-19T14:18:12.904Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27292026-03-19T14:18:12.987Z Checking progenitor v0.11.2
27302026-03-19T14:18:13.205Z Checking nonempty v0.12.0
27312026-03-19T14:18:13.328Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27322026-03-19T14:18:13.459Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27332026-03-19T14:18:13.627Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27342026-03-19T14:18:13.755Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27352026-03-19T14:18:14.066Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27362026-03-19T14:18:14.275Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-19T14:18:14.696Z Checking async-bb8-diesel v0.2.1
27382026-03-19T14:18:14.783Z Checking diesel-dtrace v0.5.0
27392026-03-19T14:18:15.144Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27402026-03-19T14:18:15.216Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27412026-03-19T14:18:15.480Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27422026-03-19T14:18:15.776Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27432026-03-19T14:18:15.859Z Checking tungstenite v0.23.0
27442026-03-19T14:18:16.471Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-03-19T14:18:16.683Z Checking tokio-tungstenite v0.23.1
27462026-03-19T14:18:16.730Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27472026-03-19T14:18:17.071Z Checking rand_seeder v0.4.0
27482026-03-19T14:18:17.219Z Checking void v1.0.2
27492026-03-19T14:18:17.307Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27502026-03-19T14:18:17.403Z Checking lzss v0.8.2
27512026-03-19T14:18:17.700Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27522026-03-19T14:18:17.832Z Checking nix v0.27.1
27532026-03-19T14:18:17.951Z Checking serde_bytes v0.11.19
27542026-03-19T14:18:18.100Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27552026-03-19T14:18:18.226Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562026-03-19T14:18:18.357Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27572026-03-19T14:18:18.593Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27582026-03-19T14:18:19.262Z Checking is_ci v1.2.0
27592026-03-19T14:18:19.440Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27602026-03-19T14:18:19.581Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27612026-03-19T14:18:19.817Z Checking yansi v1.0.1
27622026-03-19T14:18:19.861Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27632026-03-19T14:18:20.190Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27642026-03-19T14:18:20.234Z Checking pretty_assertions v1.4.1
27652026-03-19T14:18:20.445Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27662026-03-19T14:18:20.535Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27672026-03-19T14:18:20.596Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27682026-03-19T14:18:20.926Z Compiling darling_core v0.23.0
27692026-03-19T14:18:22.234Z Compiling indoc v2.0.7
27702026-03-19T14:18:22.457Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27712026-03-19T14:18:22.750Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-03-19T14:18:22.874Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-03-19T14:18:23.168Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27742026-03-19T14:18:23.216Z Compiling instability v0.3.11
27752026-03-19T14:18:23.541Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27762026-03-19T14:18:23.768Z Compiling libz-sys v1.1.24
27772026-03-19T14:18:23.881Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-03-19T14:18:24.324Z Checking castaway v0.2.4
27792026-03-19T14:18:24.512Z Checking compact_str v0.8.1
27802026-03-19T14:18:24.678Z Compiling darling_macro v0.23.0
27812026-03-19T14:18:25.067Z Checking supports-color v3.0.2
27822026-03-19T14:18:25.285Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27832026-03-19T14:18:25.358Z Compiling darling v0.23.0
27842026-03-19T14:18:25.572Z Checking unicode-truncate v1.1.0
27852026-03-19T14:18:25.618Z Checking lru v0.12.5
27862026-03-19T14:18:25.800Z Checking cassowary v0.3.0
27872026-03-19T14:18:25.930Z Compiling libgit2-sys v0.18.3+1.9.2
27882026-03-19T14:18:26.315Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27892026-03-19T14:18:26.358Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27902026-03-19T14:18:26.502Z Checking ratatui v0.29.0
27912026-03-19T14:18:27.960Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27922026-03-19T14:18:28.247Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-03-19T14:18:28.401Z Compiling vergen-git2 v1.0.7
27942026-03-19T14:18:28.459Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27952026-03-19T14:18:28.590Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27962026-03-19T14:18:28.743Z Checking colored v2.2.0
27972026-03-19T14:18:28.787Z Compiling rustls v0.21.12
27982026-03-19T14:18:28.872Z Checking plotters-backend v0.3.7
27992026-03-19T14:18:29.053Z Checking shell-words v1.1.1
28002026-03-19T14:18:29.187Z Checking plotters-svg v0.3.7
28012026-03-19T14:18:29.347Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-03-19T14:18:29.390Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-03-19T14:18:29.434Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28042026-03-19T14:18:29.684Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28052026-03-19T14:18:29.729Z Checking sct v0.7.1
28062026-03-19T14:18:29.952Z Checking rustls-webpki v0.101.7
28072026-03-19T14:18:30.295Z Compiling nix v0.29.0
28082026-03-19T14:18:30.449Z Checking cast v0.3.0
28092026-03-19T14:18:30.679Z Checking hex-literal v0.4.1
28102026-03-19T14:18:30.722Z Checking criterion-plot v0.6.0
28112026-03-19T14:18:30.841Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-03-19T14:18:31.211Z Checking plotters v0.3.7
28132026-03-19T14:18:32.283Z Checking erased-serde v0.4.9
28142026-03-19T14:18:32.782Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28152026-03-19T14:18:32.855Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28162026-03-19T14:18:33.882Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28172026-03-19T14:18:34.924Z Checking tinytemplate v1.2.1
28182026-03-19T14:18:35.255Z Checking ordered-float v2.10.1
28192026-03-19T14:18:35.712Z Checking oorandom v11.1.5
28202026-03-19T14:18:35.901Z Checking anes v0.1.6
28212026-03-19T14:18:36.192Z Checking criterion v0.7.0
28222026-03-19T14:18:36.614Z Checking serde-value v0.7.0
28232026-03-19T14:18:36.941Z Checking serde-untagged v0.1.9
28242026-03-19T14:18:37.235Z Checking tokio-rustls v0.24.1
28252026-03-19T14:18:37.872Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28262026-03-19T14:18:37.915Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-03-19T14:18:38.203Z Checking rustls-pemfile v1.0.4
28282026-03-19T14:18:38.419Z Checking twox-hash v2.1.2
28292026-03-19T14:18:38.865Z Checking unicode-xid v0.2.6
28302026-03-19T14:18:39.035Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28312026-03-19T14:18:39.079Z Checking cargo-util-schemas v0.8.2
28322026-03-19T14:18:39.360Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-03-19T14:18:39.589Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-03-19T14:18:40.366Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28352026-03-19T14:18:40.613Z Checking fatfs v0.3.6
28362026-03-19T14:18:41.283Z Checking cargo-platform v0.2.0
28372026-03-19T14:18:41.371Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28382026-03-19T14:18:41.570Z Compiling petname v2.0.2
28392026-03-19T14:18:42.259Z Compiling seq-macro v0.3.6
28402026-03-19T14:18:43.215Z Checking cargo_metadata v0.21.0
28412026-03-19T14:18:43.390Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28422026-03-19T14:18:44.323Z Checking concurrent-queue v2.5.0
28432026-03-19T14:18:44.616Z Checking rtoolbox v0.0.3
28442026-03-19T14:18:44.824Z Checking parking v2.2.1
28452026-03-19T14:18:44.889Z Checking futures-timer v3.0.3
28462026-03-19T14:18:45.012Z Checking rpassword v7.4.0
28472026-03-19T14:18:45.059Z Checking event-listener v5.4.1
28482026-03-19T14:18:45.204Z Checking tui-tree-widget v0.23.1
28492026-03-19T14:18:45.383Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28502026-03-19T14:18:45.489Z Checking polyval v0.6.2
28512026-03-19T14:18:45.624Z Checking sapling-renderdag v0.1.0
28522026-03-19T14:18:45.717Z Checking sync-ptr v0.1.4
28532026-03-19T14:18:45.762Z Checking ghash v0.5.1
28542026-03-19T14:18:45.907Z Checking event-listener-strategy v0.5.4
28552026-03-19T14:18:45.950Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28562026-03-19T14:18:45.994Z Checking ctr v0.9.2
28572026-03-19T14:18:46.118Z Checking arrayref v0.3.9
28582026-03-19T14:18:46.229Z Checking constant_time_eq v0.4.2
28592026-03-19T14:18:46.274Z Checking arrayvec v0.7.6
28602026-03-19T14:18:46.277Z Checking aes-gcm v0.10.3
28612026-03-19T14:18:46.499Z Checking async-lock v3.4.2
28622026-03-19T14:18:46.549Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28632026-03-19T14:18:46.591Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28642026-03-19T14:18:47.070Z Checking ssh-encoding v0.2.0
28652026-03-19T14:18:47.367Z Checking blowfish v0.9.1
28662026-03-19T14:18:47.606Z Checking bcrypt-pbkdf v0.10.0
28672026-03-19T14:18:47.860Z Checking ssh-cipher v0.2.0
28682026-03-19T14:18:47.908Z Checking async-object-pool v0.2.0
28692026-03-19T14:18:48.055Z Compiling samael v0.0.19
28702026-03-19T14:18:48.099Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28712026-03-19T14:18:48.142Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28722026-03-19T14:18:48.546Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28732026-03-19T14:18:48.949Z Checking serde_regex v1.1.0
28742026-03-19T14:18:49.226Z Checking password-hash v0.4.2
28752026-03-19T14:18:49.470Z Checking assert-json-diff v2.0.2
28762026-03-19T14:18:49.569Z Checking path-tree v0.8.3
28772026-03-19T14:18:49.731Z Checking gimli v0.32.3
28782026-03-19T14:18:49.870Z Checking stringmetrics v2.2.2
28792026-03-19T14:18:50.119Z Compiling target-lexicon v0.13.3
28802026-03-19T14:18:50.433Z Checking httpmock v0.8.3
28812026-03-19T14:18:50.884Z Checking pbkdf2 v0.11.0
28822026-03-19T14:18:51.141Z Checking ssh-key v0.6.7
28832026-03-19T14:18:52.046Z Checking addr2line v0.25.1
28842026-03-19T14:18:52.439Z Checking p521 v0.13.3
28852026-03-19T14:18:53.311Z Checking p256 v0.13.2
28862026-03-19T14:18:53.485Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28872026-03-19T14:18:53.686Z Checking russh-cryptovec v0.7.3
28882026-03-19T14:18:53.779Z Compiling guppy-workspace-hack v0.1.0
28892026-03-19T14:18:53.901Z Checking rustc-demangle v0.1.27
28902026-03-19T14:18:54.059Z Checking md5 v0.7.0
28912026-03-19T14:18:54.265Z Checking backtrace v0.3.76
28922026-03-19T14:18:54.353Z Checking russh-keys v0.45.0
28932026-03-19T14:18:54.715Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28942026-03-19T14:18:54.775Z Checking num-bigint v0.4.6
28952026-03-19T14:18:54.829Z Checking des v0.8.1
28962026-03-19T14:18:55.270Z Compiling blake3 v1.8.3
28972026-03-19T14:18:55.311Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28982026-03-19T14:18:55.776Z Compiling target-spec v3.5.7
28992026-03-19T14:18:55.898Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29002026-03-19T14:18:56.217Z Checking russh v0.45.0
29012026-03-19T14:18:56.533Z Checking cfg-expr v0.20.6
29022026-03-19T14:18:56.790Z Checking backtrace-ext v0.2.1
29032026-03-19T14:18:56.967Z Checking supports-color v2.1.0
29042026-03-19T14:18:57.012Z Checking textwrap v0.15.2
29052026-03-19T14:18:57.112Z Checking supports-hyperlinks v2.1.0
29062026-03-19T14:18:57.176Z Checking supports-unicode v2.1.0
29072026-03-19T14:18:57.296Z Checking hashbrown v0.14.5
29082026-03-19T14:18:57.339Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29092026-03-19T14:18:57.383Z Checking cargo-platform v0.3.2
29102026-03-19T14:18:57.640Z Checking socket2 v0.5.10
29112026-03-19T14:18:57.686Z Checking terminal_size v0.1.17
29122026-03-19T14:18:57.860Z Compiling miette-derive v5.10.0
29132026-03-19T14:18:58.003Z Checking owo-colors v3.5.0
29142026-03-19T14:18:58.055Z Checking internet-checksum v0.2.1
29152026-03-19T14:18:58.237Z Checking chumsky v0.9.3
29162026-03-19T14:18:58.815Z Checking cargo_metadata v0.23.1
29172026-03-19T14:18:59.448Z Checking miette v5.10.0
29182026-03-19T14:18:59.794Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29192026-03-19T14:18:59.918Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29202026-03-19T14:18:59.961Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29212026-03-19T14:19:00.141Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29222026-03-19T14:19:00.378Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29232026-03-19T14:19:00.526Z Checking httptest v0.16.4
29242026-03-19T14:19:00.895Z Checking pathdiff v0.2.3
29252026-03-19T14:19:00.999Z Compiling git2 v0.20.4
29262026-03-19T14:19:01.044Z Compiling knuffel-derive v3.2.0
29272026-03-19T14:19:01.090Z Checking topological-sort v0.2.2
29282026-03-19T14:19:01.090Z Checking nested v0.1.1
29292026-03-19T14:19:01.303Z Checking omicron-zone-package v0.12.2
29302026-03-19T14:19:01.350Z Checking guppy v0.17.25
29312026-03-19T14:19:01.565Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29322026-03-19T14:19:01.874Z Checking similar-asserts v1.7.0
29332026-03-19T14:19:02.114Z Compiling rstest_macros v0.25.0
29342026-03-19T14:19:02.511Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29352026-03-19T14:19:02.554Z Compiling target-triple v1.0.0
29362026-03-19T14:19:02.724Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-03-19T14:19:02.820Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29382026-03-19T14:19:03.030Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29392026-03-19T14:19:03.221Z Checking knuffel v3.2.0
29402026-03-19T14:19:03.695Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29412026-03-19T14:19:03.789Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29422026-03-19T14:19:04.120Z Checking toml_datetime v1.0.0+spec-1.1.0
29432026-03-19T14:19:04.747Z Compiling relative-path v1.9.3
29442026-03-19T14:19:05.164Z Checking escape8259 v0.5.3
29452026-03-19T14:19:05.210Z Compiling assert_cmd v2.1.2
29462026-03-19T14:19:05.376Z Checking libtest-mimic v0.8.1
29472026-03-19T14:19:05.632Z Checking toml v1.0.3+spec-1.1.0
29482026-03-19T14:19:05.952Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29492026-03-19T14:19:06.009Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29502026-03-19T14:19:06.131Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29512026-03-19T14:19:06.524Z Checking blake2b_simd v1.0.4
29522026-03-19T14:19:07.092Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29532026-03-19T14:19:07.135Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29542026-03-19T14:19:07.493Z Compiling polar-core v0.27.3
29552026-03-19T14:19:07.619Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29562026-03-19T14:19:07.677Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29572026-03-19T14:19:07.974Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29582026-03-19T14:19:08.273Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29592026-03-19T14:19:08.555Z Checking fancy-regex v0.14.0
29602026-03-19T14:19:08.849Z Checking serde_tokenstream v0.2.3
29612026-03-19T14:19:09.092Z Checking uzers v0.12.2
29622026-03-19T14:19:09.258Z Checking termcolor v1.4.1
29632026-03-19T14:19:09.479Z Compiling linkme-impl v0.3.35
29642026-03-19T14:19:09.612Z Checking constant_time_eq v0.3.1
29652026-03-19T14:19:09.783Z Checking rust-argon2 v2.1.0
29662026-03-19T14:19:10.008Z Checking trybuild v1.0.116
29672026-03-19T14:19:10.150Z Checking datatest-stable v0.3.3
29682026-03-19T14:19:10.718Z Checking rstest v0.25.0
29692026-03-19T14:19:10.984Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-03-19T14:19:11.130Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29712026-03-19T14:19:11.385Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29722026-03-19T14:19:11.458Z Checking support-bundle-viewer v0.1.2
29732026-03-19T14:19:11.805Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29742026-03-19T14:19:12.090Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29752026-03-19T14:19:12.276Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29762026-03-19T14:19:12.377Z Checking drift v0.1.3
29772026-03-19T14:19:12.569Z Checking rand_distr v0.5.1
29782026-03-19T14:19:12.811Z Checking multimap v0.10.1
29792026-03-19T14:19:13.083Z Checking approx v0.5.1
29802026-03-19T14:19:13.197Z Compiling linkme v0.3.35
29812026-03-19T14:19:13.303Z Checking dropshot-api-manager v0.6.0
29822026-03-19T14:19:14.170Z Checking oso v0.27.3
29832026-03-19T14:19:14.789Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29842026-03-19T14:19:15.174Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29852026-03-19T14:19:15.285Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29862026-03-19T14:19:15.533Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29872026-03-19T14:19:15.785Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29882026-03-19T14:19:15.849Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29892026-03-19T14:19:15.896Z Checking partial-io v0.5.4
29902026-03-19T14:19:16.003Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29912026-03-19T14:19:16.121Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29922026-03-19T14:19:16.201Z Checking cargo_toml v0.21.0
29932026-03-19T14:19:16.266Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29942026-03-19T14:19:16.491Z Checking termios v0.3.3
29952026-03-19T14:19:16.712Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29962026-03-19T14:19:17.079Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29972026-03-19T14:19:17.443Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982026-03-19T14:19:19.608Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29992026-03-19T14:19:22.911Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30002026-03-19T14:19:28.067Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30012026-03-19T14:19:31.219Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30022026-03-19T14:19:36.536Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30032026-03-19T14:19:37.569Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30042026-03-19T14:19:45.285Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30052026-03-19T14:19:50.604Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-03-19T14:19:51.495Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30072026-03-19T14:19:54.642Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30082026-03-19T14:20:04.752Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30092026-03-19T14:22:04.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 44s
30102026-03-19T14:22:05.776Z
30112026-03-19T14:22:05.780Zreal 5:49.022066704
30122026-03-19T14:22:05.780Zuser 29:05.651952565
30132026-03-19T14:22:05.781Zsys 6:04.297571120
30142026-03-19T14:22:05.781Ztrap 0.729008670
30152026-03-19T14:22:05.781Ztflt 0.100608976
30162026-03-19T14:22:05.781Zdflt 0.230057462
30172026-03-19T14:22:05.781Zkflt 0.001030118
30182026-03-19T14:22:05.781Zlock 1:22:16.765992922
30192026-03-19T14:22:05.781Zslp 1:19:54.284899689
30202026-03-19T14:22:05.781Zlat 1:55.636750041
30212026-03-19T14:22:05.781Zstop 13:31.000142910
30222026-03-19T14:22:05.781Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30232026-03-19T14:22:05.781Z+ ptime -m cargo doc --workspace --no-deps
30242026-03-19T14:22:07.016Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30252026-03-19T14:22:07.016Z |
30262026-03-19T14:22:07.016Z = 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)`
30272026-03-19T14:22:07.016Z = 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>
30282026-03-19T14:22:08.370Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-19T14:22:08.648Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30302026-03-19T14:22:08.700Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30312026-03-19T14:22:08.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-19T14:22:08.979Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332026-03-19T14:22:09.012Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30342026-03-19T14:22:09.015Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30352026-03-19T14:22:09.079Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30362026-03-19T14:22:09.154Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30372026-03-19T14:22:09.277Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30382026-03-19T14:22:09.320Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30392026-03-19T14:22:09.368Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30402026-03-19T14:22:09.426Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30412026-03-19T14:22:09.458Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30422026-03-19T14:22:09.520Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30432026-03-19T14:22:09.583Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30442026-03-19T14:22:09.614Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30452026-03-19T14:22:09.647Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-03-19T14:22:09.703Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30472026-03-19T14:22:09.777Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30482026-03-19T14:22:10.046Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30492026-03-19T14:22:10.379Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30502026-03-19T14:22:10.574Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30512026-03-19T14:22:10.634Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-03-19T14:22:10.667Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30532026-03-19T14:22:10.857Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-03-19T14:22:10.889Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30552026-03-19T14:22:11.116Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-03-19T14:22:11.191Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30572026-03-19T14:22:11.282Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30582026-03-19T14:22:11.385Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30592026-03-19T14:22:11.430Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30602026-03-19T14:22:11.596Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30612026-03-19T14:22:11.845Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30622026-03-19T14:22:11.890Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30632026-03-19T14:22:12.069Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642026-03-19T14:22:12.136Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30652026-03-19T14:22:12.210Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30662026-03-19T14:22:12.379Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-03-19T14:22:12.515Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682026-03-19T14:22:12.740Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30692026-03-19T14:22:12.939Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30702026-03-19T14:22:12.971Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30712026-03-19T14:22:13.095Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30722026-03-19T14:22:13.157Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30732026-03-19T14:22:13.294Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30742026-03-19T14:22:13.475Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30752026-03-19T14:22:13.475Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30762026-03-19T14:22:13.610Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30772026-03-19T14:22:13.694Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30782026-03-19T14:22:13.728Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30792026-03-19T14:22:13.820Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30802026-03-19T14:22:13.870Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30812026-03-19T14:22:14.194Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30822026-03-19T14:22:14.194Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30832026-03-19T14:22:14.253Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30842026-03-19T14:22:14.257Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30852026-03-19T14:22:14.522Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30862026-03-19T14:22:14.551Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30872026-03-19T14:22:14.581Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30882026-03-19T14:22:14.787Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30892026-03-19T14:22:14.880Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30902026-03-19T14:22:14.919Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30912026-03-19T14:22:14.966Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30922026-03-19T14:22:15.136Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30932026-03-19T14:22:15.168Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30942026-03-19T14:22:15.231Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30952026-03-19T14:22:15.530Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30962026-03-19T14:22:15.534Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30972026-03-19T14:22:15.592Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30982026-03-19T14:22:15.624Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30992026-03-19T14:22:15.784Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31002026-03-19T14:22:16.339Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31012026-03-19T14:22:16.371Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31022026-03-19T14:22:17.363Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31032026-03-19T14:22:17.937Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31042026-03-19T14:22:18.126Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31052026-03-19T14:22:18.229Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31062026-03-19T14:22:18.265Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31072026-03-19T14:22:18.299Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31082026-03-19T14:22:18.697Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31092026-03-19T14:22:18.730Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31102026-03-19T14:22:19.019Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31112026-03-19T14:22:19.363Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31122026-03-19T14:22:19.553Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31132026-03-19T14:22:19.793Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31142026-03-19T14:22:19.826Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31152026-03-19T14:22:19.929Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31162026-03-19T14:22:20.210Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31172026-03-19T14:22:20.651Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31182026-03-19T14:22:21.137Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31192026-03-19T14:22:21.204Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31202026-03-19T14:22:21.404Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31212026-03-19T14:22:21.745Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31222026-03-19T14:22:21.835Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31232026-03-19T14:22:22.542Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-03-19T14:22:22.621Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31252026-03-19T14:22:23.546Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31262026-03-19T14:22:23.663Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-19T14:22:23.951Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31282026-03-19T14:22:24.921Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31292026-03-19T14:22:25.153Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31302026-03-19T14:22:25.255Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31312026-03-19T14:22:25.459Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31322026-03-19T14:22:25.612Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31332026-03-19T14:22:25.644Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31342026-03-19T14:22:25.735Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-19T14:22:26.036Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31362026-03-19T14:22:26.067Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31372026-03-19T14:22:26.320Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31382026-03-19T14:22:26.658Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31392026-03-19T14:22:26.757Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31402026-03-19T14:22:26.987Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31412026-03-19T14:22:27.299Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31422026-03-19T14:22:28.156Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31432026-03-19T14:22:28.390Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31442026-03-19T14:22:29.299Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31452026-03-19T14:22:29.410Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31462026-03-19T14:22:29.907Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31472026-03-19T14:22:29.947Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31482026-03-19T14:22:30.266Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31492026-03-19T14:22:30.410Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31502026-03-19T14:22:30.514Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512026-03-19T14:22:31.101Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31522026-03-19T14:22:31.407Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31532026-03-19T14:22:31.521Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31542026-03-19T14:22:31.828Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31552026-03-19T14:22:31.861Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31562026-03-19T14:22:32.340Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31572026-03-19T14:22:33.379Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31582026-03-19T14:22:33.743Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31592026-03-19T14:22:33.829Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31602026-03-19T14:22:34.111Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31612026-03-19T14:22:34.765Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31622026-03-19T14:22:36.322Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31632026-03-19T14:22:37.417Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31642026-03-19T14:22:37.450Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31652026-03-19T14:22:38.271Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31662026-03-19T14:22:38.332Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31672026-03-19T14:22:38.441Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31682026-03-19T14:22:38.806Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31692026-03-19T14:22:39.452Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31702026-03-19T14:22:39.500Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31712026-03-19T14:22:39.664Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31722026-03-19T14:22:41.105Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31732026-03-19T14:22:42.036Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31742026-03-19T14:22:42.801Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31752026-03-19T14:22:42.914Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-03-19T14:22:45.273Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-03-19T14:22:45.522Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31782026-03-19T14:22:46.696Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-03-19T14:22:47.638Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31802026-03-19T14:22:48.631Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31812026-03-19T14:22:49.601Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31822026-03-19T14:22:49.851Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31832026-03-19T14:22:51.108Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31842026-03-19T14:22:51.219Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31852026-03-19T14:22:51.806Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31862026-03-19T14:22:52.732Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31872026-03-19T14:22:53.349Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31882026-03-19T14:22:53.593Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31892026-03-19T14:22:54.072Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31902026-03-19T14:22:54.363Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31912026-03-19T14:22:54.840Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31922026-03-19T14:22:54.980Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31932026-03-19T14:22:55.012Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31942026-03-19T14:22:55.044Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31952026-03-19T14:22:55.414Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31962026-03-19T14:22:55.624Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31972026-03-19T14:22:56.480Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-03-19T14:22:56.570Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-19T14:22:56.874Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32002026-03-19T14:22:57.161Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32012026-03-19T14:22:57.428Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32022026-03-19T14:22:58.228Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32032026-03-19T14:22:58.337Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32042026-03-19T14:22:58.492Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32052026-03-19T14:22:59.114Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32062026-03-19T14:23:00.599Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32072026-03-19T14:23:02.627Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32082026-03-19T14:23:02.802Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32092026-03-19T14:23:06.748Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32102026-03-19T14:23:08.397Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-03-19T14:23:09.006Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32122026-03-19T14:23:09.948Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32132026-03-19T14:23:10.622Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32142026-03-19T14:23:13.384Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32152026-03-19T14:23:15.657Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32162026-03-19T14:23:16.481Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32172026-03-19T14:23:16.961Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32182026-03-19T14:23:17.909Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-03-19T14:23:21.357Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32202026-03-19T14:23:21.799Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-03-19T14:23:22.492Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32222026-03-19T14:23:22.811Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32232026-03-19T14:23:23.231Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32242026-03-19T14:23:24.400Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32252026-03-19T14:23:26.883Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32262026-03-19T14:23:28.616Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32272026-03-19T14:23:32.487Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32282026-03-19T14:23:33.464Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32292026-03-19T14:23:35.011Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32302026-03-19T14:23:36.081Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32312026-03-19T14:23:37.314Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-03-19T14:23:38.336Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-03-19T14:23:39.387Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32342026-03-19T14:23:40.501Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32352026-03-19T14:23:41.956Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32362026-03-19T14:23:42.677Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32372026-03-19T14:23:43.318Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32382026-03-19T14:23:47.781Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32392026-03-19T14:23:47.848Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-19T14:23:48.802Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32412026-03-19T14:23:49.890Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32422026-03-19T14:23:52.661Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32432026-03-19T14:23:56.644Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32442026-03-19T14:23:57.736Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32452026-03-19T14:23:58.963Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32462026-03-19T14:24:00.243Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-03-19T14:24:04.067Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32482026-03-19T14:24:04.818Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32492026-03-19T14:24:05.811Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32502026-03-19T14:24:07.595Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32512026-03-19T14:24:09.170Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32522026-03-19T14:24:12.581Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32532026-03-19T14:24:13.371Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32542026-03-19T14:24:16.414Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32552026-03-19T14:24:18.130Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-03-19T14:24:20.216Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32572026-03-19T14:24:22.935Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32582026-03-19T14:24:24.948Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32592026-03-19T14:24:27.221Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32602026-03-19T14:24:32.730Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32612026-03-19T14:24:34.445Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32622026-03-19T14:24:34.697Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632026-03-19T14:24:37.050Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32642026-03-19T14:24:39.425Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32652026-03-19T14:24:42.105Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32662026-03-19T14:24:44.717Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32672026-03-19T14:24:47.496Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32682026-03-19T14:24:49.962Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32692026-03-19T14:24:52.415Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32702026-03-19T14:24:55.455Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32712026-03-19T14:24:57.604Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32722026-03-19T14:25:00.167Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32732026-03-19T14:25:02.685Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32742026-03-19T14:25:05.183Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32752026-03-19T14:25:07.435Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32762026-03-19T14:25:10.289Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32772026-03-19T14:25:12.490Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32782026-03-19T14:25:15.086Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-03-19T14:25:17.656Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32802026-03-19T14:25:20.121Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32812026-03-19T14:25:22.816Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-03-19T14:25:25.404Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32832026-03-19T14:25:28.096Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32842026-03-19T14:25:30.718Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32852026-03-19T14:25:33.312Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32862026-03-19T14:25:35.989Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32872026-03-19T14:25:39.105Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32882026-03-19T14:25:41.521Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32892026-03-19T14:25:44.103Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32902026-03-19T14:25:46.942Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32912026-03-19T14:25:51.597Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32922026-03-19T14:25:55.903Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32932026-03-19T14:25:58.762Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32942026-03-19T14:26:01.803Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32952026-03-19T14:26:04.753Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32962026-03-19T14:26:07.690Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32972026-03-19T14:26:10.594Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32982026-03-19T14:26:13.402Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32992026-03-19T14:26:16.617Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33002026-03-19T14:26:19.837Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33012026-03-19T14:26:22.357Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33022026-03-19T14:26:25.922Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33032026-03-19T14:26:28.303Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-03-19T14:26:31.548Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33052026-03-19T14:26:34.368Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33062026-03-19T14:26:37.444Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33072026-03-19T14:26:40.789Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33082026-03-19T14:26:43.647Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-03-19T14:26:46.820Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33102026-03-19T14:26:49.987Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33112026-03-19T14:26:53.020Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33122026-03-19T14:26:56.278Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33132026-03-19T14:26:59.363Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33142026-03-19T14:27:02.541Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33152026-03-19T14:27:05.696Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33162026-03-19T14:27:08.740Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-03-19T14:27:11.892Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-03-19T14:27:15.219Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33192026-03-19T14:27:18.300Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33202026-03-19T14:27:21.374Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33212026-03-19T14:27:24.607Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33222026-03-19T14:27:27.822Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33232026-03-19T14:27:31.058Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33242026-03-19T14:27:34.509Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33252026-03-19T14:27:37.762Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33262026-03-19T14:27:41.020Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33272026-03-19T14:27:44.262Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-03-19T14:27:47.520Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33292026-03-19T14:27:50.913Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33302026-03-19T14:27:54.223Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33312026-03-19T14:27:58.019Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33322026-03-19T14:28:00.957Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33332026-03-19T14:28:04.254Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33342026-03-19T14:28:13.954Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33352026-03-19T14:28:14.082Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33362026-03-19T14:28:20.109Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33372026-03-19T14:28:23.708Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33382026-03-19T14:28:28.614Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33392026-03-19T14:28:33.342Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33402026-03-19T14:28:38.037Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33412026-03-19T14:28:42.764Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33422026-03-19T14:28:47.526Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33432026-03-19T14:28:52.370Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33442026-03-19T14:28:57.058Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33452026-03-19T14:29:01.857Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33462026-03-19T14:29:06.834Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33472026-03-19T14:29:11.401Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33482026-03-19T14:29:16.341Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33492026-03-19T14:29:21.036Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33502026-03-19T14:29:25.806Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-03-19T14:29:30.610Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33522026-03-19T14:29:35.388Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33532026-03-19T14:29:40.278Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33542026-03-19T14:29:44.972Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33552026-03-19T14:29:49.865Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33562026-03-19T14:29:54.831Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33572026-03-19T14:29:59.414Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33582026-03-19T14:30:37.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 32s
33592026-03-19T14:30:38.160Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33602026-03-19T14:30:38.289Z
33612026-03-19T14:30:38.295Zreal 8:32.335387832
33622026-03-19T14:30:38.295Zuser 24:35.308537817
33632026-03-19T14:30:38.295Zsys 4:43.424639843
33642026-03-19T14:30:38.295Ztrap 0.439848161
33652026-03-19T14:30:38.295Ztflt 0.029906757
33662026-03-19T14:30:38.296Zdflt 0.040291675
33672026-03-19T14:30:38.296Zkflt 0.000039462
33682026-03-19T14:30:38.296Zlock 7:46:23.013897465
33692026-03-19T14:30:38.296Zslp 2:50:33.280225027
33702026-03-19T14:30:38.296Zlat 36.288920371
33712026-03-19T14:30:38.296Zstop 2:05.031301214
33722026-03-19T14:30:38.296Zprocess exited: duration 1106336 ms, exit code 0
 
33732026-03-19T14:30:38.307Zfound 0 output files