|
|
|
| 1 | 2025-06-30T13:49:14.490Z | job assigned to worker 01JZ0HHZXMVFJCKXK7ZG73XXRB [factory gimlet-EVT22200007-propolis, EVT22200007/32720] (queued for 24 s) |
| |
| 2 | 2025-06-30T13:49:22.703Z | starting task 0: "setup" |
| 3 | 2025-06-30T13:49:22.728Z | ++ uname -s |
| 4 | 2025-06-30T13:49:22.728Z | + kern=SunOS |
| 5 | 2025-06-30T13:49:22.728Z | + build_user=build |
| 6 | 2025-06-30T13:49:22.728Z | + build_uid=12345 |
| 7 | 2025-06-30T13:49:22.728Z | + work_dir=/work |
| 8 | 2025-06-30T13:49:22.728Z | + input_dir=/input |
| 9 | 2025-06-30T13:49:22.728Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-30T13:49:22.728Z | + case "$kern" in |
| 11 | 2025-06-30T13:49:22.728Z | + groupadd -g 12345 build |
| 12 | 2025-06-30T13:49:22.728Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-30T13:49:24.727Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-30T13:49:24.763Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-30T13:49:24.788Z | + home_fs=zfs |
| 16 | 2025-06-30T13:49:24.788Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-30T13:49:24.788Z | + mkdir -p /home/build |
| 18 | 2025-06-30T13:49:24.788Z | + chown build:build /home/build /work |
| 19 | 2025-06-30T13:49:26.770Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-30T13:49:26.796Z | process exited: duration 4074 ms, exit code 0 |
| |
| 21 | 2025-06-30T13:49:26.846Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-30T13:49:26.871Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-30T13:49:26.871Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-06-30T13:49:26.871Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-06-30T13:49:26.871Z | * rust toolchain channel = "1.87.0" |
| 26 | 2025-06-30T13:49:26.871Z | * rust toolchain profile = "default" |
| 27 | 2025-06-30T13:49:26.871Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-30T13:49:26.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-30T13:49:26.871Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-30T13:49:26.983Z | info: downloading installer |
| 31 | 2025-06-30T13:49:27.936Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-30T13:49:27.936Z | warn: /opt/ooce/bin |
| 33 | 2025-06-30T13:49:27.936Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-30T13:49:27.937Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-30T13:49:27.937Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-30T13:49:27.937Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-30T13:49:27.937Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-30T13:49:27.937Z | error: cannot install while Rust is installed |
| 39 | 2025-06-30T13:49:27.937Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-30T13:49:27.962Z | info: profile set to 'default' |
| 41 | 2025-06-30T13:49:27.962Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-30T13:49:27.962Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-30T13:49:28.069Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-30T13:49:28.069Z | info: downloading component 'cargo' |
| 45 | 2025-06-30T13:49:28.315Z | info: downloading component 'clippy' |
| 46 | 2025-06-30T13:49:28.399Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-30T13:49:28.659Z | info: downloading component 'rust-std' |
| 48 | 2025-06-30T13:49:29.023Z | info: downloading component 'rustc' |
| 49 | 2025-06-30T13:49:31.288Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-30T13:49:31.347Z | info: installing component 'cargo' |
| 51 | 2025-06-30T13:49:32.533Z | info: installing component 'clippy' |
| 52 | 2025-06-30T13:49:33.003Z | info: installing component 'rust-docs' |
| 53 | 2025-06-30T13:49:36.067Z | info: installing component 'rust-std' |
| 54 | 2025-06-30T13:49:38.196Z | info: installing component 'rustc' |
| 55 | 2025-06-30T13:49:46.331Z | info: installing component 'rustfmt' |
| 56 | 2025-06-30T13:49:46.714Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-30T13:49:46.714Z | |
| 58 | 2025-06-30T13:49:46.886Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-30T13:49:46.886Z | |
| 60 | 2025-06-30T13:49:46.886Z | |
| 61 | 2025-06-30T13:49:46.886Z | Rust is installed now. Great! |
| 62 | 2025-06-30T13:49:46.886Z | |
| 63 | 2025-06-30T13:49:46.886Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-30T13:49:46.886Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-30T13:49:46.886Z | |
| 66 | 2025-06-30T13:49:46.886Z | To configure your current shell, you need to source |
| 67 | 2025-06-30T13:49:46.886Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-30T13:49:46.887Z | |
| 69 | 2025-06-30T13:49:46.887Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-30T13:49:46.887Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-30T13:49:46.887Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-30T13:49:46.887Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-30T13:49:47.002Z | + rustup --version |
| 74 | 2025-06-30T13:49:47.028Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-30T13:49:47.028Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-30T13:49:47.137Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-30T13:49:47.162Z | + cargo --version |
| 78 | 2025-06-30T13:49:47.244Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-30T13:49:47.274Z | + rustc --version |
| 80 | 2025-06-30T13:49:47.357Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-30T13:49:47.383Z | process exited: duration 20516 ms, exit code 0 |
| |
| 82 | 2025-06-30T13:49:47.433Z | starting task 2: "authentication" |
| 83 | 2025-06-30T13:49:47.491Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2025-06-30T13:49:47.540Z | starting task 3: "clone repository" |
| 85 | 2025-06-30T13:49:47.565Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-30T13:49:47.565Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-30T13:49:47.590Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-30T13:49:56.083Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-30T13:49:56.083Z | + git fetch origin 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 90 | 2025-06-30T13:49:56.515Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-30T13:49:56.515Z | * branch 37244bdf4219c511b1b8caecb155a91f8941ba4d -> FETCH_HEAD |
| 92 | 2025-06-30T13:49:56.540Z | + [[ -n dap/pending-mgs-serialize-bug ]] |
| 93 | 2025-06-30T13:49:56.540Z | ++ git branch --show-current |
| 94 | 2025-06-30T13:49:56.540Z | + current=main |
| 95 | 2025-06-30T13:49:56.540Z | + [[ main != dap/pending-mgs-serialize-bug ]] |
| 96 | 2025-06-30T13:49:56.540Z | + git branch -f dap/pending-mgs-serialize-bug 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 97 | 2025-06-30T13:49:56.565Z | + git checkout -f dap/pending-mgs-serialize-bug |
| 98 | 2025-06-30T13:49:56.796Z | Switched to branch 'dap/pending-mgs-serialize-bug' |
| 99 | 2025-06-30T13:49:56.821Z | + git reset --hard 37244bdf4219c511b1b8caecb155a91f8941ba4d |
| 100 | 2025-06-30T13:49:56.846Z | HEAD is now at 37244bdf4 add expect |
| 101 | 2025-06-30T13:49:56.846Z | process exited: duration 9284 ms, exit code 0 |
| |
| 102 | 2025-06-30T13:49:56.897Z | starting task 4: "build" |
| 103 | 2025-06-30T13:49:56.922Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-30T13:49:56.922Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-30T13:49:56.922Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-30T13:49:56.922Z | + cargo --version |
| 107 | 2025-06-30T13:49:56.973Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-30T13:49:56.998Z | + rustc --version |
| 109 | 2025-06-30T13:49:57.058Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-30T13:49:57.083Z | + source ./env.sh |
| 111 | 2025-06-30T13:49:57.083Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-06-30T13:49:57.083Z | ++ set -o xtrace |
| 113 | 2025-06-30T13:49:57.083Z | ++++ dirname ./env.sh |
| 114 | 2025-06-30T13:49:57.083Z | +++ readlink -f . |
| 115 | 2025-06-30T13:49:57.083Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-06-30T13:49:57.083Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2025-06-30T13:49:57.084Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2025-06-30T13:49:57.084Z | ++ 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 |
| 119 | 2025-06-30T13:49:57.084Z | ++ 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 |
| 120 | 2025-06-30T13:49:57.084Z | ++ 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 |
| 121 | 2025-06-30T13:49:57.084Z | ++ 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 |
| 122 | 2025-06-30T13:49:57.084Z | ++ 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 |
| 123 | 2025-06-30T13:49:57.084Z | ++ 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 |
| 124 | 2025-06-30T13:49:57.084Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-06-30T13:49:57.084Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-06-30T13:49:57.084Z | + 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 |
| 127 | 2025-06-30T13:49:57.084Z | + 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 |
| 128 | 2025-06-30T13:49:57.084Z | + banner prerequisites |
| 129 | 2025-06-30T13:49:57.084Z | |
| 130 | 2025-06-30T13:49:57.084Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-06-30T13:49:57.084Z | # # # # # # # # # # # # # # # |
| 132 | 2025-06-30T13:49:57.084Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-06-30T13:49:57.084Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-06-30T13:49:57.084Z | # # # # # # # # # # # # # # # |
| 135 | 2025-06-30T13:49:57.084Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-06-30T13:49:57.084Z | |
| 137 | 2025-06-30T13:49:57.084Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-06-30T13:50:08.611Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-06-30T13:50:16.672Z | Startup: Caching catalogs ... Done |
| 140 | 2025-06-30T13:50:21.357Z | Planning: Solver setup ... Done (3.204s) |
| 141 | 2025-06-30T13:50:21.384Z | Planning: Running solver ... Done (0.027s) |
| 142 | 2025-06-30T13:50:21.451Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2025-06-30T13:50:21.533Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-06-30T13:50:21.925Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-06-30T13:50:21.987Z | Planning: Package planning ... Done (0.062s) |
| 146 | 2025-06-30T13:50:22.047Z | Planning: Merging actions ... Done (0.060s) |
| 147 | 2025-06-30T13:50:22.390Z | Planning: Checking for conflicting actions ... Done (0.340s) |
| 148 | 2025-06-30T13:50:22.415Z | Planning: Consolidating action changes ... Done (0.013s) |
| 149 | 2025-06-30T13:50:23.024Z | Planning: Evaluating mediators ... Done (0.622s) |
| 150 | 2025-06-30T13:50:23.049Z | Planning: Planning completed in 6.27 seconds |
| 151 | 2025-06-30T13:50:23.075Z | Packages to install: 4 |
| 152 | 2025-06-30T13:50:23.075Z | Mediators to change: 2 |
| 153 | 2025-06-30T13:50:23.075Z | Services to change: 1 |
| 154 | 2025-06-30T13:50:23.075Z | Estimated space available: 155.01 GB |
| 155 | 2025-06-30T13:50:23.075Z | Estimated space to be consumed: 1.69 GB |
| 156 | 2025-06-30T13:50:23.075Z | Create boot environment: No |
| 157 | 2025-06-30T13:50:23.075Z | Create backup boot environment: No |
| 158 | 2025-06-30T13:50:23.075Z | Rebuild boot archive: No |
| 159 | 2025-06-30T13:50:23.075Z | |
| 160 | 2025-06-30T13:50:23.075Z | Changed mediators: |
| 161 | 2025-06-30T13:50:23.075Z | mediator clang: |
| 162 | 2025-06-30T13:50:23.075Z | version: None -> 15 (system default) |
| 163 | 2025-06-30T13:50:23.075Z | |
| 164 | 2025-06-30T13:50:23.075Z | mediator llvm: |
| 165 | 2025-06-30T13:50:23.075Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-06-30T13:50:23.075Z | |
| 167 | 2025-06-30T13:50:23.075Z | Changed packages: |
| 168 | 2025-06-30T13:50:23.075Z | helios-dev |
| 169 | 2025-06-30T13:50:23.075Z | developer/build-essential |
| 170 | 2025-06-30T13:50:23.075Z | None -> 11-2.0 |
| 171 | 2025-06-30T13:50:23.075Z | library/libxmlsec1 |
| 172 | 2025-06-30T13:50:23.075Z | None -> 1.2.35-2.0 |
| 173 | 2025-06-30T13:50:23.075Z | ooce/developer/clang-15 |
| 174 | 2025-06-30T13:50:23.075Z | None -> 15.0.7-2.0 |
| 175 | 2025-06-30T13:50:23.075Z | ooce/developer/llvm-15 |
| 176 | 2025-06-30T13:50:23.075Z | None -> 15.0.7-2.0 |
| 177 | 2025-06-30T13:50:23.075Z | |
| 178 | 2025-06-30T13:50:23.075Z | Services: |
| 179 | 2025-06-30T13:50:23.075Z | restart_fmri: |
| 180 | 2025-06-30T13:50:23.075Z | svc:/system/update-man-index:default |
| 181 | 2025-06-30T13:50:23.116Z | |
| 182 | 2025-06-30T13:50:23.116Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-06-30T13:50:28.132Z | Download: 1198/3290 items 82.6/212.6MB 38% complete (17.7M/s) |
| 184 | 2025-06-30T13:50:33.188Z | Download: 2218/3290 items 119.2/212.6MB 56% complete (12.3M/s) |
| 185 | 2025-06-30T13:50:38.194Z | Download: 3165/3290 items 154.2/212.6MB 72% complete (7.0M/s) |
| 186 | 2025-06-30T13:50:42.664Z | Download: Completed 212.60 MB in 19.55 seconds (10.9M/s) |
| 187 | 2025-06-30T13:50:42.840Z | Actions: 1/3689 actions (Installing new actions) |
| 188 | 2025-06-30T13:50:47.855Z | Actions: 3151/3689 actions (Installing new actions) |
| 189 | 2025-06-30T13:50:48.676Z | Actions: Completed 3689 actions in 5.84 seconds. |
| 190 | 2025-06-30T13:50:49.238Z | Done (0.556s) |
| 191 | 2025-06-30T13:50:49.238Z | Done (0.000s) |
| 192 | 2025-06-30T13:50:50.229Z | Done (0.991s) |
| 193 | 2025-06-30T13:50:55.389Z | Done (4.943s) |
| 194 | 2025-06-30T13:50:55.484Z | Done (0.018s) |
| 195 | 2025-06-30T13:50:55.509Z | Done (0.000s) |
| 196 | 2025-06-30T13:50:55.626Z | Done (0.000s) |
| 197 | 2025-06-30T13:50:56.453Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-06-30T13:50:56.662Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-06-30T13:50:56.687Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-06-30T13:50:56.994Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-06-30T13:50:57.020Z | Planning: Planning completed in 0.54 seconds |
| 202 | 2025-06-30T13:50:57.045Z | Mediators to change: 2 |
| 203 | 2025-06-30T13:50:57.045Z | Create boot environment: No |
| 204 | 2025-06-30T13:50:57.045Z | Create backup boot environment: No |
| 205 | 2025-06-30T13:50:57.097Z | Done |
| 206 | 2025-06-30T13:50:57.097Z | Done |
| 207 | 2025-06-30T13:50:57.829Z | Done |
| 208 | 2025-06-30T13:51:02.231Z | Done |
| 209 | 2025-06-30T13:51:02.325Z | Done |
| 210 | 2025-06-30T13:51:02.350Z | Done |
| 211 | 2025-06-30T13:51:02.377Z | Done |
| 212 | 2025-06-30T13:51:03.110Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-06-30T13:51:03.137Z | Planning: Merging actions ... Done |
| 214 | 2025-06-30T13:51:03.354Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-06-30T13:51:03.379Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-06-30T13:51:03.682Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-06-30T13:51:03.751Z | Planning: Planning completed in 0.94 seconds |
| 218 | 2025-06-30T13:51:03.794Z | Packages to change: 1 |
| 219 | 2025-06-30T13:51:03.794Z | Mediators to change: 1 |
| 220 | 2025-06-30T13:51:03.794Z | Services to change: 1 |
| 221 | 2025-06-30T13:51:03.794Z | Create boot environment: No |
| 222 | 2025-06-30T13:51:03.819Z | Create backup boot environment: Yes |
| 223 | 2025-06-30T13:51:05.610Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-06-30T13:51:05.635Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-06-30T13:51:05.635Z | Done |
| 226 | 2025-06-30T13:51:05.635Z | Done |
| 227 | 2025-06-30T13:51:05.806Z | Done |
| 228 | 2025-06-30T13:51:10.021Z | Done |
| 229 | 2025-06-30T13:51:10.112Z | Done |
| 230 | 2025-06-30T13:51:10.137Z | Done |
| 231 | 2025-06-30T13:51:10.209Z | Done |
| 232 | 2025-06-30T13:51:10.734Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-06-30T13:51:10.734Z | clang system 15 system |
| 234 | 2025-06-30T13:51:10.734Z | csh system system illumos |
| 235 | 2025-06-30T13:51:10.734Z | ctags system system illumos |
| 236 | 2025-06-30T13:51:10.734Z | file system system illumos |
| 237 | 2025-06-30T13:51:10.734Z | gcc vendor 12 vendor |
| 238 | 2025-06-30T13:51:10.734Z | gcc system 10 system |
| 239 | 2025-06-30T13:51:10.734Z | gcc system 7 system |
| 240 | 2025-06-30T13:51:10.734Z | go system 1.20 system |
| 241 | 2025-06-30T13:51:10.734Z | go system 1.19 system |
| 242 | 2025-06-30T13:51:10.734Z | llvm system 15 system |
| 243 | 2025-06-30T13:51:10.734Z | llvm system 14 system |
| 244 | 2025-06-30T13:51:10.734Z | mariadb system 10.6 system |
| 245 | 2025-06-30T13:51:10.734Z | mta vendor vendor dma |
| 246 | 2025-06-30T13:51:10.734Z | openjdk system 17 system |
| 247 | 2025-06-30T13:51:10.734Z | openjdk system 11 system |
| 248 | 2025-06-30T13:51:10.734Z | openjdk system 1.8 system |
| 249 | 2025-06-30T13:51:10.734Z | openssl vendor 3 vendor |
| 250 | 2025-06-30T13:51:10.734Z | perl system 5.36 system |
| 251 | 2025-06-30T13:51:10.734Z | postgresql system 15 system |
| 252 | 2025-06-30T13:51:10.734Z | postgresql system 13 system |
| 253 | 2025-06-30T13:51:10.734Z | python vendor 3 vendor |
| 254 | 2025-06-30T13:51:10.734Z | python system 2 system |
| 255 | 2025-06-30T13:51:10.734Z | python3 system 3.11 system |
| 256 | 2025-06-30T13:51:10.734Z | ruby system 3.0 system |
| 257 | 2025-06-30T13:51:10.734Z | words vendor vendor american-english |
| 258 | 2025-06-30T13:51:10.734Z | words system system australian-english |
| 259 | 2025-06-30T13:51:10.734Z | words system system british-english |
| 260 | 2025-06-30T13:51:10.734Z | words system system canadian-english |
| 261 | 2025-06-30T13:51:10.734Z | words system system french |
| 262 | 2025-06-30T13:51:10.734Z | words system system italian |
| 263 | 2025-06-30T13:51:10.734Z | words system system ngerman |
| 264 | 2025-06-30T13:51:10.734Z | words system system ogerman |
| 265 | 2025-06-30T13:51:10.734Z | words system system spanish |
| 266 | 2025-06-30T13:51:11.102Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-06-30T13:51:11.102Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-06-30T13:51:16.472Z | FMRI IFO |
| 269 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-06-30T13:51:16.472Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-06-30T13:51:16.473Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-06-30T13:51:17.536Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-06-30T13:51:17.982Z | Updating crates.io index |
| 287 | 2025-06-30T13:51:18.034Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-06-30T13:51:18.489Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-06-30T13:51:19.341Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-06-30T13:51:19.675Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-06-30T13:51:20.081Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-06-30T13:51:20.608Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-06-30T13:51:21.858Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-06-30T13:51:24.049Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-06-30T13:51:25.272Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-06-30T13:51:26.100Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-06-30T13:51:26.528Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-06-30T13:51:26.933Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-06-30T13:51:27.820Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-06-30T13:51:28.239Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2025-06-30T13:51:28.876Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2025-06-30T13:51:29.555Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-06-30T13:51:30.093Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-06-30T13:51:30.493Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-06-30T13:51:30.829Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-06-30T13:51:31.205Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-06-30T13:51:31.699Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-06-30T13:51:32.230Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-06-30T13:51:32.742Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-06-30T13:51:33.302Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-06-30T13:51:33.998Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-06-30T13:51:34.526Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-06-30T13:51:34.904Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-06-30T13:51:35.442Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-06-30T13:51:36.049Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-06-30T13:51:36.461Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-06-30T13:51:36.946Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-06-30T13:51:37.331Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-06-30T13:51:46.541Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-06-30T13:51:48.105Z | Downloading crates ... |
| 321 | 2025-06-30T13:51:48.176Z | Downloaded semver v1.0.26 |
| 322 | 2025-06-30T13:51:48.215Z | Downloaded clap v4.5.40 |
| 323 | 2025-06-30T13:51:48.215Z | Downloaded ucd-trie v0.1.7 |
| 324 | 2025-06-30T13:51:48.216Z | Downloaded unicode-linebreak v0.1.5 |
| 325 | 2025-06-30T13:51:48.216Z | Downloaded toml_datetime v0.6.11 |
| 326 | 2025-06-30T13:51:48.246Z | Downloaded unicode-ident v1.0.18 |
| 327 | 2025-06-30T13:51:48.247Z | Downloaded typenum v1.17.0 |
| 328 | 2025-06-30T13:51:48.247Z | Downloaded tempfile v3.20.0 |
| 329 | 2025-06-30T13:51:48.247Z | Downloaded zerovec v0.10.4 |
| 330 | 2025-06-30T13:51:48.277Z | Downloaded url v2.5.4 |
| 331 | 2025-06-30T13:51:48.277Z | Downloaded idna v1.0.3 |
| 332 | 2025-06-30T13:51:48.277Z | Downloaded zerocopy v0.7.35 |
| 333 | 2025-06-30T13:51:48.307Z | Downloaded winnow v0.7.10 |
| 334 | 2025-06-30T13:51:48.308Z | Downloaded goblin v0.8.2 |
| 335 | 2025-06-30T13:51:48.308Z | Downloaded serde_json v1.0.140 |
| 336 | 2025-06-30T13:51:48.334Z | Downloaded tabled v0.15.0 |
| 337 | 2025-06-30T13:51:48.334Z | Downloaded icu_properties_data v1.5.0 |
| 338 | 2025-06-30T13:51:48.361Z | Downloaded pest v2.7.14 |
| 339 | 2025-06-30T13:51:48.361Z | Downloaded clap_builder v4.5.40 |
| 340 | 2025-06-30T13:51:48.361Z | Downloaded syn v1.0.109 |
| 341 | 2025-06-30T13:51:48.391Z | Downloaded unicode-width v0.1.14 |
| 342 | 2025-06-30T13:51:48.391Z | Downloaded unicode-width v0.2.0 |
| 343 | 2025-06-30T13:51:48.391Z | Downloaded syn v2.0.104 |
| 344 | 2025-06-30T13:51:48.418Z | Downloaded memchr v2.7.4 |
| 345 | 2025-06-30T13:51:48.419Z | Downloaded hashbrown v0.15.4 |
| 346 | 2025-06-30T13:51:48.419Z | Downloaded rustix v0.38.37 |
| 347 | 2025-06-30T13:51:48.445Z | Downloaded textwrap v0.16.2 |
| 348 | 2025-06-30T13:51:48.445Z | Downloaded rustix v1.0.7 |
| 349 | 2025-06-30T13:51:48.472Z | Downloaded proc-macro2 v1.0.95 |
| 350 | 2025-06-30T13:51:48.497Z | Downloaded serde v1.0.219 |
| 351 | 2025-06-30T13:51:48.497Z | Downloaded pest_derive v2.7.14 |
| 352 | 2025-06-30T13:51:48.498Z | Downloaded papergrid v0.11.0 |
| 353 | 2025-06-30T13:51:48.498Z | Downloaded indexmap v2.9.0 |
| 354 | 2025-06-30T13:51:48.498Z | Downloaded icu_collections v1.5.0 |
| 355 | 2025-06-30T13:51:48.498Z | Downloaded toml_edit v0.22.27 |
| 356 | 2025-06-30T13:51:48.523Z | Downloaded utf8_iter v1.0.4 |
| 357 | 2025-06-30T13:51:48.524Z | Downloaded utf16_iter v1.0.5 |
| 358 | 2025-06-30T13:51:48.524Z | Downloaded usdt v0.5.0 |
| 359 | 2025-06-30T13:51:48.524Z | Downloaded unicode-xid v0.2.6 |
| 360 | 2025-06-30T13:51:48.524Z | Downloaded thiserror v2.0.12 |
| 361 | 2025-06-30T13:51:48.524Z | Downloaded terminal_size v0.4.0 |
| 362 | 2025-06-30T13:51:48.524Z | Downloaded scroll v0.12.0 |
| 363 | 2025-06-30T13:51:48.524Z | Downloaded pest_meta v2.7.14 |
| 364 | 2025-06-30T13:51:48.524Z | Downloaded num-traits v0.2.19 |
| 365 | 2025-06-30T13:51:48.524Z | Downloaded zerovec-derive v0.10.3 |
| 366 | 2025-06-30T13:51:48.524Z | Downloaded yoke v0.7.4 |
| 367 | 2025-06-30T13:51:48.550Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2025-06-30T13:51:48.550Z | Downloaded libc v0.2.174 |
| 369 | 2025-06-30T13:51:48.577Z | Downloaded thiserror-impl v1.0.69 |
| 370 | 2025-06-30T13:51:48.577Z | Downloaded thiserror v1.0.69 |
| 371 | 2025-06-30T13:51:48.577Z | Downloaded synstructure v0.13.1 |
| 372 | 2025-06-30T13:51:48.578Z | Downloaded smawk v0.3.2 |
| 373 | 2025-06-30T13:51:48.578Z | Downloaded smallvec v1.15.0 |
| 374 | 2025-06-30T13:51:48.578Z | Downloaded quote v1.0.40 |
| 375 | 2025-06-30T13:51:48.578Z | Downloaded plain v0.2.3 |
| 376 | 2025-06-30T13:51:48.578Z | Downloaded once_cell v1.21.3 |
| 377 | 2025-06-30T13:51:48.578Z | Downloaded toml v0.8.23 |
| 378 | 2025-06-30T13:51:48.578Z | Downloaded usdt-macro v0.5.0 |
| 379 | 2025-06-30T13:51:48.604Z | Downloaded usdt-attr-macro v0.5.0 |
| 380 | 2025-06-30T13:51:48.605Z | Downloaded swrite v0.1.0 |
| 381 | 2025-06-30T13:51:48.605Z | Downloaded strsim v0.11.1 |
| 382 | 2025-06-30T13:51:48.605Z | Downloaded stable_deref_trait v1.2.0 |
| 383 | 2025-06-30T13:51:48.605Z | Downloaded serde_spanned v0.6.9 |
| 384 | 2025-06-30T13:51:48.605Z | Downloaded serde-untagged v0.1.7 |
| 385 | 2025-06-30T13:51:48.605Z | Downloaded scroll_derive v0.12.0 |
| 386 | 2025-06-30T13:51:48.605Z | Downloaded proc-macro-error-attr v1.0.4 |
| 387 | 2025-06-30T13:51:48.605Z | Downloaded pretty-hex v0.4.1 |
| 388 | 2025-06-30T13:51:48.605Z | Downloaded pest_generator v2.7.14 |
| 389 | 2025-06-30T13:51:48.605Z | Downloaded percent-encoding v2.3.1 |
| 390 | 2025-06-30T13:51:48.605Z | Downloaded macaddr v1.0.1 |
| 391 | 2025-06-30T13:51:48.606Z | Downloaded is_terminal_polyfill v1.70.1 |
| 392 | 2025-06-30T13:51:48.606Z | Downloaded icu_provider v1.5.0 |
| 393 | 2025-06-30T13:51:48.606Z | Downloaded generic-array v0.14.7 |
| 394 | 2025-06-30T13:51:48.606Z | Downloaded fs-err v3.1.1 |
| 395 | 2025-06-30T13:51:48.606Z | Downloaded errno v0.3.12 |
| 396 | 2025-06-30T13:51:48.606Z | Downloaded dtrace-parser v0.2.0 |
| 397 | 2025-06-30T13:51:48.606Z | Downloaded toml_write v0.1.2 |
| 398 | 2025-06-30T13:51:48.606Z | Downloaded tinystr v0.7.6 |
| 399 | 2025-06-30T13:51:48.606Z | Downloaded thiserror-impl v2.0.12 |
| 400 | 2025-06-30T13:51:48.635Z | Downloaded zerofrom-derive v0.1.4 |
| 401 | 2025-06-30T13:51:48.635Z | Downloaded zerofrom v0.1.4 |
| 402 | 2025-06-30T13:51:48.635Z | Downloaded zerocopy-derive v0.7.35 |
| 403 | 2025-06-30T13:51:48.635Z | Downloaded write16 v1.0.0 |
| 404 | 2025-06-30T13:51:48.635Z | Downloaded version_check v0.9.5 |
| 405 | 2025-06-30T13:51:48.635Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2025-06-30T13:51:48.635Z | Downloaded sha2 v0.10.9 |
| 407 | 2025-06-30T13:51:48.635Z | Downloaded serde_tokenstream v0.2.2 |
| 408 | 2025-06-30T13:51:48.635Z | Downloaded serde_derive v1.0.219 |
| 409 | 2025-06-30T13:51:48.635Z | Downloaded serde-value v0.7.0 |
| 410 | 2025-06-30T13:51:48.636Z | Downloaded ryu v1.0.18 |
| 411 | 2025-06-30T13:51:48.636Z | Downloaded proc-macro-error v1.0.4 |
| 412 | 2025-06-30T13:51:48.636Z | Downloaded ordered-float v2.10.1 |
| 413 | 2025-06-30T13:51:48.636Z | Downloaded memmap v0.7.0 |
| 414 | 2025-06-30T13:51:48.636Z | Downloaded log v0.4.27 |
| 415 | 2025-06-30T13:51:48.662Z | Downloaded litemap v0.7.3 |
| 416 | 2025-06-30T13:51:48.662Z | Downloaded icu_provider_macros v1.5.0 |
| 417 | 2025-06-30T13:51:48.662Z | Downloaded icu_properties v1.5.1 |
| 418 | 2025-06-30T13:51:48.662Z | Downloaded icu_locid_transform_data v1.5.0 |
| 419 | 2025-06-30T13:51:48.662Z | Downloaded icu_locid_transform v1.5.0 |
| 420 | 2025-06-30T13:51:48.662Z | Downloaded heck v0.5.0 |
| 421 | 2025-06-30T13:51:48.663Z | Downloaded getrandom v0.3.1 |
| 422 | 2025-06-30T13:51:48.663Z | Downloaded form_urlencoded v1.2.1 |
| 423 | 2025-06-30T13:51:48.663Z | Downloaded fnv v1.0.7 |
| 424 | 2025-06-30T13:51:48.663Z | Downloaded erased-serde v0.4.6 |
| 425 | 2025-06-30T13:51:48.663Z | Downloaded equivalent v1.0.2 |
| 426 | 2025-06-30T13:51:48.663Z | Downloaded dof v0.3.0 |
| 427 | 2025-06-30T13:51:48.663Z | Downloaded displaydoc v0.2.5 |
| 428 | 2025-06-30T13:51:48.663Z | Downloaded cpufeatures v0.2.14 |
| 429 | 2025-06-30T13:51:48.663Z | Downloaded colorchoice v1.0.2 |
| 430 | 2025-06-30T13:51:48.663Z | Downloaded clap_derive v4.5.40 |
| 431 | 2025-06-30T13:51:48.689Z | Downloaded cargo_toml v0.21.0 |
| 432 | 2025-06-30T13:51:48.689Z | Downloaded cargo-util-schemas v0.2.0 |
| 433 | 2025-06-30T13:51:48.689Z | Downloaded camino v1.1.10 |
| 434 | 2025-06-30T13:51:48.690Z | Downloaded typeid v1.0.3 |
| 435 | 2025-06-30T13:51:48.690Z | Downloaded thread-id v4.2.2 |
| 436 | 2025-06-30T13:51:48.690Z | Downloaded yoke-derive v0.7.4 |
| 437 | 2025-06-30T13:51:48.690Z | Downloaded writeable v0.5.5 |
| 438 | 2025-06-30T13:51:48.690Z | Downloaded utf8parse v0.2.2 |
| 439 | 2025-06-30T13:51:48.690Z | Downloaded itoa v1.0.11 |
| 440 | 2025-06-30T13:51:48.690Z | Downloaded idna_adapter v1.2.0 |
| 441 | 2025-06-30T13:51:48.690Z | Downloaded icu_normalizer_data v1.5.0 |
| 442 | 2025-06-30T13:51:48.690Z | Downloaded digest v0.10.7 |
| 443 | 2025-06-30T13:51:48.690Z | Downloaded crypto-common v0.1.6 |
| 444 | 2025-06-30T13:51:48.690Z | Downloaded clap_lex v0.7.4 |
| 445 | 2025-06-30T13:51:48.690Z | Downloaded cargo_metadata v0.20.0 |
| 446 | 2025-06-30T13:51:48.690Z | Downloaded cargo-platform v0.2.0 |
| 447 | 2025-06-30T13:51:48.691Z | Downloaded byteorder v1.5.0 |
| 448 | 2025-06-30T13:51:48.734Z | Downloaded anstyle v1.0.11 |
| 449 | 2025-06-30T13:51:48.734Z | Downloaded camino-tempfile v1.4.1 |
| 450 | 2025-06-30T13:51:48.734Z | Downloaded bytecount v0.6.8 |
| 451 | 2025-06-30T13:51:48.734Z | Downloaded block-buffer v0.10.4 |
| 452 | 2025-06-30T13:51:48.734Z | Downloaded bitflags v2.9.0 |
| 453 | 2025-06-30T13:51:48.734Z | Downloaded autocfg v1.4.0 |
| 454 | 2025-06-30T13:51:48.734Z | Downloaded anyhow v1.0.98 |
| 455 | 2025-06-30T13:51:48.734Z | Downloaded anstyle-query v1.1.1 |
| 456 | 2025-06-30T13:51:48.734Z | Downloaded anstyle-parse v0.2.5 |
| 457 | 2025-06-30T13:51:48.734Z | Downloaded anstream v0.6.18 |
| 458 | 2025-06-30T13:51:48.734Z | Downloaded icu_normalizer v1.5.0 |
| 459 | 2025-06-30T13:51:48.760Z | Downloaded icu_locid v1.5.0 |
| 460 | 2025-06-30T13:51:48.760Z | Downloaded heck v0.4.1 |
| 461 | 2025-06-30T13:51:48.760Z | Downloaded fastrand v2.1.1 |
| 462 | 2025-06-30T13:51:48.760Z | Downloaded cfg-if v1.0.1 |
| 463 | 2025-06-30T13:51:48.805Z | Compiling proc-macro2 v1.0.95 |
| 464 | 2025-06-30T13:51:48.805Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-06-30T13:51:48.805Z | Compiling serde v1.0.219 |
| 466 | 2025-06-30T13:51:48.830Z | Compiling version_check v0.9.5 |
| 467 | 2025-06-30T13:51:48.830Z | Compiling thiserror v1.0.69 |
| 468 | 2025-06-30T13:51:48.830Z | Compiling libc v0.2.174 |
| 469 | 2025-06-30T13:51:48.830Z | Compiling memchr v2.7.4 |
| 470 | 2025-06-30T13:51:48.830Z | Compiling stable_deref_trait v1.2.0 |
| 471 | 2025-06-30T13:51:49.057Z | Compiling ryu v1.0.18 |
| 472 | 2025-06-30T13:51:49.173Z | Compiling ucd-trie v0.1.7 |
| 473 | 2025-06-30T13:51:49.360Z | Compiling autocfg v1.4.0 |
| 474 | 2025-06-30T13:51:49.555Z | Compiling itoa v1.0.11 |
| 475 | 2025-06-30T13:51:49.611Z | Compiling writeable v0.5.5 |
| 476 | 2025-06-30T13:51:49.637Z | Compiling litemap v0.7.3 |
| 477 | 2025-06-30T13:51:49.829Z | Compiling once_cell v1.21.3 |
| 478 | 2025-06-30T13:51:50.010Z | Compiling bitflags v2.9.0 |
| 479 | 2025-06-30T13:51:50.124Z | Compiling icu_locid_transform_data v1.5.0 |
| 480 | 2025-06-30T13:51:50.207Z | Compiling byteorder v1.5.0 |
| 481 | 2025-06-30T13:51:50.257Z | Compiling serde_json v1.0.140 |
| 482 | 2025-06-30T13:51:50.351Z | Compiling icu_properties_data v1.5.0 |
| 483 | 2025-06-30T13:51:50.468Z | Compiling num-traits v0.2.19 |
| 484 | 2025-06-30T13:51:50.497Z | Compiling write16 v1.0.0 |
| 485 | 2025-06-30T13:51:50.582Z | Compiling smallvec v1.15.0 |
| 486 | 2025-06-30T13:51:50.608Z | Compiling utf8_iter v1.0.4 |
| 487 | 2025-06-30T13:51:50.651Z | Compiling quote v1.0.40 |
| 488 | 2025-06-30T13:51:50.678Z | Compiling typeid v1.0.3 |
| 489 | 2025-06-30T13:51:50.735Z | Compiling icu_normalizer_data v1.5.0 |
| 490 | 2025-06-30T13:51:50.857Z | Compiling errno v0.3.12 |
| 491 | 2025-06-30T13:51:50.885Z | Compiling hashbrown v0.15.4 |
| 492 | 2025-06-30T13:51:50.977Z | Compiling equivalent v1.0.2 |
| 493 | 2025-06-30T13:51:51.005Z | Compiling syn v2.0.104 |
| 494 | 2025-06-30T13:51:51.093Z | Compiling utf16_iter v1.0.5 |
| 495 | 2025-06-30T13:51:51.119Z | Compiling rustix v0.38.37 |
| 496 | 2025-06-30T13:51:51.254Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-06-30T13:51:51.315Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-06-30T13:51:51.342Z | Compiling toml_write v0.1.2 |
| 499 | 2025-06-30T13:51:51.487Z | Compiling winnow v0.7.10 |
| 500 | 2025-06-30T13:51:51.614Z | Compiling syn v1.0.109 |
| 501 | 2025-06-30T13:51:51.804Z | Compiling thread-id v4.2.2 |
| 502 | 2025-06-30T13:51:51.830Z | Compiling indexmap v2.9.0 |
| 503 | 2025-06-30T13:51:51.959Z | Compiling proc-macro-error v1.0.4 |
| 504 | 2025-06-30T13:51:52.136Z | Compiling plain v0.2.3 |
| 505 | 2025-06-30T13:51:52.219Z | Compiling utf8parse v0.2.2 |
| 506 | 2025-06-30T13:51:52.246Z | Compiling semver v1.0.26 |
| 507 | 2025-06-30T13:51:52.336Z | Compiling log v0.4.27 |
| 508 | 2025-06-30T13:51:52.404Z | Compiling rustix v1.0.7 |
| 509 | 2025-06-30T13:51:52.688Z | Compiling camino v1.1.10 |
| 510 | 2025-06-30T13:51:52.739Z | Compiling percent-encoding v2.3.1 |
| 511 | 2025-06-30T13:51:52.988Z | Compiling getrandom v0.3.1 |
| 512 | 2025-06-30T13:51:53.019Z | Compiling form_urlencoded v1.2.1 |
| 513 | 2025-06-30T13:51:53.088Z | Compiling terminal_size v0.4.0 |
| 514 | 2025-06-30T13:51:53.174Z | Compiling ordered-float v2.10.1 |
| 515 | 2025-06-30T13:51:53.307Z | Compiling anstyle-parse v0.2.5 |
| 516 | 2025-06-30T13:51:53.578Z | Compiling pretty-hex v0.4.1 |
| 517 | 2025-06-30T13:51:53.648Z | Compiling is_terminal_polyfill v1.70.1 |
| 518 | 2025-06-30T13:51:53.688Z | Compiling cfg-if v1.0.1 |
| 519 | 2025-06-30T13:51:53.798Z | Compiling anstyle v1.0.11 |
| 520 | 2025-06-30T13:51:53.826Z | Compiling colorchoice v1.0.2 |
| 521 | 2025-06-30T13:51:53.854Z | Compiling thiserror v2.0.12 |
| 522 | 2025-06-30T13:51:53.854Z | Compiling anstyle-query v1.1.1 |
| 523 | 2025-06-30T13:51:54.175Z | Compiling anstream v0.6.18 |
| 524 | 2025-06-30T13:51:54.395Z | Compiling fs-err v3.1.1 |
| 525 | 2025-06-30T13:51:54.504Z | Compiling fnv v1.0.7 |
| 526 | 2025-06-30T13:51:54.653Z | Compiling heck v0.5.0 |
| 527 | 2025-06-30T13:51:54.679Z | Compiling unicode-width v0.1.14 |
| 528 | 2025-06-30T13:51:54.679Z | Compiling anyhow v1.0.98 |
| 529 | 2025-06-30T13:51:54.736Z | Compiling heck v0.4.1 |
| 530 | 2025-06-30T13:51:55.128Z | Compiling strsim v0.11.1 |
| 531 | 2025-06-30T13:51:55.258Z | Compiling bytecount v0.6.8 |
| 532 | 2025-06-30T13:51:55.290Z | Compiling clap_lex v0.7.4 |
| 533 | 2025-06-30T13:51:55.471Z | Compiling fastrand v2.1.1 |
| 534 | 2025-06-30T13:51:55.511Z | Compiling unicode-xid v0.2.6 |
| 535 | 2025-06-30T13:51:55.730Z | Compiling clap_builder v4.5.40 |
| 536 | 2025-06-30T13:51:55.817Z | Compiling papergrid v0.11.0 |
| 537 | 2025-06-30T13:51:55.916Z | Compiling tempfile v3.20.0 |
| 538 | 2025-06-30T13:51:56.294Z | Compiling memmap v0.7.0 |
| 539 | 2025-06-30T13:51:56.385Z | Compiling unicode-linebreak v0.1.5 |
| 540 | 2025-06-30T13:51:56.597Z | Compiling smawk v0.3.2 |
| 541 | 2025-06-30T13:51:56.622Z | Compiling unicode-width v0.2.0 |
| 542 | 2025-06-30T13:51:56.826Z | Compiling synstructure v0.13.1 |
| 543 | 2025-06-30T13:51:57.146Z | Compiling textwrap v0.16.2 |
| 544 | 2025-06-30T13:51:57.845Z | Compiling tabled_derive v0.7.0 |
| 545 | 2025-06-30T13:51:58.074Z | Compiling swrite v0.1.0 |
| 546 | 2025-06-30T13:51:58.110Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2025-06-30T13:51:59.288Z | Compiling serde_derive v1.0.219 |
| 548 | 2025-06-30T13:51:59.288Z | Compiling zerofrom-derive v0.1.4 |
| 549 | 2025-06-30T13:51:59.288Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2025-06-30T13:51:59.373Z | Compiling yoke-derive v0.7.4 |
| 551 | 2025-06-30T13:51:59.508Z | Compiling zerovec-derive v0.10.3 |
| 552 | 2025-06-30T13:51:59.705Z | Compiling displaydoc v0.2.5 |
| 553 | 2025-06-30T13:52:00.967Z | Compiling icu_provider_macros v1.5.0 |
| 554 | 2025-06-30T13:52:01.489Z | Compiling zerocopy-derive v0.7.35 |
| 555 | 2025-06-30T13:52:01.638Z | Compiling scroll_derive v0.12.0 |
| 556 | 2025-06-30T13:52:01.873Z | Compiling thiserror-impl v2.0.12 |
| 557 | 2025-06-30T13:52:01.906Z | Compiling clap_derive v4.5.40 |
| 558 | 2025-06-30T13:52:02.017Z | Compiling pest v2.7.14 |
| 559 | 2025-06-30T13:52:02.305Z | Compiling zerofrom v0.1.4 |
| 560 | 2025-06-30T13:52:02.543Z | Compiling yoke v0.7.4 |
| 561 | 2025-06-30T13:52:02.817Z | Compiling scroll v0.12.0 |
| 562 | 2025-06-30T13:52:02.890Z | Compiling zerovec v0.10.4 |
| 563 | 2025-06-30T13:52:03.223Z | Compiling zerocopy v0.7.35 |
| 564 | 2025-06-30T13:52:03.323Z | Compiling goblin v0.8.2 |
| 565 | 2025-06-30T13:52:03.516Z | Compiling tabled v0.15.0 |
| 566 | 2025-06-30T13:52:04.476Z | Compiling pest_meta v2.7.14 |
| 567 | 2025-06-30T13:52:04.608Z | Compiling tinystr v0.7.6 |
| 568 | 2025-06-30T13:52:04.664Z | Compiling icu_collections v1.5.0 |
| 569 | 2025-06-30T13:52:04.977Z | Compiling icu_locid v1.5.0 |
| 570 | 2025-06-30T13:52:05.571Z | Compiling clap v4.5.40 |
| 571 | 2025-06-30T13:52:05.808Z | Compiling pest_generator v2.7.14 |
| 572 | 2025-06-30T13:52:06.903Z | Compiling icu_provider v1.5.0 |
| 573 | 2025-06-30T13:52:07.480Z | Compiling pest_derive v2.7.14 |
| 574 | 2025-06-30T13:52:07.650Z | Compiling icu_locid_transform v1.5.0 |
| 575 | 2025-06-30T13:52:08.166Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-06-30T13:52:08.760Z | Compiling icu_properties v1.5.1 |
| 577 | 2025-06-30T13:52:10.272Z | Compiling serde_spanned v0.6.9 |
| 578 | 2025-06-30T13:52:10.272Z | Compiling toml_datetime v0.6.11 |
| 579 | 2025-06-30T13:52:10.297Z | Compiling erased-serde v0.4.6 |
| 580 | 2025-06-30T13:52:10.297Z | Compiling serde-value v0.7.0 |
| 581 | 2025-06-30T13:52:10.577Z | Compiling serde_tokenstream v0.2.2 |
| 582 | 2025-06-30T13:52:10.952Z | Compiling toml_edit v0.22.27 |
| 583 | 2025-06-30T13:52:11.138Z | Compiling cargo-platform v0.2.0 |
| 584 | 2025-06-30T13:52:11.316Z | Compiling serde-untagged v0.1.7 |
| 585 | 2025-06-30T13:52:11.397Z | Compiling macaddr v1.0.1 |
| 586 | 2025-06-30T13:52:11.666Z | Compiling camino-tempfile v1.4.1 |
| 587 | 2025-06-30T13:52:11.926Z | Compiling dof v0.3.0 |
| 588 | 2025-06-30T13:52:12.043Z | Compiling icu_normalizer v1.5.0 |
| 589 | 2025-06-30T13:52:12.931Z | Compiling idna_adapter v1.2.0 |
| 590 | 2025-06-30T13:52:13.130Z | Compiling idna v1.0.3 |
| 591 | 2025-06-30T13:52:13.564Z | Compiling usdt-attr-macro v0.5.0 |
| 592 | 2025-06-30T13:52:13.564Z | Compiling usdt-macro v0.5.0 |
| 593 | 2025-06-30T13:52:13.683Z | Compiling url v2.5.4 |
| 594 | 2025-06-30T13:52:14.137Z | Compiling toml v0.8.23 |
| 595 | 2025-06-30T13:52:14.576Z | Compiling usdt v0.5.0 |
| 596 | 2025-06-30T13:52:14.944Z | Compiling cargo-util-schemas v0.2.0 |
| 597 | 2025-06-30T13:52:14.969Z | Compiling cargo_toml v0.21.0 |
| 598 | 2025-06-30T13:52:16.847Z | Compiling cargo_metadata v0.20.0 |
| 599 | 2025-06-30T13:52:19.057Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2025-06-30T13:52:23.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 601 | 2025-06-30T13:52:23.816Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2025-06-30T13:52:24.693Z | Downloading crates ... |
| 603 | 2025-06-30T13:52:24.850Z | Downloaded ciborium-ll v0.2.2 |
| 604 | 2025-06-30T13:52:24.875Z | Downloaded async-stream v0.3.6 |
| 605 | 2025-06-30T13:52:24.875Z | Downloaded bcs v0.1.6 |
| 606 | 2025-06-30T13:52:24.904Z | Downloaded bit-set v0.8.0 |
| 607 | 2025-06-30T13:52:24.904Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 608 | 2025-06-30T13:52:24.904Z | Downloaded atty v0.2.14 |
| 609 | 2025-06-30T13:52:24.904Z | Downloaded arrayvec v0.7.6 |
| 610 | 2025-06-30T13:52:24.904Z | Downloaded crucible-workspace-hack v0.1.0 |
| 611 | 2025-06-30T13:52:24.904Z | Downloaded argon2 v0.5.3 |
| 612 | 2025-06-30T13:52:24.904Z | Downloaded async-recursion v1.1.1 |
| 613 | 2025-06-30T13:52:24.905Z | Downloaded highway v1.3.0 |
| 614 | 2025-06-30T13:52:24.905Z | Downloaded async-bb8-diesel v0.2.1 |
| 615 | 2025-06-30T13:52:24.930Z | Downloaded hex-literal v0.4.1 |
| 616 | 2025-06-30T13:52:24.930Z | Downloaded bit-vec v0.6.3 |
| 617 | 2025-06-30T13:52:24.930Z | Downloaded atomic-waker v1.1.2 |
| 618 | 2025-06-30T13:52:24.955Z | Downloaded memoffset v0.9.1 |
| 619 | 2025-06-30T13:52:24.955Z | Downloaded crossbeam-deque v0.8.5 |
| 620 | 2025-06-30T13:52:24.955Z | Downloaded constant_time_eq v0.3.1 |
| 621 | 2025-06-30T13:52:24.955Z | Downloaded cobs v0.2.3 |
| 622 | 2025-06-30T13:52:24.955Z | Downloaded cfg_aliases v0.2.1 |
| 623 | 2025-06-30T13:52:24.955Z | Downloaded cbc v0.1.2 |
| 624 | 2025-06-30T13:52:24.980Z | Downloaded hex v0.4.3 |
| 625 | 2025-06-30T13:52:24.980Z | Downloaded progenitor-macro v0.10.0 |
| 626 | 2025-06-30T13:52:24.980Z | Downloaded http-body v1.0.1 |
| 627 | 2025-06-30T13:52:24.980Z | Downloaded const_format_proc_macros v0.2.34 |
| 628 | 2025-06-30T13:52:24.981Z | Downloaded progenitor-macro v0.8.0 |
| 629 | 2025-06-30T13:52:24.981Z | Downloaded hubpack_derive v0.1.1 |
| 630 | 2025-06-30T13:52:24.981Z | Downloaded console v0.15.10 |
| 631 | 2025-06-30T13:52:24.981Z | Downloaded ciborium v0.2.2 |
| 632 | 2025-06-30T13:52:25.009Z | Downloaded base64ct v1.6.0 |
| 633 | 2025-06-30T13:52:25.009Z | Downloaded crc32fast v1.4.2 |
| 634 | 2025-06-30T13:52:25.009Z | Downloaded salsa20 v0.10.2 |
| 635 | 2025-06-30T13:52:25.009Z | Downloaded crossbeam-epoch v0.9.18 |
| 636 | 2025-06-30T13:52:25.009Z | Downloaded shell-words v1.1.0 |
| 637 | 2025-06-30T13:52:25.009Z | Downloaded serde_bytes v0.11.17 |
| 638 | 2025-06-30T13:52:25.036Z | Downloaded sha1 v0.10.6 |
| 639 | 2025-06-30T13:52:25.037Z | Downloaded indoc v1.0.9 |
| 640 | 2025-06-30T13:52:25.037Z | Downloaded base64 v0.22.1 |
| 641 | 2025-06-30T13:52:25.037Z | Downloaded take_mut v0.2.2 |
| 642 | 2025-06-30T13:52:25.037Z | Downloaded void v1.0.2 |
| 643 | 2025-06-30T13:52:25.062Z | Downloaded tap v1.0.1 |
| 644 | 2025-06-30T13:52:25.062Z | Downloaded supports-color v3.0.2 |
| 645 | 2025-06-30T13:52:25.062Z | Downloaded support-bundle-viewer v0.1.2 |
| 646 | 2025-06-30T13:52:25.062Z | Downloaded zone_cfg_derive v0.1.2 |
| 647 | 2025-06-30T13:52:25.062Z | Downloaded xshell-macros v0.2.7 |
| 648 | 2025-06-30T13:52:25.062Z | Downloaded tabled_derive v0.10.0 |
| 649 | 2025-06-30T13:52:25.062Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 650 | 2025-06-30T13:52:25.062Z | Downloaded vsss-rs v3.3.4 |
| 651 | 2025-06-30T13:52:25.087Z | Downloaded ctr v0.9.2 |
| 652 | 2025-06-30T13:52:25.087Z | Downloaded is_ci v1.2.0 |
| 653 | 2025-06-30T13:52:25.087Z | Downloaded csv-core v0.1.11 |
| 654 | 2025-06-30T13:52:25.087Z | Downloaded funty v2.0.0 |
| 655 | 2025-06-30T13:52:25.087Z | Downloaded fallible-iterator v0.2.0 |
| 656 | 2025-06-30T13:52:25.087Z | Downloaded env_filter v0.1.2 |
| 657 | 2025-06-30T13:52:25.087Z | Downloaded iana-time-zone v0.1.63 |
| 658 | 2025-06-30T13:52:25.112Z | Downloaded futures-executor v0.3.31 |
| 659 | 2025-06-30T13:52:25.112Z | Downloaded hash32 v0.2.1 |
| 660 | 2025-06-30T13:52:25.112Z | Downloaded vte_generate_state_changes v0.1.2 |
| 661 | 2025-06-30T13:52:25.112Z | Downloaded globwalk v0.9.1 |
| 662 | 2025-06-30T13:52:25.112Z | Downloaded crossterm v0.28.1 |
| 663 | 2025-06-30T13:52:25.137Z | Downloaded number_prefix v0.4.0 |
| 664 | 2025-06-30T13:52:25.137Z | Downloaded pretty-hex v0.2.1 |
| 665 | 2025-06-30T13:52:25.137Z | Downloaded pbkdf2 v0.12.2 |
| 666 | 2025-06-30T13:52:25.137Z | Downloaded peg v0.8.5 |
| 667 | 2025-06-30T13:52:25.137Z | Downloaded num-derive v0.4.2 |
| 668 | 2025-06-30T13:52:25.137Z | Downloaded predicates-tree v1.0.12 |
| 669 | 2025-06-30T13:52:25.164Z | Downloaded strum v0.26.3 |
| 670 | 2025-06-30T13:52:25.164Z | Downloaded hickory-client v0.25.2 |
| 671 | 2025-06-30T13:52:25.164Z | Downloaded half v2.4.1 |
| 672 | 2025-06-30T13:52:25.164Z | Downloaded slog-json v2.6.1 |
| 673 | 2025-06-30T13:52:25.189Z | Downloaded smf v0.2.3 |
| 674 | 2025-06-30T13:52:25.189Z | Downloaded structmeta-derive v0.3.0 |
| 675 | 2025-06-30T13:52:25.189Z | Downloaded utf-8 v0.7.6 |
| 676 | 2025-06-30T13:52:25.189Z | Downloaded derive_builder_macro v0.20.2 |
| 677 | 2025-06-30T13:52:25.214Z | Downloaded reqwest v0.12.20 |
| 678 | 2025-06-30T13:52:25.214Z | Downloaded opaque-debug v0.3.1 |
| 679 | 2025-06-30T13:52:25.239Z | Downloaded progenitor-client v0.9.1 |
| 680 | 2025-06-30T13:52:25.239Z | Downloaded progenitor-client v0.8.0 |
| 681 | 2025-06-30T13:52:25.239Z | Downloaded rand v0.9.1 |
| 682 | 2025-06-30T13:52:25.240Z | Downloaded secrecy v0.10.3 |
| 683 | 2025-06-30T13:52:25.240Z | Downloaded progenitor-client v0.10.0 |
| 684 | 2025-06-30T13:52:25.240Z | Downloaded progenitor v0.10.0 |
| 685 | 2025-06-30T13:52:25.240Z | Downloaded time-core v0.1.2 |
| 686 | 2025-06-30T13:52:25.265Z | Downloaded tinyvec_macros v0.1.1 |
| 687 | 2025-06-30T13:52:25.265Z | Downloaded sqlparser_derive v0.2.2 |
| 688 | 2025-06-30T13:52:25.265Z | Downloaded zone_cfg_derive v0.3.0 |
| 689 | 2025-06-30T13:52:25.265Z | Downloaded pin-utils v0.1.0 |
| 690 | 2025-06-30T13:52:25.265Z | Downloaded proc-macro-error2 v2.0.1 |
| 691 | 2025-06-30T13:52:25.265Z | Downloaded darling_macro v0.20.10 |
| 692 | 2025-06-30T13:52:25.265Z | Downloaded untrusted v0.9.0 |
| 693 | 2025-06-30T13:52:25.265Z | Downloaded untrusted v0.7.1 |
| 694 | 2025-06-30T13:52:25.291Z | Downloaded foreign-types v0.3.2 |
| 695 | 2025-06-30T13:52:25.291Z | Downloaded defmt-parser v0.3.4 |
| 696 | 2025-06-30T13:52:25.291Z | Downloaded oso-derive v0.27.3 |
| 697 | 2025-06-30T13:52:25.291Z | Downloaded x509-cert v0.2.5 |
| 698 | 2025-06-30T13:52:25.291Z | Downloaded oxnet v0.1.2 |
| 699 | 2025-06-30T13:52:25.291Z | Downloaded oxide-tokio-rt v0.1.1 |
| 700 | 2025-06-30T13:52:25.316Z | Downloaded vergen v8.3.2 |
| 701 | 2025-06-30T13:52:25.316Z | Downloaded waitgroup v0.1.2 |
| 702 | 2025-06-30T13:52:25.316Z | Downloaded unicode-truncate v1.1.0 |
| 703 | 2025-06-30T13:52:25.316Z | Downloaded tabled v0.18.0 |
| 704 | 2025-06-30T13:52:25.342Z | Downloaded newtype_derive v0.1.6 |
| 705 | 2025-06-30T13:52:25.342Z | Downloaded ena v0.14.3 |
| 706 | 2025-06-30T13:52:25.342Z | Downloaded russh-cryptovec v0.7.3 |
| 707 | 2025-06-30T13:52:25.368Z | Downloaded signal-hook-tokio v0.3.1 |
| 708 | 2025-06-30T13:52:25.368Z | Downloaded p256 v0.13.2 |
| 709 | 2025-06-30T13:52:25.368Z | Downloaded zone v0.3.1 |
| 710 | 2025-06-30T13:52:25.368Z | Downloaded rayon-core v1.12.1 |
| 711 | 2025-06-30T13:52:25.368Z | Downloaded sqlformat v0.3.5 |
| 712 | 2025-06-30T13:52:25.393Z | Downloaded unicase v2.7.0 |
| 713 | 2025-06-30T13:52:25.394Z | Downloaded getrandom v0.2.15 |
| 714 | 2025-06-30T13:52:25.394Z | Downloaded dyn-clone v1.0.19 |
| 715 | 2025-06-30T13:52:25.394Z | Downloaded unarray v0.1.4 |
| 716 | 2025-06-30T13:52:25.394Z | Downloaded zone v0.1.8 |
| 717 | 2025-06-30T13:52:25.394Z | Downloaded time v0.3.36 |
| 718 | 2025-06-30T13:52:25.419Z | Downloaded rusty-fork v0.3.0 |
| 719 | 2025-06-30T13:52:25.419Z | Downloaded zeroize v1.8.1 |
| 720 | 2025-06-30T13:52:25.419Z | Downloaded which v4.4.2 |
| 721 | 2025-06-30T13:52:25.419Z | Downloaded num v0.4.3 |
| 722 | 2025-06-30T13:52:25.419Z | Downloaded flume v0.11.1 |
| 723 | 2025-06-30T13:52:25.419Z | Downloaded ppv-lite86 v0.2.20 |
| 724 | 2025-06-30T13:52:25.419Z | Downloaded hickory-server v0.25.2 |
| 725 | 2025-06-30T13:52:25.445Z | Downloaded sigpipe v0.1.3 |
| 726 | 2025-06-30T13:52:25.445Z | Downloaded normalize-line-endings v0.3.0 |
| 727 | 2025-06-30T13:52:25.445Z | Downloaded float-ord v0.3.2 |
| 728 | 2025-06-30T13:52:25.445Z | Downloaded postcard v1.0.10 |
| 729 | 2025-06-30T13:52:25.445Z | Downloaded pkcs8 v0.10.2 |
| 730 | 2025-06-30T13:52:25.445Z | Downloaded postgres-types v0.2.9 |
| 731 | 2025-06-30T13:52:25.445Z | Downloaded filetime v0.2.25 |
| 732 | 2025-06-30T13:52:25.470Z | Downloaded typify-macro v0.4.1 |
| 733 | 2025-06-30T13:52:25.470Z | Downloaded phf v0.11.2 |
| 734 | 2025-06-30T13:52:25.470Z | Downloaded typify-macro v0.3.0 |
| 735 | 2025-06-30T13:52:25.470Z | Downloaded nu-ansi-term v0.50.1 |
| 736 | 2025-06-30T13:52:25.470Z | Downloaded tokio-tungstenite v0.21.0 |
| 737 | 2025-06-30T13:52:25.470Z | Downloaded prettyplease v0.2.35 |
| 738 | 2025-06-30T13:52:25.470Z | Downloaded fixedbitset v0.4.2 |
| 739 | 2025-06-30T13:52:25.496Z | Downloaded tokio-tungstenite v0.23.1 |
| 740 | 2025-06-30T13:52:25.496Z | Downloaded toml v0.7.8 |
| 741 | 2025-06-30T13:52:25.496Z | Downloaded hyper-util v0.1.14 |
| 742 | 2025-06-30T13:52:25.496Z | Downloaded snafu v0.8.5 |
| 743 | 2025-06-30T13:52:25.522Z | Downloaded flate2 v1.1.2 |
| 744 | 2025-06-30T13:52:25.522Z | Downloaded paste v1.0.15 |
| 745 | 2025-06-30T13:52:25.522Z | Downloaded unicode-normalization v0.1.24 |
| 746 | 2025-06-30T13:52:25.522Z | Downloaded poly1305 v0.8.0 |
| 747 | 2025-06-30T13:52:25.548Z | Downloaded ff v0.13.0 |
| 748 | 2025-06-30T13:52:25.548Z | Downloaded sqlparser v0.45.0 |
| 749 | 2025-06-30T13:52:25.548Z | Downloaded tokio-util v0.7.15 |
| 750 | 2025-06-30T13:52:25.548Z | Downloaded tough v0.20.0 |
| 751 | 2025-06-30T13:52:25.573Z | Downloaded snafu-derive v0.8.5 |
| 752 | 2025-06-30T13:52:25.573Z | Downloaded tokio-stream v0.1.17 |
| 753 | 2025-06-30T13:52:25.573Z | Downloaded unicode-bidi v0.3.17 |
| 754 | 2025-06-30T13:52:25.573Z | Downloaded typify v0.2.0 |
| 755 | 2025-06-30T13:52:25.598Z | Downloaded regex v1.11.1 |
| 756 | 2025-06-30T13:52:25.598Z | Downloaded parking_lot v0.12.3 |
| 757 | 2025-06-30T13:52:25.623Z | Downloaded nix v0.28.0 |
| 758 | 2025-06-30T13:52:25.623Z | Downloaded signal-hook v0.3.18 |
| 759 | 2025-06-30T13:52:25.623Z | Downloaded serde_yaml v0.9.34+deprecated |
| 760 | 2025-06-30T13:52:25.648Z | Downloaded typify v0.4.1 |
| 761 | 2025-06-30T13:52:25.648Z | Downloaded libm v0.2.8 |
| 762 | 2025-06-30T13:52:25.648Z | Downloaded typify-impl v0.4.1 |
| 763 | 2025-06-30T13:52:25.673Z | Downloaded regress v0.10.3 |
| 764 | 2025-06-30T13:52:25.698Z | Downloaded tokio-postgres v0.7.13 |
| 765 | 2025-06-30T13:52:25.699Z | Downloaded rustyline v14.0.0 |
| 766 | 2025-06-30T13:52:25.699Z | Downloaded nom v7.1.3 |
| 767 | 2025-06-30T13:52:25.724Z | Downloaded serde_with v3.12.0 |
| 768 | 2025-06-30T13:52:25.724Z | Downloaded zerocopy-derive v0.6.6 |
| 769 | 2025-06-30T13:52:25.749Z | Downloaded ratatui v0.29.0 |
| 770 | 2025-06-30T13:52:25.774Z | Downloaded salty v0.3.0 |
| 771 | 2025-06-30T13:52:25.774Z | Downloaded quinn-proto v0.11.8 |
| 772 | 2025-06-30T13:52:25.799Z | Downloaded hickory-proto v0.24.4 |
| 773 | 2025-06-30T13:52:25.824Z | Downloaded object v0.30.4 |
| 774 | 2025-06-30T13:52:25.824Z | Downloaded zerocopy v0.8.26 |
| 775 | 2025-06-30T13:52:25.849Z | Downloaded webpki-roots v1.0.0 |
| 776 | 2025-06-30T13:52:25.874Z | Downloaded polar-core v0.27.3 |
| 777 | 2025-06-30T13:52:25.874Z | Downloaded csv v1.3.1 |
| 778 | 2025-06-30T13:52:25.899Z | Downloaded regex-syntax v0.6.29 |
| 779 | 2025-06-30T13:52:25.924Z | Downloaded tokio v1.45.1 |
| 780 | 2025-06-30T13:52:25.950Z | Downloaded nix v0.29.0 |
| 781 | 2025-06-30T13:52:25.975Z | Downloaded regex-syntax v0.8.5 |
| 782 | 2025-06-30T13:52:26.000Z | Downloaded nix v0.30.1 |
| 783 | 2025-06-30T13:52:26.000Z | Downloaded hickory-proto v0.25.2 |
| 784 | 2025-06-30T13:52:26.027Z | Downloaded openapiv3 v2.2.0 |
| 785 | 2025-06-30T13:52:26.053Z | Downloaded rustls v0.23.19 |
| 786 | 2025-06-30T13:52:26.053Z | Downloaded rustls v0.22.4 |
| 787 | 2025-06-30T13:52:26.078Z | Downloaded object v0.36.5 |
| 788 | 2025-06-30T13:52:26.078Z | Downloaded openssl v0.10.73 |
| 789 | 2025-06-30T13:52:26.102Z | Downloaded typify-impl v0.2.0 |
| 790 | 2025-06-30T13:52:26.128Z | Downloaded smoltcp v0.9.1 |
| 791 | 2025-06-30T13:52:26.128Z | Downloaded petgraph v0.8.2 |
| 792 | 2025-06-30T13:52:26.152Z | Downloaded moka v0.12.10 |
| 793 | 2025-06-30T13:52:26.177Z | Downloaded sha3 v0.10.8 |
| 794 | 2025-06-30T13:52:26.177Z | Downloaded lalrpop v0.19.12 |
| 795 | 2025-06-30T13:52:26.202Z | Downloaded regex-automata v0.4.8 |
| 796 | 2025-06-30T13:52:26.228Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 797 | 2025-06-30T13:52:26.253Z | Downloaded futures-util v0.3.31 |
| 798 | 2025-06-30T13:52:26.253Z | Downloaded petgraph v0.6.5 |
| 799 | 2025-06-30T13:52:26.278Z | Downloaded jiff v0.2.15 |
| 800 | 2025-06-30T13:52:26.303Z | Downloaded itertools v0.14.0 |
| 801 | 2025-06-30T13:52:26.328Z | Downloaded iri-string v0.7.8 |
| 802 | 2025-06-30T13:52:26.328Z | Downloaded lzma-sys v0.1.20 |
| 803 | 2025-06-30T13:52:26.353Z | Downloaded hkdf v0.12.4 |
| 804 | 2025-06-30T13:52:26.379Z | Downloaded libz-sys v1.1.20 |
| 805 | 2025-06-30T13:52:26.407Z | Downloaded ring v0.17.14 |
| 806 | 2025-06-30T13:52:26.442Z | Downloaded socket2 v0.5.10 |
| 807 | 2025-06-30T13:52:26.468Z | Downloaded parse-zoneinfo v0.3.1 |
| 808 | 2025-06-30T13:52:26.468Z | Downloaded elliptic-curve v0.13.8 |
| 809 | 2025-06-30T13:52:26.468Z | Downloaded ed25519-dalek v2.1.1 |
| 810 | 2025-06-30T13:52:26.468Z | Downloaded itertools v0.13.0 |
| 811 | 2025-06-30T13:52:26.468Z | Downloaded hyper v1.6.0 |
| 812 | 2025-06-30T13:52:26.493Z | Downloaded typify-impl v0.3.0 |
| 813 | 2025-06-30T13:52:26.519Z | Downloaded itertools v0.12.1 |
| 814 | 2025-06-30T13:52:26.519Z | Downloaded typify v0.3.0 |
| 815 | 2025-06-30T13:52:26.519Z | Downloaded smoltcp v0.11.0 |
| 816 | 2025-06-30T13:52:26.544Z | Downloaded heapless v0.8.0 |
| 817 | 2025-06-30T13:52:26.544Z | Downloaded libxml v0.3.3 |
| 818 | 2025-06-30T13:52:26.544Z | Downloaded heapless v0.7.17 |
| 819 | 2025-06-30T13:52:26.569Z | Downloaded itertools v0.10.5 |
| 820 | 2025-06-30T13:52:26.569Z | Downloaded tokio-rustls v0.26.0 |
| 821 | 2025-06-30T13:52:26.569Z | Downloaded tokio-rustls v0.25.0 |
| 822 | 2025-06-30T13:52:26.569Z | Downloaded nix v0.27.1 |
| 823 | 2025-06-30T13:52:26.595Z | Downloaded sled v0.34.7 |
| 824 | 2025-06-30T13:52:26.595Z | Downloaded iddqd v0.3.8 |
| 825 | 2025-06-30T13:52:26.621Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 826 | 2025-06-30T13:52:26.621Z | Downloaded diesel v2.2.11 |
| 827 | 2025-06-30T13:52:26.647Z | Downloaded password-hash v0.4.2 |
| 828 | 2025-06-30T13:52:26.647Z | Downloaded portable-atomic v1.11.0 |
| 829 | 2025-06-30T13:52:26.673Z | Downloaded rustls-webpki v0.102.8 |
| 830 | 2025-06-30T13:52:26.673Z | Downloaded radix_trie v0.2.1 |
| 831 | 2025-06-30T13:52:26.700Z | Downloaded parking_lot_core v0.8.6 |
| 832 | 2025-06-30T13:52:26.700Z | Downloaded zlib-rs v0.5.1 |
| 833 | 2025-06-30T13:52:26.700Z | Downloaded p384 v0.13.0 |
| 834 | 2025-06-30T13:52:26.700Z | Downloaded rustls-webpki v0.101.7 |
| 835 | 2025-06-30T13:52:26.726Z | Downloaded ecdsa v0.16.9 |
| 836 | 2025-06-30T13:52:26.726Z | Downloaded vcpkg v0.2.15 |
| 837 | 2025-06-30T13:52:26.769Z | Downloaded minimal-lexical v0.2.1 |
| 838 | 2025-06-30T13:52:26.794Z | Downloaded zip v4.2.0 |
| 839 | 2025-06-30T13:52:26.794Z | Downloaded rayon v1.10.0 |
| 840 | 2025-06-30T13:52:26.794Z | Downloaded encoding_rs v0.8.34 |
| 841 | 2025-06-30T13:52:26.822Z | Downloaded mio v1.0.2 |
| 842 | 2025-06-30T13:52:26.847Z | Downloaded tokio-rustls v0.24.1 |
| 843 | 2025-06-30T13:52:26.847Z | Downloaded rustls v0.21.12 |
| 844 | 2025-06-30T13:52:26.847Z | Downloaded dropshot v0.16.2 |
| 845 | 2025-06-30T13:52:26.876Z | Downloaded password-hash v0.5.0 |
| 846 | 2025-06-30T13:52:26.901Z | Downloaded openssl-sys v0.9.109 |
| 847 | 2025-06-30T13:52:26.901Z | Downloaded pretty_assertions v1.4.1 |
| 848 | 2025-06-30T13:52:26.901Z | Downloaded unicode-segmentation v1.12.0 |
| 849 | 2025-06-30T13:52:26.901Z | Downloaded tar v0.4.44 |
| 850 | 2025-06-30T13:52:26.901Z | Downloaded rpassword v7.4.0 |
| 851 | 2025-06-30T13:52:26.901Z | Downloaded darling v0.20.10 |
| 852 | 2025-06-30T13:52:26.926Z | Downloaded papergrid v0.14.0 |
| 853 | 2025-06-30T13:52:26.926Z | Downloaded oso v0.27.3 |
| 854 | 2025-06-30T13:52:26.926Z | Downloaded embedded-io v0.4.0 |
| 855 | 2025-06-30T13:52:26.926Z | Downloaded reedline v0.40.0 |
| 856 | 2025-06-30T13:52:26.926Z | Downloaded git2 v0.19.0 |
| 857 | 2025-06-30T13:52:26.952Z | Downloaded zerocopy-derive v0.8.26 |
| 858 | 2025-06-30T13:52:26.952Z | Downloaded russh v0.45.0 |
| 859 | 2025-06-30T13:52:26.952Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 860 | 2025-06-30T13:52:27.037Z | Downloaded futures v0.3.31 |
| 861 | 2025-06-30T13:52:27.062Z | Downloaded scrypt v0.11.0 |
| 862 | 2025-06-30T13:52:27.062Z | Downloaded scheduled-thread-pool v0.2.7 |
| 863 | 2025-06-30T13:52:27.062Z | Downloaded diff v0.1.13 |
| 864 | 2025-06-30T13:52:27.062Z | Downloaded headers v0.4.1 |
| 865 | 2025-06-30T13:52:27.062Z | Downloaded p521 v0.13.3 |
| 866 | 2025-06-30T13:52:27.087Z | Downloaded gimli v0.31.1 |
| 867 | 2025-06-30T13:52:27.087Z | Downloaded pbkdf2 v0.11.0 |
| 868 | 2025-06-30T13:52:27.087Z | Downloaded rsa v0.9.6 |
| 869 | 2025-06-30T13:52:27.087Z | Downloaded postgres-protocol v0.6.8 |
| 870 | 2025-06-30T13:52:27.113Z | Downloaded primeorder v0.13.6 |
| 871 | 2025-06-30T13:52:27.113Z | Downloaded either v1.15.0 |
| 872 | 2025-06-30T13:52:27.113Z | Downloaded ed25519 v2.2.3 |
| 873 | 2025-06-30T13:52:27.113Z | Downloaded unicode-properties v0.1.3 |
| 874 | 2025-06-30T13:52:27.113Z | Downloaded phf_generator v0.11.2 |
| 875 | 2025-06-30T13:52:27.113Z | Downloaded nodrop v0.1.14 |
| 876 | 2025-06-30T13:52:27.113Z | Downloaded der_derive v0.7.3 |
| 877 | 2025-06-30T13:52:27.113Z | Downloaded darling_core v0.20.10 |
| 878 | 2025-06-30T13:52:27.113Z | Downloaded zip v0.6.6 |
| 879 | 2025-06-30T13:52:27.138Z | Downloaded packed_struct_codegen v0.10.1 |
| 880 | 2025-06-30T13:52:27.138Z | Downloaded packed_struct v0.10.1 |
| 881 | 2025-06-30T13:52:27.139Z | Downloaded curve25519-dalek v4.1.3 |
| 882 | 2025-06-30T13:52:27.139Z | Downloaded float-cmp v0.10.0 |
| 883 | 2025-06-30T13:52:27.139Z | Downloaded path-slash v0.1.5 |
| 884 | 2025-06-30T13:52:27.139Z | Downloaded parking_lot v0.11.2 |
| 885 | 2025-06-30T13:52:27.139Z | Downloaded thiserror-no-std v2.0.2 |
| 886 | 2025-06-30T13:52:27.164Z | Downloaded endian-type v0.1.2 |
| 887 | 2025-06-30T13:52:27.164Z | Downloaded powerfmt v0.2.0 |
| 888 | 2025-06-30T13:52:27.164Z | Downloaded phf_codegen v0.11.2 |
| 889 | 2025-06-30T13:52:27.164Z | Downloaded whoami v1.6.0 |
| 890 | 2025-06-30T13:52:27.164Z | Downloaded walkdir v2.5.0 |
| 891 | 2025-06-30T13:52:27.164Z | Downloaded shlex v1.3.0 |
| 892 | 2025-06-30T13:52:27.164Z | Downloaded derive-where v1.5.0 |
| 893 | 2025-06-30T13:52:27.164Z | Downloaded toml_edit v0.19.15 |
| 894 | 2025-06-30T13:52:27.189Z | Downloaded serde_plain v1.0.2 |
| 895 | 2025-06-30T13:52:27.189Z | Downloaded serde_path_to_error v0.1.17 |
| 896 | 2025-06-30T13:52:27.189Z | Downloaded ref-cast-impl v1.0.24 |
| 897 | 2025-06-30T13:52:27.189Z | Downloaded parse-display-derive v0.10.0 |
| 898 | 2025-06-30T13:52:27.189Z | Downloaded jiff-static v0.2.15 |
| 899 | 2025-06-30T13:52:27.189Z | Downloaded http v1.3.1 |
| 900 | 2025-06-30T13:52:27.214Z | Downloaded chrono-tz v0.10.3 |
| 901 | 2025-06-30T13:52:27.214Z | Downloaded rustversion v1.0.17 |
| 902 | 2025-06-30T13:52:27.214Z | Downloaded tokio-native-tls v0.3.1 |
| 903 | 2025-06-30T13:52:27.215Z | Downloaded polyval v0.6.2 |
| 904 | 2025-06-30T13:52:27.215Z | Downloaded winnow v0.6.26 |
| 905 | 2025-06-30T13:52:27.240Z | Downloaded spin v0.9.8 |
| 906 | 2025-06-30T13:52:27.240Z | Downloaded deranged v0.3.11 |
| 907 | 2025-06-30T13:52:27.240Z | Downloaded zerocopy v0.6.6 |
| 908 | 2025-06-30T13:52:27.240Z | Downloaded spki v0.7.3 |
| 909 | 2025-06-30T13:52:27.240Z | Downloaded rtoolbox v0.0.2 |
| 910 | 2025-06-30T13:52:27.240Z | Downloaded ghash v0.5.1 |
| 911 | 2025-06-30T13:52:27.240Z | Downloaded serde_cbor v0.11.2 |
| 912 | 2025-06-30T13:52:27.240Z | Downloaded petname v2.0.2 |
| 913 | 2025-06-30T13:52:27.240Z | Downloaded miniz_oxide v0.8.5 |
| 914 | 2025-06-30T13:52:27.266Z | Downloaded rcgen v0.12.1 |
| 915 | 2025-06-30T13:52:27.266Z | Downloaded bstr v1.10.0 |
| 916 | 2025-06-30T13:52:27.266Z | Downloaded zeroize_derive v1.4.2 |
| 917 | 2025-06-30T13:52:27.266Z | Downloaded rustls-pemfile v1.0.4 |
| 918 | 2025-06-30T13:52:27.266Z | Downloaded nibble_vec v0.1.0 |
| 919 | 2025-06-30T13:52:27.266Z | Downloaded newtype-uuid v1.2.4 |
| 920 | 2025-06-30T13:52:27.266Z | Downloaded gethostname v0.5.0 |
| 921 | 2025-06-30T13:52:27.266Z | Downloaded foldhash v0.1.5 |
| 922 | 2025-06-30T13:52:27.292Z | Downloaded embedded-io v0.6.1 |
| 923 | 2025-06-30T13:52:27.292Z | Downloaded daft-derive v0.1.3 |
| 924 | 2025-06-30T13:52:27.292Z | Downloaded wait-timeout v0.2.0 |
| 925 | 2025-06-30T13:52:27.292Z | Downloaded value-bag v1.9.0 |
| 926 | 2025-06-30T13:52:27.292Z | Downloaded test-strategy v0.4.1 |
| 927 | 2025-06-30T13:52:27.292Z | Downloaded term v0.7.0 |
| 928 | 2025-06-30T13:52:27.292Z | Downloaded serde_with_macros v3.12.0 |
| 929 | 2025-06-30T13:52:27.292Z | Downloaded signal-hook-registry v1.4.2 |
| 930 | 2025-06-30T13:52:27.292Z | Downloaded signal-hook-mio v0.2.4 |
| 931 | 2025-06-30T13:52:27.292Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 932 | 2025-06-30T13:52:27.317Z | Downloaded rand_core v0.9.2 |
| 933 | 2025-06-30T13:52:27.317Z | Downloaded zstd v0.13.3 |
| 934 | 2025-06-30T13:52:27.317Z | Downloaded want v0.3.1 |
| 935 | 2025-06-30T13:52:27.317Z | Downloaded serde_derive_internals v0.29.1 |
| 936 | 2025-06-30T13:52:27.317Z | Downloaded sct v0.7.1 |
| 937 | 2025-06-30T13:52:27.317Z | Downloaded owo-colors v4.2.2 |
| 938 | 2025-06-30T13:52:27.317Z | Downloaded unicode_categories v0.1.1 |
| 939 | 2025-06-30T13:52:27.317Z | Downloaded same-file v1.0.6 |
| 940 | 2025-06-30T13:52:27.317Z | Downloaded radium v0.7.0 |
| 941 | 2025-06-30T13:52:27.317Z | Downloaded r2d2 v0.8.10 |
| 942 | 2025-06-30T13:52:27.317Z | Downloaded winnow v0.5.40 |
| 943 | 2025-06-30T13:52:27.343Z | Downloaded indicatif v0.17.11 |
| 944 | 2025-06-30T13:52:27.343Z | Downloaded hickory-resolver v0.25.2 |
| 945 | 2025-06-30T13:52:27.343Z | Downloaded hickory-resolver v0.24.4 |
| 946 | 2025-06-30T13:52:27.343Z | Downloaded newline-converter v0.3.0 |
| 947 | 2025-06-30T13:52:27.343Z | Downloaded fxhash v0.2.1 |
| 948 | 2025-06-30T13:52:27.368Z | Downloaded daft v0.1.3 |
| 949 | 2025-06-30T13:52:27.368Z | Downloaded typify-macro v0.2.0 |
| 950 | 2025-06-30T13:52:27.368Z | Downloaded secrecy v0.8.0 |
| 951 | 2025-06-30T13:52:27.368Z | Downloaded sec1 v0.7.3 |
| 952 | 2025-06-30T13:52:27.368Z | Downloaded ref-cast v1.0.24 |
| 953 | 2025-06-30T13:52:27.368Z | Downloaded zopfli v0.8.1 |
| 954 | 2025-06-30T13:52:27.368Z | Downloaded num-bigint v0.4.6 |
| 955 | 2025-06-30T13:52:27.368Z | Downloaded difflib v0.4.0 |
| 956 | 2025-06-30T13:52:27.368Z | Downloaded hash32 v0.3.1 |
| 957 | 2025-06-30T13:52:27.368Z | Downloaded h2 v0.4.6 |
| 958 | 2025-06-30T13:52:27.393Z | Downloaded indexmap v1.9.3 |
| 959 | 2025-06-30T13:52:27.393Z | Downloaded rustls-pki-types v1.10.0 |
| 960 | 2025-06-30T13:52:27.393Z | Downloaded lock_api v0.4.12 |
| 961 | 2025-06-30T13:52:27.393Z | Downloaded proc-macro-crate v1.3.1 |
| 962 | 2025-06-30T13:52:27.393Z | Downloaded futures-channel v0.3.31 |
| 963 | 2025-06-30T13:52:27.393Z | Downloaded unsafe-libyaml v0.2.11 |
| 964 | 2025-06-30T13:52:27.393Z | Downloaded samael v0.0.19 |
| 965 | 2025-06-30T13:52:27.418Z | Downloaded steno v0.4.1 |
| 966 | 2025-06-30T13:52:27.418Z | Downloaded litrs v0.4.1 |
| 967 | 2025-06-30T13:52:27.418Z | Downloaded topological-sort v0.2.2 |
| 968 | 2025-06-30T13:52:27.418Z | Downloaded pkg-config v0.3.31 |
| 969 | 2025-06-30T13:52:27.418Z | Downloaded data-encoding v2.9.0 |
| 970 | 2025-06-30T13:52:27.418Z | Downloaded universal-hash v0.5.1 |
| 971 | 2025-06-30T13:52:27.419Z | Downloaded thread_local v1.1.8 |
| 972 | 2025-06-30T13:52:27.419Z | Downloaded termtree v0.5.1 |
| 973 | 2025-06-30T13:52:27.419Z | Downloaded ssh-key v0.6.6 |
| 974 | 2025-06-30T13:52:27.444Z | Downloaded memmap2 v0.9.5 |
| 975 | 2025-06-30T13:52:27.444Z | Downloaded tokio-macros v2.5.0 |
| 976 | 2025-06-30T13:52:27.444Z | Downloaded futures-task v0.3.31 |
| 977 | 2025-06-30T13:52:27.444Z | Downloaded futures-sink v0.3.31 |
| 978 | 2025-06-30T13:52:27.444Z | Downloaded futures-core v0.3.31 |
| 979 | 2025-06-30T13:52:27.444Z | Downloaded foreign-types-macros v0.2.3 |
| 980 | 2025-06-30T13:52:27.444Z | Downloaded foreign-types v0.5.0 |
| 981 | 2025-06-30T13:52:27.444Z | Downloaded fixedbitset v0.5.7 |
| 982 | 2025-06-30T13:52:27.444Z | Downloaded defmt-macros v0.3.9 |
| 983 | 2025-06-30T13:52:27.444Z | Downloaded debug-ignore v1.0.5 |
| 984 | 2025-06-30T13:52:27.444Z | Downloaded tinyvec v1.8.0 |
| 985 | 2025-06-30T13:52:27.469Z | Downloaded signature v2.2.0 |
| 986 | 2025-06-30T13:52:27.469Z | Downloaded termios v0.3.3 |
| 987 | 2025-06-30T13:52:27.469Z | Downloaded termcolor v1.4.1 |
| 988 | 2025-06-30T13:52:27.469Z | Downloaded strum_macros v0.24.3 |
| 989 | 2025-06-30T13:52:27.469Z | Downloaded rand_seeder v0.3.0 |
| 990 | 2025-06-30T13:52:27.469Z | Downloaded num-bigint-dig v0.8.4 |
| 991 | 2025-06-30T13:52:27.469Z | Downloaded rustls-native-certs v0.8.1 |
| 992 | 2025-06-30T13:52:27.469Z | Downloaded foreign-types-shared v0.1.1 |
| 993 | 2025-06-30T13:52:27.469Z | Downloaded flagset v0.4.6 |
| 994 | 2025-06-30T13:52:27.469Z | Downloaded defmt v0.3.8 |
| 995 | 2025-06-30T13:52:27.495Z | Downloaded time-macros v0.2.18 |
| 996 | 2025-06-30T13:52:27.495Z | Downloaded parse-size v1.1.0 |
| 997 | 2025-06-30T13:52:27.495Z | Downloaded parse-display v0.10.0 |
| 998 | 2025-06-30T13:52:27.495Z | Downloaded progenitor-impl v0.8.0 |
| 999 | 2025-06-30T13:52:27.495Z | Downloaded pkcs5 v0.7.1 |
| 1000 | 2025-06-30T13:52:27.495Z | Downloaded pin-project v1.1.6 |
| 1001 | 2025-06-30T13:52:27.495Z | Downloaded yansi v1.0.1 |
| 1002 | 2025-06-30T13:52:27.520Z | Downloaded tokio-dtrace v0.1.0 |
| 1003 | 2025-06-30T13:52:27.520Z | Downloaded tls_codec_derive v0.4.1 |
| 1004 | 2025-06-30T13:52:27.520Z | Downloaded tls_codec v0.4.1 |
| 1005 | 2025-06-30T13:52:27.520Z | Downloaded tiny-keccak v2.0.2 |
| 1006 | 2025-06-30T13:52:27.520Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2025-06-30T13:52:27.520Z | Downloaded ssh-cipher v0.2.0 |
| 1008 | 2025-06-30T13:52:27.520Z | Downloaded serde-big-array v0.5.1 |
| 1009 | 2025-06-30T13:52:27.521Z | Downloaded semver v0.1.20 |
| 1010 | 2025-06-30T13:52:27.521Z | Downloaded openssl-probe v0.1.5 |
| 1011 | 2025-06-30T13:52:27.521Z | Downloaded openssl-macros v0.1.1 |
| 1012 | 2025-06-30T13:52:27.521Z | Downloaded headers-core v0.3.0 |
| 1013 | 2025-06-30T13:52:27.521Z | Downloaded derive_more v0.99.20 |
| 1014 | 2025-06-30T13:52:27.521Z | Downloaded der v0.7.9 |
| 1015 | 2025-06-30T13:52:27.546Z | Downloaded pkcs1 v0.7.5 |
| 1016 | 2025-06-30T13:52:27.546Z | Downloaded display-error-chain v0.2.2 |
| 1017 | 2025-06-30T13:52:27.546Z | Downloaded pin-project-lite v0.2.14 |
| 1018 | 2025-06-30T13:52:27.546Z | Downloaded pin-project-internal v1.1.6 |
| 1019 | 2025-06-30T13:52:27.546Z | Downloaded dirs-sys-next v0.1.2 |
| 1020 | 2025-06-30T13:52:27.546Z | Downloaded parking_lot_core v0.9.10 |
| 1021 | 2025-06-30T13:52:27.546Z | Downloaded dirs-next v2.0.0 |
| 1022 | 2025-06-30T13:52:27.546Z | Downloaded libloading v0.8.5 |
| 1023 | 2025-06-30T13:52:27.546Z | Downloaded ingot-macros v0.1.0 |
| 1024 | 2025-06-30T13:52:27.571Z | Downloaded omicron-zone-package v0.12.2 |
| 1025 | 2025-06-30T13:52:27.571Z | Downloaded rand v0.8.5 |
| 1026 | 2025-06-30T13:52:27.571Z | Downloaded progenitor v0.9.1 |
| 1027 | 2025-06-30T13:52:27.571Z | Downloaded globset v0.4.15 |
| 1028 | 2025-06-30T13:52:27.571Z | Downloaded uuid v1.17.0 |
| 1029 | 2025-06-30T13:52:27.571Z | Downloaded olpc-cjson v0.1.4 |
| 1030 | 2025-06-30T13:52:27.571Z | Downloaded futures-macro v0.3.31 |
| 1031 | 2025-06-30T13:52:27.571Z | Downloaded futures-io v0.3.31 |
| 1032 | 2025-06-30T13:52:27.572Z | Downloaded fd-lock v4.0.2 |
| 1033 | 2025-06-30T13:52:27.572Z | Downloaded progenitor v0.8.0 |
| 1034 | 2025-06-30T13:52:27.572Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1035 | 2025-06-30T13:52:27.572Z | Downloaded phf_shared v0.11.2 |
| 1036 | 2025-06-30T13:52:27.597Z | Downloaded fs_extra v1.3.0 |
| 1037 | 2025-06-30T13:52:27.597Z | Downloaded des v0.8.1 |
| 1038 | 2025-06-30T13:52:27.597Z | Downloaded derive_builder_core v0.20.2 |
| 1039 | 2025-06-30T13:52:27.597Z | Downloaded derive_builder v0.20.2 |
| 1040 | 2025-06-30T13:52:27.597Z | Downloaded native-tls v0.2.12 |
| 1041 | 2025-06-30T13:52:27.597Z | Downloaded multer v3.1.0 |
| 1042 | 2025-06-30T13:52:27.597Z | Downloaded mime_guess v2.0.5 |
| 1043 | 2025-06-30T13:52:27.597Z | Downloaded kstat-rs v0.2.4 |
| 1044 | 2025-06-30T13:52:27.597Z | Downloaded glob v0.3.2 |
| 1045 | 2025-06-30T13:52:27.597Z | Downloaded russh-keys v0.45.0 |
| 1046 | 2025-06-30T13:52:27.597Z | Downloaded tower-http v0.6.6 |
| 1047 | 2025-06-30T13:52:27.622Z | Downloaded proptest v1.7.0 |
| 1048 | 2025-06-30T13:52:27.622Z | Downloaded chrono v0.4.41 |
| 1049 | 2025-06-30T13:52:27.647Z | Downloaded fs-err v2.11.0 |
| 1050 | 2025-06-30T13:52:27.647Z | Downloaded foreign-types-shared v0.3.1 |
| 1051 | 2025-06-30T13:52:27.648Z | Downloaded diesel-dtrace v0.4.2 |
| 1052 | 2025-06-30T13:52:27.648Z | Downloaded yasna v0.5.2 |
| 1053 | 2025-06-30T13:52:27.648Z | Downloaded uzers v0.12.1 |
| 1054 | 2025-06-30T13:52:27.648Z | Downloaded rand_xorshift v0.4.0 |
| 1055 | 2025-06-30T13:52:27.648Z | Downloaded prefix-trie v0.7.0 |
| 1056 | 2025-06-30T13:52:27.648Z | Downloaded expectorate v1.2.0 |
| 1057 | 2025-06-30T13:52:27.648Z | Downloaded quick-xml v0.37.2 |
| 1058 | 2025-06-30T13:52:27.673Z | Downloaded wyz v0.5.1 |
| 1059 | 2025-06-30T13:52:27.673Z | Downloaded string_cache v0.8.9 |
| 1060 | 2025-06-30T13:52:27.673Z | Downloaded slog-term v2.9.1 |
| 1061 | 2025-06-30T13:52:27.673Z | Downloaded xz2 v0.1.7 |
| 1062 | 2025-06-30T13:52:27.673Z | Downloaded libefi-sys v0.1.0 |
| 1063 | 2025-06-30T13:52:27.674Z | Downloaded bindgen v0.71.1 |
| 1064 | 2025-06-30T13:52:27.674Z | Downloaded rustc-demangle v0.1.24 |
| 1065 | 2025-06-30T13:52:27.674Z | Downloaded structmeta v0.3.0 |
| 1066 | 2025-06-30T13:52:27.699Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1067 | 2025-06-30T13:52:27.699Z | Downloaded stringprep v0.1.5 |
| 1068 | 2025-06-30T13:52:27.699Z | Downloaded static_assertions v1.1.0 |
| 1069 | 2025-06-30T13:52:27.699Z | Downloaded ipnet v2.11.0 |
| 1070 | 2025-06-30T13:52:27.699Z | Downloaded bindgen v0.69.5 |
| 1071 | 2025-06-30T13:52:27.699Z | Downloaded smallvec v0.6.14 |
| 1072 | 2025-06-30T13:52:27.699Z | Downloaded simd-adler32 v0.3.7 |
| 1073 | 2025-06-30T13:52:27.699Z | Downloaded rustc_version v0.4.1 |
| 1074 | 2025-06-30T13:52:27.699Z | Downloaded rustc_version v0.1.7 |
| 1075 | 2025-06-30T13:52:27.699Z | Downloaded rustc-hash v2.1.1 |
| 1076 | 2025-06-30T13:52:27.699Z | Downloaded rustc-hash v1.1.0 |
| 1077 | 2025-06-30T13:52:27.699Z | Downloaded rand_core v0.6.4 |
| 1078 | 2025-06-30T13:52:27.725Z | Downloaded predicates v3.1.3 |
| 1079 | 2025-06-30T13:52:27.750Z | Downloaded pem-rfc7468 v0.7.0 |
| 1080 | 2025-06-30T13:52:27.750Z | Downloaded peg-macros v0.8.5 |
| 1081 | 2025-06-30T13:52:27.750Z | Downloaded num-complex v0.4.6 |
| 1082 | 2025-06-30T13:52:27.750Z | Downloaded crypto-bigint v0.5.5 |
| 1083 | 2025-06-30T13:52:27.750Z | Downloaded jobserver v0.1.32 |
| 1084 | 2025-06-30T13:52:27.750Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1085 | 2025-06-30T13:52:27.750Z | Downloaded hyper-staticfile v0.10.1 |
| 1086 | 2025-06-30T13:52:27.750Z | Downloaded httparse v1.9.5 |
| 1087 | 2025-06-30T13:52:27.750Z | Downloaded half v1.8.3 |
| 1088 | 2025-06-30T13:52:27.750Z | Downloaded slog-stdlog v4.1.1 |
| 1089 | 2025-06-30T13:52:27.750Z | Downloaded bitvec v1.0.1 |
| 1090 | 2025-06-30T13:52:27.775Z | Downloaded serde_repr v0.1.19 |
| 1091 | 2025-06-30T13:52:27.775Z | Downloaded rand_chacha v0.9.0 |
| 1092 | 2025-06-30T13:52:27.775Z | Downloaded rand_chacha v0.3.1 |
| 1093 | 2025-06-30T13:52:27.775Z | Downloaded quinn-udp v0.5.5 |
| 1094 | 2025-06-30T13:52:27.775Z | Downloaded predicates-core v1.0.8 |
| 1095 | 2025-06-30T13:52:27.775Z | Downloaded num-rational v0.4.2 |
| 1096 | 2025-06-30T13:52:27.775Z | Downloaded typed-path v0.9.3 |
| 1097 | 2025-06-30T13:52:27.775Z | Downloaded tower v0.5.2 |
| 1098 | 2025-06-30T13:52:27.800Z | Downloaded slog-scope v4.4.0 |
| 1099 | 2025-06-30T13:52:27.800Z | Downloaded slog-envlogger v2.2.0 |
| 1100 | 2025-06-30T13:52:27.800Z | Downloaded slog-dtrace v0.3.0 |
| 1101 | 2025-06-30T13:52:27.800Z | Downloaded pem v3.0.5 |
| 1102 | 2025-06-30T13:52:27.800Z | Downloaded num_enum_derive v0.5.11 |
| 1103 | 2025-06-30T13:52:27.800Z | Downloaded num_enum v0.5.11 |
| 1104 | 2025-06-30T13:52:27.800Z | Downloaded num-iter v0.1.45 |
| 1105 | 2025-06-30T13:52:27.800Z | Downloaded diesel_derives v2.2.3 |
| 1106 | 2025-06-30T13:52:27.825Z | Downloaded blake3 v1.5.4 |
| 1107 | 2025-06-30T13:52:27.825Z | Downloaded maplit v1.0.2 |
| 1108 | 2025-06-30T13:52:27.825Z | Downloaded lru-cache v0.1.2 |
| 1109 | 2025-06-30T13:52:27.825Z | Downloaded lockfree-object-pool v0.1.6 |
| 1110 | 2025-06-30T13:52:27.825Z | Downloaded num-integer v0.1.46 |
| 1111 | 2025-06-30T13:52:27.825Z | Downloaded num-derive v0.3.3 |
| 1112 | 2025-06-30T13:52:27.825Z | Downloaded nanorand v0.7.0 |
| 1113 | 2025-06-30T13:52:27.826Z | Downloaded linear-map v1.2.0 |
| 1114 | 2025-06-30T13:52:27.850Z | Downloaded libz-rs-sys v0.5.1 |
| 1115 | 2025-06-30T13:52:27.851Z | Downloaded instability v0.3.2 |
| 1116 | 2025-06-30T13:52:27.851Z | Downloaded num-conv v0.1.0 |
| 1117 | 2025-06-30T13:52:27.851Z | Downloaded dropshot_endpoint v0.16.2 |
| 1118 | 2025-06-30T13:52:27.851Z | Downloaded lzss v0.8.2 |
| 1119 | 2025-06-30T13:52:27.851Z | Downloaded aws-lc-sys v0.26.0 |
| 1120 | 2025-06-30T13:52:28.130Z | Downloaded libsw v3.5.0 |
| 1121 | 2025-06-30T13:52:28.155Z | Downloaded hubpack v0.1.2 |
| 1122 | 2025-06-30T13:52:28.155Z | Downloaded precomputed-hash v0.1.1 |
| 1123 | 2025-06-30T13:52:28.155Z | Downloaded peg-runtime v0.8.5 |
| 1124 | 2025-06-30T13:52:28.155Z | Downloaded multimap v0.10.1 |
| 1125 | 2025-06-30T13:52:28.156Z | Downloaded num_threads v0.1.7 |
| 1126 | 2025-06-30T13:52:28.156Z | Downloaded group v0.13.0 |
| 1127 | 2025-06-30T13:52:28.156Z | Downloaded fatfs v0.3.6 |
| 1128 | 2025-06-30T13:52:28.156Z | Downloaded tungstenite v0.23.0 |
| 1129 | 2025-06-30T13:52:28.156Z | Downloaded tracing v0.1.40 |
| 1130 | 2025-06-30T13:52:28.156Z | Downloaded qorb v0.4.0 |
| 1131 | 2025-06-30T13:52:28.181Z | Downloaded mime v0.3.17 |
| 1132 | 2025-06-30T13:52:28.181Z | Downloaded md-5 v0.10.6 |
| 1133 | 2025-06-30T13:52:28.181Z | Downloaded maybe-uninit v2.0.0 |
| 1134 | 2025-06-30T13:52:28.181Z | Downloaded managed v0.8.0 |
| 1135 | 2025-06-30T13:52:28.181Z | Downloaded linked-hash-map v0.5.6 |
| 1136 | 2025-06-30T13:52:28.181Z | Downloaded env_logger v0.11.5 |
| 1137 | 2025-06-30T13:52:28.181Z | Downloaded env_logger v0.10.2 |
| 1138 | 2025-06-30T13:52:28.181Z | Downloaded tungstenite v0.21.0 |
| 1139 | 2025-06-30T13:52:28.181Z | Downloaded tracing-core v0.1.32 |
| 1140 | 2025-06-30T13:52:28.181Z | Downloaded lru v0.12.5 |
| 1141 | 2025-06-30T13:52:28.207Z | Downloaded ignore v0.4.23 |
| 1142 | 2025-06-30T13:52:28.207Z | Downloaded zstd-safe v7.2.3 |
| 1143 | 2025-06-30T13:52:28.207Z | Downloaded indent_write v2.2.0 |
| 1144 | 2025-06-30T13:52:28.207Z | Downloaded aws-lc-rs v1.12.4 |
| 1145 | 2025-06-30T13:52:28.207Z | Downloaded enum-as-inner v0.6.1 |
| 1146 | 2025-06-30T13:52:28.207Z | Downloaded dunce v1.0.5 |
| 1147 | 2025-06-30T13:52:28.207Z | Downloaded dsl_auto_type v0.1.2 |
| 1148 | 2025-06-30T13:52:28.207Z | Downloaded document-features v0.2.10 |
| 1149 | 2025-06-30T13:52:28.207Z | Downloaded xshell v0.2.7 |
| 1150 | 2025-06-30T13:52:28.207Z | Downloaded vte v0.11.1 |
| 1151 | 2025-06-30T13:52:28.232Z | Downloaded libscf-sys v1.1.0 |
| 1152 | 2025-06-30T13:52:28.232Z | Downloaded lazycell v1.3.0 |
| 1153 | 2025-06-30T13:52:28.232Z | Downloaded lazy_static v1.5.0 |
| 1154 | 2025-06-30T13:52:28.232Z | Downloaded lalrpop-util v0.19.12 |
| 1155 | 2025-06-30T13:52:28.232Z | Downloaded keccak v0.1.5 |
| 1156 | 2025-06-30T13:52:28.232Z | Downloaded internet-checksum v0.2.1 |
| 1157 | 2025-06-30T13:52:28.232Z | Downloaded ingot v0.1.0 |
| 1158 | 2025-06-30T13:52:28.232Z | Downloaded indoc v2.0.6 |
| 1159 | 2025-06-30T13:52:28.232Z | Downloaded humantime v2.2.0 |
| 1160 | 2025-06-30T13:52:28.232Z | Downloaded hmac v0.12.1 |
| 1161 | 2025-06-30T13:52:28.232Z | Downloaded subprocess v0.2.9 |
| 1162 | 2025-06-30T13:52:28.232Z | Downloaded slog v2.7.0 |
| 1163 | 2025-06-30T13:52:28.232Z | Downloaded similar v2.7.0 |
| 1164 | 2025-06-30T13:52:28.257Z | Downloaded hostname v0.4.0 |
| 1165 | 2025-06-30T13:52:28.257Z | Downloaded inout v0.1.3 |
| 1166 | 2025-06-30T13:52:28.257Z | Downloaded twox-hash v2.1.0 |
| 1167 | 2025-06-30T13:52:28.257Z | Downloaded tui-tree-widget v0.23.1 |
| 1168 | 2025-06-30T13:52:28.257Z | Downloaded tracing-attributes v0.1.27 |
| 1169 | 2025-06-30T13:52:28.257Z | Downloaded publicsuffix v2.3.0 |
| 1170 | 2025-06-30T13:52:28.258Z | Downloaded is-terminal v0.4.13 |
| 1171 | 2025-06-30T13:52:28.258Z | Downloaded ipnetwork v0.21.1 |
| 1172 | 2025-06-30T13:52:28.258Z | Downloaded ingot-types v0.1.0 |
| 1173 | 2025-06-30T13:52:28.258Z | Downloaded hashbrown v0.13.2 |
| 1174 | 2025-06-30T13:52:28.283Z | Downloaded compact_str v0.8.0 |
| 1175 | 2025-06-30T13:52:28.283Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1176 | 2025-06-30T13:52:28.283Z | Downloaded cstr-argument v0.1.2 |
| 1177 | 2025-06-30T13:52:28.283Z | Downloaded crunchy v0.2.2 |
| 1178 | 2025-06-30T13:52:28.283Z | Downloaded hyper-rustls v0.27.7 |
| 1179 | 2025-06-30T13:52:28.283Z | Downloaded httpdate v1.0.3 |
| 1180 | 2025-06-30T13:52:28.283Z | Downloaded home v0.5.9 |
| 1181 | 2025-06-30T13:52:28.283Z | Downloaded cc v1.2.15 |
| 1182 | 2025-06-30T13:52:28.283Z | Downloaded xattr v1.3.1 |
| 1183 | 2025-06-30T13:52:28.283Z | Downloaded strum_macros v0.26.4 |
| 1184 | 2025-06-30T13:52:28.283Z | Downloaded ron v0.8.1 |
| 1185 | 2025-06-30T13:52:28.312Z | Downloaded quinn v0.11.5 |
| 1186 | 2025-06-30T13:52:28.312Z | Downloaded subtle v2.6.1 |
| 1187 | 2025-06-30T13:52:28.312Z | Downloaded slog-async v2.8.0 |
| 1188 | 2025-06-30T13:52:28.312Z | Downloaded slab v0.4.9 |
| 1189 | 2025-06-30T13:52:28.312Z | Downloaded schemars v0.8.22 |
| 1190 | 2025-06-30T13:52:28.312Z | Downloaded hashbrown v0.12.3 |
| 1191 | 2025-06-30T13:52:28.337Z | Downloaded crossbeam-channel v0.5.15 |
| 1192 | 2025-06-30T13:52:28.337Z | Downloaded try-lock v0.2.5 |
| 1193 | 2025-06-30T13:52:28.337Z | Downloaded tower-service v0.3.3 |
| 1194 | 2025-06-30T13:52:28.337Z | Downloaded tower-layer v0.3.3 |
| 1195 | 2025-06-30T13:52:28.337Z | Downloaded tagptr v0.2.0 |
| 1196 | 2025-06-30T13:52:28.337Z | Downloaded tabwriter v1.4.0 |
| 1197 | 2025-06-30T13:52:28.337Z | Downloaded strum_macros v0.25.3 |
| 1198 | 2025-06-30T13:52:28.337Z | Downloaded slog-bunyan v2.5.0 |
| 1199 | 2025-06-30T13:52:28.337Z | Downloaded siphasher v0.3.11 |
| 1200 | 2025-06-30T13:52:28.337Z | Downloaded scopeguard v1.2.0 |
| 1201 | 2025-06-30T13:52:28.338Z | Downloaded progenitor-impl v0.10.0 |
| 1202 | 2025-06-30T13:52:28.338Z | Downloaded md5 v0.7.0 |
| 1203 | 2025-06-30T13:52:28.338Z | Downloaded match_cfg v0.1.0 |
| 1204 | 2025-06-30T13:52:28.363Z | Downloaded const_format v0.2.34 |
| 1205 | 2025-06-30T13:52:28.363Z | Downloaded backtrace v0.3.74 |
| 1206 | 2025-06-30T13:52:28.363Z | Downloaded sync_wrapper v1.0.1 |
| 1207 | 2025-06-30T13:52:28.363Z | Downloaded sync-ptr v0.1.4 |
| 1208 | 2025-06-30T13:52:28.363Z | Downloaded serde_urlencoded v0.7.1 |
| 1209 | 2025-06-30T13:52:28.363Z | Downloaded ron v0.7.1 |
| 1210 | 2025-06-30T13:52:28.363Z | Downloaded new_debug_unreachable v1.0.6 |
| 1211 | 2025-06-30T13:52:28.363Z | Downloaded instant v0.1.13 |
| 1212 | 2025-06-30T13:52:28.363Z | Downloaded chacha20poly1305 v0.10.1 |
| 1213 | 2025-06-30T13:52:28.387Z | Downloaded ident_case v1.0.1 |
| 1214 | 2025-06-30T13:52:28.387Z | Downloaded bumpalo v3.16.0 |
| 1215 | 2025-06-30T13:52:28.388Z | Downloaded serde-hex v0.1.0 |
| 1216 | 2025-06-30T13:52:28.388Z | Downloaded schemars_derive v0.8.22 |
| 1217 | 2025-06-30T13:52:28.388Z | Downloaded http-body-util v0.1.3 |
| 1218 | 2025-06-30T13:52:28.388Z | Downloaded crossbeam-utils v0.8.21 |
| 1219 | 2025-06-30T13:52:28.388Z | Downloaded clang-sys v1.8.1 |
| 1220 | 2025-06-30T13:52:28.388Z | Downloaded bytes v1.10.1 |
| 1221 | 2025-06-30T13:52:28.388Z | Downloaded base64 v0.13.1 |
| 1222 | 2025-06-30T13:52:28.412Z | Downloaded progenitor-impl v0.9.1 |
| 1223 | 2025-06-30T13:52:28.412Z | Downloaded crc-any v2.5.0 |
| 1224 | 2025-06-30T13:52:28.412Z | Downloaded cookie v0.18.1 |
| 1225 | 2025-06-30T13:52:28.412Z | Downloaded base64 v0.21.7 |
| 1226 | 2025-06-30T13:52:28.412Z | Downloaded colored v2.2.0 |
| 1227 | 2025-06-30T13:52:28.413Z | Downloaded rustls-pemfile v2.2.0 |
| 1228 | 2025-06-30T13:52:28.413Z | Downloaded rfc6979 v0.4.0 |
| 1229 | 2025-06-30T13:52:28.413Z | Downloaded resolv-conf v0.7.0 |
| 1230 | 2025-06-30T13:52:28.413Z | Downloaded quick-error v1.2.3 |
| 1231 | 2025-06-30T13:52:28.413Z | Downloaded psl-types v2.0.11 |
| 1232 | 2025-06-30T13:52:28.438Z | Downloaded progenitor-macro v0.9.1 |
| 1233 | 2025-06-30T13:52:28.438Z | Downloaded cookie_store v0.21.1 |
| 1234 | 2025-06-30T13:52:28.438Z | Downloaded const-oid v0.9.6 |
| 1235 | 2025-06-30T13:52:28.438Z | Downloaded cargo_metadata v0.18.1 |
| 1236 | 2025-06-30T13:52:28.438Z | Downloaded heck v0.3.3 |
| 1237 | 2025-06-30T13:52:28.438Z | Downloaded critical-section v1.1.3 |
| 1238 | 2025-06-30T13:52:28.438Z | Downloaded crc-catalog v2.4.0 |
| 1239 | 2025-06-30T13:52:28.438Z | Downloaded crc v3.2.1 |
| 1240 | 2025-06-30T13:52:28.438Z | Downloaded convert_case v0.4.0 |
| 1241 | 2025-06-30T13:52:28.438Z | Downloaded cmake v0.1.51 |
| 1242 | 2025-06-30T13:52:28.438Z | Downloaded cipher v0.4.4 |
| 1243 | 2025-06-30T13:52:28.438Z | Downloaded chrono-tz-build v0.4.0 |
| 1244 | 2025-06-30T13:52:28.438Z | Downloaded chacha20 v0.9.1 |
| 1245 | 2025-06-30T13:52:28.438Z | Downloaded cexpr v0.6.0 |
| 1246 | 2025-06-30T13:52:28.438Z | Downloaded cassowary v0.3.0 |
| 1247 | 2025-06-30T13:52:28.463Z | Downloaded cancel-safe-futures v0.1.5 |
| 1248 | 2025-06-30T13:52:28.463Z | Downloaded castaway v0.2.3 |
| 1249 | 2025-06-30T13:52:28.463Z | Downloaded camino-tempfile-ext v0.3.1 |
| 1250 | 2025-06-30T13:52:28.463Z | Downloaded bzip2 v0.5.2 |
| 1251 | 2025-06-30T13:52:28.463Z | Downloaded bzip2 v0.4.4 |
| 1252 | 2025-06-30T13:52:28.463Z | Downloaded block-padding v0.3.3 |
| 1253 | 2025-06-30T13:52:28.463Z | Downloaded blake2 v0.10.6 |
| 1254 | 2025-06-30T13:52:28.463Z | Downloaded bitfield-struct v0.6.2 |
| 1255 | 2025-06-30T13:52:28.463Z | Downloaded bit-vec v0.8.0 |
| 1256 | 2025-06-30T13:52:28.463Z | Downloaded base16ct v0.2.0 |
| 1257 | 2025-06-30T13:52:28.463Z | Downloaded libsw-core v0.3.1 |
| 1258 | 2025-06-30T13:52:28.463Z | Downloaded hyper-tls v0.6.0 |
| 1259 | 2025-06-30T13:52:28.463Z | Downloaded http-range v0.1.5 |
| 1260 | 2025-06-30T13:52:28.488Z | Downloaded hostname v0.3.1 |
| 1261 | 2025-06-30T13:52:28.488Z | Downloaded crc8 v0.1.1 |
| 1262 | 2025-06-30T13:52:28.488Z | Downloaded ciborium-io v0.2.2 |
| 1263 | 2025-06-30T13:52:28.488Z | Downloaded cfg_aliases v0.1.1 |
| 1264 | 2025-06-30T13:52:28.488Z | Downloaded cargo-platform v0.1.8 |
| 1265 | 2025-06-30T13:52:28.488Z | Downloaded buf-list v1.0.3 |
| 1266 | 2025-06-30T13:52:28.488Z | Downloaded bitflags v1.3.2 |
| 1267 | 2025-06-30T13:52:28.488Z | Downloaded bitfield v0.14.0 |
| 1268 | 2025-06-30T13:52:28.488Z | Downloaded async-trait v0.1.88 |
| 1269 | 2025-06-30T13:52:28.488Z | Downloaded assert_matches v1.5.0 |
| 1270 | 2025-06-30T13:52:28.488Z | Downloaded bit-set v0.5.3 |
| 1271 | 2025-06-30T13:52:28.488Z | Downloaded atomicwrites v0.4.4 |
| 1272 | 2025-06-30T13:52:28.489Z | Downloaded ahash v0.8.11 |
| 1273 | 2025-06-30T13:52:28.489Z | Downloaded aes-gcm v0.10.3 |
| 1274 | 2025-06-30T13:52:28.514Z | Downloaded bb8 v0.8.5 |
| 1275 | 2025-06-30T13:52:28.514Z | Downloaded backoff v0.4.0 |
| 1276 | 2025-06-30T13:52:28.514Z | Downloaded async-stream-impl v0.3.6 |
| 1277 | 2025-06-30T13:52:28.514Z | Downloaded ascii-canvas v3.0.0 |
| 1278 | 2025-06-30T13:52:28.514Z | Downloaded array-init v0.0.4 |
| 1279 | 2025-06-30T13:52:28.514Z | Downloaded arc-swap v1.7.1 |
| 1280 | 2025-06-30T13:52:28.514Z | Downloaded allocator-api2 v0.2.21 |
| 1281 | 2025-06-30T13:52:28.514Z | Downloaded aho-corasick v1.1.3 |
| 1282 | 2025-06-30T13:52:28.514Z | Downloaded aes v0.8.4 |
| 1283 | 2025-06-30T13:52:28.539Z | Downloaded aead v0.5.2 |
| 1284 | 2025-06-30T13:52:28.539Z | Downloaded addr2line v0.24.2 |
| 1285 | 2025-06-30T13:52:28.539Z | Downloaded arrayref v0.3.9 |
| 1286 | 2025-06-30T13:52:28.539Z | Downloaded adler2 v2.0.0 |
| 1287 | 2025-06-30T13:52:28.539Z | Downloaded blowfish v0.9.1 |
| 1288 | 2025-06-30T13:52:28.685Z | Compiling value-bag v1.9.0 |
| 1289 | 2025-06-30T13:52:28.685Z | Compiling shlex v1.3.0 |
| 1290 | 2025-06-30T13:52:28.685Z | Compiling lock_api v0.4.12 |
| 1291 | 2025-06-30T13:52:28.685Z | Compiling scopeguard v1.2.0 |
| 1292 | 2025-06-30T13:52:28.710Z | Compiling typenum v1.17.0 |
| 1293 | 2025-06-30T13:52:28.710Z | Compiling generic-array v0.14.7 |
| 1294 | 2025-06-30T13:52:28.710Z | Compiling syn v2.0.104 |
| 1295 | 2025-06-30T13:52:28.710Z | Compiling getrandom v0.2.15 |
| 1296 | 2025-06-30T13:52:28.960Z | Compiling jobserver v0.1.32 |
| 1297 | 2025-06-30T13:52:29.070Z | Compiling rand_core v0.6.4 |
| 1298 | 2025-06-30T13:52:29.095Z | Compiling smallvec v1.15.0 |
| 1299 | 2025-06-30T13:52:29.140Z | Compiling log v0.4.27 |
| 1300 | 2025-06-30T13:52:29.285Z | Compiling portable-atomic v1.11.0 |
| 1301 | 2025-06-30T13:52:29.441Z | Compiling cc v1.2.15 |
| 1302 | 2025-06-30T13:52:29.539Z | Compiling critical-section v1.1.3 |
| 1303 | 2025-06-30T13:52:29.564Z | Compiling subtle v2.6.1 |
| 1304 | 2025-06-30T13:52:29.648Z | Compiling const-oid v0.9.6 |
| 1305 | 2025-06-30T13:52:29.704Z | Compiling pkg-config v0.3.31 |
| 1306 | 2025-06-30T13:52:29.803Z | Compiling pin-project-lite v0.2.14 |
| 1307 | 2025-06-30T13:52:29.886Z | Compiling parking_lot_core v0.9.10 |
| 1308 | 2025-06-30T13:52:29.944Z | Compiling rustix v0.38.37 |
| 1309 | 2025-06-30T13:52:31.030Z | Compiling signal-hook-registry v1.4.2 |
| 1310 | 2025-06-30T13:52:31.115Z | Compiling parking_lot v0.12.3 |
| 1311 | 2025-06-30T13:52:31.146Z | Compiling mio v1.0.2 |
| 1312 | 2025-06-30T13:52:31.171Z | Compiling futures-core v0.3.31 |
| 1313 | 2025-06-30T13:52:31.407Z | Compiling spin v0.9.8 |
| 1314 | 2025-06-30T13:52:31.594Z | Compiling once_cell v1.21.3 |
| 1315 | 2025-06-30T13:52:31.683Z | Compiling socket2 v0.5.10 |
| 1316 | 2025-06-30T13:52:31.712Z | Compiling slab v0.4.9 |
| 1317 | 2025-06-30T13:52:31.794Z | Compiling aho-corasick v1.1.3 |
| 1318 | 2025-06-30T13:52:31.878Z | Compiling serde_json v1.0.140 |
| 1319 | 2025-06-30T13:52:32.020Z | Compiling cpufeatures v0.2.14 |
| 1320 | 2025-06-30T13:52:32.064Z | Compiling libm v0.2.8 |
| 1321 | 2025-06-30T13:52:32.104Z | Compiling regex-syntax v0.8.5 |
| 1322 | 2025-06-30T13:52:32.173Z | Compiling either v1.15.0 |
| 1323 | 2025-06-30T13:52:32.401Z | Compiling num-traits v0.2.19 |
| 1324 | 2025-06-30T13:52:32.485Z | Compiling futures-sink v0.3.31 |
| 1325 | 2025-06-30T13:52:32.565Z | Compiling getrandom v0.3.1 |
| 1326 | 2025-06-30T13:52:32.591Z | Compiling percent-encoding v2.3.1 |
| 1327 | 2025-06-30T13:52:32.672Z | Compiling glob v0.3.2 |
| 1328 | 2025-06-30T13:52:33.185Z | Compiling prettyplease v0.2.35 |
| 1329 | 2025-06-30T13:52:33.254Z | Compiling lazy_static v1.5.0 |
| 1330 | 2025-06-30T13:52:33.397Z | Compiling minimal-lexical v0.2.1 |
| 1331 | 2025-06-30T13:52:33.463Z | Compiling clang-sys v1.8.1 |
| 1332 | 2025-06-30T13:52:33.515Z | Compiling foldhash v0.1.5 |
| 1333 | 2025-06-30T13:52:33.617Z | Compiling allocator-api2 v0.2.21 |
| 1334 | 2025-06-30T13:52:33.923Z | Compiling nom v7.1.3 |
| 1335 | 2025-06-30T13:52:34.095Z | Compiling libloading v0.8.5 |
| 1336 | 2025-06-30T13:52:34.147Z | Compiling base64ct v1.6.0 |
| 1337 | 2025-06-30T13:52:34.271Z | Compiling hashbrown v0.15.4 |
| 1338 | 2025-06-30T13:52:34.503Z | Compiling bindgen v0.69.5 |
| 1339 | 2025-06-30T13:52:34.749Z | Compiling home v0.5.9 |
| 1340 | 2025-06-30T13:52:34.989Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2025-06-30T13:52:35.463Z | Compiling regex-automata v0.4.8 |
| 1342 | 2025-06-30T13:52:35.522Z | Compiling synstructure v0.13.1 |
| 1343 | 2025-06-30T13:52:35.731Z | Compiling futures-channel v0.3.31 |
| 1344 | 2025-06-30T13:52:36.193Z | Compiling itertools v0.12.1 |
| 1345 | 2025-06-30T13:52:36.876Z | Compiling cexpr v0.6.0 |
| 1346 | 2025-06-30T13:52:37.034Z | Compiling futures-task v0.3.31 |
| 1347 | 2025-06-30T13:52:37.345Z | Compiling futures-io v0.3.31 |
| 1348 | 2025-06-30T13:52:37.455Z | Compiling rustc-hash v1.1.0 |
| 1349 | 2025-06-30T13:52:37.614Z | Compiling flagset v0.4.6 |
| 1350 | 2025-06-30T13:52:37.639Z | Compiling pin-utils v0.1.0 |
| 1351 | 2025-06-30T13:52:37.753Z | Compiling lazycell v1.3.0 |
| 1352 | 2025-06-30T13:52:37.839Z | Compiling cmake v0.1.51 |
| 1353 | 2025-06-30T13:52:37.935Z | Compiling fs_extra v1.3.0 |
| 1354 | 2025-06-30T13:52:38.246Z | Compiling dunce v1.0.5 |
| 1355 | 2025-06-30T13:52:38.277Z | Compiling form_urlencoded v1.2.1 |
| 1356 | 2025-06-30T13:52:38.396Z | Compiling zerocopy v0.8.26 |
| 1357 | 2025-06-30T13:52:38.439Z | Compiling paste v1.0.15 |
| 1358 | 2025-06-30T13:52:38.583Z | Compiling vcpkg v0.2.15 |
| 1359 | 2025-06-30T13:52:38.635Z | Compiling crossbeam-utils v0.8.21 |
| 1360 | 2025-06-30T13:52:38.908Z | Compiling ring v0.17.14 |
| 1361 | 2025-06-30T13:52:39.153Z | Compiling tracing-core v0.1.32 |
| 1362 | 2025-06-30T13:52:39.178Z | Compiling aws-lc-rs v1.12.4 |
| 1363 | 2025-06-30T13:52:39.537Z | Compiling iana-time-zone v0.1.63 |
| 1364 | 2025-06-30T13:52:39.914Z | Compiling httparse v1.9.5 |
| 1365 | 2025-06-30T13:52:39.939Z | Compiling serde_derive v1.0.219 |
| 1366 | 2025-06-30T13:52:40.122Z | Compiling zeroize_derive v1.4.2 |
| 1367 | 2025-06-30T13:52:40.360Z | Compiling zerofrom-derive v0.1.4 |
| 1368 | 2025-06-30T13:52:40.602Z | Compiling yoke-derive v0.7.4 |
| 1369 | 2025-06-30T13:52:40.964Z | Compiling zerovec-derive v0.10.3 |
| 1370 | 2025-06-30T13:52:41.336Z | Compiling zeroize v1.8.1 |
| 1371 | 2025-06-30T13:52:42.920Z | Compiling displaydoc v0.2.5 |
| 1372 | 2025-06-30T13:52:43.079Z | Compiling crypto-common v0.1.6 |
| 1373 | 2025-06-30T13:52:43.116Z | Compiling block-buffer v0.10.4 |
| 1374 | 2025-06-30T13:52:43.329Z | Compiling zerocopy-derive v0.7.35 |
| 1375 | 2025-06-30T13:52:43.435Z | Compiling digest v0.10.7 |
| 1376 | 2025-06-30T13:52:43.527Z | Compiling zerofrom v0.1.4 |
| 1377 | 2025-06-30T13:52:43.792Z | Compiling yoke v0.7.4 |
| 1378 | 2025-06-30T13:52:43.963Z | Compiling tokio-macros v2.5.0 |
| 1379 | 2025-06-30T13:52:44.173Z | Compiling zerovec v0.10.4 |
| 1380 | 2025-06-30T13:52:44.453Z | Compiling hmac v0.12.1 |
| 1381 | 2025-06-30T13:52:44.766Z | Compiling icu_provider_macros v1.5.0 |
| 1382 | 2025-06-30T13:52:44.937Z | Compiling block-padding v0.3.3 |
| 1383 | 2025-06-30T13:52:45.171Z | Compiling sha2 v0.10.9 |
| 1384 | 2025-06-30T13:52:45.257Z | Compiling zerocopy v0.7.35 |
| 1385 | 2025-06-30T13:52:45.282Z | Compiling inout v0.1.3 |
| 1386 | 2025-06-30T13:52:45.422Z | Compiling regex v1.11.1 |
| 1387 | 2025-06-30T13:52:45.457Z | Compiling der_derive v0.7.3 |
| 1388 | 2025-06-30T13:52:45.585Z | Compiling cipher v0.4.4 |
| 1389 | 2025-06-30T13:52:45.783Z | Compiling futures-macro v0.3.31 |
| 1390 | 2025-06-30T13:52:46.087Z | Compiling tinystr v0.7.6 |
| 1391 | 2025-06-30T13:52:46.239Z | Compiling icu_collections v1.5.0 |
| 1392 | 2025-06-30T13:52:46.389Z | Compiling thiserror-impl v1.0.69 |
| 1393 | 2025-06-30T13:52:46.478Z | Compiling icu_locid v1.5.0 |
| 1394 | 2025-06-30T13:52:46.547Z | Compiling ppv-lite86 v0.2.20 |
| 1395 | 2025-06-30T13:52:46.612Z | Compiling serde v1.0.219 |
| 1396 | 2025-06-30T13:52:47.246Z | Compiling salsa20 v0.10.2 |
| 1397 | 2025-06-30T13:52:47.391Z | Compiling futures-util v0.3.31 |
| 1398 | 2025-06-30T13:52:47.424Z | Compiling der v0.7.9 |
| 1399 | 2025-06-30T13:52:47.460Z | Compiling pbkdf2 v0.12.2 |
| 1400 | 2025-06-30T13:52:47.504Z | Compiling aes v0.8.4 |
| 1401 | 2025-06-30T13:52:47.646Z | Compiling icu_provider v1.5.0 |
| 1402 | 2025-06-30T13:52:47.825Z | Compiling scrypt v0.11.0 |
| 1403 | 2025-06-30T13:52:48.311Z | Compiling icu_locid_transform v1.5.0 |
| 1404 | 2025-06-30T13:52:48.382Z | Compiling cbc v0.1.2 |
| 1405 | 2025-06-30T13:52:48.544Z | Compiling openssl-sys v0.9.109 |
| 1406 | 2025-06-30T13:52:48.626Z | Compiling zerocopy-derive v0.8.26 |
| 1407 | 2025-06-30T13:52:49.017Z | Compiling thiserror v1.0.69 |
| 1408 | 2025-06-30T13:52:49.177Z | Compiling pest v2.7.14 |
| 1409 | 2025-06-30T13:52:49.463Z | Compiling spki v0.7.3 |
| 1410 | 2025-06-30T13:52:49.814Z | Compiling icu_properties v1.5.1 |
| 1411 | 2025-06-30T13:52:49.845Z | Compiling pkcs5 v0.7.1 |
| 1412 | 2025-06-30T13:52:50.328Z | Compiling tracing-attributes v0.1.27 |
| 1413 | 2025-06-30T13:52:50.490Z | Compiling scroll_derive v0.12.0 |
| 1414 | 2025-06-30T13:52:50.989Z | Compiling pkcs8 v0.10.2 |
| 1415 | 2025-06-30T13:52:51.623Z | Compiling bytes v1.10.1 |
| 1416 | 2025-06-30T13:52:51.754Z | Compiling bitflags v2.9.0 |
| 1417 | 2025-06-30T13:52:52.240Z | Compiling semver v1.0.26 |
| 1418 | 2025-06-30T13:52:52.991Z | Compiling tokio v1.45.1 |
| 1419 | 2025-06-30T13:52:53.016Z | Compiling indexmap v2.9.0 |
| 1420 | 2025-06-30T13:52:53.169Z | Compiling http v1.3.1 |
| 1421 | 2025-06-30T13:52:53.387Z | Compiling rustc_version v0.4.1 |
| 1422 | 2025-06-30T13:52:54.054Z | Compiling icu_normalizer v1.5.0 |
| 1423 | 2025-06-30T13:52:54.407Z | Compiling uuid v1.17.0 |
| 1424 | 2025-06-30T13:52:54.443Z | Compiling tracing v0.1.40 |
| 1425 | 2025-06-30T13:52:54.748Z | Compiling http-body v1.0.1 |
| 1426 | 2025-06-30T13:52:55.028Z | Compiling idna_adapter v1.2.0 |
| 1427 | 2025-06-30T13:52:55.070Z | Compiling pest_meta v2.7.14 |
| 1428 | 2025-06-30T13:52:55.293Z | Compiling chrono v0.4.41 |
| 1429 | 2025-06-30T13:52:55.362Z | Compiling idna v1.0.3 |
| 1430 | 2025-06-30T13:52:55.443Z | Compiling base64 v0.22.1 |
| 1431 | 2025-06-30T13:52:55.777Z | Compiling rustls-pki-types v1.10.0 |
| 1432 | 2025-06-30T13:52:55.996Z | Compiling which v4.4.2 |
| 1433 | 2025-06-30T13:52:56.202Z | Compiling url v2.5.4 |
| 1434 | 2025-06-30T13:52:56.798Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2025-06-30T13:52:56.846Z | Compiling pest_generator v2.7.14 |
| 1436 | 2025-06-30T13:52:56.909Z | Compiling rand_core v0.9.2 |
| 1437 | 2025-06-30T13:52:56.938Z | Compiling tinyvec v1.8.0 |
| 1438 | 2025-06-30T13:52:57.384Z | Compiling scroll v0.12.0 |
| 1439 | 2025-06-30T13:52:58.006Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2025-06-30T13:52:58.055Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1441 | 2025-06-30T13:52:58.432Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1442 | 2025-06-30T13:52:58.508Z | Compiling powerfmt v0.2.0 |
| 1443 | 2025-06-30T13:52:58.616Z | Compiling num-conv v0.1.0 |
| 1444 | 2025-06-30T13:52:58.760Z | Compiling openssl-probe v0.1.5 |
| 1445 | 2025-06-30T13:52:58.915Z | Compiling schemars v0.8.22 |
| 1446 | 2025-06-30T13:52:58.955Z | Compiling untrusted v0.7.1 |
| 1447 | 2025-06-30T13:52:59.113Z | Compiling openssl v0.10.73 |
| 1448 | 2025-06-30T13:52:59.157Z | Compiling untrusted v0.9.0 |
| 1449 | 2025-06-30T13:52:59.209Z | Compiling adler2 v2.0.0 |
| 1450 | 2025-06-30T13:52:59.256Z | Compiling atomic-waker v1.1.2 |
| 1451 | 2025-06-30T13:52:59.360Z | Compiling try-lock v0.2.5 |
| 1452 | 2025-06-30T13:52:59.385Z | Compiling foreign-types-shared v0.1.1 |
| 1453 | 2025-06-30T13:52:59.453Z | Compiling time-core v0.1.2 |
| 1454 | 2025-06-30T13:52:59.487Z | Compiling tower-service v0.3.3 |
| 1455 | 2025-06-30T13:52:59.530Z | Compiling rustversion v1.0.17 |
| 1456 | 2025-06-30T13:52:59.582Z | Compiling want v0.3.1 |
| 1457 | 2025-06-30T13:52:59.615Z | Compiling foreign-types v0.3.2 |
| 1458 | 2025-06-30T13:52:59.661Z | Compiling miniz_oxide v0.8.5 |
| 1459 | 2025-06-30T13:52:59.686Z | Compiling time-macros v0.2.18 |
| 1460 | 2025-06-30T13:52:59.752Z | Compiling pest_derive v2.7.14 |
| 1461 | 2025-06-30T13:53:00.316Z | Compiling schemars_derive v0.8.22 |
| 1462 | 2025-06-30T13:53:00.567Z | Compiling deranged v0.3.11 |
| 1463 | 2025-06-30T13:53:01.126Z | Compiling goblin v0.8.2 |
| 1464 | 2025-06-30T13:53:02.575Z | Compiling tokio-util v0.7.15 |
| 1465 | 2025-06-30T13:53:03.670Z | Compiling rand_chacha v0.9.0 |
| 1466 | 2025-06-30T13:53:04.222Z | Compiling h2 v0.4.6 |
| 1467 | 2025-06-30T13:53:04.276Z | Compiling ipnet v2.11.0 |
| 1468 | 2025-06-30T13:53:05.015Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2025-06-30T13:53:05.536Z | Compiling dyn-clone v1.0.19 |
| 1470 | 2025-06-30T13:53:05.809Z | Compiling syn v1.0.109 |
| 1471 | 2025-06-30T13:53:05.859Z | Compiling rustls v0.23.19 |
| 1472 | 2025-06-30T13:53:05.951Z | Compiling httpdate v1.0.3 |
| 1473 | 2025-06-30T13:53:06.160Z | Compiling num_threads v0.1.7 |
| 1474 | 2025-06-30T13:53:06.314Z | Compiling native-tls v0.2.12 |
| 1475 | 2025-06-30T13:53:06.409Z | Compiling time v0.3.36 |
| 1476 | 2025-06-30T13:53:07.274Z | Compiling rand v0.9.1 |
| 1477 | 2025-06-30T13:53:08.989Z | Compiling dof v0.3.0 |
| 1478 | 2025-06-30T13:53:10.026Z | Compiling dtrace-parser v0.2.0 |
| 1479 | 2025-06-30T13:53:10.918Z | Compiling unicode-normalization v0.1.24 |
| 1480 | 2025-06-30T13:53:10.965Z | Compiling heapless v0.7.17 |
| 1481 | 2025-06-30T13:53:11.413Z | Compiling hyper v1.6.0 |
| 1482 | 2025-06-30T13:53:11.918Z | Compiling signature v2.2.0 |
| 1483 | 2025-06-30T13:53:11.944Z | Compiling crossbeam-epoch v0.9.18 |
| 1484 | 2025-06-30T13:53:11.995Z | Compiling crc32fast v1.4.2 |
| 1485 | 2025-06-30T13:53:12.250Z | Compiling cookie v0.18.1 |
| 1486 | 2025-06-30T13:53:12.390Z | Compiling unicode-bidi v0.3.17 |
| 1487 | 2025-06-30T13:53:12.581Z | Compiling zstd-safe v7.2.3 |
| 1488 | 2025-06-30T13:53:12.664Z | Compiling zlib-rs v0.5.1 |
| 1489 | 2025-06-30T13:53:12.902Z | Compiling unicode-properties v0.1.3 |
| 1490 | 2025-06-30T13:53:13.283Z | Compiling siphasher v0.3.11 |
| 1491 | 2025-06-30T13:53:13.520Z | Compiling signal-hook v0.3.18 |
| 1492 | 2025-06-30T13:53:13.622Z | Compiling rayon-core v1.12.1 |
| 1493 | 2025-06-30T13:53:13.662Z | Compiling slog v2.7.0 |
| 1494 | 2025-06-30T13:53:13.825Z | Compiling phf_shared v0.11.2 |
| 1495 | 2025-06-30T13:53:13.883Z | Compiling hyper-util v0.1.14 |
| 1496 | 2025-06-30T13:53:14.242Z | Compiling stringprep v0.1.5 |
| 1497 | 2025-06-30T13:53:14.296Z | Compiling crossbeam-deque v0.8.5 |
| 1498 | 2025-06-30T13:53:14.359Z | Compiling usdt-impl v0.5.0 |
| 1499 | 2025-06-30T13:53:14.936Z | Compiling curve25519-dalek v4.1.3 |
| 1500 | 2025-06-30T13:53:14.971Z | Compiling serde_tokenstream v0.2.2 |
| 1501 | 2025-06-30T13:53:15.304Z | Compiling serde_spanned v0.6.9 |
| 1502 | 2025-06-30T13:53:15.581Z | Compiling toml_datetime v0.6.11 |
| 1503 | 2025-06-30T13:53:15.640Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2025-06-30T13:53:15.696Z | Compiling md-5 v0.10.6 |
| 1505 | 2025-06-30T13:53:15.802Z | Compiling num-integer v0.1.46 |
| 1506 | 2025-06-30T13:53:16.032Z | Compiling sync_wrapper v1.0.1 |
| 1507 | 2025-06-30T13:53:16.209Z | Compiling ff v0.13.0 |
| 1508 | 2025-06-30T13:53:16.235Z | Compiling hash32 v0.2.1 |
| 1509 | 2025-06-30T13:53:16.477Z | Compiling memoffset v0.9.1 |
| 1510 | 2025-06-30T13:53:16.527Z | Compiling tower-layer v0.3.3 |
| 1511 | 2025-06-30T13:53:16.638Z | Compiling litrs v0.4.1 |
| 1512 | 2025-06-30T13:53:16.802Z | Compiling gimli v0.31.1 |
| 1513 | 2025-06-30T13:53:16.842Z | Compiling newtype-uuid v1.2.4 |
| 1514 | 2025-06-30T13:53:17.146Z | Compiling psl-types v2.0.11 |
| 1515 | 2025-06-30T13:53:17.282Z | Compiling smoltcp v0.9.1 |
| 1516 | 2025-06-30T13:53:17.419Z | Compiling fallible-iterator v0.2.0 |
| 1517 | 2025-06-30T13:53:17.735Z | Compiling cfg_aliases v0.2.1 |
| 1518 | 2025-06-30T13:53:17.868Z | Compiling base16ct v0.2.0 |
| 1519 | 2025-06-30T13:53:17.967Z | Compiling num-bigint-dig v0.8.4 |
| 1520 | 2025-06-30T13:53:18.032Z | Compiling nix v0.29.0 |
| 1521 | 2025-06-30T13:53:18.240Z | Compiling postgres-protocol v0.6.8 |
| 1522 | 2025-06-30T13:53:18.265Z | Compiling sec1 v0.7.3 |
| 1523 | 2025-06-30T13:53:18.343Z | Compiling document-features v0.2.10 |
| 1524 | 2025-06-30T13:53:18.828Z | Compiling libz-rs-sys v0.5.1 |
| 1525 | 2025-06-30T13:53:18.853Z | Compiling publicsuffix v2.3.0 |
| 1526 | 2025-06-30T13:53:19.116Z | Compiling flate2 v1.1.2 |
| 1527 | 2025-06-30T13:53:19.375Z | Compiling tower v0.5.2 |
| 1528 | 2025-06-30T13:53:19.466Z | Compiling group v0.13.0 |
| 1529 | 2025-06-30T13:53:19.583Z | Compiling num-iter v0.1.45 |
| 1530 | 2025-06-30T13:53:19.801Z | Compiling rand v0.8.5 |
| 1531 | 2025-06-30T13:53:19.951Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2025-06-30T13:53:21.162Z | Compiling addr2line v0.24.2 |
| 1533 | 2025-06-30T13:53:21.245Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2025-06-30T13:53:21.539Z | Compiling rustls-native-certs v0.8.1 |
| 1535 | 2025-06-30T13:53:21.672Z | Compiling webpki-roots v1.0.0 |
| 1536 | 2025-06-30T13:53:21.717Z | Compiling terminal_size v0.4.0 |
| 1537 | 2025-06-30T13:53:21.868Z | Compiling http-body-util v0.1.3 |
| 1538 | 2025-06-30T13:53:21.925Z | Compiling hkdf v0.12.4 |
| 1539 | 2025-06-30T13:53:21.983Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2025-06-30T13:53:22.109Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1541 | 2025-06-30T13:53:22.134Z | Compiling thiserror-impl v2.0.12 |
| 1542 | 2025-06-30T13:53:22.161Z | Compiling async-trait v0.1.88 |
| 1543 | 2025-06-30T13:53:22.257Z | Compiling ahash v0.8.11 |
| 1544 | 2025-06-30T13:53:22.411Z | Compiling fs-err v3.1.1 |
| 1545 | 2025-06-30T13:53:22.603Z | Compiling object v0.36.5 |
| 1546 | 2025-06-30T13:53:22.758Z | Compiling managed v0.8.0 |
| 1547 | 2025-06-30T13:53:23.199Z | Compiling winnow v0.5.40 |
| 1548 | 2025-06-30T13:53:23.483Z | Compiling buf-list v1.0.3 |
| 1549 | 2025-06-30T13:53:24.007Z | Compiling rustc-demangle v0.1.24 |
| 1550 | 2025-06-30T13:53:24.446Z | Compiling bitflags v1.3.2 |
| 1551 | 2025-06-30T13:53:24.569Z | Compiling bumpalo v3.16.0 |
| 1552 | 2025-06-30T13:53:24.870Z | Compiling anyhow v1.0.98 |
| 1553 | 2025-06-30T13:53:25.037Z | Compiling simd-adler32 v0.3.7 |
| 1554 | 2025-06-30T13:53:25.111Z | Compiling lockfree-object-pool v0.1.6 |
| 1555 | 2025-06-30T13:53:25.403Z | Compiling iri-string v0.7.8 |
| 1556 | 2025-06-30T13:53:25.617Z | Compiling zopfli v0.8.1 |
| 1557 | 2025-06-30T13:53:25.855Z | Compiling clap_builder v4.5.40 |
| 1558 | 2025-06-30T13:53:26.583Z | Compiling hubpack_derive v0.1.1 |
| 1559 | 2025-06-30T13:53:26.722Z | Compiling toml_edit v0.19.15 |
| 1560 | 2025-06-30T13:53:27.164Z | Compiling thiserror v2.0.12 |
| 1561 | 2025-06-30T13:53:27.342Z | Compiling strum_macros v0.25.3 |
| 1562 | 2025-06-30T13:53:27.370Z | Compiling hubpack v0.1.2 |
| 1563 | 2025-06-30T13:53:27.514Z | Compiling console v0.15.10 |
| 1564 | 2025-06-30T13:53:27.799Z | Compiling elliptic-curve v0.13.8 |
| 1565 | 2025-06-30T13:53:28.650Z | Compiling tower-http v0.6.6 |
| 1566 | 2025-06-30T13:53:29.578Z | Compiling backtrace v0.3.74 |
| 1567 | 2025-06-30T13:53:30.215Z | Compiling hyper-tls v0.6.0 |
| 1568 | 2025-06-30T13:53:30.628Z | Compiling oxnet v0.1.2 |
| 1569 | 2025-06-30T13:53:30.791Z | Compiling signal-hook-mio v0.2.4 |
| 1570 | 2025-06-30T13:53:30.982Z | Compiling rayon v1.10.0 |
| 1571 | 2025-06-30T13:53:31.344Z | Compiling cookie_store v0.21.1 |
| 1572 | 2025-06-30T13:53:32.308Z | Compiling zstd v0.13.3 |
| 1573 | 2025-06-30T13:53:32.820Z | Compiling postgres-types v0.2.9 |
| 1574 | 2025-06-30T13:53:33.204Z | Compiling usdt-attr-macro v0.5.0 |
| 1575 | 2025-06-30T13:53:33.312Z | Compiling usdt-macro v0.5.0 |
| 1576 | 2025-06-30T13:53:33.489Z | Compiling phf v0.11.2 |
| 1577 | 2025-06-30T13:53:33.782Z | Compiling ed25519 v2.2.3 |
| 1578 | 2025-06-30T13:53:34.079Z | Compiling strum_macros v0.26.4 |
| 1579 | 2025-06-30T13:53:34.613Z | Compiling bzip2 v0.5.2 |
| 1580 | 2025-06-30T13:53:34.640Z | Compiling bzip2 v0.4.4 |
| 1581 | 2025-06-30T13:53:35.017Z | Compiling enum-as-inner v0.6.1 |
| 1582 | 2025-06-30T13:53:35.045Z | Compiling clap_derive v4.5.40 |
| 1583 | 2025-06-30T13:53:35.088Z | Compiling serde-big-array v0.5.1 |
| 1584 | 2025-06-30T13:53:35.381Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2025-06-30T13:53:35.529Z | Compiling pkcs1 v0.7.5 |
| 1586 | 2025-06-30T13:53:35.908Z | Compiling rfc6979 v0.4.0 |
| 1587 | 2025-06-30T13:53:35.945Z | Compiling bstr v1.10.0 |
| 1588 | 2025-06-30T13:53:36.008Z | Compiling serde_repr v0.1.19 |
| 1589 | 2025-06-30T13:53:36.151Z | Compiling daft-derive v0.1.3 |
| 1590 | 2025-06-30T13:53:36.385Z | Compiling float-cmp v0.10.0 |
| 1591 | 2025-06-30T13:53:36.658Z | Compiling encoding_rs v0.8.34 |
| 1592 | 2025-06-30T13:53:37.016Z | Compiling fixedbitset v0.4.2 |
| 1593 | 2025-06-30T13:53:37.474Z | Compiling static_assertions v1.1.0 |
| 1594 | 2025-06-30T13:53:37.500Z | Compiling predicates-core v1.0.8 |
| 1595 | 2025-06-30T13:53:37.562Z | Compiling data-encoding v2.9.0 |
| 1596 | 2025-06-30T13:53:37.611Z | Compiling unicode-segmentation v1.12.0 |
| 1597 | 2025-06-30T13:53:37.828Z | Compiling mime v0.3.17 |
| 1598 | 2025-06-30T13:53:38.240Z | Compiling whoami v1.6.0 |
| 1599 | 2025-06-30T13:53:38.415Z | Compiling difflib v0.4.0 |
| 1600 | 2025-06-30T13:53:38.504Z | Compiling precomputed-hash v0.1.1 |
| 1601 | 2025-06-30T13:53:38.647Z | Compiling number_prefix v0.4.0 |
| 1602 | 2025-06-30T13:53:38.800Z | Compiling new_debug_unreachable v1.0.6 |
| 1603 | 2025-06-30T13:53:38.909Z | Compiling normalize-line-endings v0.3.0 |
| 1604 | 2025-06-30T13:53:38.935Z | Compiling toml_edit v0.22.27 |
| 1605 | 2025-06-30T13:53:39.079Z | Compiling predicates v3.1.3 |
| 1606 | 2025-06-30T13:53:39.256Z | Compiling clap v4.5.40 |
| 1607 | 2025-06-30T13:53:39.345Z | Compiling string_cache v0.8.9 |
| 1608 | 2025-06-30T13:53:39.396Z | Compiling indicatif v0.17.11 |
| 1609 | 2025-06-30T13:53:39.709Z | Compiling tokio-postgres v0.7.13 |
| 1610 | 2025-06-30T13:53:39.842Z | Compiling similar v2.7.0 |
| 1611 | 2025-06-30T13:53:40.192Z | Compiling hickory-proto v0.25.2 |
| 1612 | 2025-06-30T13:53:40.614Z | Compiling strum v0.26.3 |
| 1613 | 2025-06-30T13:53:40.813Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1614 | 2025-06-30T13:53:41.284Z | Compiling daft v0.1.3 |
| 1615 | 2025-06-30T13:53:41.777Z | Compiling petgraph v0.6.5 |
| 1616 | 2025-06-30T13:53:41.810Z | Compiling usdt v0.5.0 |
| 1617 | 2025-06-30T13:53:42.281Z | Compiling ecdsa v0.16.9 |
| 1618 | 2025-06-30T13:53:43.094Z | Compiling rsa v0.9.6 |
| 1619 | 2025-06-30T13:53:43.318Z | Compiling zip v0.6.6 |
| 1620 | 2025-06-30T13:53:44.666Z | Compiling zip v4.2.0 |
| 1621 | 2025-06-30T13:53:44.988Z | Compiling ed25519-dalek v2.1.1 |
| 1622 | 2025-06-30T13:53:45.825Z | Compiling crossterm v0.28.1 |
| 1623 | 2025-06-30T13:53:47.274Z | Compiling toml v0.7.8 |
| 1624 | 2025-06-30T13:53:47.727Z | Compiling tokio-stream v0.1.17 |
| 1625 | 2025-06-30T13:53:48.151Z | Compiling openapiv3 v2.2.0 |
| 1626 | 2025-06-30T13:53:48.425Z | Compiling x509-cert v0.2.5 |
| 1627 | 2025-06-30T13:53:48.679Z | Compiling sha1 v0.10.6 |
| 1628 | 2025-06-30T13:53:48.757Z | Compiling itertools v0.10.5 |
| 1629 | 2025-06-30T13:53:48.937Z | Compiling dirs-sys-next v0.1.2 |
| 1630 | 2025-06-30T13:53:49.240Z | Compiling winnow v0.6.26 |
| 1631 | 2025-06-30T13:53:49.489Z | Compiling peg-runtime v0.8.5 |
| 1632 | 2025-06-30T13:53:50.057Z | Compiling rustc-hash v2.1.1 |
| 1633 | 2025-06-30T13:53:50.315Z | Compiling lalrpop-util v0.19.12 |
| 1634 | 2025-06-30T13:53:50.602Z | Compiling dirs-next v2.0.0 |
| 1635 | 2025-06-30T13:53:50.704Z | Compiling thread_local v1.1.8 |
| 1636 | 2025-06-30T13:53:50.880Z | Compiling slog-async v2.8.0 |
| 1637 | 2025-06-30T13:53:51.267Z | Compiling term v0.7.0 |
| 1638 | 2025-06-30T13:53:51.403Z | Compiling xattr v1.3.1 |
| 1639 | 2025-06-30T13:53:51.445Z | Compiling futures-executor v0.3.31 |
| 1640 | 2025-06-30T13:53:51.688Z | Compiling crossbeam-channel v0.5.15 |
| 1641 | 2025-06-30T13:53:51.971Z | Compiling filetime v0.2.25 |
| 1642 | 2025-06-30T13:53:52.204Z | Compiling is-terminal v0.4.13 |
| 1643 | 2025-06-30T13:53:52.253Z | Compiling take_mut v0.2.2 |
| 1644 | 2025-06-30T13:53:52.287Z | Compiling tar v0.4.44 |
| 1645 | 2025-06-30T13:53:52.388Z | Compiling slog-term v2.9.1 |
| 1646 | 2025-06-30T13:53:52.475Z | Compiling futures v0.3.31 |
| 1647 | 2025-06-30T13:53:52.551Z | Compiling camino v1.1.10 |
| 1648 | 2025-06-30T13:53:58.629Z | Compiling aws-lc-sys v0.26.0 |
| 1649 | 2025-06-30T13:54:32.558Z | Compiling rustls-webpki v0.102.8 |
| 1650 | 2025-06-30T13:54:38.816Z | Compiling tokio-rustls v0.26.0 |
| 1651 | 2025-06-30T13:54:39.159Z | Compiling hyper-rustls v0.27.7 |
| 1652 | 2025-06-30T13:54:39.509Z | Compiling reqwest v0.12.20 |
| 1653 | 2025-06-30T13:54:44.117Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1654 | 2025-06-30T13:54:44.524Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1655 | 2025-06-30T13:54:50.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 1656 | 2025-06-30T13:54:51.075Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1657 | 2025-06-30T13:54:51.161Z | Jun 30 13:54:50.507 INFO Starting download, target: Clickhouse |
| 1658 | 2025-06-30T13:54:51.161Z | Jun 30 13:54:50.507 INFO Starting download, target: Console |
| 1659 | 2025-06-30T13:54:51.161Z | Jun 30 13:54:50.507 INFO Starting download, target: DendriteStub |
| 1660 | 2025-06-30T13:54:51.161Z | Jun 30 13:54:50.508 INFO Starting download, target: Cockroach |
| 1661 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.508 INFO Starting download, target: MaghemiteMgd |
| 1662 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.508 INFO Starting download, target: TransceiverControl |
| 1663 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.509 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1664 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.509 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1665 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.509 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1666 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.510 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1667 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.510 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1668 | 2025-06-30T13:54:51.186Z | Jun 30 13:54:50.510 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1669 | 2025-06-30T13:54:51.708Z | Jun 30 13:54:51.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1670 | 2025-06-30T13:54:51.899Z | Jun 30 13:54:51.230 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1671 | 2025-06-30T13:54:52.132Z | Jun 30 13:54:51.466 INFO Download complete, target: Console |
| 1672 | 2025-06-30T13:54:52.261Z | Jun 30 13:54:51.606 INFO Download complete, target: TransceiverControl |
| 1673 | 2025-06-30T13:54:54.612Z | Jun 30 13:54:53.931 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1674 | 2025-06-30T13:54:56.043Z | Jun 30 13:54:55.389 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1675 | 2025-06-30T13:54:58.096Z | Jun 30 13:54:57.442 INFO Download complete, target: DendriteStub |
| 1676 | 2025-06-30T13:54:59.440Z | Jun 30 13:54:58.779 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1677 | 2025-06-30T13:54:59.440Z | Jun 30 13:54:58.779 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1678 | 2025-06-30T13:55:00.328Z | Jun 30 13:54:59.674 INFO Download complete, target: MaghemiteMgd |
| 1679 | 2025-06-30T13:55:08.999Z | Jun 30 13:55:08.345 INFO Checking that binary works, target: Cockroach |
| 1680 | 2025-06-30T13:55:09.332Z | Jun 30 13:55:08.679 INFO Download complete, target: Cockroach |
| 1681 | 2025-06-30T13:55:19.064Z | Jun 30 13:55:18.411 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1682 | 2025-06-30T13:55:34.442Z | Jun 30 13:55:33.789 INFO Checking that binary works, target: Clickhouse |
| 1683 | 2025-06-30T13:55:34.671Z | Jun 30 13:55:34.018 INFO Download complete, target: Clickhouse |
| 1684 | 2025-06-30T13:55:34.698Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1685 | 2025-06-30T13:55:34.723Z | |
| 1686 | 2025-06-30T13:55:34.723Z | real 5:37.622515979 |
| 1687 | 2025-06-30T13:55:34.723Z | user 16:17.826508296 |
| 1688 | 2025-06-30T13:55:34.723Z | sys 2:38.575410569 |
| 1689 | 2025-06-30T13:55:34.723Z | trap 0.636222764 |
| 1690 | 2025-06-30T13:55:34.723Z | tflt 0.388815906 |
| 1691 | 2025-06-30T13:55:34.723Z | dflt 1.174856059 |
| 1692 | 2025-06-30T13:55:34.723Z | kflt 0.010659489 |
| 1693 | 2025-06-30T13:55:34.723Z | lock 33:02.268852107 |
| 1694 | 2025-06-30T13:55:34.723Z | slp 59:38.199444403 |
| 1695 | 2025-06-30T13:55:34.723Z | lat 1:08.641115060 |
| 1696 | 2025-06-30T13:55:34.723Z | stop 2:46.644352564 |
| 1697 | 2025-06-30T13:55:34.723Z | + banner hack-check |
| 1698 | 2025-06-30T13:55:34.723Z | |
| 1699 | 2025-06-30T13:55:34.723Z | # # ## #### # # #### # # ###### #### # # |
| 1700 | 2025-06-30T13:55:34.723Z | # # # # # # # # # # # # # # # # # |
| 1701 | 2025-06-30T13:55:34.723Z | ###### # # # #### ##### # ###### ##### # #### |
| 1702 | 2025-06-30T13:55:34.723Z | # # ###### # # # # # # # # # # |
| 1703 | 2025-06-30T13:55:34.724Z | # # # # # # # # # # # # # # # # # |
| 1704 | 2025-06-30T13:55:34.724Z | # # # # #### # # #### # # ###### #### # # |
| 1705 | 2025-06-30T13:55:34.724Z | |
| 1706 | 2025-06-30T13:55:34.724Z | + export CARGO_INCREMENTAL=0 |
| 1707 | 2025-06-30T13:55:34.724Z | + CARGO_INCREMENTAL=0 |
| 1708 | 2025-06-30T13:55:34.724Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1709 | 2025-06-30T13:55:35.965Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1710 | 2025-06-30T13:55:36.327Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1711 | 2025-06-30T13:55:40.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
| 1712 | 2025-06-30T13:55:40.764Z | Running `target/debug/xtask check-features --ci` |
| 1713 | 2025-06-30T13:55:40.800Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1714 | 2025-06-30T13:55:40.800Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1715 | 2025-06-30T13:55:41.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 1716 | 2025-06-30T13:55:41.908Z | Running `target/debug/xtask download cargo-hack` |
| 1717 | 2025-06-30T13:55:43.599Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2025-06-30T13:55:44.077Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1719 | 2025-06-30T13:55:50.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.16s |
| 1720 | 2025-06-30T13:55:50.317Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1721 | 2025-06-30T13:55:50.381Z | Jun 30 13:55:49.728 INFO Starting download, target: CargoHack |
| 1722 | 2025-06-30T13:55:50.406Z | Jun 30 13:55:49.730 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1723 | 2025-06-30T13:55:51.156Z | Jun 30 13:55:50.502 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1724 | 2025-06-30T13:55:51.259Z | Jun 30 13:55:50.606 INFO Download complete, target: CargoHack |
| 1725 | 2025-06-30T13:55:51.284Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1726 | 2025-06-30T13:55:51.310Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1727 | 2025-06-30T13:55:51.591Z | info: running `cargo check --bins` on api_identity (1/216) |
| 1728 | 2025-06-30T13:55:52.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2025-06-30T13:55:52.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2025-06-30T13:55:52.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2025-06-30T13:55:52.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 1732 | 2025-06-30T13:55:52.729Z | |
| 1733 | 2025-06-30T13:55:52.729Z | info: running `cargo check --bins` on bootstore (2/216) |
| 1734 | 2025-06-30T13:55:53.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2025-06-30T13:55:53.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2025-06-30T13:55:53.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2025-06-30T13:55:53.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 1738 | 2025-06-30T13:55:53.967Z | |
| 1739 | 2025-06-30T13:55:53.967Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/216) |
| 1740 | 2025-06-30T13:55:55.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-06-30T13:55:55.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-06-30T13:55:55.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-06-30T13:55:55.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 1744 | 2025-06-30T13:55:55.246Z | |
| 1745 | 2025-06-30T13:55:55.246Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/216) |
| 1746 | 2025-06-30T13:55:56.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-06-30T13:55:56.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-06-30T13:55:56.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-06-30T13:55:56.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 1750 | 2025-06-30T13:55:56.536Z | |
| 1751 | 2025-06-30T13:55:56.536Z | info: running `cargo check --bins` on id-map (5/216) |
| 1752 | 2025-06-30T13:55:57.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-06-30T13:55:57.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-06-30T13:55:57.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-06-30T13:55:57.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 1756 | 2025-06-30T13:55:57.677Z | |
| 1757 | 2025-06-30T13:55:57.677Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/216) |
| 1758 | 2025-06-30T13:55:58.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-06-30T13:55:58.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-06-30T13:55:58.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-06-30T13:55:58.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1762 | 2025-06-30T13:55:58.558Z | |
| 1763 | 2025-06-30T13:55:58.558Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/216) |
| 1764 | 2025-06-30T13:55:59.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-06-30T13:55:59.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-06-30T13:55:59.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-06-30T13:55:59.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1768 | 2025-06-30T13:55:59.450Z | |
| 1769 | 2025-06-30T13:55:59.450Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/216) |
| 1770 | 2025-06-30T13:56:00.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-06-30T13:56:00.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-06-30T13:56:00.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-06-30T13:56:00.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1774 | 2025-06-30T13:56:00.312Z | |
| 1775 | 2025-06-30T13:56:00.312Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/216) |
| 1776 | 2025-06-30T13:56:01.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-06-30T13:56:01.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-06-30T13:56:01.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-06-30T13:56:01.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1780 | 2025-06-30T13:56:01.226Z | |
| 1781 | 2025-06-30T13:56:01.226Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/216) |
| 1782 | 2025-06-30T13:56:02.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-06-30T13:56:02.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-06-30T13:56:02.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-06-30T13:56:02.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1786 | 2025-06-30T13:56:02.125Z | |
| 1787 | 2025-06-30T13:56:02.125Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/216) |
| 1788 | 2025-06-30T13:56:02.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-06-30T13:56:02.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-06-30T13:56:02.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-06-30T13:56:02.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1792 | 2025-06-30T13:56:02.984Z | |
| 1793 | 2025-06-30T13:56:02.984Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/216) |
| 1794 | 2025-06-30T13:56:03.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-06-30T13:56:03.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-06-30T13:56:03.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-06-30T13:56:03.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1798 | 2025-06-30T13:56:03.849Z | |
| 1799 | 2025-06-30T13:56:03.849Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/216) |
| 1800 | 2025-06-30T13:56:04.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-06-30T13:56:04.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-06-30T13:56:04.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-06-30T13:56:04.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1804 | 2025-06-30T13:56:04.720Z | |
| 1805 | 2025-06-30T13:56:04.720Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/216) |
| 1806 | 2025-06-30T13:56:05.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-06-30T13:56:05.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-06-30T13:56:05.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-06-30T13:56:05.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1810 | 2025-06-30T13:56:05.599Z | |
| 1811 | 2025-06-30T13:56:05.600Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/216) |
| 1812 | 2025-06-30T13:56:06.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-06-30T13:56:06.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-06-30T13:56:06.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-06-30T13:56:06.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1816 | 2025-06-30T13:56:06.475Z | |
| 1817 | 2025-06-30T13:56:06.475Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/216) |
| 1818 | 2025-06-30T13:56:07.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-06-30T13:56:07.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-06-30T13:56:07.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-06-30T13:56:07.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1822 | 2025-06-30T13:56:07.390Z | |
| 1823 | 2025-06-30T13:56:07.390Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/216) |
| 1824 | 2025-06-30T13:56:08.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-06-30T13:56:08.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-06-30T13:56:08.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-06-30T13:56:08.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1828 | 2025-06-30T13:56:08.301Z | |
| 1829 | 2025-06-30T13:56:08.302Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/216) |
| 1830 | 2025-06-30T13:56:09.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-06-30T13:56:09.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-06-30T13:56:09.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-06-30T13:56:09.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1834 | 2025-06-30T13:56:09.182Z | |
| 1835 | 2025-06-30T13:56:09.182Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/216) |
| 1836 | 2025-06-30T13:56:10.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-06-30T13:56:10.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-06-30T13:56:10.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-06-30T13:56:10.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1840 | 2025-06-30T13:56:10.101Z | |
| 1841 | 2025-06-30T13:56:10.101Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/216) |
| 1842 | 2025-06-30T13:56:10.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-06-30T13:56:11.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-06-30T13:56:11.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-06-30T13:56:11.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1846 | 2025-06-30T13:56:11.061Z | |
| 1847 | 2025-06-30T13:56:11.061Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/216) |
| 1848 | 2025-06-30T13:56:11.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-06-30T13:56:11.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-06-30T13:56:11.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-06-30T13:56:11.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1852 | 2025-06-30T13:56:11.912Z | |
| 1853 | 2025-06-30T13:56:11.912Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/216) |
| 1854 | 2025-06-30T13:56:12.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-06-30T13:56:12.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-06-30T13:56:12.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-06-30T13:56:12.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1858 | 2025-06-30T13:56:12.774Z | |
| 1859 | 2025-06-30T13:56:12.774Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/216) |
| 1860 | 2025-06-30T13:56:13.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-06-30T13:56:13.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-06-30T13:56:13.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-06-30T13:56:13.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1864 | 2025-06-30T13:56:13.686Z | |
| 1865 | 2025-06-30T13:56:13.686Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/216) |
| 1866 | 2025-06-30T13:56:14.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-06-30T13:56:14.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-06-30T13:56:14.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-06-30T13:56:14.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1870 | 2025-06-30T13:56:14.598Z | |
| 1871 | 2025-06-30T13:56:14.598Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/216) |
| 1872 | 2025-06-30T13:56:15.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-06-30T13:56:15.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-06-30T13:56:15.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-06-30T13:56:15.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 1876 | 2025-06-30T13:56:15.688Z | |
| 1877 | 2025-06-30T13:56:15.688Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/216) |
| 1878 | 2025-06-30T13:56:16.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-06-30T13:56:16.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-06-30T13:56:16.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-06-30T13:56:16.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1882 | 2025-06-30T13:56:16.647Z | |
| 1883 | 2025-06-30T13:56:16.647Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/216) |
| 1884 | 2025-06-30T13:56:17.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-06-30T13:56:17.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-06-30T13:56:17.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-06-30T13:56:17.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1888 | 2025-06-30T13:56:17.546Z | |
| 1889 | 2025-06-30T13:56:17.546Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/216) |
| 1890 | 2025-06-30T13:56:18.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-06-30T13:56:18.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-06-30T13:56:18.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-06-30T13:56:18.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1894 | 2025-06-30T13:56:18.438Z | |
| 1895 | 2025-06-30T13:56:18.438Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/216) |
| 1896 | 2025-06-30T13:56:19.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-06-30T13:56:19.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-06-30T13:56:19.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-06-30T13:56:19.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1900 | 2025-06-30T13:56:19.356Z | |
| 1901 | 2025-06-30T13:56:19.356Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/216) |
| 1902 | 2025-06-30T13:56:20.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-06-30T13:56:20.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-06-30T13:56:20.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-06-30T13:56:20.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 1906 | 2025-06-30T13:56:20.338Z | |
| 1907 | 2025-06-30T13:56:20.338Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/216) |
| 1908 | 2025-06-30T13:56:21.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-06-30T13:56:21.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-06-30T13:56:21.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-06-30T13:56:21.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 1912 | 2025-06-30T13:56:21.352Z | |
| 1913 | 2025-06-30T13:56:21.352Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/216) |
| 1914 | 2025-06-30T13:56:22.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-06-30T13:56:22.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-06-30T13:56:22.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-06-30T13:56:22.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1918 | 2025-06-30T13:56:22.307Z | |
| 1919 | 2025-06-30T13:56:22.307Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/216) |
| 1920 | 2025-06-30T13:56:23.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-06-30T13:56:23.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-06-30T13:56:23.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-06-30T13:56:23.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1924 | 2025-06-30T13:56:23.201Z | |
| 1925 | 2025-06-30T13:56:23.201Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/216) |
| 1926 | 2025-06-30T13:56:24.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-06-30T13:56:24.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-06-30T13:56:24.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-06-30T13:56:24.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1930 | 2025-06-30T13:56:24.088Z | |
| 1931 | 2025-06-30T13:56:24.088Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/216) |
| 1932 | 2025-06-30T13:56:24.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-06-30T13:56:24.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-06-30T13:56:24.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-06-30T13:56:24.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1936 | 2025-06-30T13:56:25.028Z | |
| 1937 | 2025-06-30T13:56:25.028Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/216) |
| 1938 | 2025-06-30T13:56:25.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-06-30T13:56:25.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-06-30T13:56:25.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-06-30T13:56:25.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1942 | 2025-06-30T13:56:26.041Z | |
| 1943 | 2025-06-30T13:56:26.041Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/216) |
| 1944 | 2025-06-30T13:56:26.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-06-30T13:56:26.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-06-30T13:56:26.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-06-30T13:56:26.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1948 | 2025-06-30T13:56:26.965Z | |
| 1949 | 2025-06-30T13:56:26.965Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/216) |
| 1950 | 2025-06-30T13:56:27.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-06-30T13:56:27.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-06-30T13:56:27.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-06-30T13:56:27.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1954 | 2025-06-30T13:56:27.879Z | |
| 1955 | 2025-06-30T13:56:27.879Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/216) |
| 1956 | 2025-06-30T13:56:28.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-06-30T13:56:28.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-06-30T13:56:28.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-06-30T13:56:28.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1960 | 2025-06-30T13:56:28.782Z | |
| 1961 | 2025-06-30T13:56:28.782Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/216) |
| 1962 | 2025-06-30T13:56:29.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-06-30T13:56:29.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-06-30T13:56:29.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-06-30T13:56:29.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1966 | 2025-06-30T13:56:29.682Z | |
| 1967 | 2025-06-30T13:56:29.682Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/216) |
| 1968 | 2025-06-30T13:56:30.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-06-30T13:56:30.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-06-30T13:56:30.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-06-30T13:56:30.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1972 | 2025-06-30T13:56:30.647Z | |
| 1973 | 2025-06-30T13:56:30.647Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/216) |
| 1974 | 2025-06-30T13:56:31.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-06-30T13:56:31.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-06-30T13:56:31.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2025-06-30T13:56:31.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1978 | 2025-06-30T13:56:31.554Z | |
| 1979 | 2025-06-30T13:56:31.554Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/216) |
| 1980 | 2025-06-30T13:56:32.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2025-06-30T13:56:32.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2025-06-30T13:56:32.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2025-06-30T13:56:32.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1984 | 2025-06-30T13:56:32.445Z | |
| 1985 | 2025-06-30T13:56:32.445Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/216) |
| 1986 | 2025-06-30T13:56:33.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2025-06-30T13:56:33.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2025-06-30T13:56:33.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2025-06-30T13:56:33.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 1990 | 2025-06-30T13:56:33.424Z | |
| 1991 | 2025-06-30T13:56:33.424Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/216) |
| 1992 | 2025-06-30T13:56:34.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2025-06-30T13:56:34.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2025-06-30T13:56:34.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2025-06-30T13:56:34.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 1996 | 2025-06-30T13:56:34.311Z | |
| 1997 | 2025-06-30T13:56:34.311Z | info: running `cargo check --bins` on sled-hardware-types (46/216) |
| 1998 | 2025-06-30T13:56:35.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2025-06-30T13:56:35.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2025-06-30T13:56:35.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2025-06-30T13:56:35.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 2002 | 2025-06-30T13:56:35.648Z | |
| 2003 | 2025-06-30T13:56:35.648Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/216) |
| 2004 | 2025-06-30T13:56:36.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2025-06-30T13:56:36.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2025-06-30T13:56:36.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2025-06-30T13:56:36.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2008 | 2025-06-30T13:56:36.928Z | |
| 2009 | 2025-06-30T13:56:36.928Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/216) |
| 2010 | 2025-06-30T13:56:38.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2025-06-30T13:56:38.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2025-06-30T13:56:38.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2025-06-30T13:56:38.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2014 | 2025-06-30T13:56:38.172Z | |
| 2015 | 2025-06-30T13:56:38.173Z | info: running `cargo check --bins` on oxlog (49/216) |
| 2016 | 2025-06-30T13:56:39.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2025-06-30T13:56:39.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2025-06-30T13:56:39.408Z | Checking cfg-if v1.0.1 |
| 2019 | 2025-06-30T13:56:39.434Z | Checking libc v0.2.174 |
| 2020 | 2025-06-30T13:56:39.460Z | Checking serde v1.0.219 |
| 2021 | 2025-06-30T13:56:39.486Z | Checking zeroize v1.8.1 |
| 2022 | 2025-06-30T13:56:39.511Z | Checking memchr v2.7.4 |
| 2023 | 2025-06-30T13:56:39.511Z | Checking typenum v1.17.0 |
| 2024 | 2025-06-30T13:56:39.538Z | Checking smallvec v1.15.0 |
| 2025 | 2025-06-30T13:56:39.573Z | Checking value-bag v1.9.0 |
| 2026 | 2025-06-30T13:56:39.600Z | Checking subtle v2.6.1 |
| 2027 | 2025-06-30T13:56:39.880Z | Checking scopeguard v1.2.0 |
| 2028 | 2025-06-30T13:56:40.002Z | Checking const-oid v0.9.6 |
| 2029 | 2025-06-30T13:56:40.047Z | Checking itoa v1.0.11 |
| 2030 | 2025-06-30T13:56:40.095Z | Checking lock_api v0.4.12 |
| 2031 | 2025-06-30T13:56:40.121Z | Checking log v0.4.27 |
| 2032 | 2025-06-30T13:56:40.299Z | Checking stable_deref_trait v1.2.0 |
| 2033 | 2025-06-30T13:56:40.432Z | Checking byteorder v1.5.0 |
| 2034 | 2025-06-30T13:56:40.617Z | Checking zerofrom v0.1.4 |
| 2035 | 2025-06-30T13:56:40.643Z | Checking portable-atomic v1.11.0 |
| 2036 | 2025-06-30T13:56:40.764Z | Checking getrandom v0.2.15 |
| 2037 | 2025-06-30T13:56:40.806Z | Checking generic-array v0.14.7 |
| 2038 | 2025-06-30T13:56:40.831Z | Checking parking_lot_core v0.9.10 |
| 2039 | 2025-06-30T13:56:40.867Z | Checking signal-hook-registry v1.4.2 |
| 2040 | 2025-06-30T13:56:40.923Z | Checking pin-project-lite v0.2.14 |
| 2041 | 2025-06-30T13:56:41.076Z | Checking rand_core v0.6.4 |
| 2042 | 2025-06-30T13:56:41.102Z | Checking critical-section v1.1.3 |
| 2043 | 2025-06-30T13:56:41.168Z | Checking yoke v0.7.4 |
| 2044 | 2025-06-30T13:56:41.225Z | Checking parking_lot v0.12.3 |
| 2045 | 2025-06-30T13:56:41.266Z | Checking mio v1.0.2 |
| 2046 | 2025-06-30T13:56:41.426Z | Checking socket2 v0.5.10 |
| 2047 | 2025-06-30T13:56:41.531Z | Checking zerovec v0.10.4 |
| 2048 | 2025-06-30T13:56:41.621Z | Checking futures-core v0.3.31 |
| 2049 | 2025-06-30T13:56:41.709Z | Checking once_cell v1.21.3 |
| 2050 | 2025-06-30T13:56:41.848Z | Checking cpufeatures v0.2.14 |
| 2051 | 2025-06-30T13:56:41.948Z | Checking writeable v0.5.5 |
| 2052 | 2025-06-30T13:56:41.974Z | Checking crypto-common v0.1.6 |
| 2053 | 2025-06-30T13:56:42.000Z | Checking block-buffer v0.10.4 |
| 2054 | 2025-06-30T13:56:42.027Z | Checking litemap v0.7.3 |
| 2055 | 2025-06-30T13:56:42.053Z | Checking block-padding v0.3.3 |
| 2056 | 2025-06-30T13:56:42.105Z | Checking zerocopy v0.7.35 |
| 2057 | 2025-06-30T13:56:42.285Z | Checking percent-encoding v2.3.1 |
| 2058 | 2025-06-30T13:56:42.312Z | Checking digest v0.10.7 |
| 2059 | 2025-06-30T13:56:42.338Z | Checking inout v0.1.3 |
| 2060 | 2025-06-30T13:56:42.366Z | Checking getrandom v0.3.1 |
| 2061 | 2025-06-30T13:56:42.463Z | Checking libm v0.2.8 |
| 2062 | 2025-06-30T13:56:42.606Z | Checking allocator-api2 v0.2.21 |
| 2063 | 2025-06-30T13:56:42.643Z | Checking icu_locid_transform_data v1.5.0 |
| 2064 | 2025-06-30T13:56:42.696Z | Checking foldhash v0.1.5 |
| 2065 | 2025-06-30T13:56:42.766Z | Checking ryu v1.0.18 |
| 2066 | 2025-06-30T13:56:42.792Z | Checking hmac v0.12.1 |
| 2067 | 2025-06-30T13:56:42.999Z | Checking futures-sink v0.3.31 |
| 2068 | 2025-06-30T13:56:43.024Z | Checking equivalent v1.0.2 |
| 2069 | 2025-06-30T13:56:43.049Z | Checking sha2 v0.10.9 |
| 2070 | 2025-06-30T13:56:43.164Z | Checking cipher v0.4.4 |
| 2071 | 2025-06-30T13:56:43.195Z | Checking slab v0.4.9 |
| 2072 | 2025-06-30T13:56:43.293Z | Checking hashbrown v0.15.4 |
| 2073 | 2025-06-30T13:56:43.388Z | Checking num-traits v0.2.19 |
| 2074 | 2025-06-30T13:56:43.428Z | Checking base64ct v1.6.0 |
| 2075 | 2025-06-30T13:56:43.489Z | Checking icu_properties_data v1.5.0 |
| 2076 | 2025-06-30T13:56:43.532Z | Checking tinystr v0.7.6 |
| 2077 | 2025-06-30T13:56:43.652Z | Checking icu_collections v1.5.0 |
| 2078 | 2025-06-30T13:56:43.724Z | Checking write16 v1.0.0 |
| 2079 | 2025-06-30T13:56:43.784Z | Checking utf8_iter v1.0.4 |
| 2080 | 2025-06-30T13:56:43.892Z | Checking icu_locid v1.5.0 |
| 2081 | 2025-06-30T13:56:43.917Z | Checking utf16_iter v1.0.5 |
| 2082 | 2025-06-30T13:56:43.917Z | Checking pem-rfc7468 v0.7.0 |
| 2083 | 2025-06-30T13:56:44.008Z | Checking flagset v0.4.6 |
| 2084 | 2025-06-30T13:56:44.158Z | Checking icu_normalizer_data v1.5.0 |
| 2085 | 2025-06-30T13:56:44.244Z | Checking salsa20 v0.10.2 |
| 2086 | 2025-06-30T13:56:44.275Z | Checking der v0.7.9 |
| 2087 | 2025-06-30T13:56:44.301Z | Checking ppv-lite86 v0.2.20 |
| 2088 | 2025-06-30T13:56:44.411Z | Checking futures-channel v0.3.31 |
| 2089 | 2025-06-30T13:56:44.481Z | Checking pbkdf2 v0.12.2 |
| 2090 | 2025-06-30T13:56:44.507Z | Checking pin-utils v0.1.0 |
| 2091 | 2025-06-30T13:56:44.644Z | Checking futures-io v0.3.31 |
| 2092 | 2025-06-30T13:56:44.676Z | Checking bytes v1.10.1 |
| 2093 | 2025-06-30T13:56:44.730Z | Checking bitflags v2.9.0 |
| 2094 | 2025-06-30T13:56:44.823Z | Checking indexmap v2.9.0 |
| 2095 | 2025-06-30T13:56:44.929Z | Checking serde_json v1.0.140 |
| 2096 | 2025-06-30T13:56:44.984Z | Checking icu_provider v1.5.0 |
| 2097 | 2025-06-30T13:56:45.009Z | Checking futures-task v0.3.31 |
| 2098 | 2025-06-30T13:56:45.165Z | Checking fnv v1.0.7 |
| 2099 | 2025-06-30T13:56:45.194Z | Checking scrypt v0.11.0 |
| 2100 | 2025-06-30T13:56:45.322Z | Checking futures-util v0.3.31 |
| 2101 | 2025-06-30T13:56:45.350Z | Checking aes v0.8.4 |
| 2102 | 2025-06-30T13:56:45.499Z | Checking cbc v0.1.2 |
| 2103 | 2025-06-30T13:56:45.746Z | Checking form_urlencoded v1.2.1 |
| 2104 | 2025-06-30T13:56:45.849Z | Checking icu_locid_transform v1.5.0 |
| 2105 | 2025-06-30T13:56:45.929Z | Checking tokio v1.45.1 |
| 2106 | 2025-06-30T13:56:45.999Z | Checking http v1.3.1 |
| 2107 | 2025-06-30T13:56:46.268Z | Checking uuid v1.17.0 |
| 2108 | 2025-06-30T13:56:46.314Z | Checking tracing-core v0.1.32 |
| 2109 | 2025-06-30T13:56:46.403Z | Checking spki v0.7.3 |
| 2110 | 2025-06-30T13:56:46.742Z | Checking pkcs5 v0.7.1 |
| 2111 | 2025-06-30T13:56:46.786Z | Checking zerocopy v0.8.26 |
| 2112 | 2025-06-30T13:56:47.047Z | Checking tracing v0.1.40 |
| 2113 | 2025-06-30T13:56:47.072Z | Checking icu_properties v1.5.1 |
| 2114 | 2025-06-30T13:56:47.122Z | Checking base64 v0.22.1 |
| 2115 | 2025-06-30T13:56:47.312Z | Checking pkcs8 v0.10.2 |
| 2116 | 2025-06-30T13:56:47.473Z | Compiling newtype-uuid v1.2.4 |
| 2117 | 2025-06-30T13:56:47.512Z | Checking http-body v1.0.1 |
| 2118 | 2025-06-30T13:56:47.677Z | Checking tinyvec_macros v0.1.1 |
| 2119 | 2025-06-30T13:56:47.716Z | Checking rustls-pki-types v1.10.0 |
| 2120 | 2025-06-30T13:56:47.772Z | Checking iana-time-zone v0.1.63 |
| 2121 | 2025-06-30T13:56:47.814Z | Checking tinyvec v1.8.0 |
| 2122 | 2025-06-30T13:56:47.842Z | Checking aws-lc-sys v0.26.0 |
| 2123 | 2025-06-30T13:56:47.993Z | Checking chrono v0.4.41 |
| 2124 | 2025-06-30T13:56:48.347Z | Checking spin v0.9.8 |
| 2125 | 2025-06-30T13:56:48.726Z | Checking atomic-waker v1.1.2 |
| 2126 | 2025-06-30T13:56:48.900Z | Checking openssl-probe v0.1.5 |
| 2127 | 2025-06-30T13:56:49.101Z | Checking try-lock v0.2.5 |
| 2128 | 2025-06-30T13:56:49.126Z | Checking tower-service v0.3.3 |
| 2129 | 2025-06-30T13:56:49.290Z | Checking adler2 v2.0.0 |
| 2130 | 2025-06-30T13:56:49.352Z | Checking untrusted v0.7.1 |
| 2131 | 2025-06-30T13:56:49.538Z | Checking untrusted v0.9.0 |
| 2132 | 2025-06-30T13:56:49.610Z | Checking foreign-types-shared v0.1.1 |
| 2133 | 2025-06-30T13:56:49.742Z | Checking ring v0.17.14 |
| 2134 | 2025-06-30T13:56:49.767Z | Checking foreign-types v0.3.2 |
| 2135 | 2025-06-30T13:56:49.870Z | Checking miniz_oxide v0.8.5 |
| 2136 | 2025-06-30T13:56:50.180Z | Checking rand_core v0.9.2 |
| 2137 | 2025-06-30T13:56:50.205Z | Checking want v0.3.1 |
| 2138 | 2025-06-30T13:56:50.393Z | Checking aws-lc-rs v1.12.4 |
| 2139 | 2025-06-30T13:56:50.424Z | Checking ipnet v2.11.0 |
| 2140 | 2025-06-30T13:56:50.453Z | Checking httparse v1.9.5 |
| 2141 | 2025-06-30T13:56:50.595Z | Checking rand_chacha v0.9.0 |
| 2142 | 2025-06-30T13:56:50.713Z | Checking crossbeam-utils v0.8.21 |
| 2143 | 2025-06-30T13:56:50.933Z | Checking openssl-sys v0.9.109 |
| 2144 | 2025-06-30T13:56:50.979Z | Checking icu_normalizer v1.5.0 |
| 2145 | 2025-06-30T13:56:51.036Z | Checking thiserror v1.0.69 |
| 2146 | 2025-06-30T13:56:51.068Z | Checking errno v0.3.12 |
| 2147 | 2025-06-30T13:56:51.220Z | Checking aho-corasick v1.1.3 |
| 2148 | 2025-06-30T13:56:51.326Z | Checking httpdate v1.0.3 |
| 2149 | 2025-06-30T13:56:51.456Z | Checking unicode-ident v1.0.18 |
| 2150 | 2025-06-30T13:56:51.619Z | Checking powerfmt v0.2.0 |
| 2151 | 2025-06-30T13:56:51.658Z | Checking regex-syntax v0.8.5 |
| 2152 | 2025-06-30T13:56:51.845Z | Checking idna_adapter v1.2.0 |
| 2153 | 2025-06-30T13:56:51.953Z | Checking deranged v0.3.11 |
| 2154 | 2025-06-30T13:56:52.085Z | Checking idna v1.0.3 |
| 2155 | 2025-06-30T13:56:52.140Z | Checking openssl v0.10.73 |
| 2156 | 2025-06-30T13:56:52.343Z | Checking proc-macro2 v1.0.95 |
| 2157 | 2025-06-30T13:56:52.400Z | Checking rustls-webpki v0.102.8 |
| 2158 | 2025-06-30T13:56:52.666Z | Checking url v2.5.4 |
| 2159 | 2025-06-30T13:56:53.049Z | Checking crossbeam-epoch v0.9.18 |
| 2160 | 2025-06-30T13:56:53.095Z | Checking rustix v0.38.37 |
| 2161 | 2025-06-30T13:56:53.317Z | Checking rand v0.9.1 |
| 2162 | 2025-06-30T13:56:53.530Z | Checking unicode-normalization v0.1.24 |
| 2163 | 2025-06-30T13:56:53.555Z | Checking semver v1.0.26 |
| 2164 | 2025-06-30T13:56:53.677Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2165 | 2025-06-30T13:56:53.812Z | Checking signature v2.2.0 |
| 2166 | 2025-06-30T13:56:54.024Z | Checking scroll v0.12.0 |
| 2167 | 2025-06-30T13:56:54.050Z | Checking crc32fast v1.4.2 |
| 2168 | 2025-06-30T13:56:54.182Z | Checking tokio-util v0.7.15 |
| 2169 | 2025-06-30T13:56:54.383Z | Checking ucd-trie v0.1.7 |
| 2170 | 2025-06-30T13:56:54.463Z | Checking either v1.15.0 |
| 2171 | 2025-06-30T13:56:54.586Z | Checking num_threads v0.1.7 |
| 2172 | 2025-06-30T13:56:54.623Z | Checking unicode-properties v0.1.3 |
| 2173 | 2025-06-30T13:56:54.680Z | Checking unicode-bidi v0.3.17 |
| 2174 | 2025-06-30T13:56:54.762Z | Checking dyn-clone v1.0.19 |
| 2175 | 2025-06-30T13:56:54.912Z | Checking utf8parse v0.2.2 |
| 2176 | 2025-06-30T13:56:54.962Z | Checking num-conv v0.1.0 |
| 2177 | 2025-06-30T13:56:55.019Z | Checking regex-automata v0.4.8 |
| 2178 | 2025-06-30T13:56:55.094Z | Checking anstyle v1.0.11 |
| 2179 | 2025-06-30T13:56:55.131Z | Checking siphasher v0.3.11 |
| 2180 | 2025-06-30T13:56:55.302Z | Checking plain v0.2.3 |
| 2181 | 2025-06-30T13:56:55.409Z | Checking zlib-rs v0.5.1 |
| 2182 | 2025-06-30T13:56:55.457Z | Checking h2 v0.4.6 |
| 2183 | 2025-06-30T13:56:55.507Z | Checking time-core v0.1.2 |
| 2184 | 2025-06-30T13:56:55.532Z | Checking phf_shared v0.11.2 |
| 2185 | 2025-06-30T13:56:55.532Z | Checking goblin v0.8.2 |
| 2186 | 2025-06-30T13:56:55.759Z | Checking time v0.3.36 |
| 2187 | 2025-06-30T13:56:55.822Z | Checking stringprep v0.1.5 |
| 2188 | 2025-06-30T13:56:56.124Z | Checking anstyle-parse v0.2.5 |
| 2189 | 2025-06-30T13:56:56.432Z | Checking schemars v0.8.22 |
| 2190 | 2025-06-30T13:56:56.562Z | Checking pest v2.7.14 |
| 2191 | 2025-06-30T13:56:58.004Z | Checking native-tls v0.2.12 |
| 2192 | 2025-06-30T13:56:58.122Z | Checking libz-rs-sys v0.5.1 |
| 2193 | 2025-06-30T13:56:58.222Z | Checking crossbeam-deque v0.8.5 |
| 2194 | 2025-06-30T13:56:58.248Z | Checking rustls v0.23.19 |
| 2195 | 2025-06-30T13:56:58.376Z | Checking quote v1.0.40 |
| 2196 | 2025-06-30T13:56:58.568Z | Checking rand_chacha v0.3.1 |
| 2197 | 2025-06-30T13:56:58.752Z | Checking num-integer v0.1.46 |
| 2198 | 2025-06-30T13:56:58.777Z | Checking toml_datetime v0.6.11 |
| 2199 | 2025-06-30T13:56:58.996Z | Checking serde_spanned v0.6.9 |
| 2200 | 2025-06-30T13:56:59.022Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2201 | 2025-06-30T13:56:59.146Z | Checking md-5 v0.10.6 |
| 2202 | 2025-06-30T13:56:59.255Z | Checking sync_wrapper v1.0.1 |
| 2203 | 2025-06-30T13:56:59.281Z | Checking ff v0.13.0 |
| 2204 | 2025-06-30T13:56:59.281Z | Checking hash32 v0.2.1 |
| 2205 | 2025-06-30T13:56:59.439Z | Checking anstyle-query v1.1.1 |
| 2206 | 2025-06-30T13:56:59.465Z | Checking psl-types v2.0.11 |
| 2207 | 2025-06-30T13:56:59.578Z | Checking pretty-hex v0.4.1 |
| 2208 | 2025-06-30T13:56:59.603Z | Checking base16ct v0.2.0 |
| 2209 | 2025-06-30T13:56:59.672Z | Checking gimli v0.31.1 |
| 2210 | 2025-06-30T13:56:59.697Z | Checking colorchoice v1.0.2 |
| 2211 | 2025-06-30T13:56:59.845Z | Checking fallible-iterator v0.2.0 |
| 2212 | 2025-06-30T13:56:59.874Z | Checking tower-layer v0.3.3 |
| 2213 | 2025-06-30T13:56:59.900Z | Checking is_terminal_polyfill v1.70.1 |
| 2214 | 2025-06-30T13:56:59.926Z | Checking sec1 v0.7.3 |
| 2215 | 2025-06-30T13:57:00.071Z | Checking anstream v0.6.18 |
| 2216 | 2025-06-30T13:57:00.197Z | Checking tower v0.5.2 |
| 2217 | 2025-06-30T13:57:00.450Z | Checking publicsuffix v2.3.0 |
| 2218 | 2025-06-30T13:57:00.517Z | Checking heapless v0.7.17 |
| 2219 | 2025-06-30T13:57:00.567Z | Checking postgres-protocol v0.6.8 |
| 2220 | 2025-06-30T13:57:00.767Z | Checking group v0.13.0 |
| 2221 | 2025-06-30T13:57:00.992Z | Checking zstd-safe v7.2.3 |
| 2222 | 2025-06-30T13:57:01.059Z | Checking num-iter v0.1.45 |
| 2223 | 2025-06-30T13:57:01.150Z | Checking dof v0.3.0 |
| 2224 | 2025-06-30T13:57:01.271Z | Checking rand v0.8.5 |
| 2225 | 2025-06-30T13:57:01.317Z | Checking dtrace-parser v0.2.0 |
| 2226 | 2025-06-30T13:57:01.345Z | Checking syn v2.0.104 |
| 2227 | 2025-06-30T13:57:01.546Z | Compiling daft v0.1.3 |
| 2228 | 2025-06-30T13:57:01.843Z | Checking rayon-core v1.12.1 |
| 2229 | 2025-06-30T13:57:01.871Z | Checking tokio-native-tls v0.3.1 |
| 2230 | 2025-06-30T13:57:02.145Z | Checking flate2 v1.1.2 |
| 2231 | 2025-06-30T13:57:02.208Z | Checking cookie v0.18.1 |
| 2232 | 2025-06-30T13:57:02.608Z | Checking ipnetwork v0.21.1 |
| 2233 | 2025-06-30T13:57:02.633Z | Checking terminal_size v0.4.0 |
| 2234 | 2025-06-30T13:57:02.662Z | Checking hyper v1.6.0 |
| 2235 | 2025-06-30T13:57:02.727Z | Checking rustls-native-certs v0.8.1 |
| 2236 | 2025-06-30T13:57:02.899Z | Checking lazy_static v1.5.0 |
| 2237 | 2025-06-30T13:57:02.927Z | Checking webpki-roots v1.0.0 |
| 2238 | 2025-06-30T13:57:03.005Z | Checking http-body-util v0.1.3 |
| 2239 | 2025-06-30T13:57:03.090Z | Checking signal-hook v0.3.18 |
| 2240 | 2025-06-30T13:57:03.129Z | Checking hkdf v0.12.4 |
| 2241 | 2025-06-30T13:57:03.201Z | Checking crypto-bigint v0.5.5 |
| 2242 | 2025-06-30T13:57:03.399Z | Checking thread-id v4.2.2 |
| 2243 | 2025-06-30T13:57:03.529Z | Checking object v0.36.5 |
| 2244 | 2025-06-30T13:57:03.555Z | Checking unicode-width v0.2.0 |
| 2245 | 2025-06-30T13:57:03.555Z | Checking winnow v0.5.40 |
| 2246 | 2025-06-30T13:57:03.906Z | Checking addr2line v0.24.2 |
| 2247 | 2025-06-30T13:57:04.315Z | Checking strsim v0.11.1 |
| 2248 | 2025-06-30T13:57:04.370Z | Checking tokio-rustls v0.26.0 |
| 2249 | 2025-06-30T13:57:04.550Z | Checking bitflags v1.3.2 |
| 2250 | 2025-06-30T13:57:04.683Z | Checking simd-adler32 v0.3.7 |
| 2251 | 2025-06-30T13:57:04.709Z | Checking bumpalo v3.16.0 |
| 2252 | 2025-06-30T13:57:04.852Z | Checking rustc-demangle v0.1.24 |
| 2253 | 2025-06-30T13:57:04.972Z | Checking hyper-util v0.1.14 |
| 2254 | 2025-06-30T13:57:05.075Z | Checking iri-string v0.7.8 |
| 2255 | 2025-06-30T13:57:05.120Z | Checking clap_lex v0.7.4 |
| 2256 | 2025-06-30T13:57:05.422Z | Checking managed v0.8.0 |
| 2257 | 2025-06-30T13:57:05.449Z | Checking lockfree-object-pool v0.1.6 |
| 2258 | 2025-06-30T13:57:05.723Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2259 | 2025-06-30T13:57:05.861Z | Checking smoltcp v0.9.1 |
| 2260 | 2025-06-30T13:57:06.026Z | Checking zopfli v0.8.1 |
| 2261 | 2025-06-30T13:57:06.221Z | Checking elliptic-curve v0.13.8 |
| 2262 | 2025-06-30T13:57:06.779Z | Checking clap_builder v4.5.40 |
| 2263 | 2025-06-30T13:57:06.847Z | Checking toml_edit v0.19.15 |
| 2264 | 2025-06-30T13:57:06.897Z | Checking console v0.15.10 |
| 2265 | 2025-06-30T13:57:07.452Z | Checking signal-hook-mio v0.2.4 |
| 2266 | 2025-06-30T13:57:07.632Z | Checking num-bigint-dig v0.8.4 |
| 2267 | 2025-06-30T13:57:07.658Z | Checking oxnet v0.1.2 |
| 2268 | 2025-06-30T13:57:07.989Z | Checking hyper-rustls v0.27.7 |
| 2269 | 2025-06-30T13:57:08.015Z | Checking tower-http v0.6.6 |
| 2270 | 2025-06-30T13:57:08.041Z | Checking usdt-impl v0.5.0 |
| 2271 | 2025-06-30T13:57:08.156Z | Checking hyper-tls v0.6.0 |
| 2272 | 2025-06-30T13:57:08.404Z | Checking cookie_store v0.21.1 |
| 2273 | 2025-06-30T13:57:08.471Z | Checking rayon v1.10.0 |
| 2274 | 2025-06-30T13:57:08.656Z | Checking zstd v0.13.3 |
| 2275 | 2025-06-30T13:57:08.682Z | Checking postgres-types v0.2.9 |
| 2276 | 2025-06-30T13:57:09.063Z | Checking regex v1.11.1 |
| 2277 | 2025-06-30T13:57:09.175Z | Checking bstr v1.10.0 |
| 2278 | 2025-06-30T13:57:09.392Z | Checking phf v0.11.2 |
| 2279 | 2025-06-30T13:57:09.593Z | Checking ed25519 v2.2.3 |
| 2280 | 2025-06-30T13:57:09.696Z | Checking bzip2 v0.5.2 |
| 2281 | 2025-06-30T13:57:09.749Z | Checking bzip2 v0.4.4 |
| 2282 | 2025-06-30T13:57:09.817Z | Checking curve25519-dalek v4.1.3 |
| 2283 | 2025-06-30T13:57:10.008Z | Checking thiserror v2.0.12 |
| 2284 | 2025-06-30T13:57:10.036Z | Checking hubpack v0.1.2 |
| 2285 | 2025-06-30T13:57:10.097Z | Checking memoffset v0.9.1 |
| 2286 | 2025-06-30T13:57:10.226Z | Checking pkcs1 v0.7.5 |
| 2287 | 2025-06-30T13:57:10.270Z | Checking serde_urlencoded v0.7.1 |
| 2288 | 2025-06-30T13:57:10.328Z | Checking float-cmp v0.10.0 |
| 2289 | 2025-06-30T13:57:10.419Z | Checking serde-big-array v0.5.1 |
| 2290 | 2025-06-30T13:57:10.456Z | Checking rfc6979 v0.4.0 |
| 2291 | 2025-06-30T13:57:10.520Z | Checking backtrace v0.3.74 |
| 2292 | 2025-06-30T13:57:10.601Z | Checking memmap v0.7.0 |
| 2293 | 2025-06-30T13:57:10.679Z | Checking encoding_rs v0.8.34 |
| 2294 | 2025-06-30T13:57:10.708Z | Checking precomputed-hash v0.1.1 |
| 2295 | 2025-06-30T13:57:10.734Z | Checking fixedbitset v0.4.2 |
| 2296 | 2025-06-30T13:57:10.763Z | Checking unicode-segmentation v1.12.0 |
| 2297 | 2025-06-30T13:57:10.857Z | Checking mime v0.3.17 |
| 2298 | 2025-06-30T13:57:10.883Z | Checking data-encoding v2.9.0 |
| 2299 | 2025-06-30T13:57:11.048Z | Checking minimal-lexical v0.2.1 |
| 2300 | 2025-06-30T13:57:11.143Z | Checking new_debug_unreachable v1.0.6 |
| 2301 | 2025-06-30T13:57:11.224Z | Checking whoami v1.6.0 |
| 2302 | 2025-06-30T13:57:11.259Z | Checking winnow v0.7.10 |
| 2303 | 2025-06-30T13:57:11.487Z | Checking toml_write v0.1.2 |
| 2304 | 2025-06-30T13:57:11.513Z | Checking static_assertions v1.1.0 |
| 2305 | 2025-06-30T13:57:11.513Z | Checking normalize-line-endings v0.3.0 |
| 2306 | 2025-06-30T13:57:11.571Z | Checking number_prefix v0.4.0 |
| 2307 | 2025-06-30T13:57:11.636Z | Checking difflib v0.4.0 |
| 2308 | 2025-06-30T13:57:11.693Z | Checking predicates-core v1.0.8 |
| 2309 | 2025-06-30T13:57:11.778Z | Checking ed25519-dalek v2.1.1 |
| 2310 | 2025-06-30T13:57:11.805Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2311 | 2025-06-30T13:57:11.847Z | Checking tokio-postgres v0.7.13 |
| 2312 | 2025-06-30T13:57:11.924Z | Checking nom v7.1.3 |
| 2313 | 2025-06-30T13:57:12.049Z | Checking predicates v3.1.3 |
| 2314 | 2025-06-30T13:57:12.285Z | Checking similar v2.7.0 |
| 2315 | 2025-06-30T13:57:12.456Z | Checking indicatif v0.17.11 |
| 2316 | 2025-06-30T13:57:12.727Z | Checking hickory-proto v0.25.2 |
| 2317 | 2025-06-30T13:57:12.938Z | Checking reqwest v0.12.20 |
| 2318 | 2025-06-30T13:57:13.224Z | Checking string_cache v0.8.9 |
| 2319 | 2025-06-30T13:57:13.320Z | Checking anyhow v1.0.98 |
| 2320 | 2025-06-30T13:57:13.549Z | Checking petgraph v0.6.5 |
| 2321 | 2025-06-30T13:57:13.749Z | Checking usdt v0.5.0 |
| 2322 | 2025-06-30T13:57:14.061Z | Checking rsa v0.9.6 |
| 2323 | 2025-06-30T13:57:14.198Z | Checking toml_edit v0.22.27 |
| 2324 | 2025-06-30T13:57:14.623Z | Checking ecdsa v0.16.9 |
| 2325 | 2025-06-30T13:57:15.041Z | Checking nix v0.29.0 |
| 2326 | 2025-06-30T13:57:15.285Z | Checking zip v0.6.6 |
| 2327 | 2025-06-30T13:57:15.420Z | Checking clap v4.5.40 |
| 2328 | 2025-06-30T13:57:15.500Z | Checking zip v4.2.0 |
| 2329 | 2025-06-30T13:57:15.584Z | Checking toml v0.7.8 |
| 2330 | 2025-06-30T13:57:16.079Z | Checking crossterm v0.28.1 |
| 2331 | 2025-06-30T13:57:16.459Z | Checking tokio-stream v0.1.17 |
| 2332 | 2025-06-30T13:57:16.929Z | Checking itertools v0.12.1 |
| 2333 | 2025-06-30T13:57:16.962Z | Checking itertools v0.10.5 |
| 2334 | 2025-06-30T13:57:17.046Z | Checking fs-err v3.1.1 |
| 2335 | 2025-06-30T13:57:17.727Z | Checking buf-list v1.0.3 |
| 2336 | 2025-06-30T13:57:17.753Z | Checking strum v0.26.3 |
| 2337 | 2025-06-30T13:57:17.779Z | Checking ahash v0.8.11 |
| 2338 | 2025-06-30T13:57:17.804Z | Checking slog v2.7.0 |
| 2339 | 2025-06-30T13:57:17.945Z | Checking openapiv3 v2.2.0 |
| 2340 | 2025-06-30T13:57:18.128Z | Checking x509-cert v0.2.5 |
| 2341 | 2025-06-30T13:57:18.172Z | Checking sha1 v0.10.6 |
| 2342 | 2025-06-30T13:57:18.323Z | Checking winnow v0.6.26 |
| 2343 | 2025-06-30T13:57:18.501Z | Checking lalrpop-util v0.19.12 |
| 2344 | 2025-06-30T13:57:18.548Z | Checking unicode-xid v0.2.6 |
| 2345 | 2025-06-30T13:57:18.813Z | Checking rustc-hash v2.1.1 |
| 2346 | 2025-06-30T13:57:18.863Z | Checking peg-runtime v0.8.5 |
| 2347 | 2025-06-30T13:57:19.125Z | Checking camino v1.1.10 |
| 2348 | 2025-06-30T13:57:19.227Z | Checking sigpipe v0.1.3 |
| 2349 | 2025-06-30T13:57:19.445Z | Checking glob v0.3.2 |
| 2350 | 2025-06-30T13:57:19.652Z | Checking jiff v0.2.15 |
| 2351 | 2025-06-30T13:57:26.568Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2352 | 2025-06-30T13:57:27.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.08s |
| 2353 | 2025-06-30T13:57:27.466Z | |
| 2354 | 2025-06-30T13:57:27.466Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/216) |
| 2355 | 2025-06-30T13:57:28.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2025-06-30T13:57:28.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2025-06-30T13:57:28.816Z | Compiling regress v0.10.3 |
| 2358 | 2025-06-30T13:57:28.864Z | Checking heck v0.5.0 |
| 2359 | 2025-06-30T13:57:28.909Z | Compiling unsafe-libyaml v0.2.11 |
| 2360 | 2025-06-30T13:57:28.935Z | Checking newtype-uuid v1.2.4 |
| 2361 | 2025-06-30T13:57:28.962Z | Checking rustix v1.0.7 |
| 2362 | 2025-06-30T13:57:28.988Z | Checking dirs-sys-next v0.1.2 |
| 2363 | 2025-06-30T13:57:29.014Z | Checking fastrand v2.1.1 |
| 2364 | 2025-06-30T13:57:29.158Z | Checking thread_local v1.1.8 |
| 2365 | 2025-06-30T13:57:29.220Z | Checking dirs-next v2.0.0 |
| 2366 | 2025-06-30T13:57:29.304Z | Checking daft v0.1.3 |
| 2367 | 2025-06-30T13:57:29.392Z | Compiling structmeta-derive v0.3.0 |
| 2368 | 2025-06-30T13:57:29.518Z | Compiling ident_case v1.0.1 |
| 2369 | 2025-06-30T13:57:29.544Z | Checking term v0.7.0 |
| 2370 | 2025-06-30T13:57:29.743Z | Compiling darling_core v0.20.10 |
| 2371 | 2025-06-30T13:57:29.803Z | Checking crossbeam-channel v0.5.15 |
| 2372 | 2025-06-30T13:57:30.078Z | Checking futures-executor v0.3.31 |
| 2373 | 2025-06-30T13:57:30.392Z | Compiling serde_yaml v0.9.34+deprecated |
| 2374 | 2025-06-30T13:57:30.711Z | Checking is-terminal v0.4.13 |
| 2375 | 2025-06-30T13:57:30.845Z | Checking tempfile v3.20.0 |
| 2376 | 2025-06-30T13:57:30.879Z | Compiling rustls v0.22.4 |
| 2377 | 2025-06-30T13:57:30.940Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2378 | 2025-06-30T13:57:31.246Z | Checking take_mut v0.2.2 |
| 2379 | 2025-06-30T13:57:31.317Z | Checking slog-term v2.9.1 |
| 2380 | 2025-06-30T13:57:31.376Z | Checking futures v0.3.31 |
| 2381 | 2025-06-30T13:57:31.511Z | Checking slog-async v2.8.0 |
| 2382 | 2025-06-30T13:57:31.540Z | Compiling proc-macro-crate v1.3.1 |
| 2383 | 2025-06-30T13:57:31.876Z | Checking wait-timeout v0.2.0 |
| 2384 | 2025-06-30T13:57:31.999Z | Compiling multer v3.1.0 |
| 2385 | 2025-06-30T13:57:32.117Z | Checking bit-vec v0.8.0 |
| 2386 | 2025-06-30T13:57:32.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2387 | 2025-06-30T13:57:32.394Z | Compiling structmeta v0.3.0 |
| 2388 | 2025-06-30T13:57:32.425Z | Checking typify-impl v0.3.0 |
| 2389 | 2025-06-30T13:57:32.503Z | Checking typify-impl v0.2.0 |
| 2390 | 2025-06-30T13:57:32.581Z | Checking quick-error v1.2.3 |
| 2391 | 2025-06-30T13:57:32.693Z | Compiling ref-cast v1.0.24 |
| 2392 | 2025-06-30T13:57:33.215Z | Checking match_cfg v0.1.0 |
| 2393 | 2025-06-30T13:57:33.345Z | Checking hostname v0.3.1 |
| 2394 | 2025-06-30T13:57:33.633Z | Checking rusty-fork v0.3.0 |
| 2395 | 2025-06-30T13:57:33.888Z | Checking bit-set v0.8.0 |
| 2396 | 2025-06-30T13:57:34.008Z | Compiling num_enum_derive v0.5.11 |
| 2397 | 2025-06-30T13:57:34.563Z | Checking progenitor-client v0.9.1 |
| 2398 | 2025-06-30T13:57:35.047Z | Checking rand_xorshift v0.4.0 |
| 2399 | 2025-06-30T13:57:35.349Z | Checking slog-json v2.6.1 |
| 2400 | 2025-06-30T13:57:35.467Z | Compiling lzma-sys v0.1.20 |
| 2401 | 2025-06-30T13:57:35.626Z | Checking hex v0.4.3 |
| 2402 | 2025-06-30T13:57:35.680Z | Compiling ref-cast-impl v1.0.24 |
| 2403 | 2025-06-30T13:57:36.175Z | Compiling foreign-types-macros v0.2.3 |
| 2404 | 2025-06-30T13:57:36.202Z | Compiling async-stream-impl v0.3.6 |
| 2405 | 2025-06-30T13:57:36.497Z | Compiling dropshot v0.16.2 |
| 2406 | 2025-06-30T13:57:36.577Z | Compiling darling_macro v0.20.10 |
| 2407 | 2025-06-30T13:57:36.833Z | Checking arc-swap v1.7.1 |
| 2408 | 2025-06-30T13:57:36.947Z | Checking foreign-types-shared v0.3.1 |
| 2409 | 2025-06-30T13:57:37.134Z | Checking unarray v0.1.4 |
| 2410 | 2025-06-30T13:57:37.411Z | Checking utf-8 v0.7.6 |
| 2411 | 2025-06-30T13:57:37.437Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2412 | 2025-06-30T13:57:37.470Z | Checking foreign-types v0.5.0 |
| 2413 | 2025-06-30T13:57:37.598Z | Checking slog-scope v4.4.0 |
| 2414 | 2025-06-30T13:57:37.631Z | Checking proptest v1.7.0 |
| 2415 | 2025-06-30T13:57:37.662Z | Compiling darling v0.20.10 |
| 2416 | 2025-06-30T13:57:37.727Z | Checking tungstenite v0.21.0 |
| 2417 | 2025-06-30T13:57:37.808Z | Checking async-stream v0.3.6 |
| 2418 | 2025-06-30T13:57:37.851Z | Compiling serde_with_macros v3.12.0 |
| 2419 | 2025-06-30T13:57:38.197Z | Checking num_enum v0.5.11 |
| 2420 | 2025-06-30T13:57:38.222Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2421 | 2025-06-30T13:57:38.445Z | Checking slog-bunyan v2.5.0 |
| 2422 | 2025-06-30T13:57:38.476Z | Compiling proc-macro-error v1.0.4 |
| 2423 | 2025-06-30T13:57:38.512Z | Checking tokio-rustls v0.25.0 |
| 2424 | 2025-06-30T13:57:39.028Z | Compiling parse-display-derive v0.10.0 |
| 2425 | 2025-06-30T13:57:39.156Z | Compiling test-strategy v0.4.1 |
| 2426 | 2025-06-30T13:57:39.403Z | Checking toml v0.8.23 |
| 2427 | 2025-06-30T13:57:39.428Z | Checking progenitor-client v0.8.0 |
| 2428 | 2025-06-30T13:57:39.850Z | Compiling heck v0.3.3 |
| 2429 | 2025-06-30T13:57:40.234Z | Checking waitgroup v0.1.2 |
| 2430 | 2025-06-30T13:57:40.337Z | Checking rustls-pemfile v2.2.0 |
| 2431 | 2025-06-30T13:57:40.445Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2432 | 2025-06-30T13:57:40.620Z | Compiling dropshot_endpoint v0.16.2 |
| 2433 | 2025-06-30T13:57:40.756Z | Checking serde_path_to_error v0.1.17 |
| 2434 | 2025-06-30T13:57:41.313Z | Compiling derive-where v1.5.0 |
| 2435 | 2025-06-30T13:57:41.561Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2436 | 2025-06-30T13:57:42.283Z | Checking cstr-argument v0.1.2 |
| 2437 | 2025-06-30T13:57:42.516Z | Checking hostname v0.4.0 |
| 2438 | 2025-06-30T13:57:42.689Z | Checking instant v0.1.13 |
| 2439 | 2025-06-30T13:57:42.728Z | Checking debug-ignore v1.0.5 |
| 2440 | 2025-06-30T13:57:42.850Z | Checking pretty-hex v0.2.1 |
| 2441 | 2025-06-30T13:57:42.965Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2442 | 2025-06-30T13:57:43.070Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2443 | 2025-06-30T13:57:43.095Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2444 | 2025-06-30T13:57:43.326Z | Checking backoff v0.4.0 |
| 2445 | 2025-06-30T13:57:43.352Z | Checking parse-display v0.10.0 |
| 2446 | 2025-06-30T13:57:43.509Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2447 | 2025-06-30T13:57:43.649Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2448 | 2025-06-30T13:57:43.755Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2449 | 2025-06-30T13:57:43.898Z | Checking serde_with v3.12.0 |
| 2450 | 2025-06-30T13:57:43.924Z | Compiling zone_cfg_derive v0.1.2 |
| 2451 | 2025-06-30T13:57:43.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2452 | 2025-06-30T13:57:43.992Z | Checking tokio-tungstenite v0.21.0 |
| 2453 | 2025-06-30T13:57:44.554Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2454 | 2025-06-30T13:57:44.754Z | Checking iddqd v0.3.8 |
| 2455 | 2025-06-30T13:57:44.944Z | Checking slog-stdlog v4.1.1 |
| 2456 | 2025-06-30T13:57:44.977Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2457 | 2025-06-30T13:57:45.294Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2458 | 2025-06-30T13:57:45.539Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2459 | 2025-06-30T13:57:45.625Z | Checking progenitor-client v0.10.0 |
| 2460 | 2025-06-30T13:57:45.651Z | Checking colored v2.2.0 |
| 2461 | 2025-06-30T13:57:46.119Z | Checking macaddr v1.0.1 |
| 2462 | 2025-06-30T13:57:46.145Z | Checking unicode-width v0.1.14 |
| 2463 | 2025-06-30T13:57:46.594Z | Checking base64 v0.21.7 |
| 2464 | 2025-06-30T13:57:46.676Z | Checking base64 v0.13.1 |
| 2465 | 2025-06-30T13:57:46.984Z | Checking tabwriter v1.4.0 |
| 2466 | 2025-06-30T13:57:47.148Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2467 | 2025-06-30T13:57:47.287Z | Checking ron v0.7.1 |
| 2468 | 2025-06-30T13:57:47.340Z | Checking zone v0.1.8 |
| 2469 | 2025-06-30T13:57:47.689Z | Checking slog-envlogger v2.2.0 |
| 2470 | 2025-06-30T13:57:47.825Z | Checking xz2 v0.1.7 |
| 2471 | 2025-06-30T13:57:47.967Z | Checking tokio-dtrace v0.1.0 |
| 2472 | 2025-06-30T13:57:48.136Z | Checking xattr v1.3.1 |
| 2473 | 2025-06-30T13:57:48.194Z | Checking yasna v0.5.2 |
| 2474 | 2025-06-30T13:57:48.294Z | Checking pem v3.0.5 |
| 2475 | 2025-06-30T13:57:48.380Z | Checking smf v0.2.3 |
| 2476 | 2025-06-30T13:57:48.495Z | Compiling typify-macro v0.2.0 |
| 2477 | 2025-06-30T13:57:48.544Z | Checking headers-core v0.3.0 |
| 2478 | 2025-06-30T13:57:48.657Z | Checking filetime v0.2.25 |
| 2479 | 2025-06-30T13:57:48.730Z | Checking same-file v1.0.6 |
| 2480 | 2025-06-30T13:57:48.926Z | Checking tar v0.4.44 |
| 2481 | 2025-06-30T13:57:48.952Z | Checking headers v0.4.1 |
| 2482 | 2025-06-30T13:57:48.978Z | Checking walkdir v2.5.0 |
| 2483 | 2025-06-30T13:57:49.098Z | Compiling typify-macro v0.3.0 |
| 2484 | 2025-06-30T13:57:49.214Z | Checking rcgen v0.12.1 |
| 2485 | 2025-06-30T13:57:49.334Z | Checking oxide-tokio-rt v0.1.1 |
| 2486 | 2025-06-30T13:57:49.428Z | Checking camino-tempfile v1.4.1 |
| 2487 | 2025-06-30T13:57:49.625Z | Checking atomicwrites v0.4.4 |
| 2488 | 2025-06-30T13:57:49.761Z | Checking subprocess v0.2.9 |
| 2489 | 2025-06-30T13:57:51.659Z | Compiling typify v0.2.0 |
| 2490 | 2025-06-30T13:57:51.830Z | Compiling progenitor-impl v0.8.0 |
| 2491 | 2025-06-30T13:57:52.076Z | Compiling typify v0.3.0 |
| 2492 | 2025-06-30T13:57:52.245Z | Compiling progenitor-impl v0.9.1 |
| 2493 | 2025-06-30T13:57:56.377Z | Compiling progenitor-macro v0.8.0 |
| 2494 | 2025-06-30T13:57:56.578Z | Compiling progenitor-macro v0.9.1 |
| 2495 | 2025-06-30T13:58:02.190Z | Checking progenitor v0.8.0 |
| 2496 | 2025-06-30T13:58:02.420Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2497 | 2025-06-30T13:58:03.600Z | Checking progenitor v0.9.1 |
| 2498 | 2025-06-30T13:58:03.836Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2499 | 2025-06-30T13:58:06.866Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2500 | 2025-06-30T13:58:08.802Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2501 | 2025-06-30T13:58:19.702Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2502 | 2025-06-30T13:58:22.626Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2503 | 2025-06-30T13:58:25.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.55s |
| 2504 | 2025-06-30T13:58:25.278Z | |
| 2505 | 2025-06-30T13:58:25.278Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/216) |
| 2506 | 2025-06-30T13:58:26.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2025-06-30T13:58:27.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2025-06-30T13:58:27.509Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2509 | 2025-06-30T13:58:29.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2510 | 2025-06-30T13:58:29.444Z | |
| 2511 | 2025-06-30T13:58:29.444Z | info: running `cargo check --bins` on nexus-config (52/216) |
| 2512 | 2025-06-30T13:58:30.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2025-06-30T13:58:30.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2025-06-30T13:58:30.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2025-06-30T13:58:30.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 2516 | 2025-06-30T13:58:30.788Z | |
| 2517 | 2025-06-30T13:58:30.788Z | info: running `cargo check --bins` on omicron-rpaths (53/216) |
| 2518 | 2025-06-30T13:58:31.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2025-06-30T13:58:31.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2025-06-30T13:58:31.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2025-06-30T13:58:31.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2522 | 2025-06-30T13:58:32.024Z | |
| 2523 | 2025-06-30T13:58:32.024Z | info: running `cargo check --bins` on omicron-certificates (54/216) |
| 2524 | 2025-06-30T13:58:33.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2025-06-30T13:58:33.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2025-06-30T13:58:33.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2025-06-30T13:58:33.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 2528 | 2025-06-30T13:58:33.357Z | |
| 2529 | 2025-06-30T13:58:33.357Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/216) |
| 2530 | 2025-06-30T13:58:34.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2025-06-30T13:58:34.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2025-06-30T13:58:35.966Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2533 | 2025-06-30T13:58:35.991Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2534 | 2025-06-30T13:58:35.991Z | Compiling rustix v1.0.7 |
| 2535 | 2025-06-30T13:58:35.991Z | Compiling wait-timeout v0.2.0 |
| 2536 | 2025-06-30T13:58:35.991Z | Compiling quick-error v1.2.3 |
| 2537 | 2025-06-30T13:58:35.991Z | Compiling bit-vec v0.8.0 |
| 2538 | 2025-06-30T13:58:35.991Z | Compiling match_cfg v0.1.0 |
| 2539 | 2025-06-30T13:58:35.991Z | Compiling rustls v0.22.4 |
| 2540 | 2025-06-30T13:58:35.991Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2541 | 2025-06-30T13:58:35.991Z | Compiling hostname v0.3.1 |
| 2542 | 2025-06-30T13:58:35.991Z | Compiling progenitor-client v0.9.1 |
| 2543 | 2025-06-30T13:58:35.991Z | Compiling slog-json v2.6.1 |
| 2544 | 2025-06-30T13:58:35.991Z | Compiling bit-set v0.8.0 |
| 2545 | 2025-06-30T13:58:35.991Z | Compiling rand_xorshift v0.4.0 |
| 2546 | 2025-06-30T13:58:35.991Z | Compiling itertools v0.13.0 |
| 2547 | 2025-06-30T13:58:35.991Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2548 | 2025-06-30T13:58:35.991Z | Compiling hex v0.4.3 |
| 2549 | 2025-06-30T13:58:36.017Z | Compiling unarray v0.1.4 |
| 2550 | 2025-06-30T13:58:36.017Z | Compiling heapless v0.8.0 |
| 2551 | 2025-06-30T13:58:36.055Z | Compiling progenitor v0.9.1 |
| 2552 | 2025-06-30T13:58:36.232Z | Compiling slog-bunyan v2.5.0 |
| 2553 | 2025-06-30T13:58:36.340Z | Compiling ref-cast v1.0.24 |
| 2554 | 2025-06-30T13:58:36.508Z | Compiling async-stream v0.3.6 |
| 2555 | 2025-06-30T13:58:36.540Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2556 | 2025-06-30T13:58:36.641Z | Compiling multer v3.1.0 |
| 2557 | 2025-06-30T13:58:36.754Z | Compiling toml v0.8.23 |
| 2558 | 2025-06-30T13:58:36.863Z | Compiling waitgroup v0.1.2 |
| 2559 | 2025-06-30T13:58:37.110Z | Compiling tempfile v3.20.0 |
| 2560 | 2025-06-30T13:58:37.145Z | Compiling rustls-pemfile v2.2.0 |
| 2561 | 2025-06-30T13:58:37.491Z | Checking hash32 v0.3.1 |
| 2562 | 2025-06-30T13:58:37.546Z | Compiling serde_path_to_error v0.1.17 |
| 2563 | 2025-06-30T13:58:37.753Z | Compiling rusty-fork v0.3.0 |
| 2564 | 2025-06-30T13:58:37.784Z | Compiling hostname v0.4.0 |
| 2565 | 2025-06-30T13:58:38.018Z | Compiling instant v0.1.13 |
| 2566 | 2025-06-30T13:58:38.057Z | Compiling smoltcp v0.11.0 |
| 2567 | 2025-06-30T13:58:38.217Z | Compiling proptest v1.7.0 |
| 2568 | 2025-06-30T13:58:38.353Z | Compiling debug-ignore v1.0.5 |
| 2569 | 2025-06-30T13:58:38.433Z | Compiling backoff v0.4.0 |
| 2570 | 2025-06-30T13:58:38.570Z | Compiling iddqd v0.3.8 |
| 2571 | 2025-06-30T13:58:38.900Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2572 | 2025-06-30T13:58:38.930Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2573 | 2025-06-30T13:58:39.021Z | Compiling ingot-macros v0.1.0 |
| 2574 | 2025-06-30T13:58:39.207Z | Compiling parse-display v0.10.0 |
| 2575 | 2025-06-30T13:58:39.635Z | Compiling serde_with v3.12.0 |
| 2576 | 2025-06-30T13:58:40.350Z | Checking num-rational v0.4.2 |
| 2577 | 2025-06-30T13:58:41.056Z | Compiling tokio-rustls v0.25.0 |
| 2578 | 2025-06-30T13:58:41.408Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2579 | 2025-06-30T13:58:41.662Z | Compiling dropshot v0.16.2 |
| 2580 | 2025-06-30T13:58:42.231Z | Compiling progenitor-client v0.10.0 |
| 2581 | 2025-06-30T13:58:43.012Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2582 | 2025-06-30T13:58:44.853Z | Compiling phf_generator v0.11.2 |
| 2583 | 2025-06-30T13:58:45.218Z | Checking num-complex v0.4.6 |
| 2584 | 2025-06-30T13:58:45.573Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2585 | 2025-06-30T13:58:46.193Z | Compiling macaddr v1.0.1 |
| 2586 | 2025-06-30T13:58:46.672Z | Checking cobs v0.2.3 |
| 2587 | 2025-06-30T13:58:46.796Z | Compiling num v0.4.3 |
| 2588 | 2025-06-30T13:58:46.923Z | Checking postcard v1.0.10 |
| 2589 | 2025-06-30T13:58:46.948Z | Compiling phf_codegen v0.11.2 |
| 2590 | 2025-06-30T13:58:46.976Z | Checking ingot-types v0.1.0 |
| 2591 | 2025-06-30T13:58:47.036Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2592 | 2025-06-30T13:58:47.227Z | Compiling parse-zoneinfo v0.3.1 |
| 2593 | 2025-06-30T13:58:47.549Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2594 | 2025-06-30T13:58:47.730Z | Compiling convert_case v0.4.0 |
| 2595 | 2025-06-30T13:58:47.861Z | Checking ingot v0.1.0 |
| 2596 | 2025-06-30T13:58:47.940Z | Checking float-ord v0.3.2 |
| 2597 | 2025-06-30T13:58:48.676Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2598 | 2025-06-30T13:58:48.715Z | Compiling derive_more v0.99.20 |
| 2599 | 2025-06-30T13:58:49.042Z | Compiling chrono-tz-build v0.4.0 |
| 2600 | 2025-06-30T13:58:50.442Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2601 | 2025-06-30T13:58:50.467Z | Checking linked-hash-map v0.5.6 |
| 2602 | 2025-06-30T13:58:50.840Z | Compiling crucible-workspace-hack v0.1.0 |
| 2603 | 2025-06-30T13:58:51.174Z | Checking lru-cache v0.1.2 |
| 2604 | 2025-06-30T13:58:51.302Z | Compiling chrono-tz v0.10.3 |
| 2605 | 2025-06-30T13:58:51.407Z | Checking resolv-conf v0.7.0 |
| 2606 | 2025-06-30T13:58:51.717Z | Checking newline-converter v0.3.0 |
| 2607 | 2025-06-30T13:58:51.847Z | Checking hickory-proto v0.24.4 |
| 2608 | 2025-06-30T13:58:51.881Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2609 | 2025-06-30T13:58:51.943Z | Checking itertools v0.14.0 |
| 2610 | 2025-06-30T13:58:52.004Z | Checking prettyplease v0.2.35 |
| 2611 | 2025-06-30T13:58:52.726Z | Compiling slog-dtrace v0.3.0 |
| 2612 | 2025-06-30T13:58:53.356Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2613 | 2025-06-30T13:58:54.016Z | Checking expectorate v1.2.0 |
| 2614 | 2025-06-30T13:58:54.289Z | Compiling zone_cfg_derive v0.3.0 |
| 2615 | 2025-06-30T13:58:54.705Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2616 | 2025-06-30T13:58:54.729Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2617 | 2025-06-30T13:58:54.909Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2618 | 2025-06-30T13:58:55.135Z | Compiling const_format_proc_macros v0.2.34 |
| 2619 | 2025-06-30T13:58:55.417Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2620 | 2025-06-30T13:58:55.830Z | Compiling num-derive v0.4.2 |
| 2621 | 2025-06-30T13:58:56.062Z | Checking highway v1.3.0 |
| 2622 | 2025-06-30T13:58:56.500Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2623 | 2025-06-30T13:58:56.606Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2624 | 2025-06-30T13:58:56.954Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2625 | 2025-06-30T13:58:56.980Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2626 | 2025-06-30T13:58:57.033Z | Checking zone v0.3.1 |
| 2627 | 2025-06-30T13:58:57.191Z | Checking const_format v0.2.34 |
| 2628 | 2025-06-30T13:58:57.577Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2629 | 2025-06-30T13:58:57.741Z | Checking hickory-resolver v0.24.4 |
| 2630 | 2025-06-30T13:58:57.796Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2631 | 2025-06-30T13:58:58.006Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2632 | 2025-06-30T13:58:58.437Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2633 | 2025-06-30T13:58:58.973Z | Checking gethostname v0.5.0 |
| 2634 | 2025-06-30T13:58:59.126Z | Checking bcs v0.1.6 |
| 2635 | 2025-06-30T13:58:59.155Z | Checking nanorand v0.7.0 |
| 2636 | 2025-06-30T13:58:59.363Z | Compiling async-recursion v1.1.1 |
| 2637 | 2025-06-30T13:58:59.622Z | Checking termtree v0.5.1 |
| 2638 | 2025-06-30T13:58:59.686Z | Checking flume v0.11.1 |
| 2639 | 2025-06-30T13:58:59.876Z | Checking qorb v0.4.0 |
| 2640 | 2025-06-30T13:59:00.411Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2641 | 2025-06-30T13:59:09.462Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2642 | 2025-06-30T13:59:15.142Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2643 | 2025-06-30T13:59:19.979Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2644 | 2025-06-30T13:59:22.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.87s |
| 2645 | 2025-06-30T13:59:22.495Z | |
| 2646 | 2025-06-30T13:59:22.495Z | info: running `cargo check --bins` on clickhouse-admin-api (56/216) |
| 2647 | 2025-06-30T13:59:23.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2025-06-30T13:59:23.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2025-06-30T13:59:23.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2025-06-30T13:59:23.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2651 | 2025-06-30T13:59:23.781Z | |
| 2652 | 2025-06-30T13:59:23.781Z | info: running `cargo check --bins` on clickhouse-admin-types (57/216) |
| 2653 | 2025-06-30T13:59:24.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2025-06-30T13:59:24.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2025-06-30T13:59:24.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2025-06-30T13:59:24.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2657 | 2025-06-30T13:59:24.989Z | |
| 2658 | 2025-06-30T13:59:24.989Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/216) |
| 2659 | 2025-06-30T13:59:26.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2025-06-30T13:59:26.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2025-06-30T13:59:26.325Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2662 | 2025-06-30T13:59:27.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 2663 | 2025-06-30T13:59:27.450Z | |
| 2664 | 2025-06-30T13:59:27.450Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/216) |
| 2665 | 2025-06-30T13:59:28.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2025-06-30T13:59:28.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2025-06-30T13:59:28.825Z | Compiling cfg_aliases v0.1.1 |
| 2668 | 2025-06-30T13:59:28.825Z | Compiling vte_generate_state_changes v0.1.2 |
| 2669 | 2025-06-30T13:59:28.850Z | Checking fd-lock v4.0.2 |
| 2670 | 2025-06-30T13:59:28.850Z | Checking nibble_vec v0.1.0 |
| 2671 | 2025-06-30T13:59:28.850Z | Checking endian-type v0.1.2 |
| 2672 | 2025-06-30T13:59:28.850Z | Checking bytecount v0.6.8 |
| 2673 | 2025-06-30T13:59:28.879Z | Compiling tabled_derive v0.7.0 |
| 2674 | 2025-06-30T13:59:28.928Z | Checking itertools v0.13.0 |
| 2675 | 2025-06-30T13:59:29.012Z | Compiling nix v0.28.0 |
| 2676 | 2025-06-30T13:59:29.075Z | Checking papergrid v0.11.0 |
| 2677 | 2025-06-30T13:59:29.151Z | Compiling peg-macros v0.8.5 |
| 2678 | 2025-06-30T13:59:29.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2679 | 2025-06-30T13:59:29.210Z | Checking radix_trie v0.2.1 |
| 2680 | 2025-06-30T13:59:29.449Z | Checking vte v0.11.1 |
| 2681 | 2025-06-30T13:59:29.675Z | Compiling sqlparser_derive v0.2.2 |
| 2682 | 2025-06-30T13:59:30.178Z | Checking unicode_categories v0.1.1 |
| 2683 | 2025-06-30T13:59:30.505Z | Checking nu-ansi-term v0.50.1 |
| 2684 | 2025-06-30T13:59:30.661Z | Checking home v0.5.9 |
| 2685 | 2025-06-30T13:59:30.720Z | Checking sqlparser v0.45.0 |
| 2686 | 2025-06-30T13:59:30.756Z | Checking strip-ansi-escapes v0.2.0 |
| 2687 | 2025-06-30T13:59:30.842Z | Checking sqlformat v0.3.5 |
| 2688 | 2025-06-30T13:59:30.983Z | Checking display-error-chain v0.2.2 |
| 2689 | 2025-06-30T13:59:31.222Z | Checking tabled v0.15.0 |
| 2690 | 2025-06-30T13:59:31.761Z | Checking reedline v0.40.0 |
| 2691 | 2025-06-30T13:59:31.860Z | Checking peg v0.8.5 |
| 2692 | 2025-06-30T13:59:32.390Z | Checking rustyline v14.0.0 |
| 2693 | 2025-06-30T13:59:47.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s |
| 2694 | 2025-06-30T13:59:47.670Z | |
| 2695 | 2025-06-30T13:59:47.670Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/216) |
| 2696 | 2025-06-30T13:59:48.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2697 | 2025-06-30T13:59:48.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2698 | 2025-06-30T13:59:48.948Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2699 | 2025-06-30T13:59:57.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.81s |
| 2700 | 2025-06-30T13:59:57.727Z | |
| 2701 | 2025-06-30T13:59:57.727Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/216) |
| 2702 | 2025-06-30T13:59:58.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2703 | 2025-06-30T13:59:58.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2704 | 2025-06-30T13:59:59.071Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2705 | 2025-06-30T14:00:04.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s |
| 2706 | 2025-06-30T14:00:04.894Z | |
| 2707 | 2025-06-30T14:00:04.894Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/216) |
| 2708 | 2025-06-30T14:00:05.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2709 | 2025-06-30T14:00:05.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2710 | 2025-06-30T14:00:06.110Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2711 | 2025-06-30T14:00:13.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
| 2712 | 2025-06-30T14:00:14.187Z | |
| 2713 | 2025-06-30T14:00:14.187Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/216) |
| 2714 | 2025-06-30T14:00:15.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2715 | 2025-06-30T14:00:15.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2716 | 2025-06-30T14:00:15.493Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2717 | 2025-06-30T14:00:23.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s |
| 2718 | 2025-06-30T14:00:23.801Z | |
| 2719 | 2025-06-30T14:00:23.801Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/216) |
| 2720 | 2025-06-30T14:00:24.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2721 | 2025-06-30T14:00:24.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2722 | 2025-06-30T14:00:25.076Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2723 | 2025-06-30T14:00:31.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 2724 | 2025-06-30T14:00:31.809Z | |
| 2725 | 2025-06-30T14:00:31.809Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/216) |
| 2726 | 2025-06-30T14:00:32.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2727 | 2025-06-30T14:00:32.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2728 | 2025-06-30T14:00:33.182Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2729 | 2025-06-30T14:00:39.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
| 2730 | 2025-06-30T14:00:39.829Z | |
| 2731 | 2025-06-30T14:00:39.830Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/216) |
| 2732 | 2025-06-30T14:00:41.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2733 | 2025-06-30T14:00:41.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2734 | 2025-06-30T14:00:41.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2735 | 2025-06-30T14:00:51.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s |
| 2736 | 2025-06-30T14:00:51.782Z | |
| 2737 | 2025-06-30T14:00:51.782Z | info: running `cargo check --bins` on oximeter (67/216) |
| 2738 | 2025-06-30T14:00:53.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2739 | 2025-06-30T14:00:53.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2740 | 2025-06-30T14:00:53.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2741 | 2025-06-30T14:00:53.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 2742 | 2025-06-30T14:00:53.313Z | |
| 2743 | 2025-06-30T14:00:53.314Z | info: running `cargo check --bins` on oximeter-macro-impl (68/216) |
| 2744 | 2025-06-30T14:00:54.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2025-06-30T14:00:54.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2025-06-30T14:00:54.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2025-06-30T14:00:54.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2748 | 2025-06-30T14:00:54.540Z | |
| 2749 | 2025-06-30T14:00:54.540Z | info: running `cargo check --bins` on oximeter-schema (69/216) |
| 2750 | 2025-06-30T14:00:55.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2025-06-30T14:00:55.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2025-06-30T14:00:55.848Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2753 | 2025-06-30T14:00:59.296Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2754 | 2025-06-30T14:01:01.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s |
| 2755 | 2025-06-30T14:01:01.249Z | |
| 2756 | 2025-06-30T14:01:01.249Z | info: running `cargo check --bins` on oximeter-types (70/216) |
| 2757 | 2025-06-30T14:01:02.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-06-30T14:01:02.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-06-30T14:01:02.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-06-30T14:01:02.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2761 | 2025-06-30T14:01:02.508Z | |
| 2762 | 2025-06-30T14:01:02.509Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/216) |
| 2763 | 2025-06-30T14:01:03.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-06-30T14:01:03.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-06-30T14:01:03.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2025-06-30T14:01:03.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 2767 | 2025-06-30T14:01:03.796Z | |
| 2768 | 2025-06-30T14:01:03.796Z | info: running `cargo check --bins` on oxql-types (72/216) |
| 2769 | 2025-06-30T14:01:04.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2025-06-30T14:01:04.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2025-06-30T14:01:04.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2772 | 2025-06-30T14:01:04.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2773 | 2025-06-30T14:01:05.080Z | |
| 2774 | 2025-06-30T14:01:05.081Z | info: running `cargo check --bins` on oximeter-test-utils (73/216) |
| 2775 | 2025-06-30T14:01:06.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2025-06-30T14:01:06.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2025-06-30T14:01:06.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2025-06-30T14:01:06.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 2779 | 2025-06-30T14:01:06.385Z | |
| 2780 | 2025-06-30T14:01:06.385Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/216) |
| 2781 | 2025-06-30T14:01:07.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2025-06-30T14:01:07.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2025-06-30T14:01:07.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2025-06-30T14:01:07.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 2785 | 2025-06-30T14:01:07.784Z | |
| 2786 | 2025-06-30T14:01:07.784Z | info: running `cargo check --bins` on bootstrap-agent-client (75/216) |
| 2787 | 2025-06-30T14:01:08.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2025-06-30T14:01:08.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2025-06-30T14:01:08.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2025-06-30T14:01:08.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2791 | 2025-06-30T14:01:09.107Z | |
| 2792 | 2025-06-30T14:01:09.107Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/216) |
| 2793 | 2025-06-30T14:01:10.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2025-06-30T14:01:10.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2025-06-30T14:01:10.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2025-06-30T14:01:10.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2797 | 2025-06-30T14:01:10.372Z | |
| 2798 | 2025-06-30T14:01:10.373Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/216) |
| 2799 | 2025-06-30T14:01:11.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2025-06-30T14:01:11.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2025-06-30T14:01:11.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2025-06-30T14:01:11.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2803 | 2025-06-30T14:01:11.586Z | |
| 2804 | 2025-06-30T14:01:11.586Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/216) |
| 2805 | 2025-06-30T14:01:12.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2025-06-30T14:01:12.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2025-06-30T14:01:12.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2025-06-30T14:01:12.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2809 | 2025-06-30T14:01:12.811Z | |
| 2810 | 2025-06-30T14:01:12.811Z | info: running `cargo check --bins` on cockroach-admin-client (79/216) |
| 2811 | 2025-06-30T14:01:13.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2025-06-30T14:01:13.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2025-06-30T14:01:13.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2025-06-30T14:01:13.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2815 | 2025-06-30T14:01:13.950Z | |
| 2816 | 2025-06-30T14:01:13.950Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/216) |
| 2817 | 2025-06-30T14:01:15.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2025-06-30T14:01:15.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2025-06-30T14:01:15.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2820 | 2025-06-30T14:01:15.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2821 | 2025-06-30T14:01:15.262Z | |
| 2822 | 2025-06-30T14:01:15.262Z | info: running `cargo check --bins` on dns-service-client (81/216) |
| 2823 | 2025-06-30T14:01:16.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2025-06-30T14:01:16.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2025-06-30T14:01:16.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2025-06-30T14:01:16.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2827 | 2025-06-30T14:01:16.444Z | |
| 2828 | 2025-06-30T14:01:16.444Z | info: running `cargo check --bins` on internal-dns-types (82/216) |
| 2829 | 2025-06-30T14:01:17.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2025-06-30T14:01:17.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2025-06-30T14:01:17.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2832 | 2025-06-30T14:01:17.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 2833 | 2025-06-30T14:01:17.693Z | |
| 2834 | 2025-06-30T14:01:17.693Z | info: running `cargo check --bins` on gateway-client (83/216) |
| 2835 | 2025-06-30T14:01:18.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2025-06-30T14:01:18.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2025-06-30T14:01:18.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2838 | 2025-06-30T14:01:18.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2839 | 2025-06-30T14:01:19.019Z | |
| 2840 | 2025-06-30T14:01:19.019Z | info: running `cargo check --bins` on ereport-types (84/216) |
| 2841 | 2025-06-30T14:01:20.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2025-06-30T14:01:20.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2025-06-30T14:01:20.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2025-06-30T14:01:20.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2845 | 2025-06-30T14:01:20.369Z | |
| 2846 | 2025-06-30T14:01:20.369Z | info: running `cargo check --bins` on gateway-types (85/216) |
| 2847 | 2025-06-30T14:01:21.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2025-06-30T14:01:21.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2025-06-30T14:01:21.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2025-06-30T14:01:21.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2851 | 2025-06-30T14:01:21.627Z | |
| 2852 | 2025-06-30T14:01:21.627Z | info: running `cargo check --bins` on ipcc (86/216) |
| 2853 | 2025-06-30T14:01:22.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2025-06-30T14:01:22.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2025-06-30T14:01:22.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2025-06-30T14:01:22.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2857 | 2025-06-30T14:01:22.915Z | |
| 2858 | 2025-06-30T14:01:22.915Z | info: running `cargo check --bins` on installinator-client (87/216) |
| 2859 | 2025-06-30T14:01:24.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2025-06-30T14:01:24.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2025-06-30T14:01:24.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2025-06-30T14:01:24.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 2863 | 2025-06-30T14:01:24.225Z | |
| 2864 | 2025-06-30T14:01:24.225Z | info: running `cargo check --bins` on installinator-common (88/216) |
| 2865 | 2025-06-30T14:01:25.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2025-06-30T14:01:25.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2025-06-30T14:01:25.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2025-06-30T14:01:25.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 2869 | 2025-06-30T14:01:25.528Z | |
| 2870 | 2025-06-30T14:01:25.528Z | info: running `cargo check --bins` on update-engine (89/216) |
| 2871 | 2025-06-30T14:01:26.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2025-06-30T14:01:26.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2025-06-30T14:01:26.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2025-06-30T14:01:26.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2875 | 2025-06-30T14:01:26.754Z | |
| 2876 | 2025-06-30T14:01:26.754Z | info: running `cargo check --bins` on nexus-client (90/216) |
| 2877 | 2025-06-30T14:01:27.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-06-30T14:01:27.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-06-30T14:01:27.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-06-30T14:01:27.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2881 | 2025-06-30T14:01:28.027Z | |
| 2882 | 2025-06-30T14:01:28.027Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/216) |
| 2883 | 2025-06-30T14:01:29.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-06-30T14:01:29.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-06-30T14:01:29.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2025-06-30T14:01:29.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2887 | 2025-06-30T14:01:29.215Z | |
| 2888 | 2025-06-30T14:01:29.215Z | info: running `cargo check --bins` on omicron-passwords (92/216) |
| 2889 | 2025-06-30T14:01:30.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2025-06-30T14:01:30.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2025-06-30T14:01:30.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2025-06-30T14:01:30.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2893 | 2025-06-30T14:01:30.371Z | |
| 2894 | 2025-06-30T14:01:30.372Z | info: running `cargo check --bins` on nexus-types (93/216) |
| 2895 | 2025-06-30T14:01:31.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2025-06-30T14:01:31.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2025-06-30T14:01:31.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2025-06-30T14:01:31.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 2899 | 2025-06-30T14:01:31.578Z | |
| 2900 | 2025-06-30T14:01:31.578Z | info: running `cargo check --bins` on oxide-client (94/216) |
| 2901 | 2025-06-30T14:01:32.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2025-06-30T14:01:32.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2025-06-30T14:01:32.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2025-06-30T14:01:32.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2905 | 2025-06-30T14:01:32.726Z | |
| 2906 | 2025-06-30T14:01:32.726Z | info: running `cargo check --bins` on oximeter-client (95/216) |
| 2907 | 2025-06-30T14:01:33.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2025-06-30T14:01:33.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2025-06-30T14:01:33.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2025-06-30T14:01:33.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2911 | 2025-06-30T14:01:33.950Z | |
| 2912 | 2025-06-30T14:01:33.950Z | info: running `cargo check --bins` on repo-depot-client (96/216) |
| 2913 | 2025-06-30T14:01:34.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2025-06-30T14:01:35.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2025-06-30T14:01:35.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2025-06-30T14:01:35.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 2917 | 2025-06-30T14:01:35.115Z | |
| 2918 | 2025-06-30T14:01:35.115Z | info: running `cargo check --bins` on sled-agent-client (97/216) |
| 2919 | 2025-06-30T14:01:36.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2025-06-30T14:01:36.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2025-06-30T14:01:36.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2025-06-30T14:01:36.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2923 | 2025-06-30T14:01:36.352Z | |
| 2924 | 2025-06-30T14:01:36.352Z | info: running `cargo check --bins` on sled-agent-types (98/216) |
| 2925 | 2025-06-30T14:01:37.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2025-06-30T14:01:37.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2025-06-30T14:01:37.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2025-06-30T14:01:37.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 2929 | 2025-06-30T14:01:37.602Z | |
| 2930 | 2025-06-30T14:01:37.602Z | info: running `cargo check --bins` on wicketd-client (99/216) |
| 2931 | 2025-06-30T14:01:38.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2025-06-30T14:01:38.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2025-06-30T14:01:38.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2025-06-30T14:01:38.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2935 | 2025-06-30T14:01:39.075Z | |
| 2936 | 2025-06-30T14:01:39.075Z | info: running `cargo check --bins` on wicket-common (100/216) |
| 2937 | 2025-06-30T14:01:40.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2025-06-30T14:01:40.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2025-06-30T14:01:40.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2025-06-30T14:01:40.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 2941 | 2025-06-30T14:01:40.453Z | |
| 2942 | 2025-06-30T14:01:40.453Z | info: running `cargo check --bins` on omicron-cockroach-admin (101/216) |
| 2943 | 2025-06-30T14:01:41.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2025-06-30T14:01:41.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2025-06-30T14:01:41.809Z | Checking csv-core v0.1.11 |
| 2946 | 2025-06-30T14:01:41.809Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2947 | 2025-06-30T14:01:41.809Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2948 | 2025-06-30T14:01:41.835Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2949 | 2025-06-30T14:01:42.239Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2950 | 2025-06-30T14:01:42.265Z | Checking csv v1.3.1 |
| 2951 | 2025-06-30T14:01:42.293Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2952 | 2025-06-30T14:01:43.225Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2953 | 2025-06-30T14:01:44.061Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2954 | 2025-06-30T14:01:48.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
| 2955 | 2025-06-30T14:01:48.412Z | |
| 2956 | 2025-06-30T14:01:48.412Z | info: running `cargo check --bins` on cockroach-admin-api (102/216) |
| 2957 | 2025-06-30T14:01:49.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-06-30T14:01:49.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-06-30T14:01:49.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-06-30T14:01:49.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 2961 | 2025-06-30T14:01:49.671Z | |
| 2962 | 2025-06-30T14:01:49.671Z | info: running `cargo check --bins` on cockroach-admin-types (103/216) |
| 2963 | 2025-06-30T14:01:50.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-06-30T14:01:50.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-06-30T14:01:50.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-06-30T14:01:50.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 2967 | 2025-06-30T14:01:50.965Z | |
| 2968 | 2025-06-30T14:01:50.965Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (104/216) |
| 2969 | 2025-06-30T14:01:52.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-06-30T14:01:52.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-06-30T14:01:52.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-06-30T14:01:52.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 2973 | 2025-06-30T14:01:52.584Z | |
| 2974 | 2025-06-30T14:01:52.584Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/216) |
| 2975 | 2025-06-30T14:01:53.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-06-30T14:01:53.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-06-30T14:01:53.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-06-30T14:01:53.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 2979 | 2025-06-30T14:01:53.974Z | |
| 2980 | 2025-06-30T14:01:53.974Z | info: running `cargo check --bins` on dns-server (106/216) |
| 2981 | 2025-06-30T14:01:55.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-06-30T14:01:55.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-06-30T14:01:55.335Z | Compiling typify-impl v0.4.1 |
| 2984 | 2025-06-30T14:01:55.387Z | Compiling parking_lot_core v0.8.6 |
| 2985 | 2025-06-30T14:01:55.413Z | Compiling moka v0.12.10 |
| 2986 | 2025-06-30T14:01:55.413Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2987 | 2025-06-30T14:01:55.413Z | Checking tagptr v0.2.0 |
| 2988 | 2025-06-30T14:01:55.445Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2989 | 2025-06-30T14:01:55.471Z | Checking prefix-trie v0.7.0 |
| 2990 | 2025-06-30T14:01:55.780Z | Checking fxhash v0.2.1 |
| 2991 | 2025-06-30T14:01:55.813Z | Checking hickory-client v0.25.2 |
| 2992 | 2025-06-30T14:01:56.281Z | Checking parking_lot v0.11.2 |
| 2993 | 2025-06-30T14:01:56.499Z | Checking hickory-server v0.25.2 |
| 2994 | 2025-06-30T14:01:56.729Z | Checking sled v0.34.7 |
| 2995 | 2025-06-30T14:01:57.152Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2996 | 2025-06-30T14:01:57.511Z | Checking hickory-resolver v0.25.2 |
| 2997 | 2025-06-30T14:02:02.840Z | Compiling typify-macro v0.4.1 |
| 2998 | 2025-06-30T14:02:05.404Z | Compiling typify v0.4.1 |
| 2999 | 2025-06-30T14:02:05.618Z | Compiling progenitor-impl v0.10.0 |
| 3000 | 2025-06-30T14:02:10.190Z | Compiling progenitor-macro v0.10.0 |
| 3001 | 2025-06-30T14:02:16.414Z | Checking progenitor v0.10.0 |
| 3002 | 2025-06-30T14:02:16.713Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3003 | 2025-06-30T14:02:17.680Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3004 | 2025-06-30T14:02:20.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.50s |
| 3005 | 2025-06-30T14:02:20.707Z | |
| 3006 | 2025-06-30T14:02:20.707Z | info: running `cargo check --bins` on dns-server-api (107/216) |
| 3007 | 2025-06-30T14:02:21.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2025-06-30T14:02:21.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2025-06-30T14:02:21.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2025-06-30T14:02:21.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3011 | 2025-06-30T14:02:21.991Z | |
| 3012 | 2025-06-30T14:02:21.991Z | info: running `cargo check --bins` on openapi-manager-types (108/216) |
| 3013 | 2025-06-30T14:02:23.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-06-30T14:02:23.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-06-30T14:02:23.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-06-30T14:02:23.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3017 | 2025-06-30T14:02:23.267Z | |
| 3018 | 2025-06-30T14:02:23.267Z | info: running `cargo check --bins` on gateway-test-utils (109/216) |
| 3019 | 2025-06-30T14:02:24.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-06-30T14:02:24.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-06-30T14:02:24.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2025-06-30T14:02:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3023 | 2025-06-30T14:02:24.649Z | |
| 3024 | 2025-06-30T14:02:24.649Z | info: running `cargo check --bins` on omicron-gateway (110/216) |
| 3025 | 2025-06-30T14:02:25.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2025-06-30T14:02:25.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2025-06-30T14:02:26.129Z | Checking half v2.4.1 |
| 3028 | 2025-06-30T14:02:26.129Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3029 | 2025-06-30T14:02:26.129Z | Checking ciborium-io v0.2.2 |
| 3030 | 2025-06-30T14:02:26.229Z | Compiling semver v0.1.20 |
| 3031 | 2025-06-30T14:02:26.255Z | Compiling radium v0.7.0 |
| 3032 | 2025-06-30T14:02:26.283Z | Compiling zerocopy-derive v0.6.6 |
| 3033 | 2025-06-30T14:02:26.308Z | Checking tap v1.0.1 |
| 3034 | 2025-06-30T14:02:26.308Z | Compiling maybe-uninit v2.0.0 |
| 3035 | 2025-06-30T14:02:26.389Z | Checking password-hash v0.5.0 |
| 3036 | 2025-06-30T14:02:26.590Z | Checking wyz v0.5.1 |
| 3037 | 2025-06-30T14:02:26.758Z | Compiling rustc_version v0.1.7 |
| 3038 | 2025-06-30T14:02:26.942Z | Checking blake2 v0.10.6 |
| 3039 | 2025-06-30T14:02:26.968Z | Checking ciborium-ll v0.2.2 |
| 3040 | 2025-06-30T14:02:26.968Z | Compiling cancel-safe-futures v0.1.5 |
| 3041 | 2025-06-30T14:02:27.026Z | Compiling packed_struct v0.10.1 |
| 3042 | 2025-06-30T14:02:27.051Z | Checking funty v2.0.0 |
| 3043 | 2025-06-30T14:02:27.251Z | Compiling newtype_derive v0.1.6 |
| 3044 | 2025-06-30T14:02:27.281Z | Compiling owo-colors v4.2.2 |
| 3045 | 2025-06-30T14:02:27.382Z | Checking crc-catalog v2.4.0 |
| 3046 | 2025-06-30T14:02:27.407Z | Checking ciborium v0.2.2 |
| 3047 | 2025-06-30T14:02:27.536Z | Checking argon2 v0.5.3 |
| 3048 | 2025-06-30T14:02:27.603Z | Checking crc v3.2.1 |
| 3049 | 2025-06-30T14:02:27.816Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3050 | 2025-06-30T14:02:27.867Z | Compiling packed_struct_codegen v0.10.1 |
| 3051 | 2025-06-30T14:02:27.986Z | Checking bitvec v1.0.1 |
| 3052 | 2025-06-30T14:02:28.033Z | Checking libsw-core v0.3.1 |
| 3053 | 2025-06-30T14:02:28.188Z | Checking secrecy v0.10.3 |
| 3054 | 2025-06-30T14:02:28.333Z | Compiling indexmap v1.9.3 |
| 3055 | 2025-06-30T14:02:28.377Z | Checking nodrop v0.1.14 |
| 3056 | 2025-06-30T14:02:28.416Z | Checking fixedbitset v0.5.7 |
| 3057 | 2025-06-30T14:02:28.539Z | Checking zerocopy v0.6.6 |
| 3058 | 2025-06-30T14:02:28.565Z | Checking array-init v0.0.4 |
| 3059 | 2025-06-30T14:02:28.565Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3060 | 2025-06-30T14:02:28.621Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3061 | 2025-06-30T14:02:28.724Z | Checking libsw v3.5.0 |
| 3062 | 2025-06-30T14:02:28.898Z | Checking petgraph v0.8.2 |
| 3063 | 2025-06-30T14:02:29.043Z | Checking smallvec v0.6.14 |
| 3064 | 2025-06-30T14:02:29.079Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3065 | 2025-06-30T14:02:29.312Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3066 | 2025-06-30T14:02:29.690Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3067 | 2025-06-30T14:02:30.083Z | Checking bitfield v0.14.0 |
| 3068 | 2025-06-30T14:02:30.132Z | Checking hashbrown v0.12.3 |
| 3069 | 2025-06-30T14:02:30.371Z | Checking swrite v0.1.0 |
| 3070 | 2025-06-30T14:02:30.434Z | Checking termcolor v1.4.1 |
| 3071 | 2025-06-30T14:02:30.539Z | Checking indent_write v2.2.0 |
| 3072 | 2025-06-30T14:02:30.672Z | Checking linear-map v1.2.0 |
| 3073 | 2025-06-30T14:02:30.796Z | Checking ron v0.8.1 |
| 3074 | 2025-06-30T14:02:30.894Z | Checking env_logger v0.10.2 |
| 3075 | 2025-06-30T14:02:31.036Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3076 | 2025-06-30T14:02:31.253Z | Checking steno v0.4.1 |
| 3077 | 2025-06-30T14:02:31.391Z | Checking serde-hex v0.1.0 |
| 3078 | 2025-06-30T14:02:32.051Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3079 | 2025-06-30T14:02:32.127Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3080 | 2025-06-30T14:02:32.154Z | Checking hashbrown v0.13.2 |
| 3081 | 2025-06-30T14:02:32.375Z | Checking crc-any v2.5.0 |
| 3082 | 2025-06-30T14:02:32.743Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3083 | 2025-06-30T14:02:32.811Z | Checking humantime v2.2.0 |
| 3084 | 2025-06-30T14:02:33.188Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3085 | 2025-06-30T14:02:33.281Z | Checking object v0.30.4 |
| 3086 | 2025-06-30T14:02:33.581Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3087 | 2025-06-30T14:02:33.821Z | Checking path-slash v0.1.5 |
| 3088 | 2025-06-30T14:02:33.902Z | Checking half v1.8.3 |
| 3089 | 2025-06-30T14:02:33.927Z | Checking void v1.0.2 |
| 3090 | 2025-06-30T14:02:34.107Z | Checking tungstenite v0.23.0 |
| 3091 | 2025-06-30T14:02:34.133Z | Checking lzss v0.8.2 |
| 3092 | 2025-06-30T14:02:34.374Z | Checking serde_cbor v0.11.2 |
| 3093 | 2025-06-30T14:02:34.559Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3094 | 2025-06-30T14:02:34.781Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3095 | 2025-06-30T14:02:35.089Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3096 | 2025-06-30T14:02:35.415Z | Checking nix v0.27.1 |
| 3097 | 2025-06-30T14:02:35.441Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3098 | 2025-06-30T14:02:35.475Z | Checking kstat-rs v0.2.4 |
| 3099 | 2025-06-30T14:02:35.867Z | Checking serde_bytes v0.11.17 |
| 3100 | 2025-06-30T14:02:35.920Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3101 | 2025-06-30T14:02:35.950Z | Checking tokio-tungstenite v0.23.1 |
| 3102 | 2025-06-30T14:02:36.226Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3103 | 2025-06-30T14:02:36.413Z | Checking signal-hook-tokio v0.3.1 |
| 3104 | 2025-06-30T14:02:37.759Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3105 | 2025-06-30T14:02:47.505Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3106 | 2025-06-30T14:02:49.794Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3107 | 2025-06-30T14:03:00.721Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3108 | 2025-06-30T14:03:12.654Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3109 | 2025-06-30T14:03:13.806Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3110 | 2025-06-30T14:03:18.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.11s |
| 3111 | 2025-06-30T14:03:18.993Z | |
| 3112 | 2025-06-30T14:03:18.993Z | info: running `cargo check --bins` on gateway-api (111/216) |
| 3113 | 2025-06-30T14:03:20.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2025-06-30T14:03:20.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2025-06-30T14:03:20.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2025-06-30T14:03:20.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3117 | 2025-06-30T14:03:20.147Z | |
| 3118 | 2025-06-30T14:03:20.147Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/216) |
| 3119 | 2025-06-30T14:03:21.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2025-06-30T14:03:21.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2025-06-30T14:03:21.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2025-06-30T14:03:21.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3123 | 2025-06-30T14:03:21.215Z | |
| 3124 | 2025-06-30T14:03:21.215Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/216) |
| 3125 | 2025-06-30T14:03:22.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2025-06-30T14:03:22.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2025-06-30T14:03:22.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2025-06-30T14:03:22.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3129 | 2025-06-30T14:03:22.402Z | |
| 3130 | 2025-06-30T14:03:22.402Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/216) |
| 3131 | 2025-06-30T14:03:23.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2025-06-30T14:03:23.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2025-06-30T14:03:23.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2025-06-30T14:03:23.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3135 | 2025-06-30T14:03:23.652Z | |
| 3136 | 2025-06-30T14:03:23.652Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/216) |
| 3137 | 2025-06-30T14:03:24.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2025-06-30T14:03:24.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2025-06-30T14:03:24.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2025-06-30T14:03:24.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3141 | 2025-06-30T14:03:25.054Z | |
| 3142 | 2025-06-30T14:03:25.054Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/216) |
| 3143 | 2025-06-30T14:03:26.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2025-06-30T14:03:26.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2025-06-30T14:03:26.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2025-06-30T14:03:26.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3147 | 2025-06-30T14:03:26.288Z | |
| 3148 | 2025-06-30T14:03:26.288Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/216) |
| 3149 | 2025-06-30T14:03:27.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2025-06-30T14:03:27.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2025-06-30T14:03:27.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2025-06-30T14:03:27.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3153 | 2025-06-30T14:03:27.445Z | |
| 3154 | 2025-06-30T14:03:27.445Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/216) |
| 3155 | 2025-06-30T14:03:28.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2025-06-30T14:03:28.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2025-06-30T14:03:28.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2025-06-30T14:03:28.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3159 | 2025-06-30T14:03:28.681Z | |
| 3160 | 2025-06-30T14:03:28.681Z | info: running `cargo check --bins` on oximeter-producer (119/216) |
| 3161 | 2025-06-30T14:03:29.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2025-06-30T14:03:29.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2025-06-30T14:03:29.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2025-06-30T14:03:29.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3165 | 2025-06-30T14:03:29.861Z | |
| 3166 | 2025-06-30T14:03:29.861Z | info: running `cargo check --bins` on internal-dns-resolver (120/216) |
| 3167 | 2025-06-30T14:03:30.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2025-06-30T14:03:31.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2025-06-30T14:03:31.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3170 | 2025-06-30T14:03:31.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3171 | 2025-06-30T14:03:31.117Z | |
| 3172 | 2025-06-30T14:03:31.117Z | info: running `cargo check --bins` on sp-sim (121/216) |
| 3173 | 2025-06-30T14:03:32.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3174 | 2025-06-30T14:03:32.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3175 | 2025-06-30T14:03:32.360Z | Compiling nix v0.30.1 |
| 3176 | 2025-06-30T14:03:32.360Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3177 | 2025-06-30T14:03:32.385Z | Checking keccak v0.1.5 |
| 3178 | 2025-06-30T14:03:32.833Z | Checking sha3 v0.10.8 |
| 3179 | 2025-06-30T14:03:32.862Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3180 | 2025-06-30T14:03:35.581Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3181 | 2025-06-30T14:03:38.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s |
| 3182 | 2025-06-30T14:03:39.077Z | |
| 3183 | 2025-06-30T14:03:39.077Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/216) |
| 3184 | 2025-06-30T14:03:40.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2025-06-30T14:03:40.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2025-06-30T14:03:40.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2025-06-30T14:03:40.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3188 | 2025-06-30T14:03:40.276Z | |
| 3189 | 2025-06-30T14:03:40.276Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/216) |
| 3190 | 2025-06-30T14:03:41.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2025-06-30T14:03:41.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2025-06-30T14:03:41.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2025-06-30T14:03:41.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3194 | 2025-06-30T14:03:41.498Z | |
| 3195 | 2025-06-30T14:03:41.498Z | info: running `cargo check --bins` on db-macros (124/216) |
| 3196 | 2025-06-30T14:03:42.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2025-06-30T14:03:42.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2025-06-30T14:03:42.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2025-06-30T14:03:42.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3200 | 2025-06-30T14:03:42.641Z | |
| 3201 | 2025-06-30T14:03:42.641Z | info: running `cargo check --bins` on nexus-macros-common (125/216) |
| 3202 | 2025-06-30T14:03:43.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2025-06-30T14:03:43.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2025-06-30T14:03:43.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2025-06-30T14:03:43.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3206 | 2025-06-30T14:03:43.804Z | |
| 3207 | 2025-06-30T14:03:43.804Z | info: running `cargo check --bins` on nexus-auth (126/216) |
| 3208 | 2025-06-30T14:03:44.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2025-06-30T14:03:44.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2025-06-30T14:03:44.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2025-06-30T14:03:44.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3212 | 2025-06-30T14:03:45.094Z | |
| 3213 | 2025-06-30T14:03:45.094Z | info: running `cargo check --bins` on authz-macros (127/216) |
| 3214 | 2025-06-30T14:03:46.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2025-06-30T14:03:46.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2025-06-30T14:03:46.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2025-06-30T14:03:46.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3218 | 2025-06-30T14:03:46.184Z | |
| 3219 | 2025-06-30T14:03:46.184Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/216) |
| 3220 | 2025-06-30T14:03:47.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2025-06-30T14:03:47.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2025-06-30T14:03:47.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2025-06-30T14:03:47.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3224 | 2025-06-30T14:03:47.362Z | |
| 3225 | 2025-06-30T14:03:47.362Z | info: running `cargo check --bins` on nexus-db-model (129/216) |
| 3226 | 2025-06-30T14:03:48.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2025-06-30T14:03:48.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2025-06-30T14:03:48.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2025-06-30T14:03:48.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3230 | 2025-06-30T14:03:48.553Z | |
| 3231 | 2025-06-30T14:03:48.553Z | info: running `cargo check --bins` on nexus-db-schema (130/216) |
| 3232 | 2025-06-30T14:03:49.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2025-06-30T14:03:49.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2025-06-30T14:03:49.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2025-06-30T14:03:49.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3236 | 2025-06-30T14:03:49.674Z | |
| 3237 | 2025-06-30T14:03:49.674Z | info: running `cargo check --bins` on nexus-defaults (131/216) |
| 3238 | 2025-06-30T14:03:50.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2025-06-30T14:03:50.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2025-06-30T14:03:50.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2025-06-30T14:03:50.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3242 | 2025-06-30T14:03:50.848Z | |
| 3243 | 2025-06-30T14:03:50.848Z | info: running `cargo check --bins` on nexus-db-errors (132/216) |
| 3244 | 2025-06-30T14:03:51.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2025-06-30T14:03:52.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2025-06-30T14:03:52.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2025-06-30T14:03:52.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3248 | 2025-06-30T14:03:52.116Z | |
| 3249 | 2025-06-30T14:03:52.116Z | info: running `cargo check --bins` on nexus-db-lookup (133/216) |
| 3250 | 2025-06-30T14:03:53.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2025-06-30T14:03:53.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2025-06-30T14:03:53.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2025-06-30T14:03:53.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3254 | 2025-06-30T14:03:53.468Z | |
| 3255 | 2025-06-30T14:03:53.468Z | info: running `cargo check --bins` on nexus-inventory (134/216) |
| 3256 | 2025-06-30T14:03:54.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2025-06-30T14:03:54.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2025-06-30T14:03:54.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2025-06-30T14:03:54.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3260 | 2025-06-30T14:03:54.729Z | |
| 3261 | 2025-06-30T14:03:54.729Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (135/216) |
| 3262 | 2025-06-30T14:03:55.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-06-30T14:03:55.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-06-30T14:03:55.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2025-06-30T14:03:55.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3266 | 2025-06-30T14:03:56.023Z | |
| 3267 | 2025-06-30T14:03:56.023Z | info: running `cargo check --bins --no-default-features` on sled-storage (136/216) |
| 3268 | 2025-06-30T14:03:57.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2025-06-30T14:03:57.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2025-06-30T14:03:57.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2025-06-30T14:03:57.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3272 | 2025-06-30T14:03:57.275Z | |
| 3273 | 2025-06-30T14:03:57.275Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (137/216) |
| 3274 | 2025-06-30T14:03:58.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2025-06-30T14:03:58.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2025-06-30T14:03:58.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2025-06-30T14:03:58.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3278 | 2025-06-30T14:03:58.530Z | |
| 3279 | 2025-06-30T14:03:58.530Z | info: running `cargo check --bins` on key-manager (138/216) |
| 3280 | 2025-06-30T14:03:59.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-06-30T14:03:59.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-06-30T14:03:59.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2025-06-30T14:03:59.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3284 | 2025-06-30T14:03:59.714Z | |
| 3285 | 2025-06-30T14:03:59.714Z | info: running `cargo check --bins --no-default-features` on sled-hardware (139/216) |
| 3286 | 2025-06-30T14:04:00.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-06-30T14:04:00.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-06-30T14:04:00.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2025-06-30T14:04:00.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3290 | 2025-06-30T14:04:00.929Z | |
| 3291 | 2025-06-30T14:04:00.930Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (140/216) |
| 3292 | 2025-06-30T14:04:02.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-06-30T14:04:02.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-06-30T14:04:02.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2025-06-30T14:04:02.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3296 | 2025-06-30T14:04:02.137Z | |
| 3297 | 2025-06-30T14:04:02.137Z | info: running `cargo check --bins` on typed-rng (141/216) |
| 3298 | 2025-06-30T14:04:03.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-06-30T14:04:03.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-06-30T14:04:03.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2025-06-30T14:04:03.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3302 | 2025-06-30T14:04:03.348Z | |
| 3303 | 2025-06-30T14:04:03.348Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (142/216) |
| 3304 | 2025-06-30T14:04:04.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-06-30T14:04:04.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-06-30T14:04:04.931Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3307 | 2025-06-30T14:04:04.931Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2025-06-30T14:04:04.931Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3309 | 2025-06-30T14:04:04.931Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3310 | 2025-06-30T14:04:04.956Z | Checking universal-hash v0.5.1 |
| 3311 | 2025-06-30T14:04:04.956Z | Checking opaque-debug v0.3.1 |
| 3312 | 2025-06-30T14:04:04.982Z | Checking chacha20 v0.9.1 |
| 3313 | 2025-06-30T14:04:05.007Z | Checking aead v0.5.2 |
| 3314 | 2025-06-30T14:04:05.285Z | Compiling unicase v2.7.0 |
| 3315 | 2025-06-30T14:04:05.320Z | Checking poly1305 v0.8.0 |
| 3316 | 2025-06-30T14:04:05.355Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3317 | 2025-06-30T14:04:05.471Z | Compiling libefi-sys v0.1.0 |
| 3318 | 2025-06-30T14:04:05.580Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3319 | 2025-06-30T14:04:05.643Z | Compiling bitfield-struct v0.6.2 |
| 3320 | 2025-06-30T14:04:05.681Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3321 | 2025-06-30T14:04:05.773Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3322 | 2025-06-30T14:04:05.963Z | Checking chacha20poly1305 v0.10.1 |
| 3323 | 2025-06-30T14:04:05.990Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3324 | 2025-06-30T14:04:06.178Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3325 | 2025-06-30T14:04:06.214Z | Compiling salty v0.3.0 |
| 3326 | 2025-06-30T14:04:06.284Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3327 | 2025-06-30T14:04:06.455Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3328 | 2025-06-30T14:04:06.746Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3329 | 2025-06-30T14:04:06.996Z | Compiling num-derive v0.3.3 |
| 3330 | 2025-06-30T14:04:07.082Z | Compiling proc-macro-error2 v2.0.1 |
| 3331 | 2025-06-30T14:04:07.127Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3332 | 2025-06-30T14:04:07.152Z | Compiling xshell-macros v0.2.7 |
| 3333 | 2025-06-30T14:04:07.728Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3334 | 2025-06-30T14:04:07.791Z | Checking papergrid v0.14.0 |
| 3335 | 2025-06-30T14:04:07.961Z | Checking thiserror-no-std v2.0.2 |
| 3336 | 2025-06-30T14:04:07.987Z | Checking xshell v0.2.7 |
| 3337 | 2025-06-30T14:04:08.142Z | Checking vsss-rs v3.3.4 |
| 3338 | 2025-06-30T14:04:08.287Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3339 | 2025-06-30T14:04:08.423Z | Compiling tabled_derive v0.10.0 |
| 3340 | 2025-06-30T14:04:08.573Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3341 | 2025-06-30T14:04:09.264Z | Checking libscf-sys v1.1.0 |
| 3342 | 2025-06-30T14:04:09.477Z | Compiling mime_guess v2.0.5 |
| 3343 | 2025-06-30T14:04:09.587Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3344 | 2025-06-30T14:04:10.543Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3345 | 2025-06-30T14:04:10.904Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3346 | 2025-06-30T14:04:11.209Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3347 | 2025-06-30T14:04:11.301Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3348 | 2025-06-30T14:04:11.699Z | Checking primeorder v0.13.6 |
| 3349 | 2025-06-30T14:04:11.955Z | Checking env_filter v0.1.2 |
| 3350 | 2025-06-30T14:04:12.252Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3351 | 2025-06-30T14:04:12.277Z | Checking env_logger v0.11.5 |
| 3352 | 2025-06-30T14:04:12.319Z | Checking p384 v0.13.0 |
| 3353 | 2025-06-30T14:04:12.685Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3354 | 2025-06-30T14:04:12.735Z | Checking tabled v0.18.0 |
| 3355 | 2025-06-30T14:04:12.795Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3356 | 2025-06-30T14:04:13.229Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3357 | 2025-06-30T14:04:13.304Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3358 | 2025-06-30T14:04:13.493Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3359 | 2025-06-30T14:04:13.721Z | Checking http-range v0.1.5 |
| 3360 | 2025-06-30T14:04:13.748Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3361 | 2025-06-30T14:04:13.978Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3362 | 2025-06-30T14:04:14.128Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3363 | 2025-06-30T14:04:14.210Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3364 | 2025-06-30T14:04:14.486Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3365 | 2025-06-30T14:04:14.545Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3366 | 2025-06-30T14:04:14.584Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3367 | 2025-06-30T14:04:14.611Z | Checking secrecy v0.8.0 |
| 3368 | 2025-06-30T14:04:14.849Z | Checking atty v0.2.14 |
| 3369 | 2025-06-30T14:04:15.032Z | Checking crc8 v0.1.1 |
| 3370 | 2025-06-30T14:04:15.180Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3371 | 2025-06-30T14:04:15.523Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3372 | 2025-06-30T14:04:15.610Z | Checking hyper-staticfile v0.10.1 |
| 3373 | 2025-06-30T14:04:15.917Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3374 | 2025-06-30T14:04:16.174Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3375 | 2025-06-30T14:04:16.261Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3376 | 2025-06-30T14:04:16.628Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2025-06-30T14:04:16.670Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3378 | 2025-06-30T14:04:16.794Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3379 | 2025-06-30T14:04:17.270Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3380 | 2025-06-30T14:04:17.443Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3381 | 2025-06-30T14:04:17.944Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3382 | 2025-06-30T14:04:18.122Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3383 | 2025-06-30T14:04:18.813Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3384 | 2025-06-30T14:04:18.813Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3385 | 2025-06-30T14:04:18.838Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3386 | 2025-06-30T14:04:19.792Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3387 | 2025-06-30T14:04:20.399Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3388 | 2025-06-30T14:04:20.780Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3389 | 2025-06-30T14:04:22.538Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3390 | 2025-06-30T14:04:24.401Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3391 | 2025-06-30T14:04:33.077Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3392 | 2025-06-30T14:04:57.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.40s |
| 3393 | 2025-06-30T14:04:58.001Z | |
| 3394 | 2025-06-30T14:04:58.001Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (143/216) |
| 3395 | 2025-06-30T14:04:59.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2025-06-30T14:04:59.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2025-06-30T14:04:59.339Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3398 | 2025-06-30T14:05:21.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.62s |
| 3399 | 2025-06-30T14:05:21.878Z | |
| 3400 | 2025-06-30T14:05:21.878Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (144/216) |
| 3401 | 2025-06-30T14:05:22.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2025-06-30T14:05:22.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2025-06-30T14:05:23.207Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3404 | 2025-06-30T14:05:45.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.97s |
| 3405 | 2025-06-30T14:05:46.090Z | |
| 3406 | 2025-06-30T14:05:46.091Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (145/216) |
| 3407 | 2025-06-30T14:05:47.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2025-06-30T14:05:47.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2025-06-30T14:05:47.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3410 | 2025-06-30T14:06:08.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.89s |
| 3411 | 2025-06-30T14:06:09.212Z | |
| 3412 | 2025-06-30T14:06:09.212Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (146/216) |
| 3413 | 2025-06-30T14:06:10.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2025-06-30T14:06:10.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2025-06-30T14:06:10.487Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3416 | 2025-06-30T14:06:31.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s |
| 3417 | 2025-06-30T14:06:31.769Z | |
| 3418 | 2025-06-30T14:06:31.769Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (147/216) |
| 3419 | 2025-06-30T14:06:32.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2025-06-30T14:06:32.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2025-06-30T14:06:33.245Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3422 | 2025-06-30T14:06:55.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.44s |
| 3423 | 2025-06-30T14:06:55.439Z | |
| 3424 | 2025-06-30T14:06:55.439Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (148/216) |
| 3425 | 2025-06-30T14:06:56.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2025-06-30T14:06:56.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2025-06-30T14:06:56.889Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3428 | 2025-06-30T14:07:19.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.95s |
| 3429 | 2025-06-30T14:07:19.628Z | |
| 3430 | 2025-06-30T14:07:19.628Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (149/216) |
| 3431 | 2025-06-30T14:07:20.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2025-06-30T14:07:20.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2025-06-30T14:07:21.044Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3434 | 2025-06-30T14:07:41.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.19s |
| 3435 | 2025-06-30T14:07:42.031Z | |
| 3436 | 2025-06-30T14:07:42.031Z | info: running `cargo check --bins` on bootstrap-agent-api (150/216) |
| 3437 | 2025-06-30T14:07:43.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-06-30T14:07:43.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-06-30T14:07:43.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2025-06-30T14:07:43.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3441 | 2025-06-30T14:07:43.155Z | |
| 3442 | 2025-06-30T14:07:43.155Z | info: running `cargo check --bins` on range-requests (151/216) |
| 3443 | 2025-06-30T14:07:44.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-06-30T14:07:44.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-06-30T14:07:44.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2025-06-30T14:07:44.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3447 | 2025-06-30T14:07:44.299Z | |
| 3448 | 2025-06-30T14:07:44.299Z | info: running `cargo check --bins` on repo-depot-api (152/216) |
| 3449 | 2025-06-30T14:07:45.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2025-06-30T14:07:45.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2025-06-30T14:07:45.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2025-06-30T14:07:45.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3453 | 2025-06-30T14:07:45.431Z | |
| 3454 | 2025-06-30T14:07:45.431Z | info: running `cargo check --bins` on sled-agent-api (153/216) |
| 3455 | 2025-06-30T14:07:46.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2025-06-30T14:07:46.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2025-06-30T14:07:46.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2025-06-30T14:07:46.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3459 | 2025-06-30T14:07:46.665Z | |
| 3460 | 2025-06-30T14:07:46.665Z | info: running `cargo check --bins` on sled-diagnostics (154/216) |
| 3461 | 2025-06-30T14:07:47.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2025-06-30T14:07:47.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2025-06-30T14:07:47.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2025-06-30T14:07:47.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3465 | 2025-06-30T14:07:47.769Z | |
| 3466 | 2025-06-30T14:07:47.769Z | info: running `cargo check --bins` on parallel-task-set (155/216) |
| 3467 | 2025-06-30T14:07:48.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2025-06-30T14:07:48.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2025-06-30T14:07:48.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2025-06-30T14:07:48.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3471 | 2025-06-30T14:07:48.910Z | |
| 3472 | 2025-06-30T14:07:48.910Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/216) |
| 3473 | 2025-06-30T14:07:49.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2025-06-30T14:07:49.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2025-06-30T14:07:49.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2025-06-30T14:07:49.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3477 | 2025-06-30T14:07:50.079Z | |
| 3478 | 2025-06-30T14:07:50.080Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/216) |
| 3479 | 2025-06-30T14:07:51.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2025-06-30T14:07:51.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2025-06-30T14:07:51.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2025-06-30T14:07:51.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3483 | 2025-06-30T14:07:51.260Z | |
| 3484 | 2025-06-30T14:07:51.260Z | info: running `cargo check --bins` on sled-agent-zone-images (158/216) |
| 3485 | 2025-06-30T14:07:52.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2025-06-30T14:07:52.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2025-06-30T14:07:52.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2025-06-30T14:07:52.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3489 | 2025-06-30T14:07:52.410Z | |
| 3490 | 2025-06-30T14:07:52.410Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (159/216) |
| 3491 | 2025-06-30T14:07:53.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2025-06-30T14:07:53.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2025-06-30T14:07:53.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2025-06-30T14:07:53.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3495 | 2025-06-30T14:07:53.579Z | |
| 3496 | 2025-06-30T14:07:53.579Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (160/216) |
| 3497 | 2025-06-30T14:07:54.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2025-06-30T14:07:54.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2025-06-30T14:07:54.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2025-06-30T14:07:54.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3501 | 2025-06-30T14:07:54.829Z | |
| 3502 | 2025-06-30T14:07:54.829Z | info: running `cargo check --bins` on nexus-test-interface (161/216) |
| 3503 | 2025-06-30T14:07:55.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2025-06-30T14:07:55.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2025-06-30T14:07:55.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2025-06-30T14:07:55.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3507 | 2025-06-30T14:07:56.000Z | |
| 3508 | 2025-06-30T14:07:56.000Z | info: running `cargo check --bins` on oximeter-collector (162/216) |
| 3509 | 2025-06-30T14:07:57.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2025-06-30T14:07:57.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2025-06-30T14:07:57.328Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3512 | 2025-06-30T14:07:57.328Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3513 | 2025-06-30T14:07:58.618Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3514 | 2025-06-30T14:08:01.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
| 3515 | 2025-06-30T14:08:01.935Z | |
| 3516 | 2025-06-30T14:08:01.935Z | info: running `cargo check --bins` on oximeter-api (163/216) |
| 3517 | 2025-06-30T14:08:02.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-06-30T14:08:02.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-06-30T14:08:02.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2025-06-30T14:08:02.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3521 | 2025-06-30T14:08:03.040Z | |
| 3522 | 2025-06-30T14:08:03.041Z | info: running `cargo check --bins` on cert-dev (164/216) |
| 3523 | 2025-06-30T14:08:04.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-06-30T14:08:04.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-06-30T14:08:04.146Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3526 | 2025-06-30T14:08:04.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3527 | 2025-06-30T14:08:04.684Z | |
| 3528 | 2025-06-30T14:08:04.684Z | info: running `cargo check --bins` on clickana (165/216) |
| 3529 | 2025-06-30T14:08:05.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-06-30T14:08:05.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-06-30T14:08:05.925Z | Checking castaway v0.2.3 |
| 3532 | 2025-06-30T14:08:05.925Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3533 | 2025-06-30T14:08:05.926Z | Checking unicode-truncate v1.1.0 |
| 3534 | 2025-06-30T14:08:05.951Z | Checking lru v0.12.5 |
| 3535 | 2025-06-30T14:08:05.951Z | Compiling instability v0.3.2 |
| 3536 | 2025-06-30T14:08:05.951Z | Checking cassowary v0.3.0 |
| 3537 | 2025-06-30T14:08:05.951Z | Compiling indoc v2.0.6 |
| 3538 | 2025-06-30T14:08:06.156Z | Checking compact_str v0.8.0 |
| 3539 | 2025-06-30T14:08:07.013Z | Checking ratatui v0.29.0 |
| 3540 | 2025-06-30T14:08:08.191Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3541 | 2025-06-30T14:08:09.980Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3542 | 2025-06-30T14:08:11.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
| 3543 | 2025-06-30T14:08:11.491Z | |
| 3544 | 2025-06-30T14:08:11.491Z | info: running `cargo check --bins` on clickhouse-cluster-dev (166/216) |
| 3545 | 2025-06-30T14:08:12.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2025-06-30T14:08:12.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2025-06-30T14:08:12.784Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3548 | 2025-06-30T14:08:12.784Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3549 | 2025-06-30T14:08:14.310Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3550 | 2025-06-30T14:08:15.027Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3551 | 2025-06-30T14:08:15.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 3552 | 2025-06-30T14:08:15.760Z | |
| 3553 | 2025-06-30T14:08:15.760Z | info: running `cargo check --bins` on ch-dev (167/216) |
| 3554 | 2025-06-30T14:08:16.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2025-06-30T14:08:16.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2025-06-30T14:08:16.962Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3557 | 2025-06-30T14:08:17.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 3558 | 2025-06-30T14:08:18.118Z | |
| 3559 | 2025-06-30T14:08:18.118Z | info: running `cargo check --bins` on dev-tools-common (168/216) |
| 3560 | 2025-06-30T14:08:18.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2025-06-30T14:08:18.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2025-06-30T14:08:18.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2025-06-30T14:08:18.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3564 | 2025-06-30T14:08:18.924Z | |
| 3565 | 2025-06-30T14:08:18.924Z | info: running `cargo check --bins` on crdb-seed (169/216) |
| 3566 | 2025-06-30T14:08:19.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2025-06-30T14:08:19.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2025-06-30T14:08:20.050Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3569 | 2025-06-30T14:08:20.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3570 | 2025-06-30T14:08:20.736Z | |
| 3571 | 2025-06-30T14:08:20.736Z | info: running `cargo check --bins` on db-dev (170/216) |
| 3572 | 2025-06-30T14:08:21.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2025-06-30T14:08:21.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2025-06-30T14:08:22.011Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3575 | 2025-06-30T14:08:22.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 3576 | 2025-06-30T14:08:23.175Z | |
| 3577 | 2025-06-30T14:08:23.175Z | info: running `cargo check --bins` on omicron-dev-lib (171/216) |
| 3578 | 2025-06-30T14:08:24.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2025-06-30T14:08:24.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2025-06-30T14:08:24.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2025-06-30T14:08:24.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3582 | 2025-06-30T14:08:24.289Z | |
| 3583 | 2025-06-30T14:08:24.289Z | info: running `cargo check --bins` on xtask-downloader (172/216) |
| 3584 | 2025-06-30T14:08:25.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2025-06-30T14:08:25.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2025-06-30T14:08:25.366Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3587 | 2025-06-30T14:08:26.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 3588 | 2025-06-30T14:08:26.680Z | |
| 3589 | 2025-06-30T14:08:26.680Z | info: running `cargo check --bins` on omicron-ls-apis (173/216) |
| 3590 | 2025-06-30T14:08:27.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-06-30T14:08:27.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-06-30T14:08:27.759Z | Checking typeid v1.0.3 |
| 3593 | 2025-06-30T14:08:27.792Z | Checking ordered-float v2.10.1 |
| 3594 | 2025-06-30T14:08:27.817Z | Checking cargo-platform v0.2.0 |
| 3595 | 2025-06-30T14:08:27.936Z | Checking erased-serde v0.4.6 |
| 3596 | 2025-06-30T14:08:28.256Z | Checking serde-value v0.7.0 |
| 3597 | 2025-06-30T14:08:28.755Z | Checking serde-untagged v0.1.7 |
| 3598 | 2025-06-30T14:08:29.111Z | Checking cargo-util-schemas v0.2.0 |
| 3599 | 2025-06-30T14:08:30.763Z | Checking cargo_metadata v0.20.0 |
| 3600 | 2025-06-30T14:08:32.347Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3601 | 2025-06-30T14:08:33.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s |
| 3602 | 2025-06-30T14:08:33.846Z | |
| 3603 | 2025-06-30T14:08:33.846Z | info: running `cargo check --bins` on mgs-dev (174/216) |
| 3604 | 2025-06-30T14:08:34.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2025-06-30T14:08:34.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2025-06-30T14:08:35.125Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3607 | 2025-06-30T14:08:37.368Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3608 | 2025-06-30T14:08:38.277Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3609 | 2025-06-30T14:08:39.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
| 3610 | 2025-06-30T14:08:39.342Z | |
| 3611 | 2025-06-30T14:08:39.342Z | info: running `cargo check --bins` on omicron-omdb (175/216) |
| 3612 | 2025-06-30T14:08:40.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2025-06-30T14:08:40.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2025-06-30T14:08:40.907Z | Compiling crunchy v0.2.2 |
| 3615 | 2025-06-30T14:08:40.932Z | Compiling dsl_auto_type v0.1.2 |
| 3616 | 2025-06-30T14:08:40.932Z | Checking scheduled-thread-pool v0.2.7 |
| 3617 | 2025-06-30T14:08:40.932Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3618 | 2025-06-30T14:08:40.932Z | Compiling tiny-keccak v2.0.2 |
| 3619 | 2025-06-30T14:08:40.957Z | Compiling bit-vec v0.6.3 |
| 3620 | 2025-06-30T14:08:41.003Z | Compiling ascii-canvas v3.0.0 |
| 3621 | 2025-06-30T14:08:41.028Z | Compiling ena v0.14.3 |
| 3622 | 2025-06-30T14:08:41.273Z | Checking r2d2 v0.8.10 |
| 3623 | 2025-06-30T14:08:41.330Z | Compiling diff v0.1.13 |
| 3624 | 2025-06-30T14:08:41.374Z | Compiling bit-set v0.5.3 |
| 3625 | 2025-06-30T14:08:41.620Z | Compiling regex-syntax v0.6.29 |
| 3626 | 2025-06-30T14:08:41.620Z | Compiling bindgen v0.71.1 |
| 3627 | 2025-06-30T14:08:41.620Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3628 | 2025-06-30T14:08:41.620Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3629 | 2025-06-30T14:08:41.661Z | Compiling derive_builder_core v0.20.2 |
| 3630 | 2025-06-30T14:08:41.837Z | Compiling libxml v0.3.3 |
| 3631 | 2025-06-30T14:08:41.862Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3632 | 2025-06-30T14:08:41.922Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3633 | 2025-06-30T14:08:42.198Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3634 | 2025-06-30T14:08:42.230Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3635 | 2025-06-30T14:08:42.305Z | Compiling diesel_derives v2.2.3 |
| 3636 | 2025-06-30T14:08:42.391Z | Compiling strum_macros v0.24.3 |
| 3637 | 2025-06-30T14:08:42.496Z | Compiling indoc v1.0.9 |
| 3638 | 2025-06-30T14:08:43.273Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3639 | 2025-06-30T14:08:43.555Z | Compiling derive_builder_macro v0.20.2 |
| 3640 | 2025-06-30T14:08:43.582Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3641 | 2025-06-30T14:08:44.183Z | Compiling oso-derive v0.27.3 |
| 3642 | 2025-06-30T14:08:44.306Z | Checking derive_builder v0.20.2 |
| 3643 | 2025-06-30T14:08:44.474Z | Compiling lalrpop v0.19.12 |
| 3644 | 2025-06-30T14:08:44.500Z | Checking quick-xml v0.37.2 |
| 3645 | 2025-06-30T14:08:45.015Z | Checking maplit v1.0.2 |
| 3646 | 2025-06-30T14:08:45.157Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3647 | 2025-06-30T14:08:45.240Z | Compiling diesel-dtrace v0.4.2 |
| 3648 | 2025-06-30T14:08:45.597Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3649 | 2025-06-30T14:08:45.852Z | Checking globset v0.4.15 |
| 3650 | 2025-06-30T14:08:46.143Z | Checking bb8 v0.8.5 |
| 3651 | 2025-06-30T14:08:46.327Z | Checking ignore v0.4.23 |
| 3652 | 2025-06-30T14:08:46.900Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3653 | 2025-06-30T14:08:46.926Z | Checking predicates-tree v1.0.12 |
| 3654 | 2025-06-30T14:08:46.926Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3655 | 2025-06-30T14:08:46.926Z | Checking rand_seeder v0.3.0 |
| 3656 | 2025-06-30T14:08:46.926Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3657 | 2025-06-30T14:08:46.926Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3658 | 2025-06-30T14:08:46.926Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3659 | 2025-06-30T14:08:47.100Z | Checking globwalk v0.9.1 |
| 3660 | 2025-06-30T14:08:47.182Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3661 | 2025-06-30T14:08:47.443Z | Checking camino-tempfile-ext v0.3.1 |
| 3662 | 2025-06-30T14:08:47.473Z | Checking unicode-linebreak v0.1.5 |
| 3663 | 2025-06-30T14:08:47.789Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3664 | 2025-06-30T14:08:47.863Z | Checking is_ci v1.2.0 |
| 3665 | 2025-06-30T14:08:48.025Z | Checking smawk v0.3.2 |
| 3666 | 2025-06-30T14:08:48.257Z | Checking textwrap v0.16.2 |
| 3667 | 2025-06-30T14:08:48.478Z | Checking supports-color v3.0.2 |
| 3668 | 2025-06-30T14:08:48.716Z | Checking support-bundle-viewer v0.1.2 |
| 3669 | 2025-06-30T14:08:48.741Z | Checking multimap v0.10.1 |
| 3670 | 2025-06-30T14:08:48.766Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3671 | 2025-06-30T14:08:50.223Z | Checking diesel v2.2.11 |
| 3672 | 2025-06-30T14:09:05.082Z | Compiling samael v0.0.19 |
| 3673 | 2025-06-30T14:09:16.586Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3674 | 2025-06-30T14:09:20.376Z | Checking async-bb8-diesel v0.2.1 |
| 3675 | 2025-06-30T14:09:22.450Z | Compiling polar-core v0.27.3 |
| 3676 | 2025-06-30T14:09:32.683Z | Checking oso v0.27.3 |
| 3677 | 2025-06-30T14:10:33.555Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3678 | 2025-06-30T14:11:22.889Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3679 | 2025-06-30T14:11:37.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 58s |
| 3680 | 2025-06-30T14:11:37.750Z | |
| 3681 | 2025-06-30T14:11:37.750Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (176/216) |
| 3682 | 2025-06-30T14:11:38.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2025-06-30T14:11:38.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2025-06-30T14:11:38.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2025-06-30T14:11:38.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3686 | 2025-06-30T14:11:38.860Z | |
| 3687 | 2025-06-30T14:11:38.860Z | info: running `cargo check --bins` on nexus-saga-recovery (177/216) |
| 3688 | 2025-06-30T14:11:39.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2025-06-30T14:11:39.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2025-06-30T14:11:39.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2025-06-30T14:11:39.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3692 | 2025-06-30T14:11:40.000Z | |
| 3693 | 2025-06-30T14:11:40.000Z | info: running `cargo check --bins` on nexus-test-utils-macros (178/216) |
| 3694 | 2025-06-30T14:11:40.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2025-06-30T14:11:40.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2025-06-30T14:11:40.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2025-06-30T14:11:40.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3698 | 2025-06-30T14:11:40.975Z | |
| 3699 | 2025-06-30T14:11:40.975Z | info: running `cargo check --bins` on omicron-nexus (179/216) |
| 3700 | 2025-06-30T14:11:42.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2025-06-30T14:11:42.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2025-06-30T14:11:42.377Z | Compiling libz-sys v1.1.20 |
| 3703 | 2025-06-30T14:11:42.406Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3704 | 2025-06-30T14:11:42.442Z | Compiling vergen v8.3.2 |
| 3705 | 2025-06-30T14:11:42.468Z | Compiling cargo-platform v0.1.8 |
| 3706 | 2025-06-30T14:11:42.468Z | Compiling pin-project-internal v1.1.6 |
| 3707 | 2025-06-30T14:11:42.513Z | Compiling snafu-derive v0.8.5 |
| 3708 | 2025-06-30T14:11:42.539Z | Compiling fs-err v2.11.0 |
| 3709 | 2025-06-30T14:11:42.539Z | Compiling rustls v0.21.12 |
| 3710 | 2025-06-30T14:11:42.764Z | Checking olpc-cjson v0.1.4 |
| 3711 | 2025-06-30T14:11:42.847Z | Compiling cargo_metadata v0.18.1 |
| 3712 | 2025-06-30T14:11:43.025Z | Checking rustls-webpki v0.101.7 |
| 3713 | 2025-06-30T14:11:43.051Z | Checking sct v0.7.1 |
| 3714 | 2025-06-30T14:11:43.097Z | Checking serde_plain v1.0.2 |
| 3715 | 2025-06-30T14:11:43.123Z | Checking typed-path v0.9.3 |
| 3716 | 2025-06-30T14:11:43.537Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3717 | 2025-06-30T14:11:43.688Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3718 | 2025-06-30T14:11:43.816Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3719 | 2025-06-30T14:11:43.981Z | Checking parse-size v1.1.0 |
| 3720 | 2025-06-30T14:11:44.204Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3721 | 2025-06-30T14:11:44.243Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3722 | 2025-06-30T14:11:44.475Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3723 | 2025-06-30T14:11:44.762Z | Checking pin-project v1.1.6 |
| 3724 | 2025-06-30T14:11:44.920Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3725 | 2025-06-30T14:11:44.979Z | Checking rustls-pemfile v1.0.4 |
| 3726 | 2025-06-30T14:11:45.235Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3727 | 2025-06-30T14:11:45.707Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3728 | 2025-06-30T14:11:45.732Z | Checking twox-hash v2.1.0 |
| 3729 | 2025-06-30T14:11:45.812Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3730 | 2025-06-30T14:11:45.930Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3731 | 2025-06-30T14:11:46.323Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3732 | 2025-06-30T14:11:46.555Z | Checking tokio-rustls v0.24.1 |
| 3733 | 2025-06-30T14:11:46.668Z | Checking snafu v0.8.5 |
| 3734 | 2025-06-30T14:11:47.013Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3735 | 2025-06-30T14:11:47.141Z | Checking tough v0.20.0 |
| 3736 | 2025-06-30T14:11:47.531Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3737 | 2025-06-30T14:11:47.734Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3738 | 2025-06-30T14:11:47.869Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3739 | 2025-06-30T14:11:47.956Z | Checking fatfs v0.3.6 |
| 3740 | 2025-06-30T14:11:48.083Z | Checking assert_matches v1.5.0 |
| 3741 | 2025-06-30T14:11:51.346Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3742 | 2025-06-30T14:11:52.951Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3743 | 2025-06-30T14:11:54.599Z | Compiling git2 v0.19.0 |
| 3744 | 2025-06-30T14:12:00.274Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3745 | 2025-06-30T14:13:34.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s |
| 3746 | 2025-06-30T14:13:34.549Z | |
| 3747 | 2025-06-30T14:13:34.550Z | info: running `cargo check --bins` on nexus-background-task-interface (180/216) |
| 3748 | 2025-06-30T14:13:35.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2025-06-30T14:13:35.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2025-06-30T14:13:35.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2025-06-30T14:13:35.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3752 | 2025-06-30T14:13:35.707Z | |
| 3753 | 2025-06-30T14:13:35.707Z | info: running `cargo check --bins` on nexus-external-api (181/216) |
| 3754 | 2025-06-30T14:13:36.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2025-06-30T14:13:36.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2025-06-30T14:13:36.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2025-06-30T14:13:36.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3758 | 2025-06-30T14:13:36.849Z | |
| 3759 | 2025-06-30T14:13:36.850Z | info: running `cargo check --bins` on nexus-internal-api (182/216) |
| 3760 | 2025-06-30T14:13:37.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2025-06-30T14:13:37.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2025-06-30T14:13:37.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2025-06-30T14:13:37.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 3764 | 2025-06-30T14:13:38.039Z | |
| 3765 | 2025-06-30T14:13:38.039Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (183/216) |
| 3766 | 2025-06-30T14:13:39.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2025-06-30T14:13:39.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2025-06-30T14:13:39.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2025-06-30T14:13:39.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3770 | 2025-06-30T14:13:39.260Z | |
| 3771 | 2025-06-30T14:13:39.260Z | info: running `cargo check --bins` on nexus-mgs-updates (184/216) |
| 3772 | 2025-06-30T14:13:40.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2025-06-30T14:13:40.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2025-06-30T14:13:40.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2025-06-30T14:13:40.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3776 | 2025-06-30T14:13:40.449Z | |
| 3777 | 2025-06-30T14:13:40.449Z | info: running `cargo check --bins` on nexus-networking (185/216) |
| 3778 | 2025-06-30T14:13:41.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2025-06-30T14:13:41.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2025-06-30T14:13:41.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2025-06-30T14:13:41.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3782 | 2025-06-30T14:13:41.636Z | |
| 3783 | 2025-06-30T14:13:41.636Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (186/216) |
| 3784 | 2025-06-30T14:13:42.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2025-06-30T14:13:42.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2025-06-30T14:13:42.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2025-06-30T14:13:42.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3788 | 2025-06-30T14:13:42.968Z | |
| 3789 | 2025-06-30T14:13:42.968Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (187/216) |
| 3790 | 2025-06-30T14:13:44.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2025-06-30T14:13:44.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2025-06-30T14:13:44.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2025-06-30T14:13:44.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3794 | 2025-06-30T14:13:44.181Z | |
| 3795 | 2025-06-30T14:13:44.181Z | info: running `cargo check --bins` on update-common (188/216) |
| 3796 | 2025-06-30T14:13:45.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-06-30T14:13:45.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-06-30T14:13:45.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2025-06-30T14:13:45.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 3800 | 2025-06-30T14:13:45.358Z | |
| 3801 | 2025-06-30T14:13:45.358Z | info: running `cargo check --bins` on omicron-dev (189/216) |
| 3802 | 2025-06-30T14:13:46.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-06-30T14:13:46.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-06-30T14:13:47.032Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3805 | 2025-06-30T14:13:47.032Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3806 | 2025-06-30T14:13:47.106Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3807 | 2025-06-30T14:13:47.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3808 | 2025-06-30T14:13:47.160Z | Checking yansi v1.0.1 |
| 3809 | 2025-06-30T14:13:47.185Z | Checking diff v0.1.13 |
| 3810 | 2025-06-30T14:13:47.185Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3811 | 2025-06-30T14:13:47.224Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3812 | 2025-06-30T14:13:47.782Z | Checking pretty_assertions v1.4.1 |
| 3813 | 2025-06-30T14:13:47.987Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3814 | 2025-06-30T14:13:48.946Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3815 | 2025-06-30T14:14:36.341Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3816 | 2025-06-30T14:14:36.341Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3817 | 2025-06-30T14:14:36.367Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3818 | 2025-06-30T14:14:36.367Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3819 | 2025-06-30T14:14:36.367Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3820 | 2025-06-30T14:14:36.367Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3821 | 2025-06-30T14:14:37.524Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3822 | 2025-06-30T14:14:39.302Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3823 | 2025-06-30T14:15:53.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 3824 | 2025-06-30T14:15:53.299Z | |
| 3825 | 2025-06-30T14:15:53.299Z | info: running `cargo check --bins` on openapi-manager (190/216) |
| 3826 | 2025-06-30T14:15:54.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2025-06-30T14:15:54.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2025-06-30T14:15:54.491Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3829 | 2025-06-30T14:15:54.492Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3830 | 2025-06-30T14:15:54.517Z | Checking heck v0.4.1 |
| 3831 | 2025-06-30T14:15:54.518Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3832 | 2025-06-30T14:15:54.777Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3833 | 2025-06-30T14:15:56.001Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3834 | 2025-06-30T14:15:59.043Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3835 | 2025-06-30T14:16:01.231Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3836 | 2025-06-30T14:16:02.351Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3837 | 2025-06-30T14:16:04.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s |
| 3838 | 2025-06-30T14:16:04.605Z | |
| 3839 | 2025-06-30T14:16:04.605Z | info: running `cargo check --bins` on installinator-api (191/216) |
| 3840 | 2025-06-30T14:16:05.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2025-06-30T14:16:05.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2025-06-30T14:16:05.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2025-06-30T14:16:05.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3844 | 2025-06-30T14:16:05.634Z | |
| 3845 | 2025-06-30T14:16:05.634Z | info: running `cargo check --bins` on wicketd-api (192/216) |
| 3846 | 2025-06-30T14:16:06.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-06-30T14:16:06.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-06-30T14:16:06.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-06-30T14:16:06.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 3850 | 2025-06-30T14:16:06.700Z | |
| 3851 | 2025-06-30T14:16:06.700Z | info: running `cargo check --bins` on omicron-pins (193/216) |
| 3852 | 2025-06-30T14:16:07.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-06-30T14:16:07.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-06-30T14:16:07.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2025-06-30T14:16:07.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3856 | 2025-06-30T14:16:07.653Z | |
| 3857 | 2025-06-30T14:16:07.653Z | info: running `cargo check --bins` on reconfigurator-cli (194/216) |
| 3858 | 2025-06-30T14:16:08.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-06-30T14:16:08.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-06-30T14:16:08.930Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3861 | 2025-06-30T14:16:08.956Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3862 | 2025-06-30T14:16:08.987Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3863 | 2025-06-30T14:16:09.014Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3864 | 2025-06-30T14:16:09.039Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3865 | 2025-06-30T14:16:09.039Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3866 | 2025-06-30T14:16:09.039Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3867 | 2025-06-30T14:16:09.108Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3868 | 2025-06-30T14:16:09.314Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3869 | 2025-06-30T14:16:09.344Z | Compiling petname v2.0.2 |
| 3870 | 2025-06-30T14:16:09.370Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3871 | 2025-06-30T14:16:09.606Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3872 | 2025-06-30T14:16:09.685Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3873 | 2025-06-30T14:16:10.081Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3874 | 2025-06-30T14:16:10.424Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3875 | 2025-06-30T14:16:10.686Z | Checking sync-ptr v0.1.4 |
| 3876 | 2025-06-30T14:16:10.884Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3877 | 2025-06-30T14:16:11.173Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3878 | 2025-06-30T14:16:11.553Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3879 | 2025-06-30T14:16:12.180Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3880 | 2025-06-30T14:16:13.878Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3881 | 2025-06-30T14:16:15.403Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3882 | 2025-06-30T14:16:15.429Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3883 | 2025-06-30T14:16:31.594Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3884 | 2025-06-30T14:16:31.620Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3885 | 2025-06-30T14:16:32.642Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3886 | 2025-06-30T14:16:34.674Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3887 | 2025-06-30T14:16:37.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s |
| 3888 | 2025-06-30T14:16:38.115Z | |
| 3889 | 2025-06-30T14:16:38.115Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (195/216) |
| 3890 | 2025-06-30T14:16:39.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2025-06-30T14:16:39.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2025-06-30T14:16:39.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2025-06-30T14:16:39.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3894 | 2025-06-30T14:16:39.240Z | |
| 3895 | 2025-06-30T14:16:39.240Z | info: running `cargo check --bins` on omicron-repl-utils (196/216) |
| 3896 | 2025-06-30T14:16:40.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2025-06-30T14:16:40.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2025-06-30T14:16:40.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2025-06-30T14:16:40.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3900 | 2025-06-30T14:16:40.257Z | |
| 3901 | 2025-06-30T14:16:40.257Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (197/216) |
| 3902 | 2025-06-30T14:16:41.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2025-06-30T14:16:41.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2025-06-30T14:16:41.463Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3905 | 2025-06-30T14:16:42.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 3906 | 2025-06-30T14:16:42.931Z | |
| 3907 | 2025-06-30T14:16:42.931Z | info: running `cargo check --bins` on reconfigurator-sp-updater (198/216) |
| 3908 | 2025-06-30T14:16:43.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2025-06-30T14:16:43.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2025-06-30T14:16:44.094Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3911 | 2025-06-30T14:16:44.582Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3912 | 2025-06-30T14:16:46.087Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3913 | 2025-06-30T14:16:47.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 3914 | 2025-06-30T14:16:47.227Z | |
| 3915 | 2025-06-30T14:16:47.227Z | info: running `cargo check --bins` on omicron-releng (199/216) |
| 3916 | 2025-06-30T14:16:48.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2025-06-30T14:16:48.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2025-06-30T14:16:48.354Z | Compiling blake3 v1.5.4 |
| 3919 | 2025-06-30T14:16:48.380Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3920 | 2025-06-30T14:16:48.410Z | Checking memmap2 v0.9.5 |
| 3921 | 2025-06-30T14:16:48.435Z | Checking arrayref v0.3.9 |
| 3922 | 2025-06-30T14:16:48.435Z | Checking constant_time_eq v0.3.1 |
| 3923 | 2025-06-30T14:16:48.435Z | Checking arrayvec v0.7.6 |
| 3924 | 2025-06-30T14:16:48.493Z | Checking topological-sort v0.2.2 |
| 3925 | 2025-06-30T14:16:48.518Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3926 | 2025-06-30T14:16:48.544Z | Checking shell-words v1.1.0 |
| 3927 | 2025-06-30T14:16:49.064Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3928 | 2025-06-30T14:16:49.447Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3929 | 2025-06-30T14:16:49.977Z | Checking omicron-zone-package v0.12.2 |
| 3930 | 2025-06-30T14:16:51.666Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3931 | 2025-06-30T14:16:53.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
| 3932 | 2025-06-30T14:16:53.485Z | |
| 3933 | 2025-06-30T14:16:53.485Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (200/216) |
| 3934 | 2025-06-30T14:16:54.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2025-06-30T14:16:54.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2025-06-30T14:16:54.544Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3937 | 2025-06-30T14:16:54.949Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3938 | 2025-06-30T14:16:55.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 3939 | 2025-06-30T14:16:55.719Z | |
| 3940 | 2025-06-30T14:16:55.719Z | info: running `cargo check --bins` on xtask (201/216) |
| 3941 | 2025-06-30T14:16:56.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2025-06-30T14:16:56.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2025-06-30T14:16:56.552Z | Checking bitflags v2.9.0 |
| 3944 | 2025-06-30T14:16:56.552Z | Checking serde v1.0.219 |
| 3945 | 2025-06-30T14:16:56.552Z | Checking thiserror v1.0.69 |
| 3946 | 2025-06-30T14:16:56.587Z | Checking zerofrom v0.1.4 |
| 3947 | 2025-06-30T14:16:56.616Z | Checking hashbrown v0.15.4 |
| 3948 | 2025-06-30T14:16:56.642Z | Checking smallvec v1.15.0 |
| 3949 | 2025-06-30T14:16:56.668Z | Checking scroll v0.12.0 |
| 3950 | 2025-06-30T14:16:56.668Z | Checking num-traits v0.2.19 |
| 3951 | 2025-06-30T14:16:56.745Z | Checking log v0.4.27 |
| 3952 | 2025-06-30T14:16:56.837Z | Checking rustix v0.38.37 |
| 3953 | 2025-06-30T14:16:56.863Z | Checking yoke v0.7.4 |
| 3954 | 2025-06-30T14:16:56.974Z | Checking percent-encoding v2.3.1 |
| 3955 | 2025-06-30T14:16:57.027Z | Checking zerocopy v0.7.35 |
| 3956 | 2025-06-30T14:16:57.112Z | Checking goblin v0.8.2 |
| 3957 | 2025-06-30T14:16:57.175Z | Checking zerovec v0.10.4 |
| 3958 | 2025-06-30T14:16:57.201Z | Checking form_urlencoded v1.2.1 |
| 3959 | 2025-06-30T14:16:57.401Z | Checking pest v2.7.14 |
| 3960 | 2025-06-30T14:16:57.594Z | Checking indexmap v2.9.0 |
| 3961 | 2025-06-30T14:16:57.743Z | Checking terminal_size v0.4.0 |
| 3962 | 2025-06-30T14:16:57.929Z | Checking getrandom v0.3.1 |
| 3963 | 2025-06-30T14:16:58.094Z | Checking ordered-float v2.10.1 |
| 3964 | 2025-06-30T14:16:58.168Z | Checking syn v2.0.104 |
| 3965 | 2025-06-30T14:16:58.199Z | Checking rustix v1.0.7 |
| 3966 | 2025-06-30T14:16:58.569Z | Checking once_cell v1.21.3 |
| 3967 | 2025-06-30T14:16:58.729Z | Checking tinystr v0.7.6 |
| 3968 | 2025-06-30T14:16:58.755Z | Checking icu_collections v1.5.0 |
| 3969 | 2025-06-30T14:16:58.886Z | Checking clap_builder v4.5.40 |
| 3970 | 2025-06-30T14:16:59.057Z | Checking icu_locid v1.5.0 |
| 3971 | 2025-06-30T14:16:59.362Z | Checking thiserror v2.0.12 |
| 3972 | 2025-06-30T14:16:59.519Z | Checking textwrap v0.16.2 |
| 3973 | 2025-06-30T14:16:59.584Z | Checking tempfile v3.20.0 |
| 3974 | 2025-06-30T14:16:59.653Z | Checking dtrace-parser v0.2.0 |
| 3975 | 2025-06-30T14:16:59.933Z | Checking fs-err v3.1.1 |
| 3976 | 2025-06-30T14:16:59.968Z | Checking tabled v0.15.0 |
| 3977 | 2025-06-30T14:17:00.012Z | Checking icu_provider v1.5.0 |
| 3978 | 2025-06-30T14:17:00.092Z | Checking anyhow v1.0.98 |
| 3979 | 2025-06-30T14:17:00.253Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3980 | 2025-06-30T14:17:00.607Z | Checking icu_locid_transform v1.5.0 |
| 3981 | 2025-06-30T14:17:00.783Z | Checking serde_spanned v0.6.9 |
| 3982 | 2025-06-30T14:17:00.809Z | Checking toml_datetime v0.6.11 |
| 3983 | 2025-06-30T14:17:00.809Z | Checking serde_json v1.0.140 |
| 3984 | 2025-06-30T14:17:00.983Z | Checking erased-serde v0.4.6 |
| 3985 | 2025-06-30T14:17:01.162Z | Checking toml_edit v0.22.27 |
| 3986 | 2025-06-30T14:17:01.540Z | Checking icu_properties v1.5.1 |
| 3987 | 2025-06-30T14:17:01.626Z | Checking semver v1.0.26 |
| 3988 | 2025-06-30T14:17:01.651Z | Checking serde-value v0.7.0 |
| 3989 | 2025-06-30T14:17:01.832Z | Checking serde-untagged v0.1.7 |
| 3990 | 2025-06-30T14:17:02.045Z | Checking camino v1.1.10 |
| 3991 | 2025-06-30T14:17:02.045Z | Checking cargo-platform v0.2.0 |
| 3992 | 2025-06-30T14:17:02.181Z | Checking dof v0.3.0 |
| 3993 | 2025-06-30T14:17:02.207Z | Checking clap v4.5.40 |
| 3994 | 2025-06-30T14:17:02.322Z | Checking macaddr v1.0.1 |
| 3995 | 2025-06-30T14:17:02.617Z | Checking camino-tempfile v1.4.1 |
| 3996 | 2025-06-30T14:17:02.749Z | Checking usdt-impl v0.5.0 |
| 3997 | 2025-06-30T14:17:03.331Z | Checking usdt v0.5.0 |
| 3998 | 2025-06-30T14:17:03.697Z | Checking toml v0.8.23 |
| 3999 | 2025-06-30T14:17:04.328Z | Checking cargo_toml v0.21.0 |
| 4000 | 2025-06-30T14:17:04.525Z | Checking icu_normalizer v1.5.0 |
| 4001 | 2025-06-30T14:17:05.228Z | Checking idna_adapter v1.2.0 |
| 4002 | 2025-06-30T14:17:05.416Z | Checking idna v1.0.3 |
| 4003 | 2025-06-30T14:17:05.845Z | Checking url v2.5.4 |
| 4004 | 2025-06-30T14:17:06.572Z | Checking cargo-util-schemas v0.2.0 |
| 4005 | 2025-06-30T14:17:08.220Z | Checking cargo_metadata v0.20.0 |
| 4006 | 2025-06-30T14:17:09.806Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4007 | 2025-06-30T14:17:10.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s |
| 4008 | 2025-06-30T14:17:10.901Z | |
| 4009 | 2025-06-30T14:17:10.902Z | info: running `cargo check --bins` on end-to-end-tests (202/216) |
| 4010 | 2025-06-30T14:17:11.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2025-06-30T14:17:12.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2025-06-30T14:17:12.232Z | Checking polyval v0.6.2 |
| 4013 | 2025-06-30T14:17:12.257Z | Checking ctr v0.9.2 |
| 4014 | 2025-06-30T14:17:12.290Z | Checking ssh-encoding v0.2.0 |
| 4015 | 2025-06-30T14:17:12.290Z | Checking blowfish v0.9.1 |
| 4016 | 2025-06-30T14:17:12.333Z | Checking password-hash v0.4.2 |
| 4017 | 2025-06-30T14:17:12.359Z | Checking p256 v0.13.2 |
| 4018 | 2025-06-30T14:17:12.359Z | Checking p521 v0.13.3 |
| 4019 | 2025-06-30T14:17:12.385Z | Checking russh-cryptovec v0.7.3 |
| 4020 | 2025-06-30T14:17:12.552Z | Checking ghash v0.5.1 |
| 4021 | 2025-06-30T14:17:12.578Z | Checking bcrypt-pbkdf v0.10.0 |
| 4022 | 2025-06-30T14:17:12.604Z | Checking md5 v0.7.0 |
| 4023 | 2025-06-30T14:17:12.631Z | Checking num-bigint v0.4.6 |
| 4024 | 2025-06-30T14:17:12.662Z | Checking des v0.8.1 |
| 4025 | 2025-06-30T14:17:12.750Z | Checking aes-gcm v0.10.3 |
| 4026 | 2025-06-30T14:17:12.789Z | Checking pbkdf2 v0.11.0 |
| 4027 | 2025-06-30T14:17:12.855Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4028 | 2025-06-30T14:17:12.881Z | Checking hex-literal v0.4.1 |
| 4029 | 2025-06-30T14:17:12.907Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4030 | 2025-06-30T14:17:12.961Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4031 | 2025-06-30T14:17:13.001Z | Checking ssh-cipher v0.2.0 |
| 4032 | 2025-06-30T14:17:13.030Z | Checking internet-checksum v0.2.1 |
| 4033 | 2025-06-30T14:17:13.324Z | Checking ssh-key v0.6.6 |
| 4034 | 2025-06-30T14:17:13.515Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4035 | 2025-06-30T14:17:14.818Z | Checking russh-keys v0.45.0 |
| 4036 | 2025-06-30T14:17:16.027Z | Checking russh v0.45.0 |
| 4037 | 2025-06-30T14:17:45.904Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4038 | 2025-06-30T14:17:47.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s |
| 4039 | 2025-06-30T14:17:48.193Z | |
| 4040 | 2025-06-30T14:17:48.193Z | info: running `cargo check --bins` on gateway-cli (203/216) |
| 4041 | 2025-06-30T14:17:49.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2025-06-30T14:17:49.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2025-06-30T14:17:49.281Z | Checking termios v0.3.3 |
| 4044 | 2025-06-30T14:17:49.497Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4045 | 2025-06-30T14:17:50.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 4046 | 2025-06-30T14:17:50.807Z | |
| 4047 | 2025-06-30T14:17:50.807Z | info: running `cargo check --bins --no-default-features` on installinator (204/216) |
| 4048 | 2025-06-30T14:17:51.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2025-06-30T14:17:51.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2025-06-30T14:17:51.958Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4051 | 2025-06-30T14:17:51.958Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4052 | 2025-06-30T14:17:53.029Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4053 | 2025-06-30T14:17:55.612Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4054 | 2025-06-30T14:17:58.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
| 4055 | 2025-06-30T14:17:58.746Z | |
| 4056 | 2025-06-30T14:17:58.746Z | info: running `cargo check --bins` on internal-dns-cli (205/216) |
| 4057 | 2025-06-30T14:17:59.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4058 | 2025-06-30T14:17:59.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4059 | 2025-06-30T14:17:59.867Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4060 | 2025-06-30T14:18:00.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4061 | 2025-06-30T14:18:00.615Z | |
| 4062 | 2025-06-30T14:18:00.615Z | info: running `cargo check --bins` on omicron-live-tests (206/216) |
| 4063 | 2025-06-30T14:18:01.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2025-06-30T14:18:01.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2025-06-30T14:18:01.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2025-06-30T14:18:01.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 4067 | 2025-06-30T14:18:01.587Z | |
| 4068 | 2025-06-30T14:18:01.587Z | info: running `cargo check --bins` on live-tests-macros (207/216) |
| 4069 | 2025-06-30T14:18:02.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2025-06-30T14:18:02.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2025-06-30T14:18:02.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2025-06-30T14:18:02.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 4073 | 2025-06-30T14:18:02.561Z | |
| 4074 | 2025-06-30T14:18:02.561Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (208/216) |
| 4075 | 2025-06-30T14:18:03.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2025-06-30T14:18:03.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2025-06-30T14:18:03.797Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4078 | 2025-06-30T14:18:04.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 4079 | 2025-06-30T14:18:04.782Z | |
| 4080 | 2025-06-30T14:18:04.782Z | info: running `cargo check --bins` on omicron-package (209/216) |
| 4081 | 2025-06-30T14:18:05.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2025-06-30T14:18:05.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2025-06-30T14:18:05.854Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4084 | 2025-06-30T14:18:07.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s |
| 4085 | 2025-06-30T14:18:07.883Z | |
| 4086 | 2025-06-30T14:18:07.883Z | info: running `cargo check --bins` on trust-quorum (210/216) |
| 4087 | 2025-06-30T14:18:08.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2025-06-30T14:18:08.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2025-06-30T14:18:08.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2025-06-30T14:18:08.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4091 | 2025-06-30T14:18:08.988Z | |
| 4092 | 2025-06-30T14:18:08.988Z | info: running `cargo check --bins` on gfss (211/216) |
| 4093 | 2025-06-30T14:18:09.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2025-06-30T14:18:09.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2025-06-30T14:18:09.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2025-06-30T14:18:09.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 4097 | 2025-06-30T14:18:09.963Z | |
| 4098 | 2025-06-30T14:18:09.963Z | info: running `cargo check --bins` on wicket-dbg (212/216) |
| 4099 | 2025-06-30T14:18:10.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2025-06-30T14:18:10.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2025-06-30T14:18:11.116Z | Checking rtoolbox v0.0.2 |
| 4102 | 2025-06-30T14:18:11.116Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4103 | 2025-06-30T14:18:11.141Z | Checking tui-tree-widget v0.23.1 |
| 4104 | 2025-06-30T14:18:11.330Z | Checking rpassword v7.4.0 |
| 4105 | 2025-06-30T14:18:18.035Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4106 | 2025-06-30T14:18:22.215Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4107 | 2025-06-30T14:18:23.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
| 4108 | 2025-06-30T14:18:24.081Z | |
| 4109 | 2025-06-30T14:18:24.081Z | info: running `cargo check --bins` on wicket (213/216) |
| 4110 | 2025-06-30T14:18:25.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2025-06-30T14:18:25.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2025-06-30T14:18:25.198Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4113 | 2025-06-30T14:18:25.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 4114 | 2025-06-30T14:18:25.819Z | |
| 4115 | 2025-06-30T14:18:25.819Z | info: running `cargo check --bins` on wicketd (214/216) |
| 4116 | 2025-06-30T14:18:26.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2025-06-30T14:18:26.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2025-06-30T14:18:26.986Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4119 | 2025-06-30T14:18:32.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s |
| 4120 | 2025-06-30T14:18:32.687Z | |
| 4121 | 2025-06-30T14:18:32.687Z | info: running `cargo check --bins` on omicron-workspace-hack (215/216) |
| 4122 | 2025-06-30T14:18:33.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2025-06-30T14:18:33.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2025-06-30T14:18:33.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2025-06-30T14:18:33.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 4126 | 2025-06-30T14:18:33.689Z | |
| 4127 | 2025-06-30T14:18:33.689Z | info: running `cargo check --bins` on zone-setup (216/216) |
| 4128 | 2025-06-30T14:18:34.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2025-06-30T14:18:34.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2025-06-30T14:18:34.797Z | Checking uzers v0.12.1 |
| 4131 | 2025-06-30T14:18:35.154Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4132 | 2025-06-30T14:18:36.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s |
| 4133 | 2025-06-30T14:18:36.718Z | |
| 4134 | 2025-06-30T14:18:36.718Z | real 23:02.009748592 |
| 4135 | 2025-06-30T14:18:36.718Z | user 39:33.636596817 |
| 4136 | 2025-06-30T14:18:36.718Z | sys 6:51.169364797 |
| 4137 | 2025-06-30T14:18:36.718Z | trap 1.146815930 |
| 4138 | 2025-06-30T14:18:36.718Z | tflt 0.478126977 |
| 4139 | 2025-06-30T14:18:36.718Z | dflt 2.352952465 |
| 4140 | 2025-06-30T14:18:36.718Z | kflt 0.001332202 |
| 4141 | 2025-06-30T14:18:36.718Z | lock 1:04:30.949797189 |
| 4142 | 2025-06-30T14:18:36.718Z | slp 3:26:54.286501057 |
| 4143 | 2025-06-30T14:18:36.744Z | lat 1:21.423610668 |
| 4144 | 2025-06-30T14:18:36.744Z | stop 4:40.851566679 |
| 4145 | 2025-06-30T14:18:36.744Z | process exited: duration 1719825 ms, exit code 0 |
| |
| 4146 | 2025-06-30T14:18:36.796Z | found 0 output files |