01KM3KZ99KDZ7SZQ05ZCMHFRFE: clippy (helios)

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

Buildomat Job: 01KM3KZW2Q1E5GF8P8V4JBFN8E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T18:00:12.977Zjob assigned to worker 01KM3M030VH0GTDZ3TRTZQEH62 [factory aws, i-0d7008440c42cd471] (queued for 1 m 28 s)
 
22026-03-19T18:00:20.920Zstarting task 0: "setup"
32026-03-19T18:00:20.927Z++ uname -s
42026-03-19T18:00:20.930Z+ kern=SunOS
52026-03-19T18:00:20.930Z+ build_user=build
62026-03-19T18:00:20.930Z+ build_uid=12345
72026-03-19T18:00:20.930Z+ work_dir=/work
82026-03-19T18:00:20.930Z+ input_dir=/input
92026-03-19T18:00:20.930Z+ [[ 0 == 12345 ]]
102026-03-19T18:00:20.930Z+ case "$kern" in
112026-03-19T18:00:20.930Z+ groupadd -g 12345 build
122026-03-19T18:00:20.933Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T18:00:22.937Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T18:00:22.986Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T18:00:22.989Z+ home_fs=zfs
162026-03-19T18:00:22.989Z+ [[ zfs == autofs ]]
172026-03-19T18:00:22.989Z+ mkdir -p /home/build
182026-03-19T18:00:22.992Z+ chown build:build /home/build /work
192026-03-19T18:00:24.993Z+ chmod 0700 /home/build /work
202026-03-19T18:00:24.997Zprocess exited: duration 4073 ms, exit code 0
 
212026-03-19T18:00:25.006Zstarting task 1: "rust-toolchain"
222026-03-19T18:00:25.011Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T18:00:25.011Z * rust toolchain channel = "1.94.0"
242026-03-19T18:00:25.011Z * rust toolchain profile = "default"
252026-03-19T18:00:25.011Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T18:00:25.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T18:00:25.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T18:00:25.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T18:00:25.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T18:00:25.123Zinfo: downloading installer
312026-03-19T18:00:26.920Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T18:00:26.921Zwarn: /opt/ooce/bin
332026-03-19T18:00:26.921Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T18:00:26.921Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T18:00:26.921Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T18:00:26.921Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T18:00:26.921Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T18:00:26.921Zerror: cannot install while Rust is installed
392026-03-19T18:00:26.921Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T18:00:26.921Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T18:00:26.921Zwarn: /home/build/.rustup/settings.toml
422026-03-19T18:00:26.921Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T18:00:26.921Zwarn: instead of the one inferred from the default host triple.
442026-03-19T18:00:26.998Zinfo: profile set to default
452026-03-19T18:00:26.998Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T18:00:27.008Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T18:00:27.168Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T18:00:27.183Zinfo: downloading 6 components
492026-03-19T18:00:42.423Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T18:00:42.424Z
512026-03-19T18:00:42.454Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T18:00:42.454Z
532026-03-19T18:00:42.472Z
542026-03-19T18:00:42.472ZRust is installed now. Great!
552026-03-19T18:00:42.472Z
562026-03-19T18:00:42.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T18:00:42.473Zenvironment variable. This has not been done automatically.
582026-03-19T18:00:42.473Z
592026-03-19T18:00:42.473ZTo configure your current shell, you need to source
602026-03-19T18:00:42.473Zthe corresponding env file under $HOME/.cargo.
612026-03-19T18:00:42.473Z
622026-03-19T18:00:42.473ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T18:00:42.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T18:00:42.473Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T18:00:42.473Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T18:00:42.473Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T18:00:42.473Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T18:00:42.473Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T18:00:42.473Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T18:00:42.473Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T18:00:42.562Z+ rustup --version
722026-03-19T18:00:42.584Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T18:00:42.584Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T18:00:42.608Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T18:00:42.608Z+ cargo --version
762026-03-19T18:00:42.627Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T18:00:42.627Z+ rustc --version
782026-03-19T18:00:42.639Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T18:00:42.646Zprocess exited: duration 17630 ms, exit code 0
 
802026-03-19T18:00:42.660Zstarting task 2: "authentication"
812026-03-19T18:00:42.690Zprocess exited: duration 29 ms, exit code 0
 
822026-03-19T18:00:42.713Zstarting task 3: "clone repository"
832026-03-19T18:00:42.723Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T18:00:42.723Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T18:00:42.735ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T18:00:52.949Z+ cd /work/oxidecomputer/omicron
872026-03-19T18:00:52.949Z+ git fetch origin fe5a6bf0693d36949e6fae72584631b17fe3aef0
882026-03-19T18:00:53.290ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T18:00:53.291Z * branch fe5a6bf0693d36949e6fae72584631b17fe3aef0 -> FETCH_HEAD
902026-03-19T18:00:53.302Z+ [[ -n eliza/ereport-refactor ]]
912026-03-19T18:00:53.302Z++ git branch --show-current
922026-03-19T18:00:53.302Z+ current=main
932026-03-19T18:00:53.302Z+ [[ main != eliza/ereport-refactor ]]
942026-03-19T18:00:53.302Z+ git branch -f eliza/ereport-refactor fe5a6bf0693d36949e6fae72584631b17fe3aef0
952026-03-19T18:00:53.302Z+ git checkout -f eliza/ereport-refactor
962026-03-19T18:00:53.617ZSwitched to branch 'eliza/ereport-refactor'
972026-03-19T18:00:53.622Z+ git reset --hard fe5a6bf0693d36949e6fae72584631b17fe3aef0
982026-03-19T18:00:53.641ZHEAD is now at fe5a6bf06 post-merge fixup migration version
992026-03-19T18:00:53.659Zprocess exited: duration 10935 ms, exit code 0
 
1002026-03-19T18:00:53.681Zstarting task 4: "build"
1012026-03-19T18:00:53.704Z+ source ./env.sh
1022026-03-19T18:00:53.704Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T18:00:53.704Z++ set -o xtrace
1042026-03-19T18:00:53.708Z++++ dirname ./env.sh
1052026-03-19T18:00:53.708Z+++ readlink -f .
1062026-03-19T18:00:53.708Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T18:00:53.708Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-19T18:00:53.708Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T18:00:53.708Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-19T18:00:53.708Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-19T18:00:53.708Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-19T18:00:53.708Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-19T18:00:53.708Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-19T18:00:53.709Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-19T18:00:53.709Z++ case $OLD_SHELL_OPTS in
1162026-03-19T18:00:53.709Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T18:00:53.709Z+ source .github/buildomat/ci-env.sh
1182026-03-19T18:00:53.709Z++ export CARGO_TERM_COLOR=always
1192026-03-19T18:00:53.709Z++ CARGO_TERM_COLOR=always
1202026-03-19T18:00:53.709Z+ cargo --version
1212026-03-19T18:00:53.727Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-19T18:00:53.728Z+ rustc --version
1232026-03-19T18:00:53.772Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-19T18:00:53.775Z+ banner prerequisites
1252026-03-19T18:00:53.776Z
1262026-03-19T18:00:53.776Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-19T18:00:53.776Z # # # # # # # # # # # # # # #
1282026-03-19T18:00:53.776Z # # # # ##### # # ##### # # # # # #### #
1292026-03-19T18:00:53.776Z ##### ##### # ##### # # # # # # # # #
1302026-03-19T18:00:53.776Z # # # # # # # # # # # # # # #
1312026-03-19T18:00:53.776Z # # # ###### # # ###### ### # #### # #### #
1322026-03-19T18:00:53.776Z
1332026-03-19T18:00:53.776Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-19T18:01:05.786Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-19T18:01:15.708Z Startup: Caching catalogs ... Done
1362026-03-19T18:01:37.723ZPlanning: Solver setup ... Done (20.552s)
1372026-03-19T18:01:37.834ZPlanning: Running solver ... Done (0.151s)
1382026-03-19T18:01:38.014ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-19T18:01:38.030ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-19T18:01:38.158ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-19T18:01:38.201ZPlanning: Package planning ... Done (0.043s)
1422026-03-19T18:01:38.242ZPlanning: Merging actions ... Done (0.039s)
1432026-03-19T18:01:38.537ZPlanning: Checking for conflicting actions ... Done (0.294s)
1442026-03-19T18:01:38.545ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-19T18:01:43.442ZPlanning: Evaluating mediators ... Done (1.847s)
1462026-03-19T18:01:43.524ZPlanning: Planning completed in 24.54 seconds
1472026-03-19T18:01:43.525Z Packages to install: 4
1482026-03-19T18:01:43.525Z Mediators to change: 2
1492026-03-19T18:01:43.525Z Services to change: 1
1502026-03-19T18:01:43.525Z Estimated space available: 155.43 GB
1512026-03-19T18:01:43.525ZEstimated space to be consumed: 1.83 GB
1522026-03-19T18:01:43.525Z Create boot environment: No
1532026-03-19T18:01:43.525ZCreate backup boot environment: No
1542026-03-19T18:01:43.525Z Rebuild boot archive: No
1552026-03-19T18:01:43.525Z
1562026-03-19T18:01:43.525ZChanged mediators:
1572026-03-19T18:01:43.525Z mediator clang:
1582026-03-19T18:01:43.525Z version: None -> 15 (system default)
1592026-03-19T18:01:43.525Z
1602026-03-19T18:01:43.525Z mediator llvm:
1612026-03-19T18:01:43.525Z version: 14 (system default) -> 15 (system default)
1622026-03-19T18:01:43.525Z
1632026-03-19T18:01:43.525ZChanged packages:
1642026-03-19T18:01:43.525Zhelios-dev
1652026-03-19T18:01:43.525Z developer/build-essential
1662026-03-19T18:01:43.525Z None -> 11-2.0
1672026-03-19T18:01:43.525Z library/libxmlsec1
1682026-03-19T18:01:43.525Z None -> 1.2.35-2.0
1692026-03-19T18:01:43.525Z ooce/developer/clang-15
1702026-03-19T18:01:43.525Z None -> 15.0.7-2.0
1712026-03-19T18:01:43.525Z ooce/developer/llvm-15
1722026-03-19T18:01:43.527Z None -> 15.0.7-2.0
1732026-03-19T18:01:43.527Z
1742026-03-19T18:01:43.527ZServices:
1752026-03-19T18:01:43.527Z restart_fmri:
1762026-03-19T18:01:43.527Z svc:/system/update-man-index:default
1772026-03-19T18:01:43.528Z
1782026-03-19T18:01:43.528ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-19T18:01:45.536ZDownload: 1890/3290 items 118.4/212.6MB 55% complete (23.9M/s)
1802026-03-19T18:01:50.536ZDownload: 2891/3290 items 121.2/212.6MB 56% complete (12.2M/s)
1812026-03-19T18:01:52.599ZDownload: Completed 212.60 MB in 12.06 seconds (17.6M/s)
1822026-03-19T18:01:52.864Z Actions: 1/3689 actions (Installing new actions)
1832026-03-19T18:01:57.132Z Actions: Completed 3689 actions in 4.27 seconds.
1842026-03-19T18:01:57.503Z Done (0.366s)
1852026-03-19T18:01:57.503Z Done (0.000s)
1862026-03-19T18:01:58.496Z Done (0.993s)
1872026-03-19T18:02:02.440Z Done (3.607s)
1882026-03-19T18:02:02.522Z Done (0.015s)
1892026-03-19T18:02:02.527Z Done (0.000s)
1902026-03-19T18:02:02.662Z Done (0.000s)
1912026-03-19T18:02:03.625ZPlanning: Evaluating mediator changes ... Done
1922026-03-19T18:02:03.772ZPlanning: Checking for conflicting actions ... Done
1932026-03-19T18:02:03.775ZPlanning: Consolidating action changes ... Done
1942026-03-19T18:02:03.995ZPlanning: Evaluating mediators ... Done
1952026-03-19T18:02:03.998ZPlanning: Planning completed in 0.37 seconds
1962026-03-19T18:02:04.022Z Mediators to change: 2
1972026-03-19T18:02:04.022Z Create boot environment: No
1982026-03-19T18:02:04.027ZCreate backup boot environment: No
1992026-03-19T18:02:04.095Z Done
2002026-03-19T18:02:04.095Z Done
2012026-03-19T18:02:04.847Z Done
2022026-03-19T18:02:08.133Z Done
2032026-03-19T18:02:08.216Z Done
2042026-03-19T18:02:08.220Z Done
2052026-03-19T18:02:08.373Z Done
2062026-03-19T18:02:08.907ZPlanning: Evaluating mediator changes ... Done
2072026-03-19T18:02:08.910ZPlanning: Merging actions ... Done
2082026-03-19T18:02:09.073ZPlanning: Checking for conflicting actions ... Done
2092026-03-19T18:02:09.077ZPlanning: Consolidating action changes ... Done
2102026-03-19T18:02:09.294ZPlanning: Evaluating mediators ... Done
2112026-03-19T18:02:09.337ZPlanning: Planning completed in 0.63 seconds
2122026-03-19T18:02:09.368Z Packages to change: 1
2132026-03-19T18:02:09.368Z Mediators to change: 1
2142026-03-19T18:02:09.373Z Services to change: 1
2152026-03-19T18:02:09.373Z Create boot environment: No
2162026-03-19T18:02:09.373ZCreate backup boot environment: Yes
2172026-03-19T18:02:11.860Z Actions: 1/6 actions (Updating modified actions)
2182026-03-19T18:02:11.863Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-19T18:02:11.863Z Done
2202026-03-19T18:02:11.863Z Done
2212026-03-19T18:02:12.049Z Done
2222026-03-19T18:02:15.314Z Done
2232026-03-19T18:02:15.399Z Done
2242026-03-19T18:02:15.403Z Done
2252026-03-19T18:02:15.642Z Done
2262026-03-19T18:02:16.018ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-19T18:02:16.018Zclang system 15 system
2282026-03-19T18:02:16.018Zcsh system system illumos
2292026-03-19T18:02:16.018Zctags system system illumos
2302026-03-19T18:02:16.018Zfile system system illumos
2312026-03-19T18:02:16.018Zgcc vendor 12 vendor
2322026-03-19T18:02:16.018Zgcc system 10 system
2332026-03-19T18:02:16.018Zgcc system 7 system
2342026-03-19T18:02:16.018Zgo system 1.20 system
2352026-03-19T18:02:16.018Zgo system 1.19 system
2362026-03-19T18:02:16.018Zllvm system 15 system
2372026-03-19T18:02:16.018Zllvm system 14 system
2382026-03-19T18:02:16.018Zmariadb system 10.6 system
2392026-03-19T18:02:16.018Zmta vendor vendor dma
2402026-03-19T18:02:16.018Zopenjdk system 17 system
2412026-03-19T18:02:16.018Zopenjdk system 11 system
2422026-03-19T18:02:16.018Zopenjdk system 1.8 system
2432026-03-19T18:02:16.019Zopenssl vendor 3 vendor
2442026-03-19T18:02:16.019Zperl system 5.36 system
2452026-03-19T18:02:16.019Zpostgresql system 15 system
2462026-03-19T18:02:16.019Zpostgresql system 13 system
2472026-03-19T18:02:16.019Zpython vendor 3 vendor
2482026-03-19T18:02:16.019Zpython system 2 system
2492026-03-19T18:02:16.019Zpython3 system 3.11 system
2502026-03-19T18:02:16.019Zruby system 3.0 system
2512026-03-19T18:02:16.019Zwords vendor vendor american-english
2522026-03-19T18:02:16.019Zwords system system australian-english
2532026-03-19T18:02:16.019Zwords system system british-english
2542026-03-19T18:02:16.020Zwords system system canadian-english
2552026-03-19T18:02:16.020Zwords system system french
2562026-03-19T18:02:16.020Zwords system system italian
2572026-03-19T18:02:16.020Zwords system system ngerman
2582026-03-19T18:02:16.020Zwords system system ogerman
2592026-03-19T18:02:16.020Zwords system system spanish
2602026-03-19T18:02:16.314ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-19T18:02:16.314Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-19T18:02:22.247ZFMRI IFO
2632026-03-19T18:02:22.247Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-19T18:02:22.247Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-19T18:02:22.247Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-19T18:02:22.247Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-19T18:02:22.247Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-19T18:02:22.247Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-19T18:02:22.247Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-19T18:02:22.247Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-19T18:02:22.247Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-19T18:02:22.247Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-19T18:02:22.247Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-19T18:02:22.247Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-19T18:02:22.247Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-19T18:02:22.247Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-19T18:02:22.247Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-19T18:02:22.248Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-19T18:02:23.460Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-19T18:02:23.777Z Updating crates.io index
2812026-03-19T18:02:23.815Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-19T18:02:30.869Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-19T18:02:31.241Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-19T18:02:31.709Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-19T18:02:32.541Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-19T18:02:40.696Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-19T18:02:41.248Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-19T18:02:42.671Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-19T18:02:44.444Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-19T18:02:45.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-19T18:02:45.758Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-19T18:02:46.618Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-19T18:02:46.969Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-19T18:02:47.341Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-19T18:02:47.741Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-19T18:02:48.639Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-19T18:02:49.146Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-19T18:02:51.706Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-19T18:02:51.955Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-19T18:02:52.997Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-19T18:02:53.413Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-19T18:02:53.677Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-19T18:02:53.932Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-19T18:02:54.355Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-19T18:02:54.798Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-19T18:02:55.260Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-19T18:02:55.700Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-19T18:02:56.059Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-19T18:02:56.349Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-19T18:02:57.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-19T18:03:00.997Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-19T18:03:01.378Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-19T18:03:01.719Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-19T18:03:02.246Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-19T18:03:02.639Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-19T18:03:03.354Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-19T18:03:03.601Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-19T18:03:04.093Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-19T18:03:18.164Z Downloading crates ...
3202026-03-19T18:03:18.225Z Downloaded anstream v0.6.21
3212026-03-19T18:03:18.230Z Downloaded serde_tokenstream v0.2.3
3222026-03-19T18:03:18.237Z Downloaded serde-value v0.7.0
3232026-03-19T18:03:18.241Z Downloaded pest_meta v2.8.6
3242026-03-19T18:03:18.245Z Downloaded textwrap v0.16.2
3252026-03-19T18:03:18.248Z Downloaded zerofrom-derive v0.1.6
3262026-03-19T18:03:18.248Z Downloaded utf8_iter v1.0.4
3272026-03-19T18:03:18.251Z Downloaded scroll_derive v0.12.1
3282026-03-19T18:03:18.251Z Downloaded is_terminal_polyfill v1.70.2
3292026-03-19T18:03:18.251Z Downloaded usdt v0.5.0
3302026-03-19T18:03:18.256Z Downloaded erased-serde v0.4.9
3312026-03-19T18:03:18.256Z Downloaded potential_utf v0.1.4
3322026-03-19T18:03:18.257Z Downloaded yoke-derive v0.8.1
3332026-03-19T18:03:18.257Z Downloaded thread-id v4.2.2
3342026-03-19T18:03:18.261Z Downloaded heck v0.4.1
3352026-03-19T18:03:18.265Z Downloaded ordered-float v2.10.1
3362026-03-19T18:03:18.265Z Downloaded itoa v1.0.17
3372026-03-19T18:03:18.265Z Downloaded toml_datetime v0.6.11
3382026-03-19T18:03:18.268Z Downloaded zmij v1.0.21
3392026-03-19T18:03:18.268Z Downloaded thiserror v1.0.69
3402026-03-19T18:03:18.272Z Downloaded ucd-trie v0.1.7
3412026-03-19T18:03:18.277Z Downloaded semver v1.0.27
3422026-03-19T18:03:18.277Z Downloaded idna_adapter v1.2.1
3432026-03-19T18:03:18.281Z Downloaded heck v0.5.0
3442026-03-19T18:03:18.281Z Downloaded fnv v1.0.7
3452026-03-19T18:03:18.281Z Downloaded proc-macro2 v1.0.106
3462026-03-19T18:03:18.284Z Downloaded quote v1.0.44
3472026-03-19T18:03:18.287Z Downloaded utf8parse v0.2.2
3482026-03-19T18:03:18.287Z Downloaded unicode-xid v0.2.6
3492026-03-19T18:03:18.287Z Downloaded typeid v1.0.3
3502026-03-19T18:03:18.287Z Downloaded displaydoc v0.2.5
3512026-03-19T18:03:18.290Z Downloaded version_check v0.9.5
3522026-03-19T18:03:18.295Z Downloaded form_urlencoded v1.2.2
3532026-03-19T18:03:18.295Z Downloaded cargo-platform v0.2.0
3542026-03-19T18:03:18.295Z Downloaded dof v0.3.0
3552026-03-19T18:03:18.299Z Downloaded cfg-if v1.0.4
3562026-03-19T18:03:18.299Z Downloaded dtrace-parser v0.2.0
3572026-03-19T18:03:18.299Z Downloaded zerofrom v0.1.6
3582026-03-19T18:03:18.299Z Downloaded yoke v0.8.1
3592026-03-19T18:03:18.299Z Downloaded anstyle-query v1.1.5
3602026-03-19T18:03:18.302Z Downloaded writeable v0.6.2
3612026-03-19T18:03:18.302Z Downloaded generic-array v0.14.7
3622026-03-19T18:03:18.302Z Downloaded equivalent v1.0.2
3632026-03-19T18:03:18.305Z Downloaded fastrand v2.3.0
3642026-03-19T18:03:18.309Z Downloaded usdt-impl v0.5.0
3652026-03-19T18:03:18.309Z Downloaded zerovec-derive v0.11.2
3662026-03-19T18:03:18.309Z Downloaded thiserror-impl v2.0.18
3672026-03-19T18:03:18.313Z Downloaded percent-encoding v2.3.2
3682026-03-19T18:03:18.317Z Downloaded macaddr v1.0.1
3692026-03-19T18:03:18.317Z Downloaded usdt-macro v0.5.0
3702026-03-19T18:03:18.317Z Downloaded unicode-linebreak v0.1.5
3712026-03-19T18:03:18.317Z Downloaded usdt-attr-macro v0.5.0
3722026-03-19T18:03:18.321Z Downloaded zerocopy-derive v0.7.35
3732026-03-19T18:03:18.321Z Downloaded thiserror v2.0.18
3742026-03-19T18:03:18.324Z Downloaded tabled_derive v0.7.0
3752026-03-19T18:03:18.327Z Downloaded serde_spanned v0.6.9
3762026-03-19T18:03:18.327Z Downloaded swrite v0.1.0
3772026-03-19T18:03:18.327Z Downloaded toml v0.8.23
3782026-03-19T18:03:18.330Z Downloaded toml_write v0.1.2
3792026-03-19T18:03:18.330Z Downloaded thiserror-impl v1.0.69
3802026-03-19T18:03:18.333Z Downloaded stable_deref_trait v1.2.1
3812026-03-19T18:03:18.333Z Downloaded cpufeatures v0.2.17
3822026-03-19T18:03:18.334Z Downloaded pretty-hex v0.4.1
3832026-03-19T18:03:18.338Z Downloaded errno v0.3.14
3842026-03-19T18:03:18.338Z Downloaded zerotrie v0.2.3
3852026-03-19T18:03:18.341Z Downloaded zerovec v0.11.5
3862026-03-19T18:03:18.344Z Downloaded terminal_size v0.4.3
3872026-03-19T18:03:18.344Z Downloaded smawk v0.3.2
3882026-03-19T18:03:18.344Z Downloaded memmap v0.7.0
3892026-03-19T18:03:18.348Z Downloaded tinystr v0.8.2
3902026-03-19T18:03:18.348Z Downloaded plain v0.2.3
3912026-03-19T18:03:18.348Z Downloaded crypto-common v0.1.7
3922026-03-19T18:03:18.353Z Downloaded block-buffer v0.10.4
3932026-03-19T18:03:18.353Z Downloaded toml_edit v0.22.27
3942026-03-19T18:03:18.354Z Downloaded url v2.5.8
3952026-03-19T18:03:18.360Z Downloaded typenum v1.19.0
3962026-03-19T18:03:18.360Z Downloaded clap_lex v1.0.0
3972026-03-19T18:03:18.360Z Downloaded proc-macro-error-attr v1.0.4
3982026-03-19T18:03:18.360Z Downloaded unicode-ident v1.0.24
3992026-03-19T18:03:18.366Z Downloaded serde-untagged v0.1.9
4002026-03-19T18:03:18.369Z Downloaded anstyle v1.0.13
4012026-03-19T18:03:18.373Z Downloaded colorchoice v1.0.4
4022026-03-19T18:03:18.377Z Downloaded zerocopy v0.7.35
4032026-03-19T18:03:18.390Z Downloaded synstructure v0.13.2
4042026-03-19T18:03:18.394Z Downloaded icu_collections v2.1.1
4052026-03-19T18:03:18.394Z Downloaded cargo-util-schemas v0.8.2
4062026-03-19T18:03:18.400Z Downloaded winnow v0.7.14
4072026-03-19T18:03:18.404Z Downloaded unicode-width v0.2.0
4082026-03-19T18:03:18.411Z Downloaded strsim v0.11.1
4092026-03-19T18:03:18.411Z Downloaded autocfg v1.5.0
4102026-03-19T18:03:18.411Z Downloaded proc-macro-error v1.0.4
4112026-03-19T18:03:18.411Z Downloaded unicode-width v0.1.14
4122026-03-19T18:03:18.417Z Downloaded sha2 v0.10.9
4132026-03-19T18:03:18.417Z Downloaded camino-tempfile v1.4.1
4142026-03-19T18:03:18.421Z Downloaded bytecount v0.6.9
4152026-03-19T18:03:18.421Z Downloaded anstyle-parse v0.2.7
4162026-03-19T18:03:18.421Z Downloaded anyhow v1.0.102
4172026-03-19T18:03:18.421Z Downloaded clap_derive v4.5.55
4182026-03-19T18:03:18.424Z Downloaded scroll v0.12.0
4192026-03-19T18:03:18.424Z Downloaded digest v0.10.7
4202026-03-19T18:03:18.431Z Downloaded fs-err v3.3.0
4212026-03-19T18:03:18.435Z Downloaded getrandom v0.4.1
4222026-03-19T18:03:18.439Z Downloaded byteorder v1.5.0
4232026-03-19T18:03:18.443Z Downloaded cargo_metadata v0.21.0
4242026-03-19T18:03:18.447Z Downloaded smallvec v1.15.1
4252026-03-19T18:03:18.450Z Downloaded camino v1.2.2
4262026-03-19T18:03:18.450Z Downloaded litemap v0.8.1
4272026-03-19T18:03:18.453Z Downloaded cargo_toml v0.21.0
4282026-03-19T18:03:18.453Z Downloaded bitflags v2.11.0
4292026-03-19T18:03:18.458Z Downloaded num-traits v0.2.19
4302026-03-19T18:03:18.461Z Downloaded log v0.4.29
4312026-03-19T18:03:18.462Z Downloaded serde_core v1.0.228
4322026-03-19T18:03:18.464Z Downloaded clap v4.5.60
4332026-03-19T18:03:18.468Z Downloaded pest_generator v2.8.6
4342026-03-19T18:03:18.472Z Downloaded once_cell v1.21.3
4352026-03-19T18:03:18.472Z Downloaded icu_properties v2.1.2
4362026-03-19T18:03:18.475Z Downloaded tempfile v3.25.0
4372026-03-19T18:03:18.478Z Downloaded papergrid v0.11.0
4382026-03-19T18:03:18.482Z Downloaded icu_provider v2.1.1
4392026-03-19T18:03:18.482Z Downloaded pest_derive v2.8.6
4402026-03-19T18:03:18.487Z Downloaded serde_derive v1.0.228
4412026-03-19T18:03:18.490Z Downloaded icu_locale_core v2.1.1
4422026-03-19T18:03:18.497Z Downloaded icu_normalizer_data v2.1.1
4432026-03-19T18:03:18.508Z Downloaded icu_normalizer v2.1.1
4442026-03-19T18:03:18.518Z Downloaded memchr v2.8.0
4452026-03-19T18:03:18.523Z Downloaded serde v1.0.228
4462026-03-19T18:03:18.526Z Downloaded indexmap v2.13.0
4472026-03-19T18:03:18.570Z Downloaded goblin v0.8.2
4482026-03-19T18:03:18.575Z Downloaded pest v2.8.6
4492026-03-19T18:03:18.575Z Downloaded hashbrown v0.16.1
4502026-03-19T18:03:18.575Z Downloaded icu_properties_data v2.1.2
4512026-03-19T18:03:18.579Z Downloaded idna v1.1.0
4522026-03-19T18:03:18.588Z Downloaded clap_builder v4.5.60
4532026-03-19T18:03:18.601Z Downloaded serde_json v1.0.149
4542026-03-19T18:03:18.608Z Downloaded tabled v0.15.0
4552026-03-19T18:03:18.621Z Downloaded syn v1.0.109
4562026-03-19T18:03:18.626Z Downloaded syn v2.0.117
4572026-03-19T18:03:18.659Z Downloaded rustix v1.1.3
4582026-03-19T18:03:18.685Z Downloaded libc v0.2.180
4592026-03-19T18:03:18.770Z Compiling proc-macro2 v1.0.106
4602026-03-19T18:03:18.770Z Compiling unicode-ident v1.0.24
4612026-03-19T18:03:18.773Z Compiling quote v1.0.44
4622026-03-19T18:03:18.773Z Compiling serde_core v1.0.228
4632026-03-19T18:03:18.773Z Compiling libc v0.2.180
4642026-03-19T18:03:18.774Z Compiling version_check v0.9.5
4652026-03-19T18:03:18.774Z Compiling serde v1.0.228
4662026-03-19T18:03:18.774Z Compiling memchr v2.8.0
4672026-03-19T18:03:19.175Z Compiling stable_deref_trait v1.2.1
4682026-03-19T18:03:19.270Z Compiling zmij v1.0.21
4692026-03-19T18:03:19.494Z Compiling itoa v1.0.17
4702026-03-19T18:03:19.584Z Compiling autocfg v1.5.0
4712026-03-19T18:03:19.733Z Compiling thiserror v1.0.69
4722026-03-19T18:03:19.927Z Compiling ucd-trie v0.1.7
4732026-03-19T18:03:20.009Z Compiling litemap v0.8.1
4742026-03-19T18:03:20.068Z Compiling writeable v0.6.2
4752026-03-19T18:03:20.186Z Compiling pest v2.8.6
4762026-03-19T18:03:20.251Z Compiling byteorder v1.5.0
4772026-03-19T18:03:20.273Z Compiling icu_normalizer_data v2.1.1
4782026-03-19T18:03:20.313Z Compiling icu_properties_data v2.1.2
4792026-03-19T18:03:20.339Z Compiling rustix v1.1.3
4802026-03-19T18:03:20.684Z Compiling errno v0.3.14
4812026-03-19T18:03:20.767Z Compiling serde_json v1.0.149
4822026-03-19T18:03:20.838Z Compiling syn v2.0.117
4832026-03-19T18:03:20.938Z Compiling bitflags v2.11.0
4842026-03-19T18:03:21.141Z Compiling num-traits v0.2.19
4852026-03-19T18:03:21.229Z Compiling hashbrown v0.16.1
4862026-03-19T18:03:21.382Z Compiling typeid v1.0.3
4872026-03-19T18:03:21.491Z Compiling equivalent v1.0.2
4882026-03-19T18:03:21.603Z Compiling smallvec v1.15.1
4892026-03-19T18:03:21.717Z Compiling pest_meta v2.8.6
4902026-03-19T18:03:21.936Z Compiling indexmap v2.13.0
4912026-03-19T18:03:22.012Z Compiling thread-id v4.2.2
4922026-03-19T18:03:22.117Z Compiling proc-macro-error-attr v1.0.4
4932026-03-19T18:03:22.183Z Compiling usdt-impl v0.5.0
4942026-03-19T18:03:22.322Z Compiling erased-serde v0.4.9
4952026-03-19T18:03:22.345Z Compiling winnow v0.7.14
4962026-03-19T18:03:22.443Z Compiling syn v1.0.109
4972026-03-19T18:03:22.776Z Compiling toml_write v0.1.2
4982026-03-19T18:03:23.765Z Compiling proc-macro-error v1.0.4
4992026-03-19T18:03:23.884Z Compiling camino v1.2.2
5002026-03-19T18:03:23.885Z Compiling utf8_iter v1.0.4
5012026-03-19T18:03:23.885Z Compiling getrandom v0.4.1
5022026-03-19T18:03:23.885Z Compiling log v0.4.29
5032026-03-19T18:03:23.885Z Compiling percent-encoding v2.3.2
5042026-03-19T18:03:23.912Z Compiling plain v0.2.3
5052026-03-19T18:03:23.912Z Compiling thiserror v2.0.18
5062026-03-19T18:03:24.050Z Compiling utf8parse v0.2.2
5072026-03-19T18:03:24.081Z Compiling form_urlencoded v1.2.2
5082026-03-19T18:03:24.091Z Compiling ordered-float v2.10.1
5092026-03-19T18:03:24.116Z Compiling anstyle-parse v0.2.7
5102026-03-19T18:03:24.366Z Compiling terminal_size v0.4.3
5112026-03-19T18:03:24.436Z Compiling colorchoice v1.0.4
5122026-03-19T18:03:24.548Z Compiling synstructure v0.13.2
5132026-03-19T18:03:24.566Z Compiling pest_generator v2.8.6
5142026-03-19T18:03:24.581Z Compiling pretty-hex v0.4.1
5152026-03-19T18:03:24.643Z Compiling cfg-if v1.0.4
5162026-03-19T18:03:24.739Z Compiling anstyle v1.0.13
5172026-03-19T18:03:24.761Z Compiling anstyle-query v1.1.5
5182026-03-19T18:03:24.803Z Compiling is_terminal_polyfill v1.70.2
5192026-03-19T18:03:24.878Z Compiling serde-untagged v0.1.9
5202026-03-19T18:03:25.032Z Compiling anstream v0.6.21
5212026-03-19T18:03:25.115Z Compiling semver v1.0.27
5222026-03-19T18:03:25.357Z Compiling fs-err v3.3.0
5232026-03-19T18:03:25.435Z Compiling unicode-width v0.1.14
5242026-03-19T18:03:25.523Z Compiling anyhow v1.0.102
5252026-03-19T18:03:25.557Z Compiling once_cell v1.21.3
5262026-03-19T18:03:25.631Z Compiling clap_lex v1.0.0
5272026-03-19T18:03:25.656Z Compiling heck v0.5.0
5282026-03-19T18:03:25.835Z Compiling strsim v0.11.1
5292026-03-19T18:03:25.859Z Compiling bytecount v0.6.9
5302026-03-19T18:03:25.949Z Compiling unicode-xid v0.2.6
5312026-03-19T18:03:25.990Z Compiling fastrand v2.3.0
5322026-03-19T18:03:26.025Z Compiling heck v0.4.1
5332026-03-19T18:03:26.108Z Compiling fnv v1.0.7
5342026-03-19T18:03:26.236Z Compiling tempfile v3.25.0
5352026-03-19T18:03:26.305Z Compiling papergrid v0.11.0
5362026-03-19T18:03:26.329Z Compiling clap_builder v4.5.60
5372026-03-19T18:03:26.503Z Compiling memmap v0.7.0
5382026-03-19T18:03:26.634Z Compiling unicode-linebreak v0.1.5
5392026-03-19T18:03:26.736Z Compiling unicode-width v0.2.0
5402026-03-19T18:03:26.739Z Compiling smawk v0.3.2
5412026-03-19T18:03:26.967Z Compiling camino-tempfile v1.4.1
5422026-03-19T18:03:27.092Z Compiling textwrap v0.16.2
5432026-03-19T18:03:27.167Z Compiling serde_derive v1.0.228
5442026-03-19T18:03:27.280Z Compiling zerofrom-derive v0.1.6
5452026-03-19T18:03:27.304Z Compiling yoke-derive v0.8.1
5462026-03-19T18:03:27.416Z Compiling zerovec-derive v0.11.2
5472026-03-19T18:03:27.720Z Compiling displaydoc v0.2.5
5482026-03-19T18:03:28.282Z Compiling thiserror-impl v1.0.69
5492026-03-19T18:03:28.716Z Compiling zerocopy-derive v0.7.35
5502026-03-19T18:03:28.847Z Compiling pest_derive v2.8.6
5512026-03-19T18:03:28.871Z Compiling scroll_derive v0.12.1
5522026-03-19T18:03:29.181Z Compiling zerofrom v0.1.6
5532026-03-19T18:03:29.348Z Compiling yoke v0.8.1
5542026-03-19T18:03:29.372Z Compiling thiserror-impl v2.0.18
5552026-03-19T18:03:29.598Z Compiling zerovec v0.11.5
5562026-03-19T18:03:29.735Z Compiling zerotrie v0.2.3
5572026-03-19T18:03:29.814Z Compiling zerocopy v0.7.35
5582026-03-19T18:03:30.096Z Compiling dtrace-parser v0.2.0
5592026-03-19T18:03:30.127Z Compiling scroll v0.12.0
5602026-03-19T18:03:30.281Z Compiling tinystr v0.8.2
5612026-03-19T18:03:30.484Z Compiling potential_utf v0.1.4
5622026-03-19T18:03:30.559Z Compiling icu_locale_core v2.1.1
5632026-03-19T18:03:30.597Z Compiling goblin v0.8.2
5642026-03-19T18:03:30.664Z Compiling icu_collections v2.1.1
5652026-03-19T18:03:30.717Z Compiling tabled_derive v0.7.0
5662026-03-19T18:03:31.013Z Compiling clap_derive v4.5.55
5672026-03-19T18:03:31.375Z Compiling swrite v0.1.0
5682026-03-19T18:03:31.494Z Compiling icu_provider v2.1.1
5692026-03-19T18:03:31.694Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5702026-03-19T18:03:31.824Z Compiling icu_properties v2.1.2
5712026-03-19T18:03:31.890Z Compiling icu_normalizer v2.1.1
5722026-03-19T18:03:31.893Z Compiling serde_spanned v0.6.9
5732026-03-19T18:03:31.938Z Compiling toml_datetime v0.6.11
5742026-03-19T18:03:31.962Z Compiling dof v0.3.0
5752026-03-19T18:03:32.009Z Compiling serde_tokenstream v0.2.3
5762026-03-19T18:03:32.098Z Compiling serde-value v0.7.0
5772026-03-19T18:03:32.278Z Compiling toml_edit v0.22.27
5782026-03-19T18:03:32.480Z Compiling cargo-platform v0.2.0
5792026-03-19T18:03:32.585Z Compiling tabled v0.15.0
5802026-03-19T18:03:32.608Z Compiling macaddr v1.0.1
5812026-03-19T18:03:33.018Z Compiling idna_adapter v1.2.1
5822026-03-19T18:03:33.065Z Compiling usdt-attr-macro v0.5.0
5832026-03-19T18:03:33.164Z Compiling idna v1.1.0
5842026-03-19T18:03:33.192Z Compiling usdt-macro v0.5.0
5852026-03-19T18:03:33.308Z Compiling clap v4.5.60
5862026-03-19T18:03:33.526Z Compiling url v2.5.8
5872026-03-19T18:03:34.188Z Compiling toml v0.8.23
5882026-03-19T18:03:34.689Z Compiling usdt v0.5.0
5892026-03-19T18:03:34.746Z Compiling cargo-util-schemas v0.8.2
5902026-03-19T18:03:34.870Z Compiling cargo_toml v0.21.0
5912026-03-19T18:03:35.934Z Compiling cargo_metadata v0.21.0
5922026-03-19T18:03:37.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-19T18:03:39.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5942026-03-19T18:03:40.325Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-19T18:03:41.056Z Downloading crates ...
5962026-03-19T18:03:41.170Z Downloaded base16ct v0.2.0
5972026-03-19T18:03:41.172Z Downloaded async-stream v0.3.6
5982026-03-19T18:03:41.178Z Downloaded bit-set v0.8.0
5992026-03-19T18:03:41.181Z Downloaded bitfield-struct v0.6.2
6002026-03-19T18:03:41.181Z Downloaded arrayvec v0.7.6
6012026-03-19T18:03:41.184Z Downloaded bb8 v0.8.6
6022026-03-19T18:03:41.187Z Downloaded cobs v0.3.0
6032026-03-19T18:03:41.187Z Downloaded cpufeatures v0.3.0
6042026-03-19T18:03:41.190Z Downloaded convert_case v0.4.0
6052026-03-19T18:03:41.190Z Downloaded crc8 v0.1.1
6062026-03-19T18:03:41.190Z Downloaded adler2 v2.0.1
6072026-03-19T18:03:41.193Z Downloaded critical-section v1.2.0
6082026-03-19T18:03:41.196Z Downloaded array-init v0.0.4
6092026-03-19T18:03:41.197Z Downloaded darling v0.23.0
6102026-03-19T18:03:41.200Z Downloaded flagset v0.4.7
6112026-03-19T18:03:41.203Z Downloaded cexpr v0.6.0
6122026-03-19T18:03:41.203Z Downloaded crossterm v0.28.1
6132026-03-19T18:03:41.208Z Downloaded crc-catalog v2.4.0
6142026-03-19T18:03:41.211Z Downloaded async-stream-impl v0.3.6
6152026-03-19T18:03:41.211Z Downloaded foldhash v0.1.5
6162026-03-19T18:03:41.215Z Downloaded curve25519-dalek-derive v0.1.1
6172026-03-19T18:03:41.215Z Downloaded crunchy v0.2.4
6182026-03-19T18:03:41.215Z Downloaded cstr-argument v0.1.2
6192026-03-19T18:03:41.218Z Downloaded defmt v1.0.1
6202026-03-19T18:03:41.218Z Downloaded crossbeam-deque v0.8.6
6212026-03-19T18:03:41.221Z Downloaded base16ct v1.0.0
6222026-03-19T18:03:41.221Z Downloaded assert_matches v1.5.0
6232026-03-19T18:03:41.224Z Downloaded daft-derive v0.1.5
6242026-03-19T18:03:41.227Z Downloaded defmt v0.3.100
6252026-03-19T18:03:41.227Z Downloaded data-encoding v2.10.0
6262026-03-19T18:03:41.227Z Downloaded darling_macro v0.20.11
6272026-03-19T18:03:41.230Z Downloaded darling_macro v0.23.0
6282026-03-19T18:03:41.230Z Downloaded block-padding v0.3.3
6292026-03-19T18:03:41.230Z Downloaded blake2 v0.10.6
6302026-03-19T18:03:41.234Z Downloaded darling_macro v0.21.3
6312026-03-19T18:03:41.235Z Downloaded arrayref v0.3.9
6322026-03-19T18:03:41.238Z Downloaded expectorate v1.2.0
6332026-03-19T18:03:41.238Z Downloaded bit-vec v0.6.3
6342026-03-19T18:03:41.238Z Downloaded aead v0.5.2
6352026-03-19T18:03:41.242Z Downloaded crucible-workspace-hack v0.1.0
6362026-03-19T18:03:41.242Z Downloaded bit-vec v0.8.0
6372026-03-19T18:03:41.242Z Downloaded csv-core v0.1.13
6382026-03-19T18:03:41.245Z Downloaded defmt-parser v1.0.0
6392026-03-19T18:03:41.245Z Downloaded bit-set v0.5.3
6402026-03-19T18:03:41.245Z Downloaded bitfield v0.19.4
6412026-03-19T18:03:41.248Z Downloaded async-trait v0.1.89
6422026-03-19T18:03:41.251Z Downloaded debug-ignore v1.0.5
6432026-03-19T18:03:41.251Z Downloaded fd-lock v4.0.4
6442026-03-19T18:03:41.253Z Downloaded cargo-platform v0.1.9
6452026-03-19T18:03:41.256Z Downloaded daft v0.1.5
6462026-03-19T18:03:41.256Z Downloaded bcrypt-pbkdf v0.10.0
6472026-03-19T18:03:41.259Z Downloaded atomicwrites v0.4.4
6482026-03-19T18:03:41.259Z Downloaded dof v0.4.0
6492026-03-19T18:03:41.259Z Downloaded async-recursion v1.1.1
6502026-03-19T18:03:41.262Z Downloaded futures-core v0.3.32
6512026-03-19T18:03:41.264Z Downloaded dsl_auto_type v0.2.0
6522026-03-19T18:03:41.264Z Downloaded display-error-chain v0.2.2
6532026-03-19T18:03:41.267Z Downloaded convert_case v0.10.0
6542026-03-19T18:03:41.267Z Downloaded dunce v1.0.5
6552026-03-19T18:03:41.272Z Downloaded diesel_table_macro_syntax v0.3.0
6562026-03-19T18:03:41.272Z Downloaded ascii-canvas v3.0.0
6572026-03-19T18:03:41.275Z Downloaded endian-type v0.1.2
6582026-03-19T18:03:41.276Z Downloaded dyn-clone v1.0.20
6592026-03-19T18:03:41.276Z Downloaded darling v0.21.3
6602026-03-19T18:03:41.279Z Downloaded der_derive v0.7.3
6612026-03-19T18:03:41.282Z Downloaded atty v0.2.14
6622026-03-19T18:03:41.282Z Downloaded crossbeam-utils v0.8.21
6632026-03-19T18:03:41.287Z Downloaded float-ord v0.3.2
6642026-03-19T18:03:41.287Z Downloaded foreign-types v0.5.0
6652026-03-19T18:03:41.287Z Downloaded document-features v0.2.12
6662026-03-19T18:03:41.290Z Downloaded dropshot-api-manager-types v0.6.0
6672026-03-19T18:03:41.292Z Downloaded fixedbitset v0.4.2
6682026-03-19T18:03:41.292Z Downloaded embedded-io v0.6.1
6692026-03-19T18:03:41.292Z Downloaded dtrace-parser v0.3.0
6702026-03-19T18:03:41.295Z Downloaded crc v3.4.0
6712026-03-19T18:03:41.295Z Downloaded castaway v0.2.4
6722026-03-19T18:03:41.295Z Downloaded foreign-types-shared v0.3.1
6732026-03-19T18:03:41.295Z Downloaded enum-as-inner v0.6.1
6742026-03-19T18:03:41.298Z Downloaded derive_builder_macro v0.20.2
6752026-03-19T18:03:41.298Z Downloaded allocator-api2 v0.2.21
6762026-03-19T18:03:41.301Z Downloaded embedded-io v0.4.0
6772026-03-19T18:03:41.301Z Downloaded ciborium-io v0.2.2
6782026-03-19T18:03:41.304Z Downloaded fs_extra v1.3.0
6792026-03-19T18:03:41.304Z Downloaded cfg_aliases v0.2.1
6802026-03-19T18:03:41.304Z Downloaded float-cmp v0.10.0
6812026-03-19T18:03:41.307Z Downloaded bitfield-macros v0.19.4
6822026-03-19T18:03:41.307Z Downloaded colored v2.2.0
6832026-03-19T18:03:41.311Z Downloaded foreign-types-shared v0.1.1
6842026-03-19T18:03:41.311Z Downloaded foreign-types-macros v0.2.3
6852026-03-19T18:03:41.316Z Downloaded downcast-rs v2.0.2
6862026-03-19T18:03:41.316Z Downloaded env_filter v1.0.0
6872026-03-19T18:03:41.316Z Downloaded dirs-sys-next v0.1.2
6882026-03-19T18:03:41.316Z Downloaded fxhash v0.2.1
6892026-03-19T18:03:41.319Z Downloaded ciborium-ll v0.2.2
6902026-03-19T18:03:41.319Z Downloaded backon v1.6.0
6912026-03-19T18:03:41.319Z Downloaded futures-macro v0.3.32
6922026-03-19T18:03:41.322Z Downloaded ctr v0.9.2
6932026-03-19T18:03:41.322Z Downloaded funty v2.0.0
6942026-03-19T18:03:41.326Z Downloaded git-stub v1.0.0
6952026-03-19T18:03:41.326Z Downloaded derive-ex v0.1.8
6962026-03-19T18:03:41.326Z Downloaded darling_core v0.21.3
6972026-03-19T18:03:41.330Z Downloaded foreign-types v0.3.2
6982026-03-19T18:03:41.333Z Downloaded backoff v0.4.0
6992026-03-19T18:03:41.333Z Downloaded difflib v0.4.0
7002026-03-19T18:03:41.334Z Downloaded cfg_aliases v0.1.1
7012026-03-19T18:03:41.337Z Downloaded blowfish v0.9.1
7022026-03-19T18:03:41.337Z Downloaded hash32 v0.2.1
7032026-03-19T18:03:41.337Z Downloaded hex v0.4.3
7042026-03-19T18:03:41.340Z Downloaded hex-literal v0.4.1
7052026-03-19T18:03:41.341Z Downloaded async-bb8-diesel v0.2.1
7062026-03-19T18:03:41.341Z Downloaded find-msvc-tools v0.1.9
7072026-03-19T18:03:41.345Z Downloaded defmt-macros v1.0.1
7082026-03-19T18:03:41.345Z Downloaded bitflags v1.3.2
7092026-03-19T18:03:41.348Z Downloaded cipher v0.4.4
7102026-03-19T18:03:41.351Z Downloaded headers-core v0.3.0
7112026-03-19T18:03:41.351Z Downloaded base64ct v1.8.3
7122026-03-19T18:03:41.351Z Downloaded atomic-waker v1.1.2
7132026-03-19T18:03:41.354Z Downloaded const_format_proc_macros v0.2.34
7142026-03-19T18:03:41.354Z Downloaded hostname v0.3.1
7152026-03-19T18:03:41.357Z Downloaded der v0.7.10
7162026-03-19T18:03:41.360Z Downloaded foldhash v0.2.0
7172026-03-19T18:03:41.364Z Downloaded cargo_metadata v0.19.2
7182026-03-19T18:03:41.364Z Downloaded fs-err v2.11.0
7192026-03-19T18:03:41.367Z Downloaded fixedbitset v0.5.7
7202026-03-19T18:03:41.367Z Downloaded ff v0.13.1
7212026-03-19T18:03:41.370Z Downloaded filetime v0.2.27
7222026-03-19T18:03:41.370Z Downloaded erased-serde v0.3.31
7232026-03-19T18:03:41.373Z Downloaded hubpack v0.1.2
7242026-03-19T18:03:41.373Z Downloaded bcs v0.1.6
7252026-03-19T18:03:41.376Z Downloaded hyper-tls v0.6.0
7262026-03-19T18:03:41.376Z Downloaded hubpack_derive v0.1.1
7272026-03-19T18:03:41.376Z Downloaded httpdate v1.0.3
7282026-03-19T18:03:41.379Z Downloaded http-body v1.0.1
7292026-03-19T18:03:41.379Z Downloaded hostname v0.4.2
7302026-03-19T18:03:41.382Z Downloaded indoc v1.0.9
7312026-03-19T18:03:41.382Z Downloaded constant_time_eq v0.4.2
7322026-03-19T18:03:41.387Z Downloaded indent_write v2.2.0
7332026-03-19T18:03:41.387Z Downloaded getrandom v0.2.17
7342026-03-19T18:03:41.389Z Downloaded fallible-iterator v0.2.0
7352026-03-19T18:03:41.389Z Downloaded ena v0.14.4
7362026-03-19T18:03:41.389Z Downloaded crypto-bigint v0.5.5
7372026-03-19T18:03:41.395Z Downloaded glob v0.3.3
7382026-03-19T18:03:41.398Z Downloaded aes v0.8.4
7392026-03-19T18:03:41.415Z Downloaded is_ci v1.2.0
7402026-03-19T18:03:41.418Z Downloaded darling_core v0.20.11
7412026-03-19T18:03:41.422Z Downloaded is-terminal v0.4.17
7422026-03-19T18:03:41.425Z Downloaded internet-checksum v0.2.1
7432026-03-19T18:03:41.425Z Downloaded console v0.15.11
7442026-03-19T18:03:41.428Z Downloaded globset v0.4.18
7452026-03-19T18:03:41.428Z Downloaded console v0.16.2
7462026-03-19T18:03:41.431Z Downloaded cancel-safe-futures v0.1.5
7472026-03-19T18:03:41.434Z Downloaded lazy_static v1.5.0
7482026-03-19T18:03:41.434Z Downloaded lalrpop-util v0.19.12
7492026-03-19T18:03:41.434Z Downloaded kstat-rs v0.2.4
7502026-03-19T18:03:41.437Z Downloaded keccak v0.1.6
7512026-03-19T18:03:41.437Z Downloaded des v0.8.1
7522026-03-19T18:03:41.441Z Downloaded highway v1.3.0
7532026-03-19T18:03:41.444Z Downloaded diff v0.1.13
7542026-03-19T18:03:41.444Z Downloaded derive_builder v0.20.2
7552026-03-19T18:03:41.447Z Downloaded maplit v1.0.2
7562026-03-19T18:03:41.450Z Downloaded lru-cache v0.1.2
7572026-03-19T18:03:41.450Z Downloaded libscf-sys v1.1.0
7582026-03-19T18:03:41.453Z Downloaded ident_case v1.0.1
7592026-03-19T18:03:41.453Z Downloaded humantime v2.3.0
7602026-03-19T18:03:41.456Z Downloaded match_cfg v0.1.0
7612026-03-19T18:03:41.456Z Downloaded managed v0.8.0
7622026-03-19T18:03:41.456Z Downloaded lru-slab v0.1.2
7632026-03-19T18:03:41.459Z Downloaded impl-trait-for-tuples v0.2.3
7642026-03-19T18:03:41.462Z Downloaded newline-converter v0.3.0
7652026-03-19T18:03:41.462Z Downloaded md5 v0.7.0
7662026-03-19T18:03:41.462Z Downloaded lzss v0.8.2
7672026-03-19T18:03:41.465Z Downloaded const-oid v0.9.6
7682026-03-19T18:03:41.465Z Downloaded maybe-uninit v2.0.0
7692026-03-19T18:03:41.468Z Downloaded ingot v0.1.1
7702026-03-19T18:03:41.468Z Downloaded indoc v2.0.7
7712026-03-19T18:03:41.471Z Downloaded newtype-uuid-macros v0.1.0
7722026-03-19T18:03:41.474Z Downloaded multimap v0.10.1
7732026-03-19T18:03:41.474Z Downloaded mime v0.3.17
7742026-03-19T18:03:41.477Z Downloaded nibble_vec v0.1.0
7752026-03-19T18:03:41.477Z Downloaded newtype_derive v0.1.6
7762026-03-19T18:03:41.480Z Downloaded new_debug_unreachable v1.0.6
7772026-03-19T18:03:41.480Z Downloaded hickory-client v0.25.2
7782026-03-19T18:03:41.483Z Downloaded ipnet v2.11.0
7792026-03-19T18:03:41.483Z Downloaded arc-swap v1.8.2
7802026-03-19T18:03:41.486Z Downloaded memoffset v0.9.1
7812026-03-19T18:03:41.489Z Downloaded ipnetwork v0.21.1
7822026-03-19T18:03:41.493Z Downloaded clang-sys v1.8.1
7832026-03-19T18:03:41.493Z Downloaded ingot-types v0.1.2
7842026-03-19T18:03:41.496Z Downloaded nonempty v0.12.0
7852026-03-19T18:03:41.496Z Downloaded nodrop v0.1.14
7862026-03-19T18:03:41.496Z Downloaded lru v0.12.5
7872026-03-19T18:03:41.496Z Downloaded num-derive v0.4.2
7882026-03-19T18:03:41.499Z Downloaded bumpalo v3.20.2
7892026-03-19T18:03:41.502Z Downloaded num-iter v0.1.45
7902026-03-19T18:03:41.502Z Downloaded num_threads v0.1.7
7912026-03-19T18:03:41.505Z Downloaded jobserver v0.1.34
7922026-03-19T18:03:41.505Z Downloaded ar_archive_writer v0.5.1
7932026-03-19T18:03:41.508Z Downloaded linked-hash-map v0.5.6
7942026-03-19T18:03:41.511Z Downloaded dropshot_endpoint v0.16.7
7952026-03-19T18:03:41.549Z Downloaded libsw-core v0.3.2
7962026-03-19T18:03:41.549Z Downloaded hyper-rustls v0.27.7
7972026-03-19T18:03:41.549Z Downloaded linear-map v1.2.0
7982026-03-19T18:03:41.549Z Downloaded httparse v1.10.1
7992026-03-19T18:03:41.549Z Downloaded oso-derive v0.27.3
8002026-03-19T18:03:41.549Z Downloaded md-5 v0.10.6
8012026-03-19T18:03:41.549Z Downloaded libsw v3.5.0
8022026-03-19T18:03:41.549Z Downloaded openssl-macros v0.1.1
8032026-03-19T18:03:41.549Z Downloaded opaque-debug v0.3.1
8042026-03-19T18:03:41.549Z Downloaded iana-time-zone v0.1.65
8052026-03-19T18:03:41.549Z Downloaded mime_guess v2.0.5
8062026-03-19T18:03:41.549Z Downloaded lock_api v0.4.14
8072026-03-19T18:03:41.549Z Downloaded newtype-uuid v1.3.2
8082026-03-19T18:03:41.549Z Downloaded getrandom v0.3.4
8092026-03-19T18:03:41.549Z Downloaded openssl-probe v0.2.1
8102026-03-19T18:03:41.550Z Downloaded crossbeam-channel v0.5.15
8112026-03-19T18:03:41.550Z Downloaded packed_struct_codegen v0.10.1
8122026-03-19T18:03:41.550Z Downloaded nanorand v0.7.0
8132026-03-19T18:03:41.550Z Downloaded multer v3.1.0
8142026-03-19T18:03:41.556Z Downloaded parse-display v0.10.0
8152026-03-19T18:03:41.556Z Downloaded path-slash v0.1.5
8162026-03-19T18:03:41.556Z Downloaded pbkdf2 v0.12.2
8172026-03-19T18:03:41.556Z Downloaded pbkdf2 v0.11.0
8182026-03-19T18:03:41.559Z Downloaded crc-any v2.5.0
8192026-03-19T18:03:41.559Z Downloaded bytes v1.11.1
8202026-03-19T18:03:41.559Z Downloaded nu-ansi-term v0.50.3
8212026-03-19T18:03:41.562Z Downloaded normalize-line-endings v0.3.0
8222026-03-19T18:03:41.565Z Downloaded peg-runtime v0.8.5
8232026-03-19T18:03:41.565Z Downloaded num-complex v0.4.6
8242026-03-19T18:03:41.565Z Downloaded cargo_toml v0.22.3
8252026-03-19T18:03:41.568Z Downloaded half v2.7.1
8262026-03-19T18:03:41.571Z Downloaded base64 v0.22.1
8272026-03-19T18:03:41.574Z Downloaded phf_shared v0.12.1
8282026-03-19T18:03:41.574Z Downloaded num_enum_derive v0.5.11
8292026-03-19T18:03:41.577Z Downloaded num_enum v0.7.5
8302026-03-19T18:03:41.580Z Downloaded phf_shared v0.13.1
8312026-03-19T18:03:41.584Z Downloaded derive-where v1.6.0
8322026-03-19T18:03:41.587Z Downloaded num_enum_derive v0.7.5
8332026-03-19T18:03:41.587Z Downloaded num_enum v0.5.11
8342026-03-19T18:03:41.592Z Downloaded pin-utils v0.1.0
8352026-03-19T18:03:41.593Z Downloaded either v1.15.0
8362026-03-19T18:03:41.593Z Downloaded phf_shared v0.11.3
8372026-03-19T18:03:41.596Z Downloaded num-rational v0.4.2
8382026-03-19T18:03:41.596Z Downloaded powerfmt v0.2.0
8392026-03-19T18:03:41.600Z Downloaded flume v0.11.1
8402026-03-19T18:03:41.604Z Downloaded indexmap v1.9.3
8412026-03-19T18:03:41.604Z Downloaded oxnet v0.1.4
8422026-03-19T18:03:41.608Z Downloaded precomputed-hash v0.1.1
8432026-03-19T18:03:41.608Z Downloaded owo-colors v4.3.0
8442026-03-19T18:03:41.608Z Downloaded ed25519-dalek v2.2.0
8452026-03-19T18:03:41.613Z Downloaded progenitor-client v0.10.0
8462026-03-19T18:03:41.613Z Downloaded proc-macro-crate v1.3.1
8472026-03-19T18:03:41.613Z Downloaded predicates-tree v1.0.13
8482026-03-19T18:03:41.616Z Downloaded predicates-core v1.0.10
8492026-03-19T18:03:41.616Z Downloaded parse-size v1.1.0
8502026-03-19T18:03:41.616Z Downloaded parking_lot_core v0.8.6
8512026-03-19T18:03:41.619Z Downloaded native-tls v0.2.18
8522026-03-19T18:03:41.619Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-03-19T18:03:41.623Z Downloaded chacha20poly1305 v0.10.1
8542026-03-19T18:03:41.623Z Downloaded base64 v0.21.7
8552026-03-19T18:03:41.626Z Downloaded psl-types v2.0.11
8562026-03-19T18:03:41.630Z Downloaded parse-display-derive v0.10.0
8572026-03-19T18:03:41.630Z Downloaded progenitor-client v0.11.2
8582026-03-19T18:03:41.630Z Downloaded heapless v0.8.0
8592026-03-19T18:03:41.632Z Downloaded progenitor-macro v0.10.0
8602026-03-19T18:03:41.635Z Downloaded hmac v0.12.1
8612026-03-19T18:03:41.635Z Downloaded heapless v0.7.17
8622026-03-19T18:03:41.638Z Downloaded password-hash v0.5.0
8632026-03-19T18:03:41.641Z Downloaded phf v0.12.1
8642026-03-19T18:03:41.644Z Downloaded progenitor-macro v0.13.0
8652026-03-19T18:03:41.644Z Downloaded radium v0.7.0
8662026-03-19T18:03:41.644Z Downloaded quick-error v1.2.3
8672026-03-19T18:03:41.647Z Downloaded progenitor-macro v0.11.2
8682026-03-19T18:03:41.647Z Downloaded num-integer v0.1.46
8692026-03-19T18:03:41.650Z Downloaded headers v0.4.1
8702026-03-19T18:03:41.653Z Downloaded litrs v1.0.0
8712026-03-19T18:03:41.657Z Downloaded phf v0.13.1
8722026-03-19T18:03:41.657Z Downloaded flate2 v1.1.9
8732026-03-19T18:03:41.660Z Downloaded polyval v0.6.2
8742026-03-19T18:03:41.663Z Downloaded pkcs8 v0.10.2
8752026-03-19T18:03:41.666Z Downloaded rand_xorshift v0.4.0
8762026-03-19T18:03:41.666Z Downloaded poly1305 v0.8.0
8772026-03-19T18:03:41.669Z Downloaded dropshot-api-manager v0.6.0
8782026-03-19T18:03:41.672Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-03-19T18:03:41.674Z Downloaded postgres-protocol v0.6.10
8802026-03-19T18:03:41.675Z Downloaded ref-cast v1.0.25
8812026-03-19T18:03:41.677Z Downloaded indicatif v0.18.4
8822026-03-19T18:03:41.681Z Downloaded oxide-tokio-rt v0.1.3
8832026-03-19T18:03:41.684Z Downloaded rfc6979 v0.4.0
8842026-03-19T18:03:41.684Z Downloaded progenitor v0.10.0
8852026-03-19T18:03:41.687Z Downloaded ppv-lite86 v0.2.21
8862026-03-19T18:03:41.687Z Downloaded peg-macros v0.8.5
8872026-03-19T18:03:41.691Z Downloaded predicates v3.1.4
8882026-03-19T18:03:41.691Z Downloaded russh-cryptovec v0.7.3
8892026-03-19T18:03:41.694Z Downloaded progenitor-extras v0.1.1
8902026-03-19T18:03:41.694Z Downloaded progenitor-client v0.13.0
8912026-03-19T18:03:41.694Z Downloaded proc-macro-error2 v2.0.1
8922026-03-19T18:03:41.698Z Downloaded parking_lot v0.11.2
8932026-03-19T18:03:41.701Z Downloaded progenitor v0.13.0
8942026-03-19T18:03:41.701Z Downloaded parking_lot_core v0.9.12
8952026-03-19T18:03:41.705Z Downloaded recursive v0.1.1
8962026-03-19T18:03:41.705Z Downloaded progenitor v0.11.2
8972026-03-19T18:03:41.708Z Downloaded pem-rfc7468 v0.7.0
8982026-03-19T18:03:41.708Z Downloaded pin-project-lite v0.2.17
8992026-03-19T18:03:41.711Z Downloaded rand_chacha v0.3.1
9002026-03-19T18:03:41.714Z Downloaded pem v3.0.6
9012026-03-19T18:03:41.717Z Downloaded r2d2 v0.8.10
9022026-03-19T18:03:41.717Z Downloaded rustc_version v0.4.1
9032026-03-19T18:03:41.717Z Downloaded rustc_version v0.1.7
9042026-03-19T18:03:41.720Z Downloaded pin-project-internal v1.1.11
9052026-03-19T18:03:41.720Z Downloaded psm v0.1.30
9062026-03-19T18:03:41.723Z Downloaded diesel_derives v2.3.7
9072026-03-19T18:03:41.728Z Downloaded rustc-hash v2.1.1
9082026-03-19T18:03:41.731Z Downloaded rand_core v0.9.5
9092026-03-19T18:03:41.731Z Downloaded rand_core v0.6.4
9102026-03-19T18:03:41.734Z Downloaded derive_more-impl v2.1.1
9112026-03-19T18:03:41.737Z Downloaded pkg-config v0.3.32
9122026-03-19T18:03:41.740Z Downloaded libbz2-rs-sys v0.2.2
9132026-03-19T18:03:41.740Z Downloaded peg v0.8.5
9142026-03-19T18:03:41.744Z Downloaded same-file v1.0.6
9152026-03-19T18:03:41.747Z Downloaded rand_core v0.10.0
9162026-03-19T18:03:41.747Z Downloaded salsa20 v0.10.2
9172026-03-19T18:03:41.747Z Downloaded scheduled-thread-pool v0.2.7
9182026-03-19T18:03:41.750Z Downloaded rand_seeder v0.4.0
9192026-03-19T18:03:41.750Z Downloaded pkcs5 v0.7.1
9202026-03-19T18:03:41.753Z Downloaded parking_lot v0.12.5
9212026-03-19T18:03:41.756Z Downloaded resolv-conf v0.7.6
9222026-03-19T18:03:41.760Z Downloaded scrypt v0.11.0
9232026-03-19T18:03:41.764Z Downloaded scroll_derive v0.13.1
9242026-03-19T18:03:41.764Z Downloaded secrecy v0.10.3
9252026-03-19T18:03:41.764Z Downloaded serde_plain v1.0.2
9262026-03-19T18:03:41.764Z Downloaded sapling-renderdag v0.1.0
9272026-03-19T18:03:41.767Z Downloaded seq-macro v0.3.6
9282026-03-19T18:03:41.767Z Downloaded secrecy v0.8.0
9292026-03-19T18:03:41.767Z Downloaded scopeguard v1.2.0
9302026-03-19T18:03:41.770Z Downloaded hickory-resolver v0.24.4
9312026-03-19T18:03:41.774Z Downloaded p256 v0.13.2
9322026-03-19T18:03:41.780Z Downloaded hickory-server v0.25.2
9332026-03-19T18:03:41.782Z Downloaded quinn-udp v0.5.14
9342026-03-19T18:03:41.783Z Downloaded serde-big-array v0.5.1
9352026-03-19T18:03:41.783Z Downloaded rtoolbox v0.0.3
9362026-03-19T18:03:41.786Z Downloaded semver v0.1.20
9372026-03-19T18:03:41.786Z Downloaded hickory-resolver v0.25.2
9382026-03-19T18:03:41.789Z Downloaded serde_bytes v0.11.19
9392026-03-19T18:03:41.792Z Downloaded papergrid v0.17.0
9402026-03-19T18:03:41.794Z Downloaded sigpipe v0.1.3
9412026-03-19T18:03:41.797Z Downloaded shell-words v1.1.1
9422026-03-19T18:03:41.797Z Downloaded rustls-pemfile v2.2.0
9432026-03-19T18:03:41.800Z Downloaded rustls-pemfile v1.0.4
9442026-03-19T18:03:41.800Z Downloaded cc v1.2.56
9452026-03-19T18:03:41.803Z Downloaded serde_urlencoded v0.7.1
9462026-03-19T18:03:41.807Z Downloaded serde_spanned v1.0.4
9472026-03-19T18:03:41.807Z Downloaded rustls-native-certs v0.8.3
9482026-03-19T18:03:41.810Z Downloaded signature v2.2.0
9492026-03-19T18:03:41.814Z Downloaded siphasher v1.0.2
9502026-03-19T18:03:41.814Z Downloaded signal-hook-tokio v0.3.1
9512026-03-19T18:03:41.817Z Downloaded signal-hook-mio v0.2.5
9522026-03-19T18:03:41.818Z Downloaded sha1 v0.10.6
9532026-03-19T18:03:41.818Z Downloaded slog-bunyan v2.5.0
9542026-03-19T18:03:41.818Z Downloaded prefix-trie v0.7.0
9552026-03-19T18:03:41.820Z Downloaded pin-project v1.1.11
9562026-03-19T18:03:41.829Z Downloaded sct v0.7.1
9572026-03-19T18:03:41.832Z Downloaded rusty-fork v0.3.1
9582026-03-19T18:03:41.835Z Downloaded rustversion v1.0.22
9592026-03-19T18:03:41.838Z Downloaded omicron-zone-package v0.12.2
9602026-03-19T18:03:41.840Z Downloaded blake3 v1.8.3
9612026-03-19T18:03:41.845Z Downloaded slog-envlogger v2.2.0
9622026-03-19T18:03:41.848Z Downloaded progenitor-impl v0.11.2
9632026-03-19T18:03:41.851Z Downloaded jiff-static v0.2.21
9642026-03-19T18:03:41.854Z Downloaded serde_path_to_error v0.1.20
9652026-03-19T18:03:41.854Z Downloaded sec1 v0.7.3
9662026-03-19T18:03:41.858Z Downloaded schemars_derive v0.8.22
9672026-03-19T18:03:41.858Z Downloaded russh-keys v0.45.0
9682026-03-19T18:03:41.861Z Downloaded scroll v0.13.0
9692026-03-19T18:03:41.861Z Downloaded password-hash v0.4.2
9702026-03-19T18:03:41.865Z Downloaded postcard v1.1.3
9712026-03-19T18:03:41.865Z Downloaded primeorder v0.13.6
9722026-03-19T18:03:41.867Z Downloaded ssh-encoding v0.2.0
9732026-03-19T18:03:41.867Z Downloaded shlex v1.3.0
9742026-03-19T18:03:41.867Z Downloaded serde-hex v0.1.0
9752026-03-19T18:03:41.870Z Downloaded rustls-pki-types v1.14.0
9762026-03-19T18:03:41.873Z Downloaded strum v0.26.3
9772026-03-19T18:03:41.873Z Downloaded ref-cast-impl v1.0.25
9782026-03-19T18:03:41.876Z Downloaded http v1.4.0
9792026-03-19T18:03:41.879Z Downloaded aes-gcm v0.10.3
9802026-03-19T18:03:41.881Z Downloaded strip-ansi-escapes v0.2.1
9812026-03-19T18:03:41.881Z Downloaded simd-adler32 v0.3.8
9822026-03-19T18:03:41.884Z Downloaded structmeta v0.3.0
9832026-03-19T18:03:41.884Z Downloaded openssl-sys v0.9.111
9842026-03-19T18:03:41.888Z Downloaded ssh-cipher v0.2.0
9852026-03-19T18:03:41.891Z Downloaded sqlparser_derive v0.5.0
9862026-03-19T18:03:41.891Z Downloaded serde_repr v0.1.20
9872026-03-19T18:03:41.893Z Downloaded strum v0.27.2
9882026-03-19T18:03:41.893Z Downloaded sync-ptr v0.1.4
9892026-03-19T18:03:41.896Z Downloaded supports-color v3.0.2
9902026-03-19T18:03:41.897Z Downloaded minimal-lexical v0.2.1
9912026-03-19T18:03:41.900Z Downloaded structmeta-derive v0.3.0
9922026-03-19T18:03:41.902Z Downloaded ron v0.8.1
9932026-03-19T18:03:41.905Z Downloaded slog-scope v4.4.1
9942026-03-19T18:03:41.908Z Downloaded tagptr v0.2.0
9952026-03-19T18:03:41.911Z Downloaded tap v1.0.1
9962026-03-19T18:03:41.911Z Downloaded thiserror-impl-no-std v2.0.2
9972026-03-19T18:03:41.911Z Downloaded take_mut v0.2.2
9982026-03-19T18:03:41.914Z Downloaded rcgen v0.12.1
9992026-03-19T18:03:41.914Z Downloaded smallvec v0.6.14
10002026-03-19T18:03:41.916Z Downloaded slab v0.4.12
10012026-03-19T18:03:41.919Z Downloaded pretty_assertions v1.4.1
10022026-03-19T18:03:41.919Z Downloaded tabwriter v1.4.1
10032026-03-19T18:03:41.922Z Downloaded hashbrown v0.13.2
10042026-03-19T18:03:41.924Z Downloaded prettyplease v0.2.37
10052026-03-19T18:03:41.927Z Downloaded serde_cbor v0.11.2
10062026-03-19T18:03:41.930Z Downloaded termtree v0.5.1
10072026-03-19T18:03:41.932Z Downloaded slog-stdlog v4.1.1
10082026-03-19T18:03:41.933Z Downloaded serde_with_macros v3.17.0
10092026-03-19T18:03:41.937Z Downloaded spki v0.7.3
10102026-03-19T18:03:41.937Z Downloaded snafu-derive v0.8.9
10112026-03-19T18:03:41.940Z Downloaded tabled_derive v0.11.0
10122026-03-19T18:03:41.940Z Downloaded progenitor-impl v0.10.0
10132026-03-19T18:03:41.943Z Downloaded sync_wrapper v1.0.2
10142026-03-19T18:03:41.943Z Downloaded rustls-platform-verifier v0.6.2
10152026-03-19T18:03:41.948Z Downloaded sqlformat v0.3.5
10162026-03-19T18:03:41.948Z Downloaded smf v0.2.3
10172026-03-19T18:03:41.950Z Downloaded slog-async v2.8.0
10182026-03-19T18:03:41.950Z Downloaded slog-term v2.9.2
10192026-03-19T18:03:41.953Z Downloaded time-core v0.1.8
10202026-03-19T18:03:41.953Z Downloaded tinyvec_macros v0.1.1
10212026-03-19T18:03:41.957Z Downloaded hyper-util v0.1.20
10222026-03-19T18:03:41.959Z Downloaded stringprep v0.1.5
10232026-03-19T18:03:41.962Z Downloaded static_assertions v1.1.0
10242026-03-19T18:03:41.962Z Downloaded slog-json v2.6.1
10252026-03-19T18:03:41.965Z Downloaded slog-dtrace v0.3.0
10262026-03-19T18:03:41.965Z Downloaded subtle v2.6.1
10272026-03-19T18:03:41.967Z Downloaded mio v1.1.1
10282026-03-19T18:03:41.970Z Downloaded stacker v0.1.23
10292026-03-19T18:03:41.973Z Downloaded serde_derive_internals v0.29.1
10302026-03-19T18:03:41.976Z Downloaded testing_table v0.3.0
10312026-03-19T18:03:41.976Z Downloaded termios v0.3.3
10322026-03-19T18:03:41.978Z Downloaded support-bundle-viewer v0.1.2
10332026-03-19T18:03:41.978Z Downloaded signal-hook-registry v1.4.8
10342026-03-19T18:03:41.981Z Downloaded strum_macros v0.24.3
10352026-03-19T18:03:41.981Z Downloaded hashbrown v0.15.5
10362026-03-19T18:03:41.986Z Downloaded schemars v0.8.22
10372026-03-19T18:03:41.995Z Downloaded rayon-core v1.13.0
10382026-03-19T18:03:41.998Z Downloaded thread-id v5.1.0
10392026-03-19T18:03:42.002Z Downloaded spin v0.9.8
10402026-03-19T18:03:42.002Z Downloaded rand v0.8.5
10412026-03-19T18:03:42.005Z Downloaded serde_yaml v0.9.34+deprecated
10422026-03-19T18:03:42.007Z Downloaded thread_local v1.1.9
10432026-03-19T18:03:42.010Z Downloaded tower-layer v0.3.3
10442026-03-19T18:03:42.012Z Downloaded iddqd v0.3.17
10452026-03-19T18:03:42.016Z Downloaded tiny-keccak v2.0.2
10462026-03-19T18:03:42.018Z Downloaded try-lock v0.2.5
10472026-03-19T18:03:42.021Z Downloaded time-macros v0.2.27
10482026-03-19T18:03:42.021Z Downloaded trait-variant v0.1.2
10492026-03-19T18:03:42.024Z Downloaded topological-sort v0.2.2
10502026-03-19T18:03:42.024Z Downloaded ryu v1.0.23
10512026-03-19T18:03:42.027Z Downloaded tokio-dtrace v0.1.1
10522026-03-19T18:03:42.029Z Downloaded tower-service v0.3.3
10532026-03-19T18:03:42.030Z Downloaded string_cache v0.8.9
10542026-03-19T18:03:42.030Z Downloaded tokio-macros v2.6.0
10552026-03-19T18:03:42.032Z Downloaded typify-macro v0.6.1
10562026-03-19T18:03:42.032Z Downloaded unarray v0.1.4
10572026-03-19T18:03:42.035Z Downloaded typify-macro v0.4.3
10582026-03-19T18:03:42.035Z Downloaded progenitor-impl v0.13.0
10592026-03-19T18:03:42.038Z Downloaded tls_codec_derive v0.4.2
10602026-03-19T18:03:42.040Z Downloaded aho-corasick v1.1.4
10612026-03-19T18:03:42.043Z Downloaded tokio-tungstenite v0.21.0
10622026-03-19T18:03:42.045Z Downloaded slog v2.8.2
10632026-03-19T18:03:42.048Z Downloaded itertools v0.10.5
10642026-03-19T18:03:42.052Z Downloaded untrusted v0.9.0
10652026-03-19T18:03:42.055Z Downloaded universal-hash v0.5.1
10662026-03-19T18:03:42.055Z Downloaded unicode-truncate v1.1.0
10672026-03-19T18:03:42.058Z Downloaded untrusted v0.7.1
10682026-03-19T18:03:42.058Z Downloaded tokio-native-tls v0.3.1
10692026-03-19T18:03:42.060Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10702026-03-19T18:03:42.063Z Downloaded itertools v0.13.0
10712026-03-19T18:03:42.066Z Downloaded similar v2.7.0
10722026-03-19T18:03:42.070Z Downloaded socket2 v0.6.2
10732026-03-19T18:03:42.073Z Downloaded qorb v0.4.1
10742026-03-19T18:03:42.077Z Downloaded usdt v0.6.0
10752026-03-19T18:03:42.077Z Downloaded socket2 v0.5.10
10762026-03-19T18:03:42.080Z Downloaded signal-hook v0.3.18
10772026-03-19T18:03:42.082Z Downloaded nom v7.1.3
10782026-03-19T18:03:42.085Z Downloaded itertools v0.12.1
10792026-03-19T18:03:42.090Z Downloaded term v1.2.1
10802026-03-19T18:03:42.093Z Downloaded waitgroup v0.1.2
10812026-03-19T18:03:42.095Z Downloaded toml_writer v1.0.6+spec-1.1.0
10822026-03-19T18:03:42.095Z Downloaded tui-tree-widget v0.23.1
10832026-03-19T18:03:42.098Z Downloaded thiserror-no-std v2.0.2
10842026-03-19T18:03:42.101Z Downloaded void v1.0.2
10852026-03-19T18:03:42.101Z Downloaded utf-8 v0.7.6
10862026-03-19T18:03:42.105Z Downloaded usdt-macro v0.6.0
10872026-03-19T18:03:42.105Z Downloaded usdt-attr-macro v0.6.0
10882026-03-19T18:03:42.105Z Downloaded rustls-webpki v0.103.9
10892026-03-19T18:03:42.110Z Downloaded tokio-rustls v0.24.1
10902026-03-19T18:03:42.112Z Downloaded term v0.7.0
10912026-03-19T18:03:42.112Z Downloaded strum_macros v0.27.2
10922026-03-19T18:03:42.115Z Downloaded publicsuffix v2.3.0
10932026-03-19T18:03:42.115Z Downloaded iri-string v0.7.10
10942026-03-19T18:03:42.120Z Downloaded wait-timeout v0.2.1
10952026-03-19T18:03:42.123Z Downloaded tokio-tungstenite v0.23.1
10962026-03-19T18:03:42.126Z Downloaded tokio-stream v0.1.18
10972026-03-19T18:03:42.128Z Downloaded tokio-rustls v0.25.0
10982026-03-19T18:03:42.131Z Downloaded xshell-macros v0.2.7
10992026-03-19T18:03:42.131Z Downloaded subprocess v0.2.15
11002026-03-19T18:03:42.134Z Downloaded tls_codec v0.4.2
11012026-03-19T18:03:42.134Z Downloaded num-bigint-dig v0.8.6
11022026-03-19T18:03:42.137Z Downloaded xattr v1.6.1
11032026-03-19T18:03:42.140Z Downloaded rsa v0.9.10
11042026-03-19T18:03:42.143Z Downloaded toml_parser v1.0.9+spec-1.1.0
11052026-03-19T18:03:42.145Z Downloaded usdt-impl v0.6.0
11062026-03-19T18:03:42.149Z Downloaded tokio-rustls v0.26.4
11072026-03-19T18:03:42.152Z Downloaded quinn v0.11.9
11082026-03-19T18:03:42.152Z Downloaded itertools v0.14.0
11092026-03-19T18:03:42.157Z Downloaded zone v0.3.1
11102026-03-19T18:03:42.159Z Downloaded vergen-git2 v1.0.7
11112026-03-19T18:03:42.160Z Downloaded futures-util v0.3.32
11122026-03-19T18:03:42.169Z Downloaded zone_cfg_derive v0.3.1
11132026-03-19T18:03:42.173Z Downloaded vergen-lib v0.1.6
11142026-03-19T18:03:42.173Z Downloaded test-strategy v0.4.5
11152026-03-19T18:03:42.175Z Downloaded tar v0.4.44
11162026-03-19T18:03:42.178Z Downloaded schemars v0.9.0
11172026-03-19T18:03:42.186Z Downloaded twox-hash v2.1.2
11182026-03-19T18:03:42.189Z Downloaded want v0.3.1
11192026-03-19T18:03:42.189Z Downloaded schemars v1.2.1
11202026-03-19T18:03:42.200Z Downloaded whoami v1.6.1
11212026-03-19T18:03:42.203Z Downloaded whoami v2.1.0
11222026-03-19T18:03:42.205Z Downloaded vsss-rs v3.3.4
11232026-03-19T18:03:42.208Z Downloaded xshell v0.2.7
11242026-03-19T18:03:42.208Z Downloaded rand v0.9.2
11252026-03-19T18:03:42.211Z Downloaded wyz v0.5.1
11262026-03-19T18:03:42.213Z Downloaded unicase v2.9.0
11272026-03-19T18:03:42.214Z Downloaded tinyvec v1.10.0
11282026-03-19T18:03:42.217Z Downloaded snafu v0.8.9
11292026-03-19T18:03:42.220Z Downloaded zeroize v1.8.2
11302026-03-19T18:03:42.222Z Downloaded xz2 v0.1.7
11312026-03-19T18:03:42.225Z Downloaded vergen-gitcl v1.0.8
11322026-03-19T18:03:42.225Z Downloaded p521 v0.13.3
11332026-03-19T18:03:42.228Z Downloaded vergen v9.0.6
11342026-03-19T18:03:42.231Z Downloaded tracing-attributes v0.1.31
11352026-03-19T18:03:42.234Z Downloaded toml v0.9.12+spec-1.1.0
11362026-03-19T18:03:42.237Z Downloaded tracing-core v0.1.36
11372026-03-19T18:03:42.239Z Downloaded zstd-safe v7.2.4
11382026-03-19T18:03:42.239Z Downloaded zstd v0.13.3
11392026-03-19T18:03:42.242Z Downloaded walkdir v2.5.0
11402026-03-19T18:03:42.242Z Downloaded steno v0.4.1
11412026-03-19T18:03:42.246Z Downloaded typify v0.6.1
11422026-03-19T18:03:42.249Z Downloaded typify v0.4.3
11432026-03-19T18:03:42.252Z Downloaded tungstenite v0.23.0
11442026-03-19T18:03:42.255Z Downloaded unicode-bidi v0.3.18
11452026-03-19T18:03:42.258Z Downloaded unsafe-libyaml v0.2.11
11462026-03-19T18:03:42.260Z Downloaded toml_edit v0.23.10+spec-1.0.0
11472026-03-19T18:03:42.263Z Downloaded tungstenite v0.21.0
11482026-03-19T18:03:42.266Z Downloaded zerocopy v0.6.6
11492026-03-19T18:03:42.268Z Downloaded toml v0.7.8
11502026-03-19T18:03:42.271Z Downloaded yasna v0.5.2
11512026-03-19T18:03:42.274Z Downloaded rustyline v14.0.0
11522026-03-19T18:03:42.276Z Downloaded rand v0.10.0
11532026-03-19T18:03:42.280Z Downloaded h2 v0.4.13
11542026-03-19T18:03:42.286Z Downloaded vte v0.14.1
11552026-03-19T18:03:42.288Z Downloaded ssh-key v0.6.7
11562026-03-19T18:03:42.293Z Downloaded russh v0.45.0
11572026-03-19T18:03:42.297Z Downloaded hyper v1.8.1
11582026-03-19T18:03:42.303Z Downloaded ron v0.12.0
11592026-03-19T18:03:42.310Z Downloaded uuid v1.21.0
11602026-03-19T18:03:42.313Z Downloaded unicode-properties v0.1.4
11612026-03-19T18:03:42.315Z Downloaded toml_edit v0.19.15
11622026-03-19T18:03:42.327Z Downloaded zopfli v0.8.3
11632026-03-19T18:03:42.330Z Downloaded reedline v0.40.0
11642026-03-19T18:03:42.335Z Downloaded reqwest v0.12.28
11652026-03-19T18:03:42.339Z Downloaded uzers v0.12.2
11662026-03-19T18:03:42.342Z Downloaded zeroize_derive v1.4.3
11672026-03-19T18:03:42.343Z Downloaded libm v0.2.16
11682026-03-19T18:03:42.350Z Downloaded yansi v1.0.1
11692026-03-19T18:03:42.352Z Downloaded unicode_categories v0.1.1
11702026-03-19T18:03:42.355Z Downloaded tokio-postgres v0.7.16
11712026-03-19T18:03:42.358Z Downloaded rpassword v7.4.0
11722026-03-19T18:03:42.360Z Downloaded aws-lc-rs v1.16.0
11732026-03-19T18:03:42.367Z Downloaded zip v0.6.6
11742026-03-19T18:03:42.370Z Downloaded bitvec v1.0.1
11752026-03-19T18:03:42.382Z Downloaded reqwest v0.13.2
11762026-03-19T18:03:42.386Z Downloaded unicode-segmentation v1.12.0
11772026-03-19T18:03:42.389Z Downloaded regex v1.12.3
11782026-03-19T18:03:42.394Z Downloaded portable-atomic v1.13.1
11792026-03-19T18:03:42.400Z Downloaded p384 v0.13.1
11802026-03-19T18:03:42.403Z Downloaded bindgen v0.71.1
11812026-03-19T18:03:42.410Z Downloaded typed-path v0.9.3
11822026-03-19T18:03:42.414Z Downloaded tower v0.5.3
11832026-03-19T18:03:42.421Z Downloaded git2 v0.20.4
11842026-03-19T18:03:42.428Z Downloaded zerocopy-derive v0.8.40
11852026-03-19T18:03:42.434Z Downloaded moka v0.12.13
11862026-03-19T18:03:42.441Z Downloaded rustls-webpki v0.101.7
11872026-03-19T18:03:42.452Z Downloaded x509-cert v0.2.5
11882026-03-19T18:03:42.460Z Downloaded rayon v1.11.0
11892026-03-19T18:03:42.466Z Downloaded unicode-normalization v0.1.25
11902026-03-19T18:03:42.469Z Downloaded bstr v1.12.1
11912026-03-19T18:03:42.473Z Downloaded tower-http v0.6.8
11922026-03-19T18:03:42.480Z Downloaded tokio-util v0.7.18
11932026-03-19T18:03:42.486Z Downloaded petname v2.0.2
11942026-03-19T18:03:42.491Z Downloaded serde_with v3.17.0
11952026-03-19T18:03:42.502Z Downloaded zip v4.6.1
11962026-03-19T18:03:42.508Z Downloaded tough v0.20.0
11972026-03-19T18:03:42.511Z Downloaded rustls-webpki v0.102.8
11982026-03-19T18:03:42.525Z Downloaded object v0.30.4
11992026-03-19T18:03:42.533Z Downloaded proptest v1.10.0
12002026-03-19T18:03:42.539Z Downloaded goblin v0.10.5
12012026-03-19T18:03:42.545Z Downloaded winnow v0.6.26
12022026-03-19T18:03:42.552Z Downloaded radix_trie v0.2.1
12032026-03-19T18:03:42.556Z Downloaded winnow v0.5.40
12042026-03-19T18:03:42.563Z Downloaded polar-core v0.27.3
12052026-03-19T18:03:42.570Z Downloaded quinn-proto v0.11.13
12062026-03-19T18:03:42.612Z Downloaded openssl v0.10.75
12072026-03-19T18:03:42.612Z Downloaded nix v0.27.1
12082026-03-19T18:03:42.612Z Downloaded dropshot v0.16.7
12092026-03-19T18:03:42.615Z Downloaded tabled v0.20.0
12102026-03-19T18:03:42.621Z Downloaded time v0.3.47
12112026-03-19T18:03:42.632Z Downloaded smoltcp v0.9.1
12122026-03-19T18:03:42.639Z Downloaded regex-syntax v0.6.29
12132026-03-19T18:03:42.644Z Downloaded vcpkg v0.2.15
12142026-03-19T18:03:42.674Z Downloaded zlib-rs v0.6.2
12152026-03-19T18:03:42.678Z Downloaded object v0.37.3
12162026-03-19T18:03:42.687Z Downloaded nix v0.31.1
12172026-03-19T18:03:42.697Z Downloaded smoltcp v0.11.0
12182026-03-19T18:03:42.706Z Downloaded openapiv3 v2.2.0
12192026-03-19T18:03:42.715Z Downloaded zerocopy v0.8.40
12202026-03-19T18:03:42.722Z Downloaded rustls v0.23.37
12212026-03-19T18:03:42.733Z Downloaded webpki-roots v1.0.6
12222026-03-19T18:03:42.736Z Downloaded diesel v2.3.7
12232026-03-19T18:03:42.752Z Downloaded regress v0.10.5
12242026-03-19T18:03:42.759Z Downloaded regex-syntax v0.8.10
12252026-03-19T18:03:42.765Z Downloaded hickory-proto v0.25.2
12262026-03-19T18:03:42.777Z Downloaded rustls v0.22.4
12272026-03-19T18:03:42.787Z Downloaded rustix v0.38.44
12282026-03-19T18:03:42.806Z Downloaded hickory-proto v0.24.4
12292026-03-19T18:03:42.819Z Downloaded bzip2-sys v0.1.13+1.0.8
12302026-03-19T18:03:42.825Z Downloaded nix v0.29.0
12312026-03-19T18:03:42.834Z Downloaded rustls v0.21.12
12322026-03-19T18:03:42.843Z Downloaded sqlparser v0.61.0
12332026-03-19T18:03:42.853Z Downloaded nix v0.28.0
12342026-03-19T18:03:42.860Z Downloaded salty v0.3.0
12352026-03-19T18:03:42.865Z Downloaded regex-automata v0.4.14
12362026-03-19T18:03:42.877Z Downloaded typify-impl v0.6.1
12372026-03-19T18:03:42.889Z Downloaded quick-xml v0.37.5
12382026-03-19T18:03:42.893Z Downloaded tracing v0.1.44
12392026-03-19T18:03:42.911Z Downloaded sled v0.34.7
12402026-03-19T18:03:42.918Z Downloaded typify-impl v0.4.3
12412026-03-19T18:03:42.930Z Downloaded petgraph v0.6.5
12422026-03-19T18:03:42.946Z Downloaded chrono-tz v0.10.4
12432026-03-19T18:03:42.960Z Downloaded zerocopy-derive v0.6.6
12442026-03-19T18:03:42.967Z Downloaded petgraph v0.8.3
12452026-03-19T18:03:42.983Z Downloaded ratatui v0.29.0
12462026-03-19T18:03:42.998Z Downloaded lalrpop v0.19.12
12472026-03-19T18:03:43.006Z Downloaded curve25519-dalek v4.1.3
12482026-03-19T18:03:43.011Z Downloaded lzma-sys v0.1.20
12492026-03-19T18:03:43.033Z Downloaded chrono v0.4.44
12502026-03-19T18:03:43.039Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12512026-03-19T18:03:43.052Z Downloaded jiff v0.2.21
12522026-03-19T18:03:43.066Z Downloaded tokio v1.49.0
12532026-03-19T18:03:43.095Z Downloaded samael v0.0.19
12542026-03-19T18:03:43.099Z Downloaded hkdf v0.12.4
12552026-03-19T18:03:43.101Z Downloaded csv v1.4.0
12562026-03-19T18:03:43.117Z Downloaded libz-sys v1.1.24
12572026-03-19T18:03:43.133Z Downloaded libxml v0.3.3
12582026-03-19T18:03:43.137Z Downloaded unit-prefix v0.5.2
12592026-03-19T18:03:43.142Z Downloaded sha3 v0.10.8
12602026-03-19T18:03:43.147Z Downloaded strum_macros v0.26.4
12612026-03-19T18:03:43.148Z Downloaded num-bigint v0.4.6
12622026-03-19T18:03:43.151Z Downloaded crossterm v0.29.0
12632026-03-19T18:03:43.154Z Downloaded postgres-types v0.2.12
12642026-03-19T18:03:43.154Z Downloaded miniz_oxide v0.8.9
12652026-03-19T18:03:43.157Z Downloaded hashbrown v0.12.3
12662026-03-19T18:03:43.160Z Downloaded rand_chacha v0.9.0
12672026-03-19T18:03:43.160Z Downloaded pkcs1 v0.7.5
12682026-03-19T18:03:43.163Z Downloaded oso v0.27.3
12692026-03-19T18:03:43.166Z Downloaded paste v1.0.15
12702026-03-19T18:03:43.166Z Downloaded const_format v0.2.35
12712026-03-19T18:03:43.169Z Downloaded proc-macro-crate v3.4.0
12722026-03-19T18:03:43.172Z Downloaded packed_struct v0.10.1
12732026-03-19T18:03:43.172Z Downloaded memmap2 v0.9.10
12742026-03-19T18:03:43.174Z Downloaded elliptic-curve v0.13.8
12752026-03-19T18:03:43.177Z Downloaded derive_more v2.1.1
12762026-03-19T18:03:43.184Z Downloaded ignore v0.4.25
12772026-03-19T18:03:43.187Z Downloaded openssl-probe v0.1.6
12782026-03-19T18:03:43.187Z Downloaded ingot-macros v0.1.1
12792026-03-19T18:03:43.190Z Downloaded half v1.8.3
12802026-03-19T18:03:43.190Z Downloaded fatfs v0.3.6
12812026-03-19T18:03:43.193Z Downloaded compact_str v0.8.1
12822026-03-19T18:03:43.195Z Downloaded olpc-cjson v0.1.4
12832026-03-19T18:03:43.195Z Downloaded futures v0.3.32
12842026-03-19T18:03:43.199Z Downloaded encoding_rs v0.8.35
12852026-03-19T18:03:43.216Z Downloaded derive_more v0.99.20
12862026-03-19T18:03:43.219Z Downloaded darling_core v0.23.0
12872026-03-19T18:03:43.223Z Downloaded ecdsa v0.16.9
12882026-03-19T18:03:43.226Z Downloaded cookie v0.18.1
12892026-03-19T18:03:43.229Z Downloaded libloading v0.8.9
12902026-03-19T18:03:43.229Z Downloaded libefi-sys v0.1.0
12912026-03-19T18:03:43.229Z Downloaded num-derive v0.3.3
12922026-03-19T18:03:43.231Z Downloaded num-conv v0.2.0
12932026-03-19T18:03:43.231Z Downloaded num v0.4.3
12942026-03-19T18:03:43.231Z Downloaded hyper-staticfile v0.10.1
12952026-03-19T18:03:43.234Z Downloaded ring v0.17.14
12962026-03-19T18:03:43.264Z Downloaded futures-executor v0.3.32
12972026-03-19T18:03:43.267Z Downloaded futures-channel v0.3.32
12982026-03-19T18:03:43.267Z Downloaded cookie_store v0.22.1
12992026-03-19T18:03:43.267Z Downloaded http-body-util v0.1.3
13002026-03-19T18:03:43.270Z Downloaded ciborium v0.2.2
13012026-03-19T18:03:43.270Z Downloaded bzip2 v0.6.1
13022026-03-19T18:03:43.273Z Downloaded chacha20 v0.10.0
13032026-03-19T18:03:43.273Z Downloaded argon2 v0.5.3
13042026-03-19T18:03:43.276Z Downloaded instant v0.1.13
13052026-03-19T18:03:43.276Z Downloaded instability v0.3.11
13062026-03-19T18:03:43.276Z Downloaded inout v0.1.4
13072026-03-19T18:03:43.278Z Downloaded hash32 v0.3.1
13082026-03-19T18:03:43.279Z Downloaded group v0.13.0
13092026-03-19T18:03:43.279Z Downloaded git-stub-vcs v0.1.0
13102026-03-19T18:03:43.282Z Downloaded colored v3.1.1
13112026-03-19T18:03:43.282Z Downloaded bzip2 v0.4.4
13122026-03-19T18:03:43.282Z Downloaded drift v0.1.3
13132026-03-19T18:03:43.286Z Downloaded derive_builder_core v0.20.2
13142026-03-19T18:03:43.289Z Downloaded crc32fast v1.5.0
13152026-03-19T18:03:43.292Z Downloaded cmake v0.1.57
13162026-03-19T18:03:43.292Z Downloaded darling v0.20.11
13172026-03-19T18:03:43.295Z Downloaded camino-tempfile-ext v0.3.3
13182026-03-19T18:03:43.295Z Downloaded buf-list v1.1.2
13192026-03-19T18:03:43.297Z Downloaded home v0.5.12
13202026-03-19T18:03:43.297Z Downloaded http-range v0.1.5
13212026-03-19T18:03:43.297Z Downloaded corncobs v0.1.4
13222026-03-19T18:03:43.300Z Downloaded env_logger v0.11.9
13232026-03-19T18:03:43.300Z Downloaded ed25519 v2.2.3
13242026-03-19T18:03:43.303Z Downloaded dirs-next v2.0.0
13252026-03-19T18:03:43.303Z Downloaded deranged v0.5.8
13262026-03-19T18:03:43.306Z Downloaded cassowary v0.3.0
13272026-03-19T18:03:43.306Z Downloaded chacha20 v0.9.1
13282026-03-19T18:03:43.306Z Downloaded cbc v0.1.2
13292026-03-19T18:03:43.309Z Downloaded globwalk v0.9.1
13302026-03-19T18:03:43.309Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-03-19T18:03:43.350Z Downloaded futures-task v0.3.32
13322026-03-19T18:03:43.352Z Downloaded crossbeam-epoch v0.9.18
13332026-03-19T18:03:43.353Z Downloaded ghash v0.5.1
13342026-03-19T18:03:43.353Z Downloaded gethostname v0.5.0
13352026-03-19T18:03:43.355Z Downloaded futures-sink v0.3.32
13362026-03-19T18:03:43.355Z Downloaded diesel-dtrace v0.5.0
13372026-03-19T18:03:43.355Z Downloaded futures-io v0.3.32
13382026-03-19T18:03:43.355Z Downloaded ahash v0.8.12
13392026-03-19T18:03:43.823Z Downloaded aws-lc-sys v0.37.1
13402026-03-19T18:03:44.154Z Compiling libc v0.2.180
13412026-03-19T18:03:44.164Z Compiling serde v1.0.228
13422026-03-19T18:03:44.165Z Compiling log v0.4.29
13432026-03-19T18:03:44.166Z Compiling shlex v1.3.0
13442026-03-19T18:03:44.393Z Compiling find-msvc-tools v0.1.9
13452026-03-19T18:03:44.445Z Compiling smallvec v1.15.1
13462026-03-19T18:03:44.445Z Compiling syn v2.0.117
13472026-03-19T18:03:44.445Z Compiling typenum v1.19.0
13482026-03-19T18:03:44.555Z Compiling generic-array v0.14.7
13492026-03-19T18:03:44.594Z Compiling subtle v2.6.1
13502026-03-19T18:03:44.626Z Compiling scopeguard v1.2.0
13512026-03-19T18:03:44.686Z Compiling portable-atomic v1.13.1
13522026-03-19T18:03:44.706Z Compiling const-oid v0.9.6
13532026-03-19T18:03:44.748Z Compiling lock_api v0.4.14
13542026-03-19T18:03:44.802Z Compiling critical-section v1.2.0
13552026-03-19T18:03:44.861Z Compiling zerocopy v0.8.40
13562026-03-19T18:03:44.921Z Compiling pin-project-lite v0.2.17
13572026-03-19T18:03:45.047Z Compiling parking_lot_core v0.9.12
13582026-03-19T18:03:45.064Z Compiling serde_json v1.0.149
13592026-03-19T18:03:45.386Z Compiling pkg-config v0.3.32
13602026-03-19T18:03:45.425Z Compiling getrandom v0.2.17
13612026-03-19T18:03:45.503Z Compiling jobserver v0.1.34
13622026-03-19T18:03:45.767Z Compiling rand_core v0.6.4
13632026-03-19T18:03:45.838Z Compiling errno v0.3.14
13642026-03-19T18:03:46.026Z Compiling cc v1.2.56
13652026-03-19T18:03:46.120Z Compiling once_cell v1.21.3
13662026-03-19T18:03:46.123Z Compiling signal-hook-registry v1.4.8
13672026-03-19T18:03:46.190Z Compiling parking_lot v0.12.5
13682026-03-19T18:03:46.227Z Compiling mio v1.1.1
13692026-03-19T18:03:46.296Z Compiling bitflags v2.11.0
13702026-03-19T18:03:46.403Z Compiling libm v0.2.16
13712026-03-19T18:03:46.472Z Compiling num-traits v0.2.19
13722026-03-19T18:03:46.595Z Compiling futures-core v0.3.32
13732026-03-19T18:03:46.699Z Compiling socket2 v0.6.2
13742026-03-19T18:03:46.791Z Compiling percent-encoding v2.3.2
13752026-03-19T18:03:46.903Z Compiling allocator-api2 v0.2.21
13762026-03-19T18:03:46.908Z Compiling futures-sink v0.3.32
13772026-03-19T18:03:47.021Z Compiling cpufeatures v0.2.17
13782026-03-19T18:03:47.042Z Compiling foldhash v0.2.0
13792026-03-19T18:03:47.059Z Compiling futures-channel v0.3.32
13802026-03-19T18:03:47.116Z Compiling slab v0.4.12
13812026-03-19T18:03:47.274Z Compiling getrandom v0.4.1
13822026-03-19T18:03:47.327Z Compiling hashbrown v0.16.1
13832026-03-19T18:03:47.341Z Compiling futures-io v0.3.32
13842026-03-19T18:03:47.361Z Compiling futures-task v0.3.32
13852026-03-19T18:03:47.375Z Compiling getrandom v0.3.4
13862026-03-19T18:03:47.536Z Compiling rustversion v1.0.22
13872026-03-19T18:03:47.578Z Compiling rand_core v0.10.0
13882026-03-19T18:03:47.711Z Compiling cmake v0.1.57
13892026-03-19T18:03:48.125Z Compiling indexmap v2.13.0
13902026-03-19T18:03:48.256Z Compiling form_urlencoded v1.2.2
13912026-03-19T18:03:48.259Z Compiling ident_case v1.0.1
13922026-03-19T18:03:48.454Z Compiling fs_extra v1.3.0
13932026-03-19T18:03:48.474Z Compiling base64ct v1.8.3
13942026-03-19T18:03:48.493Z Compiling dunce v1.0.5
13952026-03-19T18:03:48.608Z Compiling synstructure v0.13.2
13962026-03-19T18:03:48.626Z Compiling flagset v0.4.7
13972026-03-19T18:03:48.789Z Compiling pem-rfc7468 v0.7.0
13982026-03-19T18:03:48.808Z Compiling aws-lc-sys v0.37.1
13992026-03-19T18:03:48.859Z Compiling rand_core v0.9.5
14002026-03-19T18:03:48.932Z Compiling rustix v1.1.3
14012026-03-19T18:03:48.960Z Compiling iana-time-zone v0.1.65
14022026-03-19T18:03:49.015Z Compiling ring v0.17.14
14032026-03-19T18:03:49.192Z Compiling uuid v1.21.0
14042026-03-19T18:03:49.210Z Compiling rustc_version v0.4.1
14052026-03-19T18:03:49.229Z Compiling regex-syntax v0.8.10
14062026-03-19T18:03:49.453Z Compiling aws-lc-rs v1.16.0
14072026-03-19T18:03:49.644Z Compiling vcpkg v0.2.15
14082026-03-19T18:03:49.817Z Compiling tracing-core v0.1.36
14092026-03-19T18:03:50.105Z Compiling crossbeam-utils v0.8.21
14102026-03-19T18:03:50.507Z Compiling pest_generator v2.8.6
14112026-03-19T18:03:50.601Z Compiling serde_derive_internals v0.29.1
14122026-03-19T18:03:50.640Z Compiling openssl-sys v0.9.111
14132026-03-19T18:03:51.148Z Compiling serde_derive v1.0.228
14142026-03-19T18:03:51.314Z Compiling zeroize_derive v1.4.3
14152026-03-19T18:03:51.333Z Compiling zerofrom-derive v0.1.6
14162026-03-19T18:03:51.463Z Compiling yoke-derive v0.8.1
14172026-03-19T18:03:51.848Z Compiling zerocopy-derive v0.8.40
14182026-03-19T18:03:52.143Z Compiling zeroize v1.8.2
14192026-03-19T18:03:52.487Z Compiling zerovec-derive v0.11.2
14202026-03-19T18:03:53.015Z Compiling displaydoc v0.2.5
14212026-03-19T18:03:53.171Z Compiling crypto-common v0.1.7
14222026-03-19T18:03:53.227Z Compiling zerofrom v0.1.6
14232026-03-19T18:03:53.346Z Compiling block-buffer v0.10.4
14242026-03-19T18:03:53.384Z Compiling yoke v0.8.1
14252026-03-19T18:03:53.550Z Compiling digest v0.10.7
14262026-03-19T18:03:53.619Z Compiling tokio-macros v2.6.0
14272026-03-19T18:03:53.875Z Compiling hmac v0.12.1
14282026-03-19T18:03:53.911Z Compiling futures-macro v0.3.32
14292026-03-19T18:03:53.937Z Compiling zerovec v0.11.5
14302026-03-19T18:03:53.963Z Compiling zerotrie v0.2.3
14312026-03-19T18:03:54.057Z Compiling block-padding v0.3.3
14322026-03-19T18:03:54.253Z Compiling inout v0.1.4
14332026-03-19T18:03:54.361Z Compiling sha2 v0.10.9
14342026-03-19T18:03:54.469Z Compiling cipher v0.4.4
14352026-03-19T18:03:54.568Z Compiling tinystr v0.8.2
14362026-03-19T18:03:54.627Z Compiling potential_utf v0.1.4
14372026-03-19T18:03:54.800Z Compiling icu_locale_core v2.1.1
14382026-03-19T18:03:54.821Z Compiling icu_collections v2.1.1
14392026-03-19T18:03:54.839Z Compiling der_derive v0.7.3
14402026-03-19T18:03:54.962Z Compiling futures-util v0.3.32
14412026-03-19T18:03:55.457Z Compiling salsa20 v0.10.2
14422026-03-19T18:03:55.653Z Compiling pbkdf2 v0.12.2
14432026-03-19T18:03:55.794Z Compiling icu_provider v2.1.1
14442026-03-19T18:03:55.931Z Compiling bytes v1.11.1
14452026-03-19T18:03:56.089Z Compiling chrono v0.4.44
14462026-03-19T18:03:56.107Z Compiling icu_properties v2.1.2
14472026-03-19T18:03:56.179Z Compiling icu_normalizer v2.1.1
14482026-03-19T18:03:56.257Z Compiling der v0.7.10
14492026-03-19T18:03:56.767Z Compiling tokio v1.49.0
14502026-03-19T18:03:56.887Z Compiling http v1.4.0
14512026-03-19T18:03:57.638Z Compiling idna_adapter v1.2.1
14522026-03-19T18:03:57.802Z Compiling idna v1.1.0
14532026-03-19T18:03:57.908Z Compiling ppv-lite86 v0.2.21
14542026-03-19T18:03:57.963Z Compiling spki v0.7.3
14552026-03-19T18:03:58.082Z Compiling thiserror-impl v2.0.18
14562026-03-19T18:03:58.116Z Compiling scrypt v0.11.0
14572026-03-19T18:03:58.135Z Compiling cbc v0.1.2
14582026-03-19T18:03:58.213Z Compiling url v2.5.8
14592026-03-19T18:03:58.309Z Compiling rand_chacha v0.9.0
14602026-03-19T18:03:58.338Z Compiling aes v0.8.4
14612026-03-19T18:03:58.428Z Compiling rustls-pki-types v1.14.0
14622026-03-19T18:03:58.670Z Compiling tracing-attributes v0.1.31
14632026-03-19T18:03:59.020Z Compiling pkcs5 v0.7.1
14642026-03-19T18:03:59.182Z Compiling rand v0.9.2
14652026-03-19T18:03:59.249Z Compiling http-body v1.0.1
14662026-03-19T18:03:59.534Z Compiling httparse v1.10.1
14672026-03-19T18:03:59.652Z Compiling base64 v0.22.1
14682026-03-19T18:03:59.738Z Compiling schemars v0.8.22
14692026-03-19T18:03:59.836Z Compiling thiserror v2.0.18
14702026-03-19T18:03:59.955Z Compiling syn v1.0.109
14712026-03-19T18:03:59.973Z Compiling untrusted v0.7.1
14722026-03-19T18:03:59.976Z Compiling openssl-probe v0.2.1
14732026-03-19T18:04:00.056Z Compiling untrusted v0.9.0
14742026-03-19T18:04:00.209Z Compiling pkcs8 v0.10.2
14752026-03-19T18:04:00.212Z Compiling schemars_derive v0.8.22
14762026-03-19T18:04:00.268Z Compiling pest_derive v2.8.6
14772026-03-19T18:04:00.397Z Compiling scroll_derive v0.13.1
14782026-03-19T18:04:00.456Z Compiling tracing v0.1.44
14792026-03-19T18:04:00.818Z Compiling darling_core v0.20.11
14802026-03-19T18:04:00.821Z Compiling rustls v0.23.37
14812026-03-19T18:04:01.045Z Compiling try-lock v0.2.5
14822026-03-19T18:04:01.179Z Compiling tower-layer v0.3.3
14832026-03-19T18:04:01.300Z Compiling dyn-clone v1.0.20
14842026-03-19T18:04:01.383Z Compiling tinyvec_macros v0.1.1
14852026-03-19T18:04:01.467Z Compiling atomic-waker v1.1.2
14862026-03-19T18:04:01.484Z Compiling tower-service v0.3.3
14872026-03-19T18:04:01.507Z Compiling scroll v0.13.0
14882026-03-19T18:04:01.597Z Compiling tinyvec v1.10.0
14892026-03-19T18:04:01.615Z Compiling want v0.3.1
14902026-03-19T18:04:01.816Z Compiling tokio-util v0.7.18
14912026-03-19T18:04:02.430Z Compiling ipnet v2.11.0
14922026-03-19T18:04:02.683Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-19T18:04:03.090Z Compiling h2 v0.4.13
14942026-03-19T18:04:03.160Z Compiling spin v0.9.8
14952026-03-19T18:04:03.212Z Compiling aho-corasick v1.1.4
14962026-03-19T18:04:03.426Z Compiling pin-utils v0.1.0
14972026-03-19T18:04:03.514Z Compiling num-conv v0.2.0
14982026-03-19T18:04:03.688Z Compiling openssl v0.10.75
14992026-03-19T18:04:03.748Z Compiling httpdate v1.0.3
15002026-03-19T18:04:03.970Z Compiling time-core v0.1.8
15012026-03-19T18:04:04.028Z Compiling foreign-types-shared v0.1.1
15022026-03-19T18:04:04.067Z Compiling darling_macro v0.20.11
15032026-03-19T18:04:04.138Z Compiling powerfmt v0.2.0
15042026-03-19T18:04:04.155Z Compiling crc32fast v1.5.0
15052026-03-19T18:04:04.392Z Compiling deranged v0.5.8
15062026-03-19T18:04:04.545Z Compiling regex-automata v0.4.14
15072026-03-19T18:04:04.652Z Compiling time-macros v0.2.27
15082026-03-19T18:04:04.671Z Compiling darling v0.20.11
15092026-03-19T18:04:04.769Z Compiling tempfile v3.25.0
15102026-03-19T18:04:05.258Z Compiling foreign-types v0.3.2
15112026-03-19T18:04:05.607Z Compiling goblin v0.10.5
15122026-03-19T18:04:06.112Z Compiling thiserror-impl v1.0.69
15132026-03-19T18:04:06.444Z Compiling openssl-macros v0.1.1
15142026-03-19T18:04:06.929Z Compiling wait-timeout v0.2.1
15152026-03-19T18:04:07.270Z Compiling hyper v1.8.1
15162026-03-19T18:04:07.468Z Compiling usdt-impl v0.6.0
15172026-03-19T18:04:07.725Z Compiling quick-error v1.2.3
15182026-03-19T18:04:07.786Z Compiling native-tls v0.2.18
15192026-03-19T18:04:07.853Z Compiling either v1.15.0
15202026-03-19T18:04:08.027Z Compiling num_threads v0.1.7
15212026-03-19T18:04:08.112Z Compiling simd-adler32 v0.3.8
15222026-03-19T18:04:08.140Z Compiling siphasher v1.0.2
15232026-03-19T18:04:08.386Z Compiling bit-vec v0.8.0
15242026-03-19T18:04:08.405Z Compiling time v0.3.47
15252026-03-19T18:04:08.457Z Compiling rusty-fork v0.3.1
15262026-03-19T18:04:08.686Z Compiling hyper-util v0.1.20
15272026-03-19T18:04:08.865Z Compiling bit-set v0.8.0
15282026-03-19T18:04:09.070Z Compiling thiserror v1.0.69
15292026-03-19T18:04:09.411Z Compiling dof v0.4.0
15302026-03-19T18:04:10.291Z Compiling derive_builder_core v0.20.2
15312026-03-19T18:04:10.807Z Compiling unicode-normalization v0.1.25
15322026-03-19T18:04:10.992Z Compiling crossbeam-epoch v0.9.18
15332026-03-19T18:04:11.039Z Compiling dtrace-parser v0.3.0
15342026-03-19T18:04:11.418Z Compiling rustls-native-certs v0.8.3
15352026-03-19T18:04:11.436Z Compiling signature v2.2.0
15362026-03-19T18:04:11.522Z Compiling scroll_derive v0.12.1
15372026-03-19T18:04:11.555Z Compiling heapless v0.7.17
15382026-03-19T18:04:11.650Z Compiling rand_xorshift v0.4.0
15392026-03-19T18:04:11.783Z Compiling slog v2.8.2
15402026-03-19T18:04:11.846Z Compiling darling_core v0.21.3
15412026-03-19T18:04:11.850Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-19T18:04:12.007Z Compiling sync_wrapper v1.0.2
15432026-03-19T18:04:12.079Z Compiling thread-id v5.1.0
15442026-03-19T18:04:12.135Z Compiling cookie v0.18.1
15452026-03-19T18:04:12.177Z Compiling unicode-bidi v0.3.18
15462026-03-19T18:04:12.196Z Compiling unicode-segmentation v1.12.0
15472026-03-19T18:04:12.350Z Compiling unicode-properties v0.1.4
15482026-03-19T18:04:12.369Z Compiling zstd-safe v7.2.4
15492026-03-19T18:04:12.604Z Compiling adler2 v2.0.1
15502026-03-19T18:04:12.622Z Compiling rayon-core v1.13.0
15512026-03-19T18:04:12.694Z Compiling unarray v0.1.4
15522026-03-19T18:04:12.762Z Compiling signal-hook v0.3.18
15532026-03-19T18:04:12.823Z Compiling anyhow v1.0.102
15542026-03-19T18:04:12.842Z Compiling paste v1.0.15
15552026-03-19T18:04:12.913Z Compiling proptest v1.10.0
15562026-03-19T18:04:12.992Z Compiling miniz_oxide v0.8.9
15572026-03-19T18:04:13.227Z Compiling stringprep v0.1.5
15582026-03-19T18:04:13.433Z Compiling scroll v0.12.0
15592026-03-19T18:04:13.806Z Compiling tower v0.5.3
15602026-03-19T18:04:13.906Z Compiling derive_builder_macro v0.20.2
15612026-03-19T18:04:13.931Z Compiling crossbeam-deque v0.8.6
15622026-03-19T18:04:14.162Z Compiling ipnetwork v0.21.1
15632026-03-19T18:04:14.423Z Compiling http-body-util v0.1.3
15642026-03-19T18:04:14.460Z Compiling webpki-roots v1.0.6
15652026-03-19T18:04:14.509Z Compiling rand_chacha v0.3.1
15662026-03-19T18:04:15.533Z Compiling serde_spanned v0.6.9
15672026-03-19T18:04:15.537Z Compiling toml_datetime v0.6.11
15682026-03-19T18:04:15.537Z Compiling serde_tokenstream v0.2.3
15692026-03-19T18:04:15.537Z Compiling erased-serde v0.3.31
15702026-03-19T18:04:15.537Z Compiling md-5 v0.10.6
15712026-03-19T18:04:15.537Z Compiling zerocopy-derive v0.7.35
15722026-03-19T18:04:15.537Z Compiling curve25519-dalek v4.1.3
15732026-03-19T18:04:15.537Z Compiling vergen-lib v0.1.6
15742026-03-19T18:04:15.537Z Compiling num-integer v0.1.46
15752026-03-19T18:04:15.537Z Compiling hash32 v0.2.1
15762026-03-19T18:04:15.537Z Compiling darling_macro v0.21.3
15772026-03-19T18:04:15.537Z Compiling ff v0.13.1
15782026-03-19T18:04:15.546Z Compiling memoffset v0.9.1
15792026-03-19T18:04:15.628Z Compiling smoltcp v0.9.1
15802026-03-19T18:04:15.676Z Compiling cfg_aliases v0.2.1
15812026-03-19T18:04:15.770Z Compiling ref-cast v1.0.25
15822026-03-19T18:04:15.789Z Compiling iri-string v0.7.10
15832026-03-19T18:04:15.806Z Compiling litrs v1.0.0
15842026-03-19T18:04:16.027Z Compiling rustix v0.38.44
15852026-03-19T18:04:16.061Z Compiling num-bigint-dig v0.8.6
15862026-03-19T18:04:16.106Z Compiling zlib-rs v0.6.2
15872026-03-19T18:04:16.151Z Compiling psl-types v2.0.11
15882026-03-19T18:04:16.288Z Compiling base16ct v0.2.0
15892026-03-19T18:04:16.310Z Compiling fallible-iterator v0.2.0
15902026-03-19T18:04:16.464Z Compiling ryu v1.0.23
15912026-03-19T18:04:16.507Z Compiling document-features v0.2.12
15922026-03-19T18:04:16.633Z Compiling serde_urlencoded v0.7.1
15932026-03-19T18:04:16.690Z Compiling postgres-protocol v0.6.10
15942026-03-19T18:04:16.721Z Compiling sec1 v0.7.3
15952026-03-19T18:04:16.976Z Compiling publicsuffix v2.3.0
15962026-03-19T18:04:17.078Z Compiling newtype-uuid v1.3.2
15972026-03-19T18:04:17.245Z Compiling zerocopy v0.7.35
15982026-03-19T18:04:17.287Z Compiling darling v0.21.3
15992026-03-19T18:04:17.390Z Compiling tower-http v0.6.8
16002026-03-19T18:04:17.503Z Compiling nix v0.31.1
16012026-03-19T18:04:17.533Z Compiling num-iter v0.1.45
16022026-03-19T18:04:17.920Z Compiling group v0.13.0
16032026-03-19T18:04:18.029Z Compiling rand v0.8.5
16042026-03-19T18:04:18.134Z Compiling derive_builder v0.20.2
16052026-03-19T18:04:18.163Z Compiling oxnet v0.1.4
16062026-03-19T18:04:18.286Z Compiling proc-macro-error v1.0.4
16072026-03-19T18:04:18.521Z Compiling tokio-native-tls v0.3.1
16082026-03-19T18:04:18.685Z Compiling goblin v0.8.2
16092026-03-19T18:04:19.403Z Compiling heck v0.4.1
16102026-03-19T18:04:19.432Z Compiling phf_shared v0.13.1
16112026-03-19T18:04:19.573Z Compiling regex v1.12.3
16122026-03-19T18:04:19.696Z Compiling hubpack_derive v0.1.1
16132026-03-19T18:04:19.746Z Compiling lazy_static v1.5.0
16142026-03-19T18:04:19.749Z Compiling cargo-platform v0.1.9
16152026-03-19T18:04:19.860Z Compiling hkdf v0.12.4
16162026-03-19T18:04:20.065Z Compiling crypto-bigint v0.5.5
16172026-03-19T18:04:20.091Z Compiling daft-derive v0.1.5
16182026-03-19T18:04:20.160Z Compiling async-trait v0.1.89
16192026-03-19T18:04:20.240Z Compiling flate2 v1.1.9
16202026-03-19T18:04:20.696Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-19T18:04:20.852Z Compiling strum_macros v0.27.2
16222026-03-19T18:04:21.048Z Compiling ref-cast-impl v1.0.25
16232026-03-19T18:04:21.553Z Compiling terminal_size v0.4.3
16242026-03-19T18:04:21.665Z Compiling vergen v9.0.6
16252026-03-19T18:04:21.726Z Compiling fs-err v3.3.0
16262026-03-19T18:04:21.749Z Compiling ahash v0.8.12
16272026-03-19T18:04:21.881Z Compiling bitflags v1.3.2
16282026-03-19T18:04:21.952Z Compiling foldhash v0.1.5
16292026-03-19T18:04:21.976Z Compiling managed v0.8.0
16302026-03-19T18:04:21.994Z Compiling object v0.37.3
16312026-03-19T18:04:22.169Z Compiling libbz2-rs-sys v0.2.2
16322026-03-19T18:04:22.252Z Compiling winnow v0.5.40
16332026-03-19T18:04:22.326Z Compiling bumpalo v3.20.2
16342026-03-19T18:04:22.657Z Compiling zopfli v0.8.3
16352026-03-19T18:04:23.008Z Compiling bzip2 v0.6.1
16362026-03-19T18:04:23.136Z Compiling console v0.16.2
16372026-03-19T18:04:23.535Z Compiling hashbrown v0.15.5
16382026-03-19T18:04:23.569Z Compiling strum v0.27.2
16392026-03-19T18:04:23.691Z Compiling clap_builder v4.5.60
16402026-03-19T18:04:24.872Z Compiling dof v0.3.0
16412026-03-19T18:04:24.875Z Compiling toml_edit v0.19.15
16422026-03-19T18:04:24.875Z Compiling elliptic-curve v0.13.8
16432026-03-19T18:04:24.875Z Compiling daft v0.1.5
16442026-03-19T18:04:24.875Z Compiling hubpack v0.1.2
16452026-03-19T18:04:24.875Z Compiling cargo_metadata v0.19.2
16462026-03-19T18:04:25.029Z Compiling phf v0.13.1
16472026-03-19T18:04:25.237Z Compiling zone_cfg_derive v0.3.1
16482026-03-19T18:04:26.101Z Compiling signal-hook-mio v0.2.5
16492026-03-19T18:04:26.690Z Compiling cookie_store v0.22.1
16502026-03-19T18:04:26.734Z Compiling zstd v0.13.3
16512026-03-19T18:04:27.085Z Compiling rayon v1.11.0
16522026-03-19T18:04:27.273Z Compiling hyper-tls v0.6.0
16532026-03-19T18:04:27.564Z Compiling bzip2 v0.4.4
16542026-03-19T18:04:27.716Z Compiling serde_with_macros v3.17.0
16552026-03-19T18:04:27.759Z Compiling postgres-types v0.2.12
16562026-03-19T18:04:27.995Z Compiling usdt-attr-macro v0.6.0
16572026-03-19T18:04:28.167Z Compiling usdt-macro v0.6.0
16582026-03-19T18:04:28.520Z Compiling ed25519 v2.2.3
16592026-03-19T18:04:29.027Z Compiling dtrace-parser v0.2.0
16602026-03-19T18:04:29.120Z Compiling phf_shared v0.11.3
16612026-03-19T18:04:29.241Z Compiling itertools v0.12.1
16622026-03-19T18:04:29.366Z Compiling bstr v1.12.1
16632026-03-19T18:04:29.429Z Compiling pkcs1 v0.7.5
16642026-03-19T18:04:29.544Z Compiling hex v0.4.3
16652026-03-19T18:04:29.672Z Compiling serde-big-array v0.5.1
16662026-03-19T18:04:29.856Z Compiling rfc6979 v0.4.0
16672026-03-19T18:04:29.916Z Compiling clap_derive v4.5.55
16682026-03-19T18:04:29.975Z Compiling strum_macros v0.26.4
16692026-03-19T18:04:30.011Z Compiling serde_repr v0.1.20
16702026-03-19T18:04:30.085Z Compiling enum-as-inner v0.6.1
16712026-03-19T18:04:30.250Z Compiling float-cmp v0.10.0
16722026-03-19T18:04:30.436Z Compiling memmap2 v0.9.10
16732026-03-19T18:04:30.742Z Compiling thread-id v4.2.2
16742026-03-19T18:04:30.751Z Compiling env_filter v1.0.0
16752026-03-19T18:04:30.769Z Compiling encoding_rs v0.8.35
16762026-03-19T18:04:30.837Z Compiling mime v0.3.17
16772026-03-19T18:04:30.920Z Compiling normalize-line-endings v0.3.0
16782026-03-19T18:04:31.041Z Compiling difflib v0.4.0
16792026-03-19T18:04:31.152Z Compiling new_debug_unreachable v1.0.6
16802026-03-19T18:04:31.179Z Compiling keccak v0.1.6
16812026-03-19T18:04:31.247Z Compiling jiff v0.2.21
16822026-03-19T18:04:31.813Z Compiling fixedbitset v0.5.7
16832026-03-19T18:04:32.222Z Compiling whoami v2.1.0
16842026-03-19T18:04:32.291Z Compiling fixedbitset v0.4.2
16852026-03-19T18:04:32.310Z Compiling static_assertions v1.1.0
16862026-03-19T18:04:32.328Z Compiling unit-prefix v0.5.2
16872026-03-19T18:04:32.399Z Compiling predicates-core v1.0.10
16882026-03-19T18:04:32.418Z Compiling rustc-hash v2.1.1
16892026-03-19T18:04:32.512Z Compiling data-encoding v2.10.0
16902026-03-19T18:04:32.572Z Compiling precomputed-hash v0.1.1
16912026-03-19T18:04:32.572Z Compiling predicates v3.1.4
16922026-03-19T18:04:32.627Z Compiling iddqd v0.3.17
16932026-03-19T18:04:32.682Z Compiling string_cache v0.8.9
16942026-03-19T18:04:32.726Z Compiling tokio-postgres v0.7.16
16952026-03-19T18:04:32.806Z Compiling petgraph v0.6.5
16962026-03-19T18:04:32.961Z Compiling hickory-proto v0.25.2
16972026-03-19T18:04:33.468Z Compiling indicatif v0.18.4
16982026-03-19T18:04:33.471Z Compiling strum v0.26.3
16992026-03-19T18:04:33.651Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-19T18:04:34.174Z Compiling clap v4.5.60
17012026-03-19T18:04:34.280Z Compiling petgraph v0.8.3
17022026-03-19T18:04:34.603Z Compiling sha3 v0.10.8
17032026-03-19T18:04:34.811Z Compiling toml_edit v0.22.27
17042026-03-19T18:04:35.272Z Compiling zip v4.6.1
17052026-03-19T18:04:35.681Z Compiling env_logger v0.11.9
17062026-03-19T18:04:36.167Z Compiling usdt-impl v0.5.0
17072026-03-19T18:04:36.582Z Compiling zone v0.3.1
17082026-03-19T18:04:36.952Z Compiling usdt v0.6.0
17092026-03-19T18:04:36.996Z Compiling ecdsa v0.16.9
17102026-03-19T18:04:37.201Z Compiling similar v2.7.0
17112026-03-19T18:04:37.276Z Compiling serde_with v3.17.0
17122026-03-19T18:04:37.418Z Compiling rsa v0.9.10
17132026-03-19T18:04:37.480Z Compiling crossterm v0.28.1
17142026-03-19T18:04:37.503Z Compiling ed25519-dalek v2.2.0
17152026-03-19T18:04:38.347Z Compiling zip v0.6.6
17162026-03-19T18:04:39.089Z Compiling toml v0.7.8
17172026-03-19T18:04:39.579Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-19T18:04:39.687Z Compiling itertools v0.13.0
17192026-03-19T18:04:39.712Z Compiling tokio-stream v0.1.18
17202026-03-19T18:04:39.929Z Compiling buf-list v1.1.2
17212026-03-19T18:04:40.292Z Compiling x509-cert v0.2.5
17222026-03-19T18:04:40.317Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-19T18:04:40.393Z Compiling openapiv3 v2.2.0
17242026-03-19T18:04:40.437Z Compiling sha1 v0.10.6
17252026-03-19T18:04:40.745Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-19T18:04:40.764Z Compiling lalrpop-util v0.19.12
17272026-03-19T18:04:41.010Z Compiling peg-runtime v0.8.5
17282026-03-19T18:04:41.136Z Compiling thread_local v1.1.9
17292026-03-19T18:04:41.377Z Compiling slog-async v2.8.0
17302026-03-19T18:04:41.405Z Compiling crossbeam-channel v0.5.15
17312026-03-19T18:04:41.464Z Compiling futures-executor v0.3.32
17322026-03-19T18:04:41.654Z Compiling filetime v0.2.27
17332026-03-19T18:04:41.770Z Compiling is-terminal v0.4.17
17342026-03-19T18:04:41.799Z Compiling term v1.2.1
17352026-03-19T18:04:41.875Z Compiling xattr v1.6.1
17362026-03-19T18:04:41.894Z Compiling take_mut v0.2.2
17372026-03-19T18:04:42.097Z Compiling tar v0.4.44
17382026-03-19T18:04:42.103Z Compiling futures v0.3.32
17392026-03-19T18:04:42.189Z Compiling slog-term v2.9.2
17402026-03-19T18:04:48.925Z Compiling rustls-webpki v0.103.9
17412026-03-19T18:04:52.934Z Compiling tokio-rustls v0.26.4
17422026-03-19T18:04:52.938Z Compiling rustls-platform-verifier v0.6.2
17432026-03-19T18:04:53.191Z Compiling hyper-rustls v0.27.7
17442026-03-19T18:04:53.451Z Compiling reqwest v0.12.28
17452026-03-19T18:04:53.466Z Compiling reqwest v0.13.2
17462026-03-19T18:04:56.396Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-19T18:04:56.671Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-19T18:05:00.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-19T18:05:00.625Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-19T18:05:00.686ZMar 19 18:05:00.167 INFO Starting download, target: TransceiverControl
17512026-03-19T18:05:00.686ZMar 19 18:05:00.168 INFO Starting download, target: MaghemiteMgd
17522026-03-19T18:05:00.686ZMar 19 18:05:00.168 INFO Starting download, target: Cockroach
17532026-03-19T18:05:00.686ZMar 19 18:05:00.168 INFO Starting download, target: DendriteStub
17542026-03-19T18:05:00.686ZMar 19 18:05:00.168 INFO Starting download, target: Console
17552026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Starting download, target: Clickhouse
17562026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-03-19T18:05:00.689ZMar 19 18:05:00.168 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-19T18:05:01.105ZMar 19 18:05:00.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-19T18:05:01.461ZMar 19 18:05:00.932 INFO Download complete, target: TransceiverControl
17642026-03-19T18:05:01.667ZMar 19 18:05:01.084 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-19T18:05:01.976ZMar 19 18:05:01.455 INFO Download complete, target: Console
17662026-03-19T18:05:02.443ZMar 19 18:05:01.924 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-19T18:05:02.727ZMar 19 18:05:02.208 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-19T18:05:03.086ZMar 19 18:05:02.566 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-19T18:05:03.350ZMar 19 18:05:02.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-19T18:05:03.350ZMar 19 18:05:02.831 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-19T18:05:06.020ZMar 19 18:05:05.499 INFO Download complete, target: DendriteStub
17722026-03-19T18:05:06.290ZMar 19 18:05:05.770 INFO Download complete, target: MaghemiteMgd
17732026-03-19T18:05:11.050ZMar 19 18:05:10.528 INFO Checking that binary works, target: Cockroach
17742026-03-19T18:05:11.169ZMar 19 18:05:10.640 INFO Download complete, target: Cockroach
17752026-03-19T18:05:14.241ZMar 19 18:05:13.717 INFO Checking that binary works, target: Clickhouse
17762026-03-19T18:05:14.471ZMar 19 18:05:13.947 INFO Download complete, target: Clickhouse
17772026-03-19T18:05:14.585ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-19T18:05:14.588Z
17792026-03-19T18:05:14.588Zreal 4:20.759380556
17802026-03-19T18:05:14.588Zuser 10:21.133668365
17812026-03-19T18:05:14.588Zsys 1:46.481900385
17822026-03-19T18:05:14.588Ztrap 0.322859568
17832026-03-19T18:05:14.588Ztflt 0.657960794
17842026-03-19T18:05:14.588Zdflt 0.912641541
17852026-03-19T18:05:14.588Zkflt 0.180041581
17862026-03-19T18:05:14.588Zlock 30:30.158903844
17872026-03-19T18:05:14.588Zslp 29:48.077996811
17882026-03-19T18:05:14.588Zlat 57.314758700
17892026-03-19T18:05:14.588Zstop 2:36.918863344
17902026-03-19T18:05:14.588Z+ banner clippy
17912026-03-19T18:05:14.592Z
17922026-03-19T18:05:14.592Z #### # # ##### ##### # #
17932026-03-19T18:05:14.592Z # # # # # # # # # #
17942026-03-19T18:05:14.592Z # # # # # # # #
17952026-03-19T18:05:14.592Z # # # ##### ##### #
17962026-03-19T18:05:14.592Z # # # # # # #
17972026-03-19T18:05:14.592Z #### ###### # # # #
17982026-03-19T18:05:14.592Z
17992026-03-19T18:05:14.592Z+ export CARGO_INCREMENTAL=0
18002026-03-19T18:05:14.592Z+ CARGO_INCREMENTAL=0
18012026-03-19T18:05:14.592Z+ ptime -m cargo xtask clippy
18022026-03-19T18:05:15.268Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-19T18:05:15.538Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-19T18:05:17.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
18052026-03-19T18:05:18.097Z Running `target/debug/xtask clippy`
18062026-03-19T18:05:18.125Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-19T18:05:18.886Z Downloading crates ...
18082026-03-19T18:05:19.173Z Downloaded async-lock v3.4.2
18092026-03-19T18:05:19.181Z Downloaded futures-timer v3.0.3
18102026-03-19T18:05:19.204Z Downloaded pathdiff v0.2.3
18112026-03-19T18:05:19.223Z Downloaded supports-color v2.1.0
18122026-03-19T18:05:19.223Z Downloaded plotters-backend v0.3.7
18132026-03-19T18:05:19.223Z Downloaded cargo-platform v0.3.2
18142026-03-19T18:05:19.223Z Downloaded linkme-impl v0.3.35
18152026-03-19T18:05:19.223Z Downloaded guppy-workspace-hack v0.1.0
18162026-03-19T18:05:19.223Z Downloaded event-listener-strategy v0.5.4
18172026-03-19T18:05:19.223Z Downloaded cast v0.3.0
18182026-03-19T18:05:19.224Z Downloaded async-object-pool v0.2.0
18192026-03-19T18:05:19.225Z Downloaded assert_cmd v2.1.2
18202026-03-19T18:05:19.225Z Downloaded constant_time_eq v0.3.1
18212026-03-19T18:05:19.230Z Downloaded terminal_size v0.1.17
18222026-03-19T18:05:19.230Z Downloaded miette-derive v5.10.0
18232026-03-19T18:05:19.230Z Downloaded supports-unicode v2.1.0
18242026-03-19T18:05:19.230Z Downloaded plotters-svg v0.3.7
18252026-03-19T18:05:19.230Z Downloaded parking v2.2.1
18262026-03-19T18:05:19.230Z Downloaded linkme v0.3.35
18272026-03-19T18:05:19.230Z Downloaded concurrent-queue v2.5.0
18282026-03-19T18:05:19.230Z Downloaded nested v0.1.1
18292026-03-19T18:05:19.237Z Downloaded target-triple v1.0.0
18302026-03-19T18:05:19.243Z Downloaded similar-asserts v1.7.0
18312026-03-19T18:05:19.253Z Downloaded approx v0.5.1
18322026-03-19T18:05:19.253Z Downloaded supports-hyperlinks v2.1.0
18332026-03-19T18:05:19.262Z Downloaded cargo_metadata v0.23.1
18342026-03-19T18:05:19.262Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18352026-03-19T18:05:19.262Z Downloaded relative-path v1.9.3
18362026-03-19T18:05:19.262Z Downloaded oorandom v11.1.5
18372026-03-19T18:05:19.262Z Downloaded escape8259 v0.5.3
18382026-03-19T18:05:19.274Z Downloaded target-lexicon v0.13.3
18392026-03-19T18:05:19.274Z Downloaded serde_regex v1.1.0
18402026-03-19T18:05:19.274Z Downloaded backtrace-ext v0.2.1
18412026-03-19T18:05:19.292Z Downloaded tinytemplate v1.2.1
18422026-03-19T18:05:19.293Z Downloaded termcolor v1.4.1
18432026-03-19T18:05:19.293Z Downloaded anes v0.1.6
18442026-03-19T18:05:19.293Z Downloaded target-spec v3.5.7
18452026-03-19T18:05:19.293Z Downloaded rustc-demangle v0.1.27
18462026-03-19T18:05:19.293Z Downloaded fancy-regex v0.14.0
18472026-03-19T18:05:19.293Z Downloaded assert-json-diff v2.0.2
18482026-03-19T18:05:19.293Z Downloaded rust-argon2 v2.1.0
18492026-03-19T18:05:19.293Z Downloaded partial-io v0.5.4
18502026-03-19T18:05:19.305Z Downloaded stringmetrics v2.2.2
18512026-03-19T18:05:19.305Z Downloaded knuffel-derive v3.2.0
18522026-03-19T18:05:19.305Z Downloaded datatest-stable v0.3.3
18532026-03-19T18:05:19.305Z Downloaded path-tree v0.8.3
18542026-03-19T18:05:19.316Z Downloaded criterion-plot v0.6.0
18552026-03-19T18:05:19.316Z Downloaded cfg-expr v0.20.6
18562026-03-19T18:05:19.316Z Downloaded blake2b_simd v1.0.4
18572026-03-19T18:05:19.319Z Downloaded libtest-mimic v0.8.1
18582026-03-19T18:05:19.319Z Downloaded addr2line v0.25.1
18592026-03-19T18:05:19.319Z Downloaded textwrap v0.15.2
18602026-03-19T18:05:19.323Z Downloaded owo-colors v3.5.0
18612026-03-19T18:05:19.323Z Downloaded event-listener v5.4.1
18622026-03-19T18:05:19.336Z Downloaded toml v1.0.3+spec-1.1.0
18632026-03-19T18:05:19.343Z Downloaded trybuild v1.0.116
18642026-03-19T18:05:19.343Z Downloaded httptest v0.16.4
18652026-03-19T18:05:19.343Z Downloaded rstest_macros v0.25.0
18662026-03-19T18:05:19.349Z Downloaded chumsky v0.9.3
18672026-03-19T18:05:19.350Z Downloaded rand_distr v0.5.1
18682026-03-19T18:05:19.350Z Downloaded rstest v0.25.0
18692026-03-19T18:05:19.366Z Downloaded miette v5.10.0
18702026-03-19T18:05:19.385Z Downloaded knuffel v3.2.0
18712026-03-19T18:05:19.385Z Downloaded criterion v0.7.0
18722026-03-19T18:05:19.385Z Downloaded backtrace v0.3.76
18732026-03-19T18:05:19.395Z Downloaded plotters v0.3.7
18742026-03-19T18:05:19.395Z Downloaded hashbrown v0.14.5
18752026-03-19T18:05:19.401Z Downloaded guppy v0.17.25
18762026-03-19T18:05:19.414Z Downloaded gimli v0.32.3
18772026-03-19T18:05:19.542Z Downloaded httpmock v0.8.3
18782026-03-19T18:05:21.695Z Checking cfg-if v1.0.4
18792026-03-19T18:05:22.100Z Checking libc v0.2.180
18802026-03-19T18:05:22.103Z Checking serde_core v1.0.228
18812026-03-19T18:05:22.192Z Checking memchr v2.8.0
18822026-03-19T18:05:22.261Z Checking smallvec v1.15.1
18832026-03-19T18:05:22.288Z Checking log v0.4.29
18842026-03-19T18:05:22.288Z Checking itoa v1.0.17
18852026-03-19T18:05:22.395Z Checking zeroize v1.8.2
18862026-03-19T18:05:22.438Z Checking libm v0.2.16
18872026-03-19T18:05:22.505Z Checking scopeguard v1.2.0
18882026-03-19T18:05:22.574Z Checking stable_deref_trait v1.2.1
18892026-03-19T18:05:22.629Z Checking zmij v1.0.21
18902026-03-19T18:05:22.673Z Checking zerofrom v0.1.6
18912026-03-19T18:05:22.751Z Checking lock_api v0.4.14
18922026-03-19T18:05:22.799Z Checking errno v0.3.14
18932026-03-19T18:05:22.799Z Checking getrandom v0.2.17
18942026-03-19T18:05:22.868Z Checking yoke v0.8.1
18952026-03-19T18:05:22.940Z Checking percent-encoding v2.3.2
18962026-03-19T18:05:22.962Z Checking litemap v0.8.1
18972026-03-19T18:05:22.985Z Checking writeable v0.6.2
18982026-03-19T18:05:23.147Z Checking subtle v2.6.1
18992026-03-19T18:05:23.158Z Checking icu_normalizer_data v2.1.1
19002026-03-19T18:05:23.158Z Checking icu_properties_data v2.1.2
19012026-03-19T18:05:23.158Z Checking zerovec v0.11.5
19022026-03-19T18:05:23.229Z Checking zerotrie v0.2.3
19032026-03-19T18:05:23.234Z Checking form_urlencoded v1.2.2
19042026-03-19T18:05:23.316Z Checking rand_core v0.6.4
19052026-03-19T18:05:23.323Z Checking portable-atomic v1.13.1
19062026-03-19T18:05:23.412Z Checking utf8_iter v1.0.4
19072026-03-19T18:05:23.467Z Checking pin-project-lite v0.2.17
19082026-03-19T18:05:23.520Z Checking num-traits v0.2.19
19092026-03-19T18:05:23.577Z Checking zerocopy v0.8.40
19102026-03-19T18:05:23.586Z Checking critical-section v1.2.0
19112026-03-19T18:05:23.679Z Checking parking_lot_core v0.9.12
19122026-03-19T18:05:23.721Z Checking rand_core v0.10.0
19132026-03-19T18:05:23.840Z Checking signal-hook-registry v1.4.8
19142026-03-19T18:05:23.865Z Checking tinystr v0.8.2
19152026-03-19T18:05:23.933Z Checking potential_utf v0.1.4
19162026-03-19T18:05:23.978Z Checking parking_lot v0.12.5
19172026-03-19T18:05:23.984Z Checking once_cell v1.21.3
19182026-03-19T18:05:24.070Z Checking getrandom v0.4.1
19192026-03-19T18:05:24.111Z Checking icu_locale_core v2.1.1
19202026-03-19T18:05:24.159Z Checking icu_collections v2.1.1
19212026-03-19T18:05:24.252Z Checking mio v1.1.1
19222026-03-19T18:05:24.304Z Checking typenum v1.19.0
19232026-03-19T18:05:24.354Z Checking serde v1.0.228
19242026-03-19T18:05:24.354Z Checking bitflags v2.11.0
19252026-03-19T18:05:24.359Z Checking serde_json v1.0.149
19262026-03-19T18:05:24.597Z Checking socket2 v0.6.2
19272026-03-19T18:05:24.661Z Checking thiserror v2.0.18
19282026-03-19T18:05:24.664Z Checking iana-time-zone v0.1.65
19292026-03-19T18:05:24.832Z Checking allocator-api2 v0.2.21
19302026-03-19T18:05:24.883Z Checking uuid v1.21.0
19312026-03-19T18:05:24.929Z Checking icu_provider v2.1.1
19322026-03-19T18:05:24.974Z Checking semver v1.0.27
19332026-03-19T18:05:25.023Z Checking bytes v1.11.1
19342026-03-19T18:05:25.067Z Checking generic-array v0.14.7
19352026-03-19T18:05:25.242Z Checking chrono v0.4.44
19362026-03-19T18:05:25.289Z Checking icu_properties v2.1.2
19372026-03-19T18:05:25.289Z Checking icu_normalizer v2.1.1
19382026-03-19T18:05:25.382Z Checking futures-core v0.3.32
19392026-03-19T18:05:25.445Z Checking equivalent v1.0.2
19402026-03-19T18:05:25.611Z Checking const-oid v0.9.6
19412026-03-19T18:05:25.611Z Checking dyn-clone v1.0.20
19422026-03-19T18:05:25.714Z Checking tokio v1.49.0
19432026-03-19T18:05:25.750Z Checking crypto-common v0.1.7
19442026-03-19T18:05:25.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-19T18:05:25.800Z Checking foldhash v0.2.0
19462026-03-19T18:05:25.937Z Checking block-buffer v0.10.4
19472026-03-19T18:05:26.020Z Checking hashbrown v0.16.1
19482026-03-19T18:05:26.170Z Checking futures-sink v0.3.32
19492026-03-19T18:05:26.221Z Checking rustix v1.1.3
19502026-03-19T18:05:26.319Z Checking byteorder v1.5.0
19512026-03-19T18:05:26.449Z Checking futures-channel v0.3.32
19522026-03-19T18:05:26.496Z Checking idna_adapter v1.2.1
19532026-03-19T18:05:26.624Z Checking futures-task v0.3.32
19542026-03-19T18:05:26.680Z Checking idna v1.1.0
19552026-03-19T18:05:26.785Z Checking digest v0.10.7
19562026-03-19T18:05:26.788Z Checking futures-io v0.3.32
19572026-03-19T18:05:26.788Z Checking slab v0.4.12
19582026-03-19T18:05:26.862Z Checking cpufeatures v0.2.17
19592026-03-19T18:05:26.984Z Checking indexmap v2.13.0
19602026-03-19T18:05:27.030Z Checking thiserror v1.0.69
19612026-03-19T18:05:27.033Z Checking url v2.5.8
19622026-03-19T18:05:27.071Z Checking futures-util v0.3.32
19632026-03-19T18:05:27.075Z Checking getrandom v0.3.4
19642026-03-19T18:05:27.205Z Checking fnv v1.0.7
19652026-03-19T18:05:27.333Z Checking regex-syntax v0.8.10
19662026-03-19T18:05:27.380Z Checking http v1.4.0
19672026-03-19T18:05:27.427Z Checking tracing-core v0.1.36
19682026-03-19T18:05:27.581Z Checking ppv-lite86 v0.2.21
19692026-03-19T18:05:27.684Z Checking schemars v0.8.22
19702026-03-19T18:05:27.796Z Checking base64 v0.22.1
19712026-03-19T18:05:27.902Z Checking tracing v0.1.44
19722026-03-19T18:05:28.041Z Checking unicode-ident v1.0.24
19732026-03-19T18:05:28.142Z Checking ipnet v2.11.0
19742026-03-19T18:05:28.198Z Checking anstyle v1.0.13
19752026-03-19T18:05:28.245Z Checking utf8parse v0.2.2
19762026-03-19T18:05:28.250Z Checking proc-macro2 v1.0.106
19772026-03-19T18:05:28.405Z Checking untrusted v0.9.0
19782026-03-19T18:05:28.470Z Checking anstyle-parse v0.2.7
19792026-03-19T18:05:28.527Z Checking aho-corasick v1.1.4
19802026-03-19T18:05:28.576Z Checking ring v0.17.14
19812026-03-19T18:05:28.622Z Checking base64ct v1.8.3
19822026-03-19T18:05:28.694Z Checking anstyle-query v1.1.5
19832026-03-19T18:05:28.745Z Checking quote v1.0.44
19842026-03-19T18:05:28.848Z Checking is_terminal_polyfill v1.70.2
19852026-03-19T18:05:28.968Z Checking colorchoice v1.0.4
19862026-03-19T18:05:29.015Z Checking syn v2.0.117
19872026-03-19T18:05:29.018Z Checking block-padding v0.3.3
19882026-03-19T18:05:29.129Z Checking anstream v0.6.21
19892026-03-19T18:05:29.185Z Checking terminal_size v0.4.3
19902026-03-19T18:05:29.232Z Checking inout v0.1.4
19912026-03-19T18:05:29.364Z Checking rustls-pki-types v1.14.0
19922026-03-19T18:05:29.425Z Checking crossbeam-utils v0.8.21
19932026-03-19T18:05:29.478Z Checking httparse v1.10.1
19942026-03-19T18:05:29.488Z Checking regex-automata v0.4.14
19952026-03-19T18:05:29.776Z Checking cipher v0.4.4
19962026-03-19T18:05:29.782Z Checking strsim v0.11.1
19972026-03-19T18:05:29.868Z Checking clap_lex v1.0.0
19982026-03-19T18:05:29.917Z Checking sha2 v0.10.9
19992026-03-19T18:05:29.966Z Checking pem-rfc7468 v0.7.0
20002026-03-19T18:05:30.083Z Checking http-body v1.0.1
20012026-03-19T18:05:30.087Z Checking tokio-util v0.7.18
20022026-03-19T18:05:30.128Z Checking clap_builder v4.5.60
20032026-03-19T18:05:30.169Z Checking rand_core v0.9.5
20042026-03-19T18:05:30.266Z Checking atomic-waker v1.1.2
20052026-03-19T18:05:30.319Z Checking hmac v0.12.1
20062026-03-19T18:05:30.366Z Checking try-lock v0.2.5
20072026-03-19T18:05:30.425Z Checking httpdate v1.0.3
20082026-03-19T18:05:30.429Z Checking tower-service v0.3.3
20092026-03-19T18:05:30.599Z Checking flagset v0.4.7
20102026-03-19T18:05:30.611Z Checking want v0.3.1
20112026-03-19T18:05:30.624Z Checking ryu v1.0.23
20122026-03-19T18:05:30.669Z Checking tower-layer v0.3.3
20132026-03-19T18:05:30.718Z Checking pin-utils v0.1.0
20142026-03-19T18:05:30.766Z Checking der v0.7.10
20152026-03-19T18:05:30.830Z Checking rand_chacha v0.9.0
20162026-03-19T18:05:30.877Z Checking erased-serde v0.3.31
20172026-03-19T18:05:30.922Z Checking spin v0.9.8
20182026-03-19T18:05:30.969Z Checking h2 v0.4.13
20192026-03-19T18:05:31.128Z Checking rand v0.9.2
20202026-03-19T18:05:31.191Z Checking anyhow v1.0.102
20212026-03-19T18:05:31.481Z Checking slog v2.8.2
20222026-03-19T18:05:31.484Z Checking powerfmt v0.2.0
20232026-03-19T18:05:31.757Z Checking deranged v0.5.8
20242026-03-19T18:05:31.806Z Checking num-conv v0.2.0
20252026-03-19T18:05:31.809Z Checking num_threads v0.1.7
20262026-03-19T18:05:31.900Z Checking clap v4.5.60
20272026-03-19T18:05:31.904Z Checking time-core v0.1.8
20282026-03-19T18:05:31.994Z Checking http-body-util v0.1.3
20292026-03-19T18:05:31.997Z Checking aws-lc-sys v0.37.1
20302026-03-19T18:05:32.087Z Checking untrusted v0.7.1
20312026-03-19T18:05:32.087Z Checking fastrand v2.3.0
20322026-03-19T18:05:32.178Z Checking openssl-probe v0.2.1
20332026-03-19T18:05:32.265Z Checking regex v1.12.3
20342026-03-19T18:05:32.318Z Checking spki v0.7.3
20352026-03-19T18:05:32.366Z Checking serde_urlencoded v0.7.1
20362026-03-19T18:05:32.369Z Checking pbkdf2 v0.12.2
20372026-03-19T18:05:32.455Z Checking aes v0.8.4
20382026-03-19T18:05:32.560Z Checking rand_chacha v0.3.1
20392026-03-19T18:05:32.606Z Checking pretty-hex v0.4.1
20402026-03-19T18:05:32.685Z Checking unicode-width v0.2.0
20412026-03-19T18:05:32.689Z Checking cbc v0.1.2
20422026-03-19T18:05:32.788Z Checking salsa20 v0.10.2
20432026-03-19T18:05:32.837Z Checking aws-lc-rs v1.16.0
20442026-03-19T18:05:32.883Z Checking rand v0.8.5
20452026-03-19T18:05:32.934Z Checking ipnetwork v0.21.1
20462026-03-19T18:05:32.997Z Checking scrypt v0.11.0
20472026-03-19T18:05:33.046Z Checking tempfile v3.25.0
20482026-03-19T18:05:33.049Z Checking hex v0.4.3
20492026-03-19T18:05:33.137Z Checking time v0.3.47
20502026-03-19T18:05:33.207Z Checking plain v0.2.3
20512026-03-19T18:05:33.255Z Checking pkcs5 v0.7.1
20522026-03-19T18:05:33.332Z Checking rustls-native-certs v0.8.3
20532026-03-19T18:05:33.377Z Checking sync_wrapper v1.0.2
20542026-03-19T18:05:33.425Z Checking camino v1.2.2
20552026-03-19T18:05:33.526Z Checking ucd-trie v0.1.7
20562026-03-19T18:05:33.573Z Checking tower v0.5.3
20572026-03-19T18:05:33.685Z Checking webpki-roots v1.0.6
20582026-03-19T18:05:33.694Z Checking pkcs8 v0.10.2
20592026-03-19T18:05:33.724Z Checking pest v2.8.6
20602026-03-19T18:05:33.800Z Checking iri-string v0.7.10
20612026-03-19T18:05:33.847Z Checking mime v0.3.17
20622026-03-19T18:05:33.922Z Checking either v1.15.0
20632026-03-19T18:05:34.004Z Checking rustls-webpki v0.103.9
20642026-03-19T18:05:34.115Z Checking openapiv3 v2.2.0
20652026-03-19T18:05:34.161Z Checking winnow v0.7.14
20662026-03-19T18:05:34.210Z Checking oxnet v0.1.4
20672026-03-19T18:05:34.559Z Checking lazy_static v1.5.0
20682026-03-19T18:05:34.608Z Checking rustls v0.23.37
20692026-03-19T18:05:34.613Z Checking hyper v1.8.1
20702026-03-19T18:05:34.711Z Checking foreign-types-shared v0.1.1
20712026-03-19T18:05:34.759Z Checking static_assertions v1.1.0
20722026-03-19T18:05:34.853Z Checking foreign-types v0.3.2
20732026-03-19T18:05:34.899Z Checking signature v2.2.0
20742026-03-19T18:05:34.976Z Checking openssl-sys v0.9.111
20752026-03-19T18:05:35.096Z Checking encoding_rs v0.8.35
20762026-03-19T18:05:35.217Z Checking simd-adler32 v0.3.8
20772026-03-19T18:05:35.297Z Checking tower-http v0.6.8
20782026-03-19T18:05:35.490Z Checking hubpack v0.1.2
20792026-03-19T18:05:35.646Z Checking openssl v0.10.75
20802026-03-19T18:05:35.699Z Checking adler2 v2.0.1
20812026-03-19T18:05:35.748Z Checking strum v0.26.3
20822026-03-19T18:05:35.851Z Checking sha1 v0.10.6
20832026-03-19T18:05:35.898Z Checking miniz_oxide v0.8.9
20842026-03-19T18:05:35.944Z Checking tinyvec_macros v0.1.1
20852026-03-19T18:05:35.985Z Checking hyper-util v0.1.20
20862026-03-19T18:05:35.985Z Checking data-encoding v2.10.0
20872026-03-19T18:05:36.078Z Checking tinyvec v1.10.0
20882026-03-19T18:05:36.126Z Checking serde_spanned v0.6.9
20892026-03-19T18:05:36.316Z Checking toml_datetime v0.6.11
20902026-03-19T18:05:36.400Z Checking num-integer v0.1.46
20912026-03-19T18:05:36.447Z Checking scroll v0.13.0
20922026-03-19T18:05:36.451Z Checking memmap2 v0.9.10
20932026-03-19T18:05:36.537Z Checking base16ct v0.2.0
20942026-03-19T18:05:36.585Z Checking bit-vec v0.8.0
20952026-03-19T18:05:36.733Z Checking sec1 v0.7.3
20962026-03-19T18:05:36.736Z Checking dtrace-parser v0.3.0
20972026-03-19T18:05:36.823Z Checking crossbeam-epoch v0.9.18
20982026-03-19T18:05:36.828Z Checking goblin v0.10.5
20992026-03-19T18:05:36.913Z Checking bit-set v0.8.0
21002026-03-19T18:05:37.033Z Checking crc32fast v1.5.0
21012026-03-19T18:05:37.125Z Checking ff v0.13.1
21022026-03-19T18:05:37.171Z Checking thread-id v5.1.0
21032026-03-19T18:05:37.175Z Checking wait-timeout v0.2.1
21042026-03-19T18:05:37.259Z Checking num-iter v0.1.45
21052026-03-19T18:05:37.305Z Checking bstr v1.12.1
21062026-03-19T18:05:37.351Z Checking group v0.13.0
21072026-03-19T18:05:37.401Z Checking hkdf v0.12.4
21082026-03-19T18:05:37.449Z Checking ahash v0.8.12
21092026-03-19T18:05:37.591Z Checking crypto-bigint v0.5.5
21102026-03-19T18:05:37.638Z Checking quick-error v1.2.3
21112026-03-19T18:05:37.685Z Checking rand_xorshift v0.4.0
21122026-03-19T18:05:37.751Z Checking scroll v0.12.0
21132026-03-19T18:05:37.802Z Checking rusty-fork v0.3.1
21142026-03-19T18:05:37.879Z Checking unarray v0.1.4
21152026-03-19T18:05:37.925Z Checking num-bigint-dig v0.8.6
21162026-03-19T18:05:37.929Z Checking tokio-rustls v0.26.4
21172026-03-19T18:05:38.115Z Checking pkcs1 v0.7.5
21182026-03-19T18:05:38.128Z Checking proptest v1.10.0
21192026-03-19T18:05:38.128Z Checking goblin v0.8.2
21202026-03-19T18:05:38.298Z Checking hyper-rustls v0.27.7
21212026-03-19T18:05:38.347Z Checking x509-cert v0.2.5
21222026-03-19T18:05:38.481Z Checking native-tls v0.2.18
21232026-03-19T18:05:38.601Z Checking zerocopy v0.7.35
21242026-03-19T18:05:38.744Z Checking tokio-native-tls v0.3.1
21252026-03-19T18:05:38.964Z Checking elliptic-curve v0.13.8
21262026-03-19T18:05:39.010Z Checking hyper-tls v0.6.0
21272026-03-19T18:05:39.107Z Checking unicode-segmentation v1.12.0
21282026-03-19T18:05:39.257Z Checking reqwest v0.12.28
21292026-03-19T18:05:39.305Z Checking zlib-rs v0.6.2
21302026-03-19T18:05:39.350Z Checking psl-types v2.0.11
21312026-03-19T18:05:39.406Z Checking rsa v0.9.10
21322026-03-19T18:05:39.535Z Checking publicsuffix v2.3.0
21332026-03-19T18:05:39.582Z Checking crossbeam-deque v0.8.6
21342026-03-19T18:05:39.773Z Checking dtrace-parser v0.2.0
21352026-03-19T18:05:39.838Z Checking cookie v0.18.1
21362026-03-19T18:05:40.053Z Checking rfc6979 v0.4.0
21372026-03-19T18:05:40.101Z Checking dof v0.4.0
21382026-03-19T18:05:40.147Z Checking thread-id v4.2.2
21392026-03-19T18:05:40.193Z Checking toml_write v0.1.2
21402026-03-19T18:05:40.239Z Checking ecdsa v0.16.9
21412026-03-19T18:05:40.284Z Checking cookie_store v0.22.1
21422026-03-19T18:05:40.424Z Checking rustls-platform-verifier v0.6.2
21432026-03-19T18:05:40.472Z Checking toml_edit v0.22.27
21442026-03-19T18:05:40.547Z Checking flate2 v1.1.9
21452026-03-19T18:05:40.596Z Checking newtype-uuid v1.3.2
21462026-03-19T18:05:40.643Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-19T18:05:40.717Z Checking curve25519-dalek v4.1.3
21482026-03-19T18:05:40.766Z Checking memoffset v0.9.1
21492026-03-19T18:05:40.812Z Checking dof v0.3.0
21502026-03-19T18:05:40.882Z Checking rustix v0.38.44
21512026-03-19T18:05:40.929Z Checking env_filter v1.0.0
21522026-03-19T18:05:40.988Z Checking usdt-impl v0.6.0
21532026-03-19T18:05:40.991Z Checking keccak v0.1.6
21542026-03-19T18:05:41.119Z Checking daft v0.1.5
21552026-03-19T18:05:41.166Z Checking env_logger v0.11.9
21562026-03-19T18:05:41.218Z Checking usdt-impl v0.5.0
21572026-03-19T18:05:41.278Z Checking sha3 v0.10.8
21582026-03-19T18:05:41.374Z Checking usdt v0.6.0
21592026-03-19T18:05:41.442Z Checking reqwest v0.13.2
21602026-03-19T18:05:41.490Z Checking ed25519 v2.2.3
21612026-03-19T18:05:41.584Z Checking itertools v0.13.0
21622026-03-19T18:05:41.632Z Checking serde_with v3.17.0
21632026-03-19T18:05:41.635Z Checking bitflags v1.3.2
21642026-03-19T18:05:41.753Z Checking siphasher v1.0.2
21652026-03-19T18:05:41.803Z Checking unicode-normalization v0.1.25
21662026-03-19T18:05:41.848Z Checking ed25519-dalek v2.2.0
21672026-03-19T18:05:42.006Z Checking signal-hook v0.3.18
21682026-03-19T18:05:42.055Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-19T18:05:42.058Z Checking winnow v0.5.40
21702026-03-19T18:05:42.178Z Checking managed v0.8.0
21712026-03-19T18:05:42.373Z Checking nix v0.31.1
21722026-03-19T18:05:42.379Z Checking rayon-core v1.13.0
21732026-03-19T18:05:42.391Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-19T18:05:42.459Z Checking object v0.37.3
21752026-03-19T18:05:42.535Z Checking foldhash v0.1.5
21762026-03-19T18:05:42.611Z Checking bzip2 v0.4.4
21772026-03-19T18:05:42.749Z Checking hashbrown v0.15.5
21782026-03-19T18:05:42.825Z Checking signal-hook-mio v0.2.5
21792026-03-19T18:05:42.873Z Checking ref-cast v1.0.25
21802026-03-19T18:05:42.988Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-19T18:05:43.036Z Checking zip v0.6.6
21822026-03-19T18:05:43.082Z Checking bumpalo v3.20.2
21832026-03-19T18:05:43.165Z Checking zstd-safe v7.2.4
21842026-03-19T18:05:43.373Z Checking libbz2-rs-sys v0.2.2
21852026-03-19T18:05:43.422Z Checking zstd v0.13.3
21862026-03-19T18:05:43.425Z Checking zopfli v0.8.3
21872026-03-19T18:05:43.509Z Checking crossterm v0.28.1
21882026-03-19T18:05:43.649Z Checking rayon v1.11.0
21892026-03-19T18:05:43.706Z Checking similar v2.7.0
21902026-03-19T18:05:43.754Z Checking toml_edit v0.19.15
21912026-03-19T18:05:43.799Z Checking fs-err v3.3.0
21922026-03-19T18:05:43.924Z Checking bzip2 v0.6.1
21932026-03-19T18:05:43.927Z Checking hash32 v0.2.1
21942026-03-19T18:05:44.169Z Checking serde-big-array v0.5.1
21952026-03-19T18:05:44.217Z Checking unicode-properties v0.1.4
21962026-03-19T18:05:44.221Z Checking unicode-bidi v0.3.18
21972026-03-19T18:05:44.305Z Checking predicates-core v1.0.10
21982026-03-19T18:05:44.368Z Checking jiff v0.2.21
21992026-03-19T18:05:44.491Z Checking heapless v0.7.17
22002026-03-19T18:05:44.495Z Checking hickory-proto v0.25.2
22012026-03-19T18:05:44.582Z Checking tokio-stream v0.1.18
22022026-03-19T18:05:44.681Z Checking stringprep v0.1.5
22032026-03-19T18:05:44.907Z Checking md-5 v0.10.6
22042026-03-19T18:05:45.083Z Checking float-cmp v0.10.0
22052026-03-19T18:05:45.134Z Checking fallible-iterator v0.2.0
22062026-03-19T18:05:45.137Z Checking rustc-hash v2.1.1
22072026-03-19T18:05:45.224Z Checking toml v0.7.8
22082026-03-19T18:05:45.283Z Checking difflib v0.4.0
22092026-03-19T18:05:45.328Z Checking normalize-line-endings v0.3.0
22102026-03-19T18:05:45.477Z Checking iddqd v0.3.17
22112026-03-19T18:05:45.548Z Checking predicates v3.1.4
22122026-03-19T18:05:45.596Z Checking postgres-protocol v0.6.10
22132026-03-19T18:05:45.687Z Checking smoltcp v0.9.1
22142026-03-19T18:05:45.744Z Checking phf_shared v0.13.1
22152026-03-19T18:05:45.748Z Checking phf_shared v0.11.3
22162026-03-19T18:05:46.021Z Checking itertools v0.12.1
22172026-03-19T18:05:46.037Z Checking console v0.16.2
22182026-03-19T18:05:46.084Z Checking buf-list v1.1.2
22192026-03-19T18:05:46.088Z Checking strum v0.27.2
22202026-03-19T18:05:46.255Z Checking fixedbitset v0.5.7
22212026-03-19T18:05:46.392Z Checking unit-prefix v0.5.2
22222026-03-19T18:05:46.470Z Checking precomputed-hash v0.1.1
22232026-03-19T18:05:46.544Z Checking lalrpop-util v0.19.12
22242026-03-19T18:05:46.592Z Checking new_debug_unreachable v1.0.6
22252026-03-19T18:05:46.596Z Checking fixedbitset v0.4.2
22262026-03-19T18:05:46.682Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-19T18:05:46.687Z Checking indicatif v0.18.4
22282026-03-19T18:05:46.772Z Checking string_cache v0.8.9
22292026-03-19T18:05:46.817Z Checking petgraph v0.8.3
22302026-03-19T18:05:46.866Z Checking petgraph v0.6.5
22312026-03-19T18:05:47.017Z Checking phf v0.13.1
22322026-03-19T18:05:47.253Z Checking postgres-types v0.2.12
22332026-03-19T18:05:47.256Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-19T18:05:47.400Z Checking zone v0.3.1
22352026-03-19T18:05:47.526Z Checking zip v4.6.1
22362026-03-19T18:05:47.696Z Checking whoami v2.1.0
22372026-03-19T18:05:47.743Z Checking peg-runtime v0.8.5
22382026-03-19T18:05:47.965Z Checking futures-executor v0.3.32
22392026-03-19T18:05:48.012Z Checking tokio-postgres v0.7.16
22402026-03-19T18:05:48.062Z Checking is-terminal v0.4.17
22412026-03-19T18:05:48.184Z Checking futures v0.3.32
22422026-03-19T18:05:48.231Z Checking crossbeam-channel v0.5.15
22432026-03-19T18:05:48.321Z Compiling structmeta-derive v0.3.0
22442026-03-19T18:05:48.371Z Checking thread_local v1.1.9
22452026-03-19T18:05:48.374Z Checking take_mut v0.2.2
22462026-03-19T18:05:48.585Z Checking term v1.2.1
22472026-03-19T18:05:48.630Z Compiling newtype-uuid-macros v0.1.0
22482026-03-19T18:05:48.676Z Compiling rustls v0.22.4
22492026-03-19T18:05:48.723Z Checking slog-async v2.8.0
22502026-03-19T18:05:48.901Z Checking slog-term v2.9.2
22512026-03-19T18:05:48.994Z Checking regress v0.10.5
22522026-03-19T18:05:49.053Z Compiling multer v3.1.0
22532026-03-19T18:05:49.056Z Compiling async-stream-impl v0.3.6
22542026-03-19T18:05:49.276Z Compiling dropshot v0.16.7
22552026-03-19T18:05:49.419Z Compiling dropshot_endpoint v0.16.7
22562026-03-19T18:05:49.651Z Checking match_cfg v0.1.0
22572026-03-19T18:05:49.699Z Checking slog-json v2.6.1
22582026-03-19T18:05:49.702Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-03-19T18:05:49.792Z Compiling structmeta v0.3.0
22602026-03-19T18:05:49.881Z Checking hostname v0.3.1
22612026-03-19T18:05:49.931Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-19T18:05:49.931Z Checking debug-ignore v1.0.5
22632026-03-19T18:05:50.027Z Checking serde_spanned v1.0.4
22642026-03-19T18:05:50.078Z Checking slog-bunyan v2.5.0
22652026-03-19T18:05:50.126Z Compiling derive-ex v0.1.8
22662026-03-19T18:05:50.170Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-19T18:05:50.232Z Checking rustls-webpki v0.102.8
22682026-03-19T18:05:50.285Z Checking serde_path_to_error v0.1.20
22692026-03-19T18:05:50.289Z Checking progenitor-client v0.13.0
22702026-03-19T18:05:50.447Z Checking toml v0.9.12+spec-1.1.0
22712026-03-19T18:05:50.503Z Checking async-stream v0.3.6
22722026-03-19T18:05:50.775Z Checking waitgroup v0.1.2
22732026-03-19T18:05:50.788Z Checking rustls-pemfile v2.2.0
22742026-03-19T18:05:50.858Z Checking hostname v0.4.2
22752026-03-19T18:05:50.954Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-19T18:05:50.962Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-19T18:05:51.049Z Compiling parse-display-derive v0.10.0
22782026-03-19T18:05:51.049Z Checking itertools v0.14.0
22792026-03-19T18:05:51.165Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-19T18:05:51.171Z Checking macaddr v1.0.1
22812026-03-19T18:05:51.306Z Checking progenitor-client v0.10.0
22822026-03-19T18:05:51.478Z Checking instant v0.1.13
22832026-03-19T18:05:51.624Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-19T18:05:51.630Z Checking backoff v0.4.0
22852026-03-19T18:05:51.722Z Checking backon v1.6.0
22862026-03-19T18:05:51.830Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-19T18:05:51.979Z Checking progenitor-extras v0.1.1
22882026-03-19T18:05:51.982Z Checking heck v0.5.0
22892026-03-19T18:05:52.216Z Checking camino-tempfile v1.4.1
22902026-03-19T18:05:52.290Z Checking toml v0.8.23
22912026-03-19T18:05:52.451Z Compiling test-strategy v0.4.5
22922026-03-19T18:05:52.498Z Compiling unsafe-libyaml v0.2.11
22932026-03-19T18:05:52.587Z Compiling convert_case v0.4.0
22942026-03-19T18:05:52.790Z Checking tokio-rustls v0.25.0
22952026-03-19T18:05:52.838Z Checking secrecy v0.10.3
22962026-03-19T18:05:53.026Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-19T18:05:53.139Z Compiling derive_more v0.99.20
22982026-03-19T18:05:53.399Z Checking parse-display v0.10.0
22992026-03-19T18:05:53.586Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-19T18:05:53.632Z Compiling crucible-workspace-hack v0.1.0
23012026-03-19T18:05:53.889Z Compiling proc-macro-crate v3.4.0
23022026-03-19T18:05:54.303Z Compiling typify-impl v0.6.1
23032026-03-19T18:05:54.547Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-19T18:05:54.825Z Checking half v2.7.1
23052026-03-19T18:05:55.064Z Checking glob v0.3.3
23062026-03-19T18:05:55.213Z Checking ciborium-io v0.2.2
23072026-03-19T18:05:55.344Z Compiling heapless v0.8.0
23082026-03-19T18:05:55.389Z Checking ciborium-ll v0.2.2
23092026-03-19T18:05:55.634Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102026-03-19T18:05:55.682Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-03-19T18:05:55.685Z Checking ciborium v0.2.2
23122026-03-19T18:05:56.025Z Compiling ingot-macros v0.1.1
23132026-03-19T18:05:56.084Z Checking tabwriter v1.4.1
23142026-03-19T18:05:56.213Z Checking hash32 v0.3.1
23152026-03-19T18:05:56.293Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-19T18:05:56.340Z Compiling smoltcp v0.11.0
23172026-03-19T18:05:56.386Z Compiling num_enum_derive v0.7.5
23182026-03-19T18:05:56.619Z Checking cobs v0.3.0
23192026-03-19T18:05:56.682Z Compiling foreign-types-macros v0.2.3
23202026-03-19T18:05:56.860Z Checking foreign-types-shared v0.3.1
23212026-03-19T18:05:56.921Z Checking cpufeatures v0.3.0
23222026-03-19T18:05:57.042Z Checking postcard v1.1.3
23232026-03-19T18:05:57.085Z Checking chacha20 v0.10.0
23242026-03-19T18:05:57.511Z Checking foreign-types v0.5.0
23252026-03-19T18:05:57.571Z Compiling proc-macro-crate v1.3.1
23262026-03-19T18:05:57.666Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-19T18:05:57.669Z Checking cstr-argument v0.1.2
23282026-03-19T18:05:57.879Z Checking num_enum v0.7.5
23292026-03-19T18:05:57.924Z Checking sigpipe v0.1.3
23302026-03-19T18:05:57.984Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-19T18:05:58.059Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-19T18:05:58.102Z Checking colored v3.1.1
23332026-03-19T18:05:58.174Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-19T18:05:58.407Z Compiling num_enum_derive v0.5.11
23352026-03-19T18:05:58.453Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-19T18:05:58.549Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-19T18:05:58.609Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-19T18:05:58.695Z Checking rand v0.10.0
23392026-03-19T18:05:58.743Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-19T18:05:58.750Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-19T18:05:58.861Z Checking indent_write v2.2.0
23422026-03-19T18:05:59.060Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-19T18:05:59.180Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-19T18:05:59.319Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-19T18:05:59.375Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-19T18:05:59.375Z Checking smf v0.2.3
23472026-03-19T18:05:59.726Z Compiling num-derive v0.4.2
23482026-03-19T18:05:59.773Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-19T18:05:59.821Z Checking num_enum v0.5.11
23502026-03-19T18:05:59.824Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-19T18:05:59.908Z Checking ingot-types v0.1.2
23522026-03-19T18:05:59.991Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-19T18:06:00.091Z Checking whoami v1.6.1
23542026-03-19T18:06:00.150Z Checking universal-hash v0.5.1
23552026-03-19T18:06:00.343Z Checking opaque-debug v0.3.1
23562026-03-19T18:06:00.348Z Checking aead v0.5.2
23572026-03-19T18:06:00.433Z Checking ingot v0.1.1
23582026-03-19T18:06:00.488Z Checking swrite v0.1.0
23592026-03-19T18:06:00.491Z Checking poly1305 v0.8.0
23602026-03-19T18:06:00.579Z Checking chacha20 v0.9.1
23612026-03-19T18:06:00.632Z Checking unicode-width v0.1.14
23622026-03-19T18:06:00.679Z Compiling thiserror-impl-no-std v2.0.2
23632026-03-19T18:06:00.761Z Compiling typify-macro v0.6.1
23642026-03-19T18:06:00.856Z Checking password-hash v0.5.0
23652026-03-19T18:06:00.902Z Checking blake2 v0.10.6
23662026-03-19T18:06:00.953Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-19T18:06:00.999Z Checking chacha20poly1305 v0.10.1
23682026-03-19T18:06:01.184Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-19T18:06:01.230Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-19T18:06:01.277Z Checking argon2 v0.5.3
23712026-03-19T18:06:01.280Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23722026-03-19T18:06:01.594Z Compiling usdt-attr-macro v0.5.0
23732026-03-19T18:06:01.642Z Compiling usdt-macro v0.5.0
23742026-03-19T18:06:01.687Z Checking memmap v0.7.0
23752026-03-19T18:06:01.755Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-19T18:06:01.892Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-19T18:06:02.214Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-19T18:06:02.279Z Checking thiserror-no-std v2.0.2
23792026-03-19T18:06:02.431Z Checking vsss-rs v3.3.4
23802026-03-19T18:06:02.597Z Compiling derive-where v1.6.0
23812026-03-19T18:06:02.654Z Checking atomicwrites v0.4.4
23822026-03-19T18:06:02.657Z Checking usdt v0.5.0
23832026-03-19T18:06:02.822Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-19T18:06:02.870Z Checking console v0.15.11
23852026-03-19T18:06:02.944Z Checking tokio-dtrace v0.1.1
23862026-03-19T18:06:03.190Z Compiling typify v0.6.1
23872026-03-19T18:06:03.281Z Checking oxide-tokio-rt v0.1.3
23882026-03-19T18:06:03.285Z Checking newline-converter v0.3.0
23892026-03-19T18:06:03.374Z Compiling progenitor-impl v0.13.0
23902026-03-19T18:06:03.498Z Checking expectorate v1.2.0
23912026-03-19T18:06:03.547Z Compiling prettyplease v0.2.37
23922026-03-19T18:06:03.550Z Checking bytecount v0.6.9
23932026-03-19T18:06:03.696Z Compiling owo-colors v4.3.0
23942026-03-19T18:06:03.742Z Compiling cancel-safe-futures v0.1.5
23952026-03-19T18:06:03.987Z Checking libsw-core v0.3.2
23962026-03-19T18:06:04.209Z Checking libsw v3.5.0
23972026-03-19T18:06:04.256Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-19T18:06:04.369Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-19T18:06:04.425Z Checking same-file v1.0.6
24002026-03-19T18:06:04.471Z Checking linear-map v1.2.0
24012026-03-19T18:06:04.474Z Checking num-rational v0.4.2
24022026-03-19T18:06:04.607Z Checking walkdir v2.5.0
24032026-03-19T18:06:04.654Z Checking num-complex v0.4.6
24042026-03-19T18:06:04.728Z Checking float-ord v0.3.2
24052026-03-19T18:06:04.849Z Checking gethostname v0.5.0
24062026-03-19T18:06:04.993Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-19T18:06:05.098Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-03-19T18:06:05.145Z Compiling async-recursion v1.1.1
24092026-03-19T18:06:05.189Z Checking num v0.4.3
24102026-03-19T18:06:05.319Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-19T18:06:05.726Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-19T18:06:06.267Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-19T18:06:07.081Z Compiling progenitor-macro v0.13.0
24142026-03-19T18:06:07.430Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-19T18:06:08.898Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-19T18:06:09.094Z Checking unicode-linebreak v0.1.5
24172026-03-19T18:06:09.148Z Checking smawk v0.3.2
24182026-03-19T18:06:09.278Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-19T18:06:09.408Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-19T18:06:09.487Z Checking globset v0.4.18
24212026-03-19T18:06:10.030Z Compiling convert_case v0.10.0
24222026-03-19T18:06:10.726Z Compiling slog-dtrace v0.3.0
24232026-03-19T18:06:11.008Z Checking resolv-conf v0.7.6
24242026-03-19T18:06:11.226Z Compiling derive_more-impl v2.1.1
24252026-03-19T18:06:11.493Z Compiling pin-project-internal v1.1.11
24262026-03-19T18:06:11.551Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-19T18:06:11.641Z Checking pem v3.0.6
24282026-03-19T18:06:11.845Z Checking fd-lock v4.0.4
24292026-03-19T18:06:11.891Z Checking vte v0.14.1
24302026-03-19T18:06:12.039Z Checking display-error-chain v0.2.2
24312026-03-19T18:06:12.128Z Checking strip-ansi-escapes v0.2.1
24322026-03-19T18:06:12.226Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-19T18:06:12.298Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-19T18:06:12.345Z Checking derive_more v2.1.1
24352026-03-19T18:06:12.390Z Compiling snafu-derive v0.8.9
24362026-03-19T18:06:12.438Z Checking termtree v0.5.1
24372026-03-19T18:06:12.484Z Checking crossterm v0.29.0
24382026-03-19T18:06:12.664Z Checking linked-hash-map v0.5.6
24392026-03-19T18:06:12.927Z Checking nu-ansi-term v0.50.3
24402026-03-19T18:06:13.042Z Checking pin-project v1.1.11
24412026-03-19T18:06:13.135Z Checking lru-cache v0.1.2
24422026-03-19T18:06:13.202Z Checking textwrap v0.16.2
24432026-03-19T18:06:13.249Z Checking reedline v0.40.0
24442026-03-19T18:06:13.323Z Checking olpc-cjson v0.1.4
24452026-03-19T18:06:13.326Z Checking hickory-proto v0.24.4
24462026-03-19T18:06:13.558Z Checking serde_plain v1.0.2
24472026-03-19T18:06:13.790Z Checking typed-path v0.9.3
24482026-03-19T18:06:14.182Z Checking progenitor v0.13.0
24492026-03-19T18:06:14.391Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-19T18:06:14.821Z Compiling minimal-lexical v0.2.1
24512026-03-19T18:06:14.930Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-03-19T18:06:15.062Z Checking snafu v0.8.9
24532026-03-19T18:06:15.198Z Compiling nom v7.1.3
24542026-03-19T18:06:15.417Z Checking tough v0.20.0
24552026-03-19T18:06:15.679Z Checking nibble_vec v0.1.0
24562026-03-19T18:06:15.864Z Checking endian-type v0.1.2
24572026-03-19T18:06:15.909Z Checking hickory-resolver v0.24.4
24582026-03-19T18:06:16.071Z Checking radix_trie v0.2.1
24592026-03-19T18:06:16.380Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-19T18:06:16.904Z Compiling ar_archive_writer v0.5.1
24612026-03-19T18:06:17.072Z Checking humantime v2.3.0
24622026-03-19T18:06:17.125Z Checking qorb v0.4.1
24632026-03-19T18:06:17.173Z Checking csv-core v0.1.13
24642026-03-19T18:06:17.344Z Checking base64 v0.21.7
24652026-03-19T18:06:17.435Z Checking csv v1.4.0
24662026-03-19T18:06:17.714Z Compiling stacker v0.1.23
24672026-03-19T18:06:17.938Z Compiling cfg_aliases v0.1.1
24682026-03-19T18:06:18.020Z Checking highway v1.3.0
24692026-03-19T18:06:18.074Z Compiling nix v0.28.0
24702026-03-19T18:06:18.168Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-19T18:06:18.172Z Compiling psm v0.1.30
24722026-03-19T18:06:18.259Z Checking papergrid v0.11.0
24732026-03-19T18:06:18.301Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-19T18:06:18.352Z Compiling tabled_derive v0.7.0
24752026-03-19T18:06:18.571Z Checking home v0.5.12
24762026-03-19T18:06:18.788Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-19T18:06:18.791Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-19T18:06:18.877Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-19T18:06:19.144Z Checking phf_shared v0.12.1
24802026-03-19T18:06:19.368Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-19T18:06:19.413Z Compiling semver v0.1.20
24822026-03-19T18:06:19.499Z Compiling chrono-tz v0.10.4
24832026-03-19T18:06:19.558Z Checking phf v0.12.1
24842026-03-19T18:06:19.676Z Checking tabled v0.15.0
24852026-03-19T18:06:19.800Z Compiling rustc_version v0.1.7
24862026-03-19T18:06:19.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-19T18:06:19.890Z Compiling const_format_proc_macros v0.2.34
24882026-03-19T18:06:19.938Z Checking recursive v0.1.1
24892026-03-19T18:06:19.941Z Compiling peg-macros v0.8.5
24902026-03-19T18:06:20.094Z Checking winnow v0.6.26
24912026-03-19T18:06:20.139Z Compiling sqlparser_derive v0.5.0
24922026-03-19T18:06:20.522Z Checking unicode_categories v0.1.1
24932026-03-19T18:06:21.063Z Checking const_format v0.2.35
24942026-03-19T18:06:21.178Z Checking sqlparser v0.61.0
24952026-03-19T18:06:21.281Z Checking rustyline v14.0.0
24962026-03-19T18:06:21.436Z Compiling newtype_derive v0.1.6
24972026-03-19T18:06:21.758Z Checking sqlformat v0.3.5
24982026-03-19T18:06:21.848Z Checking peg v0.8.5
24992026-03-19T18:06:21.980Z Checking bcs v0.1.6
25002026-03-19T18:06:22.329Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-19T18:06:22.377Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-19T18:06:22.506Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-19T18:06:22.585Z Checking steno v0.4.1
25042026-03-19T18:06:22.646Z Compiling typify-impl v0.4.3
25052026-03-19T18:06:22.913Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-19T18:06:24.008Z Checking utf-8 v0.7.6
25072026-03-19T18:06:24.054Z Checking filetime v0.2.27
25082026-03-19T18:06:24.266Z Checking arc-swap v1.8.2
25092026-03-19T18:06:24.597Z Checking xattr v1.6.1
25102026-03-19T18:06:24.804Z Checking tar v0.4.44
25112026-03-19T18:06:25.344Z Checking slog-scope v4.4.1
25122026-03-19T18:06:25.390Z Checking tungstenite v0.21.0
25132026-03-19T18:06:25.560Z Checking slog-stdlog v4.1.1
25142026-03-19T18:06:25.678Z Checking typeid v1.0.3
25152026-03-19T18:06:25.756Z Checking slog-envlogger v2.2.0
25162026-03-19T18:06:25.847Z Checking subprocess v0.2.15
25172026-03-19T18:06:25.982Z Checking headers-core v0.3.0
25182026-03-19T18:06:25.985Z Checking tokio-tungstenite v0.21.0
25192026-03-19T18:06:26.156Z Checking headers v0.4.1
25202026-03-19T18:06:26.260Z Compiling lzma-sys v0.1.20
25212026-03-19T18:06:26.412Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-19T18:06:26.458Z Compiling cargo_toml v0.22.3
25232026-03-19T18:06:26.836Z Checking yasna v0.5.2
25242026-03-19T18:06:27.068Z Checking xz2 v0.1.7
25252026-03-19T18:06:27.323Z Checking ron v0.12.0
25262026-03-19T18:06:27.402Z Checking rcgen v0.12.1
25272026-03-19T18:06:27.749Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-19T18:06:27.876Z Checking base16ct v1.0.0
25292026-03-19T18:06:27.879Z Checking dropshot-api-manager-types v0.6.0
25302026-03-19T18:06:28.078Z Checking tagptr v0.2.0
25312026-03-19T18:06:28.182Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-19T18:06:28.300Z Checking moka v0.12.13
25332026-03-19T18:06:28.405Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25342026-03-19T18:06:28.451Z Compiling radium v0.7.0
25352026-03-19T18:06:28.627Z Compiling libefi-sys v0.1.0
25362026-03-19T18:06:28.891Z Compiling bitfield-struct v0.6.2
25372026-03-19T18:06:29.002Z Compiling maybe-uninit v2.0.0
25382026-03-19T18:06:29.049Z Compiling typify-macro v0.4.3
25392026-03-19T18:06:29.213Z Checking hickory-resolver v0.25.2
25402026-03-19T18:06:29.393Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25412026-03-19T18:06:29.764Z Checking tap v1.0.1
25422026-03-19T18:06:29.968Z Checking wyz v0.5.1
25432026-03-19T18:06:30.121Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-19T18:06:30.204Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-19T18:06:30.390Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-19T18:06:30.436Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-19T18:06:30.617Z Compiling zerocopy-derive v0.6.6
25482026-03-19T18:06:30.730Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-03-19T18:06:30.781Z Compiling packed_struct v0.10.1
25502026-03-19T18:06:30.826Z Checking funty v2.0.0
25512026-03-19T18:06:30.870Z Checking crc-catalog v2.4.0
25522026-03-19T18:06:31.036Z Checking crc v3.4.0
25532026-03-19T18:06:31.194Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-19T18:06:31.309Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-19T18:06:31.383Z Checking bitvec v1.0.1
25562026-03-19T18:06:31.402Z Compiling typify v0.4.3
25572026-03-19T18:06:31.582Z Compiling progenitor-impl v0.10.0
25582026-03-19T18:06:31.763Z Compiling packed_struct_codegen v0.10.1
25592026-03-19T18:06:31.807Z Checking zerocopy v0.6.6
25602026-03-19T18:06:31.849Z Compiling bitfield-macros v0.19.4
25612026-03-19T18:06:32.244Z Compiling indexmap v1.9.3
25622026-03-19T18:06:32.524Z Checking nodrop v0.1.14
25632026-03-19T18:06:32.782Z Checking array-init v0.0.4
25642026-03-19T18:06:32.901Z Checking bitfield v0.19.4
25652026-03-19T18:06:33.068Z Checking smallvec v0.6.14
25662026-03-19T18:06:33.277Z Checking hashbrown v0.12.3
25672026-03-19T18:06:33.322Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-19T18:06:33.326Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-19T18:06:33.455Z Checking serde-hex v0.1.0
25702026-03-19T18:06:33.561Z Checking ron v0.8.1
25712026-03-19T18:06:34.345Z Checking hashbrown v0.13.2
25722026-03-19T18:06:34.391Z Checking crc-any v2.5.0
25732026-03-19T18:06:34.629Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-19T18:06:34.675Z Checking path-slash v0.1.5
25752026-03-19T18:06:34.846Z Compiling xshell-macros v0.2.7
25762026-03-19T18:06:34.891Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-19T18:06:34.955Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-19T18:06:35.000Z Checking object v0.30.4
25792026-03-19T18:06:35.246Z Compiling progenitor-macro v0.10.0
25802026-03-19T18:06:35.362Z Checking xshell v0.2.7
25812026-03-19T18:06:35.415Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-03-19T18:06:35.579Z Checking half v1.8.3
25832026-03-19T18:06:35.649Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25842026-03-19T18:06:35.888Z Checking serde_cbor v0.11.2
25852026-03-19T18:06:36.295Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25862026-03-19T18:06:36.451Z Compiling num-derive v0.3.3
25872026-03-19T18:06:36.616Z Compiling proc-macro-error-attr2 v2.0.0
25882026-03-19T18:06:36.659Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-19T18:06:37.156Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25902026-03-19T18:06:37.159Z Compiling proc-macro-error2 v2.0.1
25912026-03-19T18:06:37.649Z Compiling tabled_derive v0.11.0
25922026-03-19T18:06:37.694Z Checking libscf-sys v1.1.0
25932026-03-19T18:06:37.853Z Checking papergrid v0.17.0
25942026-03-19T18:06:37.900Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-03-19T18:06:38.024Z Checking testing_table v0.3.0
25962026-03-19T18:06:38.186Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25972026-03-19T18:06:38.230Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-19T18:06:38.695Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25992026-03-19T18:06:38.979Z Checking maplit v1.0.2
26002026-03-19T18:06:39.124Z Checking crc8 v0.1.1
26012026-03-19T18:06:39.127Z Checking fxhash v0.2.1
26022026-03-19T18:06:39.212Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-19T18:06:39.282Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26042026-03-19T18:06:39.328Z Checking tabled v0.20.0
26052026-03-19T18:06:39.331Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-03-19T18:06:39.372Z Checking unicase v2.9.0
26072026-03-19T18:06:39.660Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-19T18:06:40.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-19T18:06:40.217Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-19T18:06:40.449Z Checking kstat-rs v0.2.4
26112026-03-19T18:06:40.559Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-19T18:06:40.606Z Compiling parking_lot_core v0.8.6
26132026-03-19T18:06:40.730Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26142026-03-19T18:06:40.835Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-19T18:06:40.959Z Compiling diesel_derives v2.3.7
26162026-03-19T18:06:41.166Z Compiling git-stub v1.0.0
26172026-03-19T18:06:41.280Z Checking scheduled-thread-pool v0.2.7
26182026-03-19T18:06:41.356Z Compiling dsl_auto_type v0.2.0
26192026-03-19T18:06:41.502Z Compiling vergen-gitcl v1.0.8
26202026-03-19T18:06:41.546Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-19T18:06:41.831Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-03-19T18:06:41.876Z Checking r2d2 v0.8.10
26232026-03-19T18:06:41.924Z Compiling git-stub-vcs v0.1.0
26242026-03-19T18:06:42.120Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-19T18:06:42.166Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26262026-03-19T18:06:42.212Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-03-19T18:06:42.261Z Checking progenitor v0.10.0
26282026-03-19T18:06:42.264Z Checking downcast-rs v2.0.2
26292026-03-19T18:06:42.421Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26302026-03-19T18:06:42.469Z Checking parking_lot v0.11.2
26312026-03-19T18:06:42.512Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-03-19T18:06:42.636Z Checking prefix-trie v0.7.0
26332026-03-19T18:06:42.800Z Checking nanorand v0.7.0
26342026-03-19T18:06:42.846Z Compiling dirs-sys-next v0.1.2
26352026-03-19T18:06:43.050Z Compiling crunchy v0.2.4
26362026-03-19T18:06:43.098Z Checking flume v0.11.1
26372026-03-19T18:06:43.141Z Checking hickory-server v0.25.2
26382026-03-19T18:06:43.271Z Compiling dirs-next v2.0.0
26392026-03-19T18:06:43.489Z Checking sled v0.34.7
26402026-03-19T18:06:43.493Z Compiling clang-sys v1.8.1
26412026-03-19T18:06:43.575Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-19T18:06:43.620Z Checking hickory-client v0.25.2
26432026-03-19T18:06:43.851Z Compiling tiny-keccak v2.0.2
26442026-03-19T18:06:44.144Z Compiling term v0.7.0
26452026-03-19T18:06:44.248Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-19T18:06:44.290Z Compiling salty v0.3.0
26472026-03-19T18:06:44.487Z Compiling bit-vec v0.6.3
26482026-03-19T18:06:44.737Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26492026-03-19T18:06:44.788Z Compiling bit-set v0.5.3
26502026-03-19T18:06:44.831Z Compiling ascii-canvas v3.0.0
26512026-03-19T18:06:45.022Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-19T18:06:45.208Z Checking primeorder v0.13.6
26532026-03-19T18:06:45.507Z Compiling itertools v0.10.5
26542026-03-19T18:06:45.573Z Compiling ena v0.14.4
26552026-03-19T18:06:45.697Z Compiling libloading v0.8.9
26562026-03-19T18:06:45.890Z Compiling fs-err v2.11.0
26572026-03-19T18:06:46.011Z Compiling regex-syntax v0.6.29
26582026-03-19T18:06:46.178Z Compiling bindgen v0.71.1
26592026-03-19T18:06:46.237Z Compiling diff v0.1.13
26602026-03-19T18:06:46.836Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-03-19T18:06:46.964Z Compiling cexpr v0.6.0
26622026-03-19T18:06:47.163Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-19T18:06:47.617Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26642026-03-19T18:06:47.946Z Compiling lalrpop v0.19.12
26652026-03-19T18:06:48.500Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-03-19T18:06:48.818Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26672026-03-19T18:06:49.267Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26682026-03-19T18:06:49.714Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-03-19T18:06:49.761Z Compiling libxml v0.3.3
26702026-03-19T18:06:49.829Z Checking diesel v2.3.7
26712026-03-19T18:06:49.992Z Checking parse-size v1.1.0
26722026-03-19T18:06:50.215Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26732026-03-19T18:06:50.279Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26742026-03-19T18:06:50.699Z Checking p384 v0.13.1
26752026-03-19T18:06:51.310Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26762026-03-19T18:06:51.356Z Compiling strum_macros v0.24.3
26772026-03-19T18:06:52.116Z Compiling indoc v1.0.9
26782026-03-19T18:06:53.207Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26792026-03-19T18:06:53.546Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-03-19T18:06:53.786Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812026-03-19T18:06:53.833Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26822026-03-19T18:06:53.878Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-03-19T18:06:54.485Z Checking predicates-tree v1.0.13
26842026-03-19T18:06:54.598Z Checking quick-xml v0.37.5
26852026-03-19T18:06:54.668Z Checking derive_builder v0.20.2
26862026-03-19T18:06:54.852Z Compiling oso-derive v0.27.3
26872026-03-19T18:06:55.523Z Compiling trait-variant v0.1.2
26882026-03-19T18:06:55.874Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-19T18:06:56.156Z Checking openssl-probe v0.1.6
26902026-03-19T18:06:56.264Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-19T18:06:56.331Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26922026-03-19T18:06:56.379Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932026-03-19T18:06:56.485Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-03-19T18:06:57.100Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26952026-03-19T18:06:57.375Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-19T18:06:57.502Z Compiling progenitor-impl v0.11.2
26972026-03-19T18:06:58.004Z Checking assert_matches v1.5.0
26982026-03-19T18:06:58.398Z Compiling mime_guess v2.0.5
26992026-03-19T18:06:58.443Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27002026-03-19T18:06:58.861Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27012026-03-19T18:06:59.139Z Checking progenitor-client v0.11.2
27022026-03-19T18:06:59.401Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-19T18:06:59.488Z Checking http-range v0.1.5
27042026-03-19T18:06:59.595Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-19T18:06:59.788Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-19T18:06:59.831Z Checking ignore v0.4.25
27072026-03-19T18:07:00.594Z Checking atty v0.2.14
27082026-03-19T18:07:00.759Z Checking globwalk v0.9.1
27092026-03-19T18:07:01.303Z Compiling progenitor-macro v0.11.2
27102026-03-19T18:07:01.734Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-03-19T18:07:02.265Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-19T18:07:02.874Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-03-19T18:07:03.280Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-03-19T18:07:03.562Z Checking bb8 v0.8.6
27152026-03-19T18:07:03.607Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-03-19T18:07:03.905Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27172026-03-19T18:07:03.957Z Checking corncobs v0.1.4
27182026-03-19T18:07:04.163Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-19T18:07:04.323Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-19T18:07:04.540Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-19T18:07:05.020Z Checking hyper-staticfile v0.10.1
27222026-03-19T18:07:05.094Z Checking camino-tempfile-ext v0.3.3
27232026-03-19T18:07:05.398Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-03-19T18:07:05.443Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-19T18:07:05.711Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-03-19T18:07:05.787Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27272026-03-19T18:07:05.994Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-19T18:07:06.736Z Checking signal-hook-tokio v0.3.1
27292026-03-19T18:07:06.946Z Checking secrecy v0.8.0
27302026-03-19T18:07:07.144Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-03-19T18:07:07.555Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27322026-03-19T18:07:08.094Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27332026-03-19T18:07:08.187Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-19T18:07:08.249Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-03-19T18:07:08.471Z Checking progenitor v0.11.2
27362026-03-19T18:07:08.542Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-03-19T18:07:08.686Z Checking nonempty v0.12.0
27382026-03-19T18:07:08.897Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27392026-03-19T18:07:08.989Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-03-19T18:07:09.127Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-19T18:07:09.170Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27422026-03-19T18:07:09.578Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-19T18:07:09.688Z Checking async-bb8-diesel v0.2.1
27442026-03-19T18:07:10.166Z Checking diesel-dtrace v0.5.0
27452026-03-19T18:07:10.211Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-19T18:07:10.516Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27472026-03-19T18:07:10.765Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-03-19T18:07:10.997Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-03-19T18:07:11.302Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27502026-03-19T18:07:11.359Z Checking tungstenite v0.23.0
27512026-03-19T18:07:11.975Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-03-19T18:07:12.061Z Checking tokio-tungstenite v0.23.1
27532026-03-19T18:07:12.204Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542026-03-19T18:07:12.448Z Checking rand_seeder v0.4.0
27552026-03-19T18:07:12.717Z Checking void v1.0.2
27562026-03-19T18:07:12.761Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-03-19T18:07:12.900Z Checking lzss v0.8.2
27582026-03-19T18:07:13.189Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592026-03-19T18:07:13.290Z Checking nix v0.27.1
27602026-03-19T18:07:13.444Z Checking serde_bytes v0.11.19
27612026-03-19T18:07:13.552Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-03-19T18:07:13.727Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-03-19T18:07:13.813Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642026-03-19T18:07:14.057Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-03-19T18:07:14.719Z Checking is_ci v1.2.0
27662026-03-19T18:07:14.892Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-19T18:07:14.974Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27682026-03-19T18:07:15.138Z Checking yansi v1.0.1
27692026-03-19T18:07:15.477Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-19T18:07:15.523Z Checking pretty_assertions v1.4.1
27712026-03-19T18:07:15.732Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-19T18:07:15.800Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-03-19T18:07:15.861Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27742026-03-19T18:07:16.075Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-19T18:07:16.407Z Compiling darling_core v0.23.0
27762026-03-19T18:07:17.609Z Compiling indoc v2.0.7
27772026-03-19T18:07:17.751Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-19T18:07:18.036Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-03-19T18:07:18.249Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-03-19T18:07:18.315Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27812026-03-19T18:07:18.542Z Compiling instability v0.3.11
27822026-03-19T18:07:18.745Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-03-19T18:07:19.038Z Compiling libz-sys v1.1.24
27842026-03-19T18:07:19.161Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-19T18:07:19.556Z Checking castaway v0.2.4
27862026-03-19T18:07:19.738Z Checking compact_str v0.8.1
27872026-03-19T18:07:20.082Z Compiling darling_macro v0.23.0
27882026-03-19T18:07:20.297Z Checking supports-color v3.0.2
27892026-03-19T18:07:20.505Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-19T18:07:20.678Z Checking unicode-truncate v1.1.0
27912026-03-19T18:07:20.742Z Compiling darling v0.23.0
27922026-03-19T18:07:20.791Z Checking lru v0.12.5
27932026-03-19T18:07:20.938Z Checking cassowary v0.3.0
27942026-03-19T18:07:21.101Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-19T18:07:21.482Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-03-19T18:07:21.524Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-03-19T18:07:21.867Z Checking ratatui v0.29.0
27982026-03-19T18:07:23.143Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-19T18:07:23.433Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-19T18:07:23.546Z Compiling vergen-git2 v1.0.7
28012026-03-19T18:07:23.768Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-19T18:07:23.823Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-03-19T18:07:23.932Z Checking colored v2.2.0
28042026-03-19T18:07:24.039Z Checking shell-words v1.1.1
28052026-03-19T18:07:24.100Z Compiling rustls v0.21.12
28062026-03-19T18:07:24.234Z Checking plotters-backend v0.3.7
28072026-03-19T18:07:24.447Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-19T18:07:24.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-03-19T18:07:24.534Z Checking plotters-svg v0.3.7
28102026-03-19T18:07:24.756Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-03-19T18:07:24.800Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-19T18:07:25.033Z Checking rustls-webpki v0.101.7
28132026-03-19T18:07:25.389Z Checking sct v0.7.1
28142026-03-19T18:07:25.536Z Compiling nix v0.29.0
28152026-03-19T18:07:25.607Z Checking cast v0.3.0
28162026-03-19T18:07:25.744Z Checking hex-literal v0.4.1
28172026-03-19T18:07:25.863Z Checking criterion-plot v0.6.0
28182026-03-19T18:07:25.909Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-19T18:07:26.355Z Checking plotters v0.3.7
28202026-03-19T18:07:27.391Z Checking erased-serde v0.4.9
28212026-03-19T18:07:27.984Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-19T18:07:28.028Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-19T18:07:29.026Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-19T18:07:30.004Z Checking tinytemplate v1.2.1
28252026-03-19T18:07:30.333Z Checking ordered-float v2.10.1
28262026-03-19T18:07:30.718Z Checking anes v0.1.6
28272026-03-19T18:07:31.065Z Checking oorandom v11.1.5
28282026-03-19T18:07:31.249Z Checking criterion v0.7.0
28292026-03-19T18:07:31.699Z Checking serde-value v0.7.0
28302026-03-19T18:07:32.019Z Checking tokio-rustls v0.24.1
28312026-03-19T18:07:32.313Z Checking serde-untagged v0.1.9
28322026-03-19T18:07:32.899Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-19T18:07:32.947Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-19T18:07:33.226Z Checking rustls-pemfile v1.0.4
28352026-03-19T18:07:33.440Z Checking twox-hash v2.1.2
28362026-03-19T18:07:33.887Z Checking unicode-xid v0.2.6
28372026-03-19T18:07:34.017Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-19T18:07:34.073Z Checking cargo-util-schemas v0.8.2
28392026-03-19T18:07:34.406Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-19T18:07:34.632Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-19T18:07:35.325Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-19T18:07:35.562Z Checking fatfs v0.3.6
28432026-03-19T18:07:36.220Z Checking cargo-platform v0.2.0
28442026-03-19T18:07:36.403Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-19T18:07:36.505Z Compiling petname v2.0.2
28462026-03-19T18:07:37.188Z Compiling seq-macro v0.3.6
28472026-03-19T18:07:38.131Z Checking cargo_metadata v0.21.0
28482026-03-19T18:07:38.378Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-19T18:07:39.209Z Checking concurrent-queue v2.5.0
28502026-03-19T18:07:39.488Z Checking rtoolbox v0.0.3
28512026-03-19T18:07:39.727Z Checking parking v2.2.1
28522026-03-19T18:07:39.773Z Checking futures-timer v3.0.3
28532026-03-19T18:07:39.916Z Checking event-listener v5.4.1
28542026-03-19T18:07:40.036Z Checking rpassword v7.4.0
28552026-03-19T18:07:40.210Z Checking tui-tree-widget v0.23.1
28562026-03-19T18:07:40.253Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-19T18:07:40.485Z Checking polyval v0.6.2
28582026-03-19T18:07:40.528Z Checking sapling-renderdag v0.1.0
28592026-03-19T18:07:40.629Z Checking sync-ptr v0.1.4
28602026-03-19T18:07:40.729Z Checking ghash v0.5.1
28612026-03-19T18:07:40.817Z Checking event-listener-strategy v0.5.4
28622026-03-19T18:07:40.887Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-19T18:07:40.933Z Checking ctr v0.9.2
28642026-03-19T18:07:41.024Z Checking constant_time_eq v0.4.2
28652026-03-19T18:07:41.166Z Checking arrayvec v0.7.6
28662026-03-19T18:07:41.210Z Checking arrayref v0.3.9
28672026-03-19T18:07:41.255Z Checking aes-gcm v0.10.3
28682026-03-19T18:07:41.454Z Checking async-lock v3.4.2
28692026-03-19T18:07:41.463Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-19T18:07:41.499Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-19T18:07:41.964Z Checking ssh-encoding v0.2.0
28722026-03-19T18:07:42.252Z Checking blowfish v0.9.1
28732026-03-19T18:07:42.486Z Checking bcrypt-pbkdf v0.10.0
28742026-03-19T18:07:42.750Z Checking ssh-cipher v0.2.0
28752026-03-19T18:07:42.753Z Checking async-object-pool v0.2.0
28762026-03-19T18:07:42.979Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-19T18:07:43.022Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-19T18:07:43.437Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-19T18:07:43.484Z Compiling samael v0.0.19
28802026-03-19T18:07:43.804Z Checking serde_regex v1.1.0
28812026-03-19T18:07:44.043Z Checking password-hash v0.4.2
28822026-03-19T18:07:44.295Z Checking assert-json-diff v2.0.2
28832026-03-19T18:07:44.379Z Checking path-tree v0.8.3
28842026-03-19T18:07:44.551Z Compiling target-lexicon v0.13.3
28852026-03-19T18:07:44.667Z Checking stringmetrics v2.2.2
28862026-03-19T18:07:44.902Z Checking gimli v0.32.3
28872026-03-19T18:07:45.128Z Checking httpmock v0.8.3
28882026-03-19T18:07:45.317Z Checking pbkdf2 v0.11.0
28892026-03-19T18:07:45.570Z Checking ssh-key v0.6.7
28902026-03-19T18:07:47.110Z Checking addr2line v0.25.1
28912026-03-19T18:07:47.508Z Checking p256 v0.13.2
28922026-03-19T18:07:47.892Z Checking p521 v0.13.3
28932026-03-19T18:07:48.144Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-19T18:07:48.434Z Checking russh-cryptovec v0.7.3
28952026-03-19T18:07:48.650Z Checking rustc-demangle v0.1.27
28962026-03-19T18:07:48.744Z Compiling guppy-workspace-hack v0.1.0
28972026-03-19T18:07:48.991Z Checking md5 v0.7.0
28982026-03-19T18:07:49.099Z Checking backtrace v0.3.76
28992026-03-19T18:07:49.248Z Checking russh-keys v0.45.0
29002026-03-19T18:07:49.517Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-19T18:07:49.561Z Checking num-bigint v0.4.6
29022026-03-19T18:07:49.606Z Checking des v0.8.1
29032026-03-19T18:07:50.048Z Compiling blake3 v1.8.3
29042026-03-19T18:07:50.150Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-19T18:07:50.539Z Compiling target-spec v3.5.7
29062026-03-19T18:07:50.720Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-19T18:07:50.973Z Checking russh v0.45.0
29082026-03-19T18:07:51.580Z Checking backtrace-ext v0.2.1
29092026-03-19T18:07:51.623Z Checking cfg-expr v0.20.6
29102026-03-19T18:07:51.755Z Checking supports-color v2.1.0
29112026-03-19T18:07:51.802Z Checking textwrap v0.15.2
29122026-03-19T18:07:51.962Z Checking supports-unicode v2.1.0
29132026-03-19T18:07:52.106Z Checking supports-hyperlinks v2.1.0
29142026-03-19T18:07:52.150Z Checking hashbrown v0.14.5
29152026-03-19T18:07:52.195Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-19T18:07:52.303Z Checking cargo-platform v0.3.2
29172026-03-19T18:07:52.489Z Checking terminal_size v0.1.17
29182026-03-19T18:07:52.559Z Checking socket2 v0.5.10
29192026-03-19T18:07:52.673Z Compiling miette-derive v5.10.0
29202026-03-19T18:07:52.854Z Checking owo-colors v3.5.0
29212026-03-19T18:07:52.942Z Checking internet-checksum v0.2.1
29222026-03-19T18:07:53.132Z Checking chumsky v0.9.3
29232026-03-19T18:07:53.526Z Checking cargo_metadata v0.23.1
29242026-03-19T18:07:54.230Z Checking miette v5.10.0
29252026-03-19T18:07:54.574Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-19T18:07:54.622Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-19T18:07:54.702Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-19T18:07:54.919Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-19T18:07:55.106Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-19T18:07:55.257Z Checking httptest v0.16.4
29312026-03-19T18:07:55.574Z Compiling git2 v0.20.4
29322026-03-19T18:07:55.641Z Checking pathdiff v0.2.3
29332026-03-19T18:07:55.729Z Compiling knuffel-derive v3.2.0
29342026-03-19T18:07:55.778Z Checking nested v0.1.1
29352026-03-19T18:07:55.819Z Checking topological-sort v0.2.2
29362026-03-19T18:07:55.990Z Checking guppy v0.17.25
29372026-03-19T18:07:56.035Z Checking omicron-zone-package v0.12.2
29382026-03-19T18:07:56.254Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-19T18:07:56.557Z Checking similar-asserts v1.7.0
29402026-03-19T18:07:56.786Z Compiling rstest_macros v0.25.0
29412026-03-19T18:07:57.181Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-19T18:07:57.256Z Compiling target-triple v1.0.0
29432026-03-19T18:07:57.381Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-19T18:07:57.439Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29452026-03-19T18:07:57.749Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-19T18:07:57.828Z Checking knuffel v3.2.0
29472026-03-19T18:07:58.316Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-19T18:07:58.495Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-19T18:07:59.330Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-19T18:07:59.558Z Compiling assert_cmd v2.1.2
29512026-03-19T18:07:59.673Z Compiling relative-path v1.9.3
29522026-03-19T18:07:59.745Z Checking escape8259 v0.5.3
29532026-03-19T18:07:59.957Z Checking libtest-mimic v0.8.1
29542026-03-19T18:08:00.014Z Checking toml v1.0.3+spec-1.1.0
29552026-03-19T18:08:00.471Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-19T18:08:00.520Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-19T18:08:00.742Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-19T18:08:00.893Z Checking blake2b_simd v1.0.4
29592026-03-19T18:08:01.458Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-19T18:08:01.611Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-19T18:08:01.950Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-03-19T18:08:02.139Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-03-19T18:08:02.305Z Compiling polar-core v0.27.3
29642026-03-19T18:08:02.422Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29652026-03-19T18:08:02.662Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-03-19T18:08:02.955Z Checking fancy-regex v0.14.0
29672026-03-19T18:08:03.275Z Checking serde_tokenstream v0.2.3
29682026-03-19T18:08:03.493Z Checking uzers v0.12.2
29692026-03-19T18:08:03.598Z Checking constant_time_eq v0.3.1
29702026-03-19T18:08:03.778Z Compiling linkme-impl v0.3.35
29712026-03-19T18:08:03.829Z Checking termcolor v1.4.1
29722026-03-19T18:08:04.151Z Checking trybuild v1.0.116
29732026-03-19T18:08:04.292Z Checking rust-argon2 v2.1.0
29742026-03-19T18:08:04.677Z Checking datatest-stable v0.3.3
29752026-03-19T18:08:05.320Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-19T18:08:05.363Z Checking rstest v0.25.0
29772026-03-19T18:08:05.592Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-19T18:08:05.768Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-19T18:08:05.812Z Checking support-bundle-viewer v0.1.2
29802026-03-19T18:08:06.175Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-19T18:08:06.461Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29822026-03-19T18:08:06.813Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-03-19T18:08:06.876Z Checking drift v0.1.3
29842026-03-19T18:08:07.106Z Checking rand_distr v0.5.1
29852026-03-19T18:08:07.341Z Checking multimap v0.10.1
29862026-03-19T18:08:07.617Z Checking approx v0.5.1
29872026-03-19T18:08:07.756Z Compiling linkme v0.3.35
29882026-03-19T18:08:07.887Z Checking dropshot-api-manager v0.6.0
29892026-03-19T18:08:09.078Z Checking oso v0.27.3
29902026-03-19T18:08:09.253Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29912026-03-19T18:08:09.587Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29922026-03-19T18:08:09.739Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-03-19T18:08:10.190Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-03-19T18:08:10.404Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-03-19T18:08:10.451Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-03-19T18:08:10.508Z Checking partial-io v0.5.4
29972026-03-19T18:08:10.671Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-19T18:08:10.797Z Checking cargo_toml v0.21.0
29992026-03-19T18:08:10.842Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-19T18:08:10.845Z Checking termios v0.3.3
30012026-03-19T18:08:11.090Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-19T18:08:11.596Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30032026-03-19T18:08:11.650Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30042026-03-19T18:08:11.978Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-19T18:08:13.852Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-03-19T18:08:16.292Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-19T18:08:21.354Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30082026-03-19T18:08:24.178Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30092026-03-19T18:08:29.434Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30102026-03-19T18:08:30.431Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-19T18:08:36.524Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-19T18:08:42.845Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-19T18:08:44.624Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30142026-03-19T18:08:45.934Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30152026-03-19T18:08:57.215Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-19T18:10:54.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
30172026-03-19T18:10:54.891Z
30182026-03-19T18:10:54.894Zreal 5:40.183383929
30192026-03-19T18:10:54.894Zuser 28:22.783200521
30202026-03-19T18:10:54.894Zsys 5:55.974235409
30212026-03-19T18:10:54.894Ztrap 0.716713680
30222026-03-19T18:10:54.894Ztflt 0.105000065
30232026-03-19T18:10:54.894Zdflt 0.208408871
30242026-03-19T18:10:54.894Zkflt 0.000724331
30252026-03-19T18:10:54.894Zlock 1:20:07.484858012
30262026-03-19T18:10:54.894Zslp 1:17:02.953785687
30272026-03-19T18:10:54.894Zlat 1:58.485294180
30282026-03-19T18:10:54.894Zstop 13:51.835516864
30292026-03-19T18:10:54.894Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-19T18:10:54.894Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-19T18:10:56.083Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30322026-03-19T18:10:56.083Z |
30332026-03-19T18:10:56.083Z = 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)`
30342026-03-19T18:10:56.083Z = 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>
30352026-03-19T18:10:57.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-19T18:10:57.666Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-03-19T18:10:57.714Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-03-19T18:10:57.795Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-19T18:10:57.974Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402026-03-19T18:10:58.003Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30412026-03-19T18:10:58.032Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30422026-03-19T18:10:58.069Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-03-19T18:10:58.139Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-19T18:10:58.251Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-19T18:10:58.292Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-19T18:10:58.334Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-19T18:10:58.391Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-19T18:10:58.420Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-19T18:10:58.477Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30502026-03-19T18:10:58.526Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30512026-03-19T18:10:58.569Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-19T18:10:58.598Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-19T18:10:58.657Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-03-19T18:10:58.720Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-03-19T18:10:58.980Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-03-19T18:10:59.304Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30572026-03-19T18:10:59.487Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30582026-03-19T18:10:59.591Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30592026-03-19T18:10:59.591Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-03-19T18:10:59.749Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-03-19T18:10:59.781Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-19T18:10:59.994Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30632026-03-19T18:11:00.071Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30642026-03-19T18:11:00.175Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-03-19T18:11:00.267Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30662026-03-19T18:11:00.307Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-19T18:11:00.553Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-19T18:11:00.779Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-19T18:11:00.808Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-19T18:11:00.836Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-03-19T18:11:01.018Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722026-03-19T18:11:01.113Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30732026-03-19T18:11:01.145Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742026-03-19T18:11:01.433Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30752026-03-19T18:11:01.514Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30762026-03-19T18:11:01.849Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-19T18:11:01.852Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-19T18:11:01.954Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30792026-03-19T18:11:02.002Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30802026-03-19T18:11:02.058Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30812026-03-19T18:11:02.294Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30822026-03-19T18:11:02.325Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30832026-03-19T18:11:02.396Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-03-19T18:11:02.576Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-19T18:11:02.606Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-19T18:11:02.633Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30872026-03-19T18:11:02.662Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30882026-03-19T18:11:02.969Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-19T18:11:02.973Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-19T18:11:03.023Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30912026-03-19T18:11:03.026Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30922026-03-19T18:11:03.275Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30932026-03-19T18:11:03.302Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30942026-03-19T18:11:03.330Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30952026-03-19T18:11:03.520Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30962026-03-19T18:11:03.606Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30972026-03-19T18:11:03.642Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30982026-03-19T18:11:03.689Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-19T18:11:03.850Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-03-19T18:11:03.894Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31012026-03-19T18:11:04.015Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31022026-03-19T18:11:04.245Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31032026-03-19T18:11:04.250Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-19T18:11:04.298Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-19T18:11:04.329Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31062026-03-19T18:11:04.481Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-19T18:11:05.019Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-19T18:11:05.066Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-03-19T18:11:06.068Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-19T18:11:06.635Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31112026-03-19T18:11:06.822Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-03-19T18:11:06.920Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-03-19T18:11:06.953Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-19T18:11:07.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31152026-03-19T18:11:07.363Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31162026-03-19T18:11:07.395Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-03-19T18:11:07.694Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182026-03-19T18:11:07.974Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-03-19T18:11:08.294Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-19T18:11:08.379Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-03-19T18:11:08.408Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-19T18:11:08.642Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-19T18:11:08.800Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-03-19T18:11:09.207Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-19T18:11:09.699Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-19T18:11:09.848Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-19T18:11:09.939Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-19T18:11:10.295Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-19T18:11:10.377Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-19T18:11:11.016Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31312026-03-19T18:11:11.214Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31322026-03-19T18:11:12.129Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-19T18:11:12.280Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-19T18:11:12.666Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-19T18:11:13.389Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-19T18:11:13.474Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-19T18:11:13.823Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-19T18:11:13.921Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-03-19T18:11:14.147Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-03-19T18:11:14.176Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-19T18:11:14.275Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-19T18:11:14.306Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-19T18:11:14.669Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-19T18:11:14.701Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-19T18:11:14.704Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-03-19T18:11:14.902Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-19T18:11:14.937Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31482026-03-19T18:11:15.320Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-19T18:11:15.902Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-19T18:11:15.969Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-19T18:11:16.414Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-19T18:11:17.075Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-19T18:11:17.784Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-03-19T18:11:17.984Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31552026-03-19T18:11:18.112Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-19T18:11:18.318Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-03-19T18:11:18.467Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-19T18:11:18.726Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-19T18:11:19.293Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-19T18:11:19.575Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-19T18:11:19.676Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-19T18:11:19.778Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31632026-03-19T18:11:20.876Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31642026-03-19T18:11:21.330Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-19T18:11:21.542Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-19T18:11:21.628Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-19T18:11:22.231Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31682026-03-19T18:11:22.564Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-03-19T18:11:23.714Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-19T18:11:24.177Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-19T18:11:24.699Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31722026-03-19T18:11:24.985Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-19T18:11:26.316Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-19T18:11:26.814Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-03-19T18:11:26.887Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-19T18:11:27.915Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-19T18:11:28.106Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-19T18:11:29.481Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-19T18:11:30.325Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-19T18:11:30.354Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-19T18:11:31.494Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-19T18:11:31.557Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-19T18:11:31.763Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-19T18:11:32.657Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-19T18:11:34.967Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-19T18:11:35.952Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-19T18:11:36.440Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-03-19T18:11:36.876Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31892026-03-19T18:11:37.853Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-03-19T18:11:38.379Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31912026-03-19T18:11:38.762Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-03-19T18:11:39.251Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-03-19T18:11:40.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31942026-03-19T18:11:40.871Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31952026-03-19T18:11:41.102Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-03-19T18:11:41.577Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-19T18:11:41.655Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-03-19T18:11:41.895Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-03-19T18:11:41.926Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-03-19T18:11:42.035Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32012026-03-19T18:11:42.493Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32022026-03-19T18:11:42.639Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-03-19T18:11:42.941Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-03-19T18:11:43.159Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-19T18:11:43.760Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-19T18:11:43.811Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-03-19T18:11:44.596Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-19T18:11:44.660Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-19T18:11:44.918Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-03-19T18:11:45.465Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-03-19T18:11:45.849Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-03-19T18:11:47.634Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-19T18:11:48.221Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-19T18:11:51.773Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-19T18:11:53.427Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32162026-03-19T18:11:54.916Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32172026-03-19T18:11:55.535Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-19T18:11:55.966Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-19T18:11:57.643Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32202026-03-19T18:11:59.644Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32212026-03-19T18:12:01.931Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32222026-03-19T18:12:02.447Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-03-19T18:12:03.207Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32242026-03-19T18:12:03.627Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32252026-03-19T18:12:07.206Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32262026-03-19T18:12:07.237Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-03-19T18:12:07.778Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-19T18:12:08.232Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-03-19T18:12:09.544Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-19T18:12:11.586Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-03-19T18:12:12.345Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322026-03-19T18:12:16.174Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-03-19T18:12:17.247Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-03-19T18:12:18.368Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32352026-03-19T18:12:19.657Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32362026-03-19T18:12:20.561Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-03-19T18:12:21.487Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-03-19T18:12:23.043Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32392026-03-19T18:12:23.792Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32402026-03-19T18:12:26.009Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32412026-03-19T18:12:26.907Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-03-19T18:12:27.815Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32432026-03-19T18:12:28.895Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32442026-03-19T18:12:29.152Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-19T18:12:30.036Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-19T18:12:31.081Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-03-19T18:12:33.915Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32482026-03-19T18:12:36.101Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32492026-03-19T18:12:39.306Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32502026-03-19T18:12:40.946Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32512026-03-19T18:12:42.053Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32522026-03-19T18:12:43.258Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-03-19T18:12:44.074Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32542026-03-19T18:12:45.476Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32552026-03-19T18:12:49.055Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32562026-03-19T18:12:49.793Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-03-19T18:12:50.802Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-03-19T18:12:52.473Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-19T18:12:54.253Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32602026-03-19T18:12:57.286Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-03-19T18:12:58.219Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-03-19T18:13:00.974Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32632026-03-19T18:13:02.458Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32642026-03-19T18:13:04.541Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-03-19T18:13:07.066Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-03-19T18:13:08.908Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-03-19T18:13:11.180Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32682026-03-19T18:13:13.698Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-19T18:13:18.413Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32702026-03-19T18:13:20.674Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712026-03-19T18:13:21.007Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-03-19T18:13:23.119Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732026-03-19T18:13:25.470Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742026-03-19T18:13:27.926Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-03-19T18:13:30.422Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-03-19T18:13:33.197Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32772026-03-19T18:13:35.560Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-03-19T18:13:38.376Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32792026-03-19T18:13:40.442Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32802026-03-19T18:13:42.885Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32812026-03-19T18:13:45.285Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32822026-03-19T18:13:47.714Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-19T18:13:49.755Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-03-19T18:13:52.649Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-19T18:13:55.068Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32862026-03-19T18:13:57.236Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32872026-03-19T18:13:59.672Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32882026-03-19T18:14:02.120Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32892026-03-19T18:14:04.661Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32902026-03-19T18:14:07.191Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912026-03-19T18:14:09.667Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32922026-03-19T18:14:12.239Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32932026-03-19T18:14:14.799Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32942026-03-19T18:14:17.151Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-19T18:14:20.274Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32962026-03-19T18:14:22.466Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-03-19T18:14:25.116Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-03-19T18:14:32.076Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-03-19T18:14:33.358Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-03-19T18:14:35.269Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-19T18:14:38.964Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33022026-03-19T18:14:41.792Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33032026-03-19T18:14:44.632Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33042026-03-19T18:14:47.288Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33052026-03-19T18:14:50.277Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33062026-03-19T18:14:52.989Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33072026-03-19T18:14:55.777Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33082026-03-19T18:14:58.953Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33092026-03-19T18:15:01.261Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-19T18:15:04.732Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33112026-03-19T18:15:07.206Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33122026-03-19T18:15:09.810Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-03-19T18:15:12.772Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33142026-03-19T18:15:15.592Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-03-19T18:15:18.702Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33162026-03-19T18:15:21.357Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-03-19T18:15:24.310Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33182026-03-19T18:15:27.207Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33192026-03-19T18:15:30.083Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33202026-03-19T18:15:32.906Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33212026-03-19T18:15:35.984Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-19T18:15:39.014Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-19T18:15:41.909Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-03-19T18:15:45.119Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33252026-03-19T18:15:49.326Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-19T18:15:51.067Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33272026-03-19T18:15:53.988Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33282026-03-19T18:15:57.043Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-19T18:16:00.089Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-03-19T18:16:03.156Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33312026-03-19T18:16:06.403Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33322026-03-19T18:16:09.468Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33332026-03-19T18:16:12.541Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33342026-03-19T18:16:15.576Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-19T18:16:18.650Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-19T18:16:21.801Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33372026-03-19T18:16:24.962Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33382026-03-19T18:16:28.036Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33392026-03-19T18:16:31.745Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33402026-03-19T18:16:34.697Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33412026-03-19T18:16:37.873Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33422026-03-19T18:16:46.974Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33432026-03-19T18:16:47.138Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33442026-03-19T18:16:51.143Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-03-19T18:16:55.127Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33462026-03-19T18:16:59.406Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33472026-03-19T18:17:05.315Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33482026-03-19T18:17:08.721Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33492026-03-19T18:17:13.408Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-03-19T18:17:17.904Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33512026-03-19T18:17:22.457Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33522026-03-19T18:17:27.095Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33532026-03-19T18:17:31.659Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33542026-03-19T18:17:36.215Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33552026-03-19T18:17:40.696Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33562026-03-19T18:17:45.161Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-03-19T18:17:49.717Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-19T18:17:54.222Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33592026-03-19T18:17:58.769Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33602026-03-19T18:18:03.416Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33612026-03-19T18:18:07.839Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33622026-03-19T18:18:12.391Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-03-19T18:18:16.930Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-03-19T18:18:21.413Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-19T18:18:57.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 02s
33662026-03-19T18:18:58.152Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33672026-03-19T18:18:58.263Z
33682026-03-19T18:18:58.268Zreal 8:03.118721577
33692026-03-19T18:18:58.268Zuser 23:25.692999896
33702026-03-19T18:18:58.268Zsys 4:26.357422427
33712026-03-19T18:18:58.268Ztrap 0.400778486
33722026-03-19T18:18:58.268Ztflt 0.041819278
33732026-03-19T18:18:58.268Zdflt 0.015528759
33742026-03-19T18:18:58.268Zkflt 0.000048251
33752026-03-19T18:18:58.268Zlock 7:16:37.594102870
33762026-03-19T18:18:58.268Zslp 2:40:37.415161021
33772026-03-19T18:18:58.268Zlat 35.571846884
33782026-03-19T18:18:58.268Zstop 1:54.648408619
33792026-03-19T18:18:58.268Zprocess exited: duration 1084210 ms, exit code 0
 
33802026-03-19T18:18:58.274Zfound 0 output files