|
|
|
| 1 | 2025-04-16T03:07:31.224Z | job assigned to worker 01JRY912F7WJAB69CSKA50X0MP [factory gimlet-EVT22200007-propolis, EVT22200007/24751] (queued for 24 s) |
| |
| 2 | 2025-04-16T03:07:39.424Z | starting task 0: "setup" |
| 3 | 2025-04-16T03:07:39.449Z | ++ uname -s |
| 4 | 2025-04-16T03:07:39.449Z | + kern=SunOS |
| 5 | 2025-04-16T03:07:39.449Z | + build_user=build |
| 6 | 2025-04-16T03:07:39.450Z | + build_uid=12345 |
| 7 | 2025-04-16T03:07:39.450Z | + work_dir=/work |
| 8 | 2025-04-16T03:07:39.450Z | + input_dir=/input |
| 9 | 2025-04-16T03:07:39.450Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-16T03:07:39.450Z | + case "$kern" in |
| 11 | 2025-04-16T03:07:39.450Z | + groupadd -g 12345 build |
| 12 | 2025-04-16T03:07:39.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-16T03:07:41.445Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-16T03:07:41.491Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-16T03:07:41.516Z | + home_fs=zfs |
| 16 | 2025-04-16T03:07:41.516Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-16T03:07:41.516Z | + mkdir -p /home/build |
| 18 | 2025-04-16T03:07:41.516Z | + chown build:build /home/build /work |
| 19 | 2025-04-16T03:07:43.500Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-16T03:07:43.527Z | process exited: duration 4082 ms, exit code 0 |
| |
| 21 | 2025-04-16T03:07:43.582Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-16T03:07:43.608Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-16T03:07:43.608Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-04-16T03:07:43.608Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-04-16T03:07:43.608Z | * rust toolchain channel = "1.86.0" |
| 26 | 2025-04-16T03:07:43.608Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-16T03:07:43.608Z | * rust toolchain profile = "default" |
| 28 | 2025-04-16T03:07:43.608Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-16T03:07:43.608Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-16T03:07:43.740Z | info: downloading installer |
| 31 | 2025-04-16T03:07:44.265Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-16T03:07:44.265Z | warn: /opt/ooce/bin |
| 33 | 2025-04-16T03:07:44.265Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-16T03:07:44.265Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-16T03:07:44.265Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-16T03:07:44.265Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-16T03:07:44.265Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-16T03:07:44.265Z | error: cannot install while Rust is installed |
| 39 | 2025-04-16T03:07:44.265Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-16T03:07:44.296Z | info: profile set to 'default' |
| 41 | 2025-04-16T03:07:44.296Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-16T03:07:44.296Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-16T03:07:44.409Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-16T03:07:44.409Z | info: downloading component 'cargo' |
| 45 | 2025-04-16T03:07:44.635Z | info: downloading component 'clippy' |
| 46 | 2025-04-16T03:07:45.009Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-16T03:07:45.788Z | info: downloading component 'rust-std' |
| 48 | 2025-04-16T03:07:46.279Z | info: downloading component 'rustc' |
| 49 | 2025-04-16T03:07:49.831Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-16T03:07:49.992Z | info: installing component 'cargo' |
| 51 | 2025-04-16T03:07:51.102Z | info: installing component 'clippy' |
| 52 | 2025-04-16T03:07:51.566Z | info: installing component 'rust-docs' |
| 53 | 2025-04-16T03:07:54.556Z | info: installing component 'rust-std' |
| 54 | 2025-04-16T03:07:56.538Z | info: installing component 'rustc' |
| 55 | 2025-04-16T03:08:04.358Z | info: installing component 'rustfmt' |
| 56 | 2025-04-16T03:08:04.731Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-16T03:08:04.731Z | |
| 58 | 2025-04-16T03:08:04.904Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-16T03:08:04.904Z | |
| 60 | 2025-04-16T03:08:04.930Z | |
| 61 | 2025-04-16T03:08:04.930Z | Rust is installed now. Great! |
| 62 | 2025-04-16T03:08:04.930Z | |
| 63 | 2025-04-16T03:08:04.930Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-16T03:08:04.930Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-16T03:08:04.930Z | |
| 66 | 2025-04-16T03:08:04.930Z | To configure your current shell, you need to source |
| 67 | 2025-04-16T03:08:04.930Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-16T03:08:04.930Z | |
| 69 | 2025-04-16T03:08:04.931Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-16T03:08:04.931Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-16T03:08:04.931Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-16T03:08:04.931Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-16T03:08:05.017Z | + rustup --version |
| 74 | 2025-04-16T03:08:05.042Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-16T03:08:05.042Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-16T03:08:05.087Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-16T03:08:05.113Z | + cargo --version |
| 78 | 2025-04-16T03:08:05.138Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-16T03:08:05.138Z | + rustc --version |
| 80 | 2025-04-16T03:08:05.175Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-16T03:08:05.200Z | process exited: duration 21598 ms, exit code 0 |
| |
| 82 | 2025-04-16T03:08:05.251Z | starting task 2: "authentication" |
| 83 | 2025-04-16T03:08:05.309Z | process exited: duration 58 ms, exit code 0 |
| |
| 84 | 2025-04-16T03:08:05.362Z | starting task 3: "clone repository" |
| 85 | 2025-04-16T03:08:05.387Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-16T03:08:05.387Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-16T03:08:05.415Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-16T03:08:14.732Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-16T03:08:14.732Z | + git fetch origin e574c82c103ddf9485c440e1c88f5434a911c69a |
| 90 | 2025-04-16T03:08:15.120Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-16T03:08:15.120Z | * branch e574c82c103ddf9485c440e1c88f5434a911c69a -> FETCH_HEAD |
| 92 | 2025-04-16T03:08:15.145Z | + [[ -n dap/sp-blueprint ]] |
| 93 | 2025-04-16T03:08:15.145Z | ++ git branch --show-current |
| 94 | 2025-04-16T03:08:15.145Z | + current=main |
| 95 | 2025-04-16T03:08:15.145Z | + [[ main != dap/sp-blueprint ]] |
| 96 | 2025-04-16T03:08:15.145Z | + git branch -f dap/sp-blueprint e574c82c103ddf9485c440e1c88f5434a911c69a |
| 97 | 2025-04-16T03:08:15.145Z | + git checkout -f dap/sp-blueprint |
| 98 | 2025-04-16T03:08:15.271Z | Switched to branch 'dap/sp-blueprint' |
| 99 | 2025-04-16T03:08:15.296Z | + git reset --hard e574c82c103ddf9485c440e1c88f5434a911c69a |
| 100 | 2025-04-16T03:08:15.394Z | HEAD is now at e574c82c1 fix test |
| 101 | 2025-04-16T03:08:15.419Z | process exited: duration 10034 ms, exit code 0 |
| |
| 102 | 2025-04-16T03:08:15.469Z | starting task 4: "build" |
| 103 | 2025-04-16T03:08:15.495Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-16T03:08:15.495Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-16T03:08:15.495Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-16T03:08:15.495Z | + cargo --version |
| 107 | 2025-04-16T03:08:15.554Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-16T03:08:15.579Z | + rustc --version |
| 109 | 2025-04-16T03:08:15.644Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-16T03:08:15.670Z | + source ./env.sh |
| 111 | 2025-04-16T03:08:15.670Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2025-04-16T03:08:15.670Z | ++ set -o xtrace |
| 113 | 2025-04-16T03:08:15.670Z | ++++ dirname ./env.sh |
| 114 | 2025-04-16T03:08:15.670Z | +++ readlink -f . |
| 115 | 2025-04-16T03:08:15.670Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2025-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.670Z | ++ 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-04-16T03:08:15.671Z | ++ 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-04-16T03:08:15.671Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2025-04-16T03:08:15.671Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2025-04-16T03:08:15.671Z | + 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-04-16T03:08:15.671Z | + 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-04-16T03:08:15.671Z | + banner prerequisites |
| 129 | 2025-04-16T03:08:15.671Z | |
| 130 | 2025-04-16T03:08:15.671Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2025-04-16T03:08:15.671Z | # # # # # # # # # # # # # # # |
| 132 | 2025-04-16T03:08:15.671Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2025-04-16T03:08:15.671Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2025-04-16T03:08:15.671Z | # # # # # # # # # # # # # # # |
| 135 | 2025-04-16T03:08:15.671Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2025-04-16T03:08:15.671Z | |
| 137 | 2025-04-16T03:08:15.671Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2025-04-16T03:08:17.007Z | pkg list: illegal option -- F |
| 139 | 2025-04-16T03:08:17.007Z | Usage: |
| 140 | 2025-04-16T03:08:17.008Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 141 | 2025-04-16T03:08:17.008Z | [pkg_fmri_pattern ...] |
| 142 | 2025-04-16T03:08:18.001Z | pkg list: illegal option -- F |
| 143 | 2025-04-16T03:08:18.001Z | Usage: |
| 144 | 2025-04-16T03:08:18.040Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 145 | 2025-04-16T03:08:18.040Z | [pkg_fmri_pattern ...] |
| 146 | 2025-04-16T03:08:31.043Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 147 | 2025-04-16T03:08:37.070Z | Startup: Caching catalogs ... Done |
| 148 | 2025-04-16T03:08:58.193Z | Planning: Solver setup ... Done (20.016s) |
| 149 | 2025-04-16T03:08:58.414Z | Planning: Running solver ... Done (0.221s) |
| 150 | 2025-04-16T03:08:58.558Z | Planning: Finding local manifests ... Done (0.003s) |
| 151 | 2025-04-16T03:08:58.639Z | Planning: Fetching manifests: 0/7 0% complete |
| 152 | 2025-04-16T03:08:59.109Z | Planning: Fetching manifests: 7/7 100% complete |
| 153 | 2025-04-16T03:08:59.241Z | Planning: Package planning ... Done (0.132s) |
| 154 | 2025-04-16T03:08:59.307Z | Planning: Merging actions ... Done (0.065s) |
| 155 | 2025-04-16T03:08:59.527Z | Planning: Checking for conflicting actions ... Done (0.221s) |
| 156 | 2025-04-16T03:09:00.606Z | Planning: Consolidating action changes ... Done (1.078s) |
| 157 | 2025-04-16T03:09:01.006Z | Planning: Evaluating mediators ... Done (0.400s) |
| 158 | 2025-04-16T03:09:01.101Z | Planning: Planning completed in 23.94 seconds |
| 159 | 2025-04-16T03:09:01.127Z | Packages to install: 4 |
| 160 | 2025-04-16T03:09:01.127Z | Packages to update: 3 |
| 161 | 2025-04-16T03:09:01.127Z | Mediators to change: 2 |
| 162 | 2025-04-16T03:09:01.127Z | Services to change: 1 |
| 163 | 2025-04-16T03:09:01.127Z | Estimated space available: 155.09 GB |
| 164 | 2025-04-16T03:09:01.127Z | Estimated space to be consumed: 1.69 GB |
| 165 | 2025-04-16T03:09:01.127Z | Create boot environment: No |
| 166 | 2025-04-16T03:09:01.127Z | Create backup boot environment: Yes |
| 167 | 2025-04-16T03:09:01.127Z | Rebuild boot archive: No |
| 168 | 2025-04-16T03:09:01.127Z | |
| 169 | 2025-04-16T03:09:01.127Z | Changed mediators: |
| 170 | 2025-04-16T03:09:01.127Z | mediator clang: |
| 171 | 2025-04-16T03:09:01.127Z | version: None -> 15 (system default) |
| 172 | 2025-04-16T03:09:01.127Z | |
| 173 | 2025-04-16T03:09:01.127Z | mediator llvm: |
| 174 | 2025-04-16T03:09:01.127Z | version: 14 (system default) -> 15 (system default) |
| 175 | 2025-04-16T03:09:01.127Z | |
| 176 | 2025-04-16T03:09:01.127Z | Changed packages: |
| 177 | 2025-04-16T03:09:01.127Z | helios-dev |
| 178 | 2025-04-16T03:09:01.127Z | developer/build-essential |
| 179 | 2025-04-16T03:09:01.127Z | None -> 11-2.0 |
| 180 | 2025-04-16T03:09:01.127Z | library/libxmlsec1 |
| 181 | 2025-04-16T03:09:01.127Z | None -> 1.2.35-2.0 |
| 182 | 2025-04-16T03:09:01.127Z | ooce/developer/clang-15 |
| 183 | 2025-04-16T03:09:01.127Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-16T03:09:01.127Z | ooce/developer/llvm-15 |
| 185 | 2025-04-16T03:09:01.127Z | None -> 15.0.7-2.0 |
| 186 | 2025-04-16T03:09:01.127Z | package/pkg |
| 187 | 2025-04-16T03:09:01.127Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 188 | 2025-04-16T03:09:01.127Z | system/library/g++-runtime |
| 189 | 2025-04-16T03:09:01.127Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-16T03:09:01.127Z | system/library/gcc-runtime |
| 191 | 2025-04-16T03:09:01.127Z | 13-2.0 -> 14-2.0 |
| 192 | 2025-04-16T03:09:01.128Z | |
| 193 | 2025-04-16T03:09:01.128Z | Services: |
| 194 | 2025-04-16T03:09:01.128Z | restart_fmri: |
| 195 | 2025-04-16T03:09:01.128Z | svc:/system/update-man-index:default |
| 196 | 2025-04-16T03:09:01.128Z | |
| 197 | 2025-04-16T03:09:01.128Z | Editable files to change: |
| 198 | 2025-04-16T03:09:01.128Z | Update: |
| 199 | 2025-04-16T03:09:01.128Z | usr/share/lib/pkg/web/config.shtml |
| 200 | 2025-04-16T03:09:01.189Z | |
| 201 | 2025-04-16T03:09:01.189Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 202 | 2025-04-16T03:09:06.195Z | Download: 893/4301 items 18.9/225.4MB 8% complete (3.9M/s) |
| 203 | 2025-04-16T03:09:11.198Z | Download: 1201/4301 items 83.6/225.4MB 37% complete (8.5M/s) |
| 204 | 2025-04-16T03:09:16.198Z | Download: 1597/4301 items 117.7/225.4MB 52% complete (9.9M/s) |
| 205 | 2025-04-16T03:09:28.122Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (5.4M/s) |
| 206 | 2025-04-16T03:09:33.123Z | Download: 3174/4301 items 147.9/225.4MB 65% complete (5.6M/s) |
| 207 | 2025-04-16T03:09:38.205Z | Download: 3257/4301 items 204.6/225.4MB 90% complete (8.7M/s) |
| 208 | 2025-04-16T03:09:43.831Z | Download: 3284/4301 items 210.7/225.4MB 93% complete (8.9M/s) |
| 209 | 2025-04-16T03:09:48.837Z | Download: 3869/4301 items 217.9/225.4MB 96% complete (900k/s) |
| 210 | 2025-04-16T03:09:53.508Z | Download: Completed 225.42 MB in 52.32 seconds (4.3M/s) |
| 211 | 2025-04-16T03:09:54.991Z | Actions: 1/5122 actions (Removing old actions) |
| 212 | 2025-04-16T03:09:55.016Z | Actions: 194/5122 actions (Installing new actions) |
| 213 | 2025-04-16T03:10:00.004Z | Actions: 3823/5122 actions (Installing new actions) |
| 214 | 2025-04-16T03:10:00.963Z | Actions: 4267/5122 actions (Updating modified actions) |
| 215 | 2025-04-16T03:10:01.377Z | Actions: Completed 5122 actions in 6.38 seconds. |
| 216 | 2025-04-16T03:10:01.974Z | Done (0.590s) |
| 217 | 2025-04-16T03:10:02.002Z | Done (0.001s) |
| 218 | 2025-04-16T03:10:02.777Z | Done (0.801s) |
| 219 | 2025-04-16T03:10:07.557Z | Done (4.571s) |
| 220 | 2025-04-16T03:10:07.652Z | Done (0.018s) |
| 221 | 2025-04-16T03:10:07.678Z | Done (0.000s) |
| 222 | 2025-04-16T03:10:07.831Z | Done (0.000s) |
| 223 | 2025-04-16T03:10:08.666Z | Planning: Evaluating mediator changes ... Done |
| 224 | 2025-04-16T03:10:08.917Z | Planning: Checking for conflicting actions ... Done |
| 225 | 2025-04-16T03:10:08.945Z | Planning: Consolidating action changes ... Done |
| 226 | 2025-04-16T03:10:09.244Z | Planning: Evaluating mediators ... Done |
| 227 | 2025-04-16T03:10:09.269Z | Planning: Planning completed in 0.59 seconds |
| 228 | 2025-04-16T03:10:09.294Z | Mediators to change: 2 |
| 229 | 2025-04-16T03:10:09.294Z | Create boot environment: No |
| 230 | 2025-04-16T03:10:09.294Z | Create backup boot environment: No |
| 231 | 2025-04-16T03:10:09.352Z | Done |
| 232 | 2025-04-16T03:10:09.352Z | Done |
| 233 | 2025-04-16T03:10:09.999Z | Done |
| 234 | 2025-04-16T03:10:14.081Z | Done |
| 235 | 2025-04-16T03:10:14.172Z | Done |
| 236 | 2025-04-16T03:10:14.197Z | Done |
| 237 | 2025-04-16T03:10:14.266Z | Done |
| 238 | 2025-04-16T03:10:14.968Z | Planning: Evaluating mediator changes ... Done |
| 239 | 2025-04-16T03:10:14.993Z | Planning: Merging actions ... Done |
| 240 | 2025-04-16T03:10:15.198Z | Planning: Checking for conflicting actions ... Done |
| 241 | 2025-04-16T03:10:15.225Z | Planning: Consolidating action changes ... Done |
| 242 | 2025-04-16T03:10:15.511Z | Planning: Evaluating mediators ... Done |
| 243 | 2025-04-16T03:10:15.576Z | Planning: Planning completed in 0.89 seconds |
| 244 | 2025-04-16T03:10:15.621Z | Packages to change: 1 |
| 245 | 2025-04-16T03:10:15.621Z | Mediators to change: 1 |
| 246 | 2025-04-16T03:10:15.621Z | Services to change: 1 |
| 247 | 2025-04-16T03:10:15.621Z | Create boot environment: No |
| 248 | 2025-04-16T03:10:15.621Z | Create backup boot environment: Yes |
| 249 | 2025-04-16T03:10:17.312Z | Actions: 1/6 actions (Updating modified actions) |
| 250 | 2025-04-16T03:10:17.337Z | Actions: Completed 6 actions in 0.00 seconds. |
| 251 | 2025-04-16T03:10:17.337Z | Done |
| 252 | 2025-04-16T03:10:17.337Z | Done |
| 253 | 2025-04-16T03:10:17.480Z | Done |
| 254 | 2025-04-16T03:10:21.728Z | Done |
| 255 | 2025-04-16T03:10:21.826Z | Done |
| 256 | 2025-04-16T03:10:21.851Z | Done |
| 257 | 2025-04-16T03:10:21.927Z | Done |
| 258 | 2025-04-16T03:10:22.461Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 259 | 2025-04-16T03:10:22.461Z | clang system 15 system |
| 260 | 2025-04-16T03:10:22.461Z | csh system system illumos |
| 261 | 2025-04-16T03:10:22.461Z | ctags system system illumos |
| 262 | 2025-04-16T03:10:22.461Z | gcc vendor 12 vendor |
| 263 | 2025-04-16T03:10:22.461Z | gcc system 10 system |
| 264 | 2025-04-16T03:10:22.461Z | gcc system 7 system |
| 265 | 2025-04-16T03:10:22.461Z | go system 1.20 system |
| 266 | 2025-04-16T03:10:22.461Z | go system 1.19 system |
| 267 | 2025-04-16T03:10:22.461Z | llvm system 15 system |
| 268 | 2025-04-16T03:10:22.461Z | llvm system 14 system |
| 269 | 2025-04-16T03:10:22.461Z | mariadb system 10.6 system |
| 270 | 2025-04-16T03:10:22.461Z | mta vendor vendor dma |
| 271 | 2025-04-16T03:10:22.461Z | openjdk system 17 system |
| 272 | 2025-04-16T03:10:22.461Z | openjdk system 11 system |
| 273 | 2025-04-16T03:10:22.461Z | openjdk system 1.8 system |
| 274 | 2025-04-16T03:10:22.461Z | openssl vendor 3 vendor |
| 275 | 2025-04-16T03:10:22.461Z | perl system 5.36 system |
| 276 | 2025-04-16T03:10:22.461Z | postgresql system 15 system |
| 277 | 2025-04-16T03:10:22.461Z | postgresql system 13 system |
| 278 | 2025-04-16T03:10:22.461Z | python vendor 3 vendor |
| 279 | 2025-04-16T03:10:22.461Z | python system 2 system |
| 280 | 2025-04-16T03:10:22.461Z | python3 system 3.11 system |
| 281 | 2025-04-16T03:10:22.461Z | ruby system 3.0 system |
| 282 | 2025-04-16T03:10:22.461Z | words vendor vendor american-english |
| 283 | 2025-04-16T03:10:22.461Z | words system system australian-english |
| 284 | 2025-04-16T03:10:22.461Z | words system system british-english |
| 285 | 2025-04-16T03:10:22.461Z | words system system canadian-english |
| 286 | 2025-04-16T03:10:22.461Z | words system system french |
| 287 | 2025-04-16T03:10:22.462Z | words system system italian |
| 288 | 2025-04-16T03:10:22.462Z | words system system ngerman |
| 289 | 2025-04-16T03:10:22.462Z | words system system ogerman |
| 290 | 2025-04-16T03:10:22.462Z | words system system spanish |
| 291 | 2025-04-16T03:10:22.857Z | PUBLISHER TYPE STATUS P LOCATION |
| 292 | 2025-04-16T03:10:22.857Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 293 | 2025-04-16T03:10:26.886Z | FMRI IFO |
| 294 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 295 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 296 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 297 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 298 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 299 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 300 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 301 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 302 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 303 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 304 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 305 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 306 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 307 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 308 | 2025-04-16T03:10:26.886Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 309 | 2025-04-16T03:10:27.816Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 310 | 2025-04-16T03:10:28.233Z | Updating crates.io index |
| 311 | 2025-04-16T03:10:28.303Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 312 | 2025-04-16T03:10:28.704Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 313 | 2025-04-16T03:10:29.445Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 314 | 2025-04-16T03:10:29.738Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 315 | 2025-04-16T03:10:30.059Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 316 | 2025-04-16T03:10:30.432Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 317 | 2025-04-16T03:10:31.608Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 318 | 2025-04-16T03:10:33.782Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 319 | 2025-04-16T03:10:34.593Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 320 | 2025-04-16T03:10:35.342Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 321 | 2025-04-16T03:10:35.720Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 322 | 2025-04-16T03:10:36.180Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 323 | 2025-04-16T03:10:36.931Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 324 | 2025-04-16T03:10:37.503Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 325 | 2025-04-16T03:10:38.130Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 326 | 2025-04-16T03:10:38.569Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 327 | 2025-04-16T03:10:38.960Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 328 | 2025-04-16T03:10:39.356Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 329 | 2025-04-16T03:10:39.704Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 330 | 2025-04-16T03:10:40.014Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 331 | 2025-04-16T03:10:40.394Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 332 | 2025-04-16T03:10:40.811Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 333 | 2025-04-16T03:10:41.264Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 334 | 2025-04-16T03:10:41.731Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 335 | 2025-04-16T03:10:42.057Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 336 | 2025-04-16T03:10:42.664Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 337 | 2025-04-16T03:10:43.158Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 338 | 2025-04-16T03:10:43.521Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 339 | 2025-04-16T03:10:44.040Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 340 | 2025-04-16T03:10:44.617Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 341 | 2025-04-16T03:10:45.042Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 342 | 2025-04-16T03:10:45.361Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 343 | 2025-04-16T03:10:45.750Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 344 | 2025-04-16T03:10:46.135Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 345 | 2025-04-16T03:10:56.353Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 346 | 2025-04-16T03:10:57.806Z | Downloading crates ... |
| 347 | 2025-04-16T03:10:57.871Z | Downloaded block-buffer v0.10.4 |
| 348 | 2025-04-16T03:10:57.897Z | Downloaded is_terminal_polyfill v1.70.1 |
| 349 | 2025-04-16T03:10:57.897Z | Downloaded bitflags v1.3.2 |
| 350 | 2025-04-16T03:10:57.897Z | Downloaded anstyle-query v1.1.1 |
| 351 | 2025-04-16T03:10:57.897Z | Downloaded swrite v0.1.0 |
| 352 | 2025-04-16T03:10:57.897Z | Downloaded pretty-hex v0.4.1 |
| 353 | 2025-04-16T03:10:57.897Z | Downloaded zerocopy-derive v0.7.35 |
| 354 | 2025-04-16T03:10:57.923Z | Downloaded utf8parse v0.2.2 |
| 355 | 2025-04-16T03:10:57.923Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2025-04-16T03:10:57.923Z | Downloaded unicode-ident v1.0.14 |
| 357 | 2025-04-16T03:10:57.923Z | Downloaded toml v0.8.20 |
| 358 | 2025-04-16T03:10:57.923Z | Downloaded toml_edit v0.22.24 |
| 359 | 2025-04-16T03:10:57.948Z | Downloaded memchr v2.7.4 |
| 360 | 2025-04-16T03:10:57.975Z | Downloaded hashbrown v0.15.1 |
| 361 | 2025-04-16T03:10:57.975Z | Downloaded serde_json v1.0.140 |
| 362 | 2025-04-16T03:10:57.975Z | Downloaded tabled v0.15.0 |
| 363 | 2025-04-16T03:10:58.000Z | Downloaded winnow v0.7.3 |
| 364 | 2025-04-16T03:10:58.000Z | Downloaded syn v1.0.109 |
| 365 | 2025-04-16T03:10:58.025Z | Downloaded syn v2.0.98 |
| 366 | 2025-04-16T03:10:58.025Z | Downloaded rustix v0.37.28 |
| 367 | 2025-04-16T03:10:58.050Z | Downloaded pest v2.7.14 |
| 368 | 2025-04-16T03:10:58.050Z | Downloaded once_cell v1.21.3 |
| 369 | 2025-04-16T03:10:58.050Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2025-04-16T03:10:58.075Z | Downloaded usdt v0.5.0 |
| 371 | 2025-04-16T03:10:58.075Z | Downloaded thread-id v4.2.2 |
| 372 | 2025-04-16T03:10:58.075Z | Downloaded zerocopy v0.7.35 |
| 373 | 2025-04-16T03:10:58.075Z | Downloaded libc v0.2.171 |
| 374 | 2025-04-16T03:10:58.102Z | Downloaded cfg-if v1.0.0 |
| 375 | 2025-04-16T03:10:58.102Z | Downloaded version_check v0.9.5 |
| 376 | 2025-04-16T03:10:58.127Z | Downloaded unicode-width v0.1.14 |
| 377 | 2025-04-16T03:10:58.127Z | Downloaded goblin v0.8.2 |
| 378 | 2025-04-16T03:10:58.127Z | Downloaded clap_builder v4.5.35 |
| 379 | 2025-04-16T03:10:58.127Z | Downloaded indexmap v2.7.1 |
| 380 | 2025-04-16T03:10:58.127Z | Downloaded thiserror-impl v1.0.69 |
| 381 | 2025-04-16T03:10:58.152Z | Downloaded serde v1.0.219 |
| 382 | 2025-04-16T03:10:58.153Z | Downloaded pest_meta v2.7.14 |
| 383 | 2025-04-16T03:10:58.153Z | Downloaded fs-err v2.11.0 |
| 384 | 2025-04-16T03:10:58.153Z | Downloaded colorchoice v1.0.2 |
| 385 | 2025-04-16T03:10:58.153Z | Downloaded textwrap v0.16.1 |
| 386 | 2025-04-16T03:10:58.153Z | Downloaded serde_derive v1.0.219 |
| 387 | 2025-04-16T03:10:58.153Z | Downloaded ryu v1.0.18 |
| 388 | 2025-04-16T03:10:58.153Z | Downloaded proc-macro2 v1.0.94 |
| 389 | 2025-04-16T03:10:58.153Z | Downloaded proc-macro-error-attr v1.0.4 |
| 390 | 2025-04-16T03:10:58.153Z | Downloaded pest_derive v2.7.14 |
| 391 | 2025-04-16T03:10:58.153Z | Downloaded rustix v0.38.37 |
| 392 | 2025-04-16T03:10:58.178Z | Downloaded papergrid v0.11.0 |
| 393 | 2025-04-16T03:10:58.203Z | Downloaded cargo_toml v0.21.0 |
| 394 | 2025-04-16T03:10:58.203Z | Downloaded typenum v1.17.0 |
| 395 | 2025-04-16T03:10:58.203Z | Downloaded terminal_size v0.4.0 |
| 396 | 2025-04-16T03:10:58.203Z | Downloaded semver v1.0.25 |
| 397 | 2025-04-16T03:10:58.203Z | Downloaded scroll v0.12.0 |
| 398 | 2025-04-16T03:10:58.203Z | Downloaded memmap v0.7.0 |
| 399 | 2025-04-16T03:10:58.203Z | Downloaded dof v0.3.0 |
| 400 | 2025-04-16T03:10:58.203Z | Downloaded clap v4.5.35 |
| 401 | 2025-04-16T03:10:58.203Z | Downloaded anstyle v1.0.10 |
| 402 | 2025-04-16T03:10:58.229Z | Downloaded terminal_size v0.2.6 |
| 403 | 2025-04-16T03:10:58.229Z | Downloaded tempfile v3.13.0 |
| 404 | 2025-04-16T03:10:58.229Z | Downloaded smawk v0.3.2 |
| 405 | 2025-04-16T03:10:58.229Z | Downloaded sha2 v0.10.8 |
| 406 | 2025-04-16T03:10:58.229Z | Downloaded scroll_derive v0.12.0 |
| 407 | 2025-04-16T03:10:58.229Z | Downloaded quote v1.0.39 |
| 408 | 2025-04-16T03:10:58.229Z | Downloaded proc-macro-error v1.0.4 |
| 409 | 2025-04-16T03:10:58.229Z | Downloaded plain v0.2.3 |
| 410 | 2025-04-16T03:10:58.229Z | Downloaded pest_generator v2.7.14 |
| 411 | 2025-04-16T03:10:58.229Z | Downloaded macaddr v1.0.1 |
| 412 | 2025-04-16T03:10:58.229Z | Downloaded log v0.4.22 |
| 413 | 2025-04-16T03:10:58.229Z | Downloaded io-lifetimes v1.0.11 |
| 414 | 2025-04-16T03:10:58.229Z | Downloaded errno v0.3.9 |
| 415 | 2025-04-16T03:10:58.255Z | Downloaded digest v0.10.7 |
| 416 | 2025-04-16T03:10:58.255Z | Downloaded clap_derive v4.5.32 |
| 417 | 2025-04-16T03:10:58.255Z | Downloaded cargo_metadata v0.19.2 |
| 418 | 2025-04-16T03:10:58.255Z | Downloaded camino-tempfile v1.1.1 |
| 419 | 2025-04-16T03:10:58.255Z | Downloaded byteorder v1.5.0 |
| 420 | 2025-04-16T03:10:58.255Z | Downloaded bitflags v2.9.0 |
| 421 | 2025-04-16T03:10:58.255Z | Downloaded anyhow v1.0.97 |
| 422 | 2025-04-16T03:10:58.255Z | Downloaded usdt-macro v0.5.0 |
| 423 | 2025-04-16T03:10:58.255Z | Downloaded usdt-attr-macro v0.5.0 |
| 424 | 2025-04-16T03:10:58.255Z | Downloaded unicode-linebreak v0.1.5 |
| 425 | 2025-04-16T03:10:58.255Z | Downloaded toml_datetime v0.6.8 |
| 426 | 2025-04-16T03:10:58.255Z | Downloaded thiserror-impl v2.0.12 |
| 427 | 2025-04-16T03:10:58.255Z | Downloaded thiserror v2.0.12 |
| 428 | 2025-04-16T03:10:58.280Z | Downloaded thiserror v1.0.69 |
| 429 | 2025-04-16T03:10:58.280Z | Downloaded tabled_derive v0.7.0 |
| 430 | 2025-04-16T03:10:58.280Z | Downloaded strsim v0.11.1 |
| 431 | 2025-04-16T03:10:58.280Z | Downloaded serde_tokenstream v0.2.2 |
| 432 | 2025-04-16T03:10:58.280Z | Downloaded serde_spanned v0.6.8 |
| 433 | 2025-04-16T03:10:58.280Z | Downloaded heck v0.5.0 |
| 434 | 2025-04-16T03:10:58.280Z | Downloaded heck v0.4.1 |
| 435 | 2025-04-16T03:10:58.280Z | Downloaded generic-array v0.14.7 |
| 436 | 2025-04-16T03:10:58.280Z | Downloaded fastrand v2.1.1 |
| 437 | 2025-04-16T03:10:58.280Z | Downloaded clap_lex v0.7.4 |
| 438 | 2025-04-16T03:10:58.280Z | Downloaded itoa v1.0.11 |
| 439 | 2025-04-16T03:10:58.280Z | Downloaded crypto-common v0.1.6 |
| 440 | 2025-04-16T03:10:58.280Z | Downloaded cpufeatures v0.2.14 |
| 441 | 2025-04-16T03:10:58.306Z | Downloaded dtrace-parser v0.2.0 |
| 442 | 2025-04-16T03:10:58.306Z | Downloaded bytecount v0.6.8 |
| 443 | 2025-04-16T03:10:58.306Z | Downloaded autocfg v1.4.0 |
| 444 | 2025-04-16T03:10:58.306Z | Downloaded anstream v0.6.15 |
| 445 | 2025-04-16T03:10:58.306Z | Downloaded fnv v1.0.7 |
| 446 | 2025-04-16T03:10:58.306Z | Downloaded equivalent v1.0.1 |
| 447 | 2025-04-16T03:10:58.306Z | Downloaded cargo-platform v0.1.8 |
| 448 | 2025-04-16T03:10:58.306Z | Downloaded camino v1.1.9 |
| 449 | 2025-04-16T03:10:58.306Z | Downloaded anstyle-parse v0.2.5 |
| 450 | 2025-04-16T03:10:58.426Z | Compiling proc-macro2 v1.0.94 |
| 451 | 2025-04-16T03:10:58.426Z | Compiling unicode-ident v1.0.14 |
| 452 | 2025-04-16T03:10:58.426Z | Compiling serde v1.0.219 |
| 453 | 2025-04-16T03:10:58.451Z | Compiling libc v0.2.171 |
| 454 | 2025-04-16T03:10:58.451Z | Compiling version_check v0.9.5 |
| 455 | 2025-04-16T03:10:58.451Z | Compiling memchr v2.7.4 |
| 456 | 2025-04-16T03:10:58.451Z | Compiling thiserror v1.0.69 |
| 457 | 2025-04-16T03:10:58.451Z | Compiling ucd-trie v0.1.7 |
| 458 | 2025-04-16T03:10:58.718Z | Compiling itoa v1.0.11 |
| 459 | 2025-04-16T03:10:58.949Z | Compiling ryu v1.0.18 |
| 460 | 2025-04-16T03:10:59.107Z | Compiling once_cell v1.21.3 |
| 461 | 2025-04-16T03:10:59.215Z | Compiling byteorder v1.5.0 |
| 462 | 2025-04-16T03:10:59.302Z | Compiling rustix v0.38.37 |
| 463 | 2025-04-16T03:10:59.449Z | Compiling serde_json v1.0.140 |
| 464 | 2025-04-16T03:10:59.686Z | Compiling bitflags v2.9.0 |
| 465 | 2025-04-16T03:10:59.772Z | Compiling usdt-impl v0.5.0 |
| 466 | 2025-04-16T03:10:59.909Z | Compiling proc-macro-error-attr v1.0.4 |
| 467 | 2025-04-16T03:10:59.974Z | Compiling syn v1.0.109 |
| 468 | 2025-04-16T03:11:00.018Z | Compiling io-lifetimes v1.0.11 |
| 469 | 2025-04-16T03:11:00.065Z | Compiling proc-macro-error v1.0.4 |
| 470 | 2025-04-16T03:11:00.105Z | Compiling quote v1.0.39 |
| 471 | 2025-04-16T03:11:00.193Z | Compiling errno v0.3.9 |
| 472 | 2025-04-16T03:11:00.446Z | Compiling syn v2.0.98 |
| 473 | 2025-04-16T03:11:00.555Z | Compiling utf8parse v0.2.2 |
| 474 | 2025-04-16T03:11:00.580Z | Compiling hashbrown v0.15.1 |
| 475 | 2025-04-16T03:11:00.656Z | Compiling plain v0.2.3 |
| 476 | 2025-04-16T03:11:00.682Z | Compiling rustix v0.37.28 |
| 477 | 2025-04-16T03:11:00.728Z | Compiling thread-id v4.2.2 |
| 478 | 2025-04-16T03:11:00.791Z | Compiling camino v1.1.9 |
| 479 | 2025-04-16T03:11:00.825Z | Compiling log v0.4.22 |
| 480 | 2025-04-16T03:11:00.854Z | Compiling equivalent v1.0.1 |
| 481 | 2025-04-16T03:11:01.148Z | Compiling anstyle-parse v0.2.5 |
| 482 | 2025-04-16T03:11:01.457Z | Compiling indexmap v2.7.1 |
| 483 | 2025-04-16T03:11:01.536Z | Compiling autocfg v1.4.0 |
| 484 | 2025-04-16T03:11:01.561Z | Compiling semver v1.0.25 |
| 485 | 2025-04-16T03:11:01.628Z | Compiling colorchoice v1.0.2 |
| 486 | 2025-04-16T03:11:01.818Z | Compiling anstyle-query v1.1.1 |
| 487 | 2025-04-16T03:11:01.844Z | Compiling is_terminal_polyfill v1.70.1 |
| 488 | 2025-04-16T03:11:02.087Z | Compiling winnow v0.7.3 |
| 489 | 2025-04-16T03:11:02.114Z | Compiling thiserror v2.0.12 |
| 490 | 2025-04-16T03:11:02.139Z | Compiling anstyle v1.0.10 |
| 491 | 2025-04-16T03:11:02.497Z | Compiling unicode-width v0.1.14 |
| 492 | 2025-04-16T03:11:02.537Z | Compiling pretty-hex v0.4.1 |
| 493 | 2025-04-16T03:11:02.562Z | Compiling bitflags v1.3.2 |
| 494 | 2025-04-16T03:11:02.626Z | Compiling fs-err v2.11.0 |
| 495 | 2025-04-16T03:11:02.749Z | Compiling anstream v0.6.15 |
| 496 | 2025-04-16T03:11:02.952Z | Compiling terminal_size v0.4.0 |
| 497 | 2025-04-16T03:11:03.129Z | Compiling fastrand v2.1.1 |
| 498 | 2025-04-16T03:11:03.156Z | Compiling strsim v0.11.1 |
| 499 | 2025-04-16T03:11:03.182Z | Compiling bytecount v0.6.8 |
| 500 | 2025-04-16T03:11:03.283Z | Compiling fnv v1.0.7 |
| 501 | 2025-04-16T03:11:03.371Z | Compiling anyhow v1.0.97 |
| 502 | 2025-04-16T03:11:03.432Z | Compiling clap_lex v0.7.4 |
| 503 | 2025-04-16T03:11:03.711Z | Compiling heck v0.5.0 |
| 504 | 2025-04-16T03:11:03.842Z | Compiling cfg-if v1.0.0 |
| 505 | 2025-04-16T03:11:03.871Z | Compiling heck v0.4.1 |
| 506 | 2025-04-16T03:11:04.104Z | Compiling tempfile v3.13.0 |
| 507 | 2025-04-16T03:11:04.130Z | Compiling clap_builder v4.5.35 |
| 508 | 2025-04-16T03:11:04.155Z | Compiling terminal_size v0.2.6 |
| 509 | 2025-04-16T03:11:04.213Z | Compiling papergrid v0.11.0 |
| 510 | 2025-04-16T03:11:04.325Z | Compiling memmap v0.7.0 |
| 511 | 2025-04-16T03:11:04.444Z | Compiling unicode-linebreak v0.1.5 |
| 512 | 2025-04-16T03:11:04.639Z | Compiling smawk v0.3.2 |
| 513 | 2025-04-16T03:11:04.862Z | Compiling textwrap v0.16.1 |
| 514 | 2025-04-16T03:11:04.915Z | Compiling swrite v0.1.0 |
| 515 | 2025-04-16T03:11:05.049Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 516 | 2025-04-16T03:11:05.544Z | Compiling tabled_derive v0.7.0 |
| 517 | 2025-04-16T03:11:06.739Z | Compiling serde_derive v1.0.219 |
| 518 | 2025-04-16T03:11:06.739Z | Compiling thiserror-impl v1.0.69 |
| 519 | 2025-04-16T03:11:06.739Z | Compiling zerocopy-derive v0.7.35 |
| 520 | 2025-04-16T03:11:06.764Z | Compiling scroll_derive v0.12.0 |
| 521 | 2025-04-16T03:11:06.764Z | Compiling thiserror-impl v2.0.12 |
| 522 | 2025-04-16T03:11:06.764Z | Compiling clap_derive v4.5.32 |
| 523 | 2025-04-16T03:11:06.912Z | Compiling tabled v0.15.0 |
| 524 | 2025-04-16T03:11:07.993Z | Compiling scroll v0.12.0 |
| 525 | 2025-04-16T03:11:08.494Z | Compiling zerocopy v0.7.35 |
| 526 | 2025-04-16T03:11:08.519Z | Compiling goblin v0.8.2 |
| 527 | 2025-04-16T03:11:09.520Z | Compiling pest v2.7.14 |
| 528 | 2025-04-16T03:11:10.250Z | Compiling clap v4.5.35 |
| 529 | 2025-04-16T03:11:11.571Z | Compiling pest_meta v2.7.14 |
| 530 | 2025-04-16T03:11:12.638Z | Compiling pest_generator v2.7.14 |
| 531 | 2025-04-16T03:11:13.728Z | Compiling pest_derive v2.7.14 |
| 532 | 2025-04-16T03:11:14.321Z | Compiling dtrace-parser v0.2.0 |
| 533 | 2025-04-16T03:11:15.103Z | Compiling serde_tokenstream v0.2.2 |
| 534 | 2025-04-16T03:11:15.128Z | Compiling serde_spanned v0.6.8 |
| 535 | 2025-04-16T03:11:15.129Z | Compiling toml_datetime v0.6.8 |
| 536 | 2025-04-16T03:11:15.417Z | Compiling cargo-platform v0.1.8 |
| 537 | 2025-04-16T03:11:15.453Z | Compiling macaddr v1.0.1 |
| 538 | 2025-04-16T03:11:15.630Z | Compiling toml_edit v0.22.24 |
| 539 | 2025-04-16T03:11:15.731Z | Compiling camino-tempfile v1.1.1 |
| 540 | 2025-04-16T03:11:16.472Z | Compiling dof v0.3.0 |
| 541 | 2025-04-16T03:11:16.514Z | Compiling cargo_metadata v0.19.2 |
| 542 | 2025-04-16T03:11:17.708Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2025-04-16T03:11:17.708Z | Compiling usdt-macro v0.5.0 |
| 544 | 2025-04-16T03:11:18.374Z | Compiling toml v0.8.20 |
| 545 | 2025-04-16T03:11:18.624Z | Compiling usdt v0.5.0 |
| 546 | 2025-04-16T03:11:19.045Z | Compiling cargo_toml v0.21.0 |
| 547 | 2025-04-16T03:11:22.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 548 | 2025-04-16T03:11:25.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.18s |
| 549 | 2025-04-16T03:11:25.999Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 550 | 2025-04-16T03:11:26.807Z | Downloading crates ... |
| 551 | 2025-04-16T03:11:26.966Z | Downloaded async-stream-impl v0.3.6 |
| 552 | 2025-04-16T03:11:26.991Z | Downloaded crc8 v0.1.1 |
| 553 | 2025-04-16T03:11:27.018Z | Downloaded http-body v1.0.1 |
| 554 | 2025-04-16T03:11:27.018Z | Downloaded md5 v0.7.0 |
| 555 | 2025-04-16T03:11:27.044Z | Downloaded progenitor v0.8.0 |
| 556 | 2025-04-16T03:11:27.070Z | Downloaded proc-macro-error2 v2.0.1 |
| 557 | 2025-04-16T03:11:27.103Z | Downloaded universal-hash v0.5.1 |
| 558 | 2025-04-16T03:11:27.140Z | Downloaded dunce v1.0.5 |
| 559 | 2025-04-16T03:11:27.185Z | Downloaded phf_generator v0.11.2 |
| 560 | 2025-04-16T03:11:27.216Z | Downloaded tower-layer v0.3.3 |
| 561 | 2025-04-16T03:11:27.242Z | Downloaded phf_shared v0.11.2 |
| 562 | 2025-04-16T03:11:27.272Z | Downloaded progenitor-client v0.9.1 |
| 563 | 2025-04-16T03:11:27.298Z | Downloaded rustc-hash v1.1.0 |
| 564 | 2025-04-16T03:11:27.324Z | Downloaded spki v0.7.3 |
| 565 | 2025-04-16T03:11:27.351Z | Downloaded utf16_iter v1.0.5 |
| 566 | 2025-04-16T03:11:27.378Z | Downloaded vsss-rs v3.3.4 |
| 567 | 2025-04-16T03:11:27.378Z | Downloaded vte v0.11.1 |
| 568 | 2025-04-16T03:11:27.403Z | Downloaded void v1.0.2 |
| 569 | 2025-04-16T03:11:27.403Z | Downloaded subprocess v0.2.9 |
| 570 | 2025-04-16T03:11:27.403Z | Downloaded strum v0.26.3 |
| 571 | 2025-04-16T03:11:27.429Z | Downloaded portable-atomic v1.11.0 |
| 572 | 2025-04-16T03:11:27.429Z | Downloaded ssh-key v0.6.6 |
| 573 | 2025-04-16T03:11:27.454Z | Downloaded salty v0.3.0 |
| 574 | 2025-04-16T03:11:27.454Z | Downloaded quick-xml v0.37.2 |
| 575 | 2025-04-16T03:11:27.479Z | Downloaded nix v0.28.0 |
| 576 | 2025-04-16T03:11:27.505Z | Downloaded polar-core v0.27.3 |
| 577 | 2025-04-16T03:11:27.505Z | Downloaded sqlparser v0.45.0 |
| 578 | 2025-04-16T03:11:27.505Z | Downloaded vcpkg v0.2.15 |
| 579 | 2025-04-16T03:11:27.545Z | Downloaded webpki-roots v0.26.6 |
| 580 | 2025-04-16T03:11:27.570Z | Downloaded rustls-webpki v0.102.8 |
| 581 | 2025-04-16T03:11:27.595Z | Downloaded regress v0.10.3 |
| 582 | 2025-04-16T03:11:27.595Z | Downloaded smoltcp v0.9.1 |
| 583 | 2025-04-16T03:11:27.620Z | Downloaded smoltcp v0.11.0 |
| 584 | 2025-04-16T03:11:27.645Z | Downloaded rustls v0.23.19 |
| 585 | 2025-04-16T03:11:27.645Z | Downloaded rustls v0.22.4 |
| 586 | 2025-04-16T03:11:27.670Z | Downloaded regex-syntax v0.8.5 |
| 587 | 2025-04-16T03:11:27.696Z | Downloaded rustls v0.21.12 |
| 588 | 2025-04-16T03:11:27.696Z | Downloaded jiff v0.2.6 |
| 589 | 2025-04-16T03:11:27.721Z | Downloaded tabled v0.18.0 |
| 590 | 2025-04-16T03:11:27.746Z | Downloaded regex-syntax v0.6.29 |
| 591 | 2025-04-16T03:11:27.746Z | Downloaded zerocopy-derive v0.6.6 |
| 592 | 2025-04-16T03:11:27.771Z | Downloaded sha3 v0.10.8 |
| 593 | 2025-04-16T03:11:27.771Z | Downloaded lzma-sys v0.1.20 |
| 594 | 2025-04-16T03:11:27.796Z | Downloaded regex-automata v0.4.8 |
| 595 | 2025-04-16T03:11:27.822Z | Downloaded petgraph v0.7.1 |
| 596 | 2025-04-16T03:11:27.847Z | Downloaded libz-sys v1.1.20 |
| 597 | 2025-04-16T03:11:27.872Z | Downloaded petgraph v0.6.5 |
| 598 | 2025-04-16T03:11:27.897Z | Downloaded csv v1.3.1 |
| 599 | 2025-04-16T03:11:27.922Z | Downloaded nix v0.29.0 |
| 600 | 2025-04-16T03:11:27.947Z | Downloaded diesel v2.2.9 |
| 601 | 2025-04-16T03:11:27.972Z | Downloaded regex v1.11.1 |
| 602 | 2025-04-16T03:11:27.972Z | Downloaded nix v0.27.1 |
| 603 | 2025-04-16T03:11:27.998Z | Downloaded gimli v0.31.1 |
| 604 | 2025-04-16T03:11:27.998Z | Downloaded tokio v1.43.1 |
| 605 | 2025-04-16T03:11:28.034Z | Downloaded radix_trie v0.2.1 |
| 606 | 2025-04-16T03:11:28.059Z | Downloaded rustls-webpki v0.101.7 |
| 607 | 2025-04-16T03:11:28.059Z | Downloaded winnow v0.6.20 |
| 608 | 2025-04-16T03:11:28.084Z | Downloaded reqwest v0.12.12 |
| 609 | 2025-04-16T03:11:28.084Z | Downloaded proptest v1.6.0 |
| 610 | 2025-04-16T03:11:28.110Z | Downloaded git2 v0.19.0 |
| 611 | 2025-04-16T03:11:28.110Z | Downloaded dropshot v0.12.0 |
| 612 | 2025-04-16T03:11:28.135Z | Downloaded sled v0.34.7 |
| 613 | 2025-04-16T03:11:28.135Z | Downloaded winnow v0.5.40 |
| 614 | 2025-04-16T03:11:28.160Z | Downloaded zerocopy v0.8.10 |
| 615 | 2025-04-16T03:11:28.185Z | Downloaded dropshot v0.16.0 |
| 616 | 2025-04-16T03:11:28.210Z | Downloaded ratatui v0.29.0 |
| 617 | 2025-04-16T03:11:28.236Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 618 | 2025-04-16T03:11:28.261Z | Downloaded steno v0.4.1 |
| 619 | 2025-04-16T03:11:28.261Z | Downloaded rustyline v14.0.0 |
| 620 | 2025-04-16T03:11:28.261Z | Downloaded typify-impl v0.3.0 |
| 621 | 2025-04-16T03:11:28.288Z | Downloaded typify-impl v0.2.0 |
| 622 | 2025-04-16T03:11:28.314Z | Downloaded x509-cert v0.2.5 |
| 623 | 2025-04-16T03:11:28.314Z | Downloaded which v4.4.2 |
| 624 | 2025-04-16T03:11:28.314Z | Downloaded russh v0.45.0 |
| 625 | 2025-04-16T03:11:28.314Z | Downloaded h2 v0.4.6 |
| 626 | 2025-04-16T03:11:28.339Z | Downloaded openapiv3 v2.0.0 |
| 627 | 2025-04-16T03:11:28.339Z | Downloaded uuid v1.16.0 |
| 628 | 2025-04-16T03:11:28.365Z | Downloaded url v2.5.3 |
| 629 | 2025-04-16T03:11:28.365Z | Downloaded petname v2.0.2 |
| 630 | 2025-04-16T03:11:28.365Z | Downloaded object v0.36.5 |
| 631 | 2025-04-16T03:11:28.390Z | Downloaded vergen v8.3.2 |
| 632 | 2025-04-16T03:11:28.390Z | Downloaded uzers v0.12.1 |
| 633 | 2025-04-16T03:11:28.390Z | Downloaded subtle v2.6.1 |
| 634 | 2025-04-16T03:11:28.390Z | Downloaded encoding_rs v0.8.34 |
| 635 | 2025-04-16T03:11:28.416Z | Downloaded strum_macros v0.26.4 |
| 636 | 2025-04-16T03:11:28.416Z | Downloaded stringprep v0.1.5 |
| 637 | 2025-04-16T03:11:28.416Z | Downloaded sqlformat v0.2.6 |
| 638 | 2025-04-16T03:11:28.416Z | Downloaded socket2 v0.5.9 |
| 639 | 2025-04-16T03:11:28.416Z | Downloaded snafu v0.8.5 |
| 640 | 2025-04-16T03:11:28.441Z | Downloaded schemars v0.8.22 |
| 641 | 2025-04-16T03:11:28.441Z | Downloaded samael v0.0.18 |
| 642 | 2025-04-16T03:11:28.441Z | Downloaded rustls-pki-types v1.10.0 |
| 643 | 2025-04-16T03:11:28.466Z | Downloaded publicsuffix v2.3.0 |
| 644 | 2025-04-16T03:11:28.466Z | Downloaded ring v0.17.11 |
| 645 | 2025-04-16T03:11:28.500Z | Downloaded zip v2.6.1 |
| 646 | 2025-04-16T03:11:28.526Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 647 | 2025-04-16T03:11:28.579Z | Downloaded zerovec v0.10.4 |
| 648 | 2025-04-16T03:11:28.604Z | Downloaded futures-util v0.3.31 |
| 649 | 2025-04-16T03:11:28.605Z | Downloaded hickory-proto v0.24.4 |
| 650 | 2025-04-16T03:11:28.630Z | Downloaded value-bag v1.9.0 |
| 651 | 2025-04-16T03:11:28.630Z | Downloaded utf8_iter v1.0.4 |
| 652 | 2025-04-16T03:11:28.630Z | Downloaded utf-8 v0.7.6 |
| 653 | 2025-04-16T03:11:28.630Z | Downloaded tabled_derive v0.10.0 |
| 654 | 2025-04-16T03:11:28.630Z | Downloaded synstructure v0.13.1 |
| 655 | 2025-04-16T03:11:28.630Z | Downloaded supports-color v3.0.2 |
| 656 | 2025-04-16T03:11:28.630Z | Downloaded strum_macros v0.25.3 |
| 657 | 2025-04-16T03:11:28.656Z | Downloaded strum_macros v0.24.3 |
| 658 | 2025-04-16T03:11:28.656Z | Downloaded structmeta-derive v0.3.0 |
| 659 | 2025-04-16T03:11:28.656Z | Downloaded structmeta v0.3.0 |
| 660 | 2025-04-16T03:11:28.656Z | Downloaded strip-ansi-escapes v0.2.0 |
| 661 | 2025-04-16T03:11:28.656Z | Downloaded string_cache v0.8.9 |
| 662 | 2025-04-16T03:11:28.656Z | Downloaded static_assertions v1.1.0 |
| 663 | 2025-04-16T03:11:28.656Z | Downloaded stable_deref_trait v1.2.0 |
| 664 | 2025-04-16T03:11:28.656Z | Downloaded ssh-cipher v0.2.0 |
| 665 | 2025-04-16T03:11:28.656Z | Downloaded smf v0.2.3 |
| 666 | 2025-04-16T03:11:28.656Z | Downloaded smallvec v1.14.0 |
| 667 | 2025-04-16T03:11:28.656Z | Downloaded slog-term v2.9.1 |
| 668 | 2025-04-16T03:11:28.656Z | Downloaded salsa20 v0.10.2 |
| 669 | 2025-04-16T03:11:28.656Z | Downloaded rustversion v1.0.17 |
| 670 | 2025-04-16T03:11:28.656Z | Downloaded rustls-pemfile v2.2.0 |
| 671 | 2025-04-16T03:11:28.656Z | Downloaded xshell v0.2.7 |
| 672 | 2025-04-16T03:11:28.682Z | Downloaded rsa v0.9.6 |
| 673 | 2025-04-16T03:11:28.682Z | Downloaded qorb v0.3.1 |
| 674 | 2025-04-16T03:11:28.682Z | Downloaded fixedbitset v0.5.7 |
| 675 | 2025-04-16T03:11:28.682Z | Downloaded openssl v0.10.72 |
| 676 | 2025-04-16T03:11:28.707Z | Downloaded untrusted v0.9.0 |
| 677 | 2025-04-16T03:11:28.707Z | Downloaded untrusted v0.7.1 |
| 678 | 2025-04-16T03:11:28.707Z | Downloaded tower-service v0.3.3 |
| 679 | 2025-04-16T03:11:28.707Z | Downloaded sync_wrapper v1.0.1 |
| 680 | 2025-04-16T03:11:28.707Z | Downloaded sync-ptr v0.1.1 |
| 681 | 2025-04-16T03:11:28.707Z | Downloaded ssh-encoding v0.2.0 |
| 682 | 2025-04-16T03:11:28.708Z | Downloaded sqlparser_derive v0.2.2 |
| 683 | 2025-04-16T03:11:28.708Z | Downloaded spin v0.9.8 |
| 684 | 2025-04-16T03:11:28.708Z | Downloaded snafu-derive v0.8.5 |
| 685 | 2025-04-16T03:11:28.708Z | Downloaded slog-stdlog v4.1.1 |
| 686 | 2025-04-16T03:11:28.708Z | Downloaded schemars_derive v0.8.22 |
| 687 | 2025-04-16T03:11:28.708Z | Downloaded scheduled-thread-pool v0.2.7 |
| 688 | 2025-04-16T03:11:28.708Z | Downloaded rusty-fork v0.3.0 |
| 689 | 2025-04-16T03:11:28.708Z | Downloaded xattr v1.3.1 |
| 690 | 2025-04-16T03:11:28.733Z | Downloaded wyz v0.5.1 |
| 691 | 2025-04-16T03:11:28.733Z | Downloaded writeable v0.5.5 |
| 692 | 2025-04-16T03:11:28.733Z | Downloaded write16 v1.0.0 |
| 693 | 2025-04-16T03:11:28.733Z | Downloaded whoami v1.5.2 |
| 694 | 2025-04-16T03:11:28.733Z | Downloaded want v0.3.1 |
| 695 | 2025-04-16T03:11:28.733Z | Downloaded walkdir v2.5.0 |
| 696 | 2025-04-16T03:11:28.733Z | Downloaded waitgroup v0.1.2 |
| 697 | 2025-04-16T03:11:28.733Z | Downloaded wait-timeout v0.2.0 |
| 698 | 2025-04-16T03:11:28.734Z | Downloaded vte_generate_state_changes v0.1.2 |
| 699 | 2025-04-16T03:11:28.734Z | Downloaded russh-keys v0.45.0 |
| 700 | 2025-04-16T03:11:28.734Z | Downloaded ron v0.8.1 |
| 701 | 2025-04-16T03:11:28.734Z | Downloaded ron v0.7.1 |
| 702 | 2025-04-16T03:11:28.759Z | Downloaded quick-error v1.2.3 |
| 703 | 2025-04-16T03:11:28.759Z | Downloaded pretty_assertions v1.4.1 |
| 704 | 2025-04-16T03:11:28.759Z | Downloaded expectorate v1.1.0 |
| 705 | 2025-04-16T03:11:28.759Z | Downloaded elliptic-curve v0.13.8 |
| 706 | 2025-04-16T03:11:28.759Z | Downloaded ed25519-dalek v2.1.1 |
| 707 | 2025-04-16T03:11:28.759Z | Downloaded zip v0.6.6 |
| 708 | 2025-04-16T03:11:28.759Z | Downloaded zerocopy-derive v0.8.10 |
| 709 | 2025-04-16T03:11:28.786Z | Downloaded yoke v0.7.4 |
| 710 | 2025-04-16T03:11:28.786Z | Downloaded yansi v1.0.1 |
| 711 | 2025-04-16T03:11:28.786Z | Downloaded num-bigint-dig v0.8.4 |
| 712 | 2025-04-16T03:11:28.786Z | Downloaded nom v7.1.3 |
| 713 | 2025-04-16T03:11:28.786Z | Downloaded hashbrown v0.12.3 |
| 714 | 2025-04-16T03:11:28.786Z | Downloaded futures-io v0.3.31 |
| 715 | 2025-04-16T03:11:28.786Z | Downloaded p384 v0.13.0 |
| 716 | 2025-04-16T03:11:28.811Z | Downloaded unicode-width v0.2.0 |
| 717 | 2025-04-16T03:11:28.811Z | Downloaded rand v0.8.5 |
| 718 | 2025-04-16T03:11:28.811Z | Downloaded smallvec v0.6.14 |
| 719 | 2025-04-16T03:11:28.811Z | Downloaded same-file v1.0.6 |
| 720 | 2025-04-16T03:11:28.811Z | Downloaded rustls-pemfile v1.0.4 |
| 721 | 2025-04-16T03:11:28.811Z | Downloaded rustc_version v0.4.1 |
| 722 | 2025-04-16T03:11:28.836Z | Downloaded rustc_version v0.1.7 |
| 723 | 2025-04-16T03:11:28.836Z | Downloaded rustc-hash v2.1.1 |
| 724 | 2025-04-16T03:11:28.836Z | Downloaded rustc-demangle v0.1.24 |
| 725 | 2025-04-16T03:11:28.836Z | Downloaded rtoolbox v0.0.2 |
| 726 | 2025-04-16T03:11:28.836Z | Downloaded rpassword v7.3.1 |
| 727 | 2025-04-16T03:11:28.837Z | Downloaded rfc6979 v0.4.0 |
| 728 | 2025-04-16T03:11:28.837Z | Downloaded resolv-conf v0.7.0 |
| 729 | 2025-04-16T03:11:28.837Z | Downloaded ref-cast-impl v1.0.23 |
| 730 | 2025-04-16T03:11:28.837Z | Downloaded psl-types v2.0.11 |
| 731 | 2025-04-16T03:11:28.837Z | Downloaded progenitor-impl v0.9.1 |
| 732 | 2025-04-16T03:11:28.837Z | Downloaded progenitor-impl v0.8.0 |
| 733 | 2025-04-16T03:11:28.837Z | Downloaded progenitor-client v0.8.0 |
| 734 | 2025-04-16T03:11:28.837Z | Downloaded predicates-core v1.0.8 |
| 735 | 2025-04-16T03:11:28.837Z | Downloaded postgres-types v0.2.9 |
| 736 | 2025-04-16T03:11:28.837Z | Downloaded pkcs8 v0.10.2 |
| 737 | 2025-04-16T03:11:28.837Z | Downloaded fatfs v0.3.6 |
| 738 | 2025-04-16T03:11:28.862Z | Downloaded embedded-io v0.4.0 |
| 739 | 2025-04-16T03:11:28.862Z | Downloaded csv-core v0.1.11 |
| 740 | 2025-04-16T03:11:28.862Z | Downloaded zopfli v0.8.1 |
| 741 | 2025-04-16T03:11:28.862Z | Downloaded zone v0.1.8 |
| 742 | 2025-04-16T03:11:28.862Z | Downloaded zerocopy v0.6.6 |
| 743 | 2025-04-16T03:11:28.862Z | Downloaded xz2 v0.1.7 |
| 744 | 2025-04-16T03:11:28.862Z | Downloaded num-bigint v0.4.6 |
| 745 | 2025-04-16T03:11:28.862Z | Downloaded mio v1.0.2 |
| 746 | 2025-04-16T03:11:28.887Z | Downloaded miniz_oxide v0.8.5 |
| 747 | 2025-04-16T03:11:28.887Z | Downloaded minimal-lexical v0.2.1 |
| 748 | 2025-04-16T03:11:28.887Z | Downloaded hashbrown v0.13.2 |
| 749 | 2025-04-16T03:11:28.888Z | Downloaded flume v0.11.1 |
| 750 | 2025-04-16T03:11:28.888Z | Downloaded tough v0.20.0 |
| 751 | 2025-04-16T03:11:28.970Z | Downloaded termcolor v1.4.1 |
| 752 | 2025-04-16T03:11:28.970Z | Downloaded p521 v0.13.3 |
| 753 | 2025-04-16T03:11:28.970Z | Downloaded object v0.30.4 |
| 754 | 2025-04-16T03:11:28.996Z | Downloaded curve25519-dalek v4.1.3 |
| 755 | 2025-04-16T03:11:28.996Z | Downloaded chrono-tz v0.10.3 |
| 756 | 2025-04-16T03:11:28.996Z | Downloaded russh-cryptovec v0.7.3 |
| 757 | 2025-04-16T03:11:28.996Z | Downloaded progenitor-macro v0.9.1 |
| 758 | 2025-04-16T03:11:28.996Z | Downloaded progenitor-macro v0.8.0 |
| 759 | 2025-04-16T03:11:28.996Z | Downloaded progenitor v0.9.1 |
| 760 | 2025-04-16T03:11:28.996Z | Downloaded predicates v3.1.3 |
| 761 | 2025-04-16T03:11:28.996Z | Downloaded ppv-lite86 v0.2.20 |
| 762 | 2025-04-16T03:11:28.996Z | Downloaded powerfmt v0.2.0 |
| 763 | 2025-04-16T03:11:28.996Z | Downloaded postgres-protocol v0.6.8 |
| 764 | 2025-04-16T03:11:28.996Z | Downloaded postcard v1.0.10 |
| 765 | 2025-04-16T03:11:28.996Z | Downloaded polyval v0.6.2 |
| 766 | 2025-04-16T03:11:28.996Z | Downloaded poly1305 v0.8.0 |
| 767 | 2025-04-16T03:11:28.996Z | Downloaded flagset v0.4.6 |
| 768 | 2025-04-16T03:11:28.996Z | Downloaded fixedbitset v0.4.2 |
| 769 | 2025-04-16T03:11:28.996Z | Downloaded filetime v0.2.25 |
| 770 | 2025-04-16T03:11:28.996Z | Downloaded ff v0.13.0 |
| 771 | 2025-04-16T03:11:28.996Z | Downloaded fallible-iterator v0.2.0 |
| 772 | 2025-04-16T03:11:28.996Z | Downloaded env_logger v0.11.5 |
| 773 | 2025-04-16T03:11:28.996Z | Downloaded env_logger v0.10.2 |
| 774 | 2025-04-16T03:11:28.996Z | Downloaded enum-as-inner v0.6.1 |
| 775 | 2025-04-16T03:11:28.996Z | Downloaded endian-type v0.1.2 |
| 776 | 2025-04-16T03:11:28.996Z | Downloaded ena v0.14.3 |
| 777 | 2025-04-16T03:11:28.996Z | Downloaded embedded-io v0.6.1 |
| 778 | 2025-04-16T03:11:28.996Z | Downloaded either v1.14.0 |
| 779 | 2025-04-16T03:11:28.996Z | Downloaded ctr v0.9.2 |
| 780 | 2025-04-16T03:11:28.996Z | Downloaded zone_cfg_derive v0.1.2 |
| 781 | 2025-04-16T03:11:28.996Z | Downloaded zone v0.3.1 |
| 782 | 2025-04-16T03:11:28.996Z | Downloaded zerovec-derive v0.10.3 |
| 783 | 2025-04-16T03:11:28.997Z | Downloaded zeroize_derive v1.4.2 |
| 784 | 2025-04-16T03:11:28.997Z | Downloaded zeroize v1.8.1 |
| 785 | 2025-04-16T03:11:28.997Z | Downloaded zerofrom-derive v0.1.4 |
| 786 | 2025-04-16T03:11:28.997Z | Downloaded zerofrom v0.1.4 |
| 787 | 2025-04-16T03:11:28.997Z | Downloaded yoke-derive v0.7.4 |
| 788 | 2025-04-16T03:11:28.997Z | Downloaded yasna v0.5.2 |
| 789 | 2025-04-16T03:11:28.997Z | Downloaded xshell-macros v0.2.7 |
| 790 | 2025-04-16T03:11:28.997Z | Downloaded pkcs5 v0.7.1 |
| 791 | 2025-04-16T03:11:28.997Z | Downloaded pkcs1 v0.7.5 |
| 792 | 2025-04-16T03:11:29.028Z | Downloaded pin-project v1.1.6 |
| 793 | 2025-04-16T03:11:29.028Z | Downloaded newline-converter v0.3.0 |
| 794 | 2025-04-16T03:11:29.028Z | Downloaded half v2.4.1 |
| 795 | 2025-04-16T03:11:29.028Z | Downloaded getrandom v0.3.1 |
| 796 | 2025-04-16T03:11:29.028Z | Downloaded getrandom v0.2.15 |
| 797 | 2025-04-16T03:11:29.028Z | Downloaded futures v0.3.31 |
| 798 | 2025-04-16T03:11:29.054Z | Downloaded fs_extra v1.3.0 |
| 799 | 2025-04-16T03:11:29.054Z | Downloaded foreign-types-shared v0.1.1 |
| 800 | 2025-04-16T03:11:29.054Z | Downloaded flate2 v1.1.1 |
| 801 | 2025-04-16T03:11:29.054Z | Downloaded tokio-util v0.7.13 |
| 802 | 2025-04-16T03:11:29.054Z | Downloaded time v0.3.36 |
| 803 | 2025-04-16T03:11:29.054Z | Downloaded pretty-hex v0.2.1 |
| 804 | 2025-04-16T03:11:29.054Z | Downloaded precomputed-hash v0.1.1 |
| 805 | 2025-04-16T03:11:29.054Z | Downloaded pkg-config v0.3.31 |
| 806 | 2025-04-16T03:11:29.080Z | Downloaded fd-lock v4.0.2 |
| 807 | 2025-04-16T03:11:29.080Z | Downloaded env_filter v0.1.2 |
| 808 | 2025-04-16T03:11:29.080Z | Downloaded zone_cfg_derive v0.3.0 |
| 809 | 2025-04-16T03:11:29.080Z | Downloaded pin-utils v0.1.0 |
| 810 | 2025-04-16T03:11:29.080Z | Downloaded pin-project-lite v0.2.14 |
| 811 | 2025-04-16T03:11:29.080Z | Downloaded pin-project-internal v1.1.6 |
| 812 | 2025-04-16T03:11:29.080Z | Downloaded num-complex v0.4.6 |
| 813 | 2025-04-16T03:11:29.080Z | Downloaded num v0.4.3 |
| 814 | 2025-04-16T03:11:29.080Z | Downloaded nu-ansi-term v0.50.1 |
| 815 | 2025-04-16T03:11:29.106Z | Downloaded native-tls v0.2.12 |
| 816 | 2025-04-16T03:11:29.106Z | Downloaded multer v3.1.0 |
| 817 | 2025-04-16T03:11:29.106Z | Downloaded mime_guess v2.0.5 |
| 818 | 2025-04-16T03:11:29.106Z | Downloaded hash32 v0.3.1 |
| 819 | 2025-04-16T03:11:29.106Z | Downloaded hash32 v0.2.1 |
| 820 | 2025-04-16T03:11:29.106Z | Downloaded group v0.13.0 |
| 821 | 2025-04-16T03:11:29.106Z | Downloaded globset v0.4.15 |
| 822 | 2025-04-16T03:11:29.106Z | Downloaded glob v0.3.2 |
| 823 | 2025-04-16T03:11:29.106Z | Downloaded ghash v0.5.1 |
| 824 | 2025-04-16T03:11:29.106Z | Downloaded gethostname v0.5.0 |
| 825 | 2025-04-16T03:11:29.106Z | Downloaded fxhash v0.2.1 |
| 826 | 2025-04-16T03:11:29.106Z | Downloaded futures-task v0.3.31 |
| 827 | 2025-04-16T03:11:29.106Z | Downloaded futures-sink v0.3.31 |
| 828 | 2025-04-16T03:11:29.106Z | Downloaded futures-macro v0.3.31 |
| 829 | 2025-04-16T03:11:29.106Z | Downloaded futures-executor v0.3.31 |
| 830 | 2025-04-16T03:11:29.106Z | Downloaded futures-core v0.3.31 |
| 831 | 2025-04-16T03:11:29.106Z | Downloaded futures-channel v0.3.31 |
| 832 | 2025-04-16T03:11:29.133Z | Downloaded foreign-types v0.5.0 |
| 833 | 2025-04-16T03:11:29.133Z | Downloaded foreign-types v0.3.2 |
| 834 | 2025-04-16T03:11:29.133Z | Downloaded foldhash v0.1.3 |
| 835 | 2025-04-16T03:11:29.133Z | Downloaded float-ord v0.3.2 |
| 836 | 2025-04-16T03:11:29.133Z | Downloaded float-cmp v0.10.0 |
| 837 | 2025-04-16T03:11:29.133Z | Downloaded tower v0.5.2 |
| 838 | 2025-04-16T03:11:29.133Z | Downloaded toml_edit v0.19.15 |
| 839 | 2025-04-16T03:11:29.158Z | Downloaded tokio-rustls v0.24.1 |
| 840 | 2025-04-16T03:11:29.158Z | Downloaded tokio-postgres v0.7.13 |
| 841 | 2025-04-16T03:11:29.158Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 842 | 2025-04-16T03:11:29.158Z | Downloaded take_mut v0.2.2 |
| 843 | 2025-04-16T03:11:29.158Z | Downloaded lalrpop v0.19.12 |
| 844 | 2025-04-16T03:11:29.184Z | Downloaded normalize-line-endings v0.3.0 |
| 845 | 2025-04-16T03:11:29.184Z | Downloaded nodrop v0.1.14 |
| 846 | 2025-04-16T03:11:29.184Z | Downloaded nibble_vec v0.1.0 |
| 847 | 2025-04-16T03:11:29.184Z | Downloaded newtype_derive v0.1.6 |
| 848 | 2025-04-16T03:11:29.184Z | Downloaded newtype-uuid v1.2.1 |
| 849 | 2025-04-16T03:11:29.184Z | Downloaded new_debug_unreachable v1.0.6 |
| 850 | 2025-04-16T03:11:29.184Z | Downloaded nanorand v0.7.0 |
| 851 | 2025-04-16T03:11:29.184Z | Downloaded multimap v0.10.0 |
| 852 | 2025-04-16T03:11:29.184Z | Downloaded funty v2.0.0 |
| 853 | 2025-04-16T03:11:29.184Z | Downloaded form_urlencoded v1.2.1 |
| 854 | 2025-04-16T03:11:29.184Z | Downloaded foreign-types-shared v0.3.1 |
| 855 | 2025-04-16T03:11:29.184Z | Downloaded foreign-types-macros v0.2.3 |
| 856 | 2025-04-16T03:11:29.184Z | Downloaded toml v0.7.8 |
| 857 | 2025-04-16T03:11:29.184Z | Downloaded tokio-tungstenite v0.23.1 |
| 858 | 2025-04-16T03:11:29.209Z | Downloaded tokio-stream v0.1.17 |
| 859 | 2025-04-16T03:11:29.209Z | Downloaded tinyvec_macros v0.1.1 |
| 860 | 2025-04-16T03:11:29.209Z | Downloaded tinyvec v1.8.0 |
| 861 | 2025-04-16T03:11:29.209Z | Downloaded tiny-keccak v2.0.2 |
| 862 | 2025-04-16T03:11:29.209Z | Downloaded test-strategy v0.4.0 |
| 863 | 2025-04-16T03:11:29.209Z | Downloaded termtree v0.5.1 |
| 864 | 2025-04-16T03:11:29.209Z | Downloaded term v0.7.0 |
| 865 | 2025-04-16T03:11:29.209Z | Downloaded tar v0.4.44 |
| 866 | 2025-04-16T03:11:29.235Z | Downloaded phf_codegen v0.11.2 |
| 867 | 2025-04-16T03:11:29.235Z | Downloaded peg v0.8.5 |
| 868 | 2025-04-16T03:11:29.235Z | Downloaded parse-zoneinfo v0.3.1 |
| 869 | 2025-04-16T03:11:29.235Z | Downloaded openssl-sys v0.9.107 |
| 870 | 2025-04-16T03:11:29.235Z | Downloaded displaydoc v0.2.5 |
| 871 | 2025-04-16T03:11:29.235Z | Downloaded unicode-normalization v0.1.24 |
| 872 | 2025-04-16T03:11:29.235Z | Downloaded rayon v1.10.0 |
| 873 | 2025-04-16T03:11:29.260Z | Downloaded quinn-proto v0.11.8 |
| 874 | 2025-04-16T03:11:29.260Z | Downloaded icu_properties_data v1.5.0 |
| 875 | 2025-04-16T03:11:29.287Z | Downloaded bstr v1.10.0 |
| 876 | 2025-04-16T03:11:29.287Z | Downloaded topological-sort v0.2.2 |
| 877 | 2025-04-16T03:11:29.287Z | Downloaded tokio-tungstenite v0.21.0 |
| 878 | 2025-04-16T03:11:29.287Z | Downloaded tokio-rustls v0.26.0 |
| 879 | 2025-04-16T03:11:29.287Z | Downloaded tokio-rustls v0.25.0 |
| 880 | 2025-04-16T03:11:29.313Z | Downloaded tokio-native-tls v0.3.1 |
| 881 | 2025-04-16T03:11:29.313Z | Downloaded tokio-macros v2.5.0 |
| 882 | 2025-04-16T03:11:29.313Z | Downloaded tls_codec_derive v0.4.1 |
| 883 | 2025-04-16T03:11:29.313Z | Downloaded tls_codec v0.4.1 |
| 884 | 2025-04-16T03:11:29.313Z | Downloaded tinystr v0.7.6 |
| 885 | 2025-04-16T03:11:29.313Z | Downloaded time-macros v0.2.18 |
| 886 | 2025-04-16T03:11:29.313Z | Downloaded time-core v0.1.2 |
| 887 | 2025-04-16T03:11:29.313Z | Downloaded thread_local v1.1.8 |
| 888 | 2025-04-16T03:11:29.313Z | Downloaded thiserror-no-std v2.0.2 |
| 889 | 2025-04-16T03:11:29.313Z | Downloaded termios v0.3.3 |
| 890 | 2025-04-16T03:11:29.313Z | Downloaded tap v1.0.1 |
| 891 | 2025-04-16T03:11:29.313Z | Downloaded tabwriter v1.4.0 |
| 892 | 2025-04-16T03:11:29.313Z | Downloaded percent-encoding v2.3.1 |
| 893 | 2025-04-16T03:11:29.313Z | Downloaded pem-rfc7468 v0.7.0 |
| 894 | 2025-04-16T03:11:29.338Z | Downloaded peg-macros v0.8.5 |
| 895 | 2025-04-16T03:11:29.338Z | Downloaded password-hash v0.4.2 |
| 896 | 2025-04-16T03:11:29.338Z | Downloaded parse-size v1.1.0 |
| 897 | 2025-04-16T03:11:29.338Z | Downloaded parse-display v0.10.0 |
| 898 | 2025-04-16T03:11:29.338Z | Downloaded parking_lot_core v0.9.10 |
| 899 | 2025-04-16T03:11:29.338Z | Downloaded parking_lot_core v0.8.6 |
| 900 | 2025-04-16T03:11:29.338Z | Downloaded parking_lot v0.12.3 |
| 901 | 2025-04-16T03:11:29.338Z | Downloaded parking_lot v0.11.2 |
| 902 | 2025-04-16T03:11:29.338Z | Downloaded papergrid v0.14.0 |
| 903 | 2025-04-16T03:11:29.338Z | Downloaded packed_struct_codegen v0.10.1 |
| 904 | 2025-04-16T03:11:29.364Z | Downloaded p256 v0.13.2 |
| 905 | 2025-04-16T03:11:29.364Z | Downloaded oxnet v0.1.1 |
| 906 | 2025-04-16T03:11:29.364Z | Downloaded owo-colors v4.2.0 |
| 907 | 2025-04-16T03:11:29.364Z | Downloaded oso v0.27.3 |
| 908 | 2025-04-16T03:11:29.364Z | Downloaded openssl-macros v0.1.1 |
| 909 | 2025-04-16T03:11:29.364Z | Downloaded omicron-zone-package v0.12.0 |
| 910 | 2025-04-16T03:11:29.364Z | Downloaded olpc-cjson v0.1.4 |
| 911 | 2025-04-16T03:11:29.364Z | Downloaded num_enum_derive v0.5.11 |
| 912 | 2025-04-16T03:11:29.364Z | Downloaded num-traits v0.2.19 |
| 913 | 2025-04-16T03:11:29.364Z | Downloaded num-rational v0.4.2 |
| 914 | 2025-04-16T03:11:29.364Z | Downloaded num-derive v0.4.2 |
| 915 | 2025-04-16T03:11:29.389Z | Downloaded num-derive v0.3.3 |
| 916 | 2025-04-16T03:11:29.389Z | Downloaded dyn-clone v1.0.19 |
| 917 | 2025-04-16T03:11:29.389Z | Downloaded dropshot_endpoint v0.16.0 |
| 918 | 2025-04-16T03:11:29.389Z | Downloaded diesel_derives v2.2.3 |
| 919 | 2025-04-16T03:11:29.389Z | Downloaded deranged v0.3.11 |
| 920 | 2025-04-16T03:11:29.389Z | Downloaded der v0.7.9 |
| 921 | 2025-04-16T03:11:29.390Z | Downloaded defmt v0.3.8 |
| 922 | 2025-04-16T03:11:29.390Z | Downloaded darling_core v0.20.10 |
| 923 | 2025-04-16T03:11:29.415Z | Downloaded daft-derive v0.1.3 |
| 924 | 2025-04-16T03:11:29.415Z | Downloaded unicode_categories v0.1.1 |
| 925 | 2025-04-16T03:11:29.415Z | Downloaded unicode-segmentation v1.12.0 |
| 926 | 2025-04-16T03:11:29.415Z | Downloaded unicode-bidi v0.3.17 |
| 927 | 2025-04-16T03:11:29.415Z | Downloaded typed-path v0.9.3 |
| 928 | 2025-04-16T03:11:29.415Z | Downloaded tungstenite v0.23.0 |
| 929 | 2025-04-16T03:11:29.466Z | Downloaded tracing v0.1.40 |
| 930 | 2025-04-16T03:11:29.492Z | Downloaded serde_with v3.12.0 |
| 931 | 2025-04-16T03:11:29.492Z | Downloaded reedline v0.38.0 |
| 932 | 2025-04-16T03:11:29.492Z | Downloaded libm v0.2.8 |
| 933 | 2025-04-16T03:11:29.492Z | Downloaded itertools v0.14.0 |
| 934 | 2025-04-16T03:11:29.492Z | Downloaded itertools v0.13.0 |
| 935 | 2025-04-16T03:11:29.492Z | Downloaded itertools v0.12.1 |
| 936 | 2025-04-16T03:11:29.492Z | Downloaded itertools v0.10.5 |
| 937 | 2025-04-16T03:11:29.492Z | Downloaded idna v1.0.3 |
| 938 | 2025-04-16T03:11:29.517Z | Downloaded hyper v1.6.0 |
| 939 | 2025-04-16T03:11:29.517Z | Downloaded hkdf v0.12.4 |
| 940 | 2025-04-16T03:11:29.517Z | Downloaded chrono v0.4.40 |
| 941 | 2025-04-16T03:11:29.517Z | Downloaded bitvec v1.0.1 |
| 942 | 2025-04-16T03:11:29.544Z | Downloaded bindgen v0.71.1 |
| 943 | 2025-04-16T03:11:29.544Z | Downloaded bindgen v0.69.5 |
| 944 | 2025-04-16T03:11:29.569Z | Downloaded phf v0.11.2 |
| 945 | 2025-04-16T03:11:29.569Z | Downloaded pem v3.0.5 |
| 946 | 2025-04-16T03:11:29.569Z | Downloaded peg-runtime v0.8.5 |
| 947 | 2025-04-16T03:11:29.570Z | Downloaded pbkdf2 v0.12.2 |
| 948 | 2025-04-16T03:11:29.570Z | Downloaded pbkdf2 v0.11.0 |
| 949 | 2025-04-16T03:11:29.570Z | Downloaded path-slash v0.1.5 |
| 950 | 2025-04-16T03:11:29.570Z | Downloaded paste v1.0.15 |
| 951 | 2025-04-16T03:11:29.570Z | Downloaded password-hash v0.5.0 |
| 952 | 2025-04-16T03:11:29.570Z | Downloaded parse-display-derive v0.10.0 |
| 953 | 2025-04-16T03:11:29.570Z | Downloaded packed_struct v0.10.1 |
| 954 | 2025-04-16T03:11:29.570Z | Downloaded oso-derive v0.27.3 |
| 955 | 2025-04-16T03:11:29.570Z | Downloaded openssl-probe v0.1.5 |
| 956 | 2025-04-16T03:11:29.570Z | Downloaded opaque-debug v0.3.1 |
| 957 | 2025-04-16T03:11:29.570Z | Downloaded number_prefix v0.4.0 |
| 958 | 2025-04-16T03:11:29.595Z | Downloaded num_threads v0.1.7 |
| 959 | 2025-04-16T03:11:29.595Z | Downloaded num_enum v0.5.11 |
| 960 | 2025-04-16T03:11:29.595Z | Downloaded num-iter v0.1.45 |
| 961 | 2025-04-16T03:11:29.595Z | Downloaded num-integer v0.1.46 |
| 962 | 2025-04-16T03:11:29.595Z | Downloaded num-conv v0.1.0 |
| 963 | 2025-04-16T03:11:29.595Z | Downloaded ed25519 v2.2.3 |
| 964 | 2025-04-16T03:11:29.595Z | Downloaded ecdsa v0.16.9 |
| 965 | 2025-04-16T03:11:29.595Z | Downloaded dsl_auto_type v0.1.2 |
| 966 | 2025-04-16T03:11:29.595Z | Downloaded dropshot_endpoint v0.12.0 |
| 967 | 2025-04-16T03:11:29.595Z | Downloaded display-error-chain v0.2.2 |
| 968 | 2025-04-16T03:11:29.595Z | Downloaded dirs-next v2.0.0 |
| 969 | 2025-04-16T03:11:29.595Z | Downloaded diff v0.1.13 |
| 970 | 2025-04-16T03:11:29.621Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 971 | 2025-04-16T03:11:29.621Z | Downloaded des v0.8.1 |
| 972 | 2025-04-16T03:11:29.622Z | Downloaded derive_more v0.99.19 |
| 973 | 2025-04-16T03:11:29.622Z | Downloaded derive_builder_core v0.20.2 |
| 974 | 2025-04-16T03:11:29.622Z | Downloaded derive_builder v0.20.2 |
| 975 | 2025-04-16T03:11:29.622Z | Downloaded derive-where v1.2.7 |
| 976 | 2025-04-16T03:11:29.622Z | Downloaded der_derive v0.7.3 |
| 977 | 2025-04-16T03:11:29.622Z | Downloaded defmt-parser v0.3.4 |
| 978 | 2025-04-16T03:11:29.622Z | Downloaded defmt-macros v0.3.9 |
| 979 | 2025-04-16T03:11:29.647Z | Downloaded debug-ignore v1.0.5 |
| 980 | 2025-04-16T03:11:29.647Z | Downloaded data-encoding v2.6.0 |
| 981 | 2025-04-16T03:11:29.647Z | Downloaded darling v0.20.10 |
| 982 | 2025-04-16T03:11:29.647Z | Downloaded daft v0.1.3 |
| 983 | 2025-04-16T03:11:29.647Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 984 | 2025-04-16T03:11:29.647Z | Downloaded unsafe-libyaml v0.2.11 |
| 985 | 2025-04-16T03:11:29.647Z | Downloaded unicode-xid v0.2.6 |
| 986 | 2025-04-16T03:11:29.647Z | Downloaded unarray v0.1.4 |
| 987 | 2025-04-16T03:11:29.647Z | Downloaded typify v0.3.0 |
| 988 | 2025-04-16T03:11:29.647Z | Downloaded typify v0.2.0 |
| 989 | 2025-04-16T03:11:29.672Z | Downloaded twox-hash v2.1.0 |
| 990 | 2025-04-16T03:11:29.672Z | Downloaded tungstenite v0.21.0 |
| 991 | 2025-04-16T03:11:29.672Z | Downloaded tui-tree-widget v0.23.0 |
| 992 | 2025-04-16T03:11:29.672Z | Downloaded tracing-core v0.1.32 |
| 993 | 2025-04-16T03:11:29.672Z | Downloaded similar v2.7.0 |
| 994 | 2025-04-16T03:11:29.672Z | Downloaded sigpipe v0.1.3 |
| 995 | 2025-04-16T03:11:29.672Z | Downloaded signal-hook v0.3.17 |
| 996 | 2025-04-16T03:11:29.697Z | Downloaded serde_yaml v0.9.34+deprecated |
| 997 | 2025-04-16T03:11:29.697Z | Downloaded serde_repr v0.1.19 |
| 998 | 2025-04-16T03:11:29.697Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2025-04-16T03:11:29.697Z | Downloaded sct v0.7.1 |
| 1000 | 2025-04-16T03:11:29.698Z | Downloaded rand_core v0.6.4 |
| 1001 | 2025-04-16T03:11:29.698Z | Downloaded rand v0.9.0 |
| 1002 | 2025-04-16T03:11:29.698Z | Downloaded quinn v0.11.5 |
| 1003 | 2025-04-16T03:11:29.698Z | Downloaded libxml v0.3.3 |
| 1004 | 2025-04-16T03:11:29.723Z | Downloaded indent_write v2.2.0 |
| 1005 | 2025-04-16T03:11:29.723Z | Downloaded http v1.2.0 |
| 1006 | 2025-04-16T03:11:29.723Z | Downloaded hickory-server v0.24.4 |
| 1007 | 2025-04-16T03:11:29.723Z | Downloaded hickory-resolver v0.24.4 |
| 1008 | 2025-04-16T03:11:29.723Z | Downloaded heapless v0.7.17 |
| 1009 | 2025-04-16T03:11:29.748Z | Downloaded blake3 v1.5.4 |
| 1010 | 2025-04-16T03:11:29.748Z | Downloaded aws-lc-rs v1.12.4 |
| 1011 | 2025-04-16T03:11:29.748Z | Downloaded aho-corasick v1.1.3 |
| 1012 | 2025-04-16T03:11:29.773Z | Downloaded document-features v0.2.10 |
| 1013 | 2025-04-16T03:11:29.773Z | Downloaded dirs-sys-next v0.1.2 |
| 1014 | 2025-04-16T03:11:29.773Z | Downloaded difflib v0.4.0 |
| 1015 | 2025-04-16T03:11:29.773Z | Downloaded diesel-dtrace v0.4.2 |
| 1016 | 2025-04-16T03:11:29.773Z | Downloaded derive_builder_macro v0.20.2 |
| 1017 | 2025-04-16T03:11:29.773Z | Downloaded darling_macro v0.20.10 |
| 1018 | 2025-04-16T03:11:29.773Z | Downloaded unicode-properties v0.1.3 |
| 1019 | 2025-04-16T03:11:29.773Z | Downloaded unicase v2.7.0 |
| 1020 | 2025-04-16T03:11:29.773Z | Downloaded typify-macro v0.3.0 |
| 1021 | 2025-04-16T03:11:29.798Z | Downloaded typify-macro v0.2.0 |
| 1022 | 2025-04-16T03:11:29.798Z | Downloaded tracing-attributes v0.1.27 |
| 1023 | 2025-04-16T03:11:29.798Z | Downloaded slog v2.7.0 |
| 1024 | 2025-04-16T03:11:29.798Z | Downloaded slab v0.4.9 |
| 1025 | 2025-04-16T03:11:29.798Z | Downloaded simd-adler32 v0.3.7 |
| 1026 | 2025-04-16T03:11:29.798Z | Downloaded signature v2.2.0 |
| 1027 | 2025-04-16T03:11:29.799Z | Downloaded signal-hook-tokio v0.3.1 |
| 1028 | 2025-04-16T03:11:29.799Z | Downloaded shlex v1.3.0 |
| 1029 | 2025-04-16T03:11:29.799Z | Downloaded serde_urlencoded v0.7.1 |
| 1030 | 2025-04-16T03:11:29.799Z | Downloaded serde_plain v1.0.2 |
| 1031 | 2025-04-16T03:11:29.799Z | Downloaded serde-hex v0.1.0 |
| 1032 | 2025-04-16T03:11:29.799Z | Downloaded semver v0.1.20 |
| 1033 | 2025-04-16T03:11:29.799Z | Downloaded sec1 v0.7.3 |
| 1034 | 2025-04-16T03:11:29.799Z | Downloaded aws-lc-sys v0.26.0 |
| 1035 | 2025-04-16T03:11:30.062Z | Downloaded scrypt v0.11.0 |
| 1036 | 2025-04-16T03:11:30.088Z | Downloaded rcgen v0.12.1 |
| 1037 | 2025-04-16T03:11:30.088Z | Downloaded rayon-core v1.12.1 |
| 1038 | 2025-04-16T03:11:30.088Z | Downloaded rand_seeder v0.3.0 |
| 1039 | 2025-04-16T03:11:30.088Z | Downloaded litrs v0.4.1 |
| 1040 | 2025-04-16T03:11:30.088Z | Downloaded jiff-static v0.2.6 |
| 1041 | 2025-04-16T03:11:30.088Z | Downloaded indicatif v0.17.11 |
| 1042 | 2025-04-16T03:11:30.088Z | Downloaded icu_provider v1.5.0 |
| 1043 | 2025-04-16T03:11:30.088Z | Downloaded icu_properties v1.5.1 |
| 1044 | 2025-04-16T03:11:30.114Z | Downloaded icu_collections v1.5.0 |
| 1045 | 2025-04-16T03:11:30.114Z | Downloaded hyper-util v0.1.10 |
| 1046 | 2025-04-16T03:11:30.114Z | Downloaded home v0.5.9 |
| 1047 | 2025-04-16T03:11:30.114Z | Downloaded hickory-client v0.24.4 |
| 1048 | 2025-04-16T03:11:30.114Z | Downloaded heapless v0.8.0 |
| 1049 | 2025-04-16T03:11:30.114Z | Downloaded aes-gcm v0.10.3 |
| 1050 | 2025-04-16T03:11:30.139Z | Downloaded unicode-truncate v1.1.0 |
| 1051 | 2025-04-16T03:11:30.139Z | Downloaded try-lock v0.2.5 |
| 1052 | 2025-04-16T03:11:30.139Z | Downloaded slog-scope v4.4.0 |
| 1053 | 2025-04-16T03:11:30.139Z | Downloaded slog-json v2.6.1 |
| 1054 | 2025-04-16T03:11:30.139Z | Downloaded slog-envlogger v2.2.0 |
| 1055 | 2025-04-16T03:11:30.139Z | Downloaded slog-dtrace v0.3.0 |
| 1056 | 2025-04-16T03:11:30.139Z | Downloaded slog-bunyan v2.5.0 |
| 1057 | 2025-04-16T03:11:30.139Z | Downloaded slog-async v2.8.0 |
| 1058 | 2025-04-16T03:11:30.139Z | Downloaded siphasher v0.3.11 |
| 1059 | 2025-04-16T03:11:30.139Z | Downloaded signal-hook-registry v1.4.2 |
| 1060 | 2025-04-16T03:11:30.140Z | Downloaded signal-hook-mio v0.2.4 |
| 1061 | 2025-04-16T03:11:30.140Z | Downloaded shell-words v1.1.0 |
| 1062 | 2025-04-16T03:11:30.140Z | Downloaded sha1 v0.10.6 |
| 1063 | 2025-04-16T03:11:30.140Z | Downloaded serde_with_macros v3.12.0 |
| 1064 | 2025-04-16T03:11:30.140Z | Downloaded serde_path_to_error v0.1.16 |
| 1065 | 2025-04-16T03:11:30.140Z | Downloaded serde-big-array v0.5.1 |
| 1066 | 2025-04-16T03:11:30.140Z | Downloaded secrecy v0.8.0 |
| 1067 | 2025-04-16T03:11:30.165Z | Downloaded scopeguard v1.2.0 |
| 1068 | 2025-04-16T03:11:30.165Z | Downloaded ref-cast v1.0.23 |
| 1069 | 2025-04-16T03:11:30.165Z | Downloaded rand_xorshift v0.3.0 |
| 1070 | 2025-04-16T03:11:30.165Z | Downloaded rand_core v0.9.2 |
| 1071 | 2025-04-16T03:11:30.165Z | Downloaded rand_chacha v0.9.0 |
| 1072 | 2025-04-16T03:11:30.165Z | Downloaded rand_chacha v0.3.1 |
| 1073 | 2025-04-16T03:11:30.165Z | Downloaded radium v0.7.0 |
| 1074 | 2025-04-16T03:11:30.165Z | Downloaded r2d2 v0.8.10 |
| 1075 | 2025-04-16T03:11:30.165Z | Downloaded quinn-udp v0.5.5 |
| 1076 | 2025-04-16T03:11:30.165Z | Downloaded prettyplease v0.2.30 |
| 1077 | 2025-04-16T03:11:30.165Z | Downloaded memmap2 v0.9.5 |
| 1078 | 2025-04-16T03:11:30.165Z | Downloaded md-5 v0.10.6 |
| 1079 | 2025-04-16T03:11:30.165Z | Downloaded lock_api v0.4.12 |
| 1080 | 2025-04-16T03:11:30.165Z | Downloaded litemap v0.7.3 |
| 1081 | 2025-04-16T03:11:30.201Z | Downloaded linear-map v1.2.0 |
| 1082 | 2025-04-16T03:11:30.201Z | Downloaded libloading v0.8.5 |
| 1083 | 2025-04-16T03:11:30.201Z | Downloaded jobserver v0.1.32 |
| 1084 | 2025-04-16T03:11:30.201Z | Downloaded is_ci v1.2.0 |
| 1085 | 2025-04-16T03:11:30.201Z | Downloaded ipnetwork v0.21.1 |
| 1086 | 2025-04-16T03:11:30.201Z | Downloaded ipnet v2.11.0 |
| 1087 | 2025-04-16T03:11:30.201Z | Downloaded internet-checksum v0.2.1 |
| 1088 | 2025-04-16T03:11:30.201Z | Downloaded indoc v2.0.6 |
| 1089 | 2025-04-16T03:11:30.201Z | Downloaded indexmap v1.9.3 |
| 1090 | 2025-04-16T03:11:30.201Z | Downloaded icu_normalizer_data v1.5.0 |
| 1091 | 2025-04-16T03:11:30.201Z | Downloaded icu_normalizer v1.5.0 |
| 1092 | 2025-04-16T03:11:30.201Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1093 | 2025-04-16T03:11:30.201Z | Downloaded icu_locid v1.5.0 |
| 1094 | 2025-04-16T03:11:30.201Z | Downloaded iana-time-zone v0.1.61 |
| 1095 | 2025-04-16T03:11:30.228Z | Downloaded hyper-staticfile v0.10.1 |
| 1096 | 2025-04-16T03:11:30.228Z | Downloaded hyper-rustls v0.27.3 |
| 1097 | 2025-04-16T03:11:30.228Z | Downloaded httparse v1.9.5 |
| 1098 | 2025-04-16T03:11:30.228Z | Downloaded hmac v0.12.1 |
| 1099 | 2025-04-16T03:11:30.228Z | Downloaded highway v1.3.0 |
| 1100 | 2025-04-16T03:11:30.228Z | Downloaded crossterm v0.28.1 |
| 1101 | 2025-04-16T03:11:30.228Z | Downloaded cobs v0.2.3 |
| 1102 | 2025-04-16T03:11:30.228Z | Downloaded cc v1.2.15 |
| 1103 | 2025-04-16T03:11:30.228Z | Downloaded base64 v0.22.1 |
| 1104 | 2025-04-16T03:11:30.254Z | Downloaded backtrace v0.3.74 |
| 1105 | 2025-04-16T03:11:30.254Z | Downloaded aes v0.8.4 |
| 1106 | 2025-04-16T03:11:30.254Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1107 | 2025-04-16T03:11:30.254Z | Downloaded mime v0.3.17 |
| 1108 | 2025-04-16T03:11:30.254Z | Downloaded memoffset v0.9.1 |
| 1109 | 2025-04-16T03:11:30.254Z | Downloaded maybe-uninit v2.0.0 |
| 1110 | 2025-04-16T03:11:30.254Z | Downloaded maplit v1.0.2 |
| 1111 | 2025-04-16T03:11:30.254Z | Downloaded managed v0.8.0 |
| 1112 | 2025-04-16T03:11:30.254Z | Downloaded lzss v0.8.2 |
| 1113 | 2025-04-16T03:11:30.254Z | Downloaded lru-cache v0.1.2 |
| 1114 | 2025-04-16T03:11:30.254Z | Downloaded lru v0.12.5 |
| 1115 | 2025-04-16T03:11:30.279Z | Downloaded lockfree-object-pool v0.1.6 |
| 1116 | 2025-04-16T03:11:30.280Z | Downloaded linked-hash-map v0.5.6 |
| 1117 | 2025-04-16T03:11:30.280Z | Downloaded libsw-core v0.3.1 |
| 1118 | 2025-04-16T03:11:30.280Z | Downloaded libsw v3.4.0 |
| 1119 | 2025-04-16T03:11:30.280Z | Downloaded libscf-sys v1.1.0 |
| 1120 | 2025-04-16T03:11:30.280Z | Downloaded libefi-sys v0.1.0 |
| 1121 | 2025-04-16T03:11:30.280Z | Downloaded lazycell v1.3.0 |
| 1122 | 2025-04-16T03:11:30.280Z | Downloaded lazy_static v1.5.0 |
| 1123 | 2025-04-16T03:11:30.280Z | Downloaded lalrpop-util v0.19.12 |
| 1124 | 2025-04-16T03:11:30.280Z | Downloaded keccak v0.1.5 |
| 1125 | 2025-04-16T03:11:30.280Z | Downloaded instability v0.3.2 |
| 1126 | 2025-04-16T03:11:30.280Z | Downloaded inout v0.1.3 |
| 1127 | 2025-04-16T03:11:30.280Z | Downloaded indoc v1.0.9 |
| 1128 | 2025-04-16T03:11:30.280Z | Downloaded icu_locid_transform v1.5.0 |
| 1129 | 2025-04-16T03:11:30.280Z | Downloaded humantime v2.1.0 |
| 1130 | 2025-04-16T03:11:30.280Z | Downloaded hubpack v0.1.2 |
| 1131 | 2025-04-16T03:11:30.307Z | Downloaded httpdate v1.0.3 |
| 1132 | 2025-04-16T03:11:30.307Z | Downloaded hex v0.4.3 |
| 1133 | 2025-04-16T03:11:30.307Z | Downloaded heck v0.3.3 |
| 1134 | 2025-04-16T03:11:30.307Z | Downloaded headers v0.4.0 |
| 1135 | 2025-04-16T03:11:30.307Z | Downloaded crypto-bigint v0.5.5 |
| 1136 | 2025-04-16T03:11:30.307Z | Downloaded crossbeam-epoch v0.9.18 |
| 1137 | 2025-04-16T03:11:30.307Z | Downloaded crossbeam-channel v0.5.15 |
| 1138 | 2025-04-16T03:11:30.332Z | Downloaded const_format v0.2.34 |
| 1139 | 2025-04-16T03:11:30.332Z | Downloaded const-oid v0.9.6 |
| 1140 | 2025-04-16T03:11:30.332Z | Downloaded compact_str v0.8.0 |
| 1141 | 2025-04-16T03:11:30.332Z | Downloaded bytes v1.10.1 |
| 1142 | 2025-04-16T03:11:30.332Z | Downloaded bumpalo v3.16.0 |
| 1143 | 2025-04-16T03:11:30.332Z | Downloaded base64 v0.21.7 |
| 1144 | 2025-04-16T03:11:30.332Z | Downloaded base64 v0.13.1 |
| 1145 | 2025-04-16T03:11:30.359Z | Downloaded argon2 v0.5.3 |
| 1146 | 2025-04-16T03:11:30.359Z | Downloaded proc-macro-crate v1.3.1 |
| 1147 | 2025-04-16T03:11:30.359Z | Downloaded primeorder v0.13.6 |
| 1148 | 2025-04-16T03:11:30.359Z | Downloaded kstat-rs v0.2.4 |
| 1149 | 2025-04-16T03:11:30.359Z | Downloaded is-terminal v0.4.13 |
| 1150 | 2025-04-16T03:11:30.359Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1151 | 2025-04-16T03:11:30.359Z | Downloaded idna_adapter v1.2.0 |
| 1152 | 2025-04-16T03:11:30.359Z | Downloaded hyper-tls v0.6.0 |
| 1153 | 2025-04-16T03:11:30.359Z | Downloaded http-body-util v0.1.3 |
| 1154 | 2025-04-16T03:11:30.359Z | Downloaded hostname v0.4.0 |
| 1155 | 2025-04-16T03:11:30.359Z | Downloaded hostname v0.3.1 |
| 1156 | 2025-04-16T03:11:30.359Z | Downloaded hex-literal v0.4.1 |
| 1157 | 2025-04-16T03:11:30.359Z | Downloaded headers-core v0.3.0 |
| 1158 | 2025-04-16T03:11:30.359Z | Downloaded crossbeam-utils v0.8.21 |
| 1159 | 2025-04-16T03:11:30.359Z | Downloaded crc-any v2.5.0 |
| 1160 | 2025-04-16T03:11:30.384Z | Downloaded cookie v0.18.1 |
| 1161 | 2025-04-16T03:11:30.385Z | Downloaded console v0.15.10 |
| 1162 | 2025-04-16T03:11:30.385Z | Downloaded clang-sys v1.8.1 |
| 1163 | 2025-04-16T03:11:30.385Z | Downloaded chacha20poly1305 v0.10.1 |
| 1164 | 2025-04-16T03:11:30.385Z | Downloaded bzip2 v0.4.4 |
| 1165 | 2025-04-16T03:11:30.385Z | Downloaded blake2 v0.10.6 |
| 1166 | 2025-04-16T03:11:30.385Z | Downloaded bit-vec v0.8.0 |
| 1167 | 2025-04-16T03:11:30.385Z | Downloaded bcs v0.1.6 |
| 1168 | 2025-04-16T03:11:30.385Z | Downloaded base64ct v1.6.0 |
| 1169 | 2025-04-16T03:11:30.385Z | Downloaded backoff v0.4.0 |
| 1170 | 2025-04-16T03:11:30.385Z | Downloaded arc-swap v1.7.1 |
| 1171 | 2025-04-16T03:11:30.411Z | Downloaded allocator-api2 v0.2.18 |
| 1172 | 2025-04-16T03:11:30.411Z | Downloaded match_cfg v0.1.0 |
| 1173 | 2025-04-16T03:11:30.411Z | Downloaded instant v0.1.13 |
| 1174 | 2025-04-16T03:11:30.411Z | Downloaded ident_case v1.0.1 |
| 1175 | 2025-04-16T03:11:30.411Z | Downloaded icu_provider_macros v1.5.0 |
| 1176 | 2025-04-16T03:11:30.411Z | Downloaded hubpack_derive v0.1.1 |
| 1177 | 2025-04-16T03:11:30.411Z | Downloaded http-range v0.1.5 |
| 1178 | 2025-04-16T03:11:30.411Z | Downloaded crossbeam-deque v0.8.5 |
| 1179 | 2025-04-16T03:11:30.411Z | Downloaded crc32fast v1.4.2 |
| 1180 | 2025-04-16T03:11:30.411Z | Downloaded crc-catalog v2.4.0 |
| 1181 | 2025-04-16T03:11:30.411Z | Downloaded crc v3.2.1 |
| 1182 | 2025-04-16T03:11:30.411Z | Downloaded cookie_store v0.21.1 |
| 1183 | 2025-04-16T03:11:30.411Z | Downloaded convert_case v0.4.0 |
| 1184 | 2025-04-16T03:11:30.411Z | Downloaded constant_time_eq v0.3.1 |
| 1185 | 2025-04-16T03:11:30.411Z | Downloaded const_format_proc_macros v0.2.34 |
| 1186 | 2025-04-16T03:11:30.437Z | Downloaded colored v2.2.0 |
| 1187 | 2025-04-16T03:11:30.437Z | Downloaded cmake v0.1.51 |
| 1188 | 2025-04-16T03:11:30.437Z | Downloaded cipher v0.4.4 |
| 1189 | 2025-04-16T03:11:30.437Z | Downloaded ciborium-ll v0.2.2 |
| 1190 | 2025-04-16T03:11:30.437Z | Downloaded ciborium v0.2.2 |
| 1191 | 2025-04-16T03:11:30.437Z | Downloaded chrono-tz-build v0.4.0 |
| 1192 | 2025-04-16T03:11:30.437Z | Downloaded chacha20 v0.9.1 |
| 1193 | 2025-04-16T03:11:30.437Z | Downloaded cexpr v0.6.0 |
| 1194 | 2025-04-16T03:11:30.437Z | Downloaded cbc v0.1.2 |
| 1195 | 2025-04-16T03:11:30.437Z | Downloaded cargo_metadata v0.18.1 |
| 1196 | 2025-04-16T03:11:30.437Z | Downloaded cancel-safe-futures v0.1.5 |
| 1197 | 2025-04-16T03:11:30.437Z | Downloaded bzip2 v0.5.2 |
| 1198 | 2025-04-16T03:11:30.437Z | Downloaded buf-list v1.0.3 |
| 1199 | 2025-04-16T03:11:30.463Z | Downloaded bitfield v0.14.0 |
| 1200 | 2025-04-16T03:11:30.463Z | Downloaded bit-set v0.5.3 |
| 1201 | 2025-04-16T03:11:30.463Z | Downloaded bb8 v0.8.5 |
| 1202 | 2025-04-16T03:11:30.463Z | Downloaded base16ct v0.2.0 |
| 1203 | 2025-04-16T03:11:30.463Z | Downloaded atty v0.2.14 |
| 1204 | 2025-04-16T03:11:30.463Z | Downloaded async-trait v0.1.88 |
| 1205 | 2025-04-16T03:11:30.463Z | Downloaded async-stream v0.3.6 |
| 1206 | 2025-04-16T03:11:30.463Z | Downloaded async-recursion v1.1.1 |
| 1207 | 2025-04-16T03:11:30.463Z | Downloaded ahash v0.8.11 |
| 1208 | 2025-04-16T03:11:30.463Z | Downloaded addr2line v0.24.2 |
| 1209 | 2025-04-16T03:11:30.463Z | Downloaded cstr-argument v0.1.2 |
| 1210 | 2025-04-16T03:11:30.463Z | Downloaded crunchy v0.2.2 |
| 1211 | 2025-04-16T03:11:30.488Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1212 | 2025-04-16T03:11:30.489Z | Downloaded cfg_aliases v0.1.1 |
| 1213 | 2025-04-16T03:11:30.489Z | Downloaded castaway v0.2.3 |
| 1214 | 2025-04-16T03:11:30.489Z | Downloaded cassowary v0.3.0 |
| 1215 | 2025-04-16T03:11:30.489Z | Downloaded blowfish v0.9.1 |
| 1216 | 2025-04-16T03:11:30.489Z | Downloaded block-padding v0.3.3 |
| 1217 | 2025-04-16T03:11:30.489Z | Downloaded bitfield-struct v0.6.2 |
| 1218 | 2025-04-16T03:11:30.489Z | Downloaded bit-vec v0.6.3 |
| 1219 | 2025-04-16T03:11:30.489Z | Downloaded bit-set v0.8.0 |
| 1220 | 2025-04-16T03:11:30.489Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1221 | 2025-04-16T03:11:30.489Z | Downloaded atomic-waker v1.1.2 |
| 1222 | 2025-04-16T03:11:30.489Z | Downloaded async-bb8-diesel v0.2.1 |
| 1223 | 2025-04-16T03:11:30.489Z | Downloaded assert_matches v1.5.0 |
| 1224 | 2025-04-16T03:11:30.489Z | Downloaded arrayvec v0.7.6 |
| 1225 | 2025-04-16T03:11:30.489Z | Downloaded arrayref v0.3.9 |
| 1226 | 2025-04-16T03:11:30.489Z | Downloaded aead v0.5.2 |
| 1227 | 2025-04-16T03:11:30.489Z | Downloaded adler2 v2.0.0 |
| 1228 | 2025-04-16T03:11:30.489Z | Downloaded ciborium-io v0.2.2 |
| 1229 | 2025-04-16T03:11:30.516Z | Downloaded cfg_aliases v0.2.1 |
| 1230 | 2025-04-16T03:11:30.516Z | Downloaded atomicwrites v0.4.4 |
| 1231 | 2025-04-16T03:11:30.516Z | Downloaded ascii-canvas v3.0.0 |
| 1232 | 2025-04-16T03:11:30.516Z | Downloaded array-init v0.0.4 |
| 1233 | 2025-04-16T03:11:30.622Z | Compiling serde v1.0.219 |
| 1234 | 2025-04-16T03:11:30.647Z | Compiling value-bag v1.9.0 |
| 1235 | 2025-04-16T03:11:30.647Z | Compiling lock_api v0.4.12 |
| 1236 | 2025-04-16T03:11:30.647Z | Compiling scopeguard v1.2.0 |
| 1237 | 2025-04-16T03:11:30.647Z | Compiling typenum v1.17.0 |
| 1238 | 2025-04-16T03:11:30.647Z | Compiling generic-array v0.14.7 |
| 1239 | 2025-04-16T03:11:30.647Z | Compiling syn v2.0.98 |
| 1240 | 2025-04-16T03:11:30.647Z | Compiling getrandom v0.2.15 |
| 1241 | 2025-04-16T03:11:30.894Z | Compiling shlex v1.3.0 |
| 1242 | 2025-04-16T03:11:31.031Z | Compiling rand_core v0.6.4 |
| 1243 | 2025-04-16T03:11:31.147Z | Compiling log v0.4.22 |
| 1244 | 2025-04-16T03:11:31.224Z | Compiling jobserver v0.1.32 |
| 1245 | 2025-04-16T03:11:31.249Z | Compiling subtle v2.6.1 |
| 1246 | 2025-04-16T03:11:31.278Z | Compiling smallvec v1.14.0 |
| 1247 | 2025-04-16T03:11:31.508Z | Compiling const-oid v0.9.6 |
| 1248 | 2025-04-16T03:11:31.568Z | Compiling cc v1.2.15 |
| 1249 | 2025-04-16T03:11:31.594Z | Compiling pin-project-lite v0.2.14 |
| 1250 | 2025-04-16T03:11:31.652Z | Compiling rustix v0.38.37 |
| 1251 | 2025-04-16T03:11:31.746Z | Compiling parking_lot_core v0.9.10 |
| 1252 | 2025-04-16T03:11:31.816Z | Compiling signal-hook-registry v1.4.2 |
| 1253 | 2025-04-16T03:11:32.158Z | Compiling stable_deref_trait v1.2.0 |
| 1254 | 2025-04-16T03:11:32.491Z | Compiling mio v1.0.2 |
| 1255 | 2025-04-16T03:11:32.983Z | Compiling spin v0.9.8 |
| 1256 | 2025-04-16T03:11:33.132Z | Compiling parking_lot v0.12.3 |
| 1257 | 2025-04-16T03:11:33.184Z | Compiling futures-core v0.3.31 |
| 1258 | 2025-04-16T03:11:33.228Z | Compiling aho-corasick v1.1.3 |
| 1259 | 2025-04-16T03:11:33.476Z | Compiling either v1.14.0 |
| 1260 | 2025-04-16T03:11:33.536Z | Compiling regex-syntax v0.8.5 |
| 1261 | 2025-04-16T03:11:33.584Z | Compiling cpufeatures v0.2.14 |
| 1262 | 2025-04-16T03:11:33.675Z | Compiling libm v0.2.8 |
| 1263 | 2025-04-16T03:11:33.701Z | Compiling serde_json v1.0.140 |
| 1264 | 2025-04-16T03:11:33.841Z | Compiling pkg-config v0.3.31 |
| 1265 | 2025-04-16T03:11:33.896Z | Compiling socket2 v0.5.9 |
| 1266 | 2025-04-16T03:11:34.025Z | Compiling num-traits v0.2.19 |
| 1267 | 2025-04-16T03:11:34.050Z | Compiling glob v0.3.2 |
| 1268 | 2025-04-16T03:11:34.685Z | Compiling prettyplease v0.2.30 |
| 1269 | 2025-04-16T03:11:34.757Z | Compiling clang-sys v1.8.1 |
| 1270 | 2025-04-16T03:11:34.931Z | Compiling getrandom v0.3.1 |
| 1271 | 2025-04-16T03:11:34.973Z | Compiling futures-sink v0.3.31 |
| 1272 | 2025-04-16T03:11:35.154Z | Compiling lazy_static v1.5.0 |
| 1273 | 2025-04-16T03:11:35.411Z | Compiling slab v0.4.9 |
| 1274 | 2025-04-16T03:11:35.533Z | Compiling minimal-lexical v0.2.1 |
| 1275 | 2025-04-16T03:11:35.590Z | Compiling allocator-api2 v0.2.18 |
| 1276 | 2025-04-16T03:11:35.646Z | Compiling foldhash v0.1.3 |
| 1277 | 2025-04-16T03:11:35.924Z | Compiling nom v7.1.3 |
| 1278 | 2025-04-16T03:11:36.030Z | Compiling libloading v0.8.5 |
| 1279 | 2025-04-16T03:11:36.273Z | Compiling hashbrown v0.15.1 |
| 1280 | 2025-04-16T03:11:36.369Z | Compiling bindgen v0.69.5 |
| 1281 | 2025-04-16T03:11:36.411Z | Compiling base64ct v1.6.0 |
| 1282 | 2025-04-16T03:11:36.840Z | Compiling regex-automata v0.4.8 |
| 1283 | 2025-04-16T03:11:37.007Z | Compiling home v0.5.9 |
| 1284 | 2025-04-16T03:11:37.257Z | Compiling pem-rfc7468 v0.7.0 |
| 1285 | 2025-04-16T03:11:37.413Z | Compiling itertools v0.10.5 |
| 1286 | 2025-04-16T03:11:37.573Z | Compiling synstructure v0.13.1 |
| 1287 | 2025-04-16T03:11:38.457Z | Compiling cexpr v0.6.0 |
| 1288 | 2025-04-16T03:11:38.721Z | Compiling lazycell v1.3.0 |
| 1289 | 2025-04-16T03:11:38.752Z | Compiling litemap v0.7.3 |
| 1290 | 2025-04-16T03:11:38.884Z | Compiling flagset v0.4.6 |
| 1291 | 2025-04-16T03:11:39.073Z | Compiling writeable v0.5.5 |
| 1292 | 2025-04-16T03:11:39.098Z | Compiling rustc-hash v1.1.0 |
| 1293 | 2025-04-16T03:11:39.247Z | Compiling futures-channel v0.3.31 |
| 1294 | 2025-04-16T03:11:39.474Z | Compiling cmake v0.1.51 |
| 1295 | 2025-04-16T03:11:39.533Z | Compiling futures-task v0.3.31 |
| 1296 | 2025-04-16T03:11:39.601Z | Compiling dunce v1.0.5 |
| 1297 | 2025-04-16T03:11:39.739Z | Compiling futures-io v0.3.31 |
| 1298 | 2025-04-16T03:11:39.764Z | Compiling pin-utils v0.1.0 |
| 1299 | 2025-04-16T03:11:39.808Z | Compiling fs_extra v1.3.0 |
| 1300 | 2025-04-16T03:11:39.870Z | Compiling icu_locid_transform_data v1.5.0 |
| 1301 | 2025-04-16T03:11:39.977Z | Compiling paste v1.0.15 |
| 1302 | 2025-04-16T03:11:40.002Z | Compiling vcpkg v0.2.15 |
| 1303 | 2025-04-16T03:11:40.146Z | Compiling crossbeam-utils v0.8.21 |
| 1304 | 2025-04-16T03:11:40.200Z | Compiling icu_properties_data v1.5.0 |
| 1305 | 2025-04-16T03:11:40.269Z | Compiling ring v0.17.11 |
| 1306 | 2025-04-16T03:11:40.427Z | Compiling tracing-core v0.1.32 |
| 1307 | 2025-04-16T03:11:40.630Z | Compiling utf8_iter v1.0.4 |
| 1308 | 2025-04-16T03:11:40.844Z | Compiling aws-lc-rs v1.12.4 |
| 1309 | 2025-04-16T03:11:41.134Z | Compiling regex v1.11.1 |
| 1310 | 2025-04-16T03:11:41.193Z | Compiling zerocopy v0.8.10 |
| 1311 | 2025-04-16T03:11:41.346Z | Compiling iana-time-zone v0.1.61 |
| 1312 | 2025-04-16T03:11:41.433Z | Compiling utf16_iter v1.0.5 |
| 1313 | 2025-04-16T03:11:41.459Z | Compiling openssl-sys v0.9.107 |
| 1314 | 2025-04-16T03:11:41.630Z | Compiling icu_normalizer_data v1.5.0 |
| 1315 | 2025-04-16T03:11:41.679Z | Compiling write16 v1.0.0 |
| 1316 | 2025-04-16T03:11:41.752Z | Compiling percent-encoding v2.3.1 |
| 1317 | 2025-04-16T03:11:41.809Z | Compiling serde_derive v1.0.219 |
| 1318 | 2025-04-16T03:11:41.835Z | Compiling zeroize_derive v1.4.2 |
| 1319 | 2025-04-16T03:11:41.907Z | Compiling zerocopy-derive v0.7.35 |
| 1320 | 2025-04-16T03:11:42.015Z | Compiling zerofrom-derive v0.1.4 |
| 1321 | 2025-04-16T03:11:42.116Z | Compiling yoke-derive v0.7.4 |
| 1322 | 2025-04-16T03:11:42.367Z | Compiling tokio-macros v2.5.0 |
| 1323 | 2025-04-16T03:11:43.001Z | Compiling zeroize v1.8.1 |
| 1324 | 2025-04-16T03:11:43.577Z | Compiling zerocopy v0.7.35 |
| 1325 | 2025-04-16T03:11:43.605Z | Compiling zerovec-derive v0.10.3 |
| 1326 | 2025-04-16T03:11:44.262Z | Compiling displaydoc v0.2.5 |
| 1327 | 2025-04-16T03:11:44.336Z | Compiling thiserror-impl v1.0.69 |
| 1328 | 2025-04-16T03:11:44.519Z | Compiling crypto-common v0.1.6 |
| 1329 | 2025-04-16T03:11:44.740Z | Compiling block-buffer v0.10.4 |
| 1330 | 2025-04-16T03:11:44.766Z | Compiling block-padding v0.3.3 |
| 1331 | 2025-04-16T03:11:44.810Z | Compiling zerofrom v0.1.4 |
| 1332 | 2025-04-16T03:11:45.002Z | Compiling digest v0.10.7 |
| 1333 | 2025-04-16T03:11:45.027Z | Compiling yoke v0.7.4 |
| 1334 | 2025-04-16T03:11:45.027Z | Compiling inout v0.1.3 |
| 1335 | 2025-04-16T03:11:45.291Z | Compiling cipher v0.4.4 |
| 1336 | 2025-04-16T03:11:45.398Z | Compiling hmac v0.12.1 |
| 1337 | 2025-04-16T03:11:45.441Z | Compiling sha2 v0.10.8 |
| 1338 | 2025-04-16T03:11:45.519Z | Compiling der_derive v0.7.3 |
| 1339 | 2025-04-16T03:11:45.567Z | Compiling zerovec v0.10.4 |
| 1340 | 2025-04-16T03:11:45.654Z | Compiling futures-macro v0.3.31 |
| 1341 | 2025-04-16T03:11:45.755Z | Compiling icu_provider_macros v1.5.0 |
| 1342 | 2025-04-16T03:11:46.048Z | Compiling salsa20 v0.10.2 |
| 1343 | 2025-04-16T03:11:46.270Z | Compiling pbkdf2 v0.12.2 |
| 1344 | 2025-04-16T03:11:46.441Z | Compiling ppv-lite86 v0.2.20 |
| 1345 | 2025-04-16T03:11:46.654Z | Compiling scrypt v0.11.0 |
| 1346 | 2025-04-16T03:11:46.746Z | Compiling thiserror v1.0.69 |
| 1347 | 2025-04-16T03:11:46.981Z | Compiling cbc v0.1.2 |
| 1348 | 2025-04-16T03:11:47.211Z | Compiling tinystr v0.7.6 |
| 1349 | 2025-04-16T03:11:47.211Z | Compiling icu_collections v1.5.0 |
| 1350 | 2025-04-16T03:11:47.259Z | Compiling aes v0.8.4 |
| 1351 | 2025-04-16T03:11:47.259Z | Compiling futures-util v0.3.31 |
| 1352 | 2025-04-16T03:11:47.395Z | Compiling pest v2.7.14 |
| 1353 | 2025-04-16T03:11:47.421Z | Compiling der v0.7.9 |
| 1354 | 2025-04-16T03:11:47.599Z | Compiling icu_locid v1.5.0 |
| 1355 | 2025-04-16T03:11:48.236Z | Compiling tracing-attributes v0.1.27 |
| 1356 | 2025-04-16T03:11:48.364Z | Compiling zerocopy-derive v0.8.10 |
| 1357 | 2025-04-16T03:11:49.290Z | Compiling spki v0.7.3 |
| 1358 | 2025-04-16T03:11:49.338Z | Compiling icu_provider v1.5.0 |
| 1359 | 2025-04-16T03:11:49.632Z | Compiling pkcs5 v0.7.1 |
| 1360 | 2025-04-16T03:11:49.849Z | Compiling pest_meta v2.7.14 |
| 1361 | 2025-04-16T03:11:49.905Z | Compiling scroll_derive v0.12.0 |
| 1362 | 2025-04-16T03:11:50.172Z | Compiling icu_locid_transform v1.5.0 |
| 1363 | 2025-04-16T03:11:50.441Z | Compiling pkcs8 v0.10.2 |
| 1364 | 2025-04-16T03:11:50.868Z | Compiling tracing v0.1.40 |
| 1365 | 2025-04-16T03:11:51.024Z | Compiling rustls-pki-types v1.10.0 |
| 1366 | 2025-04-16T03:11:51.300Z | Compiling icu_properties v1.5.1 |
| 1367 | 2025-04-16T03:11:51.860Z | Compiling httparse v1.9.5 |
| 1368 | 2025-04-16T03:11:51.938Z | Compiling tinyvec_macros v0.1.1 |
| 1369 | 2025-04-16T03:11:52.020Z | Compiling scroll v0.12.0 |
| 1370 | 2025-04-16T03:11:52.048Z | Compiling tinyvec v1.8.0 |
| 1371 | 2025-04-16T03:11:52.086Z | Compiling bytes v1.10.1 |
| 1372 | 2025-04-16T03:11:52.337Z | Compiling bitflags v2.9.0 |
| 1373 | 2025-04-16T03:11:52.517Z | Compiling semver v1.0.25 |
| 1374 | 2025-04-16T03:11:53.126Z | Compiling tokio v1.43.1 |
| 1375 | 2025-04-16T03:11:53.280Z | Compiling indexmap v2.7.1 |
| 1376 | 2025-04-16T03:11:53.319Z | Compiling rustc_version v0.4.1 |
| 1377 | 2025-04-16T03:11:53.441Z | Compiling http v1.2.0 |
| 1378 | 2025-04-16T03:11:53.913Z | Compiling uuid v1.16.0 |
| 1379 | 2025-04-16T03:11:54.445Z | Compiling icu_normalizer v1.5.0 |
| 1380 | 2025-04-16T03:11:54.856Z | Compiling chrono v0.4.40 |
| 1381 | 2025-04-16T03:11:55.109Z | Compiling http-body v1.0.1 |
| 1382 | 2025-04-16T03:11:55.148Z | Compiling pest_generator v2.7.14 |
| 1383 | 2025-04-16T03:11:55.238Z | Compiling idna_adapter v1.2.0 |
| 1384 | 2025-04-16T03:11:55.346Z | Compiling serde_derive_internals v0.29.1 |
| 1385 | 2025-04-16T03:11:55.458Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1386 | 2025-04-16T03:11:55.847Z | Compiling which v4.4.2 |
| 1387 | 2025-04-16T03:11:55.872Z | Compiling untrusted v0.9.0 |
| 1388 | 2025-04-16T03:11:56.060Z | Compiling time-core v0.1.2 |
| 1389 | 2025-04-16T03:11:56.317Z | Compiling schemars v0.8.22 |
| 1390 | 2025-04-16T03:11:56.565Z | Compiling untrusted v0.7.1 |
| 1391 | 2025-04-16T03:11:56.603Z | Compiling num-conv v0.1.0 |
| 1392 | 2025-04-16T03:11:56.628Z | Compiling rustversion v1.0.17 |
| 1393 | 2025-04-16T03:11:56.771Z | Compiling foreign-types-shared v0.1.1 |
| 1394 | 2025-04-16T03:11:56.913Z | Compiling powerfmt v0.2.0 |
| 1395 | 2025-04-16T03:11:56.944Z | Compiling atomic-waker v1.1.2 |
| 1396 | 2025-04-16T03:11:57.125Z | Compiling try-lock v0.2.5 |
| 1397 | 2025-04-16T03:11:57.241Z | Compiling adler2 v2.0.0 |
| 1398 | 2025-04-16T03:11:57.266Z | Compiling openssl v0.10.72 |
| 1399 | 2025-04-16T03:11:57.291Z | Compiling want v0.3.1 |
| 1400 | 2025-04-16T03:11:57.357Z | Compiling schemars_derive v0.8.22 |
| 1401 | 2025-04-16T03:11:57.449Z | Compiling miniz_oxide v0.8.5 |
| 1402 | 2025-04-16T03:11:57.557Z | Compiling deranged v0.3.11 |
| 1403 | 2025-04-16T03:11:57.603Z | Compiling time-macros v0.2.18 |
| 1404 | 2025-04-16T03:11:57.666Z | Compiling foreign-types v0.3.2 |
| 1405 | 2025-04-16T03:11:57.773Z | Compiling rand_core v0.9.2 |
| 1406 | 2025-04-16T03:11:57.873Z | Compiling goblin v0.8.2 |
| 1407 | 2025-04-16T03:11:58.183Z | Compiling pest_derive v2.7.14 |
| 1408 | 2025-04-16T03:11:58.868Z | Compiling idna v1.0.3 |
| 1409 | 2025-04-16T03:12:00.042Z | Compiling form_urlencoded v1.2.1 |
| 1410 | 2025-04-16T03:12:00.155Z | Compiling tokio-util v0.7.13 |
| 1411 | 2025-04-16T03:12:00.324Z | Compiling openssl-macros v0.1.1 |
| 1412 | 2025-04-16T03:12:00.350Z | Compiling native-tls v0.2.12 |
| 1413 | 2025-04-16T03:12:00.646Z | Compiling syn v1.0.109 |
| 1414 | 2025-04-16T03:12:00.988Z | Compiling h2 v0.4.6 |
| 1415 | 2025-04-16T03:12:01.015Z | Compiling num_threads v0.1.7 |
| 1416 | 2025-04-16T03:12:01.169Z | Compiling rustls v0.23.19 |
| 1417 | 2025-04-16T03:12:01.201Z | Compiling tower-service v0.3.3 |
| 1418 | 2025-04-16T03:12:01.227Z | Compiling dyn-clone v1.0.19 |
| 1419 | 2025-04-16T03:12:01.360Z | Compiling httpdate v1.0.3 |
| 1420 | 2025-04-16T03:12:01.583Z | Compiling time v0.3.36 |
| 1421 | 2025-04-16T03:12:02.586Z | Compiling dtrace-parser v0.2.0 |
| 1422 | 2025-04-16T03:12:04.201Z | Compiling dof v0.3.0 |
| 1423 | 2025-04-16T03:12:04.395Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2025-04-16T03:12:05.406Z | Compiling heapless v0.7.17 |
| 1425 | 2025-04-16T03:12:05.513Z | Compiling unicode-normalization v0.1.24 |
| 1426 | 2025-04-16T03:12:05.574Z | Compiling crossbeam-epoch v0.9.18 |
| 1427 | 2025-04-16T03:12:05.668Z | Compiling rand_chacha v0.3.1 |
| 1428 | 2025-04-16T03:12:05.799Z | Compiling signature v2.2.0 |
| 1429 | 2025-04-16T03:12:05.985Z | Compiling crc32fast v1.4.2 |
| 1430 | 2025-04-16T03:12:06.068Z | Compiling cookie v0.18.1 |
| 1431 | 2025-04-16T03:12:06.167Z | Compiling openssl-probe v0.1.5 |
| 1432 | 2025-04-16T03:12:06.295Z | Compiling siphasher v0.3.11 |
| 1433 | 2025-04-16T03:12:06.350Z | Compiling signal-hook v0.3.17 |
| 1434 | 2025-04-16T03:12:06.375Z | Compiling base64 v0.22.1 |
| 1435 | 2025-04-16T03:12:06.458Z | Compiling rayon-core v1.12.1 |
| 1436 | 2025-04-16T03:12:06.617Z | Compiling unicode-properties v0.1.3 |
| 1437 | 2025-04-16T03:12:06.642Z | Compiling slog v2.7.0 |
| 1438 | 2025-04-16T03:12:06.734Z | Compiling unicode-bidi v0.3.17 |
| 1439 | 2025-04-16T03:12:07.021Z | Compiling hyper v1.6.0 |
| 1440 | 2025-04-16T03:12:07.166Z | Compiling phf_shared v0.11.2 |
| 1441 | 2025-04-16T03:12:07.484Z | Compiling stringprep v0.1.5 |
| 1442 | 2025-04-16T03:12:07.566Z | Compiling rand v0.8.5 |
| 1443 | 2025-04-16T03:12:07.624Z | Compiling usdt-impl v0.5.0 |
| 1444 | 2025-04-16T03:12:07.815Z | Compiling crossbeam-deque v0.8.5 |
| 1445 | 2025-04-16T03:12:08.193Z | Compiling rand v0.9.0 |
| 1446 | 2025-04-16T03:12:08.355Z | Compiling url v2.5.3 |
| 1447 | 2025-04-16T03:12:08.780Z | Compiling curve25519-dalek v4.1.3 |
| 1448 | 2025-04-16T03:12:09.183Z | Compiling hyper-util v0.1.10 |
| 1449 | 2025-04-16T03:12:09.393Z | Compiling toml_datetime v0.6.8 |
| 1450 | 2025-04-16T03:12:09.421Z | Compiling serde_spanned v0.6.8 |
| 1451 | 2025-04-16T03:12:09.651Z | Compiling serde_tokenstream v0.2.2 |
| 1452 | 2025-04-16T03:12:09.699Z | Compiling md-5 v0.10.6 |
| 1453 | 2025-04-16T03:12:09.832Z | Compiling num-integer v0.1.46 |
| 1454 | 2025-04-16T03:12:09.871Z | Compiling hash32 v0.2.1 |
| 1455 | 2025-04-16T03:12:09.960Z | Compiling ff v0.13.0 |
| 1456 | 2025-04-16T03:12:10.172Z | Compiling memoffset v0.9.1 |
| 1457 | 2025-04-16T03:12:10.172Z | Compiling portable-atomic v1.11.0 |
| 1458 | 2025-04-16T03:12:10.214Z | Compiling cfg_aliases v0.2.1 |
| 1459 | 2025-04-16T03:12:10.239Z | Compiling fallible-iterator v0.2.0 |
| 1460 | 2025-04-16T03:12:10.332Z | Compiling num-bigint-dig v0.8.4 |
| 1461 | 2025-04-16T03:12:10.458Z | Compiling gimli v0.31.1 |
| 1462 | 2025-04-16T03:12:10.484Z | Compiling smoltcp v0.9.1 |
| 1463 | 2025-04-16T03:12:10.627Z | Compiling base16ct v0.2.0 |
| 1464 | 2025-04-16T03:12:10.832Z | Compiling psl-types v2.0.11 |
| 1465 | 2025-04-16T03:12:10.930Z | Compiling newtype-uuid v1.2.1 |
| 1466 | 2025-04-16T03:12:10.995Z | Compiling litrs v0.4.1 |
| 1467 | 2025-04-16T03:12:11.057Z | Compiling publicsuffix v2.3.0 |
| 1468 | 2025-04-16T03:12:11.168Z | Compiling sec1 v0.7.3 |
| 1469 | 2025-04-16T03:12:11.239Z | Compiling postgres-protocol v0.6.8 |
| 1470 | 2025-04-16T03:12:11.518Z | Compiling nix v0.29.0 |
| 1471 | 2025-04-16T03:12:11.658Z | Compiling num-iter v0.1.45 |
| 1472 | 2025-04-16T03:12:11.693Z | Compiling group v0.13.0 |
| 1473 | 2025-04-16T03:12:11.984Z | Compiling document-features v0.2.10 |
| 1474 | 2025-04-16T03:12:12.309Z | Compiling tokio-native-tls v0.3.1 |
| 1475 | 2025-04-16T03:12:12.908Z | Compiling flate2 v1.1.1 |
| 1476 | 2025-04-16T03:12:13.095Z | Compiling ipnetwork v0.21.1 |
| 1477 | 2025-04-16T03:12:13.159Z | Compiling terminal_size v0.4.0 |
| 1478 | 2025-04-16T03:12:13.370Z | Compiling http-body-util v0.1.3 |
| 1479 | 2025-04-16T03:12:13.432Z | Compiling webpki-roots v0.26.6 |
| 1480 | 2025-04-16T03:12:13.510Z | Compiling hkdf v0.12.4 |
| 1481 | 2025-04-16T03:12:13.639Z | Compiling crypto-bigint v0.5.5 |
| 1482 | 2025-04-16T03:12:13.665Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1483 | 2025-04-16T03:12:13.770Z | Compiling zerocopy-derive v0.6.6 |
| 1484 | 2025-04-16T03:12:13.802Z | Compiling async-trait v0.1.88 |
| 1485 | 2025-04-16T03:12:13.829Z | Compiling sync_wrapper v1.0.1 |
| 1486 | 2025-04-16T03:12:13.979Z | Compiling addr2line v0.24.2 |
| 1487 | 2025-04-16T03:12:14.367Z | Compiling fs-err v2.11.0 |
| 1488 | 2025-04-16T03:12:14.597Z | Compiling object v0.36.5 |
| 1489 | 2025-04-16T03:12:14.662Z | Compiling ahash v0.8.11 |
| 1490 | 2025-04-16T03:12:14.819Z | Compiling managed v0.8.0 |
| 1491 | 2025-04-16T03:12:14.973Z | Compiling zip v2.6.1 |
| 1492 | 2025-04-16T03:12:15.197Z | Compiling bumpalo v3.16.0 |
| 1493 | 2025-04-16T03:12:15.260Z | Compiling anyhow v1.0.97 |
| 1494 | 2025-04-16T03:12:15.357Z | Compiling winnow v0.5.40 |
| 1495 | 2025-04-16T03:12:15.613Z | Compiling unicode-width v0.2.0 |
| 1496 | 2025-04-16T03:12:15.778Z | Compiling tower-layer v0.3.3 |
| 1497 | 2025-04-16T03:12:15.860Z | Compiling lockfree-object-pool v0.1.6 |
| 1498 | 2025-04-16T03:12:16.044Z | Compiling buf-list v1.0.3 |
| 1499 | 2025-04-16T03:12:16.074Z | Compiling rustc-demangle v0.1.24 |
| 1500 | 2025-04-16T03:12:16.102Z | Compiling simd-adler32 v0.3.7 |
| 1501 | 2025-04-16T03:12:16.534Z | Compiling ipnet v2.11.0 |
| 1502 | 2025-04-16T03:12:16.566Z | Compiling strum_macros v0.25.3 |
| 1503 | 2025-04-16T03:12:17.500Z | Compiling clap_builder v4.5.35 |
| 1504 | 2025-04-16T03:12:18.200Z | Compiling toml_edit v0.19.15 |
| 1505 | 2025-04-16T03:12:18.357Z | Compiling hubpack_derive v0.1.1 |
| 1506 | 2025-04-16T03:12:18.509Z | Compiling zopfli v0.8.1 |
| 1507 | 2025-04-16T03:12:18.546Z | Compiling elliptic-curve v0.13.8 |
| 1508 | 2025-04-16T03:12:19.115Z | Compiling hubpack v0.1.2 |
| 1509 | 2025-04-16T03:12:19.310Z | Compiling console v0.15.10 |
| 1510 | 2025-04-16T03:12:19.531Z | Compiling tower v0.5.2 |
| 1511 | 2025-04-16T03:12:19.913Z | Compiling zerocopy v0.6.6 |
| 1512 | 2025-04-16T03:12:20.271Z | Compiling backtrace v0.3.74 |
| 1513 | 2025-04-16T03:12:20.553Z | Compiling hyper-tls v0.6.0 |
| 1514 | 2025-04-16T03:12:20.596Z | Compiling oxnet v0.1.1 |
| 1515 | 2025-04-16T03:12:20.752Z | Compiling signal-hook-mio v0.2.4 |
| 1516 | 2025-04-16T03:12:20.913Z | Compiling cookie_store v0.21.1 |
| 1517 | 2025-04-16T03:12:20.939Z | Compiling rayon v1.10.0 |
| 1518 | 2025-04-16T03:12:21.237Z | Compiling postgres-types v0.2.9 |
| 1519 | 2025-04-16T03:12:22.766Z | Compiling usdt-macro v0.5.0 |
| 1520 | 2025-04-16T03:12:23.833Z | Compiling usdt-attr-macro v0.5.0 |
| 1521 | 2025-04-16T03:12:23.965Z | Compiling phf v0.11.2 |
| 1522 | 2025-04-16T03:12:24.258Z | Compiling ed25519 v2.2.3 |
| 1523 | 2025-04-16T03:12:24.287Z | Compiling strum_macros v0.26.4 |
| 1524 | 2025-04-16T03:12:24.384Z | Compiling bzip2 v0.5.2 |
| 1525 | 2025-04-16T03:12:24.755Z | Compiling bzip2 v0.4.4 |
| 1526 | 2025-04-16T03:12:24.781Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2025-04-16T03:12:25.148Z | Compiling clap_derive v4.5.32 |
| 1528 | 2025-04-16T03:12:25.173Z | Compiling enum-as-inner v0.6.1 |
| 1529 | 2025-04-16T03:12:25.258Z | Compiling serde-big-array v0.5.1 |
| 1530 | 2025-04-16T03:12:25.520Z | Compiling rustls-pemfile v2.2.0 |
| 1531 | 2025-04-16T03:12:25.824Z | Compiling futures-executor v0.3.31 |
| 1532 | 2025-04-16T03:12:25.973Z | Compiling pkcs1 v0.7.5 |
| 1533 | 2025-04-16T03:12:26.024Z | Compiling rfc6979 v0.4.0 |
| 1534 | 2025-04-16T03:12:26.197Z | Compiling daft-derive v0.1.3 |
| 1535 | 2025-04-16T03:12:26.223Z | Compiling serde_repr v0.1.19 |
| 1536 | 2025-04-16T03:12:26.289Z | Compiling bstr v1.10.0 |
| 1537 | 2025-04-16T03:12:26.748Z | Compiling float-cmp v0.10.0 |
| 1538 | 2025-04-16T03:12:27.032Z | Compiling encoding_rs v0.8.34 |
| 1539 | 2025-04-16T03:12:27.178Z | Compiling normalize-line-endings v0.3.0 |
| 1540 | 2025-04-16T03:12:27.316Z | Compiling static_assertions v1.1.0 |
| 1541 | 2025-04-16T03:12:27.433Z | Compiling mime v0.3.17 |
| 1542 | 2025-04-16T03:12:27.581Z | Compiling whoami v1.5.2 |
| 1543 | 2025-04-16T03:12:27.706Z | Compiling predicates-core v1.0.8 |
| 1544 | 2025-04-16T03:12:27.913Z | Compiling difflib v0.4.0 |
| 1545 | 2025-04-16T03:12:28.034Z | Compiling data-encoding v2.6.0 |
| 1546 | 2025-04-16T03:12:28.079Z | Compiling unicode-segmentation v1.12.0 |
| 1547 | 2025-04-16T03:12:28.104Z | Compiling number_prefix v0.4.0 |
| 1548 | 2025-04-16T03:12:28.329Z | Compiling precomputed-hash v0.1.1 |
| 1549 | 2025-04-16T03:12:28.470Z | Compiling fixedbitset v0.4.2 |
| 1550 | 2025-04-16T03:12:28.805Z | Compiling new_debug_unreachable v1.0.6 |
| 1551 | 2025-04-16T03:12:28.838Z | Compiling clap v4.5.35 |
| 1552 | 2025-04-16T03:12:28.884Z | Compiling toml_edit v0.22.24 |
| 1553 | 2025-04-16T03:12:28.914Z | Compiling string_cache v0.8.9 |
| 1554 | 2025-04-16T03:12:28.973Z | Compiling petgraph v0.6.5 |
| 1555 | 2025-04-16T03:12:29.103Z | Compiling similar v2.7.0 |
| 1556 | 2025-04-16T03:12:29.393Z | Compiling hickory-proto v0.24.4 |
| 1557 | 2025-04-16T03:12:29.689Z | Compiling predicates v3.1.3 |
| 1558 | 2025-04-16T03:12:30.278Z | Compiling indicatif v0.17.11 |
| 1559 | 2025-04-16T03:12:30.908Z | Compiling strum v0.26.3 |
| 1560 | 2025-04-16T03:12:30.971Z | Compiling tokio-postgres v0.7.13 |
| 1561 | 2025-04-16T03:12:31.102Z | Compiling daft v0.1.3 |
| 1562 | 2025-04-16T03:12:31.528Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1563 | 2025-04-16T03:12:32.029Z | Compiling usdt v0.5.0 |
| 1564 | 2025-04-16T03:12:32.108Z | Compiling rsa v0.9.6 |
| 1565 | 2025-04-16T03:12:32.449Z | Compiling ecdsa v0.16.9 |
| 1566 | 2025-04-16T03:12:33.147Z | Compiling futures v0.3.31 |
| 1567 | 2025-04-16T03:12:33.264Z | Compiling zip v0.6.6 |
| 1568 | 2025-04-16T03:12:34.443Z | Compiling ed25519-dalek v2.1.1 |
| 1569 | 2025-04-16T03:12:35.619Z | Compiling toml v0.7.8 |
| 1570 | 2025-04-16T03:12:35.796Z | Compiling crossterm v0.28.1 |
| 1571 | 2025-04-16T03:12:36.953Z | Compiling tokio-stream v0.1.17 |
| 1572 | 2025-04-16T03:12:37.016Z | Compiling openapiv3 v2.0.0 |
| 1573 | 2025-04-16T03:12:37.129Z | Compiling x509-cert v0.2.5 |
| 1574 | 2025-04-16T03:12:37.268Z | Compiling sha1 v0.10.6 |
| 1575 | 2025-04-16T03:12:37.367Z | Compiling itertools v0.13.0 |
| 1576 | 2025-04-16T03:12:37.652Z | Compiling dirs-sys-next v0.1.2 |
| 1577 | 2025-04-16T03:12:37.780Z | Compiling peg-runtime v0.8.5 |
| 1578 | 2025-04-16T03:12:38.115Z | Compiling unicode-xid v0.2.6 |
| 1579 | 2025-04-16T03:12:38.273Z | Compiling lalrpop-util v0.19.12 |
| 1580 | 2025-04-16T03:12:38.298Z | Compiling dirs-next v2.0.0 |
| 1581 | 2025-04-16T03:12:38.438Z | Compiling thread_local v1.1.8 |
| 1582 | 2025-04-16T03:12:38.498Z | Compiling slog-async v2.8.0 |
| 1583 | 2025-04-16T03:12:38.629Z | Compiling term v0.7.0 |
| 1584 | 2025-04-16T03:12:38.659Z | Compiling xattr v1.3.1 |
| 1585 | 2025-04-16T03:12:38.891Z | Compiling crossbeam-channel v0.5.15 |
| 1586 | 2025-04-16T03:12:38.916Z | Compiling is-terminal v0.4.13 |
| 1587 | 2025-04-16T03:12:39.046Z | Compiling filetime v0.2.25 |
| 1588 | 2025-04-16T03:12:39.072Z | Compiling take_mut v0.2.2 |
| 1589 | 2025-04-16T03:12:39.238Z | Compiling slog-term v2.9.1 |
| 1590 | 2025-04-16T03:12:39.331Z | Compiling tar v0.4.44 |
| 1591 | 2025-04-16T03:12:39.786Z | Compiling camino v1.1.9 |
| 1592 | 2025-04-16T03:12:45.489Z | Compiling aws-lc-sys v0.26.0 |
| 1593 | 2025-04-16T03:13:18.541Z | Compiling rustls-webpki v0.102.8 |
| 1594 | 2025-04-16T03:13:24.508Z | Compiling tokio-rustls v0.26.0 |
| 1595 | 2025-04-16T03:13:24.848Z | Compiling hyper-rustls v0.27.3 |
| 1596 | 2025-04-16T03:13:25.179Z | Compiling reqwest v0.12.12 |
| 1597 | 2025-04-16T03:13:29.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1598 | 2025-04-16T03:13:29.829Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1599 | 2025-04-16T03:13:35.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 1600 | 2025-04-16T03:13:35.439Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1601 | 2025-04-16T03:13:35.518Z | Apr 16 03:13:34.927 INFO Starting download, target: Clickhouse |
| 1602 | 2025-04-16T03:13:35.518Z | Apr 16 03:13:34.927 INFO Starting download, target: Cockroach |
| 1603 | 2025-04-16T03:13:35.518Z | Apr 16 03:13:34.927 INFO Starting download, target: Console |
| 1604 | 2025-04-16T03:13:35.518Z | Apr 16 03:13:34.927 INFO Starting download, target: DendriteStub |
| 1605 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.927 INFO Starting download, target: MaghemiteMgd |
| 1606 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.927 INFO Starting download, target: TransceiverControl |
| 1607 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.929 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1608 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.929 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1609 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.929 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1610 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.929 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1611 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.929 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1612 | 2025-04-16T03:13:35.543Z | Apr 16 03:13:34.929 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1613 | 2025-04-16T03:13:35.805Z | Apr 16 03:13:35.213 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1614 | 2025-04-16T03:13:36.184Z | Apr 16 03:13:35.582 INFO Download complete, target: Console |
| 1615 | 2025-04-16T03:13:37.014Z | Apr 16 03:13:36.422 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1616 | 2025-04-16T03:13:37.383Z | Apr 16 03:13:36.793 INFO Download complete, target: TransceiverControl |
| 1617 | 2025-04-16T03:13:38.015Z | Apr 16 03:13:37.424 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1618 | 2025-04-16T03:13:39.104Z | Apr 16 03:13:38.510 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1619 | 2025-04-16T03:13:40.837Z | Apr 16 03:13:40.243 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1620 | 2025-04-16T03:13:40.837Z | Apr 16 03:13:40.243 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1621 | 2025-04-16T03:13:41.786Z | Apr 16 03:13:41.193 INFO Download complete, target: DendriteStub |
| 1622 | 2025-04-16T03:13:41.979Z | Apr 16 03:13:41.388 INFO Download complete, target: MaghemiteMgd |
| 1623 | 2025-04-16T03:13:48.265Z | Apr 16 03:13:47.674 INFO Checking that binary works, target: Cockroach |
| 1624 | 2025-04-16T03:13:48.558Z | Apr 16 03:13:47.967 INFO Download complete, target: Cockroach |
| 1625 | 2025-04-16T03:13:52.734Z | Apr 16 03:13:52.143 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1626 | 2025-04-16T03:14:04.516Z | Apr 16 03:14:03.925 INFO Checking that binary works, target: Clickhouse |
| 1627 | 2025-04-16T03:14:04.698Z | Apr 16 03:14:04.107 INFO Download complete, target: Clickhouse |
| 1628 | 2025-04-16T03:14:04.723Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1629 | 2025-04-16T03:14:04.748Z | |
| 1630 | 2025-04-16T03:14:04.748Z | real 5:49.063187920 |
| 1631 | 2025-04-16T03:14:04.748Z | user 13:44.385647592 |
| 1632 | 2025-04-16T03:14:04.748Z | sys 2:18.881811939 |
| 1633 | 2025-04-16T03:14:04.748Z | trap 0.470589973 |
| 1634 | 2025-04-16T03:14:04.748Z | tflt 0.490242910 |
| 1635 | 2025-04-16T03:14:04.748Z | dflt 0.872151905 |
| 1636 | 2025-04-16T03:14:04.748Z | kflt 0.007740961 |
| 1637 | 2025-04-16T03:14:04.748Z | lock 24:33.407951790 |
| 1638 | 2025-04-16T03:14:04.748Z | slp 50:08.612984136 |
| 1639 | 2025-04-16T03:14:04.748Z | lat 1:05.295054839 |
| 1640 | 2025-04-16T03:14:04.748Z | stop 2:25.419461601 |
| 1641 | 2025-04-16T03:14:04.748Z | + banner hack-check |
| 1642 | 2025-04-16T03:14:04.748Z | |
| 1643 | 2025-04-16T03:14:04.748Z | # # ## #### # # #### # # ###### #### # # |
| 1644 | 2025-04-16T03:14:04.748Z | # # # # # # # # # # # # # # # # # |
| 1645 | 2025-04-16T03:14:04.748Z | ###### # # # #### ##### # ###### ##### # #### |
| 1646 | 2025-04-16T03:14:04.748Z | # # ###### # # # # # # # # # # |
| 1647 | 2025-04-16T03:14:04.748Z | # # # # # # # # # # # # # # # # # |
| 1648 | 2025-04-16T03:14:04.748Z | # # # # #### # # #### # # ###### #### # # |
| 1649 | 2025-04-16T03:14:04.748Z | |
| 1650 | 2025-04-16T03:14:04.748Z | + export CARGO_INCREMENTAL=0 |
| 1651 | 2025-04-16T03:14:04.748Z | + CARGO_INCREMENTAL=0 |
| 1652 | 2025-04-16T03:14:04.748Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1653 | 2025-04-16T03:14:05.714Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1654 | 2025-04-16T03:14:05.977Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1655 | 2025-04-16T03:14:09.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 1656 | 2025-04-16T03:14:09.982Z | Running `target/debug/xtask check-features --ci` |
| 1657 | 2025-04-16T03:14:09.982Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1658 | 2025-04-16T03:14:09.982Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1659 | 2025-04-16T03:14:10.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1660 | 2025-04-16T03:14:10.859Z | Running `target/debug/xtask download cargo-hack` |
| 1661 | 2025-04-16T03:14:12.184Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1662 | 2025-04-16T03:14:12.534Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1663 | 2025-04-16T03:14:17.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s |
| 1664 | 2025-04-16T03:14:17.362Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1665 | 2025-04-16T03:14:17.415Z | Apr 16 03:14:16.825 INFO Starting download, target: CargoHack |
| 1666 | 2025-04-16T03:14:17.440Z | Apr 16 03:14:16.826 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1667 | 2025-04-16T03:14:18.073Z | Apr 16 03:14:17.482 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1668 | 2025-04-16T03:14:18.165Z | Apr 16 03:14:17.573 INFO Download complete, target: CargoHack |
| 1669 | 2025-04-16T03:14:18.193Z | running: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1670 | 2025-04-16T03:14:18.193Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1671 | 2025-04-16T03:14:18.435Z | info: running `cargo check --bins` on api_identity (1/206) |
| 1672 | 2025-04-16T03:14:19.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1673 | 2025-04-16T03:14:19.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1674 | 2025-04-16T03:14:19.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1675 | 2025-04-16T03:14:19.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1676 | 2025-04-16T03:14:19.342Z | |
| 1677 | 2025-04-16T03:14:19.343Z | info: running `cargo check --bins` on bootstore (2/206) |
| 1678 | 2025-04-16T03:14:20.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1679 | 2025-04-16T03:14:20.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1680 | 2025-04-16T03:14:20.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1681 | 2025-04-16T03:14:20.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1682 | 2025-04-16T03:14:20.275Z | |
| 1683 | 2025-04-16T03:14:20.275Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/206) |
| 1684 | 2025-04-16T03:14:21.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1685 | 2025-04-16T03:14:21.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1686 | 2025-04-16T03:14:21.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1687 | 2025-04-16T03:14:21.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1688 | 2025-04-16T03:14:21.172Z | |
| 1689 | 2025-04-16T03:14:21.172Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/206) |
| 1690 | 2025-04-16T03:14:22.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1691 | 2025-04-16T03:14:22.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1692 | 2025-04-16T03:14:22.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1693 | 2025-04-16T03:14:22.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1694 | 2025-04-16T03:14:22.245Z | |
| 1695 | 2025-04-16T03:14:22.245Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/206) |
| 1696 | 2025-04-16T03:14:22.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1697 | 2025-04-16T03:14:23.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1698 | 2025-04-16T03:14:23.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1699 | 2025-04-16T03:14:23.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1700 | 2025-04-16T03:14:23.195Z | |
| 1701 | 2025-04-16T03:14:23.195Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/206) |
| 1702 | 2025-04-16T03:14:23.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1703 | 2025-04-16T03:14:23.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1704 | 2025-04-16T03:14:23.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1705 | 2025-04-16T03:14:23.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1706 | 2025-04-16T03:14:23.867Z | |
| 1707 | 2025-04-16T03:14:23.867Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/206) |
| 1708 | 2025-04-16T03:14:24.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1709 | 2025-04-16T03:14:24.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1710 | 2025-04-16T03:14:24.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1711 | 2025-04-16T03:14:24.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1712 | 2025-04-16T03:14:24.295Z | |
| 1713 | 2025-04-16T03:14:24.295Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/206) |
| 1714 | 2025-04-16T03:14:24.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1715 | 2025-04-16T03:14:24.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1716 | 2025-04-16T03:14:24.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1717 | 2025-04-16T03:14:24.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1718 | 2025-04-16T03:14:24.884Z | |
| 1719 | 2025-04-16T03:14:24.885Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/206) |
| 1720 | 2025-04-16T03:14:25.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1721 | 2025-04-16T03:14:25.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1722 | 2025-04-16T03:14:25.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1723 | 2025-04-16T03:14:25.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1724 | 2025-04-16T03:14:25.556Z | |
| 1725 | 2025-04-16T03:14:25.556Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/206) |
| 1726 | 2025-04-16T03:14:26.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1727 | 2025-04-16T03:14:26.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1728 | 2025-04-16T03:14:26.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1729 | 2025-04-16T03:14:26.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1730 | 2025-04-16T03:14:26.227Z | |
| 1731 | 2025-04-16T03:14:26.227Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/206) |
| 1732 | 2025-04-16T03:14:26.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1733 | 2025-04-16T03:14:26.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1734 | 2025-04-16T03:14:26.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1735 | 2025-04-16T03:14:26.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1736 | 2025-04-16T03:14:26.902Z | |
| 1737 | 2025-04-16T03:14:26.902Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/206) |
| 1738 | 2025-04-16T03:14:27.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1739 | 2025-04-16T03:14:27.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1740 | 2025-04-16T03:14:27.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1741 | 2025-04-16T03:14:27.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1742 | 2025-04-16T03:14:27.597Z | |
| 1743 | 2025-04-16T03:14:27.597Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/206) |
| 1744 | 2025-04-16T03:14:28.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2025-04-16T03:14:28.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2025-04-16T03:14:28.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2025-04-16T03:14:28.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1748 | 2025-04-16T03:14:28.256Z | |
| 1749 | 2025-04-16T03:14:28.256Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/206) |
| 1750 | 2025-04-16T03:14:28.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2025-04-16T03:14:28.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2025-04-16T03:14:28.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2025-04-16T03:14:28.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1754 | 2025-04-16T03:14:28.934Z | |
| 1755 | 2025-04-16T03:14:28.934Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/206) |
| 1756 | 2025-04-16T03:14:29.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2025-04-16T03:14:29.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2025-04-16T03:14:29.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2025-04-16T03:14:29.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1760 | 2025-04-16T03:14:29.618Z | |
| 1761 | 2025-04-16T03:14:29.618Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/206) |
| 1762 | 2025-04-16T03:14:30.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2025-04-16T03:14:30.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2025-04-16T03:14:30.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2025-04-16T03:14:30.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1766 | 2025-04-16T03:14:30.295Z | |
| 1767 | 2025-04-16T03:14:30.295Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/206) |
| 1768 | 2025-04-16T03:14:30.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2025-04-16T03:14:30.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2025-04-16T03:14:30.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2025-04-16T03:14:30.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1772 | 2025-04-16T03:14:30.970Z | |
| 1773 | 2025-04-16T03:14:30.970Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/206) |
| 1774 | 2025-04-16T03:14:31.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2025-04-16T03:14:31.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2025-04-16T03:14:31.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1777 | 2025-04-16T03:14:31.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1778 | 2025-04-16T03:14:31.655Z | |
| 1779 | 2025-04-16T03:14:31.655Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/206) |
| 1780 | 2025-04-16T03:14:32.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2025-04-16T03:14:32.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2025-04-16T03:14:32.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2025-04-16T03:14:32.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1784 | 2025-04-16T03:14:32.334Z | |
| 1785 | 2025-04-16T03:14:32.334Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/206) |
| 1786 | 2025-04-16T03:14:32.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2025-04-16T03:14:32.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2025-04-16T03:14:32.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2025-04-16T03:14:32.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1790 | 2025-04-16T03:14:33.023Z | |
| 1791 | 2025-04-16T03:14:33.023Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/206) |
| 1792 | 2025-04-16T03:14:33.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2025-04-16T03:14:33.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2025-04-16T03:14:33.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2025-04-16T03:14:33.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1796 | 2025-04-16T03:14:33.721Z | |
| 1797 | 2025-04-16T03:14:33.721Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/206) |
| 1798 | 2025-04-16T03:14:34.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2025-04-16T03:14:34.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2025-04-16T03:14:34.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2025-04-16T03:14:34.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1802 | 2025-04-16T03:14:34.442Z | |
| 1803 | 2025-04-16T03:14:34.442Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/206) |
| 1804 | 2025-04-16T03:14:35.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2025-04-16T03:14:35.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2025-04-16T03:14:35.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2025-04-16T03:14:35.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1808 | 2025-04-16T03:14:35.135Z | |
| 1809 | 2025-04-16T03:14:35.135Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/206) |
| 1810 | 2025-04-16T03:14:35.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2025-04-16T03:14:35.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2025-04-16T03:14:35.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2025-04-16T03:14:35.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1814 | 2025-04-16T03:14:35.832Z | |
| 1815 | 2025-04-16T03:14:35.832Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/206) |
| 1816 | 2025-04-16T03:14:36.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2025-04-16T03:14:36.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2025-04-16T03:14:36.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2025-04-16T03:14:36.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1820 | 2025-04-16T03:14:36.497Z | |
| 1821 | 2025-04-16T03:14:36.497Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/206) |
| 1822 | 2025-04-16T03:14:37.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2025-04-16T03:14:37.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2025-04-16T03:14:37.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2025-04-16T03:14:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1826 | 2025-04-16T03:14:37.165Z | |
| 1827 | 2025-04-16T03:14:37.165Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/206) |
| 1828 | 2025-04-16T03:14:37.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2025-04-16T03:14:37.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2025-04-16T03:14:37.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2025-04-16T03:14:37.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1832 | 2025-04-16T03:14:37.825Z | |
| 1833 | 2025-04-16T03:14:37.825Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/206) |
| 1834 | 2025-04-16T03:14:38.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2025-04-16T03:14:38.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2025-04-16T03:14:38.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2025-04-16T03:14:38.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1838 | 2025-04-16T03:14:38.502Z | |
| 1839 | 2025-04-16T03:14:38.502Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/206) |
| 1840 | 2025-04-16T03:14:39.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2025-04-16T03:14:39.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2025-04-16T03:14:39.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2025-04-16T03:14:39.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1844 | 2025-04-16T03:14:39.186Z | |
| 1845 | 2025-04-16T03:14:39.186Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/206) |
| 1846 | 2025-04-16T03:14:39.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2025-04-16T03:14:39.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2025-04-16T03:14:39.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2025-04-16T03:14:39.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1850 | 2025-04-16T03:14:39.880Z | |
| 1851 | 2025-04-16T03:14:39.880Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/206) |
| 1852 | 2025-04-16T03:14:40.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2025-04-16T03:14:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2025-04-16T03:14:40.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2025-04-16T03:14:40.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1856 | 2025-04-16T03:14:40.561Z | |
| 1857 | 2025-04-16T03:14:40.561Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/206) |
| 1858 | 2025-04-16T03:14:41.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2025-04-16T03:14:41.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2025-04-16T03:14:41.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2025-04-16T03:14:41.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1862 | 2025-04-16T03:14:41.230Z | |
| 1863 | 2025-04-16T03:14:41.230Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/206) |
| 1864 | 2025-04-16T03:14:41.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2025-04-16T03:14:41.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2025-04-16T03:14:41.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2025-04-16T03:14:41.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1868 | 2025-04-16T03:14:42.048Z | |
| 1869 | 2025-04-16T03:14:42.048Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/206) |
| 1870 | 2025-04-16T03:14:42.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2025-04-16T03:14:42.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2025-04-16T03:14:42.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2025-04-16T03:14:42.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1874 | 2025-04-16T03:14:42.606Z | |
| 1875 | 2025-04-16T03:14:42.606Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/206) |
| 1876 | 2025-04-16T03:14:43.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2025-04-16T03:14:43.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2025-04-16T03:14:43.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2025-04-16T03:14:43.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1880 | 2025-04-16T03:14:43.224Z | |
| 1881 | 2025-04-16T03:14:43.224Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/206) |
| 1882 | 2025-04-16T03:14:43.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2025-04-16T03:14:43.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2025-04-16T03:14:43.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2025-04-16T03:14:43.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1886 | 2025-04-16T03:14:43.932Z | |
| 1887 | 2025-04-16T03:14:43.932Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/206) |
| 1888 | 2025-04-16T03:14:44.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2025-04-16T03:14:44.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2025-04-16T03:14:44.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2025-04-16T03:14:44.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1892 | 2025-04-16T03:14:44.612Z | |
| 1893 | 2025-04-16T03:14:44.612Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/206) |
| 1894 | 2025-04-16T03:14:45.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2025-04-16T03:14:45.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2025-04-16T03:14:45.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2025-04-16T03:14:45.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1898 | 2025-04-16T03:14:45.277Z | |
| 1899 | 2025-04-16T03:14:45.277Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/206) |
| 1900 | 2025-04-16T03:14:45.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2025-04-16T03:14:45.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2025-04-16T03:14:45.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2025-04-16T03:14:45.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1904 | 2025-04-16T03:14:45.944Z | |
| 1905 | 2025-04-16T03:14:45.944Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/206) |
| 1906 | 2025-04-16T03:14:46.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2025-04-16T03:14:46.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2025-04-16T03:14:46.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2025-04-16T03:14:46.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1910 | 2025-04-16T03:14:46.610Z | |
| 1911 | 2025-04-16T03:14:46.610Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/206) |
| 1912 | 2025-04-16T03:14:47.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2025-04-16T03:14:47.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2025-04-16T03:14:47.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2025-04-16T03:14:47.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1916 | 2025-04-16T03:14:47.289Z | |
| 1917 | 2025-04-16T03:14:47.289Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/206) |
| 1918 | 2025-04-16T03:14:47.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2025-04-16T03:14:47.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2025-04-16T03:14:47.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2025-04-16T03:14:47.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1922 | 2025-04-16T03:14:47.957Z | |
| 1923 | 2025-04-16T03:14:47.957Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/206) |
| 1924 | 2025-04-16T03:14:48.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2025-04-16T03:14:48.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2025-04-16T03:14:48.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2025-04-16T03:14:48.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1928 | 2025-04-16T03:14:48.648Z | |
| 1929 | 2025-04-16T03:14:48.648Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/206) |
| 1930 | 2025-04-16T03:14:49.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2025-04-16T03:14:49.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2025-04-16T03:14:49.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2025-04-16T03:14:49.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 1934 | 2025-04-16T03:14:49.327Z | |
| 1935 | 2025-04-16T03:14:49.327Z | info: running `cargo check --bins` on sled-hardware-types (45/206) |
| 1936 | 2025-04-16T03:14:50.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2025-04-16T03:14:50.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2025-04-16T03:14:50.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2025-04-16T03:14:50.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1940 | 2025-04-16T03:14:50.259Z | |
| 1941 | 2025-04-16T03:14:50.259Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/206) |
| 1942 | 2025-04-16T03:14:51.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2025-04-16T03:14:51.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2025-04-16T03:14:51.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2025-04-16T03:14:51.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1946 | 2025-04-16T03:14:51.169Z | |
| 1947 | 2025-04-16T03:14:51.169Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/206) |
| 1948 | 2025-04-16T03:14:51.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2025-04-16T03:14:51.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2025-04-16T03:14:51.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2025-04-16T03:14:51.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1952 | 2025-04-16T03:14:52.068Z | |
| 1953 | 2025-04-16T03:14:52.068Z | info: running `cargo check --bins` on oxlog (48/206) |
| 1954 | 2025-04-16T03:14:52.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2025-04-16T03:14:52.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2025-04-16T03:14:52.934Z | Checking cfg-if v1.0.0 |
| 1957 | 2025-04-16T03:14:52.960Z | Checking libc v0.2.171 |
| 1958 | 2025-04-16T03:14:52.984Z | Checking serde v1.0.219 |
| 1959 | 2025-04-16T03:14:52.985Z | Checking zeroize v1.8.1 |
| 1960 | 2025-04-16T03:14:53.011Z | Checking memchr v2.7.4 |
| 1961 | 2025-04-16T03:14:53.035Z | Checking typenum v1.17.0 |
| 1962 | 2025-04-16T03:14:53.060Z | Checking subtle v2.6.1 |
| 1963 | 2025-04-16T03:14:53.060Z | Checking value-bag v1.9.0 |
| 1964 | 2025-04-16T03:14:53.085Z | Checking smallvec v1.14.0 |
| 1965 | 2025-04-16T03:14:53.233Z | Checking scopeguard v1.2.0 |
| 1966 | 2025-04-16T03:14:53.281Z | Checking const-oid v0.9.6 |
| 1967 | 2025-04-16T03:14:53.373Z | Checking itoa v1.0.11 |
| 1968 | 2025-04-16T03:14:53.398Z | Checking lock_api v0.4.12 |
| 1969 | 2025-04-16T03:14:53.423Z | Checking log v0.4.22 |
| 1970 | 2025-04-16T03:14:53.576Z | Checking byteorder v1.5.0 |
| 1971 | 2025-04-16T03:14:53.727Z | Checking pin-project-lite v0.2.14 |
| 1972 | 2025-04-16T03:14:53.752Z | Checking stable_deref_trait v1.2.0 |
| 1973 | 2025-04-16T03:14:53.844Z | Checking once_cell v1.21.3 |
| 1974 | 2025-04-16T03:14:53.869Z | Checking futures-core v0.3.31 |
| 1975 | 2025-04-16T03:14:53.895Z | Checking cpufeatures v0.2.14 |
| 1976 | 2025-04-16T03:14:53.895Z | Checking generic-array v0.14.7 |
| 1977 | 2025-04-16T03:14:53.920Z | Checking getrandom v0.2.15 |
| 1978 | 2025-04-16T03:14:53.945Z | Checking parking_lot_core v0.9.10 |
| 1979 | 2025-04-16T03:14:53.989Z | Checking signal-hook-registry v1.4.2 |
| 1980 | 2025-04-16T03:14:54.046Z | Checking mio v1.0.2 |
| 1981 | 2025-04-16T03:14:54.126Z | Checking socket2 v0.5.9 |
| 1982 | 2025-04-16T03:14:54.151Z | Checking rand_core v0.6.4 |
| 1983 | 2025-04-16T03:14:54.217Z | Checking zerofrom v0.1.4 |
| 1984 | 2025-04-16T03:14:54.242Z | Checking parking_lot v0.12.3 |
| 1985 | 2025-04-16T03:14:54.405Z | Checking yoke v0.7.4 |
| 1986 | 2025-04-16T03:14:54.455Z | Checking zerocopy v0.7.35 |
| 1987 | 2025-04-16T03:14:54.557Z | Checking futures-sink v0.3.31 |
| 1988 | 2025-04-16T03:14:54.582Z | Checking libm v0.2.8 |
| 1989 | 2025-04-16T03:14:54.582Z | Checking ryu v1.0.18 |
| 1990 | 2025-04-16T03:14:54.695Z | Checking allocator-api2 v0.2.18 |
| 1991 | 2025-04-16T03:14:54.720Z | Checking zerovec v0.10.4 |
| 1992 | 2025-04-16T03:14:54.746Z | Checking equivalent v1.0.1 |
| 1993 | 2025-04-16T03:14:54.786Z | Checking crypto-common v0.1.6 |
| 1994 | 2025-04-16T03:14:54.814Z | Checking block-buffer v0.10.4 |
| 1995 | 2025-04-16T03:14:54.859Z | Checking block-padding v0.3.3 |
| 1996 | 2025-04-16T03:14:54.966Z | Checking foldhash v0.1.3 |
| 1997 | 2025-04-16T03:14:55.026Z | Checking digest v0.10.7 |
| 1998 | 2025-04-16T03:14:55.057Z | Checking inout v0.1.3 |
| 1999 | 2025-04-16T03:14:55.164Z | Checking getrandom v0.3.1 |
| 2000 | 2025-04-16T03:14:55.228Z | Checking hashbrown v0.15.1 |
| 2001 | 2025-04-16T03:14:55.269Z | Checking cipher v0.4.4 |
| 2002 | 2025-04-16T03:14:55.298Z | Checking num-traits v0.2.19 |
| 2003 | 2025-04-16T03:14:55.348Z | Checking hmac v0.12.1 |
| 2004 | 2025-04-16T03:14:55.384Z | Checking sha2 v0.10.8 |
| 2005 | 2025-04-16T03:14:55.464Z | Checking base64ct v1.6.0 |
| 2006 | 2025-04-16T03:14:55.547Z | Checking slab v0.4.9 |
| 2007 | 2025-04-16T03:14:55.625Z | Checking flagset v0.4.6 |
| 2008 | 2025-04-16T03:14:55.800Z | Checking litemap v0.7.3 |
| 2009 | 2025-04-16T03:14:55.854Z | Checking writeable v0.5.5 |
| 2010 | 2025-04-16T03:14:55.920Z | Checking pem-rfc7468 v0.7.0 |
| 2011 | 2025-04-16T03:14:55.922Z | Checking futures-channel v0.3.31 |
| 2012 | 2025-04-16T03:14:56.049Z | Checking tinystr v0.7.6 |
| 2013 | 2025-04-16T03:14:56.095Z | Checking futures-task v0.3.31 |
| 2014 | 2025-04-16T03:14:56.131Z | Checking der v0.7.9 |
| 2015 | 2025-04-16T03:14:56.131Z | Checking pin-utils v0.1.0 |
| 2016 | 2025-04-16T03:14:56.187Z | Checking futures-io v0.3.31 |
| 2017 | 2025-04-16T03:14:56.241Z | Checking salsa20 v0.10.2 |
| 2018 | 2025-04-16T03:14:56.296Z | Checking pbkdf2 v0.12.2 |
| 2019 | 2025-04-16T03:14:56.334Z | Checking ppv-lite86 v0.2.20 |
| 2020 | 2025-04-16T03:14:56.334Z | Checking futures-util v0.3.31 |
| 2021 | 2025-04-16T03:14:56.362Z | Checking icu_locid v1.5.0 |
| 2022 | 2025-04-16T03:14:56.391Z | Checking icu_locid_transform_data v1.5.0 |
| 2023 | 2025-04-16T03:14:56.418Z | Checking scrypt v0.11.0 |
| 2024 | 2025-04-16T03:14:56.486Z | Checking icu_collections v1.5.0 |
| 2025 | 2025-04-16T03:14:56.515Z | Checking aes v0.8.4 |
| 2026 | 2025-04-16T03:14:56.599Z | Checking cbc v0.1.2 |
| 2027 | 2025-04-16T03:14:56.700Z | Checking bytes v1.10.1 |
| 2028 | 2025-04-16T03:14:56.826Z | Checking bitflags v2.9.0 |
| 2029 | 2025-04-16T03:14:56.926Z | Checking indexmap v2.7.1 |
| 2030 | 2025-04-16T03:14:57.060Z | Checking serde_json v1.0.140 |
| 2031 | 2025-04-16T03:14:57.097Z | Checking icu_properties_data v1.5.0 |
| 2032 | 2025-04-16T03:14:57.203Z | Checking icu_provider v1.5.0 |
| 2033 | 2025-04-16T03:14:57.251Z | Checking fnv v1.0.7 |
| 2034 | 2025-04-16T03:14:57.304Z | Checking uuid v1.16.0 |
| 2035 | 2025-04-16T03:14:57.379Z | Checking tracing-core v0.1.32 |
| 2036 | 2025-04-16T03:14:57.587Z | Checking tokio v1.43.1 |
| 2037 | 2025-04-16T03:14:57.612Z | Checking spki v0.7.3 |
| 2038 | 2025-04-16T03:14:57.730Z | Checking icu_locid_transform v1.5.0 |
| 2039 | 2025-04-16T03:14:57.838Z | Checking http v1.2.0 |
| 2040 | 2025-04-16T03:14:57.865Z | Checking pkcs5 v0.7.1 |
| 2041 | 2025-04-16T03:14:57.931Z | Checking percent-encoding v2.3.1 |
| 2042 | 2025-04-16T03:14:57.955Z | Checking utf8_iter v1.0.4 |
| 2043 | 2025-04-16T03:14:58.129Z | Checking write16 v1.0.0 |
| 2044 | 2025-04-16T03:14:58.156Z | Checking utf16_iter v1.0.5 |
| 2045 | 2025-04-16T03:14:58.256Z | Checking icu_normalizer_data v1.5.0 |
| 2046 | 2025-04-16T03:14:58.302Z | Checking pkcs8 v0.10.2 |
| 2047 | 2025-04-16T03:14:58.329Z | Checking tracing v0.1.40 |
| 2048 | 2025-04-16T03:14:58.359Z | Checking rustls-pki-types v1.10.0 |
| 2049 | 2025-04-16T03:14:58.402Z | Checking tinyvec_macros v0.1.1 |
| 2050 | 2025-04-16T03:14:58.494Z | Checking iana-time-zone v0.1.61 |
| 2051 | 2025-04-16T03:14:58.556Z | Checking icu_properties v1.5.1 |
| 2052 | 2025-04-16T03:14:58.615Z | Compiling newtype-uuid v1.2.1 |
| 2053 | 2025-04-16T03:14:58.652Z | Checking tinyvec v1.8.0 |
| 2054 | 2025-04-16T03:14:58.680Z | Checking chrono v0.4.40 |
| 2055 | 2025-04-16T03:14:58.860Z | Checking zerocopy v0.8.10 |
| 2056 | 2025-04-16T03:14:58.907Z | Checking aws-lc-sys v0.26.0 |
| 2057 | 2025-04-16T03:14:58.982Z | Checking http-body v1.0.1 |
| 2058 | 2025-04-16T03:14:59.172Z | Checking spin v0.9.8 |
| 2059 | 2025-04-16T03:14:59.463Z | Checking thiserror v1.0.69 |
| 2060 | 2025-04-16T03:14:59.591Z | Checking untrusted v0.7.1 |
| 2061 | 2025-04-16T03:14:59.699Z | Checking try-lock v0.2.5 |
| 2062 | 2025-04-16T03:14:59.749Z | Checking adler2 v2.0.0 |
| 2063 | 2025-04-16T03:14:59.837Z | Checking foreign-types-shared v0.1.1 |
| 2064 | 2025-04-16T03:14:59.904Z | Checking untrusted v0.9.0 |
| 2065 | 2025-04-16T03:14:59.954Z | Checking atomic-waker v1.1.2 |
| 2066 | 2025-04-16T03:15:00.068Z | Checking ring v0.17.11 |
| 2067 | 2025-04-16T03:15:00.095Z | Checking foreign-types v0.3.2 |
| 2068 | 2025-04-16T03:15:00.164Z | Checking miniz_oxide v0.8.5 |
| 2069 | 2025-04-16T03:15:00.193Z | Checking want v0.3.1 |
| 2070 | 2025-04-16T03:15:00.336Z | Checking form_urlencoded v1.2.1 |
| 2071 | 2025-04-16T03:15:00.373Z | Checking httparse v1.9.5 |
| 2072 | 2025-04-16T03:15:00.533Z | Checking crossbeam-utils v0.8.21 |
| 2073 | 2025-04-16T03:15:00.651Z | Checking aws-lc-rs v1.12.4 |
| 2074 | 2025-04-16T03:15:00.760Z | Checking openssl-sys v0.9.107 |
| 2075 | 2025-04-16T03:15:00.808Z | Checking errno v0.3.9 |
| 2076 | 2025-04-16T03:15:00.985Z | Checking aho-corasick v1.1.3 |
| 2077 | 2025-04-16T03:15:01.131Z | Checking tower-service v0.3.3 |
| 2078 | 2025-04-16T03:15:01.167Z | Checking rand_core v0.9.2 |
| 2079 | 2025-04-16T03:15:01.261Z | Checking powerfmt v0.2.0 |
| 2080 | 2025-04-16T03:15:01.343Z | Checking icu_normalizer v1.5.0 |
| 2081 | 2025-04-16T03:15:01.482Z | Checking unicode-ident v1.0.14 |
| 2082 | 2025-04-16T03:15:01.513Z | Checking httpdate v1.0.3 |
| 2083 | 2025-04-16T03:15:01.654Z | Checking regex-syntax v0.8.5 |
| 2084 | 2025-04-16T03:15:01.716Z | Checking openssl v0.10.72 |
| 2085 | 2025-04-16T03:15:01.771Z | Checking proc-macro2 v1.0.94 |
| 2086 | 2025-04-16T03:15:02.017Z | Checking deranged v0.3.11 |
| 2087 | 2025-04-16T03:15:02.046Z | Checking idna_adapter v1.2.0 |
| 2088 | 2025-04-16T03:15:02.202Z | Checking rustls-webpki v0.102.8 |
| 2089 | 2025-04-16T03:15:02.227Z | Checking idna v1.0.3 |
| 2090 | 2025-04-16T03:15:02.350Z | Checking rand_chacha v0.9.0 |
| 2091 | 2025-04-16T03:15:02.375Z | Checking crossbeam-epoch v0.9.18 |
| 2092 | 2025-04-16T03:15:02.650Z | Checking rustix v0.38.37 |
| 2093 | 2025-04-16T03:15:02.705Z | Checking unicode-normalization v0.1.24 |
| 2094 | 2025-04-16T03:15:02.758Z | Checking rand_chacha v0.3.1 |
| 2095 | 2025-04-16T03:15:02.867Z | Checking semver v1.0.25 |
| 2096 | 2025-04-16T03:15:03.101Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2097 | 2025-04-16T03:15:03.126Z | Checking signature v2.2.0 |
| 2098 | 2025-04-16T03:15:03.225Z | Checking scroll v0.12.0 |
| 2099 | 2025-04-16T03:15:03.250Z | Checking crc32fast v1.4.2 |
| 2100 | 2025-04-16T03:15:03.319Z | Checking either v1.14.0 |
| 2101 | 2025-04-16T03:15:03.459Z | Checking siphasher v0.3.11 |
| 2102 | 2025-04-16T03:15:03.488Z | Checking tokio-util v0.7.13 |
| 2103 | 2025-04-16T03:15:03.514Z | Checking anstyle v1.0.10 |
| 2104 | 2025-04-16T03:15:03.668Z | Checking num_threads v0.1.7 |
| 2105 | 2025-04-16T03:15:03.693Z | Checking dyn-clone v1.0.19 |
| 2106 | 2025-04-16T03:15:03.743Z | Checking ucd-trie v0.1.7 |
| 2107 | 2025-04-16T03:15:03.794Z | Checking time-core v0.1.2 |
| 2108 | 2025-04-16T03:15:03.835Z | Checking openssl-probe v0.1.5 |
| 2109 | 2025-04-16T03:15:03.860Z | Checking num-conv v0.1.0 |
| 2110 | 2025-04-16T03:15:03.946Z | Checking unicode-bidi v0.3.17 |
| 2111 | 2025-04-16T03:15:03.972Z | Checking plain v0.2.3 |
| 2112 | 2025-04-16T03:15:04.001Z | Checking utf8parse v0.2.2 |
| 2113 | 2025-04-16T03:15:04.078Z | Checking base64 v0.22.1 |
| 2114 | 2025-04-16T03:15:04.126Z | Checking unicode-properties v0.1.3 |
| 2115 | 2025-04-16T03:15:04.157Z | Checking anstyle-parse v0.2.5 |
| 2116 | 2025-04-16T03:15:04.223Z | Checking h2 v0.4.6 |
| 2117 | 2025-04-16T03:15:04.314Z | Checking regex-automata v0.4.8 |
| 2118 | 2025-04-16T03:15:04.404Z | Checking goblin v0.8.2 |
| 2119 | 2025-04-16T03:15:04.471Z | Checking time v0.3.36 |
| 2120 | 2025-04-16T03:15:04.499Z | Checking stringprep v0.1.5 |
| 2121 | 2025-04-16T03:15:04.524Z | Checking pest v2.7.14 |
| 2122 | 2025-04-16T03:15:04.795Z | Checking schemars v0.8.22 |
| 2123 | 2025-04-16T03:15:05.400Z | Checking phf_shared v0.11.2 |
| 2124 | 2025-04-16T03:15:05.632Z | Checking rand v0.8.5 |
| 2125 | 2025-04-16T03:15:06.051Z | Checking rustls v0.23.19 |
| 2126 | 2025-04-16T03:15:06.114Z | Checking native-tls v0.2.12 |
| 2127 | 2025-04-16T03:15:06.399Z | Checking crossbeam-deque v0.8.5 |
| 2128 | 2025-04-16T03:15:06.452Z | Checking rand v0.9.0 |
| 2129 | 2025-04-16T03:15:06.625Z | Checking url v2.5.3 |
| 2130 | 2025-04-16T03:15:06.650Z | Checking quote v1.0.39 |
| 2131 | 2025-04-16T03:15:06.946Z | Checking serde_spanned v0.6.8 |
| 2132 | 2025-04-16T03:15:06.972Z | Checking toml_datetime v0.6.8 |
| 2133 | 2025-04-16T03:15:07.132Z | Checking num-integer v0.1.46 |
| 2134 | 2025-04-16T03:15:07.235Z | Checking md-5 v0.10.6 |
| 2135 | 2025-04-16T03:15:07.355Z | Checking ff v0.13.0 |
| 2136 | 2025-04-16T03:15:07.383Z | Checking hash32 v0.2.1 |
| 2137 | 2025-04-16T03:15:07.445Z | Checking base16ct v0.2.0 |
| 2138 | 2025-04-16T03:15:07.545Z | Checking psl-types v2.0.11 |
| 2139 | 2025-04-16T03:15:07.570Z | Checking gimli v0.31.1 |
| 2140 | 2025-04-16T03:15:07.645Z | Checking fallible-iterator v0.2.0 |
| 2141 | 2025-04-16T03:15:07.670Z | Checking colorchoice v1.0.2 |
| 2142 | 2025-04-16T03:15:07.709Z | Checking pretty-hex v0.4.1 |
| 2143 | 2025-04-16T03:15:07.735Z | Checking anstyle-query v1.1.1 |
| 2144 | 2025-04-16T03:15:07.802Z | Checking is_terminal_polyfill v1.70.1 |
| 2145 | 2025-04-16T03:15:07.861Z | Checking publicsuffix v2.3.0 |
| 2146 | 2025-04-16T03:15:07.888Z | Checking heapless v0.7.17 |
| 2147 | 2025-04-16T03:15:07.924Z | Checking anstream v0.6.15 |
| 2148 | 2025-04-16T03:15:08.107Z | Checking sec1 v0.7.3 |
| 2149 | 2025-04-16T03:15:08.143Z | Checking postgres-protocol v0.6.8 |
| 2150 | 2025-04-16T03:15:08.263Z | Checking group v0.13.0 |
| 2151 | 2025-04-16T03:15:08.490Z | Checking num-iter v0.1.45 |
| 2152 | 2025-04-16T03:15:08.516Z | Checking syn v2.0.98 |
| 2153 | 2025-04-16T03:15:08.541Z | Checking dof v0.3.0 |
| 2154 | 2025-04-16T03:15:08.676Z | Compiling daft v0.1.3 |
| 2155 | 2025-04-16T03:15:08.705Z | Checking rayon-core v1.12.1 |
| 2156 | 2025-04-16T03:15:08.732Z | Checking dtrace-parser v0.2.0 |
| 2157 | 2025-04-16T03:15:09.074Z | Checking cookie v0.18.1 |
| 2158 | 2025-04-16T03:15:09.117Z | Checking tokio-native-tls v0.3.1 |
| 2159 | 2025-04-16T03:15:09.158Z | Checking ipnetwork v0.21.1 |
| 2160 | 2025-04-16T03:15:09.313Z | Checking terminal_size v0.4.0 |
| 2161 | 2025-04-16T03:15:09.365Z | Checking flate2 v1.1.1 |
| 2162 | 2025-04-16T03:15:09.411Z | Checking hyper v1.6.0 |
| 2163 | 2025-04-16T03:15:09.479Z | Checking lazy_static v1.5.0 |
| 2164 | 2025-04-16T03:15:09.504Z | Checking http-body-util v0.1.3 |
| 2165 | 2025-04-16T03:15:09.504Z | Checking webpki-roots v0.26.6 |
| 2166 | 2025-04-16T03:15:09.610Z | Checking signal-hook v0.3.17 |
| 2167 | 2025-04-16T03:15:09.700Z | Checking hkdf v0.12.4 |
| 2168 | 2025-04-16T03:15:09.888Z | Checking crypto-bigint v0.5.5 |
| 2169 | 2025-04-16T03:15:09.918Z | Checking sync_wrapper v1.0.1 |
| 2170 | 2025-04-16T03:15:09.944Z | Checking thread-id v4.2.2 |
| 2171 | 2025-04-16T03:15:09.944Z | Checking object v0.36.5 |
| 2172 | 2025-04-16T03:15:10.046Z | Checking bumpalo v3.16.0 |
| 2173 | 2025-04-16T03:15:10.072Z | Checking rustc-demangle v0.1.24 |
| 2174 | 2025-04-16T03:15:10.393Z | Checking managed v0.8.0 |
| 2175 | 2025-04-16T03:15:10.492Z | Checking bitflags v1.3.2 |
| 2176 | 2025-04-16T03:15:10.555Z | Checking tokio-rustls v0.26.0 |
| 2177 | 2025-04-16T03:15:10.588Z | Checking winnow v0.5.40 |
| 2178 | 2025-04-16T03:15:10.669Z | Checking tower-layer v0.3.3 |
| 2179 | 2025-04-16T03:15:10.707Z | Checking addr2line v0.24.2 |
| 2180 | 2025-04-16T03:15:10.920Z | Checking simd-adler32 v0.3.7 |
| 2181 | 2025-04-16T03:15:10.958Z | Checking strsim v0.11.1 |
| 2182 | 2025-04-16T03:15:11.147Z | Checking lockfree-object-pool v0.1.6 |
| 2183 | 2025-04-16T03:15:11.174Z | Checking hyper-util v0.1.10 |
| 2184 | 2025-04-16T03:15:11.204Z | Checking ipnet v2.11.0 |
| 2185 | 2025-04-16T03:15:11.241Z | Checking unicode-width v0.2.0 |
| 2186 | 2025-04-16T03:15:11.375Z | Checking clap_lex v0.7.4 |
| 2187 | 2025-04-16T03:15:11.583Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2188 | 2025-04-16T03:15:11.611Z | Checking clap_builder v4.5.35 |
| 2189 | 2025-04-16T03:15:11.663Z | Checking console v0.15.10 |
| 2190 | 2025-04-16T03:15:11.866Z | Checking zopfli v0.8.1 |
| 2191 | 2025-04-16T03:15:12.189Z | Checking elliptic-curve v0.13.8 |
| 2192 | 2025-04-16T03:15:12.214Z | Checking tower v0.5.2 |
| 2193 | 2025-04-16T03:15:12.463Z | Checking smoltcp v0.9.1 |
| 2194 | 2025-04-16T03:15:12.726Z | Checking signal-hook-mio v0.2.4 |
| 2195 | 2025-04-16T03:15:12.808Z | Checking hyper-rustls v0.27.3 |
| 2196 | 2025-04-16T03:15:12.833Z | Checking hyper-tls v0.6.0 |
| 2197 | 2025-04-16T03:15:12.875Z | Checking num-bigint-dig v0.8.4 |
| 2198 | 2025-04-16T03:15:12.900Z | Checking toml_edit v0.19.15 |
| 2199 | 2025-04-16T03:15:13.091Z | Checking oxnet v0.1.1 |
| 2200 | 2025-04-16T03:15:13.118Z | Checking cookie_store v0.21.1 |
| 2201 | 2025-04-16T03:15:13.415Z | Checking rayon v1.10.0 |
| 2202 | 2025-04-16T03:15:13.507Z | Checking usdt-impl v0.5.0 |
| 2203 | 2025-04-16T03:15:13.643Z | Checking postgres-types v0.2.9 |
| 2204 | 2025-04-16T03:15:13.737Z | Checking regex v1.11.1 |
| 2205 | 2025-04-16T03:15:13.986Z | Checking bstr v1.10.0 |
| 2206 | 2025-04-16T03:15:14.110Z | Checking phf v0.11.2 |
| 2207 | 2025-04-16T03:15:14.231Z | Checking ed25519 v2.2.3 |
| 2208 | 2025-04-16T03:15:14.256Z | Checking bzip2 v0.5.2 |
| 2209 | 2025-04-16T03:15:14.360Z | Checking bzip2 v0.4.4 |
| 2210 | 2025-04-16T03:15:14.511Z | Checking serde_urlencoded v0.7.1 |
| 2211 | 2025-04-16T03:15:14.537Z | Checking futures-executor v0.3.31 |
| 2212 | 2025-04-16T03:15:14.619Z | Checking curve25519-dalek v4.1.3 |
| 2213 | 2025-04-16T03:15:14.651Z | Checking zerocopy v0.6.6 |
| 2214 | 2025-04-16T03:15:14.755Z | Checking hubpack v0.1.2 |
| 2215 | 2025-04-16T03:15:14.900Z | Checking memoffset v0.9.1 |
| 2216 | 2025-04-16T03:15:14.960Z | Checking rustls-pemfile v2.2.0 |
| 2217 | 2025-04-16T03:15:15.019Z | Checking portable-atomic v1.11.0 |
| 2218 | 2025-04-16T03:15:15.044Z | Checking backtrace v0.3.74 |
| 2219 | 2025-04-16T03:15:15.044Z | Checking pkcs1 v0.7.5 |
| 2220 | 2025-04-16T03:15:15.044Z | Checking serde-big-array v0.5.1 |
| 2221 | 2025-04-16T03:15:15.190Z | Checking float-cmp v0.10.0 |
| 2222 | 2025-04-16T03:15:15.217Z | Checking rfc6979 v0.4.0 |
| 2223 | 2025-04-16T03:15:15.282Z | Checking memmap v0.7.0 |
| 2224 | 2025-04-16T03:15:15.390Z | Checking encoding_rs v0.8.34 |
| 2225 | 2025-04-16T03:15:15.415Z | Checking fixedbitset v0.4.2 |
| 2226 | 2025-04-16T03:15:15.440Z | Checking data-encoding v2.6.0 |
| 2227 | 2025-04-16T03:15:15.490Z | Checking unicode-segmentation v1.12.0 |
| 2228 | 2025-04-16T03:15:15.559Z | Checking minimal-lexical v0.2.1 |
| 2229 | 2025-04-16T03:15:15.658Z | Checking whoami v1.5.2 |
| 2230 | 2025-04-16T03:15:15.888Z | Checking normalize-line-endings v0.3.0 |
| 2231 | 2025-04-16T03:15:15.913Z | Checking difflib v0.4.0 |
| 2232 | 2025-04-16T03:15:15.940Z | Checking number_prefix v0.4.0 |
| 2233 | 2025-04-16T03:15:15.965Z | Checking new_debug_unreachable v1.0.6 |
| 2234 | 2025-04-16T03:15:16.023Z | Checking static_assertions v1.1.0 |
| 2235 | 2025-04-16T03:15:16.050Z | Checking winnow v0.7.3 |
| 2236 | 2025-04-16T03:15:16.075Z | Checking predicates-core v1.0.8 |
| 2237 | 2025-04-16T03:15:16.132Z | Checking mime v0.3.17 |
| 2238 | 2025-04-16T03:15:16.157Z | Checking precomputed-hash v0.1.1 |
| 2239 | 2025-04-16T03:15:16.182Z | Checking ed25519-dalek v2.1.1 |
| 2240 | 2025-04-16T03:15:16.232Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2241 | 2025-04-16T03:15:16.258Z | Checking predicates v3.1.3 |
| 2242 | 2025-04-16T03:15:16.283Z | Checking string_cache v0.8.9 |
| 2243 | 2025-04-16T03:15:16.438Z | Checking similar v2.7.0 |
| 2244 | 2025-04-16T03:15:16.467Z | Checking indicatif v0.17.11 |
| 2245 | 2025-04-16T03:15:16.545Z | Checking tokio-postgres v0.7.13 |
| 2246 | 2025-04-16T03:15:16.570Z | Checking nom v7.1.3 |
| 2247 | 2025-04-16T03:15:16.855Z | Checking hickory-proto v0.24.4 |
| 2248 | 2025-04-16T03:15:17.139Z | Checking petgraph v0.6.5 |
| 2249 | 2025-04-16T03:15:17.195Z | Checking anyhow v1.0.97 |
| 2250 | 2025-04-16T03:15:17.269Z | Checking reqwest v0.12.12 |
| 2251 | 2025-04-16T03:15:17.527Z | Checking usdt v0.5.0 |
| 2252 | 2025-04-16T03:15:17.763Z | Checking rsa v0.9.6 |
| 2253 | 2025-04-16T03:15:18.456Z | Checking toml_edit v0.22.24 |
| 2254 | 2025-04-16T03:15:18.598Z | Checking ecdsa v0.16.9 |
| 2255 | 2025-04-16T03:15:18.757Z | Checking toml v0.7.8 |
| 2256 | 2025-04-16T03:15:18.882Z | Checking nix v0.29.0 |
| 2257 | 2025-04-16T03:15:19.206Z | Checking futures v0.3.31 |
| 2258 | 2025-04-16T03:15:19.298Z | Checking zip v0.6.6 |
| 2259 | 2025-04-16T03:15:19.323Z | Checking zip v2.6.1 |
| 2260 | 2025-04-16T03:15:19.358Z | Checking clap v4.5.35 |
| 2261 | 2025-04-16T03:15:19.473Z | Checking crossterm v0.28.1 |
| 2262 | 2025-04-16T03:15:19.745Z | Checking tokio-stream v0.1.17 |
| 2263 | 2025-04-16T03:15:19.885Z | Checking itertools v0.13.0 |
| 2264 | 2025-04-16T03:15:20.047Z | Checking itertools v0.10.5 |
| 2265 | 2025-04-16T03:15:20.358Z | Checking fs-err v2.11.0 |
| 2266 | 2025-04-16T03:15:20.420Z | Checking buf-list v1.0.3 |
| 2267 | 2025-04-16T03:15:20.545Z | Checking strum v0.26.3 |
| 2268 | 2025-04-16T03:15:20.703Z | Checking ahash v0.8.11 |
| 2269 | 2025-04-16T03:15:20.729Z | Checking slog v2.7.0 |
| 2270 | 2025-04-16T03:15:20.755Z | Checking openapiv3 v2.0.0 |
| 2271 | 2025-04-16T03:15:20.780Z | Checking x509-cert v0.2.5 |
| 2272 | 2025-04-16T03:15:20.853Z | Checking sha1 v0.10.6 |
| 2273 | 2025-04-16T03:15:20.886Z | Checking peg-runtime v0.8.5 |
| 2274 | 2025-04-16T03:15:21.103Z | Checking lalrpop-util v0.19.12 |
| 2275 | 2025-04-16T03:15:21.128Z | Checking camino v1.1.9 |
| 2276 | 2025-04-16T03:15:21.154Z | Checking sigpipe v0.1.3 |
| 2277 | 2025-04-16T03:15:21.154Z | Checking jiff v0.2.6 |
| 2278 | 2025-04-16T03:15:26.206Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2279 | 2025-04-16T03:15:26.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.61s |
| 2280 | 2025-04-16T03:15:26.846Z | |
| 2281 | 2025-04-16T03:15:26.846Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/206) |
| 2282 | 2025-04-16T03:15:27.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2025-04-16T03:15:27.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2025-04-16T03:15:27.839Z | Compiling regress v0.10.3 |
| 2285 | 2025-04-16T03:15:27.871Z | Compiling thiserror-impl v2.0.12 |
| 2286 | 2025-04-16T03:15:27.896Z | Checking heck v0.5.0 |
| 2287 | 2025-04-16T03:15:27.896Z | Compiling unsafe-libyaml v0.2.11 |
| 2288 | 2025-04-16T03:15:27.896Z | Checking dirs-sys-next v0.1.2 |
| 2289 | 2025-04-16T03:15:27.896Z | Checking fastrand v2.1.1 |
| 2290 | 2025-04-16T03:15:27.897Z | Checking thread_local v1.1.8 |
| 2291 | 2025-04-16T03:15:28.142Z | Checking dirs-next v2.0.0 |
| 2292 | 2025-04-16T03:15:28.189Z | Compiling structmeta-derive v0.3.0 |
| 2293 | 2025-04-16T03:15:28.214Z | Compiling ident_case v1.0.1 |
| 2294 | 2025-04-16T03:15:28.259Z | Checking tempfile v3.13.0 |
| 2295 | 2025-04-16T03:15:28.284Z | Checking term v0.7.0 |
| 2296 | 2025-04-16T03:15:28.386Z | Compiling darling_core v0.20.10 |
| 2297 | 2025-04-16T03:15:28.601Z | Checking newtype-uuid v1.2.1 |
| 2298 | 2025-04-16T03:15:28.681Z | Checking crossbeam-channel v0.5.15 |
| 2299 | 2025-04-16T03:15:28.859Z | Checking is-terminal v0.4.13 |
| 2300 | 2025-04-16T03:15:28.985Z | Compiling rustls v0.22.4 |
| 2301 | 2025-04-16T03:15:29.232Z | Compiling serde_yaml v0.9.34+deprecated |
| 2302 | 2025-04-16T03:15:29.320Z | Checking take_mut v0.2.2 |
| 2303 | 2025-04-16T03:15:29.449Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2304 | 2025-04-16T03:15:29.474Z | Checking slog-async v2.8.0 |
| 2305 | 2025-04-16T03:15:29.786Z | Checking slog-term v2.9.1 |
| 2306 | 2025-04-16T03:15:29.811Z | Checking daft v0.1.3 |
| 2307 | 2025-04-16T03:15:30.172Z | Compiling proc-macro-crate v1.3.1 |
| 2308 | 2025-04-16T03:15:30.213Z | Checking wait-timeout v0.2.0 |
| 2309 | 2025-04-16T03:15:30.361Z | Compiling structmeta v0.3.0 |
| 2310 | 2025-04-16T03:15:30.403Z | Compiling multer v3.1.0 |
| 2311 | 2025-04-16T03:15:30.548Z | Compiling thiserror v2.0.12 |
| 2312 | 2025-04-16T03:15:30.717Z | Compiling typify-impl v0.3.0 |
| 2313 | 2025-04-16T03:15:30.746Z | Compiling typify-impl v0.2.0 |
| 2314 | 2025-04-16T03:15:30.977Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2315 | 2025-04-16T03:15:31.235Z | Checking bit-vec v0.8.0 |
| 2316 | 2025-04-16T03:15:31.563Z | Checking quick-error v1.2.3 |
| 2317 | 2025-04-16T03:15:31.588Z | Checking match_cfg v0.1.0 |
| 2318 | 2025-04-16T03:15:31.678Z | Checking hostname v0.3.1 |
| 2319 | 2025-04-16T03:15:31.789Z | Checking rusty-fork v0.3.0 |
| 2320 | 2025-04-16T03:15:31.860Z | Checking bit-set v0.8.0 |
| 2321 | 2025-04-16T03:15:32.026Z | Compiling num_enum_derive v0.5.11 |
| 2322 | 2025-04-16T03:15:32.267Z | Checking progenitor-client v0.9.1 |
| 2323 | 2025-04-16T03:15:32.611Z | Checking slog-json v2.6.1 |
| 2324 | 2025-04-16T03:15:32.853Z | Compiling lzma-sys v0.1.20 |
| 2325 | 2025-04-16T03:15:32.900Z | Checking rand_xorshift v0.3.0 |
| 2326 | 2025-04-16T03:15:33.018Z | Checking hex v0.4.3 |
| 2327 | 2025-04-16T03:15:33.082Z | Compiling async-stream-impl v0.3.6 |
| 2328 | 2025-04-16T03:15:33.311Z | Compiling darling_macro v0.20.10 |
| 2329 | 2025-04-16T03:15:33.471Z | Compiling foreign-types-macros v0.2.3 |
| 2330 | 2025-04-16T03:15:33.502Z | Compiling dropshot v0.16.0 |
| 2331 | 2025-04-16T03:15:33.804Z | Checking arc-swap v1.7.1 |
| 2332 | 2025-04-16T03:15:33.946Z | Checking foreign-types-shared v0.3.1 |
| 2333 | 2025-04-16T03:15:34.099Z | Checking utf-8 v0.7.6 |
| 2334 | 2025-04-16T03:15:34.200Z | Compiling darling v0.20.10 |
| 2335 | 2025-04-16T03:15:34.250Z | Checking unarray v0.1.4 |
| 2336 | 2025-04-16T03:15:34.288Z | Checking async-stream v0.3.6 |
| 2337 | 2025-04-16T03:15:34.334Z | Compiling serde_with_macros v3.12.0 |
| 2338 | 2025-04-16T03:15:34.361Z | Checking tungstenite v0.21.0 |
| 2339 | 2025-04-16T03:15:34.445Z | Checking proptest v1.6.0 |
| 2340 | 2025-04-16T03:15:34.532Z | Checking slog-scope v4.4.0 |
| 2341 | 2025-04-16T03:15:34.646Z | Checking foreign-types v0.5.0 |
| 2342 | 2025-04-16T03:15:34.763Z | Checking num_enum v0.5.11 |
| 2343 | 2025-04-16T03:15:34.905Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2344 | 2025-04-16T03:15:34.963Z | Checking slog-bunyan v2.5.0 |
| 2345 | 2025-04-16T03:15:35.099Z | Compiling proc-macro-error v1.0.4 |
| 2346 | 2025-04-16T03:15:35.258Z | Checking tokio-rustls v0.25.0 |
| 2347 | 2025-04-16T03:15:35.379Z | Compiling test-strategy v0.4.0 |
| 2348 | 2025-04-16T03:15:35.544Z | Compiling parse-display-derive v0.10.0 |
| 2349 | 2025-04-16T03:15:35.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2350 | 2025-04-16T03:15:35.716Z | Checking toml v0.8.20 |
| 2351 | 2025-04-16T03:15:35.828Z | Checking progenitor-client v0.8.0 |
| 2352 | 2025-04-16T03:15:36.157Z | Compiling heck v0.3.3 |
| 2353 | 2025-04-16T03:15:36.346Z | Checking waitgroup v0.1.2 |
| 2354 | 2025-04-16T03:15:36.479Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2025-04-16T03:15:36.505Z | Compiling dropshot_endpoint v0.16.0 |
| 2356 | 2025-04-16T03:15:36.530Z | Checking serde_path_to_error v0.1.16 |
| 2357 | 2025-04-16T03:15:37.108Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2358 | 2025-04-16T03:15:37.210Z | Checking cstr-argument v0.1.2 |
| 2359 | 2025-04-16T03:15:37.385Z | Checking hostname v0.4.0 |
| 2360 | 2025-04-16T03:15:37.545Z | Checking instant v0.1.13 |
| 2361 | 2025-04-16T03:15:37.660Z | Checking base64 v0.21.7 |
| 2362 | 2025-04-16T03:15:37.733Z | Checking debug-ignore v1.0.5 |
| 2363 | 2025-04-16T03:15:37.884Z | Checking pretty-hex v0.2.1 |
| 2364 | 2025-04-16T03:15:38.051Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2365 | 2025-04-16T03:15:38.196Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2366 | 2025-04-16T03:15:38.745Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2367 | 2025-04-16T03:15:38.745Z | Checking backoff v0.4.0 |
| 2368 | 2025-04-16T03:15:38.745Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2369 | 2025-04-16T03:15:38.745Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2370 | 2025-04-16T03:15:38.745Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2371 | 2025-04-16T03:15:38.745Z | Checking serde_with v3.12.0 |
| 2372 | 2025-04-16T03:15:38.745Z | Compiling zone_cfg_derive v0.1.2 |
| 2373 | 2025-04-16T03:15:38.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2374 | 2025-04-16T03:15:38.896Z | Checking parse-display v0.10.0 |
| 2375 | 2025-04-16T03:15:39.080Z | Checking tokio-tungstenite v0.21.0 |
| 2376 | 2025-04-16T03:15:39.292Z | Checking slog-stdlog v4.1.1 |
| 2377 | 2025-04-16T03:15:39.596Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2378 | 2025-04-16T03:15:39.596Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2379 | 2025-04-16T03:15:39.596Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2380 | 2025-04-16T03:15:39.733Z | Checking colored v2.2.0 |
| 2381 | 2025-04-16T03:15:39.759Z | Checking macaddr v1.0.1 |
| 2382 | 2025-04-16T03:15:39.853Z | Checking base64 v0.13.1 |
| 2383 | 2025-04-16T03:15:40.073Z | Checking unicode-width v0.1.14 |
| 2384 | 2025-04-16T03:15:40.098Z | Checking winnow v0.6.20 |
| 2385 | 2025-04-16T03:15:40.224Z | Checking ron v0.7.1 |
| 2386 | 2025-04-16T03:15:40.432Z | Checking zone v0.1.8 |
| 2387 | 2025-04-16T03:15:40.490Z | Checking tabwriter v1.4.0 |
| 2388 | 2025-04-16T03:15:40.713Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2389 | 2025-04-16T03:15:41.009Z | Checking slog-envlogger v2.2.0 |
| 2390 | 2025-04-16T03:15:41.122Z | Checking xz2 v0.1.7 |
| 2391 | 2025-04-16T03:15:41.172Z | Checking xattr v1.3.1 |
| 2392 | 2025-04-16T03:15:41.233Z | Checking pem v3.0.5 |
| 2393 | 2025-04-16T03:15:41.373Z | Checking yasna v0.5.2 |
| 2394 | 2025-04-16T03:15:41.405Z | Checking smf v0.2.3 |
| 2395 | 2025-04-16T03:15:41.473Z | Checking headers-core v0.3.0 |
| 2396 | 2025-04-16T03:15:41.517Z | Checking filetime v0.2.25 |
| 2397 | 2025-04-16T03:15:41.627Z | Checking same-file v1.0.6 |
| 2398 | 2025-04-16T03:15:41.764Z | Checking tar v0.4.44 |
| 2399 | 2025-04-16T03:15:41.866Z | Checking headers v0.4.0 |
| 2400 | 2025-04-16T03:15:41.891Z | Checking walkdir v2.5.0 |
| 2401 | 2025-04-16T03:15:42.152Z | Checking camino-tempfile v1.1.1 |
| 2402 | 2025-04-16T03:15:42.187Z | Checking rcgen v0.12.1 |
| 2403 | 2025-04-16T03:15:42.417Z | Checking atomicwrites v0.4.4 |
| 2404 | 2025-04-16T03:15:42.510Z | Checking subprocess v0.2.9 |
| 2405 | 2025-04-16T03:15:42.818Z | Compiling typify-macro v0.2.0 |
| 2406 | 2025-04-16T03:15:42.913Z | Compiling typify-macro v0.3.0 |
| 2407 | 2025-04-16T03:15:44.928Z | Compiling typify v0.2.0 |
| 2408 | 2025-04-16T03:15:44.965Z | Compiling typify v0.3.0 |
| 2409 | 2025-04-16T03:15:45.044Z | Compiling progenitor-impl v0.8.0 |
| 2410 | 2025-04-16T03:15:45.075Z | Compiling progenitor-impl v0.9.1 |
| 2411 | 2025-04-16T03:15:48.353Z | Compiling progenitor-macro v0.9.1 |
| 2412 | 2025-04-16T03:15:48.563Z | Compiling progenitor-macro v0.8.0 |
| 2413 | 2025-04-16T03:15:52.826Z | Checking progenitor v0.9.1 |
| 2414 | 2025-04-16T03:15:53.017Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2415 | 2025-04-16T03:15:53.444Z | Checking progenitor v0.8.0 |
| 2416 | 2025-04-16T03:15:53.642Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2417 | 2025-04-16T03:15:57.007Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2418 | 2025-04-16T03:15:57.032Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2419 | 2025-04-16T03:16:05.433Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2420 | 2025-04-16T03:16:07.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2421 | 2025-04-16T03:16:09.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.37s |
| 2422 | 2025-04-16T03:16:09.414Z | |
| 2423 | 2025-04-16T03:16:09.414Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/206) |
| 2424 | 2025-04-16T03:16:10.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2425 | 2025-04-16T03:16:10.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2426 | 2025-04-16T03:16:10.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2427 | 2025-04-16T03:16:12.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
| 2428 | 2025-04-16T03:16:12.441Z | |
| 2429 | 2025-04-16T03:16:12.442Z | info: running `cargo check --bins` on nexus-config (51/206) |
| 2430 | 2025-04-16T03:16:13.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2431 | 2025-04-16T03:16:13.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2432 | 2025-04-16T03:16:13.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2433 | 2025-04-16T03:16:13.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2434 | 2025-04-16T03:16:13.444Z | |
| 2435 | 2025-04-16T03:16:13.444Z | info: running `cargo check --bins` on omicron-rpaths (52/206) |
| 2436 | 2025-04-16T03:16:14.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2437 | 2025-04-16T03:16:14.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2438 | 2025-04-16T03:16:14.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2439 | 2025-04-16T03:16:14.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2440 | 2025-04-16T03:16:14.372Z | |
| 2441 | 2025-04-16T03:16:14.372Z | info: running `cargo check --bins` on omicron-certificates (53/206) |
| 2442 | 2025-04-16T03:16:15.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2443 | 2025-04-16T03:16:15.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2444 | 2025-04-16T03:16:15.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2445 | 2025-04-16T03:16:15.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2446 | 2025-04-16T03:16:15.369Z | |
| 2447 | 2025-04-16T03:16:15.369Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/206) |
| 2448 | 2025-04-16T03:16:16.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2449 | 2025-04-16T03:16:16.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2450 | 2025-04-16T03:16:16.476Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2451 | 2025-04-16T03:16:16.508Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2452 | 2025-04-16T03:16:16.533Z | Compiling tempfile v3.13.0 |
| 2453 | 2025-04-16T03:16:16.533Z | Compiling wait-timeout v0.2.0 |
| 2454 | 2025-04-16T03:16:16.533Z | Compiling quick-error v1.2.3 |
| 2455 | 2025-04-16T03:16:16.533Z | Compiling bit-vec v0.8.0 |
| 2456 | 2025-04-16T03:16:16.533Z | Compiling match_cfg v0.1.0 |
| 2457 | 2025-04-16T03:16:16.533Z | Compiling rustls v0.22.4 |
| 2458 | 2025-04-16T03:16:16.648Z | Compiling progenitor-client v0.9.1 |
| 2459 | 2025-04-16T03:16:16.688Z | Compiling hostname v0.3.1 |
| 2460 | 2025-04-16T03:16:16.760Z | Compiling slog-json v2.6.1 |
| 2461 | 2025-04-16T03:16:16.901Z | Compiling rand_xorshift v0.3.0 |
| 2462 | 2025-04-16T03:16:17.050Z | Compiling bit-set v0.8.0 |
| 2463 | 2025-04-16T03:16:17.076Z | Compiling rusty-fork v0.3.0 |
| 2464 | 2025-04-16T03:16:17.116Z | Compiling hex v0.4.3 |
| 2465 | 2025-04-16T03:16:17.142Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2466 | 2025-04-16T03:16:17.168Z | Compiling unarray v0.1.4 |
| 2467 | 2025-04-16T03:16:17.231Z | Compiling heapless v0.8.0 |
| 2468 | 2025-04-16T03:16:17.257Z | Compiling progenitor v0.9.1 |
| 2469 | 2025-04-16T03:16:17.343Z | Compiling slog-bunyan v2.5.0 |
| 2470 | 2025-04-16T03:16:17.368Z | Compiling async-stream v0.3.6 |
| 2471 | 2025-04-16T03:16:17.467Z | Compiling proptest v1.6.0 |
| 2472 | 2025-04-16T03:16:17.557Z | Compiling multer v3.1.0 |
| 2473 | 2025-04-16T03:16:17.658Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2474 | 2025-04-16T03:16:17.683Z | Compiling toml v0.8.20 |
| 2475 | 2025-04-16T03:16:17.683Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2476 | 2025-04-16T03:16:17.832Z | Compiling waitgroup v0.1.2 |
| 2477 | 2025-04-16T03:16:18.004Z | Checking hash32 v0.3.1 |
| 2478 | 2025-04-16T03:16:18.047Z | Compiling serde_path_to_error v0.1.16 |
| 2479 | 2025-04-16T03:16:18.201Z | Compiling hostname v0.4.0 |
| 2480 | 2025-04-16T03:16:18.418Z | Compiling instant v0.1.13 |
| 2481 | 2025-04-16T03:16:18.443Z | Compiling debug-ignore v1.0.5 |
| 2482 | 2025-04-16T03:16:18.589Z | Compiling smoltcp v0.11.0 |
| 2483 | 2025-04-16T03:16:18.615Z | Compiling backoff v0.4.0 |
| 2484 | 2025-04-16T03:16:18.959Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2485 | 2025-04-16T03:16:19.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2486 | 2025-04-16T03:16:19.207Z | Compiling serde_with v3.12.0 |
| 2487 | 2025-04-16T03:16:19.240Z | Compiling parse-display v0.10.0 |
| 2488 | 2025-04-16T03:16:19.543Z | Checking num-rational v0.4.2 |
| 2489 | 2025-04-16T03:16:19.754Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2490 | 2025-04-16T03:16:20.088Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2491 | 2025-04-16T03:16:21.523Z | Compiling tokio-rustls v0.25.0 |
| 2492 | 2025-04-16T03:16:21.909Z | Compiling phf_generator v0.11.2 |
| 2493 | 2025-04-16T03:16:21.976Z | Compiling dropshot v0.16.0 |
| 2494 | 2025-04-16T03:16:22.137Z | Checking num-complex v0.4.6 |
| 2495 | 2025-04-16T03:16:22.926Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2496 | 2025-04-16T03:16:23.042Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2497 | 2025-04-16T03:16:23.253Z | Compiling macaddr v1.0.1 |
| 2498 | 2025-04-16T03:16:23.701Z | Checking cobs v0.2.3 |
| 2499 | 2025-04-16T03:16:23.728Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2500 | 2025-04-16T03:16:23.983Z | Compiling num v0.4.3 |
| 2501 | 2025-04-16T03:16:24.009Z | Checking postcard v1.0.10 |
| 2502 | 2025-04-16T03:16:24.076Z | Compiling phf_codegen v0.11.2 |
| 2503 | 2025-04-16T03:16:24.326Z | Compiling parse-zoneinfo v0.3.1 |
| 2504 | 2025-04-16T03:16:24.518Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2505 | 2025-04-16T03:16:24.874Z | Checking float-ord v0.3.2 |
| 2506 | 2025-04-16T03:16:25.050Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2507 | 2025-04-16T03:16:25.237Z | Compiling convert_case v0.4.0 |
| 2508 | 2025-04-16T03:16:25.425Z | Compiling chrono-tz-build v0.4.0 |
| 2509 | 2025-04-16T03:16:25.653Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2510 | 2025-04-16T03:16:25.850Z | Checking linked-hash-map v0.5.6 |
| 2511 | 2025-04-16T03:16:26.013Z | Compiling derive_more v0.99.19 |
| 2512 | 2025-04-16T03:16:26.175Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2513 | 2025-04-16T03:16:26.200Z | Compiling crucible-workspace-hack v0.1.0 |
| 2514 | 2025-04-16T03:16:26.501Z | Checking lru-cache v0.1.2 |
| 2515 | 2025-04-16T03:16:26.526Z | Checking newline-converter v0.3.0 |
| 2516 | 2025-04-16T03:16:26.554Z | Compiling chrono-tz v0.10.3 |
| 2517 | 2025-04-16T03:16:26.769Z | Checking resolv-conf v0.7.0 |
| 2518 | 2025-04-16T03:16:26.870Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2519 | 2025-04-16T03:16:27.106Z | Checking itertools v0.14.0 |
| 2520 | 2025-04-16T03:16:27.193Z | Checking prettyplease v0.2.30 |
| 2521 | 2025-04-16T03:16:28.068Z | Compiling slog-dtrace v0.3.0 |
| 2522 | 2025-04-16T03:16:28.236Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2523 | 2025-04-16T03:16:28.464Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2524 | 2025-04-16T03:16:29.077Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2525 | 2025-04-16T03:16:29.288Z | Checking hickory-resolver v0.24.4 |
| 2526 | 2025-04-16T03:16:29.442Z | Checking expectorate v1.1.0 |
| 2527 | 2025-04-16T03:16:29.597Z | Compiling zone_cfg_derive v0.3.0 |
| 2528 | 2025-04-16T03:16:29.906Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2529 | 2025-04-16T03:16:29.960Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2530 | 2025-04-16T03:16:30.002Z | Checking itertools v0.12.1 |
| 2531 | 2025-04-16T03:16:30.239Z | Compiling const_format_proc_macros v0.2.34 |
| 2532 | 2025-04-16T03:16:30.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2533 | 2025-04-16T03:16:30.747Z | Compiling num-derive v0.4.2 |
| 2534 | 2025-04-16T03:16:30.883Z | Compiling derive-where v1.2.7 |
| 2535 | 2025-04-16T03:16:31.558Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2536 | 2025-04-16T03:16:31.583Z | Checking highway v1.3.0 |
| 2537 | 2025-04-16T03:16:31.858Z | Checking const_format v0.2.34 |
| 2538 | 2025-04-16T03:16:31.935Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2539 | 2025-04-16T03:16:32.050Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2025-04-16T03:16:32.161Z | Checking zone v0.3.1 |
| 2541 | 2025-04-16T03:16:32.190Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2542 | 2025-04-16T03:16:32.272Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2543 | 2025-04-16T03:16:32.543Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2544 | 2025-04-16T03:16:32.850Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2545 | 2025-04-16T03:16:32.948Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2546 | 2025-04-16T03:16:33.250Z | Checking gethostname v0.5.0 |
| 2547 | 2025-04-16T03:16:33.304Z | Checking bcs v0.1.6 |
| 2548 | 2025-04-16T03:16:33.397Z | Checking nanorand v0.7.0 |
| 2549 | 2025-04-16T03:16:33.486Z | Compiling async-recursion v1.1.1 |
| 2550 | 2025-04-16T03:16:33.560Z | Checking qorb v0.3.1 |
| 2551 | 2025-04-16T03:16:33.755Z | Checking termtree v0.5.1 |
| 2552 | 2025-04-16T03:16:33.780Z | Checking flume v0.11.1 |
| 2553 | 2025-04-16T03:16:34.397Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2554 | 2025-04-16T03:16:41.337Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2555 | 2025-04-16T03:16:45.937Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2025-04-16T03:16:49.368Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2557 | 2025-04-16T03:16:51.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s |
| 2558 | 2025-04-16T03:16:51.299Z | |
| 2559 | 2025-04-16T03:16:51.299Z | info: running `cargo check --bins` on clickhouse-admin-api (55/206) |
| 2560 | 2025-04-16T03:16:52.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2025-04-16T03:16:52.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2025-04-16T03:16:52.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2563 | 2025-04-16T03:16:52.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2564 | 2025-04-16T03:16:52.310Z | |
| 2565 | 2025-04-16T03:16:52.310Z | info: running `cargo check --bins` on clickhouse-admin-types (56/206) |
| 2566 | 2025-04-16T03:16:53.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2025-04-16T03:16:53.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2025-04-16T03:16:53.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2569 | 2025-04-16T03:16:53.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2570 | 2025-04-16T03:16:53.295Z | |
| 2571 | 2025-04-16T03:16:53.295Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/206) |
| 2572 | 2025-04-16T03:16:54.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2573 | 2025-04-16T03:16:54.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2574 | 2025-04-16T03:16:54.395Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2575 | 2025-04-16T03:16:55.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 2576 | 2025-04-16T03:16:55.340Z | |
| 2577 | 2025-04-16T03:16:55.340Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/206) |
| 2578 | 2025-04-16T03:16:56.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2025-04-16T03:16:56.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2025-04-16T03:16:56.398Z | Compiling cfg_aliases v0.1.1 |
| 2581 | 2025-04-16T03:16:56.398Z | Compiling vte_generate_state_changes v0.1.2 |
| 2582 | 2025-04-16T03:16:56.424Z | Checking fd-lock v4.0.2 |
| 2583 | 2025-04-16T03:16:56.424Z | Checking nibble_vec v0.1.0 |
| 2584 | 2025-04-16T03:16:56.424Z | Checking bytecount v0.6.8 |
| 2585 | 2025-04-16T03:16:56.424Z | Checking endian-type v0.1.2 |
| 2586 | 2025-04-16T03:16:56.424Z | Compiling tabled_derive v0.7.0 |
| 2587 | 2025-04-16T03:16:56.469Z | Compiling peg-macros v0.8.5 |
| 2588 | 2025-04-16T03:16:56.564Z | Compiling nix v0.28.0 |
| 2589 | 2025-04-16T03:16:56.660Z | Checking papergrid v0.11.0 |
| 2590 | 2025-04-16T03:16:56.685Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2591 | 2025-04-16T03:16:56.710Z | Compiling sqlparser_derive v0.2.2 |
| 2592 | 2025-04-16T03:16:56.750Z | Checking radix_trie v0.2.1 |
| 2593 | 2025-04-16T03:16:56.997Z | Checking vte v0.11.1 |
| 2594 | 2025-04-16T03:16:57.135Z | Checking nu-ansi-term v0.50.1 |
| 2595 | 2025-04-16T03:16:57.512Z | Checking unicode_categories v0.1.1 |
| 2596 | 2025-04-16T03:16:57.551Z | Checking home v0.5.9 |
| 2597 | 2025-04-16T03:16:57.603Z | Checking sqlparser v0.45.0 |
| 2598 | 2025-04-16T03:16:57.736Z | Checking display-error-chain v0.2.2 |
| 2599 | 2025-04-16T03:16:57.795Z | Checking sqlformat v0.2.6 |
| 2600 | 2025-04-16T03:16:58.131Z | Checking strip-ansi-escapes v0.2.0 |
| 2601 | 2025-04-16T03:16:58.297Z | Checking reedline v0.38.0 |
| 2602 | 2025-04-16T03:16:58.323Z | Checking tabled v0.15.0 |
| 2603 | 2025-04-16T03:16:58.641Z | Checking peg v0.8.5 |
| 2604 | 2025-04-16T03:16:59.341Z | Checking rustyline v14.0.0 |
| 2605 | 2025-04-16T03:17:11.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
| 2606 | 2025-04-16T03:17:11.365Z | |
| 2607 | 2025-04-16T03:17:11.365Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/206) |
| 2608 | 2025-04-16T03:17:12.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2609 | 2025-04-16T03:17:12.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2610 | 2025-04-16T03:17:12.429Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2611 | 2025-04-16T03:17:19.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.00s |
| 2612 | 2025-04-16T03:17:19.571Z | |
| 2613 | 2025-04-16T03:17:19.571Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/206) |
| 2614 | 2025-04-16T03:17:20.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2615 | 2025-04-16T03:17:20.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2616 | 2025-04-16T03:17:20.639Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2617 | 2025-04-16T03:17:25.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
| 2618 | 2025-04-16T03:17:25.503Z | |
| 2619 | 2025-04-16T03:17:25.503Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/206) |
| 2620 | 2025-04-16T03:17:26.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2025-04-16T03:17:26.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2025-04-16T03:17:26.589Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2623 | 2025-04-16T03:17:33.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s |
| 2624 | 2025-04-16T03:17:33.439Z | |
| 2625 | 2025-04-16T03:17:33.439Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/206) |
| 2626 | 2025-04-16T03:17:34.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2025-04-16T03:17:34.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2025-04-16T03:17:34.529Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2629 | 2025-04-16T03:17:41.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s |
| 2630 | 2025-04-16T03:17:41.441Z | |
| 2631 | 2025-04-16T03:17:41.441Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/206) |
| 2632 | 2025-04-16T03:17:42.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2025-04-16T03:17:42.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2025-04-16T03:17:42.497Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2635 | 2025-04-16T03:17:47.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s |
| 2636 | 2025-04-16T03:17:47.627Z | |
| 2637 | 2025-04-16T03:17:47.627Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/206) |
| 2638 | 2025-04-16T03:17:48.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2025-04-16T03:17:48.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2025-04-16T03:17:48.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2641 | 2025-04-16T03:17:53.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
| 2642 | 2025-04-16T03:17:54.014Z | |
| 2643 | 2025-04-16T03:17:54.014Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/206) |
| 2644 | 2025-04-16T03:17:54.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2025-04-16T03:17:54.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2025-04-16T03:17:55.093Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2647 | 2025-04-16T03:18:02.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s |
| 2648 | 2025-04-16T03:18:02.316Z | |
| 2649 | 2025-04-16T03:18:02.316Z | info: running `cargo check --bins` on oximeter (66/206) |
| 2650 | 2025-04-16T03:18:03.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2025-04-16T03:18:03.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2025-04-16T03:18:03.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2025-04-16T03:18:03.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2654 | 2025-04-16T03:18:03.334Z | |
| 2655 | 2025-04-16T03:18:03.334Z | info: running `cargo check --bins` on oximeter-macro-impl (67/206) |
| 2656 | 2025-04-16T03:18:04.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2025-04-16T03:18:04.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2025-04-16T03:18:04.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2025-04-16T03:18:04.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2660 | 2025-04-16T03:18:04.284Z | |
| 2661 | 2025-04-16T03:18:04.284Z | info: running `cargo check --bins` on oximeter-schema (68/206) |
| 2662 | 2025-04-16T03:18:05.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2025-04-16T03:18:05.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2025-04-16T03:18:05.274Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2665 | 2025-04-16T03:18:07.908Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2666 | 2025-04-16T03:18:09.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
| 2667 | 2025-04-16T03:18:09.390Z | |
| 2668 | 2025-04-16T03:18:09.390Z | info: running `cargo check --bins` on oximeter-types (69/206) |
| 2669 | 2025-04-16T03:18:10.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2025-04-16T03:18:10.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2025-04-16T03:18:10.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2672 | 2025-04-16T03:18:10.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2673 | 2025-04-16T03:18:10.373Z | |
| 2674 | 2025-04-16T03:18:10.373Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/206) |
| 2675 | 2025-04-16T03:18:11.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2676 | 2025-04-16T03:18:11.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2677 | 2025-04-16T03:18:11.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2678 | 2025-04-16T03:18:11.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2679 | 2025-04-16T03:18:11.368Z | |
| 2680 | 2025-04-16T03:18:11.368Z | info: running `cargo check --bins` on oxql-types (71/206) |
| 2681 | 2025-04-16T03:18:12.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2682 | 2025-04-16T03:18:12.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2683 | 2025-04-16T03:18:12.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2684 | 2025-04-16T03:18:12.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2685 | 2025-04-16T03:18:12.397Z | |
| 2686 | 2025-04-16T03:18:12.397Z | info: running `cargo check --bins` on oximeter-test-utils (72/206) |
| 2687 | 2025-04-16T03:18:13.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2688 | 2025-04-16T03:18:13.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2689 | 2025-04-16T03:18:13.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2690 | 2025-04-16T03:18:13.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2691 | 2025-04-16T03:18:13.453Z | |
| 2692 | 2025-04-16T03:18:13.454Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/206) |
| 2693 | 2025-04-16T03:18:14.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2694 | 2025-04-16T03:18:14.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2695 | 2025-04-16T03:18:14.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2696 | 2025-04-16T03:18:14.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2697 | 2025-04-16T03:18:14.512Z | |
| 2698 | 2025-04-16T03:18:14.512Z | info: running `cargo check --bins` on bootstrap-agent-client (74/206) |
| 2699 | 2025-04-16T03:18:15.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2700 | 2025-04-16T03:18:15.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2701 | 2025-04-16T03:18:15.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2702 | 2025-04-16T03:18:15.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2703 | 2025-04-16T03:18:15.519Z | |
| 2704 | 2025-04-16T03:18:15.520Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/206) |
| 2705 | 2025-04-16T03:18:16.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2706 | 2025-04-16T03:18:16.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2707 | 2025-04-16T03:18:16.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2708 | 2025-04-16T03:18:16.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2709 | 2025-04-16T03:18:16.518Z | |
| 2710 | 2025-04-16T03:18:16.518Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/206) |
| 2711 | 2025-04-16T03:18:17.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2712 | 2025-04-16T03:18:17.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2713 | 2025-04-16T03:18:17.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2714 | 2025-04-16T03:18:17.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 2715 | 2025-04-16T03:18:17.517Z | |
| 2716 | 2025-04-16T03:18:17.517Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/206) |
| 2717 | 2025-04-16T03:18:18.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2718 | 2025-04-16T03:18:18.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2719 | 2025-04-16T03:18:18.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2720 | 2025-04-16T03:18:18.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2721 | 2025-04-16T03:18:18.573Z | |
| 2722 | 2025-04-16T03:18:18.573Z | info: running `cargo check --bins` on cockroach-admin-client (78/206) |
| 2723 | 2025-04-16T03:18:19.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2724 | 2025-04-16T03:18:19.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2725 | 2025-04-16T03:18:19.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2726 | 2025-04-16T03:18:19.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2727 | 2025-04-16T03:18:19.601Z | |
| 2728 | 2025-04-16T03:18:19.601Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/206) |
| 2729 | 2025-04-16T03:18:20.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2730 | 2025-04-16T03:18:20.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2731 | 2025-04-16T03:18:20.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2732 | 2025-04-16T03:18:20.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2733 | 2025-04-16T03:18:20.642Z | |
| 2734 | 2025-04-16T03:18:20.642Z | info: running `cargo check --bins` on dns-service-client (80/206) |
| 2735 | 2025-04-16T03:18:21.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2736 | 2025-04-16T03:18:21.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2737 | 2025-04-16T03:18:21.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2738 | 2025-04-16T03:18:21.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2739 | 2025-04-16T03:18:21.684Z | |
| 2740 | 2025-04-16T03:18:21.684Z | info: running `cargo check --bins` on internal-dns-types (81/206) |
| 2741 | 2025-04-16T03:18:22.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2742 | 2025-04-16T03:18:22.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2743 | 2025-04-16T03:18:22.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2744 | 2025-04-16T03:18:22.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2745 | 2025-04-16T03:18:22.698Z | |
| 2746 | 2025-04-16T03:18:22.698Z | info: running `cargo check --bins` on ereport-client (82/206) |
| 2747 | 2025-04-16T03:18:23.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2748 | 2025-04-16T03:18:23.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2749 | 2025-04-16T03:18:23.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2750 | 2025-04-16T03:18:23.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2751 | 2025-04-16T03:18:23.722Z | |
| 2752 | 2025-04-16T03:18:23.722Z | info: running `cargo check --bins` on ereport-types (83/206) |
| 2753 | 2025-04-16T03:18:24.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2754 | 2025-04-16T03:18:24.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2755 | 2025-04-16T03:18:24.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2756 | 2025-04-16T03:18:24.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2757 | 2025-04-16T03:18:24.703Z | |
| 2758 | 2025-04-16T03:18:24.703Z | info: running `cargo check --bins` on gateway-client (84/206) |
| 2759 | 2025-04-16T03:18:25.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2760 | 2025-04-16T03:18:25.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2761 | 2025-04-16T03:18:25.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2762 | 2025-04-16T03:18:25.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2763 | 2025-04-16T03:18:25.684Z | |
| 2764 | 2025-04-16T03:18:25.684Z | info: running `cargo check --bins` on installinator-client (85/206) |
| 2765 | 2025-04-16T03:18:26.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2025-04-16T03:18:26.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2025-04-16T03:18:26.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2768 | 2025-04-16T03:18:26.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2769 | 2025-04-16T03:18:26.733Z | |
| 2770 | 2025-04-16T03:18:26.733Z | info: running `cargo check --bins` on installinator-common (86/206) |
| 2771 | 2025-04-16T03:18:27.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2025-04-16T03:18:27.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2025-04-16T03:18:27.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2774 | 2025-04-16T03:18:27.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2775 | 2025-04-16T03:18:27.782Z | |
| 2776 | 2025-04-16T03:18:27.783Z | info: running `cargo check --bins` on update-engine (87/206) |
| 2777 | 2025-04-16T03:18:28.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-04-16T03:18:28.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-04-16T03:18:28.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-04-16T03:18:28.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2781 | 2025-04-16T03:18:28.777Z | |
| 2782 | 2025-04-16T03:18:28.777Z | info: running `cargo check --bins` on nexus-client (88/206) |
| 2783 | 2025-04-16T03:18:29.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-04-16T03:18:29.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-04-16T03:18:29.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-04-16T03:18:29.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2787 | 2025-04-16T03:18:29.836Z | |
| 2788 | 2025-04-16T03:18:29.836Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/206) |
| 2789 | 2025-04-16T03:18:30.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-04-16T03:18:30.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-04-16T03:18:30.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-04-16T03:18:30.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2793 | 2025-04-16T03:18:30.882Z | |
| 2794 | 2025-04-16T03:18:30.882Z | info: running `cargo check --bins` on omicron-passwords (90/206) |
| 2795 | 2025-04-16T03:18:31.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-04-16T03:18:31.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-04-16T03:18:31.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-04-16T03:18:31.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2799 | 2025-04-16T03:18:31.868Z | |
| 2800 | 2025-04-16T03:18:31.868Z | info: running `cargo check --bins` on nexus-types (91/206) |
| 2801 | 2025-04-16T03:18:32.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-04-16T03:18:32.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-04-16T03:18:32.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2025-04-16T03:18:32.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2805 | 2025-04-16T03:18:32.892Z | |
| 2806 | 2025-04-16T03:18:32.892Z | info: running `cargo check --bins` on id-map (92/206) |
| 2807 | 2025-04-16T03:18:33.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2025-04-16T03:18:33.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2025-04-16T03:18:33.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2025-04-16T03:18:33.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2811 | 2025-04-16T03:18:33.877Z | |
| 2812 | 2025-04-16T03:18:33.878Z | info: running `cargo check --bins` on oxide-client (93/206) |
| 2813 | 2025-04-16T03:18:34.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2025-04-16T03:18:34.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2025-04-16T03:18:34.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2025-04-16T03:18:34.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2817 | 2025-04-16T03:18:34.824Z | |
| 2818 | 2025-04-16T03:18:34.824Z | info: running `cargo check --bins` on oximeter-client (94/206) |
| 2819 | 2025-04-16T03:18:35.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2025-04-16T03:18:35.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2025-04-16T03:18:35.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2822 | 2025-04-16T03:18:35.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2823 | 2025-04-16T03:18:35.811Z | |
| 2824 | 2025-04-16T03:18:35.811Z | info: running `cargo check --bins` on repo-depot-client (95/206) |
| 2825 | 2025-04-16T03:18:36.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-04-16T03:18:36.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-04-16T03:18:36.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-04-16T03:18:36.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2829 | 2025-04-16T03:18:36.765Z | |
| 2830 | 2025-04-16T03:18:36.765Z | info: running `cargo check --bins` on sled-agent-client (96/206) |
| 2831 | 2025-04-16T03:18:37.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-04-16T03:18:37.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-04-16T03:18:37.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-04-16T03:18:37.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2835 | 2025-04-16T03:18:37.785Z | |
| 2836 | 2025-04-16T03:18:37.785Z | info: running `cargo check --bins` on wicketd-client (97/206) |
| 2837 | 2025-04-16T03:18:38.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-04-16T03:18:38.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-04-16T03:18:38.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-04-16T03:18:38.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2841 | 2025-04-16T03:18:38.871Z | |
| 2842 | 2025-04-16T03:18:38.871Z | info: running `cargo check --bins` on sled-agent-types (98/206) |
| 2843 | 2025-04-16T03:18:39.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-04-16T03:18:39.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-04-16T03:18:39.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2025-04-16T03:18:39.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 2847 | 2025-04-16T03:18:39.918Z | |
| 2848 | 2025-04-16T03:18:39.918Z | info: running `cargo check --bins` on wicket-common (99/206) |
| 2849 | 2025-04-16T03:18:40.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-04-16T03:18:40.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-04-16T03:18:40.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2025-04-16T03:18:40.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
| 2853 | 2025-04-16T03:18:41.023Z | |
| 2854 | 2025-04-16T03:18:41.023Z | info: running `cargo check --bins` on omicron-cockroach-admin (100/206) |
| 2855 | 2025-04-16T03:18:41.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2025-04-16T03:18:41.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2025-04-16T03:18:42.067Z | Checking csv-core v0.1.11 |
| 2858 | 2025-04-16T03:18:42.067Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2859 | 2025-04-16T03:18:42.092Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2860 | 2025-04-16T03:18:42.093Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2861 | 2025-04-16T03:18:42.331Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2862 | 2025-04-16T03:18:42.375Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2863 | 2025-04-16T03:18:42.418Z | Checking csv v1.3.1 |
| 2864 | 2025-04-16T03:18:43.137Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2865 | 2025-04-16T03:18:43.621Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2866 | 2025-04-16T03:18:46.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 2867 | 2025-04-16T03:18:46.289Z | |
| 2868 | 2025-04-16T03:18:46.290Z | info: running `cargo check --bins` on cockroach-admin-api (101/206) |
| 2869 | 2025-04-16T03:18:47.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2025-04-16T03:18:47.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2025-04-16T03:18:47.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2025-04-16T03:18:47.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2873 | 2025-04-16T03:18:47.337Z | |
| 2874 | 2025-04-16T03:18:47.337Z | info: running `cargo check --bins` on cockroach-admin-types (102/206) |
| 2875 | 2025-04-16T03:18:48.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2025-04-16T03:18:48.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2025-04-16T03:18:48.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2025-04-16T03:18:48.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 2879 | 2025-04-16T03:18:48.369Z | |
| 2880 | 2025-04-16T03:18:48.369Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (103/206) |
| 2881 | 2025-04-16T03:18:49.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2025-04-16T03:18:49.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2025-04-16T03:18:49.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2025-04-16T03:18:49.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 2885 | 2025-04-16T03:18:49.552Z | |
| 2886 | 2025-04-16T03:18:49.552Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/206) |
| 2887 | 2025-04-16T03:18:50.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2025-04-16T03:18:50.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2025-04-16T03:18:50.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2025-04-16T03:18:50.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2891 | 2025-04-16T03:18:50.709Z | |
| 2892 | 2025-04-16T03:18:50.709Z | info: running `cargo check --bins` on dns-server (105/206) |
| 2893 | 2025-04-16T03:18:51.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2025-04-16T03:18:51.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2025-04-16T03:18:51.727Z | Compiling parking_lot_core v0.8.6 |
| 2896 | 2025-04-16T03:18:51.752Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2897 | 2025-04-16T03:18:51.752Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2898 | 2025-04-16T03:18:51.752Z | Checking fxhash v0.2.1 |
| 2899 | 2025-04-16T03:18:51.752Z | Checking hickory-client v0.24.4 |
| 2900 | 2025-04-16T03:18:51.752Z | Checking hickory-server v0.24.4 |
| 2901 | 2025-04-16T03:18:52.478Z | Checking parking_lot v0.11.2 |
| 2902 | 2025-04-16T03:18:52.726Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2903 | 2025-04-16T03:18:52.726Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2904 | 2025-04-16T03:18:52.792Z | Checking sled v0.34.7 |
| 2905 | 2025-04-16T03:18:55.129Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2906 | 2025-04-16T03:18:56.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
| 2907 | 2025-04-16T03:18:57.023Z | |
| 2908 | 2025-04-16T03:18:57.023Z | info: running `cargo check --bins` on dns-server-api (106/206) |
| 2909 | 2025-04-16T03:18:57.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2025-04-16T03:18:57.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2025-04-16T03:18:57.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2025-04-16T03:18:57.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2913 | 2025-04-16T03:18:58.043Z | |
| 2914 | 2025-04-16T03:18:58.043Z | info: running `cargo check --bins` on openapi-manager-types (107/206) |
| 2915 | 2025-04-16T03:18:58.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2025-04-16T03:18:58.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2025-04-16T03:18:58.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2025-04-16T03:18:58.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2919 | 2025-04-16T03:18:59.007Z | |
| 2920 | 2025-04-16T03:18:59.007Z | info: running `cargo check --bins` on gateway-test-utils (108/206) |
| 2921 | 2025-04-16T03:18:59.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2025-04-16T03:18:59.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2025-04-16T03:18:59.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2025-04-16T03:18:59.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2925 | 2025-04-16T03:19:00.086Z | |
| 2926 | 2025-04-16T03:19:00.086Z | info: running `cargo check --bins` on gateway-types (109/206) |
| 2927 | 2025-04-16T03:19:00.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2025-04-16T03:19:00.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2025-04-16T03:19:00.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2025-04-16T03:19:00.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2931 | 2025-04-16T03:19:01.074Z | |
| 2932 | 2025-04-16T03:19:01.074Z | info: running `cargo check --bins` on ipcc (110/206) |
| 2933 | 2025-04-16T03:19:01.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2025-04-16T03:19:01.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2025-04-16T03:19:01.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2025-04-16T03:19:01.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 2937 | 2025-04-16T03:19:02.088Z | |
| 2938 | 2025-04-16T03:19:02.088Z | info: running `cargo check --bins` on omicron-gateway (111/206) |
| 2939 | 2025-04-16T03:19:02.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2025-04-16T03:19:03.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2025-04-16T03:19:03.177Z | Compiling radium v0.7.0 |
| 2942 | 2025-04-16T03:19:03.177Z | Compiling semver v0.1.20 |
| 2943 | 2025-04-16T03:19:03.202Z | Checking tap v1.0.1 |
| 2944 | 2025-04-16T03:19:03.202Z | Compiling maybe-uninit v2.0.0 |
| 2945 | 2025-04-16T03:19:03.202Z | Checking password-hash v0.5.0 |
| 2946 | 2025-04-16T03:19:03.202Z | Checking blake2 v0.10.6 |
| 2947 | 2025-04-16T03:19:03.202Z | Compiling cancel-safe-futures v0.1.5 |
| 2948 | 2025-04-16T03:19:03.202Z | Checking crc-catalog v2.4.0 |
| 2949 | 2025-04-16T03:19:03.390Z | Checking wyz v0.5.1 |
| 2950 | 2025-04-16T03:19:03.415Z | Compiling owo-colors v4.2.0 |
| 2951 | 2025-04-16T03:19:03.678Z | Compiling rustc_version v0.1.7 |
| 2952 | 2025-04-16T03:19:03.704Z | Checking funty v2.0.0 |
| 2953 | 2025-04-16T03:19:03.744Z | Compiling packed_struct v0.10.1 |
| 2954 | 2025-04-16T03:19:03.769Z | Checking argon2 v0.5.3 |
| 2955 | 2025-04-16T03:19:03.847Z | Checking crc v3.2.1 |
| 2956 | 2025-04-16T03:19:04.008Z | Compiling packed_struct_codegen v0.10.1 |
| 2957 | 2025-04-16T03:19:04.034Z | Checking libsw-core v0.3.1 |
| 2958 | 2025-04-16T03:19:04.074Z | Compiling newtype_derive v0.1.6 |
| 2959 | 2025-04-16T03:19:04.169Z | Compiling indexmap v1.9.3 |
| 2960 | 2025-04-16T03:19:04.194Z | Checking half v2.4.1 |
| 2961 | 2025-04-16T03:19:04.238Z | Checking nodrop v0.1.14 |
| 2962 | 2025-04-16T03:19:04.264Z | Checking ciborium-io v0.2.2 |
| 2963 | 2025-04-16T03:19:04.388Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2964 | 2025-04-16T03:19:04.415Z | Checking fixedbitset v0.5.7 |
| 2965 | 2025-04-16T03:19:04.415Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2966 | 2025-04-16T03:19:04.454Z | Checking bitvec v1.0.1 |
| 2967 | 2025-04-16T03:19:04.525Z | Checking array-init v0.0.4 |
| 2968 | 2025-04-16T03:19:04.600Z | Checking libsw v3.4.0 |
| 2969 | 2025-04-16T03:19:04.625Z | Checking ciborium-ll v0.2.2 |
| 2970 | 2025-04-16T03:19:04.725Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2971 | 2025-04-16T03:19:04.808Z | Checking petgraph v0.7.1 |
| 2972 | 2025-04-16T03:19:04.842Z | Checking smallvec v0.6.14 |
| 2973 | 2025-04-16T03:19:05.179Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2974 | 2025-04-16T03:19:05.306Z | Checking bitfield v0.14.0 |
| 2975 | 2025-04-16T03:19:05.332Z | Checking termcolor v1.4.1 |
| 2976 | 2025-04-16T03:19:05.385Z | Checking hashbrown v0.12.3 |
| 2977 | 2025-04-16T03:19:05.551Z | Checking swrite v0.1.0 |
| 2978 | 2025-04-16T03:19:05.685Z | Checking indent_write v2.2.0 |
| 2979 | 2025-04-16T03:19:05.710Z | Checking linear-map v1.2.0 |
| 2980 | 2025-04-16T03:19:05.887Z | Checking ron v0.8.1 |
| 2981 | 2025-04-16T03:19:06.013Z | Checking env_logger v0.10.2 |
| 2982 | 2025-04-16T03:19:06.038Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2983 | 2025-04-16T03:19:06.066Z | Checking serde-hex v0.1.0 |
| 2984 | 2025-04-16T03:19:06.091Z | Checking ciborium v0.2.2 |
| 2985 | 2025-04-16T03:19:06.634Z | Checking steno v0.4.1 |
| 2986 | 2025-04-16T03:19:06.864Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2987 | 2025-04-16T03:19:06.945Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2988 | 2025-04-16T03:19:06.978Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2989 | 2025-04-16T03:19:07.127Z | Checking hashbrown v0.13.2 |
| 2990 | 2025-04-16T03:19:07.217Z | Checking humantime v2.1.0 |
| 2991 | 2025-04-16T03:19:07.512Z | Checking crc-any v2.5.0 |
| 2992 | 2025-04-16T03:19:07.537Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2993 | 2025-04-16T03:19:07.562Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2994 | 2025-04-16T03:19:07.784Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2995 | 2025-04-16T03:19:07.856Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2996 | 2025-04-16T03:19:07.977Z | Checking object v0.30.4 |
| 2997 | 2025-04-16T03:19:08.078Z | Checking void v1.0.2 |
| 2998 | 2025-04-16T03:19:08.149Z | Checking path-slash v0.1.5 |
| 2999 | 2025-04-16T03:19:08.230Z | Checking lzss v0.8.2 |
| 3000 | 2025-04-16T03:19:08.368Z | Checking tungstenite v0.23.0 |
| 3001 | 2025-04-16T03:19:08.550Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3002 | 2025-04-16T03:19:08.596Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3003 | 2025-04-16T03:19:09.146Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3004 | 2025-04-16T03:19:09.278Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3005 | 2025-04-16T03:19:09.404Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3006 | 2025-04-16T03:19:09.494Z | Checking nix v0.27.1 |
| 3007 | 2025-04-16T03:19:09.596Z | Checking kstat-rs v0.2.4 |
| 3008 | 2025-04-16T03:19:09.678Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3009 | 2025-04-16T03:19:09.703Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3010 | 2025-04-16T03:19:09.928Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3011 | 2025-04-16T03:19:10.010Z | Checking tokio-tungstenite v0.23.1 |
| 3012 | 2025-04-16T03:19:10.149Z | Checking signal-hook-tokio v0.3.1 |
| 3013 | 2025-04-16T03:19:10.651Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3014 | 2025-04-16T03:19:10.789Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3015 | 2025-04-16T03:19:19.232Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 3016 | 2025-04-16T03:19:20.924Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 3017 | 2025-04-16T03:19:24.881Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3018 | 2025-04-16T03:19:32.224Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3019 | 2025-04-16T03:19:33.043Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3020 | 2025-04-16T03:19:36.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s |
| 3021 | 2025-04-16T03:19:36.842Z | |
| 3022 | 2025-04-16T03:19:36.842Z | info: running `cargo check --bins` on ereport-api (112/206) |
| 3023 | 2025-04-16T03:19:37.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2025-04-16T03:19:37.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2025-04-16T03:19:37.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2025-04-16T03:19:37.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3027 | 2025-04-16T03:19:37.783Z | |
| 3028 | 2025-04-16T03:19:37.783Z | info: running `cargo check --bins` on gateway-api (113/206) |
| 3029 | 2025-04-16T03:19:38.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2025-04-16T03:19:38.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2025-04-16T03:19:38.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2025-04-16T03:19:38.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3033 | 2025-04-16T03:19:38.740Z | |
| 3034 | 2025-04-16T03:19:38.740Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (114/206) |
| 3035 | 2025-04-16T03:19:39.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2025-04-16T03:19:39.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2025-04-16T03:19:39.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2025-04-16T03:19:39.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3039 | 2025-04-16T03:19:39.660Z | |
| 3040 | 2025-04-16T03:19:39.661Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/206) |
| 3041 | 2025-04-16T03:19:40.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2025-04-16T03:19:40.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2025-04-16T03:19:40.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2025-04-16T03:19:40.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3045 | 2025-04-16T03:19:40.649Z | |
| 3046 | 2025-04-16T03:19:40.649Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/206) |
| 3047 | 2025-04-16T03:19:41.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-04-16T03:19:41.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-04-16T03:19:41.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-04-16T03:19:41.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3051 | 2025-04-16T03:19:41.617Z | |
| 3052 | 2025-04-16T03:19:41.617Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/206) |
| 3053 | 2025-04-16T03:19:42.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-04-16T03:19:42.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-04-16T03:19:42.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-04-16T03:19:42.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3057 | 2025-04-16T03:19:42.561Z | |
| 3058 | 2025-04-16T03:19:42.561Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/206) |
| 3059 | 2025-04-16T03:19:43.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-04-16T03:19:43.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-04-16T03:19:43.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2025-04-16T03:19:43.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3063 | 2025-04-16T03:19:43.538Z | |
| 3064 | 2025-04-16T03:19:43.538Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/206) |
| 3065 | 2025-04-16T03:19:44.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2025-04-16T03:19:44.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2025-04-16T03:19:44.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2025-04-16T03:19:44.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 3069 | 2025-04-16T03:19:44.540Z | |
| 3070 | 2025-04-16T03:19:44.540Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/206) |
| 3071 | 2025-04-16T03:19:45.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2025-04-16T03:19:45.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2025-04-16T03:19:45.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2025-04-16T03:19:45.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3075 | 2025-04-16T03:19:45.500Z | |
| 3076 | 2025-04-16T03:19:45.500Z | info: running `cargo check --bins` on oximeter-producer (121/206) |
| 3077 | 2025-04-16T03:19:46.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2025-04-16T03:19:46.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2025-04-16T03:19:46.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2025-04-16T03:19:46.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3081 | 2025-04-16T03:19:46.551Z | |
| 3082 | 2025-04-16T03:19:46.551Z | info: running `cargo check --bins` on internal-dns-resolver (122/206) |
| 3083 | 2025-04-16T03:19:47.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2025-04-16T03:19:47.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2025-04-16T03:19:47.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2025-04-16T03:19:47.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3087 | 2025-04-16T03:19:47.527Z | |
| 3088 | 2025-04-16T03:19:47.527Z | info: running `cargo check --bins` on sp-sim (123/206) |
| 3089 | 2025-04-16T03:19:48.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2025-04-16T03:19:48.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2025-04-16T03:19:48.529Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3092 | 2025-04-16T03:19:48.832Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3093 | 2025-04-16T03:19:50.916Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3094 | 2025-04-16T03:19:53.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
| 3095 | 2025-04-16T03:19:53.326Z | |
| 3096 | 2025-04-16T03:19:53.326Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (124/206) |
| 3097 | 2025-04-16T03:19:54.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2025-04-16T03:19:54.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2025-04-16T03:19:54.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2025-04-16T03:19:54.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3101 | 2025-04-16T03:19:54.465Z | |
| 3102 | 2025-04-16T03:19:54.465Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/206) |
| 3103 | 2025-04-16T03:19:55.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2025-04-16T03:19:55.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2025-04-16T03:19:55.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2025-04-16T03:19:55.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3107 | 2025-04-16T03:19:55.574Z | |
| 3108 | 2025-04-16T03:19:55.574Z | info: running `cargo check --bins` on db-macros (126/206) |
| 3109 | 2025-04-16T03:19:56.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2025-04-16T03:19:56.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2025-04-16T03:19:56.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2025-04-16T03:19:56.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3113 | 2025-04-16T03:19:56.530Z | |
| 3114 | 2025-04-16T03:19:56.530Z | info: running `cargo check --bins` on nexus-macros-common (127/206) |
| 3115 | 2025-04-16T03:19:57.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2025-04-16T03:19:57.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2025-04-16T03:19:57.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2025-04-16T03:19:57.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3119 | 2025-04-16T03:19:57.486Z | |
| 3120 | 2025-04-16T03:19:57.486Z | info: running `cargo check --bins` on nexus-auth (128/206) |
| 3121 | 2025-04-16T03:19:58.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2025-04-16T03:19:58.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2025-04-16T03:19:58.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2025-04-16T03:19:58.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3125 | 2025-04-16T03:19:58.580Z | |
| 3126 | 2025-04-16T03:19:58.580Z | info: running `cargo check --bins` on authz-macros (129/206) |
| 3127 | 2025-04-16T03:19:59.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2025-04-16T03:19:59.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2025-04-16T03:19:59.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2025-04-16T03:19:59.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3131 | 2025-04-16T03:19:59.523Z | |
| 3132 | 2025-04-16T03:19:59.523Z | info: running `cargo check --bins` on nexus-db-fixed-data (130/206) |
| 3133 | 2025-04-16T03:20:00.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2025-04-16T03:20:00.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2025-04-16T03:20:00.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2025-04-16T03:20:00.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3137 | 2025-04-16T03:20:00.550Z | |
| 3138 | 2025-04-16T03:20:00.550Z | info: running `cargo check --bins` on nexus-db-model (131/206) |
| 3139 | 2025-04-16T03:20:01.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2025-04-16T03:20:01.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2025-04-16T03:20:01.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2025-04-16T03:20:01.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3143 | 2025-04-16T03:20:01.589Z | |
| 3144 | 2025-04-16T03:20:01.589Z | info: running `cargo check --bins` on nexus-db-schema (132/206) |
| 3145 | 2025-04-16T03:20:02.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2025-04-16T03:20:02.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2025-04-16T03:20:02.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2025-04-16T03:20:02.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3149 | 2025-04-16T03:20:02.561Z | |
| 3150 | 2025-04-16T03:20:02.561Z | info: running `cargo check --bins` on nexus-defaults (133/206) |
| 3151 | 2025-04-16T03:20:03.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2025-04-16T03:20:03.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2025-04-16T03:20:03.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2025-04-16T03:20:03.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3155 | 2025-04-16T03:20:03.555Z | |
| 3156 | 2025-04-16T03:20:03.555Z | info: running `cargo check --bins` on nexus-inventory (134/206) |
| 3157 | 2025-04-16T03:20:04.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2025-04-16T03:20:04.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2025-04-16T03:20:04.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3160 | 2025-04-16T03:20:04.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3161 | 2025-04-16T03:20:04.605Z | |
| 3162 | 2025-04-16T03:20:04.605Z | info: running `cargo check --bins` on typed-rng (135/206) |
| 3163 | 2025-04-16T03:20:05.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2025-04-16T03:20:05.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2025-04-16T03:20:05.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3166 | 2025-04-16T03:20:05.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3167 | 2025-04-16T03:20:05.537Z | |
| 3168 | 2025-04-16T03:20:05.537Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/206) |
| 3169 | 2025-04-16T03:20:06.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2025-04-16T03:20:06.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2025-04-16T03:20:06.702Z | Checking keccak v0.1.5 |
| 3172 | 2025-04-16T03:20:06.727Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3173 | 2025-04-16T03:20:06.727Z | Checking secrecy v0.8.0 |
| 3174 | 2025-04-16T03:20:06.727Z | Compiling unicase v2.7.0 |
| 3175 | 2025-04-16T03:20:06.752Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3176 | 2025-04-16T03:20:06.778Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3177 | 2025-04-16T03:20:06.778Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3178 | 2025-04-16T03:20:06.803Z | Checking universal-hash v0.5.1 |
| 3179 | 2025-04-16T03:20:06.937Z | Checking opaque-debug v0.3.1 |
| 3180 | 2025-04-16T03:20:07.013Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3181 | 2025-04-16T03:20:07.039Z | Checking sha3 v0.10.8 |
| 3182 | 2025-04-16T03:20:07.064Z | Checking poly1305 v0.8.0 |
| 3183 | 2025-04-16T03:20:07.108Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3184 | 2025-04-16T03:20:07.144Z | Checking chacha20 v0.9.1 |
| 3185 | 2025-04-16T03:20:07.293Z | Checking aead v0.5.2 |
| 3186 | 2025-04-16T03:20:07.324Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3187 | 2025-04-16T03:20:07.617Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3188 | 2025-04-16T03:20:07.643Z | Compiling libefi-sys v0.1.0 |
| 3189 | 2025-04-16T03:20:07.643Z | Compiling salty v0.3.0 |
| 3190 | 2025-04-16T03:20:07.643Z | Checking chacha20poly1305 v0.10.1 |
| 3191 | 2025-04-16T03:20:07.776Z | Compiling num-derive v0.3.3 |
| 3192 | 2025-04-16T03:20:07.876Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3193 | 2025-04-16T03:20:07.929Z | Compiling bitfield-struct v0.6.2 |
| 3194 | 2025-04-16T03:20:08.085Z | Compiling proc-macro-error2 v2.0.1 |
| 3195 | 2025-04-16T03:20:08.245Z | Checking papergrid v0.14.0 |
| 3196 | 2025-04-16T03:20:08.644Z | Compiling tabled_derive v0.10.0 |
| 3197 | 2025-04-16T03:20:09.103Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3198 | 2025-04-16T03:20:09.134Z | Checking thiserror-no-std v2.0.2 |
| 3199 | 2025-04-16T03:20:09.263Z | Checking vsss-rs v3.3.4 |
| 3200 | 2025-04-16T03:20:09.440Z | Checking libscf-sys v1.1.0 |
| 3201 | 2025-04-16T03:20:09.583Z | Compiling mime_guess v2.0.5 |
| 3202 | 2025-04-16T03:20:09.608Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3203 | 2025-04-16T03:20:09.965Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3204 | 2025-04-16T03:20:10.097Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3205 | 2025-04-16T03:20:10.243Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3206 | 2025-04-16T03:20:10.546Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3207 | 2025-04-16T03:20:10.859Z | Checking primeorder v0.13.6 |
| 3208 | 2025-04-16T03:20:10.981Z | Checking env_filter v0.1.2 |
| 3209 | 2025-04-16T03:20:11.221Z | Compiling dropshot v0.12.0 |
| 3210 | 2025-04-16T03:20:11.265Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3211 | 2025-04-16T03:20:11.400Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2025-04-16T03:20:11.647Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3213 | 2025-04-16T03:20:11.672Z | Checking p384 v0.13.0 |
| 3214 | 2025-04-16T03:20:11.672Z | Checking env_logger v0.11.5 |
| 3215 | 2025-04-16T03:20:11.993Z | Checking tabled v0.18.0 |
| 3216 | 2025-04-16T03:20:12.076Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3217 | 2025-04-16T03:20:12.299Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3218 | 2025-04-16T03:20:12.544Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3219 | 2025-04-16T03:20:12.603Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3220 | 2025-04-16T03:20:12.818Z | Compiling dropshot_endpoint v0.12.0 |
| 3221 | 2025-04-16T03:20:12.930Z | Compiling xshell-macros v0.2.7 |
| 3222 | 2025-04-16T03:20:12.959Z | Checking http-range v0.1.5 |
| 3223 | 2025-04-16T03:20:13.045Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3224 | 2025-04-16T03:20:13.075Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3225 | 2025-04-16T03:20:13.371Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3226 | 2025-04-16T03:20:13.568Z | Checking xshell v0.2.7 |
| 3227 | 2025-04-16T03:20:13.821Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3228 | 2025-04-16T03:20:13.860Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3229 | 2025-04-16T03:20:13.910Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3230 | 2025-04-16T03:20:14.031Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3231 | 2025-04-16T03:20:14.115Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3232 | 2025-04-16T03:20:14.248Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 3233 | 2025-04-16T03:20:14.493Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3234 | 2025-04-16T03:20:14.618Z | Checking atty v0.2.14 |
| 3235 | 2025-04-16T03:20:14.762Z | Checking glob v0.3.2 |
| 3236 | 2025-04-16T03:20:14.801Z | Checking crc8 v0.1.1 |
| 3237 | 2025-04-16T03:20:14.952Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3238 | 2025-04-16T03:20:15.076Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3239 | 2025-04-16T03:20:15.250Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3240 | 2025-04-16T03:20:15.643Z | Checking hyper-staticfile v0.10.1 |
| 3241 | 2025-04-16T03:20:15.818Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3242 | 2025-04-16T03:20:16.036Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3243 | 2025-04-16T03:20:16.103Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3244 | 2025-04-16T03:20:16.128Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3245 | 2025-04-16T03:20:16.153Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3246 | 2025-04-16T03:20:16.405Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3247 | 2025-04-16T03:20:16.978Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3248 | 2025-04-16T03:20:17.161Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3249 | 2025-04-16T03:20:17.320Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3250 | 2025-04-16T03:20:17.705Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3251 | 2025-04-16T03:20:17.760Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3252 | 2025-04-16T03:20:17.915Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3253 | 2025-04-16T03:20:18.051Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3254 | 2025-04-16T03:20:19.200Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3255 | 2025-04-16T03:20:19.703Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3256 | 2025-04-16T03:20:28.288Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3257 | 2025-04-16T03:20:47.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.79s |
| 3258 | 2025-04-16T03:20:47.565Z | |
| 3259 | 2025-04-16T03:20:47.565Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/206) |
| 3260 | 2025-04-16T03:20:48.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2025-04-16T03:20:48.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2025-04-16T03:20:48.729Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3263 | 2025-04-16T03:21:08.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.99s |
| 3264 | 2025-04-16T03:21:08.773Z | |
| 3265 | 2025-04-16T03:21:08.773Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/206) |
| 3266 | 2025-04-16T03:21:09.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2025-04-16T03:21:09.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2025-04-16T03:21:09.943Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3269 | 2025-04-16T03:21:29.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.51s |
| 3270 | 2025-04-16T03:21:29.485Z | |
| 3271 | 2025-04-16T03:21:29.485Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/206) |
| 3272 | 2025-04-16T03:21:30.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2025-04-16T03:21:30.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2025-04-16T03:21:30.608Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3275 | 2025-04-16T03:21:50.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.69s |
| 3276 | 2025-04-16T03:21:50.391Z | |
| 3277 | 2025-04-16T03:21:50.391Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/206) |
| 3278 | 2025-04-16T03:21:51.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2025-04-16T03:21:51.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2025-04-16T03:21:51.584Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3281 | 2025-04-16T03:22:11.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.99s |
| 3282 | 2025-04-16T03:22:11.594Z | |
| 3283 | 2025-04-16T03:22:11.594Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/206) |
| 3284 | 2025-04-16T03:22:12.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2025-04-16T03:22:12.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2025-04-16T03:22:12.800Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3287 | 2025-04-16T03:22:32.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.32s |
| 3288 | 2025-04-16T03:22:33.118Z | |
| 3289 | 2025-04-16T03:22:33.118Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/206) |
| 3290 | 2025-04-16T03:22:34.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2025-04-16T03:22:34.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2025-04-16T03:22:34.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3293 | 2025-04-16T03:22:54.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.05s |
| 3294 | 2025-04-16T03:22:54.384Z | |
| 3295 | 2025-04-16T03:22:54.384Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/206) |
| 3296 | 2025-04-16T03:22:55.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2025-04-16T03:22:55.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2025-04-16T03:22:55.547Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3299 | 2025-04-16T03:23:15.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s |
| 3300 | 2025-04-16T03:23:15.364Z | |
| 3301 | 2025-04-16T03:23:15.364Z | info: running `cargo check --bins` on bootstrap-agent-api (144/206) |
| 3302 | 2025-04-16T03:23:16.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2025-04-16T03:23:16.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2025-04-16T03:23:16.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2025-04-16T03:23:16.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3306 | 2025-04-16T03:23:16.589Z | |
| 3307 | 2025-04-16T03:23:16.589Z | info: running `cargo check --bins` on key-manager (145/206) |
| 3308 | 2025-04-16T03:23:17.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2025-04-16T03:23:17.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2025-04-16T03:23:17.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2025-04-16T03:23:17.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3312 | 2025-04-16T03:23:17.394Z | |
| 3313 | 2025-04-16T03:23:17.394Z | info: running `cargo check --bins` on range-requests (146/206) |
| 3314 | 2025-04-16T03:23:18.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2025-04-16T03:23:18.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2025-04-16T03:23:18.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2025-04-16T03:23:18.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3318 | 2025-04-16T03:23:18.382Z | |
| 3319 | 2025-04-16T03:23:18.382Z | info: running `cargo check --bins` on repo-depot-api (147/206) |
| 3320 | 2025-04-16T03:23:19.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2025-04-16T03:23:19.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2025-04-16T03:23:19.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2025-04-16T03:23:19.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3324 | 2025-04-16T03:23:19.384Z | |
| 3325 | 2025-04-16T03:23:19.384Z | info: running `cargo check --bins` on sled-agent-api (148/206) |
| 3326 | 2025-04-16T03:23:20.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2025-04-16T03:23:20.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2025-04-16T03:23:20.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2025-04-16T03:23:20.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3330 | 2025-04-16T03:23:20.429Z | |
| 3331 | 2025-04-16T03:23:20.429Z | info: running `cargo check --bins` on sled-diagnostics (149/206) |
| 3332 | 2025-04-16T03:23:21.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2025-04-16T03:23:21.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2025-04-16T03:23:21.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2025-04-16T03:23:21.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3336 | 2025-04-16T03:23:21.405Z | |
| 3337 | 2025-04-16T03:23:21.405Z | info: running `cargo check --bins` on sled-hardware (150/206) |
| 3338 | 2025-04-16T03:23:22.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2025-04-16T03:23:22.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2025-04-16T03:23:22.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2025-04-16T03:23:22.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3342 | 2025-04-16T03:23:22.452Z | |
| 3343 | 2025-04-16T03:23:22.452Z | info: running `cargo check --bins --no-default-features` on sled-storage (151/206) |
| 3344 | 2025-04-16T03:23:23.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2025-04-16T03:23:23.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2025-04-16T03:23:23.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2025-04-16T03:23:23.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3348 | 2025-04-16T03:23:23.478Z | |
| 3349 | 2025-04-16T03:23:23.478Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/206) |
| 3350 | 2025-04-16T03:23:24.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2025-04-16T03:23:24.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2025-04-16T03:23:24.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2025-04-16T03:23:24.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3354 | 2025-04-16T03:23:24.510Z | |
| 3355 | 2025-04-16T03:23:24.510Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (153/206) |
| 3356 | 2025-04-16T03:23:25.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2025-04-16T03:23:26.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2025-04-16T03:23:26.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2025-04-16T03:23:26.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3360 | 2025-04-16T03:23:26.492Z | |
| 3361 | 2025-04-16T03:23:26.492Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (154/206) |
| 3362 | 2025-04-16T03:23:26.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2025-04-16T03:23:26.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2025-04-16T03:23:26.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2025-04-16T03:23:26.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3366 | 2025-04-16T03:23:26.585Z | |
| 3367 | 2025-04-16T03:23:26.585Z | info: running `cargo check --bins` on nexus-test-interface (155/206) |
| 3368 | 2025-04-16T03:23:27.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2025-04-16T03:23:27.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2025-04-16T03:23:27.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2025-04-16T03:23:27.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3372 | 2025-04-16T03:23:27.628Z | |
| 3373 | 2025-04-16T03:23:27.629Z | info: running `cargo check --bins` on oximeter-collector (156/206) |
| 3374 | 2025-04-16T03:23:28.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2025-04-16T03:23:28.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2025-04-16T03:23:28.791Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3377 | 2025-04-16T03:23:28.791Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3378 | 2025-04-16T03:23:29.892Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3379 | 2025-04-16T03:23:32.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
| 3380 | 2025-04-16T03:23:32.763Z | |
| 3381 | 2025-04-16T03:23:32.763Z | info: running `cargo check --bins` on oximeter-api (157/206) |
| 3382 | 2025-04-16T03:23:33.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2025-04-16T03:23:33.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2025-04-16T03:23:33.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2025-04-16T03:23:33.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3386 | 2025-04-16T03:23:33.792Z | |
| 3387 | 2025-04-16T03:23:33.792Z | info: running `cargo check --bins` on cert-dev (158/206) |
| 3388 | 2025-04-16T03:23:34.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2025-04-16T03:23:34.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2025-04-16T03:23:34.780Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3391 | 2025-04-16T03:23:35.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 3392 | 2025-04-16T03:23:35.268Z | |
| 3393 | 2025-04-16T03:23:35.268Z | info: running `cargo check --bins` on clickana (159/206) |
| 3394 | 2025-04-16T03:23:36.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2025-04-16T03:23:36.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2025-04-16T03:23:36.327Z | Checking castaway v0.2.3 |
| 3397 | 2025-04-16T03:23:36.327Z | Checking lru v0.12.5 |
| 3398 | 2025-04-16T03:23:36.353Z | Compiling instability v0.3.2 |
| 3399 | 2025-04-16T03:23:36.353Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3400 | 2025-04-16T03:23:36.353Z | Checking unicode-truncate v1.1.0 |
| 3401 | 2025-04-16T03:23:36.353Z | Compiling indoc v2.0.6 |
| 3402 | 2025-04-16T03:23:36.353Z | Checking cassowary v0.3.0 |
| 3403 | 2025-04-16T03:23:36.505Z | Checking compact_str v0.8.0 |
| 3404 | 2025-04-16T03:23:37.223Z | Checking ratatui v0.29.0 |
| 3405 | 2025-04-16T03:23:38.430Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3406 | 2025-04-16T03:23:39.938Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3407 | 2025-04-16T03:23:41.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
| 3408 | 2025-04-16T03:23:41.206Z | |
| 3409 | 2025-04-16T03:23:41.206Z | info: running `cargo check --bins` on clickhouse-cluster-dev (160/206) |
| 3410 | 2025-04-16T03:23:42.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2025-04-16T03:23:42.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2025-04-16T03:23:42.311Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3413 | 2025-04-16T03:23:42.311Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3414 | 2025-04-16T03:23:43.613Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3415 | 2025-04-16T03:23:44.251Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3416 | 2025-04-16T03:23:44.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 3417 | 2025-04-16T03:23:44.999Z | |
| 3418 | 2025-04-16T03:23:44.999Z | info: running `cargo check --bins` on ch-dev (161/206) |
| 3419 | 2025-04-16T03:23:45.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2025-04-16T03:23:45.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2025-04-16T03:23:46.055Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3422 | 2025-04-16T03:23:46.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 3423 | 2025-04-16T03:23:47.156Z | |
| 3424 | 2025-04-16T03:23:47.156Z | info: running `cargo check --bins` on dev-tools-common (162/206) |
| 3425 | 2025-04-16T03:23:47.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2025-04-16T03:23:47.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2025-04-16T03:23:47.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2025-04-16T03:23:47.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3429 | 2025-04-16T03:23:47.909Z | |
| 3430 | 2025-04-16T03:23:47.909Z | info: running `cargo check --bins` on crdb-seed (163/206) |
| 3431 | 2025-04-16T03:23:48.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2025-04-16T03:23:48.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2025-04-16T03:23:49.005Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3434 | 2025-04-16T03:23:49.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 3435 | 2025-04-16T03:23:49.594Z | |
| 3436 | 2025-04-16T03:23:49.594Z | info: running `cargo check --bins` on db-dev (164/206) |
| 3437 | 2025-04-16T03:23:50.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2025-04-16T03:23:50.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2025-04-16T03:23:50.656Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3440 | 2025-04-16T03:23:51.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 3441 | 2025-04-16T03:23:51.744Z | |
| 3442 | 2025-04-16T03:23:51.745Z | info: running `cargo check --bins` on omicron-dev-lib (165/206) |
| 3443 | 2025-04-16T03:23:52.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2025-04-16T03:23:52.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2025-04-16T03:23:52.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2025-04-16T03:23:52.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3447 | 2025-04-16T03:23:52.792Z | |
| 3448 | 2025-04-16T03:23:52.792Z | info: running `cargo check --bins` on xtask-downloader (166/206) |
| 3449 | 2025-04-16T03:23:53.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2025-04-16T03:23:53.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2025-04-16T03:23:53.769Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3452 | 2025-04-16T03:23:54.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
| 3453 | 2025-04-16T03:23:54.968Z | |
| 3454 | 2025-04-16T03:23:54.968Z | info: running `cargo check --bins` on omicron-ls-apis (167/206) |
| 3455 | 2025-04-16T03:23:55.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2025-04-16T03:23:55.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2025-04-16T03:23:55.906Z | Checking cargo-platform v0.1.8 |
| 3458 | 2025-04-16T03:23:56.172Z | Checking cargo_metadata v0.19.2 |
| 3459 | 2025-04-16T03:23:57.505Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3460 | 2025-04-16T03:23:58.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
| 3461 | 2025-04-16T03:23:58.805Z | |
| 3462 | 2025-04-16T03:23:58.806Z | info: running `cargo check --bins` on mgs-dev (168/206) |
| 3463 | 2025-04-16T03:23:59.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2025-04-16T03:23:59.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2025-04-16T03:23:59.944Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3466 | 2025-04-16T03:24:01.697Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3467 | 2025-04-16T03:24:02.421Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3468 | 2025-04-16T03:24:03.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
| 3469 | 2025-04-16T03:24:03.299Z | |
| 3470 | 2025-04-16T03:24:03.299Z | info: running `cargo check --bins` on omicron-omdb (169/206) |
| 3471 | 2025-04-16T03:24:04.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2025-04-16T03:24:04.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2025-04-16T03:24:04.587Z | Compiling crunchy v0.2.2 |
| 3474 | 2025-04-16T03:24:04.587Z | Compiling dsl_auto_type v0.1.2 |
| 3475 | 2025-04-16T03:24:04.612Z | Checking scheduled-thread-pool v0.2.7 |
| 3476 | 2025-04-16T03:24:04.613Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3477 | 2025-04-16T03:24:04.613Z | Compiling tiny-keccak v2.0.2 |
| 3478 | 2025-04-16T03:24:04.613Z | Compiling bit-vec v0.6.3 |
| 3479 | 2025-04-16T03:24:04.712Z | Compiling ascii-canvas v3.0.0 |
| 3480 | 2025-04-16T03:24:04.738Z | Compiling ena v0.14.3 |
| 3481 | 2025-04-16T03:24:04.859Z | Checking r2d2 v0.8.10 |
| 3482 | 2025-04-16T03:24:05.027Z | Compiling bit-set v0.5.3 |
| 3483 | 2025-04-16T03:24:05.053Z | Compiling regex-syntax v0.6.29 |
| 3484 | 2025-04-16T03:24:05.092Z | Compiling bindgen v0.71.1 |
| 3485 | 2025-04-16T03:24:05.141Z | Compiling diff v0.1.13 |
| 3486 | 2025-04-16T03:24:05.186Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3487 | 2025-04-16T03:24:05.211Z | Compiling ref-cast v1.0.23 |
| 3488 | 2025-04-16T03:24:05.301Z | Compiling rustc-hash v2.1.1 |
| 3489 | 2025-04-16T03:24:05.425Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3490 | 2025-04-16T03:24:05.508Z | Compiling derive_builder_core v0.20.2 |
| 3491 | 2025-04-16T03:24:05.653Z | Compiling libxml v0.3.3 |
| 3492 | 2025-04-16T03:24:05.720Z | Compiling ref-cast-impl v1.0.23 |
| 3493 | 2025-04-16T03:24:05.748Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3494 | 2025-04-16T03:24:05.905Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3495 | 2025-04-16T03:24:05.948Z | Compiling diesel_derives v2.2.3 |
| 3496 | 2025-04-16T03:24:06.040Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3497 | 2025-04-16T03:24:06.236Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3498 | 2025-04-16T03:24:06.332Z | Compiling strum_macros v0.24.3 |
| 3499 | 2025-04-16T03:24:06.614Z | Compiling indoc v1.0.9 |
| 3500 | 2025-04-16T03:24:07.369Z | Compiling derive_builder_macro v0.20.2 |
| 3501 | 2025-04-16T03:24:07.401Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3502 | 2025-04-16T03:24:07.670Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3503 | 2025-04-16T03:24:08.111Z | Compiling lalrpop v0.19.12 |
| 3504 | 2025-04-16T03:24:08.137Z | Checking derive_builder v0.20.2 |
| 3505 | 2025-04-16T03:24:08.310Z | Compiling oso-derive v0.27.3 |
| 3506 | 2025-04-16T03:24:08.403Z | Checking quick-xml v0.37.2 |
| 3507 | 2025-04-16T03:24:08.990Z | Compiling diesel-dtrace v0.4.2 |
| 3508 | 2025-04-16T03:24:09.170Z | Checking maplit v1.0.2 |
| 3509 | 2025-04-16T03:24:09.341Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3510 | 2025-04-16T03:24:09.389Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3511 | 2025-04-16T03:24:09.546Z | Checking bb8 v0.8.5 |
| 3512 | 2025-04-16T03:24:09.693Z | Checking io-lifetimes v1.0.11 |
| 3513 | 2025-04-16T03:24:09.875Z | Checking rustix v0.37.28 |
| 3514 | 2025-04-16T03:24:09.982Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3515 | 2025-04-16T03:24:10.183Z | Checking rand_seeder v0.3.0 |
| 3516 | 2025-04-16T03:24:10.286Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3517 | 2025-04-16T03:24:10.408Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3518 | 2025-04-16T03:24:10.608Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3519 | 2025-04-16T03:24:10.634Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3520 | 2025-04-16T03:24:10.771Z | Checking terminal_size v0.2.6 |
| 3521 | 2025-04-16T03:24:10.914Z | Checking is_ci v1.2.0 |
| 3522 | 2025-04-16T03:24:10.950Z | Checking smawk v0.3.2 |
| 3523 | 2025-04-16T03:24:11.059Z | Checking unicode-linebreak v0.1.5 |
| 3524 | 2025-04-16T03:24:11.159Z | Checking supports-color v3.0.2 |
| 3525 | 2025-04-16T03:24:11.373Z | Checking multimap v0.10.0 |
| 3526 | 2025-04-16T03:24:11.425Z | Checking textwrap v0.16.1 |
| 3527 | 2025-04-16T03:24:12.275Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3528 | 2025-04-16T03:24:13.496Z | Checking diesel v2.2.9 |
| 3529 | 2025-04-16T03:24:27.650Z | Compiling samael v0.0.18 |
| 3530 | 2025-04-16T03:24:39.059Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3531 | 2025-04-16T03:24:41.801Z | Checking async-bb8-diesel v0.2.1 |
| 3532 | 2025-04-16T03:24:43.898Z | Compiling polar-core v0.27.3 |
| 3533 | 2025-04-16T03:24:53.082Z | Checking oso v0.27.3 |
| 3534 | 2025-04-16T03:26:17.261Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3535 | 2025-04-16T03:26:28.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 3536 | 2025-04-16T03:26:28.249Z | |
| 3537 | 2025-04-16T03:26:28.249Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (170/206) |
| 3538 | 2025-04-16T03:26:29.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2025-04-16T03:26:29.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2025-04-16T03:26:29.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2025-04-16T03:26:29.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3542 | 2025-04-16T03:26:29.307Z | |
| 3543 | 2025-04-16T03:26:29.307Z | info: running `cargo check --bins` on nexus-saga-recovery (171/206) |
| 3544 | 2025-04-16T03:26:30.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2025-04-16T03:26:30.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2025-04-16T03:26:30.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2025-04-16T03:26:30.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3548 | 2025-04-16T03:26:30.345Z | |
| 3549 | 2025-04-16T03:26:30.345Z | info: running `cargo check --bins` on nexus-test-utils-macros (172/206) |
| 3550 | 2025-04-16T03:26:31.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2025-04-16T03:26:31.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2025-04-16T03:26:31.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2025-04-16T03:26:31.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3554 | 2025-04-16T03:26:31.269Z | |
| 3555 | 2025-04-16T03:26:31.269Z | info: running `cargo check --bins` on omicron-nexus (173/206) |
| 3556 | 2025-04-16T03:26:32.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2025-04-16T03:26:32.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2025-04-16T03:26:32.534Z | Compiling libz-sys v1.1.20 |
| 3559 | 2025-04-16T03:26:32.567Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3560 | 2025-04-16T03:26:32.593Z | Compiling vergen v8.3.2 |
| 3561 | 2025-04-16T03:26:32.593Z | Compiling cargo-platform v0.1.8 |
| 3562 | 2025-04-16T03:26:32.593Z | Compiling pin-project-internal v1.1.6 |
| 3563 | 2025-04-16T03:26:32.648Z | Compiling snafu-derive v0.8.5 |
| 3564 | 2025-04-16T03:26:32.674Z | Compiling rustls v0.21.12 |
| 3565 | 2025-04-16T03:26:32.700Z | Checking globset v0.4.15 |
| 3566 | 2025-04-16T03:26:32.911Z | Checking olpc-cjson v0.1.4 |
| 3567 | 2025-04-16T03:26:32.952Z | Compiling cargo_metadata v0.18.1 |
| 3568 | 2025-04-16T03:26:33.114Z | Checking sct v0.7.1 |
| 3569 | 2025-04-16T03:26:33.143Z | Checking rustls-webpki v0.101.7 |
| 3570 | 2025-04-16T03:26:33.169Z | Checking serde_plain v1.0.2 |
| 3571 | 2025-04-16T03:26:33.274Z | Checking typed-path v0.9.3 |
| 3572 | 2025-04-16T03:26:33.418Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3573 | 2025-04-16T03:26:33.479Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3574 | 2025-04-16T03:26:33.701Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3575 | 2025-04-16T03:26:33.767Z | Checking parse-size v1.1.0 |
| 3576 | 2025-04-16T03:26:34.040Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3577 | 2025-04-16T03:26:34.075Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3578 | 2025-04-16T03:26:34.259Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3579 | 2025-04-16T03:26:34.853Z | Checking pin-project v1.1.6 |
| 3580 | 2025-04-16T03:26:34.958Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3581 | 2025-04-16T03:26:35.011Z | Checking rustls-pemfile v1.0.4 |
| 3582 | 2025-04-16T03:26:35.050Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3583 | 2025-04-16T03:26:35.122Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3584 | 2025-04-16T03:26:35.237Z | Checking twox-hash v2.1.0 |
| 3585 | 2025-04-16T03:26:35.365Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3586 | 2025-04-16T03:26:35.558Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 3587 | 2025-04-16T03:26:35.791Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3588 | 2025-04-16T03:26:36.277Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3589 | 2025-04-16T03:26:36.400Z | Checking tokio-rustls v0.24.1 |
| 3590 | 2025-04-16T03:26:36.582Z | Checking snafu v0.8.5 |
| 3591 | 2025-04-16T03:26:36.758Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3592 | 2025-04-16T03:26:37.022Z | Checking tough v0.20.0 |
| 3593 | 2025-04-16T03:26:37.206Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3594 | 2025-04-16T03:26:37.231Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3595 | 2025-04-16T03:26:37.257Z | Checking fatfs v0.3.6 |
| 3596 | 2025-04-16T03:26:37.564Z | Checking assert_matches v1.5.0 |
| 3597 | 2025-04-16T03:26:40.924Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3598 | 2025-04-16T03:26:42.377Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3599 | 2025-04-16T03:26:44.572Z | Compiling git2 v0.19.0 |
| 3600 | 2025-04-16T03:26:49.977Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3601 | 2025-04-16T03:28:02.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3602 | 2025-04-16T03:28:02.325Z | |
| 3603 | 2025-04-16T03:28:02.325Z | info: running `cargo check --bins` on nexus-external-api (174/206) |
| 3604 | 2025-04-16T03:28:03.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2025-04-16T03:28:03.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2025-04-16T03:28:03.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2025-04-16T03:28:03.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 3608 | 2025-04-16T03:28:03.432Z | |
| 3609 | 2025-04-16T03:28:03.432Z | info: running `cargo check --bins` on nexus-internal-api (175/206) |
| 3610 | 2025-04-16T03:28:04.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2025-04-16T03:28:04.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2025-04-16T03:28:04.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2025-04-16T03:28:04.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3614 | 2025-04-16T03:28:04.461Z | |
| 3615 | 2025-04-16T03:28:04.461Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (176/206) |
| 3616 | 2025-04-16T03:28:05.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2025-04-16T03:28:05.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2025-04-16T03:28:05.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2025-04-16T03:28:05.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3620 | 2025-04-16T03:28:05.522Z | |
| 3621 | 2025-04-16T03:28:05.522Z | info: running `cargo check --bins` on nexus-networking (177/206) |
| 3622 | 2025-04-16T03:28:06.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2025-04-16T03:28:06.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2025-04-16T03:28:06.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2025-04-16T03:28:06.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3626 | 2025-04-16T03:28:06.586Z | |
| 3627 | 2025-04-16T03:28:06.586Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (178/206) |
| 3628 | 2025-04-16T03:28:07.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2025-04-16T03:28:07.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2025-04-16T03:28:07.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2025-04-16T03:28:07.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3632 | 2025-04-16T03:28:07.601Z | |
| 3633 | 2025-04-16T03:28:07.601Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (179/206) |
| 3634 | 2025-04-16T03:28:08.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2025-04-16T03:28:08.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2025-04-16T03:28:08.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2025-04-16T03:28:08.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3638 | 2025-04-16T03:28:08.621Z | |
| 3639 | 2025-04-16T03:28:08.621Z | info: running `cargo check --bins` on update-common (180/206) |
| 3640 | 2025-04-16T03:28:09.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2025-04-16T03:28:09.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2025-04-16T03:28:09.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2025-04-16T03:28:09.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 3644 | 2025-04-16T03:28:09.644Z | |
| 3645 | 2025-04-16T03:28:09.644Z | info: running `cargo check --bins` on omicron-dev (181/206) |
| 3646 | 2025-04-16T03:28:10.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2025-04-16T03:28:10.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2025-04-16T03:28:10.995Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3649 | 2025-04-16T03:28:11.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3650 | 2025-04-16T03:28:11.060Z | Checking yansi v1.0.1 |
| 3651 | 2025-04-16T03:28:11.060Z | Checking diff v0.1.13 |
| 3652 | 2025-04-16T03:28:11.087Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3653 | 2025-04-16T03:28:11.087Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3654 | 2025-04-16T03:28:11.575Z | Checking pretty_assertions v1.4.1 |
| 3655 | 2025-04-16T03:28:12.424Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3656 | 2025-04-16T03:28:53.440Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3657 | 2025-04-16T03:28:53.440Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3658 | 2025-04-16T03:28:53.440Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3659 | 2025-04-16T03:28:53.466Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3660 | 2025-04-16T03:28:53.466Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3661 | 2025-04-16T03:28:53.466Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3662 | 2025-04-16T03:28:54.500Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3663 | 2025-04-16T03:28:56.197Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3664 | 2025-04-16T03:29:59.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s |
| 3665 | 2025-04-16T03:30:00.211Z | |
| 3666 | 2025-04-16T03:30:00.211Z | info: running `cargo check --bins` on openapi-manager (182/206) |
| 3667 | 2025-04-16T03:30:01.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2025-04-16T03:30:01.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2025-04-16T03:30:01.325Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3670 | 2025-04-16T03:30:01.325Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3671 | 2025-04-16T03:30:01.380Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3672 | 2025-04-16T03:30:01.406Z | Checking heck v0.4.1 |
| 3673 | 2025-04-16T03:30:01.432Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3674 | 2025-04-16T03:30:01.621Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3675 | 2025-04-16T03:30:01.861Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3676 | 2025-04-16T03:30:02.782Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3677 | 2025-04-16T03:30:05.678Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3678 | 2025-04-16T03:30:07.786Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3679 | 2025-04-16T03:30:08.811Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3680 | 2025-04-16T03:30:10.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s |
| 3681 | 2025-04-16T03:30:10.795Z | |
| 3682 | 2025-04-16T03:30:10.795Z | info: running `cargo check --bins` on installinator-api (183/206) |
| 3683 | 2025-04-16T03:30:11.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2025-04-16T03:30:11.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2025-04-16T03:30:11.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2025-04-16T03:30:11.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3687 | 2025-04-16T03:30:11.796Z | |
| 3688 | 2025-04-16T03:30:11.796Z | info: running `cargo check --bins` on wicketd-api (184/206) |
| 3689 | 2025-04-16T03:30:12.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2025-04-16T03:30:12.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2025-04-16T03:30:12.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2025-04-16T03:30:12.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3693 | 2025-04-16T03:30:12.804Z | |
| 3694 | 2025-04-16T03:30:12.804Z | info: running `cargo check --bins` on omicron-pins (185/206) |
| 3695 | 2025-04-16T03:30:13.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2025-04-16T03:30:13.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2025-04-16T03:30:13.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2025-04-16T03:30:13.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3699 | 2025-04-16T03:30:13.765Z | |
| 3700 | 2025-04-16T03:30:13.765Z | info: running `cargo check --bins` on reconfigurator-cli (186/206) |
| 3701 | 2025-04-16T03:30:14.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2025-04-16T03:30:14.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2025-04-16T03:30:14.825Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3704 | 2025-04-16T03:30:14.826Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3705 | 2025-04-16T03:30:14.852Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3706 | 2025-04-16T03:30:14.852Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3707 | 2025-04-16T03:30:14.852Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3708 | 2025-04-16T03:30:14.852Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3709 | 2025-04-16T03:30:14.899Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3710 | 2025-04-16T03:30:14.940Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3711 | 2025-04-16T03:30:15.122Z | Compiling petname v2.0.2 |
| 3712 | 2025-04-16T03:30:15.149Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3713 | 2025-04-16T03:30:15.229Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3714 | 2025-04-16T03:30:15.500Z | Checking sync-ptr v0.1.1 |
| 3715 | 2025-04-16T03:30:15.526Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3716 | 2025-04-16T03:30:15.743Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3717 | 2025-04-16T03:30:16.890Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3718 | 2025-04-16T03:30:18.512Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3719 | 2025-04-16T03:30:33.188Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3720 | 2025-04-16T03:30:33.188Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3721 | 2025-04-16T03:30:34.043Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3722 | 2025-04-16T03:30:35.579Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3723 | 2025-04-16T03:30:37.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.23s |
| 3724 | 2025-04-16T03:30:38.197Z | |
| 3725 | 2025-04-16T03:30:38.197Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (187/206) |
| 3726 | 2025-04-16T03:30:39.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2025-04-16T03:30:39.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2025-04-16T03:30:39.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2025-04-16T03:30:39.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 3730 | 2025-04-16T03:30:39.256Z | |
| 3731 | 2025-04-16T03:30:39.256Z | info: running `cargo check --bins` on omicron-repl-utils (188/206) |
| 3732 | 2025-04-16T03:30:40.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2025-04-16T03:30:40.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2025-04-16T03:30:40.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2025-04-16T03:30:40.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3736 | 2025-04-16T03:30:40.186Z | |
| 3737 | 2025-04-16T03:30:40.186Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (189/206) |
| 3738 | 2025-04-16T03:30:41.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2025-04-16T03:30:41.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2025-04-16T03:30:41.323Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3741 | 2025-04-16T03:30:42.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 3742 | 2025-04-16T03:30:42.626Z | |
| 3743 | 2025-04-16T03:30:42.626Z | info: running `cargo check --bins` on omicron-releng (190/206) |
| 3744 | 2025-04-16T03:30:43.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2025-04-16T03:30:43.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2025-04-16T03:30:43.604Z | Compiling blake3 v1.5.4 |
| 3747 | 2025-04-16T03:30:43.630Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3748 | 2025-04-16T03:30:43.630Z | Checking memmap2 v0.9.5 |
| 3749 | 2025-04-16T03:30:43.630Z | Checking arrayref v0.3.9 |
| 3750 | 2025-04-16T03:30:43.656Z | Checking constant_time_eq v0.3.1 |
| 3751 | 2025-04-16T03:30:43.656Z | Checking arrayvec v0.7.6 |
| 3752 | 2025-04-16T03:30:43.682Z | Checking topological-sort v0.2.2 |
| 3753 | 2025-04-16T03:30:43.707Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3754 | 2025-04-16T03:30:43.820Z | Checking shell-words v1.1.0 |
| 3755 | 2025-04-16T03:30:44.274Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3756 | 2025-04-16T03:30:44.610Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3757 | 2025-04-16T03:30:45.168Z | Checking omicron-zone-package v0.12.0 |
| 3758 | 2025-04-16T03:30:46.680Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3759 | 2025-04-16T03:30:47.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
| 3760 | 2025-04-16T03:30:48.077Z | |
| 3761 | 2025-04-16T03:30:48.078Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (191/206) |
| 3762 | 2025-04-16T03:30:49.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2025-04-16T03:30:49.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2025-04-16T03:30:49.179Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3765 | 2025-04-16T03:30:49.562Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3766 | 2025-04-16T03:30:50.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
| 3767 | 2025-04-16T03:30:50.357Z | |
| 3768 | 2025-04-16T03:30:50.357Z | info: running `cargo check --bins` on xtask (192/206) |
| 3769 | 2025-04-16T03:30:51.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2025-04-16T03:30:51.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2025-04-16T03:30:51.099Z | Checking bitflags v2.9.0 |
| 3772 | 2025-04-16T03:30:51.099Z | Checking serde v1.0.219 |
| 3773 | 2025-04-16T03:30:51.099Z | Checking thiserror v1.0.69 |
| 3774 | 2025-04-16T03:30:51.142Z | Checking scroll v0.12.0 |
| 3775 | 2025-04-16T03:30:51.173Z | Checking hashbrown v0.15.1 |
| 3776 | 2025-04-16T03:30:51.199Z | Checking log v0.4.22 |
| 3777 | 2025-04-16T03:30:51.199Z | Checking zerocopy v0.7.35 |
| 3778 | 2025-04-16T03:30:51.225Z | Checking syn v2.0.98 |
| 3779 | 2025-04-16T03:30:51.292Z | Checking pest v2.7.14 |
| 3780 | 2025-04-16T03:30:51.390Z | Checking rustix v0.38.37 |
| 3781 | 2025-04-16T03:30:51.446Z | Checking once_cell v1.21.3 |
| 3782 | 2025-04-16T03:30:51.582Z | Checking goblin v0.8.2 |
| 3783 | 2025-04-16T03:30:51.736Z | Checking thiserror v2.0.12 |
| 3784 | 2025-04-16T03:30:51.880Z | Checking fs-err v2.11.0 |
| 3785 | 2025-04-16T03:30:52.057Z | Checking indexmap v2.7.1 |
| 3786 | 2025-04-16T03:30:52.174Z | Checking anyhow v1.0.97 |
| 3787 | 2025-04-16T03:30:52.272Z | Checking tabled v0.15.0 |
| 3788 | 2025-04-16T03:30:52.537Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3789 | 2025-04-16T03:30:52.988Z | Checking terminal_size v0.4.0 |
| 3790 | 2025-04-16T03:30:52.988Z | Checking tempfile v3.13.0 |
| 3791 | 2025-04-16T03:30:53.175Z | Checking clap_builder v4.5.35 |
| 3792 | 2025-04-16T03:30:53.453Z | Checking dtrace-parser v0.2.0 |
| 3793 | 2025-04-16T03:30:55.094Z | Checking serde_json v1.0.140 |
| 3794 | 2025-04-16T03:30:55.120Z | Checking serde_spanned v0.6.8 |
| 3795 | 2025-04-16T03:30:55.120Z | Checking toml_datetime v0.6.8 |
| 3796 | 2025-04-16T03:30:55.120Z | Checking camino v1.1.9 |
| 3797 | 2025-04-16T03:30:55.120Z | Checking cargo-platform v0.1.8 |
| 3798 | 2025-04-16T03:30:55.288Z | Checking semver v1.0.25 |
| 3799 | 2025-04-16T03:30:55.314Z | Checking macaddr v1.0.1 |
| 3800 | 2025-04-16T03:30:55.420Z | Checking toml_edit v0.22.24 |
| 3801 | 2025-04-16T03:30:55.653Z | Checking camino-tempfile v1.1.1 |
| 3802 | 2025-04-16T03:30:55.773Z | Checking clap v4.5.35 |
| 3803 | 2025-04-16T03:30:56.380Z | Checking dof v0.3.0 |
| 3804 | 2025-04-16T03:30:56.380Z | Checking cargo_metadata v0.19.2 |
| 3805 | 2025-04-16T03:30:56.893Z | Checking usdt-impl v0.5.0 |
| 3806 | 2025-04-16T03:30:57.390Z | Checking usdt v0.5.0 |
| 3807 | 2025-04-16T03:30:57.673Z | Checking toml v0.8.20 |
| 3808 | 2025-04-16T03:30:58.262Z | Checking cargo_toml v0.21.0 |
| 3809 | 2025-04-16T03:30:59.822Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3810 | 2025-04-16T03:31:00.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s |
| 3811 | 2025-04-16T03:31:00.821Z | |
| 3812 | 2025-04-16T03:31:00.821Z | info: running `cargo check --bins` on end-to-end-tests (193/206) |
| 3813 | 2025-04-16T03:31:01.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2025-04-16T03:31:01.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2025-04-16T03:31:02.025Z | Checking polyval v0.6.2 |
| 3816 | 2025-04-16T03:31:02.051Z | Checking ctr v0.9.2 |
| 3817 | 2025-04-16T03:31:02.081Z | Checking ssh-encoding v0.2.0 |
| 3818 | 2025-04-16T03:31:02.081Z | Checking blowfish v0.9.1 |
| 3819 | 2025-04-16T03:31:02.122Z | Checking password-hash v0.4.2 |
| 3820 | 2025-04-16T03:31:02.148Z | Checking p256 v0.13.2 |
| 3821 | 2025-04-16T03:31:02.148Z | Checking p521 v0.13.3 |
| 3822 | 2025-04-16T03:31:02.188Z | Checking russh-cryptovec v0.7.3 |
| 3823 | 2025-04-16T03:31:02.314Z | Checking ghash v0.5.1 |
| 3824 | 2025-04-16T03:31:02.349Z | Checking bcrypt-pbkdf v0.10.0 |
| 3825 | 2025-04-16T03:31:02.375Z | Checking md5 v0.7.0 |
| 3826 | 2025-04-16T03:31:02.402Z | Checking num-bigint v0.4.6 |
| 3827 | 2025-04-16T03:31:02.428Z | Checking des v0.8.1 |
| 3828 | 2025-04-16T03:31:02.491Z | Checking aes-gcm v0.10.3 |
| 3829 | 2025-04-16T03:31:02.545Z | Checking pbkdf2 v0.11.0 |
| 3830 | 2025-04-16T03:31:02.604Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3831 | 2025-04-16T03:31:02.630Z | Checking hex-literal v0.4.1 |
| 3832 | 2025-04-16T03:31:02.655Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3833 | 2025-04-16T03:31:02.681Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3834 | 2025-04-16T03:31:02.719Z | Checking ssh-cipher v0.2.0 |
| 3835 | 2025-04-16T03:31:02.776Z | Checking internet-checksum v0.2.1 |
| 3836 | 2025-04-16T03:31:02.996Z | Checking ssh-key v0.6.6 |
| 3837 | 2025-04-16T03:31:03.211Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3838 | 2025-04-16T03:31:04.359Z | Checking russh-keys v0.45.0 |
| 3839 | 2025-04-16T03:31:05.457Z | Checking russh v0.45.0 |
| 3840 | 2025-04-16T03:31:31.771Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3841 | 2025-04-16T03:31:33.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.76s |
| 3842 | 2025-04-16T03:31:33.811Z | |
| 3843 | 2025-04-16T03:31:33.811Z | info: running `cargo check --bins` on gateway-cli (194/206) |
| 3844 | 2025-04-16T03:31:34.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2025-04-16T03:31:34.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2025-04-16T03:31:34.777Z | Checking termios v0.3.3 |
| 3847 | 2025-04-16T03:31:34.979Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3848 | 2025-04-16T03:31:35.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
| 3849 | 2025-04-16T03:31:36.156Z | |
| 3850 | 2025-04-16T03:31:36.156Z | info: running `cargo check --bins --no-default-features` on installinator (195/206) |
| 3851 | 2025-04-16T03:31:37.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2025-04-16T03:31:37.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2025-04-16T03:31:37.229Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3854 | 2025-04-16T03:31:37.229Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3855 | 2025-04-16T03:31:37.229Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3856 | 2025-04-16T03:31:37.255Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3857 | 2025-04-16T03:31:38.322Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3858 | 2025-04-16T03:31:38.461Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3859 | 2025-04-16T03:31:40.708Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3860 | 2025-04-16T03:31:42.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
| 3861 | 2025-04-16T03:31:43.178Z | |
| 3862 | 2025-04-16T03:31:43.178Z | info: running `cargo check --bins` on internal-dns-cli (196/206) |
| 3863 | 2025-04-16T03:31:44.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2025-04-16T03:31:44.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2025-04-16T03:31:44.165Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3866 | 2025-04-16T03:31:44.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 3867 | 2025-04-16T03:31:44.880Z | |
| 3868 | 2025-04-16T03:31:44.880Z | info: running `cargo check --bins` on omicron-live-tests (197/206) |
| 3869 | 2025-04-16T03:31:45.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2025-04-16T03:31:45.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2025-04-16T03:31:45.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2025-04-16T03:31:45.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3873 | 2025-04-16T03:31:45.812Z | |
| 3874 | 2025-04-16T03:31:45.812Z | info: running `cargo check --bins` on live-tests-macros (198/206) |
| 3875 | 2025-04-16T03:31:46.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2025-04-16T03:31:46.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2025-04-16T03:31:46.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2025-04-16T03:31:46.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3879 | 2025-04-16T03:31:46.754Z | |
| 3880 | 2025-04-16T03:31:46.754Z | info: running `cargo check --bins` on nexus-mgs-updates (199/206) |
| 3881 | 2025-04-16T03:31:47.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2025-04-16T03:31:47.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2025-04-16T03:31:47.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2025-04-16T03:31:47.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3885 | 2025-04-16T03:31:47.682Z | |
| 3886 | 2025-04-16T03:31:47.682Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (200/206) |
| 3887 | 2025-04-16T03:31:48.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2025-04-16T03:31:48.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2025-04-16T03:31:48.757Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3890 | 2025-04-16T03:31:49.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 3891 | 2025-04-16T03:31:49.606Z | |
| 3892 | 2025-04-16T03:31:49.606Z | info: running `cargo check --bins` on omicron-package (201/206) |
| 3893 | 2025-04-16T03:31:50.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2025-04-16T03:31:50.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2025-04-16T03:31:50.650Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3896 | 2025-04-16T03:31:52.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s |
| 3897 | 2025-04-16T03:31:52.568Z | |
| 3898 | 2025-04-16T03:31:52.568Z | info: running `cargo check --bins` on wicket-dbg (202/206) |
| 3899 | 2025-04-16T03:31:53.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2025-04-16T03:31:53.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2025-04-16T03:31:53.655Z | Checking rtoolbox v0.0.2 |
| 3902 | 2025-04-16T03:31:53.655Z | Checking tui-tree-widget v0.23.0 |
| 3903 | 2025-04-16T03:31:53.655Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3904 | 2025-04-16T03:31:53.877Z | Checking rpassword v7.3.1 |
| 3905 | 2025-04-16T03:31:59.871Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3906 | 2025-04-16T03:32:03.851Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3907 | 2025-04-16T03:32:05.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s |
| 3908 | 2025-04-16T03:32:05.541Z | |
| 3909 | 2025-04-16T03:32:05.541Z | info: running `cargo check --bins` on wicket (203/206) |
| 3910 | 2025-04-16T03:32:06.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2025-04-16T03:32:06.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2025-04-16T03:32:06.610Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3913 | 2025-04-16T03:32:07.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 3914 | 2025-04-16T03:32:07.196Z | |
| 3915 | 2025-04-16T03:32:07.196Z | info: running `cargo check --bins` on wicketd (204/206) |
| 3916 | 2025-04-16T03:32:08.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2025-04-16T03:32:08.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2025-04-16T03:32:08.300Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3919 | 2025-04-16T03:32:13.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 3920 | 2025-04-16T03:32:13.725Z | |
| 3921 | 2025-04-16T03:32:13.725Z | info: running `cargo check --bins` on omicron-workspace-hack (205/206) |
| 3922 | 2025-04-16T03:32:14.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2025-04-16T03:32:14.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2025-04-16T03:32:14.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3925 | 2025-04-16T03:32:14.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3926 | 2025-04-16T03:32:14.642Z | |
| 3927 | 2025-04-16T03:32:14.642Z | info: running `cargo check --bins` on zone-setup (206/206) |
| 3928 | 2025-04-16T03:32:15.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2025-04-16T03:32:15.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2025-04-16T03:32:15.646Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3931 | 2025-04-16T03:32:15.672Z | Checking uzers v0.12.1 |
| 3932 | 2025-04-16T03:32:17.981Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3933 | 2025-04-16T03:32:20.876Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3934 | 2025-04-16T03:32:22.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s |
| 3935 | 2025-04-16T03:32:22.295Z | |
| 3936 | 2025-04-16T03:32:22.295Z | real 18:17.578582993 |
| 3937 | 2025-04-16T03:32:22.295Z | user 30:33.163308580 |
| 3938 | 2025-04-16T03:32:22.295Z | sys 5:26.498508653 |
| 3939 | 2025-04-16T03:32:22.296Z | trap 0.780518044 |
| 3940 | 2025-04-16T03:32:22.322Z | tflt 0.405403303 |
| 3941 | 2025-04-16T03:32:22.322Z | dflt 1.645778757 |
| 3942 | 2025-04-16T03:32:22.322Z | kflt 0.000847224 |
| 3943 | 2025-04-16T03:32:22.322Z | lock 54:58.352170593 |
| 3944 | 2025-04-16T03:32:22.322Z | slp 2:41:37.839521905 |
| 3945 | 2025-04-16T03:32:22.322Z | lat 1:09.118402458 |
| 3946 | 2025-04-16T03:32:22.322Z | stop 3:40.881486667 |
| 3947 | 2025-04-16T03:32:22.322Z | process exited: duration 1446846 ms, exit code 0 |
| |
| 3948 | 2025-04-16T03:32:22.375Z | found 0 output files |