01KM20535N77RQCZAD8HD2JM35: clippy (helios)

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

Buildomat Job: 01KM206SP716BZEXTP1KKJX4T4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:55:15.124Zjob assigned to worker 01KM2074VMJFDNH156H8E7KEBP [factory aws, i-08ed304f4af496643] (queued for 1 m 30 s)
 
22026-03-19T02:55:22.393Zstarting task 0: "setup"
32026-03-19T02:55:22.398Z++ uname -s
42026-03-19T02:55:22.401Z+ kern=SunOS
52026-03-19T02:55:22.402Z+ build_user=build
62026-03-19T02:55:22.402Z+ build_uid=12345
72026-03-19T02:55:22.402Z+ work_dir=/work
82026-03-19T02:55:22.402Z+ input_dir=/input
92026-03-19T02:55:22.402Z+ [[ 0 == 12345 ]]
102026-03-19T02:55:22.402Z+ case "$kern" in
112026-03-19T02:55:22.402Z+ groupadd -g 12345 build
122026-03-19T02:55:22.405Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:55:24.411Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:55:24.530Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:55:24.533Z+ home_fs=zfs
162026-03-19T02:55:24.533Z+ [[ zfs == autofs ]]
172026-03-19T02:55:24.533Z+ mkdir -p /home/build
182026-03-19T02:55:24.533Z+ chown build:build /home/build /work
192026-03-19T02:55:26.538Z+ chmod 0700 /home/build /work
202026-03-19T02:55:26.542Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-19T02:55:26.550Zstarting task 1: "rust-toolchain"
222026-03-19T02:55:26.554Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:55:26.554Z * rust toolchain channel = "1.94.0"
242026-03-19T02:55:26.554Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:55:26.554Z * rust toolchain profile = "default"
262026-03-19T02:55:26.554Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:55:26.554Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:55:26.558Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:55:26.559Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:55:26.668Zinfo: downloading installer
312026-03-19T02:55:28.332Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:28.332Zwarn: /opt/ooce/bin
332026-03-19T02:55:28.332Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:28.333Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:28.333Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:28.333Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:28.333Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:28.333Zerror: cannot install while Rust is installed
392026-03-19T02:55:28.333Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:28.333Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:28.333Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:28.333Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:28.333Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:28.349Zinfo: profile set to default
452026-03-19T02:55:28.349Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:28.352Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:28.507Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:28.510Zinfo: downloading 6 components
492026-03-19T02:55:43.795Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:43.795Z
512026-03-19T02:55:43.829Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:43.829Z
532026-03-19T02:55:43.844Z
542026-03-19T02:55:43.845ZRust is installed now. Great!
552026-03-19T02:55:43.845Z
562026-03-19T02:55:43.845ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:43.845Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:43.845Z
592026-03-19T02:55:43.845ZTo configure your current shell, you need to source
602026-03-19T02:55:43.845Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:43.845Z
622026-03-19T02:55:43.845ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:43.845Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:43.845Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:43.845Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:43.845Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:43.845Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:43.845Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:43.846Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:43.846Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:43.944Z+ rustup --version
722026-03-19T02:55:43.962Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:43.962Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:44.008Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:44.008Z+ cargo --version
762026-03-19T02:55:44.008Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:44.008Z+ rustc --version
782026-03-19T02:55:44.027Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:44.037Zprocess exited: duration 17451 ms, exit code 0
 
802026-03-19T02:55:44.050Zstarting task 2: "authentication"
812026-03-19T02:55:44.075ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-03-19T02:55:48.103Zprocess exited: duration 4046 ms, exit code 0
 
832026-03-19T02:55:48.124Zstarting task 3: "clone repository"
842026-03-19T02:55:48.130Z+ mkdir -p /work/oxidecomputer/omicron
852026-03-19T02:55:48.130Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862026-03-19T02:55:48.161ZCloning into '/work/oxidecomputer/omicron'...
872026-03-19T02:56:19.185Z+ cd /work/oxidecomputer/omicron
882026-03-19T02:56:19.185Z+ git fetch origin 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
892026-03-19T02:56:19.486ZFrom https://github.com/oxidecomputer/omicron
902026-03-19T02:56:19.486Z * branch 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f -> FETCH_HEAD
912026-03-19T02:56:19.533Z+ [[ -n mergeconflict/fm-sb-type-relocation ]]
922026-03-19T02:56:19.534Z++ git branch --show-current
932026-03-19T02:56:19.808Z+ current=main
942026-03-19T02:56:19.808Z+ [[ main != mergeconflict/fm-sb-type-relocation ]]
952026-03-19T02:56:19.808Z+ git branch -f mergeconflict/fm-sb-type-relocation 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
962026-03-19T02:56:19.808Z+ git checkout -f mergeconflict/fm-sb-type-relocation
972026-03-19T02:56:20.054ZSwitched to branch 'mergeconflict/fm-sb-type-relocation'
982026-03-19T02:56:20.054Z+ git reset --hard 3a6ea71c2a6b070d939bfe83da1e3edd7e783f9f
992026-03-19T02:56:20.055ZHEAD is now at 3a6ea71c2 Move bundle selection types and EreportFilters to nexus-types
1002026-03-19T02:56:20.055Zprocess exited: duration 31695 ms, exit code 0
 
1012026-03-19T02:56:20.159Zstarting task 4: "build"
1022026-03-19T02:56:20.186Z+ source ./env.sh
1032026-03-19T02:56:20.186Z++ OLD_SHELL_OPTS=ehxB
1042026-03-19T02:56:20.186Z++ set -o xtrace
1052026-03-19T02:56:20.187Z++++ dirname ./env.sh
1062026-03-19T02:56:20.187Z+++ readlink -f .
1072026-03-19T02:56:20.187Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-03-19T02:56:20.187Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T02:56:20.187Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-19T02:56:20.187Z++ 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
1112026-03-19T02:56:20.187Z++ 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
1122026-03-19T02:56:20.187Z++ 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
1132026-03-19T02:56:20.187Z++ 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
1142026-03-19T02:56:20.187Z++ 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
1152026-03-19T02:56:20.188Z++ 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
1162026-03-19T02:56:20.188Z++ case $OLD_SHELL_OPTS in
1172026-03-19T02:56:20.189Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-03-19T02:56:20.189Z+ source .github/buildomat/ci-env.sh
1192026-03-19T02:56:20.189Z++ export CARGO_TERM_COLOR=always
1202026-03-19T02:56:20.189Z++ CARGO_TERM_COLOR=always
1212026-03-19T02:56:20.189Z+ cargo --version
1222026-03-19T02:56:20.211Zcargo 1.94.0 (85eff7c80 2026-01-15)
1232026-03-19T02:56:20.212Z+ rustc --version
1242026-03-19T02:56:20.291Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1252026-03-19T02:56:20.291Z+ banner prerequisites
1262026-03-19T02:56:20.291Z
1272026-03-19T02:56:20.292Z ##### ##### ###### ##### ###### #### # # # #### #
1282026-03-19T02:56:20.292Z # # # # # # # # # # # # # # #
1292026-03-19T02:56:20.292Z # # # # ##### # # ##### # # # # # #### #
1302026-03-19T02:56:20.292Z ##### ##### # ##### # # # # # # # # #
1312026-03-19T02:56:20.292Z # # # # # # # # # # # # # # #
1322026-03-19T02:56:20.292Z # # # ###### # # ###### ### # #### # #### #
1332026-03-19T02:56:20.292Z
1342026-03-19T02:56:20.293Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1352026-03-19T02:56:31.115Z Startup: Refreshing catalog 'helios-dev' ... Done
1362026-03-19T02:56:40.952Z Startup: Caching catalogs ... Done
1372026-03-19T02:57:03.246ZPlanning: Solver setup ... Done (20.907s)
1382026-03-19T02:57:03.430ZPlanning: Running solver ... Done (0.153s)
1392026-03-19T02:57:03.638ZPlanning: Finding local manifests ... Done (0.003s)
1402026-03-19T02:57:03.665ZPlanning: Fetching manifests: 0/4 0% complete
1412026-03-19T02:57:04.153ZPlanning: Fetching manifests: 4/4 100% complete
1422026-03-19T02:57:04.195ZPlanning: Package planning ... Done (0.043s)
1432026-03-19T02:57:04.235ZPlanning: Merging actions ... Done (0.039s)
1442026-03-19T02:57:04.479ZPlanning: Checking for conflicting actions ... Done (0.240s)
1452026-03-19T02:57:04.508ZPlanning: Consolidating action changes ... Done (0.010s)
1462026-03-19T02:57:05.332ZPlanning: Evaluating mediators ... Done (0.842s)
1472026-03-19T02:57:05.335ZPlanning: Planning completed in 24.30 seconds
1482026-03-19T02:57:05.366Z Packages to install: 4
1492026-03-19T02:57:05.377Z Mediators to change: 2
1502026-03-19T02:57:05.377Z Services to change: 1
1512026-03-19T02:57:05.377Z Estimated space available: 155.43 GB
1522026-03-19T02:57:05.377ZEstimated space to be consumed: 1.83 GB
1532026-03-19T02:57:05.378Z Create boot environment: No
1542026-03-19T02:57:05.378ZCreate backup boot environment: No
1552026-03-19T02:57:05.378Z Rebuild boot archive: No
1562026-03-19T02:57:05.378Z
1572026-03-19T02:57:05.378ZChanged mediators:
1582026-03-19T02:57:05.378Z mediator clang:
1592026-03-19T02:57:05.378Z version: None -> 15 (system default)
1602026-03-19T02:57:05.378Z
1612026-03-19T02:57:05.379Z mediator llvm:
1622026-03-19T02:57:05.379Z version: 14 (system default) -> 15 (system default)
1632026-03-19T02:57:05.379Z
1642026-03-19T02:57:05.379ZChanged packages:
1652026-03-19T02:57:05.379Zhelios-dev
1662026-03-19T02:57:05.379Z developer/build-essential
1672026-03-19T02:57:05.379Z None -> 11-2.0
1682026-03-19T02:57:05.379Z library/libxmlsec1
1692026-03-19T02:57:05.380Z None -> 1.2.35-2.0
1702026-03-19T02:57:05.380Z ooce/developer/clang-15
1712026-03-19T02:57:05.380Z None -> 15.0.7-2.0
1722026-03-19T02:57:05.380Z ooce/developer/llvm-15
1732026-03-19T02:57:05.380Z None -> 15.0.7-2.0
1742026-03-19T02:57:05.380Z
1752026-03-19T02:57:05.380ZServices:
1762026-03-19T02:57:05.380Z restart_fmri:
1772026-03-19T02:57:05.381Z svc:/system/update-man-index:default
1782026-03-19T02:57:05.412Z
1792026-03-19T02:57:05.412ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1802026-03-19T02:57:10.413ZDownload: 1150/3290 items 78.8/212.6MB 37% complete (15.8M/s)
1812026-03-19T02:57:15.417ZDownload: 1478/3290 items 115.8/212.6MB 54% complete (11.7M/s)
1822026-03-19T02:57:20.585ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (6.1M/s)
1832026-03-19T02:57:28.805ZDownload: 3285/3290 items 211.0/212.6MB 99% complete (11.8M/s)
1842026-03-19T02:57:29.733ZDownload: Completed 212.60 MB in 24.17 seconds (8.8M/s)
1852026-03-19T02:57:29.752Z Actions: 1/3689 actions (Installing new actions)
1862026-03-19T02:57:33.877Z Actions: Completed 3689 actions in 4.13 seconds.
1872026-03-19T02:57:34.265Z Done (0.384s)
1882026-03-19T02:57:34.265Z Done (0.000s)
1892026-03-19T02:57:35.266Z Done (1.000s)
1902026-03-19T02:57:39.400Z Done (3.778s)
1912026-03-19T02:57:39.484Z Done (0.018s)
1922026-03-19T02:57:39.493Z Done (0.000s)
1932026-03-19T02:57:39.676Z Done (0.000s)
1942026-03-19T02:57:40.658ZPlanning: Evaluating mediator changes ... Done
1952026-03-19T02:57:40.806ZPlanning: Checking for conflicting actions ... Done
1962026-03-19T02:57:40.810ZPlanning: Consolidating action changes ... Done
1972026-03-19T02:57:41.073ZPlanning: Evaluating mediators ... Done
1982026-03-19T02:57:41.089ZPlanning: Planning completed in 0.37 seconds
1992026-03-19T02:57:41.089Z Mediators to change: 2
2002026-03-19T02:57:41.089Z Create boot environment: No
2012026-03-19T02:57:41.089ZCreate backup boot environment: No
2022026-03-19T02:57:41.136Z Done
2032026-03-19T02:57:41.136Z Done
2042026-03-19T02:57:41.878Z Done
2052026-03-19T02:57:45.241Z Done
2062026-03-19T02:57:45.334Z Done
2072026-03-19T02:57:45.340Z Done
2082026-03-19T02:57:45.492Z Done
2092026-03-19T02:57:46.038ZPlanning: Evaluating mediator changes ... Done
2102026-03-19T02:57:46.048ZPlanning: Merging actions ... Done
2112026-03-19T02:57:46.217ZPlanning: Checking for conflicting actions ... Done
2122026-03-19T02:57:46.240ZPlanning: Consolidating action changes ... Done
2132026-03-19T02:57:46.418ZPlanning: Evaluating mediators ... Done
2142026-03-19T02:57:46.466ZPlanning: Planning completed in 0.64 seconds
2152026-03-19T02:57:46.498Z Packages to change: 1
2162026-03-19T02:57:46.498Z Mediators to change: 1
2172026-03-19T02:57:46.509Z Services to change: 1
2182026-03-19T02:57:46.509Z Create boot environment: No
2192026-03-19T02:57:46.509ZCreate backup boot environment: Yes
2202026-03-19T02:57:49.142Z Actions: 1/6 actions (Updating modified actions)
2212026-03-19T02:57:49.165Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-19T02:57:49.165Z Done
2232026-03-19T02:57:49.165Z Done
2242026-03-19T02:57:49.316Z Done
2252026-03-19T02:57:52.667Z Done
2262026-03-19T02:57:52.734Z Done
2272026-03-19T02:57:52.739Z Done
2282026-03-19T02:57:52.896Z Done
2292026-03-19T02:57:53.285ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-19T02:57:53.286Zclang system 15 system
2312026-03-19T02:57:53.286Zcsh system system illumos
2322026-03-19T02:57:53.286Zctags system system illumos
2332026-03-19T02:57:53.286Zfile system system illumos
2342026-03-19T02:57:53.286Zgcc vendor 12 vendor
2352026-03-19T02:57:53.287Zgcc system 10 system
2362026-03-19T02:57:53.287Zgcc system 7 system
2372026-03-19T02:57:53.287Zgo system 1.20 system
2382026-03-19T02:57:53.287Zgo system 1.19 system
2392026-03-19T02:57:53.287Zllvm system 15 system
2402026-03-19T02:57:53.287Zllvm system 14 system
2412026-03-19T02:57:53.287Zmariadb system 10.6 system
2422026-03-19T02:57:53.287Zmta vendor vendor dma
2432026-03-19T02:57:53.287Zopenjdk system 17 system
2442026-03-19T02:57:53.287Zopenjdk system 11 system
2452026-03-19T02:57:53.287Zopenjdk system 1.8 system
2462026-03-19T02:57:53.288Zopenssl vendor 3 vendor
2472026-03-19T02:57:53.288Zperl system 5.36 system
2482026-03-19T02:57:53.288Zpostgresql system 15 system
2492026-03-19T02:57:53.288Zpostgresql system 13 system
2502026-03-19T02:57:53.288Zpython vendor 3 vendor
2512026-03-19T02:57:53.288Zpython system 2 system
2522026-03-19T02:57:53.288Zpython3 system 3.11 system
2532026-03-19T02:57:53.289Zruby system 3.0 system
2542026-03-19T02:57:53.290Zwords vendor vendor american-english
2552026-03-19T02:57:53.290Zwords system system australian-english
2562026-03-19T02:57:53.290Zwords system system british-english
2572026-03-19T02:57:53.291Zwords system system canadian-english
2582026-03-19T02:57:53.291Zwords system system french
2592026-03-19T02:57:53.291Zwords system system italian
2602026-03-19T02:57:53.292Zwords system system ngerman
2612026-03-19T02:57:53.292Zwords system system ogerman
2622026-03-19T02:57:53.292Zwords system system spanish
2632026-03-19T02:57:53.566ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-19T02:57:53.566Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-19T02:57:59.564ZFMRI IFO
2662026-03-19T02:57:59.564Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-19T02:57:59.564Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-19T02:57:59.564Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-19T02:57:59.564Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-19T02:57:59.564Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-19T02:57:59.564Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-19T02:57:59.565Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-19T02:57:59.565Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-19T02:57:59.565Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-19T02:57:59.565Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-19T02:57:59.565Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-19T02:57:59.565Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-19T02:57:59.565Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-19T02:57:59.565Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-19T02:57:59.565Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-19T02:57:59.565Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-19T02:58:00.834Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-19T02:58:01.101Z Updating crates.io index
2842026-03-19T02:58:01.141Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-19T02:58:01.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-19T02:58:02.259Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-19T02:58:02.638Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-19T02:58:03.069Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-19T02:58:10.632Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-19T02:58:12.118Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-19T02:58:17.657Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-19T02:58:19.227Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-19T02:58:19.981Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-19T02:58:20.437Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-19T02:58:21.142Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-19T02:58:21.855Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-19T02:58:22.651Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-19T02:58:22.977Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-19T02:58:24.059Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-19T02:58:25.580Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-19T02:58:25.975Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-19T02:58:26.348Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-19T02:58:26.620Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-19T02:58:27.012Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-19T02:58:27.240Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-19T02:58:27.467Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-19T02:58:27.911Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-19T02:58:28.267Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-19T02:58:28.922Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-19T02:58:29.145Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-19T02:58:29.459Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-19T02:58:29.738Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-19T02:58:31.854Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-19T02:58:32.211Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-19T02:58:33.201Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-19T02:58:33.205Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-19T02:58:33.467Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-19T02:58:34.016Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-19T02:58:34.271Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-19T02:58:34.469Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-19T02:58:34.871Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-19T02:58:49.289Z Downloading crates ...
3232026-03-19T02:58:49.369Z Downloaded cfg-if v1.0.4
3242026-03-19T02:58:49.372Z Downloaded bitflags v2.11.0
3252026-03-19T02:58:49.375Z Downloaded is_terminal_polyfill v1.70.2
3262026-03-19T02:58:49.377Z Downloaded block-buffer v0.10.4
3272026-03-19T02:58:49.382Z Downloaded cargo-platform v0.2.0
3282026-03-19T02:58:49.387Z Downloaded camino-tempfile v1.4.1
3292026-03-19T02:58:49.391Z Downloaded bytecount v0.6.9
3302026-03-19T02:58:49.391Z Downloaded heck v0.4.1
3312026-03-19T02:58:49.394Z Downloaded stable_deref_trait v1.2.1
3322026-03-19T02:58:49.394Z Downloaded serde_tokenstream v0.2.3
3332026-03-19T02:58:49.394Z Downloaded clap_lex v1.0.0
3342026-03-19T02:58:49.394Z Downloaded byteorder v1.5.0
3352026-03-19T02:58:49.397Z Downloaded fs-err v3.3.0
3362026-03-19T02:58:49.399Z Downloaded synstructure v0.13.2
3372026-03-19T02:58:49.399Z Downloaded pest_derive v2.8.6
3382026-03-19T02:58:49.402Z Downloaded anyhow v1.0.102
3392026-03-19T02:58:49.405Z Downloaded anstyle v1.0.13
3402026-03-19T02:58:49.405Z Downloaded semver v1.0.27
3412026-03-19T02:58:49.408Z Downloaded serde_core v1.0.228
3422026-03-19T02:58:49.408Z Downloaded once_cell v1.21.3
3432026-03-19T02:58:49.411Z Downloaded icu_normalizer v2.1.1
3442026-03-19T02:58:49.414Z Downloaded smallvec v1.15.1
3452026-03-19T02:58:49.416Z Downloaded zerofrom v0.1.6
3462026-03-19T02:58:49.417Z Downloaded usdt-attr-macro v0.5.0
3472026-03-19T02:58:49.417Z Downloaded unicode-linebreak v0.1.5
3482026-03-19T02:58:49.417Z Downloaded idna v1.1.0
3492026-03-19T02:58:49.420Z Downloaded macaddr v1.0.1
3502026-03-19T02:58:49.420Z Downloaded toml_write v0.1.2
3512026-03-19T02:58:49.423Z Downloaded clap_derive v4.5.55
3522026-03-19T02:58:49.423Z Downloaded unicode-xid v0.2.6
3532026-03-19T02:58:49.426Z Downloaded typeid v1.0.3
3542026-03-19T02:58:49.426Z Downloaded serde-untagged v0.1.9
3552026-03-19T02:58:49.426Z Downloaded dtrace-parser v0.2.0
3562026-03-19T02:58:49.832Z Downloaded generic-array v0.14.7
3572026-03-19T02:58:49.832Z Downloaded fastrand v2.3.0
3582026-03-19T02:58:49.833Z Downloaded cargo-util-schemas v0.8.2
3592026-03-19T02:58:49.845Z Downloaded sha2 v0.10.9
3602026-03-19T02:58:49.845Z Downloaded errno v0.3.14
3612026-03-19T02:58:49.845Z Downloaded ucd-trie v0.1.7
3622026-03-19T02:58:49.845Z Downloaded num-traits v0.2.19
3632026-03-19T02:58:49.845Z Downloaded displaydoc v0.2.5
3642026-03-19T02:58:49.845Z Downloaded cargo_toml v0.21.0
3652026-03-19T02:58:49.845Z Downloaded ordered-float v2.10.1
3662026-03-19T02:58:49.845Z Downloaded equivalent v1.0.2
3672026-03-19T02:58:49.846Z Downloaded zerotrie v0.2.3
3682026-03-19T02:58:49.846Z Downloaded writeable v0.6.2
3692026-03-19T02:58:49.846Z Downloaded percent-encoding v2.3.2
3702026-03-19T02:58:49.846Z Downloaded itoa v1.0.17
3712026-03-19T02:58:49.846Z Downloaded url v2.5.8
3722026-03-19T02:58:49.846Z Downloaded strsim v0.11.1
3732026-03-19T02:58:49.846Z Downloaded getrandom v0.4.1
3742026-03-19T02:58:49.846Z Downloaded potential_utf v0.1.4
3752026-03-19T02:58:49.848Z Downloaded colorchoice v1.0.4
3762026-03-19T02:58:49.848Z Downloaded zerovec v0.11.5
3772026-03-19T02:58:49.848Z Downloaded zerocopy-derive v0.7.35
3782026-03-19T02:58:49.848Z Downloaded terminal_size v0.4.3
3792026-03-19T02:58:49.849Z Downloaded smawk v0.3.2
3802026-03-19T02:58:49.849Z Downloaded tabled_derive v0.7.0
3812026-03-19T02:58:49.849Z Downloaded scroll_derive v0.12.1
3822026-03-19T02:58:49.849Z Downloaded crypto-common v0.1.7
3832026-03-19T02:58:49.849Z Downloaded heck v0.5.0
3842026-03-19T02:58:49.849Z Downloaded textwrap v0.16.2
3852026-03-19T02:58:49.849Z Downloaded form_urlencoded v1.2.2
3862026-03-19T02:58:49.849Z Downloaded anstyle-query v1.1.5
3872026-03-19T02:58:49.849Z Downloaded usdt-macro v0.5.0
3882026-03-19T02:58:49.849Z Downloaded usdt-impl v0.5.0
3892026-03-19T02:58:49.849Z Downloaded pretty-hex v0.4.1
3902026-03-19T02:58:49.849Z Downloaded yoke-derive v0.8.1
3912026-03-19T02:58:49.849Z Downloaded version_check v0.9.5
3922026-03-19T02:58:49.850Z Downloaded thiserror v2.0.18
3932026-03-19T02:58:49.850Z Downloaded proc-macro-error v1.0.4
3942026-03-19T02:58:49.850Z Downloaded typenum v1.19.0
3952026-03-19T02:58:49.850Z Downloaded toml_datetime v0.6.11
3962026-03-19T02:58:49.850Z Downloaded serde-value v0.7.0
3972026-03-19T02:58:49.850Z Downloaded memmap v0.7.0
3982026-03-19T02:58:49.850Z Downloaded thiserror-impl v1.0.69
3992026-03-19T02:58:49.850Z Downloaded thiserror v1.0.69
4002026-03-19T02:58:49.850Z Downloaded unicode-width v0.2.0
4012026-03-19T02:58:49.851Z Downloaded utf8parse v0.2.2
4022026-03-19T02:58:49.851Z Downloaded quote v1.0.44
4032026-03-19T02:58:49.851Z Downloaded cargo_metadata v0.21.0
4042026-03-19T02:58:49.851Z Downloaded autocfg v1.5.0
4052026-03-19T02:58:49.852Z Downloaded fnv v1.0.7
4062026-03-19T02:58:49.852Z Downloaded anstream v0.6.21
4072026-03-19T02:58:49.852Z Downloaded winnow v0.7.14
4082026-03-19T02:58:49.852Z Downloaded digest v0.10.7
4092026-03-19T02:58:49.852Z Downloaded idna_adapter v1.2.1
4102026-03-19T02:58:49.852Z Downloaded cpufeatures v0.2.17
4112026-03-19T02:58:49.852Z Downloaded pest_meta v2.8.6
4122026-03-19T02:58:49.852Z Downloaded tempfile v3.25.0
4132026-03-19T02:58:49.852Z Downloaded swrite v0.1.0
4142026-03-19T02:58:49.852Z Downloaded icu_properties v2.1.2
4152026-03-19T02:58:49.852Z Downloaded serde_spanned v0.6.9
4162026-03-19T02:58:49.852Z Downloaded dof v0.3.0
4172026-03-19T02:58:49.853Z Downloaded icu_locale_core v2.1.1
4182026-03-19T02:58:49.853Z Downloaded zerofrom-derive v0.1.6
4192026-03-19T02:58:49.853Z Downloaded zerocopy v0.7.35
4202026-03-19T02:58:49.853Z Downloaded utf8_iter v1.0.4
4212026-03-19T02:58:49.853Z Downloaded thiserror-impl v2.0.18
4222026-03-19T02:58:49.853Z Downloaded clap v4.5.60
4232026-03-19T02:58:49.853Z Downloaded zmij v1.0.21
4242026-03-19T02:58:49.853Z Downloaded zerovec-derive v0.11.2
4252026-03-19T02:58:49.853Z Downloaded tinystr v0.8.2
4262026-03-19T02:58:49.853Z Downloaded icu_provider v2.1.1
4272026-03-19T02:58:49.854Z Downloaded litemap v0.8.1
4282026-03-19T02:58:49.854Z Downloaded indexmap v2.13.0
4292026-03-19T02:58:49.854Z Downloaded yoke v0.8.1
4302026-03-19T02:58:49.854Z Downloaded toml_edit v0.22.27
4312026-03-19T02:58:49.854Z Downloaded unicode-ident v1.0.24
4322026-03-19T02:58:49.854Z Downloaded toml v0.8.23
4332026-03-19T02:58:49.854Z Downloaded proc-macro2 v1.0.106
4342026-03-19T02:58:49.854Z Downloaded pest_generator v2.8.6
4352026-03-19T02:58:49.854Z Downloaded camino v1.2.2
4362026-03-19T02:58:49.854Z Downloaded usdt v0.5.0
4372026-03-19T02:58:49.854Z Downloaded scroll v0.12.0
4382026-03-19T02:58:49.854Z Downloaded plain v0.2.3
4392026-03-19T02:58:49.854Z Downloaded log v0.4.29
4402026-03-19T02:58:49.855Z Downloaded serde_derive v1.0.228
4412026-03-19T02:58:49.855Z Downloaded papergrid v0.11.0
4422026-03-19T02:58:49.855Z Downloaded unicode-width v0.1.14
4432026-03-19T02:58:49.855Z Downloaded erased-serde v0.4.9
4442026-03-19T02:58:49.855Z Downloaded thread-id v4.2.2
4452026-03-19T02:58:49.855Z Downloaded proc-macro-error-attr v1.0.4
4462026-03-19T02:58:49.855Z Downloaded anstyle-parse v0.2.7
4472026-03-19T02:58:49.855Z Downloaded icu_collections v2.1.1
4482026-03-19T02:58:49.855Z Downloaded icu_properties_data v2.1.2
4492026-03-19T02:58:49.855Z Downloaded serde v1.0.228
4502026-03-19T02:58:49.855Z Downloaded memchr v2.8.0
4512026-03-19T02:58:49.856Z Downloaded icu_normalizer_data v2.1.1
4522026-03-19T02:58:49.856Z Downloaded pest v2.8.6
4532026-03-19T02:58:49.856Z Downloaded hashbrown v0.16.1
4542026-03-19T02:58:49.856Z Downloaded serde_json v1.0.149
4552026-03-19T02:58:49.856Z Downloaded clap_builder v4.5.60
4562026-03-19T02:58:49.856Z Downloaded goblin v0.8.2
4572026-03-19T02:58:49.856Z Downloaded tabled v0.15.0
4582026-03-19T02:58:49.856Z Downloaded syn v2.0.117
4592026-03-19T02:58:49.870Z Downloaded syn v1.0.109
4602026-03-19T02:58:49.870Z Downloaded rustix v1.1.3
4612026-03-19T02:58:49.871Z Downloaded libc v0.2.180
4622026-03-19T02:58:49.871Z Compiling proc-macro2 v1.0.106
4632026-03-19T02:58:49.871Z Compiling unicode-ident v1.0.24
4642026-03-19T02:58:49.871Z Compiling quote v1.0.44
4652026-03-19T02:58:49.871Z Compiling serde_core v1.0.228
4662026-03-19T02:58:49.871Z Compiling libc v0.2.180
4672026-03-19T02:58:49.871Z Compiling version_check v0.9.5
4682026-03-19T02:58:49.871Z Compiling memchr v2.8.0
4692026-03-19T02:58:49.871Z Compiling serde v1.0.228
4702026-03-19T02:58:50.309Z Compiling stable_deref_trait v1.2.1
4712026-03-19T02:58:50.406Z Compiling zmij v1.0.21
4722026-03-19T02:58:50.579Z Compiling thiserror v1.0.69
4732026-03-19T02:58:50.694Z Compiling ucd-trie v0.1.7
4742026-03-19T02:58:51.026Z Compiling itoa v1.0.17
4752026-03-19T02:58:51.073Z Compiling autocfg v1.5.0
4762026-03-19T02:58:51.111Z Compiling pest v2.8.6
4772026-03-19T02:58:51.178Z Compiling writeable v0.6.2
4782026-03-19T02:58:51.178Z Compiling litemap v0.8.1
4792026-03-19T02:58:51.242Z Compiling icu_properties_data v2.1.2
4802026-03-19T02:58:51.457Z Compiling icu_normalizer_data v2.1.1
4812026-03-19T02:58:51.489Z Compiling rustix v1.1.3
4822026-03-19T02:58:51.531Z Compiling byteorder v1.5.0
4832026-03-19T02:58:51.679Z Compiling syn v2.0.117
4842026-03-19T02:58:51.846Z Compiling errno v0.3.14
4852026-03-19T02:58:51.987Z Compiling serde_json v1.0.149
4862026-03-19T02:58:52.069Z Compiling bitflags v2.11.0
4872026-03-19T02:58:52.214Z Compiling num-traits v0.2.19
4882026-03-19T02:58:52.343Z Compiling typeid v1.0.3
4892026-03-19T02:58:52.445Z Compiling hashbrown v0.16.1
4902026-03-19T02:58:52.612Z Compiling pest_meta v2.8.6
4912026-03-19T02:58:53.051Z Compiling equivalent v1.0.2
4922026-03-19T02:58:53.051Z Compiling smallvec v1.15.1
4932026-03-19T02:58:53.140Z Compiling thread-id v4.2.2
4942026-03-19T02:58:53.183Z Compiling indexmap v2.13.0
4952026-03-19T02:58:53.214Z Compiling usdt-impl v0.5.0
4962026-03-19T02:58:53.312Z Compiling proc-macro-error-attr v1.0.4
4972026-03-19T02:58:53.454Z Compiling erased-serde v0.4.9
4982026-03-19T02:58:53.518Z Compiling winnow v0.7.14
4992026-03-19T02:58:53.549Z Compiling toml_write v0.1.2
5002026-03-19T02:58:53.809Z Compiling syn v1.0.109
5012026-03-19T02:58:54.234Z Compiling proc-macro-error v1.0.4
5022026-03-19T02:58:54.259Z Compiling plain v0.2.3
5032026-03-19T02:58:54.406Z Compiling log v0.4.29
5042026-03-19T02:58:54.465Z Compiling camino v1.2.2
5052026-03-19T02:58:54.742Z Compiling thiserror v2.0.18
5062026-03-19T02:58:54.861Z Compiling percent-encoding v2.3.2
5072026-03-19T02:58:54.957Z Compiling utf8parse v0.2.2
5082026-03-19T02:58:54.999Z Compiling getrandom v0.4.1
5092026-03-19T02:58:55.065Z Compiling utf8_iter v1.0.4
5102026-03-19T02:58:55.117Z Compiling anstyle-parse v0.2.7
5112026-03-19T02:58:55.140Z Compiling form_urlencoded v1.2.2
5122026-03-19T02:58:55.257Z Compiling ordered-float v2.10.1
5132026-03-19T02:58:55.427Z Compiling synstructure v0.13.2
5142026-03-19T02:58:55.430Z Compiling pest_generator v2.8.6
5152026-03-19T02:58:55.570Z Compiling terminal_size v0.4.3
5162026-03-19T02:58:55.747Z Compiling is_terminal_polyfill v1.70.2
5172026-03-19T02:58:55.869Z Compiling anstyle v1.0.13
5182026-03-19T02:58:55.904Z Compiling colorchoice v1.0.4
5192026-03-19T02:58:56.034Z Compiling pretty-hex v0.4.1
5202026-03-19T02:58:56.059Z Compiling anstyle-query v1.1.5
5212026-03-19T02:58:56.166Z Compiling cfg-if v1.0.4
5222026-03-19T02:58:56.190Z Compiling anstream v0.6.21
5232026-03-19T02:58:56.214Z Compiling serde-untagged v0.1.9
5242026-03-19T02:58:56.389Z Compiling semver v1.0.27
5252026-03-19T02:58:56.451Z Compiling fs-err v3.3.0
5262026-03-19T02:58:56.525Z Compiling clap_lex v1.0.0
5272026-03-19T02:58:56.591Z Compiling bytecount v0.6.9
5282026-03-19T02:58:56.704Z Compiling heck v0.4.1
5292026-03-19T02:58:56.783Z Compiling fnv v1.0.7
5302026-03-19T02:58:56.829Z Compiling strsim v0.11.1
5312026-03-19T02:58:56.833Z Compiling anyhow v1.0.102
5322026-03-19T02:58:56.833Z Compiling unicode-width v0.1.14
5332026-03-19T02:58:56.907Z Compiling fastrand v2.3.0
5342026-03-19T02:58:57.238Z Compiling unicode-xid v0.2.6
5352026-03-19T02:58:57.261Z Compiling once_cell v1.21.3
5362026-03-19T02:58:57.264Z Compiling heck v0.5.0
5372026-03-19T02:58:57.391Z Compiling papergrid v0.11.0
5382026-03-19T02:58:57.394Z Compiling clap_builder v4.5.60
5392026-03-19T02:58:57.534Z Compiling tempfile v3.25.0
5402026-03-19T02:58:57.609Z Compiling memmap v0.7.0
5412026-03-19T02:58:57.709Z Compiling unicode-width v0.2.0
5422026-03-19T02:58:57.942Z Compiling smawk v0.3.2
5432026-03-19T02:58:58.021Z Compiling serde_derive v1.0.228
5442026-03-19T02:58:58.051Z Compiling zerofrom-derive v0.1.6
5452026-03-19T02:58:58.075Z Compiling yoke-derive v0.8.1
5462026-03-19T02:58:58.098Z Compiling zerovec-derive v0.11.2
5472026-03-19T02:58:58.379Z Compiling displaydoc v0.2.5
5482026-03-19T02:58:59.393Z Compiling thiserror-impl v1.0.69
5492026-03-19T02:58:59.441Z Compiling zerocopy-derive v0.7.35
5502026-03-19T02:58:59.633Z Compiling pest_derive v2.8.6
5512026-03-19T02:58:59.685Z Compiling scroll_derive v0.12.1
5522026-03-19T02:59:00.014Z Compiling zerofrom v0.1.6
5532026-03-19T02:59:00.144Z Compiling yoke v0.8.1
5542026-03-19T02:59:00.201Z Compiling thiserror-impl v2.0.18
5552026-03-19T02:59:00.433Z Compiling zerovec v0.11.5
5562026-03-19T02:59:00.538Z Compiling zerotrie v0.2.3
5572026-03-19T02:59:00.572Z Compiling zerocopy v0.7.35
5582026-03-19T02:59:00.939Z Compiling scroll v0.12.0
5592026-03-19T02:59:01.022Z Compiling tinystr v0.8.2
5602026-03-19T02:59:01.227Z Compiling potential_utf v0.1.4
5612026-03-19T02:59:01.289Z Compiling icu_locale_core v2.1.1
5622026-03-19T02:59:01.314Z Compiling dtrace-parser v0.2.0
5632026-03-19T02:59:01.349Z Compiling goblin v0.8.2
5642026-03-19T02:59:01.433Z Compiling icu_collections v2.1.1
5652026-03-19T02:59:01.745Z Compiling tabled_derive v0.7.0
5662026-03-19T02:59:02.108Z Compiling clap_derive v4.5.55
5672026-03-19T02:59:02.109Z Compiling unicode-linebreak v0.1.5
5682026-03-19T02:59:02.369Z Compiling icu_provider v2.1.1
5692026-03-19T02:59:02.426Z Compiling textwrap v0.16.2
5702026-03-19T02:59:02.551Z Compiling camino-tempfile v1.4.1
5712026-03-19T02:59:02.772Z Compiling icu_properties v2.1.2
5722026-03-19T02:59:02.796Z Compiling icu_normalizer v2.1.1
5732026-03-19T02:59:02.821Z Compiling serde_spanned v0.6.9
5742026-03-19T02:59:02.895Z Compiling toml_datetime v0.6.11
5752026-03-19T02:59:02.985Z Compiling dof v0.3.0
5762026-03-19T02:59:03.032Z Compiling serde_tokenstream v0.2.3
5772026-03-19T02:59:03.113Z Compiling serde-value v0.7.0
5782026-03-19T02:59:03.256Z Compiling toml_edit v0.22.27
5792026-03-19T02:59:03.510Z Compiling cargo-platform v0.2.0
5802026-03-19T02:59:03.592Z Compiling tabled v0.15.0
5812026-03-19T02:59:03.615Z Compiling macaddr v1.0.1
5822026-03-19T02:59:04.265Z Compiling idna_adapter v1.2.1
5832026-03-19T02:59:04.297Z Compiling usdt-macro v0.5.0
5842026-03-19T02:59:04.415Z Compiling usdt-attr-macro v0.5.0
5852026-03-19T02:59:04.429Z Compiling idna v1.1.0
5862026-03-19T02:59:04.449Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-03-19T02:59:04.761Z Compiling clap v4.5.60
5882026-03-19T02:59:04.871Z Compiling url v2.5.8
5892026-03-19T02:59:05.303Z Compiling toml v0.8.23
5902026-03-19T02:59:05.303Z Compiling swrite v0.1.0
5912026-03-19T02:59:05.530Z Compiling usdt v0.5.0
5922026-03-19T02:59:05.854Z Compiling cargo-util-schemas v0.8.2
5932026-03-19T02:59:05.885Z Compiling cargo_toml v0.21.0
5942026-03-19T02:59:07.044Z Compiling cargo_metadata v0.21.0
5952026-03-19T02:59:08.367Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-19T02:59:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
5972026-03-19T02:59:11.496Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-19T02:59:12.237Z Downloading crates ...
5992026-03-19T02:59:12.361Z Downloaded adler2 v2.0.1
6002026-03-19T02:59:12.372Z Downloaded cfg_aliases v0.1.1
6012026-03-19T02:59:12.375Z Downloaded assert_matches v1.5.0
6022026-03-19T02:59:12.382Z Downloaded darling_macro v0.20.11
6032026-03-19T02:59:12.387Z Downloaded fixedbitset v0.4.2
6042026-03-19T02:59:12.387Z Downloaded bcs v0.1.6
6052026-03-19T02:59:12.387Z Downloaded const_format v0.2.35
6062026-03-19T02:59:12.416Z Downloaded async-trait v0.1.89
6072026-03-19T02:59:12.422Z Downloaded clang-sys v1.8.1
6082026-03-19T02:59:12.422Z Downloaded foreign-types-shared v0.3.1
6092026-03-19T02:59:12.422Z Downloaded float-cmp v0.10.0
6102026-03-19T02:59:12.423Z Downloaded bitvec v1.0.1
6112026-03-19T02:59:12.432Z Downloaded diesel v2.3.7
6122026-03-19T02:59:12.440Z Downloaded dropshot-api-manager v0.6.0
6132026-03-19T02:59:12.444Z Downloaded array-init v0.0.4
6142026-03-19T02:59:12.449Z Downloaded derive-where v1.6.0
6152026-03-19T02:59:12.449Z Downloaded darling v0.20.11
6162026-03-19T02:59:12.453Z Downloaded env_filter v1.0.0
6172026-03-19T02:59:12.457Z Downloaded dyn-clone v1.0.20
6182026-03-19T02:59:12.457Z Downloaded dsl_auto_type v0.2.0
6192026-03-19T02:59:12.457Z Downloaded bitfield-struct v0.6.2
6202026-03-19T02:59:12.467Z Downloaded atty v0.2.14
6212026-03-19T02:59:12.467Z Downloaded endian-type v0.1.2
6222026-03-19T02:59:12.467Z Downloaded debug-ignore v1.0.5
6232026-03-19T02:59:12.469Z Downloaded cargo-platform v0.1.9
6242026-03-19T02:59:12.469Z Downloaded atomicwrites v0.4.4
6252026-03-19T02:59:12.470Z Downloaded cassowary v0.3.0
6262026-03-19T02:59:12.470Z Downloaded downcast-rs v2.0.2
6272026-03-19T02:59:12.470Z Downloaded document-features v0.2.12
6282026-03-19T02:59:12.470Z Downloaded dirs-sys-next v0.1.2
6292026-03-19T02:59:12.470Z Downloaded cpufeatures v0.3.0
6302026-03-19T02:59:12.472Z Downloaded ciborium-ll v0.2.2
6312026-03-19T02:59:12.473Z Downloaded curve25519-dalek-derive v0.1.1
6322026-03-19T02:59:12.473Z Downloaded async-stream-impl v0.3.6
6332026-03-19T02:59:12.476Z Downloaded arrayvec v0.7.6
6342026-03-19T02:59:12.476Z Downloaded daft-derive v0.1.5
6352026-03-19T02:59:12.479Z Downloaded crc8 v0.1.1
6362026-03-19T02:59:12.483Z Downloaded cobs v0.3.0
6372026-03-19T02:59:12.483Z Downloaded crc-catalog v2.4.0
6382026-03-19T02:59:12.488Z Downloaded des v0.8.1
6392026-03-19T02:59:12.488Z Downloaded futures-executor v0.3.32
6402026-03-19T02:59:12.496Z Downloaded cargo_metadata v0.19.2
6412026-03-19T02:59:12.496Z Downloaded der_derive v0.7.3
6422026-03-19T02:59:12.496Z Downloaded bitfield v0.19.4
6432026-03-19T02:59:12.496Z Downloaded find-msvc-tools v0.1.9
6442026-03-19T02:59:12.507Z Downloaded derive_more-impl v2.1.1
6452026-03-19T02:59:12.507Z Downloaded derive_more v2.1.1
6462026-03-19T02:59:12.511Z Downloaded bit-set v0.8.0
6472026-03-19T02:59:12.511Z Downloaded base16ct v1.0.0
6482026-03-19T02:59:12.515Z Downloaded cfg_aliases v0.2.1
6492026-03-19T02:59:12.515Z Downloaded convert_case v0.4.0
6502026-03-19T02:59:12.516Z Downloaded bitfield-macros v0.19.4
6512026-03-19T02:59:12.516Z Downloaded bcrypt-pbkdf v0.10.0
6522026-03-19T02:59:12.523Z Downloaded curve25519-dalek v4.1.3
6532026-03-19T02:59:12.527Z Downloaded futures-io v0.3.32
6542026-03-19T02:59:12.527Z Downloaded flagset v0.4.7
6552026-03-19T02:59:12.527Z Downloaded dunce v1.0.5
6562026-03-19T02:59:12.527Z Downloaded bit-set v0.5.3
6572026-03-19T02:59:12.532Z Downloaded float-ord v0.3.2
6582026-03-19T02:59:12.532Z Downloaded dirs-next v2.0.0
6592026-03-19T02:59:12.532Z Downloaded diesel_table_macro_syntax v0.3.0
6602026-03-19T02:59:12.532Z Downloaded cipher v0.4.4
6612026-03-19T02:59:12.537Z Downloaded futures-task v0.3.32
6622026-03-19T02:59:12.537Z Downloaded cstr-argument v0.1.2
6632026-03-19T02:59:12.537Z Downloaded cbc v0.1.2
6642026-03-19T02:59:12.542Z Downloaded dtrace-parser v0.3.0
6652026-03-19T02:59:12.542Z Downloaded ciborium-io v0.2.2
6662026-03-19T02:59:12.542Z Downloaded defmt-parser v1.0.0
6672026-03-19T02:59:12.542Z Downloaded darling_macro v0.21.3
6682026-03-19T02:59:12.542Z Downloaded base16ct v0.2.0
6692026-03-19T02:59:12.546Z Downloaded display-error-chain v0.2.2
6702026-03-19T02:59:12.546Z Downloaded defmt-macros v1.0.1
6712026-03-19T02:59:12.551Z Downloaded darling_core v0.23.0
6722026-03-19T02:59:12.555Z Downloaded foreign-types-macros v0.2.3
6732026-03-19T02:59:12.555Z Downloaded foreign-types v0.3.2
6742026-03-19T02:59:12.555Z Downloaded funty v2.0.0
6752026-03-19T02:59:12.555Z Downloaded enum-as-inner v0.6.1
6762026-03-19T02:59:12.560Z Downloaded foreign-types v0.5.0
6772026-03-19T02:59:12.560Z Downloaded embedded-io v0.6.1
6782026-03-19T02:59:12.560Z Downloaded defmt v0.3.100
6792026-03-19T02:59:12.560Z Downloaded darling_macro v0.23.0
6802026-03-19T02:59:12.565Z Downloaded fxhash v0.2.1
6812026-03-19T02:59:12.566Z Downloaded embedded-io v0.4.0
6822026-03-19T02:59:12.566Z Downloaded glob v0.3.3
6832026-03-19T02:59:12.571Z Downloaded dropshot-api-manager-types v0.6.0
6842026-03-19T02:59:12.571Z Downloaded foreign-types-shared v0.1.1
6852026-03-19T02:59:12.571Z Downloaded csv-core v0.1.13
6862026-03-19T02:59:12.571Z Downloaded ena v0.14.4
6872026-03-19T02:59:12.571Z Downloaded critical-section v1.2.0
6882026-03-19T02:59:12.579Z Downloaded deranged v0.5.8
6892026-03-19T02:59:12.593Z Downloaded hex-literal v0.4.1
6902026-03-19T02:59:12.597Z Downloaded crunchy v0.2.4
6912026-03-19T02:59:12.597Z Downloaded crossbeam-deque v0.8.6
6922026-03-19T02:59:12.597Z Downloaded git-stub v1.0.0
6932026-03-19T02:59:12.597Z Downloaded gethostname v0.5.0
6942026-03-19T02:59:12.597Z Downloaded futures-sink v0.3.32
6952026-03-19T02:59:12.597Z Downloaded futures-core v0.3.32
6962026-03-19T02:59:12.602Z Downloaded env_logger v0.11.9
6972026-03-19T02:59:12.602Z Downloaded dof v0.4.0
6982026-03-19T02:59:12.602Z Downloaded fixedbitset v0.5.7
6992026-03-19T02:59:12.616Z Downloaded console v0.16.2
7002026-03-19T02:59:12.616Z Downloaded cmake v0.1.57
7012026-03-19T02:59:12.622Z Downloaded difflib v0.4.0
7022026-03-19T02:59:12.623Z Downloaded cancel-safe-futures v0.1.5
7032026-03-19T02:59:12.623Z Downloaded argon2 v0.5.3
7042026-03-19T02:59:12.623Z Downloaded futures-macro v0.3.32
7052026-03-19T02:59:12.623Z Downloaded headers-core v0.3.0
7062026-03-19T02:59:12.623Z Downloaded bitflags v1.3.2
7072026-03-19T02:59:12.623Z Downloaded globset v0.4.18
7082026-03-19T02:59:12.623Z Downloaded hex v0.4.3
7092026-03-19T02:59:12.623Z Downloaded http-body v1.0.1
7102026-03-19T02:59:12.627Z Downloaded hostname v0.4.2
7112026-03-19T02:59:12.627Z Downloaded hostname v0.3.1
7122026-03-19T02:59:12.627Z Downloaded ff v0.13.1
7132026-03-19T02:59:12.627Z Downloaded crossbeam-utils v0.8.21
7142026-03-19T02:59:12.642Z Downloaded colored v2.2.0
7152026-03-19T02:59:12.642Z Downloaded async-bb8-diesel v0.2.1
7162026-03-19T02:59:12.642Z Downloaded derive-ex v0.1.8
7172026-03-19T02:59:12.642Z Downloaded cookie_store v0.22.1
7182026-03-19T02:59:12.642Z Downloaded hubpack v0.1.2
7192026-03-19T02:59:12.642Z Downloaded http-range v0.1.5
7202026-03-19T02:59:12.642Z Downloaded cargo_toml v0.22.3
7212026-03-19T02:59:12.648Z Downloaded is_ci v1.2.0
7222026-03-19T02:59:12.649Z Downloaded derive_builder v0.20.2
7232026-03-19T02:59:12.649Z Downloaded ident_case v1.0.1
7242026-03-19T02:59:12.654Z Downloaded erased-serde v0.3.31
7252026-03-19T02:59:12.654Z Downloaded fs-err v2.11.0
7262026-03-19T02:59:12.654Z Downloaded fallible-iterator v0.2.0
7272026-03-19T02:59:12.661Z Downloaded either v1.15.0
7282026-03-19T02:59:12.661Z Downloaded foldhash v0.1.5
7292026-03-19T02:59:12.661Z Downloaded filetime v0.2.27
7302026-03-19T02:59:12.661Z Downloaded hyper-tls v0.6.0
7312026-03-19T02:59:12.672Z Downloaded hash32 v0.2.1
7322026-03-19T02:59:12.672Z Downloaded chacha20 v0.10.0
7332026-03-19T02:59:12.672Z Downloaded ed25519 v2.2.3
7342026-03-19T02:59:12.672Z Downloaded internet-checksum v0.2.1
7352026-03-19T02:59:12.683Z Downloaded globwalk v0.9.1
7362026-03-19T02:59:12.683Z Downloaded indent_write v2.2.0
7372026-03-19T02:59:12.683Z Downloaded console v0.15.11
7382026-03-19T02:59:12.683Z Downloaded group v0.13.0
7392026-03-19T02:59:12.683Z Downloaded git-stub-vcs v0.1.0
7402026-03-19T02:59:12.683Z Downloaded instant v0.1.13
7412026-03-19T02:59:12.683Z Downloaded lazy_static v1.5.0
7422026-03-19T02:59:12.688Z Downloaded is-terminal v0.4.17
7432026-03-19T02:59:12.688Z Downloaded instability v0.3.11
7442026-03-19T02:59:12.688Z Downloaded httpdate v1.0.3
7452026-03-19T02:59:12.688Z Downloaded http-body-util v0.1.3
7462026-03-19T02:59:12.688Z Downloaded home v0.5.12
7472026-03-19T02:59:12.688Z Downloaded kstat-rs v0.2.4
7482026-03-19T02:59:12.688Z Downloaded keccak v0.1.6
7492026-03-19T02:59:12.688Z Downloaded crc32fast v1.5.0
7502026-03-19T02:59:12.693Z Downloaded fs_extra v1.3.0
7512026-03-19T02:59:12.693Z Downloaded hyper-staticfile v0.10.1
7522026-03-19T02:59:12.697Z Downloaded ciborium v0.2.2
7532026-03-19T02:59:12.698Z Downloaded linked-hash-map v0.5.6
7542026-03-19T02:59:12.703Z Downloaded lalrpop-util v0.19.12
7552026-03-19T02:59:12.703Z Downloaded hickory-client v0.25.2
7562026-03-19T02:59:12.703Z Downloaded bytes v1.11.1
7572026-03-19T02:59:12.709Z Downloaded memoffset v0.9.1
7582026-03-19T02:59:12.709Z Downloaded half v1.8.3
7592026-03-19T02:59:12.714Z Downloaded elliptic-curve v0.13.8
7602026-03-19T02:59:12.714Z Downloaded lru-slab v0.1.2
7612026-03-19T02:59:12.714Z Downloaded arc-swap v1.8.2
7622026-03-19T02:59:12.718Z Downloaded darling_core v0.21.3
7632026-03-19T02:59:12.726Z Downloaded indoc v1.0.9
7642026-03-19T02:59:12.742Z Downloaded ingot v0.1.1
7652026-03-19T02:59:12.742Z Downloaded allocator-api2 v0.2.21
7662026-03-19T02:59:12.742Z Downloaded managed v0.8.0
7672026-03-19T02:59:12.742Z Downloaded lru-cache v0.1.2
7682026-03-19T02:59:12.742Z Downloaded lru v0.12.5
7692026-03-19T02:59:12.742Z Downloaded md-5 v0.10.6
7702026-03-19T02:59:12.742Z Downloaded libscf-sys v1.1.0
7712026-03-19T02:59:12.743Z Downloaded maplit v1.0.2
7722026-03-19T02:59:12.751Z Downloaded inout v0.1.4
7732026-03-19T02:59:12.751Z Downloaded ipnetwork v0.21.1
7742026-03-19T02:59:12.751Z Downloaded crc-any v2.5.0
7752026-03-19T02:59:12.752Z Downloaded highway v1.3.0
7762026-03-19T02:59:12.752Z Downloaded num-conv v0.2.0
7772026-03-19T02:59:12.752Z Downloaded nibble_vec v0.1.0
7782026-03-19T02:59:12.752Z Downloaded half v2.7.1
7792026-03-19T02:59:12.758Z Downloaded chacha20poly1305 v0.10.1
7802026-03-19T02:59:12.758Z Downloaded indoc v2.0.7
7812026-03-19T02:59:12.758Z Downloaded nodrop v0.1.14
7822026-03-19T02:59:12.758Z Downloaded mime v0.3.17
7832026-03-19T02:59:12.758Z Downloaded new_debug_unreachable v1.0.6
7842026-03-19T02:59:12.758Z Downloaded match_cfg v0.1.0
7852026-03-19T02:59:12.770Z Downloaded md5 v0.7.0
7862026-03-19T02:59:12.770Z Downloaded maybe-uninit v2.0.0
7872026-03-19T02:59:12.771Z Downloaded linear-map v1.2.0
7882026-03-19T02:59:12.771Z Downloaded libefi-sys v0.1.0
7892026-03-19T02:59:12.771Z Downloaded hyper-rustls v0.27.7
7902026-03-19T02:59:12.783Z Downloaded futures-channel v0.3.32
7912026-03-19T02:59:12.783Z Downloaded libsw v3.5.0
7922026-03-19T02:59:12.783Z Downloaded dropshot_endpoint v0.16.7
7932026-03-19T02:59:12.783Z Downloaded iana-time-zone v0.1.65
7942026-03-19T02:59:12.783Z Downloaded mime_guess v2.0.5
7952026-03-19T02:59:12.787Z Downloaded futures v0.3.32
7962026-03-19T02:59:12.788Z Downloaded openssl-macros v0.1.1
7972026-03-19T02:59:12.788Z Downloaded crossbeam-epoch v0.9.18
7982026-03-19T02:59:12.788Z Downloaded ar_archive_writer v0.5.1
7992026-03-19T02:59:12.788Z Downloaded ingot-types v0.1.2
8002026-03-19T02:59:12.793Z Downloaded lzss v0.8.2
8012026-03-19T02:59:12.793Z Downloaded lock_api v0.4.14
8022026-03-19T02:59:12.801Z Downloaded ignore v0.4.25
8032026-03-19T02:59:12.801Z Downloaded base64 v0.22.1
8042026-03-19T02:59:12.802Z Downloaded libloading v0.8.9
8052026-03-19T02:59:12.807Z Downloaded base64 v0.21.7
8062026-03-19T02:59:12.807Z Downloaded packed_struct v0.10.1
8072026-03-19T02:59:12.807Z Downloaded opaque-debug v0.3.1
8082026-03-19T02:59:12.813Z Downloaded newline-converter v0.3.0
8092026-03-19T02:59:12.813Z Downloaded libsw-core v0.3.2
8102026-03-19T02:59:12.813Z Downloaded jobserver v0.1.34
8112026-03-19T02:59:12.820Z Downloaded ingot-macros v0.1.1
8122026-03-19T02:59:12.820Z Downloaded humantime v2.3.0
8132026-03-19T02:59:12.820Z Downloaded hickory-resolver v0.25.2
8142026-03-19T02:59:12.824Z Downloaded normalize-line-endings v0.3.0
8152026-03-19T02:59:12.824Z Downloaded cc v1.2.56
8162026-03-19T02:59:12.824Z Downloaded pbkdf2 v0.12.2
8172026-03-19T02:59:12.825Z Downloaded nonempty v0.12.0
8182026-03-19T02:59:12.833Z Downloaded phf v0.12.1
8192026-03-19T02:59:12.833Z Downloaded num-iter v0.1.45
8202026-03-19T02:59:12.834Z Downloaded ipnet v2.11.0
8212026-03-19T02:59:12.843Z Downloaded getrandom v0.2.17
8222026-03-19T02:59:12.843Z Downloaded oso-derive v0.27.3
8232026-03-19T02:59:12.843Z Downloaded heapless v0.7.17
8242026-03-19T02:59:12.843Z Downloaded darling_core v0.20.11
8252026-03-19T02:59:12.851Z Downloaded litrs v1.0.0
8262026-03-19T02:59:12.852Z Downloaded precomputed-hash v0.1.1
8272026-03-19T02:59:12.852Z Downloaded newtype-uuid-macros v0.1.0
8282026-03-19T02:59:12.859Z Downloaded hashbrown v0.12.3
8292026-03-19T02:59:12.859Z Downloaded phf_shared v0.11.3
8302026-03-19T02:59:12.859Z Downloaded num_enum_derive v0.5.11
8312026-03-19T02:59:12.859Z Downloaded num_threads v0.1.7
8322026-03-19T02:59:12.864Z Downloaded num_enum v0.7.5
8332026-03-19T02:59:12.864Z Downloaded num-rational v0.4.2
8342026-03-19T02:59:12.864Z Downloaded num-derive v0.3.3
8352026-03-19T02:59:12.870Z Downloaded hmac v0.12.1
8362026-03-19T02:59:12.870Z Downloaded progenitor-macro v0.13.0
8372026-03-19T02:59:12.870Z Downloaded num v0.4.3
8382026-03-19T02:59:12.879Z Downloaded parse-size v1.1.0
8392026-03-19T02:59:12.880Z Downloaded num-derive v0.4.2
8402026-03-19T02:59:12.880Z Downloaded num-complex v0.4.6
8412026-03-19T02:59:12.880Z Downloaded progenitor-client v0.11.2
8422026-03-19T02:59:12.880Z Downloaded getrandom v0.3.4
8432026-03-19T02:59:12.885Z Downloaded pin-utils v0.1.0
8442026-03-19T02:59:12.885Z Downloaded aes v0.8.4
8452026-03-19T02:59:12.885Z Downloaded proc-macro-crate v1.3.1
8462026-03-19T02:59:12.885Z Downloaded native-tls v0.2.18
8472026-03-19T02:59:12.885Z Downloaded aes-gcm v0.10.3
8482026-03-19T02:59:12.894Z Downloaded predicates-core v1.0.10
8492026-03-19T02:59:12.894Z Downloaded minimal-lexical v0.2.1
8502026-03-19T02:59:12.955Z Downloaded num-integer v0.1.46
8512026-03-19T02:59:12.955Z Downloaded memmap2 v0.9.10
8522026-03-19T02:59:12.955Z Downloaded phf_shared v0.12.1
8532026-03-19T02:59:12.955Z Downloaded multimap v0.10.1
8542026-03-19T02:59:12.955Z Downloaded parse-display v0.10.0
8552026-03-19T02:59:12.955Z Downloaded olpc-cjson v0.1.4
8562026-03-19T02:59:12.987Z Downloaded nanorand v0.7.0
8572026-03-19T02:59:12.988Z Downloaded proc-macro-crate v3.4.0
8582026-03-19T02:59:12.988Z Downloaded der v0.7.10
8592026-03-19T02:59:12.988Z Downloaded progenitor v0.13.0
8602026-03-19T02:59:12.988Z Downloaded predicates-tree v1.0.13
8612026-03-19T02:59:12.988Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-03-19T02:59:12.988Z Downloaded paste v1.0.15
8632026-03-19T02:59:12.988Z Downloaded oxide-tokio-rt v0.1.3
8642026-03-19T02:59:12.988Z Downloaded phf v0.13.1
8652026-03-19T02:59:12.988Z Downloaded flume v0.11.1
8662026-03-19T02:59:12.988Z Downloaded peg v0.8.5
8672026-03-19T02:59:12.988Z Downloaded http v1.4.0
8682026-03-19T02:59:12.988Z Downloaded heapless v0.8.0
8692026-03-19T02:59:12.988Z Downloaded crossbeam-channel v0.5.15
8702026-03-19T02:59:12.989Z Downloaded crypto-bigint v0.5.5
8712026-03-19T02:59:12.989Z Downloaded progenitor-macro v0.11.2
8722026-03-19T02:59:12.989Z Downloaded pem v3.0.6
8732026-03-19T02:59:12.989Z Downloaded progenitor-macro v0.10.0
8742026-03-19T02:59:12.989Z Downloaded multer v3.1.0
8752026-03-19T02:59:12.989Z Downloaded libbz2-rs-sys v0.2.2
8762026-03-19T02:59:12.989Z Downloaded miniz_oxide v0.8.9
8772026-03-19T02:59:12.990Z Downloaded indexmap v1.9.3
8782026-03-19T02:59:12.990Z Downloaded diesel_derives v2.3.7
8792026-03-19T02:59:12.990Z Downloaded postgres-types v0.2.12
8802026-03-19T02:59:12.990Z Downloaded pin-project-internal v1.1.11
8812026-03-19T02:59:12.990Z Downloaded flate2 v1.1.9
8822026-03-19T02:59:12.990Z Downloaded pem-rfc7468 v0.7.0
8832026-03-19T02:59:13.010Z Downloaded pkg-config v0.3.32
8842026-03-19T02:59:13.010Z Downloaded parking_lot v0.11.2
8852026-03-19T02:59:13.010Z Downloaded omicron-zone-package v0.12.2
8862026-03-19T02:59:13.010Z Downloaded indicatif v0.18.4
8872026-03-19T02:59:13.010Z Downloaded oxnet v0.1.4
8882026-03-19T02:59:13.011Z Downloaded predicates v3.1.4
8892026-03-19T02:59:13.011Z Downloaded pkcs8 v0.10.2
8902026-03-19T02:59:13.011Z Downloaded pbkdf2 v0.11.0
8912026-03-19T02:59:13.011Z Downloaded parking_lot_core v0.9.12
8922026-03-19T02:59:13.011Z Downloaded packed_struct_codegen v0.10.1
8932026-03-19T02:59:13.011Z Downloaded parse-display-derive v0.10.0
8942026-03-19T02:59:13.011Z Downloaded num_enum_derive v0.7.5
8952026-03-19T02:59:13.011Z Downloaded num_enum v0.5.11
8962026-03-19T02:59:13.011Z Downloaded progenitor v0.11.2
8972026-03-19T02:59:13.011Z Downloaded papergrid v0.17.0
8982026-03-19T02:59:13.030Z Downloaded headers v0.4.1
8992026-03-19T02:59:13.030Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-03-19T02:59:13.030Z Downloaded recursive v0.1.1
9012026-03-19T02:59:13.030Z Downloaded rand_chacha v0.3.1
9022026-03-19T02:59:13.030Z Downloaded radium v0.7.0
9032026-03-19T02:59:13.030Z Downloaded psm v0.1.30
9042026-03-19T02:59:13.030Z Downloaded progenitor-extras v0.1.1
9052026-03-19T02:59:13.030Z Downloaded newtype_derive v0.1.6
9062026-03-19T02:59:13.030Z Downloaded oso v0.27.3
9072026-03-19T02:59:13.030Z Downloaded openssl-probe v0.2.1
9082026-03-19T02:59:13.030Z Downloaded nu-ansi-term v0.50.3
9092026-03-19T02:59:13.030Z Downloaded postcard v1.1.3
9102026-03-19T02:59:13.042Z Downloaded peg-macros v0.8.5
9112026-03-19T02:59:13.042Z Downloaded openssl-probe v0.1.6
9122026-03-19T02:59:13.042Z Downloaded path-slash v0.1.5
9132026-03-19T02:59:13.042Z Downloaded ref-cast-impl v1.0.25
9142026-03-19T02:59:13.042Z Downloaded rtoolbox v0.0.3
9152026-03-19T02:59:13.042Z Downloaded proc-macro-error2 v2.0.1
9162026-03-19T02:59:13.043Z Downloaded ppv-lite86 v0.2.21
9172026-03-19T02:59:13.043Z Downloaded resolv-conf v0.7.6
9182026-03-19T02:59:13.043Z Downloaded r2d2 v0.8.10
9192026-03-19T02:59:13.043Z Downloaded castaway v0.2.4
9202026-03-19T02:59:13.043Z Downloaded parking_lot v0.12.5
9212026-03-19T02:59:13.066Z Downloaded jiff-static v0.2.21
9222026-03-19T02:59:13.067Z Downloaded russh-cryptovec v0.7.3
9232026-03-19T02:59:13.067Z Downloaded rfc6979 v0.4.0
9242026-03-19T02:59:13.067Z Downloaded blake3 v1.8.3
9252026-03-19T02:59:13.067Z Downloaded psl-types v2.0.11
9262026-03-19T02:59:13.067Z Downloaded peg-runtime v0.8.5
9272026-03-19T02:59:13.088Z Downloaded newtype-uuid v1.3.2
9282026-03-19T02:59:13.088Z Downloaded h2 v0.4.13
9292026-03-19T02:59:13.088Z Downloaded rand_chacha v0.9.0
9302026-03-19T02:59:13.088Z Downloaded expectorate v1.2.0
9312026-03-19T02:59:13.088Z Downloaded progenitor-impl v0.10.0
9322026-03-19T02:59:13.088Z Downloaded ref-cast v1.0.25
9332026-03-19T02:59:13.088Z Downloaded sapling-renderdag v0.1.0
9342026-03-19T02:59:13.088Z Downloaded bumpalo v3.20.2
9352026-03-19T02:59:13.088Z Downloaded same-file v1.0.6
9362026-03-19T02:59:13.088Z Downloaded phf_shared v0.13.1
9372026-03-19T02:59:13.088Z Downloaded aho-corasick v1.1.4
9382026-03-19T02:59:13.113Z Downloaded mio v1.1.1
9392026-03-19T02:59:13.113Z Downloaded hickory-resolver v0.24.4
9402026-03-19T02:59:13.113Z Downloaded password-hash v0.5.0
9412026-03-19T02:59:13.114Z Downloaded owo-colors v4.3.0
9422026-03-19T02:59:13.114Z Downloaded scheduled-thread-pool v0.2.7
9432026-03-19T02:59:13.114Z Downloaded aws-lc-rs v1.16.0
9442026-03-19T02:59:13.114Z Downloaded secrecy v0.8.0
9452026-03-19T02:59:13.150Z Downloaded scroll_derive v0.13.1
9462026-03-19T02:59:13.150Z Downloaded rustc-hash v2.1.1
9472026-03-19T02:59:13.150Z Downloaded rustls-pemfile v2.2.0
9482026-03-19T02:59:13.150Z Downloaded password-hash v0.4.2
9492026-03-19T02:59:13.150Z Downloaded quinn-udp v0.5.14
9502026-03-19T02:59:13.150Z Downloaded primeorder v0.13.6
9512026-03-19T02:59:13.150Z Downloaded darling v0.21.3
9522026-03-19T02:59:13.150Z Downloaded prefix-trie v0.7.0
9532026-03-19T02:59:13.150Z Downloaded postgres-protocol v0.6.10
9542026-03-19T02:59:13.151Z Downloaded scopeguard v1.2.0
9552026-03-19T02:59:13.151Z Downloaded progenitor v0.10.0
9562026-03-19T02:59:13.151Z Downloaded parking_lot_core v0.8.6
9572026-03-19T02:59:13.151Z Downloaded pkcs1 v0.7.5
9582026-03-19T02:59:13.151Z Downloaded progenitor-impl v0.13.0
9592026-03-19T02:59:13.164Z Downloaded powerfmt v0.2.0
9602026-03-19T02:59:13.164Z Downloaded hashbrown v0.13.2
9612026-03-19T02:59:13.164Z Downloaded impl-trait-for-tuples v0.2.3
9622026-03-19T02:59:13.164Z Downloaded semver v0.1.20
9632026-03-19T02:59:13.164Z Downloaded secrecy v0.10.3
9642026-03-19T02:59:13.164Z Downloaded scrypt v0.11.0
9652026-03-19T02:59:13.164Z Downloaded rustc_version v0.1.7
9662026-03-19T02:59:13.164Z Downloaded poly1305 v0.8.0
9672026-03-19T02:59:13.164Z Downloaded serde-big-array v0.5.1
9682026-03-19T02:59:13.164Z Downloaded seq-macro v0.3.6
9692026-03-19T02:59:13.164Z Downloaded serde_bytes v0.11.19
9702026-03-19T02:59:13.164Z Downloaded rustls-native-certs v0.8.3
9712026-03-19T02:59:13.164Z Downloaded serde_repr v0.1.20
9722026-03-19T02:59:13.164Z Downloaded corncobs v0.1.4
9732026-03-19T02:59:13.164Z Downloaded hubpack_derive v0.1.1
9742026-03-19T02:59:13.164Z Downloaded hickory-server v0.25.2
9752026-03-19T02:59:13.164Z Downloaded serde_urlencoded v0.7.1
9762026-03-19T02:59:13.164Z Downloaded serde_plain v1.0.2
9772026-03-19T02:59:13.164Z Downloaded httparse v1.10.1
9782026-03-19T02:59:13.164Z Downloaded signal-hook-tokio v0.3.1
9792026-03-19T02:59:13.165Z Downloaded serde_spanned v1.0.4
9802026-03-19T02:59:13.201Z Downloaded rustls-pemfile v1.0.4
9812026-03-19T02:59:13.202Z Downloaded rustversion v1.0.22
9822026-03-19T02:59:13.202Z Downloaded pin-project-lite v0.2.17
9832026-03-19T02:59:13.202Z Downloaded quick-error v1.2.3
9842026-03-19T02:59:13.202Z Downloaded progenitor-client v0.10.0
9852026-03-19T02:59:13.202Z Downloaded crossterm v0.29.0
9862026-03-19T02:59:13.217Z Downloaded sha1 v0.10.6
9872026-03-19T02:59:13.217Z Downloaded sct v0.7.1
9882026-03-19T02:59:13.218Z Downloaded qorb v0.4.1
9892026-03-19T02:59:13.218Z Downloaded sigpipe v0.1.3
9902026-03-19T02:59:13.218Z Downloaded pin-project v1.1.11
9912026-03-19T02:59:13.218Z Downloaded slog-envlogger v2.2.0
9922026-03-19T02:59:13.218Z Downloaded p256 v0.13.2
9932026-03-19T02:59:13.218Z Downloaded sec1 v0.7.3
9942026-03-19T02:59:13.218Z Downloaded rustc_version v0.4.1
9952026-03-19T02:59:13.218Z Downloaded rand_core v0.10.0
9962026-03-19T02:59:13.218Z Downloaded rand_core v0.6.4
9972026-03-19T02:59:13.218Z Downloaded progenitor-client v0.13.0
9982026-03-19T02:59:13.218Z Downloaded rand_xorshift v0.4.0
9992026-03-19T02:59:13.218Z Downloaded rand v0.8.5
10002026-03-19T02:59:13.290Z Downloaded pretty_assertions v1.4.1
10012026-03-19T02:59:13.290Z Downloaded polyval v0.6.2
10022026-03-19T02:59:13.290Z Downloaded num-bigint v0.4.6
10032026-03-19T02:59:13.290Z Downloaded hyper v1.8.1
10042026-03-19T02:59:13.290Z Downloaded ssh-cipher v0.2.0
10052026-03-19T02:59:13.290Z Downloaded simd-adler32 v0.3.8
10062026-03-19T02:59:13.314Z Downloaded rand_core v0.9.5
10072026-03-19T02:59:13.314Z Downloaded shlex v1.3.0
10082026-03-19T02:59:13.314Z Downloaded sqlparser_derive v0.5.0
10092026-03-19T02:59:13.314Z Downloaded ryu v1.0.23
10102026-03-19T02:59:13.314Z Downloaded pkcs5 v0.7.1
10112026-03-19T02:59:13.314Z Downloaded rand v0.9.2
10122026-03-19T02:59:13.314Z Downloaded slog-stdlog v4.1.1
10132026-03-19T02:59:13.314Z Downloaded bindgen v0.71.1
10142026-03-19T02:59:13.314Z Downloaded serde_derive_internals v0.29.1
10152026-03-19T02:59:13.314Z Downloaded tagptr v0.2.0
10162026-03-19T02:59:13.315Z Downloaded siphasher v1.0.2
10172026-03-19T02:59:13.315Z Downloaded signature v2.2.0
10182026-03-19T02:59:13.316Z Downloaded tabled_derive v0.11.0
10192026-03-19T02:59:13.316Z Downloaded strum v0.27.2
10202026-03-19T02:59:13.316Z Downloaded structmeta v0.3.0
10212026-03-19T02:59:13.316Z Downloaded smf v0.2.3
10222026-03-19T02:59:13.316Z Downloaded signal-hook-registry v1.4.8
10232026-03-19T02:59:13.316Z Downloaded rsa v0.9.10
10242026-03-19T02:59:13.316Z Downloaded serde_cbor v0.11.2
10252026-03-19T02:59:13.316Z Downloaded slog-async v2.8.0
10262026-03-19T02:59:13.316Z Downloaded prettyplease v0.2.37
10272026-03-19T02:59:13.316Z Downloaded sync-ptr v0.1.4
10282026-03-19T02:59:13.316Z Downloaded supports-color v3.0.2
10292026-03-19T02:59:13.316Z Downloaded thread-id v5.1.0
10302026-03-19T02:59:13.316Z Downloaded sync_wrapper v1.0.2
10312026-03-19T02:59:13.316Z Downloaded openssl-sys v0.9.111
10322026-03-19T02:59:13.316Z Downloaded smallvec v0.6.14
10332026-03-19T02:59:13.316Z Downloaded testing_table v0.3.0
10342026-03-19T02:59:13.316Z Downloaded subtle v2.6.1
10352026-03-19T02:59:13.316Z Downloaded slog-dtrace v0.3.0
10362026-03-19T02:59:13.316Z Downloaded slab v0.4.12
10372026-03-19T02:59:13.317Z Downloaded itertools v0.10.5
10382026-03-19T02:59:13.317Z Downloaded time-core v0.1.8
10392026-03-19T02:59:13.317Z Downloaded termtree v0.5.1
10402026-03-19T02:59:13.317Z Downloaded take_mut v0.2.2
10412026-03-19T02:59:13.317Z Downloaded git2 v0.20.4
10422026-03-19T02:59:13.343Z Downloaded slog-term v2.9.2
10432026-03-19T02:59:13.343Z Downloaded salsa20 v0.10.2
10442026-03-19T02:59:13.343Z Downloaded serde_with_macros v3.17.0
10452026-03-19T02:59:13.343Z Downloaded serde_path_to_error v0.1.20
10462026-03-19T02:59:13.344Z Downloaded serde-hex v0.1.0
10472026-03-19T02:59:13.344Z Downloaded tinyvec_macros v0.1.1
10482026-03-19T02:59:13.344Z Downloaded tap v1.0.1
10492026-03-19T02:59:13.344Z Downloaded rustls-webpki v0.103.9
10502026-03-19T02:59:13.344Z Downloaded hyper-util v0.1.20
10512026-03-19T02:59:13.344Z Downloaded strum_macros v0.27.2
10522026-03-19T02:59:13.344Z Downloaded signal-hook v0.3.18
10532026-03-19T02:59:13.384Z Downloaded hashbrown v0.15.5
10542026-03-19T02:59:13.384Z Downloaded rayon-core v1.13.0
10552026-03-19T02:59:13.384Z Downloaded static_assertions v1.1.0
10562026-03-19T02:59:13.384Z Downloaded russh-keys v0.45.0
10572026-03-19T02:59:13.384Z Downloaded similar v2.7.0
10582026-03-19T02:59:13.385Z Downloaded publicsuffix v2.3.0
10592026-03-19T02:59:13.385Z Downloaded strip-ansi-escapes v0.2.1
10602026-03-19T02:59:13.385Z Downloaded rand_seeder v0.4.0
10612026-03-19T02:59:13.385Z Downloaded scroll v0.13.0
10622026-03-19T02:59:13.385Z Downloaded nom v7.1.3
10632026-03-19T02:59:13.385Z Downloaded chrono v0.4.44
10642026-03-19T02:59:13.399Z Downloaded strum v0.26.3
10652026-03-19T02:59:13.399Z Downloaded stacker v0.1.23
10662026-03-19T02:59:13.399Z Downloaded itertools v0.13.0
10672026-03-19T02:59:13.399Z Downloaded trait-variant v0.1.2
10682026-03-19T02:59:13.399Z Downloaded signal-hook-mio v0.2.5
10692026-03-19T02:59:13.400Z Downloaded typify-macro v0.4.3
10702026-03-19T02:59:13.400Z Downloaded try-lock v0.2.5
10712026-03-19T02:59:13.400Z Downloaded shell-words v1.1.1
10722026-03-19T02:59:13.400Z Downloaded tower-service v0.3.3
10732026-03-19T02:59:13.400Z Downloaded topological-sort v0.2.2
10742026-03-19T02:59:13.400Z Downloaded tokio-native-tls v0.3.1
10752026-03-19T02:59:13.400Z Downloaded schemars v0.8.22
10762026-03-19T02:59:13.400Z Downloaded spin v0.9.8
10772026-03-19T02:59:13.400Z Downloaded russh v0.45.0
10782026-03-19T02:59:13.400Z Downloaded iddqd v0.3.17
10792026-03-19T02:59:13.429Z Downloaded unarray v0.1.4
10802026-03-19T02:59:13.429Z Downloaded snafu-derive v0.8.9
10812026-03-19T02:59:13.429Z Downloaded thiserror-impl-no-std v2.0.2
10822026-03-19T02:59:13.429Z Downloaded termios v0.3.3
10832026-03-19T02:59:13.429Z Downloaded ssh-encoding v0.2.0
10842026-03-19T02:59:13.429Z Downloaded serde_yaml v0.9.34+deprecated
10852026-03-19T02:59:13.429Z Downloaded tls_codec v0.4.2
10862026-03-19T02:59:13.430Z Downloaded rand v0.10.0
10872026-03-19T02:59:13.430Z Downloaded spki v0.7.3
10882026-03-19T02:59:13.446Z Downloaded stringprep v0.1.5
10892026-03-19T02:59:13.446Z Downloaded slog v2.8.2
10902026-03-19T02:59:13.447Z Downloaded tls_codec_derive v0.4.2
10912026-03-19T02:59:13.447Z Downloaded rustls-platform-verifier v0.6.2
10922026-03-19T02:59:13.447Z Downloaded unicode-truncate v1.1.0
10932026-03-19T02:59:13.447Z Downloaded unit-prefix v0.5.2
10942026-03-19T02:59:13.447Z Downloaded typify-macro v0.6.1
10952026-03-19T02:59:13.447Z Downloaded untrusted v0.7.1
10962026-03-19T02:59:13.447Z Downloaded toml_writer v1.0.6+spec-1.1.0
10972026-03-19T02:59:13.447Z Downloaded utf-8 v0.7.6
10982026-03-19T02:59:13.447Z Downloaded usdt v0.6.0
10992026-03-19T02:59:13.447Z Downloaded tokio-rustls v0.25.0
11002026-03-19T02:59:13.447Z Downloaded universal-hash v0.5.1
11012026-03-19T02:59:13.447Z Downloaded tokio-rustls v0.26.4
11022026-03-19T02:59:13.448Z Downloaded quinn v0.11.9
11032026-03-19T02:59:13.448Z Downloaded support-bundle-viewer v0.1.2
11042026-03-19T02:59:13.448Z Downloaded socket2 v0.6.2
11052026-03-19T02:59:13.448Z Downloaded usdt-attr-macro v0.6.0
11062026-03-19T02:59:13.448Z Downloaded untrusted v0.9.0
11072026-03-19T02:59:13.448Z Downloaded time-macros v0.2.27
11082026-03-19T02:59:13.468Z Downloaded thiserror-no-std v2.0.2
11092026-03-19T02:59:13.468Z Downloaded rcgen v0.12.1
11102026-03-19T02:59:13.468Z Downloaded futures-util v0.3.32
11112026-03-19T02:59:13.468Z Downloaded waitgroup v0.1.2
11122026-03-19T02:59:13.468Z Downloaded void v1.0.2
11132026-03-19T02:59:13.489Z Downloaded usdt-macro v0.6.0
11142026-03-19T02:59:13.489Z Downloaded wait-timeout v0.2.1
11152026-03-19T02:59:13.489Z Downloaded term v1.2.1
11162026-03-19T02:59:13.489Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-03-19T02:59:13.489Z Downloaded snafu v0.8.9
11182026-03-19T02:59:13.489Z Downloaded toml_parser v1.0.9+spec-1.1.0
11192026-03-19T02:59:13.489Z Downloaded iri-string v0.7.10
11202026-03-19T02:59:13.521Z Downloaded itertools v0.12.1
11212026-03-19T02:59:13.521Z Downloaded xattr v1.6.1
11222026-03-19T02:59:13.521Z Downloaded slog-bunyan v2.5.0
11232026-03-19T02:59:13.521Z Downloaded term v0.7.0
11242026-03-19T02:59:13.522Z Downloaded rpassword v7.4.0
11252026-03-19T02:59:13.522Z Downloaded progenitor-impl v0.11.2
11262026-03-19T02:59:13.522Z Downloaded num-bigint-dig v0.8.6
11272026-03-19T02:59:13.522Z Downloaded tracing-attributes v0.1.31
11282026-03-19T02:59:13.522Z Downloaded thread_local v1.1.9
11292026-03-19T02:59:13.544Z Downloaded strum_macros v0.26.4
11302026-03-19T02:59:13.545Z Downloaded tokio-tungstenite v0.21.0
11312026-03-19T02:59:13.545Z Downloaded vsss-rs v3.3.4
11322026-03-19T02:59:13.545Z Downloaded unicase v2.9.0
11332026-03-19T02:59:13.545Z Downloaded strum_macros v0.24.3
11342026-03-19T02:59:13.545Z Downloaded string_cache v0.8.9
11352026-03-19T02:59:13.545Z Downloaded schemars v0.9.0
11362026-03-19T02:59:13.545Z Downloaded tokio-rustls v0.24.1
11372026-03-19T02:59:13.545Z Downloaded structmeta-derive v0.3.0
11382026-03-19T02:59:13.545Z Downloaded whoami v1.6.1
11392026-03-19T02:59:13.546Z Downloaded itertools v0.14.0
11402026-03-19T02:59:13.546Z Downloaded tabwriter v1.4.1
11412026-03-19T02:59:13.546Z Downloaded tracing-core v0.1.36
11422026-03-19T02:59:13.560Z Downloaded schemars_derive v0.8.22
11432026-03-19T02:59:13.560Z Downloaded libm v0.2.16
11442026-03-19T02:59:13.560Z Downloaded uzers v0.12.2
11452026-03-19T02:59:13.560Z Downloaded usdt-impl v0.6.0
11462026-03-19T02:59:13.560Z Downloaded zeroize_derive v1.4.3
11472026-03-19T02:59:13.560Z Downloaded tower-layer v0.3.3
11482026-03-19T02:59:13.561Z Downloaded want v0.3.1
11492026-03-19T02:59:13.561Z Downloaded rusty-fork v0.3.1
11502026-03-19T02:59:13.561Z Downloaded rustls-pki-types v1.14.0
11512026-03-19T02:59:13.561Z Downloaded zone_cfg_derive v0.3.1
11522026-03-19T02:59:13.561Z Downloaded crossterm v0.28.1
11532026-03-19T02:59:13.561Z Downloaded vergen-gitcl v1.0.8
11542026-03-19T02:59:13.561Z Downloaded walkdir v2.5.0
11552026-03-19T02:59:13.577Z Downloaded slog-json v2.6.1
11562026-03-19T02:59:13.577Z Downloaded reqwest v0.13.2
11572026-03-19T02:59:13.577Z Downloaded ron v0.8.1
11582026-03-19T02:59:13.577Z Downloaded schemars v1.2.1
11592026-03-19T02:59:13.629Z Downloaded xshell-macros v0.2.7
11602026-03-19T02:59:13.629Z Downloaded samael v0.0.19
11612026-03-19T02:59:13.629Z Downloaded whoami v2.1.0
11622026-03-19T02:59:13.656Z Downloaded typify v0.6.1
11632026-03-19T02:59:13.656Z Downloaded tokio-stream v0.1.18
11642026-03-19T02:59:13.656Z Downloaded twox-hash v2.1.2
11652026-03-19T02:59:13.656Z Downloaded slog-scope v4.4.1
11662026-03-19T02:59:13.657Z Downloaded tinyvec v1.10.0
11672026-03-19T02:59:13.657Z Downloaded xshell v0.2.7
11682026-03-19T02:59:13.657Z Downloaded subprocess v0.2.15
11692026-03-19T02:59:13.657Z Downloaded sqlformat v0.3.5
11702026-03-19T02:59:13.657Z Downloaded tungstenite v0.21.0
11712026-03-19T02:59:13.657Z Downloaded unsafe-libyaml v0.2.11
11722026-03-19T02:59:13.657Z Downloaded vergen v9.0.6
11732026-03-19T02:59:13.657Z Downloaded test-strategy v0.4.5
11742026-03-19T02:59:13.658Z Downloaded vergen-lib v0.1.6
11752026-03-19T02:59:13.658Z Downloaded toml v0.9.12+spec-1.1.0
11762026-03-19T02:59:13.658Z Downloaded zeroize v1.8.2
11772026-03-19T02:59:13.658Z Downloaded tokio-macros v2.6.0
11782026-03-19T02:59:13.658Z Downloaded zstd-safe v7.2.4
11792026-03-19T02:59:13.658Z Downloaded const-oid v0.9.6
11802026-03-19T02:59:13.658Z Downloaded tui-tree-widget v0.23.1
11812026-03-19T02:59:13.658Z Downloaded rustyline v14.0.0
11822026-03-19T02:59:13.658Z Downloaded ghash v0.5.1
11832026-03-19T02:59:13.658Z Downloaded diesel-dtrace v0.5.0
11842026-03-19T02:59:13.658Z Downloaded compact_str v0.8.1
11852026-03-19T02:59:13.658Z Downloaded hash32 v0.3.1
11862026-03-19T02:59:13.658Z Downloaded ecdsa v0.16.9
11872026-03-19T02:59:13.658Z Downloaded p521 v0.13.3
11882026-03-19T02:59:13.678Z Downloaded vergen-git2 v1.0.7
11892026-03-19T02:59:13.678Z Downloaded tungstenite v0.23.0
11902026-03-19T02:59:13.678Z Downloaded tiny-keccak v2.0.2
11912026-03-19T02:59:13.678Z Downloaded xz2 v0.1.7
11922026-03-19T02:59:13.678Z Downloaded tokio-tungstenite v0.23.1
11932026-03-19T02:59:13.678Z Downloaded wyz v0.5.1
11942026-03-19T02:59:13.678Z Downloaded unicode-bidi v0.3.18
11952026-03-19T02:59:13.678Z Downloaded typify v0.4.3
11962026-03-19T02:59:13.678Z Downloaded quick-xml v0.37.5
11972026-03-19T02:59:13.678Z Downloaded yasna v0.5.2
11982026-03-19T02:59:13.679Z Downloaded ron v0.12.0
11992026-03-19T02:59:13.679Z Downloaded zone v0.3.1
12002026-03-19T02:59:13.710Z Downloaded bstr v1.12.1
12012026-03-19T02:59:13.710Z Downloaded unicode-properties v0.1.4
12022026-03-19T02:59:13.710Z Downloaded reqwest v0.12.28
12032026-03-19T02:59:13.711Z Downloaded tokio-dtrace v0.1.1
12042026-03-19T02:59:13.711Z Downloaded uuid v1.21.0
12052026-03-19T02:59:13.711Z Downloaded derive_more v0.99.20
12062026-03-19T02:59:13.800Z Downloaded ssh-key v0.6.7
12072026-03-19T02:59:13.801Z Downloaded libxml v0.3.3
12082026-03-19T02:59:13.801Z Downloaded zstd v0.13.3
12092026-03-19T02:59:13.801Z Downloaded socket2 v0.5.10
12102026-03-19T02:59:13.801Z Downloaded fatfs v0.3.6
12112026-03-19T02:59:13.801Z Downloaded zerocopy v0.6.6
12122026-03-19T02:59:13.801Z Downloaded reedline v0.40.0
12132026-03-19T02:59:13.801Z Downloaded vte v0.14.1
12142026-03-19T02:59:13.801Z Downloaded tokio-postgres v0.7.16
12152026-03-19T02:59:13.801Z Downloaded zopfli v0.8.3
12162026-03-19T02:59:13.801Z Downloaded toml_edit v0.19.15
12172026-03-19T02:59:13.801Z Downloaded p384 v0.13.1
12182026-03-19T02:59:13.801Z Downloaded toml v0.7.8
12192026-03-19T02:59:13.801Z Downloaded tar v0.4.44
12202026-03-19T02:59:13.801Z Downloaded yansi v1.0.1
12212026-03-19T02:59:13.801Z Downloaded portable-atomic v1.13.1
12222026-03-19T02:59:13.801Z Downloaded unicode-segmentation v1.12.0
12232026-03-19T02:59:13.801Z Downloaded regex v1.12.3
12242026-03-19T02:59:13.801Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-03-19T02:59:13.801Z Downloaded petname v2.0.2
12262026-03-19T02:59:13.801Z Downloaded rayon v1.11.0
12272026-03-19T02:59:13.801Z Downloaded zip v0.6.6
12282026-03-19T02:59:13.801Z Downloaded hkdf v0.12.4
12292026-03-19T02:59:13.801Z Downloaded darling v0.23.0
12302026-03-19T02:59:13.801Z Downloaded ahash v0.8.12
12312026-03-19T02:59:13.801Z Downloaded drift v0.1.3
12322026-03-19T02:59:13.837Z Downloaded steno v0.4.1
12332026-03-19T02:59:13.837Z Downloaded derive_builder_core v0.20.2
12342026-03-19T02:59:13.837Z Downloaded data-encoding v2.10.0
12352026-03-19T02:59:13.837Z Downloaded bzip2 v0.6.1
12362026-03-19T02:59:13.837Z Downloaded blowfish v0.9.1
12372026-03-19T02:59:13.837Z Downloaded fd-lock v4.0.4
12382026-03-19T02:59:13.837Z Downloaded diff v0.1.13
12392026-03-19T02:59:13.838Z Downloaded cookie v0.18.1
12402026-03-19T02:59:13.838Z Downloaded colored v3.1.1
12412026-03-19T02:59:13.839Z Downloaded foldhash v0.2.0
12422026-03-19T02:59:13.839Z Downloaded backoff v0.4.0
12432026-03-19T02:59:13.839Z Downloaded ed25519-dalek v2.2.0
12442026-03-19T02:59:13.883Z Downloaded lalrpop v0.19.12
12452026-03-19T02:59:13.883Z Downloaded derive_builder_macro v0.20.2
12462026-03-19T02:59:13.883Z Downloaded typed-path v0.9.3
12472026-03-19T02:59:13.884Z Downloaded tower v0.5.3
12482026-03-19T02:59:13.884Z Downloaded zerocopy-derive v0.8.40
12492026-03-19T02:59:13.884Z Downloaded unicode_categories v0.1.1
12502026-03-19T02:59:13.884Z Downloaded goblin v0.10.5
12512026-03-19T02:59:13.884Z Downloaded moka v0.12.13
12522026-03-19T02:59:13.884Z Downloaded salty v0.3.0
12532026-03-19T02:59:13.914Z Downloaded crucible-workspace-hack v0.1.0
12542026-03-19T02:59:13.915Z Downloaded hickory-proto v0.24.4
12552026-03-19T02:59:13.915Z Downloaded x509-cert v0.2.5
12562026-03-19T02:59:13.915Z Downloaded dropshot v0.16.7
12572026-03-19T02:59:13.915Z Downloaded zip v4.6.1
12582026-03-19T02:59:13.945Z Downloaded unicode-normalization v0.1.25
12592026-03-19T02:59:13.948Z Downloaded tough v0.20.0
12602026-03-19T02:59:13.948Z Downloaded serde_with v3.17.0
12612026-03-19T02:59:13.948Z Downloaded rustls-webpki v0.102.8
12622026-03-19T02:59:13.962Z Downloaded tower-http v0.6.8
12632026-03-19T02:59:13.962Z Downloaded object v0.30.4
12642026-03-19T02:59:13.962Z Downloaded polar-core v0.27.3
12652026-03-19T02:59:13.962Z Downloaded winnow v0.6.26
12662026-03-19T02:59:13.963Z Downloaded radix_trie v0.2.1
12672026-03-19T02:59:13.989Z Downloaded hickory-proto v0.25.2
12682026-03-19T02:59:13.989Z Downloaded nix v0.28.0
12692026-03-19T02:59:14.019Z Downloaded tabled v0.20.0
12702026-03-19T02:59:14.019Z Downloaded quinn-proto v0.11.13
12712026-03-19T02:59:14.019Z Downloaded openssl v0.10.75
12722026-03-19T02:59:14.042Z Downloaded rustls v0.21.12
12732026-03-19T02:59:14.042Z Downloaded winnow v0.5.40
12742026-03-19T02:59:14.042Z Downloaded smoltcp v0.9.1
12752026-03-19T02:59:14.042Z Downloaded nix v0.31.1
12762026-03-19T02:59:14.050Z Downloaded time v0.3.47
12772026-03-19T02:59:14.050Z Downloaded vcpkg v0.2.15
12782026-03-19T02:59:14.180Z Downloaded zlib-rs v0.6.2
12792026-03-19T02:59:14.221Z Downloaded rustls v0.23.37
12802026-03-19T02:59:14.222Z Downloaded regex-syntax v0.6.29
12812026-03-19T02:59:14.222Z Downloaded openapiv3 v2.2.0
12822026-03-19T02:59:14.222Z Downloaded smoltcp v0.11.0
12832026-03-19T02:59:14.222Z Downloaded rustix v0.38.44
12842026-03-19T02:59:14.222Z Downloaded webpki-roots v1.0.6
12852026-03-19T02:59:14.222Z Downloaded regex-syntax v0.8.10
12862026-03-19T02:59:14.222Z Downloaded rustls v0.22.4
12872026-03-19T02:59:14.222Z Downloaded object v0.37.3
12882026-03-19T02:59:14.222Z Downloaded zerocopy v0.8.40
12892026-03-19T02:59:14.222Z Downloaded nix v0.29.0
12902026-03-19T02:59:14.222Z Downloaded regress v0.10.5
12912026-03-19T02:59:14.222Z Downloaded tokio-util v0.7.18
12922026-03-19T02:59:14.222Z Downloaded proptest v1.10.0
12932026-03-19T02:59:14.222Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-03-19T02:59:14.259Z Downloaded rustls-webpki v0.101.7
12952026-03-19T02:59:14.259Z Downloaded sqlparser v0.61.0
12962026-03-19T02:59:14.259Z Downloaded sled v0.34.7
12972026-03-19T02:59:14.259Z Downloaded nix v0.27.1
12982026-03-19T02:59:14.267Z Downloaded crc v3.4.0
12992026-03-19T02:59:14.267Z Downloaded convert_case v0.10.0
13002026-03-19T02:59:14.267Z Downloaded cexpr v0.6.0
13012026-03-19T02:59:14.267Z Downloaded camino-tempfile-ext v0.3.3
13022026-03-19T02:59:14.267Z Downloaded bzip2 v0.4.4
13032026-03-19T02:59:14.267Z Downloaded buf-list v1.1.2
13042026-03-19T02:59:14.267Z Downloaded blake2 v0.10.6
13052026-03-19T02:59:14.267Z Downloaded bit-vec v0.6.3
13062026-03-19T02:59:14.267Z Downloaded backon v1.6.0
13072026-03-19T02:59:14.267Z Downloaded zerocopy-derive v0.6.6
13082026-03-19T02:59:14.267Z Downloaded ratatui v0.29.0
13092026-03-19T02:59:14.267Z Downloaded tracing v0.1.44
13102026-03-19T02:59:14.336Z Downloaded typify-impl v0.6.1
13112026-03-19T02:59:14.352Z Downloaded typify-impl v0.4.3
13122026-03-19T02:59:14.352Z Downloaded regex-automata v0.4.14
13132026-03-19T02:59:14.352Z Downloaded petgraph v0.6.5
13142026-03-19T02:59:14.352Z Downloaded base64ct v1.8.3
13152026-03-19T02:59:14.352Z Downloaded jiff v0.2.21
13162026-03-19T02:59:14.372Z Downloaded lzma-sys v0.1.20
13172026-03-19T02:59:14.391Z Downloaded chrono-tz v0.10.4
13182026-03-19T02:59:14.391Z Downloaded csv v1.4.0
13192026-03-19T02:59:14.411Z Downloaded const_format_proc_macros v0.2.34
13202026-03-19T02:59:14.411Z Downloaded bit-vec v0.8.0
13212026-03-19T02:59:14.412Z Downloaded defmt v1.0.1
13222026-03-19T02:59:14.412Z Downloaded block-padding v0.3.3
13232026-03-19T02:59:14.412Z Downloaded constant_time_eq v0.4.2
13242026-03-19T02:59:14.441Z Downloaded chacha20 v0.9.1
13252026-03-19T02:59:14.441Z Downloaded bb8 v0.8.6
13262026-03-19T02:59:14.442Z Downloaded libz-sys v1.1.24
13272026-03-19T02:59:14.454Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-03-19T02:59:14.455Z Downloaded ascii-canvas v3.0.0
13292026-03-19T02:59:14.455Z Downloaded async-recursion v1.1.1
13302026-03-19T02:59:14.455Z Downloaded arrayref v0.3.9
13312026-03-19T02:59:14.455Z Downloaded atomic-waker v1.1.2
13322026-03-19T02:59:14.455Z Downloaded async-stream v0.3.6
13332026-03-19T02:59:14.455Z Downloaded aead v0.5.2
13342026-03-19T02:59:14.455Z Downloaded daft v0.1.5
13352026-03-19T02:59:14.456Z Downloaded ctr v0.9.2
13362026-03-19T02:59:14.456Z Downloaded petgraph v0.8.3
13372026-03-19T02:59:14.472Z Downloaded sha3 v0.10.8
13382026-03-19T02:59:14.501Z Downloaded tokio v1.49.0
13392026-03-19T02:59:14.515Z Downloaded encoding_rs v0.8.35
13402026-03-19T02:59:14.544Z Downloaded ring v0.17.14
13412026-03-19T02:59:14.646Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-19T02:59:15.104Z Downloaded aws-lc-sys v0.37.1
13432026-03-19T02:59:15.430Z Compiling libc v0.2.180
13442026-03-19T02:59:15.435Z Compiling serde v1.0.228
13452026-03-19T02:59:15.435Z Compiling log v0.4.29
13462026-03-19T02:59:15.435Z Compiling find-msvc-tools v0.1.9
13472026-03-19T02:59:15.620Z Compiling shlex v1.3.0
13482026-03-19T02:59:15.620Z Compiling smallvec v1.15.1
13492026-03-19T02:59:15.635Z Compiling syn v2.0.117
13502026-03-19T02:59:15.666Z Compiling typenum v1.19.0
13512026-03-19T02:59:15.858Z Compiling generic-array v0.14.7
13522026-03-19T02:59:15.884Z Compiling subtle v2.6.1
13532026-03-19T02:59:15.903Z Compiling scopeguard v1.2.0
13542026-03-19T02:59:15.926Z Compiling portable-atomic v1.13.1
13552026-03-19T02:59:16.002Z Compiling lock_api v0.4.14
13562026-03-19T02:59:16.026Z Compiling const-oid v0.9.6
13572026-03-19T02:59:16.107Z Compiling critical-section v1.2.0
13582026-03-19T02:59:16.159Z Compiling zerocopy v0.8.40
13592026-03-19T02:59:16.233Z Compiling pin-project-lite v0.2.17
13602026-03-19T02:59:16.296Z Compiling serde_json v1.0.149
13612026-03-19T02:59:16.381Z Compiling parking_lot_core v0.9.12
13622026-03-19T02:59:16.681Z Compiling pkg-config v0.3.32
13632026-03-19T02:59:16.717Z Compiling getrandom v0.2.17
13642026-03-19T02:59:16.803Z Compiling jobserver v0.1.34
13652026-03-19T02:59:16.911Z Compiling rand_core v0.6.4
13662026-03-19T02:59:16.985Z Compiling errno v0.3.14
13672026-03-19T02:59:17.098Z Compiling cc v1.2.56
13682026-03-19T02:59:17.169Z Compiling once_cell v1.21.3
13692026-03-19T02:59:17.256Z Compiling signal-hook-registry v1.4.8
13702026-03-19T02:59:17.299Z Compiling mio v1.1.1
13712026-03-19T02:59:17.407Z Compiling bitflags v2.11.0
13722026-03-19T02:59:17.433Z Compiling libm v0.2.16
13732026-03-19T02:59:17.601Z Compiling parking_lot v0.12.5
13742026-03-19T02:59:17.638Z Compiling num-traits v0.2.19
13752026-03-19T02:59:17.699Z Compiling futures-core v0.3.32
13762026-03-19T02:59:17.968Z Compiling socket2 v0.6.2
13772026-03-19T02:59:18.021Z Compiling percent-encoding v2.3.2
13782026-03-19T02:59:18.214Z Compiling allocator-api2 v0.2.21
13792026-03-19T02:59:18.274Z Compiling cpufeatures v0.2.17
13802026-03-19T02:59:18.279Z Compiling futures-sink v0.3.32
13812026-03-19T02:59:18.279Z Compiling foldhash v0.2.0
13822026-03-19T02:59:18.324Z Compiling futures-task v0.3.32
13832026-03-19T02:59:18.387Z Compiling futures-channel v0.3.32
13842026-03-19T02:59:18.553Z Compiling futures-io v0.3.32
13852026-03-19T02:59:18.564Z Compiling slab v0.4.12
13862026-03-19T02:59:18.579Z Compiling getrandom v0.4.1
13872026-03-19T02:59:18.658Z Compiling hashbrown v0.16.1
13882026-03-19T02:59:18.688Z Compiling rand_core v0.10.0
13892026-03-19T02:59:18.742Z Compiling getrandom v0.3.4
13902026-03-19T02:59:18.871Z Compiling rustversion v1.0.22
13912026-03-19T02:59:18.902Z Compiling form_urlencoded v1.2.2
13922026-03-19T02:59:19.308Z Compiling cmake v0.1.57
13932026-03-19T02:59:19.371Z Compiling fs_extra v1.3.0
13942026-03-19T02:59:19.505Z Compiling indexmap v2.13.0
13952026-03-19T02:59:19.597Z Compiling dunce v1.0.5
13962026-03-19T02:59:19.733Z Compiling base64ct v1.8.3
13972026-03-19T02:59:19.751Z Compiling ident_case v1.0.1
13982026-03-19T02:59:19.853Z Compiling synstructure v0.13.2
13992026-03-19T02:59:19.910Z Compiling aws-lc-sys v0.37.1
14002026-03-19T02:59:19.990Z Compiling flagset v0.4.7
14012026-03-19T02:59:20.106Z Compiling pem-rfc7468 v0.7.0
14022026-03-19T02:59:20.125Z Compiling rand_core v0.9.5
14032026-03-19T02:59:20.143Z Compiling rustix v1.1.3
14042026-03-19T02:59:20.162Z Compiling iana-time-zone v0.1.65
14052026-03-19T02:59:20.423Z Compiling ring v0.17.14
14062026-03-19T02:59:20.423Z Compiling uuid v1.21.0
14072026-03-19T02:59:20.475Z Compiling rustc_version v0.4.1
14082026-03-19T02:59:20.507Z Compiling vcpkg v0.2.15
14092026-03-19T02:59:20.702Z Compiling aws-lc-rs v1.16.0
14102026-03-19T02:59:20.899Z Compiling regex-syntax v0.8.10
14112026-03-19T02:59:21.087Z Compiling tracing-core v0.1.36
14122026-03-19T02:59:21.376Z Compiling crossbeam-utils v0.8.21
14132026-03-19T02:59:21.535Z Compiling openssl-sys v0.9.111
14142026-03-19T02:59:21.776Z Compiling pest_generator v2.8.6
14152026-03-19T02:59:21.859Z Compiling serde_derive_internals v0.29.1
14162026-03-19T02:59:22.315Z Compiling schemars v0.8.22
14172026-03-19T02:59:22.544Z Compiling serde_derive v1.0.228
14182026-03-19T02:59:22.557Z Compiling zeroize_derive v1.4.3
14192026-03-19T02:59:22.603Z Compiling zerofrom-derive v0.1.6
14202026-03-19T02:59:22.717Z Compiling yoke-derive v0.8.1
14212026-03-19T02:59:23.121Z Compiling zerocopy-derive v0.8.40
14222026-03-19T02:59:23.418Z Compiling zeroize v1.8.2
14232026-03-19T02:59:24.226Z Compiling zerovec-derive v0.11.2
14242026-03-19T02:59:24.324Z Compiling displaydoc v0.2.5
14252026-03-19T02:59:24.454Z Compiling crypto-common v0.1.7
14262026-03-19T02:59:24.551Z Compiling zerofrom v0.1.6
14272026-03-19T02:59:24.654Z Compiling block-buffer v0.10.4
14282026-03-19T02:59:24.705Z Compiling yoke v0.8.1
14292026-03-19T02:59:24.834Z Compiling digest v0.10.7
14302026-03-19T02:59:24.940Z Compiling tokio-macros v2.6.0
14312026-03-19T02:59:25.155Z Compiling hmac v0.12.1
14322026-03-19T02:59:25.285Z Compiling zerotrie v0.2.3
14332026-03-19T02:59:25.308Z Compiling futures-macro v0.3.32
14342026-03-19T02:59:25.350Z Compiling block-padding v0.3.3
14352026-03-19T02:59:25.553Z Compiling inout v0.1.4
14362026-03-19T02:59:25.683Z Compiling sha2 v0.10.9
14372026-03-19T02:59:25.703Z Compiling zerovec v0.11.5
14382026-03-19T02:59:25.766Z Compiling cipher v0.4.4
14392026-03-19T02:59:25.892Z Compiling der_derive v0.7.3
14402026-03-19T02:59:26.110Z Compiling salsa20 v0.10.2
14412026-03-19T02:59:26.289Z Compiling pbkdf2 v0.12.2
14422026-03-19T02:59:26.389Z Compiling tinystr v0.8.2
14432026-03-19T02:59:26.410Z Compiling potential_utf v0.1.4
14442026-03-19T02:59:26.433Z Compiling futures-util v0.3.32
14452026-03-19T02:59:26.612Z Compiling icu_locale_core v2.1.1
14462026-03-19T02:59:26.637Z Compiling icu_collections v2.1.1
14472026-03-19T02:59:27.170Z Compiling der v0.7.10
14482026-03-19T02:59:27.259Z Compiling bytes v1.11.1
14492026-03-19T02:59:27.279Z Compiling chrono v0.4.44
14502026-03-19T02:59:27.537Z Compiling icu_provider v2.1.1
14512026-03-19T02:59:27.824Z Compiling thiserror-impl v2.0.18
14522026-03-19T02:59:27.991Z Compiling tokio v1.49.0
14532026-03-19T02:59:28.133Z Compiling icu_normalizer v2.1.1
14542026-03-19T02:59:28.848Z Compiling icu_properties v2.1.2
14552026-03-19T02:59:28.898Z Compiling spki v0.7.3
14562026-03-19T02:59:29.157Z Compiling http v1.4.0
14572026-03-19T02:59:29.194Z Compiling scrypt v0.11.0
14582026-03-19T02:59:29.513Z Compiling ppv-lite86 v0.2.21
14592026-03-19T02:59:29.516Z Compiling aes v0.8.4
14602026-03-19T02:59:29.618Z Compiling cbc v0.1.2
14612026-03-19T02:59:29.638Z Compiling thiserror v2.0.18
14622026-03-19T02:59:29.762Z Compiling rustls-pki-types v1.14.0
14632026-03-19T02:59:29.790Z Compiling tracing-attributes v0.1.31
14642026-03-19T02:59:29.947Z Compiling rand_chacha v0.9.0
14652026-03-19T02:59:30.352Z Compiling idna_adapter v1.2.1
14662026-03-19T02:59:30.377Z Compiling rand v0.9.2
14672026-03-19T02:59:30.377Z Compiling pkcs5 v0.7.1
14682026-03-19T02:59:30.521Z Compiling idna v1.1.0
14692026-03-19T02:59:30.823Z Compiling http-body v1.0.1
14702026-03-19T02:59:30.901Z Compiling url v2.5.8
14712026-03-19T02:59:31.410Z Compiling httparse v1.10.1
14722026-03-19T02:59:31.414Z Compiling openssl-probe v0.2.1
14732026-03-19T02:59:31.414Z Compiling untrusted v0.7.1
14742026-03-19T02:59:31.414Z Compiling untrusted v0.9.0
14752026-03-19T02:59:31.414Z Compiling base64 v0.22.1
14762026-03-19T02:59:31.414Z Compiling syn v1.0.109
14772026-03-19T02:59:31.534Z Compiling pkcs8 v0.10.2
14782026-03-19T02:59:31.582Z Compiling tracing v0.1.44
14792026-03-19T02:59:31.822Z Compiling schemars_derive v0.8.22
14802026-03-19T02:59:31.860Z Compiling pest_derive v2.8.6
14812026-03-19T02:59:31.942Z Compiling scroll_derive v0.13.1
14822026-03-19T02:59:31.977Z Compiling darling_core v0.20.11
14832026-03-19T02:59:32.385Z Compiling dyn-clone v1.0.20
14842026-03-19T02:59:32.556Z Compiling rustls v0.23.37
14852026-03-19T02:59:32.608Z Compiling try-lock v0.2.5
14862026-03-19T02:59:32.748Z Compiling atomic-waker v1.1.2
14872026-03-19T02:59:32.769Z Compiling tinyvec_macros v0.1.1
14882026-03-19T02:59:32.852Z Compiling tower-layer v0.3.3
14892026-03-19T02:59:32.934Z Compiling tower-service v0.3.3
14902026-03-19T02:59:33.032Z Compiling tokio-util v0.7.18
14912026-03-19T02:59:33.050Z Compiling scroll v0.13.0
14922026-03-19T02:59:33.080Z Compiling tinyvec v1.10.0
14932026-03-19T02:59:33.403Z Compiling want v0.3.1
14942026-03-19T02:59:33.963Z Compiling h2 v0.4.13
14952026-03-19T02:59:34.008Z Compiling ipnet v2.11.0
14962026-03-19T02:59:34.452Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-19T02:59:34.679Z Compiling spin v0.9.8
14982026-03-19T02:59:34.941Z Compiling aho-corasick v1.1.4
14992026-03-19T02:59:34.944Z Compiling powerfmt v0.2.0
15002026-03-19T02:59:35.223Z Compiling pin-utils v0.1.0
15012026-03-19T02:59:35.279Z Compiling darling_macro v0.20.11
15022026-03-19T02:59:35.312Z Compiling time-core v0.1.8
15032026-03-19T02:59:35.334Z Compiling httpdate v1.0.3
15042026-03-19T02:59:35.500Z Compiling num-conv v0.2.0
15052026-03-19T02:59:35.613Z Compiling openssl v0.10.75
15062026-03-19T02:59:35.669Z Compiling crc32fast v1.5.0
15072026-03-19T02:59:35.870Z Compiling foreign-types-shared v0.1.1
15082026-03-19T02:59:35.917Z Compiling darling v0.20.11
15092026-03-19T02:59:35.939Z Compiling tempfile v3.25.0
15102026-03-19T02:59:35.978Z Compiling foreign-types v0.3.2
15112026-03-19T02:59:36.022Z Compiling time-macros v0.2.27
15122026-03-19T02:59:36.059Z Compiling regex-automata v0.4.14
15132026-03-19T02:59:36.078Z Compiling deranged v0.5.8
15142026-03-19T02:59:37.269Z Compiling goblin v0.10.5
15152026-03-19T02:59:37.413Z Compiling thiserror-impl v1.0.69
15162026-03-19T02:59:37.454Z Compiling openssl-macros v0.1.1
15172026-03-19T02:59:38.681Z Compiling hyper v1.8.1
15182026-03-19T02:59:39.156Z Compiling wait-timeout v0.2.1
15192026-03-19T02:59:39.260Z Compiling simd-adler32 v0.3.8
15202026-03-19T02:59:39.474Z Compiling either v1.15.0
15212026-03-19T02:59:39.492Z Compiling siphasher v1.0.2
15222026-03-19T02:59:39.586Z Compiling native-tls v0.2.18
15232026-03-19T02:59:39.726Z Compiling usdt-impl v0.6.0
15242026-03-19T02:59:39.740Z Compiling num_threads v0.1.7
15252026-03-19T02:59:39.817Z Compiling bit-vec v0.8.0
15262026-03-19T02:59:39.846Z Compiling quick-error v1.2.3
15272026-03-19T02:59:40.000Z Compiling rusty-fork v0.3.1
15282026-03-19T02:59:40.045Z Compiling time v0.3.47
15292026-03-19T02:59:40.114Z Compiling bit-set v0.8.0
15302026-03-19T02:59:40.318Z Compiling hyper-util v0.1.20
15312026-03-19T02:59:40.383Z Compiling thiserror v1.0.69
15322026-03-19T02:59:41.037Z Compiling dof v0.4.0
15332026-03-19T02:59:41.884Z Compiling derive_builder_core v0.20.2
15342026-03-19T02:59:42.217Z Compiling unicode-normalization v0.1.25
15352026-03-19T02:59:42.646Z Compiling crossbeam-epoch v0.9.18
15362026-03-19T02:59:42.665Z Compiling dtrace-parser v0.3.0
15372026-03-19T02:59:42.827Z Compiling rustls-native-certs v0.8.3
15382026-03-19T02:59:43.088Z Compiling signature v2.2.0
15392026-03-19T02:59:43.107Z Compiling scroll_derive v0.12.1
15402026-03-19T02:59:43.239Z Compiling heapless v0.7.17
15412026-03-19T02:59:43.687Z Compiling rand_xorshift v0.4.0
15422026-03-19T02:59:43.697Z Compiling slog v2.8.2
15432026-03-19T02:59:43.697Z Compiling darling_core v0.21.3
15442026-03-19T02:59:43.697Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-19T02:59:43.697Z Compiling sync_wrapper v1.0.2
15462026-03-19T02:59:43.697Z Compiling thread-id v5.1.0
15472026-03-19T02:59:43.710Z Compiling cookie v0.18.1
15482026-03-19T02:59:43.786Z Compiling signal-hook v0.3.18
15492026-03-19T02:59:43.879Z Compiling unicode-properties v0.1.4
15502026-03-19T02:59:43.927Z Compiling zstd-safe v7.2.4
15512026-03-19T02:59:43.972Z Compiling rayon-core v1.13.0
15522026-03-19T02:59:44.000Z Compiling adler2 v2.0.1
15532026-03-19T02:59:44.150Z Compiling unarray v0.1.4
15542026-03-19T02:59:44.170Z Compiling paste v1.0.15
15552026-03-19T02:59:44.170Z Compiling unicode-bidi v0.3.18
15562026-03-19T02:59:44.218Z Compiling anyhow v1.0.102
15572026-03-19T02:59:44.285Z Compiling unicode-segmentation v1.12.0
15582026-03-19T02:59:44.578Z Compiling proptest v1.10.0
15592026-03-19T02:59:44.784Z Compiling stringprep v0.1.5
15602026-03-19T02:59:44.816Z Compiling miniz_oxide v0.8.9
15612026-03-19T02:59:44.860Z Compiling scroll v0.12.0
15622026-03-19T02:59:45.355Z Compiling tower v0.5.3
15632026-03-19T02:59:45.648Z Compiling derive_builder_macro v0.20.2
15642026-03-19T02:59:45.669Z Compiling crossbeam-deque v0.8.6
15652026-03-19T02:59:45.680Z Compiling ipnetwork v0.21.1
15662026-03-19T02:59:45.704Z Compiling http-body-util v0.1.3
15672026-03-19T02:59:45.907Z Compiling webpki-roots v1.0.6
15682026-03-19T02:59:45.978Z Compiling rand_chacha v0.3.1
15692026-03-19T02:59:46.018Z Compiling serde_tokenstream v0.2.3
15702026-03-19T02:59:46.060Z Compiling toml_datetime v0.6.11
15712026-03-19T02:59:46.201Z Compiling serde_spanned v0.6.9
15722026-03-19T02:59:46.226Z Compiling erased-serde v0.3.31
15732026-03-19T02:59:46.382Z Compiling md-5 v0.10.6
15742026-03-19T02:59:46.402Z Compiling zerocopy-derive v0.7.35
15752026-03-19T02:59:46.420Z Compiling curve25519-dalek v4.1.3
15762026-03-19T02:59:46.586Z Compiling vergen-lib v0.1.6
15772026-03-19T02:59:46.812Z Compiling num-integer v0.1.46
15782026-03-19T02:59:46.833Z Compiling hash32 v0.2.1
15792026-03-19T02:59:46.953Z Compiling ff v0.13.1
15802026-03-19T02:59:46.989Z Compiling memoffset v0.9.1
15812026-03-19T02:59:47.024Z Compiling darling_macro v0.21.3
15822026-03-19T02:59:47.077Z Compiling litrs v1.0.0
15832026-03-19T02:59:47.121Z Compiling cfg_aliases v0.2.1
15842026-03-19T02:59:47.212Z Compiling fallible-iterator v0.2.0
15852026-03-19T02:59:47.232Z Compiling ryu v1.0.23
15862026-03-19T02:59:47.250Z Compiling iri-string v0.7.10
15872026-03-19T02:59:47.461Z Compiling ref-cast v1.0.25
15882026-03-19T02:59:47.542Z Compiling base16ct v0.2.0
15892026-03-19T02:59:47.627Z Compiling rustix v0.38.44
15902026-03-19T02:59:47.667Z Compiling smoltcp v0.9.1
15912026-03-19T02:59:47.769Z Compiling zlib-rs v0.6.2
15922026-03-19T02:59:47.794Z Compiling psl-types v2.0.11
15932026-03-19T02:59:47.842Z Compiling num-bigint-dig v0.8.6
15942026-03-19T02:59:47.983Z Compiling publicsuffix v2.3.0
15952026-03-19T02:59:48.152Z Compiling newtype-uuid v1.3.2
15962026-03-19T02:59:48.213Z Compiling document-features v0.2.12
15972026-03-19T02:59:48.234Z Compiling sec1 v0.7.3
15982026-03-19T02:59:48.255Z Compiling darling v0.21.3
15992026-03-19T02:59:48.357Z Compiling postgres-protocol v0.6.10
16002026-03-19T02:59:48.596Z Compiling zerocopy v0.7.35
16012026-03-19T02:59:48.608Z Compiling serde_urlencoded v0.7.1
16022026-03-19T02:59:48.987Z Compiling tower-http v0.6.8
16032026-03-19T02:59:49.056Z Compiling nix v0.31.1
16042026-03-19T02:59:49.107Z Compiling num-iter v0.1.45
16052026-03-19T02:59:49.261Z Compiling group v0.13.0
16062026-03-19T02:59:49.555Z Compiling rand v0.8.5
16072026-03-19T02:59:49.574Z Compiling derive_builder v0.20.2
16082026-03-19T02:59:49.595Z Compiling oxnet v0.1.4
16092026-03-19T02:59:50.002Z Compiling proc-macro-error v1.0.4
16102026-03-19T02:59:50.095Z Compiling tokio-native-tls v0.3.1
16112026-03-19T02:59:50.144Z Compiling goblin v0.8.2
16122026-03-19T02:59:50.861Z Compiling heck v0.4.1
16132026-03-19T02:59:50.988Z Compiling phf_shared v0.13.1
16142026-03-19T02:59:51.019Z Compiling hubpack_derive v0.1.1
16152026-03-19T02:59:51.146Z Compiling regex v1.12.3
16162026-03-19T02:59:51.309Z Compiling lazy_static v1.5.0
16172026-03-19T02:59:51.424Z Compiling cargo-platform v0.1.9
16182026-03-19T02:59:51.576Z Compiling hkdf v0.12.4
16192026-03-19T02:59:51.591Z Compiling crypto-bigint v0.5.5
16202026-03-19T02:59:51.750Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-19T02:59:51.755Z Compiling daft-derive v0.1.5
16222026-03-19T02:59:51.788Z Compiling async-trait v0.1.89
16232026-03-19T02:59:52.434Z Compiling flate2 v1.1.9
16242026-03-19T02:59:52.625Z Compiling ref-cast-impl v1.0.25
16252026-03-19T02:59:52.717Z Compiling strum_macros v0.27.2
16262026-03-19T02:59:53.023Z Compiling terminal_size v0.4.3
16272026-03-19T02:59:53.202Z Compiling vergen v9.0.6
16282026-03-19T02:59:53.223Z Compiling fs-err v3.3.0
16292026-03-19T02:59:53.350Z Compiling ahash v0.8.12
16302026-03-19T02:59:53.429Z Compiling object v0.37.3
16312026-03-19T02:59:53.463Z Compiling managed v0.8.0
16322026-03-19T02:59:53.606Z Compiling foldhash v0.1.5
16332026-03-19T02:59:53.750Z Compiling winnow v0.5.40
16342026-03-19T02:59:53.777Z Compiling bitflags v1.3.2
16352026-03-19T02:59:53.826Z Compiling libbz2-rs-sys v0.2.2
16362026-03-19T02:59:53.872Z Compiling bumpalo v3.20.2
16372026-03-19T02:59:54.199Z Compiling zopfli v0.8.3
16382026-03-19T02:59:54.571Z Compiling bzip2 v0.6.1
16392026-03-19T02:59:54.834Z Compiling hashbrown v0.15.5
16402026-03-19T02:59:55.092Z Compiling console v0.16.2
16412026-03-19T02:59:55.115Z Compiling clap_builder v4.5.60
16422026-03-19T02:59:55.470Z Compiling strum v0.27.2
16432026-03-19T02:59:55.576Z Compiling toml_edit v0.19.15
16442026-03-19T02:59:55.833Z Compiling dof v0.3.0
16452026-03-19T02:59:55.852Z Compiling elliptic-curve v0.13.8
16462026-03-19T02:59:55.860Z Compiling daft v0.1.5
16472026-03-19T02:59:56.226Z Compiling cargo_metadata v0.19.2
16482026-03-19T02:59:56.377Z Compiling hubpack v0.1.2
16492026-03-19T02:59:56.809Z Compiling phf v0.13.1
16502026-03-19T02:59:57.022Z Compiling zone_cfg_derive v0.3.1
16512026-03-19T02:59:57.853Z Compiling zstd v0.13.3
16522026-03-19T02:59:58.113Z Compiling signal-hook-mio v0.2.5
16532026-03-19T02:59:58.273Z Compiling cookie_store v0.22.1
16542026-03-19T02:59:58.757Z Compiling hyper-tls v0.6.0
16552026-03-19T02:59:58.826Z Compiling rayon v1.11.0
16562026-03-19T02:59:59.052Z Compiling bzip2 v0.4.4
16572026-03-19T02:59:59.309Z Compiling postgres-types v0.2.12
16582026-03-19T02:59:59.331Z Compiling serde_with_macros v3.17.0
16592026-03-19T02:59:59.445Z Compiling usdt-macro v0.6.0
16602026-03-19T02:59:59.887Z Compiling usdt-attr-macro v0.6.0
16612026-03-19T03:00:00.074Z Compiling ed25519 v2.2.3
16622026-03-19T03:00:00.377Z Compiling dtrace-parser v0.2.0
16632026-03-19T03:00:00.851Z Compiling itertools v0.12.1
16642026-03-19T03:00:00.918Z Compiling phf_shared v0.11.3
16652026-03-19T03:00:01.027Z Compiling bstr v1.12.1
16662026-03-19T03:00:01.171Z Compiling pkcs1 v0.7.5
16672026-03-19T03:00:01.225Z Compiling serde-big-array v0.5.1
16682026-03-19T03:00:01.273Z Compiling hex v0.4.3
16692026-03-19T03:00:01.409Z Compiling rfc6979 v0.4.0
16702026-03-19T03:00:01.429Z Compiling enum-as-inner v0.6.1
16712026-03-19T03:00:01.564Z Compiling clap_derive v4.5.55
16722026-03-19T03:00:01.630Z Compiling strum_macros v0.26.4
16732026-03-19T03:00:01.716Z Compiling serde_repr v0.1.20
16742026-03-19T03:00:01.916Z Compiling float-cmp v0.10.0
16752026-03-19T03:00:02.082Z Compiling memmap2 v0.9.10
16762026-03-19T03:00:02.109Z Compiling thread-id v4.2.2
16772026-03-19T03:00:02.219Z Compiling env_filter v1.0.0
16782026-03-19T03:00:02.364Z Compiling encoding_rs v0.8.35
16792026-03-19T03:00:02.409Z Compiling new_debug_unreachable v1.0.6
16802026-03-19T03:00:02.502Z Compiling rustc-hash v2.1.1
16812026-03-19T03:00:02.521Z Compiling static_assertions v1.1.0
16822026-03-19T03:00:02.614Z Compiling data-encoding v2.10.0
16832026-03-19T03:00:02.633Z Compiling fixedbitset v0.4.2
16842026-03-19T03:00:02.661Z Compiling predicates-core v1.0.10
16852026-03-19T03:00:02.906Z Compiling keccak v0.1.6
16862026-03-19T03:00:02.970Z Compiling difflib v0.4.0
16872026-03-19T03:00:03.658Z Compiling mime v0.3.17
16882026-03-19T03:00:03.759Z Compiling whoami v2.1.0
16892026-03-19T03:00:04.008Z Compiling normalize-line-endings v0.3.0
16902026-03-19T03:00:04.022Z Compiling jiff v0.2.21
16912026-03-19T03:00:04.083Z Compiling precomputed-hash v0.1.1
16922026-03-19T03:00:04.110Z Compiling fixedbitset v0.5.7
16932026-03-19T03:00:04.123Z Compiling unit-prefix v0.5.2
16942026-03-19T03:00:04.128Z Compiling strum v0.26.3
16952026-03-19T03:00:04.192Z Compiling string_cache v0.8.9
16962026-03-19T03:00:04.270Z Compiling indicatif v0.18.4
16972026-03-19T03:00:04.303Z Compiling predicates v3.1.4
16982026-03-19T03:00:04.310Z Compiling tokio-postgres v0.7.16
16992026-03-19T03:00:04.489Z Compiling petgraph v0.8.3
17002026-03-19T03:00:04.512Z Compiling toml_edit v0.22.27
17012026-03-19T03:00:04.521Z Compiling clap v4.5.60
17022026-03-19T03:00:04.627Z Compiling sha3 v0.10.8
17032026-03-19T03:00:05.179Z Compiling hickory-proto v0.25.2
17042026-03-19T03:00:05.228Z Compiling petgraph v0.6.5
17052026-03-19T03:00:05.428Z Compiling iddqd v0.3.17
17062026-03-19T03:00:06.947Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-03-19T03:00:07.151Z Compiling env_logger v0.11.9
17082026-03-19T03:00:07.269Z Compiling zone v0.3.1
17092026-03-19T03:00:07.298Z Compiling usdt v0.6.0
17102026-03-19T03:00:07.633Z Compiling usdt-impl v0.5.0
17112026-03-19T03:00:07.633Z Compiling similar v2.7.0
17122026-03-19T03:00:08.247Z Compiling zip v4.6.1
17132026-03-19T03:00:08.375Z Compiling serde_with v3.17.0
17142026-03-19T03:00:08.481Z Compiling ecdsa v0.16.9
17152026-03-19T03:00:08.844Z Compiling rsa v0.9.10
17162026-03-19T03:00:08.998Z Compiling crossterm v0.28.1
17172026-03-19T03:00:09.570Z Compiling ed25519-dalek v2.2.0
17182026-03-19T03:00:10.402Z Compiling zip v0.6.6
17192026-03-19T03:00:10.803Z Compiling toml v0.7.8
17202026-03-19T03:00:11.368Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-19T03:00:11.505Z Compiling itertools v0.13.0
17222026-03-19T03:00:11.648Z Compiling tokio-stream v0.1.18
17232026-03-19T03:00:11.669Z Compiling buf-list v1.1.2
17242026-03-19T03:00:12.039Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-19T03:00:12.123Z Compiling x509-cert v0.2.5
17262026-03-19T03:00:12.238Z Compiling openapiv3 v2.2.0
17272026-03-19T03:00:12.292Z Compiling sha1 v0.10.6
17282026-03-19T03:00:12.485Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-19T03:00:12.562Z Compiling lalrpop-util v0.19.12
17302026-03-19T03:00:12.812Z Compiling peg-runtime v0.8.5
17312026-03-19T03:00:12.831Z Compiling thread_local v1.1.9
17322026-03-19T03:00:13.016Z Compiling slog-async v2.8.0
17332026-03-19T03:00:13.169Z Compiling crossbeam-channel v0.5.15
17342026-03-19T03:00:13.272Z Compiling futures-executor v0.3.32
17352026-03-19T03:00:13.325Z Compiling filetime v0.2.27
17362026-03-19T03:00:13.428Z Compiling is-terminal v0.4.17
17372026-03-19T03:00:13.493Z Compiling xattr v1.6.1
17382026-03-19T03:00:13.634Z Compiling term v1.2.1
17392026-03-19T03:00:13.689Z Compiling take_mut v0.2.2
17402026-03-19T03:00:13.725Z Compiling tar v0.4.44
17412026-03-19T03:00:13.801Z Compiling futures v0.3.32
17422026-03-19T03:00:13.907Z Compiling slog-term v2.9.2
17432026-03-19T03:00:20.815Z Compiling rustls-webpki v0.103.9
17442026-03-19T03:00:24.800Z Compiling tokio-rustls v0.26.4
17452026-03-19T03:00:24.800Z Compiling rustls-platform-verifier v0.6.2
17462026-03-19T03:00:25.072Z Compiling hyper-rustls v0.27.7
17472026-03-19T03:00:25.335Z Compiling reqwest v0.12.28
17482026-03-19T03:00:25.335Z Compiling reqwest v0.13.2
17492026-03-19T03:00:28.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-19T03:00:28.666Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-19T03:00:32.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17522026-03-19T03:00:32.679Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-19T03:00:32.742ZMar 19 03:00:31.199 INFO Starting download, target: Cockroach
17542026-03-19T03:00:32.742ZMar 19 03:00:31.200 INFO Starting download, target: DendriteStub
17552026-03-19T03:00:32.742ZMar 19 03:00:31.200 INFO Starting download, target: Clickhouse
17562026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Starting download, target: TransceiverControl
17572026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Starting download, target: Console
17582026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Starting download, target: MaghemiteMgd
17592026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-19T03:00:32.747ZMar 19 03:00:31.200 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-19T03:00:33.091ZMar 19 03:00:31.533 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-19T03:00:33.431ZMar 19 03:00:31.863 INFO Download complete, target: TransceiverControl
17672026-03-19T03:00:33.845ZMar 19 03:00:32.208 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-19T03:00:34.161ZMar 19 03:00:32.600 INFO Download complete, target: Console
17692026-03-19T03:00:34.587ZMar 19 03:00:33.020 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-19T03:00:34.639ZMar 19 03:00:33.074 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-19T03:00:35.059ZMar 19 03:00:33.497 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-19T03:00:36.045ZMar 19 03:00:34.499 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-19T03:00:36.045ZMar 19 03:00:34.499 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-19T03:00:38.223ZMar 19 03:00:36.675 INFO Download complete, target: DendriteStub
17752026-03-19T03:00:38.607ZMar 19 03:00:37.053 INFO Download complete, target: MaghemiteMgd
17762026-03-19T03:00:44.863ZMar 19 03:00:42.230 INFO Checking that binary works, target: Cockroach
17772026-03-19T03:00:44.892ZMar 19 03:00:42.347 INFO Download complete, target: Cockroach
17782026-03-19T03:00:45.868ZMar 19 03:00:44.251 INFO Checking that binary works, target: Clickhouse
17792026-03-19T03:00:45.967ZMar 19 03:00:44.405 INFO Download complete, target: Clickhouse
17802026-03-19T03:00:45.981ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-19T03:00:45.989Z
17822026-03-19T03:00:45.989Zreal 4:25.504863077
17832026-03-19T03:00:45.989Zuser 10:24.301828708
17842026-03-19T03:00:45.989Zsys 1:48.137039686
17852026-03-19T03:00:45.990Ztrap 0.332627351
17862026-03-19T03:00:45.990Ztflt 0.693017194
17872026-03-19T03:00:45.990Zdflt 0.616767661
17882026-03-19T03:00:45.991Zkflt 0.028739045
17892026-03-19T03:00:45.991Zlock 31:01.618408456
17902026-03-19T03:00:45.991Zslp 30:09.059711156
17912026-03-19T03:00:45.992Zlat 56.167056230
17922026-03-19T03:00:45.992Zstop 2:39.669921671
17932026-03-19T03:00:45.992Z+ banner clippy
17942026-03-19T03:00:45.992Z
17952026-03-19T03:00:45.992Z #### # # ##### ##### # #
17962026-03-19T03:00:45.992Z # # # # # # # # # #
17972026-03-19T03:00:45.992Z # # # # # # # #
17982026-03-19T03:00:45.992Z # # # ##### ##### #
17992026-03-19T03:00:45.992Z # # # # # # #
18002026-03-19T03:00:45.992Z #### ###### # # # #
18012026-03-19T03:00:45.992Z
18022026-03-19T03:00:45.993Z+ export CARGO_INCREMENTAL=0
18032026-03-19T03:00:45.993Z+ CARGO_INCREMENTAL=0
18042026-03-19T03:00:45.993Z+ ptime -m cargo xtask clippy
18052026-03-19T03:00:46.687Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-19T03:00:46.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-19T03:00:49.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18082026-03-19T03:00:49.582Z Running `target/debug/xtask clippy`
18092026-03-19T03:00:49.614Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-03-19T03:00:50.417Z Downloading crates ...
18112026-03-19T03:00:50.769Z Downloaded parking v2.2.1
18122026-03-19T03:00:50.773Z Downloaded partial-io v0.5.4
18132026-03-19T03:00:50.773Z Downloaded assert_cmd v2.1.2
18142026-03-19T03:00:50.776Z Downloaded hashbrown v0.14.5
18152026-03-19T03:00:50.927Z Downloaded assert-json-diff v2.0.2
18162026-03-19T03:00:50.932Z Downloaded target-lexicon v0.13.3
18172026-03-19T03:00:50.938Z Downloaded similar-asserts v1.7.0
18182026-03-19T03:00:50.940Z Downloaded serde_regex v1.1.0
18192026-03-19T03:00:50.950Z Downloaded tinytemplate v1.2.1
18202026-03-19T03:00:50.956Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18212026-03-19T03:00:50.956Z Downloaded rustc-demangle v0.1.27
18222026-03-19T03:00:50.961Z Downloaded knuffel v3.2.0
18232026-03-19T03:00:50.961Z Downloaded plotters-svg v0.3.7
18242026-03-19T03:00:50.961Z Downloaded event-listener v5.4.1
18252026-03-19T03:00:50.964Z Downloaded relative-path v1.9.3
18262026-03-19T03:00:50.964Z Downloaded criterion v0.7.0
18272026-03-19T03:00:50.967Z Downloaded event-listener-strategy v0.5.4
18282026-03-19T03:00:50.970Z Downloaded path-tree v0.8.3
18292026-03-19T03:00:50.975Z Downloaded stringmetrics v2.2.2
18302026-03-19T03:00:50.975Z Downloaded target-triple v1.0.0
18312026-03-19T03:00:50.979Z Downloaded cast v0.3.0
18322026-03-19T03:00:50.979Z Downloaded async-lock v3.4.2
18332026-03-19T03:00:50.983Z Downloaded cfg-expr v0.20.6
18342026-03-19T03:00:50.983Z Downloaded datatest-stable v0.3.3
18352026-03-19T03:00:50.986Z Downloaded backtrace v0.3.76
18362026-03-19T03:00:51.059Z Downloaded terminal_size v0.1.17
18372026-03-19T03:00:51.067Z Downloaded addr2line v0.25.1
18382026-03-19T03:00:51.081Z Downloaded rand_distr v0.5.1
18392026-03-19T03:00:51.083Z Downloaded oorandom v11.1.5
18402026-03-19T03:00:51.088Z Downloaded criterion-plot v0.6.0
18412026-03-19T03:00:51.091Z Downloaded termcolor v1.4.1
18422026-03-19T03:00:51.092Z Downloaded miette-derive v5.10.0
18432026-03-19T03:00:51.095Z Downloaded linkme v0.3.35
18442026-03-19T03:00:51.097Z Downloaded async-object-pool v0.2.0
18452026-03-19T03:00:51.111Z Downloaded target-spec v3.5.7
18462026-03-19T03:00:51.116Z Downloaded supports-color v2.1.0
18472026-03-19T03:00:51.122Z Downloaded guppy-workspace-hack v0.1.0
18482026-03-19T03:00:51.122Z Downloaded gimli v0.32.3
18492026-03-19T03:00:51.125Z Downloaded fancy-regex v0.14.0
18502026-03-19T03:00:51.125Z Downloaded trybuild v1.0.116
18512026-03-19T03:00:51.134Z Downloaded cargo-platform v0.3.2
18522026-03-19T03:00:51.138Z Downloaded libtest-mimic v0.8.1
18532026-03-19T03:00:51.143Z Downloaded chumsky v0.9.3
18542026-03-19T03:00:51.152Z Downloaded concurrent-queue v2.5.0
18552026-03-19T03:00:51.162Z Downloaded knuffel-derive v3.2.0
18562026-03-19T03:00:51.168Z Downloaded miette v5.10.0
18572026-03-19T03:00:51.168Z Downloaded plotters v0.3.7
18582026-03-19T03:00:51.328Z Downloaded toml v1.0.3+spec-1.1.0
18592026-03-19T03:00:51.340Z Downloaded httpmock v0.8.3
18602026-03-19T03:00:51.356Z Downloaded httptest v0.16.4
18612026-03-19T03:00:51.359Z Downloaded futures-timer v3.0.3
18622026-03-19T03:00:51.364Z Downloaded escape8259 v0.5.3
18632026-03-19T03:00:51.377Z Downloaded supports-hyperlinks v2.1.0
18642026-03-19T03:00:51.379Z Downloaded textwrap v0.15.2
18652026-03-19T03:00:51.408Z Downloaded constant_time_eq v0.3.1
18662026-03-19T03:00:51.412Z Downloaded pathdiff v0.2.3
18672026-03-19T03:00:51.415Z Downloaded blake2b_simd v1.0.4
18682026-03-19T03:00:51.418Z Downloaded rstest v0.25.0
18692026-03-19T03:00:51.421Z Downloaded guppy v0.17.25
18702026-03-19T03:00:51.425Z Downloaded anes v0.1.6
18712026-03-19T03:00:51.431Z Downloaded owo-colors v3.5.0
18722026-03-19T03:00:51.437Z Downloaded backtrace-ext v0.2.1
18732026-03-19T03:00:51.440Z Downloaded supports-unicode v2.1.0
18742026-03-19T03:00:51.446Z Downloaded nested v0.1.1
18752026-03-19T03:00:51.458Z Downloaded approx v0.5.1
18762026-03-19T03:00:51.469Z Downloaded linkme-impl v0.3.35
18772026-03-19T03:00:51.481Z Downloaded plotters-backend v0.3.7
18782026-03-19T03:00:51.484Z Downloaded cargo_metadata v0.23.1
18792026-03-19T03:00:51.496Z Downloaded rust-argon2 v2.1.0
18802026-03-19T03:00:51.503Z Downloaded rstest_macros v0.25.0
18812026-03-19T03:00:53.705Z Checking cfg-if v1.0.4
18822026-03-19T03:00:54.091Z Checking libc v0.2.180
18832026-03-19T03:00:54.109Z Checking serde_core v1.0.228
18842026-03-19T03:00:54.171Z Checking memchr v2.8.0
18852026-03-19T03:00:54.229Z Checking smallvec v1.15.1
18862026-03-19T03:00:54.256Z Checking log v0.4.29
18872026-03-19T03:00:54.269Z Checking itoa v1.0.17
18882026-03-19T03:00:54.351Z Checking zeroize v1.8.2
18892026-03-19T03:00:54.392Z Checking libm v0.2.16
18902026-03-19T03:00:54.468Z Checking scopeguard v1.2.0
18912026-03-19T03:00:54.527Z Checking stable_deref_trait v1.2.1
18922026-03-19T03:00:54.563Z Checking zmij v1.0.21
18932026-03-19T03:00:54.612Z Checking zerofrom v0.1.6
18942026-03-19T03:00:54.652Z Checking lock_api v0.4.14
18952026-03-19T03:00:54.698Z Checking errno v0.3.14
18962026-03-19T03:00:54.698Z Checking getrandom v0.2.17
18972026-03-19T03:00:54.793Z Checking percent-encoding v2.3.2
18982026-03-19T03:00:54.827Z Checking yoke v0.8.1
18992026-03-19T03:00:54.887Z Checking writeable v0.6.2
19002026-03-19T03:00:54.935Z Checking litemap v0.8.1
19012026-03-19T03:00:54.979Z Checking subtle v2.6.1
19022026-03-19T03:00:55.018Z Checking icu_normalizer_data v2.1.1
19032026-03-19T03:00:55.018Z Checking icu_properties_data v2.1.2
19042026-03-19T03:00:55.131Z Checking zerovec v0.11.5
19052026-03-19T03:00:55.143Z Checking zerotrie v0.2.3
19062026-03-19T03:00:55.146Z Checking form_urlencoded v1.2.2
19072026-03-19T03:00:55.225Z Checking rand_core v0.6.4
19082026-03-19T03:00:55.228Z Checking portable-atomic v1.13.1
19092026-03-19T03:00:55.312Z Checking pin-project-lite v0.2.17
19102026-03-19T03:00:55.384Z Checking utf8_iter v1.0.4
19112026-03-19T03:00:55.450Z Checking num-traits v0.2.19
19122026-03-19T03:00:55.498Z Checking zerocopy v0.8.40
19132026-03-19T03:00:55.539Z Checking critical-section v1.2.0
19142026-03-19T03:00:55.584Z Checking parking_lot_core v0.9.12
19152026-03-19T03:00:55.625Z Checking rand_core v0.10.0
19162026-03-19T03:00:55.700Z Checking signal-hook-registry v1.4.8
19172026-03-19T03:00:55.749Z Checking tinystr v0.8.2
19182026-03-19T03:00:55.836Z Checking potential_utf v0.1.4
19192026-03-19T03:00:55.881Z Checking parking_lot v0.12.5
19202026-03-19T03:00:55.884Z Checking once_cell v1.21.3
19212026-03-19T03:00:55.975Z Checking getrandom v0.4.1
19222026-03-19T03:00:56.008Z Checking icu_locale_core v2.1.1
19232026-03-19T03:00:56.050Z Checking icu_collections v2.1.1
19242026-03-19T03:00:56.154Z Checking mio v1.1.1
19252026-03-19T03:00:56.202Z Checking typenum v1.19.0
19262026-03-19T03:00:56.254Z Checking socket2 v0.6.2
19272026-03-19T03:00:56.315Z Checking thiserror v2.0.18
19282026-03-19T03:00:56.363Z Checking serde v1.0.228
19292026-03-19T03:00:56.477Z Checking bitflags v2.11.0
19302026-03-19T03:00:56.520Z Checking serde_json v1.0.149
19312026-03-19T03:00:56.571Z Checking iana-time-zone v0.1.65
19322026-03-19T03:00:56.632Z Checking allocator-api2 v0.2.21
19332026-03-19T03:00:56.726Z Checking uuid v1.21.0
19342026-03-19T03:00:56.770Z Checking semver v1.0.27
19352026-03-19T03:00:56.813Z Checking icu_provider v2.1.1
19362026-03-19T03:00:56.960Z Checking generic-array v0.14.7
19372026-03-19T03:00:57.006Z Checking bytes v1.11.1
19382026-03-19T03:00:57.049Z Checking chrono v0.4.44
19392026-03-19T03:00:57.097Z Checking futures-core v0.3.32
19402026-03-19T03:00:57.174Z Checking icu_normalizer v2.1.1
19412026-03-19T03:00:57.206Z Checking icu_properties v2.1.2
19422026-03-19T03:00:57.316Z Checking equivalent v1.0.2
19432026-03-19T03:00:57.483Z Checking const-oid v0.9.6
19442026-03-19T03:00:57.530Z Checking dyn-clone v1.0.20
19452026-03-19T03:00:57.589Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-19T03:00:57.638Z Checking crypto-common v0.1.7
19472026-03-19T03:00:57.685Z Checking tokio v1.49.0
19482026-03-19T03:00:57.718Z Checking foldhash v0.2.0
19492026-03-19T03:00:57.819Z Checking block-buffer v0.10.4
19502026-03-19T03:00:57.986Z Checking futures-sink v0.3.32
19512026-03-19T03:00:58.003Z Checking hashbrown v0.16.1
19522026-03-19T03:00:58.039Z Checking rustix v1.1.3
19532026-03-19T03:00:58.101Z Checking byteorder v1.5.0
19542026-03-19T03:00:58.296Z Checking futures-channel v0.3.32
19552026-03-19T03:00:58.389Z Checking idna_adapter v1.2.1
19562026-03-19T03:00:58.441Z Checking futures-task v0.3.32
19572026-03-19T03:00:58.523Z Checking digest v0.10.7
19582026-03-19T03:00:58.579Z Checking idna v1.1.0
19592026-03-19T03:00:58.592Z Checking slab v0.4.12
19602026-03-19T03:00:58.649Z Checking futures-io v0.3.32
19612026-03-19T03:00:58.701Z Checking cpufeatures v0.2.17
19622026-03-19T03:00:58.823Z Checking indexmap v2.13.0
19632026-03-19T03:00:58.831Z Checking thiserror v1.0.69
19642026-03-19T03:00:58.903Z Checking getrandom v0.3.4
19652026-03-19T03:00:58.979Z Checking futures-util v0.3.32
19662026-03-19T03:00:59.016Z Checking url v2.5.8
19672026-03-19T03:00:59.037Z Checking fnv v1.0.7
19682026-03-19T03:00:59.114Z Checking regex-syntax v0.8.10
19692026-03-19T03:00:59.186Z Checking http v1.4.0
19702026-03-19T03:00:59.246Z Checking tracing-core v0.1.36
19712026-03-19T03:00:59.558Z Checking ppv-lite86 v0.2.21
19722026-03-19T03:00:59.600Z Checking schemars v0.8.22
19732026-03-19T03:00:59.646Z Checking base64 v0.22.1
19742026-03-19T03:00:59.703Z Checking tracing v0.1.44
19752026-03-19T03:01:00.053Z Checking unicode-ident v1.0.24
19762026-03-19T03:01:00.068Z Checking ipnet v2.11.0
19772026-03-19T03:01:00.068Z Checking utf8parse v0.2.2
19782026-03-19T03:01:00.129Z Checking anstyle v1.0.13
19792026-03-19T03:01:00.179Z Checking proc-macro2 v1.0.106
19802026-03-19T03:01:00.222Z Checking untrusted v0.9.0
19812026-03-19T03:01:00.392Z Checking ring v0.17.14
19822026-03-19T03:01:00.434Z Checking anstyle-parse v0.2.7
19832026-03-19T03:01:00.477Z Checking aho-corasick v1.1.4
19842026-03-19T03:01:00.540Z Checking colorchoice v1.0.4
19852026-03-19T03:01:00.633Z Checking quote v1.0.44
19862026-03-19T03:01:00.678Z Checking anstyle-query v1.1.5
19872026-03-19T03:01:00.720Z Checking is_terminal_polyfill v1.70.2
19882026-03-19T03:01:00.825Z Checking base64ct v1.8.3
19892026-03-19T03:01:00.868Z Checking anstream v0.6.21
19902026-03-19T03:01:00.911Z Checking syn v2.0.117
19912026-03-19T03:01:00.977Z Checking block-padding v0.3.3
19922026-03-19T03:01:01.175Z Checking terminal_size v0.4.3
19932026-03-19T03:01:01.189Z Checking rustls-pki-types v1.14.0
19942026-03-19T03:01:01.257Z Checking inout v0.1.4
19952026-03-19T03:01:01.352Z Checking crossbeam-utils v0.8.21
19962026-03-19T03:01:01.436Z Checking regex-automata v0.4.14
19972026-03-19T03:01:01.481Z Checking httparse v1.10.1
19982026-03-19T03:01:01.632Z Checking cipher v0.4.4
19992026-03-19T03:01:01.678Z Checking strsim v0.11.1
20002026-03-19T03:01:01.768Z Checking clap_lex v1.0.0
20012026-03-19T03:01:01.810Z Checking sha2 v0.10.9
20022026-03-19T03:01:01.854Z Checking pem-rfc7468 v0.7.0
20032026-03-19T03:01:01.916Z Checking http-body v1.0.1
20042026-03-19T03:01:01.962Z Checking rand_core v0.9.5
20052026-03-19T03:01:02.006Z Checking clap_builder v4.5.60
20062026-03-19T03:01:02.089Z Checking atomic-waker v1.1.2
20072026-03-19T03:01:02.138Z Checking hmac v0.12.1
20082026-03-19T03:01:02.141Z Checking tokio-util v0.7.18
20092026-03-19T03:01:02.224Z Checking httpdate v1.0.3
20102026-03-19T03:01:02.229Z Checking try-lock v0.2.5
20112026-03-19T03:01:02.308Z Checking ryu v1.0.23
20122026-03-19T03:01:02.351Z Checking tower-layer v0.3.3
20132026-03-19T03:01:02.423Z Checking want v0.3.1
20142026-03-19T03:01:02.468Z Checking flagset v0.4.7
20152026-03-19T03:01:02.518Z Checking tower-service v0.3.3
20162026-03-19T03:01:02.576Z Checking pin-utils v0.1.0
20172026-03-19T03:01:02.623Z Checking rand_chacha v0.9.0
20182026-03-19T03:01:02.665Z Checking der v0.7.10
20192026-03-19T03:01:02.672Z Checking erased-serde v0.3.31
20202026-03-19T03:01:02.783Z Checking spin v0.9.8
20212026-03-19T03:01:02.916Z Checking rand v0.9.2
20222026-03-19T03:01:03.019Z Checking h2 v0.4.13
20232026-03-19T03:01:03.022Z Checking anyhow v1.0.102
20242026-03-19T03:01:03.313Z Checking slog v2.8.2
20252026-03-19T03:01:03.357Z Checking powerfmt v0.2.0
20262026-03-19T03:01:03.585Z Checking num_threads v0.1.7
20272026-03-19T03:01:03.588Z Checking deranged v0.5.8
20282026-03-19T03:01:03.707Z Checking num-conv v0.2.0
20292026-03-19T03:01:03.741Z Checking time-core v0.1.8
20302026-03-19T03:01:03.745Z Checking clap v4.5.60
20312026-03-19T03:01:03.745Z Checking http-body-util v0.1.3
20322026-03-19T03:01:03.884Z Checking aws-lc-sys v0.37.1
20332026-03-19T03:01:03.955Z Checking untrusted v0.7.1
20342026-03-19T03:01:03.960Z Checking fastrand v2.3.0
20352026-03-19T03:01:04.041Z Checking openssl-probe v0.2.1
20362026-03-19T03:01:04.102Z Checking regex v1.12.3
20372026-03-19T03:01:04.146Z Checking spki v0.7.3
20382026-03-19T03:01:04.214Z Checking serde_urlencoded v0.7.1
20392026-03-19T03:01:04.256Z Checking pbkdf2 v0.12.2
20402026-03-19T03:01:04.296Z Checking aes v0.8.4
20412026-03-19T03:01:04.384Z Checking rand_chacha v0.3.1
20422026-03-19T03:01:04.430Z Checking pretty-hex v0.4.1
20432026-03-19T03:01:04.517Z Checking unicode-width v0.2.0
20442026-03-19T03:01:04.520Z Checking salsa20 v0.10.2
20452026-03-19T03:01:04.611Z Checking cbc v0.1.2
20462026-03-19T03:01:04.655Z Checking aws-lc-rs v1.16.0
20472026-03-19T03:01:04.698Z Checking rand v0.8.5
20482026-03-19T03:01:04.774Z Checking ipnetwork v0.21.1
20492026-03-19T03:01:04.823Z Checking scrypt v0.11.0
20502026-03-19T03:01:04.879Z Checking tempfile v3.25.0
20512026-03-19T03:01:04.932Z Checking hex v0.4.3
20522026-03-19T03:01:04.973Z Checking time v0.3.47
20532026-03-19T03:01:05.034Z Checking plain v0.2.3
20542026-03-19T03:01:05.094Z Checking pkcs5 v0.7.1
20552026-03-19T03:01:05.178Z Checking rustls-native-certs v0.8.3
20562026-03-19T03:01:05.220Z Checking sync_wrapper v1.0.2
20572026-03-19T03:01:05.263Z Checking camino v1.2.2
20582026-03-19T03:01:05.373Z Checking ucd-trie v0.1.7
20592026-03-19T03:01:05.418Z Checking tower v0.5.3
20602026-03-19T03:01:05.467Z Checking pkcs8 v0.10.2
20612026-03-19T03:01:05.512Z Checking webpki-roots v1.0.6
20622026-03-19T03:01:05.573Z Checking pest v2.8.6
20632026-03-19T03:01:05.641Z Checking iri-string v0.7.10
20642026-03-19T03:01:05.698Z Checking mime v0.3.17
20652026-03-19T03:01:05.746Z Checking either v1.15.0
20662026-03-19T03:01:05.862Z Checking rustls-webpki v0.103.9
20672026-03-19T03:01:05.974Z Checking openapiv3 v2.2.0
20682026-03-19T03:01:05.979Z Checking winnow v0.7.14
20692026-03-19T03:01:06.059Z Checking oxnet v0.1.4
20702026-03-19T03:01:06.406Z Checking lazy_static v1.5.0
20712026-03-19T03:01:06.458Z Checking rustls v0.23.37
20722026-03-19T03:01:06.557Z Checking static_assertions v1.1.0
20732026-03-19T03:01:06.628Z Checking foreign-types-shared v0.1.1
20742026-03-19T03:01:06.682Z Checking signature v2.2.0
20752026-03-19T03:01:06.726Z Checking hyper v1.8.1
20762026-03-19T03:01:06.772Z Checking foreign-types v0.3.2
20772026-03-19T03:01:06.881Z Checking openssl-sys v0.9.111
20782026-03-19T03:01:06.928Z Checking encoding_rs v0.8.35
20792026-03-19T03:01:07.081Z Checking simd-adler32 v0.3.8
20802026-03-19T03:01:07.156Z Checking tower-http v0.6.8
20812026-03-19T03:01:07.355Z Checking hubpack v0.1.2
20822026-03-19T03:01:07.561Z Checking openssl v0.10.75
20832026-03-19T03:01:07.607Z Checking adler2 v2.0.1
20842026-03-19T03:01:07.610Z Checking strum v0.26.3
20852026-03-19T03:01:07.690Z Checking sha1 v0.10.6
20862026-03-19T03:01:07.774Z Checking miniz_oxide v0.8.9
20872026-03-19T03:01:07.822Z Checking tinyvec_macros v0.1.1
20882026-03-19T03:01:07.866Z Checking data-encoding v2.10.0
20892026-03-19T03:01:07.930Z Checking serde_spanned v0.6.9
20902026-03-19T03:01:07.976Z Checking tinyvec v1.10.0
20912026-03-19T03:01:08.019Z Checking hyper-util v0.1.20
20922026-03-19T03:01:08.121Z Checking toml_datetime v0.6.11
20932026-03-19T03:01:08.251Z Checking num-integer v0.1.46
20942026-03-19T03:01:08.296Z Checking scroll v0.13.0
20952026-03-19T03:01:08.306Z Checking memmap2 v0.9.10
20962026-03-19T03:01:08.391Z Checking bit-vec v0.8.0
20972026-03-19T03:01:08.437Z Checking base16ct v0.2.0
20982026-03-19T03:01:08.537Z Checking dtrace-parser v0.3.0
20992026-03-19T03:01:08.590Z Checking crossbeam-epoch v0.9.18
21002026-03-19T03:01:08.636Z Checking sec1 v0.7.3
21012026-03-19T03:01:08.699Z Checking goblin v0.10.5
21022026-03-19T03:01:08.711Z Checking bit-set v0.8.0
21032026-03-19T03:01:08.886Z Checking crc32fast v1.5.0
21042026-03-19T03:01:08.932Z Checking ff v0.13.1
21052026-03-19T03:01:08.975Z Checking thread-id v5.1.0
21062026-03-19T03:01:08.978Z Checking wait-timeout v0.2.1
21072026-03-19T03:01:09.099Z Checking num-iter v0.1.45
21082026-03-19T03:01:09.143Z Checking group v0.13.0
21092026-03-19T03:01:09.146Z Checking bstr v1.12.1
21102026-03-19T03:01:09.228Z Checking hkdf v0.12.4
21112026-03-19T03:01:09.277Z Checking ahash v0.8.12
21122026-03-19T03:01:09.363Z Checking crypto-bigint v0.5.5
21132026-03-19T03:01:09.429Z Checking quick-error v1.2.3
21142026-03-19T03:01:09.567Z Checking rand_xorshift v0.4.0
21152026-03-19T03:01:09.610Z Checking rusty-fork v0.3.1
21162026-03-19T03:01:09.704Z Checking scroll v0.12.0
21172026-03-19T03:01:09.769Z Checking unarray v0.1.4
21182026-03-19T03:01:09.813Z Checking num-bigint-dig v0.8.6
21192026-03-19T03:01:09.819Z Checking tokio-rustls v0.26.4
21202026-03-19T03:01:09.899Z Checking pkcs1 v0.7.5
21212026-03-19T03:01:10.003Z Checking proptest v1.10.0
21222026-03-19T03:01:10.059Z Checking goblin v0.8.2
21232026-03-19T03:01:10.211Z Checking hyper-rustls v0.27.7
21242026-03-19T03:01:10.241Z Checking x509-cert v0.2.5
21252026-03-19T03:01:10.445Z Checking native-tls v0.2.18
21262026-03-19T03:01:10.506Z Checking zerocopy v0.7.35
21272026-03-19T03:01:10.720Z Checking tokio-native-tls v0.3.1
21282026-03-19T03:01:10.762Z Checking elliptic-curve v0.13.8
21292026-03-19T03:01:10.957Z Checking hyper-tls v0.6.0
21302026-03-19T03:01:11.019Z Checking psl-types v2.0.11
21312026-03-19T03:01:11.188Z Checking zlib-rs v0.6.2
21322026-03-19T03:01:11.212Z Checking unicode-segmentation v1.12.0
21332026-03-19T03:01:11.225Z Checking reqwest v0.12.28
21342026-03-19T03:01:11.246Z Checking publicsuffix v2.3.0
21352026-03-19T03:01:11.326Z Checking rsa v0.9.10
21362026-03-19T03:01:11.526Z Checking crossbeam-deque v0.8.6
21372026-03-19T03:01:11.656Z Checking dtrace-parser v0.2.0
21382026-03-19T03:01:11.791Z Checking cookie v0.18.1
21392026-03-19T03:01:11.980Z Checking rfc6979 v0.4.0
21402026-03-19T03:01:12.026Z Checking thread-id v4.2.2
21412026-03-19T03:01:12.031Z Checking dof v0.4.0
21422026-03-19T03:01:12.128Z Checking toml_write v0.1.2
21432026-03-19T03:01:12.170Z Checking cookie_store v0.22.1
21442026-03-19T03:01:12.185Z Checking ecdsa v0.16.9
21452026-03-19T03:01:12.380Z Checking toml_edit v0.22.27
21462026-03-19T03:01:12.425Z Checking flate2 v1.1.9
21472026-03-19T03:01:12.431Z Checking rustls-platform-verifier v0.6.2
21482026-03-19T03:01:12.511Z Checking newtype-uuid v1.3.2
21492026-03-19T03:01:12.639Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-19T03:01:12.685Z Checking curve25519-dalek v4.1.3
21512026-03-19T03:01:12.731Z Checking rustix v0.38.44
21522026-03-19T03:01:12.735Z Checking dof v0.3.0
21532026-03-19T03:01:12.813Z Checking memoffset v0.9.1
21542026-03-19T03:01:12.860Z Checking env_filter v1.0.0
21552026-03-19T03:01:12.948Z Checking keccak v0.1.6
21562026-03-19T03:01:12.992Z Checking usdt-impl v0.6.0
21572026-03-19T03:01:13.079Z Checking env_logger v0.11.9
21582026-03-19T03:01:13.123Z Checking daft v0.1.5
21592026-03-19T03:01:13.176Z Checking usdt-impl v0.5.0
21602026-03-19T03:01:13.220Z Checking sha3 v0.10.8
21612026-03-19T03:01:13.368Z Checking reqwest v0.13.2
21622026-03-19T03:01:13.406Z Checking usdt v0.6.0
21632026-03-19T03:01:13.474Z Checking ed25519 v2.2.3
21642026-03-19T03:01:13.526Z Checking itertools v0.13.0
21652026-03-19T03:01:13.569Z Checking serde_with v3.17.0
21662026-03-19T03:01:13.648Z Checking bitflags v1.3.2
21672026-03-19T03:01:13.743Z Checking siphasher v1.0.2
21682026-03-19T03:01:13.787Z Checking unicode-normalization v0.1.25
21692026-03-19T03:01:13.790Z Checking ed25519-dalek v2.2.0
21702026-03-19T03:01:13.910Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-19T03:01:13.954Z Checking signal-hook v0.3.18
21722026-03-19T03:01:13.997Z Checking winnow v0.5.40
21732026-03-19T03:01:14.162Z Checking managed v0.8.0
21742026-03-19T03:01:14.205Z Checking nix v0.31.1
21752026-03-19T03:01:14.249Z Checking rayon-core v1.13.0
21762026-03-19T03:01:14.351Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-19T03:01:14.444Z Checking object v0.37.3
21782026-03-19T03:01:14.495Z Checking foldhash v0.1.5
21792026-03-19T03:01:14.541Z Checking bzip2 v0.4.4
21802026-03-19T03:01:14.705Z Checking hashbrown v0.15.5
21812026-03-19T03:01:14.708Z Checking signal-hook-mio v0.2.5
21822026-03-19T03:01:14.799Z Checking ref-cast v1.0.25
21832026-03-19T03:01:14.911Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-19T03:01:14.965Z Checking zip v0.6.6
21852026-03-19T03:01:15.006Z Checking libbz2-rs-sys v0.2.2
21862026-03-19T03:01:15.091Z Checking zstd-safe v7.2.4
21872026-03-19T03:01:15.346Z Checking bumpalo v3.20.2
21882026-03-19T03:01:15.390Z Checking zstd v0.13.3
21892026-03-19T03:01:15.434Z Checking crossterm v0.28.1
21902026-03-19T03:01:15.544Z Checking bzip2 v0.6.1
21912026-03-19T03:01:15.642Z Checking zopfli v0.8.3
21922026-03-19T03:01:15.645Z Checking toml_edit v0.19.15
21932026-03-19T03:01:15.645Z Checking rayon v1.11.0
21942026-03-19T03:01:15.766Z Checking similar v2.7.0
21952026-03-19T03:01:15.769Z Checking fs-err v3.3.0
21962026-03-19T03:01:15.850Z Checking hash32 v0.2.1
21972026-03-19T03:01:16.091Z Checking serde-big-array v0.5.1
21982026-03-19T03:01:16.135Z Checking unicode-properties v0.1.4
21992026-03-19T03:01:16.188Z Checking jiff v0.2.21
22002026-03-19T03:01:16.294Z Checking predicates-core v1.0.10
22012026-03-19T03:01:16.346Z Checking unicode-bidi v0.3.18
22022026-03-19T03:01:16.417Z Checking heapless v0.7.17
22032026-03-19T03:01:16.462Z Checking hickory-proto v0.25.2
22042026-03-19T03:01:16.523Z Checking tokio-stream v0.1.18
22052026-03-19T03:01:16.768Z Checking stringprep v0.1.5
22062026-03-19T03:01:17.001Z Checking md-5 v0.10.6
22072026-03-19T03:01:17.045Z Checking float-cmp v0.10.0
22082026-03-19T03:01:17.088Z Checking rustc-hash v2.1.1
22092026-03-19T03:01:17.183Z Checking toml v0.7.8
22102026-03-19T03:01:17.227Z Checking fallible-iterator v0.2.0
22112026-03-19T03:01:17.270Z Checking difflib v0.4.0
22122026-03-19T03:01:17.273Z Checking normalize-line-endings v0.3.0
22132026-03-19T03:01:17.417Z Checking iddqd v0.3.17
22142026-03-19T03:01:17.573Z Checking predicates v3.1.4
22152026-03-19T03:01:17.630Z Checking postgres-protocol v0.6.10
22162026-03-19T03:01:17.672Z Checking smoltcp v0.9.1
22172026-03-19T03:01:17.736Z Checking phf_shared v0.13.1
22182026-03-19T03:01:17.781Z Checking phf_shared v0.11.3
22192026-03-19T03:01:18.008Z Checking itertools v0.12.1
22202026-03-19T03:01:18.050Z Checking console v0.16.2
22212026-03-19T03:01:18.052Z Checking buf-list v1.1.2
22222026-03-19T03:01:18.133Z Checking strum v0.27.2
22232026-03-19T03:01:18.307Z Checking precomputed-hash v0.1.1
22242026-03-19T03:01:18.348Z Checking unit-prefix v0.5.2
22252026-03-19T03:01:18.446Z Checking fixedbitset v0.5.7
22262026-03-19T03:01:18.512Z Checking new_debug_unreachable v1.0.6
22272026-03-19T03:01:18.515Z Checking lalrpop-util v0.19.12
22282026-03-19T03:01:18.598Z Checking fixedbitset v0.4.2
22292026-03-19T03:01:18.642Z Checking string_cache v0.8.9
22302026-03-19T03:01:18.645Z Checking indicatif v0.18.4
22312026-03-19T03:01:18.736Z Checking petgraph v0.8.3
22322026-03-19T03:01:19.198Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-19T03:01:19.202Z Checking petgraph v0.6.5
22342026-03-19T03:01:19.202Z Checking postgres-types v0.2.12
22352026-03-19T03:01:19.212Z Checking phf v0.13.1
22362026-03-19T03:01:19.352Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-19T03:01:19.399Z Checking zip v4.6.1
22382026-03-19T03:01:19.442Z Checking zone v0.3.1
22392026-03-19T03:01:19.447Z Checking peg-runtime v0.8.5
22402026-03-19T03:01:19.699Z Checking whoami v2.1.0
22412026-03-19T03:01:19.885Z Checking futures-executor v0.3.32
22422026-03-19T03:01:19.965Z Checking is-terminal v0.4.17
22432026-03-19T03:01:20.010Z Checking tokio-postgres v0.7.16
22442026-03-19T03:01:20.115Z Checking crossbeam-channel v0.5.15
22452026-03-19T03:01:20.118Z Checking futures v0.3.32
22462026-03-19T03:01:20.230Z Compiling structmeta-derive v0.3.0
22472026-03-19T03:01:20.291Z Checking thread_local v1.1.9
22482026-03-19T03:01:20.348Z Checking take_mut v0.2.2
22492026-03-19T03:01:20.513Z Checking term v1.2.1
22502026-03-19T03:01:20.556Z Compiling newtype-uuid-macros v0.1.0
22512026-03-19T03:01:20.599Z Checking slog-async v2.8.0
22522026-03-19T03:01:20.647Z Compiling rustls v0.22.4
22532026-03-19T03:01:20.832Z Checking slog-term v2.9.2
22542026-03-19T03:01:20.876Z Checking regress v0.10.5
22552026-03-19T03:01:20.983Z Compiling multer v3.1.0
22562026-03-19T03:01:21.029Z Compiling async-stream-impl v0.3.6
22572026-03-19T03:01:21.214Z Compiling dropshot v0.16.7
22582026-03-19T03:01:21.357Z Compiling dropshot_endpoint v0.16.7
22592026-03-19T03:01:21.588Z Checking match_cfg v0.1.0
22602026-03-19T03:01:21.632Z Checking slog-json v2.6.1
22612026-03-19T03:01:21.710Z Checking hostname v0.3.1
22622026-03-19T03:01:21.713Z Compiling structmeta v0.3.0
22632026-03-19T03:01:21.794Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-19T03:01:21.847Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-19T03:01:21.893Z Checking debug-ignore v1.0.5
22662026-03-19T03:01:21.896Z Checking slog-bunyan v2.5.0
22672026-03-19T03:01:22.052Z Checking serde_spanned v1.0.4
22682026-03-19T03:01:22.095Z Compiling derive-ex v0.1.8
22692026-03-19T03:01:22.142Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-19T03:01:22.192Z Checking rustls-webpki v0.102.8
22712026-03-19T03:01:22.257Z Checking serde_path_to_error v0.1.20
22722026-03-19T03:01:22.316Z Checking progenitor-client v0.13.0
22732026-03-19T03:01:22.415Z Checking async-stream v0.3.6
22742026-03-19T03:01:22.459Z Checking toml v0.9.12+spec-1.1.0
22752026-03-19T03:01:22.657Z Checking waitgroup v0.1.2
22762026-03-19T03:01:22.701Z Checking rustls-pemfile v2.2.0
22772026-03-19T03:01:22.818Z Checking hostname v0.4.2
22782026-03-19T03:01:22.867Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-19T03:01:22.910Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22802026-03-19T03:01:22.953Z Compiling parse-display-derive v0.10.0
22812026-03-19T03:01:22.997Z Checking itertools v0.14.0
22822026-03-19T03:01:23.076Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-19T03:01:23.081Z Checking macaddr v1.0.1
22842026-03-19T03:01:23.328Z Checking progenitor-client v0.10.0
22852026-03-19T03:01:23.390Z Checking instant v0.1.13
22862026-03-19T03:01:23.536Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-19T03:01:23.624Z Checking backoff v0.4.0
22882026-03-19T03:01:23.665Z Checking backon v1.6.0
22892026-03-19T03:01:23.770Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-19T03:01:23.911Z Checking heck v0.5.0
22912026-03-19T03:01:23.954Z Checking progenitor-extras v0.1.1
22922026-03-19T03:01:24.102Z Checking camino-tempfile v1.4.1
22932026-03-19T03:01:24.273Z Checking toml v0.8.23
22942026-03-19T03:01:24.430Z Compiling unsafe-libyaml v0.2.11
22952026-03-19T03:01:24.476Z Compiling test-strategy v0.4.5
22962026-03-19T03:01:24.480Z Compiling convert_case v0.4.0
22972026-03-19T03:01:24.758Z Checking tokio-rustls v0.25.0
22982026-03-19T03:01:24.820Z Checking secrecy v0.10.3
22992026-03-19T03:01:25.008Z Compiling toml_edit v0.23.10+spec-1.0.0
23002026-03-19T03:01:25.114Z Compiling derive_more v0.99.20
23012026-03-19T03:01:25.305Z Checking parse-display v0.10.0
23022026-03-19T03:01:25.521Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-19T03:01:25.562Z Compiling crucible-workspace-hack v0.1.0
23042026-03-19T03:01:25.826Z Compiling proc-macro-crate v3.4.0
23052026-03-19T03:01:26.123Z Compiling typify-impl v0.6.1
23062026-03-19T03:01:26.636Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23072026-03-19T03:01:26.797Z Checking half v2.7.1
23082026-03-19T03:01:27.160Z Checking glob v0.3.3
23092026-03-19T03:01:27.204Z Checking ciborium-io v0.2.2
23102026-03-19T03:01:27.356Z Checking ciborium-ll v0.2.2
23112026-03-19T03:01:27.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-03-19T03:01:27.617Z Compiling heapless v0.8.0
23132026-03-19T03:01:27.620Z Checking ciborium v0.2.2
23142026-03-19T03:01:27.703Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-03-19T03:01:27.809Z Compiling ingot-macros v0.1.1
23162026-03-19T03:01:28.168Z Checking tabwriter v1.4.1
23172026-03-19T03:01:28.241Z Checking hash32 v0.3.1
23182026-03-19T03:01:28.286Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-19T03:01:28.329Z Compiling smoltcp v0.11.0
23202026-03-19T03:01:28.399Z Compiling num_enum_derive v0.7.5
23212026-03-19T03:01:28.613Z Checking cobs v0.3.0
23222026-03-19T03:01:28.739Z Compiling foreign-types-macros v0.2.3
23232026-03-19T03:01:29.247Z Checking foreign-types-shared v0.3.1
23242026-03-19T03:01:29.250Z Checking cpufeatures v0.3.0
23252026-03-19T03:01:29.250Z Checking postcard v1.1.3
23262026-03-19T03:01:29.250Z Checking chacha20 v0.10.0
23272026-03-19T03:01:29.546Z Checking foreign-types v0.5.0
23282026-03-19T03:01:29.588Z Compiling proc-macro-crate v1.3.1
23292026-03-19T03:01:29.631Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-19T03:01:29.678Z Checking cstr-argument v0.1.2
23312026-03-19T03:01:29.888Z Checking num_enum v0.7.5
23322026-03-19T03:01:29.931Z Checking sigpipe v0.1.3
23332026-03-19T03:01:29.988Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-19T03:01:30.065Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-19T03:01:30.070Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-19T03:01:30.219Z Checking colored v3.1.1
23372026-03-19T03:01:30.444Z Compiling num_enum_derive v0.5.11
23382026-03-19T03:01:30.488Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-03-19T03:01:30.531Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-19T03:01:30.574Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-03-19T03:01:30.734Z Checking rand v0.10.0
23422026-03-19T03:01:30.780Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23432026-03-19T03:01:30.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-03-19T03:01:30.861Z Checking indent_write v2.2.0
23452026-03-19T03:01:31.064Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23462026-03-19T03:01:31.224Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23472026-03-19T03:01:31.327Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23482026-03-19T03:01:31.408Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23492026-03-19T03:01:31.454Z Checking smf v0.2.3
23502026-03-19T03:01:31.712Z Compiling num-derive v0.4.2
23512026-03-19T03:01:31.715Z Checking ingot-types v0.1.2
23522026-03-19T03:01:31.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-19T03:01:31.840Z Checking num_enum v0.5.11
23542026-03-19T03:01:31.845Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23552026-03-19T03:01:32.013Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-03-19T03:01:32.107Z Checking whoami v1.6.1
23572026-03-19T03:01:32.166Z Checking universal-hash v0.5.1
23582026-03-19T03:01:32.308Z Checking ingot v0.1.1
23592026-03-19T03:01:32.362Z Checking opaque-debug v0.3.1
23602026-03-19T03:01:32.405Z Checking aead v0.5.2
23612026-03-19T03:01:32.483Z Checking swrite v0.1.0
23622026-03-19T03:01:32.528Z Checking poly1305 v0.8.0
23632026-03-19T03:01:32.570Z Compiling typify-macro v0.6.1
23642026-03-19T03:01:32.614Z Checking chacha20 v0.9.1
23652026-03-19T03:01:32.655Z Checking unicode-width v0.1.14
23662026-03-19T03:01:32.658Z Compiling thiserror-impl-no-std v2.0.2
23672026-03-19T03:01:32.897Z Checking password-hash v0.5.0
23682026-03-19T03:01:32.901Z Checking blake2 v0.10.6
23692026-03-19T03:01:32.982Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-19T03:01:33.022Z Checking chacha20poly1305 v0.10.1
23712026-03-19T03:01:33.225Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23722026-03-19T03:01:33.262Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-03-19T03:01:33.315Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23742026-03-19T03:01:33.325Z Checking argon2 v0.5.3
23752026-03-19T03:01:33.632Z Compiling usdt-attr-macro v0.5.0
23762026-03-19T03:01:33.676Z Compiling usdt-macro v0.5.0
23772026-03-19T03:01:33.681Z Checking memmap v0.7.0
23782026-03-19T03:01:33.820Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23792026-03-19T03:01:33.919Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23802026-03-19T03:01:34.232Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-03-19T03:01:34.304Z Checking thiserror-no-std v2.0.2
23822026-03-19T03:01:34.487Z Checking vsss-rs v3.3.4
23832026-03-19T03:01:34.659Z Compiling derive-where v1.6.0
23842026-03-19T03:01:34.705Z Checking usdt v0.5.0
23852026-03-19T03:01:34.755Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23862026-03-19T03:01:34.763Z Checking atomicwrites v0.4.4
23872026-03-19T03:01:34.952Z Checking tokio-dtrace v0.1.1
23882026-03-19T03:01:34.995Z Compiling typify v0.6.1
23892026-03-19T03:01:35.164Z Compiling progenitor-impl v0.13.0
23902026-03-19T03:01:35.253Z Checking oxide-tokio-rt v0.1.3
23912026-03-19T03:01:35.256Z Checking console v0.15.11
23922026-03-19T03:01:35.495Z Checking newline-converter v0.3.0
23932026-03-19T03:01:35.651Z Checking bytecount v0.6.9
23942026-03-19T03:01:35.692Z Compiling prettyplease v0.2.37
23952026-03-19T03:01:35.695Z Checking expectorate v1.2.0
23962026-03-19T03:01:35.814Z Compiling owo-colors v4.3.0
23972026-03-19T03:01:35.959Z Compiling cancel-safe-futures v0.1.5
23982026-03-19T03:01:36.095Z Checking libsw-core v0.3.2
23992026-03-19T03:01:36.241Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-19T03:01:36.369Z Checking libsw v3.5.0
24012026-03-19T03:01:36.372Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24022026-03-19T03:01:36.455Z Checking same-file v1.0.6
24032026-03-19T03:01:36.579Z Checking linear-map v1.2.0
24042026-03-19T03:01:36.619Z Checking num-rational v0.4.2
24052026-03-19T03:01:36.673Z Checking walkdir v2.5.0
24062026-03-19T03:01:36.832Z Checking num-complex v0.4.6
24072026-03-19T03:01:36.881Z Checking float-ord v0.3.2
24082026-03-19T03:01:36.922Z Checking gethostname v0.5.0
24092026-03-19T03:01:37.080Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-19T03:01:37.261Z Compiling async-recursion v1.1.1
24112026-03-19T03:01:37.706Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-03-19T03:01:37.710Z Checking num v0.4.3
24132026-03-19T03:01:37.710Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24142026-03-19T03:01:37.779Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-03-19T03:01:38.344Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-19T03:01:38.895Z Compiling progenitor-macro v0.13.0
24172026-03-19T03:01:39.605Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-19T03:01:41.030Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-19T03:01:41.202Z Checking smawk v0.3.2
24202026-03-19T03:01:41.223Z Checking unicode-linebreak v0.1.5
24212026-03-19T03:01:41.388Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-19T03:01:41.424Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-19T03:01:41.623Z Checking globset v0.4.18
24242026-03-19T03:01:42.122Z Compiling convert_case v0.10.0
24252026-03-19T03:01:42.859Z Compiling slog-dtrace v0.3.0
24262026-03-19T03:01:43.133Z Checking resolv-conf v0.7.6
24272026-03-19T03:01:43.278Z Compiling derive_more-impl v2.1.1
24282026-03-19T03:01:43.637Z Compiling pin-project-internal v1.1.11
24292026-03-19T03:01:43.658Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-19T03:01:43.733Z Checking pem v3.0.6
24312026-03-19T03:01:43.942Z Checking fd-lock v4.0.4
24322026-03-19T03:01:43.986Z Checking vte v0.14.1
24332026-03-19T03:01:44.537Z Checking display-error-chain v0.2.2
24342026-03-19T03:01:44.542Z Checking strip-ansi-escapes v0.2.1
24352026-03-19T03:01:44.542Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-03-19T03:01:44.542Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-19T03:01:44.542Z Checking derive_more v2.1.1
24382026-03-19T03:01:44.542Z Compiling snafu-derive v0.8.9
24392026-03-19T03:01:44.542Z Checking nu-ansi-term v0.50.3
24402026-03-19T03:01:44.566Z Checking crossterm v0.29.0
24412026-03-19T03:01:44.888Z Checking linked-hash-map v0.5.6
24422026-03-19T03:01:45.120Z Checking termtree v0.5.1
24432026-03-19T03:01:45.172Z Checking pin-project v1.1.11
24442026-03-19T03:01:45.239Z Checking lru-cache v0.1.2
24452026-03-19T03:01:45.332Z Checking reedline v0.40.0
24462026-03-19T03:01:45.335Z Checking textwrap v0.16.2
24472026-03-19T03:01:45.417Z Checking olpc-cjson v0.1.4
24482026-03-19T03:01:45.462Z Checking hickory-proto v0.24.4
24492026-03-19T03:01:45.821Z Checking serde_plain v1.0.2
24502026-03-19T03:01:45.925Z Checking typed-path v0.9.3
24512026-03-19T03:01:46.009Z Checking progenitor v0.13.0
24522026-03-19T03:01:46.220Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24532026-03-19T03:01:46.995Z Compiling minimal-lexical v0.2.1
24542026-03-19T03:01:47.092Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552026-03-19T03:01:47.260Z Checking snafu v0.8.9
24562026-03-19T03:01:47.361Z Compiling nom v7.1.3
24572026-03-19T03:01:47.622Z Checking tough v0.20.0
24582026-03-19T03:01:47.849Z Checking nibble_vec v0.1.0
24592026-03-19T03:01:48.022Z Checking endian-type v0.1.2
24602026-03-19T03:01:48.050Z Checking hickory-resolver v0.24.4
24612026-03-19T03:01:48.162Z Checking radix_trie v0.2.1
24622026-03-19T03:01:48.479Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-19T03:01:49.024Z Compiling ar_archive_writer v0.5.1
24642026-03-19T03:01:49.261Z Checking humantime v2.3.0
24652026-03-19T03:01:49.305Z Checking qorb v0.4.1
24662026-03-19T03:01:49.361Z Checking csv-core v0.1.13
24672026-03-19T03:01:49.533Z Checking base64 v0.21.7
24682026-03-19T03:01:49.616Z Checking csv v1.4.0
24692026-03-19T03:01:49.913Z Compiling stacker v0.1.23
24702026-03-19T03:01:49.967Z Compiling cfg_aliases v0.1.1
24712026-03-19T03:01:50.096Z Checking highway v1.3.0
24722026-03-19T03:01:50.190Z Compiling nix v0.28.0
24732026-03-19T03:01:50.342Z Compiling psm v0.1.30
24742026-03-19T03:01:50.383Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-19T03:01:50.420Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-03-19T03:01:50.464Z Checking papergrid v0.11.0
24772026-03-19T03:01:50.473Z Compiling tabled_derive v0.7.0
24782026-03-19T03:01:50.688Z Checking home v0.5.12
24792026-03-19T03:01:50.941Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24802026-03-19T03:01:51.459Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-19T03:01:51.548Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-19T03:01:51.548Z Checking phf_shared v0.12.1
24832026-03-19T03:01:51.556Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-19T03:01:51.579Z Compiling semver v0.1.20
24852026-03-19T03:01:51.664Z Compiling chrono-tz v0.10.4
24862026-03-19T03:01:51.710Z Checking phf v0.12.1
24872026-03-19T03:01:51.840Z Checking tabled v0.15.0
24882026-03-19T03:01:51.967Z Compiling rustc_version v0.1.7
24892026-03-19T03:01:52.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-19T03:01:52.080Z Compiling const_format_proc_macros v0.2.34
24912026-03-19T03:01:52.080Z Checking recursive v0.1.1
24922026-03-19T03:01:52.133Z Compiling peg-macros v0.8.5
24932026-03-19T03:01:52.246Z Checking winnow v0.6.26
24942026-03-19T03:01:52.304Z Compiling sqlparser_derive v0.5.0
24952026-03-19T03:01:52.678Z Checking unicode_categories v0.1.1
24962026-03-19T03:01:53.110Z Checking rustyline v14.0.0
24972026-03-19T03:01:53.308Z Checking sqlparser v0.61.0
24982026-03-19T03:01:53.475Z Checking const_format v0.2.35
24992026-03-19T03:01:53.891Z Checking sqlformat v0.3.5
25002026-03-19T03:01:54.005Z Checking peg v0.8.5
25012026-03-19T03:01:54.062Z Compiling newtype_derive v0.1.6
25022026-03-19T03:01:54.146Z Checking bcs v0.1.6
25032026-03-19T03:01:54.498Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-19T03:01:54.541Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-19T03:01:54.589Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-19T03:01:54.789Z Checking steno v0.4.1
25072026-03-19T03:01:54.793Z Compiling typify-impl v0.4.3
25082026-03-19T03:01:54.969Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-19T03:01:56.239Z Checking utf-8 v0.7.6
25102026-03-19T03:01:56.287Z Checking filetime v0.2.27
25112026-03-19T03:01:56.495Z Checking arc-swap v1.8.2
25122026-03-19T03:01:56.828Z Checking xattr v1.6.1
25132026-03-19T03:01:57.049Z Checking tar v0.4.44
25142026-03-19T03:01:57.491Z Checking slog-scope v4.4.1
25152026-03-19T03:01:57.591Z Checking tungstenite v0.21.0
25162026-03-19T03:01:57.713Z Checking slog-stdlog v4.1.1
25172026-03-19T03:01:57.821Z Checking typeid v1.0.3
25182026-03-19T03:01:57.893Z Checking slog-envlogger v2.2.0
25192026-03-19T03:01:58.003Z Checking subprocess v0.2.15
25202026-03-19T03:01:58.124Z Checking headers-core v0.3.0
25212026-03-19T03:01:58.202Z Checking tokio-tungstenite v0.21.0
25222026-03-19T03:01:58.285Z Checking headers v0.4.1
25232026-03-19T03:01:58.417Z Compiling lzma-sys v0.1.20
25242026-03-19T03:01:58.591Z Compiling cargo_toml v0.22.3
25252026-03-19T03:01:58.630Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25262026-03-19T03:01:58.970Z Checking yasna v0.5.2
25272026-03-19T03:01:59.607Z Checking xz2 v0.1.7
25282026-03-19T03:01:59.612Z Checking ron v0.12.0
25292026-03-19T03:01:59.612Z Checking rcgen v0.12.1
25302026-03-19T03:01:59.990Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25312026-03-19T03:02:00.039Z Checking base16ct v1.0.0
25322026-03-19T03:02:00.238Z Checking dropshot-api-manager-types v0.6.0
25332026-03-19T03:02:00.316Z Checking tagptr v0.2.0
25342026-03-19T03:02:00.493Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25352026-03-19T03:02:00.536Z Checking moka v0.12.13
25362026-03-19T03:02:00.541Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25372026-03-19T03:02:00.747Z Compiling libefi-sys v0.1.0
25382026-03-19T03:02:00.795Z Compiling radium v0.7.0
25392026-03-19T03:02:01.082Z Compiling bitfield-struct v0.6.2
25402026-03-19T03:02:01.223Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25412026-03-19T03:02:01.297Z Compiling typify-macro v0.4.3
25422026-03-19T03:02:01.457Z Checking hickory-resolver v0.25.2
25432026-03-19T03:02:01.764Z Checking tap v1.0.1
25442026-03-19T03:02:01.938Z Compiling maybe-uninit v2.0.0
25452026-03-19T03:02:01.981Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-03-19T03:02:02.369Z Checking wyz v0.5.1
25472026-03-19T03:02:02.475Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25482026-03-19T03:02:02.576Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-03-19T03:02:02.617Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25502026-03-19T03:02:02.810Z Compiling zerocopy-derive v0.6.6
25512026-03-19T03:02:02.955Z Compiling packed_struct v0.10.1
25522026-03-19T03:02:02.972Z Checking funty v2.0.0
25532026-03-19T03:02:03.083Z Checking crc-catalog v2.4.0
25542026-03-19T03:02:03.251Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-03-19T03:02:03.353Z Checking crc v3.4.0
25562026-03-19T03:02:03.395Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-19T03:02:03.856Z Checking bitvec v1.0.1
25582026-03-19T03:02:03.859Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592026-03-19T03:02:03.859Z Compiling typify v0.4.3
25602026-03-19T03:02:03.899Z Compiling progenitor-impl v0.10.0
25612026-03-19T03:02:03.941Z Compiling packed_struct_codegen v0.10.1
25622026-03-19T03:02:04.025Z Checking zerocopy v0.6.6
25632026-03-19T03:02:04.029Z Compiling bitfield-macros v0.19.4
25642026-03-19T03:02:04.515Z Compiling indexmap v1.9.3
25652026-03-19T03:02:04.896Z Checking nodrop v0.1.14
25662026-03-19T03:02:05.073Z Checking array-init v0.0.4
25672026-03-19T03:02:05.091Z Checking bitfield v0.19.4
25682026-03-19T03:02:05.271Z Checking smallvec v0.6.14
25692026-03-19T03:02:05.416Z Checking hashbrown v0.12.3
25702026-03-19T03:02:05.508Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25712026-03-19T03:02:05.567Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25722026-03-19T03:02:05.607Z Checking serde-hex v0.1.0
25732026-03-19T03:02:05.755Z Checking ron v0.8.1
25742026-03-19T03:02:06.520Z Checking hashbrown v0.13.2
25752026-03-19T03:02:06.523Z Checking crc-any v2.5.0
25762026-03-19T03:02:06.820Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-19T03:02:06.860Z Checking path-slash v0.1.5
25782026-03-19T03:02:07.030Z Compiling xshell-macros v0.2.7
25792026-03-19T03:02:07.107Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-19T03:02:07.114Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25812026-03-19T03:02:07.149Z Checking object v0.30.4
25822026-03-19T03:02:07.545Z Checking xshell v0.2.7
25832026-03-19T03:02:07.601Z Compiling progenitor-macro v0.10.0
25842026-03-19T03:02:07.645Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-03-19T03:02:07.749Z Checking half v1.8.3
25862026-03-19T03:02:07.831Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25872026-03-19T03:02:08.060Z Checking serde_cbor v0.11.2
25882026-03-19T03:02:08.598Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25892026-03-19T03:02:08.629Z Compiling num-derive v0.3.3
25902026-03-19T03:02:08.825Z Compiling proc-macro-error-attr2 v2.0.0
25912026-03-19T03:02:08.868Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25922026-03-19T03:02:09.371Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25932026-03-19T03:02:09.405Z Compiling proc-macro-error2 v2.0.1
25942026-03-19T03:02:09.844Z Checking libscf-sys v1.1.0
25952026-03-19T03:02:09.913Z Compiling tabled_derive v0.11.0
25962026-03-19T03:02:10.045Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25972026-03-19T03:02:10.078Z Checking papergrid v0.17.0
25982026-03-19T03:02:10.219Z Checking testing_table v0.3.0
25992026-03-19T03:02:10.346Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-19T03:02:10.403Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-19T03:02:10.857Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26022026-03-19T03:02:11.132Z Checking maplit v1.0.2
26032026-03-19T03:02:11.276Z Checking crc8 v0.1.1
26042026-03-19T03:02:11.329Z Checking fxhash v0.2.1
26052026-03-19T03:02:11.394Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-19T03:02:11.438Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26072026-03-19T03:02:11.489Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-19T03:02:11.520Z Checking tabled v0.20.0
26092026-03-19T03:02:11.527Z Checking unicase v2.9.0
26102026-03-19T03:02:11.825Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26112026-03-19T03:02:12.178Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26122026-03-19T03:02:12.363Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26132026-03-19T03:02:12.611Z Checking kstat-rs v0.2.4
26142026-03-19T03:02:12.707Z Compiling parking_lot_core v0.8.6
26152026-03-19T03:02:12.749Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26162026-03-19T03:02:12.894Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26172026-03-19T03:02:12.998Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26182026-03-19T03:02:13.055Z Compiling diesel_derives v2.3.7
26192026-03-19T03:02:13.334Z Compiling git-stub v1.0.0
26202026-03-19T03:02:13.436Z Checking scheduled-thread-pool v0.2.7
26212026-03-19T03:02:13.525Z Compiling dsl_auto_type v0.2.0
26222026-03-19T03:02:13.662Z Compiling vergen-gitcl v1.0.8
26232026-03-19T03:02:13.705Z Compiling diesel_table_macro_syntax v0.3.0
26242026-03-19T03:02:13.983Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-03-19T03:02:14.026Z Checking r2d2 v0.8.10
26262026-03-19T03:02:14.067Z Compiling git-stub-vcs v0.1.0
26272026-03-19T03:02:14.293Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26282026-03-19T03:02:14.372Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-03-19T03:02:14.413Z Checking downcast-rs v2.0.2
26302026-03-19T03:02:14.501Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-03-19T03:02:14.564Z Checking progenitor v0.10.0
26322026-03-19T03:02:14.569Z Checking parking_lot v0.11.2
26332026-03-19T03:02:14.649Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26342026-03-19T03:02:14.766Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-19T03:02:14.830Z Checking prefix-trie v0.7.0
26362026-03-19T03:02:14.906Z Checking nanorand v0.7.0
26372026-03-19T03:02:14.951Z Compiling dirs-sys-next v0.1.2
26382026-03-19T03:02:15.200Z Compiling crunchy v0.2.4
26392026-03-19T03:02:15.332Z Checking hickory-server v0.25.2
26402026-03-19T03:02:15.373Z Checking flume v0.11.1
26412026-03-19T03:02:15.452Z Compiling dirs-next v2.0.0
26422026-03-19T03:02:15.551Z Checking sled v0.34.7
26432026-03-19T03:02:15.635Z Compiling clang-sys v1.8.1
26442026-03-19T03:02:15.696Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-03-19T03:02:15.738Z Checking hickory-client v0.25.2
26462026-03-19T03:02:15.969Z Compiling tiny-keccak v2.0.2
26472026-03-19T03:02:16.263Z Compiling term v0.7.0
26482026-03-19T03:02:16.359Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-03-19T03:02:16.418Z Compiling salty v0.3.0
26502026-03-19T03:02:16.601Z Compiling bit-vec v0.6.3
26512026-03-19T03:02:16.817Z Compiling ascii-canvas v3.0.0
26522026-03-19T03:02:16.943Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-03-19T03:02:16.997Z Compiling bit-set v0.5.3
26542026-03-19T03:02:17.161Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-03-19T03:02:17.230Z Checking primeorder v0.13.6
26562026-03-19T03:02:17.621Z Compiling itertools v0.10.5
26572026-03-19T03:02:17.638Z Compiling ena v0.14.4
26582026-03-19T03:02:17.851Z Compiling libloading v0.8.9
26592026-03-19T03:02:17.959Z Compiling fs-err v2.11.0
26602026-03-19T03:02:18.162Z Compiling bindgen v0.71.1
26612026-03-19T03:02:18.238Z Compiling regex-syntax v0.6.29
26622026-03-19T03:02:18.371Z Compiling diff v0.1.13
26632026-03-19T03:02:18.925Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-03-19T03:02:19.100Z Compiling cexpr v0.6.0
26652026-03-19T03:02:19.238Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26662026-03-19T03:02:19.713Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26672026-03-19T03:02:20.057Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-03-19T03:02:20.447Z Compiling lalrpop v0.19.12
26692026-03-19T03:02:20.628Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-03-19T03:02:21.241Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26712026-03-19T03:02:21.518Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-03-19T03:02:21.723Z Compiling libxml v0.3.3
26732026-03-19T03:02:21.801Z Checking parse-size v1.1.0
26742026-03-19T03:02:21.923Z Checking diesel v2.3.7
26752026-03-19T03:02:21.991Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-03-19T03:02:22.158Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26772026-03-19T03:02:22.578Z Checking p384 v0.13.1
26782026-03-19T03:02:23.115Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26792026-03-19T03:02:23.189Z Compiling strum_macros v0.24.3
26802026-03-19T03:02:24.305Z Compiling indoc v1.0.9
26812026-03-19T03:02:25.072Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26822026-03-19T03:02:25.751Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-03-19T03:02:25.987Z Checking predicates-tree v1.0.13
26842026-03-19T03:02:26.031Z Checking quick-xml v0.37.5
26852026-03-19T03:02:26.167Z Checking derive_builder v0.20.2
26862026-03-19T03:02:26.252Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26872026-03-19T03:02:26.350Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26882026-03-19T03:02:26.394Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26892026-03-19T03:02:26.435Z Compiling oso-derive v0.27.3
26902026-03-19T03:02:27.090Z Compiling trait-variant v0.1.2
26912026-03-19T03:02:27.299Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-19T03:02:27.844Z Checking openssl-probe v0.1.6
26932026-03-19T03:02:28.028Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26942026-03-19T03:02:28.732Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26952026-03-19T03:02:28.735Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26962026-03-19T03:02:29.011Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26972026-03-19T03:02:29.104Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26982026-03-19T03:02:29.534Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26992026-03-19T03:02:29.596Z Compiling progenitor-impl v0.11.2
27002026-03-19T03:02:30.044Z Checking assert_matches v1.5.0
27012026-03-19T03:02:30.491Z Compiling mime_guess v2.0.5
27022026-03-19T03:02:30.631Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27032026-03-19T03:02:31.043Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-19T03:02:31.233Z Checking progenitor-client v0.11.2
27052026-03-19T03:02:31.574Z Checking http-range v0.1.5
27062026-03-19T03:02:31.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27072026-03-19T03:02:31.771Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-19T03:02:31.878Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27092026-03-19T03:02:32.006Z Checking ignore v0.4.25
27102026-03-19T03:02:32.681Z Checking atty v0.2.14
27112026-03-19T03:02:32.849Z Checking globwalk v0.9.1
27122026-03-19T03:02:33.391Z Compiling progenitor-macro v0.11.2
27132026-03-19T03:02:33.828Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-19T03:02:34.366Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-03-19T03:02:35.098Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27162026-03-19T03:02:35.456Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27172026-03-19T03:02:35.741Z Checking bb8 v0.8.6
27182026-03-19T03:02:35.821Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-19T03:02:36.116Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27202026-03-19T03:02:36.156Z Checking corncobs v0.1.4
27212026-03-19T03:02:36.360Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-19T03:02:36.405Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-03-19T03:02:36.729Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-03-19T03:02:37.211Z Checking hyper-staticfile v0.10.1
27252026-03-19T03:02:37.296Z Checking camino-tempfile-ext v0.3.3
27262026-03-19T03:02:37.599Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27272026-03-19T03:02:37.642Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27282026-03-19T03:02:37.894Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27292026-03-19T03:02:37.986Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27302026-03-19T03:02:38.167Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-19T03:02:38.886Z Checking signal-hook-tokio v0.3.1
27322026-03-19T03:02:39.090Z Checking secrecy v0.8.0
27332026-03-19T03:02:39.293Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27342026-03-19T03:02:39.698Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27352026-03-19T03:02:40.262Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27362026-03-19T03:02:40.354Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-19T03:02:40.421Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27382026-03-19T03:02:40.552Z Checking progenitor v0.11.2
27392026-03-19T03:02:40.650Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27402026-03-19T03:02:40.817Z Checking nonempty v0.12.0
27412026-03-19T03:02:41.039Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-03-19T03:02:41.125Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27432026-03-19T03:02:41.292Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-19T03:02:41.333Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27452026-03-19T03:02:41.743Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-19T03:02:41.844Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27472026-03-19T03:02:42.320Z Checking async-bb8-diesel v0.2.1
27482026-03-19T03:02:42.361Z Checking diesel-dtrace v0.5.0
27492026-03-19T03:02:42.711Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27502026-03-19T03:02:42.814Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27512026-03-19T03:02:42.968Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27522026-03-19T03:02:43.323Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27532026-03-19T03:02:43.365Z Checking tungstenite v0.23.0
27542026-03-19T03:02:43.981Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27552026-03-19T03:02:44.189Z Checking tokio-tungstenite v0.23.1
27562026-03-19T03:02:44.238Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572026-03-19T03:02:44.570Z Checking rand_seeder v0.4.0
27582026-03-19T03:02:44.712Z Checking void v1.0.2
27592026-03-19T03:02:44.806Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-19T03:02:44.915Z Checking lzss v0.8.2
27612026-03-19T03:02:45.215Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27622026-03-19T03:02:45.340Z Checking nix v0.27.1
27632026-03-19T03:02:45.461Z Checking serde_bytes v0.11.19
27642026-03-19T03:02:45.617Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27652026-03-19T03:02:45.743Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-19T03:02:45.872Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27672026-03-19T03:02:46.118Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27682026-03-19T03:02:46.748Z Checking is_ci v1.2.0
27692026-03-19T03:02:46.922Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-03-19T03:02:47.039Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-19T03:02:47.339Z Checking yansi v1.0.1
27722026-03-19T03:02:47.511Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-03-19T03:02:47.725Z Checking pretty_assertions v1.4.1
27742026-03-19T03:02:47.825Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27752026-03-19T03:02:47.936Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762026-03-19T03:02:48.015Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27772026-03-19T03:02:48.170Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27782026-03-19T03:02:48.495Z Compiling darling_core v0.23.0
27792026-03-19T03:02:49.693Z Compiling indoc v2.0.7
27802026-03-19T03:02:49.902Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812026-03-19T03:02:50.186Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-19T03:02:50.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-19T03:02:50.623Z Compiling instability v0.3.11
27842026-03-19T03:02:50.845Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27852026-03-19T03:02:50.997Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27862026-03-19T03:02:51.121Z Compiling libz-sys v1.1.24
27872026-03-19T03:02:51.289Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-19T03:02:51.682Z Checking castaway v0.2.4
27892026-03-19T03:02:51.906Z Checking compact_str v0.8.1
27902026-03-19T03:02:52.150Z Compiling darling_macro v0.23.0
27912026-03-19T03:02:52.457Z Checking supports-color v3.0.2
27922026-03-19T03:02:52.661Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-03-19T03:02:52.825Z Compiling darling v0.23.0
27942026-03-19T03:02:52.877Z Checking unicode-truncate v1.1.0
27952026-03-19T03:02:52.940Z Checking lru v0.12.5
27962026-03-19T03:02:53.100Z Checking cassowary v0.3.0
27972026-03-19T03:02:53.249Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-03-19T03:02:53.642Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27992026-03-19T03:02:53.656Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-03-19T03:02:53.976Z Checking ratatui v0.29.0
28012026-03-19T03:02:55.214Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-03-19T03:02:55.493Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-03-19T03:02:55.754Z Compiling vergen-git2 v1.0.7
28042026-03-19T03:02:55.846Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-03-19T03:02:55.904Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-03-19T03:02:56.091Z Checking colored v2.2.0
28072026-03-19T03:02:56.131Z Checking plotters-backend v0.3.7
28082026-03-19T03:02:56.179Z Checking shell-words v1.1.1
28092026-03-19T03:02:56.372Z Compiling rustls v0.21.12
28102026-03-19T03:02:56.452Z Checking plotters-svg v0.3.7
28112026-03-19T03:02:56.579Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-03-19T03:02:56.681Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-03-19T03:02:56.740Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-03-19T03:02:56.966Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-03-19T03:02:57.030Z Checking sct v0.7.1
28162026-03-19T03:02:57.244Z Checking rustls-webpki v0.101.7
28172026-03-19T03:02:57.560Z Compiling nix v0.29.0
28182026-03-19T03:02:57.727Z Checking cast v0.3.0
28192026-03-19T03:02:57.886Z Checking hex-literal v0.4.1
28202026-03-19T03:02:57.971Z Checking criterion-plot v0.6.0
28212026-03-19T03:02:58.028Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28222026-03-19T03:02:58.456Z Checking plotters v0.3.7
28232026-03-19T03:02:59.546Z Checking erased-serde v0.4.9
28242026-03-19T03:02:59.989Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28252026-03-19T03:03:00.142Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-03-19T03:03:01.128Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-03-19T03:03:02.171Z Checking tinytemplate v1.2.1
28282026-03-19T03:03:02.488Z Checking ordered-float v2.10.1
28292026-03-19T03:03:02.858Z Checking oorandom v11.1.5
28302026-03-19T03:03:03.041Z Checking anes v0.1.6
28312026-03-19T03:03:03.322Z Checking criterion v0.7.0
28322026-03-19T03:03:03.673Z Checking serde-value v0.7.0
28332026-03-19T03:03:03.995Z Checking serde-untagged v0.1.9
28342026-03-19T03:03:04.287Z Checking tokio-rustls v0.24.1
28352026-03-19T03:03:04.918Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-19T03:03:04.981Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-03-19T03:03:05.258Z Checking rustls-pemfile v1.0.4
28382026-03-19T03:03:05.466Z Checking twox-hash v2.1.2
28392026-03-19T03:03:05.916Z Checking unicode-xid v0.2.6
28402026-03-19T03:03:06.048Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28412026-03-19T03:03:06.096Z Checking cargo-util-schemas v0.8.2
28422026-03-19T03:03:06.463Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-19T03:03:06.693Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-03-19T03:03:07.347Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28452026-03-19T03:03:07.586Z Checking fatfs v0.3.6
28462026-03-19T03:03:08.241Z Checking cargo-platform v0.2.0
28472026-03-19T03:03:08.460Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28482026-03-19T03:03:08.520Z Compiling petname v2.0.2
28492026-03-19T03:03:09.207Z Compiling seq-macro v0.3.6
28502026-03-19T03:03:10.135Z Checking cargo_metadata v0.21.0
28512026-03-19T03:03:10.446Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-03-19T03:03:11.199Z Checking concurrent-queue v2.5.0
28532026-03-19T03:03:11.476Z Checking rtoolbox v0.0.3
28542026-03-19T03:03:11.685Z Checking futures-timer v3.0.3
28552026-03-19T03:03:11.843Z Checking parking v2.2.1
28562026-03-19T03:03:11.954Z Checking rpassword v7.4.0
28572026-03-19T03:03:12.040Z Checking event-listener v5.4.1
28582026-03-19T03:03:12.369Z Checking tui-tree-widget v0.23.1
28592026-03-19T03:03:12.652Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28602026-03-19T03:03:12.694Z Checking polyval v0.6.2
28612026-03-19T03:03:12.887Z Checking sapling-renderdag v0.1.0
28622026-03-19T03:03:12.930Z Checking sync-ptr v0.1.4
28632026-03-19T03:03:12.969Z Checking ghash v0.5.1
28642026-03-19T03:03:13.115Z Checking event-listener-strategy v0.5.4
28652026-03-19T03:03:13.155Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28662026-03-19T03:03:13.240Z Checking ctr v0.9.2
28672026-03-19T03:03:13.322Z Checking constant_time_eq v0.4.2
28682026-03-19T03:03:13.441Z Checking arrayvec v0.7.6
28692026-03-19T03:03:13.495Z Checking arrayref v0.3.9
28702026-03-19T03:03:13.537Z Checking aes-gcm v0.10.3
28712026-03-19T03:03:13.692Z Checking async-lock v3.4.2
28722026-03-19T03:03:13.734Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28732026-03-19T03:03:13.781Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28742026-03-19T03:03:14.249Z Checking ssh-encoding v0.2.0
28752026-03-19T03:03:14.536Z Checking blowfish v0.9.1
28762026-03-19T03:03:14.768Z Checking bcrypt-pbkdf v0.10.0
28772026-03-19T03:03:15.019Z Checking ssh-cipher v0.2.0
28782026-03-19T03:03:15.062Z Checking async-object-pool v0.2.0
28792026-03-19T03:03:15.240Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-03-19T03:03:15.281Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28812026-03-19T03:03:15.564Z Compiling samael v0.0.19
28822026-03-19T03:03:15.702Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28832026-03-19T03:03:16.091Z Checking serde_regex v1.1.0
28842026-03-19T03:03:16.328Z Checking password-hash v0.4.2
28852026-03-19T03:03:16.583Z Checking assert-json-diff v2.0.2
28862026-03-19T03:03:16.664Z Checking path-tree v0.8.3
28872026-03-19T03:03:16.829Z Checking gimli v0.32.3
28882026-03-19T03:03:16.947Z Checking stringmetrics v2.2.2
28892026-03-19T03:03:17.177Z Compiling target-lexicon v0.13.3
28902026-03-19T03:03:17.471Z Checking httpmock v0.8.3
28912026-03-19T03:03:17.940Z Checking pbkdf2 v0.11.0
28922026-03-19T03:03:18.198Z Checking ssh-key v0.6.7
28932026-03-19T03:03:19.070Z Checking addr2line v0.25.1
28942026-03-19T03:03:19.453Z Checking p521 v0.13.3
28952026-03-19T03:03:20.342Z Checking p256 v0.13.2
28962026-03-19T03:03:20.524Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28972026-03-19T03:03:20.726Z Checking russh-cryptovec v0.7.3
28982026-03-19T03:03:20.824Z Checking md5 v0.7.0
28992026-03-19T03:03:20.944Z Compiling guppy-workspace-hack v0.1.0
29002026-03-19T03:03:21.098Z Checking rustc-demangle v0.1.27
29012026-03-19T03:03:21.264Z Checking russh-keys v0.45.0
29022026-03-19T03:03:21.428Z Checking backtrace v0.3.76
29032026-03-19T03:03:21.845Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29042026-03-19T03:03:21.938Z Checking num-bigint v0.4.6
29052026-03-19T03:03:22.122Z Checking des v0.8.1
29062026-03-19T03:03:22.353Z Compiling blake3 v1.8.3
29072026-03-19T03:03:22.359Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-03-19T03:03:22.896Z Compiling target-spec v3.5.7
29092026-03-19T03:03:22.937Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-03-19T03:03:23.326Z Checking russh v0.45.0
29112026-03-19T03:03:23.826Z Checking cfg-expr v0.20.6
29122026-03-19T03:03:23.922Z Checking backtrace-ext v0.2.1
29132026-03-19T03:03:24.094Z Checking supports-color v2.1.0
29142026-03-19T03:03:24.135Z Checking textwrap v0.15.2
29152026-03-19T03:03:24.296Z Checking supports-unicode v2.1.0
29162026-03-19T03:03:24.386Z Checking supports-hyperlinks v2.1.0
29172026-03-19T03:03:24.441Z Checking hashbrown v0.14.5
29182026-03-19T03:03:24.477Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29192026-03-19T03:03:24.565Z Checking cargo-platform v0.3.2
29202026-03-19T03:03:24.778Z Checking socket2 v0.5.10
29212026-03-19T03:03:24.836Z Checking terminal_size v0.1.17
29222026-03-19T03:03:25.012Z Compiling miette-derive v5.10.0
29232026-03-19T03:03:25.138Z Checking internet-checksum v0.2.1
29242026-03-19T03:03:25.177Z Checking owo-colors v3.5.0
29252026-03-19T03:03:25.322Z Checking chumsky v0.9.3
29262026-03-19T03:03:25.921Z Checking cargo_metadata v0.23.1
29272026-03-19T03:03:26.561Z Checking miette v5.10.0
29282026-03-19T03:03:26.806Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29292026-03-19T03:03:26.993Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-03-19T03:03:27.035Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29312026-03-19T03:03:27.231Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29322026-03-19T03:03:27.451Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-03-19T03:03:27.570Z Checking httptest v0.16.4
29342026-03-19T03:03:27.744Z Compiling git2 v0.20.4
29352026-03-19T03:03:27.886Z Checking pathdiff v0.2.3
29362026-03-19T03:03:28.056Z Compiling knuffel-derive v3.2.0
29372026-03-19T03:03:28.105Z Checking topological-sort v0.2.2
29382026-03-19T03:03:28.146Z Checking nested v0.1.1
29392026-03-19T03:03:28.325Z Checking omicron-zone-package v0.12.2
29402026-03-19T03:03:28.391Z Checking guppy v0.17.25
29412026-03-19T03:03:28.617Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29422026-03-19T03:03:28.925Z Checking similar-asserts v1.7.0
29432026-03-19T03:03:29.161Z Compiling rstest_macros v0.25.0
29442026-03-19T03:03:29.536Z Compiling target-triple v1.0.0
29452026-03-19T03:03:29.575Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29462026-03-19T03:03:29.784Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29472026-03-19T03:03:29.832Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29482026-03-19T03:03:30.008Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29492026-03-19T03:03:30.150Z Checking knuffel v3.2.0
29502026-03-19T03:03:30.719Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29512026-03-19T03:03:30.762Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29522026-03-19T03:03:31.603Z Checking toml_datetime v1.0.0+spec-1.1.0
29532026-03-19T03:03:31.844Z Checking escape8259 v0.5.3
29542026-03-19T03:03:31.943Z Compiling relative-path v1.9.3
29552026-03-19T03:03:32.045Z Compiling assert_cmd v2.1.2
29562026-03-19T03:03:32.205Z Checking libtest-mimic v0.8.1
29572026-03-19T03:03:32.490Z Checking toml v1.0.3+spec-1.1.0
29582026-03-19T03:03:32.736Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29592026-03-19T03:03:32.779Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29602026-03-19T03:03:32.952Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29612026-03-19T03:03:33.378Z Checking blake2b_simd v1.0.4
29622026-03-19T03:03:33.872Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29632026-03-19T03:03:33.946Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-03-19T03:03:34.379Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29652026-03-19T03:03:34.480Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29662026-03-19T03:03:34.752Z Compiling polar-core v0.27.3
29672026-03-19T03:03:34.793Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29682026-03-19T03:03:35.087Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29692026-03-19T03:03:35.367Z Checking fancy-regex v0.14.0
29702026-03-19T03:03:35.657Z Checking serde_tokenstream v0.2.3
29712026-03-19T03:03:35.901Z Checking uzers v0.12.2
29722026-03-19T03:03:36.031Z Checking constant_time_eq v0.3.1
29732026-03-19T03:03:36.184Z Checking termcolor v1.4.1
29742026-03-19T03:03:36.234Z Compiling linkme-impl v0.3.35
29752026-03-19T03:03:36.541Z Checking trybuild v1.0.116
29762026-03-19T03:03:36.735Z Checking rust-argon2 v2.1.0
29772026-03-19T03:03:37.072Z Checking datatest-stable v0.3.3
29782026-03-19T03:03:37.708Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29792026-03-19T03:03:37.711Z Checking rstest v0.25.0
29802026-03-19T03:03:37.976Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-03-19T03:03:38.139Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29822026-03-19T03:03:38.183Z Checking support-bundle-viewer v0.1.2
29832026-03-19T03:03:38.523Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29842026-03-19T03:03:38.810Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29852026-03-19T03:03:39.140Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29862026-03-19T03:03:39.251Z Checking drift v0.1.3
29872026-03-19T03:03:39.441Z Checking rand_distr v0.5.1
29882026-03-19T03:03:39.702Z Checking multimap v0.10.1
29892026-03-19T03:03:39.977Z Checking approx v0.5.1
29902026-03-19T03:03:40.091Z Compiling linkme v0.3.35
29912026-03-19T03:03:40.192Z Checking dropshot-api-manager v0.6.0
29922026-03-19T03:03:41.610Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932026-03-19T03:03:41.686Z Checking oso v0.27.3
29942026-03-19T03:03:42.025Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29952026-03-19T03:03:42.091Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29962026-03-19T03:03:42.538Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29972026-03-19T03:03:42.801Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29982026-03-19T03:03:42.894Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29992026-03-19T03:03:43.033Z Checking partial-io v0.5.4
30002026-03-19T03:03:43.166Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30012026-03-19T03:03:43.286Z Checking cargo_toml v0.21.0
30022026-03-19T03:03:43.351Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30032026-03-19T03:03:43.459Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30042026-03-19T03:03:43.550Z Checking termios v0.3.3
30052026-03-19T03:03:43.598Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30062026-03-19T03:03:44.065Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30072026-03-19T03:03:44.112Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30082026-03-19T03:03:44.491Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-19T03:03:48.762Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30102026-03-19T03:03:53.773Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30112026-03-19T03:03:56.637Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30122026-03-19T03:04:02.888Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30132026-03-19T03:04:03.348Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30142026-03-19T03:04:10.390Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30152026-03-19T03:04:15.798Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30162026-03-19T03:04:16.973Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30172026-03-19T03:04:17.566Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30182026-03-19T03:04:30.271Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30192026-03-19T03:06:27.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
30202026-03-19T03:06:28.182Z
30212026-03-19T03:06:28.185Zreal 5:41.849095364
30222026-03-19T03:06:28.185Zuser 28:36.836131263
30232026-03-19T03:06:28.185Zsys 5:56.124060790
30242026-03-19T03:06:28.185Ztrap 0.726519027
30252026-03-19T03:06:28.185Ztflt 0.115272249
30262026-03-19T03:06:28.185Zdflt 0.206580912
30272026-03-19T03:06:28.185Zkflt 0.000947085
30282026-03-19T03:06:28.185Zlock 1:20:50.627898083
30292026-03-19T03:06:28.185Zslp 1:18:24.232683521
30302026-03-19T03:06:28.186Zlat 2:02.249487933
30312026-03-19T03:06:28.186Zstop 12:58.732200150
30322026-03-19T03:06:28.186Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30332026-03-19T03:06:28.186Z+ ptime -m cargo doc --workspace --no-deps
30342026-03-19T03:06:29.384Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30352026-03-19T03:06:29.384Z |
30362026-03-19T03:06:29.385Z = 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)`
30372026-03-19T03:06:29.385Z = 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>
30382026-03-19T03:06:30.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-03-19T03:06:30.984Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-03-19T03:06:31.035Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-03-19T03:06:31.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422026-03-19T03:06:31.307Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432026-03-19T03:06:31.338Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-03-19T03:06:31.367Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30452026-03-19T03:06:31.403Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-03-19T03:06:31.474Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30472026-03-19T03:06:31.589Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30482026-03-19T03:06:31.630Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30492026-03-19T03:06:31.672Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-03-19T03:06:31.731Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30512026-03-19T03:06:31.761Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30522026-03-19T03:06:31.815Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-03-19T03:06:31.868Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30542026-03-19T03:06:31.899Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30552026-03-19T03:06:31.930Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-03-19T03:06:31.997Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-03-19T03:06:32.066Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-03-19T03:06:32.328Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30592026-03-19T03:06:32.642Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30602026-03-19T03:06:32.833Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30612026-03-19T03:06:32.907Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30622026-03-19T03:06:32.947Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30632026-03-19T03:06:33.140Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30642026-03-19T03:06:33.173Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30652026-03-19T03:06:33.393Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30662026-03-19T03:06:33.467Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30672026-03-19T03:06:33.570Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30682026-03-19T03:06:33.660Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30692026-03-19T03:06:33.708Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30702026-03-19T03:06:33.977Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30712026-03-19T03:06:34.159Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30722026-03-19T03:06:34.193Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30732026-03-19T03:06:34.224Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30742026-03-19T03:06:34.388Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30752026-03-19T03:06:34.487Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30762026-03-19T03:06:34.516Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30772026-03-19T03:06:34.811Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30782026-03-19T03:06:34.895Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-03-19T03:06:35.109Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30802026-03-19T03:06:35.233Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30812026-03-19T03:06:35.325Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30822026-03-19T03:06:35.372Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30832026-03-19T03:06:35.455Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30842026-03-19T03:06:35.681Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30852026-03-19T03:06:35.714Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30862026-03-19T03:06:35.789Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30872026-03-19T03:06:35.930Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30882026-03-19T03:06:35.998Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30892026-03-19T03:06:36.040Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30902026-03-19T03:06:36.068Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30912026-03-19T03:06:36.351Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30922026-03-19T03:06:36.354Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30932026-03-19T03:06:36.406Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30942026-03-19T03:06:36.409Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30952026-03-19T03:06:36.666Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30962026-03-19T03:06:36.694Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30972026-03-19T03:06:36.724Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30982026-03-19T03:06:36.920Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30992026-03-19T03:06:37.009Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31002026-03-19T03:06:37.047Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31012026-03-19T03:06:37.092Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31022026-03-19T03:06:37.260Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-03-19T03:06:37.306Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31042026-03-19T03:06:37.411Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31052026-03-19T03:06:37.657Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31062026-03-19T03:06:37.660Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31072026-03-19T03:06:37.717Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31082026-03-19T03:06:37.747Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31092026-03-19T03:06:38.020Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31102026-03-19T03:06:38.460Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31112026-03-19T03:06:38.589Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31122026-03-19T03:06:39.493Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31132026-03-19T03:06:40.017Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-03-19T03:06:40.279Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31152026-03-19T03:06:40.309Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-03-19T03:06:40.561Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31172026-03-19T03:06:40.596Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31182026-03-19T03:06:40.783Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-03-19T03:06:40.829Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31202026-03-19T03:06:41.267Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31212026-03-19T03:06:41.419Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31222026-03-19T03:06:41.815Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31232026-03-19T03:06:41.849Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31242026-03-19T03:06:41.879Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31252026-03-19T03:06:42.177Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31262026-03-19T03:06:42.502Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31272026-03-19T03:06:42.694Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-19T03:06:43.423Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31292026-03-19T03:06:43.456Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-19T03:06:43.459Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31312026-03-19T03:06:43.948Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31322026-03-19T03:06:44.018Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31332026-03-19T03:06:44.471Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31342026-03-19T03:06:44.914Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-03-19T03:06:45.845Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-03-19T03:06:45.912Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31372026-03-19T03:06:46.297Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31382026-03-19T03:06:47.043Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392026-03-19T03:06:47.077Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31402026-03-19T03:06:47.406Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-03-19T03:06:47.504Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31422026-03-19T03:06:47.855Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31432026-03-19T03:06:47.887Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31442026-03-19T03:06:47.918Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31452026-03-19T03:06:47.975Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31462026-03-19T03:06:48.363Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31472026-03-19T03:06:48.429Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31482026-03-19T03:06:48.480Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31492026-03-19T03:06:48.634Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31502026-03-19T03:06:48.729Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31512026-03-19T03:06:49.028Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-03-19T03:06:49.066Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31532026-03-19T03:06:49.886Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31542026-03-19T03:06:50.105Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31552026-03-19T03:06:51.042Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31562026-03-19T03:06:51.568Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31572026-03-19T03:06:52.006Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-03-19T03:06:52.188Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-03-19T03:06:52.491Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-03-19T03:06:52.535Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-19T03:06:52.567Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31622026-03-19T03:06:52.975Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-03-19T03:06:53.562Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31642026-03-19T03:06:53.722Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-03-19T03:06:53.838Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-03-19T03:06:54.081Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31672026-03-19T03:06:55.452Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31682026-03-19T03:06:55.491Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-03-19T03:06:55.863Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-19T03:06:56.197Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31712026-03-19T03:06:56.825Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31722026-03-19T03:06:58.373Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31732026-03-19T03:06:59.120Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31742026-03-19T03:06:59.459Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31752026-03-19T03:07:00.177Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-03-19T03:07:00.243Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31772026-03-19T03:07:00.408Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-03-19T03:07:00.558Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-03-19T03:07:00.941Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31802026-03-19T03:07:01.564Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31812026-03-19T03:07:01.821Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-19T03:07:02.387Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-19T03:07:03.621Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-03-19T03:07:03.695Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-03-19T03:07:03.791Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-03-19T03:07:08.005Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31872026-03-19T03:07:08.979Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31882026-03-19T03:07:09.522Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31892026-03-19T03:07:10.613Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31902026-03-19T03:07:10.756Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31912026-03-19T03:07:12.412Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-03-19T03:07:12.450Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31932026-03-19T03:07:12.568Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31942026-03-19T03:07:12.901Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-03-19T03:07:14.032Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-03-19T03:07:14.626Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31972026-03-19T03:07:14.658Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31982026-03-19T03:07:14.883Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-03-19T03:07:15.004Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-03-19T03:07:15.217Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32012026-03-19T03:07:15.604Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022026-03-19T03:07:15.999Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032026-03-19T03:07:16.143Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32042026-03-19T03:07:16.742Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-19T03:07:17.090Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-19T03:07:17.248Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-19T03:07:17.473Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-03-19T03:07:17.504Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32092026-03-19T03:07:17.649Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32102026-03-19T03:07:18.572Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32112026-03-19T03:07:18.879Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32122026-03-19T03:07:19.768Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-03-19T03:07:20.579Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32142026-03-19T03:07:20.636Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-19T03:07:22.901Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-19T03:07:23.184Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-19T03:07:27.306Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-03-19T03:07:28.078Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-19T03:07:29.249Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32202026-03-19T03:07:30.265Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-19T03:07:32.298Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-03-19T03:07:33.405Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-03-19T03:07:34.546Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-03-19T03:07:36.592Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-03-19T03:07:37.276Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-03-19T03:07:38.100Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32272026-03-19T03:07:38.891Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32282026-03-19T03:07:39.699Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-03-19T03:07:42.670Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32302026-03-19T03:07:43.235Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-03-19T03:07:43.408Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-03-19T03:07:44.998Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-03-19T03:07:46.039Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-03-19T03:07:46.970Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32352026-03-19T03:07:48.977Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32362026-03-19T03:07:52.727Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-03-19T03:07:53.698Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-03-19T03:07:54.622Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-03-19T03:07:56.128Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-03-19T03:07:57.375Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-03-19T03:07:58.316Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-03-19T03:07:59.254Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32432026-03-19T03:08:00.244Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32442026-03-19T03:08:01.443Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-03-19T03:08:02.301Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32462026-03-19T03:08:03.027Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-03-19T03:08:04.510Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32482026-03-19T03:08:05.489Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-03-19T03:08:08.460Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32502026-03-19T03:08:09.320Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32512026-03-19T03:08:10.521Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32522026-03-19T03:08:14.928Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-03-19T03:08:16.035Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32542026-03-19T03:08:16.711Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-03-19T03:08:18.526Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-03-19T03:08:21.834Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-03-19T03:08:22.504Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-03-19T03:08:23.343Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32592026-03-19T03:08:25.154Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32602026-03-19T03:08:26.951Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32612026-03-19T03:08:28.512Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32622026-03-19T03:08:31.610Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32632026-03-19T03:08:32.408Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-03-19T03:08:34.570Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-03-19T03:08:36.823Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32662026-03-19T03:08:38.622Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32672026-03-19T03:08:40.621Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32682026-03-19T03:08:42.806Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32692026-03-19T03:08:45.244Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32702026-03-19T03:08:47.215Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32712026-03-19T03:08:52.773Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-03-19T03:08:54.534Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-03-19T03:08:54.875Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-03-19T03:08:57.080Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32752026-03-19T03:08:59.594Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-03-19T03:09:02.002Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32772026-03-19T03:09:04.533Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-19T03:09:07.329Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-03-19T03:09:09.801Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-03-19T03:09:12.658Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-19T03:09:14.789Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-03-19T03:09:17.266Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32832026-03-19T03:09:19.758Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32842026-03-19T03:09:22.234Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32852026-03-19T03:09:24.707Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-03-19T03:09:26.868Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-03-19T03:09:29.684Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-03-19T03:09:31.865Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32892026-03-19T03:09:34.307Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-03-19T03:09:36.936Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-03-19T03:09:39.433Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-03-19T03:09:41.998Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-03-19T03:09:44.586Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32942026-03-19T03:09:47.185Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-03-19T03:09:50.211Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32962026-03-19T03:09:52.482Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-19T03:09:55.102Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-19T03:09:57.695Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-19T03:10:00.428Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33002026-03-19T03:10:04.963Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33012026-03-19T03:10:09.175Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-03-19T03:10:11.808Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33032026-03-19T03:10:14.686Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-03-19T03:10:17.549Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33052026-03-19T03:10:20.458Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33062026-03-19T03:10:23.272Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-03-19T03:10:25.989Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33082026-03-19T03:10:31.921Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33092026-03-19T03:10:31.936Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33102026-03-19T03:10:34.972Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33112026-03-19T03:10:37.404Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122026-03-19T03:10:40.288Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-03-19T03:10:43.697Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33142026-03-19T03:10:45.944Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33152026-03-19T03:10:48.786Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33162026-03-19T03:10:51.734Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33172026-03-19T03:10:54.676Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33182026-03-19T03:10:57.488Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-03-19T03:11:00.564Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33202026-03-19T03:11:03.257Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33212026-03-19T03:11:06.114Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33222026-03-19T03:11:09.131Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33232026-03-19T03:11:12.015Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33242026-03-19T03:11:14.825Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33252026-03-19T03:11:17.773Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33262026-03-19T03:11:20.549Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33272026-03-19T03:11:23.643Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33282026-03-19T03:11:26.548Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33292026-03-19T03:11:29.868Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33302026-03-19T03:11:32.621Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33312026-03-19T03:11:35.710Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33322026-03-19T03:11:38.829Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33332026-03-19T03:11:41.941Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33342026-03-19T03:11:45.259Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33352026-03-19T03:11:48.367Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-19T03:11:51.500Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33372026-03-19T03:11:54.656Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33382026-03-19T03:11:57.763Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33392026-03-19T03:12:00.960Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33402026-03-19T03:12:04.234Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-03-19T03:12:07.359Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33422026-03-19T03:12:11.191Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33432026-03-19T03:12:14.233Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33442026-03-19T03:12:17.449Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33452026-03-19T03:12:26.706Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-03-19T03:12:26.883Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33472026-03-19T03:12:30.981Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-19T03:12:35.095Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33492026-03-19T03:12:39.301Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33502026-03-19T03:12:45.411Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33512026-03-19T03:12:48.826Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33522026-03-19T03:12:53.503Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33532026-03-19T03:12:58.075Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33542026-03-19T03:13:02.819Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33552026-03-19T03:13:07.310Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33562026-03-19T03:13:11.929Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33572026-03-19T03:13:16.674Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33582026-03-19T03:13:21.228Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592026-03-19T03:13:25.870Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33602026-03-19T03:13:30.490Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33612026-03-19T03:13:35.115Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33622026-03-19T03:13:39.753Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33632026-03-19T03:13:44.440Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33642026-03-19T03:13:49.175Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33652026-03-19T03:13:53.805Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33662026-03-19T03:13:58.331Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33672026-03-19T03:14:02.976Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33682026-03-19T03:14:40.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 11s
33692026-03-19T03:14:40.364Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33702026-03-19T03:14:40.484Z
33712026-03-19T03:14:40.489Zreal 8:11.704952476
33722026-03-19T03:14:40.489Zuser 23:51.625245228
33732026-03-19T03:14:40.489Zsys 4:33.522043523
33742026-03-19T03:14:40.489Ztrap 0.426720395
33752026-03-19T03:14:40.489Ztflt 0.055106693
33762026-03-19T03:14:40.489Zdflt 0.055433005
33772026-03-19T03:14:40.489Zkflt 0.000020805
33782026-03-19T03:14:40.489Zlock 7:25:02.565646885
33792026-03-19T03:14:40.489Zslp 2:43:25.144722336
33802026-03-19T03:14:40.489Zlat 38.177583448
33812026-03-19T03:14:40.489Zstop 1:58.673105743
33822026-03-19T03:14:40.489Zprocess exited: duration 1099219 ms, exit code 0
 
33832026-03-19T03:14:40.497Zfound 0 output files