|
|
|
| 1 | 2025-06-30T22:03:49.176Z | job assigned to worker 01JZ1DTXNTBD5WDJKJTSYRW170 [factory aws, i-0262f5e0672b3acc7] (queued for 55 s) |
| |
| 2 | 2025-06-30T22:03:58.043Z | starting task 0: "setup" |
| 3 | 2025-06-30T22:03:58.047Z | ++ uname -s |
| 4 | 2025-06-30T22:03:58.050Z | + kern=SunOS |
| 5 | 2025-06-30T22:03:58.050Z | + build_user=build |
| 6 | 2025-06-30T22:03:58.050Z | + build_uid=12345 |
| 7 | 2025-06-30T22:03:58.050Z | + work_dir=/work |
| 8 | 2025-06-30T22:03:58.051Z | + input_dir=/input |
| 9 | 2025-06-30T22:03:58.051Z | + [[ 0 == 12345 ]] |
| 10 | 2025-06-30T22:03:58.051Z | + case "$kern" in |
| 11 | 2025-06-30T22:03:58.051Z | + groupadd -g 12345 build |
| 12 | 2025-06-30T22:03:58.054Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-06-30T22:04:00.059Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-06-30T22:04:00.178Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-06-30T22:04:00.181Z | + home_fs=zfs |
| 16 | 2025-06-30T22:04:00.181Z | + [[ zfs == autofs ]] |
| 17 | 2025-06-30T22:04:00.181Z | + mkdir -p /home/build |
| 18 | 2025-06-30T22:04:00.184Z | + chown build:build /home/build /work |
| 19 | 2025-06-30T22:04:02.189Z | + chmod 0700 /home/build /work |
| 20 | 2025-06-30T22:04:02.194Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2025-06-30T22:04:02.203Z | starting task 1: "rust-toolchain" |
| 22 | 2025-06-30T22:04:02.208Z | + printf ' * rust toolchain channel = "%s"\n' 1.87.0 |
| 23 | 2025-06-30T22:04:02.208Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-06-30T22:04:02.208Z | * rust toolchain channel = "1.87.0" |
| 25 | 2025-06-30T22:04:02.208Z | * rust toolchain profile = "default" |
| 26 | 2025-06-30T22:04:02.208Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-06-30T22:04:02.208Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-06-30T22:04:02.212Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-06-30T22:04:02.212Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default |
| 30 | 2025-06-30T22:04:02.367Z | info: downloading installer |
| 31 | 2025-06-30T22:04:03.770Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-06-30T22:04:03.770Z | warn: /opt/ooce/bin |
| 33 | 2025-06-30T22:04:03.770Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-06-30T22:04:03.770Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-06-30T22:04:03.770Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-06-30T22:04:03.770Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-06-30T22:04:03.770Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-06-30T22:04:03.770Z | error: cannot install while Rust is installed |
| 39 | 2025-06-30T22:04:03.770Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-06-30T22:04:03.783Z | info: profile set to 'default' |
| 41 | 2025-06-30T22:04:03.783Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-06-30T22:04:03.786Z | info: syncing channel updates for '1.87.0-x86_64-unknown-illumos' |
| 43 | 2025-06-30T22:04:03.955Z | info: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09) |
| 44 | 2025-06-30T22:04:03.955Z | info: downloading component 'cargo' |
| 45 | 2025-06-30T22:04:04.879Z | info: downloading component 'clippy' |
| 46 | 2025-06-30T22:04:05.191Z | info: downloading component 'rust-docs' |
| 47 | 2025-06-30T22:04:06.610Z | info: downloading component 'rust-std' |
| 48 | 2025-06-30T22:04:08.529Z | info: downloading component 'rustc' |
| 49 | 2025-06-30T22:04:14.701Z | info: downloading component 'rustfmt' |
| 50 | 2025-06-30T22:04:14.975Z | info: installing component 'cargo' |
| 51 | 2025-06-30T22:04:15.868Z | info: installing component 'clippy' |
| 52 | 2025-06-30T22:04:16.264Z | info: installing component 'rust-docs' |
| 53 | 2025-06-30T22:04:18.118Z | info: installing component 'rust-std' |
| 54 | 2025-06-30T22:04:19.988Z | info: installing component 'rustc' |
| 55 | 2025-06-30T22:04:26.515Z | info: installing component 'rustfmt' |
| 56 | 2025-06-30T22:04:26.841Z | info: default toolchain set to '1.87.0-x86_64-unknown-illumos' |
| 57 | 2025-06-30T22:04:26.841Z | |
| 58 | 2025-06-30T22:04:27.251Z | 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09) |
| 59 | 2025-06-30T22:04:27.251Z | |
| 60 | 2025-06-30T22:04:27.254Z | |
| 61 | 2025-06-30T22:04:27.254Z | Rust is installed now. Great! |
| 62 | 2025-06-30T22:04:27.254Z | |
| 63 | 2025-06-30T22:04:27.254Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-06-30T22:04:27.254Z | environment variable. This has not been done automatically. |
| 65 | 2025-06-30T22:04:27.254Z | |
| 66 | 2025-06-30T22:04:27.254Z | To configure your current shell, you need to source |
| 67 | 2025-06-30T22:04:27.254Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-06-30T22:04:27.254Z | |
| 69 | 2025-06-30T22:04:27.254Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-06-30T22:04:27.254Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-06-30T22:04:27.254Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-06-30T22:04:27.254Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-06-30T22:04:27.344Z | + rustup --version |
| 74 | 2025-06-30T22:04:27.353Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-06-30T22:04:27.357Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-06-30T22:04:27.430Z | info: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)` |
| 77 | 2025-06-30T22:04:27.435Z | + cargo --version |
| 78 | 2025-06-30T22:04:27.500Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 79 | 2025-06-30T22:04:27.503Z | + rustc --version |
| 80 | 2025-06-30T22:04:27.589Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 81 | 2025-06-30T22:04:27.596Z | process exited: duration 25390 ms, exit code 0 |
| |
| 82 | 2025-06-30T22:04:27.604Z | starting task 2: "authentication" |
| 83 | 2025-06-30T22:04:27.630Z | process exited: duration 28 ms, exit code 0 |
| |
| 84 | 2025-06-30T22:04:27.641Z | starting task 3: "clone repository" |
| 85 | 2025-06-30T22:04:27.647Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-06-30T22:04:27.662Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-06-30T22:04:27.688Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-06-30T22:04:35.347Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-06-30T22:04:35.351Z | + git fetch origin 19fe131d89f75bc56fde945740fdd9d7a57964de |
| 90 | 2025-06-30T22:04:35.688Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-06-30T22:04:35.688Z | * branch 19fe131d89f75bc56fde945740fdd9d7a57964de -> FETCH_HEAD |
| 92 | 2025-06-30T22:04:35.698Z | + [[ -n dap/mgs-update-db ]] |
| 93 | 2025-06-30T22:04:35.701Z | ++ git branch --show-current |
| 94 | 2025-06-30T22:04:35.705Z | + current=main |
| 95 | 2025-06-30T22:04:35.705Z | + [[ main != dap/mgs-update-db ]] |
| 96 | 2025-06-30T22:04:35.705Z | + git branch -f dap/mgs-update-db 19fe131d89f75bc56fde945740fdd9d7a57964de |
| 97 | 2025-06-30T22:04:35.708Z | + git checkout -f dap/mgs-update-db |
| 98 | 2025-06-30T22:04:35.771Z | Switched to branch 'dap/mgs-update-db' |
| 99 | 2025-06-30T22:04:35.774Z | + git reset --hard 19fe131d89f75bc56fde945740fdd9d7a57964de |
| 100 | 2025-06-30T22:04:35.835Z | HEAD is now at 19fe131d8 Merge branch 'main' into dap/mgs-update-db |
| 101 | 2025-06-30T22:04:35.839Z | process exited: duration 8196 ms, exit code 0 |
| |
| 102 | 2025-06-30T22:04:35.845Z | starting task 4: "build" |
| 103 | 2025-06-30T22:04:35.850Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-06-30T22:04:35.854Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-06-30T22:04:35.854Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-06-30T22:04:35.854Z | + cargo --version |
| 107 | 2025-06-30T22:04:35.906Z | cargo 1.87.0 (99624be96 2025-05-06) |
| 108 | 2025-06-30T22:04:35.911Z | + rustc --version |
| 109 | 2025-06-30T22:04:35.973Z | rustc 1.87.0 (17067e9ac 2025-05-09) |
| 110 | 2025-06-30T22:04:35.976Z | + source ./env.sh |
| 111 | 2025-06-30T22:04:35.976Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-06-30T22:04:35.976Z | ++ set -o xtrace |
| 113 | 2025-06-30T22:04:35.980Z | ++++ dirname ./env.sh |
| 114 | 2025-06-30T22:04:35.983Z | +++ readlink -f . |
| 115 | 2025-06-30T22:04:35.983Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-06-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ 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-30T22:04:35.983Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-06-30T22:04:35.984Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-06-30T22:04:35.984Z | + 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-30T22:04:35.984Z | + 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-30T22:04:35.984Z | + banner prerequisites |
| 129 | 2025-06-30T22:04:35.987Z | |
| 130 | 2025-06-30T22:04:35.987Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-06-30T22:04:35.987Z | # # # # # # # # # # # # # # # |
| 132 | 2025-06-30T22:04:35.987Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-06-30T22:04:35.987Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-06-30T22:04:35.987Z | # # # # # # # # # # # # # # # |
| 135 | 2025-06-30T22:04:35.987Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-06-30T22:04:35.987Z | |
| 137 | 2025-06-30T22:04:35.988Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-06-30T22:04:47.939Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2025-06-30T22:04:54.794Z | Startup: Caching catalogs ... Done |
| 140 | 2025-06-30T22:04:58.625Z | Planning: Solver setup ... Done (2.568s) |
| 141 | 2025-06-30T22:04:58.649Z | Planning: Running solver ... Done (0.023s) |
| 142 | 2025-06-30T22:04:58.730Z | Planning: Finding local manifests ... Done (0.004s) |
| 143 | 2025-06-30T22:04:58.743Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2025-06-30T22:04:58.879Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2025-06-30T22:04:58.925Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2025-06-30T22:04:58.976Z | Planning: Merging actions ... Done (0.050s) |
| 147 | 2025-06-30T22:04:59.378Z | Planning: Checking for conflicting actions ... Done (0.402s) |
| 148 | 2025-06-30T22:04:59.389Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2025-06-30T22:05:01.397Z | Planning: Evaluating mediators ... Done (2.008s) |
| 150 | 2025-06-30T22:05:01.407Z | Planning: Planning completed in 6.50 seconds |
| 151 | 2025-06-30T22:05:01.577Z | Packages to install: 4 |
| 152 | 2025-06-30T22:05:01.578Z | Mediators to change: 2 |
| 153 | 2025-06-30T22:05:01.581Z | Services to change: 1 |
| 154 | 2025-06-30T22:05:01.581Z | Estimated space available: 155.50 GB |
| 155 | 2025-06-30T22:05:01.581Z | Estimated space to be consumed: 1.69 GB |
| 156 | 2025-06-30T22:05:01.581Z | Create boot environment: No |
| 157 | 2025-06-30T22:05:01.581Z | Create backup boot environment: No |
| 158 | 2025-06-30T22:05:01.581Z | Rebuild boot archive: No |
| 159 | 2025-06-30T22:05:01.581Z | |
| 160 | 2025-06-30T22:05:01.581Z | Changed mediators: |
| 161 | 2025-06-30T22:05:01.581Z | mediator clang: |
| 162 | 2025-06-30T22:05:01.581Z | version: None -> 15 (system default) |
| 163 | 2025-06-30T22:05:01.581Z | |
| 164 | 2025-06-30T22:05:01.581Z | mediator llvm: |
| 165 | 2025-06-30T22:05:01.581Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2025-06-30T22:05:01.581Z | |
| 167 | 2025-06-30T22:05:01.581Z | Changed packages: |
| 168 | 2025-06-30T22:05:01.581Z | helios-dev |
| 169 | 2025-06-30T22:05:01.581Z | developer/build-essential |
| 170 | 2025-06-30T22:05:01.581Z | None -> 11-2.0 |
| 171 | 2025-06-30T22:05:01.581Z | library/libxmlsec1 |
| 172 | 2025-06-30T22:05:01.581Z | None -> 1.2.35-2.0 |
| 173 | 2025-06-30T22:05:01.581Z | ooce/developer/clang-15 |
| 174 | 2025-06-30T22:05:01.581Z | None -> 15.0.7-2.0 |
| 175 | 2025-06-30T22:05:01.582Z | ooce/developer/llvm-15 |
| 176 | 2025-06-30T22:05:01.582Z | None -> 15.0.7-2.0 |
| 177 | 2025-06-30T22:05:01.582Z | |
| 178 | 2025-06-30T22:05:01.582Z | Services: |
| 179 | 2025-06-30T22:05:01.582Z | restart_fmri: |
| 180 | 2025-06-30T22:05:01.582Z | svc:/system/update-man-index:default |
| 181 | 2025-06-30T22:05:01.694Z | |
| 182 | 2025-06-30T22:05:01.694Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2025-06-30T22:05:06.700Z | Download: 1341/3290 items 114.5/212.6MB 53% complete (23.4M/s) |
| 184 | 2025-06-30T22:05:11.723Z | Download: 2176/3290 items 119.0/212.6MB 55% complete (12.2M/s) |
| 185 | 2025-06-30T22:05:17.109Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (487k/s) |
| 186 | 2025-06-30T22:05:22.880Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.3M/s) |
| 187 | 2025-06-30T22:05:26.015Z | Download: Completed 212.60 MB in 24.32 seconds (8.7M/s) |
| 188 | 2025-06-30T22:05:26.212Z | Actions: 1/3689 actions (Installing new actions) |
| 189 | 2025-06-30T22:05:30.909Z | Actions: Completed 3689 actions in 4.70 seconds. |
| 190 | 2025-06-30T22:05:31.245Z | Done (0.331s) |
| 191 | 2025-06-30T22:05:31.245Z | Done (0.000s) |
| 192 | 2025-06-30T22:05:32.073Z | Done (0.827s) |
| 193 | 2025-06-30T22:05:36.825Z | Done (4.457s) |
| 194 | 2025-06-30T22:05:36.914Z | Done (0.021s) |
| 195 | 2025-06-30T22:05:36.918Z | Done (0.000s) |
| 196 | 2025-06-30T22:05:37.063Z | Done (0.000s) |
| 197 | 2025-06-30T22:05:37.872Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-06-30T22:05:38.032Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-06-30T22:05:38.035Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-06-30T22:05:38.306Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-06-30T22:05:38.309Z | Planning: Planning completed in 0.43 seconds |
| 202 | 2025-06-30T22:05:38.340Z | Mediators to change: 2 |
| 203 | 2025-06-30T22:05:38.340Z | Create boot environment: No |
| 204 | 2025-06-30T22:05:38.345Z | Create backup boot environment: No |
| 205 | 2025-06-30T22:05:38.492Z | Done |
| 206 | 2025-06-30T22:05:38.492Z | Done |
| 207 | 2025-06-30T22:05:39.064Z | Done |
| 208 | 2025-06-30T22:05:42.529Z | Done |
| 209 | 2025-06-30T22:05:42.610Z | Done |
| 210 | 2025-06-30T22:05:42.613Z | Done |
| 211 | 2025-06-30T22:05:42.758Z | Done |
| 212 | 2025-06-30T22:05:43.378Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-06-30T22:05:43.383Z | Planning: Merging actions ... Done |
| 214 | 2025-06-30T22:05:43.572Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-06-30T22:05:43.577Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-06-30T22:05:43.840Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-06-30T22:05:43.895Z | Planning: Planning completed in 0.77 seconds |
| 218 | 2025-06-30T22:05:43.931Z | Packages to change: 1 |
| 219 | 2025-06-30T22:05:43.931Z | Mediators to change: 1 |
| 220 | 2025-06-30T22:05:43.935Z | Services to change: 1 |
| 221 | 2025-06-30T22:05:43.935Z | Create boot environment: No |
| 222 | 2025-06-30T22:05:43.935Z | Create backup boot environment: Yes |
| 223 | 2025-06-30T22:05:46.397Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-06-30T22:05:46.401Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2025-06-30T22:05:46.401Z | Done |
| 226 | 2025-06-30T22:05:46.401Z | Done |
| 227 | 2025-06-30T22:05:46.564Z | Done |
| 228 | 2025-06-30T22:05:50.077Z | Done |
| 229 | 2025-06-30T22:05:50.158Z | Done |
| 230 | 2025-06-30T22:05:50.162Z | Done |
| 231 | 2025-06-30T22:05:50.303Z | Done |
| 232 | 2025-06-30T22:05:50.747Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-06-30T22:05:50.747Z | clang system 15 system |
| 234 | 2025-06-30T22:05:50.747Z | csh system system illumos |
| 235 | 2025-06-30T22:05:50.747Z | ctags system system illumos |
| 236 | 2025-06-30T22:05:50.747Z | file system system illumos |
| 237 | 2025-06-30T22:05:50.747Z | gcc vendor 12 vendor |
| 238 | 2025-06-30T22:05:50.747Z | gcc system 10 system |
| 239 | 2025-06-30T22:05:50.747Z | gcc system 7 system |
| 240 | 2025-06-30T22:05:50.747Z | go system 1.20 system |
| 241 | 2025-06-30T22:05:50.747Z | go system 1.19 system |
| 242 | 2025-06-30T22:05:50.747Z | llvm system 15 system |
| 243 | 2025-06-30T22:05:50.747Z | llvm system 14 system |
| 244 | 2025-06-30T22:05:50.747Z | mariadb system 10.6 system |
| 245 | 2025-06-30T22:05:50.747Z | mta vendor vendor dma |
| 246 | 2025-06-30T22:05:50.747Z | openjdk system 17 system |
| 247 | 2025-06-30T22:05:50.747Z | openjdk system 11 system |
| 248 | 2025-06-30T22:05:50.747Z | openjdk system 1.8 system |
| 249 | 2025-06-30T22:05:50.747Z | openssl vendor 3 vendor |
| 250 | 2025-06-30T22:05:50.747Z | perl system 5.36 system |
| 251 | 2025-06-30T22:05:50.747Z | postgresql system 15 system |
| 252 | 2025-06-30T22:05:50.747Z | postgresql system 13 system |
| 253 | 2025-06-30T22:05:50.747Z | python vendor 3 vendor |
| 254 | 2025-06-30T22:05:50.747Z | python system 2 system |
| 255 | 2025-06-30T22:05:50.747Z | python3 system 3.11 system |
| 256 | 2025-06-30T22:05:50.747Z | ruby system 3.0 system |
| 257 | 2025-06-30T22:05:50.747Z | words vendor vendor american-english |
| 258 | 2025-06-30T22:05:50.747Z | words system system australian-english |
| 259 | 2025-06-30T22:05:50.747Z | words system system british-english |
| 260 | 2025-06-30T22:05:50.747Z | words system system canadian-english |
| 261 | 2025-06-30T22:05:50.747Z | words system system french |
| 262 | 2025-06-30T22:05:50.748Z | words system system italian |
| 263 | 2025-06-30T22:05:50.748Z | words system system ngerman |
| 264 | 2025-06-30T22:05:50.748Z | words system system ogerman |
| 265 | 2025-06-30T22:05:50.748Z | words system system spanish |
| 266 | 2025-06-30T22:05:51.080Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2025-06-30T22:05:51.080Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2025-06-30T22:05:55.584Z | FMRI IFO |
| 269 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-06-30T22:05:55.584Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-06-30T22:05:56.545Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-06-30T22:05:56.865Z | Updating crates.io index |
| 287 | 2025-06-30T22:05:56.962Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-06-30T22:05:57.330Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-06-30T22:05:57.960Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-06-30T22:05:58.246Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-06-30T22:05:58.570Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-06-30T22:05:58.899Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-06-30T22:06:00.074Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-06-30T22:06:02.098Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-06-30T22:06:03.018Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-06-30T22:06:04.829Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-06-30T22:06:04.992Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-06-30T22:06:05.258Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-06-30T22:06:06.201Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-06-30T22:06:06.541Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 301 | 2025-06-30T22:06:06.949Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 302 | 2025-06-30T22:06:07.604Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2025-06-30T22:06:08.073Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-06-30T22:06:08.471Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-06-30T22:06:08.744Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-06-30T22:06:09.038Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-06-30T22:06:09.509Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2025-06-30T22:06:09.873Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-06-30T22:06:10.220Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-06-30T22:06:10.575Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2025-06-30T22:06:11.467Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 312 | 2025-06-30T22:06:11.834Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-06-30T22:06:12.141Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2025-06-30T22:06:12.532Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-06-30T22:06:13.012Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 316 | 2025-06-30T22:06:13.552Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 317 | 2025-06-30T22:06:13.603Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 318 | 2025-06-30T22:06:13.886Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 319 | 2025-06-30T22:06:22.718Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2025-06-30T22:06:24.908Z | Downloading crates ... |
| 321 | 2025-06-30T22:06:24.959Z | Downloaded autocfg v1.4.0 |
| 322 | 2025-06-30T22:06:24.966Z | Downloaded anstream v0.6.18 |
| 323 | 2025-06-30T22:06:24.971Z | Downloaded anstyle-query v1.1.1 |
| 324 | 2025-06-30T22:06:24.975Z | Downloaded anstyle-parse v0.2.5 |
| 325 | 2025-06-30T22:06:24.978Z | Downloaded clap_lex v0.7.4 |
| 326 | 2025-06-30T22:06:24.983Z | Downloaded anyhow v1.0.98 |
| 327 | 2025-06-30T22:06:24.988Z | Downloaded digest v0.10.7 |
| 328 | 2025-06-30T22:06:24.988Z | Downloaded cargo-platform v0.2.0 |
| 329 | 2025-06-30T22:06:24.988Z | Downloaded anstyle v1.0.11 |
| 330 | 2025-06-30T22:06:24.992Z | Downloaded equivalent v1.0.2 |
| 331 | 2025-06-30T22:06:24.992Z | Downloaded errno v0.3.12 |
| 332 | 2025-06-30T22:06:24.992Z | Downloaded byteorder v1.5.0 |
| 333 | 2025-06-30T22:06:24.995Z | Downloaded form_urlencoded v1.2.1 |
| 334 | 2025-06-30T22:06:24.995Z | Downloaded bitflags v2.9.0 |
| 335 | 2025-06-30T22:06:24.998Z | Downloaded cpufeatures v0.2.14 |
| 336 | 2025-06-30T22:06:25.002Z | Downloaded colorchoice v1.0.2 |
| 337 | 2025-06-30T22:06:25.002Z | Downloaded clap_derive v4.5.40 |
| 338 | 2025-06-30T22:06:25.006Z | Downloaded utf8parse v0.2.2 |
| 339 | 2025-06-30T22:06:25.006Z | Downloaded icu_collections v1.5.0 |
| 340 | 2025-06-30T22:06:25.010Z | Downloaded utf16_iter v1.0.5 |
| 341 | 2025-06-30T22:06:25.014Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2025-06-30T22:06:25.014Z | Downloaded getrandom v0.3.1 |
| 343 | 2025-06-30T22:06:25.017Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2025-06-30T22:06:25.022Z | Downloaded thiserror-impl v1.0.69 |
| 345 | 2025-06-30T22:06:25.022Z | Downloaded fs-err v3.1.1 |
| 346 | 2025-06-30T22:06:25.026Z | Downloaded yoke-derive v0.7.4 |
| 347 | 2025-06-30T22:06:25.026Z | Downloaded camino v1.1.10 |
| 348 | 2025-06-30T22:06:25.027Z | Downloaded pretty-hex v0.4.1 |
| 349 | 2025-06-30T22:06:25.030Z | Downloaded zerofrom v0.1.4 |
| 350 | 2025-06-30T22:06:25.031Z | Downloaded tabled_derive v0.7.0 |
| 351 | 2025-06-30T22:06:25.031Z | Downloaded version_check v0.9.5 |
| 352 | 2025-06-30T22:06:25.035Z | Downloaded erased-serde v0.4.6 |
| 353 | 2025-06-30T22:06:25.035Z | Downloaded ordered-float v2.10.1 |
| 354 | 2025-06-30T22:06:25.035Z | Downloaded is_terminal_polyfill v1.70.1 |
| 355 | 2025-06-30T22:06:25.038Z | Downloaded zerovec-derive v0.10.3 |
| 356 | 2025-06-30T22:06:25.038Z | Downloaded thiserror-impl v2.0.12 |
| 357 | 2025-06-30T22:06:25.041Z | Downloaded utf8_iter v1.0.4 |
| 358 | 2025-06-30T22:06:25.041Z | Downloaded usdt-impl v0.5.0 |
| 359 | 2025-06-30T22:06:25.047Z | Downloaded cargo_toml v0.21.0 |
| 360 | 2025-06-30T22:06:25.047Z | Downloaded writeable v0.5.5 |
| 361 | 2025-06-30T22:06:25.051Z | Downloaded thread-id v4.2.2 |
| 362 | 2025-06-30T22:06:25.051Z | Downloaded toml_write v0.1.2 |
| 363 | 2025-06-30T22:06:25.051Z | Downloaded unicode-xid v0.2.6 |
| 364 | 2025-06-30T22:06:25.069Z | Downloaded scroll_derive v0.12.0 |
| 365 | 2025-06-30T22:06:25.069Z | Downloaded toml_datetime v0.6.11 |
| 366 | 2025-06-30T22:06:25.069Z | Downloaded thiserror v1.0.69 |
| 367 | 2025-06-30T22:06:25.069Z | Downloaded zerocopy-derive v0.7.35 |
| 368 | 2025-06-30T22:06:25.069Z | Downloaded terminal_size v0.4.0 |
| 369 | 2025-06-30T22:06:25.069Z | Downloaded usdt-macro v0.5.0 |
| 370 | 2025-06-30T22:06:25.074Z | Downloaded serde_spanned v0.6.9 |
| 371 | 2025-06-30T22:06:25.074Z | Downloaded generic-array v0.14.7 |
| 372 | 2025-06-30T22:06:25.074Z | Downloaded toml v0.8.23 |
| 373 | 2025-06-30T22:06:25.075Z | Downloaded unicode-ident v1.0.18 |
| 374 | 2025-06-30T22:06:25.075Z | Downloaded yoke v0.7.4 |
| 375 | 2025-06-30T22:06:25.079Z | Downloaded strsim v0.11.1 |
| 376 | 2025-06-30T22:06:25.080Z | Downloaded itoa v1.0.11 |
| 377 | 2025-06-30T22:06:25.080Z | Downloaded typenum v1.17.0 |
| 378 | 2025-06-30T22:06:25.083Z | Downloaded textwrap v0.16.2 |
| 379 | 2025-06-30T22:06:25.083Z | Downloaded smawk v0.3.2 |
| 380 | 2025-06-30T22:06:25.087Z | Downloaded toml_edit v0.22.27 |
| 381 | 2025-06-30T22:06:25.091Z | Downloaded url v2.5.4 |
| 382 | 2025-06-30T22:06:25.100Z | Downloaded stable_deref_trait v1.2.0 |
| 383 | 2025-06-30T22:06:25.103Z | Downloaded macaddr v1.0.1 |
| 384 | 2025-06-30T22:06:25.104Z | Downloaded serde_tokenstream v0.2.2 |
| 385 | 2025-06-30T22:06:25.104Z | Downloaded cargo-util-schemas v0.2.0 |
| 386 | 2025-06-30T22:06:25.104Z | Downloaded synstructure v0.13.1 |
| 387 | 2025-06-30T22:06:25.104Z | Downloaded plain v0.2.3 |
| 388 | 2025-06-30T22:06:25.104Z | Downloaded pest_generator v2.7.14 |
| 389 | 2025-06-30T22:06:25.104Z | Downloaded percent-encoding v2.3.1 |
| 390 | 2025-06-30T22:06:25.104Z | Downloaded serde-untagged v0.1.7 |
| 391 | 2025-06-30T22:06:25.104Z | Downloaded quote v1.0.40 |
| 392 | 2025-06-30T22:06:25.108Z | Downloaded cargo_metadata v0.20.0 |
| 393 | 2025-06-30T22:06:25.108Z | Downloaded zerovec v0.10.4 |
| 394 | 2025-06-30T22:06:25.116Z | Downloaded zerocopy v0.7.35 |
| 395 | 2025-06-30T22:06:25.128Z | Downloaded winnow v0.7.10 |
| 396 | 2025-06-30T22:06:25.137Z | Downloaded thiserror v2.0.12 |
| 397 | 2025-06-30T22:06:25.142Z | Downloaded once_cell v1.21.3 |
| 398 | 2025-06-30T22:06:25.147Z | Downloaded unicode-width v0.1.14 |
| 399 | 2025-06-30T22:06:25.151Z | Downloaded ryu v1.0.18 |
| 400 | 2025-06-30T22:06:25.158Z | Downloaded icu_normalizer_data v1.5.0 |
| 401 | 2025-06-30T22:06:25.158Z | Downloaded unicode-width v0.2.0 |
| 402 | 2025-06-30T22:06:25.164Z | Downloaded tempfile v3.20.0 |
| 403 | 2025-06-30T22:06:25.164Z | Downloaded icu_normalizer v1.5.0 |
| 404 | 2025-06-30T22:06:25.170Z | Downloaded num-traits v0.2.19 |
| 405 | 2025-06-30T22:06:25.170Z | Downloaded icu_locid_transform_data v1.5.0 |
| 406 | 2025-06-30T22:06:25.174Z | Downloaded serde_derive v1.0.219 |
| 407 | 2025-06-30T22:06:25.174Z | Downloaded icu_provider v1.5.0 |
| 408 | 2025-06-30T22:06:25.178Z | Downloaded icu_properties v1.5.1 |
| 409 | 2025-06-30T22:06:25.181Z | Downloaded serde v1.0.219 |
| 410 | 2025-06-30T22:06:25.181Z | Downloaded papergrid v0.11.0 |
| 411 | 2025-06-30T22:06:25.189Z | Downloaded proc-macro2 v1.0.95 |
| 412 | 2025-06-30T22:06:25.192Z | Downloaded indexmap v2.9.0 |
| 413 | 2025-06-30T22:06:25.192Z | Downloaded pest_meta v2.7.14 |
| 414 | 2025-06-30T22:06:25.201Z | Downloaded smallvec v1.15.0 |
| 415 | 2025-06-30T22:06:25.206Z | Downloaded sha2 v0.10.9 |
| 416 | 2025-06-30T22:06:25.206Z | Downloaded hashbrown v0.15.4 |
| 417 | 2025-06-30T22:06:25.211Z | Downloaded memchr v2.7.4 |
| 418 | 2025-06-30T22:06:25.216Z | Downloaded clap_builder v4.5.40 |
| 419 | 2025-06-30T22:06:25.223Z | Downloaded idna v1.0.3 |
| 420 | 2025-06-30T22:06:25.231Z | Downloaded serde_json v1.0.140 |
| 421 | 2025-06-30T22:06:25.235Z | Downloaded pest v2.7.14 |
| 422 | 2025-06-30T22:06:25.242Z | Downloaded semver v1.0.26 |
| 423 | 2025-06-30T22:06:25.246Z | Downloaded goblin v0.8.2 |
| 424 | 2025-06-30T22:06:25.255Z | Downloaded tabled v0.15.0 |
| 425 | 2025-06-30T22:06:25.270Z | Downloaded proc-macro-error v1.0.4 |
| 426 | 2025-06-30T22:06:25.275Z | Downloaded memmap v0.7.0 |
| 427 | 2025-06-30T22:06:25.275Z | Downloaded syn v1.0.109 |
| 428 | 2025-06-30T22:06:25.283Z | Downloaded icu_properties_data v1.5.0 |
| 429 | 2025-06-30T22:06:25.290Z | Downloaded log v0.4.27 |
| 430 | 2025-06-30T22:06:25.295Z | Downloaded litemap v0.7.3 |
| 431 | 2025-06-30T22:06:25.300Z | Downloaded syn v2.0.104 |
| 432 | 2025-06-30T22:06:25.309Z | Downloaded scroll v0.12.0 |
| 433 | 2025-06-30T22:06:25.313Z | Downloaded pest_derive v2.7.14 |
| 434 | 2025-06-30T22:06:25.313Z | Downloaded icu_locid_transform v1.5.0 |
| 435 | 2025-06-30T22:06:25.313Z | Downloaded displaydoc v0.2.5 |
| 436 | 2025-06-30T22:06:25.323Z | Downloaded proc-macro-error-attr v1.0.4 |
| 437 | 2025-06-30T22:06:25.323Z | Downloaded idna_adapter v1.2.0 |
| 438 | 2025-06-30T22:06:25.323Z | Downloaded typeid v1.0.3 |
| 439 | 2025-06-30T22:06:25.323Z | Downloaded tinystr v0.7.6 |
| 440 | 2025-06-30T22:06:25.323Z | Downloaded zerofrom-derive v0.1.4 |
| 441 | 2025-06-30T22:06:25.323Z | Downloaded swrite v0.1.0 |
| 442 | 2025-06-30T22:06:25.333Z | Downloaded rustix v0.38.37 |
| 443 | 2025-06-30T22:06:25.346Z | Downloaded serde-value v0.7.0 |
| 444 | 2025-06-30T22:06:25.353Z | Downloaded rustix v1.0.7 |
| 445 | 2025-06-30T22:06:25.370Z | Downloaded block-buffer v0.10.4 |
| 446 | 2025-06-30T22:06:25.379Z | Downloaded heck v0.5.0 |
| 447 | 2025-06-30T22:06:25.379Z | Downloaded bytecount v0.6.8 |
| 448 | 2025-06-30T22:06:25.379Z | Downloaded write16 v1.0.0 |
| 449 | 2025-06-30T22:06:25.379Z | Downloaded icu_locid v1.5.0 |
| 450 | 2025-06-30T22:06:25.385Z | Downloaded heck v0.4.1 |
| 451 | 2025-06-30T22:06:25.385Z | Downloaded fnv v1.0.7 |
| 452 | 2025-06-30T22:06:25.385Z | Downloaded dof v0.3.0 |
| 453 | 2025-06-30T22:06:25.385Z | Downloaded crypto-common v0.1.6 |
| 454 | 2025-06-30T22:06:25.386Z | Downloaded usdt v0.5.0 |
| 455 | 2025-06-30T22:06:25.386Z | Downloaded icu_provider_macros v1.5.0 |
| 456 | 2025-06-30T22:06:25.386Z | Downloaded clap v4.5.40 |
| 457 | 2025-06-30T22:06:25.395Z | Downloaded fastrand v2.1.1 |
| 458 | 2025-06-30T22:06:25.395Z | Downloaded dtrace-parser v0.2.0 |
| 459 | 2025-06-30T22:06:25.395Z | Downloaded camino-tempfile v1.4.1 |
| 460 | 2025-06-30T22:06:25.398Z | Downloaded usdt-attr-macro v0.5.0 |
| 461 | 2025-06-30T22:06:25.398Z | Downloaded cfg-if v1.0.1 |
| 462 | 2025-06-30T22:06:25.398Z | Downloaded libc v0.2.174 |
| 463 | 2025-06-30T22:06:25.482Z | Compiling proc-macro2 v1.0.95 |
| 464 | 2025-06-30T22:06:25.483Z | Compiling unicode-ident v1.0.18 |
| 465 | 2025-06-30T22:06:25.488Z | Compiling serde v1.0.219 |
| 466 | 2025-06-30T22:06:25.488Z | Compiling version_check v0.9.5 |
| 467 | 2025-06-30T22:06:25.488Z | Compiling thiserror v1.0.69 |
| 468 | 2025-06-30T22:06:25.488Z | Compiling libc v0.2.174 |
| 469 | 2025-06-30T22:06:25.488Z | Compiling memchr v2.7.4 |
| 470 | 2025-06-30T22:06:25.488Z | Compiling stable_deref_trait v1.2.0 |
| 471 | 2025-06-30T22:06:25.855Z | Compiling writeable v0.5.5 |
| 472 | 2025-06-30T22:06:25.925Z | Compiling ucd-trie v0.1.7 |
| 473 | 2025-06-30T22:06:26.344Z | Compiling ryu v1.0.18 |
| 474 | 2025-06-30T22:06:26.365Z | Compiling litemap v0.7.3 |
| 475 | 2025-06-30T22:06:26.413Z | Compiling autocfg v1.4.0 |
| 476 | 2025-06-30T22:06:26.648Z | Compiling itoa v1.0.11 |
| 477 | 2025-06-30T22:06:26.670Z | Compiling once_cell v1.21.3 |
| 478 | 2025-06-30T22:06:26.882Z | Compiling icu_locid_transform_data v1.5.0 |
| 479 | 2025-06-30T22:06:26.912Z | Compiling byteorder v1.5.0 |
| 480 | 2025-06-30T22:06:27.005Z | Compiling bitflags v2.9.0 |
| 481 | 2025-06-30T22:06:27.037Z | Compiling icu_properties_data v1.5.0 |
| 482 | 2025-06-30T22:06:27.062Z | Compiling serde_json v1.0.140 |
| 483 | 2025-06-30T22:06:27.277Z | Compiling num-traits v0.2.19 |
| 484 | 2025-06-30T22:06:27.300Z | Compiling rustix v0.38.37 |
| 485 | 2025-06-30T22:06:27.396Z | Compiling write16 v1.0.0 |
| 486 | 2025-06-30T22:06:27.419Z | Compiling typeid v1.0.3 |
| 487 | 2025-06-30T22:06:27.443Z | Compiling icu_normalizer_data v1.5.0 |
| 488 | 2025-06-30T22:06:27.554Z | Compiling smallvec v1.15.0 |
| 489 | 2025-06-30T22:06:27.579Z | Compiling equivalent v1.0.2 |
| 490 | 2025-06-30T22:06:27.583Z | Compiling utf8_iter v1.0.4 |
| 491 | 2025-06-30T22:06:27.709Z | Compiling quote v1.0.40 |
| 492 | 2025-06-30T22:06:27.837Z | Compiling errno v0.3.12 |
| 493 | 2025-06-30T22:06:27.912Z | Compiling utf16_iter v1.0.5 |
| 494 | 2025-06-30T22:06:27.943Z | Compiling hashbrown v0.15.4 |
| 495 | 2025-06-30T22:06:28.068Z | Compiling syn v2.0.104 |
| 496 | 2025-06-30T22:06:28.185Z | Compiling usdt-impl v0.5.0 |
| 497 | 2025-06-30T22:06:28.239Z | Compiling proc-macro-error-attr v1.0.4 |
| 498 | 2025-06-30T22:06:28.266Z | Compiling syn v1.0.109 |
| 499 | 2025-06-30T22:06:28.269Z | Compiling toml_write v0.1.2 |
| 500 | 2025-06-30T22:06:28.360Z | Compiling winnow v0.7.10 |
| 501 | 2025-06-30T22:06:28.607Z | Compiling thread-id v4.2.2 |
| 502 | 2025-06-30T22:06:28.734Z | Compiling proc-macro-error v1.0.4 |
| 503 | 2025-06-30T22:06:28.847Z | Compiling camino v1.1.10 |
| 504 | 2025-06-30T22:06:28.876Z | Compiling plain v0.2.3 |
| 505 | 2025-06-30T22:06:29.020Z | Compiling indexmap v2.9.0 |
| 506 | 2025-06-30T22:06:29.046Z | Compiling getrandom v0.3.1 |
| 507 | 2025-06-30T22:06:29.067Z | Compiling semver v1.0.26 |
| 508 | 2025-06-30T22:06:29.384Z | Compiling utf8parse v0.2.2 |
| 509 | 2025-06-30T22:06:29.533Z | Compiling log v0.4.27 |
| 510 | 2025-06-30T22:06:29.593Z | Compiling rustix v1.0.7 |
| 511 | 2025-06-30T22:06:29.693Z | Compiling percent-encoding v2.3.1 |
| 512 | 2025-06-30T22:06:29.942Z | Compiling form_urlencoded v1.2.1 |
| 513 | 2025-06-30T22:06:29.981Z | Compiling terminal_size v0.4.0 |
| 514 | 2025-06-30T22:06:30.008Z | Compiling anstyle-parse v0.2.5 |
| 515 | 2025-06-30T22:06:30.189Z | Compiling ordered-float v2.10.1 |
| 516 | 2025-06-30T22:06:30.447Z | Compiling is_terminal_polyfill v1.70.1 |
| 517 | 2025-06-30T22:06:30.552Z | Compiling thiserror v2.0.12 |
| 518 | 2025-06-30T22:06:30.628Z | Compiling pretty-hex v0.4.1 |
| 519 | 2025-06-30T22:06:30.735Z | Compiling anstyle-query v1.1.1 |
| 520 | 2025-06-30T22:06:30.805Z | Compiling colorchoice v1.0.2 |
| 521 | 2025-06-30T22:06:30.878Z | Compiling cfg-if v1.0.1 |
| 522 | 2025-06-30T22:06:30.905Z | Compiling anstyle v1.0.11 |
| 523 | 2025-06-30T22:06:31.312Z | Compiling anstream v0.6.18 |
| 524 | 2025-06-30T22:06:31.488Z | Compiling fs-err v3.1.1 |
| 525 | 2025-06-30T22:06:31.524Z | Compiling fastrand v2.1.1 |
| 526 | 2025-06-30T22:06:31.788Z | Compiling anyhow v1.0.98 |
| 527 | 2025-06-30T22:06:31.939Z | Compiling unicode-xid v0.2.6 |
| 528 | 2025-06-30T22:06:31.999Z | Compiling unicode-width v0.1.14 |
| 529 | 2025-06-30T22:06:32.143Z | Compiling heck v0.5.0 |
| 530 | 2025-06-30T22:06:32.215Z | Compiling bytecount v0.6.8 |
| 531 | 2025-06-30T22:06:32.349Z | Compiling clap_lex v0.7.4 |
| 532 | 2025-06-30T22:06:32.426Z | Compiling heck v0.4.1 |
| 533 | 2025-06-30T22:06:32.517Z | Compiling fnv v1.0.7 |
| 534 | 2025-06-30T22:06:32.623Z | Compiling strsim v0.11.1 |
| 535 | 2025-06-30T22:06:32.678Z | Compiling papergrid v0.11.0 |
| 536 | 2025-06-30T22:06:32.784Z | Compiling tempfile v3.20.0 |
| 537 | 2025-06-30T22:06:33.237Z | Compiling clap_builder v4.5.40 |
| 538 | 2025-06-30T22:06:33.451Z | Compiling memmap v0.7.0 |
| 539 | 2025-06-30T22:06:33.537Z | Compiling unicode-width v0.2.0 |
| 540 | 2025-06-30T22:06:33.675Z | Compiling smawk v0.3.2 |
| 541 | 2025-06-30T22:06:33.790Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2025-06-30T22:06:34.292Z | Compiling textwrap v0.16.2 |
| 543 | 2025-06-30T22:06:34.458Z | Compiling synstructure v0.13.1 |
| 544 | 2025-06-30T22:06:34.841Z | Compiling swrite v0.1.0 |
| 545 | 2025-06-30T22:06:34.992Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 546 | 2025-06-30T22:06:35.387Z | Compiling tabled_derive v0.7.0 |
| 547 | 2025-06-30T22:06:36.613Z | Compiling serde_derive v1.0.219 |
| 548 | 2025-06-30T22:06:36.613Z | Compiling zerofrom-derive v0.1.4 |
| 549 | 2025-06-30T22:06:36.635Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2025-06-30T22:06:36.635Z | Compiling yoke-derive v0.7.4 |
| 551 | 2025-06-30T22:06:36.636Z | Compiling zerovec-derive v0.10.3 |
| 552 | 2025-06-30T22:06:36.945Z | Compiling displaydoc v0.2.5 |
| 553 | 2025-06-30T22:06:38.346Z | Compiling icu_provider_macros v1.5.0 |
| 554 | 2025-06-30T22:06:38.884Z | Compiling zerocopy-derive v0.7.35 |
| 555 | 2025-06-30T22:06:39.148Z | Compiling scroll_derive v0.12.0 |
| 556 | 2025-06-30T22:06:39.320Z | Compiling thiserror-impl v2.0.12 |
| 557 | 2025-06-30T22:06:39.515Z | Compiling pest v2.7.14 |
| 558 | 2025-06-30T22:06:40.045Z | Compiling zerofrom v0.1.4 |
| 559 | 2025-06-30T22:06:40.327Z | Compiling yoke v0.7.4 |
| 560 | 2025-06-30T22:06:40.504Z | Compiling clap_derive v4.5.40 |
| 561 | 2025-06-30T22:06:40.579Z | Compiling scroll v0.12.0 |
| 562 | 2025-06-30T22:06:40.672Z | Compiling zerovec v0.10.4 |
| 563 | 2025-06-30T22:06:40.788Z | Compiling zerocopy v0.7.35 |
| 564 | 2025-06-30T22:06:41.098Z | Compiling goblin v0.8.2 |
| 565 | 2025-06-30T22:06:41.481Z | Compiling tabled v0.15.0 |
| 566 | 2025-06-30T22:06:42.042Z | Compiling pest_meta v2.7.14 |
| 567 | 2025-06-30T22:06:42.357Z | Compiling tinystr v0.7.6 |
| 568 | 2025-06-30T22:06:42.397Z | Compiling icu_collections v1.5.0 |
| 569 | 2025-06-30T22:06:42.738Z | Compiling icu_locid v1.5.0 |
| 570 | 2025-06-30T22:06:43.422Z | Compiling pest_generator v2.7.14 |
| 571 | 2025-06-30T22:06:44.288Z | Compiling icu_provider v1.5.0 |
| 572 | 2025-06-30T22:06:44.594Z | Compiling clap v4.5.40 |
| 573 | 2025-06-30T22:06:45.073Z | Compiling icu_locid_transform v1.5.0 |
| 574 | 2025-06-30T22:06:45.359Z | Compiling pest_derive v2.7.14 |
| 575 | 2025-06-30T22:06:46.114Z | Compiling dtrace-parser v0.2.0 |
| 576 | 2025-06-30T22:06:46.238Z | Compiling icu_properties v1.5.1 |
| 577 | 2025-06-30T22:06:48.236Z | Compiling serde_spanned v0.6.9 |
| 578 | 2025-06-30T22:06:48.236Z | Compiling toml_datetime v0.6.11 |
| 579 | 2025-06-30T22:06:48.240Z | Compiling erased-serde v0.4.6 |
| 580 | 2025-06-30T22:06:48.537Z | Compiling serde-value v0.7.0 |
| 581 | 2025-06-30T22:06:48.742Z | Compiling toml_edit v0.22.27 |
| 582 | 2025-06-30T22:06:49.116Z | Compiling serde_tokenstream v0.2.2 |
| 583 | 2025-06-30T22:06:49.157Z | Compiling cargo-platform v0.2.0 |
| 584 | 2025-06-30T22:06:49.318Z | Compiling icu_normalizer v1.5.0 |
| 585 | 2025-06-30T22:06:49.450Z | Compiling serde-untagged v0.1.7 |
| 586 | 2025-06-30T22:06:49.663Z | Compiling camino-tempfile v1.4.1 |
| 587 | 2025-06-30T22:06:49.694Z | Compiling macaddr v1.0.1 |
| 588 | 2025-06-30T22:06:49.967Z | Compiling dof v0.3.0 |
| 589 | 2025-06-30T22:06:50.184Z | Compiling idna_adapter v1.2.0 |
| 590 | 2025-06-30T22:06:50.403Z | Compiling idna v1.0.3 |
| 591 | 2025-06-30T22:06:50.970Z | Compiling url v2.5.4 |
| 592 | 2025-06-30T22:06:51.779Z | Compiling toml v0.8.23 |
| 593 | 2025-06-30T22:06:54.002Z | Compiling usdt-attr-macro v0.5.0 |
| 594 | 2025-06-30T22:06:54.048Z | Compiling usdt-macro v0.5.0 |
| 595 | 2025-06-30T22:06:54.048Z | Compiling cargo-util-schemas v0.2.0 |
| 596 | 2025-06-30T22:06:54.048Z | Compiling cargo_toml v0.21.0 |
| 597 | 2025-06-30T22:06:54.048Z | Compiling usdt v0.5.0 |
| 598 | 2025-06-30T22:06:54.048Z | Compiling cargo_metadata v0.20.0 |
| 599 | 2025-06-30T22:06:55.841Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 600 | 2025-06-30T22:06:59.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 601 | 2025-06-30T22:06:59.473Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 602 | 2025-06-30T22:07:00.138Z | Downloading crates ... |
| 603 | 2025-06-30T22:07:00.268Z | Downloaded adler2 v2.0.0 |
| 604 | 2025-06-30T22:07:00.291Z | Downloaded base64ct v1.6.0 |
| 605 | 2025-06-30T22:07:00.294Z | Downloaded aes-gcm v0.10.3 |
| 606 | 2025-06-30T22:07:00.299Z | Downloaded atomic-waker v1.1.2 |
| 607 | 2025-06-30T22:07:00.302Z | Downloaded aead v0.5.2 |
| 608 | 2025-06-30T22:07:00.305Z | Downloaded ascii-canvas v3.0.0 |
| 609 | 2025-06-30T22:07:00.308Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 610 | 2025-06-30T22:07:00.311Z | Downloaded async-stream v0.3.6 |
| 611 | 2025-06-30T22:07:00.314Z | Downloaded heapless v0.7.17 |
| 612 | 2025-06-30T22:07:00.319Z | Downloaded hickory-resolver v0.24.4 |
| 613 | 2025-06-30T22:07:00.324Z | Downloaded crucible-workspace-hack v0.1.0 |
| 614 | 2025-06-30T22:07:00.327Z | Downloaded addr2line v0.24.2 |
| 615 | 2025-06-30T22:07:00.330Z | Downloaded highway v1.3.0 |
| 616 | 2025-06-30T22:07:00.334Z | Downloaded base64 v0.13.1 |
| 617 | 2025-06-30T22:07:00.337Z | Downloaded hmac v0.12.1 |
| 618 | 2025-06-30T22:07:00.341Z | Downloaded heck v0.3.3 |
| 619 | 2025-06-30T22:07:00.341Z | Downloaded base16ct v0.2.0 |
| 620 | 2025-06-30T22:07:00.344Z | Downloaded argon2 v0.5.3 |
| 621 | 2025-06-30T22:07:00.345Z | Downloaded bb8 v0.8.5 |
| 622 | 2025-06-30T22:07:00.348Z | Downloaded ingot-types v0.1.0 |
| 623 | 2025-06-30T22:07:00.348Z | Downloaded atty v0.2.14 |
| 624 | 2025-06-30T22:07:00.354Z | Downloaded bit-set v0.8.0 |
| 625 | 2025-06-30T22:07:00.354Z | Downloaded async-trait v0.1.88 |
| 626 | 2025-06-30T22:07:00.358Z | Downloaded hex v0.4.3 |
| 627 | 2025-06-30T22:07:00.358Z | Downloaded atomicwrites v0.4.4 |
| 628 | 2025-06-30T22:07:00.361Z | Downloaded ciborium-io v0.2.2 |
| 629 | 2025-06-30T22:07:00.365Z | Downloaded backoff v0.4.0 |
| 630 | 2025-06-30T22:07:00.368Z | Downloaded bitfield-struct v0.6.2 |
| 631 | 2025-06-30T22:07:00.368Z | Downloaded bit-set v0.5.3 |
| 632 | 2025-06-30T22:07:00.368Z | Downloaded block-padding v0.3.3 |
| 633 | 2025-06-30T22:07:00.371Z | Downloaded base64 v0.21.7 |
| 634 | 2025-06-30T22:07:00.374Z | Downloaded hickory-proto v0.25.2 |
| 635 | 2025-06-30T22:07:00.394Z | Downloaded miniz_oxide v0.8.5 |
| 636 | 2025-06-30T22:07:00.399Z | Downloaded home v0.5.9 |
| 637 | 2025-06-30T22:07:00.399Z | Downloaded hickory-resolver v0.25.2 |
| 638 | 2025-06-30T22:07:00.403Z | Downloaded inout v0.1.3 |
| 639 | 2025-06-30T22:07:00.407Z | Downloaded ident_case v1.0.1 |
| 640 | 2025-06-30T22:07:00.407Z | Downloaded camino-tempfile-ext v0.3.1 |
| 641 | 2025-06-30T22:07:00.410Z | Downloaded bit-vec v0.6.3 |
| 642 | 2025-06-30T22:07:00.413Z | Downloaded match_cfg v0.1.0 |
| 643 | 2025-06-30T22:07:00.413Z | Downloaded http-range v0.1.5 |
| 644 | 2025-06-30T22:07:00.416Z | Downloaded http-body v1.0.1 |
| 645 | 2025-06-30T22:07:00.416Z | Downloaded hubpack_derive v0.1.1 |
| 646 | 2025-06-30T22:07:00.419Z | Downloaded hubpack v0.1.2 |
| 647 | 2025-06-30T22:07:00.419Z | Downloaded bitfield v0.14.0 |
| 648 | 2025-06-30T22:07:00.423Z | Downloaded instant v0.1.13 |
| 649 | 2025-06-30T22:07:00.423Z | Downloaded base64 v0.22.1 |
| 650 | 2025-06-30T22:07:00.427Z | Downloaded chacha20 v0.9.1 |
| 651 | 2025-06-30T22:07:00.430Z | Downloaded md-5 v0.10.6 |
| 652 | 2025-06-30T22:07:00.434Z | Downloaded indoc v1.0.9 |
| 653 | 2025-06-30T22:07:00.437Z | Downloaded critical-section v1.1.3 |
| 654 | 2025-06-30T22:07:00.437Z | Downloaded memoffset v0.9.1 |
| 655 | 2025-06-30T22:07:00.440Z | Downloaded internet-checksum v0.2.1 |
| 656 | 2025-06-30T22:07:00.440Z | Downloaded httpdate v1.0.3 |
| 657 | 2025-06-30T22:07:00.443Z | Downloaded hostname v0.4.0 |
| 658 | 2025-06-30T22:07:00.446Z | Downloaded crossbeam-deque v0.8.5 |
| 659 | 2025-06-30T22:07:00.446Z | Downloaded crc v3.2.1 |
| 660 | 2025-06-30T22:07:00.449Z | Downloaded buf-list v1.0.3 |
| 661 | 2025-06-30T22:07:00.452Z | Downloaded crc-catalog v2.4.0 |
| 662 | 2025-06-30T22:07:00.455Z | Downloaded md5 v0.7.0 |
| 663 | 2025-06-30T22:07:00.455Z | Downloaded is_ci v1.2.0 |
| 664 | 2025-06-30T22:07:00.458Z | Downloaded castaway v0.2.3 |
| 665 | 2025-06-30T22:07:00.458Z | Downloaded bcs v0.1.6 |
| 666 | 2025-06-30T22:07:00.461Z | Downloaded cipher v0.4.4 |
| 667 | 2025-06-30T22:07:00.465Z | Downloaded ref-cast-impl v1.0.24 |
| 668 | 2025-06-30T22:07:00.465Z | Downloaded hex-literal v0.4.1 |
| 669 | 2025-06-30T22:07:00.469Z | Downloaded hyper-staticfile v0.10.1 |
| 670 | 2025-06-30T22:07:00.470Z | Downloaded ciborium-ll v0.2.2 |
| 671 | 2025-06-30T22:07:00.473Z | Downloaded http-body-util v0.1.3 |
| 672 | 2025-06-30T22:07:00.473Z | Downloaded libefi-sys v0.1.0 |
| 673 | 2025-06-30T22:07:00.477Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 674 | 2025-06-30T22:07:00.480Z | Downloaded kstat-rs v0.2.4 |
| 675 | 2025-06-30T22:07:00.480Z | Downloaded rustc_version v0.1.7 |
| 676 | 2025-06-30T22:07:00.483Z | Downloaded lazycell v1.3.0 |
| 677 | 2025-06-30T22:07:00.483Z | Downloaded progenitor v0.9.1 |
| 678 | 2025-06-30T22:07:00.486Z | Downloaded sha1 v0.10.6 |
| 679 | 2025-06-30T22:07:00.490Z | Downloaded mime_guess v2.0.5 |
| 680 | 2025-06-30T22:07:00.493Z | Downloaded maybe-uninit v2.0.0 |
| 681 | 2025-06-30T22:07:00.493Z | Downloaded siphasher v0.3.11 |
| 682 | 2025-06-30T22:07:00.496Z | Downloaded resolv-conf v0.7.0 |
| 683 | 2025-06-30T22:07:00.499Z | Downloaded sync-ptr v0.1.4 |
| 684 | 2025-06-30T22:07:00.500Z | Downloaded hickory-client v0.25.2 |
| 685 | 2025-06-30T22:07:00.503Z | Downloaded rtoolbox v0.0.2 |
| 686 | 2025-06-30T22:07:00.506Z | Downloaded maplit v1.0.2 |
| 687 | 2025-06-30T22:07:00.506Z | Downloaded lzss v0.8.2 |
| 688 | 2025-06-30T22:07:00.510Z | Downloaded bzip2 v0.4.4 |
| 689 | 2025-06-30T22:07:00.513Z | Downloaded libz-rs-sys v0.5.1 |
| 690 | 2025-06-30T22:07:00.517Z | Downloaded lru-cache v0.1.2 |
| 691 | 2025-06-30T22:07:00.517Z | Downloaded lock_api v0.4.12 |
| 692 | 2025-06-30T22:07:00.520Z | Downloaded scrypt v0.11.0 |
| 693 | 2025-06-30T22:07:00.520Z | Downloaded arrayvec v0.7.6 |
| 694 | 2025-06-30T22:07:00.523Z | Downloaded tower-service v0.3.3 |
| 695 | 2025-06-30T22:07:00.526Z | Downloaded tokio-macros v2.5.0 |
| 696 | 2025-06-30T22:07:00.526Z | Downloaded colored v2.2.0 |
| 697 | 2025-06-30T22:07:00.529Z | Downloaded httparse v1.9.5 |
| 698 | 2025-06-30T22:07:00.546Z | Downloaded want v0.3.1 |
| 699 | 2025-06-30T22:07:00.549Z | Downloaded waitgroup v0.1.2 |
| 700 | 2025-06-30T22:07:00.552Z | Downloaded typify-macro v0.4.1 |
| 701 | 2025-06-30T22:07:00.552Z | Downloaded supports-color v3.0.2 |
| 702 | 2025-06-30T22:07:00.555Z | Downloaded string_cache v0.8.9 |
| 703 | 2025-06-30T22:07:00.555Z | Downloaded slab v0.4.9 |
| 704 | 2025-06-30T22:07:00.559Z | Downloaded termcolor v1.4.1 |
| 705 | 2025-06-30T22:07:00.562Z | Downloaded libloading v0.8.5 |
| 706 | 2025-06-30T22:07:00.562Z | Downloaded cstr-argument v0.1.2 |
| 707 | 2025-06-30T22:07:00.565Z | Downloaded tokio-native-tls v0.3.1 |
| 708 | 2025-06-30T22:07:00.568Z | Downloaded slog-stdlog v4.1.1 |
| 709 | 2025-06-30T22:07:00.568Z | Downloaded mime v0.3.17 |
| 710 | 2025-06-30T22:07:00.571Z | Downloaded heapless v0.8.0 |
| 711 | 2025-06-30T22:07:00.575Z | Downloaded embedded-io v0.4.0 |
| 712 | 2025-06-30T22:07:00.579Z | Downloaded tap v1.0.1 |
| 713 | 2025-06-30T22:07:00.582Z | Downloaded clang-sys v1.8.1 |
| 714 | 2025-06-30T22:07:00.582Z | Downloaded serde_derive_internals v0.29.1 |
| 715 | 2025-06-30T22:07:00.585Z | Downloaded bzip2 v0.5.2 |
| 716 | 2025-06-30T22:07:00.619Z | Downloaded crossbeam-epoch v0.9.18 |
| 717 | 2025-06-30T22:07:00.619Z | Downloaded globwalk v0.9.1 |
| 718 | 2025-06-30T22:07:00.619Z | Downloaded new_debug_unreachable v1.0.6 |
| 719 | 2025-06-30T22:07:00.619Z | Downloaded ingot-macros v0.1.0 |
| 720 | 2025-06-30T22:07:00.619Z | Downloaded cookie v0.18.1 |
| 721 | 2025-06-30T22:07:00.619Z | Downloaded newline-converter v0.3.0 |
| 722 | 2025-06-30T22:07:00.619Z | Downloaded walkdir v2.5.0 |
| 723 | 2025-06-30T22:07:00.619Z | Downloaded ignore v0.4.23 |
| 724 | 2025-06-30T22:07:00.619Z | Downloaded tui-tree-widget v0.23.1 |
| 725 | 2025-06-30T22:07:00.619Z | Downloaded openssl-probe v0.1.5 |
| 726 | 2025-06-30T22:07:00.619Z | Downloaded crc32fast v1.4.2 |
| 727 | 2025-06-30T22:07:00.623Z | Downloaded openssl-macros v0.1.1 |
| 728 | 2025-06-30T22:07:00.623Z | Downloaded utf-8 v0.7.6 |
| 729 | 2025-06-30T22:07:00.623Z | Downloaded untrusted v0.9.0 |
| 730 | 2025-06-30T22:07:00.623Z | Downloaded pretty-hex v0.2.1 |
| 731 | 2025-06-30T22:07:00.623Z | Downloaded async-bb8-diesel v0.2.1 |
| 732 | 2025-06-30T22:07:00.624Z | Downloaded predicates-tree v1.0.12 |
| 733 | 2025-06-30T22:07:00.624Z | Downloaded opaque-debug v0.3.1 |
| 734 | 2025-06-30T22:07:00.627Z | Downloaded display-error-chain v0.2.2 |
| 735 | 2025-06-30T22:07:00.627Z | Downloaded litrs v0.4.1 |
| 736 | 2025-06-30T22:07:00.630Z | Downloaded zeroize v1.8.1 |
| 737 | 2025-06-30T22:07:00.633Z | Downloaded either v1.15.0 |
| 738 | 2025-06-30T22:07:00.633Z | Downloaded hickory-server v0.25.2 |
| 739 | 2025-06-30T22:07:00.638Z | Downloaded dunce v1.0.5 |
| 740 | 2025-06-30T22:07:00.642Z | Downloaded defmt-macros v0.3.9 |
| 741 | 2025-06-30T22:07:00.646Z | Downloaded futures-task v0.3.31 |
| 742 | 2025-06-30T22:07:00.649Z | Downloaded group v0.13.0 |
| 743 | 2025-06-30T22:07:00.649Z | Downloaded rustls-pki-types v1.10.0 |
| 744 | 2025-06-30T22:07:00.653Z | Downloaded multimap v0.10.1 |
| 745 | 2025-06-30T22:07:00.657Z | Downloaded filetime v0.2.25 |
| 746 | 2025-06-30T22:07:00.660Z | Downloaded sync_wrapper v1.0.1 |
| 747 | 2025-06-30T22:07:00.660Z | Downloaded newtype_derive v0.1.6 |
| 748 | 2025-06-30T22:07:00.664Z | Downloaded newtype-uuid v1.2.4 |
| 749 | 2025-06-30T22:07:00.664Z | Downloaded chacha20poly1305 v0.10.1 |
| 750 | 2025-06-30T22:07:00.669Z | Downloaded native-tls v0.2.12 |
| 751 | 2025-06-30T22:07:00.674Z | Downloaded salsa20 v0.10.2 |
| 752 | 2025-06-30T22:07:00.674Z | Downloaded parse-display-derive v0.10.0 |
| 753 | 2025-06-30T22:07:00.674Z | Downloaded parse-display v0.10.0 |
| 754 | 2025-06-30T22:07:00.677Z | Downloaded num-iter v0.1.45 |
| 755 | 2025-06-30T22:07:00.677Z | Downloaded pbkdf2 v0.12.2 |
| 756 | 2025-06-30T22:07:00.680Z | Downloaded ppv-lite86 v0.2.20 |
| 757 | 2025-06-30T22:07:00.680Z | Downloaded pem v3.0.5 |
| 758 | 2025-06-30T22:07:00.684Z | Downloaded progenitor-impl v0.10.0 |
| 759 | 2025-06-30T22:07:00.688Z | Downloaded crunchy v0.2.2 |
| 760 | 2025-06-30T22:07:00.688Z | Downloaded time-core v0.1.2 |
| 761 | 2025-06-30T22:07:00.691Z | Downloaded slog-term v2.9.1 |
| 762 | 2025-06-30T22:07:00.691Z | Downloaded universal-hash v0.5.1 |
| 763 | 2025-06-30T22:07:00.696Z | Downloaded pkg-config v0.3.31 |
| 764 | 2025-06-30T22:07:00.699Z | Downloaded peg-runtime v0.8.5 |
| 765 | 2025-06-30T22:07:00.700Z | Downloaded peg v0.8.5 |
| 766 | 2025-06-30T22:07:00.703Z | Downloaded prettyplease v0.2.35 |
| 767 | 2025-06-30T22:07:00.709Z | Downloaded spin v0.9.8 |
| 768 | 2025-06-30T22:07:00.713Z | Downloaded socket2 v0.5.10 |
| 769 | 2025-06-30T22:07:00.713Z | Downloaded bytes v1.10.1 |
| 770 | 2025-06-30T22:07:00.716Z | Downloaded des v0.8.1 |
| 771 | 2025-06-30T22:07:00.719Z | Downloaded rustc-demangle v0.1.24 |
| 772 | 2025-06-30T22:07:00.722Z | Downloaded daft-derive v0.1.3 |
| 773 | 2025-06-30T22:07:00.727Z | Downloaded foreign-types v0.3.2 |
| 774 | 2025-06-30T22:07:00.731Z | Downloaded slog-envlogger v2.2.0 |
| 775 | 2025-06-30T22:07:00.735Z | Downloaded rustc-hash v2.1.1 |
| 776 | 2025-06-30T22:07:00.735Z | Downloaded rustc-hash v1.1.0 |
| 777 | 2025-06-30T22:07:00.735Z | Downloaded rustversion v1.0.17 |
| 778 | 2025-06-30T22:07:00.738Z | Downloaded rustls-native-certs v0.8.1 |
| 779 | 2025-06-30T22:07:00.741Z | Downloaded rusty-fork v0.3.0 |
| 780 | 2025-06-30T22:07:00.745Z | Downloaded smf v0.2.3 |
| 781 | 2025-06-30T22:07:00.749Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 782 | 2025-06-30T22:07:00.749Z | Downloaded similar v2.7.0 |
| 783 | 2025-06-30T22:07:00.753Z | Downloaded oso-derive v0.27.3 |
| 784 | 2025-06-30T22:07:00.756Z | Downloaded try-lock v0.2.5 |
| 785 | 2025-06-30T22:07:00.756Z | Downloaded tiny-keccak v2.0.2 |
| 786 | 2025-06-30T22:07:00.761Z | Downloaded parse-size v1.1.0 |
| 787 | 2025-06-30T22:07:00.767Z | Downloaded unicode-truncate v1.1.0 |
| 788 | 2025-06-30T22:07:00.767Z | Downloaded quick-error v1.2.3 |
| 789 | 2025-06-30T22:07:00.770Z | Downloaded rand_core v0.9.2 |
| 790 | 2025-06-30T22:07:00.770Z | Downloaded pem-rfc7468 v0.7.0 |
| 791 | 2025-06-30T22:07:00.770Z | Downloaded wyz v0.5.1 |
| 792 | 2025-06-30T22:07:00.773Z | Downloaded progenitor-client v0.10.0 |
| 793 | 2025-06-30T22:07:00.773Z | Downloaded pkcs8 v0.10.2 |
| 794 | 2025-06-30T22:07:00.783Z | Downloaded tar v0.4.44 |
| 795 | 2025-06-30T22:07:00.786Z | Downloaded jiff-static v0.2.15 |
| 796 | 2025-06-30T22:07:00.786Z | Downloaded peg-macros v0.8.5 |
| 797 | 2025-06-30T22:07:00.789Z | Downloaded futures-sink v0.3.31 |
| 798 | 2025-06-30T22:07:00.789Z | Downloaded elliptic-curve v0.13.8 |
| 799 | 2025-06-30T22:07:00.793Z | Downloaded ena v0.14.3 |
| 800 | 2025-06-30T22:07:00.797Z | Downloaded dsl_auto_type v0.1.2 |
| 801 | 2025-06-30T22:07:00.800Z | Downloaded defmt v0.3.8 |
| 802 | 2025-06-30T22:07:00.805Z | Downloaded fatfs v0.3.6 |
| 803 | 2025-06-30T22:07:00.810Z | Downloaded scheduled-thread-pool v0.2.7 |
| 804 | 2025-06-30T22:07:00.810Z | Downloaded sqlparser_derive v0.2.2 |
| 805 | 2025-06-30T22:07:00.810Z | Downloaded fs-err v2.11.0 |
| 806 | 2025-06-30T22:07:00.813Z | Downloaded nibble_vec v0.1.0 |
| 807 | 2025-06-30T22:07:00.813Z | Downloaded slog-scope v4.4.0 |
| 808 | 2025-06-30T22:07:00.818Z | Downloaded futures-core v0.3.31 |
| 809 | 2025-06-30T22:07:00.821Z | Downloaded tokio-tungstenite v0.23.1 |
| 810 | 2025-06-30T22:07:00.821Z | Downloaded hash32 v0.2.1 |
| 811 | 2025-06-30T22:07:00.824Z | Downloaded smallvec v0.6.14 |
| 812 | 2025-06-30T22:07:00.824Z | Downloaded prefix-trie v0.7.0 |
| 813 | 2025-06-30T22:07:00.828Z | Downloaded polyval v0.6.2 |
| 814 | 2025-06-30T22:07:00.832Z | Downloaded num-complex v0.4.6 |
| 815 | 2025-06-30T22:07:00.835Z | Downloaded num v0.4.3 |
| 816 | 2025-06-30T22:07:00.838Z | Downloaded void v1.0.2 |
| 817 | 2025-06-30T22:07:00.838Z | Downloaded steno v0.4.1 |
| 818 | 2025-06-30T22:07:00.841Z | Downloaded typify v0.4.1 |
| 819 | 2025-06-30T22:07:00.853Z | Downloaded rand_xorshift v0.4.0 |
| 820 | 2025-06-30T22:07:00.857Z | Downloaded rand_core v0.6.4 |
| 821 | 2025-06-30T22:07:00.857Z | Downloaded rand_chacha v0.9.0 |
| 822 | 2025-06-30T22:07:00.857Z | Downloaded rand_chacha v0.3.1 |
| 823 | 2025-06-30T22:07:00.857Z | Downloaded schemars_derive v0.8.22 |
| 824 | 2025-06-30T22:07:00.857Z | Downloaded same-file v1.0.6 |
| 825 | 2025-06-30T22:07:00.861Z | Downloaded rand v0.8.5 |
| 826 | 2025-06-30T22:07:00.866Z | Downloaded slog-async v2.8.0 |
| 827 | 2025-06-30T22:07:00.873Z | Downloaded shlex v1.3.0 |
| 828 | 2025-06-30T22:07:00.873Z | Downloaded static_assertions v1.1.0 |
| 829 | 2025-06-30T22:07:00.874Z | Downloaded thread_local v1.1.8 |
| 830 | 2025-06-30T22:07:00.882Z | Downloaded strum_macros v0.25.3 |
| 831 | 2025-06-30T22:07:00.882Z | Downloaded slog-bunyan v2.5.0 |
| 832 | 2025-06-30T22:07:00.882Z | Downloaded zone v0.3.1 |
| 833 | 2025-06-30T22:07:00.887Z | Downloaded hash32 v0.3.1 |
| 834 | 2025-06-30T22:07:00.887Z | Downloaded darling_macro v0.20.10 |
| 835 | 2025-06-30T22:07:00.887Z | Downloaded futures-io v0.3.31 |
| 836 | 2025-06-30T22:07:00.887Z | Downloaded globset v0.4.15 |
| 837 | 2025-06-30T22:07:00.887Z | Downloaded ghash v0.5.1 |
| 838 | 2025-06-30T22:07:00.896Z | Downloaded number_prefix v0.4.0 |
| 839 | 2025-06-30T22:07:00.897Z | Downloaded num_threads v0.1.7 |
| 840 | 2025-06-30T22:07:00.897Z | Downloaded rayon-core v1.12.1 |
| 841 | 2025-06-30T22:07:00.900Z | Downloaded zerocopy-derive v0.8.26 |
| 842 | 2025-06-30T22:07:00.904Z | Downloaded postgres-protocol v0.6.8 |
| 843 | 2025-06-30T22:07:00.908Z | Downloaded rcgen v0.12.1 |
| 844 | 2025-06-30T22:07:00.911Z | Downloaded postcard v1.0.10 |
| 845 | 2025-06-30T22:07:00.915Z | Downloaded itertools v0.10.5 |
| 846 | 2025-06-30T22:07:00.920Z | Downloaded proc-macro-crate v1.3.1 |
| 847 | 2025-06-30T22:07:00.923Z | Downloaded dropshot_endpoint v0.16.2 |
| 848 | 2025-06-30T22:07:00.930Z | Downloaded toml_edit v0.19.15 |
| 849 | 2025-06-30T22:07:00.945Z | Downloaded take_mut v0.2.2 |
| 850 | 2025-06-30T22:07:00.951Z | Downloaded itertools v0.14.0 |
| 851 | 2025-06-30T22:07:00.955Z | Downloaded tracing-attributes v0.1.27 |
| 852 | 2025-06-30T22:07:00.958Z | Downloaded subprocess v0.2.9 |
| 853 | 2025-06-30T22:07:00.961Z | Downloaded parking_lot v0.12.3 |
| 854 | 2025-06-30T22:07:00.965Z | Downloaded xshell-macros v0.2.7 |
| 855 | 2025-06-30T22:07:00.968Z | Downloaded pin-utils v0.1.0 |
| 856 | 2025-06-30T22:07:00.968Z | Downloaded num_enum_derive v0.5.11 |
| 857 | 2025-06-30T22:07:00.972Z | Downloaded float-cmp v0.10.0 |
| 858 | 2025-06-30T22:07:00.972Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2025-06-30T22:07:00.975Z | Downloaded pin-project-lite v0.2.14 |
| 860 | 2025-06-30T22:07:00.979Z | Downloaded crossterm v0.28.1 |
| 861 | 2025-06-30T22:07:00.986Z | Downloaded num-conv v0.1.0 |
| 862 | 2025-06-30T22:07:00.989Z | Downloaded mio v1.0.2 |
| 863 | 2025-06-30T22:07:00.994Z | Downloaded quinn-udp v0.5.5 |
| 864 | 2025-06-30T22:07:01.001Z | Downloaded serde_repr v0.1.19 |
| 865 | 2025-06-30T22:07:01.007Z | Downloaded powerfmt v0.2.0 |
| 866 | 2025-06-30T22:07:01.007Z | Downloaded libxml v0.3.3 |
| 867 | 2025-06-30T22:07:01.010Z | Downloaded tower-layer v0.3.3 |
| 868 | 2025-06-30T22:07:01.010Z | Downloaded phf_generator v0.11.2 |
| 869 | 2025-06-30T22:07:01.011Z | Downloaded pbkdf2 v0.11.0 |
| 870 | 2025-06-30T22:07:01.015Z | Downloaded tls_codec_derive v0.4.1 |
| 871 | 2025-06-30T22:07:01.018Z | Downloaded itertools v0.12.1 |
| 872 | 2025-06-30T22:07:01.025Z | Downloaded zone_cfg_derive v0.3.0 |
| 873 | 2025-06-30T22:07:01.028Z | Downloaded xz2 v0.1.7 |
| 874 | 2025-06-30T22:07:01.032Z | Downloaded vergen v8.3.2 |
| 875 | 2025-06-30T22:07:01.035Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 876 | 2025-06-30T22:07:01.035Z | Downloaded defmt-parser v0.3.4 |
| 877 | 2025-06-30T22:07:01.038Z | Downloaded debug-ignore v1.0.5 |
| 878 | 2025-06-30T22:07:01.038Z | Downloaded diesel-dtrace v0.4.2 |
| 879 | 2025-06-30T22:07:01.041Z | Downloaded env_logger v0.11.5 |
| 880 | 2025-06-30T22:07:01.046Z | Downloaded env_logger v0.10.2 |
| 881 | 2025-06-30T22:07:02.805Z | Downloaded serde_yaml v0.9.34+deprecated |
| 882 | 2025-06-30T22:07:02.871Z | Downloaded uzers v0.12.1 |
| 883 | 2025-06-30T22:07:02.871Z | Downloaded multer v3.1.0 |
| 884 | 2025-06-30T22:07:02.871Z | Downloaded tokio-dtrace v0.1.0 |
| 885 | 2025-06-30T22:07:02.871Z | Downloaded bindgen v0.71.1 |
| 886 | 2025-06-30T22:07:02.871Z | Downloaded headers-core v0.3.0 |
| 887 | 2025-06-30T22:07:02.871Z | Downloaded signal-hook-mio v0.2.4 |
| 888 | 2025-06-30T22:07:02.871Z | Downloaded serde_bytes v0.11.17 |
| 889 | 2025-06-30T22:07:02.871Z | Downloaded schemars v0.8.22 |
| 890 | 2025-06-30T22:07:02.871Z | Downloaded termtree v0.5.1 |
| 891 | 2025-06-30T22:07:02.871Z | Downloaded itertools v0.13.0 |
| 892 | 2025-06-30T22:07:02.871Z | Downloaded typify-macro v0.3.0 |
| 893 | 2025-06-30T22:07:02.871Z | Downloaded typify-macro v0.2.0 |
| 894 | 2025-06-30T22:07:02.871Z | Downloaded der_derive v0.7.3 |
| 895 | 2025-06-30T22:07:02.871Z | Downloaded dyn-clone v1.0.19 |
| 896 | 2025-06-30T22:07:02.871Z | Downloaded precomputed-hash v0.1.1 |
| 897 | 2025-06-30T22:07:02.871Z | Downloaded zstd-safe v7.2.3 |
| 898 | 2025-06-30T22:07:02.871Z | Downloaded float-ord v0.3.2 |
| 899 | 2025-06-30T22:07:02.871Z | Downloaded dirs-next v2.0.0 |
| 900 | 2025-06-30T22:07:02.871Z | Downloaded ed25519 v2.2.3 |
| 901 | 2025-06-30T22:07:02.871Z | Downloaded futures-channel v0.3.31 |
| 902 | 2025-06-30T22:07:02.871Z | Downloaded futures-macro v0.3.31 |
| 903 | 2025-06-30T22:07:02.872Z | Downloaded tokio-rustls v0.25.0 |
| 904 | 2025-06-30T22:07:02.872Z | Downloaded embedded-io v0.6.1 |
| 905 | 2025-06-30T22:07:02.872Z | Downloaded pkcs1 v0.7.5 |
| 906 | 2025-06-30T22:07:02.872Z | Downloaded tracing-core v0.1.32 |
| 907 | 2025-06-30T22:07:02.872Z | Downloaded fxhash v0.2.1 |
| 908 | 2025-06-30T22:07:02.872Z | Downloaded sec1 v0.7.3 |
| 909 | 2025-06-30T22:07:02.872Z | Downloaded serde-big-array v0.5.1 |
| 910 | 2025-06-30T22:07:02.872Z | Downloaded slog v2.7.0 |
| 911 | 2025-06-30T22:07:02.872Z | Downloaded secrecy v0.8.0 |
| 912 | 2025-06-30T22:07:02.872Z | Downloaded iri-string v0.7.8 |
| 913 | 2025-06-30T22:07:02.872Z | Downloaded postgres-types v0.2.9 |
| 914 | 2025-06-30T22:07:02.872Z | Downloaded vte_generate_state_changes v0.1.2 |
| 915 | 2025-06-30T22:07:02.872Z | Downloaded zone_cfg_derive v0.1.2 |
| 916 | 2025-06-30T22:07:02.872Z | Downloaded secrecy v0.10.3 |
| 917 | 2025-06-30T22:07:02.872Z | Downloaded sqlformat v0.3.5 |
| 918 | 2025-06-30T22:07:02.872Z | Downloaded poly1305 v0.8.0 |
| 919 | 2025-06-30T22:07:02.872Z | Downloaded zopfli v0.8.1 |
| 920 | 2025-06-30T22:07:02.872Z | Downloaded semver v0.1.20 |
| 921 | 2025-06-30T22:07:02.872Z | Downloaded oxnet v0.1.2 |
| 922 | 2025-06-30T22:07:02.872Z | Downloaded ecdsa v0.16.9 |
| 923 | 2025-06-30T22:07:02.872Z | Downloaded topological-sort v0.2.2 |
| 924 | 2025-06-30T22:07:02.872Z | Downloaded futures v0.3.31 |
| 925 | 2025-06-30T22:07:02.872Z | Downloaded phf v0.11.2 |
| 926 | 2025-06-30T22:07:02.872Z | Downloaded ssh-cipher v0.2.0 |
| 927 | 2025-06-30T22:07:02.872Z | Downloaded yasna v0.5.2 |
| 928 | 2025-06-30T22:07:02.872Z | Downloaded structmeta-derive v0.3.0 |
| 929 | 2025-06-30T22:07:02.872Z | Downloaded signature v2.2.0 |
| 930 | 2025-06-30T22:07:02.872Z | Downloaded parse-zoneinfo v0.3.1 |
| 931 | 2025-06-30T22:07:02.872Z | Downloaded signal-hook-tokio v0.3.1 |
| 932 | 2025-06-30T22:07:02.872Z | Downloaded whoami v1.6.0 |
| 933 | 2025-06-30T22:07:02.872Z | Downloaded pkcs5 v0.7.1 |
| 934 | 2025-06-30T22:07:02.872Z | Downloaded strum v0.26.3 |
| 935 | 2025-06-30T22:07:02.872Z | Downloaded funty v2.0.0 |
| 936 | 2025-06-30T22:07:02.872Z | Downloaded which v4.4.2 |
| 937 | 2025-06-30T22:07:02.873Z | Downloaded thiserror-no-std v2.0.2 |
| 938 | 2025-06-30T22:07:02.873Z | Downloaded gethostname v0.5.0 |
| 939 | 2025-06-30T22:07:02.873Z | Downloaded snafu-derive v0.8.5 |
| 940 | 2025-06-30T22:07:02.873Z | Downloaded owo-colors v4.2.2 |
| 941 | 2025-06-30T22:07:02.873Z | Downloaded foreign-types-shared v0.3.1 |
| 942 | 2025-06-30T22:07:02.873Z | Downloaded fs_extra v1.3.0 |
| 943 | 2025-06-30T22:07:02.873Z | Downloaded psl-types v2.0.11 |
| 944 | 2025-06-30T22:07:02.873Z | Downloaded progenitor-client v0.9.1 |
| 945 | 2025-06-30T22:07:02.873Z | Downloaded r2d2 v0.8.10 |
| 946 | 2025-06-30T22:07:02.873Z | Downloaded omicron-zone-package v0.12.2 |
| 947 | 2025-06-30T22:07:02.873Z | Downloaded predicates-core v1.0.8 |
| 948 | 2025-06-30T22:07:02.873Z | Downloaded diesel_derives v2.2.3 |
| 949 | 2025-06-30T22:07:02.873Z | Downloaded foreign-types-shared v0.1.1 |
| 950 | 2025-06-30T22:07:02.873Z | Downloaded hkdf v0.12.4 |
| 951 | 2025-06-30T22:07:02.873Z | Downloaded difflib v0.4.0 |
| 952 | 2025-06-30T22:07:02.873Z | Downloaded unicode-bidi v0.3.17 |
| 953 | 2025-06-30T22:07:02.873Z | Downloaded password-hash v0.4.2 |
| 954 | 2025-06-30T22:07:02.873Z | Downloaded tinyvec_macros v0.1.1 |
| 955 | 2025-06-30T22:07:02.873Z | Downloaded predicates v3.1.3 |
| 956 | 2025-06-30T22:07:02.873Z | Downloaded proc-macro-error2 v2.0.1 |
| 957 | 2025-06-30T22:07:02.873Z | Downloaded xshell v0.2.7 |
| 958 | 2025-06-30T22:07:02.873Z | Downloaded darling_core v0.20.10 |
| 959 | 2025-06-30T22:07:02.873Z | Downloaded path-slash v0.1.5 |
| 960 | 2025-06-30T22:07:02.873Z | Downloaded zone v0.1.8 |
| 961 | 2025-06-30T22:07:02.873Z | Downloaded zeroize_derive v1.4.2 |
| 962 | 2025-06-30T22:07:02.873Z | Downloaded wait-timeout v0.2.0 |
| 963 | 2025-06-30T22:07:02.873Z | Downloaded ron v0.7.1 |
| 964 | 2025-06-30T22:07:02.873Z | Downloaded ssh-encoding v0.2.0 |
| 965 | 2025-06-30T22:07:02.873Z | Downloaded russh-keys v0.45.0 |
| 966 | 2025-06-30T22:07:02.873Z | Downloaded packed_struct_codegen v0.10.1 |
| 967 | 2025-06-30T22:07:02.874Z | Downloaded reedline v0.40.0 |
| 968 | 2025-06-30T22:07:02.874Z | Downloaded strum_macros v0.24.3 |
| 969 | 2025-06-30T22:07:02.874Z | Downloaded aho-corasick v1.1.3 |
| 970 | 2025-06-30T22:07:02.874Z | Downloaded packed_struct v0.10.1 |
| 971 | 2025-06-30T22:07:02.874Z | Downloaded foreign-types-macros v0.2.3 |
| 972 | 2025-06-30T22:07:02.874Z | Downloaded foldhash v0.1.5 |
| 973 | 2025-06-30T22:07:02.874Z | Downloaded diff v0.1.13 |
| 974 | 2025-06-30T22:07:02.874Z | Downloaded progenitor-macro v0.9.1 |
| 975 | 2025-06-30T22:07:02.874Z | Downloaded tinyvec v1.8.0 |
| 976 | 2025-06-30T22:07:02.874Z | Downloaded bitvec v1.0.1 |
| 977 | 2025-06-30T22:07:02.874Z | Downloaded serde_with_macros v3.12.0 |
| 978 | 2025-06-30T22:07:02.874Z | Downloaded half v2.4.1 |
| 979 | 2025-06-30T22:07:02.874Z | Downloaded test-strategy v0.4.1 |
| 980 | 2025-06-30T22:07:02.874Z | Downloaded foreign-types v0.5.0 |
| 981 | 2025-06-30T22:07:02.874Z | Downloaded futures-util v0.3.31 |
| 982 | 2025-06-30T22:07:02.887Z | Downloaded flume v0.11.1 |
| 983 | 2025-06-30T22:07:02.887Z | Downloaded ed25519-dalek v2.1.1 |
| 984 | 2025-06-30T22:07:02.887Z | Downloaded time v0.3.36 |
| 985 | 2025-06-30T22:07:02.887Z | Downloaded vte v0.11.1 |
| 986 | 2025-06-30T22:07:02.887Z | Downloaded num-bigint-dig v0.8.4 |
| 987 | 2025-06-30T22:07:02.887Z | Downloaded serde_cbor v0.11.2 |
| 988 | 2025-06-30T22:07:02.887Z | Downloaded tough v0.20.0 |
| 989 | 2025-06-30T22:07:02.887Z | Downloaded vsss-rs v3.3.4 |
| 990 | 2025-06-30T22:07:02.887Z | Downloaded password-hash v0.5.0 |
| 991 | 2025-06-30T22:07:02.888Z | Downloaded tracing v0.1.40 |
| 992 | 2025-06-30T22:07:02.888Z | Downloaded support-bundle-viewer v0.1.2 |
| 993 | 2025-06-30T22:07:02.888Z | Downloaded winnow v0.6.26 |
| 994 | 2025-06-30T22:07:02.888Z | Downloaded p256 v0.13.2 |
| 995 | 2025-06-30T22:07:02.888Z | Downloaded nom v7.1.3 |
| 996 | 2025-06-30T22:07:02.888Z | Downloaded radix_trie v0.2.1 |
| 997 | 2025-06-30T22:07:02.888Z | Downloaded winnow v0.5.40 |
| 998 | 2025-06-30T22:07:02.888Z | Downloaded chrono v0.4.41 |
| 999 | 2025-06-30T22:07:02.888Z | Downloaded x509-cert v0.2.5 |
| 1000 | 2025-06-30T22:07:02.888Z | Downloaded tower v0.5.2 |
| 1001 | 2025-06-30T22:07:02.888Z | Downloaded unicode-normalization v0.1.24 |
| 1002 | 2025-06-30T22:07:02.888Z | Downloaded rpassword v7.4.0 |
| 1003 | 2025-06-30T22:07:02.888Z | Downloaded salty v0.3.0 |
| 1004 | 2025-06-30T22:07:02.888Z | Downloaded ssh-key v0.6.6 |
| 1005 | 2025-06-30T22:07:02.888Z | Downloaded webpki-roots v1.0.0 |
| 1006 | 2025-06-30T22:07:02.888Z | Downloaded rustls-webpki v0.102.8 |
| 1007 | 2025-06-30T22:07:02.888Z | Downloaded zlib-rs v0.5.1 |
| 1008 | 2025-06-30T22:07:02.888Z | Downloaded quick-xml v0.37.2 |
| 1009 | 2025-06-30T22:07:02.888Z | Downloaded moka v0.12.10 |
| 1010 | 2025-06-30T22:07:02.888Z | Downloaded tower-http v0.6.6 |
| 1011 | 2025-06-30T22:07:02.888Z | Downloaded proptest v1.7.0 |
| 1012 | 2025-06-30T22:07:02.888Z | Downloaded portable-atomic v1.11.0 |
| 1013 | 2025-06-30T22:07:02.888Z | Downloaded h2 v0.4.6 |
| 1014 | 2025-06-30T22:07:02.888Z | Downloaded zerocopy v0.8.26 |
| 1015 | 2025-06-30T22:07:02.888Z | Downloaded serde_with v3.12.0 |
| 1016 | 2025-06-30T22:07:02.888Z | Downloaded p521 v0.13.3 |
| 1017 | 2025-06-30T22:07:02.888Z | Downloaded rayon v1.10.0 |
| 1018 | 2025-06-30T22:07:02.888Z | Downloaded lalrpop v0.19.12 |
| 1019 | 2025-06-30T22:07:02.889Z | Downloaded sqlparser v0.45.0 |
| 1020 | 2025-06-30T22:07:02.889Z | Downloaded bstr v1.10.0 |
| 1021 | 2025-06-30T22:07:02.889Z | Downloaded polar-core v0.27.3 |
| 1022 | 2025-06-30T22:07:02.889Z | Downloaded nix v0.27.1 |
| 1023 | 2025-06-30T22:07:02.889Z | Downloaded git2 v0.19.0 |
| 1024 | 2025-06-30T22:07:02.889Z | Downloaded smoltcp v0.9.1 |
| 1025 | 2025-06-30T22:07:02.889Z | Downloaded object v0.30.4 |
| 1026 | 2025-06-30T22:07:02.889Z | Downloaded petname v2.0.2 |
| 1027 | 2025-06-30T22:07:02.889Z | Downloaded chrono-tz v0.10.3 |
| 1028 | 2025-06-30T22:07:02.889Z | Downloaded curve25519-dalek v4.1.3 |
| 1029 | 2025-06-30T22:07:02.889Z | Downloaded regex v1.11.1 |
| 1030 | 2025-06-30T22:07:02.889Z | Downloaded tabled v0.18.0 |
| 1031 | 2025-06-30T22:07:02.889Z | Downloaded hickory-proto v0.24.4 |
| 1032 | 2025-06-30T22:07:02.889Z | Downloaded openapiv3 v2.2.0 |
| 1033 | 2025-06-30T22:07:02.889Z | Downloaded regex-syntax v0.6.29 |
| 1034 | 2025-06-30T22:07:02.889Z | Downloaded nix v0.29.0 |
| 1035 | 2025-06-30T22:07:02.889Z | Downloaded regex-syntax v0.8.5 |
| 1036 | 2025-06-30T22:07:02.889Z | Downloaded object v0.36.5 |
| 1037 | 2025-06-30T22:07:02.889Z | Downloaded dropshot v0.16.2 |
| 1038 | 2025-06-30T22:07:02.889Z | Downloaded nix v0.30.1 |
| 1039 | 2025-06-30T22:07:02.889Z | Downloaded nix v0.28.0 |
| 1040 | 2025-06-30T22:07:02.889Z | Downloaded diesel v2.2.11 |
| 1041 | 2025-06-30T22:07:02.889Z | Downloaded typify-impl v0.2.0 |
| 1042 | 2025-06-30T22:07:02.890Z | Downloaded sled v0.34.7 |
| 1043 | 2025-06-30T22:07:02.890Z | Downloaded typify-impl v0.4.1 |
| 1044 | 2025-06-30T22:07:02.890Z | Downloaded zerocopy-derive v0.6.6 |
| 1045 | 2025-06-30T22:07:02.890Z | Downloaded ratatui v0.29.0 |
| 1046 | 2025-06-30T22:07:02.890Z | Downloaded typify-impl v0.3.0 |
| 1047 | 2025-06-30T22:07:02.890Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1048 | 2025-06-30T22:07:02.890Z | Downloaded p384 v0.13.0 |
| 1049 | 2025-06-30T22:07:02.890Z | Downloaded smoltcp v0.11.0 |
| 1050 | 2025-06-30T22:07:02.890Z | Downloaded gimli v0.31.1 |
| 1051 | 2025-06-30T22:07:02.890Z | Downloaded rustls v0.23.19 |
| 1052 | 2025-06-30T22:07:02.890Z | Downloaded rustls v0.22.4 |
| 1053 | 2025-06-30T22:07:02.890Z | Downloaded openssl v0.10.73 |
| 1054 | 2025-06-30T22:07:02.890Z | Downloaded rustls v0.21.12 |
| 1055 | 2025-06-30T22:07:02.890Z | Downloaded jiff v0.2.15 |
| 1056 | 2025-06-30T22:07:02.890Z | Downloaded vcpkg v0.2.15 |
| 1057 | 2025-06-30T22:07:02.890Z | Downloaded regress v0.10.3 |
| 1058 | 2025-06-30T22:07:02.890Z | Downloaded snafu v0.8.5 |
| 1059 | 2025-06-30T22:07:02.890Z | Downloaded rustls-webpki v0.101.7 |
| 1060 | 2025-06-30T22:07:02.890Z | Downloaded regex-automata v0.4.8 |
| 1061 | 2025-06-30T22:07:02.890Z | Downloaded sha3 v0.10.8 |
| 1062 | 2025-06-30T22:07:02.890Z | Downloaded lzma-sys v0.1.20 |
| 1063 | 2025-06-30T22:07:02.890Z | Downloaded progenitor-impl v0.9.1 |
| 1064 | 2025-06-30T22:07:02.890Z | Downloaded rsa v0.9.6 |
| 1065 | 2025-06-30T22:07:02.890Z | Downloaded libz-sys v1.1.20 |
| 1066 | 2025-06-30T22:07:02.891Z | Downloaded petgraph v0.6.5 |
| 1067 | 2025-06-30T22:07:02.891Z | Downloaded petgraph v0.8.2 |
| 1068 | 2025-06-30T22:07:02.891Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1069 | 2025-06-30T22:07:02.891Z | Downloaded typed-path v0.9.3 |
| 1070 | 2025-06-30T22:07:02.891Z | Downloaded quinn-proto v0.11.8 |
| 1071 | 2025-06-30T22:07:02.891Z | Downloaded tokio-postgres v0.7.13 |
| 1072 | 2025-06-30T22:07:02.891Z | Downloaded tokio v1.45.1 |
| 1073 | 2025-06-30T22:07:02.891Z | Downloaded csv v1.3.1 |
| 1074 | 2025-06-30T22:07:02.891Z | Downloaded blake3 v1.5.4 |
| 1075 | 2025-06-30T22:07:02.891Z | Downloaded progenitor-macro v0.8.0 |
| 1076 | 2025-06-30T22:07:02.891Z | Downloaded progenitor v0.8.0 |
| 1077 | 2025-06-30T22:07:02.891Z | Downloaded typify v0.3.0 |
| 1078 | 2025-06-30T22:07:02.891Z | Downloaded tokio-stream v0.1.17 |
| 1079 | 2025-06-30T22:07:02.891Z | Downloaded der v0.7.9 |
| 1080 | 2025-06-30T22:07:02.891Z | Downloaded csv-core v0.1.11 |
| 1081 | 2025-06-30T22:07:02.891Z | Downloaded half v1.8.3 |
| 1082 | 2025-06-30T22:07:03.728Z | Downloaded reqwest v0.12.20 |
| 1083 | 2025-06-30T22:07:03.728Z | Downloaded yansi v1.0.1 |
| 1084 | 2025-06-30T22:07:03.728Z | Downloaded num-bigint v0.4.6 |
| 1085 | 2025-06-30T22:07:03.728Z | Downloaded tokio-util v0.7.15 |
| 1086 | 2025-06-30T22:07:03.728Z | Downloaded getrandom v0.2.15 |
| 1087 | 2025-06-30T22:07:03.728Z | Downloaded tokio-rustls v0.26.0 |
| 1088 | 2025-06-30T22:07:03.728Z | Downloaded flate2 v1.1.2 |
| 1089 | 2025-06-30T22:07:03.728Z | Downloaded zip v4.2.0 |
| 1090 | 2025-06-30T22:07:03.728Z | Downloaded data-encoding v2.9.0 |
| 1091 | 2025-06-30T22:07:03.728Z | Downloaded ref-cast v1.0.24 |
| 1092 | 2025-06-30T22:07:03.728Z | Downloaded pretty_assertions v1.4.1 |
| 1093 | 2025-06-30T22:07:03.728Z | Downloaded bindgen v0.69.5 |
| 1094 | 2025-06-30T22:07:03.728Z | Downloaded serde-hex v0.1.0 |
| 1095 | 2025-06-30T22:07:03.728Z | Downloaded radium v0.7.0 |
| 1096 | 2025-06-30T22:07:03.728Z | Downloaded quinn v0.11.5 |
| 1097 | 2025-06-30T22:07:03.728Z | Downloaded rustyline v14.0.0 |
| 1098 | 2025-06-30T22:07:03.728Z | Downloaded encoding_rs v0.8.34 |
| 1099 | 2025-06-30T22:07:03.728Z | Downloaded unicode-properties v0.1.3 |
| 1100 | 2025-06-30T22:07:03.728Z | Downloaded unicode-segmentation v1.12.0 |
| 1101 | 2025-06-30T22:07:03.728Z | Downloaded oxide-tokio-rt v0.1.1 |
| 1102 | 2025-06-30T22:07:03.728Z | Downloaded headers v0.4.1 |
| 1103 | 2025-06-30T22:07:03.728Z | Downloaded xattr v1.3.1 |
| 1104 | 2025-06-30T22:07:03.728Z | Downloaded russh-cryptovec v0.7.3 |
| 1105 | 2025-06-30T22:07:03.728Z | Downloaded olpc-cjson v0.1.4 |
| 1106 | 2025-06-30T22:07:03.728Z | Downloaded num-derive v0.4.2 |
| 1107 | 2025-06-30T22:07:03.728Z | Downloaded num-derive v0.3.3 |
| 1108 | 2025-06-30T22:07:03.729Z | Downloaded glob v0.3.2 |
| 1109 | 2025-06-30T22:07:03.729Z | Downloaded hashbrown v0.13.2 |
| 1110 | 2025-06-30T22:07:03.729Z | Downloaded tabwriter v1.4.0 |
| 1111 | 2025-06-30T22:07:03.729Z | Downloaded tabled_derive v0.10.0 |
| 1112 | 2025-06-30T22:07:03.729Z | Downloaded structmeta v0.3.0 |
| 1113 | 2025-06-30T22:07:03.729Z | Downloaded signal-hook-registry v1.4.2 |
| 1114 | 2025-06-30T22:07:03.729Z | Downloaded openssl-sys v0.9.109 |
| 1115 | 2025-06-30T22:07:03.729Z | Downloaded phf_codegen v0.11.2 |
| 1116 | 2025-06-30T22:07:03.729Z | Downloaded value-bag v1.9.0 |
| 1117 | 2025-06-30T22:07:03.729Z | Downloaded unicode_categories v0.1.1 |
| 1118 | 2025-06-30T22:07:03.729Z | Downloaded termios v0.3.3 |
| 1119 | 2025-06-30T22:07:03.729Z | Downloaded slog-dtrace v0.3.0 |
| 1120 | 2025-06-30T22:07:03.730Z | Downloaded publicsuffix v2.3.0 |
| 1121 | 2025-06-30T22:07:03.730Z | Downloaded russh v0.45.0 |
| 1122 | 2025-06-30T22:07:03.730Z | Downloaded rfc6979 v0.4.0 |
| 1123 | 2025-06-30T22:07:03.730Z | Downloaded ring v0.17.14 |
| 1124 | 2025-06-30T22:07:03.730Z | Downloaded signal-hook v0.3.18 |
| 1125 | 2025-06-30T22:07:03.730Z | Downloaded serde_path_to_error v0.1.17 |
| 1126 | 2025-06-30T22:07:03.730Z | Downloaded zstd v0.13.3 |
| 1127 | 2025-06-30T22:07:03.730Z | Downloaded aes v0.8.4 |
| 1128 | 2025-06-30T22:07:03.730Z | Downloaded normalize-line-endings v0.3.0 |
| 1129 | 2025-06-30T22:07:03.730Z | Downloaded nodrop v0.1.14 |
| 1130 | 2025-06-30T22:07:03.730Z | Downloaded unsafe-libyaml v0.2.11 |
| 1131 | 2025-06-30T22:07:03.730Z | Downloaded typify v0.2.0 |
| 1132 | 2025-06-30T22:07:03.730Z | Downloaded phf_shared v0.11.2 |
| 1133 | 2025-06-30T22:07:03.730Z | Downloaded paste v1.0.15 |
| 1134 | 2025-06-30T22:07:03.730Z | Downloaded expectorate v1.2.0 |
| 1135 | 2025-06-30T22:07:03.730Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1136 | 2025-06-30T22:07:03.730Z | Downloaded pin-project v1.1.6 |
| 1137 | 2025-06-30T22:07:03.730Z | Downloaded zip v0.6.6 |
| 1138 | 2025-06-30T22:07:03.730Z | Downloaded crypto-bigint v0.5.5 |
| 1139 | 2025-06-30T22:07:03.730Z | Downloaded oso v0.27.3 |
| 1140 | 2025-06-30T22:07:03.730Z | Downloaded iddqd v0.3.8 |
| 1141 | 2025-06-30T22:07:03.730Z | Downloaded hyper v1.6.0 |
| 1142 | 2025-06-30T22:07:03.730Z | Downloaded aws-lc-rs v1.12.4 |
| 1143 | 2025-06-30T22:07:03.730Z | Downloaded subtle v2.6.1 |
| 1144 | 2025-06-30T22:07:03.730Z | Downloaded simd-adler32 v0.3.7 |
| 1145 | 2025-06-30T22:07:03.730Z | Downloaded sigpipe v0.1.3 |
| 1146 | 2025-06-30T22:07:03.730Z | Downloaded num_enum v0.5.11 |
| 1147 | 2025-06-30T22:07:03.730Z | Downloaded env_filter v0.1.2 |
| 1148 | 2025-06-30T22:07:03.730Z | Downloaded enum-as-inner v0.6.1 |
| 1149 | 2025-06-30T22:07:03.730Z | Downloaded document-features v0.2.10 |
| 1150 | 2025-06-30T22:07:03.730Z | Downloaded dirs-sys-next v0.1.2 |
| 1151 | 2025-06-30T22:07:03.731Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1152 | 2025-06-30T22:07:03.731Z | Downloaded ctr v0.9.2 |
| 1153 | 2025-06-30T22:07:03.731Z | Downloaded tokio-rustls v0.24.1 |
| 1154 | 2025-06-30T22:07:03.731Z | Downloaded strum_macros v0.26.4 |
| 1155 | 2025-06-30T22:07:03.731Z | Downloaded rand v0.9.1 |
| 1156 | 2025-06-30T22:07:03.731Z | Downloaded ron v0.8.1 |
| 1157 | 2025-06-30T22:07:03.731Z | Downloaded pin-project-internal v1.1.6 |
| 1158 | 2025-06-30T22:07:03.731Z | Downloaded parking_lot v0.11.2 |
| 1159 | 2025-06-30T22:07:03.731Z | Downloaded nu-ansi-term v0.50.1 |
| 1160 | 2025-06-30T22:07:03.731Z | Downloaded parking_lot_core v0.8.6 |
| 1161 | 2025-06-30T22:07:03.731Z | Downloaded derive_builder_core v0.20.2 |
| 1162 | 2025-06-30T22:07:03.731Z | Downloaded derive_builder v0.20.2 |
| 1163 | 2025-06-30T22:07:03.731Z | Downloaded tungstenite v0.23.0 |
| 1164 | 2025-06-30T22:07:03.731Z | Downloaded libm v0.2.8 |
| 1165 | 2025-06-30T22:07:03.731Z | Downloaded cc v1.2.15 |
| 1166 | 2025-06-30T22:07:03.731Z | Downloaded serde_plain v1.0.2 |
| 1167 | 2025-06-30T22:07:03.731Z | Downloaded rand_seeder v0.3.0 |
| 1168 | 2025-06-30T22:07:03.731Z | Downloaded darling v0.20.10 |
| 1169 | 2025-06-30T22:07:03.731Z | Downloaded hyper-util v0.1.14 |
| 1170 | 2025-06-30T22:07:03.731Z | Downloaded http v1.3.1 |
| 1171 | 2025-06-30T22:07:03.731Z | Downloaded progenitor-macro v0.10.0 |
| 1172 | 2025-06-30T22:07:03.731Z | Downloaded progenitor-client v0.8.0 |
| 1173 | 2025-06-30T22:07:03.731Z | Downloaded bumpalo v3.16.0 |
| 1174 | 2025-06-30T22:07:03.731Z | Downloaded papergrid v0.14.0 |
| 1175 | 2025-06-30T22:07:03.731Z | Downloaded zerocopy v0.6.6 |
| 1176 | 2025-06-30T22:07:03.731Z | Downloaded tokio-tungstenite v0.21.0 |
| 1177 | 2025-06-30T22:07:03.731Z | Downloaded uuid v1.17.0 |
| 1178 | 2025-06-30T22:07:03.731Z | Downloaded qorb v0.4.0 |
| 1179 | 2025-06-30T22:07:03.731Z | Downloaded hashbrown v0.12.3 |
| 1180 | 2025-06-30T22:07:03.731Z | Downloaded futures-executor v0.3.31 |
| 1181 | 2025-06-30T22:07:03.731Z | Downloaded deranged v0.3.11 |
| 1182 | 2025-06-30T22:07:03.821Z | Downloaded tungstenite v0.21.0 |
| 1183 | 2025-06-30T22:07:03.822Z | Downloaded samael v0.0.19 |
| 1184 | 2025-06-30T22:07:03.822Z | Downloaded toml v0.7.8 |
| 1185 | 2025-06-30T22:07:03.822Z | Downloaded crossbeam-channel v0.5.15 |
| 1186 | 2025-06-30T22:07:03.822Z | Downloaded derive-where v1.5.0 |
| 1187 | 2025-06-30T22:07:03.822Z | Downloaded time-macros v0.2.18 |
| 1188 | 2025-06-30T22:07:03.822Z | Downloaded tagptr v0.2.0 |
| 1189 | 2025-06-30T22:07:03.822Z | Downloaded progenitor-impl v0.8.0 |
| 1190 | 2025-06-30T22:07:03.822Z | Downloaded slog-json v2.6.1 |
| 1191 | 2025-06-30T22:07:03.822Z | Downloaded parking_lot_core v0.9.10 |
| 1192 | 2025-06-30T22:07:03.822Z | Downloaded num-rational v0.4.2 |
| 1193 | 2025-06-30T22:07:03.822Z | Downloaded derive_more v0.99.20 |
| 1194 | 2025-06-30T22:07:03.822Z | Downloaded const_format v0.2.34 |
| 1195 | 2025-06-30T22:07:03.822Z | Downloaded endian-type v0.1.2 |
| 1196 | 2025-06-30T22:07:03.822Z | Downloaded derive_builder_macro v0.20.2 |
| 1197 | 2025-06-30T22:07:03.822Z | Downloaded rustc_version v0.4.1 |
| 1198 | 2025-06-30T22:07:03.822Z | Downloaded stringprep v0.1.5 |
| 1199 | 2025-06-30T22:07:03.822Z | Downloaded num-integer v0.1.46 |
| 1200 | 2025-06-30T22:07:03.822Z | Downloaded backtrace v0.3.74 |
| 1201 | 2025-06-30T22:07:03.822Z | Downloaded twox-hash v2.1.0 |
| 1202 | 2025-06-30T22:07:03.822Z | Downloaded minimal-lexical v0.2.1 |
| 1203 | 2025-06-30T22:07:03.822Z | Downloaded nanorand v0.7.0 |
| 1204 | 2025-06-30T22:07:03.822Z | Downloaded ff v0.13.0 |
| 1205 | 2025-06-30T22:07:03.822Z | Downloaded fallible-iterator v0.2.0 |
| 1206 | 2025-06-30T22:07:03.822Z | Downloaded indicatif v0.17.11 |
| 1207 | 2025-06-30T22:07:03.822Z | Downloaded crc-any v2.5.0 |
| 1208 | 2025-06-30T22:07:03.822Z | Downloaded flagset v0.4.6 |
| 1209 | 2025-06-30T22:07:03.822Z | Downloaded fixedbitset v0.5.7 |
| 1210 | 2025-06-30T22:07:03.822Z | Downloaded fixedbitset v0.4.2 |
| 1211 | 2025-06-30T22:07:03.822Z | Downloaded tls_codec v0.4.1 |
| 1212 | 2025-06-30T22:07:03.822Z | Downloaded daft v0.1.3 |
| 1213 | 2025-06-30T22:07:03.822Z | Downloaded term v0.7.0 |
| 1214 | 2025-06-30T22:07:03.822Z | Downloaded const-oid v0.9.6 |
| 1215 | 2025-06-30T22:07:03.822Z | Downloaded compact_str v0.8.0 |
| 1216 | 2025-06-30T22:07:03.822Z | Downloaded indexmap v1.9.3 |
| 1217 | 2025-06-30T22:07:03.823Z | Downloaded fd-lock v4.0.2 |
| 1218 | 2025-06-30T22:07:03.823Z | Downloaded unicase v2.7.0 |
| 1219 | 2025-06-30T22:07:03.823Z | Downloaded rustls-pemfile v2.2.0 |
| 1220 | 2025-06-30T22:07:03.823Z | Downloaded memmap2 v0.9.5 |
| 1221 | 2025-06-30T22:07:03.823Z | Downloaded arrayref v0.3.9 |
| 1222 | 2025-06-30T22:07:03.823Z | Downloaded untrusted v0.7.1 |
| 1223 | 2025-06-30T22:07:03.823Z | Downloaded unarray v0.1.4 |
| 1224 | 2025-06-30T22:07:03.823Z | Downloaded spki v0.7.3 |
| 1225 | 2025-06-30T22:07:03.823Z | Downloaded shell-words v1.1.0 |
| 1226 | 2025-06-30T22:07:03.823Z | Downloaded serde_urlencoded v0.7.1 |
| 1227 | 2025-06-30T22:07:03.824Z | Downloaded sct v0.7.1 |
| 1228 | 2025-06-30T22:07:03.824Z | Downloaded ipnet v2.11.0 |
| 1229 | 2025-06-30T22:07:03.824Z | Downloaded iana-time-zone v0.1.63 |
| 1230 | 2025-06-30T22:07:03.824Z | Downloaded hyper-rustls v0.27.7 |
| 1231 | 2025-06-30T22:07:03.824Z | Downloaded crossbeam-utils v0.8.21 |
| 1232 | 2025-06-30T22:07:03.824Z | Downloaded const_format_proc_macros v0.2.34 |
| 1233 | 2025-06-30T22:07:03.824Z | Downloaded console v0.15.10 |
| 1234 | 2025-06-30T22:07:03.824Z | Downloaded cancel-safe-futures v0.1.5 |
| 1235 | 2025-06-30T22:07:03.824Z | Downloaded blake2 v0.10.6 |
| 1236 | 2025-06-30T22:07:03.824Z | Downloaded scopeguard v1.2.0 |
| 1237 | 2025-06-30T22:07:03.824Z | Downloaded rustls-pemfile v1.0.4 |
| 1238 | 2025-06-30T22:07:03.824Z | Downloaded lazy_static v1.5.0 |
| 1239 | 2025-06-30T22:07:03.824Z | Downloaded cookie_store v0.21.1 |
| 1240 | 2025-06-30T22:07:03.824Z | Downloaded lru v0.12.5 |
| 1241 | 2025-06-30T22:07:03.824Z | Downloaded lalrpop-util v0.19.12 |
| 1242 | 2025-06-30T22:07:03.824Z | Downloaded managed v0.8.0 |
| 1243 | 2025-06-30T22:07:03.824Z | Downloaded lockfree-object-pool v0.1.6 |
| 1244 | 2025-06-30T22:07:03.824Z | Downloaded linked-hash-map v0.5.6 |
| 1245 | 2025-06-30T22:07:03.824Z | Downloaded jobserver v0.1.32 |
| 1246 | 2025-06-30T22:07:03.824Z | Downloaded ipnetwork v0.21.1 |
| 1247 | 2025-06-30T22:07:03.824Z | Downloaded ciborium v0.2.2 |
| 1248 | 2025-06-30T22:07:03.824Z | Downloaded cargo_metadata v0.18.1 |
| 1249 | 2025-06-30T22:07:03.824Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1250 | 2025-06-30T22:07:03.824Z | Downloaded libsw-core v0.3.1 |
| 1251 | 2025-06-30T22:07:03.824Z | Downloaded libsw v3.5.0 |
| 1252 | 2025-06-30T22:07:03.825Z | Downloaded ingot v0.1.0 |
| 1253 | 2025-06-30T22:07:03.825Z | Downloaded progenitor v0.10.0 |
| 1254 | 2025-06-30T22:07:03.825Z | Downloaded linear-map v1.2.0 |
| 1255 | 2025-06-30T22:07:03.825Z | Downloaded libscf-sys v1.1.0 |
| 1256 | 2025-06-30T22:07:03.825Z | Downloaded is-terminal v0.4.13 |
| 1257 | 2025-06-30T22:07:03.825Z | Downloaded instability v0.3.2 |
| 1258 | 2025-06-30T22:07:03.825Z | Downloaded hyper-tls v0.6.0 |
| 1259 | 2025-06-30T22:07:03.825Z | Downloaded primeorder v0.13.6 |
| 1260 | 2025-06-30T22:07:03.825Z | Downloaded indoc v2.0.6 |
| 1261 | 2025-06-30T22:07:03.825Z | Downloaded keccak v0.1.5 |
| 1262 | 2025-06-30T22:07:03.825Z | Downloaded indent_write v2.2.0 |
| 1263 | 2025-06-30T22:07:03.825Z | Downloaded constant_time_eq v0.3.1 |
| 1264 | 2025-06-30T22:07:03.825Z | Downloaded cobs v0.2.3 |
| 1265 | 2025-06-30T22:07:03.825Z | Downloaded cmake v0.1.51 |
| 1266 | 2025-06-30T22:07:03.825Z | Downloaded chrono-tz-build v0.4.0 |
| 1267 | 2025-06-30T22:07:03.825Z | Downloaded cbc v0.1.2 |
| 1268 | 2025-06-30T22:07:03.825Z | Downloaded cargo-platform v0.1.8 |
| 1269 | 2025-06-30T22:07:03.825Z | Downloaded humantime v2.2.0 |
| 1270 | 2025-06-30T22:07:03.825Z | Downloaded assert_matches v1.5.0 |
| 1271 | 2025-06-30T22:07:03.825Z | Downloaded array-init v0.0.4 |
| 1272 | 2025-06-30T22:07:03.825Z | Downloaded convert_case v0.4.0 |
| 1273 | 2025-06-30T22:07:03.825Z | Downloaded blowfish v0.9.1 |
| 1274 | 2025-06-30T22:07:03.825Z | Downloaded bitflags v1.3.2 |
| 1275 | 2025-06-30T22:07:03.825Z | Downloaded hostname v0.3.1 |
| 1276 | 2025-06-30T22:07:03.825Z | Downloaded cexpr v0.6.0 |
| 1277 | 2025-06-30T22:07:03.825Z | Downloaded cassowary v0.3.0 |
| 1278 | 2025-06-30T22:07:03.825Z | Downloaded bit-vec v0.8.0 |
| 1279 | 2025-06-30T22:07:03.826Z | Downloaded crc8 v0.1.1 |
| 1280 | 2025-06-30T22:07:03.826Z | Downloaded cfg_aliases v0.2.1 |
| 1281 | 2025-06-30T22:07:03.826Z | Downloaded cfg_aliases v0.1.1 |
| 1282 | 2025-06-30T22:07:04.227Z | Downloaded arc-swap v1.7.1 |
| 1283 | 2025-06-30T22:07:04.227Z | Downloaded allocator-api2 v0.2.21 |
| 1284 | 2025-06-30T22:07:04.227Z | Downloaded async-recursion v1.1.1 |
| 1285 | 2025-06-30T22:07:04.227Z | Downloaded async-stream-impl v0.3.6 |
| 1286 | 2025-06-30T22:07:04.227Z | Downloaded ahash v0.8.11 |
| 1287 | 2025-06-30T22:07:04.227Z | Downloaded aws-lc-sys v0.26.0 |
| 1288 | 2025-06-30T22:07:04.227Z | Compiling value-bag v1.9.0 |
| 1289 | 2025-06-30T22:07:04.227Z | Compiling shlex v1.3.0 |
| 1290 | 2025-06-30T22:07:04.227Z | Compiling lock_api v0.4.12 |
| 1291 | 2025-06-30T22:07:04.227Z | Compiling scopeguard v1.2.0 |
| 1292 | 2025-06-30T22:07:04.227Z | Compiling typenum v1.17.0 |
| 1293 | 2025-06-30T22:07:04.228Z | Compiling generic-array v0.14.7 |
| 1294 | 2025-06-30T22:07:04.228Z | Compiling syn v2.0.104 |
| 1295 | 2025-06-30T22:07:04.228Z | Compiling getrandom v0.2.15 |
| 1296 | 2025-06-30T22:07:04.270Z | Compiling jobserver v0.1.32 |
| 1297 | 2025-06-30T22:07:04.270Z | Compiling rand_core v0.6.4 |
| 1298 | 2025-06-30T22:07:04.270Z | Compiling smallvec v1.15.0 |
| 1299 | 2025-06-30T22:07:04.270Z | Compiling log v0.4.27 |
| 1300 | 2025-06-30T22:07:04.551Z | Compiling cc v1.2.15 |
| 1301 | 2025-06-30T22:07:04.567Z | Compiling portable-atomic v1.11.0 |
| 1302 | 2025-06-30T22:07:04.567Z | Compiling critical-section v1.1.3 |
| 1303 | 2025-06-30T22:07:04.590Z | Compiling subtle v2.6.1 |
| 1304 | 2025-06-30T22:07:04.670Z | Compiling const-oid v0.9.6 |
| 1305 | 2025-06-30T22:07:05.210Z | Compiling pkg-config v0.3.31 |
| 1306 | 2025-06-30T22:07:05.292Z | Compiling parking_lot_core v0.9.10 |
| 1307 | 2025-06-30T22:07:05.292Z | Compiling pin-project-lite v0.2.14 |
| 1308 | 2025-06-30T22:07:05.292Z | Compiling rustix v0.38.37 |
| 1309 | 2025-06-30T22:07:05.965Z | Compiling signal-hook-registry v1.4.2 |
| 1310 | 2025-06-30T22:07:05.978Z | Compiling parking_lot v0.12.3 |
| 1311 | 2025-06-30T22:07:06.004Z | Compiling mio v1.0.2 |
| 1312 | 2025-06-30T22:07:06.180Z | Compiling futures-core v0.3.31 |
| 1313 | 2025-06-30T22:07:06.922Z | Compiling spin v0.9.8 |
| 1314 | 2025-06-30T22:07:06.961Z | Compiling once_cell v1.21.3 |
| 1315 | 2025-06-30T22:07:06.961Z | Compiling socket2 v0.5.10 |
| 1316 | 2025-06-30T22:07:06.961Z | Compiling slab v0.4.9 |
| 1317 | 2025-06-30T22:07:06.961Z | Compiling aho-corasick v1.1.3 |
| 1318 | 2025-06-30T22:07:06.989Z | Compiling serde_json v1.0.140 |
| 1319 | 2025-06-30T22:07:07.475Z | Compiling cpufeatures v0.2.14 |
| 1320 | 2025-06-30T22:07:07.513Z | Compiling regex-syntax v0.8.5 |
| 1321 | 2025-06-30T22:07:07.513Z | Compiling either v1.15.0 |
| 1322 | 2025-06-30T22:07:07.513Z | Compiling libm v0.2.8 |
| 1323 | 2025-06-30T22:07:07.513Z | Compiling num-traits v0.2.19 |
| 1324 | 2025-06-30T22:07:07.616Z | Compiling futures-sink v0.3.31 |
| 1325 | 2025-06-30T22:07:07.621Z | Compiling getrandom v0.3.1 |
| 1326 | 2025-06-30T22:07:07.686Z | Compiling glob v0.3.2 |
| 1327 | 2025-06-30T22:07:07.775Z | Compiling percent-encoding v2.3.1 |
| 1328 | 2025-06-30T22:07:08.228Z | Compiling prettyplease v0.2.35 |
| 1329 | 2025-06-30T22:07:08.407Z | Compiling lazy_static v1.5.0 |
| 1330 | 2025-06-30T22:07:08.508Z | Compiling clang-sys v1.8.1 |
| 1331 | 2025-06-30T22:07:08.576Z | Compiling allocator-api2 v0.2.21 |
| 1332 | 2025-06-30T22:07:08.587Z | Compiling minimal-lexical v0.2.1 |
| 1333 | 2025-06-30T22:07:08.762Z | Compiling foldhash v0.1.5 |
| 1334 | 2025-06-30T22:07:09.160Z | Compiling nom v7.1.3 |
| 1335 | 2025-06-30T22:07:09.206Z | Compiling hashbrown v0.15.4 |
| 1336 | 2025-06-30T22:07:09.244Z | Compiling libloading v0.8.5 |
| 1337 | 2025-06-30T22:07:09.362Z | Compiling base64ct v1.6.0 |
| 1338 | 2025-06-30T22:07:09.701Z | Compiling home v0.5.9 |
| 1339 | 2025-06-30T22:07:09.842Z | Compiling bindgen v0.69.5 |
| 1340 | 2025-06-30T22:07:09.902Z | Compiling pem-rfc7468 v0.7.0 |
| 1341 | 2025-06-30T22:07:10.549Z | Compiling futures-channel v0.3.31 |
| 1342 | 2025-06-30T22:07:10.762Z | Compiling regex-automata v0.4.8 |
| 1343 | 2025-06-30T22:07:10.858Z | Compiling itertools v0.12.1 |
| 1344 | 2025-06-30T22:07:11.057Z | Compiling synstructure v0.13.1 |
| 1345 | 2025-06-30T22:07:12.290Z | Compiling cexpr v0.6.0 |
| 1346 | 2025-06-30T22:07:12.414Z | Compiling futures-task v0.3.31 |
| 1347 | 2025-06-30T22:07:12.719Z | Compiling futures-io v0.3.31 |
| 1348 | 2025-06-30T22:07:12.918Z | Compiling flagset v0.4.6 |
| 1349 | 2025-06-30T22:07:12.999Z | Compiling pin-utils v0.1.0 |
| 1350 | 2025-06-30T22:07:13.107Z | Compiling rustc-hash v1.1.0 |
| 1351 | 2025-06-30T22:07:13.145Z | Compiling lazycell v1.3.0 |
| 1352 | 2025-06-30T22:07:13.276Z | Compiling cmake v0.1.51 |
| 1353 | 2025-06-30T22:07:13.330Z | Compiling dunce v1.0.5 |
| 1354 | 2025-06-30T22:07:13.481Z | Compiling fs_extra v1.3.0 |
| 1355 | 2025-06-30T22:07:13.686Z | Compiling form_urlencoded v1.2.1 |
| 1356 | 2025-06-30T22:07:13.747Z | Compiling paste v1.0.15 |
| 1357 | 2025-06-30T22:07:13.830Z | Compiling zerocopy v0.8.26 |
| 1358 | 2025-06-30T22:07:13.993Z | Compiling vcpkg v0.2.15 |
| 1359 | 2025-06-30T22:07:14.013Z | Compiling crossbeam-utils v0.8.21 |
| 1360 | 2025-06-30T22:07:14.070Z | Compiling ring v0.17.14 |
| 1361 | 2025-06-30T22:07:14.563Z | Compiling tracing-core v0.1.32 |
| 1362 | 2025-06-30T22:07:14.617Z | Compiling aws-lc-rs v1.12.4 |
| 1363 | 2025-06-30T22:07:15.024Z | Compiling iana-time-zone v0.1.63 |
| 1364 | 2025-06-30T22:07:15.398Z | Compiling base64 v0.22.1 |
| 1365 | 2025-06-30T22:07:15.573Z | Compiling openssl-sys v0.9.109 |
| 1366 | 2025-06-30T22:07:15.720Z | Compiling rustls-pki-types v1.10.0 |
| 1367 | 2025-06-30T22:07:15.765Z | Compiling serde_derive v1.0.219 |
| 1368 | 2025-06-30T22:07:16.013Z | Compiling zeroize_derive v1.4.2 |
| 1369 | 2025-06-30T22:07:16.320Z | Compiling zerofrom-derive v0.1.4 |
| 1370 | 2025-06-30T22:07:16.537Z | Compiling yoke-derive v0.7.4 |
| 1371 | 2025-06-30T22:07:16.566Z | Compiling zerovec-derive v0.10.3 |
| 1372 | 2025-06-30T22:07:17.237Z | Compiling zeroize v1.8.1 |
| 1373 | 2025-06-30T22:07:18.773Z | Compiling displaydoc v0.2.5 |
| 1374 | 2025-06-30T22:07:18.939Z | Compiling crypto-common v0.1.6 |
| 1375 | 2025-06-30T22:07:18.984Z | Compiling block-buffer v0.10.4 |
| 1376 | 2025-06-30T22:07:19.166Z | Compiling zerocopy-derive v0.7.35 |
| 1377 | 2025-06-30T22:07:19.255Z | Compiling digest v0.10.7 |
| 1378 | 2025-06-30T22:07:19.572Z | Compiling zerofrom v0.1.4 |
| 1379 | 2025-06-30T22:07:19.745Z | Compiling tokio-macros v2.5.0 |
| 1380 | 2025-06-30T22:07:19.809Z | Compiling yoke v0.7.4 |
| 1381 | 2025-06-30T22:07:20.084Z | Compiling hmac v0.12.1 |
| 1382 | 2025-06-30T22:07:20.147Z | Compiling zerovec v0.10.4 |
| 1383 | 2025-06-30T22:07:20.151Z | Compiling icu_provider_macros v1.5.0 |
| 1384 | 2025-06-30T22:07:20.365Z | Compiling block-padding v0.3.3 |
| 1385 | 2025-06-30T22:07:20.624Z | Compiling inout v0.1.3 |
| 1386 | 2025-06-30T22:07:20.683Z | Compiling sha2 v0.10.9 |
| 1387 | 2025-06-30T22:07:20.933Z | Compiling cipher v0.4.4 |
| 1388 | 2025-06-30T22:07:21.068Z | Compiling zerocopy v0.7.35 |
| 1389 | 2025-06-30T22:07:21.154Z | Compiling regex v1.11.1 |
| 1390 | 2025-06-30T22:07:21.202Z | Compiling der_derive v0.7.3 |
| 1391 | 2025-06-30T22:07:21.460Z | Compiling futures-macro v0.3.31 |
| 1392 | 2025-06-30T22:07:21.689Z | Compiling thiserror-impl v1.0.69 |
| 1393 | 2025-06-30T22:07:22.098Z | Compiling tinystr v0.7.6 |
| 1394 | 2025-06-30T22:07:22.131Z | Compiling icu_collections v1.5.0 |
| 1395 | 2025-06-30T22:07:22.273Z | Compiling ppv-lite86 v0.2.20 |
| 1396 | 2025-06-30T22:07:22.477Z | Compiling icu_locid v1.5.0 |
| 1397 | 2025-06-30T22:07:22.638Z | Compiling serde v1.0.219 |
| 1398 | 2025-06-30T22:07:22.997Z | Compiling salsa20 v0.10.2 |
| 1399 | 2025-06-30T22:07:23.192Z | Compiling futures-util v0.3.31 |
| 1400 | 2025-06-30T22:07:23.234Z | Compiling pbkdf2 v0.12.2 |
| 1401 | 2025-06-30T22:07:23.278Z | Compiling aes v0.8.4 |
| 1402 | 2025-06-30T22:07:23.325Z | Compiling der v0.7.9 |
| 1403 | 2025-06-30T22:07:23.418Z | Compiling scrypt v0.11.0 |
| 1404 | 2025-06-30T22:07:23.920Z | Compiling icu_provider v1.5.0 |
| 1405 | 2025-06-30T22:07:23.924Z | Compiling cbc v0.1.2 |
| 1406 | 2025-06-30T22:07:24.195Z | Compiling zerocopy-derive v0.8.26 |
| 1407 | 2025-06-30T22:07:24.459Z | Compiling thiserror v1.0.69 |
| 1408 | 2025-06-30T22:07:24.478Z | Compiling tracing-attributes v0.1.27 |
| 1409 | 2025-06-30T22:07:24.620Z | Compiling icu_locid_transform v1.5.0 |
| 1410 | 2025-06-30T22:07:24.867Z | Compiling pest v2.7.14 |
| 1411 | 2025-06-30T22:07:25.901Z | Compiling icu_properties v1.5.1 |
| 1412 | 2025-06-30T22:07:26.228Z | Compiling spki v0.7.3 |
| 1413 | 2025-06-30T22:07:26.603Z | Compiling pkcs5 v0.7.1 |
| 1414 | 2025-06-30T22:07:26.786Z | Compiling scroll_derive v0.12.0 |
| 1415 | 2025-06-30T22:07:27.574Z | Compiling tracing v0.1.40 |
| 1416 | 2025-06-30T22:07:27.628Z | Compiling pest_meta v2.7.14 |
| 1417 | 2025-06-30T22:07:27.779Z | Compiling bytes v1.10.1 |
| 1418 | 2025-06-30T22:07:28.014Z | Compiling bitflags v2.9.0 |
| 1419 | 2025-06-30T22:07:28.157Z | Compiling semver v1.0.26 |
| 1420 | 2025-06-30T22:07:28.533Z | Compiling indexmap v2.9.0 |
| 1421 | 2025-06-30T22:07:28.876Z | Compiling tokio v1.45.1 |
| 1422 | 2025-06-30T22:07:29.185Z | Compiling http v1.3.1 |
| 1423 | 2025-06-30T22:07:29.857Z | Compiling icu_normalizer v1.5.0 |
| 1424 | 2025-06-30T22:07:30.328Z | Compiling rustc_version v0.4.1 |
| 1425 | 2025-06-30T22:07:30.711Z | Compiling uuid v1.17.0 |
| 1426 | 2025-06-30T22:07:30.819Z | Compiling idna_adapter v1.2.0 |
| 1427 | 2025-06-30T22:07:31.018Z | Compiling idna v1.0.3 |
| 1428 | 2025-06-30T22:07:31.070Z | Compiling http-body v1.0.1 |
| 1429 | 2025-06-30T22:07:31.249Z | Compiling chrono v0.4.41 |
| 1430 | 2025-06-30T22:07:31.322Z | Compiling pkcs8 v0.10.2 |
| 1431 | 2025-06-30T22:07:31.484Z | Compiling httparse v1.9.5 |
| 1432 | 2025-06-30T22:07:31.849Z | Compiling url v2.5.4 |
| 1433 | 2025-06-30T22:07:31.944Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2025-06-30T22:07:32.070Z | Compiling which v4.4.2 |
| 1435 | 2025-06-30T22:07:32.129Z | Compiling tinyvec v1.8.0 |
| 1436 | 2025-06-30T22:07:32.219Z | Compiling rand_core v0.9.2 |
| 1437 | 2025-06-30T22:07:32.588Z | Compiling pest_generator v2.7.14 |
| 1438 | 2025-06-30T22:07:32.652Z | Compiling scroll v0.12.0 |
| 1439 | 2025-06-30T22:07:32.964Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2025-06-30T22:07:33.177Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1441 | 2025-06-30T22:07:33.470Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1442 | 2025-06-30T22:07:33.600Z | Compiling adler2 v2.0.0 |
| 1443 | 2025-06-30T22:07:33.818Z | Compiling untrusted v0.9.0 |
| 1444 | 2025-06-30T22:07:33.875Z | Compiling tower-service v0.3.3 |
| 1445 | 2025-06-30T22:07:33.918Z | Compiling num-conv v0.1.0 |
| 1446 | 2025-06-30T22:07:34.018Z | Compiling openssl-probe v0.1.5 |
| 1447 | 2025-06-30T22:07:34.034Z | Compiling foreign-types-shared v0.1.1 |
| 1448 | 2025-06-30T22:07:34.161Z | Compiling schemars v0.8.22 |
| 1449 | 2025-06-30T22:07:34.187Z | Compiling untrusted v0.7.1 |
| 1450 | 2025-06-30T22:07:34.315Z | Compiling rustversion v1.0.17 |
| 1451 | 2025-06-30T22:07:34.336Z | Compiling try-lock v0.2.5 |
| 1452 | 2025-06-30T22:07:34.393Z | Compiling powerfmt v0.2.0 |
| 1453 | 2025-06-30T22:07:34.447Z | Compiling openssl v0.10.73 |
| 1454 | 2025-06-30T22:07:34.490Z | Compiling time-core v0.1.2 |
| 1455 | 2025-06-30T22:07:34.509Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2025-06-30T22:07:34.681Z | Compiling time-macros v0.2.18 |
| 1457 | 2025-06-30T22:07:34.704Z | Compiling deranged v0.3.11 |
| 1458 | 2025-06-30T22:07:34.798Z | Compiling want v0.3.1 |
| 1459 | 2025-06-30T22:07:34.875Z | Compiling pest_derive v2.7.14 |
| 1460 | 2025-06-30T22:07:34.998Z | Compiling foreign-types v0.3.2 |
| 1461 | 2025-06-30T22:07:35.017Z | Compiling schemars_derive v0.8.22 |
| 1462 | 2025-06-30T22:07:35.096Z | Compiling goblin v0.8.2 |
| 1463 | 2025-06-30T22:07:37.300Z | Compiling tokio-util v0.7.15 |
| 1464 | 2025-06-30T22:07:37.433Z | Compiling miniz_oxide v0.8.5 |
| 1465 | 2025-06-30T22:07:37.713Z | Compiling rand_chacha v0.9.0 |
| 1466 | 2025-06-30T22:07:38.696Z | Compiling h2 v0.4.6 |
| 1467 | 2025-06-30T22:07:39.019Z | Compiling ipnet v2.11.0 |
| 1468 | 2025-06-30T22:07:39.414Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2025-06-30T22:07:40.033Z | Compiling rustls v0.23.19 |
| 1470 | 2025-06-30T22:07:40.079Z | Compiling dyn-clone v1.0.19 |
| 1471 | 2025-06-30T22:07:40.240Z | Compiling num_threads v0.1.7 |
| 1472 | 2025-06-30T22:07:40.323Z | Compiling httpdate v1.0.3 |
| 1473 | 2025-06-30T22:07:40.348Z | Compiling native-tls v0.2.12 |
| 1474 | 2025-06-30T22:07:40.400Z | Compiling syn v1.0.109 |
| 1475 | 2025-06-30T22:07:40.718Z | Compiling dof v0.3.0 |
| 1476 | 2025-06-30T22:07:40.750Z | Compiling time v0.3.36 |
| 1477 | 2025-06-30T22:07:42.428Z | Compiling rand v0.9.1 |
| 1478 | 2025-06-30T22:07:44.013Z | Compiling dtrace-parser v0.2.0 |
| 1479 | 2025-06-30T22:07:44.262Z | Compiling unicode-normalization v0.1.24 |
| 1480 | 2025-06-30T22:07:44.992Z | Compiling heapless v0.7.17 |
| 1481 | 2025-06-30T22:07:45.278Z | Compiling hyper v1.6.0 |
| 1482 | 2025-06-30T22:07:45.345Z | Compiling signature v2.2.0 |
| 1483 | 2025-06-30T22:07:45.392Z | Compiling crossbeam-epoch v0.9.18 |
| 1484 | 2025-06-30T22:07:45.652Z | Compiling cookie v0.18.1 |
| 1485 | 2025-06-30T22:07:45.726Z | Compiling crc32fast v1.4.2 |
| 1486 | 2025-06-30T22:07:45.948Z | Compiling unicode-properties v0.1.3 |
| 1487 | 2025-06-30T22:07:46.034Z | Compiling signal-hook v0.3.18 |
| 1488 | 2025-06-30T22:07:46.072Z | Compiling rayon-core v1.12.1 |
| 1489 | 2025-06-30T22:07:46.314Z | Compiling zstd-safe v7.2.3 |
| 1490 | 2025-06-30T22:07:46.367Z | Compiling zlib-rs v0.5.1 |
| 1491 | 2025-06-30T22:07:46.387Z | Compiling unicode-bidi v0.3.17 |
| 1492 | 2025-06-30T22:07:46.635Z | Compiling siphasher v0.3.11 |
| 1493 | 2025-06-30T22:07:47.017Z | Compiling slog v2.7.0 |
| 1494 | 2025-06-30T22:07:47.577Z | Compiling hyper-util v0.1.14 |
| 1495 | 2025-06-30T22:07:47.786Z | Compiling stringprep v0.1.5 |
| 1496 | 2025-06-30T22:07:48.122Z | Compiling phf_shared v0.11.2 |
| 1497 | 2025-06-30T22:07:48.607Z | Compiling crossbeam-deque v0.8.5 |
| 1498 | 2025-06-30T22:07:48.628Z | Compiling usdt-impl v0.5.0 |
| 1499 | 2025-06-30T22:07:48.937Z | Compiling curve25519-dalek v4.1.3 |
| 1500 | 2025-06-30T22:07:49.134Z | Compiling toml_datetime v0.6.11 |
| 1501 | 2025-06-30T22:07:49.576Z | Compiling serde_tokenstream v0.2.2 |
| 1502 | 2025-06-30T22:07:49.636Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2025-06-30T22:07:49.845Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2025-06-30T22:07:49.884Z | Compiling md-5 v0.10.6 |
| 1505 | 2025-06-30T22:07:50.105Z | Compiling num-integer v0.1.46 |
| 1506 | 2025-06-30T22:07:50.154Z | Compiling sync_wrapper v1.0.1 |
| 1507 | 2025-06-30T22:07:50.174Z | Compiling hash32 v0.2.1 |
| 1508 | 2025-06-30T22:07:50.342Z | Compiling ff v0.13.0 |
| 1509 | 2025-06-30T22:07:50.554Z | Compiling memoffset v0.9.1 |
| 1510 | 2025-06-30T22:07:50.574Z | Compiling litrs v0.4.1 |
| 1511 | 2025-06-30T22:07:50.835Z | Compiling cfg_aliases v0.2.1 |
| 1512 | 2025-06-30T22:07:50.880Z | Compiling num-bigint-dig v0.8.4 |
| 1513 | 2025-06-30T22:07:50.946Z | Compiling gimli v0.31.1 |
| 1514 | 2025-06-30T22:07:51.025Z | Compiling tower-layer v0.3.3 |
| 1515 | 2025-06-30T22:07:51.188Z | Compiling smoltcp v0.9.1 |
| 1516 | 2025-06-30T22:07:51.334Z | Compiling base16ct v0.2.0 |
| 1517 | 2025-06-30T22:07:51.427Z | Compiling newtype-uuid v1.2.4 |
| 1518 | 2025-06-30T22:07:51.600Z | Compiling psl-types v2.0.11 |
| 1519 | 2025-06-30T22:07:51.629Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2025-06-30T22:07:51.736Z | Compiling document-features v0.2.10 |
| 1521 | 2025-06-30T22:07:51.812Z | Compiling publicsuffix v2.3.0 |
| 1522 | 2025-06-30T22:07:51.836Z | Compiling sec1 v0.7.3 |
| 1523 | 2025-06-30T22:07:52.104Z | Compiling tower v0.5.2 |
| 1524 | 2025-06-30T22:07:52.278Z | Compiling postgres-protocol v0.6.8 |
| 1525 | 2025-06-30T22:07:52.404Z | Compiling libz-rs-sys v0.5.1 |
| 1526 | 2025-06-30T22:07:52.697Z | Compiling flate2 v1.1.2 |
| 1527 | 2025-06-30T22:07:52.773Z | Compiling nix v0.29.0 |
| 1528 | 2025-06-30T22:07:53.076Z | Compiling num-iter v0.1.45 |
| 1529 | 2025-06-30T22:07:53.278Z | Compiling group v0.13.0 |
| 1530 | 2025-06-30T22:07:53.400Z | Compiling rand v0.8.5 |
| 1531 | 2025-06-30T22:07:54.371Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2025-06-30T22:07:54.664Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2025-06-30T22:07:54.802Z | Compiling rustls-native-certs v0.8.1 |
| 1534 | 2025-06-30T22:07:55.007Z | Compiling addr2line v0.24.2 |
| 1535 | 2025-06-30T22:07:55.363Z | Compiling terminal_size v0.4.0 |
| 1536 | 2025-06-30T22:07:55.400Z | Compiling http-body-util v0.1.3 |
| 1537 | 2025-06-30T22:07:55.400Z | Compiling hkdf v0.12.4 |
| 1538 | 2025-06-30T22:07:55.458Z | Compiling crypto-bigint v0.5.5 |
| 1539 | 2025-06-30T22:07:55.499Z | Compiling webpki-roots v1.0.0 |
| 1540 | 2025-06-30T22:07:55.558Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1541 | 2025-06-30T22:07:55.654Z | Compiling thiserror-impl v2.0.12 |
| 1542 | 2025-06-30T22:07:55.694Z | Compiling async-trait v0.1.88 |
| 1543 | 2025-06-30T22:07:55.712Z | Compiling ahash v0.8.11 |
| 1544 | 2025-06-30T22:07:55.810Z | Compiling object v0.36.5 |
| 1545 | 2025-06-30T22:07:56.044Z | Compiling fs-err v3.1.1 |
| 1546 | 2025-06-30T22:07:56.357Z | Compiling bumpalo v3.16.0 |
| 1547 | 2025-06-30T22:07:56.801Z | Compiling managed v0.8.0 |
| 1548 | 2025-06-30T22:07:56.884Z | Compiling bitflags v1.3.2 |
| 1549 | 2025-06-30T22:07:57.005Z | Compiling anyhow v1.0.98 |
| 1550 | 2025-06-30T22:07:57.238Z | Compiling rustc-demangle v0.1.24 |
| 1551 | 2025-06-30T22:07:57.597Z | Compiling simd-adler32 v0.3.7 |
| 1552 | 2025-06-30T22:07:58.078Z | Compiling lockfree-object-pool v0.1.6 |
| 1553 | 2025-06-30T22:07:58.097Z | Compiling winnow v0.5.40 |
| 1554 | 2025-06-30T22:07:58.117Z | Compiling iri-string v0.7.8 |
| 1555 | 2025-06-30T22:07:58.327Z | Compiling buf-list v1.0.3 |
| 1556 | 2025-06-30T22:07:58.620Z | Compiling strum_macros v0.25.3 |
| 1557 | 2025-06-30T22:07:58.957Z | Compiling clap_builder v4.5.40 |
| 1558 | 2025-06-30T22:08:00.257Z | Compiling hubpack_derive v0.1.1 |
| 1559 | 2025-06-30T22:08:01.132Z | Compiling hubpack v0.1.2 |
| 1560 | 2025-06-30T22:08:01.232Z | Compiling toml_edit v0.19.15 |
| 1561 | 2025-06-30T22:08:01.463Z | Compiling tower-http v0.6.6 |
| 1562 | 2025-06-30T22:08:01.543Z | Compiling thiserror v2.0.12 |
| 1563 | 2025-06-30T22:08:01.713Z | Compiling elliptic-curve v0.13.8 |
| 1564 | 2025-06-30T22:08:01.863Z | Compiling zopfli v0.8.1 |
| 1565 | 2025-06-30T22:08:02.112Z | Compiling console v0.15.10 |
| 1566 | 2025-06-30T22:08:02.510Z | Compiling backtrace v0.3.74 |
| 1567 | 2025-06-30T22:08:03.448Z | Compiling hyper-tls v0.6.0 |
| 1568 | 2025-06-30T22:08:03.509Z | Compiling oxnet v0.1.2 |
| 1569 | 2025-06-30T22:08:04.244Z | Compiling signal-hook-mio v0.2.4 |
| 1570 | 2025-06-30T22:08:04.423Z | Compiling rayon v1.10.0 |
| 1571 | 2025-06-30T22:08:04.597Z | Compiling cookie_store v0.21.1 |
| 1572 | 2025-06-30T22:08:05.179Z | Compiling zstd v0.13.3 |
| 1573 | 2025-06-30T22:08:05.932Z | Compiling postgres-types v0.2.9 |
| 1574 | 2025-06-30T22:08:06.362Z | Compiling usdt-macro v0.5.0 |
| 1575 | 2025-06-30T22:08:06.395Z | Compiling usdt-attr-macro v0.5.0 |
| 1576 | 2025-06-30T22:08:07.175Z | Compiling phf v0.11.2 |
| 1577 | 2025-06-30T22:08:07.449Z | Compiling ed25519 v2.2.3 |
| 1578 | 2025-06-30T22:08:07.648Z | Compiling strum_macros v0.26.4 |
| 1579 | 2025-06-30T22:08:07.760Z | Compiling bzip2 v0.4.4 |
| 1580 | 2025-06-30T22:08:07.857Z | Compiling bzip2 v0.5.2 |
| 1581 | 2025-06-30T22:08:08.140Z | Compiling clap_derive v4.5.40 |
| 1582 | 2025-06-30T22:08:08.229Z | Compiling enum-as-inner v0.6.1 |
| 1583 | 2025-06-30T22:08:08.722Z | Compiling pkcs1 v0.7.5 |
| 1584 | 2025-06-30T22:08:09.242Z | Compiling serde_urlencoded v0.7.1 |
| 1585 | 2025-06-30T22:08:09.251Z | Compiling serde-big-array v0.5.1 |
| 1586 | 2025-06-30T22:08:09.484Z | Compiling rfc6979 v0.4.0 |
| 1587 | 2025-06-30T22:08:09.599Z | Compiling bstr v1.10.0 |
| 1588 | 2025-06-30T22:08:09.691Z | Compiling serde_repr v0.1.19 |
| 1589 | 2025-06-30T22:08:09.715Z | Compiling daft-derive v0.1.3 |
| 1590 | 2025-06-30T22:08:10.229Z | Compiling float-cmp v0.10.0 |
| 1591 | 2025-06-30T22:08:10.511Z | Compiling encoding_rs v0.8.34 |
| 1592 | 2025-06-30T22:08:10.813Z | Compiling data-encoding v2.9.0 |
| 1593 | 2025-06-30T22:08:11.114Z | Compiling difflib v0.4.0 |
| 1594 | 2025-06-30T22:08:11.305Z | Compiling predicates-core v1.0.8 |
| 1595 | 2025-06-30T22:08:11.608Z | Compiling unicode-segmentation v1.12.0 |
| 1596 | 2025-06-30T22:08:11.870Z | Compiling fixedbitset v0.4.2 |
| 1597 | 2025-06-30T22:08:12.304Z | Compiling number_prefix v0.4.0 |
| 1598 | 2025-06-30T22:08:12.348Z | Compiling new_debug_unreachable v1.0.6 |
| 1599 | 2025-06-30T22:08:12.388Z | Compiling whoami v1.6.0 |
| 1600 | 2025-06-30T22:08:12.417Z | Compiling static_assertions v1.1.0 |
| 1601 | 2025-06-30T22:08:12.462Z | Compiling precomputed-hash v0.1.1 |
| 1602 | 2025-06-30T22:08:12.521Z | Compiling normalize-line-endings v0.3.0 |
| 1603 | 2025-06-30T22:08:12.542Z | Compiling mime v0.3.17 |
| 1604 | 2025-06-30T22:08:12.544Z | Compiling toml_edit v0.22.27 |
| 1605 | 2025-06-30T22:08:12.595Z | Compiling string_cache v0.8.9 |
| 1606 | 2025-06-30T22:08:12.653Z | Compiling predicates v3.1.3 |
| 1607 | 2025-06-30T22:08:12.926Z | Compiling tokio-postgres v0.7.13 |
| 1608 | 2025-06-30T22:08:13.023Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 1609 | 2025-06-30T22:08:13.044Z | Compiling indicatif v0.17.11 |
| 1610 | 2025-06-30T22:08:14.087Z | Compiling clap v4.5.40 |
| 1611 | 2025-06-30T22:08:14.117Z | Compiling similar v2.7.0 |
| 1612 | 2025-06-30T22:08:14.218Z | Compiling petgraph v0.6.5 |
| 1613 | 2025-06-30T22:08:14.928Z | Compiling strum v0.26.3 |
| 1614 | 2025-06-30T22:08:15.135Z | Compiling hickory-proto v0.25.2 |
| 1615 | 2025-06-30T22:08:16.157Z | Compiling daft v0.1.3 |
| 1616 | 2025-06-30T22:08:16.692Z | Compiling usdt v0.5.0 |
| 1617 | 2025-06-30T22:08:16.735Z | Compiling ecdsa v0.16.9 |
| 1618 | 2025-06-30T22:08:17.168Z | Compiling rsa v0.9.6 |
| 1619 | 2025-06-30T22:08:17.563Z | Compiling zip v4.2.0 |
| 1620 | 2025-06-30T22:08:17.772Z | Compiling zip v0.6.6 |
| 1621 | 2025-06-30T22:08:18.174Z | Compiling ed25519-dalek v2.1.1 |
| 1622 | 2025-06-30T22:08:19.385Z | Compiling crossterm v0.28.1 |
| 1623 | 2025-06-30T22:08:19.430Z | Compiling toml v0.7.8 |
| 1624 | 2025-06-30T22:08:20.777Z | Compiling tokio-stream v0.1.17 |
| 1625 | 2025-06-30T22:08:20.859Z | Compiling openapiv3 v2.2.0 |
| 1626 | 2025-06-30T22:08:20.912Z | Compiling x509-cert v0.2.5 |
| 1627 | 2025-06-30T22:08:21.005Z | Compiling sha1 v0.10.6 |
| 1628 | 2025-06-30T22:08:21.427Z | Compiling itertools v0.10.5 |
| 1629 | 2025-06-30T22:08:21.687Z | Compiling dirs-sys-next v0.1.2 |
| 1630 | 2025-06-30T22:08:22.198Z | Compiling winnow v0.6.26 |
| 1631 | 2025-06-30T22:08:22.496Z | Compiling rustc-hash v2.1.1 |
| 1632 | 2025-06-30T22:08:22.709Z | Compiling peg-runtime v0.8.5 |
| 1633 | 2025-06-30T22:08:23.251Z | Compiling lalrpop-util v0.19.12 |
| 1634 | 2025-06-30T22:08:23.623Z | Compiling dirs-next v2.0.0 |
| 1635 | 2025-06-30T22:08:23.835Z | Compiling thread_local v1.1.8 |
| 1636 | 2025-06-30T22:08:23.854Z | Compiling slog-async v2.8.0 |
| 1637 | 2025-06-30T22:08:24.302Z | Compiling term v0.7.0 |
| 1638 | 2025-06-30T22:08:24.397Z | Compiling xattr v1.3.1 |
| 1639 | 2025-06-30T22:08:24.427Z | Compiling futures-executor v0.3.31 |
| 1640 | 2025-06-30T22:08:24.668Z | Compiling crossbeam-channel v0.5.15 |
| 1641 | 2025-06-30T22:08:24.781Z | Compiling is-terminal v0.4.13 |
| 1642 | 2025-06-30T22:08:24.907Z | Compiling filetime v0.2.25 |
| 1643 | 2025-06-30T22:08:24.931Z | Compiling take_mut v0.2.2 |
| 1644 | 2025-06-30T22:08:25.108Z | Compiling slog-term v2.9.1 |
| 1645 | 2025-06-30T22:08:25.130Z | Compiling tar v0.4.44 |
| 1646 | 2025-06-30T22:08:25.207Z | Compiling futures v0.3.31 |
| 1647 | 2025-06-30T22:08:25.348Z | Compiling camino v1.1.10 |
| 1648 | 2025-06-30T22:08:31.360Z | Compiling aws-lc-sys v0.26.0 |
| 1649 | 2025-06-30T22:09:01.852Z | Compiling rustls-webpki v0.102.8 |
| 1650 | 2025-06-30T22:09:06.254Z | Compiling tokio-rustls v0.26.0 |
| 1651 | 2025-06-30T22:09:06.506Z | Compiling hyper-rustls v0.27.7 |
| 1652 | 2025-06-30T22:09:06.817Z | Compiling reqwest v0.12.20 |
| 1653 | 2025-06-30T22:09:10.202Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1654 | 2025-06-30T22:09:10.468Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1655 | 2025-06-30T22:09:14.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1656 | 2025-06-30T22:09:15.095Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1657 | 2025-06-30T22:09:15.178Z | Jun 30 22:09:13.842 INFO Starting download, target: Clickhouse |
| 1658 | 2025-06-30T22:09:15.178Z | Jun 30 22:09:13.842 INFO Starting download, target: Cockroach |
| 1659 | 2025-06-30T22:09:15.212Z | Jun 30 22:09:13.842 INFO Starting download, target: Console |
| 1660 | 2025-06-30T22:09:15.212Z | Jun 30 22:09:13.842 INFO Starting download, target: DendriteStub |
| 1661 | 2025-06-30T22:09:15.212Z | Jun 30 22:09:13.842 INFO Starting download, target: MaghemiteMgd |
| 1662 | 2025-06-30T22:09:15.212Z | Jun 30 22:09:13.842 INFO Starting download, target: TransceiverControl |
| 1663 | 2025-06-30T22:09:15.212Z | Jun 30 22:09:13.843 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1664 | 2025-06-30T22:09:15.212Z | Jun 30 22:09:13.843 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1665 | 2025-06-30T22:09:15.213Z | Jun 30 22:09:13.843 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1666 | 2025-06-30T22:09:15.213Z | Jun 30 22:09:13.843 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1667 | 2025-06-30T22:09:15.213Z | Jun 30 22:09:13.843 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1668 | 2025-06-30T22:09:15.213Z | Jun 30 22:09:13.843 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1669 | 2025-06-30T22:09:15.685Z | Jun 30 22:09:14.363 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1670 | 2025-06-30T22:09:15.713Z | Jun 30 22:09:14.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1671 | 2025-06-30T22:09:16.089Z | Jun 30 22:09:14.774 INFO Download complete, target: Console |
| 1672 | 2025-06-30T22:09:16.115Z | Jun 30 22:09:14.791 INFO Download complete, target: TransceiverControl |
| 1673 | 2025-06-30T22:09:17.309Z | Jun 30 22:09:15.531 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1674 | 2025-06-30T22:09:17.353Z | Jun 30 22:09:15.621 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1675 | 2025-06-30T22:09:17.353Z | Jun 30 22:09:15.857 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1676 | 2025-06-30T22:09:17.353Z | Jun 30 22:09:15.857 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1677 | 2025-06-30T22:09:17.430Z | Jun 30 22:09:16.115 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1678 | 2025-06-30T22:09:19.588Z | Jun 30 22:09:18.288 INFO Download complete, target: DendriteStub |
| 1679 | 2025-06-30T22:09:20.010Z | Jun 30 22:09:18.710 INFO Download complete, target: MaghemiteMgd |
| 1680 | 2025-06-30T22:09:23.350Z | Jun 30 22:09:22.049 INFO Checking that binary works, target: Cockroach |
| 1681 | 2025-06-30T22:09:23.507Z | Jun 30 22:09:22.206 INFO Download complete, target: Cockroach |
| 1682 | 2025-06-30T22:09:27.059Z | Jun 30 22:09:25.739 INFO Checking that binary works, target: Clickhouse |
| 1683 | 2025-06-30T22:09:27.235Z | Jun 30 22:09:25.895 INFO Download complete, target: Clickhouse |
| 1684 | 2025-06-30T22:09:27.300Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1685 | 2025-06-30T22:09:27.300Z | |
| 1686 | 2025-06-30T22:09:27.301Z | real 4:51.193470304 |
| 1687 | 2025-06-30T22:09:27.301Z | user 15:57.490349315 |
| 1688 | 2025-06-30T22:09:27.301Z | sys 2:11.620845769 |
| 1689 | 2025-06-30T22:09:27.301Z | trap 0.565171349 |
| 1690 | 2025-06-30T22:09:27.301Z | tflt 2.110886634 |
| 1691 | 2025-06-30T22:09:27.301Z | dflt 2.059008542 |
| 1692 | 2025-06-30T22:09:27.301Z | kflt 0.125220970 |
| 1693 | 2025-06-30T22:09:27.301Z | lock 24:14.594045431 |
| 1694 | 2025-06-30T22:09:27.302Z | slp 58:25.563862506 |
| 1695 | 2025-06-30T22:09:27.302Z | lat 1:04.362943503 |
| 1696 | 2025-06-30T22:09:27.302Z | stop 2:46.639439043 |
| 1697 | 2025-06-30T22:09:27.302Z | + banner hack-check |
| 1698 | 2025-06-30T22:09:27.302Z | |
| 1699 | 2025-06-30T22:09:27.302Z | # # ## #### # # #### # # ###### #### # # |
| 1700 | 2025-06-30T22:09:27.302Z | # # # # # # # # # # # # # # # # # |
| 1701 | 2025-06-30T22:09:27.302Z | ###### # # # #### ##### # ###### ##### # #### |
| 1702 | 2025-06-30T22:09:27.302Z | # # ###### # # # # # # # # # # |
| 1703 | 2025-06-30T22:09:27.302Z | # # # # # # # # # # # # # # # # # |
| 1704 | 2025-06-30T22:09:27.302Z | # # # # #### # # #### # # ###### #### # # |
| 1705 | 2025-06-30T22:09:27.302Z | |
| 1706 | 2025-06-30T22:09:27.302Z | + export CARGO_INCREMENTAL=0 |
| 1707 | 2025-06-30T22:09:27.303Z | + CARGO_INCREMENTAL=0 |
| 1708 | 2025-06-30T22:09:27.303Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1709 | 2025-06-30T22:09:27.912Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1710 | 2025-06-30T22:09:28.194Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1711 | 2025-06-30T22:09:31.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
| 1712 | 2025-06-30T22:09:31.177Z | Running `target/debug/xtask check-features --ci` |
| 1713 | 2025-06-30T22:09:31.202Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1714 | 2025-06-30T22:09:31.205Z | running: "/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1715 | 2025-06-30T22:09:31.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1716 | 2025-06-30T22:09:31.802Z | Running `target/debug/xtask download cargo-hack` |
| 1717 | 2025-06-30T22:09:32.780Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2025-06-30T22:09:33.157Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1719 | 2025-06-30T22:09:36.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
| 1720 | 2025-06-30T22:09:36.985Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1721 | 2025-06-30T22:09:37.030Z | Jun 30 22:09:35.727 INFO Starting download, target: CargoHack |
| 1722 | 2025-06-30T22:09:37.034Z | Jun 30 22:09:35.728 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1723 | 2025-06-30T22:09:37.471Z | Jun 30 22:09:36.169 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1724 | 2025-06-30T22:09:37.545Z | Jun 30 22:09:36.243 INFO Download complete, target: CargoHack |
| 1725 | 2025-06-30T22:09:37.549Z | 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-30T22:09:37.569Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1727 | 2025-06-30T22:09:37.768Z | info: running `cargo check --bins` on api_identity (1/217) |
| 1728 | 2025-06-30T22:09:38.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2025-06-30T22:09:38.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2025-06-30T22:09:38.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2025-06-30T22:09:38.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1732 | 2025-06-30T22:09:38.481Z | |
| 1733 | 2025-06-30T22:09:38.481Z | info: running `cargo check --bins` on bootstore (2/217) |
| 1734 | 2025-06-30T22:09:39.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2025-06-30T22:09:39.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2025-06-30T22:09:39.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2025-06-30T22:09:39.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1738 | 2025-06-30T22:09:39.229Z | |
| 1739 | 2025-06-30T22:09:39.229Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/217) |
| 1740 | 2025-06-30T22:09:39.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-06-30T22:09:39.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-06-30T22:09:39.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-06-30T22:09:39.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1744 | 2025-06-30T22:09:39.957Z | |
| 1745 | 2025-06-30T22:09:39.957Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/217) |
| 1746 | 2025-06-30T22:09:40.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-06-30T22:09:40.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-06-30T22:09:40.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-06-30T22:09:40.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1750 | 2025-06-30T22:09:40.693Z | |
| 1751 | 2025-06-30T22:09:40.693Z | info: running `cargo check --bins` on id-map (5/217) |
| 1752 | 2025-06-30T22:09:41.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-06-30T22:09:41.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-06-30T22:09:41.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-06-30T22:09:41.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1756 | 2025-06-30T22:09:41.405Z | |
| 1757 | 2025-06-30T22:09:41.405Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/217) |
| 1758 | 2025-06-30T22:09:41.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-06-30T22:09:41.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-06-30T22:09:41.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-06-30T22:09:41.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1762 | 2025-06-30T22:09:41.951Z | |
| 1763 | 2025-06-30T22:09:41.951Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/217) |
| 1764 | 2025-06-30T22:09:42.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-06-30T22:09:42.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-06-30T22:09:42.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-06-30T22:09:42.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1768 | 2025-06-30T22:09:42.519Z | |
| 1769 | 2025-06-30T22:09:42.519Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/217) |
| 1770 | 2025-06-30T22:09:43.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-06-30T22:09:43.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-06-30T22:09:43.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-06-30T22:09:43.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1774 | 2025-06-30T22:09:43.063Z | |
| 1775 | 2025-06-30T22:09:43.063Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/217) |
| 1776 | 2025-06-30T22:09:43.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-06-30T22:09:43.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-06-30T22:09:43.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-06-30T22:09:43.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1780 | 2025-06-30T22:09:43.611Z | |
| 1781 | 2025-06-30T22:09:43.611Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/217) |
| 1782 | 2025-06-30T22:09:44.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-06-30T22:09:44.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-06-30T22:09:44.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-06-30T22:09:44.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1786 | 2025-06-30T22:09:44.156Z | |
| 1787 | 2025-06-30T22:09:44.156Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/217) |
| 1788 | 2025-06-30T22:09:44.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-06-30T22:09:44.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-06-30T22:09:44.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-06-30T22:09:44.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1792 | 2025-06-30T22:09:44.694Z | |
| 1793 | 2025-06-30T22:09:44.694Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/217) |
| 1794 | 2025-06-30T22:09:45.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-06-30T22:09:45.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-06-30T22:09:45.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-06-30T22:09:45.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1798 | 2025-06-30T22:09:45.285Z | |
| 1799 | 2025-06-30T22:09:45.285Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/217) |
| 1800 | 2025-06-30T22:09:45.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-06-30T22:09:45.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-06-30T22:09:45.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-06-30T22:09:45.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1804 | 2025-06-30T22:09:45.794Z | |
| 1805 | 2025-06-30T22:09:45.794Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/217) |
| 1806 | 2025-06-30T22:09:46.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-06-30T22:09:46.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-06-30T22:09:46.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-06-30T22:09:46.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1810 | 2025-06-30T22:09:46.367Z | |
| 1811 | 2025-06-30T22:09:46.368Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/217) |
| 1812 | 2025-06-30T22:09:46.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-06-30T22:09:46.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-06-30T22:09:46.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-06-30T22:09:46.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1816 | 2025-06-30T22:09:46.910Z | |
| 1817 | 2025-06-30T22:09:46.911Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/217) |
| 1818 | 2025-06-30T22:09:47.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-06-30T22:09:47.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-06-30T22:09:47.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-06-30T22:09:47.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1822 | 2025-06-30T22:09:47.427Z | |
| 1823 | 2025-06-30T22:09:47.427Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/217) |
| 1824 | 2025-06-30T22:09:47.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-06-30T22:09:47.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-06-30T22:09:47.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-06-30T22:09:47.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1828 | 2025-06-30T22:09:47.978Z | |
| 1829 | 2025-06-30T22:09:47.978Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/217) |
| 1830 | 2025-06-30T22:09:48.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-06-30T22:09:48.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-06-30T22:09:48.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-06-30T22:09:48.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1834 | 2025-06-30T22:09:48.528Z | |
| 1835 | 2025-06-30T22:09:48.529Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/217) |
| 1836 | 2025-06-30T22:09:49.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-06-30T22:09:49.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-06-30T22:09:49.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-06-30T22:09:49.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1840 | 2025-06-30T22:09:49.083Z | |
| 1841 | 2025-06-30T22:09:49.083Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/217) |
| 1842 | 2025-06-30T22:09:49.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-06-30T22:09:49.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-06-30T22:09:49.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-06-30T22:09:49.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1846 | 2025-06-30T22:09:49.637Z | |
| 1847 | 2025-06-30T22:09:49.637Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/217) |
| 1848 | 2025-06-30T22:09:50.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-06-30T22:09:50.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-06-30T22:09:50.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-06-30T22:09:50.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1852 | 2025-06-30T22:09:50.195Z | |
| 1853 | 2025-06-30T22:09:50.195Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/217) |
| 1854 | 2025-06-30T22:09:50.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-06-30T22:09:50.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-06-30T22:09:50.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-06-30T22:09:50.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1858 | 2025-06-30T22:09:50.747Z | |
| 1859 | 2025-06-30T22:09:50.747Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/217) |
| 1860 | 2025-06-30T22:09:51.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-06-30T22:09:51.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-06-30T22:09:51.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-06-30T22:09:51.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1864 | 2025-06-30T22:09:51.300Z | |
| 1865 | 2025-06-30T22:09:51.300Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/217) |
| 1866 | 2025-06-30T22:09:51.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-06-30T22:09:51.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-06-30T22:09:51.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-06-30T22:09:51.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1870 | 2025-06-30T22:09:51.845Z | |
| 1871 | 2025-06-30T22:09:51.845Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/217) |
| 1872 | 2025-06-30T22:09:52.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-06-30T22:09:52.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-06-30T22:09:52.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-06-30T22:09:52.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1876 | 2025-06-30T22:09:52.397Z | |
| 1877 | 2025-06-30T22:09:52.397Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/217) |
| 1878 | 2025-06-30T22:09:52.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-06-30T22:09:52.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-06-30T22:09:52.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-06-30T22:09:52.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1882 | 2025-06-30T22:09:52.953Z | |
| 1883 | 2025-06-30T22:09:52.954Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/217) |
| 1884 | 2025-06-30T22:09:53.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-06-30T22:09:53.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-06-30T22:09:53.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-06-30T22:09:53.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1888 | 2025-06-30T22:09:53.499Z | |
| 1889 | 2025-06-30T22:09:53.499Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/217) |
| 1890 | 2025-06-30T22:09:53.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-06-30T22:09:53.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-06-30T22:09:53.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-06-30T22:09:54.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1894 | 2025-06-30T22:09:54.048Z | |
| 1895 | 2025-06-30T22:09:54.048Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/217) |
| 1896 | 2025-06-30T22:09:54.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-06-30T22:09:54.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-06-30T22:09:54.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-06-30T22:09:54.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1900 | 2025-06-30T22:09:54.599Z | |
| 1901 | 2025-06-30T22:09:54.599Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/217) |
| 1902 | 2025-06-30T22:09:55.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-06-30T22:09:55.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-06-30T22:09:55.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-06-30T22:09:55.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1906 | 2025-06-30T22:09:55.146Z | |
| 1907 | 2025-06-30T22:09:55.146Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/217) |
| 1908 | 2025-06-30T22:09:55.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-06-30T22:09:55.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-06-30T22:09:55.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-06-30T22:09:55.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1912 | 2025-06-30T22:09:55.704Z | |
| 1913 | 2025-06-30T22:09:55.704Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/217) |
| 1914 | 2025-06-30T22:09:56.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-06-30T22:09:56.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-06-30T22:09:56.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-06-30T22:09:56.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1918 | 2025-06-30T22:09:56.254Z | |
| 1919 | 2025-06-30T22:09:56.254Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/217) |
| 1920 | 2025-06-30T22:09:56.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-06-30T22:09:56.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-06-30T22:09:56.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2025-06-30T22:09:56.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1924 | 2025-06-30T22:09:56.794Z | |
| 1925 | 2025-06-30T22:09:56.794Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/217) |
| 1926 | 2025-06-30T22:09:57.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2025-06-30T22:09:57.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2025-06-30T22:09:57.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2025-06-30T22:09:57.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1930 | 2025-06-30T22:09:57.335Z | |
| 1931 | 2025-06-30T22:09:57.335Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/217) |
| 1932 | 2025-06-30T22:09:57.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2025-06-30T22:09:57.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2025-06-30T22:09:57.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2025-06-30T22:09:57.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1936 | 2025-06-30T22:09:57.874Z | |
| 1937 | 2025-06-30T22:09:57.874Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/217) |
| 1938 | 2025-06-30T22:09:58.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2025-06-30T22:09:58.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2025-06-30T22:09:58.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2025-06-30T22:09:58.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1942 | 2025-06-30T22:09:58.420Z | |
| 1943 | 2025-06-30T22:09:58.420Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/217) |
| 1944 | 2025-06-30T22:09:58.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2025-06-30T22:09:58.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2025-06-30T22:09:58.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2025-06-30T22:09:58.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1948 | 2025-06-30T22:09:58.973Z | |
| 1949 | 2025-06-30T22:09:58.973Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/217) |
| 1950 | 2025-06-30T22:09:59.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2025-06-30T22:09:59.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2025-06-30T22:09:59.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2025-06-30T22:09:59.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1954 | 2025-06-30T22:09:59.517Z | |
| 1955 | 2025-06-30T22:09:59.517Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/217) |
| 1956 | 2025-06-30T22:10:00.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2025-06-30T22:10:00.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2025-06-30T22:10:00.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2025-06-30T22:10:00.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1960 | 2025-06-30T22:10:00.068Z | |
| 1961 | 2025-06-30T22:10:00.068Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/217) |
| 1962 | 2025-06-30T22:10:00.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2025-06-30T22:10:00.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2025-06-30T22:10:00.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2025-06-30T22:10:00.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1966 | 2025-06-30T22:10:00.619Z | |
| 1967 | 2025-06-30T22:10:00.619Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/217) |
| 1968 | 2025-06-30T22:10:01.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2025-06-30T22:10:01.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2025-06-30T22:10:01.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2025-06-30T22:10:01.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1972 | 2025-06-30T22:10:01.181Z | |
| 1973 | 2025-06-30T22:10:01.181Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/217) |
| 1974 | 2025-06-30T22:10:01.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2025-06-30T22:10:01.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2025-06-30T22:10:01.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2025-06-30T22:10:01.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1978 | 2025-06-30T22:10:01.722Z | |
| 1979 | 2025-06-30T22:10:01.722Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/217) |
| 1980 | 2025-06-30T22:10:02.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2025-06-30T22:10:02.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2025-06-30T22:10:02.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2025-06-30T22:10:02.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1984 | 2025-06-30T22:10:02.273Z | |
| 1985 | 2025-06-30T22:10:02.273Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/217) |
| 1986 | 2025-06-30T22:10:02.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2025-06-30T22:10:02.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2025-06-30T22:10:02.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2025-06-30T22:10:02.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1990 | 2025-06-30T22:10:02.820Z | |
| 1991 | 2025-06-30T22:10:02.820Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/217) |
| 1992 | 2025-06-30T22:10:03.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2025-06-30T22:10:03.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2025-06-30T22:10:03.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2025-06-30T22:10:03.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1996 | 2025-06-30T22:10:03.370Z | |
| 1997 | 2025-06-30T22:10:03.370Z | info: running `cargo check --bins` on sled-hardware-types (46/217) |
| 1998 | 2025-06-30T22:10:04.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2025-06-30T22:10:04.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2025-06-30T22:10:04.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2025-06-30T22:10:04.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2002 | 2025-06-30T22:10:04.126Z | |
| 2003 | 2025-06-30T22:10:04.126Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/217) |
| 2004 | 2025-06-30T22:10:04.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2025-06-30T22:10:04.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2025-06-30T22:10:04.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2025-06-30T22:10:04.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2008 | 2025-06-30T22:10:04.888Z | |
| 2009 | 2025-06-30T22:10:04.888Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/217) |
| 2010 | 2025-06-30T22:10:05.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2025-06-30T22:10:05.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2025-06-30T22:10:05.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2025-06-30T22:10:05.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2014 | 2025-06-30T22:10:05.638Z | |
| 2015 | 2025-06-30T22:10:05.638Z | info: running `cargo check --bins` on oxlog (49/217) |
| 2016 | 2025-06-30T22:10:06.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2025-06-30T22:10:06.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2025-06-30T22:10:06.370Z | Checking cfg-if v1.0.1 |
| 2019 | 2025-06-30T22:10:06.373Z | Checking libc v0.2.174 |
| 2020 | 2025-06-30T22:10:06.491Z | Checking serde v1.0.219 |
| 2021 | 2025-06-30T22:10:06.501Z | Checking zeroize v1.8.1 |
| 2022 | 2025-06-30T22:10:06.512Z | Checking memchr v2.7.4 |
| 2023 | 2025-06-30T22:10:06.524Z | Checking typenum v1.17.0 |
| 2024 | 2025-06-30T22:10:06.539Z | Checking smallvec v1.15.0 |
| 2025 | 2025-06-30T22:10:06.553Z | Checking value-bag v1.9.0 |
| 2026 | 2025-06-30T22:10:06.565Z | Checking subtle v2.6.1 |
| 2027 | 2025-06-30T22:10:06.746Z | Checking scopeguard v1.2.0 |
| 2028 | 2025-06-30T22:10:06.818Z | Checking const-oid v0.9.6 |
| 2029 | 2025-06-30T22:10:06.864Z | Checking itoa v1.0.11 |
| 2030 | 2025-06-30T22:10:06.929Z | Checking log v0.4.27 |
| 2031 | 2025-06-30T22:10:06.946Z | Checking lock_api v0.4.12 |
| 2032 | 2025-06-30T22:10:07.109Z | Checking stable_deref_trait v1.2.0 |
| 2033 | 2025-06-30T22:10:07.227Z | Checking byteorder v1.5.0 |
| 2034 | 2025-06-30T22:10:07.334Z | Checking zerofrom v0.1.4 |
| 2035 | 2025-06-30T22:10:07.359Z | Checking portable-atomic v1.11.0 |
| 2036 | 2025-06-30T22:10:07.398Z | Checking pin-project-lite v0.2.14 |
| 2037 | 2025-06-30T22:10:07.535Z | Checking critical-section v1.1.3 |
| 2038 | 2025-06-30T22:10:07.554Z | Checking yoke v0.7.4 |
| 2039 | 2025-06-30T22:10:07.569Z | Checking getrandom v0.2.15 |
| 2040 | 2025-06-30T22:10:07.596Z | Checking generic-array v0.14.7 |
| 2041 | 2025-06-30T22:10:07.618Z | Checking parking_lot_core v0.9.10 |
| 2042 | 2025-06-30T22:10:07.676Z | Checking signal-hook-registry v1.4.2 |
| 2043 | 2025-06-30T22:10:07.817Z | Checking rand_core v0.6.4 |
| 2044 | 2025-06-30T22:10:07.859Z | Checking mio v1.0.2 |
| 2045 | 2025-06-30T22:10:07.948Z | Checking parking_lot v0.12.3 |
| 2046 | 2025-06-30T22:10:07.966Z | Checking zerovec v0.10.4 |
| 2047 | 2025-06-30T22:10:08.127Z | Checking socket2 v0.5.10 |
| 2048 | 2025-06-30T22:10:08.302Z | Checking futures-core v0.3.31 |
| 2049 | 2025-06-30T22:10:08.323Z | Checking once_cell v1.21.3 |
| 2050 | 2025-06-30T22:10:08.453Z | Checking cpufeatures v0.2.14 |
| 2051 | 2025-06-30T22:10:08.508Z | Checking litemap v0.7.3 |
| 2052 | 2025-06-30T22:10:08.562Z | Checking writeable v0.5.5 |
| 2053 | 2025-06-30T22:10:08.608Z | Checking zerocopy v0.7.35 |
| 2054 | 2025-06-30T22:10:08.634Z | Checking percent-encoding v2.3.1 |
| 2055 | 2025-06-30T22:10:08.672Z | Checking crypto-common v0.1.6 |
| 2056 | 2025-06-30T22:10:08.732Z | Checking block-buffer v0.10.4 |
| 2057 | 2025-06-30T22:10:08.833Z | Checking block-padding v0.3.3 |
| 2058 | 2025-06-30T22:10:08.851Z | Checking getrandom v0.3.1 |
| 2059 | 2025-06-30T22:10:08.867Z | Checking libm v0.2.8 |
| 2060 | 2025-06-30T22:10:08.900Z | Checking allocator-api2 v0.2.21 |
| 2061 | 2025-06-30T22:10:08.956Z | Checking digest v0.10.7 |
| 2062 | 2025-06-30T22:10:09.061Z | Checking inout v0.1.3 |
| 2063 | 2025-06-30T22:10:09.084Z | Checking ryu v1.0.18 |
| 2064 | 2025-06-30T22:10:09.305Z | Checking equivalent v1.0.2 |
| 2065 | 2025-06-30T22:10:09.330Z | Checking hmac v0.12.1 |
| 2066 | 2025-06-30T22:10:09.346Z | Checking foldhash v0.1.5 |
| 2067 | 2025-06-30T22:10:09.432Z | Checking futures-sink v0.3.31 |
| 2068 | 2025-06-30T22:10:09.491Z | Checking icu_locid_transform_data v1.5.0 |
| 2069 | 2025-06-30T22:10:09.508Z | Checking tinystr v0.7.6 |
| 2070 | 2025-06-30T22:10:09.547Z | Checking icu_collections v1.5.0 |
| 2071 | 2025-06-30T22:10:09.592Z | Checking hashbrown v0.15.4 |
| 2072 | 2025-06-30T22:10:09.596Z | Checking sha2 v0.10.9 |
| 2073 | 2025-06-30T22:10:09.622Z | Checking cipher v0.4.4 |
| 2074 | 2025-06-30T22:10:09.737Z | Checking num-traits v0.2.19 |
| 2075 | 2025-06-30T22:10:09.777Z | Checking slab v0.4.9 |
| 2076 | 2025-06-30T22:10:09.837Z | Checking icu_locid v1.5.0 |
| 2077 | 2025-06-30T22:10:10.020Z | Checking icu_properties_data v1.5.0 |
| 2078 | 2025-06-30T22:10:10.050Z | Checking base64ct v1.6.0 |
| 2079 | 2025-06-30T22:10:10.167Z | Checking write16 v1.0.0 |
| 2080 | 2025-06-30T22:10:10.167Z | Checking icu_normalizer_data v1.5.0 |
| 2081 | 2025-06-30T22:10:10.259Z | Checking utf8_iter v1.0.4 |
| 2082 | 2025-06-30T22:10:10.305Z | Checking flagset v0.4.6 |
| 2083 | 2025-06-30T22:10:10.332Z | Checking utf16_iter v1.0.5 |
| 2084 | 2025-06-30T22:10:10.491Z | Checking pem-rfc7468 v0.7.0 |
| 2085 | 2025-06-30T22:10:10.510Z | Checking salsa20 v0.10.2 |
| 2086 | 2025-06-30T22:10:10.510Z | Checking ppv-lite86 v0.2.20 |
| 2087 | 2025-06-30T22:10:10.513Z | Checking futures-channel v0.3.31 |
| 2088 | 2025-06-30T22:10:10.612Z | Checking pbkdf2 v0.12.2 |
| 2089 | 2025-06-30T22:10:10.742Z | Checking der v0.7.9 |
| 2090 | 2025-06-30T22:10:10.761Z | Checking futures-task v0.3.31 |
| 2091 | 2025-06-30T22:10:10.789Z | Checking futures-io v0.3.31 |
| 2092 | 2025-06-30T22:10:10.807Z | Checking icu_provider v1.5.0 |
| 2093 | 2025-06-30T22:10:10.876Z | Checking fnv v1.0.7 |
| 2094 | 2025-06-30T22:10:10.968Z | Checking bytes v1.10.1 |
| 2095 | 2025-06-30T22:10:10.987Z | Checking bitflags v2.9.0 |
| 2096 | 2025-06-30T22:10:11.003Z | Checking serde_json v1.0.140 |
| 2097 | 2025-06-30T22:10:11.019Z | Checking indexmap v2.9.0 |
| 2098 | 2025-06-30T22:10:11.151Z | Checking pin-utils v0.1.0 |
| 2099 | 2025-06-30T22:10:11.171Z | Checking scrypt v0.11.0 |
| 2100 | 2025-06-30T22:10:11.259Z | Checking futures-util v0.3.31 |
| 2101 | 2025-06-30T22:10:11.289Z | Checking cbc v0.1.2 |
| 2102 | 2025-06-30T22:10:11.392Z | Checking aes v0.8.4 |
| 2103 | 2025-06-30T22:10:11.412Z | Checking icu_locid_transform v1.5.0 |
| 2104 | 2025-06-30T22:10:11.503Z | Checking form_urlencoded v1.2.1 |
| 2105 | 2025-06-30T22:10:11.726Z | Checking uuid v1.17.0 |
| 2106 | 2025-06-30T22:10:11.938Z | Checking tokio v1.45.1 |
| 2107 | 2025-06-30T22:10:12.241Z | Checking http v1.3.1 |
| 2108 | 2025-06-30T22:10:12.299Z | Checking tracing-core v0.1.32 |
| 2109 | 2025-06-30T22:10:12.393Z | Checking zerocopy v0.8.26 |
| 2110 | 2025-06-30T22:10:12.398Z | Checking spki v0.7.3 |
| 2111 | 2025-06-30T22:10:12.431Z | Checking icu_properties v1.5.1 |
| 2112 | 2025-06-30T22:10:12.570Z | Checking iana-time-zone v0.1.63 |
| 2113 | 2025-06-30T22:10:12.692Z | Checking pkcs5 v0.7.1 |
| 2114 | 2025-06-30T22:10:12.741Z | Compiling newtype-uuid v1.2.4 |
| 2115 | 2025-06-30T22:10:12.898Z | Checking tracing v0.1.40 |
| 2116 | 2025-06-30T22:10:13.030Z | Checking tinyvec_macros v0.1.1 |
| 2117 | 2025-06-30T22:10:13.124Z | Checking rustls-pki-types v1.10.0 |
| 2118 | 2025-06-30T22:10:13.227Z | Checking pkcs8 v0.10.2 |
| 2119 | 2025-06-30T22:10:13.259Z | Checking base64 v0.22.1 |
| 2120 | 2025-06-30T22:10:13.445Z | Checking http-body v1.0.1 |
| 2121 | 2025-06-30T22:10:13.545Z | Checking tinyvec v1.8.0 |
| 2122 | 2025-06-30T22:10:13.659Z | Checking chrono v0.4.41 |
| 2123 | 2025-06-30T22:10:13.676Z | Checking aws-lc-sys v0.26.0 |
| 2124 | 2025-06-30T22:10:13.719Z | Checking spin v0.9.8 |
| 2125 | 2025-06-30T22:10:14.074Z | Checking untrusted v0.7.1 |
| 2126 | 2025-06-30T22:10:14.262Z | Checking openssl-probe v0.1.5 |
| 2127 | 2025-06-30T22:10:14.437Z | Checking adler2 v2.0.0 |
| 2128 | 2025-06-30T22:10:14.621Z | Checking atomic-waker v1.1.2 |
| 2129 | 2025-06-30T22:10:14.780Z | Checking untrusted v0.9.0 |
| 2130 | 2025-06-30T22:10:14.835Z | Checking tower-service v0.3.3 |
| 2131 | 2025-06-30T22:10:14.950Z | Checking try-lock v0.2.5 |
| 2132 | 2025-06-30T22:10:14.974Z | Checking foreign-types-shared v0.1.1 |
| 2133 | 2025-06-30T22:10:15.093Z | Checking foreign-types v0.3.2 |
| 2134 | 2025-06-30T22:10:15.110Z | Checking want v0.3.1 |
| 2135 | 2025-06-30T22:10:15.201Z | Checking ring v0.17.14 |
| 2136 | 2025-06-30T22:10:15.307Z | Checking miniz_oxide v0.8.5 |
| 2137 | 2025-06-30T22:10:15.579Z | Checking rand_core v0.9.2 |
| 2138 | 2025-06-30T22:10:15.645Z | Checking icu_normalizer v1.5.0 |
| 2139 | 2025-06-30T22:10:15.679Z | Checking ipnet v2.11.0 |
| 2140 | 2025-06-30T22:10:15.772Z | Checking aws-lc-rs v1.12.4 |
| 2141 | 2025-06-30T22:10:15.831Z | Checking crossbeam-utils v0.8.21 |
| 2142 | 2025-06-30T22:10:15.914Z | Checking rand_chacha v0.9.0 |
| 2143 | 2025-06-30T22:10:16.058Z | Checking httparse v1.9.5 |
| 2144 | 2025-06-30T22:10:16.198Z | Checking openssl-sys v0.9.109 |
| 2145 | 2025-06-30T22:10:16.304Z | Checking thiserror v1.0.69 |
| 2146 | 2025-06-30T22:10:16.418Z | Checking idna_adapter v1.2.0 |
| 2147 | 2025-06-30T22:10:16.461Z | Checking errno v0.3.12 |
| 2148 | 2025-06-30T22:10:16.518Z | Checking aho-corasick v1.1.3 |
| 2149 | 2025-06-30T22:10:16.550Z | Checking httpdate v1.0.3 |
| 2150 | 2025-06-30T22:10:16.612Z | Checking idna v1.0.3 |
| 2151 | 2025-06-30T22:10:16.649Z | Checking regex-syntax v0.8.5 |
| 2152 | 2025-06-30T22:10:16.802Z | Checking unicode-ident v1.0.18 |
| 2153 | 2025-06-30T22:10:17.008Z | Checking powerfmt v0.2.0 |
| 2154 | 2025-06-30T22:10:17.113Z | Checking url v2.5.4 |
| 2155 | 2025-06-30T22:10:17.302Z | Checking deranged v0.3.11 |
| 2156 | 2025-06-30T22:10:17.342Z | Checking proc-macro2 v1.0.95 |
| 2157 | 2025-06-30T22:10:17.376Z | Checking openssl v0.10.73 |
| 2158 | 2025-06-30T22:10:17.589Z | Checking rustls-webpki v0.102.8 |
| 2159 | 2025-06-30T22:10:18.010Z | Checking rustix v0.38.37 |
| 2160 | 2025-06-30T22:10:18.031Z | Checking crossbeam-epoch v0.9.18 |
| 2161 | 2025-06-30T22:10:18.114Z | Checking rand v0.9.1 |
| 2162 | 2025-06-30T22:10:18.313Z | Checking unicode-normalization v0.1.24 |
| 2163 | 2025-06-30T22:10:18.475Z | Checking semver v1.0.26 |
| 2164 | 2025-06-30T22:10:18.611Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2165 | 2025-06-30T22:10:18.736Z | Checking signature v2.2.0 |
| 2166 | 2025-06-30T22:10:18.869Z | Checking tokio-util v0.7.15 |
| 2167 | 2025-06-30T22:10:18.887Z | Checking scroll v0.12.0 |
| 2168 | 2025-06-30T22:10:18.937Z | Checking crc32fast v1.4.2 |
| 2169 | 2025-06-30T22:10:19.093Z | Checking anstyle v1.0.11 |
| 2170 | 2025-06-30T22:10:19.182Z | Checking dyn-clone v1.0.19 |
| 2171 | 2025-06-30T22:10:19.198Z | Checking unicode-bidi v0.3.17 |
| 2172 | 2025-06-30T22:10:19.330Z | Checking zlib-rs v0.5.1 |
| 2173 | 2025-06-30T22:10:19.350Z | Checking num-conv v0.1.0 |
| 2174 | 2025-06-30T22:10:19.427Z | Checking either v1.15.0 |
| 2175 | 2025-06-30T22:10:19.615Z | Checking time-core v0.1.2 |
| 2176 | 2025-06-30T22:10:19.778Z | Checking plain v0.2.3 |
| 2177 | 2025-06-30T22:10:19.797Z | Checking num_threads v0.1.7 |
| 2178 | 2025-06-30T22:10:19.813Z | Checking regex-automata v0.4.8 |
| 2179 | 2025-06-30T22:10:19.833Z | Checking siphasher v0.3.11 |
| 2180 | 2025-06-30T22:10:19.848Z | Checking h2 v0.4.6 |
| 2181 | 2025-06-30T22:10:19.924Z | Checking unicode-properties v0.1.3 |
| 2182 | 2025-06-30T22:10:19.943Z | Checking ucd-trie v0.1.7 |
| 2183 | 2025-06-30T22:10:20.150Z | Checking utf8parse v0.2.2 |
| 2184 | 2025-06-30T22:10:20.153Z | Checking phf_shared v0.11.2 |
| 2185 | 2025-06-30T22:10:20.300Z | Checking stringprep v0.1.5 |
| 2186 | 2025-06-30T22:10:20.318Z | Checking anstyle-parse v0.2.5 |
| 2187 | 2025-06-30T22:10:20.440Z | Checking pest v2.7.14 |
| 2188 | 2025-06-30T22:10:20.593Z | Checking goblin v0.8.2 |
| 2189 | 2025-06-30T22:10:20.612Z | Checking time v0.3.36 |
| 2190 | 2025-06-30T22:10:21.107Z | Checking schemars v0.8.22 |
| 2191 | 2025-06-30T22:10:21.132Z | Checking libz-rs-sys v0.5.1 |
| 2192 | 2025-06-30T22:10:21.347Z | Checking crossbeam-deque v0.8.5 |
| 2193 | 2025-06-30T22:10:21.649Z | Checking rustls v0.23.19 |
| 2194 | 2025-06-30T22:10:22.398Z | Checking native-tls v0.2.12 |
| 2195 | 2025-06-30T22:10:22.735Z | Checking quote v1.0.40 |
| 2196 | 2025-06-30T22:10:22.846Z | Checking num-integer v0.1.46 |
| 2197 | 2025-06-30T22:10:22.876Z | Checking rand_chacha v0.3.1 |
| 2198 | 2025-06-30T22:10:23.054Z | Checking serde_spanned v0.6.9 |
| 2199 | 2025-06-30T22:10:23.058Z | Checking toml_datetime v0.6.11 |
| 2200 | 2025-06-30T22:10:23.263Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2201 | 2025-06-30T22:10:23.278Z | Checking md-5 v0.10.6 |
| 2202 | 2025-06-30T22:10:23.337Z | Checking sync_wrapper v1.0.1 |
| 2203 | 2025-06-30T22:10:23.389Z | Checking ff v0.13.0 |
| 2204 | 2025-06-30T22:10:23.468Z | Checking hash32 v0.2.1 |
| 2205 | 2025-06-30T22:10:23.500Z | Checking fallible-iterator v0.2.0 |
| 2206 | 2025-06-30T22:10:23.518Z | Checking gimli v0.31.1 |
| 2207 | 2025-06-30T22:10:23.617Z | Checking base16ct v0.2.0 |
| 2208 | 2025-06-30T22:10:23.786Z | Checking pretty-hex v0.4.1 |
| 2209 | 2025-06-30T22:10:23.834Z | Checking psl-types v2.0.11 |
| 2210 | 2025-06-30T22:10:23.995Z | Checking is_terminal_polyfill v1.70.1 |
| 2211 | 2025-06-30T22:10:24.018Z | Checking tower-layer v0.3.3 |
| 2212 | 2025-06-30T22:10:24.067Z | Checking colorchoice v1.0.2 |
| 2213 | 2025-06-30T22:10:24.084Z | Checking anstyle-query v1.1.1 |
| 2214 | 2025-06-30T22:10:24.116Z | Checking postgres-protocol v0.6.8 |
| 2215 | 2025-06-30T22:10:24.223Z | Checking publicsuffix v2.3.0 |
| 2216 | 2025-06-30T22:10:24.226Z | Checking anstream v0.6.18 |
| 2217 | 2025-06-30T22:10:24.268Z | Checking tower v0.5.2 |
| 2218 | 2025-06-30T22:10:24.509Z | Checking sec1 v0.7.3 |
| 2219 | 2025-06-30T22:10:24.634Z | Checking heapless v0.7.17 |
| 2220 | 2025-06-30T22:10:24.777Z | Checking group v0.13.0 |
| 2221 | 2025-06-30T22:10:24.914Z | Checking zstd-safe v7.2.3 |
| 2222 | 2025-06-30T22:10:24.991Z | Checking num-iter v0.1.45 |
| 2223 | 2025-06-30T22:10:25.040Z | Checking rand v0.8.5 |
| 2224 | 2025-06-30T22:10:25.181Z | Checking syn v2.0.104 |
| 2225 | 2025-06-30T22:10:25.225Z | Compiling daft v0.1.3 |
| 2226 | 2025-06-30T22:10:25.394Z | Checking dof v0.3.0 |
| 2227 | 2025-06-30T22:10:25.585Z | Checking cookie v0.18.1 |
| 2228 | 2025-06-30T22:10:25.744Z | Checking dtrace-parser v0.2.0 |
| 2229 | 2025-06-30T22:10:25.971Z | Checking hyper v1.6.0 |
| 2230 | 2025-06-30T22:10:25.990Z | Checking ipnetwork v0.21.1 |
| 2231 | 2025-06-30T22:10:26.013Z | Checking tokio-native-tls v0.3.1 |
| 2232 | 2025-06-30T22:10:26.203Z | Checking rayon-core v1.12.1 |
| 2233 | 2025-06-30T22:10:26.222Z | Checking flate2 v1.1.2 |
| 2234 | 2025-06-30T22:10:26.259Z | Checking terminal_size v0.4.0 |
| 2235 | 2025-06-30T22:10:26.379Z | Checking rustls-native-certs v0.8.1 |
| 2236 | 2025-06-30T22:10:26.448Z | Checking lazy_static v1.5.0 |
| 2237 | 2025-06-30T22:10:26.586Z | Checking http-body-util v0.1.3 |
| 2238 | 2025-06-30T22:10:26.604Z | Checking webpki-roots v1.0.0 |
| 2239 | 2025-06-30T22:10:26.685Z | Checking tokio-rustls v0.26.0 |
| 2240 | 2025-06-30T22:10:26.819Z | Checking signal-hook v0.3.18 |
| 2241 | 2025-06-30T22:10:26.837Z | Checking hkdf v0.12.4 |
| 2242 | 2025-06-30T22:10:26.867Z | Checking crypto-bigint v0.5.5 |
| 2243 | 2025-06-30T22:10:27.029Z | Checking thread-id v4.2.2 |
| 2244 | 2025-06-30T22:10:27.059Z | Checking object v0.36.5 |
| 2245 | 2025-06-30T22:10:27.101Z | Checking winnow v0.5.40 |
| 2246 | 2025-06-30T22:10:27.149Z | Checking bumpalo v3.16.0 |
| 2247 | 2025-06-30T22:10:27.187Z | Checking clap_lex v0.7.4 |
| 2248 | 2025-06-30T22:10:27.210Z | Checking addr2line v0.24.2 |
| 2249 | 2025-06-30T22:10:27.458Z | Checking unicode-width v0.2.0 |
| 2250 | 2025-06-30T22:10:27.494Z | Checking lockfree-object-pool v0.1.6 |
| 2251 | 2025-06-30T22:10:27.721Z | Checking managed v0.8.0 |
| 2252 | 2025-06-30T22:10:27.753Z | Checking strsim v0.11.1 |
| 2253 | 2025-06-30T22:10:27.893Z | Checking hyper-util v0.1.14 |
| 2254 | 2025-06-30T22:10:27.943Z | Checking rustc-demangle v0.1.24 |
| 2255 | 2025-06-30T22:10:28.046Z | Checking iri-string v0.7.8 |
| 2256 | 2025-06-30T22:10:28.084Z | Checking simd-adler32 v0.3.7 |
| 2257 | 2025-06-30T22:10:28.396Z | Checking bitflags v1.3.2 |
| 2258 | 2025-06-30T22:10:28.426Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2259 | 2025-06-30T22:10:28.499Z | Checking smoltcp v0.9.1 |
| 2260 | 2025-06-30T22:10:28.727Z | Checking zopfli v0.8.1 |
| 2261 | 2025-06-30T22:10:29.446Z | Checking clap_builder v4.5.40 |
| 2262 | 2025-06-30T22:10:29.504Z | Checking elliptic-curve v0.13.8 |
| 2263 | 2025-06-30T22:10:29.849Z | Checking console v0.15.10 |
| 2264 | 2025-06-30T22:10:29.865Z | Checking toml_edit v0.19.15 |
| 2265 | 2025-06-30T22:10:30.144Z | Checking signal-hook-mio v0.2.4 |
| 2266 | 2025-06-30T22:10:30.313Z | Checking rayon v1.10.0 |
| 2267 | 2025-06-30T22:10:30.379Z | Checking num-bigint-dig v0.8.4 |
| 2268 | 2025-06-30T22:10:30.427Z | Checking hyper-tls v0.6.0 |
| 2269 | 2025-06-30T22:10:30.558Z | Checking tower-http v0.6.6 |
| 2270 | 2025-06-30T22:10:30.692Z | Checking hyper-rustls v0.27.7 |
| 2271 | 2025-06-30T22:10:30.986Z | Checking usdt-impl v0.5.0 |
| 2272 | 2025-06-30T22:10:31.080Z | Checking oxnet v0.1.2 |
| 2273 | 2025-06-30T22:10:31.105Z | Checking cookie_store v0.21.1 |
| 2274 | 2025-06-30T22:10:31.493Z | Checking zstd v0.13.3 |
| 2275 | 2025-06-30T22:10:31.528Z | Checking postgres-types v0.2.9 |
| 2276 | 2025-06-30T22:10:31.779Z | Checking regex v1.11.1 |
| 2277 | 2025-06-30T22:10:31.859Z | Checking bstr v1.10.0 |
| 2278 | 2025-06-30T22:10:32.195Z | Checking phf v0.11.2 |
| 2279 | 2025-06-30T22:10:32.339Z | Checking ed25519 v2.2.3 |
| 2280 | 2025-06-30T22:10:32.370Z | Checking bzip2 v0.5.2 |
| 2281 | 2025-06-30T22:10:32.403Z | Checking bzip2 v0.4.4 |
| 2282 | 2025-06-30T22:10:32.418Z | Checking thiserror v2.0.12 |
| 2283 | 2025-06-30T22:10:32.466Z | Checking curve25519-dalek v4.1.3 |
| 2284 | 2025-06-30T22:10:32.576Z | Checking hubpack v0.1.2 |
| 2285 | 2025-06-30T22:10:32.645Z | Checking memoffset v0.9.1 |
| 2286 | 2025-06-30T22:10:32.701Z | Checking pkcs1 v0.7.5 |
| 2287 | 2025-06-30T22:10:32.717Z | Checking serde_urlencoded v0.7.1 |
| 2288 | 2025-06-30T22:10:32.761Z | Checking float-cmp v0.10.0 |
| 2289 | 2025-06-30T22:10:32.871Z | Checking serde-big-array v0.5.1 |
| 2290 | 2025-06-30T22:10:32.888Z | Checking rfc6979 v0.4.0 |
| 2291 | 2025-06-30T22:10:32.960Z | Checking memmap v0.7.0 |
| 2292 | 2025-06-30T22:10:33.042Z | Checking backtrace v0.3.74 |
| 2293 | 2025-06-30T22:10:33.072Z | Checking encoding_rs v0.8.34 |
| 2294 | 2025-06-30T22:10:33.089Z | Checking mime v0.3.17 |
| 2295 | 2025-06-30T22:10:33.107Z | Checking new_debug_unreachable v1.0.6 |
| 2296 | 2025-06-30T22:10:33.123Z | Checking precomputed-hash v0.1.1 |
| 2297 | 2025-06-30T22:10:33.182Z | Checking number_prefix v0.4.0 |
| 2298 | 2025-06-30T22:10:33.215Z | Checking winnow v0.7.10 |
| 2299 | 2025-06-30T22:10:33.245Z | Checking fixedbitset v0.4.2 |
| 2300 | 2025-06-30T22:10:33.378Z | Checking predicates-core v1.0.8 |
| 2301 | 2025-06-30T22:10:33.396Z | Checking difflib v0.4.0 |
| 2302 | 2025-06-30T22:10:33.489Z | Checking data-encoding v2.9.0 |
| 2303 | 2025-06-30T22:10:33.577Z | Checking minimal-lexical v0.2.1 |
| 2304 | 2025-06-30T22:10:33.596Z | Checking static_assertions v1.1.0 |
| 2305 | 2025-06-30T22:10:33.693Z | Checking toml_write v0.1.2 |
| 2306 | 2025-06-30T22:10:33.712Z | Checking normalize-line-endings v0.3.0 |
| 2307 | 2025-06-30T22:10:33.826Z | Checking unicode-segmentation v1.12.0 |
| 2308 | 2025-06-30T22:10:33.845Z | Checking whoami v1.6.0 |
| 2309 | 2025-06-30T22:10:33.967Z | Checking nom v7.1.3 |
| 2310 | 2025-06-30T22:10:34.009Z | Checking predicates v3.1.3 |
| 2311 | 2025-06-30T22:10:34.029Z | Checking hickory-proto v0.25.2 |
| 2312 | 2025-06-30T22:10:34.154Z | Checking tokio-postgres v0.7.13 |
| 2313 | 2025-06-30T22:10:34.176Z | Checking ed25519-dalek v2.1.1 |
| 2314 | 2025-06-30T22:10:34.513Z | Checking similar v2.7.0 |
| 2315 | 2025-06-30T22:10:34.598Z | Checking indicatif v0.17.11 |
| 2316 | 2025-06-30T22:10:34.618Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 2317 | 2025-06-30T22:10:35.301Z | Checking reqwest v0.12.20 |
| 2318 | 2025-06-30T22:10:35.352Z | Checking anyhow v1.0.98 |
| 2319 | 2025-06-30T22:10:35.368Z | Checking petgraph v0.6.5 |
| 2320 | 2025-06-30T22:10:35.729Z | Checking string_cache v0.8.9 |
| 2321 | 2025-06-30T22:10:35.875Z | Checking toml_edit v0.22.27 |
| 2322 | 2025-06-30T22:10:36.000Z | Checking usdt v0.5.0 |
| 2323 | 2025-06-30T22:10:36.289Z | Checking rsa v0.9.6 |
| 2324 | 2025-06-30T22:10:36.562Z | Checking ecdsa v0.16.9 |
| 2325 | 2025-06-30T22:10:37.054Z | Checking nix v0.29.0 |
| 2326 | 2025-06-30T22:10:37.283Z | Checking zip v0.6.6 |
| 2327 | 2025-06-30T22:10:37.307Z | Checking zip v4.2.0 |
| 2328 | 2025-06-30T22:10:37.413Z | Checking clap v4.5.40 |
| 2329 | 2025-06-30T22:10:37.547Z | Checking toml v0.7.8 |
| 2330 | 2025-06-30T22:10:37.935Z | Checking crossterm v0.28.1 |
| 2331 | 2025-06-30T22:10:38.244Z | Checking tokio-stream v0.1.17 |
| 2332 | 2025-06-30T22:10:38.417Z | Checking itertools v0.12.1 |
| 2333 | 2025-06-30T22:10:38.458Z | Checking itertools v0.10.5 |
| 2334 | 2025-06-30T22:10:38.483Z | Checking buf-list v1.0.3 |
| 2335 | 2025-06-30T22:10:38.541Z | Checking fs-err v3.1.1 |
| 2336 | 2025-06-30T22:10:38.788Z | Checking strum v0.26.3 |
| 2337 | 2025-06-30T22:10:38.966Z | Checking ahash v0.8.11 |
| 2338 | 2025-06-30T22:10:39.020Z | Checking slog v2.7.0 |
| 2339 | 2025-06-30T22:10:39.070Z | Checking x509-cert v0.2.5 |
| 2340 | 2025-06-30T22:10:39.439Z | Checking openapiv3 v2.2.0 |
| 2341 | 2025-06-30T22:10:39.489Z | Checking sha1 v0.10.6 |
| 2342 | 2025-06-30T22:10:39.543Z | Checking winnow v0.6.26 |
| 2343 | 2025-06-30T22:10:39.703Z | Checking rustc-hash v2.1.1 |
| 2344 | 2025-06-30T22:10:39.772Z | Checking unicode-xid v0.2.6 |
| 2345 | 2025-06-30T22:10:39.889Z | Checking lalrpop-util v0.19.12 |
| 2346 | 2025-06-30T22:10:39.955Z | Checking peg-runtime v0.8.5 |
| 2347 | 2025-06-30T22:10:40.184Z | Checking camino v1.1.10 |
| 2348 | 2025-06-30T22:10:40.187Z | Checking sigpipe v0.1.3 |
| 2349 | 2025-06-30T22:10:40.321Z | Checking glob v0.3.2 |
| 2350 | 2025-06-30T22:10:40.527Z | Checking jiff v0.2.15 |
| 2351 | 2025-06-30T22:10:44.191Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2352 | 2025-06-30T22:10:44.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s |
| 2353 | 2025-06-30T22:10:44.744Z | |
| 2354 | 2025-06-30T22:10:44.744Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/217) |
| 2355 | 2025-06-30T22:10:45.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2356 | 2025-06-30T22:10:45.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2357 | 2025-06-30T22:10:45.539Z | Compiling regress v0.10.3 |
| 2358 | 2025-06-30T22:10:45.662Z | Checking heck v0.5.0 |
| 2359 | 2025-06-30T22:10:45.685Z | Compiling unsafe-libyaml v0.2.11 |
| 2360 | 2025-06-30T22:10:45.703Z | Checking newtype-uuid v1.2.4 |
| 2361 | 2025-06-30T22:10:45.703Z | Checking rustix v1.0.7 |
| 2362 | 2025-06-30T22:10:45.732Z | Checking dirs-sys-next v0.1.2 |
| 2363 | 2025-06-30T22:10:45.736Z | Checking fastrand v2.1.1 |
| 2364 | 2025-06-30T22:10:45.833Z | Checking thread_local v1.1.8 |
| 2365 | 2025-06-30T22:10:45.910Z | Checking dirs-next v2.0.0 |
| 2366 | 2025-06-30T22:10:45.977Z | Checking daft v0.1.3 |
| 2367 | 2025-06-30T22:10:46.071Z | Compiling structmeta-derive v0.3.0 |
| 2368 | 2025-06-30T22:10:46.074Z | Compiling ident_case v1.0.1 |
| 2369 | 2025-06-30T22:10:46.129Z | Checking term v0.7.0 |
| 2370 | 2025-06-30T22:10:46.251Z | Compiling darling_core v0.20.10 |
| 2371 | 2025-06-30T22:10:46.405Z | Checking crossbeam-channel v0.5.15 |
| 2372 | 2025-06-30T22:10:46.564Z | Checking futures-executor v0.3.31 |
| 2373 | 2025-06-30T22:10:46.790Z | Checking is-terminal v0.4.13 |
| 2374 | 2025-06-30T22:10:46.933Z | Compiling serde_yaml v0.9.34+deprecated |
| 2375 | 2025-06-30T22:10:47.089Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2376 | 2025-06-30T22:10:47.190Z | Checking tempfile v3.20.0 |
| 2377 | 2025-06-30T22:10:47.429Z | Compiling rustls v0.22.4 |
| 2378 | 2025-06-30T22:10:47.453Z | Checking take_mut v0.2.2 |
| 2379 | 2025-06-30T22:10:47.602Z | Checking slog-term v2.9.1 |
| 2380 | 2025-06-30T22:10:47.620Z | Checking slog-async v2.8.0 |
| 2381 | 2025-06-30T22:10:47.749Z | Checking futures v0.3.31 |
| 2382 | 2025-06-30T22:10:47.879Z | Compiling proc-macro-crate v1.3.1 |
| 2383 | 2025-06-30T22:10:47.907Z | Checking wait-timeout v0.2.0 |
| 2384 | 2025-06-30T22:10:48.098Z | Compiling multer v3.1.0 |
| 2385 | 2025-06-30T22:10:48.116Z | Checking match_cfg v0.1.0 |
| 2386 | 2025-06-30T22:10:48.223Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2387 | 2025-06-30T22:10:48.399Z | Checking bit-vec v0.8.0 |
| 2388 | 2025-06-30T22:10:48.526Z | Checking quick-error v1.2.3 |
| 2389 | 2025-06-30T22:10:48.557Z | Compiling structmeta v0.3.0 |
| 2390 | 2025-06-30T22:10:48.690Z | Compiling ref-cast v1.0.24 |
| 2391 | 2025-06-30T22:10:48.709Z | Compiling num_enum_derive v0.5.11 |
| 2392 | 2025-06-30T22:10:48.763Z | Checking bit-set v0.8.0 |
| 2393 | 2025-06-30T22:10:48.939Z | Checking rusty-fork v0.3.0 |
| 2394 | 2025-06-30T22:10:49.026Z | Checking typify-impl v0.3.0 |
| 2395 | 2025-06-30T22:10:49.045Z | Checking typify-impl v0.2.0 |
| 2396 | 2025-06-30T22:10:50.250Z | Checking hostname v0.3.1 |
| 2397 | 2025-06-30T22:10:50.408Z | Checking progenitor-client v0.9.1 |
| 2398 | 2025-06-30T22:10:50.828Z | Checking rand_xorshift v0.4.0 |
| 2399 | 2025-06-30T22:10:50.887Z | Checking slog-json v2.6.1 |
| 2400 | 2025-06-30T22:10:51.033Z | Compiling lzma-sys v0.1.20 |
| 2401 | 2025-06-30T22:10:51.162Z | Checking hex v0.4.3 |
| 2402 | 2025-06-30T22:10:51.422Z | Compiling foreign-types-macros v0.2.3 |
| 2403 | 2025-06-30T22:10:51.573Z | Compiling async-stream-impl v0.3.6 |
| 2404 | 2025-06-30T22:10:51.657Z | Compiling ref-cast-impl v1.0.24 |
| 2405 | 2025-06-30T22:10:51.733Z | Compiling dropshot v0.16.2 |
| 2406 | 2025-06-30T22:10:51.769Z | Compiling darling_macro v0.20.10 |
| 2407 | 2025-06-30T22:10:52.486Z | Checking foreign-types-shared v0.3.1 |
| 2408 | 2025-06-30T22:10:52.517Z | Checking arc-swap v1.7.1 |
| 2409 | 2025-06-30T22:10:52.600Z | Checking utf-8 v0.7.6 |
| 2410 | 2025-06-30T22:10:52.618Z | Checking unarray v0.1.4 |
| 2411 | 2025-06-30T22:10:52.693Z | Compiling darling v0.20.10 |
| 2412 | 2025-06-30T22:10:52.782Z | Checking proptest v1.7.0 |
| 2413 | 2025-06-30T22:10:52.802Z | Checking async-stream v0.3.6 |
| 2414 | 2025-06-30T22:10:52.819Z | Compiling serde_with_macros v3.12.0 |
| 2415 | 2025-06-30T22:10:52.823Z | Checking tungstenite v0.21.0 |
| 2416 | 2025-06-30T22:10:52.856Z | Checking foreign-types v0.5.0 |
| 2417 | 2025-06-30T22:10:52.976Z | Checking slog-scope v4.4.0 |
| 2418 | 2025-06-30T22:10:52.995Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2419 | 2025-06-30T22:10:53.202Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2420 | 2025-06-30T22:10:53.225Z | Checking slog-bunyan v2.5.0 |
| 2421 | 2025-06-30T22:10:53.363Z | Checking num_enum v0.5.11 |
| 2422 | 2025-06-30T22:10:53.409Z | Compiling proc-macro-error v1.0.4 |
| 2423 | 2025-06-30T22:10:53.683Z | Checking tokio-rustls v0.25.0 |
| 2424 | 2025-06-30T22:10:53.829Z | Compiling test-strategy v0.4.1 |
| 2425 | 2025-06-30T22:10:53.939Z | Compiling parse-display-derive v0.10.0 |
| 2426 | 2025-06-30T22:10:54.161Z | Checking toml v0.8.23 |
| 2427 | 2025-06-30T22:10:54.190Z | Checking progenitor-client v0.8.0 |
| 2428 | 2025-06-30T22:10:54.550Z | Compiling heck v0.3.3 |
| 2429 | 2025-06-30T22:10:54.863Z | Checking waitgroup v0.1.2 |
| 2430 | 2025-06-30T22:10:54.894Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2431 | 2025-06-30T22:10:55.026Z | Checking rustls-pemfile v2.2.0 |
| 2432 | 2025-06-30T22:10:55.182Z | Compiling dropshot_endpoint v0.16.2 |
| 2433 | 2025-06-30T22:10:55.261Z | Checking serde_path_to_error v0.1.17 |
| 2434 | 2025-06-30T22:10:55.646Z | Compiling derive-where v1.5.0 |
| 2435 | 2025-06-30T22:10:55.888Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2436 | 2025-06-30T22:10:56.619Z | Checking cstr-argument v0.1.2 |
| 2437 | 2025-06-30T22:10:56.821Z | Checking hostname v0.4.0 |
| 2438 | 2025-06-30T22:10:57.021Z | Checking instant v0.1.13 |
| 2439 | 2025-06-30T22:10:57.165Z | Checking pretty-hex v0.2.1 |
| 2440 | 2025-06-30T22:10:57.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2441 | 2025-06-30T22:10:57.203Z | Checking debug-ignore v1.0.5 |
| 2442 | 2025-06-30T22:10:57.356Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2443 | 2025-06-30T22:10:57.356Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2444 | 2025-06-30T22:10:57.494Z | Checking backoff v0.4.0 |
| 2445 | 2025-06-30T22:10:57.614Z | Checking parse-display v0.10.0 |
| 2446 | 2025-06-30T22:10:57.660Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2447 | 2025-06-30T22:10:57.783Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2448 | 2025-06-30T22:10:57.863Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2449 | 2025-06-30T22:10:57.943Z | Checking serde_with v3.12.0 |
| 2450 | 2025-06-30T22:10:57.966Z | Compiling zone_cfg_derive v0.1.2 |
| 2451 | 2025-06-30T22:10:58.005Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2452 | 2025-06-30T22:10:58.033Z | Checking tokio-tungstenite v0.21.0 |
| 2453 | 2025-06-30T22:10:58.642Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2454 | 2025-06-30T22:10:58.682Z | Checking slog-stdlog v4.1.1 |
| 2455 | 2025-06-30T22:10:58.697Z | Checking iddqd v0.3.8 |
| 2456 | 2025-06-30T22:10:58.855Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2457 | 2025-06-30T22:10:58.963Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2458 | 2025-06-30T22:10:59.237Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2459 | 2025-06-30T22:10:59.265Z | Checking progenitor-client v0.10.0 |
| 2460 | 2025-06-30T22:10:59.345Z | Checking colored v2.2.0 |
| 2461 | 2025-06-30T22:10:59.661Z | Checking macaddr v1.0.1 |
| 2462 | 2025-06-30T22:10:59.715Z | Checking base64 v0.21.7 |
| 2463 | 2025-06-30T22:10:59.992Z | Checking unicode-width v0.1.14 |
| 2464 | 2025-06-30T22:11:00.154Z | Checking base64 v0.13.1 |
| 2465 | 2025-06-30T22:11:00.305Z | Checking zone v0.1.8 |
| 2466 | 2025-06-30T22:11:00.499Z | Checking tabwriter v1.4.0 |
| 2467 | 2025-06-30T22:11:00.553Z | Checking ron v0.7.1 |
| 2468 | 2025-06-30T22:11:00.729Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2469 | 2025-06-30T22:11:00.978Z | Checking slog-envlogger v2.2.0 |
| 2470 | 2025-06-30T22:11:01.020Z | Checking xz2 v0.1.7 |
| 2471 | 2025-06-30T22:11:01.185Z | Checking tokio-dtrace v0.1.0 |
| 2472 | 2025-06-30T22:11:01.205Z | Checking xattr v1.3.1 |
| 2473 | 2025-06-30T22:11:01.338Z | Checking yasna v0.5.2 |
| 2474 | 2025-06-30T22:11:01.422Z | Checking pem v3.0.5 |
| 2475 | 2025-06-30T22:11:01.490Z | Checking smf v0.2.3 |
| 2476 | 2025-06-30T22:11:01.675Z | Checking headers-core v0.3.0 |
| 2477 | 2025-06-30T22:11:01.717Z | Checking filetime v0.2.25 |
| 2478 | 2025-06-30T22:11:01.846Z | Checking same-file v1.0.6 |
| 2479 | 2025-06-30T22:11:01.953Z | Checking tar v0.4.44 |
| 2480 | 2025-06-30T22:11:01.973Z | Checking headers v0.4.1 |
| 2481 | 2025-06-30T22:11:02.049Z | Checking walkdir v2.5.0 |
| 2482 | 2025-06-30T22:11:02.235Z | Checking rcgen v0.12.1 |
| 2483 | 2025-06-30T22:11:02.291Z | Checking oxide-tokio-rt v0.1.1 |
| 2484 | 2025-06-30T22:11:02.348Z | Checking camino-tempfile v1.4.1 |
| 2485 | 2025-06-30T22:11:02.538Z | Checking atomicwrites v0.4.4 |
| 2486 | 2025-06-30T22:11:02.597Z | Compiling typify-macro v0.2.0 |
| 2487 | 2025-06-30T22:11:02.632Z | Checking subprocess v0.2.9 |
| 2488 | 2025-06-30T22:11:02.650Z | Compiling typify-macro v0.3.0 |
| 2489 | 2025-06-30T22:11:04.472Z | Compiling typify v0.2.0 |
| 2490 | 2025-06-30T22:11:04.568Z | Compiling progenitor-impl v0.8.0 |
| 2491 | 2025-06-30T22:11:04.584Z | Compiling typify v0.3.0 |
| 2492 | 2025-06-30T22:11:04.685Z | Compiling progenitor-impl v0.9.1 |
| 2493 | 2025-06-30T22:11:07.457Z | Compiling progenitor-macro v0.8.0 |
| 2494 | 2025-06-30T22:11:07.460Z | Compiling progenitor-macro v0.9.1 |
| 2495 | 2025-06-30T22:11:12.107Z | Checking progenitor v0.8.0 |
| 2496 | 2025-06-30T22:11:12.256Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2497 | 2025-06-30T22:11:12.426Z | Checking progenitor v0.9.1 |
| 2498 | 2025-06-30T22:11:12.574Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2499 | 2025-06-30T22:11:14.738Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2500 | 2025-06-30T22:11:15.373Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2501 | 2025-06-30T22:11:21.650Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2502 | 2025-06-30T22:11:23.300Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2503 | 2025-06-30T22:11:24.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.90s |
| 2504 | 2025-06-30T22:11:24.846Z | |
| 2505 | 2025-06-30T22:11:24.846Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/217) |
| 2506 | 2025-06-30T22:11:25.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2025-06-30T22:11:25.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2025-06-30T22:11:25.628Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2509 | 2025-06-30T22:11:27.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 2510 | 2025-06-30T22:11:27.344Z | |
| 2511 | 2025-06-30T22:11:27.344Z | info: running `cargo check --bins` on nexus-config (52/217) |
| 2512 | 2025-06-30T22:11:28.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2025-06-30T22:11:28.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2025-06-30T22:11:28.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2025-06-30T22:11:28.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2516 | 2025-06-30T22:11:28.102Z | |
| 2517 | 2025-06-30T22:11:28.102Z | info: running `cargo check --bins` on omicron-rpaths (53/217) |
| 2518 | 2025-06-30T22:11:28.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2025-06-30T22:11:28.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2025-06-30T22:11:28.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2025-06-30T22:11:28.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2522 | 2025-06-30T22:11:28.817Z | |
| 2523 | 2025-06-30T22:11:28.817Z | info: running `cargo check --bins` on omicron-certificates (54/217) |
| 2524 | 2025-06-30T22:11:29.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2025-06-30T22:11:29.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2025-06-30T22:11:29.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2025-06-30T22:11:29.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2528 | 2025-06-30T22:11:29.563Z | |
| 2529 | 2025-06-30T22:11:29.563Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/217) |
| 2530 | 2025-06-30T22:11:30.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2025-06-30T22:11:30.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2025-06-30T22:11:30.418Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2533 | 2025-06-30T22:11:30.543Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2534 | 2025-06-30T22:11:30.554Z | Compiling rustix v1.0.7 |
| 2535 | 2025-06-30T22:11:30.566Z | Compiling wait-timeout v0.2.0 |
| 2536 | 2025-06-30T22:11:30.569Z | Compiling quick-error v1.2.3 |
| 2537 | 2025-06-30T22:11:30.569Z | Compiling bit-vec v0.8.0 |
| 2538 | 2025-06-30T22:11:30.569Z | Compiling match_cfg v0.1.0 |
| 2539 | 2025-06-30T22:11:30.569Z | Compiling rustls v0.22.4 |
| 2540 | 2025-06-30T22:11:30.688Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2541 | 2025-06-30T22:11:30.726Z | Compiling hostname v0.3.1 |
| 2542 | 2025-06-30T22:11:30.773Z | Compiling progenitor-client v0.9.1 |
| 2543 | 2025-06-30T22:11:30.944Z | Compiling slog-json v2.6.1 |
| 2544 | 2025-06-30T22:11:31.000Z | Compiling rand_xorshift v0.4.0 |
| 2545 | 2025-06-30T22:11:31.021Z | Compiling itertools v0.13.0 |
| 2546 | 2025-06-30T22:11:31.097Z | Compiling bit-set v0.8.0 |
| 2547 | 2025-06-30T22:11:31.169Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2548 | 2025-06-30T22:11:31.266Z | Compiling hex v0.4.3 |
| 2549 | 2025-06-30T22:11:31.283Z | Compiling unarray v0.1.4 |
| 2550 | 2025-06-30T22:11:31.300Z | Compiling heapless v0.8.0 |
| 2551 | 2025-06-30T22:11:31.377Z | Compiling slog-bunyan v2.5.0 |
| 2552 | 2025-06-30T22:11:31.445Z | Compiling progenitor v0.9.1 |
| 2553 | 2025-06-30T22:11:31.598Z | Compiling async-stream v0.3.6 |
| 2554 | 2025-06-30T22:11:31.699Z | Compiling ref-cast v1.0.24 |
| 2555 | 2025-06-30T22:11:31.804Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2556 | 2025-06-30T22:11:31.862Z | Compiling multer v3.1.0 |
| 2557 | 2025-06-30T22:11:31.894Z | Compiling toml v0.8.23 |
| 2558 | 2025-06-30T22:11:31.975Z | Compiling waitgroup v0.1.2 |
| 2559 | 2025-06-30T22:11:32.143Z | Compiling tempfile v3.20.0 |
| 2560 | 2025-06-30T22:11:32.225Z | Compiling rustls-pemfile v2.2.0 |
| 2561 | 2025-06-30T22:11:32.568Z | Compiling rusty-fork v0.3.0 |
| 2562 | 2025-06-30T22:11:32.593Z | Checking hash32 v0.3.1 |
| 2563 | 2025-06-30T22:11:32.806Z | Compiling serde_path_to_error v0.1.17 |
| 2564 | 2025-06-30T22:11:32.825Z | Compiling hostname v0.4.0 |
| 2565 | 2025-06-30T22:11:32.902Z | Compiling instant v0.1.13 |
| 2566 | 2025-06-30T22:11:33.049Z | Compiling proptest v1.7.0 |
| 2567 | 2025-06-30T22:11:33.074Z | Compiling smoltcp v0.11.0 |
| 2568 | 2025-06-30T22:11:33.191Z | Compiling debug-ignore v1.0.5 |
| 2569 | 2025-06-30T22:11:33.331Z | Compiling backoff v0.4.0 |
| 2570 | 2025-06-30T22:11:33.562Z | Compiling iddqd v0.3.8 |
| 2571 | 2025-06-30T22:11:33.674Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 2572 | 2025-06-30T22:11:33.721Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2573 | 2025-06-30T22:11:33.783Z | Compiling ingot-macros v0.1.0 |
| 2574 | 2025-06-30T22:11:33.907Z | Compiling parse-display v0.10.0 |
| 2575 | 2025-06-30T22:11:34.152Z | Compiling serde_with v3.12.0 |
| 2576 | 2025-06-30T22:11:34.806Z | Compiling tokio-rustls v0.25.0 |
| 2577 | 2025-06-30T22:11:35.249Z | Compiling dropshot v0.16.2 |
| 2578 | 2025-06-30T22:11:35.771Z | Checking num-rational v0.4.2 |
| 2579 | 2025-06-30T22:11:36.429Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2580 | 2025-06-30T22:11:37.142Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2581 | 2025-06-30T22:11:37.777Z | Compiling progenitor-client v0.10.0 |
| 2582 | 2025-06-30T22:11:38.826Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 2583 | 2025-06-30T22:11:39.180Z | Compiling phf_generator v0.11.2 |
| 2584 | 2025-06-30T22:11:39.390Z | Checking num-complex v0.4.6 |
| 2585 | 2025-06-30T22:11:40.161Z | Compiling macaddr v1.0.1 |
| 2586 | 2025-06-30T22:11:40.235Z | Checking cobs v0.2.3 |
| 2587 | 2025-06-30T22:11:40.317Z | Checking num v0.4.3 |
| 2588 | 2025-06-30T22:11:40.432Z | Checking postcard v1.0.10 |
| 2589 | 2025-06-30T22:11:40.452Z | Compiling phf_codegen v0.11.2 |
| 2590 | 2025-06-30T22:11:40.723Z | Checking ingot-types v0.1.0 |
| 2591 | 2025-06-30T22:11:40.944Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2592 | 2025-06-30T22:11:40.962Z | Compiling parse-zoneinfo v0.3.1 |
| 2593 | 2025-06-30T22:11:41.376Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2594 | 2025-06-30T22:11:41.437Z | Checking ingot v0.1.0 |
| 2595 | 2025-06-30T22:11:41.610Z | Checking float-ord v0.3.2 |
| 2596 | 2025-06-30T22:11:41.781Z | Compiling convert_case v0.4.0 |
| 2597 | 2025-06-30T22:11:41.873Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2598 | 2025-06-30T22:11:42.629Z | Compiling chrono-tz-build v0.4.0 |
| 2599 | 2025-06-30T22:11:42.649Z | Compiling derive_more v0.99.20 |
| 2600 | 2025-06-30T22:11:43.641Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2601 | 2025-06-30T22:11:43.745Z | Compiling crucible-workspace-hack v0.1.0 |
| 2602 | 2025-06-30T22:11:43.828Z | Checking linked-hash-map v0.5.6 |
| 2603 | 2025-06-30T22:11:44.065Z | Compiling chrono-tz v0.10.3 |
| 2604 | 2025-06-30T22:11:44.177Z | Checking lru-cache v0.1.2 |
| 2605 | 2025-06-30T22:11:44.397Z | Checking resolv-conf v0.7.0 |
| 2606 | 2025-06-30T22:11:44.506Z | Checking newline-converter v0.3.0 |
| 2607 | 2025-06-30T22:11:44.690Z | Checking hickory-proto v0.24.4 |
| 2608 | 2025-06-30T22:11:44.740Z | Checking itertools v0.14.0 |
| 2609 | 2025-06-30T22:11:44.761Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2610 | 2025-06-30T22:11:44.765Z | Checking prettyplease v0.2.35 |
| 2611 | 2025-06-30T22:11:45.194Z | Compiling slog-dtrace v0.3.0 |
| 2612 | 2025-06-30T22:11:45.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2613 | 2025-06-30T22:11:46.737Z | Checking expectorate v1.2.0 |
| 2614 | 2025-06-30T22:11:46.962Z | Compiling zone_cfg_derive v0.3.0 |
| 2615 | 2025-06-30T22:11:47.012Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2616 | 2025-06-30T22:11:47.141Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2617 | 2025-06-30T22:11:47.171Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2618 | 2025-06-30T22:11:47.493Z | Compiling const_format_proc_macros v0.2.34 |
| 2619 | 2025-06-30T22:11:48.208Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2620 | 2025-06-30T22:11:48.286Z | Compiling num-derive v0.4.2 |
| 2621 | 2025-06-30T22:11:48.726Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2622 | 2025-06-30T22:11:48.769Z | Checking hickory-resolver v0.24.4 |
| 2623 | 2025-06-30T22:11:48.941Z | Checking highway v1.3.0 |
| 2624 | 2025-06-30T22:11:49.040Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2625 | 2025-06-30T22:11:49.209Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2626 | 2025-06-30T22:11:49.304Z | Checking const_format v0.2.34 |
| 2627 | 2025-06-30T22:11:49.326Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2628 | 2025-06-30T22:11:49.425Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2629 | 2025-06-30T22:11:49.757Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f5560fae02ad3fc349fabc6454c321143199ca9e#f5560fae) |
| 2630 | 2025-06-30T22:11:50.139Z | Checking zone v0.3.1 |
| 2631 | 2025-06-30T22:11:50.297Z | Checking qorb v0.4.0 |
| 2632 | 2025-06-30T22:11:50.321Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 2633 | 2025-06-30T22:11:50.451Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 2634 | 2025-06-30T22:11:50.911Z | Checking gethostname v0.5.0 |
| 2635 | 2025-06-30T22:11:50.926Z | Checking bcs v0.1.6 |
| 2636 | 2025-06-30T22:11:51.043Z | Checking nanorand v0.7.0 |
| 2637 | 2025-06-30T22:11:51.293Z | Compiling async-recursion v1.1.1 |
| 2638 | 2025-06-30T22:11:51.382Z | Checking termtree v0.5.1 |
| 2639 | 2025-06-30T22:11:51.406Z | Checking flume v0.11.1 |
| 2640 | 2025-06-30T22:11:51.765Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2641 | 2025-06-30T22:11:57.209Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2642 | 2025-06-30T22:12:00.664Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2643 | 2025-06-30T22:12:03.211Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2644 | 2025-06-30T22:12:04.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.92s |
| 2645 | 2025-06-30T22:12:04.697Z | |
| 2646 | 2025-06-30T22:12:04.697Z | info: running `cargo check --bins` on clickhouse-admin-api (56/217) |
| 2647 | 2025-06-30T22:12:05.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2025-06-30T22:12:05.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2025-06-30T22:12:05.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2025-06-30T22:12:05.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2651 | 2025-06-30T22:12:05.459Z | |
| 2652 | 2025-06-30T22:12:05.459Z | info: running `cargo check --bins` on clickhouse-admin-types (57/217) |
| 2653 | 2025-06-30T22:12:06.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2025-06-30T22:12:06.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2025-06-30T22:12:06.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2025-06-30T22:12:06.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2657 | 2025-06-30T22:12:06.214Z | |
| 2658 | 2025-06-30T22:12:06.214Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/217) |
| 2659 | 2025-06-30T22:12:06.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2025-06-30T22:12:06.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2025-06-30T22:12:06.991Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2662 | 2025-06-30T22:12:07.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 2663 | 2025-06-30T22:12:07.862Z | |
| 2664 | 2025-06-30T22:12:07.862Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/217) |
| 2665 | 2025-06-30T22:12:08.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2025-06-30T22:12:08.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2025-06-30T22:12:08.659Z | Compiling cfg_aliases v0.1.1 |
| 2668 | 2025-06-30T22:12:08.662Z | Compiling vte_generate_state_changes v0.1.2 |
| 2669 | 2025-06-30T22:12:08.662Z | Checking fd-lock v4.0.2 |
| 2670 | 2025-06-30T22:12:08.662Z | Checking nibble_vec v0.1.0 |
| 2671 | 2025-06-30T22:12:08.776Z | Checking endian-type v0.1.2 |
| 2672 | 2025-06-30T22:12:08.781Z | Checking bytecount v0.6.8 |
| 2673 | 2025-06-30T22:12:08.819Z | Compiling tabled_derive v0.7.0 |
| 2674 | 2025-06-30T22:12:08.822Z | Checking itertools v0.13.0 |
| 2675 | 2025-06-30T22:12:08.849Z | Compiling nix v0.28.0 |
| 2676 | 2025-06-30T22:12:08.936Z | Checking papergrid v0.11.0 |
| 2677 | 2025-06-30T22:12:08.953Z | Compiling peg-macros v0.8.5 |
| 2678 | 2025-06-30T22:12:08.979Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2679 | 2025-06-30T22:12:09.018Z | Checking radix_trie v0.2.1 |
| 2680 | 2025-06-30T22:12:09.322Z | Checking vte v0.11.1 |
| 2681 | 2025-06-30T22:12:09.427Z | Compiling sqlparser_derive v0.2.2 |
| 2682 | 2025-06-30T22:12:09.942Z | Checking unicode_categories v0.1.1 |
| 2683 | 2025-06-30T22:12:10.237Z | Checking nu-ansi-term v0.50.1 |
| 2684 | 2025-06-30T22:12:10.372Z | Checking home v0.5.9 |
| 2685 | 2025-06-30T22:12:10.415Z | Checking sqlparser v0.45.0 |
| 2686 | 2025-06-30T22:12:10.538Z | Checking sqlformat v0.3.5 |
| 2687 | 2025-06-30T22:12:10.671Z | Checking display-error-chain v0.2.2 |
| 2688 | 2025-06-30T22:12:10.702Z | Checking strip-ansi-escapes v0.2.0 |
| 2689 | 2025-06-30T22:12:10.833Z | Checking tabled v0.15.0 |
| 2690 | 2025-06-30T22:12:11.132Z | Checking reedline v0.40.0 |
| 2691 | 2025-06-30T22:12:11.586Z | Checking peg v0.8.5 |
| 2692 | 2025-06-30T22:12:11.752Z | Checking rustyline v14.0.0 |
| 2693 | 2025-06-30T22:12:20.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s |
| 2694 | 2025-06-30T22:12:20.919Z | |
| 2695 | 2025-06-30T22:12:20.919Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/217) |
| 2696 | 2025-06-30T22:12:21.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2697 | 2025-06-30T22:12:21.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2698 | 2025-06-30T22:12:21.715Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2699 | 2025-06-30T22:12:26.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
| 2700 | 2025-06-30T22:12:27.079Z | |
| 2701 | 2025-06-30T22:12:27.079Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/217) |
| 2702 | 2025-06-30T22:12:27.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2703 | 2025-06-30T22:12:27.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2704 | 2025-06-30T22:12:27.880Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2705 | 2025-06-30T22:12:31.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 2706 | 2025-06-30T22:12:31.616Z | |
| 2707 | 2025-06-30T22:12:31.616Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/217) |
| 2708 | 2025-06-30T22:12:32.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2709 | 2025-06-30T22:12:32.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2710 | 2025-06-30T22:12:32.423Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2711 | 2025-06-30T22:12:37.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
| 2712 | 2025-06-30T22:12:37.454Z | |
| 2713 | 2025-06-30T22:12:37.454Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/217) |
| 2714 | 2025-06-30T22:12:38.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2715 | 2025-06-30T22:12:38.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2716 | 2025-06-30T22:12:38.243Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2717 | 2025-06-30T22:12:43.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
| 2718 | 2025-06-30T22:12:43.335Z | |
| 2719 | 2025-06-30T22:12:43.335Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/217) |
| 2720 | 2025-06-30T22:12:44.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2721 | 2025-06-30T22:12:44.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2722 | 2025-06-30T22:12:44.121Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2723 | 2025-06-30T22:12:47.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 2724 | 2025-06-30T22:12:48.071Z | |
| 2725 | 2025-06-30T22:12:48.071Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/217) |
| 2726 | 2025-06-30T22:12:48.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2727 | 2025-06-30T22:12:48.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2728 | 2025-06-30T22:12:48.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2729 | 2025-06-30T22:12:52.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
| 2730 | 2025-06-30T22:12:52.817Z | |
| 2731 | 2025-06-30T22:12:52.817Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/217) |
| 2732 | 2025-06-30T22:12:57.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2733 | 2025-06-30T22:12:57.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2734 | 2025-06-30T22:12:57.586Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2735 | 2025-06-30T22:12:58.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
| 2736 | 2025-06-30T22:12:58.860Z | |
| 2737 | 2025-06-30T22:12:58.860Z | info: running `cargo check --bins` on oximeter (67/217) |
| 2738 | 2025-06-30T22:12:59.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2739 | 2025-06-30T22:12:59.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2740 | 2025-06-30T22:12:59.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2741 | 2025-06-30T22:12:59.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2742 | 2025-06-30T22:12:59.619Z | |
| 2743 | 2025-06-30T22:12:59.619Z | info: running `cargo check --bins` on oximeter-macro-impl (68/217) |
| 2744 | 2025-06-30T22:13:00.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2025-06-30T22:13:00.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2025-06-30T22:13:00.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2025-06-30T22:13:00.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2748 | 2025-06-30T22:13:00.337Z | |
| 2749 | 2025-06-30T22:13:00.337Z | info: running `cargo check --bins` on oximeter-schema (69/217) |
| 2750 | 2025-06-30T22:13:01.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2025-06-30T22:13:01.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2025-06-30T22:13:01.099Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2753 | 2025-06-30T22:13:03.112Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2754 | 2025-06-30T22:13:04.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
| 2755 | 2025-06-30T22:13:04.296Z | |
| 2756 | 2025-06-30T22:13:04.296Z | info: running `cargo check --bins` on oximeter-types (70/217) |
| 2757 | 2025-06-30T22:13:04.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-06-30T22:13:04.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-06-30T22:13:04.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-06-30T22:13:04.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2761 | 2025-06-30T22:13:05.051Z | |
| 2762 | 2025-06-30T22:13:05.051Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/217) |
| 2763 | 2025-06-30T22:13:05.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-06-30T22:13:05.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-06-30T22:13:05.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2025-06-30T22:13:05.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2767 | 2025-06-30T22:13:05.810Z | |
| 2768 | 2025-06-30T22:13:05.810Z | info: running `cargo check --bins` on oxql-types (72/217) |
| 2769 | 2025-06-30T22:13:06.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2025-06-30T22:13:06.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2025-06-30T22:13:06.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2772 | 2025-06-30T22:13:06.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2773 | 2025-06-30T22:13:06.568Z | |
| 2774 | 2025-06-30T22:13:06.568Z | info: running `cargo check --bins` on oximeter-test-utils (73/217) |
| 2775 | 2025-06-30T22:13:07.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2025-06-30T22:13:07.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2025-06-30T22:13:07.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2025-06-30T22:13:07.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2779 | 2025-06-30T22:13:07.355Z | |
| 2780 | 2025-06-30T22:13:07.355Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/217) |
| 2781 | 2025-06-30T22:13:08.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2025-06-30T22:13:08.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2025-06-30T22:13:08.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2025-06-30T22:13:08.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2785 | 2025-06-30T22:13:08.114Z | |
| 2786 | 2025-06-30T22:13:08.114Z | info: running `cargo check --bins` on bootstrap-agent-client (75/217) |
| 2787 | 2025-06-30T22:13:08.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2025-06-30T22:13:08.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2025-06-30T22:13:08.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2025-06-30T22:13:08.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2791 | 2025-06-30T22:13:08.883Z | |
| 2792 | 2025-06-30T22:13:08.883Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/217) |
| 2793 | 2025-06-30T22:13:09.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2025-06-30T22:13:09.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2025-06-30T22:13:09.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2025-06-30T22:13:09.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2797 | 2025-06-30T22:13:09.641Z | |
| 2798 | 2025-06-30T22:13:09.641Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/217) |
| 2799 | 2025-06-30T22:13:10.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2025-06-30T22:13:10.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2025-06-30T22:13:10.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2025-06-30T22:13:10.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2803 | 2025-06-30T22:13:10.395Z | |
| 2804 | 2025-06-30T22:13:10.395Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/217) |
| 2805 | 2025-06-30T22:13:11.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2025-06-30T22:13:11.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2025-06-30T22:13:11.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2025-06-30T22:13:11.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2809 | 2025-06-30T22:13:11.154Z | |
| 2810 | 2025-06-30T22:13:11.154Z | info: running `cargo check --bins` on cockroach-admin-client (79/217) |
| 2811 | 2025-06-30T22:13:11.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2025-06-30T22:13:11.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2025-06-30T22:13:11.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2025-06-30T22:13:11.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2815 | 2025-06-30T22:13:11.880Z | |
| 2816 | 2025-06-30T22:13:11.880Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/217) |
| 2817 | 2025-06-30T22:13:12.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2025-06-30T22:13:12.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2025-06-30T22:13:12.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2820 | 2025-06-30T22:13:12.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2821 | 2025-06-30T22:13:12.645Z | |
| 2822 | 2025-06-30T22:13:12.645Z | info: running `cargo check --bins` on dns-service-client (81/217) |
| 2823 | 2025-06-30T22:13:13.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2025-06-30T22:13:13.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2025-06-30T22:13:13.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2025-06-30T22:13:13.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2827 | 2025-06-30T22:13:13.405Z | |
| 2828 | 2025-06-30T22:13:13.405Z | info: running `cargo check --bins` on internal-dns-types (82/217) |
| 2829 | 2025-06-30T22:13:14.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2025-06-30T22:13:14.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2025-06-30T22:13:14.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2832 | 2025-06-30T22:13:14.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2833 | 2025-06-30T22:13:14.158Z | |
| 2834 | 2025-06-30T22:13:14.158Z | info: running `cargo check --bins` on gateway-client (83/217) |
| 2835 | 2025-06-30T22:13:17.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2025-06-30T22:13:17.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2025-06-30T22:13:17.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2838 | 2025-06-30T22:13:17.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2839 | 2025-06-30T22:13:17.061Z | |
| 2840 | 2025-06-30T22:13:17.061Z | info: running `cargo check --bins` on ereport-types (84/217) |
| 2841 | 2025-06-30T22:13:17.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2025-06-30T22:13:17.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2025-06-30T22:13:17.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2025-06-30T22:13:17.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2845 | 2025-06-30T22:13:17.061Z | |
| 2846 | 2025-06-30T22:13:17.062Z | info: running `cargo check --bins` on gateway-types (85/217) |
| 2847 | 2025-06-30T22:13:17.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2025-06-30T22:13:17.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2025-06-30T22:13:17.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2025-06-30T22:13:17.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2851 | 2025-06-30T22:13:17.062Z | |
| 2852 | 2025-06-30T22:13:17.062Z | info: running `cargo check --bins` on ipcc (86/217) |
| 2853 | 2025-06-30T22:13:17.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2025-06-30T22:13:17.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2025-06-30T22:13:17.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2025-06-30T22:13:17.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2857 | 2025-06-30T22:13:17.162Z | |
| 2858 | 2025-06-30T22:13:17.162Z | info: running `cargo check --bins` on installinator-client (87/217) |
| 2859 | 2025-06-30T22:13:17.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2025-06-30T22:13:17.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2025-06-30T22:13:17.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2025-06-30T22:13:17.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2863 | 2025-06-30T22:13:17.941Z | |
| 2864 | 2025-06-30T22:13:17.941Z | info: running `cargo check --bins` on installinator-common (88/217) |
| 2865 | 2025-06-30T22:13:18.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2025-06-30T22:13:18.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2025-06-30T22:13:18.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2025-06-30T22:13:18.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2869 | 2025-06-30T22:13:18.710Z | |
| 2870 | 2025-06-30T22:13:18.710Z | info: running `cargo check --bins` on update-engine (89/217) |
| 2871 | 2025-06-30T22:13:19.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2025-06-30T22:13:19.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2025-06-30T22:13:19.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2025-06-30T22:13:19.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2875 | 2025-06-30T22:13:19.445Z | |
| 2876 | 2025-06-30T22:13:19.445Z | info: running `cargo check --bins` on nexus-client (90/217) |
| 2877 | 2025-06-30T22:13:20.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2025-06-30T22:13:20.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2025-06-30T22:13:20.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2025-06-30T22:13:20.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2881 | 2025-06-30T22:13:20.229Z | |
| 2882 | 2025-06-30T22:13:20.229Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/217) |
| 2883 | 2025-06-30T22:13:20.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2025-06-30T22:13:20.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2025-06-30T22:13:20.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2025-06-30T22:13:20.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2887 | 2025-06-30T22:13:20.996Z | |
| 2888 | 2025-06-30T22:13:20.996Z | info: running `cargo check --bins` on omicron-passwords (92/217) |
| 2889 | 2025-06-30T22:13:21.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2025-06-30T22:13:21.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2025-06-30T22:13:21.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2025-06-30T22:13:21.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2893 | 2025-06-30T22:13:21.726Z | |
| 2894 | 2025-06-30T22:13:21.726Z | info: running `cargo check --bins` on nexus-types (93/217) |
| 2895 | 2025-06-30T22:13:22.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2025-06-30T22:13:22.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2025-06-30T22:13:22.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2025-06-30T22:13:22.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2899 | 2025-06-30T22:13:22.510Z | |
| 2900 | 2025-06-30T22:13:22.510Z | info: running `cargo check --bins` on oxide-client (94/217) |
| 2901 | 2025-06-30T22:13:23.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2025-06-30T22:13:23.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2025-06-30T22:13:23.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2025-06-30T22:13:23.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2905 | 2025-06-30T22:13:23.237Z | |
| 2906 | 2025-06-30T22:13:23.238Z | info: running `cargo check --bins` on oximeter-client (95/217) |
| 2907 | 2025-06-30T22:13:23.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2025-06-30T22:13:23.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2025-06-30T22:13:23.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2025-06-30T22:13:23.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2911 | 2025-06-30T22:13:23.988Z | |
| 2912 | 2025-06-30T22:13:23.988Z | info: running `cargo check --bins` on repo-depot-client (96/217) |
| 2913 | 2025-06-30T22:13:24.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2025-06-30T22:13:24.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2025-06-30T22:13:24.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2025-06-30T22:13:24.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2917 | 2025-06-30T22:13:24.711Z | |
| 2918 | 2025-06-30T22:13:24.711Z | info: running `cargo check --bins` on sled-agent-client (97/217) |
| 2919 | 2025-06-30T22:13:25.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2025-06-30T22:13:25.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2025-06-30T22:13:25.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2025-06-30T22:13:25.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2923 | 2025-06-30T22:13:25.492Z | |
| 2924 | 2025-06-30T22:13:25.492Z | info: running `cargo check --bins` on sled-agent-types (98/217) |
| 2925 | 2025-06-30T22:13:26.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2025-06-30T22:13:26.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2025-06-30T22:13:26.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2025-06-30T22:13:26.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2929 | 2025-06-30T22:13:26.278Z | |
| 2930 | 2025-06-30T22:13:26.278Z | info: running `cargo check --bins` on wicketd-client (99/217) |
| 2931 | 2025-06-30T22:13:26.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2025-06-30T22:13:26.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2025-06-30T22:13:26.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2025-06-30T22:13:26.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2935 | 2025-06-30T22:13:27.063Z | |
| 2936 | 2025-06-30T22:13:27.064Z | info: running `cargo check --bins` on wicket-common (100/217) |
| 2937 | 2025-06-30T22:13:27.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2025-06-30T22:13:27.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2025-06-30T22:13:27.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2025-06-30T22:13:27.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2941 | 2025-06-30T22:13:27.838Z | |
| 2942 | 2025-06-30T22:13:27.838Z | info: running `cargo check --bins` on omicron-cockroach-admin (101/217) |
| 2943 | 2025-06-30T22:13:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2025-06-30T22:13:28.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2025-06-30T22:13:28.641Z | Checking csv-core v0.1.11 |
| 2946 | 2025-06-30T22:13:28.641Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2947 | 2025-06-30T22:13:28.644Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2948 | 2025-06-30T22:13:28.644Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2949 | 2025-06-30T22:13:28.957Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2950 | 2025-06-30T22:13:28.976Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2951 | 2025-06-30T22:13:28.992Z | Checking csv v1.3.1 |
| 2952 | 2025-06-30T22:13:29.536Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2953 | 2025-06-30T22:13:30.006Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2954 | 2025-06-30T22:13:32.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
| 2955 | 2025-06-30T22:13:32.365Z | |
| 2956 | 2025-06-30T22:13:32.365Z | info: running `cargo check --bins` on cockroach-admin-api (102/217) |
| 2957 | 2025-06-30T22:13:33.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2025-06-30T22:13:33.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2025-06-30T22:13:33.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2960 | 2025-06-30T22:13:33.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2961 | 2025-06-30T22:13:33.112Z | |
| 2962 | 2025-06-30T22:13:33.112Z | info: running `cargo check --bins` on cockroach-admin-types (103/217) |
| 2963 | 2025-06-30T22:13:33.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2025-06-30T22:13:33.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2025-06-30T22:13:33.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2025-06-30T22:13:33.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2967 | 2025-06-30T22:13:33.868Z | |
| 2968 | 2025-06-30T22:13:33.868Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (104/217) |
| 2969 | 2025-06-30T22:13:34.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2025-06-30T22:13:34.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2025-06-30T22:13:34.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2025-06-30T22:13:34.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2973 | 2025-06-30T22:13:34.744Z | |
| 2974 | 2025-06-30T22:13:34.744Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/217) |
| 2975 | 2025-06-30T22:13:35.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2025-06-30T22:13:35.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2025-06-30T22:13:35.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2025-06-30T22:13:35.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2979 | 2025-06-30T22:13:35.632Z | |
| 2980 | 2025-06-30T22:13:35.632Z | info: running `cargo check --bins` on dns-server (106/217) |
| 2981 | 2025-06-30T22:13:36.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2025-06-30T22:13:36.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2025-06-30T22:13:36.425Z | Compiling typify-impl v0.4.1 |
| 2984 | 2025-06-30T22:13:36.540Z | Compiling parking_lot_core v0.8.6 |
| 2985 | 2025-06-30T22:13:36.544Z | Compiling moka v0.12.10 |
| 2986 | 2025-06-30T22:13:36.560Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2987 | 2025-06-30T22:13:36.571Z | Checking tagptr v0.2.0 |
| 2988 | 2025-06-30T22:13:36.574Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2989 | 2025-06-30T22:13:36.597Z | Checking prefix-trie v0.7.0 |
| 2990 | 2025-06-30T22:13:36.778Z | Checking fxhash v0.2.1 |
| 2991 | 2025-06-30T22:13:36.800Z | Checking hickory-client v0.25.2 |
| 2992 | 2025-06-30T22:13:37.255Z | Checking parking_lot v0.11.2 |
| 2993 | 2025-06-30T22:13:37.284Z | Checking hickory-server v0.25.2 |
| 2994 | 2025-06-30T22:13:37.558Z | Checking sled v0.34.7 |
| 2995 | 2025-06-30T22:13:37.690Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2996 | 2025-06-30T22:13:38.051Z | Checking hickory-resolver v0.25.2 |
| 2997 | 2025-06-30T22:13:41.760Z | Compiling typify-macro v0.4.1 |
| 2998 | 2025-06-30T22:13:43.400Z | Compiling typify v0.4.1 |
| 2999 | 2025-06-30T22:13:43.491Z | Compiling progenitor-impl v0.10.0 |
| 3000 | 2025-06-30T22:13:45.849Z | Compiling progenitor-macro v0.10.0 |
| 3001 | 2025-06-30T22:13:49.877Z | Checking progenitor v0.10.0 |
| 3002 | 2025-06-30T22:13:50.016Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3003 | 2025-06-30T22:13:50.522Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3004 | 2025-06-30T22:13:51.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s |
| 3005 | 2025-06-30T22:13:52.135Z | |
| 3006 | 2025-06-30T22:13:52.135Z | info: running `cargo check --bins` on dns-server-api (107/217) |
| 3007 | 2025-06-30T22:13:52.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2025-06-30T22:13:52.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2025-06-30T22:13:52.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2025-06-30T22:13:52.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3011 | 2025-06-30T22:13:52.891Z | |
| 3012 | 2025-06-30T22:13:52.891Z | info: running `cargo check --bins` on openapi-manager-types (108/217) |
| 3013 | 2025-06-30T22:13:53.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2025-06-30T22:13:53.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2025-06-30T22:13:53.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2025-06-30T22:13:53.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3017 | 2025-06-30T22:13:53.621Z | |
| 3018 | 2025-06-30T22:13:53.621Z | info: running `cargo check --bins` on gateway-test-utils (109/217) |
| 3019 | 2025-06-30T22:13:54.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2025-06-30T22:13:54.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2025-06-30T22:13:54.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2025-06-30T22:13:54.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3023 | 2025-06-30T22:13:54.444Z | |
| 3024 | 2025-06-30T22:13:54.444Z | info: running `cargo check --bins` on omicron-gateway (110/217) |
| 3025 | 2025-06-30T22:13:55.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2025-06-30T22:13:55.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2025-06-30T22:13:55.316Z | Checking half v2.4.1 |
| 3028 | 2025-06-30T22:13:55.316Z | Checking ciborium-io v0.2.2 |
| 3029 | 2025-06-30T22:13:55.321Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3030 | 2025-06-30T22:13:55.458Z | Compiling semver v0.1.20 |
| 3031 | 2025-06-30T22:13:55.462Z | Compiling radium v0.7.0 |
| 3032 | 2025-06-30T22:13:55.478Z | Compiling zerocopy-derive v0.6.6 |
| 3033 | 2025-06-30T22:13:55.483Z | Checking tap v1.0.1 |
| 3034 | 2025-06-30T22:13:55.484Z | Compiling maybe-uninit v2.0.0 |
| 3035 | 2025-06-30T22:13:55.606Z | Checking password-hash v0.5.0 |
| 3036 | 2025-06-30T22:13:55.731Z | Checking wyz v0.5.1 |
| 3037 | 2025-06-30T22:13:55.860Z | Checking ciborium-ll v0.2.2 |
| 3038 | 2025-06-30T22:13:55.881Z | Compiling rustc_version v0.1.7 |
| 3039 | 2025-06-30T22:13:55.979Z | Checking blake2 v0.10.6 |
| 3040 | 2025-06-30T22:13:56.053Z | Compiling cancel-safe-futures v0.1.5 |
| 3041 | 2025-06-30T22:13:56.078Z | Checking funty v2.0.0 |
| 3042 | 2025-06-30T22:13:56.110Z | Checking crc-catalog v2.4.0 |
| 3043 | 2025-06-30T22:13:56.143Z | Checking ciborium v0.2.2 |
| 3044 | 2025-06-30T22:13:56.260Z | Compiling packed_struct v0.10.1 |
| 3045 | 2025-06-30T22:13:56.298Z | Compiling newtype_derive v0.1.6 |
| 3046 | 2025-06-30T22:13:56.333Z | Compiling owo-colors v4.2.2 |
| 3047 | 2025-06-30T22:13:56.425Z | Checking argon2 v0.5.3 |
| 3048 | 2025-06-30T22:13:56.444Z | Checking crc v3.2.1 |
| 3049 | 2025-06-30T22:13:56.727Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3050 | 2025-06-30T22:13:56.769Z | Compiling packed_struct_codegen v0.10.1 |
| 3051 | 2025-06-30T22:13:56.852Z | Checking libsw-core v0.3.1 |
| 3052 | 2025-06-30T22:13:56.907Z | Checking bitvec v1.0.1 |
| 3053 | 2025-06-30T22:13:56.978Z | Checking secrecy v0.10.3 |
| 3054 | 2025-06-30T22:13:57.051Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3055 | 2025-06-30T22:13:57.095Z | Compiling indexmap v1.9.3 |
| 3056 | 2025-06-30T22:13:57.115Z | Checking nodrop v0.1.14 |
| 3057 | 2025-06-30T22:13:57.170Z | Checking fixedbitset v0.5.7 |
| 3058 | 2025-06-30T22:13:57.257Z | Checking zerocopy v0.6.6 |
| 3059 | 2025-06-30T22:13:57.277Z | Checking array-init v0.0.4 |
| 3060 | 2025-06-30T22:13:57.322Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3061 | 2025-06-30T22:13:57.437Z | Checking libsw v3.5.0 |
| 3062 | 2025-06-30T22:13:57.460Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2025-06-30T22:13:57.555Z | Checking petgraph v0.8.2 |
| 3064 | 2025-06-30T22:13:57.700Z | Checking smallvec v0.6.14 |
| 3065 | 2025-06-30T22:13:57.885Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3066 | 2025-06-30T22:13:58.213Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3067 | 2025-06-30T22:13:58.573Z | Checking swrite v0.1.0 |
| 3068 | 2025-06-30T22:13:58.660Z | Checking indent_write v2.2.0 |
| 3069 | 2025-06-30T22:13:58.717Z | Checking termcolor v1.4.1 |
| 3070 | 2025-06-30T22:13:58.904Z | Checking linear-map v1.2.0 |
| 3071 | 2025-06-30T22:13:59.157Z | Checking bitfield v0.14.0 |
| 3072 | 2025-06-30T22:13:59.179Z | Checking hashbrown v0.12.3 |
| 3073 | 2025-06-30T22:13:59.196Z | Checking ron v0.8.1 |
| 3074 | 2025-06-30T22:13:59.231Z | Checking env_logger v0.10.2 |
| 3075 | 2025-06-30T22:13:59.452Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3076 | 2025-06-30T22:13:59.555Z | Checking steno v0.4.1 |
| 3077 | 2025-06-30T22:13:59.681Z | Checking serde-hex v0.1.0 |
| 3078 | 2025-06-30T22:14:00.023Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3079 | 2025-06-30T22:14:00.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3080 | 2025-06-30T22:14:00.675Z | Checking hashbrown v0.13.2 |
| 3081 | 2025-06-30T22:14:00.690Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3082 | 2025-06-30T22:14:00.767Z | Checking humantime v2.2.0 |
| 3083 | 2025-06-30T22:14:01.103Z | Checking crc-any v2.5.0 |
| 3084 | 2025-06-30T22:14:01.516Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3085 | 2025-06-30T22:14:01.589Z | Checking object v0.30.4 |
| 3086 | 2025-06-30T22:14:01.694Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3087 | 2025-06-30T22:14:01.760Z | Checking void v1.0.2 |
| 3088 | 2025-06-30T22:14:01.776Z | Checking path-slash v0.1.5 |
| 3089 | 2025-06-30T22:14:01.925Z | Checking half v1.8.3 |
| 3090 | 2025-06-30T22:14:01.945Z | Checking lzss v0.8.2 |
| 3091 | 2025-06-30T22:14:02.106Z | Checking tungstenite v0.23.0 |
| 3092 | 2025-06-30T22:14:02.313Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3093 | 2025-06-30T22:14:02.360Z | Checking serde_cbor v0.11.2 |
| 3094 | 2025-06-30T22:14:02.949Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3095 | 2025-06-30T22:14:03.015Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3096 | 2025-06-30T22:14:03.053Z | Checking nix v0.27.1 |
| 3097 | 2025-06-30T22:14:03.196Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b) |
| 3098 | 2025-06-30T22:14:03.281Z | Checking kstat-rs v0.2.4 |
| 3099 | 2025-06-30T22:14:03.430Z | Checking serde_bytes v0.11.17 |
| 3100 | 2025-06-30T22:14:03.513Z | Checking tokio-tungstenite v0.23.1 |
| 3101 | 2025-06-30T22:14:03.563Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3102 | 2025-06-30T22:14:03.621Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3103 | 2025-06-30T22:14:03.778Z | Checking signal-hook-tokio v0.3.1 |
| 3104 | 2025-06-30T22:14:04.956Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3105 | 2025-06-30T22:14:10.795Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3106 | 2025-06-30T22:14:12.114Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 3107 | 2025-06-30T22:14:18.290Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3108 | 2025-06-30T22:14:23.837Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3109 | 2025-06-30T22:14:24.527Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3110 | 2025-06-30T22:14:27.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.94s |
| 3111 | 2025-06-30T22:14:27.603Z | |
| 3112 | 2025-06-30T22:14:27.603Z | info: running `cargo check --bins` on gateway-api (111/217) |
| 3113 | 2025-06-30T22:14:32.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2025-06-30T22:14:32.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2025-06-30T22:14:32.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2025-06-30T22:14:32.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3117 | 2025-06-30T22:14:32.012Z | |
| 3118 | 2025-06-30T22:14:32.012Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/217) |
| 3119 | 2025-06-30T22:14:32.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2025-06-30T22:14:32.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2025-06-30T22:14:32.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2025-06-30T22:14:32.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3123 | 2025-06-30T22:14:32.013Z | |
| 3124 | 2025-06-30T22:14:32.013Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/217) |
| 3125 | 2025-06-30T22:14:32.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2025-06-30T22:14:32.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2025-06-30T22:14:32.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2025-06-30T22:14:32.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3129 | 2025-06-30T22:14:32.013Z | |
| 3130 | 2025-06-30T22:14:32.013Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/217) |
| 3131 | 2025-06-30T22:14:32.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2025-06-30T22:14:32.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2025-06-30T22:14:32.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2025-06-30T22:14:32.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3135 | 2025-06-30T22:14:32.013Z | |
| 3136 | 2025-06-30T22:14:32.045Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/217) |
| 3137 | 2025-06-30T22:14:32.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2025-06-30T22:14:32.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2025-06-30T22:14:32.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2025-06-30T22:14:32.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3141 | 2025-06-30T22:14:32.045Z | |
| 3142 | 2025-06-30T22:14:32.045Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/217) |
| 3143 | 2025-06-30T22:14:32.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2025-06-30T22:14:32.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2025-06-30T22:14:32.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2025-06-30T22:14:32.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3147 | 2025-06-30T22:14:32.098Z | |
| 3148 | 2025-06-30T22:14:32.098Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/217) |
| 3149 | 2025-06-30T22:14:32.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2025-06-30T22:14:32.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2025-06-30T22:14:32.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2025-06-30T22:14:32.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3153 | 2025-06-30T22:14:32.849Z | |
| 3154 | 2025-06-30T22:14:32.849Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/217) |
| 3155 | 2025-06-30T22:14:33.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2025-06-30T22:14:33.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2025-06-30T22:14:33.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2025-06-30T22:14:33.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3159 | 2025-06-30T22:14:33.598Z | |
| 3160 | 2025-06-30T22:14:33.598Z | info: running `cargo check --bins` on oximeter-producer (119/217) |
| 3161 | 2025-06-30T22:14:34.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2025-06-30T22:14:34.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2025-06-30T22:14:34.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2025-06-30T22:14:34.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3165 | 2025-06-30T22:14:34.388Z | |
| 3166 | 2025-06-30T22:14:34.388Z | info: running `cargo check --bins` on internal-dns-resolver (120/217) |
| 3167 | 2025-06-30T22:14:35.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2025-06-30T22:14:35.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2025-06-30T22:14:35.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3170 | 2025-06-30T22:14:35.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3171 | 2025-06-30T22:14:35.141Z | |
| 3172 | 2025-06-30T22:14:35.142Z | info: running `cargo check --bins` on sp-sim (121/217) |
| 3173 | 2025-06-30T22:14:35.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3174 | 2025-06-30T22:14:35.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3175 | 2025-06-30T22:14:35.909Z | Compiling nix v0.30.1 |
| 3176 | 2025-06-30T22:14:35.909Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3177 | 2025-06-30T22:14:35.914Z | Checking keccak v0.1.5 |
| 3178 | 2025-06-30T22:14:36.240Z | Checking sha3 v0.10.8 |
| 3179 | 2025-06-30T22:14:36.284Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3180 | 2025-06-30T22:14:37.902Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3181 | 2025-06-30T22:14:39.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 3182 | 2025-06-30T22:14:40.063Z | |
| 3183 | 2025-06-30T22:14:40.063Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/217) |
| 3184 | 2025-06-30T22:14:40.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2025-06-30T22:14:40.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2025-06-30T22:14:40.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2025-06-30T22:14:40.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3188 | 2025-06-30T22:14:40.868Z | |
| 3189 | 2025-06-30T22:14:40.868Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/217) |
| 3190 | 2025-06-30T22:14:41.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2025-06-30T22:14:41.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2025-06-30T22:14:41.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2025-06-30T22:14:41.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3194 | 2025-06-30T22:14:41.692Z | |
| 3195 | 2025-06-30T22:14:41.692Z | info: running `cargo check --bins` on db-macros (124/217) |
| 3196 | 2025-06-30T22:14:42.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2025-06-30T22:14:42.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2025-06-30T22:14:42.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2025-06-30T22:14:42.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3200 | 2025-06-30T22:14:42.416Z | |
| 3201 | 2025-06-30T22:14:42.416Z | info: running `cargo check --bins` on nexus-macros-common (125/217) |
| 3202 | 2025-06-30T22:14:43.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2025-06-30T22:14:43.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2025-06-30T22:14:43.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2025-06-30T22:14:43.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3206 | 2025-06-30T22:14:43.128Z | |
| 3207 | 2025-06-30T22:14:43.128Z | info: running `cargo check --bins` on nexus-auth (126/217) |
| 3208 | 2025-06-30T22:14:43.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2025-06-30T22:14:43.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2025-06-30T22:14:43.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2025-06-30T22:14:43.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3212 | 2025-06-30T22:14:43.933Z | |
| 3213 | 2025-06-30T22:14:43.933Z | info: running `cargo check --bins` on authz-macros (127/217) |
| 3214 | 2025-06-30T22:14:44.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2025-06-30T22:14:44.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2025-06-30T22:14:44.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2025-06-30T22:14:44.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3218 | 2025-06-30T22:14:44.653Z | |
| 3219 | 2025-06-30T22:14:44.653Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/217) |
| 3220 | 2025-06-30T22:14:45.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2025-06-30T22:14:45.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2025-06-30T22:14:45.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2025-06-30T22:14:45.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3224 | 2025-06-30T22:14:45.446Z | |
| 3225 | 2025-06-30T22:14:45.446Z | info: running `cargo check --bins` on nexus-db-model (129/217) |
| 3226 | 2025-06-30T22:14:46.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2025-06-30T22:14:46.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2025-06-30T22:14:46.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2025-06-30T22:14:46.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3230 | 2025-06-30T22:14:46.234Z | |
| 3231 | 2025-06-30T22:14:46.234Z | info: running `cargo check --bins` on nexus-db-schema (130/217) |
| 3232 | 2025-06-30T22:14:46.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2025-06-30T22:14:46.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2025-06-30T22:14:46.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2025-06-30T22:14:46.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3236 | 2025-06-30T22:14:46.953Z | |
| 3237 | 2025-06-30T22:14:46.953Z | info: running `cargo check --bins` on nexus-defaults (131/217) |
| 3238 | 2025-06-30T22:14:47.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2025-06-30T22:14:47.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2025-06-30T22:14:47.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2025-06-30T22:14:47.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3242 | 2025-06-30T22:14:47.702Z | |
| 3243 | 2025-06-30T22:14:47.702Z | info: running `cargo check --bins` on nexus-db-errors (132/217) |
| 3244 | 2025-06-30T22:14:48.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2025-06-30T22:14:48.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2025-06-30T22:14:48.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2025-06-30T22:14:48.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3248 | 2025-06-30T22:14:48.496Z | |
| 3249 | 2025-06-30T22:14:48.496Z | info: running `cargo check --bins` on nexus-db-lookup (133/217) |
| 3250 | 2025-06-30T22:14:49.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2025-06-30T22:14:49.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2025-06-30T22:14:49.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2025-06-30T22:14:49.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3254 | 2025-06-30T22:14:49.306Z | |
| 3255 | 2025-06-30T22:14:49.306Z | info: running `cargo check --bins` on nexus-inventory (134/217) |
| 3256 | 2025-06-30T22:14:49.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2025-06-30T22:14:50.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2025-06-30T22:14:50.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2025-06-30T22:14:50.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3260 | 2025-06-30T22:14:50.089Z | |
| 3261 | 2025-06-30T22:14:50.090Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (135/217) |
| 3262 | 2025-06-30T22:14:50.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-06-30T22:14:50.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-06-30T22:14:50.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3265 | 2025-06-30T22:14:50.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3266 | 2025-06-30T22:14:50.872Z | |
| 3267 | 2025-06-30T22:14:50.872Z | info: running `cargo check --bins --no-default-features` on sled-storage (136/217) |
| 3268 | 2025-06-30T22:14:51.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2025-06-30T22:14:51.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2025-06-30T22:14:51.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2025-06-30T22:14:51.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3272 | 2025-06-30T22:14:51.636Z | |
| 3273 | 2025-06-30T22:14:51.636Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (137/217) |
| 3274 | 2025-06-30T22:14:54.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2025-06-30T22:14:54.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2025-06-30T22:14:54.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2025-06-30T22:14:54.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3278 | 2025-06-30T22:14:54.499Z | |
| 3279 | 2025-06-30T22:14:54.499Z | info: running `cargo check --bins` on key-manager (138/217) |
| 3280 | 2025-06-30T22:14:54.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2025-06-30T22:14:54.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2025-06-30T22:14:54.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2025-06-30T22:14:54.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3284 | 2025-06-30T22:14:54.499Z | |
| 3285 | 2025-06-30T22:14:54.499Z | info: running `cargo check --bins --no-default-features` on sled-hardware (139/217) |
| 3286 | 2025-06-30T22:14:54.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2025-06-30T22:14:54.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2025-06-30T22:14:54.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2025-06-30T22:14:54.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3290 | 2025-06-30T22:14:54.499Z | |
| 3291 | 2025-06-30T22:14:54.499Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (140/217) |
| 3292 | 2025-06-30T22:14:54.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2025-06-30T22:14:54.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2025-06-30T22:14:54.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2025-06-30T22:14:54.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3296 | 2025-06-30T22:14:54.676Z | |
| 3297 | 2025-06-30T22:14:54.676Z | info: running `cargo check --bins` on typed-rng (141/217) |
| 3298 | 2025-06-30T22:14:55.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2025-06-30T22:14:55.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2025-06-30T22:14:55.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2025-06-30T22:14:55.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3302 | 2025-06-30T22:14:55.395Z | |
| 3303 | 2025-06-30T22:14:55.395Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (142/217) |
| 3304 | 2025-06-30T22:14:56.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2025-06-30T22:14:56.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2025-06-30T22:14:56.353Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3307 | 2025-06-30T22:14:56.353Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2025-06-30T22:14:56.353Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3309 | 2025-06-30T22:14:56.353Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3310 | 2025-06-30T22:14:56.356Z | Checking universal-hash v0.5.1 |
| 3311 | 2025-06-30T22:14:56.356Z | Checking opaque-debug v0.3.1 |
| 3312 | 2025-06-30T22:14:56.501Z | Checking chacha20 v0.9.1 |
| 3313 | 2025-06-30T22:14:56.511Z | Checking aead v0.5.2 |
| 3314 | 2025-06-30T22:14:56.700Z | Compiling unicase v2.7.0 |
| 3315 | 2025-06-30T22:14:56.739Z | Checking poly1305 v0.8.0 |
| 3316 | 2025-06-30T22:14:56.785Z | Compiling libefi-sys v0.1.0 |
| 3317 | 2025-06-30T22:14:56.812Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3318 | 2025-06-30T22:14:56.864Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3319 | 2025-06-30T22:14:56.972Z | Compiling bitfield-struct v0.6.2 |
| 3320 | 2025-06-30T22:14:56.995Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3321 | 2025-06-30T22:14:57.175Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3322 | 2025-06-30T22:14:57.213Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3323 | 2025-06-30T22:14:57.243Z | Checking chacha20poly1305 v0.10.1 |
| 3324 | 2025-06-30T22:14:57.384Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3325 | 2025-06-30T22:14:57.451Z | Compiling salty v0.3.0 |
| 3326 | 2025-06-30T22:14:57.500Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3327 | 2025-06-30T22:14:57.635Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3328 | 2025-06-30T22:14:57.915Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3329 | 2025-06-30T22:14:58.086Z | Compiling proc-macro-error2 v2.0.1 |
| 3330 | 2025-06-30T22:14:58.127Z | Compiling num-derive v0.3.3 |
| 3331 | 2025-06-30T22:14:58.159Z | Compiling xshell-macros v0.2.7 |
| 3332 | 2025-06-30T22:14:58.246Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3333 | 2025-06-30T22:14:58.684Z | Compiling tabled_derive v0.10.0 |
| 3334 | 2025-06-30T22:14:58.799Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3335 | 2025-06-30T22:14:58.853Z | Checking xshell v0.2.7 |
| 3336 | 2025-06-30T22:14:58.975Z | Checking thiserror-no-std v2.0.2 |
| 3337 | 2025-06-30T22:14:59.118Z | Checking vsss-rs v3.3.4 |
| 3338 | 2025-06-30T22:14:59.179Z | Checking papergrid v0.14.0 |
| 3339 | 2025-06-30T22:14:59.250Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3340 | 2025-06-30T22:14:59.628Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3341 | 2025-06-30T22:15:00.237Z | Checking libscf-sys v1.1.0 |
| 3342 | 2025-06-30T22:15:00.470Z | Compiling mime_guess v2.0.5 |
| 3343 | 2025-06-30T22:15:00.644Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3344 | 2025-06-30T22:15:01.161Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3345 | 2025-06-30T22:15:01.359Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3346 | 2025-06-30T22:15:01.582Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3347 | 2025-06-30T22:15:01.817Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3348 | 2025-06-30T22:15:01.999Z | Checking primeorder v0.13.6 |
| 3349 | 2025-06-30T22:15:02.275Z | Checking env_filter v0.1.2 |
| 3350 | 2025-06-30T22:15:02.465Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3351 | 2025-06-30T22:15:02.534Z | Checking env_logger v0.11.5 |
| 3352 | 2025-06-30T22:15:02.664Z | Checking p384 v0.13.0 |
| 3353 | 2025-06-30T22:15:02.852Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3354 | 2025-06-30T22:15:02.919Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3355 | 2025-06-30T22:15:03.405Z | Checking tabled v0.18.0 |
| 3356 | 2025-06-30T22:15:03.489Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3357 | 2025-06-30T22:15:03.685Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3358 | 2025-06-30T22:15:03.815Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3359 | 2025-06-30T22:15:03.874Z | Checking http-range v0.1.5 |
| 3360 | 2025-06-30T22:15:03.960Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3361 | 2025-06-30T22:15:04.016Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3362 | 2025-06-30T22:15:04.307Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3363 | 2025-06-30T22:15:04.479Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3364 | 2025-06-30T22:15:04.510Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3365 | 2025-06-30T22:15:04.632Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=760b4b547e301a31d4dcb92ba97aabdb2a3e0cba#760b4b54) |
| 3366 | 2025-06-30T22:15:04.697Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3367 | 2025-06-30T22:15:04.815Z | Checking secrecy v0.8.0 |
| 3368 | 2025-06-30T22:15:04.964Z | Checking atty v0.2.14 |
| 3369 | 2025-06-30T22:15:05.014Z | Checking crc8 v0.1.1 |
| 3370 | 2025-06-30T22:15:05.110Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414) |
| 3371 | 2025-06-30T22:15:05.262Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3372 | 2025-06-30T22:15:05.732Z | Checking hyper-staticfile v0.10.1 |
| 3373 | 2025-06-30T22:15:05.793Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3374 | 2025-06-30T22:15:05.815Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3375 | 2025-06-30T22:15:06.212Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3376 | 2025-06-30T22:15:06.235Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2025-06-30T22:15:06.512Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3378 | 2025-06-30T22:15:06.640Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3379 | 2025-06-30T22:15:06.661Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3380 | 2025-06-30T22:15:07.398Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3381 | 2025-06-30T22:15:07.718Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3382 | 2025-06-30T22:15:07.803Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3383 | 2025-06-30T22:15:08.190Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3384 | 2025-06-30T22:15:08.193Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3385 | 2025-06-30T22:15:08.193Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3386 | 2025-06-30T22:15:09.467Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3387 | 2025-06-30T22:15:09.529Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3388 | 2025-06-30T22:15:09.778Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3389 | 2025-06-30T22:15:11.104Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3390 | 2025-06-30T22:15:11.754Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3391 | 2025-06-30T22:15:17.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3392 | 2025-06-30T22:15:30.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.13s |
| 3393 | 2025-06-30T22:15:30.763Z | |
| 3394 | 2025-06-30T22:15:30.763Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (143/217) |
| 3395 | 2025-06-30T22:15:31.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2025-06-30T22:15:31.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2025-06-30T22:15:31.641Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3398 | 2025-06-30T22:15:44.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s |
| 3399 | 2025-06-30T22:15:45.021Z | |
| 3400 | 2025-06-30T22:15:45.021Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (144/217) |
| 3401 | 2025-06-30T22:15:45.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2025-06-30T22:15:45.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2025-06-30T22:15:45.760Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3404 | 2025-06-30T22:15:58.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s |
| 3405 | 2025-06-30T22:15:58.950Z | |
| 3406 | 2025-06-30T22:15:58.950Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (145/217) |
| 3407 | 2025-06-30T22:15:59.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2025-06-30T22:15:59.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2025-06-30T22:15:59.840Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3410 | 2025-06-30T22:16:12.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s |
| 3411 | 2025-06-30T22:16:13.102Z | |
| 3412 | 2025-06-30T22:16:13.102Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (146/217) |
| 3413 | 2025-06-30T22:16:13.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2025-06-30T22:16:13.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2025-06-30T22:16:13.977Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3416 | 2025-06-30T22:16:27.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s |
| 3417 | 2025-06-30T22:16:27.256Z | |
| 3418 | 2025-06-30T22:16:27.256Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (147/217) |
| 3419 | 2025-06-30T22:16:27.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2025-06-30T22:16:27.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2025-06-30T22:16:28.139Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3422 | 2025-06-30T22:16:41.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
| 3423 | 2025-06-30T22:16:41.430Z | |
| 3424 | 2025-06-30T22:16:41.430Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (148/217) |
| 3425 | 2025-06-30T22:16:42.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2025-06-30T22:16:42.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2025-06-30T22:16:42.325Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3428 | 2025-06-30T22:16:55.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
| 3429 | 2025-06-30T22:16:55.622Z | |
| 3430 | 2025-06-30T22:16:55.622Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (149/217) |
| 3431 | 2025-06-30T22:16:56.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2025-06-30T22:16:56.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2025-06-30T22:16:56.520Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3434 | 2025-06-30T22:17:09.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s |
| 3435 | 2025-06-30T22:17:09.858Z | |
| 3436 | 2025-06-30T22:17:09.859Z | info: running `cargo check --bins` on bootstrap-agent-api (150/217) |
| 3437 | 2025-06-30T22:17:10.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-06-30T22:17:10.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-06-30T22:17:10.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2025-06-30T22:17:10.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3441 | 2025-06-30T22:17:10.656Z | |
| 3442 | 2025-06-30T22:17:10.656Z | info: running `cargo check --bins` on range-requests (151/217) |
| 3443 | 2025-06-30T22:17:11.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-06-30T22:17:11.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-06-30T22:17:11.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2025-06-30T22:17:11.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3447 | 2025-06-30T22:17:11.385Z | |
| 3448 | 2025-06-30T22:17:11.386Z | info: running `cargo check --bins` on repo-depot-api (152/217) |
| 3449 | 2025-06-30T22:17:12.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2025-06-30T22:17:12.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2025-06-30T22:17:12.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2025-06-30T22:17:12.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3453 | 2025-06-30T22:17:12.137Z | |
| 3454 | 2025-06-30T22:17:12.137Z | info: running `cargo check --bins` on sled-agent-api (153/217) |
| 3455 | 2025-06-30T22:17:12.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2025-06-30T22:17:12.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2025-06-30T22:17:12.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2025-06-30T22:17:12.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3459 | 2025-06-30T22:17:12.917Z | |
| 3460 | 2025-06-30T22:17:12.917Z | info: running `cargo check --bins` on sled-diagnostics (154/217) |
| 3461 | 2025-06-30T22:17:13.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2025-06-30T22:17:13.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2025-06-30T22:17:13.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2025-06-30T22:17:13.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3465 | 2025-06-30T22:17:13.685Z | |
| 3466 | 2025-06-30T22:17:13.685Z | info: running `cargo check --bins` on parallel-task-set (155/217) |
| 3467 | 2025-06-30T22:17:14.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2025-06-30T22:17:14.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2025-06-30T22:17:14.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2025-06-30T22:17:14.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3471 | 2025-06-30T22:17:14.399Z | |
| 3472 | 2025-06-30T22:17:14.400Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/217) |
| 3473 | 2025-06-30T22:17:15.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2025-06-30T22:17:15.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2025-06-30T22:17:15.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2025-06-30T22:17:15.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3477 | 2025-06-30T22:17:15.185Z | |
| 3478 | 2025-06-30T22:17:15.185Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/217) |
| 3479 | 2025-06-30T22:17:15.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2025-06-30T22:17:15.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2025-06-30T22:17:15.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2025-06-30T22:17:15.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3483 | 2025-06-30T22:17:15.974Z | |
| 3484 | 2025-06-30T22:17:15.974Z | info: running `cargo check --bins` on sled-agent-zone-images (158/217) |
| 3485 | 2025-06-30T22:17:16.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2025-06-30T22:17:16.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2025-06-30T22:17:16.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2025-06-30T22:17:16.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3489 | 2025-06-30T22:17:16.756Z | |
| 3490 | 2025-06-30T22:17:16.756Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (159/217) |
| 3491 | 2025-06-30T22:17:17.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2025-06-30T22:17:17.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2025-06-30T22:17:17.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2025-06-30T22:17:17.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3495 | 2025-06-30T22:17:17.676Z | |
| 3496 | 2025-06-30T22:17:17.676Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (160/217) |
| 3497 | 2025-06-30T22:17:18.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2025-06-30T22:17:18.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2025-06-30T22:17:18.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2025-06-30T22:17:18.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3501 | 2025-06-30T22:17:18.364Z | |
| 3502 | 2025-06-30T22:17:18.364Z | info: running `cargo check --bins` on nexus-test-interface (161/217) |
| 3503 | 2025-06-30T22:17:19.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2025-06-30T22:17:19.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2025-06-30T22:17:19.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2025-06-30T22:17:19.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3507 | 2025-06-30T22:17:19.149Z | |
| 3508 | 2025-06-30T22:17:19.149Z | info: running `cargo check --bins` on oximeter-collector (162/217) |
| 3509 | 2025-06-30T22:17:19.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2025-06-30T22:17:19.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2025-06-30T22:17:19.986Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3512 | 2025-06-30T22:17:19.986Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3513 | 2025-06-30T22:17:20.891Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3514 | 2025-06-30T22:17:22.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
| 3515 | 2025-06-30T22:17:23.107Z | |
| 3516 | 2025-06-30T22:17:23.107Z | info: running `cargo check --bins` on oximeter-api (163/217) |
| 3517 | 2025-06-30T22:17:23.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2025-06-30T22:17:23.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2025-06-30T22:17:23.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2025-06-30T22:17:23.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3521 | 2025-06-30T22:17:23.857Z | |
| 3522 | 2025-06-30T22:17:23.858Z | info: running `cargo check --bins` on omicron-cockroach-metrics (164/217) |
| 3523 | 2025-06-30T22:17:24.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2025-06-30T22:17:24.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2025-06-30T22:17:24.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2025-06-30T22:17:24.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3527 | 2025-06-30T22:17:24.581Z | |
| 3528 | 2025-06-30T22:17:24.581Z | info: running `cargo check --bins` on cert-dev (165/217) |
| 3529 | 2025-06-30T22:17:25.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2025-06-30T22:17:25.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2025-06-30T22:17:25.293Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3532 | 2025-06-30T22:17:25.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3533 | 2025-06-30T22:17:25.790Z | |
| 3534 | 2025-06-30T22:17:25.790Z | info: running `cargo check --bins` on clickana (166/217) |
| 3535 | 2025-06-30T22:17:26.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2025-06-30T22:17:26.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2025-06-30T22:17:26.563Z | Checking castaway v0.2.3 |
| 3538 | 2025-06-30T22:17:26.567Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3539 | 2025-06-30T22:17:26.567Z | Checking unicode-truncate v1.1.0 |
| 3540 | 2025-06-30T22:17:26.567Z | Checking lru v0.12.5 |
| 3541 | 2025-06-30T22:17:26.567Z | Compiling instability v0.3.2 |
| 3542 | 2025-06-30T22:17:26.567Z | Checking cassowary v0.3.0 |
| 3543 | 2025-06-30T22:17:26.568Z | Compiling indoc v2.0.6 |
| 3544 | 2025-06-30T22:17:26.815Z | Checking compact_str v0.8.0 |
| 3545 | 2025-06-30T22:17:27.457Z | Checking ratatui v0.29.0 |
| 3546 | 2025-06-30T22:17:28.315Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3547 | 2025-06-30T22:17:29.490Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3548 | 2025-06-30T22:17:30.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
| 3549 | 2025-06-30T22:17:30.576Z | |
| 3550 | 2025-06-30T22:17:30.576Z | info: running `cargo check --bins` on clickhouse-cluster-dev (167/217) |
| 3551 | 2025-06-30T22:17:31.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2025-06-30T22:17:31.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2025-06-30T22:17:31.391Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3554 | 2025-06-30T22:17:31.391Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3555 | 2025-06-30T22:17:32.487Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3556 | 2025-06-30T22:17:32.988Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3557 | 2025-06-30T22:17:33.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s |
| 3558 | 2025-06-30T22:17:33.584Z | |
| 3559 | 2025-06-30T22:17:33.584Z | info: running `cargo check --bins` on ch-dev (168/217) |
| 3560 | 2025-06-30T22:17:34.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2025-06-30T22:17:34.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2025-06-30T22:17:34.376Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3563 | 2025-06-30T22:17:35.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 3564 | 2025-06-30T22:17:35.333Z | |
| 3565 | 2025-06-30T22:17:35.333Z | info: running `cargo check --bins` on dev-tools-common (169/217) |
| 3566 | 2025-06-30T22:17:35.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2025-06-30T22:17:35.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2025-06-30T22:17:35.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2025-06-30T22:17:35.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3570 | 2025-06-30T22:17:35.894Z | |
| 3571 | 2025-06-30T22:17:35.894Z | info: running `cargo check --bins` on crdb-seed (170/217) |
| 3572 | 2025-06-30T22:17:36.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2025-06-30T22:17:36.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2025-06-30T22:17:36.687Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3575 | 2025-06-30T22:17:37.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3576 | 2025-06-30T22:17:37.295Z | |
| 3577 | 2025-06-30T22:17:37.295Z | info: running `cargo check --bins` on db-dev (171/217) |
| 3578 | 2025-06-30T22:17:37.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2025-06-30T22:17:37.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2025-06-30T22:17:38.086Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3581 | 2025-06-30T22:17:38.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 3582 | 2025-06-30T22:17:39.071Z | |
| 3583 | 2025-06-30T22:17:39.072Z | info: running `cargo check --bins` on omicron-dev-lib (172/217) |
| 3584 | 2025-06-30T22:17:39.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2025-06-30T22:17:39.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2025-06-30T22:17:39.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2025-06-30T22:17:39.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3588 | 2025-06-30T22:17:39.854Z | |
| 3589 | 2025-06-30T22:17:39.854Z | info: running `cargo check --bins` on xtask-downloader (173/217) |
| 3590 | 2025-06-30T22:17:40.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2025-06-30T22:17:40.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2025-06-30T22:17:40.579Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3593 | 2025-06-30T22:17:41.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 3594 | 2025-06-30T22:17:41.621Z | |
| 3595 | 2025-06-30T22:17:41.621Z | info: running `cargo check --bins` on omicron-ls-apis (174/217) |
| 3596 | 2025-06-30T22:17:42.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2025-06-30T22:17:42.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2025-06-30T22:17:42.340Z | Checking typeid v1.0.3 |
| 3599 | 2025-06-30T22:17:42.454Z | Checking ordered-float v2.10.1 |
| 3600 | 2025-06-30T22:17:42.467Z | Checking cargo-platform v0.2.0 |
| 3601 | 2025-06-30T22:17:42.542Z | Checking erased-serde v0.4.6 |
| 3602 | 2025-06-30T22:17:42.785Z | Checking serde-value v0.7.0 |
| 3603 | 2025-06-30T22:17:43.101Z | Checking serde-untagged v0.1.7 |
| 3604 | 2025-06-30T22:17:43.330Z | Checking cargo-util-schemas v0.2.0 |
| 3605 | 2025-06-30T22:17:44.455Z | Checking cargo_metadata v0.20.0 |
| 3606 | 2025-06-30T22:17:45.481Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3607 | 2025-06-30T22:17:46.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 3608 | 2025-06-30T22:17:46.536Z | |
| 3609 | 2025-06-30T22:17:46.536Z | info: running `cargo check --bins` on mgs-dev (175/217) |
| 3610 | 2025-06-30T22:17:47.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-06-30T22:17:47.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-06-30T22:17:47.398Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3613 | 2025-06-30T22:17:49.097Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3614 | 2025-06-30T22:17:49.723Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3615 | 2025-06-30T22:17:50.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
| 3616 | 2025-06-30T22:17:50.520Z | |
| 3617 | 2025-06-30T22:17:50.520Z | info: running `cargo check --bins` on omicron-omdb (176/217) |
| 3618 | 2025-06-30T22:17:51.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2025-06-30T22:17:51.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2025-06-30T22:17:51.515Z | Compiling crunchy v0.2.2 |
| 3621 | 2025-06-30T22:17:51.518Z | Compiling dsl_auto_type v0.1.2 |
| 3622 | 2025-06-30T22:17:51.518Z | Checking scheduled-thread-pool v0.2.7 |
| 3623 | 2025-06-30T22:17:51.649Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3624 | 2025-06-30T22:17:51.659Z | Compiling tiny-keccak v2.0.2 |
| 3625 | 2025-06-30T22:17:51.685Z | Compiling bit-vec v0.6.3 |
| 3626 | 2025-06-30T22:17:51.688Z | Compiling ascii-canvas v3.0.0 |
| 3627 | 2025-06-30T22:17:51.688Z | Compiling ena v0.14.3 |
| 3628 | 2025-06-30T22:17:51.836Z | Checking r2d2 v0.8.10 |
| 3629 | 2025-06-30T22:17:52.009Z | Compiling regex-syntax v0.6.29 |
| 3630 | 2025-06-30T22:17:52.106Z | Compiling bit-set v0.5.3 |
| 3631 | 2025-06-30T22:17:52.147Z | Compiling diff v0.1.13 |
| 3632 | 2025-06-30T22:17:52.150Z | Compiling bindgen v0.71.1 |
| 3633 | 2025-06-30T22:17:52.168Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3634 | 2025-06-30T22:17:52.230Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3635 | 2025-06-30T22:17:52.366Z | Compiling derive_builder_core v0.20.2 |
| 3636 | 2025-06-30T22:17:52.424Z | Compiling libxml v0.3.3 |
| 3637 | 2025-06-30T22:17:52.518Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3638 | 2025-06-30T22:17:52.699Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3639 | 2025-06-30T22:17:52.868Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3640 | 2025-06-30T22:17:52.900Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3641 | 2025-06-30T22:17:52.947Z | Compiling diesel_derives v2.2.3 |
| 3642 | 2025-06-30T22:17:53.058Z | Compiling strum_macros v0.24.3 |
| 3643 | 2025-06-30T22:17:53.166Z | Compiling indoc v1.0.9 |
| 3644 | 2025-06-30T22:17:54.010Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3645 | 2025-06-30T22:17:54.323Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3646 | 2025-06-30T22:17:54.415Z | Compiling derive_builder_macro v0.20.2 |
| 3647 | 2025-06-30T22:17:54.800Z | Compiling oso-derive v0.27.3 |
| 3648 | 2025-06-30T22:17:55.245Z | Compiling lalrpop v0.19.12 |
| 3649 | 2025-06-30T22:17:55.625Z | Checking derive_builder v0.20.2 |
| 3650 | 2025-06-30T22:17:55.760Z | Checking quick-xml v0.37.2 |
| 3651 | 2025-06-30T22:17:55.792Z | Checking maplit v1.0.2 |
| 3652 | 2025-06-30T22:17:55.972Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3653 | 2025-06-30T22:17:56.147Z | Compiling diesel-dtrace v0.4.2 |
| 3654 | 2025-06-30T22:17:56.572Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3655 | 2025-06-30T22:17:56.891Z | Checking globset v0.4.15 |
| 3656 | 2025-06-30T22:17:57.012Z | Checking bb8 v0.8.5 |
| 3657 | 2025-06-30T22:17:57.435Z | Checking ignore v0.4.23 |
| 3658 | 2025-06-30T22:17:57.523Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3659 | 2025-06-30T22:17:57.574Z | Checking predicates-tree v1.0.12 |
| 3660 | 2025-06-30T22:17:57.751Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3661 | 2025-06-30T22:17:57.772Z | Checking rand_seeder v0.3.0 |
| 3662 | 2025-06-30T22:17:57.887Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3663 | 2025-06-30T22:17:58.016Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3664 | 2025-06-30T22:17:58.095Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3665 | 2025-06-30T22:17:58.251Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3666 | 2025-06-30T22:17:58.275Z | Checking globwalk v0.9.1 |
| 3667 | 2025-06-30T22:17:58.565Z | Checking unicode-linebreak v0.1.5 |
| 3668 | 2025-06-30T22:17:58.598Z | Checking camino-tempfile-ext v0.3.1 |
| 3669 | 2025-06-30T22:17:58.956Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3670 | 2025-06-30T22:17:59.031Z | Checking smawk v0.3.2 |
| 3671 | 2025-06-30T22:17:59.279Z | Checking is_ci v1.2.0 |
| 3672 | 2025-06-30T22:17:59.434Z | Checking supports-color v3.0.2 |
| 3673 | 2025-06-30T22:17:59.639Z | Checking textwrap v0.16.2 |
| 3674 | 2025-06-30T22:17:59.700Z | Checking support-bundle-viewer v0.1.2 |
| 3675 | 2025-06-30T22:17:59.786Z | Checking multimap v0.10.1 |
| 3676 | 2025-06-30T22:18:00.322Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3677 | 2025-06-30T22:18:01.544Z | Checking diesel v2.2.11 |
| 3678 | 2025-06-30T22:18:16.387Z | Compiling samael v0.0.19 |
| 3679 | 2025-06-30T22:18:30.904Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3680 | 2025-06-30T22:18:32.356Z | Checking async-bb8-diesel v0.2.1 |
| 3681 | 2025-06-30T22:18:34.317Z | Compiling polar-core v0.27.3 |
| 3682 | 2025-06-30T22:18:41.416Z | Checking oso v0.27.3 |
| 3683 | 2025-06-30T22:19:19.249Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3684 | 2025-06-30T22:19:50.320Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3685 | 2025-06-30T22:20:00.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 3686 | 2025-06-30T22:20:00.227Z | |
| 3687 | 2025-06-30T22:20:00.227Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (177/217) |
| 3688 | 2025-06-30T22:20:00.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2025-06-30T22:20:00.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2025-06-30T22:20:00.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2025-06-30T22:20:00.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3692 | 2025-06-30T22:20:01.047Z | |
| 3693 | 2025-06-30T22:20:01.047Z | info: running `cargo check --bins` on nexus-saga-recovery (178/217) |
| 3694 | 2025-06-30T22:20:01.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2025-06-30T22:20:01.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2025-06-30T22:20:01.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2025-06-30T22:20:01.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3698 | 2025-06-30T22:20:01.865Z | |
| 3699 | 2025-06-30T22:20:01.865Z | info: running `cargo check --bins` on nexus-test-utils-macros (179/217) |
| 3700 | 2025-06-30T22:20:02.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2025-06-30T22:20:02.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2025-06-30T22:20:02.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2025-06-30T22:20:02.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3704 | 2025-06-30T22:20:02.592Z | |
| 3705 | 2025-06-30T22:20:02.592Z | info: running `cargo check --bins` on omicron-nexus (180/217) |
| 3706 | 2025-06-30T22:20:03.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2025-06-30T22:20:03.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2025-06-30T22:20:03.609Z | Compiling libz-sys v1.1.20 |
| 3709 | 2025-06-30T22:20:03.612Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3710 | 2025-06-30T22:20:03.759Z | Compiling vergen v8.3.2 |
| 3711 | 2025-06-30T22:20:03.762Z | Compiling cargo-platform v0.1.8 |
| 3712 | 2025-06-30T22:20:03.762Z | Compiling pin-project-internal v1.1.6 |
| 3713 | 2025-06-30T22:20:03.775Z | Compiling snafu-derive v0.8.5 |
| 3714 | 2025-06-30T22:20:03.781Z | Compiling fs-err v2.11.0 |
| 3715 | 2025-06-30T22:20:03.781Z | Compiling rustls v0.21.12 |
| 3716 | 2025-06-30T22:20:04.136Z | Compiling cargo_metadata v0.18.1 |
| 3717 | 2025-06-30T22:20:04.206Z | Checking olpc-cjson v0.1.4 |
| 3718 | 2025-06-30T22:20:04.227Z | Checking sct v0.7.1 |
| 3719 | 2025-06-30T22:20:04.274Z | Checking rustls-webpki v0.101.7 |
| 3720 | 2025-06-30T22:20:04.393Z | Checking serde_plain v1.0.2 |
| 3721 | 2025-06-30T22:20:04.455Z | Checking typed-path v0.9.3 |
| 3722 | 2025-06-30T22:20:04.660Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3723 | 2025-06-30T22:20:04.882Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3724 | 2025-06-30T22:20:04.960Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3725 | 2025-06-30T22:20:05.167Z | Checking parse-size v1.1.0 |
| 3726 | 2025-06-30T22:20:05.328Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3727 | 2025-06-30T22:20:05.357Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3728 | 2025-06-30T22:20:05.604Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3729 | 2025-06-30T22:20:06.301Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3730 | 2025-06-30T22:20:06.340Z | Checking pin-project v1.1.6 |
| 3731 | 2025-06-30T22:20:06.488Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3732 | 2025-06-30T22:20:06.831Z | Checking rustls-pemfile v1.0.4 |
| 3733 | 2025-06-30T22:20:06.991Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3734 | 2025-06-30T22:20:07.069Z | Checking twox-hash v2.1.0 |
| 3735 | 2025-06-30T22:20:07.117Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3736 | 2025-06-30T22:20:07.162Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3737 | 2025-06-30T22:20:07.670Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3738 | 2025-06-30T22:20:07.854Z | Checking tokio-rustls v0.24.1 |
| 3739 | 2025-06-30T22:20:08.165Z | Checking snafu v0.8.5 |
| 3740 | 2025-06-30T22:20:08.299Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3741 | 2025-06-30T22:20:08.595Z | Checking tough v0.20.0 |
| 3742 | 2025-06-30T22:20:08.849Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3743 | 2025-06-30T22:20:09.063Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3744 | 2025-06-30T22:20:09.087Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3745 | 2025-06-30T22:20:09.266Z | Checking fatfs v0.3.6 |
| 3746 | 2025-06-30T22:20:09.298Z | Checking assert_matches v1.5.0 |
| 3747 | 2025-06-30T22:20:12.541Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3748 | 2025-06-30T22:20:13.931Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3749 | 2025-06-30T22:20:14.955Z | Compiling git2 v0.19.0 |
| 3750 | 2025-06-30T22:20:18.912Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
| 3751 | 2025-06-30T22:21:13.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 3752 | 2025-06-30T22:21:13.931Z | |
| 3753 | 2025-06-30T22:21:13.931Z | info: running `cargo check --bins` on nexus-background-task-interface (181/217) |
| 3754 | 2025-06-30T22:21:14.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2025-06-30T22:21:14.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2025-06-30T22:21:14.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2025-06-30T22:21:14.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3758 | 2025-06-30T22:21:14.704Z | |
| 3759 | 2025-06-30T22:21:14.705Z | info: running `cargo check --bins` on nexus-external-api (182/217) |
| 3760 | 2025-06-30T22:21:15.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2025-06-30T22:21:15.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2025-06-30T22:21:15.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2025-06-30T22:21:15.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3764 | 2025-06-30T22:21:15.568Z | |
| 3765 | 2025-06-30T22:21:15.568Z | info: running `cargo check --bins` on nexus-internal-api (183/217) |
| 3766 | 2025-06-30T22:21:16.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2025-06-30T22:21:16.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2025-06-30T22:21:16.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2025-06-30T22:21:16.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3770 | 2025-06-30T22:21:16.404Z | |
| 3771 | 2025-06-30T22:21:16.404Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (184/217) |
| 3772 | 2025-06-30T22:21:17.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2025-06-30T22:21:17.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2025-06-30T22:21:17.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2025-06-30T22:21:17.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3776 | 2025-06-30T22:21:17.124Z | |
| 3777 | 2025-06-30T22:21:17.124Z | info: running `cargo check --bins` on nexus-mgs-updates (185/217) |
| 3778 | 2025-06-30T22:21:17.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2025-06-30T22:21:17.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2025-06-30T22:21:17.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2025-06-30T22:21:17.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3782 | 2025-06-30T22:21:17.922Z | |
| 3783 | 2025-06-30T22:21:17.922Z | info: running `cargo check --bins` on nexus-networking (186/217) |
| 3784 | 2025-06-30T22:21:18.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2025-06-30T22:21:18.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2025-06-30T22:21:18.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2025-06-30T22:21:18.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3788 | 2025-06-30T22:21:18.758Z | |
| 3789 | 2025-06-30T22:21:18.758Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (187/217) |
| 3790 | 2025-06-30T22:21:19.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2025-06-30T22:21:19.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2025-06-30T22:21:19.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2025-06-30T22:21:19.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3794 | 2025-06-30T22:21:19.583Z | |
| 3795 | 2025-06-30T22:21:19.583Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (188/217) |
| 3796 | 2025-06-30T22:21:20.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2025-06-30T22:21:20.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2025-06-30T22:21:20.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2025-06-30T22:21:20.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3800 | 2025-06-30T22:21:20.415Z | |
| 3801 | 2025-06-30T22:21:20.415Z | info: running `cargo check --bins` on update-common (189/217) |
| 3802 | 2025-06-30T22:21:21.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2025-06-30T22:21:21.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2025-06-30T22:21:21.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2025-06-30T22:21:21.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3806 | 2025-06-30T22:21:21.200Z | |
| 3807 | 2025-06-30T22:21:21.200Z | info: running `cargo check --bins` on omicron-dev (190/217) |
| 3808 | 2025-06-30T22:21:21.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2025-06-30T22:21:22.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2025-06-30T22:21:22.282Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3811 | 2025-06-30T22:21:22.285Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3812 | 2025-06-30T22:21:22.440Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3813 | 2025-06-30T22:21:22.443Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3814 | 2025-06-30T22:21:22.469Z | Checking yansi v1.0.1 |
| 3815 | 2025-06-30T22:21:22.472Z | Checking diff v0.1.13 |
| 3816 | 2025-06-30T22:21:22.489Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3817 | 2025-06-30T22:21:22.505Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3818 | 2025-06-30T22:21:22.948Z | Checking pretty_assertions v1.4.1 |
| 3819 | 2025-06-30T22:21:23.037Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3820 | 2025-06-30T22:21:23.647Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3821 | 2025-06-30T22:21:50.530Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3822 | 2025-06-30T22:21:50.533Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3823 | 2025-06-30T22:21:50.533Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3824 | 2025-06-30T22:21:50.533Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3825 | 2025-06-30T22:21:50.533Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3826 | 2025-06-30T22:21:50.533Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3827 | 2025-06-30T22:21:51.525Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3828 | 2025-06-30T22:21:52.789Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3829 | 2025-06-30T22:22:37.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 3830 | 2025-06-30T22:22:37.863Z | |
| 3831 | 2025-06-30T22:22:37.863Z | info: running `cargo check --bins` on openapi-manager (191/217) |
| 3832 | 2025-06-30T22:22:38.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2025-06-30T22:22:38.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2025-06-30T22:22:38.701Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3835 | 2025-06-30T22:22:38.701Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3836 | 2025-06-30T22:22:38.705Z | Checking heck v0.4.1 |
| 3837 | 2025-06-30T22:22:38.705Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3838 | 2025-06-30T22:22:38.997Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3839 | 2025-06-30T22:22:39.919Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3840 | 2025-06-30T22:22:42.117Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3841 | 2025-06-30T22:22:43.690Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3842 | 2025-06-30T22:22:44.546Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3843 | 2025-06-30T22:22:46.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.19s |
| 3844 | 2025-06-30T22:22:46.251Z | |
| 3845 | 2025-06-30T22:22:46.251Z | info: running `cargo check --bins` on installinator-api (192/217) |
| 3846 | 2025-06-30T22:22:46.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2025-06-30T22:22:46.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2025-06-30T22:22:46.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2025-06-30T22:22:46.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3850 | 2025-06-30T22:22:47.029Z | |
| 3851 | 2025-06-30T22:22:47.029Z | info: running `cargo check --bins` on wicketd-api (193/217) |
| 3852 | 2025-06-30T22:22:47.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2025-06-30T22:22:47.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2025-06-30T22:22:47.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2025-06-30T22:22:47.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3856 | 2025-06-30T22:22:47.827Z | |
| 3857 | 2025-06-30T22:22:47.827Z | info: running `cargo check --bins` on omicron-pins (194/217) |
| 3858 | 2025-06-30T22:22:48.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2025-06-30T22:22:48.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2025-06-30T22:22:48.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2025-06-30T22:22:48.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3862 | 2025-06-30T22:22:48.559Z | |
| 3863 | 2025-06-30T22:22:48.559Z | info: running `cargo check --bins` on reconfigurator-cli (195/217) |
| 3864 | 2025-06-30T22:22:49.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2025-06-30T22:22:49.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2025-06-30T22:22:49.494Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3867 | 2025-06-30T22:22:49.497Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3868 | 2025-06-30T22:22:49.638Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3869 | 2025-06-30T22:22:49.652Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3870 | 2025-06-30T22:22:49.655Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3871 | 2025-06-30T22:22:49.666Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3872 | 2025-06-30T22:22:49.669Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3873 | 2025-06-30T22:22:49.687Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3874 | 2025-06-30T22:22:49.937Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3875 | 2025-06-30T22:22:49.959Z | Compiling petname v2.0.2 |
| 3876 | 2025-06-30T22:22:49.979Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3877 | 2025-06-30T22:22:50.197Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3878 | 2025-06-30T22:22:50.296Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3879 | 2025-06-30T22:22:50.678Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3880 | 2025-06-30T22:22:51.844Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3881 | 2025-06-30T22:22:51.859Z | Checking sync-ptr v0.1.4 |
| 3882 | 2025-06-30T22:22:51.859Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3883 | 2025-06-30T22:22:52.010Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3884 | 2025-06-30T22:22:52.230Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3885 | 2025-06-30T22:22:52.769Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3886 | 2025-06-30T22:22:54.017Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3887 | 2025-06-30T22:22:55.093Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3888 | 2025-06-30T22:22:55.096Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3889 | 2025-06-30T22:23:06.464Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3890 | 2025-06-30T22:23:06.467Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3891 | 2025-06-30T22:23:07.219Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3892 | 2025-06-30T22:23:08.642Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3893 | 2025-06-30T22:23:11.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.45s |
| 3894 | 2025-06-30T22:23:11.230Z | |
| 3895 | 2025-06-30T22:23:11.230Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (196/217) |
| 3896 | 2025-06-30T22:23:11.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2025-06-30T22:23:11.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2025-06-30T22:23:11.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2025-06-30T22:23:11.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3900 | 2025-06-30T22:23:12.066Z | |
| 3901 | 2025-06-30T22:23:12.066Z | info: running `cargo check --bins` on omicron-repl-utils (197/217) |
| 3902 | 2025-06-30T22:23:12.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2025-06-30T22:23:12.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2025-06-30T22:23:12.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2025-06-30T22:23:12.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3906 | 2025-06-30T22:23:12.798Z | |
| 3907 | 2025-06-30T22:23:12.798Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (198/217) |
| 3908 | 2025-06-30T22:23:13.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2025-06-30T22:23:13.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2025-06-30T22:23:13.663Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3911 | 2025-06-30T22:23:14.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 3912 | 2025-06-30T22:23:14.944Z | |
| 3913 | 2025-06-30T22:23:14.944Z | info: running `cargo check --bins` on reconfigurator-sp-updater (199/217) |
| 3914 | 2025-06-30T22:23:15.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2025-06-30T22:23:15.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2025-06-30T22:23:15.748Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3917 | 2025-06-30T22:23:16.189Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3918 | 2025-06-30T22:23:17.243Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3919 | 2025-06-30T22:23:17.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 3920 | 2025-06-30T22:23:18.137Z | |
| 3921 | 2025-06-30T22:23:18.137Z | info: running `cargo check --bins` on omicron-releng (200/217) |
| 3922 | 2025-06-30T22:23:18.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2025-06-30T22:23:18.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2025-06-30T22:23:18.905Z | Compiling blake3 v1.5.4 |
| 3925 | 2025-06-30T22:23:19.016Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3926 | 2025-06-30T22:23:19.028Z | Checking memmap2 v0.9.5 |
| 3927 | 2025-06-30T22:23:19.032Z | Checking arrayvec v0.7.6 |
| 3928 | 2025-06-30T22:23:19.032Z | Checking constant_time_eq v0.3.1 |
| 3929 | 2025-06-30T22:23:19.032Z | Checking arrayref v0.3.9 |
| 3930 | 2025-06-30T22:23:19.078Z | Checking topological-sort v0.2.2 |
| 3931 | 2025-06-30T22:23:19.081Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3932 | 2025-06-30T22:23:19.155Z | Checking shell-words v1.1.0 |
| 3933 | 2025-06-30T22:23:19.519Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3934 | 2025-06-30T22:23:19.773Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d) |
| 3935 | 2025-06-30T22:23:20.217Z | Checking omicron-zone-package v0.12.2 |
| 3936 | 2025-06-30T22:23:21.414Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3937 | 2025-06-30T22:23:22.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
| 3938 | 2025-06-30T22:23:22.630Z | |
| 3939 | 2025-06-30T22:23:22.630Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (201/217) |
| 3940 | 2025-06-30T22:23:23.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2025-06-30T22:23:23.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2025-06-30T22:23:23.402Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3943 | 2025-06-30T22:23:23.783Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3944 | 2025-06-30T22:23:24.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 3945 | 2025-06-30T22:23:24.400Z | |
| 3946 | 2025-06-30T22:23:24.400Z | info: running `cargo check --bins` on xtask (202/217) |
| 3947 | 2025-06-30T22:23:24.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2025-06-30T22:23:24.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2025-06-30T22:23:24.971Z | Checking bitflags v2.9.0 |
| 3950 | 2025-06-30T22:23:25.063Z | Checking serde v1.0.219 |
| 3951 | 2025-06-30T22:23:25.066Z | Checking thiserror v1.0.69 |
| 3952 | 2025-06-30T22:23:25.066Z | Checking zerofrom v0.1.4 |
| 3953 | 2025-06-30T22:23:25.078Z | Checking smallvec v1.15.0 |
| 3954 | 2025-06-30T22:23:25.095Z | Checking hashbrown v0.15.4 |
| 3955 | 2025-06-30T22:23:25.108Z | Checking num-traits v0.2.19 |
| 3956 | 2025-06-30T22:23:25.108Z | Checking scroll v0.12.0 |
| 3957 | 2025-06-30T22:23:25.196Z | Checking percent-encoding v2.3.1 |
| 3958 | 2025-06-30T22:23:25.276Z | Checking yoke v0.7.4 |
| 3959 | 2025-06-30T22:23:25.315Z | Checking rustix v0.38.37 |
| 3960 | 2025-06-30T22:23:25.422Z | Checking log v0.4.27 |
| 3961 | 2025-06-30T22:23:25.425Z | Checking zerocopy v0.7.35 |
| 3962 | 2025-06-30T22:23:25.561Z | Checking pest v2.7.14 |
| 3963 | 2025-06-30T22:23:25.609Z | Checking zerovec v0.10.4 |
| 3964 | 2025-06-30T22:23:25.703Z | Checking goblin v0.8.2 |
| 3965 | 2025-06-30T22:23:26.036Z | Checking indexmap v2.9.0 |
| 3966 | 2025-06-30T22:23:26.284Z | Checking terminal_size v0.4.0 |
| 3967 | 2025-06-30T22:23:26.500Z | Checking form_urlencoded v1.2.1 |
| 3968 | 2025-06-30T22:23:26.596Z | Checking ordered-float v2.10.1 |
| 3969 | 2025-06-30T22:23:26.668Z | Checking getrandom v0.3.1 |
| 3970 | 2025-06-30T22:23:26.728Z | Checking syn v2.0.104 |
| 3971 | 2025-06-30T22:23:26.898Z | Checking rustix v1.0.7 |
| 3972 | 2025-06-30T22:23:27.086Z | Checking once_cell v1.21.3 |
| 3973 | 2025-06-30T22:23:27.168Z | Checking clap_builder v4.5.40 |
| 3974 | 2025-06-30T22:23:27.184Z | Checking tinystr v0.7.6 |
| 3975 | 2025-06-30T22:23:27.440Z | Checking icu_collections v1.5.0 |
| 3976 | 2025-06-30T22:23:27.544Z | Checking icu_locid v1.5.0 |
| 3977 | 2025-06-30T22:23:28.053Z | Checking dtrace-parser v0.2.0 |
| 3978 | 2025-06-30T22:23:28.136Z | Checking thiserror v2.0.12 |
| 3979 | 2025-06-30T22:23:28.314Z | Checking textwrap v0.16.2 |
| 3980 | 2025-06-30T22:23:28.381Z | Checking tempfile v3.20.0 |
| 3981 | 2025-06-30T22:23:28.534Z | Checking icu_provider v1.5.0 |
| 3982 | 2025-06-30T22:23:28.577Z | Checking fs-err v3.1.1 |
| 3983 | 2025-06-30T22:23:28.688Z | Checking tabled v0.15.0 |
| 3984 | 2025-06-30T22:23:28.755Z | Checking anyhow v1.0.98 |
| 3985 | 2025-06-30T22:23:28.886Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3986 | 2025-06-30T22:23:29.126Z | Checking icu_locid_transform v1.5.0 |
| 3987 | 2025-06-30T22:23:29.471Z | Checking serde_spanned v0.6.9 |
| 3988 | 2025-06-30T22:23:29.474Z | Checking toml_datetime v0.6.11 |
| 3989 | 2025-06-30T22:23:29.474Z | Checking serde_json v1.0.140 |
| 3990 | 2025-06-30T22:23:29.693Z | Checking erased-serde v0.4.6 |
| 3991 | 2025-06-30T22:23:29.839Z | Checking toml_edit v0.22.27 |
| 3992 | 2025-06-30T22:23:29.935Z | Checking serde-value v0.7.0 |
| 3993 | 2025-06-30T22:23:30.133Z | Checking icu_properties v1.5.1 |
| 3994 | 2025-06-30T22:23:30.368Z | Checking camino v1.1.10 |
| 3995 | 2025-06-30T22:23:30.453Z | Checking semver v1.0.26 |
| 3996 | 2025-06-30T22:23:30.544Z | Checking serde-untagged v0.1.7 |
| 3997 | 2025-06-30T22:23:30.877Z | Checking cargo-platform v0.2.0 |
| 3998 | 2025-06-30T22:23:30.918Z | Checking dof v0.3.0 |
| 3999 | 2025-06-30T22:23:30.934Z | Checking clap v4.5.40 |
| 4000 | 2025-06-30T22:23:30.940Z | Checking camino-tempfile v1.4.1 |
| 4001 | 2025-06-30T22:23:31.054Z | Checking macaddr v1.0.1 |
| 4002 | 2025-06-30T22:23:31.424Z | Checking usdt-impl v0.5.0 |
| 4003 | 2025-06-30T22:23:31.778Z | Checking usdt v0.5.0 |
| 4004 | 2025-06-30T22:23:31.989Z | Checking toml v0.8.23 |
| 4005 | 2025-06-30T22:23:32.437Z | Checking cargo_toml v0.21.0 |
| 4006 | 2025-06-30T22:23:32.696Z | Checking icu_normalizer v1.5.0 |
| 4007 | 2025-06-30T22:23:33.184Z | Checking idna_adapter v1.2.0 |
| 4008 | 2025-06-30T22:23:33.326Z | Checking idna v1.0.3 |
| 4009 | 2025-06-30T22:23:33.646Z | Checking url v2.5.4 |
| 4010 | 2025-06-30T22:23:34.139Z | Checking cargo-util-schemas v0.2.0 |
| 4011 | 2025-06-30T22:23:35.266Z | Checking cargo_metadata v0.20.0 |
| 4012 | 2025-06-30T22:23:36.305Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4013 | 2025-06-30T22:23:36.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s |
| 4014 | 2025-06-30T22:23:37.113Z | |
| 4015 | 2025-06-30T22:23:37.113Z | info: running `cargo check --bins` on end-to-end-tests (203/217) |
| 4016 | 2025-06-30T22:23:37.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2025-06-30T22:23:37.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2025-06-30T22:23:38.037Z | Checking polyval v0.6.2 |
| 4019 | 2025-06-30T22:23:38.162Z | Checking ctr v0.9.2 |
| 4020 | 2025-06-30T22:23:38.176Z | Checking ssh-encoding v0.2.0 |
| 4021 | 2025-06-30T22:23:38.176Z | Checking blowfish v0.9.1 |
| 4022 | 2025-06-30T22:23:38.201Z | Checking password-hash v0.4.2 |
| 4023 | 2025-06-30T22:23:38.219Z | Checking p521 v0.13.3 |
| 4024 | 2025-06-30T22:23:38.222Z | Checking p256 v0.13.2 |
| 4025 | 2025-06-30T22:23:38.222Z | Checking russh-cryptovec v0.7.3 |
| 4026 | 2025-06-30T22:23:38.410Z | Checking ghash v0.5.1 |
| 4027 | 2025-06-30T22:23:38.413Z | Checking bcrypt-pbkdf v0.10.0 |
| 4028 | 2025-06-30T22:23:38.413Z | Checking md5 v0.7.0 |
| 4029 | 2025-06-30T22:23:38.460Z | Checking num-bigint v0.4.6 |
| 4030 | 2025-06-30T22:23:38.497Z | Checking des v0.8.1 |
| 4031 | 2025-06-30T22:23:38.561Z | Checking aes-gcm v0.10.3 |
| 4032 | 2025-06-30T22:23:38.603Z | Checking pbkdf2 v0.11.0 |
| 4033 | 2025-06-30T22:23:38.656Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4034 | 2025-06-30T22:23:38.698Z | Checking hex-literal v0.4.1 |
| 4035 | 2025-06-30T22:23:38.751Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4036 | 2025-06-30T22:23:38.792Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4037 | 2025-06-30T22:23:38.813Z | Checking ssh-cipher v0.2.0 |
| 4038 | 2025-06-30T22:23:39.510Z | Checking internet-checksum v0.2.1 |
| 4039 | 2025-06-30T22:23:39.525Z | Checking ssh-key v0.6.6 |
| 4040 | 2025-06-30T22:23:39.525Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4041 | 2025-06-30T22:23:40.248Z | Checking russh-keys v0.45.0 |
| 4042 | 2025-06-30T22:23:41.088Z | Checking russh v0.45.0 |
| 4043 | 2025-06-30T22:24:01.582Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4044 | 2025-06-30T22:24:03.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.94s |
| 4045 | 2025-06-30T22:24:03.286Z | |
| 4046 | 2025-06-30T22:24:03.286Z | info: running `cargo check --bins` on gateway-cli (204/217) |
| 4047 | 2025-06-30T22:24:03.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2025-06-30T22:24:03.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2025-06-30T22:24:04.061Z | Checking termios v0.3.3 |
| 4050 | 2025-06-30T22:24:04.297Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4051 | 2025-06-30T22:24:05.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4052 | 2025-06-30T22:24:05.320Z | |
| 4053 | 2025-06-30T22:24:05.320Z | info: running `cargo check --bins --no-default-features` on installinator (205/217) |
| 4054 | 2025-06-30T22:24:06.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2025-06-30T22:24:06.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2025-06-30T22:24:06.151Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4057 | 2025-06-30T22:24:06.154Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4058 | 2025-06-30T22:24:07.008Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4059 | 2025-06-30T22:24:08.849Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4060 | 2025-06-30T22:24:10.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
| 4061 | 2025-06-30T22:24:11.184Z | |
| 4062 | 2025-06-30T22:24:11.185Z | info: running `cargo check --bins` on internal-dns-cli (206/217) |
| 4063 | 2025-06-30T22:24:11.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2025-06-30T22:24:11.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2025-06-30T22:24:11.938Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4066 | 2025-06-30T22:24:12.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4067 | 2025-06-30T22:24:12.645Z | |
| 4068 | 2025-06-30T22:24:12.645Z | info: running `cargo check --bins` on omicron-live-tests (207/217) |
| 4069 | 2025-06-30T22:24:13.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2025-06-30T22:24:13.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2025-06-30T22:24:13.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2025-06-30T22:24:13.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 4073 | 2025-06-30T22:24:13.365Z | |
| 4074 | 2025-06-30T22:24:13.365Z | info: running `cargo check --bins` on live-tests-macros (208/217) |
| 4075 | 2025-06-30T22:24:14.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2025-06-30T22:24:14.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2025-06-30T22:24:14.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2025-06-30T22:24:14.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4079 | 2025-06-30T22:24:14.098Z | |
| 4080 | 2025-06-30T22:24:14.098Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (209/217) |
| 4081 | 2025-06-30T22:24:14.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2025-06-30T22:24:14.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2025-06-30T22:24:14.956Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4084 | 2025-06-30T22:24:15.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4085 | 2025-06-30T22:24:15.872Z | |
| 4086 | 2025-06-30T22:24:15.872Z | info: running `cargo check --bins` on omicron-package (210/217) |
| 4087 | 2025-06-30T22:24:16.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2025-06-30T22:24:16.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2025-06-30T22:24:16.662Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4090 | 2025-06-30T22:24:18.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 4091 | 2025-06-30T22:24:18.319Z | |
| 4092 | 2025-06-30T22:24:18.319Z | info: running `cargo check --bins` on trust-quorum (211/217) |
| 4093 | 2025-06-30T22:24:19.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2025-06-30T22:24:19.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2025-06-30T22:24:19.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2025-06-30T22:24:19.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4097 | 2025-06-30T22:24:19.100Z | |
| 4098 | 2025-06-30T22:24:19.100Z | info: running `cargo check --bins` on gfss (212/217) |
| 4099 | 2025-06-30T22:24:19.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2025-06-30T22:24:19.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2025-06-30T22:24:19.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4102 | 2025-06-30T22:24:19.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4103 | 2025-06-30T22:24:19.826Z | |
| 4104 | 2025-06-30T22:24:19.826Z | info: running `cargo check --bins` on wicket-dbg (213/217) |
| 4105 | 2025-06-30T22:24:20.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2025-06-30T22:24:20.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2025-06-30T22:24:20.679Z | Checking rtoolbox v0.0.2 |
| 4108 | 2025-06-30T22:24:20.679Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4109 | 2025-06-30T22:24:20.682Z | Checking tui-tree-widget v0.23.1 |
| 4110 | 2025-06-30T22:24:20.953Z | Checking rpassword v7.4.0 |
| 4111 | 2025-06-30T22:24:25.715Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4112 | 2025-06-30T22:24:28.643Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4113 | 2025-06-30T22:24:29.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.03s |
| 4114 | 2025-06-30T22:24:30.076Z | |
| 4115 | 2025-06-30T22:24:30.076Z | info: running `cargo check --bins` on wicket (214/217) |
| 4116 | 2025-06-30T22:24:30.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2025-06-30T22:24:30.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2025-06-30T22:24:30.920Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4119 | 2025-06-30T22:24:31.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4120 | 2025-06-30T22:24:31.589Z | |
| 4121 | 2025-06-30T22:24:31.589Z | info: running `cargo check --bins` on wicketd (215/217) |
| 4122 | 2025-06-30T22:24:32.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2025-06-30T22:24:32.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2025-06-30T22:24:32.460Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4125 | 2025-06-30T22:24:36.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s |
| 4126 | 2025-06-30T22:24:36.796Z | |
| 4127 | 2025-06-30T22:24:36.796Z | info: running `cargo check --bins` on omicron-workspace-hack (216/217) |
| 4128 | 2025-06-30T22:24:37.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2025-06-30T22:24:37.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2025-06-30T22:24:37.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4131 | 2025-06-30T22:24:37.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4132 | 2025-06-30T22:24:37.526Z | |
| 4133 | 2025-06-30T22:24:37.526Z | info: running `cargo check --bins` on zone-setup (217/217) |
| 4134 | 2025-06-30T22:24:38.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4135 | 2025-06-30T22:24:38.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4136 | 2025-06-30T22:24:38.319Z | Checking uzers v0.12.1 |
| 4137 | 2025-06-30T22:24:38.673Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4138 | 2025-06-30T22:24:39.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
| 4139 | 2025-06-30T22:24:39.939Z | |
| 4140 | 2025-06-30T22:24:39.942Z | real 15:12.605543785 |
| 4141 | 2025-06-30T22:24:39.942Z | user 30:31.993314723 |
| 4142 | 2025-06-30T22:24:39.943Z | sys 4:59.590487280 |
| 4143 | 2025-06-30T22:24:39.943Z | trap 0.622397876 |
| 4144 | 2025-06-30T22:24:39.943Z | tflt 0.711177287 |
| 4145 | 2025-06-30T22:24:39.943Z | dflt 1.416330177 |
| 4146 | 2025-06-30T22:24:39.943Z | kflt 0.001076000 |
| 4147 | 2025-06-30T22:24:39.943Z | lock 50:21.717442863 |
| 4148 | 2025-06-30T22:24:39.943Z | slp 2:28:05.511127936 |
| 4149 | 2025-06-30T22:24:39.943Z | lat 1:16.244863695 |
| 4150 | 2025-06-30T22:24:39.943Z | stop 4:45.177724311 |
| 4151 | 2025-06-30T22:24:39.943Z | process exited: duration 1203947 ms, exit code 0 |
| |
| 4152 | 2025-06-30T22:24:39.950Z | found 0 output files |