01KKW3ESBHAR22D5NY5S3B5D12: clippy (helios)

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

Buildomat Job: 01KKW3FFB28E0WKJCKMV46406J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T19:56:57.812Zjob assigned to worker 01KKW3FQCF8Q2N1QMBWB5PCCNM [factory aws, i-03aecd8e1fa719395] (queued for 1 m 29 s)
 
22026-03-16T19:57:06.153Zstarting task 0: "setup"
32026-03-16T19:57:06.159Z++ uname -s
42026-03-16T19:57:06.162Z+ kern=SunOS
52026-03-16T19:57:06.163Z+ build_user=build
62026-03-16T19:57:06.163Z+ build_uid=12345
72026-03-16T19:57:06.163Z+ work_dir=/work
82026-03-16T19:57:06.163Z+ input_dir=/input
92026-03-16T19:57:06.163Z+ [[ 0 == 12345 ]]
102026-03-16T19:57:06.163Z+ case "$kern" in
112026-03-16T19:57:06.163Z+ groupadd -g 12345 build
122026-03-16T19:57:06.166Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T19:57:08.170Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T19:57:08.290Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T19:57:08.294Z+ home_fs=zfs
162026-03-16T19:57:08.294Z+ [[ zfs == autofs ]]
172026-03-16T19:57:08.294Z+ mkdir -p /home/build
182026-03-16T19:57:08.297Z+ chown build:build /home/build /work
192026-03-16T19:57:10.297Z+ chmod 0700 /home/build /work
202026-03-16T19:57:10.300Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-16T19:57:10.306Zstarting task 1: "rust-toolchain"
222026-03-16T19:57:10.310Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-16T19:57:10.310Z * rust toolchain channel = "1.94.0"
242026-03-16T19:57:10.310Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T19:57:10.311Z * rust toolchain profile = "default"
262026-03-16T19:57:10.311Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T19:57:10.311Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T19:57:10.315Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T19:57:10.315Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-16T19:57:10.427Zinfo: downloading installer
312026-03-16T19:57:12.290Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T19:57:12.290Zwarn: /opt/ooce/bin
332026-03-16T19:57:12.290Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T19:57:12.291Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T19:57:12.291Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T19:57:12.291Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T19:57:12.291Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T19:57:12.291Zerror: cannot install while Rust is installed
392026-03-16T19:57:12.291Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T19:57:12.291Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T19:57:12.291Zwarn: /home/build/.rustup/settings.toml
422026-03-16T19:57:12.291Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T19:57:12.291Zwarn: instead of the one inferred from the default host triple.
442026-03-16T19:57:12.306Zinfo: profile set to default
452026-03-16T19:57:12.306Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T19:57:12.309Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-16T19:57:12.474Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-16T19:57:12.476Zinfo: downloading 6 components
492026-03-16T19:57:28.051Z
502026-03-16T19:57:28.051Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-16T19:57:28.088Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-16T19:57:28.088Z
532026-03-16T19:57:28.101Z
542026-03-16T19:57:28.101ZRust is installed now. Great!
552026-03-16T19:57:28.101Z
562026-03-16T19:57:28.101ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T19:57:28.101Zenvironment variable. This has not been done automatically.
582026-03-16T19:57:28.101Z
592026-03-16T19:57:28.101ZTo configure your current shell, you need to source
602026-03-16T19:57:28.102Zthe corresponding env file under $HOME/.cargo.
612026-03-16T19:57:28.102Z
622026-03-16T19:57:28.102ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T19:57:28.102Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T19:57:28.102Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T19:57:28.102Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T19:57:28.103Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T19:57:28.103Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T19:57:28.103Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T19:57:28.103Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T19:57:28.103Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T19:57:28.210Z+ rustup --version
722026-03-16T19:57:28.408Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T19:57:28.409Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T19:57:28.441Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-16T19:57:28.441Z+ cargo --version
762026-03-16T19:57:28.441Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-16T19:57:28.442Z+ rustc --version
782026-03-16T19:57:28.442Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-16T19:57:28.442Zprocess exited: duration 17971 ms, exit code 0
 
802026-03-16T19:57:28.482Zstarting task 2: "authentication"
812026-03-16T19:57:28.532Zprocess exited: duration 40 ms, exit code 0
 
822026-03-16T19:57:28.556Zstarting task 3: "clone repository"
832026-03-16T19:57:28.581Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T19:57:28.581Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T19:57:28.589ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T19:57:40.527Z+ cd /work/oxidecomputer/omicron
872026-03-16T19:57:40.527Z+ git fetch origin 125932c73e1c213b86bb23c580499c69bb167b6b
882026-03-16T19:57:40.845ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T19:57:40.845Z * branch 125932c73e1c213b86bb23c580499c69bb167b6b -> FETCH_HEAD
902026-03-16T19:57:40.856Z+ [[ -n iliana/bump-cockroach ]]
912026-03-16T19:57:40.863Z++ git branch --show-current
922026-03-16T19:57:40.864Z+ current=main
932026-03-16T19:57:40.864Z+ [[ main != iliana/bump-cockroach ]]
942026-03-16T19:57:40.864Z+ git branch -f iliana/bump-cockroach 125932c73e1c213b86bb23c580499c69bb167b6b
952026-03-16T19:57:40.864Z+ git checkout -f iliana/bump-cockroach
962026-03-16T19:57:41.189ZSwitched to branch 'iliana/bump-cockroach'
972026-03-16T19:57:41.197Z+ git reset --hard 125932c73e1c213b86bb23c580499c69bb167b6b
982026-03-16T19:57:41.214ZHEAD is now at 125932c73 update cockroach to v22.1.22-61-g9574dd9077
992026-03-16T19:57:41.214Zprocess exited: duration 12652 ms, exit code 0
 
1002026-03-16T19:57:41.227Zstarting task 4: "build"
1012026-03-16T19:57:41.237Z+ source ./env.sh
1022026-03-16T19:57:41.237Z++ OLD_SHELL_OPTS=ehxB
1032026-03-16T19:57:41.237Z++ set -o xtrace
1042026-03-16T19:57:41.237Z++++ dirname ./env.sh
1052026-03-16T19:57:41.237Z+++ readlink -f .
1062026-03-16T19:57:41.237Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-16T19:57:41.237Z++ 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-16T19:57:41.237Z++ 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-16T19:57:41.238Z++ 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-16T19:57:41.238Z++ 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-16T19:57:41.238Z++ 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-16T19:57:41.238Z++ 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-16T19:57:41.238Z++ 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-16T19:57:41.238Z++ 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-16T19:57:41.238Z++ case $OLD_SHELL_OPTS in
1162026-03-16T19:57:41.238Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-16T19:57:41.238Z+ source .github/buildomat/ci-env.sh
1182026-03-16T19:57:41.238Z++ export CARGO_TERM_COLOR=always
1192026-03-16T19:57:41.238Z++ CARGO_TERM_COLOR=always
1202026-03-16T19:57:41.238Z+ cargo --version
1212026-03-16T19:57:41.257Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-16T19:57:41.257Z+ rustc --version
1232026-03-16T19:57:41.285Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-16T19:57:41.303Z+ banner prerequisites
1252026-03-16T19:57:41.304Z
1262026-03-16T19:57:41.304Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-16T19:57:41.304Z # # # # # # # # # # # # # # #
1282026-03-16T19:57:41.304Z # # # # ##### # # ##### # # # # # #### #
1292026-03-16T19:57:41.304Z ##### ##### # ##### # # # # # # # # #
1302026-03-16T19:57:41.304Z # # # # # # # # # # # # # # #
1312026-03-16T19:57:41.304Z # # # ###### # # ###### ### # #### # #### #
1322026-03-16T19:57:41.304Z
1332026-03-16T19:57:41.304Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-16T19:57:52.563Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-16T19:58:02.194Z Startup: Caching catalogs ... Done
1362026-03-16T19:58:24.409ZPlanning: Solver setup ... Done (20.617s)
1372026-03-16T19:58:24.559ZPlanning: Running solver ... Done (0.150s)
1382026-03-16T19:58:24.738ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-16T19:58:24.758ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-16T19:58:24.932ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-16T19:58:24.974ZPlanning: Package planning ... Done (0.043s)
1422026-03-16T19:58:25.026ZPlanning: Merging actions ... Done (0.043s)
1432026-03-16T19:58:25.262ZPlanning: Checking for conflicting actions ... Done (0.242s)
1442026-03-16T19:58:25.274ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-16T19:58:27.134ZPlanning: Evaluating mediators ... Done (1.862s)
1462026-03-16T19:58:27.143ZPlanning: Planning completed in 24.80 seconds
1472026-03-16T19:58:27.156Z Packages to install: 4
1482026-03-16T19:58:27.160Z Mediators to change: 2
1492026-03-16T19:58:27.160Z Services to change: 1
1502026-03-16T19:58:27.160Z Estimated space available: 155.43 GB
1512026-03-16T19:58:27.160ZEstimated space to be consumed: 1.83 GB
1522026-03-16T19:58:27.160Z Create boot environment: No
1532026-03-16T19:58:27.160ZCreate backup boot environment: No
1542026-03-16T19:58:27.160Z Rebuild boot archive: No
1552026-03-16T19:58:27.160Z
1562026-03-16T19:58:27.160ZChanged mediators:
1572026-03-16T19:58:27.160Z mediator clang:
1582026-03-16T19:58:27.160Z version: None -> 15 (system default)
1592026-03-16T19:58:27.160Z
1602026-03-16T19:58:27.160Z mediator llvm:
1612026-03-16T19:58:27.160Z version: 14 (system default) -> 15 (system default)
1622026-03-16T19:58:27.160Z
1632026-03-16T19:58:27.160ZChanged packages:
1642026-03-16T19:58:27.160Zhelios-dev
1652026-03-16T19:58:27.160Z developer/build-essential
1662026-03-16T19:58:27.160Z None -> 11-2.0
1672026-03-16T19:58:27.160Z library/libxmlsec1
1682026-03-16T19:58:27.160Z None -> 1.2.35-2.0
1692026-03-16T19:58:27.160Z ooce/developer/clang-15
1702026-03-16T19:58:27.160Z None -> 15.0.7-2.0
1712026-03-16T19:58:27.160Z ooce/developer/llvm-15
1722026-03-16T19:58:27.160Z None -> 15.0.7-2.0
1732026-03-16T19:58:27.160Z
1742026-03-16T19:58:27.160ZServices:
1752026-03-16T19:58:27.160Z restart_fmri:
1762026-03-16T19:58:27.160Z svc:/system/update-man-index:default
1772026-03-16T19:58:27.297Z
1782026-03-16T19:58:27.298ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-16T19:58:39.580ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (21.1M/s)
1802026-03-16T19:58:44.581ZDownload: 2351/3290 items 119.7/212.6MB 56% complete (7.3M/s)
1812026-03-16T19:58:47.916ZDownload: Completed 212.60 MB in 20.61 seconds (10.3M/s)
1822026-03-16T19:58:48.224Z Actions: 1/3689 actions (Installing new actions)
1832026-03-16T19:58:52.406Z Actions: Completed 3689 actions in 4.18 seconds.
1842026-03-16T19:58:53.774Z Done (1.362s)
1852026-03-16T19:58:53.774Z Done (0.000s)
1862026-03-16T19:58:54.762Z Done (0.985s)
1872026-03-16T19:58:58.618Z Done (3.512s)
1882026-03-16T19:58:58.700Z Done (0.015s)
1892026-03-16T19:58:58.704Z Done (0.000s)
1902026-03-16T19:58:58.834Z Done (0.000s)
1912026-03-16T19:58:59.807ZPlanning: Evaluating mediator changes ... Done
1922026-03-16T19:58:59.949ZPlanning: Checking for conflicting actions ... Done
1932026-03-16T19:58:59.953ZPlanning: Consolidating action changes ... Done
1942026-03-16T19:59:00.174ZPlanning: Evaluating mediators ... Done
1952026-03-16T19:59:00.178ZPlanning: Planning completed in 0.37 seconds
1962026-03-16T19:59:00.203Z Mediators to change: 2
1972026-03-16T19:59:00.207Z Create boot environment: No
1982026-03-16T19:59:00.207ZCreate backup boot environment: No
1992026-03-16T19:59:00.269Z Done
2002026-03-16T19:59:00.269Z Done
2012026-03-16T19:59:01.016Z Done
2022026-03-16T19:59:04.347Z Done
2032026-03-16T19:59:04.433Z Done
2042026-03-16T19:59:04.437Z Done
2052026-03-16T19:59:04.584Z Done
2062026-03-16T19:59:05.122ZPlanning: Evaluating mediator changes ... Done
2072026-03-16T19:59:05.126ZPlanning: Merging actions ... Done
2082026-03-16T19:59:05.290ZPlanning: Checking for conflicting actions ... Done
2092026-03-16T19:59:05.294ZPlanning: Consolidating action changes ... Done
2102026-03-16T19:59:05.511ZPlanning: Evaluating mediators ... Done
2112026-03-16T19:59:05.554ZPlanning: Planning completed in 0.64 seconds
2122026-03-16T19:59:05.584Z Packages to change: 1
2132026-03-16T19:59:05.584Z Mediators to change: 1
2142026-03-16T19:59:05.588Z Services to change: 1
2152026-03-16T19:59:05.588Z Create boot environment: No
2162026-03-16T19:59:05.588ZCreate backup boot environment: Yes
2172026-03-16T19:59:08.199Z Actions: 1/6 actions (Updating modified actions)
2182026-03-16T19:59:08.203Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-16T19:59:08.203Z Done
2202026-03-16T19:59:08.203Z Done
2212026-03-16T19:59:08.391Z Done
2222026-03-16T19:59:11.705Z Done
2232026-03-16T19:59:11.790Z Done
2242026-03-16T19:59:11.794Z Done
2252026-03-16T19:59:11.941Z Done
2262026-03-16T19:59:12.314ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-16T19:59:12.314Zclang system 15 system
2282026-03-16T19:59:12.314Zcsh system system illumos
2292026-03-16T19:59:12.314Zctags system system illumos
2302026-03-16T19:59:12.315Zfile system system illumos
2312026-03-16T19:59:12.315Zgcc vendor 12 vendor
2322026-03-16T19:59:12.315Zgcc system 10 system
2332026-03-16T19:59:12.315Zgcc system 7 system
2342026-03-16T19:59:12.315Zgo system 1.20 system
2352026-03-16T19:59:12.315Zgo system 1.19 system
2362026-03-16T19:59:12.315Zllvm system 15 system
2372026-03-16T19:59:12.315Zllvm system 14 system
2382026-03-16T19:59:12.315Zmariadb system 10.6 system
2392026-03-16T19:59:12.315Zmta vendor vendor dma
2402026-03-16T19:59:12.315Zopenjdk system 17 system
2412026-03-16T19:59:12.315Zopenjdk system 11 system
2422026-03-16T19:59:12.315Zopenjdk system 1.8 system
2432026-03-16T19:59:12.315Zopenssl vendor 3 vendor
2442026-03-16T19:59:12.315Zperl system 5.36 system
2452026-03-16T19:59:12.315Zpostgresql system 15 system
2462026-03-16T19:59:12.315Zpostgresql system 13 system
2472026-03-16T19:59:12.315Zpython vendor 3 vendor
2482026-03-16T19:59:12.315Zpython system 2 system
2492026-03-16T19:59:12.315Zpython3 system 3.11 system
2502026-03-16T19:59:12.315Zruby system 3.0 system
2512026-03-16T19:59:12.315Zwords vendor vendor american-english
2522026-03-16T19:59:12.315Zwords system system australian-english
2532026-03-16T19:59:12.316Zwords system system british-english
2542026-03-16T19:59:12.316Zwords system system canadian-english
2552026-03-16T19:59:12.316Zwords system system french
2562026-03-16T19:59:12.316Zwords system system italian
2572026-03-16T19:59:12.316Zwords system system ngerman
2582026-03-16T19:59:12.316Zwords system system ogerman
2592026-03-16T19:59:12.316Zwords system system spanish
2602026-03-16T19:59:12.612ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-16T19:59:12.612Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-16T19:59:18.557ZFMRI IFO
2632026-03-16T19:59:18.557Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-16T19:59:18.557Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-16T19:59:18.557Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-16T19:59:18.557Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-16T19:59:18.557Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-16T19:59:18.557Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-16T19:59:18.557Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-16T19:59:18.557Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-16T19:59:18.558Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-16T19:59:18.558Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-16T19:59:18.558Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-16T19:59:18.558Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-16T19:59:18.558Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-16T19:59:18.558Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-16T19:59:18.558Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-16T19:59:18.558Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-16T19:59:19.798Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-16T19:59:20.063Z Updating crates.io index
2812026-03-16T19:59:20.066Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-16T19:59:20.574Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-16T19:59:20.914Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-16T19:59:21.277Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-16T19:59:21.718Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-16T19:59:22.551Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-16T19:59:23.609Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-16T19:59:24.981Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-16T19:59:26.874Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-16T19:59:27.808Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-16T19:59:28.297Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-16T19:59:29.451Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-16T19:59:29.966Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-16T19:59:30.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-16T19:59:30.833Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-16T19:59:31.910Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-16T19:59:32.427Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-16T19:59:32.910Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-16T19:59:33.238Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-16T19:59:33.737Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-16T19:59:34.138Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-16T19:59:34.418Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-16T19:59:34.714Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-16T19:59:35.137Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-16T19:59:35.569Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-16T19:59:36.275Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-16T19:59:36.683Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-16T19:59:37.047Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-16T19:59:37.389Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-16T19:59:38.936Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-16T19:59:39.269Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-16T19:59:39.681Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-16T19:59:40.046Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-16T19:59:40.408Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-16T19:59:40.858Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-16T19:59:41.153Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-16T19:59:41.427Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-16T19:59:41.809Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-16T19:59:56.728Z Downloading crates ...
3202026-03-16T19:59:56.785Z Downloaded clap_derive v4.5.55
3212026-03-16T19:59:56.793Z Downloaded anstyle v1.0.13
3222026-03-16T19:59:56.796Z Downloaded clap v4.5.60
3232026-03-16T19:59:56.800Z Downloaded zerocopy-derive v0.7.35
3242026-03-16T19:59:56.803Z Downloaded block-buffer v0.10.4
3252026-03-16T19:59:56.806Z Downloaded colorchoice v1.0.4
3262026-03-16T19:59:56.806Z Downloaded yoke-derive v0.8.1
3272026-03-16T19:59:56.806Z Downloaded unicode-linebreak v0.1.5
3282026-03-16T19:59:56.809Z Downloaded cfg-if v1.0.4
3292026-03-16T19:59:56.809Z Downloaded anstyle-query v1.1.5
3302026-03-16T19:59:56.810Z Downloaded textwrap v0.16.2
3312026-03-16T19:59:56.813Z Downloaded cargo-util-schemas v0.8.2
3322026-03-16T19:59:56.813Z Downloaded cargo_toml v0.21.0
3332026-03-16T19:59:56.816Z Downloaded cargo_metadata v0.21.0
3342026-03-16T19:59:56.816Z Downloaded camino-tempfile v1.4.1
3352026-03-16T19:59:56.819Z Downloaded byteorder v1.5.0
3362026-03-16T19:59:56.819Z Downloaded bytecount v0.6.9
3372026-03-16T19:59:56.819Z Downloaded utf8parse v0.2.2
3382026-03-16T19:59:56.822Z Downloaded cargo-platform v0.2.0
3392026-03-16T19:59:56.822Z Downloaded toml_datetime v0.6.11
3402026-03-16T19:59:56.822Z Downloaded cpufeatures v0.2.17
3412026-03-16T19:59:56.825Z Downloaded ucd-trie v0.1.7
3422026-03-16T19:59:56.825Z Downloaded clap_lex v1.0.0
3432026-03-16T19:59:56.825Z Downloaded camino v1.2.2
3442026-03-16T19:59:56.828Z Downloaded toml_write v0.1.2
3452026-03-16T19:59:56.828Z Downloaded version_check v0.9.5
3462026-03-16T19:59:56.831Z Downloaded autocfg v1.5.0
3472026-03-16T19:59:56.831Z Downloaded anstyle-parse v0.2.7
3482026-03-16T19:59:56.831Z Downloaded usdt-attr-macro v0.5.0
3492026-03-16T19:59:56.836Z Downloaded typeid v1.0.3
3502026-03-16T19:59:56.836Z Downloaded scroll_derive v0.12.1
3512026-03-16T19:59:56.836Z Downloaded writeable v0.6.2
3522026-03-16T19:59:56.839Z Downloaded usdt-macro v0.5.0
3532026-03-16T19:59:56.839Z Downloaded thread-id v4.2.2
3542026-03-16T19:59:56.842Z Downloaded percent-encoding v2.3.2
3552026-03-16T19:59:56.842Z Downloaded anyhow v1.0.102
3562026-03-16T19:59:56.848Z Downloaded zerofrom-derive v0.1.6
3572026-03-16T19:59:56.848Z Downloaded bitflags v2.11.0
3582026-03-16T19:59:56.848Z Downloaded unicode-xid v0.2.6
3592026-03-16T19:59:56.848Z Downloaded ordered-float v2.10.1
3602026-03-16T19:59:56.852Z Downloaded anstream v0.6.21
3612026-03-16T19:59:56.852Z Downloaded usdt-impl v0.5.0
3622026-03-16T19:59:56.855Z Downloaded usdt v0.5.0
3632026-03-16T19:59:56.855Z Downloaded toml_edit v0.22.27
3642026-03-16T19:59:56.860Z Downloaded zerofrom v0.1.6
3652026-03-16T19:59:56.860Z Downloaded dof v0.3.0
3662026-03-16T19:59:56.860Z Downloaded memmap v0.7.0
3672026-03-16T19:59:56.864Z Downloaded utf8_iter v1.0.4
3682026-03-16T19:59:56.864Z Downloaded quote v1.0.44
3692026-03-16T19:59:56.864Z Downloaded dtrace-parser v0.2.0
3702026-03-16T19:59:56.864Z Downloaded serde_spanned v0.6.9
3712026-03-16T19:59:56.867Z Downloaded heck v0.5.0
3722026-03-16T19:59:56.867Z Downloaded zerovec-derive v0.11.2
3732026-03-16T19:59:56.867Z Downloaded thiserror-impl v2.0.18
3742026-03-16T19:59:56.867Z Downloaded fnv v1.0.7
3752026-03-16T19:59:56.867Z Downloaded zmij v1.0.21
3762026-03-16T19:59:56.870Z Downloaded tabled_derive v0.7.0
3772026-03-16T19:59:56.871Z Downloaded unicode-ident v1.0.24
3782026-03-16T19:59:56.876Z Downloaded thiserror-impl v1.0.69
3792026-03-16T19:59:56.876Z Downloaded yoke v0.8.1
3802026-03-16T19:59:56.876Z Downloaded errno v0.3.14
3812026-03-16T19:59:56.876Z Downloaded strsim v0.11.1
3822026-03-16T19:59:56.876Z Downloaded proc-macro-error-attr v1.0.4
3832026-03-16T19:59:56.880Z Downloaded thiserror v1.0.69
3842026-03-16T19:59:56.883Z Downloaded terminal_size v0.4.3
3852026-03-16T19:59:56.883Z Downloaded macaddr v1.0.1
3862026-03-16T19:59:56.883Z Downloaded zerotrie v0.2.3
3872026-03-16T19:59:56.889Z Downloaded potential_utf v0.1.4
3882026-03-16T19:59:56.889Z Downloaded heck v0.4.1
3892026-03-16T19:59:56.889Z Downloaded serde-value v0.7.0
3902026-03-16T19:59:56.893Z Downloaded toml v0.8.23
3912026-03-16T19:59:56.893Z Downloaded pretty-hex v0.4.1
3922026-03-16T19:59:56.893Z Downloaded is_terminal_polyfill v1.70.2
3932026-03-16T19:59:56.893Z Downloaded tinystr v0.8.2
3942026-03-16T19:59:56.893Z Downloaded crypto-common v0.1.7
3952026-03-16T19:59:56.896Z Downloaded idna_adapter v1.2.1
3962026-03-16T19:59:56.896Z Downloaded thiserror v2.0.18
3972026-03-16T19:59:56.902Z Downloaded typenum v1.19.0
3982026-03-16T19:59:56.906Z Downloaded generic-array v0.14.7
3992026-03-16T19:59:56.906Z Downloaded url v2.5.8
4002026-03-16T19:59:56.909Z Downloaded stable_deref_trait v1.2.1
4012026-03-16T19:59:56.909Z Downloaded form_urlencoded v1.2.2
4022026-03-16T19:59:56.912Z Downloaded plain v0.2.3
4032026-03-16T19:59:56.912Z Downloaded itoa v1.0.17
4042026-03-16T19:59:56.912Z Downloaded equivalent v1.0.2
4052026-03-16T19:59:56.916Z Downloaded swrite v0.1.0
4062026-03-16T19:59:56.916Z Downloaded smawk v0.3.2
4072026-03-16T19:59:56.916Z Downloaded fastrand v2.3.0
4082026-03-16T19:59:56.916Z Downloaded zerovec v0.11.5
4092026-03-16T19:59:56.924Z Downloaded scroll v0.12.0
4102026-03-16T19:59:56.927Z Downloaded zerocopy v0.7.35
4112026-03-16T19:59:56.937Z Downloaded serde_tokenstream v0.2.3
4122026-03-16T19:59:56.940Z Downloaded erased-serde v0.4.9
4132026-03-16T19:59:56.940Z Downloaded serde-untagged v0.1.9
4142026-03-16T19:59:56.943Z Downloaded semver v1.0.27
4152026-03-16T19:59:56.943Z Downloaded fs-err v3.3.0
4162026-03-16T19:59:56.946Z Downloaded unicode-width v0.2.0
4172026-03-16T19:59:56.950Z Downloaded unicode-width v0.1.14
4182026-03-16T19:59:56.953Z Downloaded sha2 v0.10.9
4192026-03-16T19:59:56.956Z Downloaded winnow v0.7.14
4202026-03-16T19:59:56.961Z Downloaded serde_derive v1.0.228
4212026-03-16T19:59:56.964Z Downloaded proc-macro-error v1.0.4
4222026-03-16T19:59:56.975Z Downloaded smallvec v1.15.1
4232026-03-16T19:59:56.979Z Downloaded pest_generator v2.8.6
4242026-03-16T19:59:56.983Z Downloaded serde_core v1.0.228
4252026-03-16T19:59:56.986Z Downloaded pest_derive v2.8.6
4262026-03-16T19:59:56.989Z Downloaded icu_normalizer_data v2.1.1
4272026-03-16T19:59:56.994Z Downloaded tempfile v3.25.0
4282026-03-16T19:59:56.997Z Downloaded papergrid v0.11.0
4292026-03-16T19:59:57.001Z Downloaded displaydoc v0.2.5
4302026-03-16T19:59:57.005Z Downloaded digest v0.10.7
4312026-03-16T19:59:57.005Z Downloaded synstructure v0.13.2
4322026-03-16T19:59:57.005Z Downloaded log v0.4.29
4332026-03-16T19:59:57.008Z Downloaded proc-macro2 v1.0.106
4342026-03-16T19:59:57.008Z Downloaded icu_provider v2.1.1
4352026-03-16T19:59:57.012Z Downloaded once_cell v1.21.3
4362026-03-16T19:59:57.012Z Downloaded num-traits v0.2.19
4372026-03-16T19:59:57.015Z Downloaded litemap v0.8.1
4382026-03-16T19:59:57.018Z Downloaded pest_meta v2.8.6
4392026-03-16T19:59:57.027Z Downloaded icu_properties v2.1.2
4402026-03-16T19:59:57.029Z Downloaded icu_normalizer v2.1.1
4412026-03-16T19:59:57.033Z Downloaded icu_collections v2.1.1
4422026-03-16T19:59:57.035Z Downloaded getrandom v0.4.1
4432026-03-16T19:59:57.039Z Downloaded icu_locale_core v2.1.1
4442026-03-16T19:59:57.049Z Downloaded memchr v2.8.0
4452026-03-16T19:59:57.059Z Downloaded serde v1.0.228
4462026-03-16T19:59:57.063Z Downloaded indexmap v2.13.0
4472026-03-16T19:59:57.068Z Downloaded idna v1.1.0
4482026-03-16T19:59:57.071Z Downloaded clap_builder v4.5.60
4492026-03-16T19:59:57.081Z Downloaded hashbrown v0.16.1
4502026-03-16T19:59:57.089Z Downloaded pest v2.8.6
4512026-03-16T19:59:57.092Z Downloaded icu_properties_data v2.1.2
4522026-03-16T19:59:57.099Z Downloaded serde_json v1.0.149
4532026-03-16T19:59:57.110Z Downloaded goblin v0.8.2
4542026-03-16T19:59:57.137Z Downloaded syn v1.0.109
4552026-03-16T19:59:57.144Z Downloaded tabled v0.15.0
4562026-03-16T19:59:57.156Z Downloaded syn v2.0.117
4572026-03-16T19:59:57.170Z Downloaded rustix v1.1.3
4582026-03-16T19:59:57.195Z Downloaded libc v0.2.180
4592026-03-16T19:59:57.283Z Compiling proc-macro2 v1.0.106
4602026-03-16T19:59:57.286Z Compiling quote v1.0.44
4612026-03-16T19:59:57.286Z Compiling unicode-ident v1.0.24
4622026-03-16T19:59:57.286Z Compiling serde_core v1.0.228
4632026-03-16T19:59:57.286Z Compiling libc v0.2.180
4642026-03-16T19:59:57.286Z Compiling version_check v0.9.5
4652026-03-16T19:59:57.286Z Compiling memchr v2.8.0
4662026-03-16T19:59:57.286Z Compiling serde v1.0.228
4672026-03-16T19:59:57.689Z Compiling stable_deref_trait v1.2.1
4682026-03-16T19:59:57.804Z Compiling zmij v1.0.21
4692026-03-16T19:59:57.961Z Compiling autocfg v1.5.0
4702026-03-16T19:59:57.984Z Compiling itoa v1.0.17
4712026-03-16T19:59:58.218Z Compiling thiserror v1.0.69
4722026-03-16T19:59:58.381Z Compiling ucd-trie v0.1.7
4732026-03-16T19:59:58.480Z Compiling writeable v0.6.2
4742026-03-16T19:59:58.524Z Compiling litemap v0.8.1
4752026-03-16T19:59:58.624Z Compiling pest v2.8.6
4762026-03-16T19:59:58.715Z Compiling icu_properties_data v2.1.2
4772026-03-16T19:59:58.739Z Compiling rustix v1.1.3
4782026-03-16T19:59:58.766Z Compiling byteorder v1.5.0
4792026-03-16T19:59:58.813Z Compiling icu_normalizer_data v2.1.1
4802026-03-16T19:59:59.127Z Compiling errno v0.3.14
4812026-03-16T19:59:59.183Z Compiling syn v2.0.117
4822026-03-16T19:59:59.307Z Compiling serde_json v1.0.149
4832026-03-16T19:59:59.355Z Compiling bitflags v2.11.0
4842026-03-16T19:59:59.634Z Compiling num-traits v0.2.19
4852026-03-16T19:59:59.658Z Compiling hashbrown v0.16.1
4862026-03-16T19:59:59.859Z Compiling equivalent v1.0.2
4872026-03-16T19:59:59.940Z Compiling typeid v1.0.3
4882026-03-16T19:59:59.971Z Compiling smallvec v1.15.1
4892026-03-16T20:00:00.235Z Compiling pest_meta v2.8.6
4902026-03-16T20:00:00.317Z Compiling indexmap v2.13.0
4912026-03-16T20:00:00.393Z Compiling thread-id v4.2.2
4922026-03-16T20:00:00.495Z Compiling usdt-impl v0.5.0
4932026-03-16T20:00:00.567Z Compiling proc-macro-error-attr v1.0.4
4942026-03-16T20:00:00.674Z Compiling winnow v0.7.14
4952026-03-16T20:00:00.762Z Compiling erased-serde v0.4.9
4962026-03-16T20:00:00.793Z Compiling syn v1.0.109
4972026-03-16T20:00:01.112Z Compiling toml_write v0.1.2
4982026-03-16T20:00:01.369Z Compiling proc-macro-error v1.0.4
4992026-03-16T20:00:01.469Z Compiling percent-encoding v2.3.2
5002026-03-16T20:00:01.598Z Compiling thiserror v2.0.18
5012026-03-16T20:00:01.710Z Compiling plain v0.2.3
5022026-03-16T20:00:01.910Z Compiling camino v1.2.2
5032026-03-16T20:00:02.052Z Compiling log v0.4.29
5042026-03-16T20:00:02.220Z Compiling getrandom v0.4.1
5052026-03-16T20:00:02.297Z Compiling utf8parse v0.2.2
5062026-03-16T20:00:02.326Z Compiling utf8_iter v1.0.4
5072026-03-16T20:00:02.449Z Compiling anstyle-parse v0.2.7
5082026-03-16T20:00:02.588Z Compiling ordered-float v2.10.1
5092026-03-16T20:00:02.613Z Compiling form_urlencoded v1.2.2
5102026-03-16T20:00:02.816Z Compiling terminal_size v0.4.3
5112026-03-16T20:00:02.898Z Compiling anstyle-query v1.1.5
5122026-03-16T20:00:02.954Z Compiling synstructure v0.13.2
5132026-03-16T20:00:02.991Z Compiling pest_generator v2.8.6
5142026-03-16T20:00:03.034Z Compiling is_terminal_polyfill v1.70.2
5152026-03-16T20:00:03.100Z Compiling pretty-hex v0.4.1
5162026-03-16T20:00:03.153Z Compiling cfg-if v1.0.4
5172026-03-16T20:00:03.248Z Compiling colorchoice v1.0.4
5182026-03-16T20:00:03.276Z Compiling anstyle v1.0.13
5192026-03-16T20:00:03.279Z Compiling serde-untagged v0.1.9
5202026-03-16T20:00:03.541Z Compiling anstream v0.6.21
5212026-03-16T20:00:03.609Z Compiling semver v1.0.27
5222026-03-16T20:00:03.795Z Compiling fs-err v3.3.0
5232026-03-16T20:00:03.946Z Compiling once_cell v1.21.3
5242026-03-16T20:00:03.970Z Compiling clap_lex v1.0.0
5252026-03-16T20:00:04.026Z Compiling anyhow v1.0.102
5262026-03-16T20:00:04.102Z Compiling heck v0.4.1
5272026-03-16T20:00:04.126Z Compiling fnv v1.0.7
5282026-03-16T20:00:04.221Z Compiling unicode-xid v0.2.6
5292026-03-16T20:00:04.255Z Compiling strsim v0.11.1
5302026-03-16T20:00:04.278Z Compiling bytecount v0.6.9
5312026-03-16T20:00:04.377Z Compiling unicode-width v0.1.14
5322026-03-16T20:00:04.413Z Compiling heck v0.5.0
5332026-03-16T20:00:04.445Z Compiling fastrand v2.3.0
5342026-03-16T20:00:04.710Z Compiling tempfile v3.25.0
5352026-03-16T20:00:04.734Z Compiling papergrid v0.11.0
5362026-03-16T20:00:04.737Z Compiling clap_builder v4.5.60
5372026-03-16T20:00:04.928Z Compiling memmap v0.7.0
5382026-03-16T20:00:05.069Z Compiling smawk v0.3.2
5392026-03-16T20:00:05.162Z Compiling unicode-linebreak v0.1.5
5402026-03-16T20:00:05.209Z Compiling unicode-width v0.2.0
5412026-03-16T20:00:05.473Z Compiling camino-tempfile v1.4.1
5422026-03-16T20:00:05.521Z Compiling serde_derive v1.0.228
5432026-03-16T20:00:05.559Z Compiling zerofrom-derive v0.1.6
5442026-03-16T20:00:05.692Z Compiling yoke-derive v0.8.1
5452026-03-16T20:00:05.715Z Compiling zerovec-derive v0.11.2
5462026-03-16T20:00:05.767Z Compiling displaydoc v0.2.5
5472026-03-16T20:00:06.711Z Compiling thiserror-impl v1.0.69
5482026-03-16T20:00:06.734Z Compiling zerocopy-derive v0.7.35
5492026-03-16T20:00:07.169Z Compiling pest_derive v2.8.6
5502026-03-16T20:00:07.229Z Compiling scroll_derive v0.12.1
5512026-03-16T20:00:07.479Z Compiling zerofrom v0.1.6
5522026-03-16T20:00:07.651Z Compiling yoke v0.8.1
5532026-03-16T20:00:07.699Z Compiling thiserror-impl v2.0.18
5542026-03-16T20:00:07.907Z Compiling zerovec v0.11.5
5552026-03-16T20:00:07.958Z Compiling zerotrie v0.2.3
5562026-03-16T20:00:08.095Z Compiling zerocopy v0.7.35
5572026-03-16T20:00:08.351Z Compiling scroll v0.12.0
5582026-03-16T20:00:08.593Z Compiling tinystr v0.8.2
5592026-03-16T20:00:08.596Z Compiling potential_utf v0.1.4
5602026-03-16T20:00:08.692Z Compiling dtrace-parser v0.2.0
5612026-03-16T20:00:08.808Z Compiling icu_collections v2.1.1
5622026-03-16T20:00:08.874Z Compiling icu_locale_core v2.1.1
5632026-03-16T20:00:08.901Z Compiling goblin v0.8.2
5642026-03-16T20:00:09.047Z Compiling tabled_derive v0.7.0
5652026-03-16T20:00:09.365Z Compiling clap_derive v4.5.55
5662026-03-16T20:00:09.450Z Compiling textwrap v0.16.2
5672026-03-16T20:00:09.737Z Compiling icu_provider v2.1.1
5682026-03-16T20:00:10.068Z Compiling icu_properties v2.1.2
5692026-03-16T20:00:10.117Z Compiling icu_normalizer v2.1.1
5702026-03-16T20:00:10.252Z Compiling serde_spanned v0.6.9
5712026-03-16T20:00:10.291Z Compiling toml_datetime v0.6.11
5722026-03-16T20:00:10.347Z Compiling dof v0.3.0
5732026-03-16T20:00:10.434Z Compiling serde_tokenstream v0.2.3
5742026-03-16T20:00:10.522Z Compiling serde-value v0.7.0
5752026-03-16T20:00:10.632Z Compiling toml_edit v0.22.27
5762026-03-16T20:00:10.858Z Compiling cargo-platform v0.2.0
5772026-03-16T20:00:10.882Z Compiling tabled v0.15.0
5782026-03-16T20:00:11.005Z Compiling macaddr v1.0.1
5792026-03-16T20:00:11.214Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5802026-03-16T20:00:11.298Z Compiling idna_adapter v1.2.1
5812026-03-16T20:00:11.477Z Compiling idna v1.1.0
5822026-03-16T20:00:11.525Z Compiling swrite v0.1.0
5832026-03-16T20:00:11.657Z Compiling usdt-macro v0.5.0
5842026-03-16T20:00:11.657Z Compiling usdt-attr-macro v0.5.0
5852026-03-16T20:00:11.716Z Compiling clap v4.5.60
5862026-03-16T20:00:11.835Z Compiling url v2.5.8
5872026-03-16T20:00:12.667Z Compiling toml v0.8.23
5882026-03-16T20:00:12.978Z Compiling usdt v0.5.0
5892026-03-16T20:00:13.232Z Compiling cargo-util-schemas v0.8.2
5902026-03-16T20:00:13.269Z Compiling cargo_toml v0.21.0
5912026-03-16T20:00:14.388Z Compiling cargo_metadata v0.21.0
5922026-03-16T20:00:15.669Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-16T20:00:18.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.89s
5942026-03-16T20:00:18.756Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-16T20:00:19.489Z Downloading crates ...
5962026-03-16T20:00:19.608Z Downloaded atomic-waker v1.1.2
5972026-03-16T20:00:19.611Z Downloaded aead v0.5.2
5982026-03-16T20:00:19.611Z Downloaded array-init v0.0.4
5992026-03-16T20:00:19.622Z Downloaded crucible-workspace-hack v0.1.0
6002026-03-16T20:00:19.625Z Downloaded adler2 v2.0.1
6012026-03-16T20:00:19.625Z Downloaded base16ct v0.2.0
6022026-03-16T20:00:19.628Z Downloaded downcast-rs v2.0.2
6032026-03-16T20:00:19.629Z Downloaded bb8 v0.8.6
6042026-03-16T20:00:19.629Z Downloaded bit-set v0.5.3
6052026-03-16T20:00:19.632Z Downloaded critical-section v1.2.0
6062026-03-16T20:00:19.634Z Downloaded buf-list v1.1.2
6072026-03-16T20:00:19.637Z Downloaded flagset v0.4.7
6082026-03-16T20:00:19.637Z Downloaded cexpr v0.6.0
6092026-03-16T20:00:19.640Z Downloaded embedded-io v0.4.0
6102026-03-16T20:00:19.640Z Downloaded cargo_toml v0.22.3
6112026-03-16T20:00:19.643Z Downloaded darling v0.20.11
6122026-03-16T20:00:19.646Z Downloaded bitfield v0.19.4
6132026-03-16T20:00:19.647Z Downloaded backoff v0.4.0
6142026-03-16T20:00:19.650Z Downloaded der v0.7.10
6152026-03-16T20:00:19.653Z Downloaded bitfield-struct v0.6.2
6162026-03-16T20:00:19.655Z Downloaded base64 v0.22.1
6172026-03-16T20:00:19.658Z Downloaded flume v0.11.1
6182026-03-16T20:00:19.661Z Downloaded dirs-sys-next v0.1.2
6192026-03-16T20:00:19.661Z Downloaded convert_case v0.10.0
6202026-03-16T20:00:19.664Z Downloaded crossbeam-epoch v0.9.18
6212026-03-16T20:00:19.664Z Downloaded crossbeam-utils v0.8.21
6222026-03-16T20:00:19.667Z Downloaded chacha20poly1305 v0.10.1
6232026-03-16T20:00:19.670Z Downloaded crossterm v0.28.1
6242026-03-16T20:00:19.673Z Downloaded bit-set v0.8.0
6252026-03-16T20:00:19.675Z Downloaded diff v0.1.13
6262026-03-16T20:00:19.678Z Downloaded crossbeam-deque v0.8.6
6272026-03-16T20:00:19.680Z Downloaded async-stream-impl v0.3.6
6282026-03-16T20:00:19.681Z Downloaded crossbeam-channel v0.5.15
6292026-03-16T20:00:19.683Z Downloaded foreign-types-shared v0.1.1
6302026-03-16T20:00:19.684Z Downloaded foreign-types v0.3.2
6312026-03-16T20:00:19.686Z Downloaded ciborium-ll v0.2.2
6322026-03-16T20:00:19.686Z Downloaded async-stream v0.3.6
6332026-03-16T20:00:19.689Z Downloaded defmt-macros v1.0.1
6342026-03-16T20:00:19.692Z Downloaded base64ct v1.8.3
6352026-03-16T20:00:19.692Z Downloaded allocator-api2 v0.2.21
6362026-03-16T20:00:19.695Z Downloaded foreign-types v0.5.0
6372026-03-16T20:00:19.697Z Downloaded crypto-bigint v0.5.5
6382026-03-16T20:00:19.701Z Downloaded convert_case v0.4.0
6392026-03-16T20:00:19.704Z Downloaded cfg_aliases v0.1.1
6402026-03-16T20:00:19.704Z Downloaded block-padding v0.3.3
6412026-03-16T20:00:19.704Z Downloaded crc8 v0.1.1
6422026-03-16T20:00:19.706Z Downloaded atomicwrites v0.4.4
6432026-03-16T20:00:19.707Z Downloaded darling v0.21.3
6442026-03-16T20:00:19.710Z Downloaded foldhash v0.1.5
6452026-03-16T20:00:19.713Z Downloaded embedded-io v0.6.1
6462026-03-16T20:00:19.713Z Downloaded fatfs v0.3.6
6472026-03-16T20:00:19.716Z Downloaded dunce v1.0.5
6482026-03-16T20:00:19.716Z Downloaded csv-core v0.1.13
6492026-03-16T20:00:19.719Z Downloaded crc-catalog v2.4.0
6502026-03-16T20:00:19.719Z Downloaded fixedbitset v0.4.2
6512026-03-16T20:00:19.723Z Downloaded fallible-iterator v0.2.0
6522026-03-16T20:00:19.723Z Downloaded cobs v0.3.0
6532026-03-16T20:00:19.727Z Downloaded difflib v0.4.0
6542026-03-16T20:00:19.727Z Downloaded cstr-argument v0.1.2
6552026-03-16T20:00:19.727Z Downloaded crossterm v0.29.0
6562026-03-16T20:00:19.730Z Downloaded drift v0.1.3
6572026-03-16T20:00:19.734Z Downloaded foreign-types-shared v0.3.1
6582026-03-16T20:00:19.738Z Downloaded fixedbitset v0.5.7
6592026-03-16T20:00:19.738Z Downloaded diesel-dtrace v0.5.0
6602026-03-16T20:00:19.741Z Downloaded crunchy v0.2.4
6612026-03-16T20:00:19.741Z Downloaded blowfish v0.9.1
6622026-03-16T20:00:19.741Z Downloaded bcs v0.1.6
6632026-03-16T20:00:19.744Z Downloaded crc v3.4.0
6642026-03-16T20:00:19.744Z Downloaded headers-core v0.3.0
6652026-03-16T20:00:19.744Z Downloaded dirs-next v2.0.0
6662026-03-16T20:00:19.747Z Downloaded constant_time_eq v0.4.2
6672026-03-16T20:00:19.747Z Downloaded dof v0.4.0
6682026-03-16T20:00:19.750Z Downloaded ciborium-io v0.2.2
6692026-03-16T20:00:19.750Z Downloaded base16ct v1.0.0
6702026-03-16T20:00:19.752Z Downloaded dtrace-parser v0.3.0
6712026-03-16T20:00:19.752Z Downloaded arrayref v0.3.9
6722026-03-16T20:00:19.754Z Downloaded gethostname v0.5.0
6732026-03-16T20:00:19.755Z Downloaded endian-type v0.1.2
6742026-03-16T20:00:19.755Z Downloaded futures-io v0.3.32
6752026-03-16T20:00:19.759Z Downloaded bitfield-macros v0.19.4
6762026-03-16T20:00:19.759Z Downloaded bit-vec v0.8.0
6772026-03-16T20:00:19.759Z Downloaded futures-sink v0.3.32
6782026-03-16T20:00:19.762Z Downloaded display-error-chain v0.2.2
6792026-03-16T20:00:19.762Z Downloaded ghash v0.5.1
6802026-03-16T20:00:19.762Z Downloaded darling_macro v0.21.3
6812026-03-16T20:00:19.762Z Downloaded globwalk v0.9.1
6822026-03-16T20:00:19.765Z Downloaded fxhash v0.2.1
6832026-03-16T20:00:19.765Z Downloaded bit-vec v0.6.3
6842026-03-16T20:00:19.768Z Downloaded float-cmp v0.10.0
6852026-03-16T20:00:19.768Z Downloaded hash32 v0.2.1
6862026-03-16T20:00:19.771Z Downloaded argon2 v0.5.3
6872026-03-16T20:00:19.771Z Downloaded futures-macro v0.3.32
6882026-03-16T20:00:19.771Z Downloaded foreign-types-macros v0.2.3
6892026-03-16T20:00:19.774Z Downloaded document-features v0.2.12
6902026-03-16T20:00:19.774Z Downloaded fd-lock v4.0.4
6912026-03-16T20:00:19.777Z Downloaded derive_builder_macro v0.20.2
6922026-03-16T20:00:19.777Z Downloaded debug-ignore v1.0.5
6932026-03-16T20:00:19.780Z Downloaded corncobs v0.1.4
6942026-03-16T20:00:19.780Z Downloaded const_format_proc_macros v0.2.34
6952026-03-16T20:00:19.782Z Downloaded filetime v0.2.27
6962026-03-16T20:00:19.785Z Downloaded async-trait v0.1.89
6972026-03-16T20:00:19.788Z Downloaded cipher v0.4.4
6982026-03-16T20:00:19.788Z Downloaded cbc v0.1.2
6992026-03-16T20:00:19.791Z Downloaded camino-tempfile-ext v0.3.3
7002026-03-16T20:00:19.791Z Downloaded dropshot-api-manager-types v0.6.0
7012026-03-16T20:00:19.793Z Downloaded ascii-canvas v3.0.0
7022026-03-16T20:00:19.793Z Downloaded arrayvec v0.7.6
7032026-03-16T20:00:19.796Z Downloaded dsl_auto_type v0.2.0
7042026-03-16T20:00:19.796Z Downloaded chacha20 v0.9.1
7052026-03-16T20:00:19.799Z Downloaded cookie v0.18.1
7062026-03-16T20:00:19.801Z Downloaded git-stub v1.0.0
7072026-03-16T20:00:19.801Z Downloaded futures-task v0.3.32
7082026-03-16T20:00:19.804Z Downloaded enum-as-inner v0.6.1
7092026-03-16T20:00:19.804Z Downloaded diesel_table_macro_syntax v0.3.0
7102026-03-16T20:00:19.804Z Downloaded hex v0.4.3
7112026-03-16T20:00:19.808Z Downloaded darling_macro v0.23.0
7122026-03-16T20:00:19.808Z Downloaded hostname v0.3.1
7132026-03-16T20:00:19.810Z Downloaded home v0.5.12
7142026-03-16T20:00:19.810Z Downloaded atty v0.2.14
7152026-03-16T20:00:19.810Z Downloaded darling_macro v0.20.11
7162026-03-16T20:00:19.814Z Downloaded httpdate v1.0.3
7172026-03-16T20:00:19.814Z Downloaded curve25519-dalek-derive v0.1.1
7182026-03-16T20:00:19.814Z Downloaded fs-err v2.11.0
7192026-03-16T20:00:19.816Z Downloaded defmt v0.3.100
7202026-03-16T20:00:19.816Z Downloaded aho-corasick v1.1.4
7212026-03-16T20:00:19.820Z Downloaded glob v0.3.3
7222026-03-16T20:00:19.823Z Downloaded funty v2.0.0
7232026-03-16T20:00:19.823Z Downloaded cargo_metadata v0.19.2
7242026-03-16T20:00:19.826Z Downloaded futures-core v0.3.32
7252026-03-16T20:00:19.826Z Downloaded http-body v1.0.1
7262026-03-16T20:00:19.829Z Downloaded hyper-tls v0.6.0
7272026-03-16T20:00:19.829Z Downloaded group v0.13.0
7282026-03-16T20:00:19.833Z Downloaded fs_extra v1.3.0
7292026-03-16T20:00:19.833Z Downloaded hex-literal v0.4.1
7302026-03-16T20:00:19.836Z Downloaded hash32 v0.3.1
7312026-03-16T20:00:19.849Z Downloaded instant v0.1.13
7322026-03-16T20:00:19.852Z Downloaded async-bb8-diesel v0.2.1
7332026-03-16T20:00:19.856Z Downloaded indent_write v2.2.0
7342026-03-16T20:00:19.856Z Downloaded futures-executor v0.3.32
7352026-03-16T20:00:19.856Z Downloaded ed25519 v2.2.3
7362026-03-16T20:00:19.859Z Downloaded futures-channel v0.3.32
7372026-03-16T20:00:19.863Z Downloaded is_ci v1.2.0
7382026-03-16T20:00:19.863Z Downloaded hubpack v0.1.2
7392026-03-16T20:00:19.863Z Downloaded crc32fast v1.5.0
7402026-03-16T20:00:19.867Z Downloaded cookie_store v0.22.1
7412026-03-16T20:00:19.867Z Downloaded internet-checksum v0.2.1
7422026-03-16T20:00:19.867Z Downloaded console v0.16.2
7432026-03-16T20:00:19.871Z Downloaded foldhash v0.2.0
7442026-03-16T20:00:19.871Z Downloaded ecdsa v0.16.9
7452026-03-16T20:00:19.871Z Downloaded lazy_static v1.5.0
7462026-03-16T20:00:19.874Z Downloaded ff v0.13.1
7472026-03-16T20:00:19.874Z Downloaded ena v0.14.4
7482026-03-16T20:00:19.877Z Downloaded either v1.15.0
7492026-03-16T20:00:19.877Z Downloaded globset v0.4.18
7502026-03-16T20:00:19.879Z Downloaded defmt v1.0.1
7512026-03-16T20:00:19.883Z Downloaded lru v0.12.5
7522026-03-16T20:00:19.883Z Downloaded libscf-sys v1.1.0
7532026-03-16T20:00:19.886Z Downloaded http-range v0.1.5
7542026-03-16T20:00:19.886Z Downloaded is-terminal v0.4.17
7552026-03-16T20:00:19.886Z Downloaded indoc v1.0.9
7562026-03-16T20:00:19.889Z Downloaded inout v0.1.4
7572026-03-16T20:00:19.889Z Downloaded getrandom v0.2.17
7582026-03-16T20:00:19.892Z Downloaded console v0.15.11
7592026-03-16T20:00:19.895Z Downloaded match_cfg v0.1.0
7602026-03-16T20:00:19.895Z Downloaded maplit v1.0.2
7612026-03-16T20:00:19.895Z Downloaded managed v0.8.0
7622026-03-16T20:00:19.898Z Downloaded md-5 v0.10.6
7632026-03-16T20:00:19.898Z Downloaded lru-cache v0.1.2
7642026-03-16T20:00:19.901Z Downloaded linked-hash-map v0.5.6
7652026-03-16T20:00:19.901Z Downloaded newline-converter v0.3.0
7662026-03-16T20:00:19.904Z Downloaded new_debug_unreachable v1.0.6
7672026-03-16T20:00:19.904Z Downloaded multimap v0.10.1
7682026-03-16T20:00:19.904Z Downloaded env_logger v0.11.9
7692026-03-16T20:00:19.907Z Downloaded ingot v0.1.1
7702026-03-16T20:00:19.907Z Downloaded half v1.8.3
7712026-03-16T20:00:19.910Z Downloaded highway v1.3.0
7722026-03-16T20:00:19.912Z Downloaded derive-where v1.6.0
7732026-03-16T20:00:19.917Z Downloaded instability v0.3.11
7742026-03-16T20:00:19.917Z Downloaded dropshot_endpoint v0.16.7
7752026-03-16T20:00:19.921Z Downloaded md5 v0.7.0
7762026-03-16T20:00:19.921Z Downloaded maybe-uninit v2.0.0
7772026-03-16T20:00:19.924Z Downloaded keccak v0.1.6
7782026-03-16T20:00:19.924Z Downloaded ipnet v2.11.0
7792026-03-16T20:00:19.924Z Downloaded ipnetwork v0.21.1
7802026-03-16T20:00:19.926Z Downloaded memoffset v0.9.1
7812026-03-16T20:00:19.927Z Downloaded lru-slab v0.1.2
7822026-03-16T20:00:19.929Z Downloaded des v0.8.1
7832026-03-16T20:00:19.929Z Downloaded clang-sys v1.8.1
7842026-03-16T20:00:19.932Z Downloaded const-oid v0.9.6
7852026-03-16T20:00:19.932Z Downloaded cancel-safe-futures v0.1.5
7862026-03-16T20:00:19.935Z Downloaded newtype-uuid-macros v0.1.0
7872026-03-16T20:00:19.938Z Downloaded libsw v3.5.0
7882026-03-16T20:00:19.941Z Downloaded libloading v0.8.9
7892026-03-16T20:00:19.941Z Downloaded humantime v2.3.0
7902026-03-16T20:00:19.941Z Downloaded num v0.4.3
7912026-03-16T20:00:19.945Z Downloaded num-derive v0.4.2
7922026-03-16T20:00:19.945Z Downloaded num-iter v0.1.45
7932026-03-16T20:00:19.948Z Downloaded num-derive v0.3.3
7942026-03-16T20:00:19.948Z Downloaded ingot-types v0.1.2
7952026-03-16T20:00:19.948Z Downloaded http-body-util v0.1.3
7962026-03-16T20:00:19.951Z Downloaded git-stub-vcs v0.1.0
7972026-03-16T20:00:19.954Z Downloaded crc-any v2.5.0
7982026-03-16T20:00:19.954Z Downloaded daft v0.1.5
7992026-03-16T20:00:19.956Z Downloaded lzss v0.8.2
8002026-03-16T20:00:19.956Z Downloaded half v2.7.1
8012026-03-16T20:00:19.959Z Downloaded nanorand v0.7.0
8022026-03-16T20:00:19.963Z Downloaded multer v3.1.0
8032026-03-16T20:00:19.966Z Downloaded normalize-line-endings v0.3.0
8042026-03-16T20:00:19.966Z Downloaded num-conv v0.2.0
8052026-03-16T20:00:19.966Z Downloaded nibble_vec v0.1.0
8062026-03-16T20:00:19.969Z Downloaded nonempty v0.12.0
8072026-03-16T20:00:19.969Z Downloaded derive_builder v0.20.2
8082026-03-16T20:00:19.971Z Downloaded const_format v0.2.35
8092026-03-16T20:00:19.975Z Downloaded opaque-debug v0.3.1
8102026-03-16T20:00:19.978Z Downloaded num_threads v0.1.7
8112026-03-16T20:00:19.978Z Downloaded derive_more v0.99.20
8122026-03-16T20:00:19.982Z Downloaded erased-serde v0.3.31
8132026-03-16T20:00:19.985Z Downloaded olpc-cjson v0.1.4
8142026-03-16T20:00:19.985Z Downloaded elliptic-curve v0.13.8
8152026-03-16T20:00:19.989Z Downloaded openssl-probe v0.2.1
8162026-03-16T20:00:19.992Z Downloaded compact_str v0.8.1
8172026-03-16T20:00:19.992Z Downloaded parse-display v0.10.0
8182026-03-16T20:00:19.995Z Downloaded pbkdf2 v0.11.0
8192026-03-16T20:00:19.995Z Downloaded path-slash v0.1.5
8202026-03-16T20:00:19.998Z Downloaded openssl-probe v0.1.6
8212026-03-16T20:00:19.998Z Downloaded mime v0.3.17
8222026-03-16T20:00:20.001Z Downloaded diesel_derives v2.3.7
8232026-03-16T20:00:20.006Z Downloaded hickory-client v0.25.2
8242026-03-16T20:00:20.010Z Downloaded newtype_derive v0.1.6
8252026-03-16T20:00:20.010Z Downloaded mime_guess v2.0.5
8262026-03-16T20:00:20.010Z Downloaded newtype-uuid v1.3.2
8272026-03-16T20:00:20.013Z Downloaded hmac v0.12.1
8282026-03-16T20:00:20.013Z Downloaded parse-size v1.1.0
8292026-03-16T20:00:20.013Z Downloaded num-integer v0.1.46
8302026-03-16T20:00:20.017Z Downloaded num-complex v0.4.6
8312026-03-16T20:00:20.017Z Downloaded openssl-macros v0.1.1
8322026-03-16T20:00:20.017Z Downloaded libsw-core v0.3.2
8332026-03-16T20:00:20.021Z Downloaded lock_api v0.4.14
8342026-03-16T20:00:20.021Z Downloaded native-tls v0.2.18
8352026-03-16T20:00:20.025Z Downloaded iana-time-zone v0.1.65
8362026-03-16T20:00:20.025Z Downloaded pin-utils v0.1.0
8372026-03-16T20:00:20.030Z Downloaded arc-swap v1.8.2
8382026-03-16T20:00:20.030Z Downloaded futures v0.3.32
8392026-03-16T20:00:20.033Z Downloaded num_enum_derive v0.5.11
8402026-03-16T20:00:20.033Z Downloaded phf_shared v0.12.1
8412026-03-16T20:00:20.036Z Downloaded phf_shared v0.11.3
8422026-03-16T20:00:20.036Z Downloaded memmap2 v0.9.10
8432026-03-16T20:00:20.041Z Downloaded httparse v1.10.1
8442026-03-16T20:00:20.042Z Downloaded nodrop v0.1.14
8452026-03-16T20:00:20.044Z Downloaded cc v1.2.56
8462026-03-16T20:00:20.045Z Downloaded bytes v1.11.1
8472026-03-16T20:00:20.048Z Downloaded phf_shared v0.13.1
8482026-03-16T20:00:20.048Z Downloaded oso-derive v0.27.3
8492026-03-16T20:00:20.051Z Downloaded predicates-tree v1.0.13
8502026-03-16T20:00:20.051Z Downloaded predicates-core v1.0.10
8512026-03-16T20:00:20.051Z Downloaded powerfmt v0.2.0
8522026-03-16T20:00:20.056Z Downloaded num_enum_derive v0.7.5
8532026-03-16T20:00:20.056Z Downloaded jobserver v0.1.34
8542026-03-16T20:00:20.056Z Downloaded getrandom v0.3.4
8552026-03-16T20:00:20.059Z Downloaded nu-ansi-term v0.50.3
8562026-03-16T20:00:20.061Z Downloaded num_enum v0.5.11
8572026-03-16T20:00:20.064Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-03-16T20:00:20.067Z Downloaded oxnet v0.1.4
8592026-03-16T20:00:20.067Z Downloaded proc-macro-crate v3.4.0
8602026-03-16T20:00:20.071Z Downloaded proc-macro-crate v1.3.1
8612026-03-16T20:00:20.071Z Downloaded progenitor-client v0.11.2
8622026-03-16T20:00:20.071Z Downloaded packed_struct_codegen v0.10.1
8632026-03-16T20:00:20.074Z Downloaded darling_core v0.20.11
8642026-03-16T20:00:20.077Z Downloaded peg v0.8.5
8652026-03-16T20:00:20.084Z Downloaded paste v1.0.15
8662026-03-16T20:00:20.088Z Downloaded aes v0.8.4
8672026-03-16T20:00:20.088Z Downloaded precomputed-hash v0.1.1
8682026-03-16T20:00:20.088Z Downloaded libbz2-rs-sys v0.2.2
8692026-03-16T20:00:20.088Z Downloaded pbkdf2 v0.12.2
8702026-03-16T20:00:20.091Z Downloaded password-hash v0.5.0
8712026-03-16T20:00:20.091Z Downloaded pem v3.0.6
8722026-03-16T20:00:20.091Z Downloaded pem-rfc7468 v0.7.0
8732026-03-16T20:00:20.095Z Downloaded pin-project-internal v1.1.11
8742026-03-16T20:00:20.095Z Downloaded num_enum v0.7.5
8752026-03-16T20:00:20.099Z Downloaded peg-runtime v0.8.5
8762026-03-16T20:00:20.103Z Downloaded peg-macros v0.8.5
8772026-03-16T20:00:20.103Z Downloaded owo-colors v4.3.0
8782026-03-16T20:00:20.106Z Downloaded progenitor-client v0.10.0
8792026-03-16T20:00:20.106Z Downloaded progenitor-macro v0.13.0
8802026-03-16T20:00:20.106Z Downloaded password-hash v0.4.2
8812026-03-16T20:00:20.110Z Downloaded ar_archive_writer v0.5.1
8822026-03-16T20:00:20.110Z Downloaded indexmap v1.9.3
8832026-03-16T20:00:20.113Z Downloaded progenitor-macro v0.11.2
8842026-03-16T20:00:20.116Z Downloaded progenitor-macro v0.10.0
8852026-03-16T20:00:20.116Z Downloaded ppv-lite86 v0.2.21
8862026-03-16T20:00:20.120Z Downloaded oxide-tokio-rt v0.1.3
8872026-03-16T20:00:20.120Z Downloaded bumpalo v3.20.2
8882026-03-16T20:00:20.124Z Downloaded ignore v0.4.25
8892026-03-16T20:00:20.124Z Downloaded predicates v3.1.4
8902026-03-16T20:00:20.127Z Downloaded headers v0.4.1
8912026-03-16T20:00:20.131Z Downloaded psl-types v2.0.11
8922026-03-16T20:00:20.131Z Downloaded polyval v0.6.2
8932026-03-16T20:00:20.134Z Downloaded rand_chacha v0.3.1
8942026-03-16T20:00:20.134Z Downloaded quick-error v1.2.3
8952026-03-16T20:00:20.137Z Downloaded parking_lot_core v0.8.6
8962026-03-16T20:00:20.137Z Downloaded packed_struct v0.10.1
8972026-03-16T20:00:20.142Z Downloaded recursive v0.1.1
8982026-03-16T20:00:20.142Z Downloaded progenitor-client v0.13.0
8992026-03-16T20:00:20.142Z Downloaded progenitor-extras v0.1.1
9002026-03-16T20:00:20.145Z Downloaded progenitor v0.11.2
9012026-03-16T20:00:20.146Z Downloaded heapless v0.7.17
9022026-03-16T20:00:20.149Z Downloaded phf v0.13.1
9032026-03-16T20:00:20.149Z Downloaded parking_lot v0.12.5
9042026-03-16T20:00:20.152Z Downloaded radium v0.7.0
9052026-03-16T20:00:20.152Z Downloaded hickory-resolver v0.24.4
9062026-03-16T20:00:20.157Z Downloaded ref-cast v1.0.25
9072026-03-16T20:00:20.160Z Downloaded rand_xorshift v0.4.0
9082026-03-16T20:00:20.160Z Downloaded pkcs8 v0.10.2
9092026-03-16T20:00:20.164Z Downloaded litrs v1.0.0
9102026-03-16T20:00:20.164Z Downloaded rfc6979 v0.4.0
9112026-03-16T20:00:20.168Z Downloaded poly1305 v0.8.0
9122026-03-16T20:00:20.168Z Downloaded omicron-zone-package v0.12.2
9132026-03-16T20:00:20.177Z Downloaded num-rational v0.4.2
9142026-03-16T20:00:20.177Z Downloaded pkcs1 v0.7.5
9152026-03-16T20:00:20.181Z Downloaded ref-cast-impl v1.0.25
9162026-03-16T20:00:20.181Z Downloaded rustc_version v0.1.7
9172026-03-16T20:00:20.181Z Downloaded darling_core v0.23.0
9182026-03-16T20:00:20.181Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-03-16T20:00:20.181Z Downloaded pin-project-lite v0.2.17
9202026-03-16T20:00:20.185Z Downloaded rustc_version v0.4.1
9212026-03-16T20:00:20.189Z Downloaded rustc-hash v2.1.1
9222026-03-16T20:00:20.189Z Downloaded parking_lot v0.11.2
9232026-03-16T20:00:20.189Z Downloaded darling_core v0.21.3
9242026-03-16T20:00:20.193Z Downloaded salsa20 v0.10.2
9252026-03-16T20:00:20.193Z Downloaded rand_chacha v0.9.0
9262026-03-16T20:00:20.196Z Downloaded postgres-types v0.2.12
9272026-03-16T20:00:20.199Z Downloaded rtoolbox v0.0.3
9282026-03-16T20:00:20.200Z Downloaded progenitor v0.13.0
9292026-03-16T20:00:20.200Z Downloaded p256 v0.13.2
9302026-03-16T20:00:20.203Z Downloaded primeorder v0.13.6
9312026-03-16T20:00:20.205Z Downloaded proc-macro-error2 v2.0.1
9322026-03-16T20:00:20.209Z Downloaded indicatif v0.18.4
9332026-03-16T20:00:20.213Z Downloaded hyper-rustls v0.27.7
9342026-03-16T20:00:20.213Z Downloaded parse-display-derive v0.10.0
9352026-03-16T20:00:20.256Z Downloaded phf v0.12.1
9362026-03-16T20:00:20.256Z Downloaded parking_lot_core v0.9.12
9372026-03-16T20:00:20.256Z Downloaded heapless v0.8.0
9382026-03-16T20:00:20.260Z Downloaded russh-cryptovec v0.7.3
9392026-03-16T20:00:20.260Z Downloaded resolv-conf v0.7.6
9402026-03-16T20:00:20.260Z Downloaded derive_more v2.1.1
9412026-03-16T20:00:20.260Z Downloaded scrypt v0.11.0
9422026-03-16T20:00:20.260Z Downloaded derive_more-impl v2.1.1
9432026-03-16T20:00:20.260Z Downloaded secrecy v0.8.0
9442026-03-16T20:00:20.260Z Downloaded sapling-renderdag v0.1.0
9452026-03-16T20:00:20.260Z Downloaded ed25519-dalek v2.2.0
9462026-03-16T20:00:20.260Z Downloaded rand_core v0.6.4
9472026-03-16T20:00:20.260Z Downloaded same-file v1.0.6
9482026-03-16T20:00:20.260Z Downloaded rand_core v0.9.5
9492026-03-16T20:00:20.260Z Downloaded rand_core v0.10.0
9502026-03-16T20:00:20.260Z Downloaded dropshot-api-manager v0.6.0
9512026-03-16T20:00:20.260Z Downloaded serde_bytes v0.11.19
9522026-03-16T20:00:20.260Z Downloaded semver v0.1.20
9532026-03-16T20:00:20.260Z Downloaded minimal-lexical v0.2.1
9542026-03-16T20:00:20.260Z Downloaded psm v0.1.30
9552026-03-16T20:00:20.260Z Downloaded secrecy v0.10.3
9562026-03-16T20:00:20.260Z Downloaded hashbrown v0.12.3
9572026-03-16T20:00:20.265Z Downloaded rustls-pemfile v1.0.4
9582026-03-16T20:00:20.265Z Downloaded rand_seeder v0.4.0
9592026-03-16T20:00:20.268Z Downloaded sha1 v0.10.6
9602026-03-16T20:00:20.268Z Downloaded shell-words v1.1.1
9612026-03-16T20:00:20.271Z Downloaded serde_spanned v1.0.4
9622026-03-16T20:00:20.271Z Downloaded miniz_oxide v0.8.9
9632026-03-16T20:00:20.275Z Downloaded signature v2.2.0
9642026-03-16T20:00:20.275Z Downloaded rustversion v1.0.22
9652026-03-16T20:00:20.278Z Downloaded serde_plain v1.0.2
9662026-03-16T20:00:20.278Z Downloaded seq-macro v0.3.6
9672026-03-16T20:00:20.286Z Downloaded serde-big-array v0.5.1
9682026-03-16T20:00:20.286Z Downloaded progenitor-impl v0.10.0
9692026-03-16T20:00:20.290Z Downloaded jiff-static v0.2.21
9702026-03-16T20:00:20.291Z Downloaded serde_urlencoded v0.7.1
9712026-03-16T20:00:20.291Z Downloaded rusty-fork v0.3.1
9722026-03-16T20:00:20.291Z Downloaded serde_repr v0.1.20
9732026-03-16T20:00:20.291Z Downloaded signal-hook-mio v0.2.5
9742026-03-16T20:00:20.296Z Downloaded quinn-udp v0.5.14
9752026-03-16T20:00:20.296Z Downloaded siphasher v1.0.2
9762026-03-16T20:00:20.296Z Downloaded hickory-resolver v0.25.2
9772026-03-16T20:00:20.299Z Downloaded hashbrown v0.13.2
9782026-03-16T20:00:20.302Z Downloaded progenitor v0.10.0
9792026-03-16T20:00:20.302Z Downloaded rustls-native-certs v0.8.3
9802026-03-16T20:00:20.306Z Downloaded scopeguard v1.2.0
9812026-03-16T20:00:20.311Z Downloaded postcard v1.1.3
9822026-03-16T20:00:20.311Z Downloaded pkcs5 v0.7.1
9832026-03-16T20:00:20.314Z Downloaded slog-envlogger v2.2.0
9842026-03-16T20:00:20.314Z Downloaded sigpipe v0.1.3
9852026-03-16T20:00:20.314Z Downloaded scroll v0.13.0
9862026-03-16T20:00:20.317Z Downloaded signal-hook-tokio v0.3.1
9872026-03-16T20:00:20.317Z Downloaded scroll_derive v0.13.1
9882026-03-16T20:00:20.317Z Downloaded postgres-protocol v0.6.10
9892026-03-16T20:00:20.322Z Downloaded pkg-config v0.3.32
9902026-03-16T20:00:20.322Z Downloaded pin-project v1.1.11
9912026-03-16T20:00:20.328Z Downloaded scheduled-thread-pool v0.2.7
9922026-03-16T20:00:20.332Z Downloaded r2d2 v0.8.10
9932026-03-16T20:00:20.332Z Downloaded expectorate v1.2.0
9942026-03-16T20:00:20.336Z Downloaded sec1 v0.7.3
9952026-03-16T20:00:20.336Z Downloaded sct v0.7.1
9962026-03-16T20:00:20.341Z Downloaded openssl-sys v0.9.111
9972026-03-16T20:00:20.345Z Downloaded rustls-pki-types v1.14.0
9982026-03-16T20:00:20.345Z Downloaded slog-bunyan v2.5.0
9992026-03-16T20:00:20.349Z Downloaded schemars_derive v0.8.22
10002026-03-16T20:00:20.349Z Downloaded rustls-pemfile v2.2.0
10012026-03-16T20:00:20.352Z Downloaded ssh-encoding v0.2.0
10022026-03-16T20:00:20.352Z Downloaded itertools v0.10.5
10032026-03-16T20:00:20.356Z Downloaded serde_derive_internals v0.29.1
10042026-03-16T20:00:20.359Z Downloaded papergrid v0.17.0
10052026-03-16T20:00:20.362Z Downloaded ingot-macros v0.1.1
10062026-03-16T20:00:20.362Z Downloaded ssh-cipher v0.2.0
10072026-03-16T20:00:20.366Z Downloaded sqlparser_derive v0.5.0
10082026-03-16T20:00:20.366Z Downloaded linear-map v1.2.0
10092026-03-16T20:00:20.366Z Downloaded libefi-sys v0.1.0
10102026-03-16T20:00:20.368Z Downloaded aes-gcm v0.10.3
10112026-03-16T20:00:20.372Z Downloaded structmeta v0.3.0
10122026-03-16T20:00:20.372Z Downloaded shlex v1.3.0
10132026-03-16T20:00:20.372Z Downloaded strum v0.27.2
10142026-03-16T20:00:20.376Z Downloaded strum v0.26.3
10152026-03-16T20:00:20.376Z Downloaded serde_path_to_error v0.1.20
10162026-03-16T20:00:20.376Z Downloaded http v1.4.0
10172026-03-16T20:00:20.381Z Downloaded russh-keys v0.45.0
10182026-03-16T20:00:20.385Z Downloaded hyper-util v0.1.20
10192026-03-16T20:00:20.389Z Downloaded oso v0.27.3
10202026-03-16T20:00:20.389Z Downloaded structmeta-derive v0.3.0
10212026-03-16T20:00:20.392Z Downloaded subtle v2.6.1
10222026-03-16T20:00:20.392Z Downloaded serde-hex v0.1.0
10232026-03-16T20:00:20.392Z Downloaded take_mut v0.2.2
10242026-03-16T20:00:20.395Z Downloaded sync-ptr v0.1.4
10252026-03-16T20:00:20.395Z Downloaded strip-ansi-escapes v0.2.1
10262026-03-16T20:00:20.395Z Downloaded signal-hook-registry v1.4.8
10272026-03-16T20:00:20.398Z Downloaded tagptr v0.2.0
10282026-03-16T20:00:20.398Z Downloaded slog-async v2.8.0
10292026-03-16T20:00:20.403Z Downloaded tabled_derive v0.11.0
10302026-03-16T20:00:20.403Z Downloaded flate2 v1.1.9
10312026-03-16T20:00:20.406Z Downloaded simd-adler32 v0.3.8
10322026-03-16T20:00:20.406Z Downloaded slog-json v2.6.1
10332026-03-16T20:00:20.409Z Downloaded slog-dtrace v0.3.0
10342026-03-16T20:00:20.409Z Downloaded tabwriter v1.4.1
10352026-03-16T20:00:20.412Z Downloaded smallvec v0.6.14
10362026-03-16T20:00:20.412Z Downloaded termtree v0.5.1
10372026-03-16T20:00:20.413Z Downloaded thread-id v5.1.0
10382026-03-16T20:00:20.416Z Downloaded rcgen v0.12.1
10392026-03-16T20:00:20.416Z Downloaded supports-color v3.0.2
10402026-03-16T20:00:20.419Z Downloaded smf v0.2.3
10412026-03-16T20:00:20.419Z Downloaded sync_wrapper v1.0.2
10422026-03-16T20:00:20.419Z Downloaded serde_with_macros v3.17.0
10432026-03-16T20:00:20.422Z Downloaded progenitor-impl v0.11.2
10442026-03-16T20:00:20.425Z Downloaded slog-term v2.9.2
10452026-03-16T20:00:20.425Z Downloaded testing_table v0.3.0
10462026-03-16T20:00:20.429Z Downloaded snafu-derive v0.8.9
10472026-03-16T20:00:20.429Z Downloaded serde_cbor v0.11.2
10482026-03-16T20:00:20.432Z Downloaded time-core v0.1.8
10492026-03-16T20:00:20.432Z Downloaded tinyvec_macros v0.1.1
10502026-03-16T20:00:20.432Z Downloaded thiserror-impl-no-std v2.0.2
10512026-03-16T20:00:20.440Z Downloaded sqlformat v0.3.5
10522026-03-16T20:00:20.440Z Downloaded spki v0.7.3
10532026-03-16T20:00:20.440Z Downloaded slog-scope v4.4.1
10542026-03-16T20:00:20.443Z Downloaded prefix-trie v0.7.0
10552026-03-16T20:00:20.443Z Downloaded pretty_assertions v1.4.1
10562026-03-16T20:00:20.444Z Downloaded hickory-server v0.25.2
10572026-03-16T20:00:20.446Z Downloaded schemars v0.8.22
10582026-03-16T20:00:20.454Z Downloaded static_assertions v1.1.0
10592026-03-16T20:00:20.458Z Downloaded string_cache v0.8.9
10602026-03-16T20:00:20.458Z Downloaded ron v0.8.1
10612026-03-16T20:00:20.462Z Downloaded strum_macros v0.27.2
10622026-03-16T20:00:20.465Z Downloaded stringprep v0.1.5
10632026-03-16T20:00:20.469Z Downloaded progenitor-impl v0.13.0
10642026-03-16T20:00:20.469Z Downloaded stacker v0.1.23
10652026-03-16T20:00:20.472Z Downloaded slab v0.4.12
10662026-03-16T20:00:20.472Z Downloaded ryu v1.0.23
10672026-03-16T20:00:20.475Z Downloaded mio v1.1.1
10682026-03-16T20:00:20.478Z Downloaded thiserror-no-std v2.0.2
10692026-03-16T20:00:20.481Z Downloaded topological-sort v0.2.2
10702026-03-16T20:00:20.484Z Downloaded strum_macros v0.26.4
10712026-03-16T20:00:20.484Z Downloaded rustls-platform-verifier v0.6.2
10722026-03-16T20:00:20.487Z Downloaded tap v1.0.1
10732026-03-16T20:00:20.490Z Downloaded support-bundle-viewer v0.1.2
10742026-03-16T20:00:20.491Z Downloaded impl-trait-for-tuples v0.2.3
10752026-03-16T20:00:20.494Z Downloaded strum_macros v0.24.3
10762026-03-16T20:00:20.494Z Downloaded time-macros v0.2.27
10772026-03-16T20:00:20.498Z Downloaded tower-service v0.3.3
10782026-03-16T20:00:20.498Z Downloaded serde_yaml v0.9.34+deprecated
10792026-03-16T20:00:20.500Z Downloaded derive_builder_core v0.20.2
10802026-03-16T20:00:20.503Z Downloaded derive-ex v0.1.8
10812026-03-16T20:00:20.504Z Downloaded deranged v0.5.8
10822026-03-16T20:00:20.507Z Downloaded termios v0.3.3
10832026-03-16T20:00:20.507Z Downloaded itertools v0.12.1
10842026-03-16T20:00:20.510Z Downloaded lalrpop-util v0.19.12
10852026-03-16T20:00:20.514Z Downloaded kstat-rs v0.2.4
10862026-03-16T20:00:20.514Z Downloaded trait-variant v0.1.2
10872026-03-16T20:00:20.514Z Downloaded tower-layer v0.3.3
10882026-03-16T20:00:20.519Z Downloaded similar v2.7.0
10892026-03-16T20:00:20.520Z Downloaded indoc v2.0.7
10902026-03-16T20:00:20.523Z Downloaded universal-hash v0.5.1
10912026-03-16T20:00:20.523Z Downloaded thread_local v1.1.9
10922026-03-16T20:00:20.527Z Downloaded rayon-core v1.13.0
10932026-03-16T20:00:20.527Z Downloaded typify-macro v0.6.1
10942026-03-16T20:00:20.531Z Downloaded typify-macro v0.4.3
10952026-03-16T20:00:20.531Z Downloaded prettyplease v0.2.37
10962026-03-16T20:00:20.535Z Downloaded hyper-staticfile v0.10.1
10972026-03-16T20:00:20.535Z Downloaded colored v2.2.0
10982026-03-16T20:00:20.538Z Downloaded slog v2.8.2
10992026-03-16T20:00:20.540Z Downloaded try-lock v0.2.5
11002026-03-16T20:00:20.541Z Downloaded tokio-tungstenite v0.21.0
11012026-03-16T20:00:20.544Z Downloaded num-bigint-dig v0.8.6
11022026-03-16T20:00:20.547Z Downloaded untrusted v0.9.0
11032026-03-16T20:00:20.547Z Downloaded tiny-keccak v2.0.2
11042026-03-16T20:00:20.551Z Downloaded unarray v0.1.4
11052026-03-16T20:00:20.551Z Downloaded rsa v0.9.10
11062026-03-16T20:00:20.554Z Downloaded ciborium v0.2.2
11072026-03-16T20:00:20.557Z Downloaded cassowary v0.3.0
11082026-03-16T20:00:20.559Z Downloaded num-bigint v0.4.6
11092026-03-16T20:00:20.562Z Downloaded usdt-attr-macro v0.6.0
11102026-03-16T20:00:20.563Z Downloaded unicode-truncate v1.1.0
11112026-03-16T20:00:20.565Z Downloaded tokio-native-tls v0.3.1
11122026-03-16T20:00:20.565Z Downloaded usdt v0.6.0
11132026-03-16T20:00:20.568Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-03-16T20:00:20.568Z Downloaded unit-prefix v0.5.2
11152026-03-16T20:00:20.571Z Downloaded tokio-dtrace v0.1.1
11162026-03-16T20:00:20.571Z Downloaded publicsuffix v2.3.0
11172026-03-16T20:00:20.574Z Downloaded untrusted v0.7.1
11182026-03-16T20:00:20.574Z Downloaded socket2 v0.6.2
11192026-03-16T20:00:20.574Z Downloaded libxml v0.3.3
11202026-03-16T20:00:20.579Z Downloaded utf-8 v0.7.6
11212026-03-16T20:00:20.581Z Downloaded usdt-macro v0.6.0
11222026-03-16T20:00:20.581Z Downloaded quinn v0.11.9
11232026-03-16T20:00:20.584Z Downloaded void v1.0.2
11242026-03-16T20:00:20.584Z Downloaded tls_codec v0.4.2
11252026-03-16T20:00:20.587Z Downloaded slog-stdlog v4.1.1
11262026-03-16T20:00:20.591Z Downloaded rand v0.8.5
11272026-03-16T20:00:20.594Z Downloaded qorb v0.4.1
11282026-03-16T20:00:20.596Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-03-16T20:00:20.597Z Downloaded tokio-tungstenite v0.23.1
11302026-03-16T20:00:20.600Z Downloaded tokio-rustls v0.25.0
11312026-03-16T20:00:20.600Z Downloaded hashbrown v0.15.5
11322026-03-16T20:00:20.603Z Downloaded want v0.3.1
11332026-03-16T20:00:20.606Z Downloaded waitgroup v0.1.2
11342026-03-16T20:00:20.606Z Downloaded wait-timeout v0.2.1
11352026-03-16T20:00:20.606Z Downloaded signal-hook v0.3.18
11362026-03-16T20:00:20.609Z Downloaded ident_case v1.0.1
11372026-03-16T20:00:20.609Z Downloaded hubpack_derive v0.1.1
11382026-03-16T20:00:20.612Z Downloaded der_derive v0.7.3
11392026-03-16T20:00:20.612Z Downloaded schemars v0.9.0
11402026-03-16T20:00:20.620Z Downloaded tokio-stream v0.1.18
11412026-03-16T20:00:20.623Z Downloaded tar v0.4.44
11422026-03-16T20:00:20.626Z Downloaded tokio-rustls v0.24.1
11432026-03-16T20:00:20.629Z Downloaded term v0.7.0
11442026-03-16T20:00:20.632Z Downloaded tui-tree-widget v0.23.1
11452026-03-16T20:00:20.632Z Downloaded tls_codec_derive v0.4.2
11462026-03-16T20:00:20.638Z Downloaded socket2 v0.5.10
11472026-03-16T20:00:20.638Z Downloaded cmake v0.1.57
11482026-03-16T20:00:20.641Z Downloaded chacha20 v0.10.0
11492026-03-16T20:00:20.641Z Downloaded snafu v0.8.9
11502026-03-16T20:00:20.644Z Downloaded usdt-impl v0.6.0
11512026-03-16T20:00:20.644Z Downloaded nom v7.1.3
11522026-03-16T20:00:20.648Z Downloaded xattr v1.6.1
11532026-03-16T20:00:20.651Z Downloaded ahash v0.8.12
11542026-03-16T20:00:20.654Z Downloaded tokio-macros v2.6.0
11552026-03-16T20:00:20.654Z Downloaded itertools v0.13.0
11562026-03-16T20:00:20.657Z Downloaded spin v0.9.8
11572026-03-16T20:00:20.660Z Downloaded subprocess v0.2.15
11582026-03-16T20:00:20.663Z Downloaded term v1.2.1
11592026-03-16T20:00:20.666Z Downloaded blake3 v1.8.3
11602026-03-16T20:00:20.671Z Downloaded vergen-lib v0.1.6
11612026-03-16T20:00:20.674Z Downloaded twox-hash v2.1.2
11622026-03-16T20:00:20.674Z Downloaded schemars v1.2.1
11632026-03-16T20:00:20.684Z Downloaded zone_cfg_derive v0.3.1
11642026-03-16T20:00:20.688Z Downloaded zone v0.3.1
11652026-03-16T20:00:20.688Z Downloaded unicase v2.9.0
11662026-03-16T20:00:20.688Z Downloaded test-strategy v0.4.5
11672026-03-16T20:00:20.691Z Downloaded vsss-rs v3.3.4
11682026-03-16T20:00:20.694Z Downloaded vergen-gitcl v1.0.8
11692026-03-16T20:00:20.694Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-03-16T20:00:20.697Z Downloaded zeroize_derive v1.4.3
11712026-03-16T20:00:20.698Z Downloaded tinyvec v1.10.0
11722026-03-16T20:00:20.701Z Downloaded xshell v0.2.7
11732026-03-16T20:00:20.701Z Downloaded wyz v0.5.1
11742026-03-16T20:00:20.703Z Downloaded hyper v1.8.1
11752026-03-16T20:00:20.709Z Downloaded xshell-macros v0.2.7
11762026-03-16T20:00:20.709Z Downloaded whoami v2.1.0
11772026-03-16T20:00:20.712Z Downloaded toml v0.9.12+spec-1.1.0
11782026-03-16T20:00:20.712Z Downloaded uzers v0.12.2
11792026-03-16T20:00:20.716Z Downloaded iri-string v0.7.10
11802026-03-16T20:00:20.719Z Downloaded futures-util v0.3.32
11812026-03-16T20:00:20.728Z Downloaded zeroize v1.8.2
11822026-03-16T20:00:20.730Z Downloaded vergen-git2 v1.0.7
11832026-03-16T20:00:20.730Z Downloaded vergen v9.0.6
11842026-03-16T20:00:20.734Z Downloaded rustyline v14.0.0
11852026-03-16T20:00:20.737Z Downloaded typify v0.4.3
11862026-03-16T20:00:20.740Z Downloaded walkdir v2.5.0
11872026-03-16T20:00:20.744Z Downloaded rand v0.10.0
11882026-03-16T20:00:20.754Z Downloaded tungstenite v0.23.0
11892026-03-16T20:00:20.754Z Downloaded zstd v0.13.3
11902026-03-16T20:00:20.758Z Downloaded typify v0.6.1
11912026-03-16T20:00:20.758Z Downloaded iddqd v0.3.17
11922026-03-16T20:00:20.758Z Downloaded hkdf v0.12.4
11932026-03-16T20:00:20.760Z Downloaded tungstenite v0.21.0
11942026-03-16T20:00:20.764Z Downloaded steno v0.4.1
11952026-03-16T20:00:20.768Z Downloaded whoami v1.6.1
11962026-03-16T20:00:20.768Z Downloaded unicode-properties v0.1.4
11972026-03-16T20:00:20.768Z Downloaded russh v0.45.0
11982026-03-16T20:00:20.772Z Downloaded zerocopy v0.6.6
11992026-03-16T20:00:20.775Z Downloaded xz2 v0.1.7
12002026-03-16T20:00:20.775Z Downloaded yasna v0.5.2
12012026-03-16T20:00:20.781Z Downloaded rpassword v7.4.0
12022026-03-16T20:00:20.781Z Downloaded bitvec v1.0.1
12032026-03-16T20:00:20.789Z Downloaded vte v0.14.1
12042026-03-16T20:00:20.792Z Downloaded unsafe-libyaml v0.2.11
12052026-03-16T20:00:20.799Z Downloaded h2 v0.4.13
12062026-03-16T20:00:20.803Z Downloaded ron v0.12.0
12072026-03-16T20:00:20.806Z Downloaded zstd-safe v7.2.4
12082026-03-16T20:00:20.806Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-03-16T20:00:20.810Z Downloaded p521 v0.13.3
12102026-03-16T20:00:20.814Z Downloaded tokio-postgres v0.7.16
12112026-03-16T20:00:20.817Z Downloaded libm v0.2.16
12122026-03-16T20:00:20.823Z Downloaded unicode-bidi v0.3.18
12132026-03-16T20:00:20.827Z Downloaded aws-lc-rs v1.16.0
12142026-03-16T20:00:20.832Z Downloaded uuid v1.21.0
12152026-03-16T20:00:20.835Z Downloaded toml_edit v0.19.15
12162026-03-16T20:00:20.873Z Downloaded zopfli v0.8.3
12172026-03-16T20:00:20.873Z Downloaded tokio-rustls v0.26.4
12182026-03-16T20:00:20.873Z Downloaded reedline v0.40.0
12192026-03-16T20:00:20.873Z Downloaded git2 v0.20.4
12202026-03-16T20:00:20.873Z Downloaded yansi v1.0.1
12212026-03-16T20:00:20.873Z Downloaded reqwest v0.13.2
12222026-03-16T20:00:20.873Z Downloaded ssh-key v0.6.7
12232026-03-16T20:00:20.879Z Downloaded toml v0.7.8
12242026-03-16T20:00:20.879Z Downloaded chrono v0.4.44
12252026-03-16T20:00:20.885Z Downloaded bindgen v0.71.1
12262026-03-16T20:00:20.890Z Downloaded zip v0.6.6
12272026-03-16T20:00:20.894Z Downloaded regex v1.12.3
12282026-03-16T20:00:20.897Z Downloaded reqwest v0.12.28
12292026-03-16T20:00:20.901Z Downloaded unicode_categories v0.1.1
12302026-03-16T20:00:20.901Z Downloaded curve25519-dalek v4.1.3
12312026-03-16T20:00:20.906Z Downloaded zerocopy-derive v0.8.40
12322026-03-16T20:00:20.912Z Downloaded tower v0.5.3
12332026-03-16T20:00:20.920Z Downloaded moka v0.12.13
12342026-03-16T20:00:20.926Z Downloaded typed-path v0.9.3
12352026-03-16T20:00:20.930Z Downloaded rayon v1.11.0
12362026-03-16T20:00:20.936Z Downloaded portable-atomic v1.13.1
12372026-03-16T20:00:20.942Z Downloaded salty v0.3.0
12382026-03-16T20:00:20.948Z Downloaded p384 v0.13.1
12392026-03-16T20:00:20.952Z Downloaded x509-cert v0.2.5
12402026-03-16T20:00:20.955Z Downloaded lalrpop v0.19.12
12412026-03-16T20:00:20.963Z Downloaded unicode-segmentation v1.12.0
12422026-03-16T20:00:20.966Z Downloaded unicode-normalization v0.1.25
12432026-03-16T20:00:20.971Z Downloaded rustls-webpki v0.101.7
12442026-03-16T20:00:20.980Z Downloaded tower-http v0.6.8
12452026-03-16T20:00:20.987Z Downloaded petname v2.0.2
12462026-03-16T20:00:20.990Z Downloaded quick-xml v0.37.5
12472026-03-16T20:00:20.994Z Downloaded goblin v0.10.5
12482026-03-16T20:00:21.000Z Downloaded tracing-core v0.1.36
12492026-03-16T20:00:21.008Z Downloaded tracing-attributes v0.1.31
12502026-03-16T20:00:21.011Z Downloaded rustls-webpki v0.103.9
12512026-03-16T20:00:21.011Z Downloaded itertools v0.14.0
12522026-03-16T20:00:21.014Z Downloaded zip v4.6.1
12532026-03-16T20:00:21.014Z Downloaded rustls-webpki v0.102.8
12542026-03-16T20:00:21.028Z Downloaded samael v0.0.19
12552026-03-16T20:00:21.034Z Downloaded rand v0.9.2
12562026-03-16T20:00:21.037Z Downloaded serde_with v3.17.0
12572026-03-16T20:00:21.046Z Downloaded winnow v0.5.40
12582026-03-16T20:00:21.052Z Downloaded tokio-util v0.7.18
12592026-03-16T20:00:21.057Z Downloaded radix_trie v0.2.1
12602026-03-16T20:00:21.061Z Downloaded tough v0.20.0
12612026-03-16T20:00:21.067Z Downloaded quinn-proto v0.11.13
12622026-03-16T20:00:21.073Z Downloaded dropshot v0.16.7
12632026-03-16T20:00:21.089Z Downloaded time v0.3.47
12642026-03-16T20:00:21.098Z Downloaded winnow v0.6.26
12652026-03-16T20:00:21.104Z Downloaded openssl v0.10.75
12662026-03-16T20:00:21.112Z Downloaded tabled v0.20.0
12672026-03-16T20:00:21.125Z Downloaded zlib-rs v0.6.2
12682026-03-16T20:00:21.129Z Downloaded polar-core v0.27.3
12692026-03-16T20:00:21.135Z Downloaded nix v0.29.0
12702026-03-16T20:00:21.143Z Downloaded nix v0.28.0
12712026-03-16T20:00:21.152Z Downloaded smoltcp v0.9.1
12722026-03-16T20:00:21.160Z Downloaded rustls v0.21.12
12732026-03-16T20:00:21.167Z Downloaded smoltcp v0.11.0
12742026-03-16T20:00:21.176Z Downloaded rustls v0.22.4
12752026-03-16T20:00:21.186Z Downloaded regex-syntax v0.6.29
12762026-03-16T20:00:21.191Z Downloaded vcpkg v0.2.15
12772026-03-16T20:00:21.229Z Downloaded webpki-roots v1.0.6
12782026-03-16T20:00:21.229Z Downloaded diesel v2.3.7
12792026-03-16T20:00:21.238Z Downloaded regress v0.10.5
12802026-03-16T20:00:21.246Z Downloaded object v0.37.3
12812026-03-16T20:00:21.253Z Downloaded nix v0.31.1
12822026-03-16T20:00:21.262Z Downloaded hickory-proto v0.24.4
12832026-03-16T20:00:21.273Z Downloaded openapiv3 v2.2.0
12842026-03-16T20:00:21.282Z Downloaded sqlparser v0.61.0
12852026-03-16T20:00:21.289Z Downloaded zerocopy v0.8.40
12862026-03-16T20:00:21.296Z Downloaded rustls v0.23.37
12872026-03-16T20:00:21.305Z Downloaded sled v0.34.7
12882026-03-16T20:00:21.313Z Downloaded typify-impl v0.4.3
12892026-03-16T20:00:21.324Z Downloaded rustix v0.38.44
12902026-03-16T20:00:21.341Z Downloaded regex-syntax v0.8.10
12912026-03-16T20:00:21.349Z Downloaded zerocopy-derive v0.6.6
12922026-03-16T20:00:21.355Z Downloaded hickory-proto v0.25.2
12932026-03-16T20:00:21.367Z Downloaded bstr v1.12.1
12942026-03-16T20:00:21.372Z Downloaded proptest v1.10.0
12952026-03-16T20:00:21.379Z Downloaded object v0.30.4
12962026-03-16T20:00:21.385Z Downloaded nix v0.27.1
12972026-03-16T20:00:21.393Z Downloaded colored v3.1.1
12982026-03-16T20:00:21.396Z Downloaded bzip2 v0.6.1
12992026-03-16T20:00:21.400Z Downloaded bzip2 v0.4.4
13002026-03-16T20:00:21.400Z Downloaded blake2 v0.10.6
13012026-03-16T20:00:21.400Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-03-16T20:00:21.408Z Downloaded bitflags v1.3.2
13032026-03-16T20:00:21.411Z Downloaded find-msvc-tools v0.1.9
13042026-03-16T20:00:21.412Z Downloaded env_filter v1.0.0
13052026-03-16T20:00:21.414Z Downloaded dyn-clone v1.0.20
13062026-03-16T20:00:21.415Z Downloaded data-encoding v2.10.0
13072026-03-16T20:00:21.415Z Downloaded daft-derive v0.1.5
13082026-03-16T20:00:21.418Z Downloaded hostname v0.4.2
13092026-03-16T20:00:21.421Z Downloaded ctr v0.9.2
13102026-03-16T20:00:21.421Z Downloaded async-recursion v1.1.1
13112026-03-16T20:00:21.424Z Downloaded castaway v0.2.4
13122026-03-16T20:00:21.424Z Downloaded cpufeatures v0.3.0
13132026-03-16T20:00:21.424Z Downloaded cfg_aliases v0.2.1
13142026-03-16T20:00:21.427Z Downloaded cargo-platform v0.1.9
13152026-03-16T20:00:21.427Z Downloaded float-ord v0.3.2
13162026-03-16T20:00:21.427Z Downloaded defmt-parser v1.0.0
13172026-03-16T20:00:21.427Z Downloaded darling v0.23.0
13182026-03-16T20:00:21.431Z Downloaded assert_matches v1.5.0
13192026-03-16T20:00:21.434Z Downloaded base64 v0.21.7
13202026-03-16T20:00:21.434Z Downloaded bcrypt-pbkdf v0.10.0
13212026-03-16T20:00:21.437Z Downloaded backon v1.6.0
13222026-03-16T20:00:21.446Z Downloaded tracing v0.1.44
13232026-03-16T20:00:21.457Z Downloaded ratatui v0.29.0
13242026-03-16T20:00:21.471Z Downloaded libz-sys v1.1.24
13252026-03-16T20:00:21.488Z Downloaded typify-impl v0.6.1
13262026-03-16T20:00:21.498Z Downloaded tokio v1.49.0
13272026-03-16T20:00:21.526Z Downloaded csv v1.4.0
13282026-03-16T20:00:21.571Z Downloaded regex-automata v0.4.14
13292026-03-16T20:00:21.582Z Downloaded encoding_rs v0.8.35
13302026-03-16T20:00:21.598Z Downloaded ring v0.17.14
13312026-03-16T20:00:21.629Z Downloaded petgraph v0.6.5
13322026-03-16T20:00:21.643Z Downloaded chrono-tz v0.10.4
13332026-03-16T20:00:21.656Z Downloaded lzma-sys v0.1.20
13342026-03-16T20:00:21.677Z Downloaded jiff v0.2.21
13352026-03-16T20:00:21.692Z Downloaded petgraph v0.8.3
13362026-03-16T20:00:21.733Z Downloaded sha3 v0.10.8
13372026-03-16T20:00:21.737Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-16T20:00:21.844Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-16T20:00:22.419Z Downloaded aws-lc-sys v0.37.1
13402026-03-16T20:00:22.733Z Compiling libc v0.2.180
13412026-03-16T20:00:22.736Z Compiling serde v1.0.228
13422026-03-16T20:00:22.736Z Compiling log v0.4.29
13432026-03-16T20:00:22.736Z Compiling find-msvc-tools v0.1.9
13442026-03-16T20:00:22.940Z Compiling shlex v1.3.0
13452026-03-16T20:00:22.940Z Compiling smallvec v1.15.1
13462026-03-16T20:00:22.957Z Compiling syn v2.0.117
13472026-03-16T20:00:22.975Z Compiling typenum v1.19.0
13482026-03-16T20:00:23.160Z Compiling generic-array v0.14.7
13492026-03-16T20:00:23.199Z Compiling subtle v2.6.1
13502026-03-16T20:00:23.235Z Compiling scopeguard v1.2.0
13512026-03-16T20:00:23.285Z Compiling portable-atomic v1.13.1
13522026-03-16T20:00:23.325Z Compiling const-oid v0.9.6
13532026-03-16T20:00:23.375Z Compiling lock_api v0.4.14
13542026-03-16T20:00:23.438Z Compiling critical-section v1.2.0
13552026-03-16T20:00:23.473Z Compiling zerocopy v0.8.40
13562026-03-16T20:00:23.568Z Compiling serde_json v1.0.149
13572026-03-16T20:00:23.682Z Compiling pin-project-lite v0.2.17
13582026-03-16T20:00:23.802Z Compiling parking_lot_core v0.9.12
13592026-03-16T20:00:24.046Z Compiling getrandom v0.2.17
13602026-03-16T20:00:24.100Z Compiling jobserver v0.1.34
13612026-03-16T20:00:24.129Z Compiling errno v0.3.14
13622026-03-16T20:00:24.288Z Compiling rand_core v0.6.4
13632026-03-16T20:00:24.334Z Compiling signal-hook-registry v1.4.8
13642026-03-16T20:00:24.447Z Compiling cc v1.2.56
13652026-03-16T20:00:24.613Z Compiling once_cell v1.21.3
13662026-03-16T20:00:24.642Z Compiling pkg-config v0.3.32
13672026-03-16T20:00:24.673Z Compiling parking_lot v0.12.5
13682026-03-16T20:00:24.691Z Compiling mio v1.1.1
13692026-03-16T20:00:24.730Z Compiling bitflags v2.11.0
13702026-03-16T20:00:24.884Z Compiling libm v0.2.16
13712026-03-16T20:00:25.032Z Compiling num-traits v0.2.19
13722026-03-16T20:00:25.206Z Compiling futures-core v0.3.32
13732026-03-16T20:00:25.352Z Compiling socket2 v0.6.2
13742026-03-16T20:00:25.396Z Compiling percent-encoding v2.3.2
13752026-03-16T20:00:25.416Z Compiling allocator-api2 v0.2.21
13762026-03-16T20:00:25.450Z Compiling cpufeatures v0.2.17
13772026-03-16T20:00:25.530Z Compiling futures-sink v0.3.32
13782026-03-16T20:00:25.541Z Compiling foldhash v0.2.0
13792026-03-16T20:00:25.596Z Compiling futures-channel v0.3.32
13802026-03-16T20:00:25.634Z Compiling futures-io v0.3.32
13812026-03-16T20:00:25.814Z Compiling hashbrown v0.16.1
13822026-03-16T20:00:25.833Z Compiling futures-task v0.3.32
13832026-03-16T20:00:25.851Z Compiling slab v0.4.12
13842026-03-16T20:00:25.882Z Compiling getrandom v0.4.1
13852026-03-16T20:00:25.901Z Compiling rustversion v1.0.22
13862026-03-16T20:00:26.041Z Compiling rand_core v0.10.0
13872026-03-16T20:00:26.076Z Compiling getrandom v0.3.4
13882026-03-16T20:00:26.246Z Compiling form_urlencoded v1.2.2
13892026-03-16T20:00:26.524Z Compiling indexmap v2.13.0
13902026-03-16T20:00:26.599Z Compiling cmake v0.1.57
13912026-03-16T20:00:26.602Z Compiling ident_case v1.0.1
13922026-03-16T20:00:26.752Z Compiling base64ct v1.8.3
13932026-03-16T20:00:26.850Z Compiling fs_extra v1.3.0
13942026-03-16T20:00:27.191Z Compiling synstructure v0.13.2
13952026-03-16T20:00:27.195Z Compiling dunce v1.0.5
13962026-03-16T20:00:27.236Z Compiling pem-rfc7468 v0.7.0
13972026-03-16T20:00:27.298Z Compiling flagset v0.4.7
13982026-03-16T20:00:27.317Z Compiling rand_core v0.9.5
13992026-03-16T20:00:27.335Z Compiling aws-lc-sys v0.37.1
14002026-03-16T20:00:27.356Z Compiling rustix v1.1.3
14012026-03-16T20:00:27.426Z Compiling iana-time-zone v0.1.65
14022026-03-16T20:00:27.463Z Compiling ring v0.17.14
14032026-03-16T20:00:27.647Z Compiling uuid v1.21.0
14042026-03-16T20:00:27.665Z Compiling rustc_version v0.4.1
14052026-03-16T20:00:27.695Z Compiling regex-syntax v0.8.10
14062026-03-16T20:00:28.065Z Compiling vcpkg v0.2.15
14072026-03-16T20:00:28.136Z Compiling aws-lc-rs v1.16.0
14082026-03-16T20:00:28.499Z Compiling tracing-core v0.1.36
14092026-03-16T20:00:28.595Z Compiling crossbeam-utils v0.8.21
14102026-03-16T20:00:28.973Z Compiling pest_generator v2.8.6
14112026-03-16T20:00:29.040Z Compiling openssl-sys v0.9.111
14122026-03-16T20:00:29.242Z Compiling serde_derive_internals v0.29.1
14132026-03-16T20:00:29.688Z Compiling serde_derive v1.0.228
14142026-03-16T20:00:29.706Z Compiling zeroize_derive v1.4.3
14152026-03-16T20:00:29.784Z Compiling zerofrom-derive v0.1.6
14162026-03-16T20:00:29.901Z Compiling yoke-derive v0.8.1
14172026-03-16T20:00:30.484Z Compiling zerocopy-derive v0.8.40
14182026-03-16T20:00:30.546Z Compiling zeroize v1.8.2
14192026-03-16T20:00:30.963Z Compiling zerovec-derive v0.11.2
14202026-03-16T20:00:31.454Z Compiling displaydoc v0.2.5
14212026-03-16T20:00:31.571Z Compiling crypto-common v0.1.7
14222026-03-16T20:00:31.656Z Compiling zerofrom v0.1.6
14232026-03-16T20:00:31.745Z Compiling block-buffer v0.10.4
14242026-03-16T20:00:31.809Z Compiling yoke v0.8.1
14252026-03-16T20:00:31.998Z Compiling digest v0.10.7
14262026-03-16T20:00:32.096Z Compiling tokio-macros v2.6.0
14272026-03-16T20:00:32.384Z Compiling hmac v0.12.1
14282026-03-16T20:00:32.393Z Compiling futures-macro v0.3.32
14292026-03-16T20:00:32.477Z Compiling zerovec v0.11.5
14302026-03-16T20:00:32.481Z Compiling zerotrie v0.2.3
14312026-03-16T20:00:32.527Z Compiling block-padding v0.3.3
14322026-03-16T20:00:32.707Z Compiling inout v0.1.4
14332026-03-16T20:00:32.866Z Compiling cipher v0.4.4
14342026-03-16T20:00:32.917Z Compiling sha2 v0.10.9
14352026-03-16T20:00:33.068Z Compiling der_derive v0.7.3
14362026-03-16T20:00:33.152Z Compiling tinystr v0.8.2
14372026-03-16T20:00:33.211Z Compiling potential_utf v0.1.4
14382026-03-16T20:00:33.411Z Compiling icu_locale_core v2.1.1
14392026-03-16T20:00:33.411Z Compiling icu_collections v2.1.1
14402026-03-16T20:00:33.446Z Compiling futures-util v0.3.32
14412026-03-16T20:00:34.063Z Compiling salsa20 v0.10.2
14422026-03-16T20:00:34.253Z Compiling icu_provider v2.1.1
14432026-03-16T20:00:34.332Z Compiling bytes v1.11.1
14442026-03-16T20:00:34.384Z Compiling der v0.7.10
14452026-03-16T20:00:34.624Z Compiling icu_properties v2.1.2
14462026-03-16T20:00:34.643Z Compiling icu_normalizer v2.1.1
14472026-03-16T20:00:34.753Z Compiling chrono v0.4.44
14482026-03-16T20:00:35.137Z Compiling tokio v1.49.0
14492026-03-16T20:00:35.353Z Compiling http v1.4.0
14502026-03-16T20:00:36.009Z Compiling idna_adapter v1.2.1
14512026-03-16T20:00:36.139Z Compiling idna v1.1.0
14522026-03-16T20:00:36.173Z Compiling spki v0.7.3
14532026-03-16T20:00:36.425Z Compiling pbkdf2 v0.12.2
14542026-03-16T20:00:36.520Z Compiling ppv-lite86 v0.2.21
14552026-03-16T20:00:36.562Z Compiling url v2.5.8
14562026-03-16T20:00:36.581Z Compiling thiserror-impl v2.0.18
14572026-03-16T20:00:36.638Z Compiling scrypt v0.11.0
14582026-03-16T20:00:36.727Z Compiling cbc v0.1.2
14592026-03-16T20:00:36.953Z Compiling rand_chacha v0.9.0
14602026-03-16T20:00:36.998Z Compiling aes v0.8.4
14612026-03-16T20:00:37.021Z Compiling rustls-pki-types v1.14.0
14622026-03-16T20:00:37.025Z Compiling tracing-attributes v0.1.31
14632026-03-16T20:00:37.617Z Compiling pkcs5 v0.7.1
14642026-03-16T20:00:37.621Z Compiling rand v0.9.2
14652026-03-16T20:00:37.840Z Compiling http-body v1.0.1
14662026-03-16T20:00:38.097Z Compiling untrusted v0.7.1
14672026-03-16T20:00:38.249Z Compiling httparse v1.10.1
14682026-03-16T20:00:38.267Z Compiling schemars v0.8.22
14692026-03-16T20:00:38.389Z Compiling thiserror v2.0.18
14702026-03-16T20:00:38.392Z Compiling untrusted v0.9.0
14712026-03-16T20:00:38.508Z Compiling openssl-probe v0.2.1
14722026-03-16T20:00:38.527Z Compiling base64 v0.22.1
14732026-03-16T20:00:38.553Z Compiling syn v1.0.109
14742026-03-16T20:00:38.743Z Compiling pkcs8 v0.10.2
14752026-03-16T20:00:38.765Z Compiling schemars_derive v0.8.22
14762026-03-16T20:00:38.817Z Compiling tracing v0.1.44
14772026-03-16T20:00:38.929Z Compiling pest_derive v2.8.6
14782026-03-16T20:00:39.004Z Compiling scroll_derive v0.13.1
14792026-03-16T20:00:39.161Z Compiling darling_core v0.20.11
14802026-03-16T20:00:39.452Z Compiling rustls v0.23.37
14812026-03-16T20:00:39.660Z Compiling tower-service v0.3.3
14822026-03-16T20:00:39.775Z Compiling atomic-waker v1.1.2
14832026-03-16T20:00:39.794Z Compiling tinyvec_macros v0.1.1
14842026-03-16T20:00:39.880Z Compiling dyn-clone v1.0.20
14852026-03-16T20:00:39.928Z Compiling tower-layer v0.3.3
14862026-03-16T20:00:40.049Z Compiling try-lock v0.2.5
14872026-03-16T20:00:40.068Z Compiling scroll v0.13.0
14882026-03-16T20:00:40.125Z Compiling tokio-util v0.7.18
14892026-03-16T20:00:40.176Z Compiling want v0.3.1
14902026-03-16T20:00:40.379Z Compiling tinyvec v1.10.0
14912026-03-16T20:00:41.087Z Compiling h2 v0.4.13
14922026-03-16T20:00:41.212Z Compiling ipnet v2.11.0
14932026-03-16T20:00:41.533Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-16T20:00:41.869Z Compiling spin v0.9.8
14952026-03-16T20:00:42.050Z Compiling aho-corasick v1.1.4
14962026-03-16T20:00:42.168Z Compiling httpdate v1.0.3
14972026-03-16T20:00:42.227Z Compiling crc32fast v1.5.0
14982026-03-16T20:00:42.389Z Compiling darling_macro v0.20.11
14992026-03-16T20:00:42.457Z Compiling time-core v0.1.8
15002026-03-16T20:00:42.563Z Compiling openssl v0.10.75
15012026-03-16T20:00:42.644Z Compiling pin-utils v0.1.0
15022026-03-16T20:00:42.737Z Compiling powerfmt v0.2.0
15032026-03-16T20:00:42.851Z Compiling num-conv v0.2.0
15042026-03-16T20:00:42.980Z Compiling foreign-types-shared v0.1.1
15052026-03-16T20:00:43.001Z Compiling darling v0.20.11
15062026-03-16T20:00:43.020Z Compiling time-macros v0.2.27
15072026-03-16T20:00:43.037Z Compiling deranged v0.5.8
15082026-03-16T20:00:43.083Z Compiling foreign-types v0.3.2
15092026-03-16T20:00:43.129Z Compiling tempfile v3.25.0
15102026-03-16T20:00:43.170Z Compiling regex-automata v0.4.14
15112026-03-16T20:00:44.356Z Compiling goblin v0.10.5
15122026-03-16T20:00:44.435Z Compiling openssl-macros v0.1.1
15132026-03-16T20:00:44.914Z Compiling thiserror-impl v1.0.69
15142026-03-16T20:00:45.099Z Compiling wait-timeout v0.2.1
15152026-03-16T20:00:45.434Z Compiling hyper v1.8.1
15162026-03-16T20:00:46.056Z Compiling native-tls v0.2.18
15172026-03-16T20:00:46.301Z Compiling quick-error v1.2.3
15182026-03-16T20:00:46.427Z Compiling num_threads v0.1.7
15192026-03-16T20:00:46.492Z Compiling usdt-impl v0.6.0
15202026-03-16T20:00:46.542Z Compiling bit-vec v0.8.0
15212026-03-16T20:00:46.561Z Compiling either v1.15.0
15222026-03-16T20:00:46.737Z Compiling simd-adler32 v0.3.8
15232026-03-16T20:00:46.819Z Compiling siphasher v1.0.2
15242026-03-16T20:00:46.838Z Compiling hyper-util v0.1.20
15252026-03-16T20:00:47.104Z Compiling bit-set v0.8.0
15262026-03-16T20:00:47.147Z Compiling thiserror v1.0.69
15272026-03-16T20:00:47.273Z Compiling time v0.3.47
15282026-03-16T20:00:47.309Z Compiling rusty-fork v0.3.1
15292026-03-16T20:00:47.953Z Compiling derive_builder_core v0.20.2
15302026-03-16T20:00:48.919Z Compiling dof v0.4.0
15312026-03-16T20:00:49.126Z Compiling unicode-normalization v0.1.25
15322026-03-16T20:00:49.207Z Compiling crossbeam-epoch v0.9.18
15332026-03-16T20:00:49.426Z Compiling dtrace-parser v0.3.0
15342026-03-16T20:00:49.628Z Compiling rustls-native-certs v0.8.3
15352026-03-16T20:00:49.705Z Compiling signature v2.2.0
15362026-03-16T20:00:49.928Z Compiling scroll_derive v0.12.1
15372026-03-16T20:00:49.993Z Compiling heapless v0.7.17
15382026-03-16T20:00:50.270Z Compiling rand_xorshift v0.4.0
15392026-03-16T20:00:50.288Z Compiling slog v2.8.2
15402026-03-16T20:00:50.444Z Compiling darling_core v0.21.3
15412026-03-16T20:00:50.467Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-16T20:00:50.513Z Compiling sync_wrapper v1.0.2
15432026-03-16T20:00:50.532Z Compiling thread-id v5.1.0
15442026-03-16T20:00:50.632Z Compiling cookie v0.18.1
15452026-03-16T20:00:50.652Z Compiling rayon-core v1.13.0
15462026-03-16T20:00:50.761Z Compiling zstd-safe v7.2.4
15472026-03-16T20:00:50.803Z Compiling unicode-bidi v0.3.18
15482026-03-16T20:00:50.854Z Compiling paste v1.0.15
15492026-03-16T20:00:50.873Z Compiling signal-hook v0.3.18
15502026-03-16T20:00:50.994Z Compiling unicode-properties v0.1.4
15512026-03-16T20:00:51.077Z Compiling unicode-segmentation v1.12.0
15522026-03-16T20:00:51.185Z Compiling anyhow v1.0.102
15532026-03-16T20:00:51.260Z Compiling unarray v0.1.4
15542026-03-16T20:00:51.389Z Compiling adler2 v2.0.1
15552026-03-16T20:00:51.510Z Compiling miniz_oxide v0.8.9
15562026-03-16T20:00:51.549Z Compiling proptest v1.10.0
15572026-03-16T20:00:51.586Z Compiling stringprep v0.1.5
15582026-03-16T20:00:51.896Z Compiling scroll v0.12.0
15592026-03-16T20:00:52.253Z Compiling tower v0.5.3
15602026-03-16T20:00:52.413Z Compiling crossbeam-deque v0.8.6
15612026-03-16T20:00:52.614Z Compiling derive_builder_macro v0.20.2
15622026-03-16T20:00:52.633Z Compiling ipnetwork v0.21.1
15632026-03-16T20:00:52.651Z Compiling http-body-util v0.1.3
15642026-03-16T20:00:52.877Z Compiling webpki-roots v1.0.6
15652026-03-16T20:00:52.967Z Compiling rand_chacha v0.3.1
15662026-03-16T20:00:53.027Z Compiling serde_spanned v0.6.9
15672026-03-16T20:00:53.062Z Compiling erased-serde v0.3.31
15682026-03-16T20:00:53.148Z Compiling serde_tokenstream v0.2.3
15692026-03-16T20:00:53.181Z Compiling toml_datetime v0.6.11
15702026-03-16T20:00:53.201Z Compiling md-5 v0.10.6
15712026-03-16T20:00:53.401Z Compiling zerocopy-derive v0.7.35
15722026-03-16T20:00:53.513Z Compiling curve25519-dalek v4.1.3
15732026-03-16T20:00:53.545Z Compiling vergen-lib v0.1.6
15742026-03-16T20:00:53.761Z Compiling num-integer v0.1.46
15752026-03-16T20:00:53.780Z Compiling hash32 v0.2.1
15762026-03-16T20:00:53.919Z Compiling ff v0.13.1
15772026-03-16T20:00:53.969Z Compiling darling_macro v0.21.3
15782026-03-16T20:00:53.988Z Compiling memoffset v0.9.1
15792026-03-16T20:00:54.022Z Compiling cfg_aliases v0.2.1
15802026-03-16T20:00:54.086Z Compiling iri-string v0.7.10
15812026-03-16T20:00:54.110Z Compiling base16ct v0.2.0
15822026-03-16T20:00:54.188Z Compiling smoltcp v0.9.1
15832026-03-16T20:00:54.216Z Compiling num-bigint-dig v0.8.6
15842026-03-16T20:00:54.329Z Compiling litrs v1.0.0
15852026-03-16T20:00:54.444Z Compiling ref-cast v1.0.25
15862026-03-16T20:00:54.564Z Compiling zlib-rs v0.6.2
15872026-03-16T20:00:54.569Z Compiling ryu v1.0.23
15882026-03-16T20:00:54.610Z Compiling rustix v0.38.44
15892026-03-16T20:00:54.795Z Compiling fallible-iterator v0.2.0
15902026-03-16T20:00:54.822Z Compiling psl-types v2.0.11
15912026-03-16T20:00:54.973Z Compiling publicsuffix v2.3.0
15922026-03-16T20:00:55.015Z Compiling document-features v0.2.12
15932026-03-16T20:00:55.150Z Compiling postgres-protocol v0.6.10
15942026-03-16T20:00:55.197Z Compiling newtype-uuid v1.3.2
15952026-03-16T20:00:55.237Z Compiling serde_urlencoded v0.7.1
15962026-03-16T20:00:55.583Z Compiling darling v0.21.3
15972026-03-16T20:00:55.619Z Compiling zerocopy v0.7.35
15982026-03-16T20:00:55.683Z Compiling tower-http v0.6.8
15992026-03-16T20:00:55.796Z Compiling sec1 v0.7.3
16002026-03-16T20:00:55.980Z Compiling nix v0.31.1
16012026-03-16T20:00:56.145Z Compiling num-iter v0.1.45
16022026-03-16T20:00:56.206Z Compiling group v0.13.0
16032026-03-16T20:00:56.419Z Compiling rand v0.8.5
16042026-03-16T20:00:56.437Z Compiling derive_builder v0.20.2
16052026-03-16T20:00:56.456Z Compiling oxnet v0.1.4
16062026-03-16T20:00:56.587Z Compiling proc-macro-error v1.0.4
16072026-03-16T20:00:56.988Z Compiling tokio-native-tls v0.3.1
16082026-03-16T20:00:57.029Z Compiling goblin v0.8.2
16092026-03-16T20:00:57.812Z Compiling heck v0.4.1
16102026-03-16T20:00:57.915Z Compiling phf_shared v0.13.1
16112026-03-16T20:00:57.960Z Compiling regex v1.12.3
16122026-03-16T20:00:58.096Z Compiling hubpack_derive v0.1.1
16132026-03-16T20:00:58.237Z Compiling lazy_static v1.5.0
16142026-03-16T20:00:58.348Z Compiling cargo-platform v0.1.9
16152026-03-16T20:00:58.397Z Compiling hkdf v0.12.4
16162026-03-16T20:00:58.537Z Compiling crypto-bigint v0.5.5
16172026-03-16T20:00:58.602Z Compiling flate2 v1.1.9
16182026-03-16T20:00:58.645Z Compiling ref-cast-impl v1.0.25
16192026-03-16T20:00:58.673Z Compiling strum_macros v0.27.2
16202026-03-16T20:00:59.110Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-16T20:00:59.158Z Compiling async-trait v0.1.89
16222026-03-16T20:00:59.332Z Compiling daft-derive v0.1.5
16232026-03-16T20:00:59.938Z Compiling terminal_size v0.4.3
16242026-03-16T20:01:00.108Z Compiling vergen v9.0.6
16252026-03-16T20:01:00.257Z Compiling fs-err v3.3.0
16262026-03-16T20:01:00.325Z Compiling ahash v0.8.12
16272026-03-16T20:01:00.487Z Compiling managed v0.8.0
16282026-03-16T20:01:00.571Z Compiling bumpalo v3.20.2
16292026-03-16T20:01:00.590Z Compiling winnow v0.5.40
16302026-03-16T20:01:00.767Z Compiling object v0.37.3
16312026-03-16T20:01:00.895Z Compiling foldhash v0.1.5
16322026-03-16T20:01:01.109Z Compiling libbz2-rs-sys v0.2.2
16332026-03-16T20:01:01.113Z Compiling bitflags v1.3.2
16342026-03-16T20:01:01.339Z Compiling strum v0.27.2
16352026-03-16T20:01:01.408Z Compiling console v0.16.2
16362026-03-16T20:01:01.552Z Compiling hashbrown v0.15.5
16372026-03-16T20:01:01.934Z Compiling bzip2 v0.6.1
16382026-03-16T20:01:02.036Z Compiling zopfli v0.8.3
16392026-03-16T20:01:02.183Z Compiling clap_builder v4.5.60
16402026-03-16T20:01:02.347Z Compiling daft v0.1.5
16412026-03-16T20:01:02.367Z Compiling dof v0.3.0
16422026-03-16T20:01:02.384Z Compiling toml_edit v0.19.15
16432026-03-16T20:01:02.575Z Compiling elliptic-curve v0.13.8
16442026-03-16T20:01:03.061Z Compiling hubpack v0.1.2
16452026-03-16T20:01:03.110Z Compiling cargo_metadata v0.19.2
16462026-03-16T20:01:03.355Z Compiling phf v0.13.1
16472026-03-16T20:01:03.564Z Compiling zone_cfg_derive v0.3.1
16482026-03-16T20:01:04.386Z Compiling signal-hook-mio v0.2.5
16492026-03-16T20:01:04.951Z Compiling cookie_store v0.22.1
16502026-03-16T20:01:05.011Z Compiling rayon v1.11.0
16512026-03-16T20:01:05.719Z Compiling zstd v0.13.3
16522026-03-16T20:01:05.816Z Compiling hyper-tls v0.6.0
16532026-03-16T20:01:06.071Z Compiling bzip2 v0.4.4
16542026-03-16T20:01:06.138Z Compiling serde_with_macros v3.17.0
16552026-03-16T20:01:06.220Z Compiling postgres-types v0.2.12
16562026-03-16T20:01:06.426Z Compiling usdt-macro v0.6.0
16572026-03-16T20:01:06.591Z Compiling usdt-attr-macro v0.6.0
16582026-03-16T20:01:06.984Z Compiling ed25519 v2.2.3
16592026-03-16T20:01:07.425Z Compiling dtrace-parser v0.2.0
16602026-03-16T20:01:07.492Z Compiling phf_shared v0.11.3
16612026-03-16T20:01:07.679Z Compiling itertools v0.12.1
16622026-03-16T20:01:07.698Z Compiling bstr v1.12.1
16632026-03-16T20:01:07.741Z Compiling pkcs1 v0.7.5
16642026-03-16T20:01:07.939Z Compiling hex v0.4.3
16652026-03-16T20:01:08.151Z Compiling serde-big-array v0.5.1
16662026-03-16T20:01:08.274Z Compiling rfc6979 v0.4.0
16672026-03-16T20:01:08.295Z Compiling strum_macros v0.26.4
16682026-03-16T20:01:08.329Z Compiling serde_repr v0.1.20
16692026-03-16T20:01:08.424Z Compiling enum-as-inner v0.6.1
16702026-03-16T20:01:08.488Z Compiling clap_derive v4.5.55
16712026-03-16T20:01:08.567Z Compiling float-cmp v0.10.0
16722026-03-16T20:01:08.749Z Compiling memmap2 v0.9.10
16732026-03-16T20:01:09.009Z Compiling thread-id v4.2.2
16742026-03-16T20:01:09.033Z Compiling env_filter v1.0.0
16752026-03-16T20:01:09.066Z Compiling encoding_rs v0.8.35
16762026-03-16T20:01:09.112Z Compiling unit-prefix v0.5.2
16772026-03-16T20:01:09.293Z Compiling normalize-line-endings v0.3.0
16782026-03-16T20:01:09.357Z Compiling new_debug_unreachable v1.0.6
16792026-03-16T20:01:09.409Z Compiling fixedbitset v0.4.2
16802026-03-16T20:01:09.430Z Compiling data-encoding v2.10.0
16812026-03-16T20:01:09.448Z Compiling predicates-core v1.0.10
16822026-03-16T20:01:09.672Z Compiling difflib v0.4.0
16832026-03-16T20:01:09.691Z Compiling precomputed-hash v0.1.1
16842026-03-16T20:01:09.800Z Compiling whoami v2.1.0
16852026-03-16T20:01:10.295Z Compiling static_assertions v1.1.0
16862026-03-16T20:01:10.387Z Compiling mime v0.3.17
16872026-03-16T20:01:10.405Z Compiling keccak v0.1.6
16882026-03-16T20:01:10.437Z Compiling fixedbitset v0.5.7
16892026-03-16T20:01:10.664Z Compiling rustc-hash v2.1.1
16902026-03-16T20:01:10.699Z Compiling jiff v0.2.21
16912026-03-16T20:01:10.725Z Compiling strum v0.26.3
16922026-03-16T20:01:10.823Z Compiling iddqd v0.3.17
16932026-03-16T20:01:10.842Z Compiling petgraph v0.8.3
16942026-03-16T20:01:10.880Z Compiling sha3 v0.10.8
16952026-03-16T20:01:10.899Z Compiling clap v4.5.60
16962026-03-16T20:01:10.999Z Compiling toml_edit v0.22.27
16972026-03-16T20:01:11.095Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-16T20:01:11.468Z Compiling tokio-postgres v0.7.16
16992026-03-16T20:01:11.520Z Compiling predicates v3.1.4
17002026-03-16T20:01:12.387Z Compiling hickory-proto v0.25.2
17012026-03-16T20:01:12.442Z Compiling string_cache v0.8.9
17022026-03-16T20:01:12.728Z Compiling petgraph v0.6.5
17032026-03-16T20:01:13.539Z Compiling indicatif v0.18.4
17042026-03-16T20:01:14.463Z Compiling zip v4.6.1
17052026-03-16T20:01:14.686Z Compiling zone v0.3.1
17062026-03-16T20:01:14.755Z Compiling env_logger v0.11.9
17072026-03-16T20:01:14.803Z Compiling usdt-impl v0.5.0
17082026-03-16T20:01:14.903Z Compiling usdt v0.6.0
17092026-03-16T20:01:15.217Z Compiling ecdsa v0.16.9
17102026-03-16T20:01:15.236Z Compiling similar v2.7.0
17112026-03-16T20:01:15.573Z Compiling serde_with v3.17.0
17122026-03-16T20:01:15.598Z Compiling rsa v0.9.10
17132026-03-16T20:01:15.721Z Compiling crossterm v0.28.1
17142026-03-16T20:01:15.740Z Compiling ed25519-dalek v2.2.0
17152026-03-16T20:01:16.408Z Compiling zip v0.6.6
17162026-03-16T20:01:17.136Z Compiling toml v0.7.8
17172026-03-16T20:01:17.877Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-16T20:01:17.977Z Compiling itertools v0.13.0
17192026-03-16T20:01:18.007Z Compiling tokio-stream v0.1.18
17202026-03-16T20:01:18.598Z Compiling buf-list v1.1.2
17212026-03-16T20:01:18.624Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-16T20:01:18.759Z Compiling x509-cert v0.2.5
17232026-03-16T20:01:18.951Z Compiling openapiv3 v2.2.0
17242026-03-16T20:01:18.971Z Compiling sha1 v0.10.6
17252026-03-16T20:01:19.016Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-16T20:01:19.253Z Compiling peg-runtime v0.8.5
17272026-03-16T20:01:19.398Z Compiling lalrpop-util v0.19.12
17282026-03-16T20:01:19.615Z Compiling thread_local v1.1.9
17292026-03-16T20:01:19.635Z Compiling slog-async v2.8.0
17302026-03-16T20:01:19.685Z Compiling crossbeam-channel v0.5.15
17312026-03-16T20:01:19.846Z Compiling futures-executor v0.3.32
17322026-03-16T20:01:19.933Z Compiling is-terminal v0.4.17
17332026-03-16T20:01:20.026Z Compiling filetime v0.2.27
17342026-03-16T20:01:20.047Z Compiling term v1.2.1
17352026-03-16T20:01:20.174Z Compiling xattr v1.6.1
17362026-03-16T20:01:20.243Z Compiling take_mut v0.2.2
17372026-03-16T20:01:20.287Z Compiling futures v0.3.32
17382026-03-16T20:01:20.378Z Compiling tar v0.4.44
17392026-03-16T20:01:20.417Z Compiling slog-term v2.9.2
17402026-03-16T20:01:27.254Z Compiling rustls-webpki v0.103.9
17412026-03-16T20:01:31.315Z Compiling tokio-rustls v0.26.4
17422026-03-16T20:01:31.315Z Compiling rustls-platform-verifier v0.6.2
17432026-03-16T20:01:31.585Z Compiling hyper-rustls v0.27.7
17442026-03-16T20:01:31.843Z Compiling reqwest v0.12.28
17452026-03-16T20:01:31.843Z Compiling reqwest v0.13.2
17462026-03-16T20:01:34.784Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-16T20:01:35.051Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-16T20:01:38.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
17492026-03-16T20:01:38.976Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-16T20:01:39.037ZMar 16 20:01:37.226 INFO Starting download, target: Clickhouse
17512026-03-16T20:01:39.037ZMar 16 20:01:37.226 INFO Starting download, target: Cockroach
17522026-03-16T20:01:39.037ZMar 16 20:01:37.226 INFO Starting download, target: TransceiverControl
17532026-03-16T20:01:39.037ZMar 16 20:01:37.226 INFO Starting download, target: Console
17542026-03-16T20:01:39.040ZMar 16 20:01:37.226 INFO Starting download, target: DendriteStub
17552026-03-16T20:01:39.040ZMar 16 20:01:37.226 INFO Starting download, target: MaghemiteMgd
17562026-03-16T20:01:39.040ZMar 16 20:01:37.226 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-16T20:01:39.040ZMar 16 20:01:37.226 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-16T20:01:39.040ZMar 16 20:01:37.226 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-16T20:01:39.040ZMar 16 20:01:37.226 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-16T20:01:39.040ZMar 16 20:01:37.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-16T20:01:39.040ZMar 16 20:01:37.227 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-16T20:01:39.320ZMar 16 20:01:37.506 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-16T20:01:39.687ZMar 16 20:01:37.875 INFO Download complete, target: TransceiverControl
17642026-03-16T20:01:40.163ZMar 16 20:01:38.345 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-16T20:01:40.535ZMar 16 20:01:38.719 INFO Download complete, target: Console
17662026-03-16T20:01:40.756ZMar 16 20:01:38.944 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-16T20:01:40.968ZMar 16 20:01:39.157 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-16T20:01:41.547ZMar 16 20:01:39.736 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-16T20:01:41.547ZMar 16 20:01:39.736 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-16T20:01:41.826ZMar 16 20:01:40.015 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-16T20:01:44.423ZMar 16 20:01:42.611 INFO Download complete, target: DendriteStub
17722026-03-16T20:01:44.598ZMar 16 20:01:42.786 INFO Download complete, target: MaghemiteMgd
17732026-03-16T20:01:49.236ZMar 16 20:01:47.423 INFO Checking that binary works, target: Cockroach
17742026-03-16T20:01:49.351ZMar 16 20:01:47.538 INFO Download complete, target: Cockroach
17752026-03-16T20:01:53.200ZMar 16 20:01:51.385 INFO Checking that binary works, target: Clickhouse
17762026-03-16T20:01:53.352ZMar 16 20:01:51.537 INFO Download complete, target: Clickhouse
17772026-03-16T20:01:53.368ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-16T20:01:53.372Z
17792026-03-16T20:01:53.372Zreal 4:12.002149061
17802026-03-16T20:01:53.372Zuser 10:21.526753153
17812026-03-16T20:01:53.372Zsys 1:46.274931955
17822026-03-16T20:01:53.372Ztrap 0.312051767
17832026-03-16T20:01:53.372Ztflt 0.626259957
17842026-03-16T20:01:53.372Zdflt 0.595058388
17852026-03-16T20:01:53.372Zkflt 0.046645804
17862026-03-16T20:01:53.372Zlock 30:11.314497192
17872026-03-16T20:01:53.372Zslp 29:31.225137109
17882026-03-16T20:01:53.372Zlat 53.278805198
17892026-03-16T20:01:53.372Zstop 2:36.590808317
17902026-03-16T20:01:53.372Z+ banner clippy
17912026-03-16T20:01:53.372Z
17922026-03-16T20:01:53.372Z #### # # ##### ##### # #
17932026-03-16T20:01:53.372Z # # # # # # # # # #
17942026-03-16T20:01:53.372Z # # # # # # # #
17952026-03-16T20:01:53.372Z # # # ##### ##### #
17962026-03-16T20:01:53.372Z # # # # # # #
17972026-03-16T20:01:53.372Z #### ###### # # # #
17982026-03-16T20:01:53.372Z
17992026-03-16T20:01:53.372Z+ export CARGO_INCREMENTAL=0
18002026-03-16T20:01:53.372Z+ CARGO_INCREMENTAL=0
18012026-03-16T20:01:53.372Z+ ptime -m cargo xtask clippy
18022026-03-16T20:01:54.066Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-16T20:01:54.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-16T20:01:56.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
18052026-03-16T20:01:56.914Z Running `target/debug/xtask clippy`
18062026-03-16T20:01:56.945Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-16T20:01:57.710Z Downloading crates ...
18082026-03-16T20:01:57.972Z Downloaded async-lock v3.4.2
18092026-03-16T20:01:57.975Z Downloaded relative-path v1.9.3
18102026-03-16T20:01:57.978Z Downloaded terminal_size v0.1.17
18112026-03-16T20:01:57.978Z Downloaded knuffel-derive v3.2.0
18122026-03-16T20:01:57.982Z Downloaded guppy-workspace-hack v0.1.0
18132026-03-16T20:01:57.985Z Downloaded addr2line v0.25.1
18142026-03-16T20:01:57.985Z Downloaded cfg-expr v0.20.6
18152026-03-16T20:01:57.989Z Downloaded trybuild v1.0.116
18162026-03-16T20:01:57.993Z Downloaded cast v0.3.0
18172026-03-16T20:01:58.014Z Downloaded libtest-mimic v0.8.1
18182026-03-16T20:01:58.018Z Downloaded event-listener v5.4.1
18192026-03-16T20:01:58.018Z Downloaded datatest-stable v0.3.3
18202026-03-16T20:01:58.021Z Downloaded rstest v0.25.0
18212026-03-16T20:01:58.027Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18222026-03-16T20:01:58.033Z Downloaded backtrace-ext v0.2.1
18232026-03-16T20:01:58.033Z Downloaded stringmetrics v2.2.2
18242026-03-16T20:01:58.033Z Downloaded rustc-demangle v0.1.27
18252026-03-16T20:01:58.036Z Downloaded approx v0.5.1
18262026-03-16T20:01:58.036Z Downloaded oorandom v11.1.5
18272026-03-16T20:01:58.036Z Downloaded cargo_metadata v0.23.1
18282026-03-16T20:01:58.036Z Downloaded assert-json-diff v2.0.2
18292026-03-16T20:01:58.036Z Downloaded plotters v0.3.7
18302026-03-16T20:01:58.042Z Downloaded target-triple v1.0.0
18312026-03-16T20:01:58.045Z Downloaded constant_time_eq v0.3.1
18322026-03-16T20:01:58.045Z Downloaded linkme-impl v0.3.35
18332026-03-16T20:01:58.048Z Downloaded anes v0.1.6
18342026-03-16T20:01:58.048Z Downloaded event-listener-strategy v0.5.4
18352026-03-16T20:01:58.048Z Downloaded rust-argon2 v2.1.0
18362026-03-16T20:01:58.051Z Downloaded pathdiff v0.2.3
18372026-03-16T20:01:58.051Z Downloaded supports-unicode v2.1.0
18382026-03-16T20:01:58.054Z Downloaded miette-derive v5.10.0
18392026-03-16T20:01:58.054Z Downloaded parking v2.2.1
18402026-03-16T20:01:58.054Z Downloaded futures-timer v3.0.3
18412026-03-16T20:01:58.057Z Downloaded concurrent-queue v2.5.0
18422026-03-16T20:01:58.060Z Downloaded cargo-platform v0.3.2
18432026-03-16T20:01:58.060Z Downloaded supports-color v2.1.0
18442026-03-16T20:01:58.060Z Downloaded owo-colors v3.5.0
18452026-03-16T20:01:58.067Z Downloaded nested v0.1.1
18462026-03-16T20:01:58.067Z Downloaded serde_regex v1.1.0
18472026-03-16T20:01:58.067Z Downloaded plotters-backend v0.3.7
18482026-03-16T20:01:58.067Z Downloaded supports-hyperlinks v2.1.0
18492026-03-16T20:01:58.070Z Downloaded similar-asserts v1.7.0
18502026-03-16T20:01:58.070Z Downloaded plotters-svg v0.3.7
18512026-03-16T20:01:58.070Z Downloaded escape8259 v0.5.3
18522026-03-16T20:01:58.070Z Downloaded async-object-pool v0.2.0
18532026-03-16T20:01:58.073Z Downloaded partial-io v0.5.4
18542026-03-16T20:01:58.076Z Downloaded linkme v0.3.35
18552026-03-16T20:01:58.076Z Downloaded assert_cmd v2.1.2
18562026-03-16T20:01:58.080Z Downloaded target-lexicon v0.13.3
18572026-03-16T20:01:58.086Z Downloaded criterion-plot v0.6.0
18582026-03-16T20:01:58.089Z Downloaded tinytemplate v1.2.1
18592026-03-16T20:01:58.090Z Downloaded rstest_macros v0.25.0
18602026-03-16T20:01:58.095Z Downloaded backtrace v0.3.76
18612026-03-16T20:01:58.098Z Downloaded termcolor v1.4.1
18622026-03-16T20:01:58.101Z Downloaded httptest v0.16.4
18632026-03-16T20:01:58.104Z Downloaded blake2b_simd v1.0.4
18642026-03-16T20:01:58.104Z Downloaded textwrap v0.15.2
18652026-03-16T20:01:58.108Z Downloaded path-tree v0.8.3
18662026-03-16T20:01:58.116Z Downloaded toml v1.0.3+spec-1.1.0
18672026-03-16T20:01:58.119Z Downloaded target-spec v3.5.7
18682026-03-16T20:01:58.122Z Downloaded rand_distr v0.5.1
18692026-03-16T20:01:58.125Z Downloaded chumsky v0.9.3
18702026-03-16T20:01:58.128Z Downloaded knuffel v3.2.0
18712026-03-16T20:01:58.134Z Downloaded miette v5.10.0
18722026-03-16T20:01:58.137Z Downloaded fancy-regex v0.14.0
18732026-03-16T20:01:58.142Z Downloaded criterion v0.7.0
18742026-03-16T20:01:58.147Z Downloaded hashbrown v0.14.5
18752026-03-16T20:01:58.152Z Downloaded guppy v0.17.25
18762026-03-16T20:01:58.165Z Downloaded gimli v0.32.3
18772026-03-16T20:01:58.262Z Downloaded httpmock v0.8.3
18782026-03-16T20:02:00.429Z Checking cfg-if v1.0.4
18792026-03-16T20:02:00.836Z Checking libc v0.2.180
18802026-03-16T20:02:00.840Z Checking serde_core v1.0.228
18812026-03-16T20:02:00.931Z Checking memchr v2.8.0
18822026-03-16T20:02:00.980Z Checking smallvec v1.15.1
18832026-03-16T20:02:01.033Z Checking itoa v1.0.17
18842026-03-16T20:02:01.033Z Checking log v0.4.29
18852026-03-16T20:02:01.128Z Checking zeroize v1.8.2
18862026-03-16T20:02:01.181Z Checking libm v0.2.16
18872026-03-16T20:02:01.246Z Checking scopeguard v1.2.0
18882026-03-16T20:02:01.297Z Checking stable_deref_trait v1.2.1
18892026-03-16T20:02:01.349Z Checking zmij v1.0.21
18902026-03-16T20:02:01.437Z Checking zerofrom v0.1.6
18912026-03-16T20:02:01.448Z Checking lock_api v0.4.14
18922026-03-16T20:02:01.491Z Checking errno v0.3.14
18932026-03-16T20:02:01.495Z Checking getrandom v0.2.17
18942026-03-16T20:02:01.583Z Checking yoke v0.8.1
18952026-03-16T20:02:01.632Z Checking percent-encoding v2.3.2
18962026-03-16T20:02:01.679Z Checking writeable v0.6.2
18972026-03-16T20:02:01.726Z Checking litemap v0.8.1
18982026-03-16T20:02:01.767Z Checking subtle v2.6.1
18992026-03-16T20:02:01.817Z Checking icu_properties_data v2.1.2
19002026-03-16T20:02:01.863Z Checking icu_normalizer_data v2.1.1
19012026-03-16T20:02:01.866Z Checking zerovec v0.11.5
19022026-03-16T20:02:01.952Z Checking zerotrie v0.2.3
19032026-03-16T20:02:02.002Z Checking form_urlencoded v1.2.2
19042026-03-16T20:02:02.002Z Checking rand_core v0.6.4
19052026-03-16T20:02:02.006Z Checking portable-atomic v1.13.1
19062026-03-16T20:02:02.135Z Checking utf8_iter v1.0.4
19072026-03-16T20:02:02.182Z Checking num-traits v0.2.19
19082026-03-16T20:02:02.226Z Checking pin-project-lite v0.2.17
19092026-03-16T20:02:02.298Z Checking zerocopy v0.8.40
19102026-03-16T20:02:02.301Z Checking critical-section v1.2.0
19112026-03-16T20:02:02.393Z Checking parking_lot_core v0.9.12
19122026-03-16T20:02:02.442Z Checking rand_core v0.10.0
19132026-03-16T20:02:02.514Z Checking signal-hook-registry v1.4.8
19142026-03-16T20:02:02.562Z Checking tinystr v0.8.2
19152026-03-16T20:02:02.650Z Checking potential_utf v0.1.4
19162026-03-16T20:02:02.697Z Checking parking_lot v0.12.5
19172026-03-16T20:02:02.743Z Checking once_cell v1.21.3
19182026-03-16T20:02:02.788Z Checking getrandom v0.4.1
19192026-03-16T20:02:02.835Z Checking icu_locale_core v2.1.1
19202026-03-16T20:02:02.882Z Checking icu_collections v2.1.1
19212026-03-16T20:02:02.971Z Checking mio v1.1.1
19222026-03-16T20:02:03.023Z Checking serde v1.0.228
19232026-03-16T20:02:03.023Z Checking bitflags v2.11.0
19242026-03-16T20:02:03.026Z Checking serde_json v1.0.149
19252026-03-16T20:02:03.161Z Checking typenum v1.19.0
19262026-03-16T20:02:03.269Z Checking socket2 v0.6.2
19272026-03-16T20:02:03.333Z Checking thiserror v2.0.18
19282026-03-16T20:02:03.390Z Checking iana-time-zone v0.1.65
19292026-03-16T20:02:03.504Z Checking allocator-api2 v0.2.21
19302026-03-16T20:02:03.562Z Checking semver v1.0.27
19312026-03-16T20:02:03.615Z Checking icu_provider v2.1.1
19322026-03-16T20:02:03.665Z Checking bytes v1.11.1
19332026-03-16T20:02:03.668Z Checking chrono v0.4.44
19342026-03-16T20:02:03.860Z Checking uuid v1.21.0
19352026-03-16T20:02:03.907Z Checking generic-array v0.14.7
19362026-03-16T20:02:03.955Z Checking icu_properties v2.1.2
19372026-03-16T20:02:03.955Z Checking icu_normalizer v2.1.1
19382026-03-16T20:02:04.087Z Checking futures-core v0.3.32
19392026-03-16T20:02:04.288Z Checking equivalent v1.0.2
19402026-03-16T20:02:04.345Z Checking tokio v1.49.0
19412026-03-16T20:02:04.409Z Checking const-oid v0.9.6
19422026-03-16T20:02:04.414Z Checking dyn-clone v1.0.20
19432026-03-16T20:02:04.459Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-16T20:02:04.560Z Checking crypto-common v0.1.7
19452026-03-16T20:02:04.606Z Checking foldhash v0.2.0
19462026-03-16T20:02:04.748Z Checking block-buffer v0.10.4
19472026-03-16T20:02:04.848Z Checking hashbrown v0.16.1
19482026-03-16T20:02:04.910Z Checking futures-sink v0.3.32
19492026-03-16T20:02:04.959Z Checking rustix v1.1.3
19502026-03-16T20:02:04.963Z Checking byteorder v1.5.0
19512026-03-16T20:02:05.071Z Checking futures-channel v0.3.32
19522026-03-16T20:02:05.168Z Checking idna_adapter v1.2.1
19532026-03-16T20:02:05.301Z Checking futures-task v0.3.32
19542026-03-16T20:02:05.354Z Checking idna v1.1.0
19552026-03-16T20:02:05.358Z Checking futures-io v0.3.32
19562026-03-16T20:02:05.487Z Checking digest v0.10.7
19572026-03-16T20:02:05.534Z Checking slab v0.4.12
19582026-03-16T20:02:05.582Z Checking cpufeatures v0.2.17
19592026-03-16T20:02:05.585Z Checking indexmap v2.13.0
19602026-03-16T20:02:05.703Z Checking thiserror v1.0.69
19612026-03-16T20:02:05.767Z Checking url v2.5.8
19622026-03-16T20:02:05.770Z Checking futures-util v0.3.32
19632026-03-16T20:02:05.809Z Checking getrandom v0.3.4
19642026-03-16T20:02:05.902Z Checking fnv v1.0.7
19652026-03-16T20:02:06.028Z Checking regex-syntax v0.8.10
19662026-03-16T20:02:06.077Z Checking http v1.4.0
19672026-03-16T20:02:06.184Z Checking tracing-core v0.1.36
19682026-03-16T20:02:06.313Z Checking ppv-lite86 v0.2.21
19692026-03-16T20:02:06.381Z Checking schemars v0.8.22
19702026-03-16T20:02:06.442Z Checking base64 v0.22.1
19712026-03-16T20:02:06.636Z Checking tracing v0.1.44
19722026-03-16T20:02:06.755Z Checking unicode-ident v1.0.24
19732026-03-16T20:02:06.802Z Checking ipnet v2.11.0
19742026-03-16T20:02:06.892Z Checking utf8parse v0.2.2
19752026-03-16T20:02:06.942Z Checking anstyle v1.0.13
19762026-03-16T20:02:06.945Z Checking proc-macro2 v1.0.106
19772026-03-16T20:02:07.055Z Checking untrusted v0.9.0
19782026-03-16T20:02:07.167Z Checking anstyle-parse v0.2.7
19792026-03-16T20:02:07.216Z Checking aho-corasick v1.1.4
19802026-03-16T20:02:07.262Z Checking ring v0.17.14
19812026-03-16T20:02:07.317Z Checking base64ct v1.8.3
19822026-03-16T20:02:07.392Z Checking is_terminal_polyfill v1.70.2
19832026-03-16T20:02:07.441Z Checking quote v1.0.44
19842026-03-16T20:02:07.539Z Checking anstyle-query v1.1.5
19852026-03-16T20:02:07.667Z Checking colorchoice v1.0.4
19862026-03-16T20:02:07.715Z Checking syn v2.0.117
19872026-03-16T20:02:07.718Z Checking block-padding v0.3.3
19882026-03-16T20:02:07.828Z Checking anstream v0.6.21
19892026-03-16T20:02:07.881Z Checking terminal_size v0.4.3
19902026-03-16T20:02:07.928Z Checking inout v0.1.4
19912026-03-16T20:02:08.055Z Checking rustls-pki-types v1.14.0
19922026-03-16T20:02:08.119Z Checking crossbeam-utils v0.8.21
19932026-03-16T20:02:08.166Z Checking httparse v1.10.1
19942026-03-16T20:02:08.213Z Checking regex-automata v0.4.14
19952026-03-16T20:02:08.467Z Checking cipher v0.4.4
19962026-03-16T20:02:08.471Z Checking strsim v0.11.1
19972026-03-16T20:02:08.633Z Checking clap_lex v1.0.0
19982026-03-16T20:02:08.637Z Checking sha2 v0.10.9
19992026-03-16T20:02:08.637Z Checking pem-rfc7468 v0.7.0
20002026-03-16T20:02:08.732Z Checking tokio-util v0.7.18
20012026-03-16T20:02:08.825Z Checking http-body v1.0.1
20022026-03-16T20:02:08.872Z Checking rand_core v0.9.5
20032026-03-16T20:02:08.875Z Checking clap_builder v4.5.60
20042026-03-16T20:02:08.962Z Checking atomic-waker v1.1.2
20052026-03-16T20:02:09.022Z Checking hmac v0.12.1
20062026-03-16T20:02:09.071Z Checking try-lock v0.2.5
20072026-03-16T20:02:09.117Z Checking httpdate v1.0.3
20082026-03-16T20:02:09.163Z Checking ryu v1.0.23
20092026-03-16T20:02:09.220Z Checking tower-service v0.3.3
20102026-03-16T20:02:09.266Z Checking want v0.3.1
20112026-03-16T20:02:09.330Z Checking tower-layer v0.3.3
20122026-03-16T20:02:09.379Z Checking pin-utils v0.1.0
20132026-03-16T20:02:09.382Z Checking flagset v0.4.7
20142026-03-16T20:02:09.469Z Checking rand_chacha v0.9.0
20152026-03-16T20:02:09.515Z Checking erased-serde v0.3.31
20162026-03-16T20:02:09.561Z Checking spin v0.9.8
20172026-03-16T20:02:09.611Z Checking h2 v0.4.13
20182026-03-16T20:02:09.614Z Checking der v0.7.10
20192026-03-16T20:02:09.757Z Checking rand v0.9.2
20202026-03-16T20:02:09.831Z Checking anyhow v1.0.102
20212026-03-16T20:02:10.110Z Checking slog v2.8.2
20222026-03-16T20:02:10.158Z Checking powerfmt v0.2.0
20232026-03-16T20:02:10.388Z Checking deranged v0.5.8
20242026-03-16T20:02:10.436Z Checking time-core v0.1.8
20252026-03-16T20:02:10.497Z Checking num-conv v0.2.0
20262026-03-16T20:02:10.601Z Checking clap v4.5.60
20272026-03-16T20:02:10.667Z Checking num_threads v0.1.7
20282026-03-16T20:02:10.718Z Checking http-body-util v0.1.3
20292026-03-16T20:02:10.722Z Checking aws-lc-sys v0.37.1
20302026-03-16T20:02:10.813Z Checking untrusted v0.7.1
20312026-03-16T20:02:10.818Z Checking openssl-probe v0.2.1
20322026-03-16T20:02:10.855Z Checking fastrand v2.3.0
20332026-03-16T20:02:10.988Z Checking regex v1.12.3
20342026-03-16T20:02:11.040Z Checking spki v0.7.3
20352026-03-16T20:02:11.043Z Checking serde_urlencoded v0.7.1
20362026-03-16T20:02:11.130Z Checking pbkdf2 v0.12.2
20372026-03-16T20:02:11.177Z Checking aes v0.8.4
20382026-03-16T20:02:11.280Z Checking rand_chacha v0.3.1
20392026-03-16T20:02:11.327Z Checking pretty-hex v0.4.1
20402026-03-16T20:02:11.385Z Checking unicode-width v0.2.0
20412026-03-16T20:02:11.433Z Checking cbc v0.1.2
20422026-03-16T20:02:11.497Z Checking aws-lc-rs v1.16.0
20432026-03-16T20:02:11.544Z Checking salsa20 v0.10.2
20442026-03-16T20:02:11.594Z Checking rand v0.8.5
20452026-03-16T20:02:11.641Z Checking ipnetwork v0.21.1
20462026-03-16T20:02:11.706Z Checking time v0.3.47
20472026-03-16T20:02:11.756Z Checking tempfile v3.25.0
20482026-03-16T20:02:11.759Z Checking scrypt v0.11.0
20492026-03-16T20:02:11.759Z Checking hex v0.4.3
20502026-03-16T20:02:11.948Z Checking plain v0.2.3
20512026-03-16T20:02:12.007Z Checking pkcs5 v0.7.1
20522026-03-16T20:02:12.055Z Checking rustls-native-certs v0.8.3
20532026-03-16T20:02:12.114Z Checking sync_wrapper v1.0.2
20542026-03-16T20:02:12.178Z Checking camino v1.2.2
20552026-03-16T20:02:12.247Z Checking ucd-trie v0.1.7
20562026-03-16T20:02:12.294Z Checking tower v0.5.3
20572026-03-16T20:02:12.341Z Checking webpki-roots v1.0.6
20582026-03-16T20:02:12.389Z Checking pkcs8 v0.10.2
20592026-03-16T20:02:12.446Z Checking pest v2.8.6
20602026-03-16T20:02:12.522Z Checking iri-string v0.7.10
20612026-03-16T20:02:12.570Z Checking either v1.15.0
20622026-03-16T20:02:12.646Z Checking mime v0.3.17
20632026-03-16T20:02:12.695Z Checking rustls-webpki v0.103.9
20642026-03-16T20:02:12.846Z Checking openapiv3 v2.2.0
20652026-03-16T20:02:12.893Z Checking winnow v0.7.14
20662026-03-16T20:02:12.939Z Checking oxnet v0.1.4
20672026-03-16T20:02:13.236Z Checking hyper v1.8.1
20682026-03-16T20:02:13.286Z Checking lazy_static v1.5.0
20692026-03-16T20:02:13.334Z Checking rustls v0.23.37
20702026-03-16T20:02:13.338Z Checking static_assertions v1.1.0
20712026-03-16T20:02:13.443Z Checking foreign-types-shared v0.1.1
20722026-03-16T20:02:13.505Z Checking signature v2.2.0
20732026-03-16T20:02:13.580Z Checking foreign-types v0.3.2
20742026-03-16T20:02:13.703Z Checking openssl-sys v0.9.111
20752026-03-16T20:02:13.706Z Checking encoding_rs v0.8.35
20762026-03-16T20:02:13.936Z Checking simd-adler32 v0.3.8
20772026-03-16T20:02:14.007Z Checking tower-http v0.6.8
20782026-03-16T20:02:14.198Z Checking hubpack v0.1.2
20792026-03-16T20:02:14.414Z Checking adler2 v2.0.1
20802026-03-16T20:02:14.417Z Checking openssl v0.10.75
20812026-03-16T20:02:14.507Z Checking strum v0.26.3
20822026-03-16T20:02:14.511Z Checking hyper-util v0.1.20
20832026-03-16T20:02:14.601Z Checking sha1 v0.10.6
20842026-03-16T20:02:14.605Z Checking miniz_oxide v0.8.9
20852026-03-16T20:02:14.693Z Checking data-encoding v2.10.0
20862026-03-16T20:02:14.698Z Checking tinyvec_macros v0.1.1
20872026-03-16T20:02:14.832Z Checking serde_spanned v0.6.9
20882026-03-16T20:02:14.879Z Checking tinyvec v1.10.0
20892026-03-16T20:02:15.016Z Checking toml_datetime v0.6.11
20902026-03-16T20:02:15.063Z Checking num-integer v0.1.46
20912026-03-16T20:02:15.109Z Checking scroll v0.13.0
20922026-03-16T20:02:15.156Z Checking memmap2 v0.9.10
20932026-03-16T20:02:15.287Z Checking base16ct v0.2.0
20942026-03-16T20:02:15.336Z Checking bit-vec v0.8.0
20952026-03-16T20:02:15.394Z Checking dtrace-parser v0.3.0
20962026-03-16T20:02:15.443Z Checking crossbeam-epoch v0.9.18
20972026-03-16T20:02:15.491Z Checking goblin v0.10.5
20982026-03-16T20:02:15.494Z Checking sec1 v0.7.3
20992026-03-16T20:02:15.637Z Checking bit-set v0.8.0
21002026-03-16T20:02:15.757Z Checking crc32fast v1.5.0
21012026-03-16T20:02:15.806Z Checking ff v0.13.1
21022026-03-16T20:02:15.809Z Checking thread-id v5.1.0
21032026-03-16T20:02:15.896Z Checking wait-timeout v0.2.1
21042026-03-16T20:02:15.971Z Checking num-iter v0.1.45
21052026-03-16T20:02:16.020Z Checking bstr v1.12.1
21062026-03-16T20:02:16.023Z Checking group v0.13.0
21072026-03-16T20:02:16.111Z Checking hkdf v0.12.4
21082026-03-16T20:02:16.158Z Checking ahash v0.8.12
21092026-03-16T20:02:16.236Z Checking crypto-bigint v0.5.5
21102026-03-16T20:02:16.285Z Checking quick-error v1.2.3
21112026-03-16T20:02:16.330Z Checking rand_xorshift v0.4.0
21122026-03-16T20:02:16.444Z Checking rusty-fork v0.3.1
21132026-03-16T20:02:16.448Z Checking scroll v0.12.0
21142026-03-16T20:02:16.538Z Checking unarray v0.1.4
21152026-03-16T20:02:16.589Z Checking tokio-rustls v0.26.4
21162026-03-16T20:02:16.592Z Checking num-bigint-dig v0.8.6
21172026-03-16T20:02:16.700Z Checking pkcs1 v0.7.5
21182026-03-16T20:02:16.750Z Checking proptest v1.10.0
21192026-03-16T20:02:16.796Z Checking goblin v0.8.2
21202026-03-16T20:02:16.911Z Checking hyper-rustls v0.27.7
21212026-03-16T20:02:17.008Z Checking x509-cert v0.2.5
21222026-03-16T20:02:17.213Z Checking zerocopy v0.7.35
21232026-03-16T20:02:17.333Z Checking native-tls v0.2.18
21242026-03-16T20:02:17.572Z Checking elliptic-curve v0.13.8
21252026-03-16T20:02:17.619Z Checking tokio-native-tls v0.3.1
21262026-03-16T20:02:17.805Z Checking psl-types v2.0.11
21272026-03-16T20:02:17.853Z Checking hyper-tls v0.6.0
21282026-03-16T20:02:17.929Z Checking unicode-segmentation v1.12.0
21292026-03-16T20:02:17.977Z Checking zlib-rs v0.6.2
21302026-03-16T20:02:18.026Z Checking publicsuffix v2.3.0
21312026-03-16T20:02:18.030Z Checking rsa v0.9.10
21322026-03-16T20:02:18.118Z Checking reqwest v0.12.28
21332026-03-16T20:02:18.261Z Checking crossbeam-deque v0.8.6
21342026-03-16T20:02:18.375Z Checking dtrace-parser v0.2.0
21352026-03-16T20:02:18.516Z Checking cookie v0.18.1
21362026-03-16T20:02:18.713Z Checking rfc6979 v0.4.0
21372026-03-16T20:02:18.716Z Checking thread-id v4.2.2
21382026-03-16T20:02:18.807Z Checking dof v0.4.0
21392026-03-16T20:02:18.861Z Checking toml_write v0.1.2
21402026-03-16T20:02:18.910Z Checking ecdsa v0.16.9
21412026-03-16T20:02:18.913Z Checking cookie_store v0.22.1
21422026-03-16T20:02:19.114Z Checking toml_edit v0.22.27
21432026-03-16T20:02:19.228Z Checking flate2 v1.1.9
21442026-03-16T20:02:19.278Z Checking newtype-uuid v1.3.2
21452026-03-16T20:02:19.326Z Checking rustls-platform-verifier v0.6.2
21462026-03-16T20:02:19.387Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-16T20:02:19.439Z Checking dof v0.3.0
21482026-03-16T20:02:19.443Z Checking curve25519-dalek v4.1.3
21492026-03-16T20:02:19.529Z Checking memoffset v0.9.1
21502026-03-16T20:02:19.576Z Checking rustix v0.38.44
21512026-03-16T20:02:19.661Z Checking env_filter v1.0.0
21522026-03-16T20:02:19.664Z Checking keccak v0.1.6
21532026-03-16T20:02:19.753Z Checking usdt-impl v0.6.0
21542026-03-16T20:02:19.835Z Checking usdt-impl v0.5.0
21552026-03-16T20:02:19.885Z Checking env_logger v0.11.9
21562026-03-16T20:02:19.888Z Checking daft v0.1.5
21572026-03-16T20:02:19.980Z Checking sha3 v0.10.8
21582026-03-16T20:02:20.138Z Checking usdt v0.6.0
21592026-03-16T20:02:20.185Z Checking reqwest v0.13.2
21602026-03-16T20:02:20.234Z Checking ed25519 v2.2.3
21612026-03-16T20:02:20.283Z Checking itertools v0.13.0
21622026-03-16T20:02:20.286Z Checking serde_with v3.17.0
21632026-03-16T20:02:20.375Z Checking siphasher v1.0.2
21642026-03-16T20:02:20.501Z Checking bitflags v1.3.2
21652026-03-16T20:02:20.562Z Checking ed25519-dalek v2.2.0
21662026-03-16T20:02:20.631Z Checking unicode-normalization v0.1.25
21672026-03-16T20:02:20.681Z Checking signal-hook v0.3.18
21682026-03-16T20:02:20.684Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-16T20:02:20.773Z Checking winnow v0.5.40
21702026-03-16T20:02:20.897Z Checking managed v0.8.0
21712026-03-16T20:02:20.959Z Checking nix v0.31.1
21722026-03-16T20:02:21.020Z Checking rayon-core v1.13.0
21732026-03-16T20:02:21.182Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-16T20:02:21.228Z Checking object v0.37.3
21752026-03-16T20:02:21.320Z Checking foldhash v0.1.5
21762026-03-16T20:02:21.371Z Checking bzip2 v0.4.4
21772026-03-16T20:02:21.479Z Checking signal-hook-mio v0.2.5
21782026-03-16T20:02:21.528Z Checking hashbrown v0.15.5
21792026-03-16T20:02:21.612Z Checking ref-cast v1.0.25
21802026-03-16T20:02:21.660Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-16T20:02:21.760Z Checking zip v0.6.6
21822026-03-16T20:02:21.808Z Checking libbz2-rs-sys v0.2.2
21832026-03-16T20:02:21.854Z Checking zstd-safe v7.2.4
21842026-03-16T20:02:22.102Z Checking bumpalo v3.20.2
21852026-03-16T20:02:22.183Z Checking zstd v0.13.3
21862026-03-16T20:02:22.231Z Checking crossterm v0.28.1
21872026-03-16T20:02:22.353Z Checking bzip2 v0.6.1
21882026-03-16T20:02:22.357Z Checking toml_edit v0.19.15
21892026-03-16T20:02:22.445Z Checking zopfli v0.8.3
21902026-03-16T20:02:22.449Z Checking rayon v1.11.0
21912026-03-16T20:02:22.487Z Checking similar v2.7.0
21922026-03-16T20:02:22.591Z Checking fs-err v3.3.0
21932026-03-16T20:02:22.594Z Checking hash32 v0.2.1
21942026-03-16T20:02:22.830Z Checking serde-big-array v0.5.1
21952026-03-16T20:02:22.906Z Checking unicode-properties v0.1.4
21962026-03-16T20:02:23.028Z Checking unicode-bidi v0.3.18
21972026-03-16T20:02:23.079Z Checking predicates-core v1.0.10
21982026-03-16T20:02:23.082Z Checking jiff v0.2.21
21992026-03-16T20:02:23.181Z Checking heapless v0.7.17
22002026-03-16T20:02:23.231Z Checking hickory-proto v0.25.2
22012026-03-16T20:02:23.278Z Checking tokio-stream v0.1.18
22022026-03-16T20:02:23.453Z Checking stringprep v0.1.5
22032026-03-16T20:02:23.681Z Checking md-5 v0.10.6
22042026-03-16T20:02:23.777Z Checking float-cmp v0.10.0
22052026-03-16T20:02:23.828Z Checking toml v0.7.8
22062026-03-16T20:02:23.833Z Checking normalize-line-endings v0.3.0
22072026-03-16T20:02:23.918Z Checking rustc-hash v2.1.1
22082026-03-16T20:02:23.974Z Checking difflib v0.4.0
22092026-03-16T20:02:24.020Z Checking fallible-iterator v0.2.0
22102026-03-16T20:02:24.096Z Checking iddqd v0.3.17
22112026-03-16T20:02:24.233Z Checking predicates v3.1.4
22122026-03-16T20:02:24.332Z Checking smoltcp v0.9.1
22132026-03-16T20:02:24.420Z Checking postgres-protocol v0.6.10
22142026-03-16T20:02:24.516Z Checking phf_shared v0.13.1
22152026-03-16T20:02:24.565Z Checking phf_shared v0.11.3
22162026-03-16T20:02:24.669Z Checking itertools v0.12.1
22172026-03-16T20:02:24.788Z Checking console v0.16.2
22182026-03-16T20:02:24.838Z Checking buf-list v1.1.2
22192026-03-16T20:02:24.883Z Checking strum v0.27.2
22202026-03-16T20:02:25.054Z Checking precomputed-hash v0.1.1
22212026-03-16T20:02:25.105Z Checking fixedbitset v0.5.7
22222026-03-16T20:02:25.166Z Checking new_debug_unreachable v1.0.6
22232026-03-16T20:02:25.216Z Checking fixedbitset v0.4.2
22242026-03-16T20:02:25.219Z Checking unit-prefix v0.5.2
22252026-03-16T20:02:25.310Z Checking lalrpop-util v0.19.12
22262026-03-16T20:02:25.313Z Checking string_cache v0.8.9
22272026-03-16T20:02:25.401Z Checking petgraph v0.8.3
22282026-03-16T20:02:25.448Z Checking petgraph v0.6.5
22292026-03-16T20:02:25.494Z Checking indicatif v0.18.4
22302026-03-16T20:02:25.545Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-03-16T20:02:25.607Z Checking postgres-types v0.2.12
22322026-03-16T20:02:26.038Z Checking phf v0.13.1
22332026-03-16T20:02:26.088Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-16T20:02:26.134Z Checking zone v0.3.1
22352026-03-16T20:02:26.219Z Checking zip v4.6.1
22362026-03-16T20:02:26.268Z Checking whoami v2.1.0
22372026-03-16T20:02:26.469Z Checking peg-runtime v0.8.5
22382026-03-16T20:02:26.550Z Checking tokio-postgres v0.7.16
22392026-03-16T20:02:26.693Z Checking futures-executor v0.3.32
22402026-03-16T20:02:26.785Z Checking is-terminal v0.4.17
22412026-03-16T20:02:26.920Z Checking futures v0.3.32
22422026-03-16T20:02:26.966Z Checking crossbeam-channel v0.5.15
22432026-03-16T20:02:27.016Z Compiling structmeta-derive v0.3.0
22442026-03-16T20:02:27.019Z Checking thread_local v1.1.9
22452026-03-16T20:02:27.107Z Checking take_mut v0.2.2
22462026-03-16T20:02:27.241Z Checking term v1.2.1
22472026-03-16T20:02:27.288Z Compiling newtype-uuid-macros v0.1.0
22482026-03-16T20:02:27.334Z Compiling rustls v0.22.4
22492026-03-16T20:02:27.441Z Checking slog-async v2.8.0
22502026-03-16T20:02:27.558Z Checking slog-term v2.9.2
22512026-03-16T20:02:27.655Z Checking regress v0.10.5
22522026-03-16T20:02:27.702Z Compiling multer v3.1.0
22532026-03-16T20:02:27.748Z Compiling async-stream-impl v0.3.6
22542026-03-16T20:02:27.939Z Compiling dropshot v0.16.7
22552026-03-16T20:02:28.083Z Compiling dropshot_endpoint v0.16.7
22562026-03-16T20:02:28.259Z Checking match_cfg v0.1.0
22572026-03-16T20:02:28.310Z Checking slog-json v2.6.1
22582026-03-16T20:02:28.357Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-03-16T20:02:28.404Z Checking hostname v0.3.1
22602026-03-16T20:02:28.488Z Compiling structmeta v0.3.0
22612026-03-16T20:02:28.546Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-16T20:02:28.593Z Checking slog-bunyan v2.5.0
22632026-03-16T20:02:28.636Z Checking debug-ignore v1.0.5
22642026-03-16T20:02:28.766Z Checking serde_spanned v1.0.4
22652026-03-16T20:02:28.817Z Checking toml_writer v1.0.6+spec-1.1.0
22662026-03-16T20:02:28.866Z Compiling derive-ex v0.1.8
22672026-03-16T20:02:28.917Z Checking rustls-webpki v0.102.8
22682026-03-16T20:02:28.920Z Checking serde_path_to_error v0.1.20
22692026-03-16T20:02:29.027Z Checking progenitor-client v0.13.0
22702026-03-16T20:02:29.079Z Checking async-stream v0.3.6
22712026-03-16T20:02:29.124Z Checking toml v0.9.12+spec-1.1.0
22722026-03-16T20:02:29.324Z Checking waitgroup v0.1.2
22732026-03-16T20:02:29.370Z Checking rustls-pemfile v2.2.0
22742026-03-16T20:02:29.519Z Checking hostname v0.4.2
22752026-03-16T20:02:29.580Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-16T20:02:29.583Z Compiling parse-display-derive v0.10.0
22772026-03-16T20:02:29.672Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-16T20:02:29.719Z Checking itertools v0.14.0
22792026-03-16T20:02:29.840Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-16T20:02:29.843Z Checking macaddr v1.0.1
22812026-03-16T20:02:29.969Z Checking progenitor-client v0.10.0
22822026-03-16T20:02:30.105Z Checking instant v0.1.13
22832026-03-16T20:02:30.250Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-16T20:02:30.298Z Checking backoff v0.4.0
22852026-03-16T20:02:30.421Z Checking backon v1.6.0
22862026-03-16T20:02:30.481Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-16T20:02:30.639Z Checking heck v0.5.0
22882026-03-16T20:02:30.694Z Checking progenitor-extras v0.1.1
22892026-03-16T20:02:30.836Z Checking camino-tempfile v1.4.1
22902026-03-16T20:02:31.024Z Checking toml v0.8.23
22912026-03-16T20:02:31.151Z Compiling convert_case v0.4.0
22922026-03-16T20:02:31.240Z Compiling unsafe-libyaml v0.2.11
22932026-03-16T20:02:31.288Z Compiling test-strategy v0.4.5
22942026-03-16T20:02:31.521Z Checking secrecy v0.10.3
22952026-03-16T20:02:31.568Z Checking tokio-rustls v0.25.0
22962026-03-16T20:02:31.691Z Compiling derive_more v0.99.20
22972026-03-16T20:02:31.737Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-16T20:02:31.916Z Checking parse-display v0.10.0
22992026-03-16T20:02:32.136Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-16T20:02:32.274Z Compiling crucible-workspace-hack v0.1.0
23012026-03-16T20:02:32.530Z Compiling proc-macro-crate v3.4.0
23022026-03-16T20:02:32.809Z Compiling typify-impl v0.6.1
23032026-03-16T20:02:33.398Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-16T20:02:33.472Z Checking half v2.7.1
23052026-03-16T20:02:33.862Z Checking ciborium-io v0.2.2
23062026-03-16T20:02:33.928Z Checking glob v0.3.3
23072026-03-16T20:02:34.014Z Checking ciborium-ll v0.2.2
23082026-03-16T20:02:34.201Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-16T20:02:34.247Z Compiling heapless v0.8.0
23102026-03-16T20:02:34.292Z Checking ciborium v0.2.2
23112026-03-16T20:02:34.381Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-16T20:02:34.551Z Compiling ingot-macros v0.1.1
23132026-03-16T20:02:34.885Z Checking tabwriter v1.4.1
23142026-03-16T20:02:34.931Z Checking hash32 v0.3.1
23152026-03-16T20:02:34.975Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-03-16T20:02:34.978Z Compiling smoltcp v0.11.0
23172026-03-16T20:02:35.103Z Compiling num_enum_derive v0.7.5
23182026-03-16T20:02:35.326Z Checking cobs v0.3.0
23192026-03-16T20:02:35.385Z Compiling foreign-types-macros v0.2.3
23202026-03-16T20:02:35.507Z Checking foreign-types-shared v0.3.1
23212026-03-16T20:02:35.594Z Checking cpufeatures v0.3.0
23222026-03-16T20:02:35.661Z Checking postcard v1.1.3
23232026-03-16T20:02:35.722Z Checking chacha20 v0.10.0
23242026-03-16T20:02:36.215Z Compiling proc-macro-crate v1.3.1
23252026-03-16T20:02:36.262Z Checking foreign-types v0.5.0
23262026-03-16T20:02:36.308Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-16T20:02:36.397Z Checking cstr-argument v0.1.2
23282026-03-16T20:02:36.576Z Checking num_enum v0.7.5
23292026-03-16T20:02:36.622Z Checking sigpipe v0.1.3
23302026-03-16T20:02:36.666Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-16T20:02:36.786Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-16T20:02:36.791Z Checking colored v3.1.1
23332026-03-16T20:02:36.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-16T20:02:37.095Z Compiling num_enum_derive v0.5.11
23352026-03-16T20:02:37.185Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-16T20:02:37.230Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-16T20:02:37.275Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-16T20:02:37.395Z Checking rand v0.10.0
23392026-03-16T20:02:37.443Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-16T20:02:37.490Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-16T20:02:37.535Z Checking indent_write v2.2.0
23422026-03-16T20:02:37.738Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-16T20:02:37.885Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-16T20:02:38.004Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-16T20:02:38.076Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-16T20:02:38.124Z Checking smf v0.2.3
23472026-03-16T20:02:38.344Z Compiling num-derive v0.4.2
23482026-03-16T20:02:38.438Z Checking ingot-types v0.1.2
23492026-03-16T20:02:38.484Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-16T20:02:38.487Z Checking num_enum v0.5.11
23512026-03-16T20:02:38.573Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23522026-03-16T20:02:38.699Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-16T20:02:38.802Z Checking whoami v1.6.1
23542026-03-16T20:02:38.866Z Checking universal-hash v0.5.1
23552026-03-16T20:02:38.993Z Checking ingot v0.1.1
23562026-03-16T20:02:39.057Z Checking opaque-debug v0.3.1
23572026-03-16T20:02:39.060Z Checking aead v0.5.2
23582026-03-16T20:02:39.171Z Checking swrite v0.1.0
23592026-03-16T20:02:39.219Z Checking poly1305 v0.8.0
23602026-03-16T20:02:39.273Z Checking chacha20 v0.9.1
23612026-03-16T20:02:39.320Z Checking unicode-width v0.1.14
23622026-03-16T20:02:39.362Z Compiling typify-macro v0.6.1
23632026-03-16T20:02:39.365Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-16T20:02:39.554Z Checking password-hash v0.5.0
23652026-03-16T20:02:39.601Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-16T20:02:39.604Z Checking blake2 v0.10.6
23672026-03-16T20:02:39.691Z Checking chacha20poly1305 v0.10.1
23682026-03-16T20:02:39.884Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-16T20:02:39.888Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-16T20:02:39.975Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-16T20:02:39.979Z Checking argon2 v0.5.3
23722026-03-16T20:02:40.284Z Compiling usdt-attr-macro v0.5.0
23732026-03-16T20:02:40.333Z Compiling usdt-macro v0.5.0
23742026-03-16T20:02:40.377Z Checking memmap v0.7.0
23752026-03-16T20:02:40.443Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-16T20:02:40.628Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-16T20:02:40.950Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-16T20:02:41.018Z Checking thiserror-no-std v2.0.2
23792026-03-16T20:02:41.206Z Checking vsss-rs v3.3.4
23802026-03-16T20:02:41.294Z Compiling derive-where v1.6.0
23812026-03-16T20:02:41.343Z Checking atomicwrites v0.4.4
23822026-03-16T20:02:41.346Z Checking usdt v0.5.0
23832026-03-16T20:02:41.433Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-16T20:02:41.539Z Checking console v0.15.11
23852026-03-16T20:02:41.632Z Checking tokio-dtrace v0.1.1
23862026-03-16T20:02:41.795Z Compiling typify v0.6.1
23872026-03-16T20:02:41.942Z Checking oxide-tokio-rt v0.1.3
23882026-03-16T20:02:41.990Z Compiling progenitor-impl v0.13.0
23892026-03-16T20:02:41.993Z Checking newline-converter v0.3.0
23902026-03-16T20:02:42.177Z Checking bytecount v0.6.9
23912026-03-16T20:02:42.224Z Checking expectorate v1.2.0
23922026-03-16T20:02:42.270Z Compiling prettyplease v0.2.37
23932026-03-16T20:02:42.341Z Compiling owo-colors v4.3.0
23942026-03-16T20:02:42.416Z Compiling cancel-safe-futures v0.1.5
23952026-03-16T20:02:42.615Z Checking libsw-core v0.3.2
23962026-03-16T20:02:42.865Z Checking libsw v3.5.0
23972026-03-16T20:02:42.868Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-16T20:02:42.958Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-16T20:02:43.089Z Checking linear-map v1.2.0
24002026-03-16T20:02:43.135Z Checking same-file v1.0.6
24012026-03-16T20:02:43.138Z Checking num-rational v0.4.2
24022026-03-16T20:02:43.282Z Checking num-complex v0.4.6
24032026-03-16T20:02:43.328Z Checking walkdir v2.5.0
24042026-03-16T20:02:43.373Z Checking float-ord v0.3.2
24052026-03-16T20:02:43.536Z Checking gethostname v0.5.0
24062026-03-16T20:02:43.685Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-16T20:02:43.803Z Checking num v0.4.3
24082026-03-16T20:02:43.806Z Compiling async-recursion v1.1.1
24092026-03-16T20:02:43.894Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-03-16T20:02:43.942Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-16T20:02:44.292Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-16T20:02:44.836Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-16T20:02:45.648Z Compiling progenitor-macro v0.13.0
24142026-03-16T20:02:46.196Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-16T20:02:47.550Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-16T20:02:47.777Z Checking smawk v0.3.2
24172026-03-16T20:02:47.835Z Checking unicode-linebreak v0.1.5
24182026-03-16T20:02:48.023Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-16T20:02:48.145Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-16T20:02:48.237Z Checking globset v0.4.18
24212026-03-16T20:02:48.726Z Compiling convert_case v0.10.0
24222026-03-16T20:02:49.489Z Compiling slog-dtrace v0.3.0
24232026-03-16T20:02:49.757Z Checking resolv-conf v0.7.6
24242026-03-16T20:02:49.927Z Compiling derive_more-impl v2.1.1
24252026-03-16T20:02:50.196Z Compiling pin-project-internal v1.1.11
24262026-03-16T20:02:50.238Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-16T20:02:50.378Z Checking pem v3.0.6
24282026-03-16T20:02:50.578Z Checking fd-lock v4.0.4
24292026-03-16T20:02:50.641Z Checking vte v0.14.1
24302026-03-16T20:02:50.774Z Checking display-error-chain v0.2.2
24312026-03-16T20:02:50.880Z Checking strip-ansi-escapes v0.2.1
24322026-03-16T20:02:50.963Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-16T20:02:51.050Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-16T20:02:51.096Z Checking derive_more v2.1.1
24352026-03-16T20:02:51.142Z Compiling snafu-derive v0.8.9
24362026-03-16T20:02:51.189Z Checking linked-hash-map v0.5.6
24372026-03-16T20:02:51.237Z Checking crossterm v0.29.0
24382026-03-16T20:02:51.453Z Checking nu-ansi-term v0.50.3
24392026-03-16T20:02:51.760Z Checking termtree v0.5.1
24402026-03-16T20:02:51.811Z Checking pin-project v1.1.11
24412026-03-16T20:02:51.873Z Checking reedline v0.40.0
24422026-03-16T20:02:51.968Z Checking lru-cache v0.1.2
24432026-03-16T20:02:52.059Z Checking textwrap v0.16.2
24442026-03-16T20:02:52.204Z Checking olpc-cjson v0.1.4
24452026-03-16T20:02:52.376Z Checking hickory-proto v0.24.4
24462026-03-16T20:02:52.423Z Checking serde_plain v1.0.2
24472026-03-16T20:02:52.652Z Checking typed-path v0.9.3
24482026-03-16T20:02:52.708Z Checking progenitor v0.13.0
24492026-03-16T20:02:52.921Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-16T20:02:53.453Z Compiling minimal-lexical v0.2.1
24512026-03-16T20:02:53.793Z Compiling nom v7.1.3
24522026-03-16T20:02:53.840Z Checking snafu v0.8.9
24532026-03-16T20:02:53.843Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542026-03-16T20:02:54.189Z Checking tough v0.20.0
24552026-03-16T20:02:54.612Z Checking nibble_vec v0.1.0
24562026-03-16T20:02:54.812Z Checking endian-type v0.1.2
24572026-03-16T20:02:54.862Z Checking hickory-resolver v0.24.4
24582026-03-16T20:02:55.015Z Checking radix_trie v0.2.1
24592026-03-16T20:02:55.321Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-16T20:02:55.715Z Compiling ar_archive_writer v0.5.1
24612026-03-16T20:02:55.761Z Checking humantime v2.3.0
24622026-03-16T20:02:55.882Z Checking qorb v0.4.1
24632026-03-16T20:02:56.031Z Checking csv-core v0.1.13
24642026-03-16T20:02:56.179Z Checking base64 v0.21.7
24652026-03-16T20:02:56.300Z Checking csv v1.4.0
24662026-03-16T20:02:56.484Z Compiling stacker v0.1.23
24672026-03-16T20:02:56.540Z Compiling cfg_aliases v0.1.1
24682026-03-16T20:02:56.674Z Checking highway v1.3.0
24692026-03-16T20:02:56.837Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24702026-03-16T20:02:56.886Z Compiling nix v0.28.0
24712026-03-16T20:02:56.975Z Compiling psm v0.1.30
24722026-03-16T20:02:56.978Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24732026-03-16T20:02:57.066Z Checking papergrid v0.11.0
24742026-03-16T20:02:57.069Z Compiling tabled_derive v0.7.0
24752026-03-16T20:02:57.420Z Checking home v0.5.12
24762026-03-16T20:02:57.535Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-16T20:02:57.591Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-16T20:02:57.638Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-16T20:02:58.002Z Checking phf_shared v0.12.1
24802026-03-16T20:02:58.095Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-16T20:02:58.142Z Compiling chrono-tz v0.10.4
24822026-03-16T20:02:58.217Z Compiling semver v0.1.20
24832026-03-16T20:02:58.267Z Checking phf v0.12.1
24842026-03-16T20:02:58.376Z Checking tabled v0.15.0
24852026-03-16T20:02:58.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-03-16T20:02:58.529Z Compiling rustc_version v0.1.7
24872026-03-16T20:02:58.615Z Compiling const_format_proc_macros v0.2.34
24882026-03-16T20:02:58.661Z Checking recursive v0.1.1
24892026-03-16T20:02:58.708Z Compiling peg-macros v0.8.5
24902026-03-16T20:02:58.813Z Checking winnow v0.6.26
24912026-03-16T20:02:58.860Z Compiling sqlparser_derive v0.5.0
24922026-03-16T20:02:59.667Z Checking unicode_categories v0.1.1
24932026-03-16T20:02:59.737Z Checking const_format v0.2.35
24942026-03-16T20:02:59.888Z Checking sqlparser v0.61.0
24952026-03-16T20:02:59.935Z Checking rustyline v14.0.0
24962026-03-16T20:03:00.319Z Compiling newtype_derive v0.1.6
24972026-03-16T20:03:00.421Z Checking sqlformat v0.3.5
24982026-03-16T20:03:00.553Z Checking peg v0.8.5
24992026-03-16T20:03:00.684Z Checking bcs v0.1.6
25002026-03-16T20:03:01.044Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-16T20:03:01.091Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-16T20:03:01.223Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-16T20:03:01.319Z Checking steno v0.4.1
25042026-03-16T20:03:01.568Z Compiling typify-impl v0.4.3
25052026-03-16T20:03:01.615Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-16T20:03:02.678Z Checking utf-8 v0.7.6
25072026-03-16T20:03:02.893Z Checking filetime v0.2.27
25082026-03-16T20:03:03.103Z Checking arc-swap v1.8.2
25092026-03-16T20:03:03.428Z Checking xattr v1.6.1
25102026-03-16T20:03:03.640Z Checking tar v0.4.44
25112026-03-16T20:03:04.018Z Checking slog-scope v4.4.1
25122026-03-16T20:03:04.085Z Checking tungstenite v0.21.0
25132026-03-16T20:03:04.185Z Checking typeid v1.0.3
25142026-03-16T20:03:04.231Z Checking slog-stdlog v4.1.1
25152026-03-16T20:03:04.346Z Checking subprocess v0.2.15
25162026-03-16T20:03:04.416Z Checking slog-envlogger v2.2.0
25172026-03-16T20:03:04.636Z Checking headers-core v0.3.0
25182026-03-16T20:03:04.684Z Checking tokio-tungstenite v0.21.0
25192026-03-16T20:03:04.731Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25202026-03-16T20:03:04.776Z Compiling lzma-sys v0.1.20
25212026-03-16T20:03:04.822Z Checking headers v0.4.1
25222026-03-16T20:03:05.063Z Compiling cargo_toml v0.22.3
25232026-03-16T20:03:05.489Z Checking yasna v0.5.2
25242026-03-16T20:03:05.545Z Checking xz2 v0.1.7
25252026-03-16T20:03:05.803Z Checking ron v0.12.0
25262026-03-16T20:03:06.044Z Checking rcgen v0.12.1
25272026-03-16T20:03:06.503Z Checking base16ct v1.0.0
25282026-03-16T20:03:06.550Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-16T20:03:06.618Z Checking dropshot-api-manager-types v0.6.0
25302026-03-16T20:03:06.699Z Checking tagptr v0.2.0
25312026-03-16T20:03:06.842Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-16T20:03:06.888Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-16T20:03:06.934Z Checking moka v0.12.13
25342026-03-16T20:03:07.092Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-16T20:03:07.138Z Compiling libefi-sys v0.1.0
25362026-03-16T20:03:07.405Z Compiling radium v0.7.0
25372026-03-16T20:03:07.753Z Compiling bitfield-struct v0.6.2
25382026-03-16T20:03:07.855Z Checking hickory-resolver v0.25.2
25392026-03-16T20:03:07.903Z Compiling typify-macro v0.4.3
25402026-03-16T20:03:07.948Z Compiling maybe-uninit v2.0.0
25412026-03-16T20:03:08.339Z Checking tap v1.0.1
25422026-03-16T20:03:08.513Z Checking wyz v0.5.1
25432026-03-16T20:03:08.596Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-03-16T20:03:08.643Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-03-16T20:03:08.843Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-16T20:03:09.009Z Compiling zerocopy-derive v0.6.6
25472026-03-16T20:03:09.109Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-16T20:03:09.184Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-03-16T20:03:09.232Z Checking crc-catalog v2.4.0
25502026-03-16T20:03:09.317Z Checking funty v2.0.0
25512026-03-16T20:03:09.393Z Compiling packed_struct v0.10.1
25522026-03-16T20:03:09.449Z Checking crc v3.4.0
25532026-03-16T20:03:09.720Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-16T20:03:09.811Z Checking bitvec v1.0.1
25552026-03-16T20:03:09.872Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-16T20:03:10.116Z Compiling packed_struct_codegen v0.10.1
25572026-03-16T20:03:10.175Z Checking zerocopy v0.6.6
25582026-03-16T20:03:10.264Z Compiling typify v0.4.3
25592026-03-16T20:03:10.378Z Compiling progenitor-impl v0.10.0
25602026-03-16T20:03:10.424Z Compiling bitfield-macros v0.19.4
25612026-03-16T20:03:10.724Z Compiling indexmap v1.9.3
25622026-03-16T20:03:11.007Z Checking nodrop v0.1.14
25632026-03-16T20:03:11.161Z Checking array-init v0.0.4
25642026-03-16T20:03:11.506Z Checking bitfield v0.19.4
25652026-03-16T20:03:11.710Z Checking smallvec v0.6.14
25662026-03-16T20:03:11.713Z Checking hashbrown v0.12.3
25672026-03-16T20:03:11.840Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-16T20:03:11.918Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-16T20:03:12.003Z Checking serde-hex v0.1.0
25702026-03-16T20:03:12.079Z Checking ron v0.8.1
25712026-03-16T20:03:12.832Z Checking hashbrown v0.13.2
25722026-03-16T20:03:12.875Z Checking crc-any v2.5.0
25732026-03-16T20:03:13.147Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-16T20:03:13.150Z Checking path-slash v0.1.5
25752026-03-16T20:03:13.355Z Compiling xshell-macros v0.2.7
25762026-03-16T20:03:13.358Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-03-16T20:03:13.447Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782026-03-16T20:03:13.450Z Checking object v0.30.4
25792026-03-16T20:03:13.866Z Checking xshell v0.2.7
25802026-03-16T20:03:13.985Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-16T20:03:14.071Z Compiling progenitor-macro v0.10.0
25822026-03-16T20:03:14.118Z Checking half v1.8.3
25832026-03-16T20:03:14.164Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25842026-03-16T20:03:14.416Z Checking serde_cbor v0.11.2
25852026-03-16T20:03:14.856Z Compiling num-derive v0.3.3
25862026-03-16T20:03:14.973Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-16T20:03:15.119Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-16T20:03:15.433Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-16T20:03:15.502Z Compiling proc-macro-error2 v2.0.1
25902026-03-16T20:03:15.949Z Checking papergrid v0.17.0
25912026-03-16T20:03:15.995Z Compiling tabled_derive v0.11.0
25922026-03-16T20:03:16.068Z Checking libscf-sys v1.1.0
25932026-03-16T20:03:16.272Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-16T20:03:16.506Z Checking testing_table v0.3.0
25952026-03-16T20:03:16.580Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-16T20:03:16.669Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-16T20:03:16.946Z Checking maplit v1.0.2
25982026-03-16T20:03:17.087Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-16T20:03:17.246Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-16T20:03:17.596Z Checking tabled v0.20.0
26012026-03-16T20:03:17.643Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26022026-03-16T20:03:17.688Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-16T20:03:17.735Z Checking crc8 v0.1.1
26042026-03-16T20:03:17.783Z Checking fxhash v0.2.1
26052026-03-16T20:03:17.893Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-16T20:03:17.973Z Checking unicase v2.9.0
26072026-03-16T20:03:18.210Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-16T20:03:18.647Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-16T20:03:18.818Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-16T20:03:18.862Z Checking kstat-rs v0.2.4
26112026-03-16T20:03:18.973Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-16T20:03:19.133Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-16T20:03:19.266Z Compiling parking_lot_core v0.8.6
26142026-03-16T20:03:19.439Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-16T20:03:19.487Z Compiling diesel_derives v2.3.7
26162026-03-16T20:03:19.675Z Compiling git-stub v1.0.0
26172026-03-16T20:03:19.805Z Checking scheduled-thread-pool v0.2.7
26182026-03-16T20:03:19.850Z Compiling dsl_auto_type v0.2.0
26192026-03-16T20:03:20.024Z Compiling vergen-gitcl v1.0.8
26202026-03-16T20:03:20.070Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-16T20:03:20.342Z Checking r2d2 v0.8.10
26222026-03-16T20:03:20.389Z Compiling git-stub-vcs v0.1.0
26232026-03-16T20:03:20.480Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-16T20:03:20.483Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-03-16T20:03:20.636Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-03-16T20:03:20.687Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-16T20:03:20.751Z Checking downcast-rs v2.0.2
26282026-03-16T20:03:20.884Z Checking parking_lot v0.11.2
26292026-03-16T20:03:20.931Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26302026-03-16T20:03:21.023Z Checking progenitor v0.10.0
26312026-03-16T20:03:21.071Z Checking prefix-trie v0.7.0
26322026-03-16T20:03:21.160Z Checking nanorand v0.7.0
26332026-03-16T20:03:21.230Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26342026-03-16T20:03:21.454Z Compiling dirs-sys-next v0.1.2
26352026-03-16T20:03:21.513Z Compiling crunchy v0.2.4
26362026-03-16T20:03:21.562Z Checking hickory-server v0.25.2
26372026-03-16T20:03:21.665Z Compiling dirs-next v2.0.0
26382026-03-16T20:03:21.803Z Checking flume v0.11.1
26392026-03-16T20:03:21.851Z Checking sled v0.34.7
26402026-03-16T20:03:21.894Z Compiling clang-sys v1.8.1
26412026-03-16T20:03:22.005Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-16T20:03:22.151Z Checking hickory-client v0.25.2
26432026-03-16T20:03:22.272Z Compiling tiny-keccak v2.0.2
26442026-03-16T20:03:22.619Z Compiling term v0.7.0
26452026-03-16T20:03:22.665Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-16T20:03:22.708Z Compiling bit-vec v0.6.3
26472026-03-16T20:03:22.894Z Compiling salty v0.3.0
26482026-03-16T20:03:23.032Z Compiling ascii-canvas v3.0.0
26492026-03-16T20:03:23.214Z Compiling bit-set v0.5.3
26502026-03-16T20:03:23.392Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26512026-03-16T20:03:23.414Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-16T20:03:23.504Z Checking primeorder v0.13.6
26532026-03-16T20:03:23.853Z Compiling itertools v0.10.5
26542026-03-16T20:03:23.984Z Compiling ena v0.14.4
26552026-03-16T20:03:24.132Z Compiling libloading v0.8.9
26562026-03-16T20:03:24.712Z Compiling bindgen v0.71.1
26572026-03-16T20:03:24.751Z Compiling regex-syntax v0.6.29
26582026-03-16T20:03:24.751Z Compiling diff v0.1.13
26592026-03-16T20:03:25.111Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-16T20:03:25.356Z Compiling cexpr v0.6.0
26612026-03-16T20:03:25.421Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-16T20:03:26.306Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-16T20:03:26.370Z Compiling lalrpop v0.19.12
26642026-03-16T20:03:26.773Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-16T20:03:27.073Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-16T20:03:27.458Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-16T20:03:27.714Z Compiling libxml v0.3.3
26682026-03-16T20:03:27.955Z Compiling fs-err v2.11.0
26692026-03-16T20:03:28.172Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-16T20:03:28.175Z Checking diesel v2.3.7
26712026-03-16T20:03:28.422Z Checking p384 v0.13.1
26722026-03-16T20:03:28.577Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-16T20:03:29.015Z Compiling strum_macros v0.24.3
26742026-03-16T20:03:30.463Z Compiling indoc v1.0.9
26752026-03-16T20:03:31.155Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-16T20:03:31.633Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26772026-03-16T20:03:31.813Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-16T20:03:31.884Z Checking quick-xml v0.37.5
26792026-03-16T20:03:32.052Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-03-16T20:03:32.098Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-03-16T20:03:32.392Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-03-16T20:03:32.922Z Checking derive_builder v0.20.2
26832026-03-16T20:03:33.098Z Compiling oso-derive v0.27.3
26842026-03-16T20:03:33.142Z Compiling trait-variant v0.1.2
26852026-03-16T20:03:33.759Z Compiling impl-trait-for-tuples v0.2.3
26862026-03-16T20:03:33.897Z Checking openssl-probe v0.1.6
26872026-03-16T20:03:34.092Z Checking parse-size v1.1.0
26882026-03-16T20:03:34.280Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26892026-03-16T20:03:34.418Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-16T20:03:34.533Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26912026-03-16T20:03:34.952Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26922026-03-16T20:03:35.427Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26932026-03-16T20:03:35.535Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-16T20:03:35.984Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-16T20:03:36.029Z Compiling progenitor-impl v0.11.2
26962026-03-16T20:03:36.319Z Checking assert_matches v1.5.0
26972026-03-16T20:03:36.494Z Compiling mime_guess v2.0.5
26982026-03-16T20:03:37.062Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-16T20:03:37.225Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-16T20:03:37.424Z Checking predicates-tree v1.0.13
27012026-03-16T20:03:37.613Z Checking progenitor-client v0.11.2
27022026-03-16T20:03:37.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-16T20:03:37.987Z Checking http-range v0.1.5
27042026-03-16T20:03:38.092Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-16T20:03:38.166Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-16T20:03:38.897Z Checking atty v0.2.14
27072026-03-16T20:03:39.744Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-03-16T20:03:39.797Z Compiling progenitor-macro v0.11.2
27092026-03-16T20:03:40.283Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-16T20:03:40.968Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-16T20:03:41.528Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-16T20:03:41.610Z Checking bb8 v0.8.6
27132026-03-16T20:03:41.797Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-16T20:03:42.007Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-16T20:03:42.110Z Checking corncobs v0.1.4
27162026-03-16T20:03:42.207Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-03-16T20:03:42.296Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-16T20:03:42.650Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-16T20:03:43.126Z Checking hyper-staticfile v0.10.1
27202026-03-16T20:03:43.172Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-16T20:03:43.542Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-16T20:03:43.588Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-16T20:03:43.862Z Checking ignore v0.4.25
27242026-03-16T20:03:44.206Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-16T20:03:44.449Z Checking signal-hook-tokio v0.3.1
27262026-03-16T20:03:44.652Z Checking secrecy v0.8.0
27272026-03-16T20:03:44.855Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-16T20:03:45.203Z Checking globwalk v0.9.1
27292026-03-16T20:03:45.546Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-16T20:03:45.745Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-16T20:03:46.128Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-16T20:03:46.231Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27332026-03-16T20:03:46.354Z Checking nonempty v0.12.0
27342026-03-16T20:03:46.469Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27352026-03-16T20:03:46.610Z Checking camino-tempfile-ext v0.3.3
27362026-03-16T20:03:46.885Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-16T20:03:46.932Z Checking progenitor v0.11.2
27382026-03-16T20:03:46.935Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-16T20:03:47.145Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-16T20:03:47.428Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-16T20:03:47.718Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-03-16T20:03:47.908Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-16T20:03:48.398Z Checking async-bb8-diesel v0.2.1
27442026-03-16T20:03:48.701Z Checking diesel-dtrace v0.5.0
27452026-03-16T20:03:48.893Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27462026-03-16T20:03:49.045Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-16T20:03:49.576Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-16T20:03:49.900Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-16T20:03:49.947Z Checking tungstenite v0.23.0
27502026-03-16T20:03:50.360Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-16T20:03:50.483Z Checking void v1.0.2
27522026-03-16T20:03:50.546Z Checking tokio-tungstenite v0.23.1
27532026-03-16T20:03:50.711Z Checking lzss v0.8.2
27542026-03-16T20:03:50.872Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-16T20:03:50.957Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-16T20:03:51.003Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-16T20:03:51.198Z Checking nix v0.27.1
27582026-03-16T20:03:51.780Z Checking serde_bytes v0.11.19
27592026-03-16T20:03:51.969Z Checking rand_seeder v0.4.0
27602026-03-16T20:03:52.052Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-16T20:03:52.195Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-16T20:03:52.569Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-16T20:03:52.703Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-16T20:03:52.829Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-16T20:03:53.135Z Checking is_ci v1.2.0
27662026-03-16T20:03:53.305Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-16T20:03:53.677Z Checking yansi v1.0.1
27682026-03-16T20:03:53.855Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-03-16T20:03:53.931Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-16T20:03:53.979Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-16T20:03:54.057Z Checking pretty_assertions v1.4.1
27722026-03-16T20:03:54.242Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-16T20:03:54.288Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-16T20:03:54.583Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-16T20:03:54.904Z Compiling darling_core v0.23.0
27762026-03-16T20:03:55.680Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27772026-03-16T20:03:56.318Z Compiling indoc v2.0.7
27782026-03-16T20:03:56.644Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-03-16T20:03:56.753Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-16T20:03:56.892Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-16T20:03:56.938Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-16T20:03:57.217Z Compiling instability v0.3.11
27832026-03-16T20:03:57.667Z Compiling libz-sys v1.1.24
27842026-03-16T20:03:57.711Z Checking castaway v0.2.4
27852026-03-16T20:03:57.892Z Checking compact_str v0.8.1
27862026-03-16T20:03:57.965Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-16T20:03:58.435Z Checking supports-color v3.0.2
27882026-03-16T20:03:58.604Z Compiling darling_macro v0.23.0
27892026-03-16T20:03:58.649Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-16T20:03:58.927Z Checking unicode-truncate v1.1.0
27912026-03-16T20:03:59.155Z Checking lru v0.12.5
27922026-03-16T20:03:59.247Z Checking cassowary v0.3.0
27932026-03-16T20:03:59.293Z Compiling darling v0.23.0
27942026-03-16T20:03:59.568Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-16T20:03:59.792Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-16T20:04:00.269Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-16T20:04:00.420Z Checking ratatui v0.29.0
27982026-03-16T20:04:01.402Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-16T20:04:01.680Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-16T20:04:02.088Z Compiling vergen-git2 v1.0.7
28012026-03-16T20:04:02.250Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-16T20:04:02.296Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-16T20:04:02.424Z Checking colored v2.2.0
28042026-03-16T20:04:02.522Z Compiling rustls v0.21.12
28052026-03-16T20:04:02.573Z Checking plotters-backend v0.3.7
28062026-03-16T20:04:02.731Z Checking shell-words v1.1.1
28072026-03-16T20:04:02.899Z Checking plotters-svg v0.3.7
28082026-03-16T20:04:02.987Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-03-16T20:04:03.048Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-03-16T20:04:03.109Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-16T20:04:03.331Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-16T20:04:03.390Z Checking rustls-webpki v0.101.7
28132026-03-16T20:04:03.878Z Checking sct v0.7.1
28142026-03-16T20:04:03.925Z Compiling nix v0.29.0
28152026-03-16T20:04:04.085Z Checking hex-literal v0.4.1
28162026-03-16T20:04:04.249Z Checking cast v0.3.0
28172026-03-16T20:04:04.293Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-16T20:04:04.512Z Checking criterion-plot v0.6.0
28192026-03-16T20:04:04.993Z Checking plotters v0.3.7
28202026-03-16T20:04:06.081Z Checking erased-serde v0.4.9
28212026-03-16T20:04:06.406Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-16T20:04:06.655Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-16T20:04:07.619Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-03-16T20:04:08.624Z Checking tinytemplate v1.2.1
28252026-03-16T20:04:08.937Z Checking ordered-float v2.10.1
28262026-03-16T20:04:09.307Z Checking anes v0.1.6
28272026-03-16T20:04:09.601Z Checking oorandom v11.1.5
28282026-03-16T20:04:09.781Z Checking criterion v0.7.0
28292026-03-16T20:04:10.011Z Checking serde-value v0.7.0
28302026-03-16T20:04:10.331Z Checking serde-untagged v0.1.9
28312026-03-16T20:04:10.626Z Checking tokio-rustls v0.24.1
28322026-03-16T20:04:11.253Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-16T20:04:11.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-16T20:04:11.731Z Checking rustls-pemfile v1.0.4
28352026-03-16T20:04:11.942Z Checking twox-hash v2.1.2
28362026-03-16T20:04:12.297Z Checking unicode-xid v0.2.6
28372026-03-16T20:04:12.441Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-16T20:04:12.487Z Checking cargo-util-schemas v0.8.2
28392026-03-16T20:04:12.621Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-16T20:04:12.841Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-16T20:04:13.694Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-16T20:04:13.932Z Checking fatfs v0.3.6
28432026-03-16T20:04:14.587Z Checking cargo-platform v0.2.0
28442026-03-16T20:04:14.650Z Compiling petname v2.0.2
28452026-03-16T20:04:14.872Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-03-16T20:04:15.316Z Compiling seq-macro v0.3.6
28472026-03-16T20:04:16.253Z Checking cargo_metadata v0.21.0
28482026-03-16T20:04:16.862Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-16T20:04:16.936Z Checking concurrent-queue v2.5.0
28502026-03-16T20:04:17.226Z Checking rtoolbox v0.0.3
28512026-03-16T20:04:17.325Z Checking futures-timer v3.0.3
28522026-03-16T20:04:17.428Z Checking parking v2.2.1
28532026-03-16T20:04:17.585Z Checking rpassword v7.4.0
28542026-03-16T20:04:17.630Z Checking event-listener v5.4.1
28552026-03-16T20:04:17.952Z Checking tui-tree-widget v0.23.1
28562026-03-16T20:04:18.220Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-16T20:04:18.265Z Checking polyval v0.6.2
28582026-03-16T20:04:18.310Z Checking sapling-renderdag v0.1.0
28592026-03-16T20:04:18.449Z Checking sync-ptr v0.1.4
28602026-03-16T20:04:18.509Z Checking ghash v0.5.1
28612026-03-16T20:04:18.636Z Checking event-listener-strategy v0.5.4
28622026-03-16T20:04:18.681Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-16T20:04:18.725Z Checking ctr v0.9.2
28642026-03-16T20:04:18.840Z Checking constant_time_eq v0.4.2
28652026-03-16T20:04:18.956Z Checking arrayref v0.3.9
28662026-03-16T20:04:18.999Z Checking arrayvec v0.7.6
28672026-03-16T20:04:19.047Z Checking aes-gcm v0.10.3
28682026-03-16T20:04:19.157Z Checking async-lock v3.4.2
28692026-03-16T20:04:19.275Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-16T20:04:19.316Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-16T20:04:19.717Z Checking ssh-encoding v0.2.0
28722026-03-16T20:04:19.996Z Checking blowfish v0.9.1
28732026-03-16T20:04:20.225Z Checking bcrypt-pbkdf v0.10.0
28742026-03-16T20:04:20.468Z Checking ssh-cipher v0.2.0
28752026-03-16T20:04:20.552Z Checking async-object-pool v0.2.0
28762026-03-16T20:04:20.731Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-16T20:04:20.776Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-16T20:04:21.185Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-16T20:04:21.277Z Compiling samael v0.0.19
28802026-03-16T20:04:21.557Z Checking serde_regex v1.1.0
28812026-03-16T20:04:21.799Z Checking password-hash v0.4.2
28822026-03-16T20:04:22.046Z Checking assert-json-diff v2.0.2
28832026-03-16T20:04:22.130Z Checking path-tree v0.8.3
28842026-03-16T20:04:22.298Z Compiling target-lexicon v0.13.3
28852026-03-16T20:04:22.414Z Checking gimli v0.32.3
28862026-03-16T20:04:22.952Z Checking stringmetrics v2.2.2
28872026-03-16T20:04:23.120Z Checking pbkdf2 v0.11.0
28882026-03-16T20:04:23.178Z Checking httpmock v0.8.3
28892026-03-16T20:04:23.370Z Checking ssh-key v0.6.7
28902026-03-16T20:04:24.676Z Checking addr2line v0.25.1
28912026-03-16T20:04:25.060Z Checking p256 v0.13.2
28922026-03-16T20:04:25.431Z Checking p521 v0.13.3
28932026-03-16T20:04:26.168Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-16T20:04:26.317Z Checking russh-cryptovec v0.7.3
28952026-03-16T20:04:26.451Z Checking rustc-demangle v0.1.27
28962026-03-16T20:04:26.524Z Compiling guppy-workspace-hack v0.1.0
28972026-03-16T20:04:26.785Z Checking md5 v0.7.0
28982026-03-16T20:04:26.788Z Checking backtrace v0.3.76
28992026-03-16T20:04:27.078Z Checking russh-keys v0.45.0
29002026-03-16T20:04:27.264Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-16T20:04:27.342Z Checking num-bigint v0.4.6
29022026-03-16T20:04:27.386Z Checking des v0.8.1
29032026-03-16T20:04:27.819Z Compiling blake3 v1.8.3
29042026-03-16T20:04:27.973Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-16T20:04:28.320Z Compiling target-spec v3.5.7
29062026-03-16T20:04:28.535Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-16T20:04:28.756Z Checking russh v0.45.0
29082026-03-16T20:04:29.343Z Checking cfg-expr v0.20.6
29092026-03-16T20:04:29.387Z Checking backtrace-ext v0.2.1
29102026-03-16T20:04:29.558Z Checking supports-color v2.1.0
29112026-03-16T20:04:29.601Z Checking textwrap v0.15.2
29122026-03-16T20:04:29.763Z Checking supports-hyperlinks v2.1.0
29132026-03-16T20:04:29.899Z Checking supports-unicode v2.1.0
29142026-03-16T20:04:29.943Z Checking hashbrown v0.14.5
29152026-03-16T20:04:29.946Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-16T20:04:30.073Z Checking cargo-platform v0.3.2
29172026-03-16T20:04:30.281Z Checking socket2 v0.5.10
29182026-03-16T20:04:30.341Z Checking terminal_size v0.1.17
29192026-03-16T20:04:30.512Z Compiling miette-derive v5.10.0
29202026-03-16T20:04:30.623Z Checking owo-colors v3.5.0
29212026-03-16T20:04:30.668Z Checking internet-checksum v0.2.1
29222026-03-16T20:04:30.860Z Checking chumsky v0.9.3
29232026-03-16T20:04:31.342Z Checking cargo_metadata v0.23.1
29242026-03-16T20:04:32.075Z Checking miette v5.10.0
29252026-03-16T20:04:32.378Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-16T20:04:32.464Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-16T20:04:32.470Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-16T20:04:32.768Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-16T20:04:32.873Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-16T20:04:33.098Z Checking httptest v0.16.4
29312026-03-16T20:04:33.375Z Compiling git2 v0.20.4
29322026-03-16T20:04:33.437Z Checking pathdiff v0.2.3
29332026-03-16T20:04:33.517Z Compiling knuffel-derive v3.2.0
29342026-03-16T20:04:33.612Z Checking nested v0.1.1
29352026-03-16T20:04:33.652Z Checking topological-sort v0.2.2
29362026-03-16T20:04:33.818Z Checking guppy v0.17.25
29372026-03-16T20:04:33.862Z Checking omicron-zone-package v0.12.2
29382026-03-16T20:04:34.015Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-16T20:04:34.310Z Checking similar-asserts v1.7.0
29402026-03-16T20:04:34.539Z Compiling rstest_macros v0.25.0
29412026-03-16T20:04:34.927Z Compiling target-triple v1.0.0
29422026-03-16T20:04:35.055Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-03-16T20:04:35.254Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-16T20:04:35.300Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-16T20:04:35.408Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-03-16T20:04:35.565Z Checking knuffel v3.2.0
29472026-03-16T20:04:35.703Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-16T20:04:36.551Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-16T20:04:36.866Z Checking escape8259 v0.5.3
29502026-03-16T20:04:37.072Z Compiling assert_cmd v2.1.2
29512026-03-16T20:04:37.307Z Compiling relative-path v1.9.3
29522026-03-16T20:04:37.485Z Checking libtest-mimic v0.8.1
29532026-03-16T20:04:37.641Z Checking toml v1.0.3+spec-1.1.0
29542026-03-16T20:04:38.059Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-03-16T20:04:38.227Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-16T20:04:38.270Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-03-16T20:04:38.543Z Checking blake2b_simd v1.0.4
29582026-03-16T20:04:39.109Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-16T20:04:39.184Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-16T20:04:39.619Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-16T20:04:39.704Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-03-16T20:04:39.995Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-16T20:04:40.288Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-16T20:04:40.387Z Compiling polar-core v0.27.3
29652026-03-16T20:04:40.540Z Checking fancy-regex v0.14.0
29662026-03-16T20:04:40.864Z Checking serde_tokenstream v0.2.3
29672026-03-16T20:04:41.158Z Checking uzers v0.12.2
29682026-03-16T20:04:41.207Z Checking constant_time_eq v0.3.1
29692026-03-16T20:04:41.388Z Checking termcolor v1.4.1
29702026-03-16T20:04:41.484Z Compiling linkme-impl v0.3.35
29712026-03-16T20:04:41.725Z Checking trybuild v1.0.116
29722026-03-16T20:04:41.995Z Checking rust-argon2 v2.1.0
29732026-03-16T20:04:42.348Z Checking datatest-stable v0.3.3
29742026-03-16T20:04:42.912Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-16T20:04:43.051Z Checking rstest v0.25.0
29762026-03-16T20:04:43.274Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-16T20:04:43.321Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-16T20:04:43.373Z Checking support-bundle-viewer v0.1.2
29792026-03-16T20:04:43.712Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-16T20:04:43.992Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-16T20:04:44.222Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-03-16T20:04:44.289Z Checking drift v0.1.3
29832026-03-16T20:04:44.505Z Checking rand_distr v0.5.1
29842026-03-16T20:04:44.710Z Checking multimap v0.10.1
29852026-03-16T20:04:45.079Z Checking approx v0.5.1
29862026-03-16T20:04:45.176Z Compiling linkme v0.3.35
29872026-03-16T20:04:45.299Z Checking dropshot-api-manager v0.6.0
29882026-03-16T20:04:46.719Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-16T20:04:46.957Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-16T20:04:47.194Z Checking oso v0.27.3
29912026-03-16T20:04:47.198Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-16T20:04:47.466Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-16T20:04:47.792Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-16T20:04:47.939Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-16T20:04:48.061Z Checking partial-io v0.5.4
29962026-03-16T20:04:48.107Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-16T20:04:48.373Z Checking cargo_toml v0.21.0
29982026-03-16T20:04:48.471Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-16T20:04:48.517Z Checking termios v0.3.3
30002026-03-16T20:04:48.653Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-03-16T20:04:48.806Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-16T20:04:49.150Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30032026-03-16T20:04:49.604Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-16T20:04:49.673Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-16T20:04:53.848Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-16T20:04:58.862Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-16T20:05:01.627Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-16T20:05:06.372Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-16T20:05:09.202Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-16T20:05:14.680Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-16T20:05:20.460Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-16T20:05:22.096Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30132026-03-16T20:05:22.687Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-16T20:05:34.305Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-16T20:07:31.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 33s
30162026-03-16T20:07:31.792Z
30172026-03-16T20:07:31.795Zreal 5:38.305164388
30182026-03-16T20:07:31.795Zuser 28:12.562342170
30192026-03-16T20:07:31.795Zsys 5:52.095384108
30202026-03-16T20:07:31.795Ztrap 0.716185181
30212026-03-16T20:07:31.795Ztflt 0.084204590
30222026-03-16T20:07:31.795Zdflt 0.162307428
30232026-03-16T20:07:31.795Zkflt 0.000790197
30242026-03-16T20:07:31.795Zlock 1:19:31.689328542
30252026-03-16T20:07:31.795Zslp 1:16:21.022298152
30262026-03-16T20:07:31.795Zlat 1:58.094403034
30272026-03-16T20:07:31.795Zstop 13:54.232422948
30282026-03-16T20:07:31.795Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-16T20:07:31.795Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-16T20:07:32.988Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-16T20:07:32.988Z |
30322026-03-16T20:07:32.988Z = 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)`
30332026-03-16T20:07:32.989Z = 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>
30342026-03-16T20:07:34.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-16T20:07:34.579Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-16T20:07:34.627Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-16T20:07:34.707Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-16T20:07:34.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392026-03-16T20:07:34.914Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-03-16T20:07:34.943Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30412026-03-16T20:07:34.977Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-16T20:07:35.047Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-03-16T20:07:35.163Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-03-16T20:07:35.201Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-03-16T20:07:35.248Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-03-16T20:07:35.298Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-03-16T20:07:35.339Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30482026-03-16T20:07:35.385Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30492026-03-16T20:07:35.453Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30502026-03-16T20:07:35.483Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-03-16T20:07:35.515Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-16T20:07:35.556Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-03-16T20:07:35.628Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-03-16T20:07:35.909Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30552026-03-16T20:07:36.225Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30562026-03-16T20:07:36.411Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-03-16T20:07:36.469Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-16T20:07:36.500Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30592026-03-16T20:07:36.649Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-16T20:07:36.737Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30612026-03-16T20:07:36.946Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622026-03-16T20:07:36.950Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30632026-03-16T20:07:37.032Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30642026-03-16T20:07:37.198Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30652026-03-16T20:07:37.227Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-03-16T20:07:37.412Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30672026-03-16T20:07:37.648Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-16T20:07:37.677Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-16T20:07:37.705Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-16T20:07:37.904Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30712026-03-16T20:07:38.001Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30722026-03-16T20:07:38.028Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732026-03-16T20:07:38.327Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30742026-03-16T20:07:38.403Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30752026-03-16T20:07:38.751Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30762026-03-16T20:07:38.783Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-16T20:07:38.812Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30782026-03-16T20:07:38.931Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792026-03-16T20:07:39.001Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-03-16T20:07:39.176Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-03-16T20:07:39.248Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-03-16T20:07:39.322Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30832026-03-16T20:07:39.470Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-03-16T20:07:39.474Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-03-16T20:07:39.528Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-03-16T20:07:39.580Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30872026-03-16T20:07:39.869Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-16T20:07:39.869Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-16T20:07:39.922Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902026-03-16T20:07:39.926Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30912026-03-16T20:07:40.175Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30922026-03-16T20:07:40.202Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30932026-03-16T20:07:40.230Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30942026-03-16T20:07:40.424Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30952026-03-16T20:07:40.510Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30962026-03-16T20:07:40.547Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30972026-03-16T20:07:40.593Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-16T20:07:40.754Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-03-16T20:07:40.795Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31002026-03-16T20:07:40.873Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31012026-03-16T20:07:41.110Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31022026-03-16T20:07:41.164Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-16T20:07:41.167Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31042026-03-16T20:07:41.223Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31052026-03-16T20:07:41.431Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-03-16T20:07:41.885Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-03-16T20:07:41.969Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31082026-03-16T20:07:42.913Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-16T20:07:43.415Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-03-16T20:07:43.648Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-16T20:07:43.743Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-16T20:07:43.916Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31132026-03-16T20:07:43.950Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-03-16T20:07:44.215Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-16T20:07:44.256Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-03-16T20:07:44.628Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-16T20:07:44.847Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-16T20:07:45.144Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-03-16T20:07:45.249Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-03-16T20:07:45.279Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-16T20:07:45.492Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-16T20:07:45.740Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-03-16T20:07:46.072Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-16T20:07:46.619Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31252026-03-16T20:07:46.715Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-16T20:07:46.801Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-16T20:07:47.203Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-16T20:07:47.296Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-16T20:07:47.874Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-16T20:07:48.090Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-16T20:07:49.008Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-16T20:07:49.162Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-16T20:07:49.544Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342026-03-16T20:07:50.281Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-16T20:07:50.337Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-16T20:07:50.777Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-16T20:07:50.808Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-16T20:07:51.043Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-16T20:07:51.095Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-03-16T20:07:51.157Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-16T20:07:51.221Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-16T20:07:51.597Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-03-16T20:07:51.628Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-16T20:07:51.786Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31452026-03-16T20:07:51.860Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-16T20:07:51.890Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-16T20:07:52.244Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-16T20:07:52.798Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-16T20:07:53.025Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-16T20:07:53.327Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-16T20:07:54.252Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-16T20:07:54.736Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-16T20:07:54.932Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-16T20:07:55.280Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31552026-03-16T20:07:55.676Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31562026-03-16T20:07:55.778Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-16T20:07:55.835Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-03-16T20:07:56.232Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-16T20:07:56.417Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-16T20:07:56.813Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-16T20:07:56.908Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-16T20:07:56.979Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-16T20:07:58.493Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-16T20:07:58.533Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-16T20:07:58.609Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-16T20:07:59.334Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-16T20:07:59.691Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-16T20:07:59.940Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-16T20:08:01.424Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-16T20:08:02.260Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-16T20:08:02.417Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-03-16T20:08:03.061Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31732026-03-16T20:08:03.351Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-16T20:08:03.382Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-03-16T20:08:03.445Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-16T20:08:04.395Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-16T20:08:05.525Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-16T20:08:06.571Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-16T20:08:07.429Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-16T20:08:07.640Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-16T20:08:07.876Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-03-16T20:08:09.057Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31832026-03-16T20:08:09.131Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-16T20:08:09.319Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-03-16T20:08:11.719Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-16T20:08:12.903Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-16T20:08:13.512Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-16T20:08:15.336Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-16T20:08:15.789Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-03-16T20:08:15.917Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-03-16T20:08:16.034Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31922026-03-16T20:08:16.263Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932026-03-16T20:08:16.842Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-03-16T20:08:17.357Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31952026-03-16T20:08:17.487Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-03-16T20:08:18.132Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-03-16T20:08:18.911Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31982026-03-16T20:08:19.026Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-03-16T20:08:19.118Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32002026-03-16T20:08:19.197Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-03-16T20:08:19.331Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32022026-03-16T20:08:19.820Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-16T20:08:20.010Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-16T20:08:20.236Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-16T20:08:20.877Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-16T20:08:21.246Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-16T20:08:21.741Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32082026-03-16T20:08:21.939Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32092026-03-16T20:08:22.798Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-16T20:08:23.125Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-16T20:08:24.489Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32122026-03-16T20:08:25.185Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-16T20:08:25.843Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-16T20:08:30.880Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-16T20:08:31.252Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-16T20:08:31.777Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-16T20:08:33.053Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-16T20:08:34.680Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32192026-03-16T20:08:36.794Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32202026-03-16T20:08:38.159Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32212026-03-16T20:08:38.968Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32222026-03-16T20:08:39.913Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32232026-03-16T20:08:42.294Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32242026-03-16T20:08:45.761Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32252026-03-16T20:08:45.797Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32262026-03-16T20:08:45.797Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32272026-03-16T20:08:45.797Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282026-03-16T20:08:46.749Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32292026-03-16T20:08:47.828Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-16T20:08:48.672Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32312026-03-16T20:08:49.553Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322026-03-16T20:08:54.048Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32332026-03-16T20:08:55.242Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-03-16T20:08:56.312Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-03-16T20:08:57.427Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32362026-03-16T20:08:58.697Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32372026-03-16T20:08:59.727Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-03-16T20:09:00.899Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-03-16T20:09:01.822Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32402026-03-16T20:09:02.851Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32412026-03-16T20:09:03.968Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-03-16T20:09:05.409Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32432026-03-16T20:09:06.568Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-16T20:09:06.734Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-16T20:09:07.639Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-16T20:09:10.869Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32472026-03-16T20:09:13.635Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-03-16T20:09:15.259Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32492026-03-16T20:09:15.719Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32502026-03-16T20:09:17.106Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32512026-03-16T20:09:18.720Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32522026-03-16T20:09:20.099Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32532026-03-16T20:09:23.450Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32542026-03-16T20:09:24.013Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32552026-03-16T20:09:24.867Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32562026-03-16T20:09:26.557Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-03-16T20:09:28.270Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32582026-03-16T20:09:30.872Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32592026-03-16T20:09:31.980Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-03-16T20:09:35.452Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32612026-03-16T20:09:36.428Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-16T20:09:38.577Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32632026-03-16T20:09:40.702Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32642026-03-16T20:09:43.198Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-16T20:09:45.132Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32662026-03-16T20:09:47.692Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-03-16T20:09:49.822Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32682026-03-16T20:09:54.960Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-03-16T20:09:57.022Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702026-03-16T20:09:57.224Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32712026-03-16T20:09:59.372Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32722026-03-16T20:10:01.763Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32732026-03-16T20:10:04.228Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-03-16T20:10:06.770Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-03-16T20:10:09.437Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-03-16T20:10:11.807Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-03-16T20:10:14.614Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782026-03-16T20:10:16.715Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32792026-03-16T20:10:19.102Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32802026-03-16T20:10:21.519Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-03-16T20:10:23.899Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-03-16T20:10:26.314Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-16T20:10:28.639Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32842026-03-16T20:10:31.299Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-16T20:10:33.455Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-16T20:10:36.102Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-03-16T20:10:38.444Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32882026-03-16T20:10:42.755Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-03-16T20:10:43.497Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-03-16T20:10:45.975Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-16T20:10:49.661Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32922026-03-16T20:10:51.200Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32932026-03-16T20:10:53.803Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32942026-03-16T20:10:56.423Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-16T20:10:58.956Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-16T20:11:05.970Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-03-16T20:11:07.218Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32982026-03-16T20:11:10.019Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32992026-03-16T20:11:12.785Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33002026-03-16T20:11:15.531Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-16T20:11:18.372Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33022026-03-16T20:11:21.076Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33032026-03-16T20:11:23.969Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33042026-03-16T20:11:26.867Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33052026-03-16T20:11:29.566Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33062026-03-16T20:11:32.266Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33072026-03-16T20:11:35.029Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33082026-03-16T20:11:38.205Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33092026-03-16T20:11:40.660Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33102026-03-16T20:11:44.023Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33112026-03-16T20:11:46.284Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33122026-03-16T20:11:49.191Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33132026-03-16T20:11:51.905Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33142026-03-16T20:11:54.694Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33152026-03-16T20:11:57.614Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33162026-03-16T20:12:00.544Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33172026-03-16T20:12:03.344Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33182026-03-16T20:12:06.305Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33192026-03-16T20:12:09.037Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-16T20:12:11.834Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33212026-03-16T20:12:14.613Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33222026-03-16T20:12:17.446Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-16T20:12:20.707Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-16T20:12:23.460Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-16T20:12:26.348Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-16T20:12:29.371Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33272026-03-16T20:12:32.376Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33282026-03-16T20:12:35.452Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-16T20:12:38.525Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-16T20:12:41.731Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-16T20:12:44.767Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33322026-03-16T20:12:47.782Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332026-03-16T20:12:50.850Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-16T20:12:54.028Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33352026-03-16T20:12:57.156Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33362026-03-16T20:13:00.397Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-03-16T20:13:03.388Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33382026-03-16T20:13:10.050Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33392026-03-16T20:13:10.081Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33402026-03-16T20:13:18.865Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33412026-03-16T20:13:19.190Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33422026-03-16T20:13:24.802Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33432026-03-16T20:13:28.404Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33442026-03-16T20:13:32.935Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33452026-03-16T20:13:37.313Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33462026-03-16T20:13:41.839Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33472026-03-16T20:13:46.440Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-03-16T20:13:50.975Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-03-16T20:13:55.537Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33502026-03-16T20:13:59.934Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33512026-03-16T20:14:04.602Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33522026-03-16T20:14:09.017Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33532026-03-16T20:14:13.604Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-03-16T20:14:18.041Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33552026-03-16T20:14:22.580Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33562026-03-16T20:14:27.163Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33572026-03-16T20:14:31.639Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33582026-03-16T20:14:36.174Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-03-16T20:14:40.710Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33602026-03-16T20:14:45.219Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33612026-03-16T20:14:49.748Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33622026-03-16T20:14:54.323Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33632026-03-16T20:15:30.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 58s
33642026-03-16T20:15:30.912Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33652026-03-16T20:15:31.021Z
33662026-03-16T20:15:31.024Zreal 7:58.984809006
33672026-03-16T20:15:31.024Zuser 23:26.937926688
33682026-03-16T20:15:31.026Zsys 4:24.204372400
33692026-03-16T20:15:31.026Ztrap 0.412191002
33702026-03-16T20:15:31.026Ztflt 0.007050126
33712026-03-16T20:15:31.026Zdflt 0.028361713
33722026-03-16T20:15:31.026Zkflt 0.000039743
33732026-03-16T20:15:31.026Zlock 7:11:34.058994716
33742026-03-16T20:15:31.026Zslp 2:38:58.110901787
33752026-03-16T20:15:31.026Zlat 36.363541209
33762026-03-16T20:15:31.026Zstop 1:57.106875185
33772026-03-16T20:15:31.026Zprocess exited: duration 1069441 ms, exit code 0
 
33782026-03-16T20:15:31.032Zfound 0 output files