|
|
|
| 1 | 2026-03-18T01:19:57.324Z | job assigned to worker 01KKZ8CVJWATH3T5C0YXJQ75VN [factory aws, i-0361ea24804cf160a] (queued for 1 m 1 s) |
| |
| 2 | 2026-03-18T01:20:06.203Z | starting task 0: "setup" |
| 3 | 2026-03-18T01:20:06.209Z | ++ uname -s |
| 4 | 2026-03-18T01:20:06.212Z | + kern=SunOS |
| 5 | 2026-03-18T01:20:06.213Z | + build_user=build |
| 6 | 2026-03-18T01:20:06.214Z | + build_uid=12345 |
| 7 | 2026-03-18T01:20:06.214Z | + work_dir=/work |
| 8 | 2026-03-18T01:20:06.214Z | + input_dir=/input |
| 9 | 2026-03-18T01:20:06.214Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T01:20:06.214Z | + case "$kern" in |
| 11 | 2026-03-18T01:20:06.214Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T01:20:06.214Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T01:20:08.243Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T01:20:08.297Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T01:20:08.306Z | + home_fs=zfs |
| 16 | 2026-03-18T01:20:08.306Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T01:20:08.306Z | + mkdir -p /home/build |
| 18 | 2026-03-18T01:20:08.306Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T01:20:10.303Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T01:20:10.306Z | process exited: duration 4101 ms, exit code 0 |
| |
| 21 | 2026-03-18T01:20:10.318Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T01:20:10.325Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T01:20:10.325Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-18T01:20:10.325Z | * rust toolchain profile = "default" |
| 25 | 2026-03-18T01:20:10.325Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-18T01:20:10.325Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-18T01:20:10.325Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T01:20:10.325Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T01:20:10.325Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T01:20:10.460Z | info: downloading installer |
| 31 | 2026-03-18T01:20:12.130Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-18T01:20:12.130Z | warn: /opt/ooce/bin |
| 33 | 2026-03-18T01:20:12.130Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-18T01:20:12.130Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-18T01:20:12.130Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-18T01:20:12.130Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-18T01:20:12.130Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-18T01:20:12.130Z | error: cannot install while Rust is installed |
| 39 | 2026-03-18T01:20:12.130Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-18T01:20:12.130Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-18T01:20:12.130Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-18T01:20:12.130Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-18T01:20:12.130Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-18T01:20:12.156Z | info: profile set to default |
| 45 | 2026-03-18T01:20:12.156Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-18T01:20:12.238Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-18T01:20:12.328Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-18T01:20:12.339Z | info: downloading 6 components |
| 49 | 2026-03-18T01:20:29.071Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-18T01:20:29.071Z | |
| 51 | 2026-03-18T01:20:29.107Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-18T01:20:29.107Z | |
| 53 | 2026-03-18T01:20:29.111Z | |
| 54 | 2026-03-18T01:20:29.112Z | Rust is installed now. Great! |
| 55 | 2026-03-18T01:20:29.112Z | |
| 56 | 2026-03-18T01:20:29.112Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-18T01:20:29.112Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-18T01:20:29.112Z | |
| 59 | 2026-03-18T01:20:29.112Z | To configure your current shell, you need to source |
| 60 | 2026-03-18T01:20:29.112Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-18T01:20:29.112Z | |
| 62 | 2026-03-18T01:20:29.112Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-18T01:20:29.112Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-18T01:20:29.112Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-18T01:20:29.113Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-18T01:20:29.113Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-18T01:20:29.113Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-18T01:20:29.113Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-18T01:20:29.113Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-18T01:20:29.113Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-18T01:20:29.213Z | + rustup --version |
| 72 | 2026-03-18T01:20:29.225Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-18T01:20:29.228Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-18T01:20:29.253Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-18T01:20:29.257Z | + cargo --version |
| 76 | 2026-03-18T01:20:29.269Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-18T01:20:29.272Z | + rustc --version |
| 78 | 2026-03-18T01:20:29.296Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-18T01:20:29.299Z | process exited: duration 18987 ms, exit code 0 |
| |
| 80 | 2026-03-18T01:20:29.306Z | starting task 2: "authentication" |
| 81 | 2026-03-18T01:20:29.324Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-18T01:20:29.330Z | starting task 3: "clone repository" |
| 83 | 2026-03-18T01:20:29.334Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-18T01:20:29.337Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-18T01:20:29.394Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-18T01:20:40.811Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-18T01:20:40.811Z | + git fetch origin b65d715f16c3585a4d1901693255c32293dc246a |
| 88 | 2026-03-18T01:20:41.148Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-18T01:20:41.148Z | * branch b65d715f16c3585a4d1901693255c32293dc246a -> FETCH_HEAD |
| 90 | 2026-03-18T01:20:41.159Z | + [[ -n mergeconflict/fm-comments ]] |
| 91 | 2026-03-18T01:20:41.162Z | ++ git branch --show-current |
| 92 | 2026-03-18T01:20:41.165Z | + current=main |
| 93 | 2026-03-18T01:20:41.165Z | + [[ main != mergeconflict/fm-comments ]] |
| 94 | 2026-03-18T01:20:41.165Z | + git branch -f mergeconflict/fm-comments b65d715f16c3585a4d1901693255c32293dc246a |
| 95 | 2026-03-18T01:20:41.168Z | + git checkout -f mergeconflict/fm-comments |
| 96 | 2026-03-18T01:20:41.488Z | Switched to branch 'mergeconflict/fm-comments' |
| 97 | 2026-03-18T01:20:41.491Z | + git reset --hard b65d715f16c3585a4d1901693255c32293dc246a |
| 98 | 2026-03-18T01:20:41.513Z | HEAD is now at b65d715f1 Move doc comments to crate/module level per review feedback |
| 99 | 2026-03-18T01:20:41.516Z | process exited: duration 12188 ms, exit code 0 |
| |
| 100 | 2026-03-18T01:20:41.522Z | starting task 4: "build" |
| 101 | 2026-03-18T01:20:41.526Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-18T01:20:41.529Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-18T01:20:41.529Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-18T01:20:41.529Z | + cargo --version |
| 105 | 2026-03-18T01:20:41.539Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-18T01:20:41.543Z | + rustc --version |
| 107 | 2026-03-18T01:20:41.567Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-18T01:20:41.570Z | + source ./env.sh |
| 109 | 2026-03-18T01:20:41.570Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-18T01:20:41.570Z | ++ set -o xtrace |
| 111 | 2026-03-18T01:20:41.573Z | ++++ dirname ./env.sh |
| 112 | 2026-03-18T01:20:41.576Z | +++ readlink -f . |
| 113 | 2026-03-18T01:20:41.576Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-18T01:20:41.576Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-18T01:20:41.576Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-03-18T01:20:41.576Z | ++ 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 |
| 117 | 2026-03-18T01:20:41.576Z | ++ 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 |
| 118 | 2026-03-18T01:20:41.576Z | ++ 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 |
| 119 | 2026-03-18T01:20:41.576Z | ++ 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 |
| 120 | 2026-03-18T01:20:41.576Z | ++ 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 |
| 121 | 2026-03-18T01:20:41.576Z | ++ 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 |
| 122 | 2026-03-18T01:20:41.576Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-18T01:20:41.576Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-18T01:20:41.576Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 125 | 2026-03-18T01:20:41.576Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 126 | 2026-03-18T01:20:41.576Z | + banner prerequisites |
| 127 | 2026-03-18T01:20:41.580Z | |
| 128 | 2026-03-18T01:20:41.580Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-18T01:20:41.580Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-18T01:20:41.580Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-18T01:20:41.580Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-18T01:20:41.580Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-18T01:20:41.580Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-18T01:20:41.580Z | |
| 135 | 2026-03-18T01:20:41.580Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-18T01:20:51.461Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-18T01:21:01.199Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-18T01:21:23.642Z | Planning: Solver setup ... Done (20.851s) |
| 139 | 2026-03-18T01:21:23.793Z | Planning: Running solver ... Done (0.153s) |
| 140 | 2026-03-18T01:21:23.976Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-18T01:21:23.989Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-18T01:21:24.112Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-18T01:21:24.155Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-18T01:21:24.198Z | Planning: Merging actions ... Done (0.042s) |
| 145 | 2026-03-18T01:21:24.532Z | Planning: Checking for conflicting actions ... Done (0.333s) |
| 146 | 2026-03-18T01:21:24.541Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-18T01:21:25.445Z | Planning: Evaluating mediators ... Done (0.904s) |
| 148 | 2026-03-18T01:21:25.453Z | Planning: Planning completed in 24.12 seconds |
| 149 | 2026-03-18T01:21:25.468Z | Packages to install: 4 |
| 150 | 2026-03-18T01:21:25.471Z | Mediators to change: 2 |
| 151 | 2026-03-18T01:21:25.471Z | Services to change: 1 |
| 152 | 2026-03-18T01:21:25.472Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-18T01:21:25.472Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-18T01:21:25.472Z | Create boot environment: No |
| 155 | 2026-03-18T01:21:25.472Z | Create backup boot environment: No |
| 156 | 2026-03-18T01:21:25.472Z | Rebuild boot archive: No |
| 157 | 2026-03-18T01:21:25.472Z | |
| 158 | 2026-03-18T01:21:25.472Z | Changed mediators: |
| 159 | 2026-03-18T01:21:25.472Z | mediator clang: |
| 160 | 2026-03-18T01:21:25.472Z | version: None -> 15 (system default) |
| 161 | 2026-03-18T01:21:25.472Z | |
| 162 | 2026-03-18T01:21:25.473Z | mediator llvm: |
| 163 | 2026-03-18T01:21:25.473Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-18T01:21:25.473Z | |
| 165 | 2026-03-18T01:21:25.473Z | Changed packages: |
| 166 | 2026-03-18T01:21:25.473Z | helios-dev |
| 167 | 2026-03-18T01:21:25.473Z | developer/build-essential |
| 168 | 2026-03-18T01:21:25.473Z | None -> 11-2.0 |
| 169 | 2026-03-18T01:21:25.473Z | library/libxmlsec1 |
| 170 | 2026-03-18T01:21:25.473Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-18T01:21:25.474Z | ooce/developer/clang-15 |
| 172 | 2026-03-18T01:21:25.474Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-18T01:21:25.474Z | ooce/developer/llvm-15 |
| 174 | 2026-03-18T01:21:25.474Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-18T01:21:25.474Z | |
| 176 | 2026-03-18T01:21:25.474Z | Services: |
| 177 | 2026-03-18T01:21:25.474Z | restart_fmri: |
| 178 | 2026-03-18T01:21:25.474Z | svc:/system/update-man-index:default |
| 179 | 2026-03-18T01:21:25.516Z | |
| 180 | 2026-03-18T01:21:25.516Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-18T01:21:30.809Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (25.3M/s) |
| 182 | 2026-03-18T01:21:34.308Z | Download: Completed 212.60 MB in 8.80 seconds (24.2M/s) |
| 183 | 2026-03-18T01:21:34.979Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-18T01:21:39.166Z | Actions: Completed 3689 actions in 4.19 seconds. |
| 185 | 2026-03-18T01:21:39.541Z | Done (0.370s) |
| 186 | 2026-03-18T01:21:39.541Z | Done (0.000s) |
| 187 | 2026-03-18T01:21:40.547Z | Done (1.006s) |
| 188 | 2026-03-18T01:21:45.146Z | Done (4.261s) |
| 189 | 2026-03-18T01:21:45.227Z | Done (0.018s) |
| 190 | 2026-03-18T01:21:45.231Z | Done (0.000s) |
| 191 | 2026-03-18T01:21:45.358Z | Done (0.000s) |
| 192 | 2026-03-18T01:21:46.322Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-18T01:21:46.463Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-18T01:21:46.466Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-18T01:21:46.687Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-18T01:21:46.690Z | Planning: Planning completed in 0.37 seconds |
| 197 | 2026-03-18T01:21:46.716Z | Mediators to change: 2 |
| 198 | 2026-03-18T01:21:46.716Z | Create boot environment: No |
| 199 | 2026-03-18T01:21:46.719Z | Create backup boot environment: No |
| 200 | 2026-03-18T01:21:46.790Z | Done |
| 201 | 2026-03-18T01:21:46.790Z | Done |
| 202 | 2026-03-18T01:21:47.523Z | Done |
| 203 | 2026-03-18T01:21:50.887Z | Done |
| 204 | 2026-03-18T01:21:50.964Z | Done |
| 205 | 2026-03-18T01:21:50.967Z | Done |
| 206 | 2026-03-18T01:21:51.116Z | Done |
| 207 | 2026-03-18T01:21:51.655Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-18T01:21:51.658Z | Planning: Merging actions ... Done |
| 209 | 2026-03-18T01:21:51.826Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-18T01:21:51.830Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-18T01:21:52.047Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-18T01:21:52.090Z | Planning: Planning completed in 0.64 seconds |
| 213 | 2026-03-18T01:21:52.121Z | Packages to change: 1 |
| 214 | 2026-03-18T01:21:52.121Z | Mediators to change: 1 |
| 215 | 2026-03-18T01:21:52.124Z | Services to change: 1 |
| 216 | 2026-03-18T01:21:52.124Z | Create boot environment: No |
| 217 | 2026-03-18T01:21:52.124Z | Create backup boot environment: Yes |
| 218 | 2026-03-18T01:21:54.660Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-18T01:21:54.664Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-18T01:21:54.664Z | Done |
| 221 | 2026-03-18T01:21:54.664Z | Done |
| 222 | 2026-03-18T01:21:54.849Z | Done |
| 223 | 2026-03-18T01:21:58.097Z | Done |
| 224 | 2026-03-18T01:21:59.796Z | Done |
| 225 | 2026-03-18T01:21:59.894Z | Done |
| 226 | 2026-03-18T01:21:59.894Z | Done |
| 227 | 2026-03-18T01:21:59.894Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-18T01:21:59.894Z | clang system 15 system |
| 229 | 2026-03-18T01:21:59.894Z | csh system system illumos |
| 230 | 2026-03-18T01:21:59.895Z | ctags system system illumos |
| 231 | 2026-03-18T01:21:59.895Z | file system system illumos |
| 232 | 2026-03-18T01:21:59.895Z | gcc vendor 12 vendor |
| 233 | 2026-03-18T01:21:59.895Z | gcc system 10 system |
| 234 | 2026-03-18T01:21:59.895Z | gcc system 7 system |
| 235 | 2026-03-18T01:21:59.895Z | go system 1.20 system |
| 236 | 2026-03-18T01:21:59.895Z | go system 1.19 system |
| 237 | 2026-03-18T01:21:59.895Z | llvm system 15 system |
| 238 | 2026-03-18T01:21:59.895Z | llvm system 14 system |
| 239 | 2026-03-18T01:21:59.895Z | mariadb system 10.6 system |
| 240 | 2026-03-18T01:21:59.895Z | mta vendor vendor dma |
| 241 | 2026-03-18T01:21:59.895Z | openjdk system 17 system |
| 242 | 2026-03-18T01:21:59.896Z | openjdk system 11 system |
| 243 | 2026-03-18T01:21:59.896Z | openjdk system 1.8 system |
| 244 | 2026-03-18T01:21:59.896Z | openssl vendor 3 vendor |
| 245 | 2026-03-18T01:21:59.896Z | perl system 5.36 system |
| 246 | 2026-03-18T01:21:59.896Z | postgresql system 15 system |
| 247 | 2026-03-18T01:21:59.896Z | postgresql system 13 system |
| 248 | 2026-03-18T01:21:59.896Z | python vendor 3 vendor |
| 249 | 2026-03-18T01:21:59.896Z | python system 2 system |
| 250 | 2026-03-18T01:21:59.896Z | python3 system 3.11 system |
| 251 | 2026-03-18T01:21:59.896Z | ruby system 3.0 system |
| 252 | 2026-03-18T01:21:59.896Z | words vendor vendor american-english |
| 253 | 2026-03-18T01:21:59.896Z | words system system australian-english |
| 254 | 2026-03-18T01:21:59.896Z | words system system british-english |
| 255 | 2026-03-18T01:21:59.896Z | words system system canadian-english |
| 256 | 2026-03-18T01:21:59.896Z | words system system french |
| 257 | 2026-03-18T01:21:59.896Z | words system system italian |
| 258 | 2026-03-18T01:21:59.896Z | words system system ngerman |
| 259 | 2026-03-18T01:21:59.896Z | words system system ogerman |
| 260 | 2026-03-18T01:21:59.896Z | words system system spanish |
| 261 | 2026-03-18T01:21:59.896Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-18T01:21:59.896Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-18T01:22:04.962Z | FMRI IFO |
| 264 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-18T01:22:04.962Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-18T01:22:04.963Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-18T01:22:04.963Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-18T01:22:04.963Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-18T01:22:04.963Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-18T01:22:04.964Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-18T01:22:04.964Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-18T01:22:04.964Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-18T01:22:06.185Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-18T01:22:06.435Z | Updating crates.io index |
| 282 | 2026-03-18T01:22:06.440Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-18T01:22:06.929Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-18T01:22:07.235Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-03-18T01:22:07.547Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 286 | 2026-03-18T01:22:07.970Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2026-03-18T01:22:08.795Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-03-18T01:22:09.280Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-03-18T01:22:10.695Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-03-18T01:22:12.357Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-03-18T01:22:13.057Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-03-18T01:22:13.436Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 293 | 2026-03-18T01:22:14.311Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 294 | 2026-03-18T01:22:14.723Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2026-03-18T01:22:15.029Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 296 | 2026-03-18T01:22:15.436Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 297 | 2026-03-18T01:22:16.317Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 298 | 2026-03-18T01:22:16.903Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 299 | 2026-03-18T01:22:17.365Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2026-03-18T01:22:17.704Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 301 | 2026-03-18T01:22:18.082Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 302 | 2026-03-18T01:22:18.322Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 303 | 2026-03-18T01:22:18.524Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 304 | 2026-03-18T01:22:18.757Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2026-03-18T01:22:19.160Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 306 | 2026-03-18T01:22:19.518Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 307 | 2026-03-18T01:22:20.083Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 308 | 2026-03-18T01:22:20.382Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2026-03-18T01:22:20.699Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2026-03-18T01:22:21.722Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-18T01:22:22.239Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 312 | 2026-03-18T01:22:22.585Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2026-03-18T01:22:22.963Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 314 | 2026-03-18T01:22:23.224Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 315 | 2026-03-18T01:22:23.765Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2026-03-18T01:22:24.019Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2026-03-18T01:22:24.246Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2026-03-18T01:22:24.545Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 319 | 2026-03-18T01:22:24.869Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 320 | 2026-03-18T01:22:39.715Z | Downloading crates ... |
| 321 | 2026-03-18T01:22:39.768Z | Downloaded equivalent v1.0.2 |
| 322 | 2026-03-18T01:22:39.778Z | Downloaded smawk v0.3.2 |
| 323 | 2026-03-18T01:22:39.782Z | Downloaded errno v0.3.14 |
| 324 | 2026-03-18T01:22:39.782Z | Downloaded pest_meta v2.8.6 |
| 325 | 2026-03-18T01:22:39.788Z | Downloaded digest v0.10.7 |
| 326 | 2026-03-18T01:22:39.788Z | Downloaded usdt-attr-macro v0.5.0 |
| 327 | 2026-03-18T01:22:39.795Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-03-18T01:22:39.795Z | Downloaded form_urlencoded v1.2.2 |
| 329 | 2026-03-18T01:22:39.795Z | Downloaded colorchoice v1.0.4 |
| 330 | 2026-03-18T01:22:39.795Z | Downloaded clap_derive v4.5.55 |
| 331 | 2026-03-18T01:22:39.796Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2026-03-18T01:22:39.831Z | Downloaded icu_properties v2.1.2 |
| 333 | 2026-03-18T01:22:39.831Z | Downloaded toml v0.8.23 |
| 334 | 2026-03-18T01:22:39.831Z | Downloaded icu_normalizer_data v2.1.1 |
| 335 | 2026-03-18T01:22:39.831Z | Downloaded zerofrom-derive v0.1.6 |
| 336 | 2026-03-18T01:22:39.832Z | Downloaded version_check v0.9.5 |
| 337 | 2026-03-18T01:22:39.843Z | Downloaded usdt v0.5.0 |
| 338 | 2026-03-18T01:22:39.843Z | Downloaded unicode-xid v0.2.6 |
| 339 | 2026-03-18T01:22:39.844Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-03-18T01:22:39.844Z | Downloaded heck v0.4.1 |
| 341 | 2026-03-18T01:22:39.844Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2026-03-18T01:22:39.844Z | Downloaded fs-err v3.3.0 |
| 343 | 2026-03-18T01:22:39.844Z | Downloaded cargo-platform v0.2.0 |
| 344 | 2026-03-18T01:22:39.844Z | Downloaded usdt-macro v0.5.0 |
| 345 | 2026-03-18T01:22:39.857Z | Downloaded serde-value v0.7.0 |
| 346 | 2026-03-18T01:22:39.857Z | Downloaded indexmap v2.13.0 |
| 347 | 2026-03-18T01:22:39.857Z | Downloaded fastrand v2.3.0 |
| 348 | 2026-03-18T01:22:39.857Z | Downloaded clap_lex v1.0.0 |
| 349 | 2026-03-18T01:22:39.857Z | Downloaded yoke-derive v0.8.1 |
| 350 | 2026-03-18T01:22:39.858Z | Downloaded byteorder v1.5.0 |
| 351 | 2026-03-18T01:22:39.858Z | Downloaded cpufeatures v0.2.17 |
| 352 | 2026-03-18T01:22:39.858Z | Downloaded block-buffer v0.10.4 |
| 353 | 2026-03-18T01:22:39.858Z | Downloaded anyhow v1.0.102 |
| 354 | 2026-03-18T01:22:39.858Z | Downloaded zerofrom v0.1.6 |
| 355 | 2026-03-18T01:22:39.858Z | Downloaded utf8parse v0.2.2 |
| 356 | 2026-03-18T01:22:39.858Z | Downloaded hashbrown v0.16.1 |
| 357 | 2026-03-18T01:22:39.858Z | Downloaded utf8_iter v1.0.4 |
| 358 | 2026-03-18T01:22:39.858Z | Downloaded thread-id v4.2.2 |
| 359 | 2026-03-18T01:22:39.858Z | Downloaded serde_spanned v0.6.9 |
| 360 | 2026-03-18T01:22:39.859Z | Downloaded typeid v1.0.3 |
| 361 | 2026-03-18T01:22:39.859Z | Downloaded toml_write v0.1.2 |
| 362 | 2026-03-18T01:22:39.859Z | Downloaded zerovec-derive v0.11.2 |
| 363 | 2026-03-18T01:22:39.859Z | Downloaded writeable v0.6.2 |
| 364 | 2026-03-18T01:22:39.860Z | Downloaded macaddr v1.0.1 |
| 365 | 2026-03-18T01:22:39.860Z | Downloaded zmij v1.0.21 |
| 366 | 2026-03-18T01:22:39.860Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2026-03-18T01:22:39.860Z | Downloaded thiserror v2.0.18 |
| 368 | 2026-03-18T01:22:39.860Z | Downloaded thiserror-impl v2.0.18 |
| 369 | 2026-03-18T01:22:39.860Z | Downloaded textwrap v0.16.2 |
| 370 | 2026-03-18T01:22:39.860Z | Downloaded thiserror-impl v1.0.69 |
| 371 | 2026-03-18T01:22:39.860Z | Downloaded thiserror v1.0.69 |
| 372 | 2026-03-18T01:22:39.872Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2026-03-18T01:22:39.873Z | Downloaded yoke v0.8.1 |
| 374 | 2026-03-18T01:22:39.873Z | Downloaded ucd-trie v0.1.7 |
| 375 | 2026-03-18T01:22:39.873Z | Downloaded quote v1.0.44 |
| 376 | 2026-03-18T01:22:39.873Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2026-03-18T01:22:39.873Z | Downloaded terminal_size v0.4.3 |
| 378 | 2026-03-18T01:22:39.873Z | Downloaded swrite v0.1.0 |
| 379 | 2026-03-18T01:22:39.879Z | Downloaded scroll_derive v0.12.1 |
| 380 | 2026-03-18T01:22:39.879Z | Downloaded plain v0.2.3 |
| 381 | 2026-03-18T01:22:39.879Z | Downloaded unicode-ident v1.0.24 |
| 382 | 2026-03-18T01:22:39.879Z | Downloaded is_terminal_polyfill v1.70.2 |
| 383 | 2026-03-18T01:22:39.879Z | Downloaded itoa v1.0.17 |
| 384 | 2026-03-18T01:22:39.879Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2026-03-18T01:22:39.879Z | Downloaded memmap v0.7.0 |
| 386 | 2026-03-18T01:22:39.879Z | Downloaded anstyle-query v1.1.5 |
| 387 | 2026-03-18T01:22:39.880Z | Downloaded toml_edit v0.22.27 |
| 388 | 2026-03-18T01:22:39.888Z | Downloaded typenum v1.19.0 |
| 389 | 2026-03-18T01:22:39.888Z | Downloaded url v2.5.8 |
| 390 | 2026-03-18T01:22:39.889Z | Downloaded scroll v0.12.0 |
| 391 | 2026-03-18T01:22:39.889Z | Downloaded zerotrie v0.2.3 |
| 392 | 2026-03-18T01:22:39.896Z | Downloaded potential_utf v0.1.4 |
| 393 | 2026-03-18T01:22:39.896Z | Downloaded proc-macro-error v1.0.4 |
| 394 | 2026-03-18T01:22:39.896Z | Downloaded dof v0.3.0 |
| 395 | 2026-03-18T01:22:39.896Z | Downloaded strsim v0.11.1 |
| 396 | 2026-03-18T01:22:39.896Z | Downloaded fnv v1.0.7 |
| 397 | 2026-03-18T01:22:39.896Z | Downloaded serde-untagged v0.1.9 |
| 398 | 2026-03-18T01:22:39.896Z | Downloaded zerovec v0.11.5 |
| 399 | 2026-03-18T01:22:39.911Z | Downloaded cargo_metadata v0.21.0 |
| 400 | 2026-03-18T01:22:39.911Z | Downloaded anstream v0.6.21 |
| 401 | 2026-03-18T01:22:39.911Z | Downloaded stable_deref_trait v1.2.1 |
| 402 | 2026-03-18T01:22:39.911Z | Downloaded crypto-common v0.1.7 |
| 403 | 2026-03-18T01:22:39.911Z | Downloaded dtrace-parser v0.2.0 |
| 404 | 2026-03-18T01:22:39.911Z | Downloaded tinystr v0.8.2 |
| 405 | 2026-03-18T01:22:39.912Z | Downloaded ordered-float v2.10.1 |
| 406 | 2026-03-18T01:22:39.919Z | Downloaded zerocopy v0.7.35 |
| 407 | 2026-03-18T01:22:39.925Z | Downloaded winnow v0.7.14 |
| 408 | 2026-03-18T01:22:39.929Z | Downloaded percent-encoding v2.3.2 |
| 409 | 2026-03-18T01:22:39.929Z | Downloaded bytecount v0.6.9 |
| 410 | 2026-03-18T01:22:39.929Z | Downloaded pretty-hex v0.4.1 |
| 411 | 2026-03-18T01:22:39.929Z | Downloaded unicode-width v0.2.0 |
| 412 | 2026-03-18T01:22:39.935Z | Downloaded unicode-width v0.1.14 |
| 413 | 2026-03-18T01:22:39.941Z | Downloaded synstructure v0.13.2 |
| 414 | 2026-03-18T01:22:39.941Z | Downloaded erased-serde v0.4.9 |
| 415 | 2026-03-18T01:22:39.941Z | Downloaded cfg-if v1.0.4 |
| 416 | 2026-03-18T01:22:39.941Z | Downloaded pest_derive v2.8.6 |
| 417 | 2026-03-18T01:22:39.941Z | Downloaded heck v0.5.0 |
| 418 | 2026-03-18T01:22:39.948Z | Downloaded idna_adapter v1.2.1 |
| 419 | 2026-03-18T01:22:39.948Z | Downloaded displaydoc v0.2.5 |
| 420 | 2026-03-18T01:22:39.948Z | Downloaded camino-tempfile v1.4.1 |
| 421 | 2026-03-18T01:22:39.948Z | Downloaded cargo-util-schemas v0.8.2 |
| 422 | 2026-03-18T01:22:39.957Z | Downloaded anstyle v1.0.13 |
| 423 | 2026-03-18T01:22:39.957Z | Downloaded camino v1.2.2 |
| 424 | 2026-03-18T01:22:39.964Z | Downloaded sha2 v0.10.9 |
| 425 | 2026-03-18T01:22:39.964Z | Downloaded tempfile v3.25.0 |
| 426 | 2026-03-18T01:22:39.964Z | Downloaded once_cell v1.21.3 |
| 427 | 2026-03-18T01:22:39.964Z | Downloaded num-traits v0.2.19 |
| 428 | 2026-03-18T01:22:39.964Z | Downloaded autocfg v1.5.0 |
| 429 | 2026-03-18T01:22:39.965Z | Downloaded semver v1.0.27 |
| 430 | 2026-03-18T01:22:39.971Z | Downloaded bitflags v2.11.0 |
| 431 | 2026-03-18T01:22:39.978Z | Downloaded proc-macro2 v1.0.106 |
| 432 | 2026-03-18T01:22:39.978Z | Downloaded icu_locale_core v2.1.1 |
| 433 | 2026-03-18T01:22:39.982Z | Downloaded pest_generator v2.8.6 |
| 434 | 2026-03-18T01:22:39.982Z | Downloaded anstyle-parse v0.2.7 |
| 435 | 2026-03-18T01:22:39.982Z | Downloaded clap v4.5.60 |
| 436 | 2026-03-18T01:22:39.987Z | Downloaded smallvec v1.15.1 |
| 437 | 2026-03-18T01:22:39.992Z | Downloaded serde_tokenstream v0.2.3 |
| 438 | 2026-03-18T01:22:39.992Z | Downloaded serde_derive v1.0.228 |
| 439 | 2026-03-18T01:22:39.992Z | Downloaded memchr v2.8.0 |
| 440 | 2026-03-18T01:22:39.997Z | Downloaded icu_provider v2.1.1 |
| 441 | 2026-03-18T01:22:39.997Z | Downloaded getrandom v0.4.1 |
| 442 | 2026-03-18T01:22:40.001Z | Downloaded serde_core v1.0.228 |
| 443 | 2026-03-18T01:22:40.001Z | Downloaded log v0.4.29 |
| 444 | 2026-03-18T01:22:40.013Z | Downloaded litemap v0.8.1 |
| 445 | 2026-03-18T01:22:40.014Z | Downloaded papergrid v0.11.0 |
| 446 | 2026-03-18T01:22:40.019Z | Downloaded idna v1.1.0 |
| 447 | 2026-03-18T01:22:40.019Z | Downloaded icu_normalizer v2.1.1 |
| 448 | 2026-03-18T01:22:40.019Z | Downloaded icu_collections v2.1.1 |
| 449 | 2026-03-18T01:22:40.019Z | Downloaded serde v1.0.228 |
| 450 | 2026-03-18T01:22:40.040Z | Downloaded pest v2.8.6 |
| 451 | 2026-03-18T01:22:40.063Z | Downloaded serde_json v1.0.149 |
| 452 | 2026-03-18T01:22:40.069Z | Downloaded icu_properties_data v2.1.2 |
| 453 | 2026-03-18T01:22:40.075Z | Downloaded clap_builder v4.5.60 |
| 454 | 2026-03-18T01:22:40.081Z | Downloaded goblin v0.8.2 |
| 455 | 2026-03-18T01:22:40.088Z | Downloaded tabled v0.15.0 |
| 456 | 2026-03-18T01:22:40.100Z | Downloaded syn v1.0.109 |
| 457 | 2026-03-18T01:22:40.106Z | Downloaded syn v2.0.117 |
| 458 | 2026-03-18T01:22:40.122Z | Downloaded rustix v1.1.3 |
| 459 | 2026-03-18T01:22:40.145Z | Downloaded libc v0.2.180 |
| 460 | 2026-03-18T01:22:40.231Z | Compiling proc-macro2 v1.0.106 |
| 461 | 2026-03-18T01:22:40.231Z | Compiling unicode-ident v1.0.24 |
| 462 | 2026-03-18T01:22:40.236Z | Compiling quote v1.0.44 |
| 463 | 2026-03-18T01:22:40.236Z | Compiling serde_core v1.0.228 |
| 464 | 2026-03-18T01:22:40.237Z | Compiling libc v0.2.180 |
| 465 | 2026-03-18T01:22:40.237Z | Compiling version_check v0.9.5 |
| 466 | 2026-03-18T01:22:40.237Z | Compiling serde v1.0.228 |
| 467 | 2026-03-18T01:22:40.237Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-18T01:22:40.646Z | Compiling stable_deref_trait v1.2.1 |
| 469 | 2026-03-18T01:22:40.740Z | Compiling zmij v1.0.21 |
| 470 | 2026-03-18T01:22:41.242Z | Compiling itoa v1.0.17 |
| 471 | 2026-03-18T01:22:41.308Z | Compiling autocfg v1.5.0 |
| 472 | 2026-03-18T01:22:41.354Z | Compiling ucd-trie v0.1.7 |
| 473 | 2026-03-18T01:22:41.380Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-18T01:22:41.549Z | Compiling pest v2.8.6 |
| 475 | 2026-03-18T01:22:41.638Z | Compiling litemap v0.8.1 |
| 476 | 2026-03-18T01:22:41.690Z | Compiling writeable v0.6.2 |
| 477 | 2026-03-18T01:22:41.890Z | Compiling rustix v1.1.3 |
| 478 | 2026-03-18T01:22:41.922Z | Compiling icu_normalizer_data v2.1.1 |
| 479 | 2026-03-18T01:22:41.970Z | Compiling icu_properties_data v2.1.2 |
| 480 | 2026-03-18T01:22:42.208Z | Compiling byteorder v1.5.0 |
| 481 | 2026-03-18T01:22:42.413Z | Compiling syn v2.0.117 |
| 482 | 2026-03-18T01:22:42.501Z | Compiling errno v0.3.14 |
| 483 | 2026-03-18T01:22:42.524Z | Compiling bitflags v2.11.0 |
| 484 | 2026-03-18T01:22:42.546Z | Compiling serde_json v1.0.149 |
| 485 | 2026-03-18T01:22:42.690Z | Compiling num-traits v0.2.19 |
| 486 | 2026-03-18T01:22:42.826Z | Compiling hashbrown v0.16.1 |
| 487 | 2026-03-18T01:22:42.934Z | Compiling smallvec v1.15.1 |
| 488 | 2026-03-18T01:22:43.097Z | Compiling pest_meta v2.8.6 |
| 489 | 2026-03-18T01:22:43.212Z | Compiling equivalent v1.0.2 |
| 490 | 2026-03-18T01:22:43.335Z | Compiling typeid v1.0.3 |
| 491 | 2026-03-18T01:22:43.606Z | Compiling indexmap v2.13.0 |
| 492 | 2026-03-18T01:22:43.630Z | Compiling thread-id v4.2.2 |
| 493 | 2026-03-18T01:22:43.739Z | Compiling usdt-impl v0.5.0 |
| 494 | 2026-03-18T01:22:43.761Z | Compiling proc-macro-error-attr v1.0.4 |
| 495 | 2026-03-18T01:22:43.971Z | Compiling toml_write v0.1.2 |
| 496 | 2026-03-18T01:22:43.995Z | Compiling winnow v0.7.14 |
| 497 | 2026-03-18T01:22:44.019Z | Compiling syn v1.0.109 |
| 498 | 2026-03-18T01:22:44.407Z | Compiling erased-serde v0.4.9 |
| 499 | 2026-03-18T01:22:44.709Z | Compiling proc-macro-error v1.0.4 |
| 500 | 2026-03-18T01:22:44.811Z | Compiling log v0.4.29 |
| 501 | 2026-03-18T01:22:44.938Z | Compiling utf8parse v0.2.2 |
| 502 | 2026-03-18T01:22:45.054Z | Compiling thiserror v2.0.18 |
| 503 | 2026-03-18T01:22:45.085Z | Compiling plain v0.2.3 |
| 504 | 2026-03-18T01:22:45.228Z | Compiling camino v1.2.2 |
| 505 | 2026-03-18T01:22:45.476Z | Compiling percent-encoding v2.3.2 |
| 506 | 2026-03-18T01:22:45.524Z | Compiling getrandom v0.4.1 |
| 507 | 2026-03-18T01:22:45.555Z | Compiling utf8_iter v1.0.4 |
| 508 | 2026-03-18T01:22:45.684Z | Compiling form_urlencoded v1.2.2 |
| 509 | 2026-03-18T01:22:45.731Z | Compiling ordered-float v2.10.1 |
| 510 | 2026-03-18T01:22:45.754Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-03-18T01:22:46.044Z | Compiling terminal_size v0.4.3 |
| 512 | 2026-03-18T01:22:46.093Z | Compiling anstyle v1.0.13 |
| 513 | 2026-03-18T01:22:46.093Z | Compiling pretty-hex v0.4.1 |
| 514 | 2026-03-18T01:22:46.213Z | Compiling synstructure v0.13.2 |
| 515 | 2026-03-18T01:22:46.268Z | Compiling pest_generator v2.8.6 |
| 516 | 2026-03-18T01:22:46.323Z | Compiling anstyle-query v1.1.5 |
| 517 | 2026-03-18T01:22:46.413Z | Compiling is_terminal_polyfill v1.70.2 |
| 518 | 2026-03-18T01:22:46.461Z | Compiling cfg-if v1.0.4 |
| 519 | 2026-03-18T01:22:46.516Z | Compiling colorchoice v1.0.4 |
| 520 | 2026-03-18T01:22:46.563Z | Compiling serde-untagged v0.1.9 |
| 521 | 2026-03-18T01:22:46.662Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-18T01:22:46.776Z | Compiling semver v1.0.27 |
| 523 | 2026-03-18T01:22:47.043Z | Compiling fs-err v3.3.0 |
| 524 | 2026-03-18T01:22:47.067Z | Compiling anyhow v1.0.102 |
| 525 | 2026-03-18T01:22:47.208Z | Compiling unicode-xid v0.2.6 |
| 526 | 2026-03-18T01:22:47.211Z | Compiling heck v0.4.1 |
| 527 | 2026-03-18T01:22:47.278Z | Compiling heck v0.5.0 |
| 528 | 2026-03-18T01:22:47.281Z | Compiling once_cell v1.21.3 |
| 529 | 2026-03-18T01:22:47.364Z | Compiling clap_lex v1.0.0 |
| 530 | 2026-03-18T01:22:47.464Z | Compiling bytecount v0.6.9 |
| 531 | 2026-03-18T01:22:47.524Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-03-18T01:22:47.601Z | Compiling strsim v0.11.1 |
| 533 | 2026-03-18T01:22:47.629Z | Compiling fastrand v2.3.0 |
| 534 | 2026-03-18T01:22:47.667Z | Compiling fnv v1.0.7 |
| 535 | 2026-03-18T01:22:47.882Z | Compiling tempfile v3.25.0 |
| 536 | 2026-03-18T01:22:47.966Z | Compiling papergrid v0.11.0 |
| 537 | 2026-03-18T01:22:47.993Z | Compiling clap_builder v4.5.60 |
| 538 | 2026-03-18T01:22:48.076Z | Compiling memmap v0.7.0 |
| 539 | 2026-03-18T01:22:48.177Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2026-03-18T01:22:48.350Z | Compiling unicode-width v0.2.0 |
| 541 | 2026-03-18T01:22:48.439Z | Compiling smawk v0.3.2 |
| 542 | 2026-03-18T01:22:48.613Z | Compiling camino-tempfile v1.4.1 |
| 543 | 2026-03-18T01:22:48.715Z | Compiling textwrap v0.16.2 |
| 544 | 2026-03-18T01:22:48.796Z | Compiling serde_derive v1.0.228 |
| 545 | 2026-03-18T01:22:48.893Z | Compiling zerofrom-derive v0.1.6 |
| 546 | 2026-03-18T01:22:48.918Z | Compiling yoke-derive v0.8.1 |
| 547 | 2026-03-18T01:22:48.989Z | Compiling zerovec-derive v0.11.2 |
| 548 | 2026-03-18T01:22:49.357Z | Compiling displaydoc v0.2.5 |
| 549 | 2026-03-18T01:22:49.979Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2026-03-18T01:22:50.316Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2026-03-18T01:22:50.466Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-03-18T01:22:50.488Z | Compiling scroll_derive v0.12.1 |
| 553 | 2026-03-18T01:22:50.804Z | Compiling zerofrom v0.1.6 |
| 554 | 2026-03-18T01:22:50.973Z | Compiling yoke v0.8.1 |
| 555 | 2026-03-18T01:22:50.996Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-03-18T01:22:51.218Z | Compiling zerovec v0.11.5 |
| 557 | 2026-03-18T01:22:51.363Z | Compiling zerotrie v0.2.3 |
| 558 | 2026-03-18T01:22:51.458Z | Compiling zerocopy v0.7.35 |
| 559 | 2026-03-18T01:22:51.760Z | Compiling scroll v0.12.0 |
| 560 | 2026-03-18T01:22:51.797Z | Compiling dtrace-parser v0.2.0 |
| 561 | 2026-03-18T01:22:51.909Z | Compiling tinystr v0.8.2 |
| 562 | 2026-03-18T01:22:52.108Z | Compiling potential_utf v0.1.4 |
| 563 | 2026-03-18T01:22:52.176Z | Compiling icu_locale_core v2.1.1 |
| 564 | 2026-03-18T01:22:52.236Z | Compiling goblin v0.8.2 |
| 565 | 2026-03-18T01:22:52.320Z | Compiling icu_collections v2.1.1 |
| 566 | 2026-03-18T01:22:52.346Z | Compiling tabled_derive v0.7.0 |
| 567 | 2026-03-18T01:22:52.647Z | Compiling clap_derive v4.5.55 |
| 568 | 2026-03-18T01:22:52.959Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 569 | 2026-03-18T01:22:53.346Z | Compiling icu_provider v2.1.1 |
| 570 | 2026-03-18T01:22:53.427Z | Compiling swrite v0.1.0 |
| 571 | 2026-03-18T01:22:53.465Z | Compiling serde_spanned v0.6.9 |
| 572 | 2026-03-18T01:22:53.550Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-03-18T01:22:53.573Z | Compiling dof v0.3.0 |
| 574 | 2026-03-18T01:22:53.599Z | Compiling serde_tokenstream v0.2.3 |
| 575 | 2026-03-18T01:22:53.622Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-18T01:22:53.648Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-18T01:22:53.747Z | Compiling icu_normalizer v2.1.1 |
| 578 | 2026-03-18T01:22:53.897Z | Compiling icu_properties v2.1.2 |
| 579 | 2026-03-18T01:22:54.005Z | Compiling toml_edit v0.22.27 |
| 580 | 2026-03-18T01:22:54.105Z | Compiling tabled v0.15.0 |
| 581 | 2026-03-18T01:22:54.129Z | Compiling macaddr v1.0.1 |
| 582 | 2026-03-18T01:22:54.688Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-18T01:22:54.688Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-03-18T01:22:54.973Z | Compiling clap v4.5.60 |
| 585 | 2026-03-18T01:22:55.102Z | Compiling idna_adapter v1.2.1 |
| 586 | 2026-03-18T01:22:55.247Z | Compiling idna v1.1.0 |
| 587 | 2026-03-18T01:22:55.655Z | Compiling url v2.5.8 |
| 588 | 2026-03-18T01:22:55.982Z | Compiling toml v0.8.23 |
| 589 | 2026-03-18T01:22:56.224Z | Compiling usdt v0.5.0 |
| 590 | 2026-03-18T01:22:56.537Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-03-18T01:22:56.592Z | Compiling cargo_toml v0.21.0 |
| 592 | 2026-03-18T01:22:57.697Z | Compiling cargo_metadata v0.21.0 |
| 593 | 2026-03-18T01:22:59.021Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 594 | 2026-03-18T01:23:01.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.87s |
| 595 | 2026-03-18T01:23:02.089Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 596 | 2026-03-18T01:23:02.812Z | Downloading crates ... |
| 597 | 2026-03-18T01:23:02.923Z | Downloaded adler2 v2.0.1 |
| 598 | 2026-03-18T01:23:02.927Z | Downloaded ahash v0.8.12 |
| 599 | 2026-03-18T01:23:02.930Z | Downloaded aead v0.5.2 |
| 600 | 2026-03-18T01:23:02.934Z | Downloaded backon v1.6.0 |
| 601 | 2026-03-18T01:23:02.937Z | Downloaded cpufeatures v0.3.0 |
| 602 | 2026-03-18T01:23:02.940Z | Downloaded base16ct v1.0.0 |
| 603 | 2026-03-18T01:23:02.940Z | Downloaded backoff v0.4.0 |
| 604 | 2026-03-18T01:23:02.943Z | Downloaded crc8 v0.1.1 |
| 605 | 2026-03-18T01:23:02.943Z | Downloaded convert_case v0.4.0 |
| 606 | 2026-03-18T01:23:02.946Z | Downloaded crunchy v0.2.4 |
| 607 | 2026-03-18T01:23:02.946Z | Downloaded arrayref v0.3.9 |
| 608 | 2026-03-18T01:23:02.946Z | Downloaded corncobs v0.1.4 |
| 609 | 2026-03-18T01:23:02.949Z | Downloaded ascii-canvas v3.0.0 |
| 610 | 2026-03-18T01:23:02.949Z | Downloaded ciborium v0.2.2 |
| 611 | 2026-03-18T01:23:02.952Z | Downloaded darling v0.20.11 |
| 612 | 2026-03-18T01:23:02.956Z | Downloaded blake2 v0.10.6 |
| 613 | 2026-03-18T01:23:02.959Z | Downloaded dropshot_endpoint v0.16.7 |
| 614 | 2026-03-18T01:23:02.962Z | Downloaded der v0.7.10 |
| 615 | 2026-03-18T01:23:02.965Z | Downloaded bitfield v0.19.4 |
| 616 | 2026-03-18T01:23:02.965Z | Downloaded atomicwrites v0.4.4 |
| 617 | 2026-03-18T01:23:02.968Z | Downloaded atty v0.2.14 |
| 618 | 2026-03-18T01:23:02.968Z | Downloaded convert_case v0.10.0 |
| 619 | 2026-03-18T01:23:02.971Z | Downloaded critical-section v1.2.0 |
| 620 | 2026-03-18T01:23:02.971Z | Downloaded allocator-api2 v0.2.21 |
| 621 | 2026-03-18T01:23:02.974Z | Downloaded derive_more-impl v2.1.1 |
| 622 | 2026-03-18T01:23:02.977Z | Downloaded bzip2 v0.4.4 |
| 623 | 2026-03-18T01:23:02.980Z | Downloaded async-stream v0.3.6 |
| 624 | 2026-03-18T01:23:02.983Z | Downloaded crc v3.4.0 |
| 625 | 2026-03-18T01:23:02.983Z | Downloaded base64 v0.22.1 |
| 626 | 2026-03-18T01:23:02.985Z | Downloaded cargo-platform v0.1.9 |
| 627 | 2026-03-18T01:23:02.988Z | Downloaded async-stream-impl v0.3.6 |
| 628 | 2026-03-18T01:23:02.988Z | Downloaded async-bb8-diesel v0.2.1 |
| 629 | 2026-03-18T01:23:02.991Z | Downloaded assert_matches v1.5.0 |
| 630 | 2026-03-18T01:23:02.991Z | Downloaded atomic-waker v1.1.2 |
| 631 | 2026-03-18T01:23:02.991Z | Downloaded ena v0.14.4 |
| 632 | 2026-03-18T01:23:02.994Z | Downloaded crucible-workspace-hack v0.1.0 |
| 633 | 2026-03-18T01:23:02.994Z | Downloaded ctr v0.9.2 |
| 634 | 2026-03-18T01:23:02.997Z | Downloaded colored v2.2.0 |
| 635 | 2026-03-18T01:23:03.000Z | Downloaded cargo_toml v0.22.3 |
| 636 | 2026-03-18T01:23:03.000Z | Downloaded float-ord v0.3.2 |
| 637 | 2026-03-18T01:23:03.005Z | Downloaded ciborium-io v0.2.2 |
| 638 | 2026-03-18T01:23:03.005Z | Downloaded bit-set v0.8.0 |
| 639 | 2026-03-18T01:23:03.005Z | Downloaded async-trait v0.1.89 |
| 640 | 2026-03-18T01:23:03.008Z | Downloaded block-padding v0.3.3 |
| 641 | 2026-03-18T01:23:03.008Z | Downloaded embedded-io v0.6.1 |
| 642 | 2026-03-18T01:23:03.008Z | Downloaded crossbeam-deque v0.8.6 |
| 643 | 2026-03-18T01:23:03.011Z | Downloaded crc-catalog v2.4.0 |
| 644 | 2026-03-18T01:23:03.012Z | Downloaded castaway v0.2.4 |
| 645 | 2026-03-18T01:23:03.014Z | Downloaded async-recursion v1.1.1 |
| 646 | 2026-03-18T01:23:03.017Z | Downloaded array-init v0.0.4 |
| 647 | 2026-03-18T01:23:03.017Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 648 | 2026-03-18T01:23:03.017Z | Downloaded crossterm v0.29.0 |
| 649 | 2026-03-18T01:23:03.023Z | Downloaded diff v0.1.13 |
| 650 | 2026-03-18T01:23:03.026Z | Downloaded crossbeam-channel v0.5.15 |
| 651 | 2026-03-18T01:23:03.029Z | Downloaded either v1.15.0 |
| 652 | 2026-03-18T01:23:03.032Z | Downloaded cfg_aliases v0.1.1 |
| 653 | 2026-03-18T01:23:03.032Z | Downloaded elliptic-curve v0.13.8 |
| 654 | 2026-03-18T01:23:03.037Z | Downloaded cobs v0.3.0 |
| 655 | 2026-03-18T01:23:03.037Z | Downloaded flume v0.11.1 |
| 656 | 2026-03-18T01:23:03.041Z | Downloaded crypto-bigint v0.5.5 |
| 657 | 2026-03-18T01:23:03.045Z | Downloaded env_filter v1.0.0 |
| 658 | 2026-03-18T01:23:03.049Z | Downloaded display-error-chain v0.2.2 |
| 659 | 2026-03-18T01:23:03.049Z | Downloaded cstr-argument v0.1.2 |
| 660 | 2026-03-18T01:23:03.049Z | Downloaded cfg_aliases v0.2.1 |
| 661 | 2026-03-18T01:23:03.052Z | Downloaded dtrace-parser v0.3.0 |
| 662 | 2026-03-18T01:23:03.052Z | Downloaded defmt v0.3.100 |
| 663 | 2026-03-18T01:23:03.052Z | Downloaded dirs-next v2.0.0 |
| 664 | 2026-03-18T01:23:03.055Z | Downloaded derive_builder_macro v0.20.2 |
| 665 | 2026-03-18T01:23:03.055Z | Downloaded crossbeam-epoch v0.9.18 |
| 666 | 2026-03-18T01:23:03.058Z | Downloaded ciborium-ll v0.2.2 |
| 667 | 2026-03-18T01:23:03.058Z | Downloaded funty v2.0.0 |
| 668 | 2026-03-18T01:23:03.062Z | Downloaded fxhash v0.2.1 |
| 669 | 2026-03-18T01:23:03.062Z | Downloaded futures-io v0.3.32 |
| 670 | 2026-03-18T01:23:03.062Z | Downloaded foreign-types-shared v0.3.1 |
| 671 | 2026-03-18T01:23:03.062Z | Downloaded futures-sink v0.3.32 |
| 672 | 2026-03-18T01:23:03.065Z | Downloaded dyn-clone v1.0.20 |
| 673 | 2026-03-18T01:23:03.065Z | Downloaded futures-macro v0.3.32 |
| 674 | 2026-03-18T01:23:03.065Z | Downloaded document-features v0.2.12 |
| 675 | 2026-03-18T01:23:03.069Z | Downloaded dunce v1.0.5 |
| 676 | 2026-03-18T01:23:03.069Z | Downloaded futures-task v0.3.32 |
| 677 | 2026-03-18T01:23:03.072Z | Downloaded fd-lock v4.0.4 |
| 678 | 2026-03-18T01:23:03.072Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 679 | 2026-03-18T01:23:03.072Z | Downloaded argon2 v0.5.3 |
| 680 | 2026-03-18T01:23:03.075Z | Downloaded bitflags v1.3.2 |
| 681 | 2026-03-18T01:23:03.078Z | Downloaded foreign-types v0.5.0 |
| 682 | 2026-03-18T01:23:03.078Z | Downloaded bit-vec v0.6.3 |
| 683 | 2026-03-18T01:23:03.081Z | Downloaded fixedbitset v0.4.2 |
| 684 | 2026-03-18T01:23:03.081Z | Downloaded arc-swap v1.8.2 |
| 685 | 2026-03-18T01:23:03.084Z | Downloaded cmake v0.1.57 |
| 686 | 2026-03-18T01:23:03.088Z | Downloaded foreign-types-macros v0.2.3 |
| 687 | 2026-03-18T01:23:03.089Z | Downloaded endian-type v0.1.2 |
| 688 | 2026-03-18T01:23:03.090Z | Downloaded ghash v0.5.1 |
| 689 | 2026-03-18T01:23:03.090Z | Downloaded gethostname v0.5.0 |
| 690 | 2026-03-18T01:23:03.094Z | Downloaded bumpalo v3.20.2 |
| 691 | 2026-03-18T01:23:03.094Z | Downloaded headers-core v0.3.0 |
| 692 | 2026-03-18T01:23:03.094Z | Downloaded globwalk v0.9.1 |
| 693 | 2026-03-18T01:23:03.095Z | Downloaded flagset v0.4.7 |
| 694 | 2026-03-18T01:23:03.099Z | Downloaded git-stub v1.0.0 |
| 695 | 2026-03-18T01:23:03.099Z | Downloaded hash32 v0.2.1 |
| 696 | 2026-03-18T01:23:03.099Z | Downloaded dof v0.4.0 |
| 697 | 2026-03-18T01:23:03.105Z | Downloaded darling_macro v0.21.3 |
| 698 | 2026-03-18T01:23:03.105Z | Downloaded darling_macro v0.20.11 |
| 699 | 2026-03-18T01:23:03.105Z | Downloaded hex-literal v0.4.1 |
| 700 | 2026-03-18T01:23:03.105Z | Downloaded ff v0.13.1 |
| 701 | 2026-03-18T01:23:03.108Z | Downloaded downcast-rs v2.0.2 |
| 702 | 2026-03-18T01:23:03.108Z | Downloaded derive_builder_core v0.20.2 |
| 703 | 2026-03-18T01:23:03.108Z | Downloaded hostname v0.3.1 |
| 704 | 2026-03-18T01:23:03.108Z | Downloaded dsl_auto_type v0.2.0 |
| 705 | 2026-03-18T01:23:03.111Z | Downloaded cargo_metadata v0.19.2 |
| 706 | 2026-03-18T01:23:03.112Z | Downloaded home v0.5.12 |
| 707 | 2026-03-18T01:23:03.112Z | Downloaded embedded-io v0.4.0 |
| 708 | 2026-03-18T01:23:03.115Z | Downloaded base64ct v1.8.3 |
| 709 | 2026-03-18T01:23:03.115Z | Downloaded difflib v0.4.0 |
| 710 | 2026-03-18T01:23:03.118Z | Downloaded buf-list v1.1.2 |
| 711 | 2026-03-18T01:23:03.121Z | Downloaded bit-vec v0.8.0 |
| 712 | 2026-03-18T01:23:03.121Z | Downloaded foreign-types-shared v0.1.1 |
| 713 | 2026-03-18T01:23:03.124Z | Downloaded const_format_proc_macros v0.2.34 |
| 714 | 2026-03-18T01:23:03.124Z | Downloaded cassowary v0.3.0 |
| 715 | 2026-03-18T01:23:03.128Z | Downloaded blowfish v0.9.1 |
| 716 | 2026-03-18T01:23:03.128Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 717 | 2026-03-18T01:23:03.128Z | Downloaded cipher v0.4.4 |
| 718 | 2026-03-18T01:23:03.131Z | Downloaded fs-err v2.11.0 |
| 719 | 2026-03-18T01:23:03.131Z | Downloaded futures-executor v0.3.32 |
| 720 | 2026-03-18T01:23:03.134Z | Downloaded foldhash v0.2.0 |
| 721 | 2026-03-18T01:23:03.134Z | Downloaded http-range v0.1.5 |
| 722 | 2026-03-18T01:23:03.136Z | Downloaded der_derive v0.7.3 |
| 723 | 2026-03-18T01:23:03.136Z | Downloaded defmt-macros v1.0.1 |
| 724 | 2026-03-18T01:23:03.139Z | Downloaded daft-derive v0.1.5 |
| 725 | 2026-03-18T01:23:03.143Z | Downloaded group v0.13.0 |
| 726 | 2026-03-18T01:23:03.146Z | Downloaded darling v0.23.0 |
| 727 | 2026-03-18T01:23:03.149Z | Downloaded hyper-tls v0.6.0 |
| 728 | 2026-03-18T01:23:03.152Z | Downloaded hash32 v0.3.1 |
| 729 | 2026-03-18T01:23:03.152Z | Downloaded fixedbitset v0.5.7 |
| 730 | 2026-03-18T01:23:03.155Z | Downloaded derive_builder v0.20.2 |
| 731 | 2026-03-18T01:23:03.158Z | Downloaded indent_write v2.2.0 |
| 732 | 2026-03-18T01:23:03.161Z | Downloaded ident_case v1.0.1 |
| 733 | 2026-03-18T01:23:03.161Z | Downloaded ed25519 v2.2.3 |
| 734 | 2026-03-18T01:23:03.177Z | Downloaded is_ci v1.2.0 |
| 735 | 2026-03-18T01:23:03.180Z | Downloaded csv-core v0.1.13 |
| 736 | 2026-03-18T01:23:03.180Z | Downloaded is-terminal v0.4.17 |
| 737 | 2026-03-18T01:23:03.183Z | Downloaded instant v0.1.13 |
| 738 | 2026-03-18T01:23:03.183Z | Downloaded inout v0.1.4 |
| 739 | 2026-03-18T01:23:03.186Z | Downloaded console v0.15.11 |
| 740 | 2026-03-18T01:23:03.189Z | Downloaded instability v0.3.11 |
| 741 | 2026-03-18T01:23:03.189Z | Downloaded hubpack v0.1.2 |
| 742 | 2026-03-18T01:23:03.189Z | Downloaded des v0.8.1 |
| 743 | 2026-03-18T01:23:03.199Z | Downloaded darling v0.21.3 |
| 744 | 2026-03-18T01:23:03.199Z | Downloaded kstat-rs v0.2.4 |
| 745 | 2026-03-18T01:23:03.199Z | Downloaded http-body v1.0.1 |
| 746 | 2026-03-18T01:23:03.202Z | Downloaded keccak v0.1.6 |
| 747 | 2026-03-18T01:23:03.202Z | Downloaded http-body-util v0.1.3 |
| 748 | 2026-03-18T01:23:03.205Z | Downloaded glob v0.3.3 |
| 749 | 2026-03-18T01:23:03.205Z | Downloaded crc32fast v1.5.0 |
| 750 | 2026-03-18T01:23:03.209Z | Downloaded linked-hash-map v0.5.6 |
| 751 | 2026-03-18T01:23:03.214Z | Downloaded internet-checksum v0.2.1 |
| 752 | 2026-03-18T01:23:03.214Z | Downloaded futures-channel v0.3.32 |
| 753 | 2026-03-18T01:23:03.214Z | Downloaded hex v0.4.3 |
| 754 | 2026-03-18T01:23:03.217Z | Downloaded md5 v0.7.0 |
| 755 | 2026-03-18T01:23:03.217Z | Downloaded lru v0.12.5 |
| 756 | 2026-03-18T01:23:03.220Z | Downloaded md-5 v0.10.6 |
| 757 | 2026-03-18T01:23:03.220Z | Downloaded indoc v1.0.9 |
| 758 | 2026-03-18T01:23:03.223Z | Downloaded mime v0.3.17 |
| 759 | 2026-03-18T01:23:03.223Z | Downloaded crossbeam-utils v0.8.21 |
| 760 | 2026-03-18T01:23:03.226Z | Downloaded half v1.8.3 |
| 761 | 2026-03-18T01:23:03.229Z | Downloaded drift v0.1.3 |
| 762 | 2026-03-18T01:23:03.233Z | Downloaded newline-converter v0.3.0 |
| 763 | 2026-03-18T01:23:03.236Z | Downloaded new_debug_unreachable v1.0.6 |
| 764 | 2026-03-18T01:23:03.236Z | Downloaded match_cfg v0.1.0 |
| 765 | 2026-03-18T01:23:03.240Z | Downloaded newtype_derive v0.1.6 |
| 766 | 2026-03-18T01:23:03.240Z | Downloaded ingot v0.1.1 |
| 767 | 2026-03-18T01:23:03.240Z | Downloaded nibble_vec v0.1.0 |
| 768 | 2026-03-18T01:23:03.243Z | Downloaded newtype-uuid-macros v0.1.0 |
| 769 | 2026-03-18T01:23:03.243Z | Downloaded darling_core v0.23.0 |
| 770 | 2026-03-18T01:23:03.247Z | Downloaded multimap v0.10.1 |
| 771 | 2026-03-18T01:23:03.250Z | Downloaded memoffset v0.9.1 |
| 772 | 2026-03-18T01:23:03.250Z | Downloaded lru-slab v0.1.2 |
| 773 | 2026-03-18T01:23:03.253Z | Downloaded managed v0.8.0 |
| 774 | 2026-03-18T01:23:03.253Z | Downloaded lzss v0.8.2 |
| 775 | 2026-03-18T01:23:03.256Z | Downloaded libscf-sys v1.1.0 |
| 776 | 2026-03-18T01:23:03.256Z | Downloaded ipnet v2.11.0 |
| 777 | 2026-03-18T01:23:03.259Z | Downloaded jobserver v0.1.34 |
| 778 | 2026-03-18T01:23:03.259Z | Downloaded libsw v3.5.0 |
| 779 | 2026-03-18T01:23:03.262Z | Downloaded indoc v2.0.7 |
| 780 | 2026-03-18T01:23:03.266Z | Downloaded num v0.4.3 |
| 781 | 2026-03-18T01:23:03.266Z | Downloaded libloading v0.8.9 |
| 782 | 2026-03-18T01:23:03.269Z | Downloaded lazy_static v1.5.0 |
| 783 | 2026-03-18T01:23:03.269Z | Downloaded olpc-cjson v0.1.4 |
| 784 | 2026-03-18T01:23:03.273Z | Downloaded crc-any v2.5.0 |
| 785 | 2026-03-18T01:23:03.273Z | Downloaded openssl-macros v0.1.1 |
| 786 | 2026-03-18T01:23:03.278Z | Downloaded lock_api v0.4.14 |
| 787 | 2026-03-18T01:23:03.278Z | Downloaded iana-time-zone v0.1.65 |
| 788 | 2026-03-18T01:23:03.278Z | Downloaded num_threads v0.1.7 |
| 789 | 2026-03-18T01:23:03.282Z | Downloaded num-derive v0.4.2 |
| 790 | 2026-03-18T01:23:03.282Z | Downloaded num_enum_derive v0.5.11 |
| 791 | 2026-03-18T01:23:03.285Z | Downloaded num-iter v0.1.45 |
| 792 | 2026-03-18T01:23:03.285Z | Downloaded getrandom v0.3.4 |
| 793 | 2026-03-18T01:23:03.288Z | Downloaded num-derive v0.3.3 |
| 794 | 2026-03-18T01:23:03.288Z | Downloaded num-conv v0.2.0 |
| 795 | 2026-03-18T01:23:03.288Z | Downloaded parse-display v0.10.0 |
| 796 | 2026-03-18T01:23:03.290Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-03-18T01:23:03.290Z | Downloaded half v2.7.1 |
| 798 | 2026-03-18T01:23:03.293Z | Downloaded opaque-debug v0.3.1 |
| 799 | 2026-03-18T01:23:03.296Z | Downloaded aes v0.8.4 |
| 800 | 2026-03-18T01:23:03.299Z | Downloaded nodrop v0.1.14 |
| 801 | 2026-03-18T01:23:03.299Z | Downloaded packed_struct_codegen v0.10.1 |
| 802 | 2026-03-18T01:23:03.299Z | Downloaded openssl-probe v0.2.1 |
| 803 | 2026-03-18T01:23:03.303Z | Downloaded newtype-uuid v1.3.2 |
| 804 | 2026-03-18T01:23:03.303Z | Downloaded native-tls v0.2.18 |
| 805 | 2026-03-18T01:23:03.307Z | Downloaded mime_guess v2.0.5 |
| 806 | 2026-03-18T01:23:03.307Z | Downloaded pbkdf2 v0.11.0 |
| 807 | 2026-03-18T01:23:03.310Z | Downloaded parse-size v1.1.0 |
| 808 | 2026-03-18T01:23:03.310Z | Downloaded oso-derive v0.27.3 |
| 809 | 2026-03-18T01:23:03.310Z | Downloaded fatfs v0.3.6 |
| 810 | 2026-03-18T01:23:03.313Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-03-18T01:23:03.315Z | Downloaded const_format v0.2.35 |
| 812 | 2026-03-18T01:23:03.318Z | Downloaded compact_str v0.8.1 |
| 813 | 2026-03-18T01:23:03.321Z | Downloaded expectorate v1.2.0 |
| 814 | 2026-03-18T01:23:03.324Z | Downloaded bytes v1.11.1 |
| 815 | 2026-03-18T01:23:03.327Z | Downloaded peg-runtime v0.8.5 |
| 816 | 2026-03-18T01:23:03.329Z | Downloaded multer v3.1.0 |
| 817 | 2026-03-18T01:23:03.332Z | Downloaded litrs v1.0.0 |
| 818 | 2026-03-18T01:23:03.332Z | Downloaded phf_shared v0.11.3 |
| 819 | 2026-03-18T01:23:03.335Z | Downloaded pbkdf2 v0.12.2 |
| 820 | 2026-03-18T01:23:03.335Z | Downloaded pin-utils v0.1.0 |
| 821 | 2026-03-18T01:23:03.338Z | Downloaded num_enum v0.7.5 |
| 822 | 2026-03-18T01:23:03.341Z | Downloaded num-integer v0.1.46 |
| 823 | 2026-03-18T01:23:03.344Z | Downloaded memmap2 v0.9.10 |
| 824 | 2026-03-18T01:23:03.344Z | Downloaded num_enum_derive v0.7.5 |
| 825 | 2026-03-18T01:23:03.347Z | Downloaded hyper-rustls v0.27.7 |
| 826 | 2026-03-18T01:23:03.347Z | Downloaded heapless v0.8.0 |
| 827 | 2026-03-18T01:23:03.351Z | Downloaded nu-ansi-term v0.50.3 |
| 828 | 2026-03-18T01:23:03.355Z | Downloaded owo-colors v4.3.0 |
| 829 | 2026-03-18T01:23:03.355Z | Downloaded libsw-core v0.3.2 |
| 830 | 2026-03-18T01:23:03.359Z | Downloaded num-rational v0.4.2 |
| 831 | 2026-03-18T01:23:03.359Z | Downloaded packed_struct v0.10.1 |
| 832 | 2026-03-18T01:23:03.359Z | Downloaded heapless v0.7.17 |
| 833 | 2026-03-18T01:23:03.362Z | Downloaded darling_core v0.21.3 |
| 834 | 2026-03-18T01:23:03.366Z | Downloaded powerfmt v0.2.0 |
| 835 | 2026-03-18T01:23:03.371Z | Downloaded predicates-core v1.0.10 |
| 836 | 2026-03-18T01:23:03.371Z | Downloaded derive_more v2.1.1 |
| 837 | 2026-03-18T01:23:03.378Z | Downloaded paste v1.0.15 |
| 838 | 2026-03-18T01:23:03.381Z | Downloaded password-hash v0.5.0 |
| 839 | 2026-03-18T01:23:03.384Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-03-18T01:23:03.384Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 841 | 2026-03-18T01:23:03.386Z | Downloaded password-hash v0.4.2 |
| 842 | 2026-03-18T01:23:03.386Z | Downloaded proc-macro-crate v1.3.1 |
| 843 | 2026-03-18T01:23:03.389Z | Downloaded parking_lot_core v0.8.6 |
| 844 | 2026-03-18T01:23:03.389Z | Downloaded dropshot-api-manager v0.6.0 |
| 845 | 2026-03-18T01:23:03.392Z | Downloaded cc v1.2.56 |
| 846 | 2026-03-18T01:23:03.395Z | Downloaded pem v3.0.6 |
| 847 | 2026-03-18T01:23:03.398Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-03-18T01:23:03.398Z | Downloaded phf_shared v0.12.1 |
| 849 | 2026-03-18T01:23:03.402Z | Downloaded pem-rfc7468 v0.7.0 |
| 850 | 2026-03-18T01:23:03.402Z | Downloaded psl-types v2.0.11 |
| 851 | 2026-03-18T01:23:03.405Z | Downloaded progenitor-macro v0.11.2 |
| 852 | 2026-03-18T01:23:03.405Z | Downloaded radium v0.7.0 |
| 853 | 2026-03-18T01:23:03.405Z | Downloaded flate2 v1.1.9 |
| 854 | 2026-03-18T01:23:03.408Z | Downloaded quick-error v1.2.3 |
| 855 | 2026-03-18T01:23:03.411Z | Downloaded pin-project-lite v0.2.17 |
| 856 | 2026-03-18T01:23:03.414Z | Downloaded num-complex v0.4.6 |
| 857 | 2026-03-18T01:23:03.417Z | Downloaded indicatif v0.18.4 |
| 858 | 2026-03-18T01:23:03.436Z | Downloaded rand_xorshift v0.4.0 |
| 859 | 2026-03-18T01:23:03.436Z | Downloaded rand_chacha v0.3.1 |
| 860 | 2026-03-18T01:23:03.439Z | Downloaded ppv-lite86 v0.2.21 |
| 861 | 2026-03-18T01:23:03.439Z | Downloaded polyval v0.6.2 |
| 862 | 2026-03-18T01:23:03.439Z | Downloaded headers v0.4.1 |
| 863 | 2026-03-18T01:23:03.439Z | Downloaded predicates-tree v1.0.13 |
| 864 | 2026-03-18T01:23:03.439Z | Downloaded predicates v3.1.4 |
| 865 | 2026-03-18T01:23:03.439Z | Downloaded poly1305 v0.8.0 |
| 866 | 2026-03-18T01:23:03.439Z | Downloaded phf v0.12.1 |
| 867 | 2026-03-18T01:23:03.439Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 868 | 2026-03-18T01:23:03.439Z | Downloaded recursive v0.1.1 |
| 869 | 2026-03-18T01:23:03.439Z | Downloaded pkg-config v0.3.32 |
| 870 | 2026-03-18T01:23:03.439Z | Downloaded num_enum v0.5.11 |
| 871 | 2026-03-18T01:23:03.443Z | Downloaded ref-cast-impl v1.0.25 |
| 872 | 2026-03-18T01:23:03.446Z | Downloaded rfc6979 v0.4.0 |
| 873 | 2026-03-18T01:23:03.446Z | Downloaded primeorder v0.13.6 |
| 874 | 2026-03-18T01:23:03.446Z | Downloaded postgres-protocol v0.6.10 |
| 875 | 2026-03-18T01:23:03.449Z | Downloaded ref-cast v1.0.25 |
| 876 | 2026-03-18T01:23:03.452Z | Downloaded progenitor-client v0.11.2 |
| 877 | 2026-03-18T01:23:03.452Z | Downloaded proc-macro-error2 v2.0.1 |
| 878 | 2026-03-18T01:23:03.456Z | Downloaded pkcs8 v0.10.2 |
| 879 | 2026-03-18T01:23:03.460Z | Downloaded parking_lot v0.12.5 |
| 880 | 2026-03-18T01:23:03.461Z | Downloaded parking_lot_core v0.9.12 |
| 881 | 2026-03-18T01:23:03.463Z | Downloaded parking_lot v0.11.2 |
| 882 | 2026-03-18T01:23:03.464Z | Downloaded hickory-resolver v0.24.4 |
| 883 | 2026-03-18T01:23:03.466Z | Downloaded russh-cryptovec v0.7.3 |
| 884 | 2026-03-18T01:23:03.469Z | Downloaded progenitor v0.13.0 |
| 885 | 2026-03-18T01:23:03.469Z | Downloaded progenitor-extras v0.1.1 |
| 886 | 2026-03-18T01:23:03.469Z | Downloaded rustc-hash v2.1.1 |
| 887 | 2026-03-18T01:23:03.472Z | Downloaded rtoolbox v0.0.3 |
| 888 | 2026-03-18T01:23:03.472Z | Downloaded progenitor v0.11.2 |
| 889 | 2026-03-18T01:23:03.475Z | Downloaded peg-macros v0.8.5 |
| 890 | 2026-03-18T01:23:03.475Z | Downloaded progenitor-client v0.13.0 |
| 891 | 2026-03-18T01:23:03.478Z | Downloaded r2d2 v0.8.10 |
| 892 | 2026-03-18T01:23:03.478Z | Downloaded libbz2-rs-sys v0.2.2 |
| 893 | 2026-03-18T01:23:03.481Z | Downloaded pkcs1 v0.7.5 |
| 894 | 2026-03-18T01:23:03.484Z | Downloaded rustc_version v0.1.7 |
| 895 | 2026-03-18T01:23:03.484Z | Downloaded progenitor v0.10.0 |
| 896 | 2026-03-18T01:23:03.484Z | Downloaded p256 v0.13.2 |
| 897 | 2026-03-18T01:23:03.487Z | Downloaded hashbrown v0.12.3 |
| 898 | 2026-03-18T01:23:03.490Z | Downloaded pkcs5 v0.7.1 |
| 899 | 2026-03-18T01:23:03.496Z | Downloaded omicron-zone-package v0.12.2 |
| 900 | 2026-03-18T01:23:03.498Z | Downloaded rand_core v0.6.4 |
| 901 | 2026-03-18T01:23:03.498Z | Downloaded rand_chacha v0.9.0 |
| 902 | 2026-03-18T01:23:03.501Z | Downloaded postgres-types v0.2.12 |
| 903 | 2026-03-18T01:23:03.501Z | Downloaded papergrid v0.17.0 |
| 904 | 2026-03-18T01:23:03.506Z | Downloaded same-file v1.0.6 |
| 905 | 2026-03-18T01:23:03.510Z | Downloaded salsa20 v0.10.2 |
| 906 | 2026-03-18T01:23:03.510Z | Downloaded ignore v0.4.25 |
| 907 | 2026-03-18T01:23:03.513Z | Downloaded miniz_oxide v0.8.9 |
| 908 | 2026-03-18T01:23:03.516Z | Downloaded scrypt v0.11.0 |
| 909 | 2026-03-18T01:23:03.516Z | Downloaded hickory-resolver v0.25.2 |
| 910 | 2026-03-18T01:23:03.519Z | Downloaded secrecy v0.8.0 |
| 911 | 2026-03-18T01:23:03.523Z | Downloaded scopeguard v1.2.0 |
| 912 | 2026-03-18T01:23:03.523Z | Downloaded scheduled-thread-pool v0.2.7 |
| 913 | 2026-03-18T01:23:03.523Z | Downloaded rand_core v0.10.0 |
| 914 | 2026-03-18T01:23:03.525Z | Downloaded rand_core v0.9.5 |
| 915 | 2026-03-18T01:23:03.525Z | Downloaded pin-project-internal v1.1.11 |
| 916 | 2026-03-18T01:23:03.528Z | Downloaded progenitor-macro v0.10.0 |
| 917 | 2026-03-18T01:23:03.528Z | Downloaded progenitor-client v0.10.0 |
| 918 | 2026-03-18T01:23:03.531Z | Downloaded proc-macro-crate v3.4.0 |
| 919 | 2026-03-18T01:23:03.531Z | Downloaded phf v0.13.1 |
| 920 | 2026-03-18T01:23:03.534Z | Downloaded scroll_derive v0.13.1 |
| 921 | 2026-03-18T01:23:03.534Z | Downloaded psm v0.1.30 |
| 922 | 2026-03-18T01:23:03.537Z | Downloaded serde_plain v1.0.2 |
| 923 | 2026-03-18T01:23:03.537Z | Downloaded semver v0.1.20 |
| 924 | 2026-03-18T01:23:03.541Z | Downloaded peg v0.8.5 |
| 925 | 2026-03-18T01:23:03.544Z | Downloaded sha1 v0.10.6 |
| 926 | 2026-03-18T01:23:03.544Z | Downloaded serde_bytes v0.11.19 |
| 927 | 2026-03-18T01:23:03.546Z | Downloaded serde-big-array v0.5.1 |
| 928 | 2026-03-18T01:23:03.546Z | Downloaded serde_urlencoded v0.7.1 |
| 929 | 2026-03-18T01:23:03.549Z | Downloaded serde_spanned v1.0.4 |
| 930 | 2026-03-18T01:23:03.552Z | Downloaded diesel_derives v2.3.7 |
| 931 | 2026-03-18T01:23:03.555Z | Downloaded rustls-pemfile v1.0.4 |
| 932 | 2026-03-18T01:23:03.558Z | Downloaded rustls-pemfile v2.2.0 |
| 933 | 2026-03-18T01:23:03.561Z | Downloaded rustc_version v0.4.1 |
| 934 | 2026-03-18T01:23:03.561Z | Downloaded siphasher v1.0.2 |
| 935 | 2026-03-18T01:23:03.563Z | Downloaded sigpipe v0.1.3 |
| 936 | 2026-03-18T01:23:03.564Z | Downloaded hickory-server v0.25.2 |
| 937 | 2026-03-18T01:23:03.567Z | Downloaded signal-hook-tokio v0.3.1 |
| 938 | 2026-03-18T01:23:03.570Z | Downloaded rand_seeder v0.4.0 |
| 939 | 2026-03-18T01:23:03.570Z | Downloaded pin-project v1.1.11 |
| 940 | 2026-03-18T01:23:03.577Z | Downloaded rusty-fork v0.3.1 |
| 941 | 2026-03-18T01:23:03.580Z | Downloaded crossterm v0.28.1 |
| 942 | 2026-03-18T01:23:03.584Z | Downloaded quinn-udp v0.5.14 |
| 943 | 2026-03-18T01:23:03.587Z | Downloaded sapling-renderdag v0.1.0 |
| 944 | 2026-03-18T01:23:03.587Z | Downloaded resolv-conf v0.7.6 |
| 945 | 2026-03-18T01:23:03.590Z | Downloaded slog-bunyan v2.5.0 |
| 946 | 2026-03-18T01:23:03.593Z | Downloaded secrecy v0.10.3 |
| 947 | 2026-03-18T01:23:03.593Z | Downloaded signature v2.2.0 |
| 948 | 2026-03-18T01:23:03.596Z | Downloaded scroll v0.13.0 |
| 949 | 2026-03-18T01:23:03.596Z | Downloaded schemars_derive v0.8.22 |
| 950 | 2026-03-18T01:23:03.596Z | Downloaded sec1 v0.7.3 |
| 951 | 2026-03-18T01:23:03.599Z | Downloaded sct v0.7.1 |
| 952 | 2026-03-18T01:23:03.602Z | Downloaded oso v0.27.3 |
| 953 | 2026-03-18T01:23:03.604Z | Downloaded prefix-trie v0.7.0 |
| 954 | 2026-03-18T01:23:03.608Z | Downloaded serde_derive_internals v0.29.1 |
| 955 | 2026-03-18T01:23:03.608Z | Downloaded http v1.4.0 |
| 956 | 2026-03-18T01:23:03.611Z | Downloaded signal-hook-mio v0.2.5 |
| 957 | 2026-03-18T01:23:03.614Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-03-18T01:23:03.614Z | Downloaded slog-envlogger v2.2.0 |
| 959 | 2026-03-18T01:23:03.616Z | Downloaded rustversion v1.0.22 |
| 960 | 2026-03-18T01:23:03.616Z | Downloaded sqlparser_derive v0.5.0 |
| 961 | 2026-03-18T01:23:03.619Z | Downloaded openssl-sys v0.9.111 |
| 962 | 2026-03-18T01:23:03.622Z | Downloaded shlex v1.3.0 |
| 963 | 2026-03-18T01:23:03.625Z | Downloaded progenitor-impl v0.11.2 |
| 964 | 2026-03-18T01:23:03.625Z | Downloaded jiff-static v0.2.21 |
| 965 | 2026-03-18T01:23:03.628Z | Downloaded ssh-cipher v0.2.0 |
| 966 | 2026-03-18T01:23:03.631Z | Downloaded serde_path_to_error v0.1.20 |
| 967 | 2026-03-18T01:23:03.632Z | Downloaded rustls-pki-types v1.14.0 |
| 968 | 2026-03-18T01:23:03.635Z | Downloaded strip-ansi-escapes v0.2.1 |
| 969 | 2026-03-18T01:23:03.635Z | Downloaded postcard v1.1.3 |
| 970 | 2026-03-18T01:23:03.638Z | Downloaded rcgen v0.12.1 |
| 971 | 2026-03-18T01:23:03.641Z | Downloaded slog-scope v4.4.1 |
| 972 | 2026-03-18T01:23:03.641Z | Downloaded progenitor-impl v0.10.0 |
| 973 | 2026-03-18T01:23:03.644Z | Downloaded ssh-encoding v0.2.0 |
| 974 | 2026-03-18T01:23:03.644Z | Downloaded slog-async v2.8.0 |
| 975 | 2026-03-18T01:23:03.647Z | Downloaded hashbrown v0.15.5 |
| 976 | 2026-03-18T01:23:03.650Z | Downloaded num-bigint v0.4.6 |
| 977 | 2026-03-18T01:23:03.653Z | Downloaded simd-adler32 v0.3.8 |
| 978 | 2026-03-18T01:23:03.657Z | Downloaded signal-hook-registry v1.4.8 |
| 979 | 2026-03-18T01:23:03.657Z | Downloaded serde_repr v0.1.20 |
| 980 | 2026-03-18T01:23:03.659Z | Downloaded strum v0.27.2 |
| 981 | 2026-03-18T01:23:03.659Z | Downloaded structmeta v0.3.0 |
| 982 | 2026-03-18T01:23:03.663Z | Downloaded strum v0.26.3 |
| 983 | 2026-03-18T01:23:03.663Z | Downloaded slog-dtrace v0.3.0 |
| 984 | 2026-03-18T01:23:03.663Z | Downloaded rustls-native-certs v0.8.3 |
| 985 | 2026-03-18T01:23:03.666Z | Downloaded seq-macro v0.3.6 |
| 986 | 2026-03-18T01:23:03.669Z | Downloaded ron v0.8.1 |
| 987 | 2026-03-18T01:23:03.672Z | Downloaded prettyplease v0.2.37 |
| 988 | 2026-03-18T01:23:03.674Z | Downloaded slog-term v2.9.2 |
| 989 | 2026-03-18T01:23:03.677Z | Downloaded sqlformat v0.3.5 |
| 990 | 2026-03-18T01:23:03.677Z | Downloaded serde_cbor v0.11.2 |
| 991 | 2026-03-18T01:23:03.680Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-03-18T01:23:03.683Z | Downloaded russh-keys v0.45.0 |
| 993 | 2026-03-18T01:23:03.687Z | Downloaded snafu-derive v0.8.9 |
| 994 | 2026-03-18T01:23:03.687Z | Downloaded termtree v0.5.1 |
| 995 | 2026-03-18T01:23:03.687Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 996 | 2026-03-18T01:23:03.690Z | Downloaded serde_with_macros v3.17.0 |
| 997 | 2026-03-18T01:23:03.690Z | Downloaded aes-gcm v0.10.3 |
| 998 | 2026-03-18T01:23:03.693Z | Downloaded slog-json v2.6.1 |
| 999 | 2026-03-18T01:23:03.696Z | Downloaded itertools v0.10.5 |
| 1000 | 2026-03-18T01:23:03.700Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-03-18T01:23:03.703Z | Downloaded strum_macros v0.24.3 |
| 1002 | 2026-03-18T01:23:03.706Z | Downloaded take_mut v0.2.2 |
| 1003 | 2026-03-18T01:23:03.706Z | Downloaded minimal-lexical v0.2.1 |
| 1004 | 2026-03-18T01:23:03.709Z | Downloaded mio v1.1.1 |
| 1005 | 2026-03-18T01:23:03.713Z | Downloaded slog-stdlog v4.1.1 |
| 1006 | 2026-03-18T01:23:03.716Z | Downloaded ryu v1.0.23 |
| 1007 | 2026-03-18T01:23:03.719Z | Downloaded nom v7.1.3 |
| 1008 | 2026-03-18T01:23:03.722Z | Downloaded static_assertions v1.1.0 |
| 1009 | 2026-03-18T01:23:03.725Z | Downloaded hashbrown v0.13.2 |
| 1010 | 2026-03-18T01:23:03.728Z | Downloaded rayon-core v1.13.0 |
| 1011 | 2026-03-18T01:23:03.731Z | Downloaded smf v0.2.3 |
| 1012 | 2026-03-18T01:23:03.734Z | Downloaded hyper-util v0.1.20 |
| 1013 | 2026-03-18T01:23:03.737Z | Downloaded tinyvec_macros v0.1.1 |
| 1014 | 2026-03-18T01:23:03.740Z | Downloaded tagptr v0.2.0 |
| 1015 | 2026-03-18T01:23:03.740Z | Downloaded sync_wrapper v1.0.2 |
| 1016 | 2026-03-18T01:23:03.740Z | Downloaded strum_macros v0.27.2 |
| 1017 | 2026-03-18T01:23:03.743Z | Downloaded pretty_assertions v1.4.1 |
| 1018 | 2026-03-18T01:23:03.746Z | Downloaded strum_macros v0.26.4 |
| 1019 | 2026-03-18T01:23:03.746Z | Downloaded stringprep v0.1.5 |
| 1020 | 2026-03-18T01:23:03.748Z | Downloaded string_cache v0.8.9 |
| 1021 | 2026-03-18T01:23:03.748Z | Downloaded spki v0.7.3 |
| 1022 | 2026-03-18T01:23:03.751Z | Downloaded smallvec v0.6.14 |
| 1023 | 2026-03-18T01:23:03.754Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1024 | 2026-03-18T01:23:03.757Z | Downloaded spin v0.9.8 |
| 1025 | 2026-03-18T01:23:03.757Z | Downloaded slab v0.4.12 |
| 1026 | 2026-03-18T01:23:03.760Z | Downloaded schemars v0.8.22 |
| 1027 | 2026-03-18T01:23:03.767Z | Downloaded termios v0.3.3 |
| 1028 | 2026-03-18T01:23:03.770Z | Downloaded testing_table v0.3.0 |
| 1029 | 2026-03-18T01:23:03.771Z | Downloaded thread-id v5.1.0 |
| 1030 | 2026-03-18T01:23:03.774Z | Downloaded sync-ptr v0.1.4 |
| 1031 | 2026-03-18T01:23:03.774Z | Downloaded quinn v0.11.9 |
| 1032 | 2026-03-18T01:23:03.777Z | Downloaded thread_local v1.1.9 |
| 1033 | 2026-03-18T01:23:03.777Z | Downloaded rand v0.8.5 |
| 1034 | 2026-03-18T01:23:03.781Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1035 | 2026-03-18T01:23:03.784Z | Downloaded progenitor-impl v0.13.0 |
| 1036 | 2026-03-18T01:23:03.787Z | Downloaded indexmap v1.9.3 |
| 1037 | 2026-03-18T01:23:03.791Z | Downloaded base64 v0.21.7 |
| 1038 | 2026-03-18T01:23:03.794Z | Downloaded tokio-macros v2.6.0 |
| 1039 | 2026-03-18T01:23:03.794Z | Downloaded tabwriter v1.4.1 |
| 1040 | 2026-03-18T01:23:03.794Z | Downloaded qorb v0.4.1 |
| 1041 | 2026-03-18T01:23:03.797Z | Downloaded try-lock v0.2.5 |
| 1042 | 2026-03-18T01:23:03.797Z | Downloaded tls_codec_derive v0.4.2 |
| 1043 | 2026-03-18T01:23:03.800Z | Downloaded tabled_derive v0.11.0 |
| 1044 | 2026-03-18T01:23:03.802Z | Downloaded slog v2.8.2 |
| 1045 | 2026-03-18T01:23:03.805Z | Downloaded topological-sort v0.2.2 |
| 1046 | 2026-03-18T01:23:03.805Z | Downloaded rsa v0.9.10 |
| 1047 | 2026-03-18T01:23:03.809Z | Downloaded libxml v0.3.3 |
| 1048 | 2026-03-18T01:23:03.813Z | Downloaded typify-macro v0.6.1 |
| 1049 | 2026-03-18T01:23:03.816Z | Downloaded typify-macro v0.4.3 |
| 1050 | 2026-03-18T01:23:03.816Z | Downloaded rustls-webpki v0.103.9 |
| 1051 | 2026-03-18T01:23:03.819Z | Downloaded unarray v0.1.4 |
| 1052 | 2026-03-18T01:23:03.819Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1053 | 2026-03-18T01:23:03.822Z | Downloaded time-core v0.1.8 |
| 1054 | 2026-03-18T01:23:03.822Z | Downloaded tokio-rustls v0.25.0 |
| 1055 | 2026-03-18T01:23:03.825Z | Downloaded itertools v0.12.1 |
| 1056 | 2026-03-18T01:23:03.829Z | Downloaded signal-hook v0.3.18 |
| 1057 | 2026-03-18T01:23:03.832Z | Downloaded term v1.2.1 |
| 1058 | 2026-03-18T01:23:03.835Z | Downloaded rand v0.9.2 |
| 1059 | 2026-03-18T01:23:03.839Z | Downloaded usdt-attr-macro v0.6.0 |
| 1060 | 2026-03-18T01:23:03.839Z | Downloaded tap v1.0.1 |
| 1061 | 2026-03-18T01:23:03.839Z | Downloaded tower-service v0.3.3 |
| 1062 | 2026-03-18T01:23:03.843Z | Downloaded universal-hash v0.5.1 |
| 1063 | 2026-03-18T01:23:03.843Z | Downloaded tokio-tungstenite v0.23.1 |
| 1064 | 2026-03-18T01:23:03.843Z | Downloaded thiserror-no-std v2.0.2 |
| 1065 | 2026-03-18T01:23:03.846Z | Downloaded num-bigint-dig v0.8.6 |
| 1066 | 2026-03-18T01:23:03.849Z | Downloaded iri-string v0.7.10 |
| 1067 | 2026-03-18T01:23:03.853Z | Downloaded utf-8 v0.7.6 |
| 1068 | 2026-03-18T01:23:03.856Z | Downloaded usdt-macro v0.6.0 |
| 1069 | 2026-03-18T01:23:03.856Z | Downloaded tls_codec v0.4.2 |
| 1070 | 2026-03-18T01:23:03.859Z | Downloaded subtle v2.6.1 |
| 1071 | 2026-03-18T01:23:03.859Z | Downloaded iddqd v0.3.17 |
| 1072 | 2026-03-18T01:23:03.865Z | Downloaded socket2 v0.5.10 |
| 1073 | 2026-03-18T01:23:03.868Z | Downloaded schemars v1.2.1 |
| 1074 | 2026-03-18T01:23:03.878Z | Downloaded waitgroup v0.1.2 |
| 1075 | 2026-03-18T01:23:03.881Z | Downloaded wait-timeout v0.2.1 |
| 1076 | 2026-03-18T01:23:03.881Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1077 | 2026-03-18T01:23:03.885Z | Downloaded schemars v0.9.0 |
| 1078 | 2026-03-18T01:23:03.892Z | Downloaded want v0.3.1 |
| 1079 | 2026-03-18T01:23:03.895Z | Downloaded untrusted v0.9.0 |
| 1080 | 2026-03-18T01:23:03.895Z | Downloaded rand v0.10.0 |
| 1081 | 2026-03-18T01:23:03.898Z | Downloaded p521 v0.13.3 |
| 1082 | 2026-03-18T01:23:03.901Z | Downloaded test-strategy v0.4.5 |
| 1083 | 2026-03-18T01:23:03.904Z | Downloaded usdt v0.6.0 |
| 1084 | 2026-03-18T01:23:03.907Z | Downloaded unicode-truncate v1.1.0 |
| 1085 | 2026-03-18T01:23:03.907Z | Downloaded xattr v1.6.1 |
| 1086 | 2026-03-18T01:23:03.909Z | Downloaded time-macros v0.2.27 |
| 1087 | 2026-03-18T01:23:03.909Z | Downloaded void v1.0.2 |
| 1088 | 2026-03-18T01:23:03.912Z | Downloaded snafu v0.8.9 |
| 1089 | 2026-03-18T01:23:03.915Z | Downloaded similar v2.7.0 |
| 1090 | 2026-03-18T01:23:03.918Z | Downloaded tokio-stream v0.1.18 |
| 1091 | 2026-03-18T01:23:03.922Z | Downloaded aho-corasick v1.1.4 |
| 1092 | 2026-03-18T01:23:03.927Z | Downloaded zone_cfg_derive v0.3.1 |
| 1093 | 2026-03-18T01:23:03.929Z | Downloaded term v0.7.0 |
| 1094 | 2026-03-18T01:23:03.933Z | Downloaded zone v0.3.1 |
| 1095 | 2026-03-18T01:23:03.933Z | Downloaded russh v0.45.0 |
| 1096 | 2026-03-18T01:23:03.936Z | Downloaded xshell-macros v0.2.7 |
| 1097 | 2026-03-18T01:23:03.936Z | Downloaded uzers v0.12.2 |
| 1098 | 2026-03-18T01:23:03.939Z | Downloaded tracing-attributes v0.1.31 |
| 1099 | 2026-03-18T01:23:03.942Z | Downloaded vergen-gitcl v1.0.8 |
| 1100 | 2026-03-18T01:23:03.942Z | Downloaded vergen-git2 v1.0.7 |
| 1101 | 2026-03-18T01:23:03.945Z | Downloaded zeroize_derive v1.4.3 |
| 1102 | 2026-03-18T01:23:03.945Z | Downloaded subprocess v0.2.15 |
| 1103 | 2026-03-18T01:23:03.948Z | Downloaded hkdf v0.12.4 |
| 1104 | 2026-03-18T01:23:03.951Z | Downloaded vsss-rs v3.3.4 |
| 1105 | 2026-03-18T01:23:03.954Z | Downloaded twox-hash v2.1.2 |
| 1106 | 2026-03-18T01:23:03.954Z | Downloaded tinyvec v1.10.0 |
| 1107 | 2026-03-18T01:23:03.957Z | Downloaded steno v0.4.1 |
| 1108 | 2026-03-18T01:23:03.959Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1109 | 2026-03-18T01:23:03.962Z | Downloaded whoami v2.1.0 |
| 1110 | 2026-03-18T01:23:03.962Z | Downloaded unicase v2.9.0 |
| 1111 | 2026-03-18T01:23:03.965Z | Downloaded tokio-rustls v0.26.4 |
| 1112 | 2026-03-18T01:23:03.965Z | Downloaded support-bundle-viewer v0.1.2 |
| 1113 | 2026-03-18T01:23:03.968Z | Downloaded toml v0.7.8 |
| 1114 | 2026-03-18T01:23:03.971Z | Downloaded unicode-properties v0.1.4 |
| 1115 | 2026-03-18T01:23:03.974Z | Downloaded itertools v0.13.0 |
| 1116 | 2026-03-18T01:23:03.977Z | Downloaded xz2 v0.1.7 |
| 1117 | 2026-03-18T01:23:03.980Z | Downloaded walkdir v2.5.0 |
| 1118 | 2026-03-18T01:23:03.980Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1119 | 2026-03-18T01:23:03.983Z | Downloaded tar v0.4.44 |
| 1120 | 2026-03-18T01:23:03.986Z | Downloaded usdt-impl v0.6.0 |
| 1121 | 2026-03-18T01:23:03.989Z | Downloaded vergen v9.0.6 |
| 1122 | 2026-03-18T01:23:03.989Z | Downloaded reedline v0.40.0 |
| 1123 | 2026-03-18T01:23:03.993Z | Downloaded wyz v0.5.1 |
| 1124 | 2026-03-18T01:23:03.997Z | Downloaded typify v0.4.3 |
| 1125 | 2026-03-18T01:23:04.000Z | Downloaded zstd v0.13.3 |
| 1126 | 2026-03-18T01:23:04.000Z | Downloaded tracing-core v0.1.36 |
| 1127 | 2026-03-18T01:23:04.003Z | Downloaded zeroize v1.8.2 |
| 1128 | 2026-03-18T01:23:04.003Z | Downloaded typify v0.6.1 |
| 1129 | 2026-03-18T01:23:04.006Z | Downloaded samael v0.0.19 |
| 1130 | 2026-03-18T01:23:04.011Z | Downloaded tui-tree-widget v0.23.1 |
| 1131 | 2026-03-18T01:23:04.013Z | Downloaded rustyline v14.0.0 |
| 1132 | 2026-03-18T01:23:04.016Z | Downloaded whoami v1.6.1 |
| 1133 | 2026-03-18T01:23:04.020Z | Downloaded vergen-lib v0.1.6 |
| 1134 | 2026-03-18T01:23:04.020Z | Downloaded ron v0.12.0 |
| 1135 | 2026-03-18T01:23:04.025Z | Downloaded rpassword v7.4.0 |
| 1136 | 2026-03-18T01:23:04.028Z | Downloaded unicode-bidi v0.3.18 |
| 1137 | 2026-03-18T01:23:04.031Z | Downloaded untrusted v0.7.1 |
| 1138 | 2026-03-18T01:23:04.031Z | Downloaded unit-prefix v0.5.2 |
| 1139 | 2026-03-18T01:23:04.031Z | Downloaded tokio-tungstenite v0.21.0 |
| 1140 | 2026-03-18T01:23:04.034Z | Downloaded tokio-rustls v0.24.1 |
| 1141 | 2026-03-18T01:23:04.037Z | Downloaded h2 v0.4.13 |
| 1142 | 2026-03-18T01:23:04.040Z | Downloaded yasna v0.5.2 |
| 1143 | 2026-03-18T01:23:04.042Z | Downloaded blake3 v1.8.3 |
| 1144 | 2026-03-18T01:23:04.048Z | Downloaded xshell v0.2.7 |
| 1145 | 2026-03-18T01:23:04.051Z | Downloaded ssh-key v0.6.7 |
| 1146 | 2026-03-18T01:23:04.054Z | Downloaded zstd-safe v7.2.4 |
| 1147 | 2026-03-18T01:23:04.057Z | Downloaded zerocopy v0.6.6 |
| 1148 | 2026-03-18T01:23:04.061Z | Downloaded vte v0.14.1 |
| 1149 | 2026-03-18T01:23:04.061Z | Downloaded uuid v1.21.0 |
| 1150 | 2026-03-18T01:23:04.064Z | Downloaded tokio-postgres v0.7.16 |
| 1151 | 2026-03-18T01:23:04.067Z | Downloaded tungstenite v0.23.0 |
| 1152 | 2026-03-18T01:23:04.070Z | Downloaded bitvec v1.0.1 |
| 1153 | 2026-03-18T01:23:04.079Z | Downloaded unsafe-libyaml v0.2.11 |
| 1154 | 2026-03-18T01:23:04.082Z | Downloaded aws-lc-rs v1.16.0 |
| 1155 | 2026-03-18T01:23:04.089Z | Downloaded toml_edit v0.19.15 |
| 1156 | 2026-03-18T01:23:04.103Z | Downloaded tungstenite v0.21.0 |
| 1157 | 2026-03-18T01:23:04.105Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1158 | 2026-03-18T01:23:04.109Z | Downloaded zopfli v0.8.3 |
| 1159 | 2026-03-18T01:23:04.111Z | Downloaded portable-atomic v1.13.1 |
| 1160 | 2026-03-18T01:23:04.115Z | Downloaded reqwest v0.12.28 |
| 1161 | 2026-03-18T01:23:04.120Z | Downloaded unicode_categories v0.1.1 |
| 1162 | 2026-03-18T01:23:04.122Z | Downloaded bindgen v0.71.1 |
| 1163 | 2026-03-18T01:23:04.127Z | Downloaded git2 v0.20.4 |
| 1164 | 2026-03-18T01:23:04.133Z | Downloaded quick-xml v0.37.5 |
| 1165 | 2026-03-18T01:23:04.138Z | Downloaded tower v0.5.3 |
| 1166 | 2026-03-18T01:23:04.144Z | Downloaded zip v0.6.6 |
| 1167 | 2026-03-18T01:23:04.147Z | Downloaded reqwest v0.13.2 |
| 1168 | 2026-03-18T01:23:04.152Z | Downloaded p384 v0.13.1 |
| 1169 | 2026-03-18T01:23:04.156Z | Downloaded regex v1.12.3 |
| 1170 | 2026-03-18T01:23:04.161Z | Downloaded rayon v1.11.0 |
| 1171 | 2026-03-18T01:23:04.167Z | Downloaded zerocopy-derive v0.8.40 |
| 1172 | 2026-03-18T01:23:04.173Z | Downloaded moka v0.12.13 |
| 1173 | 2026-03-18T01:23:04.180Z | Downloaded salty v0.3.0 |
| 1174 | 2026-03-18T01:23:04.185Z | Downloaded unicode-segmentation v1.12.0 |
| 1175 | 2026-03-18T01:23:04.190Z | Downloaded x509-cert v0.2.5 |
| 1176 | 2026-03-18T01:23:04.195Z | Downloaded typed-path v0.9.3 |
| 1177 | 2026-03-18T01:23:04.198Z | Downloaded rustls-webpki v0.102.8 |
| 1178 | 2026-03-18T01:23:04.210Z | Downloaded rustls-webpki v0.101.7 |
| 1179 | 2026-03-18T01:23:04.221Z | Downloaded tower-http v0.6.8 |
| 1180 | 2026-03-18T01:23:04.227Z | Downloaded unicode-normalization v0.1.25 |
| 1181 | 2026-03-18T01:23:04.229Z | Downloaded zip v4.6.1 |
| 1182 | 2026-03-18T01:23:04.233Z | Downloaded proptest v1.10.0 |
| 1183 | 2026-03-18T01:23:04.240Z | Downloaded tough v0.20.0 |
| 1184 | 2026-03-18T01:23:04.247Z | Downloaded object v0.30.4 |
| 1185 | 2026-03-18T01:23:04.255Z | Downloaded radix_trie v0.2.1 |
| 1186 | 2026-03-18T01:23:04.258Z | Downloaded quinn-proto v0.11.13 |
| 1187 | 2026-03-18T01:23:04.262Z | Downloaded nix v0.27.1 |
| 1188 | 2026-03-18T01:23:04.270Z | Downloaded openssl v0.10.75 |
| 1189 | 2026-03-18T01:23:04.277Z | Downloaded serde_with v3.17.0 |
| 1190 | 2026-03-18T01:23:04.286Z | Downloaded bstr v1.12.1 |
| 1191 | 2026-03-18T01:23:04.293Z | Downloaded tokio-util v0.7.18 |
| 1192 | 2026-03-18T01:23:04.299Z | Downloaded petname v2.0.2 |
| 1193 | 2026-03-18T01:23:04.303Z | Downloaded lalrpop v0.19.12 |
| 1194 | 2026-03-18T01:23:04.311Z | Downloaded winnow v0.5.40 |
| 1195 | 2026-03-18T01:23:04.317Z | Downloaded rustls v0.21.12 |
| 1196 | 2026-03-18T01:23:04.325Z | Downloaded winnow v0.6.26 |
| 1197 | 2026-03-18T01:23:04.331Z | Downloaded yansi v1.0.1 |
| 1198 | 2026-03-18T01:23:04.334Z | Downloaded chrono v0.4.44 |
| 1199 | 2026-03-18T01:23:04.338Z | Downloaded goblin v0.10.5 |
| 1200 | 2026-03-18T01:23:04.344Z | Downloaded curve25519-dalek v4.1.3 |
| 1201 | 2026-03-18T01:23:04.350Z | Downloaded tabled v0.20.0 |
| 1202 | 2026-03-18T01:23:04.364Z | Downloaded regex-syntax v0.6.29 |
| 1203 | 2026-03-18T01:23:04.369Z | Downloaded polar-core v0.27.3 |
| 1204 | 2026-03-18T01:23:04.375Z | Downloaded time v0.3.47 |
| 1205 | 2026-03-18T01:23:04.385Z | Downloaded zlib-rs v0.6.2 |
| 1206 | 2026-03-18T01:23:04.389Z | Downloaded smoltcp v0.9.1 |
| 1207 | 2026-03-18T01:23:04.396Z | Downloaded nix v0.31.1 |
| 1208 | 2026-03-18T01:23:04.405Z | Downloaded rustls v0.22.4 |
| 1209 | 2026-03-18T01:23:04.415Z | Downloaded webpki-roots v1.0.6 |
| 1210 | 2026-03-18T01:23:04.418Z | Downloaded regex-syntax v0.8.10 |
| 1211 | 2026-03-18T01:23:04.423Z | Downloaded rustls v0.23.37 |
| 1212 | 2026-03-18T01:23:04.432Z | Downloaded regress v0.10.5 |
| 1213 | 2026-03-18T01:23:04.439Z | Downloaded vcpkg v0.2.15 |
| 1214 | 2026-03-18T01:23:04.469Z | Downloaded zerocopy v0.8.40 |
| 1215 | 2026-03-18T01:23:04.476Z | Downloaded smoltcp v0.11.0 |
| 1216 | 2026-03-18T01:23:04.486Z | Downloaded diesel v2.3.7 |
| 1217 | 2026-03-18T01:23:04.501Z | Downloaded dropshot v0.16.7 |
| 1218 | 2026-03-18T01:23:04.518Z | Downloaded openapiv3 v2.2.0 |
| 1219 | 2026-03-18T01:23:04.527Z | Downloaded object v0.37.3 |
| 1220 | 2026-03-18T01:23:04.535Z | Downloaded rustix v0.38.44 |
| 1221 | 2026-03-18T01:23:04.552Z | Downloaded nix v0.29.0 |
| 1222 | 2026-03-18T01:23:04.561Z | Downloaded hickory-proto v0.25.2 |
| 1223 | 2026-03-18T01:23:04.572Z | Downloaded hickory-proto v0.24.4 |
| 1224 | 2026-03-18T01:23:04.583Z | Downloaded sqlparser v0.61.0 |
| 1225 | 2026-03-18T01:23:04.590Z | Downloaded typify-impl v0.4.3 |
| 1226 | 2026-03-18T01:23:04.602Z | Downloaded nix v0.28.0 |
| 1227 | 2026-03-18T01:23:04.610Z | Downloaded regex-automata v0.4.14 |
| 1228 | 2026-03-18T01:23:04.621Z | Downloaded typify-impl v0.6.1 |
| 1229 | 2026-03-18T01:23:04.634Z | Downloaded sled v0.34.7 |
| 1230 | 2026-03-18T01:23:04.650Z | Downloaded zerocopy-derive v0.6.6 |
| 1231 | 2026-03-18T01:23:04.650Z | Downloaded petgraph v0.6.5 |
| 1232 | 2026-03-18T01:23:04.661Z | Downloaded ratatui v0.29.0 |
| 1233 | 2026-03-18T01:23:04.676Z | Downloaded jiff v0.2.21 |
| 1234 | 2026-03-18T01:23:04.689Z | Downloaded lzma-sys v0.1.20 |
| 1235 | 2026-03-18T01:23:04.710Z | Downloaded chrono-tz v0.10.4 |
| 1236 | 2026-03-18T01:23:04.723Z | Downloaded tracing v0.1.44 |
| 1237 | 2026-03-18T01:23:04.739Z | Downloaded petgraph v0.8.3 |
| 1238 | 2026-03-18T01:23:04.755Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1239 | 2026-03-18T01:23:04.764Z | Downloaded supports-color v3.0.2 |
| 1240 | 2026-03-18T01:23:04.767Z | Downloaded trait-variant v0.1.2 |
| 1241 | 2026-03-18T01:23:04.767Z | Downloaded tokio-native-tls v0.3.1 |
| 1242 | 2026-03-18T01:23:04.767Z | Downloaded tokio-dtrace v0.1.1 |
| 1243 | 2026-03-18T01:23:04.770Z | Downloaded tiny-keccak v2.0.2 |
| 1244 | 2026-03-18T01:23:04.770Z | Downloaded socket2 v0.6.2 |
| 1245 | 2026-03-18T01:23:04.773Z | Downloaded publicsuffix v2.3.0 |
| 1246 | 2026-03-18T01:23:04.773Z | Downloaded libm v0.2.16 |
| 1247 | 2026-03-18T01:23:04.780Z | Downloaded itertools v0.14.0 |
| 1248 | 2026-03-18T01:23:04.786Z | Downloaded hyper v1.8.1 |
| 1249 | 2026-03-18T01:23:04.796Z | Downloaded stacker v0.1.23 |
| 1250 | 2026-03-18T01:23:04.797Z | Downloaded tower-layer v0.3.3 |
| 1251 | 2026-03-18T01:23:04.797Z | Downloaded futures-util v0.3.32 |
| 1252 | 2026-03-18T01:23:04.800Z | Downloaded tokio v1.49.0 |
| 1253 | 2026-03-18T01:23:04.828Z | Downloaded precomputed-hash v0.1.1 |
| 1254 | 2026-03-18T01:23:04.831Z | Downloaded oxnet v0.1.4 |
| 1255 | 2026-03-18T01:23:04.831Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1256 | 2026-03-18T01:23:04.831Z | Downloaded darling_core v0.20.11 |
| 1257 | 2026-03-18T01:23:04.834Z | Downloaded phf_shared v0.13.1 |
| 1258 | 2026-03-18T01:23:04.837Z | Downloaded path-slash v0.1.5 |
| 1259 | 2026-03-18T01:23:04.837Z | Downloaded libefi-sys v0.1.0 |
| 1260 | 2026-03-18T01:23:04.838Z | Downloaded futures v0.3.32 |
| 1261 | 2026-03-18T01:23:04.840Z | Downloaded csv v1.4.0 |
| 1262 | 2026-03-18T01:23:04.855Z | Downloaded maybe-uninit v2.0.0 |
| 1263 | 2026-03-18T01:23:04.858Z | Downloaded httparse v1.10.1 |
| 1264 | 2026-03-18T01:23:04.861Z | Downloaded libz-sys v1.1.24 |
| 1265 | 2026-03-18T01:23:04.876Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1266 | 2026-03-18T01:23:04.887Z | Downloaded sha3 v0.10.8 |
| 1267 | 2026-03-18T01:23:04.890Z | Downloaded ed25519-dalek v2.2.0 |
| 1268 | 2026-03-18T01:23:04.895Z | Downloaded ingot-macros v0.1.1 |
| 1269 | 2026-03-18T01:23:04.898Z | Downloaded humantime v2.3.0 |
| 1270 | 2026-03-18T01:23:04.898Z | Downloaded chacha20poly1305 v0.10.1 |
| 1271 | 2026-03-18T01:23:04.898Z | Downloaded cancel-safe-futures v0.1.5 |
| 1272 | 2026-03-18T01:23:04.901Z | Downloaded normalize-line-endings v0.3.0 |
| 1273 | 2026-03-18T01:23:04.901Z | Downloaded nonempty v0.12.0 |
| 1274 | 2026-03-18T01:23:04.901Z | Downloaded linear-map v1.2.0 |
| 1275 | 2026-03-18T01:23:04.902Z | Downloaded lalrpop-util v0.19.12 |
| 1276 | 2026-03-18T01:23:04.902Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1277 | 2026-03-18T01:23:04.905Z | Downloaded hyper-staticfile v0.10.1 |
| 1278 | 2026-03-18T01:23:04.905Z | Downloaded hmac v0.12.1 |
| 1279 | 2026-03-18T01:23:04.908Z | Downloaded getrandom v0.2.17 |
| 1280 | 2026-03-18T01:23:04.908Z | Downloaded ipnetwork v0.21.1 |
| 1281 | 2026-03-18T01:23:04.910Z | Downloaded ingot-types v0.1.2 |
| 1282 | 2026-03-18T01:23:04.910Z | Downloaded cookie v0.18.1 |
| 1283 | 2026-03-18T01:23:04.913Z | Downloaded maplit v1.0.2 |
| 1284 | 2026-03-18T01:23:04.913Z | Downloaded lru-cache v0.1.2 |
| 1285 | 2026-03-18T01:23:04.913Z | Downloaded hickory-client v0.25.2 |
| 1286 | 2026-03-18T01:23:04.915Z | Downloaded derive-where v1.6.0 |
| 1287 | 2026-03-18T01:23:04.918Z | Downloaded hostname v0.4.2 |
| 1288 | 2026-03-18T01:23:04.918Z | Downloaded highway v1.3.0 |
| 1289 | 2026-03-18T01:23:04.921Z | Downloaded foldhash v0.1.5 |
| 1290 | 2026-03-18T01:23:04.921Z | Downloaded erased-serde v0.3.31 |
| 1291 | 2026-03-18T01:23:04.924Z | Downloaded debug-ignore v1.0.5 |
| 1292 | 2026-03-18T01:23:04.924Z | Downloaded cexpr v0.6.0 |
| 1293 | 2026-03-18T01:23:04.926Z | Downloaded bzip2 v0.6.1 |
| 1294 | 2026-03-18T01:23:04.926Z | Downloaded hubpack_derive v0.1.1 |
| 1295 | 2026-03-18T01:23:04.926Z | Downloaded httpdate v1.0.3 |
| 1296 | 2026-03-18T01:23:04.929Z | Downloaded git-stub-vcs v0.1.0 |
| 1297 | 2026-03-18T01:23:04.929Z | Downloaded derive-ex v0.1.8 |
| 1298 | 2026-03-18T01:23:04.929Z | Downloaded data-encoding v2.10.0 |
| 1299 | 2026-03-18T01:23:04.929Z | Downloaded ar_archive_writer v0.5.1 |
| 1300 | 2026-03-18T01:23:04.932Z | Downloaded console v0.16.2 |
| 1301 | 2026-03-18T01:23:04.934Z | Downloaded colored v3.1.1 |
| 1302 | 2026-03-18T01:23:04.935Z | Downloaded globset v0.4.18 |
| 1303 | 2026-03-18T01:23:04.937Z | Downloaded find-msvc-tools v0.1.9 |
| 1304 | 2026-03-18T01:23:04.937Z | Downloaded diesel-dtrace v0.5.0 |
| 1305 | 2026-03-18T01:23:04.939Z | Downloaded cookie_store v0.22.1 |
| 1306 | 2026-03-18T01:23:04.939Z | Downloaded const-oid v0.9.6 |
| 1307 | 2026-03-18T01:23:04.947Z | Downloaded clang-sys v1.8.1 |
| 1308 | 2026-03-18T01:23:04.947Z | Downloaded chacha20 v0.10.0 |
| 1309 | 2026-03-18T01:23:04.947Z | Downloaded daft v0.1.5 |
| 1310 | 2026-03-18T01:23:04.947Z | Downloaded fs_extra v1.3.0 |
| 1311 | 2026-03-18T01:23:04.951Z | Downloaded env_logger v0.11.9 |
| 1312 | 2026-03-18T01:23:04.951Z | Downloaded filetime v0.2.27 |
| 1313 | 2026-03-18T01:23:04.951Z | Downloaded fallible-iterator v0.2.0 |
| 1314 | 2026-03-18T01:23:04.951Z | Downloaded enum-as-inner v0.6.1 |
| 1315 | 2026-03-18T01:23:04.955Z | Downloaded constant_time_eq v0.4.2 |
| 1316 | 2026-03-18T01:23:04.955Z | Downloaded cbc v0.1.2 |
| 1317 | 2026-03-18T01:23:04.955Z | Downloaded bcs v0.1.6 |
| 1318 | 2026-03-18T01:23:04.958Z | Downloaded darling_macro v0.23.0 |
| 1319 | 2026-03-18T01:23:04.958Z | Downloaded chacha20 v0.9.1 |
| 1320 | 2026-03-18T01:23:04.958Z | Downloaded deranged v0.5.8 |
| 1321 | 2026-03-18T01:23:04.958Z | Downloaded defmt v1.0.1 |
| 1322 | 2026-03-18T01:23:04.962Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1323 | 2026-03-18T01:23:04.962Z | Downloaded arrayvec v0.7.6 |
| 1324 | 2026-03-18T01:23:04.965Z | Downloaded foreign-types v0.3.2 |
| 1325 | 2026-03-18T01:23:04.965Z | Downloaded encoding_rs v0.8.35 |
| 1326 | 2026-03-18T01:23:04.980Z | Downloaded defmt-parser v1.0.0 |
| 1327 | 2026-03-18T01:23:04.982Z | Downloaded base16ct v0.2.0 |
| 1328 | 2026-03-18T01:23:04.982Z | Downloaded float-cmp v0.10.0 |
| 1329 | 2026-03-18T01:23:04.982Z | Downloaded dirs-sys-next v0.1.2 |
| 1330 | 2026-03-18T01:23:04.985Z | Downloaded futures-core v0.3.32 |
| 1331 | 2026-03-18T01:23:04.985Z | Downloaded bitfield-macros v0.19.4 |
| 1332 | 2026-03-18T01:23:04.985Z | Downloaded derive_more v0.99.20 |
| 1333 | 2026-03-18T01:23:04.988Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1334 | 2026-03-18T01:23:04.988Z | Downloaded bitfield-struct v0.6.2 |
| 1335 | 2026-03-18T01:23:04.991Z | Downloaded bb8 v0.8.6 |
| 1336 | 2026-03-18T01:23:04.991Z | Downloaded ecdsa v0.16.9 |
| 1337 | 2026-03-18T01:23:04.991Z | Downloaded bit-set v0.5.3 |
| 1338 | 2026-03-18T01:23:05.002Z | Downloaded ring v0.17.14 |
| 1339 | 2026-03-18T01:23:05.034Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1340 | 2026-03-18T01:23:05.597Z | Downloaded aws-lc-sys v0.37.1 |
| 1341 | 2026-03-18T01:23:05.921Z | Compiling libc v0.2.180 |
| 1342 | 2026-03-18T01:23:05.924Z | Compiling serde v1.0.228 |
| 1343 | 2026-03-18T01:23:05.924Z | Compiling log v0.4.29 |
| 1344 | 2026-03-18T01:23:05.924Z | Compiling find-msvc-tools v0.1.9 |
| 1345 | 2026-03-18T01:23:06.112Z | Compiling shlex v1.3.0 |
| 1346 | 2026-03-18T01:23:06.116Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-03-18T01:23:06.128Z | Compiling syn v2.0.117 |
| 1348 | 2026-03-18T01:23:06.146Z | Compiling typenum v1.19.0 |
| 1349 | 2026-03-18T01:23:06.347Z | Compiling generic-array v0.14.7 |
| 1350 | 2026-03-18T01:23:06.364Z | Compiling subtle v2.6.1 |
| 1351 | 2026-03-18T01:23:06.391Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-03-18T01:23:06.415Z | Compiling portable-atomic v1.13.1 |
| 1353 | 2026-03-18T01:23:06.496Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-03-18T01:23:06.521Z | Compiling const-oid v0.9.6 |
| 1355 | 2026-03-18T01:23:06.579Z | Compiling critical-section v1.2.0 |
| 1356 | 2026-03-18T01:23:06.650Z | Compiling zerocopy v0.8.40 |
| 1357 | 2026-03-18T01:23:06.726Z | Compiling parking_lot_core v0.9.12 |
| 1358 | 2026-03-18T01:23:06.799Z | Compiling pin-project-lite v0.2.17 |
| 1359 | 2026-03-18T01:23:06.915Z | Compiling serde_json v1.0.149 |
| 1360 | 2026-03-18T01:23:07.049Z | Compiling pkg-config v0.3.32 |
| 1361 | 2026-03-18T01:23:07.213Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-03-18T01:23:07.297Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-03-18T01:23:07.442Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-03-18T01:23:07.513Z | Compiling errno v0.3.14 |
| 1365 | 2026-03-18T01:23:07.606Z | Compiling cc v1.2.56 |
| 1366 | 2026-03-18T01:23:07.692Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-03-18T01:23:07.762Z | Compiling signal-hook-registry v1.4.8 |
| 1368 | 2026-03-18T01:23:07.811Z | Compiling mio v1.1.1 |
| 1369 | 2026-03-18T01:23:07.814Z | Compiling bitflags v2.11.0 |
| 1370 | 2026-03-18T01:23:07.949Z | Compiling libm v0.2.16 |
| 1371 | 2026-03-18T01:23:08.103Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-18T01:23:08.121Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-18T01:23:08.146Z | Compiling futures-core v0.3.32 |
| 1374 | 2026-03-18T01:23:08.477Z | Compiling socket2 v0.6.2 |
| 1375 | 2026-03-18T01:23:08.577Z | Compiling percent-encoding v2.3.2 |
| 1376 | 2026-03-18T01:23:08.663Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-03-18T01:23:08.682Z | Compiling foldhash v0.2.0 |
| 1378 | 2026-03-18T01:23:08.823Z | Compiling cpufeatures v0.2.17 |
| 1379 | 2026-03-18T01:23:08.840Z | Compiling futures-sink v0.3.32 |
| 1380 | 2026-03-18T01:23:08.917Z | Compiling futures-io v0.3.32 |
| 1381 | 2026-03-18T01:23:08.970Z | Compiling futures-channel v0.3.32 |
| 1382 | 2026-03-18T01:23:08.987Z | Compiling futures-task v0.3.32 |
| 1383 | 2026-03-18T01:23:09.071Z | Compiling getrandom v0.4.1 |
| 1384 | 2026-03-18T01:23:09.121Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-03-18T01:23:09.139Z | Compiling slab v0.4.12 |
| 1386 | 2026-03-18T01:23:09.224Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-03-18T01:23:09.320Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-03-18T01:23:09.373Z | Compiling rand_core v0.10.0 |
| 1389 | 2026-03-18T01:23:09.520Z | Compiling form_urlencoded v1.2.2 |
| 1390 | 2026-03-18T01:23:09.867Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-18T01:23:09.907Z | Compiling indexmap v2.13.0 |
| 1392 | 2026-03-18T01:23:09.952Z | Compiling base64ct v1.8.3 |
| 1393 | 2026-03-18T01:23:10.176Z | Compiling dunce v1.0.5 |
| 1394 | 2026-03-18T01:23:10.295Z | Compiling synstructure v0.13.2 |
| 1395 | 2026-03-18T01:23:10.345Z | Compiling fs_extra v1.3.0 |
| 1396 | 2026-03-18T01:23:10.408Z | Compiling ident_case v1.0.1 |
| 1397 | 2026-03-18T01:23:10.477Z | Compiling pem-rfc7468 v0.7.0 |
| 1398 | 2026-03-18T01:23:10.564Z | Compiling flagset v0.4.7 |
| 1399 | 2026-03-18T01:23:10.628Z | Compiling rand_core v0.9.5 |
| 1400 | 2026-03-18T01:23:10.705Z | Compiling aws-lc-sys v0.37.1 |
| 1401 | 2026-03-18T01:23:10.737Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-03-18T01:23:10.755Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-18T01:23:10.820Z | Compiling ring v0.17.14 |
| 1404 | 2026-03-18T01:23:10.889Z | Compiling uuid v1.21.0 |
| 1405 | 2026-03-18T01:23:10.977Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-03-18T01:23:11.006Z | Compiling regex-syntax v0.8.10 |
| 1407 | 2026-03-18T01:23:11.152Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-18T01:23:11.421Z | Compiling vcpkg v0.2.15 |
| 1409 | 2026-03-18T01:23:11.548Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-03-18T01:23:11.815Z | Compiling crossbeam-utils v0.8.21 |
| 1411 | 2026-03-18T01:23:12.233Z | Compiling pest_generator v2.8.6 |
| 1412 | 2026-03-18T01:23:12.358Z | Compiling serde_derive_internals v0.29.1 |
| 1413 | 2026-03-18T01:23:12.460Z | Compiling openssl-sys v0.9.111 |
| 1414 | 2026-03-18T01:23:12.985Z | Compiling serde_derive v1.0.228 |
| 1415 | 2026-03-18T01:23:13.132Z | Compiling zeroize_derive v1.4.3 |
| 1416 | 2026-03-18T01:23:13.168Z | Compiling zerofrom-derive v0.1.6 |
| 1417 | 2026-03-18T01:23:13.186Z | Compiling yoke-derive v0.8.1 |
| 1418 | 2026-03-18T01:23:13.620Z | Compiling zerocopy-derive v0.8.40 |
| 1419 | 2026-03-18T01:23:14.025Z | Compiling zeroize v1.8.2 |
| 1420 | 2026-03-18T01:23:14.366Z | Compiling zerovec-derive v0.11.2 |
| 1421 | 2026-03-18T01:23:14.792Z | Compiling displaydoc v0.2.5 |
| 1422 | 2026-03-18T01:23:15.076Z | Compiling crypto-common v0.1.7 |
| 1423 | 2026-03-18T01:23:15.123Z | Compiling zerofrom v0.1.6 |
| 1424 | 2026-03-18T01:23:15.254Z | Compiling yoke v0.8.1 |
| 1425 | 2026-03-18T01:23:15.281Z | Compiling block-buffer v0.10.4 |
| 1426 | 2026-03-18T01:23:15.489Z | Compiling digest v0.10.7 |
| 1427 | 2026-03-18T01:23:15.508Z | Compiling tokio-macros v2.6.0 |
| 1428 | 2026-03-18T01:23:15.763Z | Compiling zerotrie v0.2.3 |
| 1429 | 2026-03-18T01:23:15.803Z | Compiling hmac v0.12.1 |
| 1430 | 2026-03-18T01:23:15.827Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-03-18T01:23:15.992Z | Compiling futures-macro v0.3.32 |
| 1432 | 2026-03-18T01:23:16.153Z | Compiling block-padding v0.3.3 |
| 1433 | 2026-03-18T01:23:16.347Z | Compiling inout v0.1.4 |
| 1434 | 2026-03-18T01:23:16.465Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-03-18T01:23:16.514Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-03-18T01:23:16.558Z | Compiling cipher v0.4.4 |
| 1437 | 2026-03-18T01:23:16.718Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-03-18T01:23:16.721Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-03-18T01:23:16.898Z | Compiling sha2 v0.10.9 |
| 1440 | 2026-03-18T01:23:17.055Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-03-18T01:23:17.074Z | Compiling futures-util v0.3.32 |
| 1442 | 2026-03-18T01:23:17.422Z | Compiling salsa20 v0.10.2 |
| 1443 | 2026-03-18T01:23:17.557Z | Compiling pbkdf2 v0.12.2 |
| 1444 | 2026-03-18T01:23:17.699Z | Compiling icu_provider v2.1.1 |
| 1445 | 2026-03-18T01:23:17.805Z | Compiling bytes v1.11.1 |
| 1446 | 2026-03-18T01:23:17.970Z | Compiling chrono v0.4.44 |
| 1447 | 2026-03-18T01:23:18.082Z | Compiling icu_properties v2.1.2 |
| 1448 | 2026-03-18T01:23:18.342Z | Compiling icu_normalizer v2.1.1 |
| 1449 | 2026-03-18T01:23:18.673Z | Compiling tokio v1.49.0 |
| 1450 | 2026-03-18T01:23:18.790Z | Compiling der v0.7.10 |
| 1451 | 2026-03-18T01:23:19.071Z | Compiling http v1.4.0 |
| 1452 | 2026-03-18T01:23:19.675Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-03-18T01:23:19.848Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-03-18T01:23:19.918Z | Compiling idna v1.1.0 |
| 1455 | 2026-03-18T01:23:19.951Z | Compiling spki v0.7.3 |
| 1456 | 2026-03-18T01:23:20.206Z | Compiling thiserror-impl v2.0.18 |
| 1457 | 2026-03-18T01:23:20.238Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-03-18T01:23:20.273Z | Compiling scrypt v0.11.0 |
| 1459 | 2026-03-18T01:23:20.303Z | Compiling url v2.5.8 |
| 1460 | 2026-03-18T01:23:20.488Z | Compiling cbc v0.1.2 |
| 1461 | 2026-03-18T01:23:20.590Z | Compiling aes v0.8.4 |
| 1462 | 2026-03-18T01:23:20.669Z | Compiling rustls-pki-types v1.14.0 |
| 1463 | 2026-03-18T01:23:20.780Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-03-18T01:23:21.122Z | Compiling pkcs5 v0.7.1 |
| 1465 | 2026-03-18T01:23:21.276Z | Compiling rand v0.9.2 |
| 1466 | 2026-03-18T01:23:21.359Z | Compiling http-body v1.0.1 |
| 1467 | 2026-03-18T01:23:21.621Z | Compiling httparse v1.10.1 |
| 1468 | 2026-03-18T01:23:21.757Z | Compiling untrusted v0.7.1 |
| 1469 | 2026-03-18T01:23:21.910Z | Compiling openssl-probe v0.2.1 |
| 1470 | 2026-03-18T01:23:21.962Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-03-18T01:23:21.982Z | Compiling untrusted v0.9.0 |
| 1472 | 2026-03-18T01:23:22.053Z | Compiling syn v1.0.109 |
| 1473 | 2026-03-18T01:23:22.091Z | Compiling schemars v0.8.22 |
| 1474 | 2026-03-18T01:23:22.128Z | Compiling base64 v0.22.1 |
| 1475 | 2026-03-18T01:23:22.360Z | Compiling pkcs8 v0.10.2 |
| 1476 | 2026-03-18T01:23:22.378Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2026-03-18T01:23:22.494Z | Compiling pest_derive v2.8.6 |
| 1478 | 2026-03-18T01:23:22.554Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-03-18T01:23:22.571Z | Compiling tracing v0.1.44 |
| 1480 | 2026-03-18T01:23:22.911Z | Compiling darling_core v0.20.11 |
| 1481 | 2026-03-18T01:23:23.018Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2026-03-18T01:23:23.172Z | Compiling rustls v0.23.37 |
| 1483 | 2026-03-18T01:23:23.394Z | Compiling try-lock v0.2.5 |
| 1484 | 2026-03-18T01:23:23.455Z | Compiling tower-layer v0.3.3 |
| 1485 | 2026-03-18T01:23:23.527Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-03-18T01:23:23.643Z | Compiling tower-service v0.3.3 |
| 1487 | 2026-03-18T01:23:23.660Z | Compiling tinyvec_macros v0.1.1 |
| 1488 | 2026-03-18T01:23:23.694Z | Compiling scroll v0.13.0 |
| 1489 | 2026-03-18T01:23:23.750Z | Compiling tokio-util v0.7.18 |
| 1490 | 2026-03-18T01:23:23.769Z | Compiling tinyvec v1.10.0 |
| 1491 | 2026-03-18T01:23:24.046Z | Compiling want v0.3.1 |
| 1492 | 2026-03-18T01:23:24.613Z | Compiling ipnet v2.11.0 |
| 1493 | 2026-03-18T01:23:24.638Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1494 | 2026-03-18T01:23:25.124Z | Compiling h2 v0.4.13 |
| 1495 | 2026-03-18T01:23:25.185Z | Compiling spin v0.9.8 |
| 1496 | 2026-03-18T01:23:25.283Z | Compiling aho-corasick v1.1.4 |
| 1497 | 2026-03-18T01:23:25.449Z | Compiling crc32fast v1.5.0 |
| 1498 | 2026-03-18T01:23:25.785Z | Compiling pin-utils v0.1.0 |
| 1499 | 2026-03-18T01:23:25.877Z | Compiling openssl v0.10.75 |
| 1500 | 2026-03-18T01:23:25.926Z | Compiling num-conv v0.2.0 |
| 1501 | 2026-03-18T01:23:26.096Z | Compiling powerfmt v0.2.0 |
| 1502 | 2026-03-18T01:23:26.163Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-03-18T01:23:26.238Z | Compiling darling_macro v0.20.11 |
| 1504 | 2026-03-18T01:23:26.408Z | Compiling time-core v0.1.8 |
| 1505 | 2026-03-18T01:23:26.448Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-03-18T01:23:26.544Z | Compiling time-macros v0.2.27 |
| 1507 | 2026-03-18T01:23:26.562Z | Compiling foreign-types v0.3.2 |
| 1508 | 2026-03-18T01:23:26.639Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-03-18T01:23:26.658Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-18T01:23:26.830Z | Compiling darling v0.20.11 |
| 1511 | 2026-03-18T01:23:26.959Z | Compiling tempfile v3.25.0 |
| 1512 | 2026-03-18T01:23:27.658Z | Compiling goblin v0.10.5 |
| 1513 | 2026-03-18T01:23:28.006Z | Compiling openssl-macros v0.1.1 |
| 1514 | 2026-03-18T01:23:28.541Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-03-18T01:23:28.687Z | Compiling wait-timeout v0.2.1 |
| 1516 | 2026-03-18T01:23:29.035Z | Compiling quick-error v1.2.3 |
| 1517 | 2026-03-18T01:23:29.167Z | Compiling hyper v1.8.1 |
| 1518 | 2026-03-18T01:23:29.857Z | Compiling simd-adler32 v0.3.8 |
| 1519 | 2026-03-18T01:23:30.182Z | Compiling either v1.15.0 |
| 1520 | 2026-03-18T01:23:30.220Z | Compiling num_threads v0.1.7 |
| 1521 | 2026-03-18T01:23:30.337Z | Compiling usdt-impl v0.6.0 |
| 1522 | 2026-03-18T01:23:30.451Z | Compiling siphasher v1.0.2 |
| 1523 | 2026-03-18T01:23:30.513Z | Compiling native-tls v0.2.18 |
| 1524 | 2026-03-18T01:23:30.584Z | Compiling bit-vec v0.8.0 |
| 1525 | 2026-03-18T01:23:30.726Z | Compiling hyper-util v0.1.20 |
| 1526 | 2026-03-18T01:23:30.784Z | Compiling time v0.3.47 |
| 1527 | 2026-03-18T01:23:30.880Z | Compiling bit-set v0.8.0 |
| 1528 | 2026-03-18T01:23:31.089Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-03-18T01:23:31.219Z | Compiling rusty-fork v0.3.1 |
| 1530 | 2026-03-18T01:23:31.627Z | Compiling dof v0.4.0 |
| 1531 | 2026-03-18T01:23:32.649Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-03-18T01:23:32.955Z | Compiling unicode-normalization v0.1.25 |
| 1533 | 2026-03-18T01:23:33.045Z | Compiling crossbeam-epoch v0.9.18 |
| 1534 | 2026-03-18T01:23:33.264Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-03-18T01:23:33.527Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-03-18T01:23:33.581Z | Compiling signature v2.2.0 |
| 1537 | 2026-03-18T01:23:33.645Z | Compiling scroll_derive v0.12.1 |
| 1538 | 2026-03-18T01:23:33.811Z | Compiling heapless v0.7.17 |
| 1539 | 2026-03-18T01:23:33.882Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-03-18T01:23:33.902Z | Compiling slog v2.8.2 |
| 1541 | 2026-03-18T01:23:34.083Z | Compiling darling_core v0.21.3 |
| 1542 | 2026-03-18T01:23:34.145Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1543 | 2026-03-18T01:23:34.145Z | Compiling sync_wrapper v1.0.2 |
| 1544 | 2026-03-18T01:23:34.259Z | Compiling thread-id v5.1.0 |
| 1545 | 2026-03-18T01:23:34.318Z | Compiling cookie v0.18.1 |
| 1546 | 2026-03-18T01:23:34.358Z | Compiling unicode-properties v0.1.4 |
| 1547 | 2026-03-18T01:23:34.453Z | Compiling signal-hook v0.3.18 |
| 1548 | 2026-03-18T01:23:34.504Z | Compiling unarray v0.1.4 |
| 1549 | 2026-03-18T01:23:34.538Z | Compiling paste v1.0.15 |
| 1550 | 2026-03-18T01:23:34.621Z | Compiling adler2 v2.0.1 |
| 1551 | 2026-03-18T01:23:34.640Z | Compiling unicode-bidi v0.3.18 |
| 1552 | 2026-03-18T01:23:34.663Z | Compiling anyhow v1.0.102 |
| 1553 | 2026-03-18T01:23:34.784Z | Compiling zstd-safe v7.2.4 |
| 1554 | 2026-03-18T01:23:34.873Z | Compiling unicode-segmentation v1.12.0 |
| 1555 | 2026-03-18T01:23:35.023Z | Compiling rayon-core v1.13.0 |
| 1556 | 2026-03-18T01:23:35.265Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-03-18T01:23:35.347Z | Compiling miniz_oxide v0.8.9 |
| 1558 | 2026-03-18T01:23:35.393Z | Compiling proptest v1.10.0 |
| 1559 | 2026-03-18T01:23:35.467Z | Compiling scroll v0.12.0 |
| 1560 | 2026-03-18T01:23:35.843Z | Compiling tower v0.5.3 |
| 1561 | 2026-03-18T01:23:36.210Z | Compiling derive_builder_macro v0.20.2 |
| 1562 | 2026-03-18T01:23:36.242Z | Compiling crossbeam-deque v0.8.6 |
| 1563 | 2026-03-18T01:23:36.261Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-03-18T01:23:36.471Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-03-18T01:23:36.490Z | Compiling webpki-roots v1.0.6 |
| 1566 | 2026-03-18T01:23:36.592Z | Compiling rand_chacha v0.3.1 |
| 1567 | 2026-03-18T01:23:36.640Z | Compiling erased-serde v0.3.31 |
| 1568 | 2026-03-18T01:23:36.776Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-03-18T01:23:36.779Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-18T01:23:36.811Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-18T01:23:36.958Z | Compiling md-5 v0.10.6 |
| 1572 | 2026-03-18T01:23:37.146Z | Compiling zerocopy-derive v0.7.35 |
| 1573 | 2026-03-18T01:23:37.164Z | Compiling curve25519-dalek v4.1.3 |
| 1574 | 2026-03-18T01:23:37.243Z | Compiling num-integer v0.1.46 |
| 1575 | 2026-03-18T01:23:37.361Z | Compiling vergen-lib v0.1.6 |
| 1576 | 2026-03-18T01:23:37.585Z | Compiling hash32 v0.2.1 |
| 1577 | 2026-03-18T01:23:37.605Z | Compiling ff v0.13.1 |
| 1578 | 2026-03-18T01:23:37.621Z | Compiling memoffset v0.9.1 |
| 1579 | 2026-03-18T01:23:37.639Z | Compiling litrs v1.0.0 |
| 1580 | 2026-03-18T01:23:37.670Z | Compiling darling_macro v0.21.3 |
| 1581 | 2026-03-18T01:23:37.770Z | Compiling smoltcp v0.9.1 |
| 1582 | 2026-03-18T01:23:37.828Z | Compiling ref-cast v1.0.25 |
| 1583 | 2026-03-18T01:23:37.855Z | Compiling ryu v1.0.23 |
| 1584 | 2026-03-18T01:23:38.109Z | Compiling psl-types v2.0.11 |
| 1585 | 2026-03-18T01:23:38.210Z | Compiling iri-string v0.7.10 |
| 1586 | 2026-03-18T01:23:38.253Z | Compiling cfg_aliases v0.2.1 |
| 1587 | 2026-03-18T01:23:38.302Z | Compiling rustix v0.38.44 |
| 1588 | 2026-03-18T01:23:38.317Z | Compiling base16ct v0.2.0 |
| 1589 | 2026-03-18T01:23:38.336Z | Compiling num-bigint-dig v0.8.6 |
| 1590 | 2026-03-18T01:23:38.354Z | Compiling fallible-iterator v0.2.0 |
| 1591 | 2026-03-18T01:23:38.396Z | Compiling zlib-rs v0.6.2 |
| 1592 | 2026-03-18T01:23:38.542Z | Compiling sec1 v0.7.3 |
| 1593 | 2026-03-18T01:23:38.590Z | Compiling document-features v0.2.12 |
| 1594 | 2026-03-18T01:23:38.766Z | Compiling postgres-protocol v0.6.10 |
| 1595 | 2026-03-18T01:23:38.853Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-03-18T01:23:38.896Z | Compiling nix v0.31.1 |
| 1597 | 2026-03-18T01:23:39.288Z | Compiling zerocopy v0.7.35 |
| 1598 | 2026-03-18T01:23:39.358Z | Compiling darling v0.21.3 |
| 1599 | 2026-03-18T01:23:39.391Z | Compiling publicsuffix v2.3.0 |
| 1600 | 2026-03-18T01:23:39.528Z | Compiling serde_urlencoded v0.7.1 |
| 1601 | 2026-03-18T01:23:39.663Z | Compiling group v0.13.0 |
| 1602 | 2026-03-18T01:23:39.848Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-18T01:23:40.001Z | Compiling num-iter v0.1.45 |
| 1604 | 2026-03-18T01:23:40.145Z | Compiling rand v0.8.5 |
| 1605 | 2026-03-18T01:23:40.233Z | Compiling derive_builder v0.20.2 |
| 1606 | 2026-03-18T01:23:40.385Z | Compiling oxnet v0.1.4 |
| 1607 | 2026-03-18T01:23:40.389Z | Compiling proc-macro-error v1.0.4 |
| 1608 | 2026-03-18T01:23:40.718Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-18T01:23:40.889Z | Compiling goblin v0.8.2 |
| 1610 | 2026-03-18T01:23:41.466Z | Compiling heck v0.4.1 |
| 1611 | 2026-03-18T01:23:41.641Z | Compiling phf_shared v0.13.1 |
| 1612 | 2026-03-18T01:23:41.741Z | Compiling hubpack_derive v0.1.1 |
| 1613 | 2026-03-18T01:23:41.758Z | Compiling regex v1.12.3 |
| 1614 | 2026-03-18T01:23:41.886Z | Compiling lazy_static v1.5.0 |
| 1615 | 2026-03-18T01:23:41.965Z | Compiling cargo-platform v0.1.9 |
| 1616 | 2026-03-18T01:23:41.999Z | Compiling hkdf v0.12.4 |
| 1617 | 2026-03-18T01:23:42.255Z | Compiling crypto-bigint v0.5.5 |
| 1618 | 2026-03-18T01:23:42.291Z | Compiling daft-derive v0.1.5 |
| 1619 | 2026-03-18T01:23:42.294Z | Compiling ref-cast-impl v1.0.25 |
| 1620 | 2026-03-18T01:23:42.350Z | Compiling strum_macros v0.27.2 |
| 1621 | 2026-03-18T01:23:43.002Z | Compiling flate2 v1.1.9 |
| 1622 | 2026-03-18T01:23:43.170Z | Compiling async-trait v0.1.89 |
| 1623 | 2026-03-18T01:23:43.285Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1624 | 2026-03-18T01:23:43.608Z | Compiling terminal_size v0.4.3 |
| 1625 | 2026-03-18T01:23:43.781Z | Compiling vergen v9.0.6 |
| 1626 | 2026-03-18T01:23:44.007Z | Compiling fs-err v3.3.0 |
| 1627 | 2026-03-18T01:23:44.141Z | Compiling ahash v0.8.12 |
| 1628 | 2026-03-18T01:23:44.239Z | Compiling object v0.37.3 |
| 1629 | 2026-03-18T01:23:44.389Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-18T01:23:44.587Z | Compiling libbz2-rs-sys v0.2.2 |
| 1631 | 2026-03-18T01:23:44.611Z | Compiling managed v0.8.0 |
| 1632 | 2026-03-18T01:23:44.632Z | Compiling bitflags v1.3.2 |
| 1633 | 2026-03-18T01:23:44.719Z | Compiling winnow v0.5.40 |
| 1634 | 2026-03-18T01:23:44.882Z | Compiling bumpalo v3.20.2 |
| 1635 | 2026-03-18T01:23:45.077Z | Compiling strum v0.27.2 |
| 1636 | 2026-03-18T01:23:45.130Z | Compiling bzip2 v0.6.1 |
| 1637 | 2026-03-18T01:23:45.209Z | Compiling zopfli v0.8.3 |
| 1638 | 2026-03-18T01:23:45.389Z | Compiling clap_builder v4.5.60 |
| 1639 | 2026-03-18T01:23:45.544Z | Compiling hashbrown v0.15.5 |
| 1640 | 2026-03-18T01:23:45.850Z | Compiling console v0.16.2 |
| 1641 | 2026-03-18T01:23:46.309Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-18T01:23:46.329Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2026-03-18T01:23:46.612Z | Compiling toml_edit v0.19.15 |
| 1644 | 2026-03-18T01:23:46.663Z | Compiling daft v0.1.5 |
| 1645 | 2026-03-18T01:23:46.985Z | Compiling hubpack v0.1.2 |
| 1646 | 2026-03-18T01:23:47.023Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-03-18T01:23:47.286Z | Compiling phf v0.13.1 |
| 1648 | 2026-03-18T01:23:47.495Z | Compiling zone_cfg_derive v0.3.1 |
| 1649 | 2026-03-18T01:23:48.860Z | Compiling signal-hook-mio v0.2.5 |
| 1650 | 2026-03-18T01:23:48.926Z | Compiling cookie_store v0.22.1 |
| 1651 | 2026-03-18T01:23:49.010Z | Compiling zstd v0.13.3 |
| 1652 | 2026-03-18T01:23:49.358Z | Compiling rayon v1.11.0 |
| 1653 | 2026-03-18T01:23:49.700Z | Compiling hyper-tls v0.6.0 |
| 1654 | 2026-03-18T01:23:49.801Z | Compiling bzip2 v0.4.4 |
| 1655 | 2026-03-18T01:23:49.926Z | Compiling serde_with_macros v3.17.0 |
| 1656 | 2026-03-18T01:23:50.009Z | Compiling postgres-types v0.2.12 |
| 1657 | 2026-03-18T01:23:50.191Z | Compiling usdt-macro v0.6.0 |
| 1658 | 2026-03-18T01:23:50.458Z | Compiling usdt-attr-macro v0.6.0 |
| 1659 | 2026-03-18T01:23:50.782Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-03-18T01:23:51.152Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-18T01:23:51.445Z | Compiling phf_shared v0.11.3 |
| 1662 | 2026-03-18T01:23:51.484Z | Compiling itertools v0.12.1 |
| 1663 | 2026-03-18T01:23:51.682Z | Compiling bstr v1.12.1 |
| 1664 | 2026-03-18T01:23:51.701Z | Compiling pkcs1 v0.7.5 |
| 1665 | 2026-03-18T01:23:51.830Z | Compiling serde-big-array v0.5.1 |
| 1666 | 2026-03-18T01:23:51.935Z | Compiling hex v0.4.3 |
| 1667 | 2026-03-18T01:23:52.010Z | Compiling rfc6979 v0.4.0 |
| 1668 | 2026-03-18T01:23:52.167Z | Compiling clap_derive v4.5.55 |
| 1669 | 2026-03-18T01:23:52.208Z | Compiling strum_macros v0.26.4 |
| 1670 | 2026-03-18T01:23:52.252Z | Compiling serde_repr v0.1.20 |
| 1671 | 2026-03-18T01:23:52.288Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-18T01:23:52.571Z | Compiling float-cmp v0.10.0 |
| 1673 | 2026-03-18T01:23:52.760Z | Compiling thread-id v4.2.2 |
| 1674 | 2026-03-18T01:23:52.867Z | Compiling memmap2 v0.9.10 |
| 1675 | 2026-03-18T01:23:52.940Z | Compiling env_filter v1.0.0 |
| 1676 | 2026-03-18T01:23:52.943Z | Compiling encoding_rs v0.8.35 |
| 1677 | 2026-03-18T01:23:53.152Z | Compiling jiff v0.2.21 |
| 1678 | 2026-03-18T01:23:53.156Z | Compiling mime v0.3.17 |
| 1679 | 2026-03-18T01:23:53.382Z | Compiling new_debug_unreachable v1.0.6 |
| 1680 | 2026-03-18T01:23:53.477Z | Compiling data-encoding v2.10.0 |
| 1681 | 2026-03-18T01:23:53.544Z | Compiling precomputed-hash v0.1.1 |
| 1682 | 2026-03-18T01:23:53.660Z | Compiling whoami v2.1.0 |
| 1683 | 2026-03-18T01:23:54.181Z | Compiling normalize-line-endings v0.3.0 |
| 1684 | 2026-03-18T01:23:54.303Z | Compiling rustc-hash v2.1.1 |
| 1685 | 2026-03-18T01:23:54.467Z | Compiling fixedbitset v0.5.7 |
| 1686 | 2026-03-18T01:23:54.489Z | Compiling predicates-core v1.0.10 |
| 1687 | 2026-03-18T01:23:54.647Z | Compiling static_assertions v1.1.0 |
| 1688 | 2026-03-18T01:23:54.686Z | Compiling difflib v0.4.0 |
| 1689 | 2026-03-18T01:23:54.717Z | Compiling keccak v0.1.6 |
| 1690 | 2026-03-18T01:23:54.737Z | Compiling unit-prefix v0.5.2 |
| 1691 | 2026-03-18T01:23:54.755Z | Compiling fixedbitset v0.4.2 |
| 1692 | 2026-03-18T01:23:54.866Z | Compiling toml_edit v0.22.27 |
| 1693 | 2026-03-18T01:23:54.921Z | Compiling sha3 v0.10.8 |
| 1694 | 2026-03-18T01:23:55.035Z | Compiling predicates v3.1.4 |
| 1695 | 2026-03-18T01:23:55.108Z | Compiling petgraph v0.6.5 |
| 1696 | 2026-03-18T01:23:55.449Z | Compiling indicatif v0.18.4 |
| 1697 | 2026-03-18T01:23:55.510Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1698 | 2026-03-18T01:23:55.839Z | Compiling petgraph v0.8.3 |
| 1699 | 2026-03-18T01:23:55.917Z | Compiling strum v0.26.3 |
| 1700 | 2026-03-18T01:23:56.081Z | Compiling clap v4.5.60 |
| 1701 | 2026-03-18T01:23:56.185Z | Compiling iddqd v0.3.17 |
| 1702 | 2026-03-18T01:23:56.606Z | Compiling tokio-postgres v0.7.16 |
| 1703 | 2026-03-18T01:23:57.159Z | Compiling zip v4.6.1 |
| 1704 | 2026-03-18T01:23:57.706Z | Compiling hickory-proto v0.25.2 |
| 1705 | 2026-03-18T01:23:58.485Z | Compiling string_cache v0.8.9 |
| 1706 | 2026-03-18T01:23:58.549Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-18T01:23:58.759Z | Compiling usdt v0.6.0 |
| 1708 | 2026-03-18T01:23:58.782Z | Compiling zone v0.3.1 |
| 1709 | 2026-03-18T01:23:59.038Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-03-18T01:23:59.102Z | Compiling similar v2.7.0 |
| 1711 | 2026-03-18T01:23:59.203Z | Compiling serde_with v3.17.0 |
| 1712 | 2026-03-18T01:23:59.329Z | Compiling ecdsa v0.16.9 |
| 1713 | 2026-03-18T01:23:59.662Z | Compiling rsa v0.9.10 |
| 1714 | 2026-03-18T01:23:59.709Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-18T01:23:59.831Z | Compiling ed25519-dalek v2.2.0 |
| 1716 | 2026-03-18T01:24:00.290Z | Compiling zip v0.6.6 |
| 1717 | 2026-03-18T01:24:01.053Z | Compiling toml v0.7.8 |
| 1718 | 2026-03-18T01:24:01.747Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1719 | 2026-03-18T01:24:01.833Z | Compiling itertools v0.13.0 |
| 1720 | 2026-03-18T01:24:01.855Z | Compiling tokio-stream v0.1.18 |
| 1721 | 2026-03-18T01:24:01.911Z | Compiling buf-list v1.1.2 |
| 1722 | 2026-03-18T01:24:02.274Z | Compiling x509-cert v0.2.5 |
| 1723 | 2026-03-18T01:24:02.469Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1724 | 2026-03-18T01:24:02.608Z | Compiling openapiv3 v2.2.0 |
| 1725 | 2026-03-18T01:24:02.869Z | Compiling sha1 v0.10.6 |
| 1726 | 2026-03-18T01:24:03.158Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1727 | 2026-03-18T01:24:03.545Z | Compiling peg-runtime v0.8.5 |
| 1728 | 2026-03-18T01:24:03.583Z | Compiling lalrpop-util v0.19.12 |
| 1729 | 2026-03-18T01:24:03.836Z | Compiling thread_local v1.1.9 |
| 1730 | 2026-03-18T01:24:03.921Z | Compiling slog-async v2.8.0 |
| 1731 | 2026-03-18T01:24:03.924Z | Compiling crossbeam-channel v0.5.15 |
| 1732 | 2026-03-18T01:24:04.161Z | Compiling futures-executor v0.3.32 |
| 1733 | 2026-03-18T01:24:04.319Z | Compiling is-terminal v0.4.17 |
| 1734 | 2026-03-18T01:24:04.375Z | Compiling filetime v0.2.27 |
| 1735 | 2026-03-18T01:24:04.435Z | Compiling term v1.2.1 |
| 1736 | 2026-03-18T01:24:04.498Z | Compiling xattr v1.6.1 |
| 1737 | 2026-03-18T01:24:04.550Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-03-18T01:24:04.603Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-18T01:24:04.705Z | Compiling tar v0.4.44 |
| 1740 | 2026-03-18T01:24:04.841Z | Compiling slog-term v2.9.2 |
| 1741 | 2026-03-18T01:24:11.383Z | Compiling rustls-webpki v0.103.9 |
| 1742 | 2026-03-18T01:24:15.416Z | Compiling tokio-rustls v0.26.4 |
| 1743 | 2026-03-18T01:24:15.422Z | Compiling rustls-platform-verifier v0.6.2 |
| 1744 | 2026-03-18T01:24:15.686Z | Compiling hyper-rustls v0.27.7 |
| 1745 | 2026-03-18T01:24:15.948Z | Compiling reqwest v0.12.28 |
| 1746 | 2026-03-18T01:24:15.952Z | Compiling reqwest v0.13.2 |
| 1747 | 2026-03-18T01:24:18.935Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1748 | 2026-03-18T01:24:19.207Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1749 | 2026-03-18T01:24:22.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1750 | 2026-03-18T01:24:23.169Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1751 | 2026-03-18T01:24:23.237Z | Mar 18 01:24:22.297 INFO Starting download, target: Clickhouse |
| 1752 | 2026-03-18T01:24:23.237Z | Mar 18 01:24:22.298 INFO Starting download, target: Cockroach |
| 1753 | 2026-03-18T01:24:23.237Z | Mar 18 01:24:22.298 INFO Starting download, target: TransceiverControl |
| 1754 | 2026-03-18T01:24:23.237Z | Mar 18 01:24:22.298 INFO Starting download, target: Console |
| 1755 | 2026-03-18T01:24:23.237Z | Mar 18 01:24:22.298 INFO Starting download, target: DendriteStub |
| 1756 | 2026-03-18T01:24:23.237Z | Mar 18 01:24:22.298 INFO Starting download, target: MaghemiteMgd |
| 1757 | 2026-03-18T01:24:23.241Z | Mar 18 01:24:22.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1758 | 2026-03-18T01:24:23.241Z | Mar 18 01:24:22.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1759 | 2026-03-18T01:24:23.241Z | Mar 18 01:24:22.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1760 | 2026-03-18T01:24:23.241Z | Mar 18 01:24:22.298 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1761 | 2026-03-18T01:24:23.241Z | Mar 18 01:24:22.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1762 | 2026-03-18T01:24:23.241Z | Mar 18 01:24:22.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1763 | 2026-03-18T01:24:23.593Z | Mar 18 01:24:22.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1764 | 2026-03-18T01:24:23.933Z | Mar 18 01:24:22.989 INFO Download complete, target: TransceiverControl |
| 1765 | 2026-03-18T01:24:24.373Z | Mar 18 01:24:23.432 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-03-18T01:24:24.707Z | Mar 18 01:24:23.767 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-03-18T01:24:24.744Z | Mar 18 01:24:23.805 INFO Download complete, target: Console |
| 1768 | 2026-03-18T01:24:25.191Z | Mar 18 01:24:24.252 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1769 | 2026-03-18T01:24:25.679Z | Mar 18 01:24:24.736 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1770 | 2026-03-18T01:24:25.679Z | Mar 18 01:24:24.736 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1771 | 2026-03-18T01:24:26.150Z | Mar 18 01:24:25.212 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1772 | 2026-03-18T01:24:28.288Z | Mar 18 01:24:27.351 INFO Download complete, target: DendriteStub |
| 1773 | 2026-03-18T01:24:28.796Z | Mar 18 01:24:27.859 INFO Download complete, target: MaghemiteMgd |
| 1774 | 2026-03-18T01:24:33.401Z | Mar 18 01:24:32.465 INFO Checking that binary works, target: Cockroach |
| 1775 | 2026-03-18T01:24:33.519Z | Mar 18 01:24:32.583 INFO Download complete, target: Cockroach |
| 1776 | 2026-03-18T01:24:37.405Z | Mar 18 01:24:36.471 INFO Checking that binary works, target: Clickhouse |
| 1777 | 2026-03-18T01:24:37.582Z | Mar 18 01:24:36.648 INFO Download complete, target: Clickhouse |
| 1778 | 2026-03-18T01:24:37.697Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1779 | 2026-03-18T01:24:37.700Z | |
| 1780 | 2026-03-18T01:24:37.700Z | real 3:56.189556090 |
| 1781 | 2026-03-18T01:24:37.700Z | user 10:25.421684007 |
| 1782 | 2026-03-18T01:24:37.700Z | sys 1:46.962245248 |
| 1783 | 2026-03-18T01:24:37.700Z | trap 0.327804589 |
| 1784 | 2026-03-18T01:24:37.700Z | tflt 1.123873766 |
| 1785 | 2026-03-18T01:24:37.700Z | dflt 1.409624694 |
| 1786 | 2026-03-18T01:24:37.700Z | kflt 0.029288376 |
| 1787 | 2026-03-18T01:24:37.700Z | lock 31:09.520357167 |
| 1788 | 2026-03-18T01:24:37.700Z | slp 29:22.870774134 |
| 1789 | 2026-03-18T01:24:37.700Z | lat 53.617876812 |
| 1790 | 2026-03-18T01:24:37.700Z | stop 2:35.790775893 |
| 1791 | 2026-03-18T01:24:37.700Z | + banner hack-check |
| 1792 | 2026-03-18T01:24:37.701Z | |
| 1793 | 2026-03-18T01:24:37.701Z | # # ## #### # # #### # # ###### #### # # |
| 1794 | 2026-03-18T01:24:37.701Z | # # # # # # # # # # # # # # # # # |
| 1795 | 2026-03-18T01:24:37.701Z | ###### # # # #### ##### # ###### ##### # #### |
| 1796 | 2026-03-18T01:24:37.701Z | # # ###### # # # # # # # # # # |
| 1797 | 2026-03-18T01:24:37.701Z | # # # # # # # # # # # # # # # # # |
| 1798 | 2026-03-18T01:24:37.701Z | # # # # #### # # #### # # ###### #### # # |
| 1799 | 2026-03-18T01:24:37.701Z | |
| 1800 | 2026-03-18T01:24:37.701Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-18T01:24:37.701Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-18T01:24:37.701Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1803 | 2026-03-18T01:24:38.802Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1804 | 2026-03-18T01:24:38.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1805 | 2026-03-18T01:24:41.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
| 1806 | 2026-03-18T01:24:41.258Z | Running `target/debug/xtask check-features --ci` |
| 1807 | 2026-03-18T01:24:41.294Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1808 | 2026-03-18T01:24:41.299Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1809 | 2026-03-18T01:24:41.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1810 | 2026-03-18T01:24:41.936Z | Running `target/debug/xtask download cargo-hack` |
| 1811 | 2026-03-18T01:24:42.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1812 | 2026-03-18T01:24:43.314Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1813 | 2026-03-18T01:24:46.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
| 1814 | 2026-03-18T01:24:46.774Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1815 | 2026-03-18T01:24:46.820Z | Mar 18 01:24:45.888 INFO Starting download, target: CargoHack |
| 1816 | 2026-03-18T01:24:46.823Z | Mar 18 01:24:45.889 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1817 | 2026-03-18T01:24:47.476Z | Mar 18 01:24:46.545 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1818 | 2026-03-18T01:24:47.558Z | Mar 18 01:24:46.627 INFO Download complete, target: CargoHack |
| 1819 | 2026-03-18T01:24:47.561Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1820 | 2026-03-18T01:24:47.578Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1821 | 2026-03-18T01:24:47.776Z | info: running `cargo check --bins` on api_identity (1/257) |
| 1822 | 2026-03-18T01:24:48.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-03-18T01:24:48.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-03-18T01:24:48.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-03-18T01:24:48.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1826 | 2026-03-18T01:24:48.537Z | |
| 1827 | 2026-03-18T01:24:48.537Z | info: running `cargo check --bins` on bootstore (2/257) |
| 1828 | 2026-03-18T01:24:49.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-03-18T01:24:49.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-03-18T01:24:49.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-03-18T01:24:49.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1832 | 2026-03-18T01:24:49.290Z | |
| 1833 | 2026-03-18T01:24:49.290Z | info: running `cargo check --bins` on omicron-ledger (3/257) |
| 1834 | 2026-03-18T01:24:49.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-03-18T01:24:49.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-03-18T01:24:49.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-03-18T01:24:49.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1838 | 2026-03-18T01:24:50.038Z | |
| 1839 | 2026-03-18T01:24:50.038Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257) |
| 1840 | 2026-03-18T01:24:50.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-03-18T01:24:50.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-03-18T01:24:50.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-03-18T01:24:50.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1844 | 2026-03-18T01:24:50.799Z | |
| 1845 | 2026-03-18T01:24:50.799Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257) |
| 1846 | 2026-03-18T01:24:51.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-03-18T01:24:51.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-03-18T01:24:51.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-03-18T01:24:51.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1850 | 2026-03-18T01:24:51.553Z | |
| 1851 | 2026-03-18T01:24:51.554Z | info: running `cargo check --bins` on omicron-certificates (6/257) |
| 1852 | 2026-03-18T01:24:52.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-03-18T01:24:52.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-03-18T01:24:52.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-03-18T01:24:52.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1856 | 2026-03-18T01:24:52.329Z | |
| 1857 | 2026-03-18T01:24:52.329Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/257) |
| 1858 | 2026-03-18T01:24:52.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-03-18T01:24:53.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-03-18T01:24:53.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-03-18T01:24:53.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1862 | 2026-03-18T01:24:53.098Z | |
| 1863 | 2026-03-18T01:24:53.098Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257) |
| 1864 | 2026-03-18T01:24:53.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-03-18T01:24:53.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-03-18T01:24:53.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-03-18T01:24:53.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1868 | 2026-03-18T01:24:53.865Z | |
| 1869 | 2026-03-18T01:24:53.865Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257) |
| 1870 | 2026-03-18T01:24:54.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-03-18T01:24:54.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-03-18T01:24:54.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-03-18T01:24:54.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1874 | 2026-03-18T01:24:54.457Z | |
| 1875 | 2026-03-18T01:24:54.457Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257) |
| 1876 | 2026-03-18T01:24:55.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-03-18T01:24:55.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-03-18T01:24:55.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-03-18T01:24:55.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1880 | 2026-03-18T01:24:55.061Z | |
| 1881 | 2026-03-18T01:24:55.061Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257) |
| 1882 | 2026-03-18T01:24:55.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-03-18T01:24:55.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-03-18T01:24:55.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-03-18T01:24:55.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1886 | 2026-03-18T01:24:55.660Z | |
| 1887 | 2026-03-18T01:24:55.660Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257) |
| 1888 | 2026-03-18T01:24:56.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-03-18T01:24:56.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-03-18T01:24:56.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-03-18T01:24:56.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1892 | 2026-03-18T01:24:56.256Z | |
| 1893 | 2026-03-18T01:24:56.256Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257) |
| 1894 | 2026-03-18T01:24:56.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-03-18T01:24:56.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-03-18T01:24:56.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-03-18T01:24:56.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1898 | 2026-03-18T01:24:56.852Z | |
| 1899 | 2026-03-18T01:24:56.852Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257) |
| 1900 | 2026-03-18T01:24:57.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-03-18T01:24:57.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-03-18T01:24:57.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-03-18T01:24:57.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1904 | 2026-03-18T01:24:57.451Z | |
| 1905 | 2026-03-18T01:24:57.451Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257) |
| 1906 | 2026-03-18T01:24:57.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-03-18T01:24:57.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-03-18T01:24:57.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-03-18T01:24:57.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1910 | 2026-03-18T01:24:58.051Z | |
| 1911 | 2026-03-18T01:24:58.051Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257) |
| 1912 | 2026-03-18T01:24:58.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-03-18T01:24:58.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-03-18T01:24:58.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-03-18T01:24:58.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1916 | 2026-03-18T01:24:58.651Z | |
| 1917 | 2026-03-18T01:24:58.651Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257) |
| 1918 | 2026-03-18T01:24:59.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-03-18T01:24:59.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-03-18T01:24:59.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-03-18T01:24:59.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1922 | 2026-03-18T01:24:59.250Z | |
| 1923 | 2026-03-18T01:24:59.250Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257) |
| 1924 | 2026-03-18T01:24:59.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-03-18T01:24:59.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-03-18T01:24:59.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-03-18T01:24:59.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1928 | 2026-03-18T01:24:59.851Z | |
| 1929 | 2026-03-18T01:24:59.851Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257) |
| 1930 | 2026-03-18T01:25:00.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-03-18T01:25:00.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-03-18T01:25:00.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-03-18T01:25:00.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1934 | 2026-03-18T01:25:00.449Z | |
| 1935 | 2026-03-18T01:25:00.449Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257) |
| 1936 | 2026-03-18T01:25:00.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-03-18T01:25:00.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-03-18T01:25:00.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-03-18T01:25:01.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1940 | 2026-03-18T01:25:01.051Z | |
| 1941 | 2026-03-18T01:25:01.052Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257) |
| 1942 | 2026-03-18T01:25:01.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-03-18T01:25:01.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-03-18T01:25:01.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-03-18T01:25:01.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1946 | 2026-03-18T01:25:01.656Z | |
| 1947 | 2026-03-18T01:25:01.657Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257) |
| 1948 | 2026-03-18T01:25:02.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-03-18T01:25:02.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-03-18T01:25:02.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-03-18T01:25:02.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1952 | 2026-03-18T01:25:02.259Z | |
| 1953 | 2026-03-18T01:25:02.259Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257) |
| 1954 | 2026-03-18T01:25:02.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-03-18T01:25:02.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-03-18T01:25:02.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-03-18T01:25:02.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1958 | 2026-03-18T01:25:02.863Z | |
| 1959 | 2026-03-18T01:25:02.863Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257) |
| 1960 | 2026-03-18T01:25:03.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-03-18T01:25:03.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-03-18T01:25:03.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-03-18T01:25:03.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1964 | 2026-03-18T01:25:03.462Z | |
| 1965 | 2026-03-18T01:25:03.462Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257) |
| 1966 | 2026-03-18T01:25:03.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-03-18T01:25:03.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-03-18T01:25:04.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-03-18T01:25:04.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1970 | 2026-03-18T01:25:04.066Z | |
| 1971 | 2026-03-18T01:25:04.066Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257) |
| 1972 | 2026-03-18T01:25:04.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-03-18T01:25:04.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-03-18T01:25:04.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-03-18T01:25:04.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1976 | 2026-03-18T01:25:04.672Z | |
| 1977 | 2026-03-18T01:25:04.672Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257) |
| 1978 | 2026-03-18T01:25:05.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-03-18T01:25:05.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-03-18T01:25:05.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-03-18T01:25:05.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1982 | 2026-03-18T01:25:05.279Z | |
| 1983 | 2026-03-18T01:25:05.279Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257) |
| 1984 | 2026-03-18T01:25:05.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-03-18T01:25:05.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-03-18T01:25:05.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-03-18T01:25:05.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1988 | 2026-03-18T01:25:05.884Z | |
| 1989 | 2026-03-18T01:25:05.884Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257) |
| 1990 | 2026-03-18T01:25:06.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-03-18T01:25:06.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-03-18T01:25:06.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-03-18T01:25:06.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1994 | 2026-03-18T01:25:06.482Z | |
| 1995 | 2026-03-18T01:25:06.482Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257) |
| 1996 | 2026-03-18T01:25:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-03-18T01:25:07.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-03-18T01:25:07.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-03-18T01:25:07.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2000 | 2026-03-18T01:25:07.078Z | |
| 2001 | 2026-03-18T01:25:07.078Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257) |
| 2002 | 2026-03-18T01:25:07.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-03-18T01:25:07.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-03-18T01:25:07.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-03-18T01:25:07.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2006 | 2026-03-18T01:25:07.678Z | |
| 2007 | 2026-03-18T01:25:07.678Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257) |
| 2008 | 2026-03-18T01:25:08.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-03-18T01:25:08.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-03-18T01:25:08.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-03-18T01:25:08.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2012 | 2026-03-18T01:25:08.279Z | |
| 2013 | 2026-03-18T01:25:08.280Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257) |
| 2014 | 2026-03-18T01:25:08.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-03-18T01:25:08.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-03-18T01:25:08.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-03-18T01:25:08.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2018 | 2026-03-18T01:25:08.877Z | |
| 2019 | 2026-03-18T01:25:08.877Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257) |
| 2020 | 2026-03-18T01:25:09.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-03-18T01:25:09.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-03-18T01:25:09.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-03-18T01:25:09.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2024 | 2026-03-18T01:25:09.474Z | |
| 2025 | 2026-03-18T01:25:09.474Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257) |
| 2026 | 2026-03-18T01:25:10.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-03-18T01:25:10.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-03-18T01:25:10.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-03-18T01:25:10.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2030 | 2026-03-18T01:25:10.073Z | |
| 2031 | 2026-03-18T01:25:10.073Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257) |
| 2032 | 2026-03-18T01:25:10.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-03-18T01:25:10.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-03-18T01:25:10.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-03-18T01:25:10.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2036 | 2026-03-18T01:25:10.673Z | |
| 2037 | 2026-03-18T01:25:10.673Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257) |
| 2038 | 2026-03-18T01:25:11.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-03-18T01:25:11.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-03-18T01:25:11.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-03-18T01:25:11.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2042 | 2026-03-18T01:25:11.278Z | |
| 2043 | 2026-03-18T01:25:11.278Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257) |
| 2044 | 2026-03-18T01:25:11.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-03-18T01:25:11.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-03-18T01:25:11.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-03-18T01:25:11.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2048 | 2026-03-18T01:25:11.879Z | |
| 2049 | 2026-03-18T01:25:11.879Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257) |
| 2050 | 2026-03-18T01:25:12.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-03-18T01:25:12.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-03-18T01:25:12.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-03-18T01:25:12.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2054 | 2026-03-18T01:25:12.479Z | |
| 2055 | 2026-03-18T01:25:12.479Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257) |
| 2056 | 2026-03-18T01:25:13.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-03-18T01:25:13.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-03-18T01:25:13.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-03-18T01:25:13.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2060 | 2026-03-18T01:25:13.087Z | |
| 2061 | 2026-03-18T01:25:13.087Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257) |
| 2062 | 2026-03-18T01:25:13.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-03-18T01:25:13.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-03-18T01:25:13.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-03-18T01:25:13.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2066 | 2026-03-18T01:25:13.688Z | |
| 2067 | 2026-03-18T01:25:13.688Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257) |
| 2068 | 2026-03-18T01:25:14.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-03-18T01:25:14.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-03-18T01:25:14.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-03-18T01:25:14.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2072 | 2026-03-18T01:25:14.291Z | |
| 2073 | 2026-03-18T01:25:14.291Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257) |
| 2074 | 2026-03-18T01:25:14.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-03-18T01:25:14.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-03-18T01:25:14.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-03-18T01:25:14.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2078 | 2026-03-18T01:25:14.888Z | |
| 2079 | 2026-03-18T01:25:14.888Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257) |
| 2080 | 2026-03-18T01:25:15.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-03-18T01:25:15.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-03-18T01:25:15.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-03-18T01:25:15.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2084 | 2026-03-18T01:25:15.489Z | |
| 2085 | 2026-03-18T01:25:15.489Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257) |
| 2086 | 2026-03-18T01:25:16.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-03-18T01:25:16.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-03-18T01:25:16.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-03-18T01:25:16.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2090 | 2026-03-18T01:25:16.095Z | |
| 2091 | 2026-03-18T01:25:16.095Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257) |
| 2092 | 2026-03-18T01:25:16.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-03-18T01:25:16.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-03-18T01:25:16.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-03-18T01:25:16.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2096 | 2026-03-18T01:25:16.699Z | |
| 2097 | 2026-03-18T01:25:16.699Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257) |
| 2098 | 2026-03-18T01:25:17.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-03-18T01:25:17.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-03-18T01:25:17.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-03-18T01:25:17.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2102 | 2026-03-18T01:25:17.305Z | |
| 2103 | 2026-03-18T01:25:17.305Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257) |
| 2104 | 2026-03-18T01:25:17.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-03-18T01:25:17.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-03-18T01:25:17.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-03-18T01:25:17.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2108 | 2026-03-18T01:25:17.911Z | |
| 2109 | 2026-03-18T01:25:17.912Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257) |
| 2110 | 2026-03-18T01:25:18.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-03-18T01:25:18.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-03-18T01:25:18.983Z | Checking cfg-if v1.0.4 |
| 2113 | 2026-03-18T01:25:19.138Z | Checking libc v0.2.180 |
| 2114 | 2026-03-18T01:25:19.141Z | Checking serde_core v1.0.228 |
| 2115 | 2026-03-18T01:25:19.174Z | Checking memchr v2.8.0 |
| 2116 | 2026-03-18T01:25:19.194Z | Checking itoa v1.0.17 |
| 2117 | 2026-03-18T01:25:19.197Z | Checking smallvec v1.15.1 |
| 2118 | 2026-03-18T01:25:19.228Z | Checking log v0.4.29 |
| 2119 | 2026-03-18T01:25:19.231Z | Checking zeroize v1.8.2 |
| 2120 | 2026-03-18T01:25:19.269Z | Checking stable_deref_trait v1.2.1 |
| 2121 | 2026-03-18T01:25:19.363Z | Checking zerofrom v0.1.6 |
| 2122 | 2026-03-18T01:25:19.383Z | Checking zmij v1.0.21 |
| 2123 | 2026-03-18T01:25:19.420Z | Checking scopeguard v1.2.0 |
| 2124 | 2026-03-18T01:25:19.446Z | Checking subtle v2.6.1 |
| 2125 | 2026-03-18T01:25:19.466Z | Checking litemap v0.8.1 |
| 2126 | 2026-03-18T01:25:19.507Z | Checking yoke v0.8.1 |
| 2127 | 2026-03-18T01:25:19.545Z | Checking lock_api v0.4.14 |
| 2128 | 2026-03-18T01:25:19.645Z | Checking writeable v0.6.2 |
| 2129 | 2026-03-18T01:25:19.663Z | Checking percent-encoding v2.3.2 |
| 2130 | 2026-03-18T01:25:19.684Z | Checking libm v0.2.16 |
| 2131 | 2026-03-18T01:25:19.703Z | Checking icu_normalizer_data v2.1.1 |
| 2132 | 2026-03-18T01:25:19.724Z | Checking getrandom v0.2.17 |
| 2133 | 2026-03-18T01:25:19.728Z | Checking errno v0.3.14 |
| 2134 | 2026-03-18T01:25:19.792Z | Checking zerovec v0.11.5 |
| 2135 | 2026-03-18T01:25:19.813Z | Checking zerotrie v0.2.3 |
| 2136 | 2026-03-18T01:25:19.834Z | Checking icu_properties_data v2.1.2 |
| 2137 | 2026-03-18T01:25:19.852Z | Checking pin-project-lite v0.2.17 |
| 2138 | 2026-03-18T01:25:19.885Z | Checking utf8_iter v1.0.4 |
| 2139 | 2026-03-18T01:25:19.906Z | Checking rand_core v0.6.4 |
| 2140 | 2026-03-18T01:25:19.965Z | Checking form_urlencoded v1.2.2 |
| 2141 | 2026-03-18T01:25:19.995Z | Checking typenum v1.19.0 |
| 2142 | 2026-03-18T01:25:20.038Z | Checking portable-atomic v1.13.1 |
| 2143 | 2026-03-18T01:25:20.124Z | Checking critical-section v1.2.0 |
| 2144 | 2026-03-18T01:25:20.145Z | Checking rand_core v0.10.0 |
| 2145 | 2026-03-18T01:25:20.163Z | Checking signal-hook-registry v1.4.8 |
| 2146 | 2026-03-18T01:25:20.252Z | Checking parking_lot_core v0.9.12 |
| 2147 | 2026-03-18T01:25:20.330Z | Checking getrandom v0.4.1 |
| 2148 | 2026-03-18T01:25:20.372Z | Checking mio v1.1.1 |
| 2149 | 2026-03-18T01:25:20.411Z | Checking tinystr v0.8.2 |
| 2150 | 2026-03-18T01:25:20.489Z | Checking potential_utf v0.1.4 |
| 2151 | 2026-03-18T01:25:20.516Z | Checking parking_lot v0.12.5 |
| 2152 | 2026-03-18T01:25:20.631Z | Checking once_cell v1.21.3 |
| 2153 | 2026-03-18T01:25:20.651Z | Checking icu_collections v2.1.1 |
| 2154 | 2026-03-18T01:25:20.654Z | Checking icu_locale_core v2.1.1 |
| 2155 | 2026-03-18T01:25:20.689Z | Checking num-traits v0.2.19 |
| 2156 | 2026-03-18T01:25:20.716Z | Checking generic-array v0.14.7 |
| 2157 | 2026-03-18T01:25:20.756Z | Checking socket2 v0.6.2 |
| 2158 | 2026-03-18T01:25:20.778Z | Checking zerocopy v0.8.40 |
| 2159 | 2026-03-18T01:25:20.853Z | Checking iana-time-zone v0.1.65 |
| 2160 | 2026-03-18T01:25:20.985Z | Checking futures-core v0.3.32 |
| 2161 | 2026-03-18T01:25:21.052Z | Checking allocator-api2 v0.2.21 |
| 2162 | 2026-03-18T01:25:21.075Z | Checking equivalent v1.0.2 |
| 2163 | 2026-03-18T01:25:21.141Z | Checking const-oid v0.9.6 |
| 2164 | 2026-03-18T01:25:21.176Z | Checking foldhash v0.2.0 |
| 2165 | 2026-03-18T01:25:21.294Z | Checking serde v1.0.228 |
| 2166 | 2026-03-18T01:25:21.346Z | Checking serde_json v1.0.149 |
| 2167 | 2026-03-18T01:25:21.367Z | Checking bitflags v2.11.0 |
| 2168 | 2026-03-18T01:25:21.431Z | Checking icu_provider v2.1.1 |
| 2169 | 2026-03-18T01:25:21.450Z | Checking crypto-common v0.1.7 |
| 2170 | 2026-03-18T01:25:21.471Z | Checking uuid v1.21.0 |
| 2171 | 2026-03-18T01:25:21.576Z | Checking hashbrown v0.16.1 |
| 2172 | 2026-03-18T01:25:21.604Z | Checking futures-sink v0.3.32 |
| 2173 | 2026-03-18T01:25:21.731Z | Checking dyn-clone v1.0.20 |
| 2174 | 2026-03-18T01:25:21.734Z | Checking icu_normalizer v2.1.1 |
| 2175 | 2026-03-18T01:25:21.860Z | Checking icu_properties v2.1.2 |
| 2176 | 2026-03-18T01:25:21.881Z | Checking bytes v1.11.1 |
| 2177 | 2026-03-18T01:25:21.901Z | Checking chrono v0.4.44 |
| 2178 | 2026-03-18T01:25:22.148Z | Checking futures-channel v0.3.32 |
| 2179 | 2026-03-18T01:25:22.166Z | Checking block-buffer v0.10.4 |
| 2180 | 2026-03-18T01:25:22.261Z | Checking semver v1.0.27 |
| 2181 | 2026-03-18T01:25:22.286Z | Checking futures-task v0.3.32 |
| 2182 | 2026-03-18T01:25:22.340Z | Checking slab v0.4.12 |
| 2183 | 2026-03-18T01:25:22.394Z | Checking futures-io v0.3.32 |
| 2184 | 2026-03-18T01:25:22.466Z | Checking digest v0.10.7 |
| 2185 | 2026-03-18T01:25:22.491Z | Checking tokio v1.49.0 |
| 2186 | 2026-03-18T01:25:22.529Z | Checking thiserror v2.0.18 |
| 2187 | 2026-03-18T01:25:22.549Z | Checking byteorder v1.5.0 |
| 2188 | 2026-03-18T01:25:22.552Z | Checking futures-util v0.3.32 |
| 2189 | 2026-03-18T01:25:22.654Z | Checking indexmap v2.13.0 |
| 2190 | 2026-03-18T01:25:22.721Z | Checking cpufeatures v0.2.17 |
| 2191 | 2026-03-18T01:25:22.808Z | Checking http v1.4.0 |
| 2192 | 2026-03-18T01:25:22.828Z | Checking fnv v1.0.7 |
| 2193 | 2026-03-18T01:25:22.945Z | Checking base64 v0.22.1 |
| 2194 | 2026-03-18T01:25:23.016Z | Checking idna_adapter v1.2.1 |
| 2195 | 2026-03-18T01:25:23.082Z | Checking unicode-ident v1.0.24 |
| 2196 | 2026-03-18T01:25:23.167Z | Checking idna v1.1.0 |
| 2197 | 2026-03-18T01:25:23.222Z | Checking tracing-core v0.1.36 |
| 2198 | 2026-03-18T01:25:23.260Z | Checking proc-macro2 v1.0.106 |
| 2199 | 2026-03-18T01:25:23.438Z | Checking rustls-pki-types v1.14.0 |
| 2200 | 2026-03-18T01:25:23.481Z | Checking url v2.5.8 |
| 2201 | 2026-03-18T01:25:23.592Z | Checking regex-syntax v0.8.10 |
| 2202 | 2026-03-18T01:25:23.630Z | Checking tracing v0.1.44 |
| 2203 | 2026-03-18T01:25:23.676Z | Checking quote v1.0.44 |
| 2204 | 2026-03-18T01:25:23.837Z | Checking untrusted v0.9.0 |
| 2205 | 2026-03-18T01:25:23.899Z | Checking thiserror v1.0.69 |
| 2206 | 2026-03-18T01:25:23.919Z | Checking syn v2.0.117 |
| 2207 | 2026-03-18T01:25:23.971Z | Checking ring v0.17.14 |
| 2208 | 2026-03-18T01:25:24.024Z | Checking ipnet v2.11.0 |
| 2209 | 2026-03-18T01:25:24.065Z | Checking schemars v0.8.22 |
| 2210 | 2026-03-18T01:25:24.369Z | Checking httparse v1.10.1 |
| 2211 | 2026-03-18T01:25:24.646Z | Checking http-body v1.0.1 |
| 2212 | 2026-03-18T01:25:24.801Z | Checking ppv-lite86 v0.2.21 |
| 2213 | 2026-03-18T01:25:24.821Z | Checking rustix v1.1.3 |
| 2214 | 2026-03-18T01:25:24.942Z | Checking block-padding v0.3.3 |
| 2215 | 2026-03-18T01:25:25.124Z | Checking getrandom v0.3.4 |
| 2216 | 2026-03-18T01:25:25.227Z | Checking atomic-waker v1.1.2 |
| 2217 | 2026-03-18T01:25:25.250Z | Checking inout v0.1.4 |
| 2218 | 2026-03-18T01:25:25.311Z | Checking hmac v0.12.1 |
| 2219 | 2026-03-18T01:25:25.332Z | Checking aws-lc-sys v0.37.1 |
| 2220 | 2026-03-18T01:25:25.353Z | Checking aho-corasick v1.1.4 |
| 2221 | 2026-03-18T01:25:25.415Z | Checking untrusted v0.7.1 |
| 2222 | 2026-03-18T01:25:25.434Z | Checking httpdate v1.0.3 |
| 2223 | 2026-03-18T01:25:25.481Z | Checking openssl-probe v0.2.1 |
| 2224 | 2026-03-18T01:25:25.559Z | Checking tower-layer v0.3.3 |
| 2225 | 2026-03-18T01:25:25.613Z | Checking tower-service v0.3.3 |
| 2226 | 2026-03-18T01:25:25.632Z | Checking powerfmt v0.2.0 |
| 2227 | 2026-03-18T01:25:25.723Z | Checking try-lock v0.2.5 |
| 2228 | 2026-03-18T01:25:25.750Z | Checking cipher v0.4.4 |
| 2229 | 2026-03-18T01:25:25.826Z | Checking deranged v0.5.8 |
| 2230 | 2026-03-18T01:25:25.846Z | Checking want v0.3.1 |
| 2231 | 2026-03-18T01:25:26.006Z | Checking rand_core v0.9.5 |
| 2232 | 2026-03-18T01:25:26.030Z | Checking num-conv v0.2.0 |
| 2233 | 2026-03-18T01:25:26.049Z | Checking pin-utils v0.1.0 |
| 2234 | 2026-03-18T01:25:26.069Z | Checking aws-lc-rs v1.16.0 |
| 2235 | 2026-03-18T01:25:26.137Z | Checking time-core v0.1.8 |
| 2236 | 2026-03-18T01:25:26.184Z | Checking base64ct v1.8.3 |
| 2237 | 2026-03-18T01:25:26.238Z | Checking num_threads v0.1.7 |
| 2238 | 2026-03-18T01:25:26.288Z | Checking regex-automata v0.4.14 |
| 2239 | 2026-03-18T01:25:26.324Z | Checking sha2 v0.10.9 |
| 2240 | 2026-03-18T01:25:26.345Z | Checking erased-serde v0.3.31 |
| 2241 | 2026-03-18T01:25:26.499Z | Checking pretty-hex v0.4.1 |
| 2242 | 2026-03-18T01:25:26.648Z | Checking rand_chacha v0.9.0 |
| 2243 | 2026-03-18T01:25:26.683Z | Checking ryu v1.0.23 |
| 2244 | 2026-03-18T01:25:26.821Z | Checking tokio-util v0.7.18 |
| 2245 | 2026-03-18T01:25:26.860Z | Checking fastrand v2.3.0 |
| 2246 | 2026-03-18T01:25:26.910Z | Checking rand v0.9.2 |
| 2247 | 2026-03-18T01:25:26.930Z | Checking slog v2.8.2 |
| 2248 | 2026-03-18T01:25:27.100Z | Checking pem-rfc7468 v0.7.0 |
| 2249 | 2026-03-18T01:25:27.121Z | Checking time v0.3.47 |
| 2250 | 2026-03-18T01:25:27.219Z | Checking rustls-webpki v0.103.9 |
| 2251 | 2026-03-18T01:25:27.252Z | Checking rustls-native-certs v0.8.3 |
| 2252 | 2026-03-18T01:25:27.283Z | Checking ipnetwork v0.21.1 |
| 2253 | 2026-03-18T01:25:27.303Z | Checking http-body-util v0.1.3 |
| 2254 | 2026-03-18T01:25:27.415Z | Checking sync_wrapper v1.0.2 |
| 2255 | 2026-03-18T01:25:27.544Z | Checking spin v0.9.8 |
| 2256 | 2026-03-18T01:25:27.565Z | Checking flagset v0.4.7 |
| 2257 | 2026-03-18T01:25:27.585Z | Checking plain v0.2.3 |
| 2258 | 2026-03-18T01:25:27.608Z | Checking tower v0.5.3 |
| 2259 | 2026-03-18T01:25:27.637Z | Checking h2 v0.4.13 |
| 2260 | 2026-03-18T01:25:27.716Z | Checking serde_urlencoded v0.7.1 |
| 2261 | 2026-03-18T01:25:27.737Z | Checking der v0.7.10 |
| 2262 | 2026-03-18T01:25:27.773Z | Checking rustls v0.23.37 |
| 2263 | 2026-03-18T01:25:27.795Z | Checking rand_chacha v0.3.1 |
| 2264 | 2026-03-18T01:25:27.990Z | Checking webpki-roots v1.0.6 |
| 2265 | 2026-03-18T01:25:28.070Z | Checking ucd-trie v0.1.7 |
| 2266 | 2026-03-18T01:25:28.130Z | Checking tinyvec_macros v0.1.1 |
| 2267 | 2026-03-18T01:25:28.149Z | Checking iri-string v0.7.10 |
| 2268 | 2026-03-18T01:25:28.216Z | Checking tinyvec v1.10.0 |
| 2269 | 2026-03-18T01:25:28.238Z | Checking pest v2.8.6 |
| 2270 | 2026-03-18T01:25:28.656Z | Checking rand v0.8.5 |
| 2271 | 2026-03-18T01:25:28.681Z | Checking tempfile v3.25.0 |
| 2272 | 2026-03-18T01:25:28.767Z | Checking spki v0.7.3 |
| 2273 | 2026-03-18T01:25:28.838Z | Checking salsa20 v0.10.2 |
| 2274 | 2026-03-18T01:25:28.937Z | Checking pbkdf2 v0.12.2 |
| 2275 | 2026-03-18T01:25:28.985Z | Checking unicode-width v0.2.0 |
| 2276 | 2026-03-18T01:25:29.006Z | Checking foreign-types-shared v0.1.1 |
| 2277 | 2026-03-18T01:25:29.073Z | Checking scrypt v0.11.0 |
| 2278 | 2026-03-18T01:25:29.108Z | Checking foreign-types v0.3.2 |
| 2279 | 2026-03-18T01:25:29.195Z | Checking regex v1.12.3 |
| 2280 | 2026-03-18T01:25:29.249Z | Checking cbc v0.1.2 |
| 2281 | 2026-03-18T01:25:29.301Z | Checking aes v0.8.4 |
| 2282 | 2026-03-18T01:25:29.365Z | Checking anyhow v1.0.102 |
| 2283 | 2026-03-18T01:25:29.412Z | Checking openssl-sys v0.9.111 |
| 2284 | 2026-03-18T01:25:29.577Z | Checking crossbeam-utils v0.8.21 |
| 2285 | 2026-03-18T01:25:29.599Z | Checking tower-http v0.6.8 |
| 2286 | 2026-03-18T01:25:29.625Z | Checking oxnet v0.1.4 |
| 2287 | 2026-03-18T01:25:29.709Z | Checking mime v0.3.17 |
| 2288 | 2026-03-18T01:25:29.838Z | Checking pkcs5 v0.7.1 |
| 2289 | 2026-03-18T01:25:29.937Z | Checking openapiv3 v2.2.0 |
| 2290 | 2026-03-18T01:25:29.957Z | Checking scroll v0.12.0 |
| 2291 | 2026-03-18T01:25:29.979Z | Checking encoding_rs v0.8.35 |
| 2292 | 2026-03-18T01:25:30.027Z | Checking winnow v0.7.14 |
| 2293 | 2026-03-18T01:25:30.056Z | Checking openssl v0.10.75 |
| 2294 | 2026-03-18T01:25:30.183Z | Checking pkcs8 v0.10.2 |
| 2295 | 2026-03-18T01:25:30.269Z | Checking data-encoding v2.10.0 |
| 2296 | 2026-03-18T01:25:30.428Z | Checking siphasher v1.0.2 |
| 2297 | 2026-03-18T01:25:30.640Z | Checking goblin v0.8.2 |
| 2298 | 2026-03-18T01:25:30.645Z | Checking lazy_static v1.5.0 |
| 2299 | 2026-03-18T01:25:30.771Z | Checking zerocopy v0.7.35 |
| 2300 | 2026-03-18T01:25:31.070Z | Checking tokio-rustls v0.26.4 |
| 2301 | 2026-03-18T01:25:31.296Z | Checking wait-timeout v0.2.1 |
| 2302 | 2026-03-18T01:25:31.359Z | Checking hyper v1.8.1 |
| 2303 | 2026-03-18T01:25:31.379Z | Checking anstyle v1.0.13 |
| 2304 | 2026-03-18T01:25:31.453Z | Checking bitflags v1.3.2 |
| 2305 | 2026-03-18T01:25:31.474Z | Checking bit-vec v0.8.0 |
| 2306 | 2026-03-18T01:25:31.543Z | Checking quick-error v1.2.3 |
| 2307 | 2026-03-18T01:25:31.623Z | Checking either v1.15.0 |
| 2308 | 2026-03-18T01:25:31.671Z | Checking psl-types v2.0.11 |
| 2309 | 2026-03-18T01:25:31.691Z | Checking managed v0.8.0 |
| 2310 | 2026-03-18T01:25:31.732Z | Checking utf8parse v0.2.2 |
| 2311 | 2026-03-18T01:25:31.761Z | Checking bit-set v0.8.0 |
| 2312 | 2026-03-18T01:25:31.818Z | Checking publicsuffix v2.3.0 |
| 2313 | 2026-03-18T01:25:31.857Z | Checking anstyle-parse v0.2.7 |
| 2314 | 2026-03-18T01:25:31.876Z | Checking rusty-fork v0.3.1 |
| 2315 | 2026-03-18T01:25:31.937Z | Checking dtrace-parser v0.2.0 |
| 2316 | 2026-03-18T01:25:31.956Z | Checking cookie v0.18.1 |
| 2317 | 2026-03-18T01:25:32.021Z | Checking unicode-normalization v0.1.25 |
| 2318 | 2026-03-18T01:25:32.054Z | Checking rand_xorshift v0.4.0 |
| 2319 | 2026-03-18T01:25:32.092Z | Checking sha1 v0.10.6 |
| 2320 | 2026-03-18T01:25:32.207Z | Checking thread-id v4.2.2 |
| 2321 | 2026-03-18T01:25:32.246Z | Checking is_terminal_polyfill v1.70.2 |
| 2322 | 2026-03-18T01:25:32.266Z | Checking colorchoice v1.0.4 |
| 2323 | 2026-03-18T01:25:32.293Z | Checking unarray v0.1.4 |
| 2324 | 2026-03-18T01:25:32.312Z | Checking anstyle-query v1.1.5 |
| 2325 | 2026-03-18T01:25:32.354Z | Checking cookie_store v0.22.1 |
| 2326 | 2026-03-18T01:25:32.388Z | Checking rustls-platform-verifier v0.6.2 |
| 2327 | 2026-03-18T01:25:32.423Z | Checking proptest v1.10.0 |
| 2328 | 2026-03-18T01:25:32.441Z | Checking anstream v0.6.21 |
| 2329 | 2026-03-18T01:25:32.545Z | Checking crossbeam-epoch v0.9.18 |
| 2330 | 2026-03-18T01:25:32.565Z | Checking terminal_size v0.4.3 |
| 2331 | 2026-03-18T01:25:32.606Z | Checking hyper-util v0.1.20 |
| 2332 | 2026-03-18T01:25:32.702Z | Checking scroll v0.13.0 |
| 2333 | 2026-03-18T01:25:32.721Z | Checking hex v0.4.3 |
| 2334 | 2026-03-18T01:25:32.782Z | Checking num-integer v0.1.46 |
| 2335 | 2026-03-18T01:25:32.840Z | Checking simd-adler32 v0.3.8 |
| 2336 | 2026-03-18T01:25:32.892Z | Checking native-tls v0.2.18 |
| 2337 | 2026-03-18T01:25:33.007Z | Checking goblin v0.10.5 |
| 2338 | 2026-03-18T01:25:33.026Z | Checking crossbeam-deque v0.8.6 |
| 2339 | 2026-03-18T01:25:33.067Z | Checking bstr v1.12.1 |
| 2340 | 2026-03-18T01:25:33.086Z | Checking ref-cast v1.0.25 |
| 2341 | 2026-03-18T01:25:33.120Z | Checking tokio-native-tls v0.3.1 |
| 2342 | 2026-03-18T01:25:33.208Z | Checking rustix v0.38.44 |
| 2343 | 2026-03-18T01:25:33.251Z | Checking camino v1.2.2 |
| 2344 | 2026-03-18T01:25:33.286Z | Checking dof v0.3.0 |
| 2345 | 2026-03-18T01:25:33.314Z | Checking crc32fast v1.5.0 |
| 2346 | 2026-03-18T01:25:33.490Z | Checking signature v2.2.0 |
| 2347 | 2026-03-18T01:25:33.594Z | Checking serde_spanned v0.6.9 |
| 2348 | 2026-03-18T01:25:33.614Z | Checking toml_datetime v0.6.11 |
| 2349 | 2026-03-18T01:25:33.652Z | Checking usdt-impl v0.5.0 |
| 2350 | 2026-03-18T01:25:33.655Z | Checking ff v0.13.1 |
| 2351 | 2026-03-18T01:25:33.748Z | Checking base16ct v0.2.0 |
| 2352 | 2026-03-18T01:25:33.834Z | Checking strsim v0.11.1 |
| 2353 | 2026-03-18T01:25:33.853Z | Checking unicode-bidi v0.3.18 |
| 2354 | 2026-03-18T01:25:33.911Z | Checking unicode-properties v0.1.4 |
| 2355 | 2026-03-18T01:25:34.015Z | Checking adler2 v2.0.1 |
| 2356 | 2026-03-18T01:25:34.044Z | Checking clap_lex v1.0.0 |
| 2357 | 2026-03-18T01:25:34.149Z | Checking miniz_oxide v0.8.9 |
| 2358 | 2026-03-18T01:25:34.168Z | Checking sec1 v0.7.3 |
| 2359 | 2026-03-18T01:25:34.237Z | Checking stringprep v0.1.5 |
| 2360 | 2026-03-18T01:25:34.240Z | Checking clap_builder v4.5.60 |
| 2361 | 2026-03-18T01:25:34.301Z | Checking hyper-rustls v0.27.7 |
| 2362 | 2026-03-18T01:25:34.350Z | Checking hyper-tls v0.6.0 |
| 2363 | 2026-03-18T01:25:34.431Z | Checking group v0.13.0 |
| 2364 | 2026-03-18T01:25:34.450Z | Checking rayon-core v1.13.0 |
| 2365 | 2026-03-18T01:25:34.566Z | Checking num-iter v0.1.45 |
| 2366 | 2026-03-18T01:25:34.569Z | Checking reqwest v0.12.28 |
| 2367 | 2026-03-18T01:25:34.610Z | Checking reqwest v0.13.2 |
| 2368 | 2026-03-18T01:25:34.629Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2369 | 2026-03-18T01:25:34.709Z | Checking dtrace-parser v0.3.0 |
| 2370 | 2026-03-18T01:25:34.880Z | Checking hkdf v0.12.4 |
| 2371 | 2026-03-18T01:25:34.931Z | Checking newtype-uuid v1.3.2 |
| 2372 | 2026-03-18T01:25:35.026Z | Checking strum v0.26.3 |
| 2373 | 2026-03-18T01:25:35.048Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2374 | 2026-03-18T01:25:35.070Z | Checking hash32 v0.2.1 |
| 2375 | 2026-03-18T01:25:35.179Z | Checking md-5 v0.10.6 |
| 2376 | 2026-03-18T01:25:35.201Z | Checking daft v0.1.5 |
| 2377 | 2026-03-18T01:25:35.219Z | Checking crypto-bigint v0.5.5 |
| 2378 | 2026-03-18T01:25:35.283Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2379 | 2026-03-18T01:25:35.359Z | Checking thread-id v5.1.0 |
| 2380 | 2026-03-18T01:25:35.462Z | Checking fallible-iterator v0.2.0 |
| 2381 | 2026-03-18T01:25:35.522Z | Checking unicode-segmentation v1.12.0 |
| 2382 | 2026-03-18T01:25:35.543Z | Checking zlib-rs v0.6.2 |
| 2383 | 2026-03-18T01:25:35.755Z | Checking heapless v0.7.17 |
| 2384 | 2026-03-18T01:25:35.775Z | Checking zstd-safe v7.2.4 |
| 2385 | 2026-03-18T01:25:35.833Z | Checking postgres-protocol v0.6.10 |
| 2386 | 2026-03-18T01:25:35.940Z | Checking rayon v1.11.0 |
| 2387 | 2026-03-18T01:25:35.968Z | Checking clap v4.5.60 |
| 2388 | 2026-03-18T01:25:35.993Z | Checking itertools v0.12.1 |
| 2389 | 2026-03-18T01:25:36.064Z | Checking phf_shared v0.13.1 |
| 2390 | 2026-03-18T01:25:36.244Z | Checking console v0.16.2 |
| 2391 | 2026-03-18T01:25:36.286Z | Checking dof v0.4.0 |
| 2392 | 2026-03-18T01:25:36.314Z | Checking curve25519-dalek v4.1.3 |
| 2393 | 2026-03-18T01:25:36.336Z | Checking memoffset v0.9.1 |
| 2394 | 2026-03-18T01:25:36.434Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2395 | 2026-03-18T01:25:36.536Z | Checking signal-hook v0.3.18 |
| 2396 | 2026-03-18T01:25:36.540Z | Checking elliptic-curve v0.13.8 |
| 2397 | 2026-03-18T01:25:36.639Z | Checking memmap2 v0.9.10 |
| 2398 | 2026-03-18T01:25:36.774Z | Checking foldhash v0.1.5 |
| 2399 | 2026-03-18T01:25:36.795Z | Checking flate2 v1.1.9 |
| 2400 | 2026-03-18T01:25:36.849Z | Checking winnow v0.5.40 |
| 2401 | 2026-03-18T01:25:36.943Z | Checking unit-prefix v0.5.2 |
| 2402 | 2026-03-18T01:25:36.965Z | Checking toml_write v0.1.2 |
| 2403 | 2026-03-18T01:25:37.097Z | Checking fixedbitset v0.4.2 |
| 2404 | 2026-03-18T01:25:37.144Z | Checking usdt-impl v0.6.0 |
| 2405 | 2026-03-18T01:25:37.183Z | Checking bumpalo v3.20.2 |
| 2406 | 2026-03-18T01:25:37.206Z | Checking libbz2-rs-sys v0.2.2 |
| 2407 | 2026-03-18T01:25:37.291Z | Checking petgraph v0.6.5 |
| 2408 | 2026-03-18T01:25:37.369Z | Checking toml_edit v0.22.27 |
| 2409 | 2026-03-18T01:25:37.401Z | Checking zone v0.3.1 |
| 2410 | 2026-03-18T01:25:37.446Z | Checking zopfli v0.8.3 |
| 2411 | 2026-03-18T01:25:37.503Z | Checking usdt v0.6.0 |
| 2412 | 2026-03-18T01:25:37.711Z | Checking bzip2 v0.6.1 |
| 2413 | 2026-03-18T01:25:37.714Z | Checking hashbrown v0.15.5 |
| 2414 | 2026-03-18T01:25:37.872Z | Checking signal-hook-mio v0.2.5 |
| 2415 | 2026-03-18T01:25:37.876Z | Checking bzip2 v0.4.4 |
| 2416 | 2026-03-18T01:25:37.919Z | Checking nix v0.31.1 |
| 2417 | 2026-03-18T01:25:37.957Z | Checking indicatif v0.18.4 |
| 2418 | 2026-03-18T01:25:37.996Z | Checking phf v0.13.1 |
| 2419 | 2026-03-18T01:25:38.105Z | Checking smoltcp v0.9.1 |
| 2420 | 2026-03-18T01:25:38.189Z | Checking postgres-types v0.2.12 |
| 2421 | 2026-03-18T01:25:38.374Z | Checking zstd v0.13.3 |
| 2422 | 2026-03-18T01:25:38.431Z | Checking toml_edit v0.19.15 |
| 2423 | 2026-03-18T01:25:38.450Z | Checking similar v2.7.0 |
| 2424 | 2026-03-18T01:25:38.618Z | Checking num-bigint-dig v0.8.6 |
| 2425 | 2026-03-18T01:25:38.638Z | Checking ed25519 v2.2.3 |
| 2426 | 2026-03-18T01:25:38.877Z | Checking phf_shared v0.11.3 |
| 2427 | 2026-03-18T01:25:38.899Z | Checking pkcs1 v0.7.5 |
| 2428 | 2026-03-18T01:25:38.919Z | Checking tokio-stream v0.1.18 |
| 2429 | 2026-03-18T01:25:38.959Z | Checking strum v0.27.2 |
| 2430 | 2026-03-18T01:25:39.013Z | Checking hubpack v0.1.2 |
| 2431 | 2026-03-18T01:25:39.070Z | Checking rfc6979 v0.4.0 |
| 2432 | 2026-03-18T01:25:39.100Z | Checking serde-big-array v0.5.1 |
| 2433 | 2026-03-18T01:25:39.168Z | Checking float-cmp v0.10.0 |
| 2434 | 2026-03-18T01:25:39.216Z | Checking env_filter v1.0.0 |
| 2435 | 2026-03-18T01:25:39.235Z | Checking keccak v0.1.6 |
| 2436 | 2026-03-18T01:25:39.268Z | Checking new_debug_unreachable v1.0.6 |
| 2437 | 2026-03-18T01:25:39.326Z | Checking fixedbitset v0.5.7 |
| 2438 | 2026-03-18T01:25:39.345Z | Checking predicates-core v1.0.10 |
| 2439 | 2026-03-18T01:25:39.365Z | Checking rustc-hash v2.1.1 |
| 2440 | 2026-03-18T01:25:39.397Z | Checking whoami v2.1.0 |
| 2441 | 2026-03-18T01:25:39.436Z | Checking jiff v0.2.21 |
| 2442 | 2026-03-18T01:25:39.456Z | Checking static_assertions v1.1.0 |
| 2443 | 2026-03-18T01:25:39.498Z | Checking normalize-line-endings v0.3.0 |
| 2444 | 2026-03-18T01:25:39.517Z | Checking difflib v0.4.0 |
| 2445 | 2026-03-18T01:25:39.546Z | Checking precomputed-hash v0.1.1 |
| 2446 | 2026-03-18T01:25:39.582Z | Checking petgraph v0.8.3 |
| 2447 | 2026-03-18T01:25:39.611Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2448 | 2026-03-18T01:25:39.646Z | Checking string_cache v0.8.9 |
| 2449 | 2026-03-18T01:25:39.649Z | Checking tokio-postgres v0.7.16 |
| 2450 | 2026-03-18T01:25:39.745Z | Checking predicates v3.1.4 |
| 2451 | 2026-03-18T01:25:39.783Z | Checking rsa v0.9.10 |
| 2452 | 2026-03-18T01:25:39.895Z | Checking toml v0.7.8 |
| 2453 | 2026-03-18T01:25:39.898Z | Checking iddqd v0.3.17 |
| 2454 | 2026-03-18T01:25:40.176Z | Checking sha3 v0.10.8 |
| 2455 | 2026-03-18T01:25:40.302Z | Checking env_logger v0.11.9 |
| 2456 | 2026-03-18T01:25:40.443Z | Checking ecdsa v0.16.9 |
| 2457 | 2026-03-18T01:25:40.462Z | Checking ed25519-dalek v2.2.0 |
| 2458 | 2026-03-18T01:25:40.554Z | Checking zip v0.6.6 |
| 2459 | 2026-03-18T01:25:40.756Z | Checking crossterm v0.28.1 |
| 2460 | 2026-03-18T01:25:40.891Z | Checking serde_with v3.17.0 |
| 2461 | 2026-03-18T01:25:40.985Z | Checking itertools v0.13.0 |
| 2462 | 2026-03-18T01:25:41.048Z | Checking hickory-proto v0.25.2 |
| 2463 | 2026-03-18T01:25:41.351Z | Checking x509-cert v0.2.5 |
| 2464 | 2026-03-18T01:25:41.741Z | Checking fs-err v3.3.0 |
| 2465 | 2026-03-18T01:25:41.787Z | Checking ahash v0.8.12 |
| 2466 | 2026-03-18T01:25:42.044Z | Checking object v0.37.3 |
| 2467 | 2026-03-18T01:25:42.134Z | Checking buf-list v1.1.2 |
| 2468 | 2026-03-18T01:25:42.226Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2469 | 2026-03-18T01:25:42.369Z | Checking peg-runtime v0.8.5 |
| 2470 | 2026-03-18T01:25:42.454Z | Checking lalrpop-util v0.19.12 |
| 2471 | 2026-03-18T01:25:42.548Z | Compiling structmeta-derive v0.3.0 |
| 2472 | 2026-03-18T01:25:42.583Z | Compiling rustls v0.22.4 |
| 2473 | 2026-03-18T01:25:42.585Z | Checking zip v4.6.1 |
| 2474 | 2026-03-18T01:25:42.659Z | Compiling newtype-uuid-macros v0.1.0 |
| 2475 | 2026-03-18T01:25:42.679Z | Compiling multer v3.1.0 |
| 2476 | 2026-03-18T01:25:42.832Z | Compiling async-stream-impl v0.3.6 |
| 2477 | 2026-03-18T01:25:42.912Z | Checking futures-executor v0.3.32 |
| 2478 | 2026-03-18T01:25:42.974Z | Checking regress v0.10.5 |
| 2479 | 2026-03-18T01:25:43.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2480 | 2026-03-18T01:25:43.613Z | Compiling dropshot v0.16.7 |
| 2481 | 2026-03-18T01:25:43.668Z | Checking futures v0.3.32 |
| 2482 | 2026-03-18T01:25:43.766Z | Compiling dropshot_endpoint v0.16.7 |
| 2483 | 2026-03-18T01:25:43.889Z | Checking thread_local v1.1.9 |
| 2484 | 2026-03-18T01:25:43.911Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2485 | 2026-03-18T01:25:44.015Z | Compiling structmeta v0.3.0 |
| 2486 | 2026-03-18T01:25:44.099Z | Checking crossbeam-channel v0.5.15 |
| 2487 | 2026-03-18T01:25:44.287Z | Compiling derive-ex v0.1.8 |
| 2488 | 2026-03-18T01:25:44.378Z | Checking is-terminal v0.4.17 |
| 2489 | 2026-03-18T01:25:44.494Z | Checking term v1.2.1 |
| 2490 | 2026-03-18T01:25:44.550Z | Checking take_mut v0.2.2 |
| 2491 | 2026-03-18T01:25:44.683Z | Checking slog-async v2.8.0 |
| 2492 | 2026-03-18T01:25:44.778Z | Checking slog-term v2.9.2 |
| 2493 | 2026-03-18T01:25:44.880Z | Compiling parse-display-derive v0.10.0 |
| 2494 | 2026-03-18T01:25:44.900Z | Checking rustls-webpki v0.102.8 |
| 2495 | 2026-03-18T01:25:44.919Z | Checking serde_spanned v1.0.4 |
| 2496 | 2026-03-18T01:25:45.100Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2497 | 2026-03-18T01:25:45.163Z | Checking debug-ignore v1.0.5 |
| 2498 | 2026-03-18T01:25:45.297Z | Checking match_cfg v0.1.0 |
| 2499 | 2026-03-18T01:25:45.352Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2500 | 2026-03-18T01:25:45.372Z | Checking toml v0.9.12+spec-1.1.0 |
| 2501 | 2026-03-18T01:25:45.391Z | Checking hostname v0.3.1 |
| 2502 | 2026-03-18T01:25:45.448Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2503 | 2026-03-18T01:25:45.518Z | Checking slog-json v2.6.1 |
| 2504 | 2026-03-18T01:25:45.639Z | Checking macaddr v1.0.1 |
| 2505 | 2026-03-18T01:25:45.723Z | Checking slog-bunyan v2.5.0 |
| 2506 | 2026-03-18T01:25:45.869Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2507 | 2026-03-18T01:25:45.888Z | Checking async-stream v0.3.6 |
| 2508 | 2026-03-18T01:25:46.195Z | Checking waitgroup v0.1.2 |
| 2509 | 2026-03-18T01:25:46.219Z | Checking rustls-pemfile v2.2.0 |
| 2510 | 2026-03-18T01:25:46.324Z | Checking serde_path_to_error v0.1.20 |
| 2511 | 2026-03-18T01:25:46.344Z | Checking hostname v0.4.2 |
| 2512 | 2026-03-18T01:25:46.369Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2513 | 2026-03-18T01:25:46.399Z | Checking progenitor-client v0.13.0 |
| 2514 | 2026-03-18T01:25:46.468Z | Checking progenitor-client v0.10.0 |
| 2515 | 2026-03-18T01:25:46.503Z | Compiling itertools v0.14.0 |
| 2516 | 2026-03-18T01:25:46.661Z | Compiling test-strategy v0.4.5 |
| 2517 | 2026-03-18T01:25:46.694Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2518 | 2026-03-18T01:25:46.714Z | Checking backon v1.6.0 |
| 2519 | 2026-03-18T01:25:46.755Z | Checking instant v0.1.13 |
| 2520 | 2026-03-18T01:25:46.865Z | Checking backoff v0.4.0 |
| 2521 | 2026-03-18T01:25:46.924Z | Checking progenitor-extras v0.1.1 |
| 2522 | 2026-03-18T01:25:47.095Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2523 | 2026-03-18T01:25:47.202Z | Checking heck v0.5.0 |
| 2524 | 2026-03-18T01:25:47.205Z | Checking parse-display v0.10.0 |
| 2525 | 2026-03-18T01:25:47.429Z | Checking tokio-rustls v0.25.0 |
| 2526 | 2026-03-18T01:25:47.513Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2527 | 2026-03-18T01:25:47.568Z | Compiling crucible-workspace-hack v0.1.0 |
| 2528 | 2026-03-18T01:25:47.727Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2529 | 2026-03-18T01:25:47.789Z | Compiling heapless v0.8.0 |
| 2530 | 2026-03-18T01:25:47.986Z | Compiling convert_case v0.4.0 |
| 2531 | 2026-03-18T01:25:48.209Z | Compiling ingot-macros v0.1.1 |
| 2532 | 2026-03-18T01:25:48.373Z | Compiling proc-macro-crate v3.4.0 |
| 2533 | 2026-03-18T01:25:48.457Z | Checking hash32 v0.3.1 |
| 2534 | 2026-03-18T01:25:48.482Z | Compiling derive_more v0.99.20 |
| 2535 | 2026-03-18T01:25:48.620Z | Checking secrecy v0.10.3 |
| 2536 | 2026-03-18T01:25:48.695Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2537 | 2026-03-18T01:25:48.771Z | Compiling prettyplease v0.2.37 |
| 2538 | 2026-03-18T01:25:48.993Z | Compiling smoltcp v0.11.0 |
| 2539 | 2026-03-18T01:25:49.024Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2540 | 2026-03-18T01:25:49.105Z | Compiling num_enum_derive v0.7.5 |
| 2541 | 2026-03-18T01:25:49.373Z | Compiling typify-impl v0.6.1 |
| 2542 | 2026-03-18T01:25:49.464Z | Checking tabwriter v1.4.1 |
| 2543 | 2026-03-18T01:25:49.655Z | Checking cobs v0.3.0 |
| 2544 | 2026-03-18T01:25:49.745Z | Compiling foreign-types-macros v0.2.3 |
| 2545 | 2026-03-18T01:25:49.939Z | Checking foreign-types-shared v0.3.1 |
| 2546 | 2026-03-18T01:25:50.051Z | Checking cpufeatures v0.3.0 |
| 2547 | 2026-03-18T01:25:50.179Z | Compiling unsafe-libyaml v0.2.11 |
| 2548 | 2026-03-18T01:25:50.276Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2549 | 2026-03-18T01:25:50.518Z | Checking num_enum v0.7.5 |
| 2550 | 2026-03-18T01:25:50.557Z | Checking foreign-types v0.5.0 |
| 2551 | 2026-03-18T01:25:50.622Z | Checking chacha20 v0.10.0 |
| 2552 | 2026-03-18T01:25:50.854Z | Checking postcard v1.1.3 |
| 2553 | 2026-03-18T01:25:51.223Z | Compiling serde_yaml v0.9.34+deprecated |
| 2554 | 2026-03-18T01:25:51.789Z | Compiling proc-macro-crate v1.3.1 |
| 2555 | 2026-03-18T01:25:52.070Z | Checking ingot-types v0.1.2 |
| 2556 | 2026-03-18T01:25:52.090Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2557 | 2026-03-18T01:25:52.338Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2558 | 2026-03-18T01:25:52.562Z | Checking ingot v0.1.1 |
| 2559 | 2026-03-18T01:25:52.565Z | Checking cstr-argument v0.1.2 |
| 2560 | 2026-03-18T01:25:52.611Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2561 | 2026-03-18T01:25:52.630Z | Checking colored v3.1.1 |
| 2562 | 2026-03-18T01:25:52.733Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2563 | 2026-03-18T01:25:52.897Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2564 | 2026-03-18T01:25:52.917Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2565 | 2026-03-18T01:25:52.992Z | Compiling num_enum_derive v0.5.11 |
| 2566 | 2026-03-18T01:25:53.120Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2567 | 2026-03-18T01:25:53.253Z | Checking rand v0.10.0 |
| 2568 | 2026-03-18T01:25:54.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2569 | 2026-03-18T01:25:54.670Z | Checking num_enum v0.5.11 |
| 2570 | 2026-03-18T01:25:54.854Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-03-18T01:25:55.438Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2572 | 2026-03-18T01:25:55.823Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2573 | 2026-03-18T01:25:55.943Z | Compiling typify-macro v0.6.1 |
| 2574 | 2026-03-18T01:25:56.006Z | Compiling typify-impl v0.4.3 |
| 2575 | 2026-03-18T01:25:56.074Z | Checking camino-tempfile v1.4.1 |
| 2576 | 2026-03-18T01:25:56.170Z | Checking num-rational v0.4.2 |
| 2577 | 2026-03-18T01:25:56.553Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2578 | 2026-03-18T01:25:56.663Z | Checking half v2.7.1 |
| 2579 | 2026-03-18T01:25:56.852Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2580 | 2026-03-18T01:25:56.873Z | Checking universal-hash v0.5.1 |
| 2581 | 2026-03-18T01:25:57.009Z | Checking num-complex v0.4.6 |
| 2582 | 2026-03-18T01:25:57.032Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2583 | 2026-03-18T01:25:57.342Z | Checking opaque-debug v0.3.1 |
| 2584 | 2026-03-18T01:25:57.431Z | Checking ciborium-io v0.2.2 |
| 2585 | 2026-03-18T01:25:57.452Z | Checking poly1305 v0.8.0 |
| 2586 | 2026-03-18T01:25:57.505Z | Checking num v0.4.3 |
| 2587 | 2026-03-18T01:25:57.546Z | Checking ciborium-ll v0.2.2 |
| 2588 | 2026-03-18T01:25:57.597Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2589 | 2026-03-18T01:25:57.652Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2590 | 2026-03-18T01:25:57.774Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2591 | 2026-03-18T01:25:57.795Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2592 | 2026-03-18T01:25:58.022Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2593 | 2026-03-18T01:25:58.303Z | Compiling typify v0.6.1 |
| 2594 | 2026-03-18T01:25:58.397Z | Checking toml v0.8.23 |
| 2595 | 2026-03-18T01:25:58.439Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2596 | 2026-03-18T01:25:58.459Z | Checking thiserror-no-std v2.0.2 |
| 2597 | 2026-03-18T01:25:58.673Z | Checking password-hash v0.5.0 |
| 2598 | 2026-03-18T01:25:58.978Z | Checking chacha20 v0.9.1 |
| 2599 | 2026-03-18T01:25:58.996Z | Compiling usdt-attr-macro v0.5.0 |
| 2600 | 2026-03-18T01:25:59.228Z | Compiling usdt-macro v0.5.0 |
| 2601 | 2026-03-18T01:25:59.328Z | Checking smf v0.2.3 |
| 2602 | 2026-03-18T01:25:59.639Z | Checking blake2 v0.10.6 |
| 2603 | 2026-03-18T01:25:59.684Z | Checking aead v0.5.2 |
| 2604 | 2026-03-18T01:25:59.793Z | Checking memmap v0.7.0 |
| 2605 | 2026-03-18T01:25:59.866Z | Checking sigpipe v0.1.3 |
| 2606 | 2026-03-18T01:25:59.976Z | Compiling num-derive v0.4.2 |
| 2607 | 2026-03-18T01:25:59.979Z | Checking float-ord v0.3.2 |
| 2608 | 2026-03-18T01:26:00.018Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2609 | 2026-03-18T01:26:00.170Z | Checking glob v0.3.3 |
| 2610 | 2026-03-18T01:26:00.190Z | Checking usdt v0.5.0 |
| 2611 | 2026-03-18T01:26:00.312Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2612 | 2026-03-18T01:26:00.405Z | Checking argon2 v0.5.3 |
| 2613 | 2026-03-18T01:26:00.424Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2614 | 2026-03-18T01:26:00.636Z | Checking chacha20poly1305 v0.10.1 |
| 2615 | 2026-03-18T01:26:00.793Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2616 | 2026-03-18T01:26:00.813Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2617 | 2026-03-18T01:26:00.875Z | Checking vsss-rs v3.3.4 |
| 2618 | 2026-03-18T01:26:01.015Z | Compiling progenitor-impl v0.13.0 |
| 2619 | 2026-03-18T01:26:01.070Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2620 | 2026-03-18T01:26:01.234Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2621 | 2026-03-18T01:26:01.718Z | Checking ciborium v0.2.2 |
| 2622 | 2026-03-18T01:26:01.902Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2623 | 2026-03-18T01:26:02.046Z | Compiling semver v0.1.20 |
| 2624 | 2026-03-18T01:26:02.304Z | Checking whoami v1.6.1 |
| 2625 | 2026-03-18T01:26:02.307Z | Compiling typify-macro v0.4.3 |
| 2626 | 2026-03-18T01:26:02.344Z | Checking indent_write v2.2.0 |
| 2627 | 2026-03-18T01:26:02.348Z | Compiling rustc_version v0.1.7 |
| 2628 | 2026-03-18T01:26:02.417Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2629 | 2026-03-18T01:26:02.528Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2630 | 2026-03-18T01:26:02.672Z | Compiling pin-project-internal v1.1.11 |
| 2631 | 2026-03-18T01:26:03.528Z | Checking linked-hash-map v0.5.6 |
| 2632 | 2026-03-18T01:26:03.668Z | Checking swrite v0.1.0 |
| 2633 | 2026-03-18T01:26:03.755Z | Compiling minimal-lexical v0.2.1 |
| 2634 | 2026-03-18T01:26:03.786Z | Checking lru-cache v0.1.2 |
| 2635 | 2026-03-18T01:26:03.943Z | Compiling newtype_derive v0.1.6 |
| 2636 | 2026-03-18T01:26:04.096Z | Compiling nom v7.1.3 |
| 2637 | 2026-03-18T01:26:04.205Z | Checking pin-project v1.1.11 |
| 2638 | 2026-03-18T01:26:04.330Z | Checking newline-converter v0.3.0 |
| 2639 | 2026-03-18T01:26:04.474Z | Checking atomicwrites v0.4.4 |
| 2640 | 2026-03-18T01:26:04.613Z | Compiling typify v0.4.3 |
| 2641 | 2026-03-18T01:26:04.637Z | Checking hickory-proto v0.24.4 |
| 2642 | 2026-03-18T01:26:04.711Z | Checking phf_shared v0.12.1 |
| 2643 | 2026-03-18T01:26:04.738Z | Compiling progenitor-macro v0.13.0 |
| 2644 | 2026-03-18T01:26:04.752Z | Checking console v0.15.11 |
| 2645 | 2026-03-18T01:26:04.890Z | Checking pem v3.0.6 |
| 2646 | 2026-03-18T01:26:04.968Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2647 | 2026-03-18T01:26:05.157Z | Checking csv-core v0.1.13 |
| 2648 | 2026-03-18T01:26:05.388Z | Compiling snafu-derive v0.8.9 |
| 2649 | 2026-03-18T01:26:05.845Z | Compiling async-recursion v1.1.1 |
| 2650 | 2026-03-18T01:26:06.026Z | Compiling derive-where v1.6.0 |
| 2651 | 2026-03-18T01:26:06.735Z | Compiling slog-dtrace v0.3.0 |
| 2652 | 2026-03-18T01:26:06.976Z | Compiling owo-colors v4.3.0 |
| 2653 | 2026-03-18T01:26:07.142Z | Checking unicode-width v0.1.14 |
| 2654 | 2026-03-18T01:26:07.391Z | Compiling cancel-safe-futures v0.1.5 |
| 2655 | 2026-03-18T01:26:07.471Z | Compiling chrono-tz v0.10.4 |
| 2656 | 2026-03-18T01:26:07.656Z | Checking same-file v1.0.6 |
| 2657 | 2026-03-18T01:26:07.698Z | Checking highway v1.3.0 |
| 2658 | 2026-03-18T01:26:07.807Z | Checking resolv-conf v0.7.6 |
| 2659 | 2026-03-18T01:26:07.826Z | Checking walkdir v2.5.0 |
| 2660 | 2026-03-18T01:26:07.997Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2661 | 2026-03-18T01:26:08.032Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2662 | 2026-03-18T01:26:08.052Z | Checking hickory-resolver v0.24.4 |
| 2663 | 2026-03-18T01:26:08.090Z | Checking snafu v0.8.9 |
| 2664 | 2026-03-18T01:26:08.208Z | Compiling const_format_proc_macros v0.2.34 |
| 2665 | 2026-03-18T01:26:08.468Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2666 | 2026-03-18T01:26:09.023Z | Checking csv v1.4.0 |
| 2667 | 2026-03-18T01:26:09.087Z | Checking expectorate v1.2.0 |
| 2668 | 2026-03-18T01:26:09.136Z | Checking phf v0.12.1 |
| 2669 | 2026-03-18T01:26:09.250Z | Compiling progenitor-impl v0.10.0 |
| 2670 | 2026-03-18T01:26:09.323Z | Checking tokio-dtrace v0.1.1 |
| 2671 | 2026-03-18T01:26:09.385Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2672 | 2026-03-18T01:26:09.524Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2673 | 2026-03-18T01:26:09.573Z | Checking globset v0.4.18 |
| 2674 | 2026-03-18T01:26:09.916Z | Checking olpc-cjson v0.1.4 |
| 2675 | 2026-03-18T01:26:09.959Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2676 | 2026-03-18T01:26:09.980Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2677 | 2026-03-18T01:26:10.121Z | Checking libsw-core v0.3.2 |
| 2678 | 2026-03-18T01:26:10.224Z | Checking serde_plain v1.0.2 |
| 2679 | 2026-03-18T01:26:10.312Z | Checking arc-swap v1.8.2 |
| 2680 | 2026-03-18T01:26:10.332Z | Compiling lzma-sys v0.1.20 |
| 2681 | 2026-03-18T01:26:10.618Z | Checking utf-8 v0.7.6 |
| 2682 | 2026-03-18T01:26:10.701Z | Checking bytecount v0.6.9 |
| 2683 | 2026-03-18T01:26:10.793Z | Checking typed-path v0.9.3 |
| 2684 | 2026-03-18T01:26:10.854Z | Checking papergrid v0.11.0 |
| 2685 | 2026-03-18T01:26:10.880Z | Checking tungstenite v0.21.0 |
| 2686 | 2026-03-18T01:26:11.485Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2687 | 2026-03-18T01:26:11.701Z | Checking slog-scope v4.4.1 |
| 2688 | 2026-03-18T01:26:11.720Z | Checking libsw v3.5.0 |
| 2689 | 2026-03-18T01:26:11.833Z | Checking progenitor v0.13.0 |
| 2690 | 2026-03-18T01:26:11.873Z | Checking oxide-tokio-rt v0.1.3 |
| 2691 | 2026-03-18T01:26:11.911Z | Checking tough v0.20.0 |
| 2692 | 2026-03-18T01:26:11.913Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2693 | 2026-03-18T01:26:12.003Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2694 | 2026-03-18T01:26:12.482Z | Checking const_format v0.2.35 |
| 2695 | 2026-03-18T01:26:12.805Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2696 | 2026-03-18T01:26:12.911Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2697 | 2026-03-18T01:26:12.986Z | Compiling progenitor-macro v0.10.0 |
| 2698 | 2026-03-18T01:26:13.870Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2699 | 2026-03-18T01:26:14.042Z | Checking qorb v0.4.1 |
| 2700 | 2026-03-18T01:26:14.395Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2701 | 2026-03-18T01:26:14.548Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2702 | 2026-03-18T01:26:14.579Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2703 | 2026-03-18T01:26:14.621Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2704 | 2026-03-18T01:26:14.981Z | Compiling cargo_toml v0.22.3 |
| 2705 | 2026-03-18T01:26:15.054Z | Checking gethostname v0.5.0 |
| 2706 | 2026-03-18T01:26:15.220Z | Compiling tabled_derive v0.7.0 |
| 2707 | 2026-03-18T01:26:15.300Z | Checking bcs v0.1.6 |
| 2708 | 2026-03-18T01:26:15.319Z | Checking termtree v0.5.1 |
| 2709 | 2026-03-18T01:26:15.497Z | Checking smawk v0.3.2 |
| 2710 | 2026-03-18T01:26:15.609Z | Checking linear-map v1.2.0 |
| 2711 | 2026-03-18T01:26:15.664Z | Checking unicode-linebreak v0.1.5 |
| 2712 | 2026-03-18T01:26:15.684Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2713 | 2026-03-18T01:26:15.841Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2714 | 2026-03-18T01:26:15.945Z | Checking textwrap v0.16.2 |
| 2715 | 2026-03-18T01:26:16.204Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2716 | 2026-03-18T01:26:16.237Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2717 | 2026-03-18T01:26:16.535Z | Checking tabled v0.15.0 |
| 2718 | 2026-03-18T01:26:17.089Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2719 | 2026-03-18T01:26:17.329Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2720 | 2026-03-18T01:26:17.590Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2721 | 2026-03-18T01:26:17.612Z | Checking steno v0.4.1 |
| 2722 | 2026-03-18T01:26:17.809Z | Checking slog-stdlog v4.1.1 |
| 2723 | 2026-03-18T01:26:17.973Z | Checking tokio-tungstenite v0.21.0 |
| 2724 | 2026-03-18T01:26:18.288Z | Checking typeid v1.0.3 |
| 2725 | 2026-03-18T01:26:18.323Z | Checking humantime v2.3.0 |
| 2726 | 2026-03-18T01:26:18.416Z | Checking base64 v0.21.7 |
| 2727 | 2026-03-18T01:26:18.564Z | Checking ron v0.12.0 |
| 2728 | 2026-03-18T01:26:18.731Z | Checking xz2 v0.1.7 |
| 2729 | 2026-03-18T01:26:18.956Z | Checking slog-envlogger v2.2.0 |
| 2730 | 2026-03-18T01:26:18.979Z | Checking yasna v0.5.2 |
| 2731 | 2026-03-18T01:26:18.998Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2732 | 2026-03-18T01:26:19.143Z | Checking headers-core v0.3.0 |
| 2733 | 2026-03-18T01:26:19.281Z | Checking filetime v0.2.27 |
| 2734 | 2026-03-18T01:26:19.389Z | Checking base16ct v1.0.0 |
| 2735 | 2026-03-18T01:26:19.461Z | Checking xattr v1.6.1 |
| 2736 | 2026-03-18T01:26:19.503Z | Checking rcgen v0.12.1 |
| 2737 | 2026-03-18T01:26:19.562Z | Checking headers v0.4.1 |
| 2738 | 2026-03-18T01:26:19.591Z | Checking subprocess v0.2.15 |
| 2739 | 2026-03-18T01:26:19.628Z | Checking tar v0.4.44 |
| 2740 | 2026-03-18T01:26:20.073Z | Checking progenitor v0.10.0 |
| 2741 | 2026-03-18T01:26:20.266Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2742 | 2026-03-18T01:26:27.817Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2743 | 2026-03-18T01:26:35.959Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2744 | 2026-03-18T01:26:37.725Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2745 | 2026-03-18T01:26:39.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2746 | 2026-03-18T01:26:39.508Z | |
| 2747 | 2026-03-18T01:26:39.508Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257) |
| 2748 | 2026-03-18T01:26:40.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2026-03-18T01:26:40.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2026-03-18T01:26:40.527Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2751 | 2026-03-18T01:26:42.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s |
| 2752 | 2026-03-18T01:26:42.464Z | |
| 2753 | 2026-03-18T01:26:42.464Z | info: running `cargo check --bins` on nexus-config (51/257) |
| 2754 | 2026-03-18T01:26:43.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2026-03-18T01:26:43.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2026-03-18T01:26:43.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2026-03-18T01:26:43.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2758 | 2026-03-18T01:26:43.298Z | |
| 2759 | 2026-03-18T01:26:43.298Z | info: running `cargo check --bins` on nexus-types (52/257) |
| 2760 | 2026-03-18T01:26:44.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2026-03-18T01:26:44.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2026-03-18T01:26:44.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2026-03-18T01:26:44.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2764 | 2026-03-18T01:26:44.129Z | |
| 2765 | 2026-03-18T01:26:44.129Z | info: running `cargo check --bins` on clickhouse-admin-types (53/257) |
| 2766 | 2026-03-18T01:26:44.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-03-18T01:26:44.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-03-18T01:26:44.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2769 | 2026-03-18T01:26:44.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2770 | 2026-03-18T01:26:44.916Z | |
| 2771 | 2026-03-18T01:26:44.916Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/257) |
| 2772 | 2026-03-18T01:26:45.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2026-03-18T01:26:45.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2026-03-18T01:26:45.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2775 | 2026-03-18T01:26:45.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2776 | 2026-03-18T01:26:45.706Z | |
| 2777 | 2026-03-18T01:26:45.706Z | info: running `cargo check --bins` on cockroach-admin-types (55/257) |
| 2778 | 2026-03-18T01:26:46.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2026-03-18T01:26:46.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2026-03-18T01:26:46.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2781 | 2026-03-18T01:26:46.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2782 | 2026-03-18T01:26:46.474Z | |
| 2783 | 2026-03-18T01:26:46.474Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/257) |
| 2784 | 2026-03-18T01:26:47.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2785 | 2026-03-18T01:26:47.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2786 | 2026-03-18T01:26:47.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2787 | 2026-03-18T01:26:47.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2788 | 2026-03-18T01:26:47.234Z | |
| 2789 | 2026-03-18T01:26:47.234Z | info: running `cargo check --bins` on ereport-types (57/257) |
| 2790 | 2026-03-18T01:26:47.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-03-18T01:26:47.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-03-18T01:26:47.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2793 | 2026-03-18T01:26:47.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2794 | 2026-03-18T01:26:48.009Z | |
| 2795 | 2026-03-18T01:26:48.009Z | info: running `cargo check --bins` on gateway-client (58/257) |
| 2796 | 2026-03-18T01:26:48.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-03-18T01:26:48.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-03-18T01:26:48.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2799 | 2026-03-18T01:26:48.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2800 | 2026-03-18T01:26:48.788Z | |
| 2801 | 2026-03-18T01:26:48.788Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/257) |
| 2802 | 2026-03-18T01:26:49.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2803 | 2026-03-18T01:26:49.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2804 | 2026-03-18T01:26:49.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2805 | 2026-03-18T01:26:49.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2806 | 2026-03-18T01:26:49.565Z | |
| 2807 | 2026-03-18T01:26:49.565Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257) |
| 2808 | 2026-03-18T01:26:50.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2809 | 2026-03-18T01:26:50.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2810 | 2026-03-18T01:26:50.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2811 | 2026-03-18T01:26:50.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2812 | 2026-03-18T01:26:50.338Z | |
| 2813 | 2026-03-18T01:26:50.338Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257) |
| 2814 | 2026-03-18T01:26:51.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2815 | 2026-03-18T01:26:51.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2816 | 2026-03-18T01:26:51.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2817 | 2026-03-18T01:26:51.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2818 | 2026-03-18T01:26:51.115Z | |
| 2819 | 2026-03-18T01:26:51.115Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257) |
| 2820 | 2026-03-18T01:26:51.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-03-18T01:26:51.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-03-18T01:26:51.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2823 | 2026-03-18T01:26:51.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2824 | 2026-03-18T01:26:51.890Z | |
| 2825 | 2026-03-18T01:26:51.890Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/257) |
| 2826 | 2026-03-18T01:26:52.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-03-18T01:26:52.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-03-18T01:26:52.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2829 | 2026-03-18T01:26:52.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2830 | 2026-03-18T01:26:52.688Z | |
| 2831 | 2026-03-18T01:26:52.688Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257) |
| 2832 | 2026-03-18T01:26:53.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-03-18T01:26:53.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-03-18T01:26:53.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2835 | 2026-03-18T01:26:53.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2836 | 2026-03-18T01:26:53.480Z | |
| 2837 | 2026-03-18T01:26:53.480Z | info: running `cargo check --bins` on key-manager-types (65/257) |
| 2838 | 2026-03-18T01:26:54.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-03-18T01:26:54.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-03-18T01:26:54.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2026-03-18T01:26:54.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2842 | 2026-03-18T01:26:54.248Z | |
| 2843 | 2026-03-18T01:26:54.248Z | info: running `cargo check --bins` on oxlog (66/257) |
| 2844 | 2026-03-18T01:26:54.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-03-18T01:26:54.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-03-18T01:26:55.059Z | Compiling newtype-uuid v1.3.2 |
| 2847 | 2026-03-18T01:26:55.315Z | Compiling daft v0.1.5 |
| 2848 | 2026-03-18T01:26:55.574Z | Compiling iddqd v0.3.17 |
| 2849 | 2026-03-18T01:26:56.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2850 | 2026-03-18T01:26:57.120Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2851 | 2026-03-18T01:26:57.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 2852 | 2026-03-18T01:26:57.674Z | |
| 2853 | 2026-03-18T01:26:57.674Z | info: running `cargo check --bins` on internal-dns-types (67/257) |
| 2854 | 2026-03-18T01:26:58.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-03-18T01:26:58.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-03-18T01:26:58.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2857 | 2026-03-18T01:26:58.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2858 | 2026-03-18T01:26:58.456Z | |
| 2859 | 2026-03-18T01:26:58.456Z | info: running `cargo check --bins` on internal-dns-types-versions (68/257) |
| 2860 | 2026-03-18T01:26:59.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-03-18T01:26:59.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-03-18T01:26:59.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2026-03-18T01:26:59.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2864 | 2026-03-18T01:26:59.247Z | |
| 2865 | 2026-03-18T01:26:59.247Z | info: running `cargo check --bins` on nexus-types-versions (69/257) |
| 2866 | 2026-03-18T01:26:59.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-03-18T01:26:59.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-03-18T01:26:59.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2869 | 2026-03-18T01:26:59.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2870 | 2026-03-18T01:27:00.068Z | |
| 2871 | 2026-03-18T01:27:00.068Z | info: running `cargo check --bins` on omicron-passwords (70/257) |
| 2872 | 2026-03-18T01:27:00.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-03-18T01:27:00.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-03-18T01:27:00.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2875 | 2026-03-18T01:27:00.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2876 | 2026-03-18T01:27:00.829Z | |
| 2877 | 2026-03-18T01:27:00.829Z | info: running `cargo check --bins` on oxql-types (71/257) |
| 2878 | 2026-03-18T01:27:01.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-03-18T01:27:01.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-03-18T01:27:01.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-03-18T01:27:01.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2882 | 2026-03-18T01:27:01.601Z | |
| 2883 | 2026-03-18T01:27:01.601Z | info: running `cargo check --bins` on oximeter-types (72/257) |
| 2884 | 2026-03-18T01:27:02.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-03-18T01:27:02.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-03-18T01:27:02.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2026-03-18T01:27:02.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2888 | 2026-03-18T01:27:02.374Z | |
| 2889 | 2026-03-18T01:27:02.374Z | info: running `cargo check --bins` on oximeter-types-versions (73/257) |
| 2890 | 2026-03-18T01:27:03.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2026-03-18T01:27:03.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2026-03-18T01:27:03.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2026-03-18T01:27:03.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2894 | 2026-03-18T01:27:03.149Z | |
| 2895 | 2026-03-18T01:27:03.149Z | info: running `cargo check --bins` on oximeter-macro-impl (74/257) |
| 2896 | 2026-03-18T01:27:03.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-03-18T01:27:03.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-03-18T01:27:03.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-03-18T01:27:03.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2900 | 2026-03-18T01:27:03.911Z | |
| 2901 | 2026-03-18T01:27:03.911Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/257) |
| 2902 | 2026-03-18T01:27:04.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-03-18T01:27:04.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-03-18T01:27:04.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-03-18T01:27:04.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2906 | 2026-03-18T01:27:04.715Z | |
| 2907 | 2026-03-18T01:27:04.716Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257) |
| 2908 | 2026-03-18T01:27:05.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-03-18T01:27:05.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-03-18T01:27:05.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-03-18T01:27:05.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2912 | 2026-03-18T01:27:05.515Z | |
| 2913 | 2026-03-18T01:27:05.515Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257) |
| 2914 | 2026-03-18T01:27:06.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-03-18T01:27:06.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-03-18T01:27:06.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-03-18T01:27:06.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2918 | 2026-03-18T01:27:06.320Z | |
| 2919 | 2026-03-18T01:27:06.320Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257) |
| 2920 | 2026-03-18T01:27:07.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-03-18T01:27:07.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-03-18T01:27:07.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-03-18T01:27:07.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2924 | 2026-03-18T01:27:07.126Z | |
| 2925 | 2026-03-18T01:27:07.126Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257) |
| 2926 | 2026-03-18T01:27:07.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-03-18T01:27:07.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-03-18T01:27:07.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-03-18T01:27:07.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2930 | 2026-03-18T01:27:07.892Z | |
| 2931 | 2026-03-18T01:27:07.892Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257) |
| 2932 | 2026-03-18T01:27:08.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-03-18T01:27:08.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-03-18T01:27:08.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-03-18T01:27:08.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2936 | 2026-03-18T01:27:08.659Z | |
| 2937 | 2026-03-18T01:27:08.660Z | info: running `cargo check --bins --no-default-features` on gfss (81/257) |
| 2938 | 2026-03-18T01:27:09.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-03-18T01:27:09.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-03-18T01:27:09.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-03-18T01:27:09.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2942 | 2026-03-18T01:27:09.428Z | |
| 2943 | 2026-03-18T01:27:09.428Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257) |
| 2944 | 2026-03-18T01:27:10.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-03-18T01:27:10.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-03-18T01:27:10.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2026-03-18T01:27:10.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2948 | 2026-03-18T01:27:10.191Z | |
| 2949 | 2026-03-18T01:27:10.191Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/257) |
| 2950 | 2026-03-18T01:27:10.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-03-18T01:27:10.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-03-18T01:27:11.068Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2953 | 2026-03-18T01:27:11.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 2954 | 2026-03-18T01:27:11.953Z | |
| 2955 | 2026-03-18T01:27:11.954Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257) |
| 2956 | 2026-03-18T01:27:12.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2957 | 2026-03-18T01:27:12.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2958 | 2026-03-18T01:27:12.857Z | Compiling ar_archive_writer v0.5.1 |
| 2959 | 2026-03-18T01:27:12.986Z | Compiling stacker v0.1.23 |
| 2960 | 2026-03-18T01:27:12.988Z | Compiling cfg_aliases v0.1.1 |
| 2961 | 2026-03-18T01:27:13.011Z | Compiling convert_case v0.10.0 |
| 2962 | 2026-03-18T01:27:13.048Z | Checking fd-lock v4.0.4 |
| 2963 | 2026-03-18T01:27:13.050Z | Checking nibble_vec v0.1.0 |
| 2964 | 2026-03-18T01:27:13.050Z | Checking vte v0.14.1 |
| 2965 | 2026-03-18T01:27:13.050Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2966 | 2026-03-18T01:27:13.123Z | Compiling nix v0.28.0 |
| 2967 | 2026-03-18T01:27:13.203Z | Checking endian-type v0.1.2 |
| 2968 | 2026-03-18T01:27:13.242Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2969 | 2026-03-18T01:27:13.304Z | Checking strip-ansi-escapes v0.2.1 |
| 2970 | 2026-03-18T01:27:13.325Z | Compiling peg-macros v0.8.5 |
| 2971 | 2026-03-18T01:27:13.361Z | Checking radix_trie v0.2.1 |
| 2972 | 2026-03-18T01:27:13.410Z | Compiling derive_more-impl v2.1.1 |
| 2973 | 2026-03-18T01:27:13.428Z | Checking winnow v0.6.26 |
| 2974 | 2026-03-18T01:27:13.572Z | Compiling sqlparser_derive v0.5.0 |
| 2975 | 2026-03-18T01:27:13.632Z | Checking unicode_categories v0.1.1 |
| 2976 | 2026-03-18T01:27:13.830Z | Checking home v0.5.12 |
| 2977 | 2026-03-18T01:27:13.852Z | Checking nu-ansi-term v0.50.3 |
| 2978 | 2026-03-18T01:27:13.992Z | Checking display-error-chain v0.2.2 |
| 2979 | 2026-03-18T01:27:14.127Z | Checking reedline v0.40.0 |
| 2980 | 2026-03-18T01:27:14.168Z | Compiling psm v0.1.30 |
| 2981 | 2026-03-18T01:27:14.501Z | Checking derive_more v2.1.1 |
| 2982 | 2026-03-18T01:27:14.594Z | Checking crossterm v0.29.0 |
| 2983 | 2026-03-18T01:27:14.850Z | Checking peg v0.8.5 |
| 2984 | 2026-03-18T01:27:14.947Z | Checking rustyline v14.0.0 |
| 2985 | 2026-03-18T01:27:14.997Z | Checking sqlformat v0.3.5 |
| 2986 | 2026-03-18T01:27:15.142Z | Checking recursive v0.1.1 |
| 2987 | 2026-03-18T01:27:15.248Z | Checking sqlparser v0.61.0 |
| 2988 | 2026-03-18T01:27:31.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s |
| 2989 | 2026-03-18T01:27:31.214Z | |
| 2990 | 2026-03-18T01:27:31.214Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257) |
| 2991 | 2026-03-18T01:27:31.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2026-03-18T01:27:31.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2026-03-18T01:27:32.116Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2994 | 2026-03-18T01:27:36.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 2995 | 2026-03-18T01:27:36.994Z | |
| 2996 | 2026-03-18T01:27:36.994Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257) |
| 2997 | 2026-03-18T01:27:37.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-03-18T01:27:37.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-03-18T01:27:37.938Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3000 | 2026-03-18T01:27:41.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
| 3001 | 2026-03-18T01:27:41.363Z | |
| 3002 | 2026-03-18T01:27:41.363Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257) |
| 3003 | 2026-03-18T01:27:42.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-03-18T01:27:42.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-03-18T01:27:42.257Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3006 | 2026-03-18T01:27:46.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 3007 | 2026-03-18T01:27:46.852Z | |
| 3008 | 2026-03-18T01:27:46.853Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257) |
| 3009 | 2026-03-18T01:27:47.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-03-18T01:27:47.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-03-18T01:27:47.754Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3012 | 2026-03-18T01:27:52.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
| 3013 | 2026-03-18T01:27:52.369Z | |
| 3014 | 2026-03-18T01:27:52.369Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257) |
| 3015 | 2026-03-18T01:27:53.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-03-18T01:27:53.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-03-18T01:27:53.271Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3018 | 2026-03-18T01:27:56.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s |
| 3019 | 2026-03-18T01:27:56.946Z | |
| 3020 | 2026-03-18T01:27:56.946Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257) |
| 3021 | 2026-03-18T01:27:57.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-03-18T01:27:57.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-03-18T01:27:57.852Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3024 | 2026-03-18T01:28:01.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3025 | 2026-03-18T01:28:01.577Z | |
| 3026 | 2026-03-18T01:28:01.577Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257) |
| 3027 | 2026-03-18T01:28:02.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-03-18T01:28:02.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-03-18T01:28:02.478Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3030 | 2026-03-18T01:28:07.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
| 3031 | 2026-03-18T01:28:07.348Z | |
| 3032 | 2026-03-18T01:28:07.348Z | info: running `cargo check --bins` on oximeter (92/257) |
| 3033 | 2026-03-18T01:28:08.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-03-18T01:28:08.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-03-18T01:28:08.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-03-18T01:28:08.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3037 | 2026-03-18T01:28:08.144Z | |
| 3038 | 2026-03-18T01:28:08.144Z | info: running `cargo check --bins` on oximeter-schema (93/257) |
| 3039 | 2026-03-18T01:28:08.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-03-18T01:28:08.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-03-18T01:28:09.010Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3042 | 2026-03-18T01:28:09.201Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3043 | 2026-03-18T01:28:09.228Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-03-18T01:28:09.651Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-03-18T01:28:14.484Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3046 | 2026-03-18T01:28:14.903Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3047 | 2026-03-18T01:28:16.457Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3048 | 2026-03-18T01:28:17.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
| 3049 | 2026-03-18T01:28:17.542Z | |
| 3050 | 2026-03-18T01:28:17.542Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/257) |
| 3051 | 2026-03-18T01:28:18.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-03-18T01:28:18.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-03-18T01:28:18.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-03-18T01:28:18.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3055 | 2026-03-18T01:28:18.330Z | |
| 3056 | 2026-03-18T01:28:18.330Z | info: running `cargo check --bins` on oximeter-test-utils (95/257) |
| 3057 | 2026-03-18T01:28:19.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-03-18T01:28:19.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-03-18T01:28:19.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-03-18T01:28:19.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3061 | 2026-03-18T01:28:19.190Z | |
| 3062 | 2026-03-18T01:28:19.190Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257) |
| 3063 | 2026-03-18T01:28:19.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-03-18T01:28:19.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-03-18T01:28:19.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-03-18T01:28:19.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3067 | 2026-03-18T01:28:20.003Z | |
| 3068 | 2026-03-18T01:28:20.003Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257) |
| 3069 | 2026-03-18T01:28:20.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-03-18T01:28:20.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-03-18T01:28:20.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-03-18T01:28:20.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3073 | 2026-03-18T01:28:20.815Z | |
| 3074 | 2026-03-18T01:28:20.815Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257) |
| 3075 | 2026-03-18T01:28:21.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-03-18T01:28:21.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-03-18T01:28:21.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-03-18T01:28:21.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3079 | 2026-03-18T01:28:21.632Z | |
| 3080 | 2026-03-18T01:28:21.632Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257) |
| 3081 | 2026-03-18T01:28:22.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-03-18T01:28:22.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-03-18T01:28:22.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-03-18T01:28:22.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3085 | 2026-03-18T01:28:22.442Z | |
| 3086 | 2026-03-18T01:28:22.442Z | info: running `cargo check --bins` on trust-quorum-types (100/257) |
| 3087 | 2026-03-18T01:28:23.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-03-18T01:28:23.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-03-18T01:28:23.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-03-18T01:28:23.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3091 | 2026-03-18T01:28:23.213Z | |
| 3092 | 2026-03-18T01:28:23.213Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/257) |
| 3093 | 2026-03-18T01:28:23.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-03-18T01:28:23.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-03-18T01:28:23.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-03-18T01:28:23.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3097 | 2026-03-18T01:28:24.027Z | |
| 3098 | 2026-03-18T01:28:24.027Z | info: running `cargo check --bins` on update-engine (102/257) |
| 3099 | 2026-03-18T01:28:24.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-03-18T01:28:24.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-03-18T01:28:24.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-03-18T01:28:24.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3103 | 2026-03-18T01:28:24.802Z | |
| 3104 | 2026-03-18T01:28:24.802Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/257) |
| 3105 | 2026-03-18T01:28:25.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-03-18T01:28:25.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-03-18T01:28:25.732Z | Checking dropshot-api-manager-types v0.6.0 |
| 3108 | 2026-03-18T01:28:25.735Z | Checking nanorand v0.7.0 |
| 3109 | 2026-03-18T01:28:26.031Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3110 | 2026-03-18T01:28:26.072Z | Checking flume v0.11.1 |
| 3111 | 2026-03-18T01:28:26.345Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3112 | 2026-03-18T01:28:27.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s |
| 3113 | 2026-03-18T01:28:27.832Z | |
| 3114 | 2026-03-18T01:28:27.832Z | info: running `cargo check --bins` on clickhouse-admin-api (104/257) |
| 3115 | 2026-03-18T01:28:28.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-03-18T01:28:28.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-03-18T01:28:28.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-03-18T01:28:28.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3119 | 2026-03-18T01:28:28.624Z | |
| 3120 | 2026-03-18T01:28:28.624Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/257) |
| 3121 | 2026-03-18T01:28:29.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-03-18T01:28:29.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-03-18T01:28:29.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-03-18T01:28:29.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3125 | 2026-03-18T01:28:29.420Z | |
| 3126 | 2026-03-18T01:28:29.420Z | info: running `cargo check --bins` on bootstrap-agent-client (106/257) |
| 3127 | 2026-03-18T01:28:30.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-03-18T01:28:30.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-03-18T01:28:30.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-03-18T01:28:30.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3131 | 2026-03-18T01:28:30.202Z | |
| 3132 | 2026-03-18T01:28:30.202Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257) |
| 3133 | 2026-03-18T01:28:30.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-03-18T01:28:30.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-03-18T01:28:30.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-03-18T01:28:30.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3137 | 2026-03-18T01:28:31.010Z | |
| 3138 | 2026-03-18T01:28:31.010Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257) |
| 3139 | 2026-03-18T01:28:31.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-03-18T01:28:31.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-03-18T01:28:31.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-03-18T01:28:31.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3143 | 2026-03-18T01:28:31.804Z | |
| 3144 | 2026-03-18T01:28:31.805Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/257) |
| 3145 | 2026-03-18T01:28:32.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-03-18T01:28:32.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-03-18T01:28:32.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-03-18T01:28:32.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3149 | 2026-03-18T01:28:32.600Z | |
| 3150 | 2026-03-18T01:28:32.601Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/257) |
| 3151 | 2026-03-18T01:28:33.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-03-18T01:28:33.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-03-18T01:28:33.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-03-18T01:28:33.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3155 | 2026-03-18T01:28:33.396Z | |
| 3156 | 2026-03-18T01:28:33.396Z | info: running `cargo check --bins` on cockroach-admin-client (111/257) |
| 3157 | 2026-03-18T01:28:34.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-03-18T01:28:34.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-03-18T01:28:34.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2026-03-18T01:28:34.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3161 | 2026-03-18T01:28:34.169Z | |
| 3162 | 2026-03-18T01:28:34.169Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/257) |
| 3163 | 2026-03-18T01:28:34.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2026-03-18T01:28:34.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2026-03-18T01:28:34.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3166 | 2026-03-18T01:28:34.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3167 | 2026-03-18T01:28:34.963Z | |
| 3168 | 2026-03-18T01:28:34.963Z | info: running `cargo check --bins` on dns-service-client (113/257) |
| 3169 | 2026-03-18T01:28:35.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2026-03-18T01:28:35.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2026-03-18T01:28:35.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3172 | 2026-03-18T01:28:35.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3173 | 2026-03-18T01:28:35.754Z | |
| 3174 | 2026-03-18T01:28:35.754Z | info: running `cargo check --bins` on installinator-client (114/257) |
| 3175 | 2026-03-18T01:28:36.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-03-18T01:28:36.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-03-18T01:28:36.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3178 | 2026-03-18T01:28:36.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3179 | 2026-03-18T01:28:36.552Z | |
| 3180 | 2026-03-18T01:28:36.552Z | info: running `cargo check --bins` on nexus-client (115/257) |
| 3181 | 2026-03-18T01:28:37.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2026-03-18T01:28:37.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2026-03-18T01:28:37.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3184 | 2026-03-18T01:28:37.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3185 | 2026-03-18T01:28:37.388Z | |
| 3186 | 2026-03-18T01:28:37.388Z | info: running `cargo check --bins` on nexus-lockstep-client (116/257) |
| 3187 | 2026-03-18T01:28:38.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2026-03-18T01:28:38.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2026-03-18T01:28:38.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2026-03-18T01:28:38.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3191 | 2026-03-18T01:28:38.231Z | |
| 3192 | 2026-03-18T01:28:38.231Z | info: running `cargo check --bins` on ntp-admin-client (117/257) |
| 3193 | 2026-03-18T01:28:38.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-03-18T01:28:38.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-03-18T01:28:38.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-03-18T01:28:38.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3197 | 2026-03-18T01:28:39.008Z | |
| 3198 | 2026-03-18T01:28:39.008Z | info: running `cargo check --bins` on oxide-client (118/257) |
| 3199 | 2026-03-18T01:28:39.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-03-18T01:28:39.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-03-18T01:28:39.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-03-18T01:28:39.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3203 | 2026-03-18T01:28:39.789Z | |
| 3204 | 2026-03-18T01:28:39.789Z | info: running `cargo check --bins` on oximeter-client (119/257) |
| 3205 | 2026-03-18T01:28:40.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-03-18T01:28:40.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-03-18T01:28:40.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2026-03-18T01:28:40.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3209 | 2026-03-18T01:28:40.577Z | |
| 3210 | 2026-03-18T01:28:40.577Z | info: running `cargo check --bins` on repo-depot-client (120/257) |
| 3211 | 2026-03-18T01:28:41.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-03-18T01:28:41.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-03-18T01:28:41.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2026-03-18T01:28:41.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3215 | 2026-03-18T01:28:41.344Z | |
| 3216 | 2026-03-18T01:28:41.344Z | info: running `cargo check --bins` on sled-agent-client (121/257) |
| 3217 | 2026-03-18T01:28:42.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-03-18T01:28:42.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-03-18T01:28:42.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2026-03-18T01:28:42.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3221 | 2026-03-18T01:28:42.158Z | |
| 3222 | 2026-03-18T01:28:42.158Z | info: running `cargo check --bins` on wicketd-client (122/257) |
| 3223 | 2026-03-18T01:28:42.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2026-03-18T01:28:42.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2026-03-18T01:28:42.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2026-03-18T01:28:42.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3227 | 2026-03-18T01:28:42.971Z | |
| 3228 | 2026-03-18T01:28:42.971Z | info: running `cargo check --bins` on installinator-common (123/257) |
| 3229 | 2026-03-18T01:28:43.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2026-03-18T01:28:43.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2026-03-18T01:28:43.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2026-03-18T01:28:43.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3233 | 2026-03-18T01:28:43.760Z | |
| 3234 | 2026-03-18T01:28:43.760Z | info: running `cargo check --bins` on installinator-common-versions (124/257) |
| 3235 | 2026-03-18T01:28:44.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2026-03-18T01:28:44.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2026-03-18T01:28:44.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2026-03-18T01:28:44.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3239 | 2026-03-18T01:28:44.528Z | |
| 3240 | 2026-03-18T01:28:44.528Z | info: running `cargo check --bins` on wicket-common (125/257) |
| 3241 | 2026-03-18T01:28:45.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2026-03-18T01:28:45.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2026-03-18T01:28:45.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2026-03-18T01:28:45.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3245 | 2026-03-18T01:28:45.336Z | |
| 3246 | 2026-03-18T01:28:45.336Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/257) |
| 3247 | 2026-03-18T01:28:46.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2026-03-18T01:28:46.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2026-03-18T01:28:46.231Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3250 | 2026-03-18T01:28:46.234Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3251 | 2026-03-18T01:28:46.234Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3252 | 2026-03-18T01:28:46.380Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3253 | 2026-03-18T01:28:46.382Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3254 | 2026-03-18T01:28:46.539Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3255 | 2026-03-18T01:28:46.560Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3256 | 2026-03-18T01:28:46.876Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3257 | 2026-03-18T01:28:46.879Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-03-18T01:28:49.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 3259 | 2026-03-18T01:28:49.851Z | |
| 3260 | 2026-03-18T01:28:49.851Z | info: running `cargo check --bins` on cockroach-admin-api (127/257) |
| 3261 | 2026-03-18T01:28:50.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3262 | 2026-03-18T01:28:50.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3263 | 2026-03-18T01:28:50.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3264 | 2026-03-18T01:28:50.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3265 | 2026-03-18T01:28:50.639Z | |
| 3266 | 2026-03-18T01:28:50.639Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257) |
| 3267 | 2026-03-18T01:28:51.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2026-03-18T01:28:51.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2026-03-18T01:28:51.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2026-03-18T01:28:51.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3271 | 2026-03-18T01:28:51.540Z | |
| 3272 | 2026-03-18T01:28:51.540Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257) |
| 3273 | 2026-03-18T01:28:52.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-03-18T01:28:52.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-03-18T01:28:52.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3276 | 2026-03-18T01:28:52.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3277 | 2026-03-18T01:28:52.442Z | |
| 3278 | 2026-03-18T01:28:52.442Z | info: running `cargo check --bins` on dns-server (130/257) |
| 3279 | 2026-03-18T01:28:53.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2026-03-18T01:28:53.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2026-03-18T01:28:53.330Z | Compiling parking_lot_core v0.8.6 |
| 3282 | 2026-03-18T01:28:53.330Z | Compiling git-stub v1.0.0 |
| 3283 | 2026-03-18T01:28:53.333Z | Compiling atomicwrites v0.4.4 |
| 3284 | 2026-03-18T01:28:53.333Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3285 | 2026-03-18T01:28:53.511Z | Checking tagptr v0.2.0 |
| 3286 | 2026-03-18T01:28:53.517Z | Checking prefix-trie v0.7.0 |
| 3287 | 2026-03-18T01:28:53.520Z | Checking fxhash v0.2.1 |
| 3288 | 2026-03-18T01:28:53.520Z | Checking hickory-client v0.25.2 |
| 3289 | 2026-03-18T01:28:53.691Z | Compiling git-stub-vcs v0.1.0 |
| 3290 | 2026-03-18T01:28:53.709Z | Checking moka v0.12.13 |
| 3291 | 2026-03-18T01:28:53.984Z | Checking hickory-server v0.25.2 |
| 3292 | 2026-03-18T01:28:54.003Z | Checking parking_lot v0.11.2 |
| 3293 | 2026-03-18T01:28:54.063Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3294 | 2026-03-18T01:28:54.129Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3295 | 2026-03-18T01:28:54.132Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3296 | 2026-03-18T01:28:54.132Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3297 | 2026-03-18T01:28:54.232Z | Checking sled v0.34.7 |
| 3298 | 2026-03-18T01:28:54.556Z | Checking hickory-resolver v0.25.2 |
| 3299 | 2026-03-18T01:28:57.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
| 3300 | 2026-03-18T01:28:57.230Z | |
| 3301 | 2026-03-18T01:28:57.231Z | info: running `cargo check --bins` on dns-server-api (131/257) |
| 3302 | 2026-03-18T01:28:57.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-03-18T01:28:57.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-03-18T01:28:57.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2026-03-18T01:28:57.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3306 | 2026-03-18T01:28:58.019Z | |
| 3307 | 2026-03-18T01:28:58.019Z | info: running `cargo check --bins` on gateway-test-utils (132/257) |
| 3308 | 2026-03-18T01:28:58.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-03-18T01:28:58.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-03-18T01:28:58.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2026-03-18T01:28:58.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3312 | 2026-03-18T01:28:58.881Z | |
| 3313 | 2026-03-18T01:28:58.881Z | info: running `cargo check --bins` on omicron-gateway (133/257) |
| 3314 | 2026-03-18T01:28:59.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2026-03-18T01:28:59.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2026-03-18T01:28:59.898Z | Compiling radium v0.7.0 |
| 3317 | 2026-03-18T01:29:00.010Z | Compiling maybe-uninit v2.0.0 |
| 3318 | 2026-03-18T01:29:00.013Z | Checking tap v1.0.1 |
| 3319 | 2026-03-18T01:29:00.040Z | Compiling zerocopy-derive v0.6.6 |
| 3320 | 2026-03-18T01:29:00.076Z | Compiling packed_struct v0.10.1 |
| 3321 | 2026-03-18T01:29:00.079Z | Checking funty v2.0.0 |
| 3322 | 2026-03-18T01:29:00.083Z | Checking crc-catalog v2.4.0 |
| 3323 | 2026-03-18T01:29:00.088Z | Compiling packed_struct_codegen v0.10.1 |
| 3324 | 2026-03-18T01:29:00.169Z | Checking wyz v0.5.1 |
| 3325 | 2026-03-18T01:29:00.233Z | Checking crc v3.4.0 |
| 3326 | 2026-03-18T01:29:00.436Z | Compiling bitfield-macros v0.19.4 |
| 3327 | 2026-03-18T01:29:00.461Z | Compiling indexmap v1.9.3 |
| 3328 | 2026-03-18T01:29:00.463Z | Checking nodrop v0.1.14 |
| 3329 | 2026-03-18T01:29:00.497Z | Checking smallvec v0.6.14 |
| 3330 | 2026-03-18T01:29:00.574Z | Checking hashbrown v0.12.3 |
| 3331 | 2026-03-18T01:29:00.593Z | Checking array-init v0.0.4 |
| 3332 | 2026-03-18T01:29:00.611Z | Checking bitvec v1.0.1 |
| 3333 | 2026-03-18T01:29:00.727Z | Checking ron v0.8.1 |
| 3334 | 2026-03-18T01:29:00.751Z | Checking hashbrown v0.13.2 |
| 3335 | 2026-03-18T01:29:01.067Z | Checking serde-hex v0.1.0 |
| 3336 | 2026-03-18T01:29:01.163Z | Checking zerocopy v0.6.6 |
| 3337 | 2026-03-18T01:29:01.332Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3338 | 2026-03-18T01:29:01.358Z | Checking bitfield v0.19.4 |
| 3339 | 2026-03-18T01:29:01.450Z | Checking crc-any v2.5.0 |
| 3340 | 2026-03-18T01:29:01.582Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3341 | 2026-03-18T01:29:01.582Z | Checking object v0.30.4 |
| 3342 | 2026-03-18T01:29:01.612Z | Checking half v1.8.3 |
| 3343 | 2026-03-18T01:29:01.629Z | Checking path-slash v0.1.5 |
| 3344 | 2026-03-18T01:29:01.682Z | Checking void v1.0.2 |
| 3345 | 2026-03-18T01:29:01.732Z | Checking tungstenite v0.23.0 |
| 3346 | 2026-03-18T01:29:01.771Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3347 | 2026-03-18T01:29:01.808Z | Checking lzss v0.8.2 |
| 3348 | 2026-03-18T01:29:01.874Z | Checking serde_cbor v0.11.2 |
| 3349 | 2026-03-18T01:29:01.912Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3350 | 2026-03-18T01:29:01.972Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3351 | 2026-03-18T01:29:02.046Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3352 | 2026-03-18T01:29:02.240Z | Checking nix v0.27.1 |
| 3353 | 2026-03-18T01:29:02.278Z | Checking kstat-rs v0.2.4 |
| 3354 | 2026-03-18T01:29:02.387Z | Checking serde_bytes v0.11.19 |
| 3355 | 2026-03-18T01:29:02.450Z | Checking tokio-tungstenite v0.23.1 |
| 3356 | 2026-03-18T01:29:02.521Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3357 | 2026-03-18T01:29:02.611Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3358 | 2026-03-18T01:29:02.775Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3359 | 2026-03-18T01:29:02.939Z | Checking signal-hook-tokio v0.3.1 |
| 3360 | 2026-03-18T01:29:03.897Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3361 | 2026-03-18T01:29:04.079Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3362 | 2026-03-18T01:29:07.471Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3363 | 2026-03-18T01:29:08.660Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3364 | 2026-03-18T01:29:09.028Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3365 | 2026-03-18T01:29:10.512Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3366 | 2026-03-18T01:29:13.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
| 3367 | 2026-03-18T01:29:13.503Z | |
| 3368 | 2026-03-18T01:29:13.503Z | info: running `cargo check --bins` on gateway-api (134/257) |
| 3369 | 2026-03-18T01:29:14.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-03-18T01:29:14.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-03-18T01:29:14.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-03-18T01:29:14.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3373 | 2026-03-18T01:29:14.293Z | |
| 3374 | 2026-03-18T01:29:14.294Z | info: running `cargo check --bins` on ipcc (135/257) |
| 3375 | 2026-03-18T01:29:14.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-03-18T01:29:14.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-03-18T01:29:14.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-03-18T01:29:14.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3379 | 2026-03-18T01:29:15.083Z | |
| 3380 | 2026-03-18T01:29:15.083Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257) |
| 3381 | 2026-03-18T01:29:15.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-03-18T01:29:15.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-03-18T01:29:15.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-03-18T01:29:15.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3385 | 2026-03-18T01:29:15.853Z | |
| 3386 | 2026-03-18T01:29:15.853Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257) |
| 3387 | 2026-03-18T01:29:16.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-03-18T01:29:16.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-03-18T01:29:16.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-03-18T01:29:16.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3391 | 2026-03-18T01:29:16.638Z | |
| 3392 | 2026-03-18T01:29:16.638Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257) |
| 3393 | 2026-03-18T01:29:17.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-03-18T01:29:17.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-03-18T01:29:17.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-03-18T01:29:17.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3397 | 2026-03-18T01:29:17.428Z | |
| 3398 | 2026-03-18T01:29:17.428Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257) |
| 3399 | 2026-03-18T01:29:18.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-03-18T01:29:18.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-03-18T01:29:18.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-03-18T01:29:18.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3403 | 2026-03-18T01:29:18.219Z | |
| 3404 | 2026-03-18T01:29:18.219Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257) |
| 3405 | 2026-03-18T01:29:18.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-03-18T01:29:18.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-03-18T01:29:18.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-03-18T01:29:18.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3409 | 2026-03-18T01:29:19.006Z | |
| 3410 | 2026-03-18T01:29:19.006Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257) |
| 3411 | 2026-03-18T01:29:19.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-03-18T01:29:19.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-03-18T01:29:19.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-03-18T01:29:19.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3415 | 2026-03-18T01:29:19.794Z | |
| 3416 | 2026-03-18T01:29:19.794Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257) |
| 3417 | 2026-03-18T01:29:20.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-03-18T01:29:20.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-03-18T01:29:20.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-03-18T01:29:20.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3421 | 2026-03-18T01:29:20.579Z | |
| 3422 | 2026-03-18T01:29:20.579Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257) |
| 3423 | 2026-03-18T01:29:21.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-03-18T01:29:21.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-03-18T01:29:21.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-03-18T01:29:21.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3427 | 2026-03-18T01:29:21.368Z | |
| 3428 | 2026-03-18T01:29:21.368Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257) |
| 3429 | 2026-03-18T01:29:22.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-03-18T01:29:22.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-03-18T01:29:22.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-03-18T01:29:22.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3433 | 2026-03-18T01:29:22.157Z | |
| 3434 | 2026-03-18T01:29:22.157Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257) |
| 3435 | 2026-03-18T01:29:22.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-03-18T01:29:22.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-03-18T01:29:22.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-03-18T01:29:22.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3439 | 2026-03-18T01:29:22.949Z | |
| 3440 | 2026-03-18T01:29:22.949Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257) |
| 3441 | 2026-03-18T01:29:23.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-03-18T01:29:23.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-03-18T01:29:23.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-03-18T01:29:23.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3445 | 2026-03-18T01:29:23.740Z | |
| 3446 | 2026-03-18T01:29:23.740Z | info: running `cargo check --bins` on oximeter-producer (147/257) |
| 3447 | 2026-03-18T01:29:24.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-03-18T01:29:24.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-03-18T01:29:24.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-03-18T01:29:24.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3451 | 2026-03-18T01:29:24.585Z | |
| 3452 | 2026-03-18T01:29:24.585Z | info: running `cargo check --bins` on internal-dns-resolver (148/257) |
| 3453 | 2026-03-18T01:29:25.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-03-18T01:29:25.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-03-18T01:29:25.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-03-18T01:29:25.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3457 | 2026-03-18T01:29:25.381Z | |
| 3458 | 2026-03-18T01:29:25.381Z | info: running `cargo check --bins` on sp-sim (149/257) |
| 3459 | 2026-03-18T01:29:26.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-03-18T01:29:26.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-03-18T01:29:26.350Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3462 | 2026-03-18T01:29:28.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 3463 | 2026-03-18T01:29:28.902Z | |
| 3464 | 2026-03-18T01:29:28.902Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257) |
| 3465 | 2026-03-18T01:29:29.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-03-18T01:29:29.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-03-18T01:29:29.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3468 | 2026-03-18T01:29:29.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3469 | 2026-03-18T01:29:29.767Z | |
| 3470 | 2026-03-18T01:29:29.767Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257) |
| 3471 | 2026-03-18T01:29:30.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-03-18T01:29:30.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-03-18T01:29:30.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-03-18T01:29:30.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3475 | 2026-03-18T01:29:30.639Z | |
| 3476 | 2026-03-18T01:29:30.639Z | info: running `cargo check --bins` on db-macros (152/257) |
| 3477 | 2026-03-18T01:29:31.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-03-18T01:29:31.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-03-18T01:29:31.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-03-18T01:29:31.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3481 | 2026-03-18T01:29:31.411Z | |
| 3482 | 2026-03-18T01:29:31.411Z | info: running `cargo check --bins` on nexus-macros-common (153/257) |
| 3483 | 2026-03-18T01:29:32.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-03-18T01:29:32.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-03-18T01:29:32.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-03-18T01:29:32.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3487 | 2026-03-18T01:29:32.186Z | |
| 3488 | 2026-03-18T01:29:32.186Z | info: running `cargo check --bins` on nexus-auth (154/257) |
| 3489 | 2026-03-18T01:29:32.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-03-18T01:29:32.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-03-18T01:29:32.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-03-18T01:29:32.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3493 | 2026-03-18T01:29:33.049Z | |
| 3494 | 2026-03-18T01:29:33.049Z | info: running `cargo check --bins` on authz-macros (155/257) |
| 3495 | 2026-03-18T01:29:33.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-03-18T01:29:33.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-03-18T01:29:33.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-03-18T01:29:33.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3499 | 2026-03-18T01:29:33.824Z | |
| 3500 | 2026-03-18T01:29:33.824Z | info: running `cargo check --bins` on nexus-db-fixed-data (156/257) |
| 3501 | 2026-03-18T01:29:34.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-03-18T01:29:34.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-03-18T01:29:34.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-03-18T01:29:34.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3505 | 2026-03-18T01:29:34.682Z | |
| 3506 | 2026-03-18T01:29:34.683Z | info: running `cargo check --bins` on nexus-db-model (157/257) |
| 3507 | 2026-03-18T01:29:35.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-03-18T01:29:35.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-03-18T01:29:35.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2026-03-18T01:29:35.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3511 | 2026-03-18T01:29:35.540Z | |
| 3512 | 2026-03-18T01:29:35.540Z | info: running `cargo check --bins` on nexus-db-schema (158/257) |
| 3513 | 2026-03-18T01:29:36.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-03-18T01:29:36.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-03-18T01:29:36.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-03-18T01:29:36.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3517 | 2026-03-18T01:29:36.326Z | |
| 3518 | 2026-03-18T01:29:36.326Z | info: running `cargo check --bins` on omicron-rpaths (159/257) |
| 3519 | 2026-03-18T01:29:36.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-03-18T01:29:37.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-03-18T01:29:37.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-03-18T01:29:37.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3523 | 2026-03-18T01:29:37.105Z | |
| 3524 | 2026-03-18T01:29:37.105Z | info: running `cargo check --bins` on nexus-defaults (160/257) |
| 3525 | 2026-03-18T01:29:37.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-03-18T01:29:37.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-03-18T01:29:37.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-03-18T01:29:37.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3529 | 2026-03-18T01:29:37.905Z | |
| 3530 | 2026-03-18T01:29:37.905Z | info: running `cargo check --bins` on omicron-cockroach-metrics (161/257) |
| 3531 | 2026-03-18T01:29:38.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-03-18T01:29:38.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-03-18T01:29:38.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-03-18T01:29:38.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3535 | 2026-03-18T01:29:38.685Z | |
| 3536 | 2026-03-18T01:29:38.686Z | info: running `cargo check --bins` on parallel-task-set (162/257) |
| 3537 | 2026-03-18T01:29:39.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-03-18T01:29:39.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-03-18T01:29:39.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-03-18T01:29:39.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3541 | 2026-03-18T01:29:39.464Z | |
| 3542 | 2026-03-18T01:29:39.464Z | info: running `cargo check --bins` on nexus-db-errors (163/257) |
| 3543 | 2026-03-18T01:29:40.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-03-18T01:29:40.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-03-18T01:29:40.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-03-18T01:29:40.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3547 | 2026-03-18T01:29:40.332Z | |
| 3548 | 2026-03-18T01:29:40.333Z | info: running `cargo check --bins` on nexus-db-lookup (164/257) |
| 3549 | 2026-03-18T01:29:41.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-03-18T01:29:41.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-03-18T01:29:41.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-03-18T01:29:41.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3553 | 2026-03-18T01:29:41.191Z | |
| 3554 | 2026-03-18T01:29:41.191Z | info: running `cargo check --bins` on nexus-inventory (165/257) |
| 3555 | 2026-03-18T01:29:41.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-03-18T01:29:41.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-03-18T01:29:41.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3558 | 2026-03-18T01:29:41.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3559 | 2026-03-18T01:29:42.041Z | |
| 3560 | 2026-03-18T01:29:42.041Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257) |
| 3561 | 2026-03-18T01:29:42.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3562 | 2026-03-18T01:29:42.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3563 | 2026-03-18T01:29:42.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3564 | 2026-03-18T01:29:42.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3565 | 2026-03-18T01:29:42.863Z | |
| 3566 | 2026-03-18T01:29:42.863Z | info: running `cargo check --bins --no-default-features` on sled-storage (167/257) |
| 3567 | 2026-03-18T01:29:43.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3568 | 2026-03-18T01:29:43.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3569 | 2026-03-18T01:29:43.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3570 | 2026-03-18T01:29:43.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3571 | 2026-03-18T01:29:43.683Z | |
| 3572 | 2026-03-18T01:29:43.683Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257) |
| 3573 | 2026-03-18T01:29:44.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3574 | 2026-03-18T01:29:44.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3575 | 2026-03-18T01:29:44.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3576 | 2026-03-18T01:29:44.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3577 | 2026-03-18T01:29:44.481Z | |
| 3578 | 2026-03-18T01:29:44.481Z | info: running `cargo check --bins` on key-manager (169/257) |
| 3579 | 2026-03-18T01:29:45.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3580 | 2026-03-18T01:29:45.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3581 | 2026-03-18T01:29:45.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3582 | 2026-03-18T01:29:45.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3583 | 2026-03-18T01:29:45.272Z | |
| 3584 | 2026-03-18T01:29:45.272Z | info: running `cargo check --bins --no-default-features` on sled-hardware (170/257) |
| 3585 | 2026-03-18T01:29:45.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3586 | 2026-03-18T01:29:45.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3587 | 2026-03-18T01:29:45.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3588 | 2026-03-18T01:29:45.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3589 | 2026-03-18T01:29:46.079Z | |
| 3590 | 2026-03-18T01:29:46.079Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257) |
| 3591 | 2026-03-18T01:29:46.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3592 | 2026-03-18T01:29:46.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3593 | 2026-03-18T01:29:46.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3594 | 2026-03-18T01:29:46.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3595 | 2026-03-18T01:29:46.885Z | |
| 3596 | 2026-03-18T01:29:46.886Z | info: running `cargo check --bins` on typed-rng (172/257) |
| 3597 | 2026-03-18T01:29:47.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3598 | 2026-03-18T01:29:47.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3599 | 2026-03-18T01:29:47.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3600 | 2026-03-18T01:29:47.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3601 | 2026-03-18T01:29:47.653Z | |
| 3602 | 2026-03-18T01:29:47.653Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257) |
| 3603 | 2026-03-18T01:29:48.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3604 | 2026-03-18T01:29:48.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3605 | 2026-03-18T01:29:48.810Z | Compiling libefi-sys v0.1.0 |
| 3606 | 2026-03-18T01:29:48.812Z | Compiling bitfield-struct v0.6.2 |
| 3607 | 2026-03-18T01:29:48.982Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3608 | 2026-03-18T01:29:48.996Z | Compiling xshell-macros v0.2.7 |
| 3609 | 2026-03-18T01:29:49.013Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3610 | 2026-03-18T01:29:49.035Z | Compiling salty v0.3.0 |
| 3611 | 2026-03-18T01:29:49.057Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3612 | 2026-03-18T01:29:49.079Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3613 | 2026-03-18T01:29:49.083Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3614 | 2026-03-18T01:29:49.428Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3615 | 2026-03-18T01:29:49.448Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3616 | 2026-03-18T01:29:49.467Z | Checking xshell v0.2.7 |
| 3617 | 2026-03-18T01:29:49.630Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3618 | 2026-03-18T01:29:49.651Z | Checking primeorder v0.13.6 |
| 3619 | 2026-03-18T01:29:49.704Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3620 | 2026-03-18T01:29:49.726Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3621 | 2026-03-18T01:29:49.770Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3622 | 2026-03-18T01:29:49.792Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3623 | 2026-03-18T01:29:49.954Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3624 | 2026-03-18T01:29:49.971Z | Checking p384 v0.13.1 |
| 3625 | 2026-03-18T01:29:50.020Z | Compiling num-derive v0.3.3 |
| 3626 | 2026-03-18T01:29:50.135Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3627 | 2026-03-18T01:29:50.223Z | Compiling proc-macro-error2 v2.0.1 |
| 3628 | 2026-03-18T01:29:50.376Z | Compiling unicase v2.9.0 |
| 3629 | 2026-03-18T01:29:50.445Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3630 | 2026-03-18T01:29:50.593Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3631 | 2026-03-18T01:29:50.627Z | Compiling tabled_derive v0.11.0 |
| 3632 | 2026-03-18T01:29:50.648Z | Compiling mime_guess v2.0.5 |
| 3633 | 2026-03-18T01:29:50.740Z | Compiling progenitor-impl v0.11.2 |
| 3634 | 2026-03-18T01:29:51.074Z | Checking papergrid v0.17.0 |
| 3635 | 2026-03-18T01:29:51.205Z | Checking libscf-sys v1.1.0 |
| 3636 | 2026-03-18T01:29:51.343Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3637 | 2026-03-18T01:29:51.372Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3638 | 2026-03-18T01:29:51.523Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3639 | 2026-03-18T01:29:51.628Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3640 | 2026-03-18T01:29:52.242Z | Checking testing_table v0.3.0 |
| 3641 | 2026-03-18T01:29:52.246Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3642 | 2026-03-18T01:29:52.303Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3643 | 2026-03-18T01:29:52.327Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3644 | 2026-03-18T01:29:52.371Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3645 | 2026-03-18T01:29:52.435Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3646 | 2026-03-18T01:29:52.505Z | Checking corncobs v0.1.4 |
| 3647 | 2026-03-18T01:29:52.604Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3648 | 2026-03-18T01:29:52.642Z | Checking tabled v0.20.0 |
| 3649 | 2026-03-18T01:29:52.665Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3650 | 2026-03-18T01:29:52.715Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3651 | 2026-03-18T01:29:52.926Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3652 | 2026-03-18T01:29:53.011Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3653 | 2026-03-18T01:29:53.238Z | Checking progenitor-client v0.11.2 |
| 3654 | 2026-03-18T01:29:53.438Z | Checking secrecy v0.8.0 |
| 3655 | 2026-03-18T01:29:53.598Z | Checking http-range v0.1.5 |
| 3656 | 2026-03-18T01:29:53.795Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3657 | 2026-03-18T01:29:53.984Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3658 | 2026-03-18T01:29:54.050Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3659 | 2026-03-18T01:29:54.192Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3660 | 2026-03-18T01:29:54.232Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3661 | 2026-03-18T01:29:54.485Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3662 | 2026-03-18T01:29:54.529Z | Compiling progenitor-macro v0.11.2 |
| 3663 | 2026-03-18T01:29:54.551Z | Checking atty v0.2.14 |
| 3664 | 2026-03-18T01:29:54.571Z | Checking crc8 v0.1.1 |
| 3665 | 2026-03-18T01:29:54.667Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3666 | 2026-03-18T01:29:54.688Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3667 | 2026-03-18T01:29:54.708Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3668 | 2026-03-18T01:29:54.800Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3669 | 2026-03-18T01:29:55.151Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3670 | 2026-03-18T01:29:55.352Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3671 | 2026-03-18T01:29:55.516Z | Checking hyper-staticfile v0.10.1 |
| 3672 | 2026-03-18T01:29:55.603Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3673 | 2026-03-18T01:29:55.713Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3674 | 2026-03-18T01:29:55.783Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3675 | 2026-03-18T01:29:55.894Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3676 | 2026-03-18T01:29:56.028Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3677 | 2026-03-18T01:29:56.066Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3678 | 2026-03-18T01:29:56.591Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3679 | 2026-03-18T01:29:56.614Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3680 | 2026-03-18T01:29:56.933Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3681 | 2026-03-18T01:29:56.984Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3682 | 2026-03-18T01:29:57.179Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3683 | 2026-03-18T01:29:57.629Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3684 | 2026-03-18T01:29:57.907Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3685 | 2026-03-18T01:29:58.207Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3686 | 2026-03-18T01:29:58.282Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3687 | 2026-03-18T01:29:58.797Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3688 | 2026-03-18T01:29:59.799Z | Checking progenitor v0.11.2 |
| 3689 | 2026-03-18T01:29:59.969Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3690 | 2026-03-18T01:30:06.755Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3691 | 2026-03-18T01:30:22.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.97s |
| 3692 | 2026-03-18T01:30:22.869Z | |
| 3693 | 2026-03-18T01:30:22.869Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257) |
| 3694 | 2026-03-18T01:30:23.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-03-18T01:30:23.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-03-18T01:30:23.954Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3697 | 2026-03-18T01:30:39.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.12s |
| 3698 | 2026-03-18T01:30:40.238Z | |
| 3699 | 2026-03-18T01:30:40.238Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257) |
| 3700 | 2026-03-18T01:30:40.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-03-18T01:30:41.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-03-18T01:30:41.301Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3703 | 2026-03-18T01:30:57.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s |
| 3704 | 2026-03-18T01:30:57.484Z | |
| 3705 | 2026-03-18T01:30:57.485Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257) |
| 3706 | 2026-03-18T01:30:58.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-03-18T01:30:58.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-03-18T01:30:58.544Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3709 | 2026-03-18T01:31:14.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s |
| 3710 | 2026-03-18T01:31:14.757Z | |
| 3711 | 2026-03-18T01:31:14.757Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257) |
| 3712 | 2026-03-18T01:31:15.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-03-18T01:31:15.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-03-18T01:31:15.819Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3715 | 2026-03-18T01:31:31.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s |
| 3716 | 2026-03-18T01:31:32.093Z | |
| 3717 | 2026-03-18T01:31:32.093Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257) |
| 3718 | 2026-03-18T01:31:32.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-03-18T01:31:32.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-03-18T01:31:33.161Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3721 | 2026-03-18T01:31:49.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s |
| 3722 | 2026-03-18T01:31:49.357Z | |
| 3723 | 2026-03-18T01:31:49.357Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257) |
| 3724 | 2026-03-18T01:31:50.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-03-18T01:31:50.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-03-18T01:31:50.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3727 | 2026-03-18T01:32:06.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s |
| 3728 | 2026-03-18T01:32:06.621Z | |
| 3729 | 2026-03-18T01:32:06.621Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257) |
| 3730 | 2026-03-18T01:32:07.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-03-18T01:32:07.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-03-18T01:32:07.682Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3733 | 2026-03-18T01:32:23.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.12s |
| 3734 | 2026-03-18T01:32:23.996Z | |
| 3735 | 2026-03-18T01:32:23.996Z | info: running `cargo check --bins` on bootstrap-agent-api (181/257) |
| 3736 | 2026-03-18T01:32:24.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-03-18T01:32:24.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-03-18T01:32:24.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3739 | 2026-03-18T01:32:24.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3740 | 2026-03-18T01:32:24.814Z | |
| 3741 | 2026-03-18T01:32:24.814Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257) |
| 3742 | 2026-03-18T01:32:25.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-03-18T01:32:25.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-03-18T01:32:25.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-03-18T01:32:25.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3746 | 2026-03-18T01:32:25.639Z | |
| 3747 | 2026-03-18T01:32:25.639Z | info: running `cargo check --bins` on range-requests (183/257) |
| 3748 | 2026-03-18T01:32:26.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-03-18T01:32:26.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-03-18T01:32:26.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-03-18T01:32:26.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3752 | 2026-03-18T01:32:26.433Z | |
| 3753 | 2026-03-18T01:32:26.433Z | info: running `cargo check --bins` on repo-depot-api (184/257) |
| 3754 | 2026-03-18T01:32:27.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-03-18T01:32:27.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-03-18T01:32:27.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-03-18T01:32:27.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3758 | 2026-03-18T01:32:27.231Z | |
| 3759 | 2026-03-18T01:32:27.231Z | info: running `cargo check --bins` on sled-agent-api (185/257) |
| 3760 | 2026-03-18T01:32:27.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-03-18T01:32:27.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-03-18T01:32:27.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-03-18T01:32:27.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3764 | 2026-03-18T01:32:28.062Z | |
| 3765 | 2026-03-18T01:32:28.063Z | info: running `cargo check --bins` on sled-diagnostics (186/257) |
| 3766 | 2026-03-18T01:32:28.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-03-18T01:32:28.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-03-18T01:32:28.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-03-18T01:32:28.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3770 | 2026-03-18T01:32:28.878Z | |
| 3771 | 2026-03-18T01:32:28.879Z | info: running `cargo check --bins` on zfs-test-harness (187/257) |
| 3772 | 2026-03-18T01:32:29.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-03-18T01:32:29.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-03-18T01:32:29.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-03-18T01:32:29.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3776 | 2026-03-18T01:32:29.698Z | |
| 3777 | 2026-03-18T01:32:29.698Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257) |
| 3778 | 2026-03-18T01:32:30.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-03-18T01:32:30.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-03-18T01:32:30.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-03-18T01:32:30.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3782 | 2026-03-18T01:32:30.524Z | |
| 3783 | 2026-03-18T01:32:30.524Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257) |
| 3784 | 2026-03-18T01:32:31.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-03-18T01:32:31.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-03-18T01:32:31.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-03-18T01:32:31.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3788 | 2026-03-18T01:32:31.354Z | |
| 3789 | 2026-03-18T01:32:31.354Z | info: running `cargo check --bins` on sled-agent-health-monitor (190/257) |
| 3790 | 2026-03-18T01:32:32.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-03-18T01:32:32.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-03-18T01:32:32.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-03-18T01:32:32.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3794 | 2026-03-18T01:32:32.185Z | |
| 3795 | 2026-03-18T01:32:32.185Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257) |
| 3796 | 2026-03-18T01:32:32.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-03-18T01:32:32.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-03-18T01:32:32.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-03-18T01:32:32.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3800 | 2026-03-18T01:32:33.019Z | |
| 3801 | 2026-03-18T01:32:33.019Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257) |
| 3802 | 2026-03-18T01:32:33.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-03-18T01:32:33.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-03-18T01:32:33.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-03-18T01:32:33.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3806 | 2026-03-18T01:32:33.855Z | |
| 3807 | 2026-03-18T01:32:33.855Z | info: running `cargo check --bins` on sled-agent-resolvable-files (193/257) |
| 3808 | 2026-03-18T01:32:34.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-03-18T01:32:34.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-03-18T01:32:34.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-03-18T01:32:34.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3812 | 2026-03-18T01:32:34.691Z | |
| 3813 | 2026-03-18T01:32:34.691Z | info: running `cargo check --bins` on trust-quorum (194/257) |
| 3814 | 2026-03-18T01:32:35.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-03-18T01:32:35.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-03-18T01:32:35.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-03-18T01:32:35.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3818 | 2026-03-18T01:32:35.526Z | |
| 3819 | 2026-03-18T01:32:35.526Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257) |
| 3820 | 2026-03-18T01:32:36.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-03-18T01:32:36.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-03-18T01:32:36.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-03-18T01:32:36.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3824 | 2026-03-18T01:32:36.381Z | |
| 3825 | 2026-03-18T01:32:36.381Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (196/257) |
| 3826 | 2026-03-18T01:32:37.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-03-18T01:32:37.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-03-18T01:32:37.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-03-18T01:32:37.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3830 | 2026-03-18T01:32:37.263Z | |
| 3831 | 2026-03-18T01:32:37.263Z | info: running `cargo check --bins` on update-common (197/257) |
| 3832 | 2026-03-18T01:32:37.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-03-18T01:32:37.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-03-18T01:32:37.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-03-18T01:32:37.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3836 | 2026-03-18T01:32:38.084Z | |
| 3837 | 2026-03-18T01:32:38.084Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257) |
| 3838 | 2026-03-18T01:32:38.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-03-18T01:32:38.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-03-18T01:32:38.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-03-18T01:32:38.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3842 | 2026-03-18T01:32:38.960Z | |
| 3843 | 2026-03-18T01:32:38.960Z | info: running `cargo check --bins` on reconfigurator-cli (199/257) |
| 3844 | 2026-03-18T01:32:39.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-03-18T01:32:39.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-03-18T01:32:40.041Z | Compiling fs-err v2.11.0 |
| 3847 | 2026-03-18T01:32:40.182Z | Checking ignore v0.4.25 |
| 3848 | 2026-03-18T01:32:40.199Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3849 | 2026-03-18T01:32:40.202Z | Checking predicates-tree v1.0.13 |
| 3850 | 2026-03-18T01:32:40.202Z | Checking parse-size v1.1.0 |
| 3851 | 2026-03-18T01:32:40.246Z | Checking rand_seeder v0.4.0 |
| 3852 | 2026-03-18T01:32:40.249Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3853 | 2026-03-18T01:32:40.282Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3854 | 2026-03-18T01:32:40.337Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3855 | 2026-03-18T01:32:40.372Z | Compiling petname v2.0.2 |
| 3856 | 2026-03-18T01:32:40.424Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3857 | 2026-03-18T01:32:40.609Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3858 | 2026-03-18T01:32:40.629Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3859 | 2026-03-18T01:32:40.708Z | Checking globwalk v0.9.1 |
| 3860 | 2026-03-18T01:32:40.733Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3861 | 2026-03-18T01:32:40.831Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3862 | 2026-03-18T01:32:40.941Z | Checking camino-tempfile-ext v0.3.3 |
| 3863 | 2026-03-18T01:32:40.961Z | Checking sapling-renderdag v0.1.0 |
| 3864 | 2026-03-18T01:32:41.060Z | Checking sync-ptr v0.1.4 |
| 3865 | 2026-03-18T01:32:41.187Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3866 | 2026-03-18T01:32:41.224Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3867 | 2026-03-18T01:32:41.303Z | Checking colored v2.2.0 |
| 3868 | 2026-03-18T01:32:41.336Z | Checking assert_matches v1.5.0 |
| 3869 | 2026-03-18T01:32:41.663Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3870 | 2026-03-18T01:32:41.795Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3871 | 2026-03-18T01:32:41.798Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3872 | 2026-03-18T01:32:42.560Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3873 | 2026-03-18T01:32:44.361Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3874 | 2026-03-18T01:32:47.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s |
| 3875 | 2026-03-18T01:32:47.608Z | |
| 3876 | 2026-03-18T01:32:47.608Z | info: running `cargo check --bins` on omicron-repl-utils (200/257) |
| 3877 | 2026-03-18T01:32:48.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-03-18T01:32:48.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-03-18T01:32:48.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2026-03-18T01:32:48.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3881 | 2026-03-18T01:32:48.390Z | |
| 3882 | 2026-03-18T01:32:48.390Z | info: running `cargo check --bins` on nexus-test-interface (201/257) |
| 3883 | 2026-03-18T01:32:49.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-03-18T01:32:49.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-03-18T01:32:49.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-03-18T01:32:49.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3887 | 2026-03-18T01:32:49.260Z | |
| 3888 | 2026-03-18T01:32:49.260Z | info: running `cargo check --bins` on oximeter-collector (202/257) |
| 3889 | 2026-03-18T01:32:50.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-03-18T01:32:50.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-03-18T01:32:50.250Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3892 | 2026-03-18T01:32:50.253Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3893 | 2026-03-18T01:32:51.090Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3894 | 2026-03-18T01:32:53.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
| 3895 | 2026-03-18T01:32:53.335Z | |
| 3896 | 2026-03-18T01:32:53.335Z | info: running `cargo check --bins` on oximeter-api (203/257) |
| 3897 | 2026-03-18T01:32:54.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-03-18T01:32:54.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-03-18T01:32:54.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3900 | 2026-03-18T01:32:54.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3901 | 2026-03-18T01:32:54.126Z | |
| 3902 | 2026-03-18T01:32:54.126Z | info: running `cargo check --bins` on cert-dev (204/257) |
| 3903 | 2026-03-18T01:32:54.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-03-18T01:32:54.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-03-18T01:32:54.959Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3906 | 2026-03-18T01:32:55.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3907 | 2026-03-18T01:32:55.510Z | |
| 3908 | 2026-03-18T01:32:55.510Z | info: running `cargo check --bins` on clickana (205/257) |
| 3909 | 2026-03-18T01:32:56.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-03-18T01:32:56.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-03-18T01:32:56.393Z | Compiling darling_core v0.23.0 |
| 3912 | 2026-03-18T01:32:56.521Z | Compiling instability v0.3.11 |
| 3913 | 2026-03-18T01:32:56.534Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3914 | 2026-03-18T01:32:56.537Z | Checking castaway v0.2.4 |
| 3915 | 2026-03-18T01:32:56.558Z | Compiling indoc v2.0.7 |
| 3916 | 2026-03-18T01:32:56.561Z | Checking unicode-truncate v1.1.0 |
| 3917 | 2026-03-18T01:32:56.588Z | Checking lru v0.12.5 |
| 3918 | 2026-03-18T01:32:56.588Z | Checking cassowary v0.3.0 |
| 3919 | 2026-03-18T01:32:56.666Z | Checking compact_str v0.8.1 |
| 3920 | 2026-03-18T01:32:57.821Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3921 | 2026-03-18T01:32:58.043Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3922 | 2026-03-18T01:32:58.521Z | Compiling darling_macro v0.23.0 |
| 3923 | 2026-03-18T01:32:59.042Z | Compiling darling v0.23.0 |
| 3924 | 2026-03-18T01:32:59.810Z | Checking ratatui v0.29.0 |
| 3925 | 2026-03-18T01:33:01.347Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3926 | 2026-03-18T01:33:02.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s |
| 3927 | 2026-03-18T01:33:02.393Z | |
| 3928 | 2026-03-18T01:33:02.393Z | info: running `cargo check --bins` on clickhouse-cluster-dev (206/257) |
| 3929 | 2026-03-18T01:33:03.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-03-18T01:33:03.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-03-18T01:33:03.379Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3932 | 2026-03-18T01:33:03.382Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3933 | 2026-03-18T01:33:04.114Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3934 | 2026-03-18T01:33:04.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
| 3935 | 2026-03-18T01:33:04.861Z | |
| 3936 | 2026-03-18T01:33:04.862Z | info: running `cargo check --bins` on ch-dev (207/257) |
| 3937 | 2026-03-18T01:33:05.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-03-18T01:33:05.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-03-18T01:33:05.844Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3940 | 2026-03-18T01:33:06.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3941 | 2026-03-18T01:33:06.999Z | |
| 3942 | 2026-03-18T01:33:06.999Z | info: running `cargo check --bins` on dev-tools-common (208/257) |
| 3943 | 2026-03-18T01:33:07.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-03-18T01:33:07.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-03-18T01:33:07.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-03-18T01:33:07.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3947 | 2026-03-18T01:33:07.614Z | |
| 3948 | 2026-03-18T01:33:07.614Z | info: running `cargo check --bins` on crdb-seed (209/257) |
| 3949 | 2026-03-18T01:33:08.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-03-18T01:33:08.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-03-18T01:33:08.592Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3952 | 2026-03-18T01:33:09.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3953 | 2026-03-18T01:33:09.358Z | |
| 3954 | 2026-03-18T01:33:09.358Z | info: running `cargo check --bins` on db-dev (210/257) |
| 3955 | 2026-03-18T01:33:10.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-03-18T01:33:10.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-03-18T01:33:10.342Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3958 | 2026-03-18T01:33:11.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 3959 | 2026-03-18T01:33:11.509Z | |
| 3960 | 2026-03-18T01:33:11.509Z | info: running `cargo check --bins` on omicron-dev-lib (211/257) |
| 3961 | 2026-03-18T01:33:12.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-03-18T01:33:12.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-03-18T01:33:12.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-03-18T01:33:12.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3965 | 2026-03-18T01:33:12.362Z | |
| 3966 | 2026-03-18T01:33:12.362Z | info: running `cargo check --bins` on xtask-downloader (212/257) |
| 3967 | 2026-03-18T01:33:13.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-03-18T01:33:13.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-03-18T01:33:13.197Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3970 | 2026-03-18T01:33:14.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 3971 | 2026-03-18T01:33:14.289Z | |
| 3972 | 2026-03-18T01:33:14.289Z | info: running `cargo check --bins` on omicron-dropshot-apis (213/257) |
| 3973 | 2026-03-18T01:33:15.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-03-18T01:33:15.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-03-18T01:33:15.306Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3976 | 2026-03-18T01:33:15.306Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3977 | 2026-03-18T01:33:15.310Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 3978 | 2026-03-18T01:33:15.310Z | Checking git-stub v1.0.0 |
| 3979 | 2026-03-18T01:33:15.310Z | Compiling trait-variant v0.1.2 |
| 3980 | 2026-03-18T01:33:15.310Z | Checking is_ci v1.2.0 |
| 3981 | 2026-03-18T01:33:15.310Z | Checking maplit v1.0.2 |
| 3982 | 2026-03-18T01:33:15.310Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3983 | 2026-03-18T01:33:15.568Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3984 | 2026-03-18T01:33:15.568Z | Checking supports-color v3.0.2 |
| 3985 | 2026-03-18T01:33:15.699Z | Checking git-stub-vcs v0.1.0 |
| 3986 | 2026-03-18T01:33:15.737Z | Checking drift v0.1.3 |
| 3987 | 2026-03-18T01:33:15.806Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3988 | 2026-03-18T01:33:15.846Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3989 | 2026-03-18T01:33:15.951Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3990 | 2026-03-18T01:33:16.043Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3991 | 2026-03-18T01:33:16.120Z | Checking dropshot-api-manager v0.6.0 |
| 3992 | 2026-03-18T01:33:16.177Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3993 | 2026-03-18T01:33:16.196Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3994 | 2026-03-18T01:33:16.461Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3995 | 2026-03-18T01:33:16.480Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3996 | 2026-03-18T01:33:16.768Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 3997 | 2026-03-18T01:33:17.148Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3998 | 2026-03-18T01:33:24.103Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3999 | 2026-03-18T01:33:25.490Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4000 | 2026-03-18T01:33:26.261Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4001 | 2026-03-18T01:33:26.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s |
| 4002 | 2026-03-18T01:33:27.016Z | |
| 4003 | 2026-03-18T01:33:27.016Z | info: running `cargo check --bins` on installinator-api (214/257) |
| 4004 | 2026-03-18T01:33:27.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-03-18T01:33:27.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-03-18T01:33:27.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-03-18T01:33:27.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4008 | 2026-03-18T01:33:27.812Z | |
| 4009 | 2026-03-18T01:33:27.812Z | info: running `cargo check --bins` on nexus-external-api (215/257) |
| 4010 | 2026-03-18T01:33:28.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-03-18T01:33:28.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-03-18T01:33:28.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-03-18T01:33:28.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4014 | 2026-03-18T01:33:28.656Z | |
| 4015 | 2026-03-18T01:33:28.656Z | info: running `cargo check --bins` on nexus-internal-api (216/257) |
| 4016 | 2026-03-18T01:33:29.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-03-18T01:33:29.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-03-18T01:33:29.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-03-18T01:33:29.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4020 | 2026-03-18T01:33:29.493Z | |
| 4021 | 2026-03-18T01:33:29.493Z | info: running `cargo check --bins` on nexus-lockstep-api (217/257) |
| 4022 | 2026-03-18T01:33:30.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-03-18T01:33:30.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-03-18T01:33:30.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-03-18T01:33:30.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4026 | 2026-03-18T01:33:30.336Z | |
| 4027 | 2026-03-18T01:33:30.336Z | info: running `cargo check --bins` on ntp-admin-api (218/257) |
| 4028 | 2026-03-18T01:33:31.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-03-18T01:33:31.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-03-18T01:33:31.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-03-18T01:33:31.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4032 | 2026-03-18T01:33:31.130Z | |
| 4033 | 2026-03-18T01:33:31.130Z | info: running `cargo check --bins` on ntp-admin-types-versions (219/257) |
| 4034 | 2026-03-18T01:33:31.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-03-18T01:33:31.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-03-18T01:33:31.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4037 | 2026-03-18T01:33:31.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4038 | 2026-03-18T01:33:31.905Z | |
| 4039 | 2026-03-18T01:33:31.905Z | info: running `cargo check --bins` on wicketd-api (220/257) |
| 4040 | 2026-03-18T01:33:32.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4041 | 2026-03-18T01:33:32.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4042 | 2026-03-18T01:33:32.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4043 | 2026-03-18T01:33:32.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4044 | 2026-03-18T01:33:32.725Z | |
| 4045 | 2026-03-18T01:33:32.725Z | info: running `cargo check --bins` on omicron-ls-apis (221/257) |
| 4046 | 2026-03-18T01:33:33.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4047 | 2026-03-18T01:33:33.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4048 | 2026-03-18T01:33:33.546Z | Checking erased-serde v0.4.9 |
| 4049 | 2026-03-18T01:33:33.671Z | Checking ordered-float v2.10.1 |
| 4050 | 2026-03-18T01:33:33.692Z | Checking unicode-xid v0.2.6 |
| 4051 | 2026-03-18T01:33:33.716Z | Checking cargo-platform v0.2.0 |
| 4052 | 2026-03-18T01:33:33.954Z | Checking serde-value v0.7.0 |
| 4053 | 2026-03-18T01:33:34.125Z | Checking serde-untagged v0.1.9 |
| 4054 | 2026-03-18T01:33:34.331Z | Checking cargo-util-schemas v0.8.2 |
| 4055 | 2026-03-18T01:33:35.327Z | Checking cargo_metadata v0.21.0 |
| 4056 | 2026-03-18T01:33:36.188Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4057 | 2026-03-18T01:33:37.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
| 4058 | 2026-03-18T01:33:37.312Z | |
| 4059 | 2026-03-18T01:33:37.312Z | info: running `cargo check --bins` on mgs-dev (222/257) |
| 4060 | 2026-03-18T01:33:38.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-03-18T01:33:38.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-03-18T01:33:38.312Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4063 | 2026-03-18T01:33:39.073Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4064 | 2026-03-18T01:33:39.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 4065 | 2026-03-18T01:33:39.945Z | |
| 4066 | 2026-03-18T01:33:39.945Z | info: running `cargo check --bins` on omicron-omdb (223/257) |
| 4067 | 2026-03-18T01:33:40.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-03-18T01:33:40.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-03-18T01:33:41.121Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4070 | 2026-03-18T01:33:41.124Z | Compiling vergen-gitcl v1.0.8 |
| 4071 | 2026-03-18T01:33:41.124Z | Compiling dirs-sys-next v0.1.2 |
| 4072 | 2026-03-18T01:33:41.125Z | Compiling glob v0.3.3 |
| 4073 | 2026-03-18T01:33:41.125Z | Compiling diesel_derives v2.3.7 |
| 4074 | 2026-03-18T01:33:41.125Z | Compiling crunchy v0.2.4 |
| 4075 | 2026-03-18T01:33:41.307Z | Compiling dsl_auto_type v0.2.0 |
| 4076 | 2026-03-18T01:33:41.324Z | Checking scheduled-thread-pool v0.2.7 |
| 4077 | 2026-03-18T01:33:41.555Z | Compiling dirs-next v2.0.0 |
| 4078 | 2026-03-18T01:33:41.574Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4079 | 2026-03-18T01:33:41.640Z | Compiling tiny-keccak v2.0.2 |
| 4080 | 2026-03-18T01:33:41.684Z | Compiling term v0.7.0 |
| 4081 | 2026-03-18T01:33:41.762Z | Checking r2d2 v0.8.10 |
| 4082 | 2026-03-18T01:33:41.785Z | Compiling clang-sys v1.8.1 |
| 4083 | 2026-03-18T01:33:41.842Z | Compiling bit-vec v0.6.3 |
| 4084 | 2026-03-18T01:33:41.906Z | Checking downcast-rs v2.0.2 |
| 4085 | 2026-03-18T01:33:42.030Z | Compiling itertools v0.10.5 |
| 4086 | 2026-03-18T01:33:42.131Z | Compiling bit-set v0.5.3 |
| 4087 | 2026-03-18T01:33:42.278Z | Compiling ascii-canvas v3.0.0 |
| 4088 | 2026-03-18T01:33:42.339Z | Compiling ena v0.14.4 |
| 4089 | 2026-03-18T01:33:42.441Z | Compiling libloading v0.8.9 |
| 4090 | 2026-03-18T01:33:42.482Z | Compiling diff v0.1.13 |
| 4091 | 2026-03-18T01:33:42.540Z | Compiling bindgen v0.71.1 |
| 4092 | 2026-03-18T01:33:42.599Z | Compiling regex-syntax v0.6.29 |
| 4093 | 2026-03-18T01:33:42.619Z | Compiling cexpr v0.6.0 |
| 4094 | 2026-03-18T01:33:42.833Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4095 | 2026-03-18T01:33:43.091Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4096 | 2026-03-18T01:33:43.149Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4097 | 2026-03-18T01:33:43.279Z | Compiling libxml v0.3.3 |
| 4098 | 2026-03-18T01:33:43.495Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4099 | 2026-03-18T01:33:43.558Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4100 | 2026-03-18T01:33:43.604Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4101 | 2026-03-18T01:33:43.839Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4102 | 2026-03-18T01:33:43.884Z | Compiling strum_macros v0.24.3 |
| 4103 | 2026-03-18T01:33:43.906Z | Compiling indoc v1.0.9 |
| 4104 | 2026-03-18T01:33:44.466Z | Compiling lalrpop v0.19.12 |
| 4105 | 2026-03-18T01:33:45.319Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4106 | 2026-03-18T01:33:45.561Z | Checking derive_builder v0.20.2 |
| 4107 | 2026-03-18T01:33:45.615Z | Compiling oso-derive v0.27.3 |
| 4108 | 2026-03-18T01:33:45.706Z | Checking quick-xml v0.37.5 |
| 4109 | 2026-03-18T01:33:45.774Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4110 | 2026-03-18T01:33:46.252Z | Checking openssl-probe v0.1.6 |
| 4111 | 2026-03-18T01:33:46.428Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4112 | 2026-03-18T01:33:46.931Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4113 | 2026-03-18T01:33:47.174Z | Checking bb8 v0.8.6 |
| 4114 | 2026-03-18T01:33:47.445Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4115 | 2026-03-18T01:33:47.538Z | Checking nonempty v0.12.0 |
| 4116 | 2026-03-18T01:33:47.714Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4117 | 2026-03-18T01:33:47.752Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4118 | 2026-03-18T01:33:47.926Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4119 | 2026-03-18T01:33:47.985Z | Checking support-bundle-viewer v0.1.2 |
| 4120 | 2026-03-18T01:33:48.035Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4121 | 2026-03-18T01:33:48.289Z | Checking multimap v0.10.1 |
| 4122 | 2026-03-18T01:33:49.400Z | Checking diesel v2.3.7 |
| 4123 | 2026-03-18T01:33:50.838Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4124 | 2026-03-18T01:33:52.313Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4125 | 2026-03-18T01:33:52.813Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4126 | 2026-03-18T01:33:52.960Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4127 | 2026-03-18T01:33:54.321Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4128 | 2026-03-18T01:33:54.602Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4129 | 2026-03-18T01:33:54.868Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4130 | 2026-03-18T01:33:55.534Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4131 | 2026-03-18T01:33:58.222Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4132 | 2026-03-18T01:34:04.371Z | Compiling samael v0.0.19 |
| 4133 | 2026-03-18T01:34:09.403Z | Checking async-bb8-diesel v0.2.1 |
| 4134 | 2026-03-18T01:34:09.853Z | Checking diesel-dtrace v0.5.0 |
| 4135 | 2026-03-18T01:34:11.088Z | Compiling polar-core v0.27.3 |
| 4136 | 2026-03-18T01:34:16.959Z | Checking oso v0.27.3 |
| 4137 | 2026-03-18T01:35:12.357Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4138 | 2026-03-18T01:35:59.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4139 | 2026-03-18T01:35:59.267Z | |
| 4140 | 2026-03-18T01:35:59.269Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257) |
| 4141 | 2026-03-18T01:36:00.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4142 | 2026-03-18T01:36:00.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4143 | 2026-03-18T01:36:00.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4144 | 2026-03-18T01:36:00.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4145 | 2026-03-18T01:36:00.144Z | |
| 4146 | 2026-03-18T01:36:00.144Z | info: running `cargo check --bins` on nexus-saga-recovery (225/257) |
| 4147 | 2026-03-18T01:36:00.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4148 | 2026-03-18T01:36:00.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4149 | 2026-03-18T01:36:00.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4150 | 2026-03-18T01:36:00.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4151 | 2026-03-18T01:36:01.009Z | |
| 4152 | 2026-03-18T01:36:01.009Z | info: running `cargo check --bins` on nexus-test-utils-macros (226/257) |
| 4153 | 2026-03-18T01:36:01.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4154 | 2026-03-18T01:36:01.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4155 | 2026-03-18T01:36:01.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4156 | 2026-03-18T01:36:01.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4157 | 2026-03-18T01:36:01.787Z | |
| 4158 | 2026-03-18T01:36:01.787Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (227/257) |
| 4159 | 2026-03-18T01:36:02.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4160 | 2026-03-18T01:36:02.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4161 | 2026-03-18T01:36:02.970Z | Compiling libz-sys v1.1.24 |
| 4162 | 2026-03-18T01:36:03.125Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4163 | 2026-03-18T01:36:03.142Z | Compiling vergen-git2 v1.0.7 |
| 4164 | 2026-03-18T01:36:03.158Z | Compiling rustls v0.21.12 |
| 4165 | 2026-03-18T01:36:03.176Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4166 | 2026-03-18T01:36:03.194Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4167 | 2026-03-18T01:36:03.197Z | Checking sct v0.7.1 |
| 4168 | 2026-03-18T01:36:03.197Z | Checking rustls-webpki v0.101.7 |
| 4169 | 2026-03-18T01:36:03.357Z | Compiling nix v0.29.0 |
| 4170 | 2026-03-18T01:36:03.423Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4171 | 2026-03-18T01:36:03.426Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4172 | 2026-03-18T01:36:03.494Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4173 | 2026-03-18T01:36:03.639Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4174 | 2026-03-18T01:36:03.804Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4175 | 2026-03-18T01:36:03.824Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4176 | 2026-03-18T01:36:03.919Z | Checking rustls-pemfile v1.0.4 |
| 4177 | 2026-03-18T01:36:04.084Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4178 | 2026-03-18T01:36:04.181Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4179 | 2026-03-18T01:36:04.419Z | Checking twox-hash v2.1.2 |
| 4180 | 2026-03-18T01:36:04.439Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4181 | 2026-03-18T01:36:04.561Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4182 | 2026-03-18T01:36:05.334Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4183 | 2026-03-18T01:36:05.444Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4184 | 2026-03-18T01:36:05.498Z | Checking tokio-rustls v0.24.1 |
| 4185 | 2026-03-18T01:36:05.597Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4186 | 2026-03-18T01:36:05.758Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4187 | 2026-03-18T01:36:05.936Z | Checking fatfs v0.3.6 |
| 4188 | 2026-03-18T01:36:06.169Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4189 | 2026-03-18T01:36:06.411Z | Compiling seq-macro v0.3.6 |
| 4190 | 2026-03-18T01:36:11.333Z | Compiling git2 v0.20.4 |
| 4191 | 2026-03-18T01:36:12.338Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4192 | 2026-03-18T01:36:12.495Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4193 | 2026-03-18T01:36:14.611Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4194 | 2026-03-18T01:37:24.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 4195 | 2026-03-18T01:37:24.986Z | |
| 4196 | 2026-03-18T01:37:24.986Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257) |
| 4197 | 2026-03-18T01:37:25.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-03-18T01:37:25.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-03-18T01:37:26.173Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4200 | 2026-03-18T01:38:26.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 4201 | 2026-03-18T01:38:26.290Z | |
| 4202 | 2026-03-18T01:38:26.290Z | info: running `cargo check --bins` on nexus-background-task-interface (229/257) |
| 4203 | 2026-03-18T01:38:26.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-03-18T01:38:26.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-03-18T01:38:26.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-03-18T01:38:26.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 4207 | 2026-03-18T01:38:27.055Z | |
| 4208 | 2026-03-18T01:38:27.055Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (230/257) |
| 4209 | 2026-03-18T01:38:27.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-03-18T01:38:27.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-03-18T01:38:27.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4212 | 2026-03-18T01:38:27.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4213 | 2026-03-18T01:38:27.911Z | |
| 4214 | 2026-03-18T01:38:27.911Z | info: running `cargo check --bins` on nexus-mgs-updates (231/257) |
| 4215 | 2026-03-18T01:38:28.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-03-18T01:38:28.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-03-18T01:38:28.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4218 | 2026-03-18T01:38:28.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 4219 | 2026-03-18T01:38:28.765Z | |
| 4220 | 2026-03-18T01:38:28.765Z | info: running `cargo check --bins` on nexus-networking (232/257) |
| 4221 | 2026-03-18T01:38:29.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-03-18T01:38:29.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-03-18T01:38:29.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4224 | 2026-03-18T01:38:29.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4225 | 2026-03-18T01:38:29.625Z | |
| 4226 | 2026-03-18T01:38:29.625Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (233/257) |
| 4227 | 2026-03-18T01:38:30.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4228 | 2026-03-18T01:38:30.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4229 | 2026-03-18T01:38:30.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4230 | 2026-03-18T01:38:30.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4231 | 2026-03-18T01:38:30.477Z | |
| 4232 | 2026-03-18T01:38:30.477Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257) |
| 4233 | 2026-03-18T01:38:31.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4234 | 2026-03-18T01:38:31.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4235 | 2026-03-18T01:38:31.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4236 | 2026-03-18T01:38:31.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4237 | 2026-03-18T01:38:31.333Z | |
| 4238 | 2026-03-18T01:38:31.333Z | info: running `cargo check --bins` on omicron-dev (235/257) |
| 4239 | 2026-03-18T01:38:32.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-03-18T01:38:32.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-03-18T01:38:32.565Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4242 | 2026-03-18T01:38:32.569Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4243 | 2026-03-18T01:38:32.755Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4244 | 2026-03-18T01:38:32.777Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4245 | 2026-03-18T01:38:32.780Z | Checking yansi v1.0.1 |
| 4246 | 2026-03-18T01:38:32.780Z | Checking diff v0.1.13 |
| 4247 | 2026-03-18T01:38:32.854Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4248 | 2026-03-18T01:38:32.858Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4249 | 2026-03-18T01:38:32.975Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4250 | 2026-03-18T01:38:33.146Z | Checking pretty_assertions v1.4.1 |
| 4251 | 2026-03-18T01:38:34.018Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4252 | 2026-03-18T01:39:07.213Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4253 | 2026-03-18T01:39:07.216Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4254 | 2026-03-18T01:39:07.216Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4255 | 2026-03-18T01:39:07.216Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4256 | 2026-03-18T01:39:07.217Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4257 | 2026-03-18T01:39:07.217Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4258 | 2026-03-18T01:39:08.116Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4259 | 2026-03-18T01:39:09.545Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4260 | 2026-03-18T01:40:09.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4261 | 2026-03-18T01:40:09.790Z | |
| 4262 | 2026-03-18T01:40:09.791Z | info: running `cargo check --bins` on omicron-pins (236/257) |
| 4263 | 2026-03-18T01:40:10.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-03-18T01:40:10.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-03-18T01:40:10.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-03-18T01:40:10.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4267 | 2026-03-18T01:40:10.569Z | |
| 4268 | 2026-03-18T01:40:10.569Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257) |
| 4269 | 2026-03-18T01:40:11.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-03-18T01:40:11.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-03-18T01:40:11.625Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4272 | 2026-03-18T01:40:11.770Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4273 | 2026-03-18T01:40:11.774Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4274 | 2026-03-18T01:40:48.828Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4275 | 2026-03-18T01:40:49.325Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4276 | 2026-03-18T01:40:51.701Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4277 | 2026-03-18T01:40:52.285Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4278 | 2026-03-18T01:40:56.423Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4279 | 2026-03-18T01:41:28.791Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4280 | 2026-03-18T01:41:29.616Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4281 | 2026-03-18T01:41:31.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 4282 | 2026-03-18T01:41:32.029Z | |
| 4283 | 2026-03-18T01:41:32.030Z | info: running `cargo check --bins` on reconfigurator-sp-updater (238/257) |
| 4284 | 2026-03-18T01:41:32.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-03-18T01:41:32.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-03-18T01:41:32.996Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4287 | 2026-03-18T01:41:33.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4288 | 2026-03-18T01:41:34.117Z | |
| 4289 | 2026-03-18T01:41:34.117Z | info: running `cargo check --bins` on omicron-releng (239/257) |
| 4290 | 2026-03-18T01:41:34.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4291 | 2026-03-18T01:41:34.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4292 | 2026-03-18T01:41:35.004Z | Compiling blake3 v1.8.3 |
| 4293 | 2026-03-18T01:41:35.133Z | Checking arrayref v0.3.9 |
| 4294 | 2026-03-18T01:41:35.133Z | Checking constant_time_eq v0.4.2 |
| 4295 | 2026-03-18T01:41:35.136Z | Checking arrayvec v0.7.6 |
| 4296 | 2026-03-18T01:41:35.174Z | Checking topological-sort v0.2.2 |
| 4297 | 2026-03-18T01:41:35.178Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4298 | 2026-03-18T01:41:35.178Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4299 | 2026-03-18T01:41:35.178Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4300 | 2026-03-18T01:41:35.256Z | Checking shell-words v1.1.1 |
| 4301 | 2026-03-18T01:41:36.192Z | Checking omicron-zone-package v0.12.2 |
| 4302 | 2026-03-18T01:41:37.187Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4303 | 2026-03-18T01:41:38.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4304 | 2026-03-18T01:41:38.519Z | |
| 4305 | 2026-03-18T01:41:38.519Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (240/257) |
| 4306 | 2026-03-18T01:41:39.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-03-18T01:41:39.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-03-18T01:41:39.396Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4309 | 2026-03-18T01:41:39.790Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4310 | 2026-03-18T01:41:40.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4311 | 2026-03-18T01:41:40.526Z | |
| 4312 | 2026-03-18T01:41:40.526Z | info: running `cargo check --bins` on xtask (241/257) |
| 4313 | 2026-03-18T01:41:41.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-03-18T01:41:41.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-03-18T01:41:41.136Z | Checking libc v0.2.180 |
| 4316 | 2026-03-18T01:41:41.224Z | Checking serde v1.0.228 |
| 4317 | 2026-03-18T01:41:41.232Z | Checking zerofrom v0.1.6 |
| 4318 | 2026-03-18T01:41:41.242Z | Checking bitflags v2.11.0 |
| 4319 | 2026-03-18T01:41:41.255Z | Checking smallvec v1.15.1 |
| 4320 | 2026-03-18T01:41:41.259Z | Checking hashbrown v0.16.1 |
| 4321 | 2026-03-18T01:41:41.279Z | Checking serde_json v1.0.149 |
| 4322 | 2026-03-18T01:41:41.292Z | Checking num-traits v0.2.19 |
| 4323 | 2026-03-18T01:41:41.365Z | Checking yoke v0.8.1 |
| 4324 | 2026-03-18T01:41:41.435Z | Checking scroll v0.12.0 |
| 4325 | 2026-03-18T01:41:41.488Z | Checking thiserror v1.0.69 |
| 4326 | 2026-03-18T01:41:41.596Z | Checking zerovec v0.11.5 |
| 4327 | 2026-03-18T01:41:41.607Z | Checking zerotrie v0.2.3 |
| 4328 | 2026-03-18T01:41:41.645Z | Checking errno v0.3.14 |
| 4329 | 2026-03-18T01:41:41.741Z | Checking percent-encoding v2.3.2 |
| 4330 | 2026-03-18T01:41:41.785Z | Checking toml_datetime v0.6.11 |
| 4331 | 2026-03-18T01:41:41.800Z | Checking rustix v1.1.3 |
| 4332 | 2026-03-18T01:41:41.896Z | Checking indexmap v2.13.0 |
| 4333 | 2026-03-18T01:41:41.924Z | Checking serde_spanned v0.6.9 |
| 4334 | 2026-03-18T01:41:41.943Z | Checking log v0.4.29 |
| 4335 | 2026-03-18T01:41:42.017Z | Checking form_urlencoded v1.2.2 |
| 4336 | 2026-03-18T01:41:42.082Z | Checking zerocopy v0.7.35 |
| 4337 | 2026-03-18T01:41:42.096Z | Checking ordered-float v2.10.1 |
| 4338 | 2026-03-18T01:41:42.144Z | Checking goblin v0.8.2 |
| 4339 | 2026-03-18T01:41:42.157Z | Checking getrandom v0.4.1 |
| 4340 | 2026-03-18T01:41:42.178Z | Checking thiserror v2.0.18 |
| 4341 | 2026-03-18T01:41:42.199Z | Checking tinystr v0.8.2 |
| 4342 | 2026-03-18T01:41:42.304Z | Checking potential_utf v0.1.4 |
| 4343 | 2026-03-18T01:41:42.324Z | Checking syn v2.0.117 |
| 4344 | 2026-03-18T01:41:42.416Z | Checking serde-value v0.7.0 |
| 4345 | 2026-03-18T01:41:42.433Z | Checking icu_locale_core v2.1.1 |
| 4346 | 2026-03-18T01:41:42.469Z | Checking icu_collections v2.1.1 |
| 4347 | 2026-03-18T01:41:42.667Z | Checking toml_edit v0.22.27 |
| 4348 | 2026-03-18T01:41:42.698Z | Checking dtrace-parser v0.2.0 |
| 4349 | 2026-03-18T01:41:42.801Z | Checking thread-id v4.2.2 |
| 4350 | 2026-03-18T01:41:42.884Z | Checking once_cell v1.21.3 |
| 4351 | 2026-03-18T01:41:42.899Z | Checking cargo-platform v0.2.0 |
| 4352 | 2026-03-18T01:41:42.972Z | Checking terminal_size v0.4.3 |
| 4353 | 2026-03-18T01:41:42.999Z | Checking memmap v0.7.0 |
| 4354 | 2026-03-18T01:41:43.105Z | Checking tempfile v3.25.0 |
| 4355 | 2026-03-18T01:41:43.131Z | Checking clap_builder v4.5.60 |
| 4356 | 2026-03-18T01:41:43.131Z | Checking textwrap v0.16.2 |
| 4357 | 2026-03-18T01:41:43.165Z | Checking fs-err v3.3.0 |
| 4358 | 2026-03-18T01:41:43.221Z | Checking icu_provider v2.1.1 |
| 4359 | 2026-03-18T01:41:43.368Z | Checking camino-tempfile v1.4.1 |
| 4360 | 2026-03-18T01:41:43.404Z | Checking tabled v0.15.0 |
| 4361 | 2026-03-18T01:41:43.423Z | Checking anyhow v1.0.102 |
| 4362 | 2026-03-18T01:41:43.546Z | Checking icu_normalizer v2.1.1 |
| 4363 | 2026-03-18T01:41:43.577Z | Checking icu_properties v2.1.2 |
| 4364 | 2026-03-18T01:41:43.694Z | Checking macaddr v1.0.1 |
| 4365 | 2026-03-18T01:41:43.923Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4366 | 2026-03-18T01:41:44.230Z | Checking toml v0.8.23 |
| 4367 | 2026-03-18T01:41:44.667Z | Checking cargo_toml v0.21.0 |
| 4368 | 2026-03-18T01:41:44.712Z | Checking idna_adapter v1.2.1 |
| 4369 | 2026-03-18T01:41:44.769Z | Checking clap v4.5.60 |
| 4370 | 2026-03-18T01:41:44.801Z | Checking dof v0.3.0 |
| 4371 | 2026-03-18T01:41:44.857Z | Checking idna v1.1.0 |
| 4372 | 2026-03-18T01:41:45.148Z | Checking url v2.5.8 |
| 4373 | 2026-03-18T01:41:45.156Z | Checking usdt-impl v0.5.0 |
| 4374 | 2026-03-18T01:41:45.481Z | Checking usdt v0.5.0 |
| 4375 | 2026-03-18T01:41:45.629Z | Checking cargo-util-schemas v0.8.2 |
| 4376 | 2026-03-18T01:41:46.701Z | Checking cargo_metadata v0.21.0 |
| 4377 | 2026-03-18T01:41:47.499Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4378 | 2026-03-18T01:41:48.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s |
| 4379 | 2026-03-18T01:41:48.207Z | |
| 4380 | 2026-03-18T01:41:48.207Z | info: running `cargo check --bins` on end-to-end-tests (242/257) |
| 4381 | 2026-03-18T01:41:48.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-03-18T01:41:48.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-03-18T01:41:49.314Z | Checking polyval v0.6.2 |
| 4384 | 2026-03-18T01:41:49.462Z | Checking ctr v0.9.2 |
| 4385 | 2026-03-18T01:41:49.482Z | Checking ssh-encoding v0.2.0 |
| 4386 | 2026-03-18T01:41:49.485Z | Checking blowfish v0.9.1 |
| 4387 | 2026-03-18T01:41:49.520Z | Checking password-hash v0.4.2 |
| 4388 | 2026-03-18T01:41:49.546Z | Checking p521 v0.13.3 |
| 4389 | 2026-03-18T01:41:49.552Z | Checking p256 v0.13.2 |
| 4390 | 2026-03-18T01:41:49.578Z | Checking russh-cryptovec v0.7.3 |
| 4391 | 2026-03-18T01:41:49.643Z | Checking ghash v0.5.1 |
| 4392 | 2026-03-18T01:41:49.665Z | Checking md5 v0.7.0 |
| 4393 | 2026-03-18T01:41:49.682Z | Checking bcrypt-pbkdf v0.10.0 |
| 4394 | 2026-03-18T01:41:49.718Z | Checking num-bigint v0.4.6 |
| 4395 | 2026-03-18T01:41:49.741Z | Checking des v0.8.1 |
| 4396 | 2026-03-18T01:41:49.789Z | Checking aes-gcm v0.10.3 |
| 4397 | 2026-03-18T01:41:49.809Z | Checking pbkdf2 v0.11.0 |
| 4398 | 2026-03-18T01:41:49.877Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4399 | 2026-03-18T01:41:49.881Z | Checking hex-literal v0.4.1 |
| 4400 | 2026-03-18T01:41:49.916Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4401 | 2026-03-18T01:41:49.935Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4402 | 2026-03-18T01:41:49.978Z | Checking ssh-cipher v0.2.0 |
| 4403 | 2026-03-18T01:41:50.015Z | Checking socket2 v0.5.10 |
| 4404 | 2026-03-18T01:41:50.033Z | Checking internet-checksum v0.2.1 |
| 4405 | 2026-03-18T01:41:50.187Z | Checking ssh-key v0.6.7 |
| 4406 | 2026-03-18T01:41:50.391Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4407 | 2026-03-18T01:41:51.078Z | Checking russh-keys v0.45.0 |
| 4408 | 2026-03-18T01:41:51.831Z | Checking russh v0.45.0 |
| 4409 | 2026-03-18T01:42:13.462Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4410 | 2026-03-18T01:42:15.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.81s |
| 4411 | 2026-03-18T01:42:15.270Z | |
| 4412 | 2026-03-18T01:42:15.270Z | info: running `cargo check --bins` on gateway-cli (243/257) |
| 4413 | 2026-03-18T01:42:15.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-03-18T01:42:15.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-03-18T01:42:16.138Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4416 | 2026-03-18T01:42:16.266Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4417 | 2026-03-18T01:42:16.279Z | Checking termios v0.3.3 |
| 4418 | 2026-03-18T01:42:17.989Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4419 | 2026-03-18T01:42:18.173Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4420 | 2026-03-18T01:42:20.829Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4421 | 2026-03-18T01:42:21.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s |
| 4422 | 2026-03-18T01:42:21.813Z | |
| 4423 | 2026-03-18T01:42:21.813Z | info: running `cargo check --bins --no-default-features` on installinator (244/257) |
| 4424 | 2026-03-18T01:42:22.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-03-18T01:42:22.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-03-18T01:42:22.802Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4427 | 2026-03-18T01:42:22.937Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4428 | 2026-03-18T01:42:22.956Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4429 | 2026-03-18T01:42:22.960Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4430 | 2026-03-18T01:42:22.992Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4431 | 2026-03-18T01:42:23.238Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4432 | 2026-03-18T01:42:23.242Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4433 | 2026-03-18T01:42:24.187Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4434 | 2026-03-18T01:42:24.482Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4435 | 2026-03-18T01:42:24.486Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4436 | 2026-03-18T01:42:25.325Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4437 | 2026-03-18T01:42:27.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
| 4438 | 2026-03-18T01:42:27.683Z | |
| 4439 | 2026-03-18T01:42:27.683Z | info: running `cargo check --bins` on internal-dns-cli (245/257) |
| 4440 | 2026-03-18T01:42:28.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-03-18T01:42:28.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-03-18T01:42:28.541Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4443 | 2026-03-18T01:42:29.106Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4444 | 2026-03-18T01:42:29.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4445 | 2026-03-18T01:42:29.743Z | |
| 4446 | 2026-03-18T01:42:29.743Z | info: running `cargo check --bins` on omicron-live-tests (246/257) |
| 4447 | 2026-03-18T01:42:30.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-03-18T01:42:30.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-03-18T01:42:30.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4450 | 2026-03-18T01:42:30.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4451 | 2026-03-18T01:42:30.519Z | |
| 4452 | 2026-03-18T01:42:30.519Z | info: running `cargo check --bins` on live-tests-macros (247/257) |
| 4453 | 2026-03-18T01:42:31.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-03-18T01:42:31.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-03-18T01:42:31.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4456 | 2026-03-18T01:42:31.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4457 | 2026-03-18T01:42:31.293Z | |
| 4458 | 2026-03-18T01:42:31.293Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257) |
| 4459 | 2026-03-18T01:42:32.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-03-18T01:42:32.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-03-18T01:42:32.319Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4462 | 2026-03-18T01:42:33.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4463 | 2026-03-18T01:42:33.298Z | |
| 4464 | 2026-03-18T01:42:33.298Z | info: running `cargo check --bins` on omicron-ntp-admin (249/257) |
| 4465 | 2026-03-18T01:42:33.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-03-18T01:42:33.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-03-18T01:42:34.179Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4468 | 2026-03-18T01:42:34.182Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4469 | 2026-03-18T01:42:34.484Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4470 | 2026-03-18T01:42:34.487Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4471 | 2026-03-18T01:42:35.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4472 | 2026-03-18T01:42:35.718Z | |
| 4473 | 2026-03-18T01:42:35.718Z | info: running `cargo check --bins` on ntp-admin-types (250/257) |
| 4474 | 2026-03-18T01:42:36.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-03-18T01:42:36.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-03-18T01:42:36.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-03-18T01:42:36.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4478 | 2026-03-18T01:42:36.493Z | |
| 4479 | 2026-03-18T01:42:36.493Z | info: running `cargo check --bins` on omicron-package (251/257) |
| 4480 | 2026-03-18T01:42:37.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-03-18T01:42:37.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-03-18T01:42:37.393Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4483 | 2026-03-18T01:42:38.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
| 4484 | 2026-03-18T01:42:39.015Z | |
| 4485 | 2026-03-18T01:42:39.016Z | info: running `cargo check --bins` on tqdb (252/257) |
| 4486 | 2026-03-18T01:42:39.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-03-18T01:42:39.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-03-18T01:42:40.071Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4489 | 2026-03-18T01:42:40.520Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4490 | 2026-03-18T01:42:41.232Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4491 | 2026-03-18T01:42:41.232Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4492 | 2026-03-18T01:42:47.856Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4493 | 2026-03-18T01:42:48.777Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4494 | 2026-03-18T01:42:48.780Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4495 | 2026-03-18T01:42:48.780Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4496 | 2026-03-18T01:42:48.780Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4497 | 2026-03-18T01:42:49.773Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4498 | 2026-03-18T01:42:59.371Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4499 | 2026-03-18T01:43:07.601Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4500 | 2026-03-18T01:43:07.604Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4501 | 2026-03-18T01:43:07.604Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4502 | 2026-03-18T01:43:07.604Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4503 | 2026-03-18T01:43:09.522Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4504 | 2026-03-18T01:43:11.338Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4505 | 2026-03-18T01:43:12.246Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4506 | 2026-03-18T01:43:13.986Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4507 | 2026-03-18T01:43:14.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s |
| 4508 | 2026-03-18T01:43:14.940Z | |
| 4509 | 2026-03-18T01:43:14.940Z | info: running `cargo check --bins` on wicket-dbg (253/257) |
| 4510 | 2026-03-18T01:43:15.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4511 | 2026-03-18T01:43:15.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4512 | 2026-03-18T01:43:15.900Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4513 | 2026-03-18T01:43:15.904Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4514 | 2026-03-18T01:43:16.044Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4515 | 2026-03-18T01:43:16.087Z | Checking rtoolbox v0.0.3 |
| 4516 | 2026-03-18T01:43:16.090Z | Checking tui-tree-widget v0.23.1 |
| 4517 | 2026-03-18T01:43:16.254Z | Checking rpassword v7.4.0 |
| 4518 | 2026-03-18T01:43:16.357Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4519 | 2026-03-18T01:43:17.331Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4520 | 2026-03-18T01:43:24.004Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4521 | 2026-03-18T01:43:24.942Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4522 | 2026-03-18T01:43:26.323Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4523 | 2026-03-18T01:43:30.498Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4524 | 2026-03-18T01:43:33.042Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4525 | 2026-03-18T01:43:34.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s |
| 4526 | 2026-03-18T01:43:34.432Z | |
| 4527 | 2026-03-18T01:43:34.432Z | info: running `cargo check --bins` on wicket (254/257) |
| 4528 | 2026-03-18T01:43:35.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-03-18T01:43:35.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-03-18T01:43:35.365Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4531 | 2026-03-18T01:43:35.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4532 | 2026-03-18T01:43:36.051Z | |
| 4533 | 2026-03-18T01:43:36.051Z | info: running `cargo check --bins` on wicketd (255/257) |
| 4534 | 2026-03-18T01:43:36.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-03-18T01:43:36.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-03-18T01:43:37.029Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4537 | 2026-03-18T01:43:37.043Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4538 | 2026-03-18T01:43:37.162Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4539 | 2026-03-18T01:43:37.170Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4540 | 2026-03-18T01:43:38.615Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4541 | 2026-03-18T01:43:39.392Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4542 | 2026-03-18T01:43:45.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s |
| 4543 | 2026-03-18T01:43:45.494Z | |
| 4544 | 2026-03-18T01:43:45.494Z | info: running `cargo check --bins` on omicron-workspace-hack (256/257) |
| 4545 | 2026-03-18T01:43:45.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-03-18T01:43:45.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-03-18T01:43:45.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4548 | 2026-03-18T01:43:45.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 4549 | 2026-03-18T01:43:45.494Z | |
| 4550 | 2026-03-18T01:43:45.494Z | info: running `cargo check --bins` on zone-setup (257/257) |
| 4551 | 2026-03-18T01:43:45.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-03-18T01:43:45.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-03-18T01:43:45.494Z | Checking uzers v0.12.2 |
| 4554 | 2026-03-18T01:43:45.737Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4555 | 2026-03-18T01:43:46.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4556 | 2026-03-18T01:43:46.957Z | |
| 4557 | 2026-03-18T01:43:46.960Z | real 19:09.614011846 |
| 4558 | 2026-03-18T01:43:46.960Z | user 28:39.044632336 |
| 4559 | 2026-03-18T01:43:46.960Z | sys 5:12.936810093 |
| 4560 | 2026-03-18T01:43:46.960Z | trap 0.471937522 |
| 4561 | 2026-03-18T01:43:46.960Z | tflt 0.320342157 |
| 4562 | 2026-03-18T01:43:46.960Z | dflt 0.603839195 |
| 4563 | 2026-03-18T01:43:46.960Z | kflt 0.001055200 |
| 4564 | 2026-03-18T01:43:46.960Z | lock 1:48:15.530018482 |
| 4565 | 2026-03-18T01:43:46.960Z | slp 2:14:25.180519418 |
| 4566 | 2026-03-18T01:43:46.960Z | lat 1:24.074980523 |
| 4567 | 2026-03-18T01:43:46.960Z | stop 5:21.359395262 |
| 4568 | 2026-03-18T01:43:46.960Z | process exited: duration 1385868 ms, exit code 0 |
| |
| 4569 | 2026-03-18T01:43:46.966Z | found 0 output files |