|
|
|
| 1 | 2025-01-25T02:52:54.493Z | job assigned to worker 01JJDNZCB02H9TQ2DP9K4X5VE3 [factory aws, i-07dc90949cb9a8d58] (queued for 10 m 22 s) |
| |
| 2 | 2025-01-25T02:53:01.880Z | starting task 0: "setup" |
| 3 | 2025-01-25T02:53:01.890Z | ++ uname -s |
| 4 | 2025-01-25T02:53:01.892Z | + kern=SunOS |
| 5 | 2025-01-25T02:53:01.892Z | + case "$kern" in |
| 6 | 2025-01-25T02:53:01.892Z | + groupadd -g 12345 build |
| 7 | 2025-01-25T02:53:01.895Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-25T02:53:03.903Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-25T02:53:04.013Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-25T02:53:04.016Z | + home_fs=zfs |
| 11 | 2025-01-25T02:53:04.016Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-25T02:53:04.016Z | + mkdir -p /home/build |
| 13 | 2025-01-25T02:53:04.019Z | + chown build:build /home/build /work |
| 14 | 2025-01-25T02:53:06.020Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-25T02:53:06.023Z | process exited: duration 4144 ms, exit code 0 |
| |
| 16 | 2025-01-25T02:53:06.029Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-25T02:53:06.035Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-25T02:53:06.035Z | ' 1.84.0 |
| 19 | 2025-01-25T02:53:06.038Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-25T02:53:06.038Z | * toolchain profile = "default" |
| 21 | 2025-01-25T02:53:06.038Z | + printf ' * toolchain profile = "%s" |
| 22 | 2025-01-25T02:53:06.038Z | ' default |
| 23 | 2025-01-25T02:53:06.038Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-25T02:53:06.038Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-25T02:53:06.157Z | info: downloading installer |
| 26 | 2025-01-25T02:53:07.697Z | info: profile set to 'default' |
| 27 | 2025-01-25T02:53:07.697Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-25T02:53:07.700Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-25T02:53:07.869Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-25T02:53:07.869Z | info: downloading component 'cargo' |
| 31 | 2025-01-25T02:53:08.915Z | info: downloading component 'clippy' |
| 32 | 2025-01-25T02:53:09.302Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-25T02:53:10.695Z | info: downloading component 'rust-std' |
| 34 | 2025-01-25T02:53:12.758Z | info: downloading component 'rustc' |
| 35 | 2025-01-25T02:53:20.671Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-25T02:53:20.970Z | info: installing component 'cargo' |
| 37 | 2025-01-25T02:53:21.788Z | info: installing component 'clippy' |
| 38 | 2025-01-25T02:53:22.165Z | info: installing component 'rust-docs' |
| 39 | 2025-01-25T02:53:23.824Z | info: installing component 'rust-std' |
| 40 | 2025-01-25T02:53:25.517Z | info: installing component 'rustc' |
| 41 | 2025-01-25T02:53:31.529Z | info: installing component 'rustfmt' |
| 42 | 2025-01-25T02:53:31.867Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-25T02:53:31.867Z | |
| 44 | 2025-01-25T02:53:32.256Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-25T02:53:32.256Z | |
| 46 | 2025-01-25T02:53:32.258Z | |
| 47 | 2025-01-25T02:53:32.258Z | Rust is installed now. Great! |
| 48 | 2025-01-25T02:53:32.258Z | |
| 49 | 2025-01-25T02:53:32.258Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-25T02:53:32.258Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-25T02:53:32.258Z | |
| 52 | 2025-01-25T02:53:32.259Z | To configure your current shell, you need to source |
| 53 | 2025-01-25T02:53:32.259Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-25T02:53:32.259Z | |
| 55 | 2025-01-25T02:53:32.259Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-25T02:53:32.259Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-25T02:53:32.259Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-25T02:53:32.335Z | + rustc --version |
| 59 | 2025-01-25T02:53:32.402Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-25T02:53:32.405Z | process exited: duration 26374 ms, exit code 0 |
| |
| 61 | 2025-01-25T02:53:32.411Z | starting task 2: "authentication" |
| 62 | 2025-01-25T02:53:32.432Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2025-01-25T02:53:32.438Z | starting task 3: "clone repository" |
| 64 | 2025-01-25T02:53:32.443Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-25T02:53:32.445Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-25T02:53:32.486Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-25T02:53:40.391Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-25T02:53:40.395Z | + git fetch origin d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 69 | 2025-01-25T02:53:40.667Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-25T02:53:40.667Z | * branch d4abe9a79e125ced53e6670ed395f80661ae9e20 -> FETCH_HEAD |
| 71 | 2025-01-25T02:53:40.676Z | + [[ -n new-diff-who-dis ]] |
| 72 | 2025-01-25T02:53:40.679Z | ++ git branch --show-current |
| 73 | 2025-01-25T02:53:40.690Z | + current=main |
| 74 | 2025-01-25T02:53:40.690Z | + [[ main != new-diff-who-dis ]] |
| 75 | 2025-01-25T02:53:40.690Z | + git branch -f new-diff-who-dis d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 76 | 2025-01-25T02:53:40.693Z | + git checkout -f new-diff-who-dis |
| 77 | 2025-01-25T02:53:40.856Z | Switched to branch 'new-diff-who-dis' |
| 78 | 2025-01-25T02:53:40.858Z | + git reset --hard d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 79 | 2025-01-25T02:53:40.905Z | HEAD is now at d4abe9a79 New `BlueprintDiff` implementation |
| 80 | 2025-01-25T02:53:40.908Z | process exited: duration 8468 ms, exit code 0 |
| |
| 81 | 2025-01-25T02:53:40.915Z | starting task 4: "build" |
| 82 | 2025-01-25T02:53:40.921Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-25T02:53:40.921Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-25T02:53:40.924Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-25T02:53:40.924Z | + cargo --version |
| 86 | 2025-01-25T02:53:40.979Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-25T02:53:40.983Z | + rustc --version |
| 88 | 2025-01-25T02:53:41.042Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-25T02:53:41.045Z | + source ./env.sh |
| 90 | 2025-01-25T02:53:41.045Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2025-01-25T02:53:41.045Z | ++ set -o xtrace |
| 92 | 2025-01-25T02:53:41.047Z | ++++ dirname ./env.sh |
| 93 | 2025-01-25T02:53:41.050Z | +++ readlink -f . |
| 94 | 2025-01-25T02:53:41.053Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2025-01-25T02:53:41.053Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2025-01-25T02:53:41.053Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2025-01-25T02:53:41.053Z | ++ 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 |
| 98 | 2025-01-25T02:53:41.053Z | ++ 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 |
| 99 | 2025-01-25T02:53:41.053Z | ++ 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 |
| 100 | 2025-01-25T02:53:41.053Z | ++ 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 |
| 101 | 2025-01-25T02:53:41.053Z | ++ 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 |
| 102 | 2025-01-25T02:53:41.053Z | ++ 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 |
| 103 | 2025-01-25T02:53:41.053Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2025-01-25T02:53:41.053Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2025-01-25T02:53:41.053Z | + 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 |
| 106 | 2025-01-25T02:53:41.053Z | + 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 |
| 107 | 2025-01-25T02:53:41.053Z | + banner prerequisites |
| 108 | 2025-01-25T02:53:41.056Z | |
| 109 | 2025-01-25T02:53:41.056Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2025-01-25T02:53:41.056Z | # # # # # # # # # # # # # # # |
| 111 | 2025-01-25T02:53:41.056Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2025-01-25T02:53:41.056Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2025-01-25T02:53:41.056Z | # # # # # # # # # # # # # # # |
| 114 | 2025-01-25T02:53:41.056Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2025-01-25T02:53:41.056Z | |
| 116 | 2025-01-25T02:53:41.056Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2025-01-25T02:53:42.726Z | pkg list: illegal option -- F |
| 118 | 2025-01-25T02:53:42.726Z | Usage: |
| 119 | 2025-01-25T02:53:42.730Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-01-25T02:53:42.730Z | [pkg_fmri_pattern ...] |
| 121 | 2025-01-25T02:53:43.553Z | pkg list: illegal option -- F |
| 122 | 2025-01-25T02:53:43.554Z | Usage: |
| 123 | 2025-01-25T02:53:43.556Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 124 | 2025-01-25T02:53:43.556Z | [pkg_fmri_pattern ...] |
| 125 | 2025-01-25T02:53:49.946Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 126 | 2025-01-25T02:53:54.038Z | Startup: Caching catalogs ... Done |
| 127 | 2025-01-25T02:54:05.323Z | Planning: Solver setup ... Done (10.476s) |
| 128 | 2025-01-25T02:54:05.469Z | Planning: Running solver ... Done (0.146s) |
| 129 | 2025-01-25T02:54:05.583Z | Planning: Finding local manifests ... Done (0.007s) |
| 130 | 2025-01-25T02:54:05.595Z | Planning: Fetching manifests: 0/7 0% complete |
| 131 | 2025-01-25T02:54:06.332Z | Planning: Fetching manifests: 7/7 100% complete |
| 132 | 2025-01-25T02:54:06.440Z | Planning: Package planning ... Done (0.108s) |
| 133 | 2025-01-25T02:54:06.497Z | Planning: Merging actions ... Done (0.057s) |
| 134 | 2025-01-25T02:54:06.688Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 135 | 2025-01-25T02:54:08.922Z | Planning: Consolidating action changes ... Done (2.234s) |
| 136 | 2025-01-25T02:54:09.363Z | Planning: Evaluating mediators ... Done (0.441s) |
| 137 | 2025-01-25T02:54:09.443Z | Planning: Planning completed in 15.31 seconds |
| 138 | 2025-01-25T02:54:09.468Z | Packages to install: 4 |
| 139 | 2025-01-25T02:54:09.469Z | Packages to update: 3 |
| 140 | 2025-01-25T02:54:09.533Z | Mediators to change: 2 |
| 141 | 2025-01-25T02:54:09.533Z | Services to change: 1 |
| 142 | 2025-01-25T02:54:09.533Z | Estimated space available: 155.61 GB |
| 143 | 2025-01-25T02:54:09.533Z | Estimated space to be consumed: 1.64 GB |
| 144 | 2025-01-25T02:54:09.533Z | Create boot environment: No |
| 145 | 2025-01-25T02:54:09.533Z | Create backup boot environment: Yes |
| 146 | 2025-01-25T02:54:09.533Z | Rebuild boot archive: No |
| 147 | 2025-01-25T02:54:09.533Z | |
| 148 | 2025-01-25T02:54:09.533Z | Changed mediators: |
| 149 | 2025-01-25T02:54:09.533Z | mediator clang: |
| 150 | 2025-01-25T02:54:09.533Z | version: None -> 15 (system default) |
| 151 | 2025-01-25T02:54:09.534Z | |
| 152 | 2025-01-25T02:54:09.534Z | mediator llvm: |
| 153 | 2025-01-25T02:54:09.534Z | version: 14 (system default) -> 15 (system default) |
| 154 | 2025-01-25T02:54:09.534Z | |
| 155 | 2025-01-25T02:54:09.534Z | Changed packages: |
| 156 | 2025-01-25T02:54:09.534Z | helios-dev |
| 157 | 2025-01-25T02:54:09.534Z | developer/build-essential |
| 158 | 2025-01-25T02:54:09.534Z | None -> 11-2.0 |
| 159 | 2025-01-25T02:54:09.534Z | library/libxmlsec1 |
| 160 | 2025-01-25T02:54:09.534Z | None -> 1.2.35-2.0 |
| 161 | 2025-01-25T02:54:09.534Z | ooce/developer/clang-15 |
| 162 | 2025-01-25T02:54:09.534Z | None -> 15.0.7-2.0 |
| 163 | 2025-01-25T02:54:09.534Z | ooce/developer/llvm-15 |
| 164 | 2025-01-25T02:54:09.534Z | None -> 15.0.7-2.0 |
| 165 | 2025-01-25T02:54:09.534Z | package/pkg |
| 166 | 2025-01-25T02:54:09.535Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 167 | 2025-01-25T02:54:09.535Z | system/library/g++-runtime |
| 168 | 2025-01-25T02:54:09.535Z | 13-2.0 -> 14-2.0 |
| 169 | 2025-01-25T02:54:09.535Z | system/library/gcc-runtime |
| 170 | 2025-01-25T02:54:09.535Z | 13-2.0 -> 14-2.0 |
| 171 | 2025-01-25T02:54:09.535Z | |
| 172 | 2025-01-25T02:54:09.535Z | Services: |
| 173 | 2025-01-25T02:54:09.535Z | restart_fmri: |
| 174 | 2025-01-25T02:54:09.535Z | svc:/system/update-man-index:default |
| 175 | 2025-01-25T02:54:09.535Z | |
| 176 | 2025-01-25T02:54:09.535Z | Editable files to change: |
| 177 | 2025-01-25T02:54:09.535Z | Update: |
| 178 | 2025-01-25T02:54:09.536Z | usr/share/lib/pkg/web/config.shtml |
| 179 | 2025-01-25T02:54:09.560Z | |
| 180 | 2025-01-25T02:54:09.560Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 181 | 2025-01-25T02:54:14.545Z | Download: 1258/4301 items 100.2/225.4MB 44% complete (20.0M/s) |
| 182 | 2025-01-25T02:54:19.547Z | Download: 2347/4301 items 119.9/225.4MB 53% complete (12.2M/s) |
| 183 | 2025-01-25T02:54:24.975Z | Download: 3279/4301 items 210.7/225.4MB 93% complete (11.8M/s) |
| 184 | 2025-01-25T02:54:29.978Z | Download: 3333/4301 items 212.7/225.4MB 94% complete (9.3M/s) |
| 185 | 2025-01-25T02:54:35.163Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (2.4M/s) |
| 186 | 2025-01-25T02:54:44.058Z | Download: 4207/4301 items 220.6/225.4MB 97% complete |
| 187 | 2025-01-25T02:54:56.747Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
| 188 | 2025-01-25T02:54:57.409Z | Download: Completed 225.42 MB in 47.79 seconds (4.7M/s) |
| 189 | 2025-01-25T02:54:59.363Z | Actions: 1/5122 actions (Removing old actions) |
| 190 | 2025-01-25T02:54:59.386Z | Actions: 194/5122 actions (Installing new actions) |
| 191 | 2025-01-25T02:55:04.176Z | Actions: 4267/5122 actions (Updating modified actions) |
| 192 | 2025-01-25T02:55:04.527Z | Actions: Completed 5122 actions in 5.16 seconds. |
| 193 | 2025-01-25T02:55:04.964Z | Done (0.430s) |
| 194 | 2025-01-25T02:55:04.967Z | Done (0.002s) |
| 195 | 2025-01-25T02:55:05.555Z | Done (0.588s) |
| 196 | 2025-01-25T02:55:10.006Z | Done (4.217s) |
| 197 | 2025-01-25T02:55:10.091Z | Done (0.019s) |
| 198 | 2025-01-25T02:55:10.093Z | Done (0.000s) |
| 199 | 2025-01-25T02:55:10.334Z | Done (0.000s) |
| 200 | 2025-01-25T02:55:11.032Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2025-01-25T02:55:11.193Z | Planning: Checking for conflicting actions ... Done |
| 202 | 2025-01-25T02:55:11.196Z | Planning: Consolidating action changes ... Done |
| 203 | 2025-01-25T02:55:11.469Z | Planning: Evaluating mediators ... Done |
| 204 | 2025-01-25T02:55:11.471Z | Planning: Planning completed in 0.44 seconds |
| 205 | 2025-01-25T02:55:11.512Z | Mediators to change: 2 |
| 206 | 2025-01-25T02:55:11.512Z | Create boot environment: No |
| 207 | 2025-01-25T02:55:11.514Z | Create backup boot environment: No |
| 208 | 2025-01-25T02:55:11.613Z | Done |
| 209 | 2025-01-25T02:55:11.613Z | Done |
| 210 | 2025-01-25T02:55:12.015Z | Done |
| 211 | 2025-01-25T02:55:15.605Z | Done |
| 212 | 2025-01-25T02:55:15.694Z | Done |
| 213 | 2025-01-25T02:55:15.696Z | Done |
| 214 | 2025-01-25T02:55:15.834Z | Done |
| 215 | 2025-01-25T02:55:16.446Z | Planning: Evaluating mediator changes ... Done |
| 216 | 2025-01-25T02:55:16.448Z | Planning: Merging actions ... Done |
| 217 | 2025-01-25T02:55:16.637Z | Planning: Checking for conflicting actions ... Done |
| 218 | 2025-01-25T02:55:16.639Z | Planning: Consolidating action changes ... Done |
| 219 | 2025-01-25T02:55:16.912Z | Planning: Evaluating mediators ... Done |
| 220 | 2025-01-25T02:55:16.969Z | Planning: Planning completed in 0.77 seconds |
| 221 | 2025-01-25T02:55:17.013Z | Packages to change: 1 |
| 222 | 2025-01-25T02:55:17.013Z | Mediators to change: 1 |
| 223 | 2025-01-25T02:55:17.016Z | Services to change: 1 |
| 224 | 2025-01-25T02:55:17.016Z | Create boot environment: No |
| 225 | 2025-01-25T02:55:17.016Z | Create backup boot environment: Yes |
| 226 | 2025-01-25T02:55:19.415Z | Actions: 1/6 actions (Updating modified actions) |
| 227 | 2025-01-25T02:55:19.418Z | Actions: Completed 6 actions in 0.00 seconds. |
| 228 | 2025-01-25T02:55:19.418Z | Done |
| 229 | 2025-01-25T02:55:19.418Z | Done |
| 230 | 2025-01-25T02:55:19.535Z | Done |
| 231 | 2025-01-25T02:55:23.198Z | Done |
| 232 | 2025-01-25T02:55:23.287Z | Done |
| 233 | 2025-01-25T02:55:23.290Z | Done |
| 234 | 2025-01-25T02:55:23.440Z | Done |
| 235 | 2025-01-25T02:55:23.973Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 236 | 2025-01-25T02:55:23.973Z | clang system 15 system |
| 237 | 2025-01-25T02:55:23.973Z | csh system system illumos |
| 238 | 2025-01-25T02:55:23.973Z | ctags system system illumos |
| 239 | 2025-01-25T02:55:23.973Z | gcc vendor 12 vendor |
| 240 | 2025-01-25T02:55:23.973Z | gcc system 10 system |
| 241 | 2025-01-25T02:55:23.973Z | gcc system 7 system |
| 242 | 2025-01-25T02:55:23.973Z | go system 1.20 system |
| 243 | 2025-01-25T02:55:23.973Z | go system 1.19 system |
| 244 | 2025-01-25T02:55:23.973Z | llvm system 15 system |
| 245 | 2025-01-25T02:55:23.973Z | llvm system 14 system |
| 246 | 2025-01-25T02:55:23.973Z | mariadb system 10.6 system |
| 247 | 2025-01-25T02:55:23.973Z | mta vendor vendor dma |
| 248 | 2025-01-25T02:55:23.973Z | openjdk system 17 system |
| 249 | 2025-01-25T02:55:23.973Z | openjdk system 11 system |
| 250 | 2025-01-25T02:55:23.973Z | openjdk system 1.8 system |
| 251 | 2025-01-25T02:55:23.973Z | openssl vendor 3 vendor |
| 252 | 2025-01-25T02:55:23.974Z | perl system 5.36 system |
| 253 | 2025-01-25T02:55:23.974Z | postgresql system 15 system |
| 254 | 2025-01-25T02:55:23.974Z | postgresql system 13 system |
| 255 | 2025-01-25T02:55:23.974Z | python vendor 3 vendor |
| 256 | 2025-01-25T02:55:23.974Z | python system 2 system |
| 257 | 2025-01-25T02:55:23.974Z | python3 system 3.11 system |
| 258 | 2025-01-25T02:55:23.974Z | ruby system 3.0 system |
| 259 | 2025-01-25T02:55:23.974Z | words vendor vendor american-english |
| 260 | 2025-01-25T02:55:23.974Z | words system system australian-english |
| 261 | 2025-01-25T02:55:23.974Z | words system system british-english |
| 262 | 2025-01-25T02:55:23.974Z | words system system canadian-english |
| 263 | 2025-01-25T02:55:23.974Z | words system system french |
| 264 | 2025-01-25T02:55:23.974Z | words system system italian |
| 265 | 2025-01-25T02:55:23.974Z | words system system ngerman |
| 266 | 2025-01-25T02:55:23.974Z | words system system ogerman |
| 267 | 2025-01-25T02:55:23.974Z | words system system spanish |
| 268 | 2025-01-25T02:55:24.196Z | PUBLISHER TYPE STATUS P LOCATION |
| 269 | 2025-01-25T02:55:24.196Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 270 | 2025-01-25T02:55:27.510Z | FMRI IFO |
| 271 | 2025-01-25T02:55:27.510Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 272 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 273 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 274 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 275 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 276 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 277 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 278 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 279 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 280 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 281 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 282 | 2025-01-25T02:55:27.511Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 283 | 2025-01-25T02:55:27.512Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 284 | 2025-01-25T02:55:27.512Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 285 | 2025-01-25T02:55:27.512Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 286 | 2025-01-25T02:55:27.709Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 287 | 2025-01-25T02:55:27.971Z | Updating crates.io index |
| 288 | 2025-01-25T02:55:28.019Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 289 | 2025-01-25T02:55:28.305Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 290 | 2025-01-25T02:55:28.820Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 291 | 2025-01-25T02:55:29.122Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 292 | 2025-01-25T02:55:29.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 293 | 2025-01-25T02:55:29.673Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 294 | 2025-01-25T02:55:30.808Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 295 | 2025-01-25T02:55:32.459Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 296 | 2025-01-25T02:55:33.091Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 297 | 2025-01-25T02:55:33.784Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2025-01-25T02:55:34.056Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2025-01-25T02:55:34.421Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 300 | 2025-01-25T02:55:35.068Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 301 | 2025-01-25T02:55:35.386Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2025-01-25T02:55:35.688Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-01-25T02:55:35.940Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-01-25T02:55:36.241Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-01-25T02:55:36.504Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-01-25T02:55:36.808Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 307 | 2025-01-25T02:55:37.113Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-01-25T02:55:37.518Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 309 | 2025-01-25T02:55:37.800Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-01-25T02:55:38.379Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2025-01-25T02:55:38.650Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 312 | 2025-01-25T02:55:39.098Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-01-25T02:55:39.514Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 314 | 2025-01-25T02:55:39.808Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-01-25T02:55:40.061Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-01-25T02:55:40.345Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-01-25T02:55:41.713Z | Downloading crates ... |
| 318 | 2025-01-25T02:55:41.784Z | Downloaded anstream v0.6.15 |
| 319 | 2025-01-25T02:55:41.791Z | Downloaded anstyle v1.0.10 |
| 320 | 2025-01-25T02:55:41.793Z | Downloaded anstyle-parse v0.2.5 |
| 321 | 2025-01-25T02:55:41.796Z | Downloaded anstyle-query v1.1.1 |
| 322 | 2025-01-25T02:55:41.796Z | Downloaded autocfg v1.4.0 |
| 323 | 2025-01-25T02:55:41.799Z | Downloaded bitflags v2.6.0 |
| 324 | 2025-01-25T02:55:41.803Z | Downloaded bytecount v0.6.8 |
| 325 | 2025-01-25T02:55:41.805Z | Downloaded byteorder v1.5.0 |
| 326 | 2025-01-25T02:55:41.808Z | Downloaded camino v1.1.9 |
| 327 | 2025-01-25T02:55:41.808Z | Downloaded block-buffer v0.10.4 |
| 328 | 2025-01-25T02:55:41.811Z | Downloaded cargo-platform v0.1.8 |
| 329 | 2025-01-25T02:55:41.811Z | Downloaded camino-tempfile v1.1.1 |
| 330 | 2025-01-25T02:55:41.814Z | Downloaded cfg-if v1.0.0 |
| 331 | 2025-01-25T02:55:41.814Z | Downloaded cargo_metadata v0.18.1 |
| 332 | 2025-01-25T02:55:41.816Z | Downloaded clap v4.5.21 |
| 333 | 2025-01-25T02:55:41.828Z | Downloaded clap_builder v4.5.21 |
| 334 | 2025-01-25T02:55:41.834Z | Downloaded equivalent v1.0.1 |
| 335 | 2025-01-25T02:55:41.837Z | Downloaded digest v0.10.7 |
| 336 | 2025-01-25T02:55:41.837Z | Downloaded crypto-common v0.1.6 |
| 337 | 2025-01-25T02:55:41.840Z | Downloaded errno v0.3.9 |
| 338 | 2025-01-25T02:55:41.840Z | Downloaded cpufeatures v0.2.14 |
| 339 | 2025-01-25T02:55:41.840Z | Downloaded generic-array v0.14.7 |
| 340 | 2025-01-25T02:55:41.843Z | Downloaded fnv v1.0.7 |
| 341 | 2025-01-25T02:55:41.843Z | Downloaded fastrand v2.1.1 |
| 342 | 2025-01-25T02:55:41.843Z | Downloaded colorchoice v1.0.2 |
| 343 | 2025-01-25T02:55:41.846Z | Downloaded clap_lex v0.7.2 |
| 344 | 2025-01-25T02:55:41.846Z | Downloaded clap_derive v4.5.18 |
| 345 | 2025-01-25T02:55:41.853Z | Downloaded goblin v0.8.2 |
| 346 | 2025-01-25T02:55:41.858Z | Downloaded heck v0.5.0 |
| 347 | 2025-01-25T02:55:41.861Z | Downloaded heck v0.4.1 |
| 348 | 2025-01-25T02:55:41.864Z | Downloaded indexmap v2.7.0 |
| 349 | 2025-01-25T02:55:41.866Z | Downloaded itoa v1.0.11 |
| 350 | 2025-01-25T02:55:41.866Z | Downloaded is_terminal_polyfill v1.70.1 |
| 351 | 2025-01-25T02:55:41.908Z | Downloaded log v0.4.22 |
| 352 | 2025-01-25T02:55:41.916Z | Downloaded memchr v2.7.4 |
| 353 | 2025-01-25T02:55:41.920Z | Downloaded once_cell v1.20.2 |
| 354 | 2025-01-25T02:55:41.925Z | Downloaded pest v2.7.14 |
| 355 | 2025-01-25T02:55:41.930Z | Downloaded pest_generator v2.7.14 |
| 356 | 2025-01-25T02:55:41.933Z | Downloaded pest_derive v2.7.14 |
| 357 | 2025-01-25T02:55:41.935Z | Downloaded plain v0.2.3 |
| 358 | 2025-01-25T02:55:41.936Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2025-01-25T02:55:41.936Z | Downloaded proc-macro-error v1.0.4 |
| 360 | 2025-01-25T02:55:41.938Z | Downloaded proc-macro2 v1.0.92 |
| 361 | 2025-01-25T02:55:41.941Z | Downloaded pest_meta v2.7.14 |
| 362 | 2025-01-25T02:55:41.943Z | Downloaded quote v1.0.38 |
| 363 | 2025-01-25T02:55:41.967Z | Downloaded rustix v0.38.37 |
| 364 | 2025-01-25T02:55:41.988Z | Downloaded smawk v0.3.2 |
| 365 | 2025-01-25T02:55:41.990Z | Downloaded sha2 v0.10.8 |
| 366 | 2025-01-25T02:55:41.993Z | Downloaded serde_spanned v0.6.8 |
| 367 | 2025-01-25T02:55:41.993Z | Downloaded serde_derive v1.0.217 |
| 368 | 2025-01-25T02:55:41.996Z | Downloaded serde v1.0.217 |
| 369 | 2025-01-25T02:55:41.999Z | Downloaded strsim v0.11.1 |
| 370 | 2025-01-25T02:55:41.999Z | Downloaded scroll_derive v0.12.0 |
| 371 | 2025-01-25T02:55:42.004Z | Downloaded scroll v0.12.0 |
| 372 | 2025-01-25T02:55:42.004Z | Downloaded ryu v1.0.18 |
| 373 | 2025-01-25T02:55:42.016Z | Downloaded syn v2.0.96 |
| 374 | 2025-01-25T02:55:42.036Z | Downloaded syn v1.0.109 |
| 375 | 2025-01-25T02:55:42.047Z | Downloaded thiserror-impl v1.0.69 |
| 376 | 2025-01-25T02:55:42.050Z | Downloaded thiserror v1.0.69 |
| 377 | 2025-01-25T02:55:42.053Z | Downloaded toml_datetime v0.6.8 |
| 378 | 2025-01-25T02:55:42.053Z | Downloaded toml v0.8.19 |
| 379 | 2025-01-25T02:55:42.056Z | Downloaded textwrap v0.16.1 |
| 380 | 2025-01-25T02:55:42.058Z | Downloaded toml_edit v0.22.22 |
| 381 | 2025-01-25T02:55:42.078Z | Downloaded unicode-linebreak v0.1.5 |
| 382 | 2025-01-25T02:55:42.081Z | Downloaded unicode-ident v1.0.14 |
| 383 | 2025-01-25T02:55:42.084Z | Downloaded ucd-trie v0.1.7 |
| 384 | 2025-01-25T02:55:42.084Z | Downloaded typenum v1.17.0 |
| 385 | 2025-01-25T02:55:42.087Z | Downloaded tempfile v3.13.0 |
| 386 | 2025-01-25T02:55:42.097Z | Downloaded unicode-width v0.1.14 |
| 387 | 2025-01-25T02:55:42.102Z | Downloaded version_check v0.9.5 |
| 388 | 2025-01-25T02:55:42.104Z | Downloaded utf8parse v0.2.2 |
| 389 | 2025-01-25T02:55:42.108Z | Downloaded winnow v0.6.20 |
| 390 | 2025-01-25T02:55:42.121Z | Downloaded zerocopy v0.7.35 |
| 391 | 2025-01-25T02:55:42.137Z | Downloaded zerocopy-derive v0.7.35 |
| 392 | 2025-01-25T02:55:42.149Z | Downloaded libc v0.2.169 |
| 393 | 2025-01-25T02:55:42.171Z | Downloaded pretty-hex v0.4.1 |
| 394 | 2025-01-25T02:55:42.174Z | Downloaded papergrid v0.11.0 |
| 395 | 2025-01-25T02:55:42.176Z | Downloaded memmap v0.7.0 |
| 396 | 2025-01-25T02:55:42.179Z | Downloaded fs-err v2.11.0 |
| 397 | 2025-01-25T02:55:42.179Z | Downloaded cargo_toml v0.20.5 |
| 398 | 2025-01-25T02:55:42.182Z | Downloaded anyhow v1.0.93 |
| 399 | 2025-01-25T02:55:42.187Z | Downloaded terminal_size v0.4.0 |
| 400 | 2025-01-25T02:55:42.187Z | Downloaded thread-id v4.2.2 |
| 401 | 2025-01-25T02:55:42.187Z | Downloaded hashbrown v0.15.1 |
| 402 | 2025-01-25T02:55:42.190Z | Downloaded tabled_derive v0.7.0 |
| 403 | 2025-01-25T02:55:42.193Z | Downloaded dtrace-parser v0.2.0 |
| 404 | 2025-01-25T02:55:42.193Z | Downloaded dof v0.3.0 |
| 405 | 2025-01-25T02:55:42.195Z | Downloaded serde_json v1.0.135 |
| 406 | 2025-01-25T02:55:42.211Z | Downloaded tabled v0.15.0 |
| 407 | 2025-01-25T02:55:42.224Z | Downloaded usdt-macro v0.5.0 |
| 408 | 2025-01-25T02:55:42.227Z | Downloaded swrite v0.1.0 |
| 409 | 2025-01-25T02:55:42.227Z | Downloaded usdt-impl v0.5.0 |
| 410 | 2025-01-25T02:55:42.227Z | Downloaded semver v1.0.24 |
| 411 | 2025-01-25T02:55:42.230Z | Downloaded macaddr v1.0.1 |
| 412 | 2025-01-25T02:55:42.230Z | Downloaded usdt-attr-macro v0.5.0 |
| 413 | 2025-01-25T02:55:42.233Z | Downloaded usdt v0.5.0 |
| 414 | 2025-01-25T02:55:42.233Z | Downloaded serde_tokenstream v0.2.2 |
| 415 | 2025-01-25T02:55:42.519Z | Compiling proc-macro2 v1.0.92 |
| 416 | 2025-01-25T02:55:42.519Z | Compiling unicode-ident v1.0.14 |
| 417 | 2025-01-25T02:55:42.522Z | Compiling serde v1.0.217 |
| 418 | 2025-01-25T02:55:42.522Z | Compiling version_check v0.9.5 |
| 419 | 2025-01-25T02:55:42.522Z | Compiling memchr v2.7.4 |
| 420 | 2025-01-25T02:55:42.522Z | Compiling thiserror v1.0.69 |
| 421 | 2025-01-25T02:55:42.522Z | Compiling libc v0.2.169 |
| 422 | 2025-01-25T02:55:42.522Z | Compiling ryu v1.0.18 |
| 423 | 2025-01-25T02:55:42.796Z | Compiling itoa v1.0.11 |
| 424 | 2025-01-25T02:55:42.932Z | Compiling ucd-trie v0.1.7 |
| 425 | 2025-01-25T02:55:43.298Z | Compiling once_cell v1.20.2 |
| 426 | 2025-01-25T02:55:43.322Z | Compiling byteorder v1.5.0 |
| 427 | 2025-01-25T02:55:43.487Z | Compiling serde_json v1.0.135 |
| 428 | 2025-01-25T02:55:43.632Z | Compiling rustix v0.38.37 |
| 429 | 2025-01-25T02:55:43.797Z | Compiling bitflags v2.6.0 |
| 430 | 2025-01-25T02:55:43.859Z | Compiling proc-macro-error-attr v1.0.4 |
| 431 | 2025-01-25T02:55:44.007Z | Compiling usdt-impl v0.5.0 |
| 432 | 2025-01-25T02:55:44.079Z | Compiling syn v1.0.109 |
| 433 | 2025-01-25T02:55:44.250Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2025-01-25T02:55:44.274Z | Compiling utf8parse v0.2.2 |
| 435 | 2025-01-25T02:55:44.454Z | Compiling quote v1.0.38 |
| 436 | 2025-01-25T02:55:44.478Z | Compiling errno v0.3.9 |
| 437 | 2025-01-25T02:55:44.502Z | Compiling equivalent v1.0.1 |
| 438 | 2025-01-25T02:55:44.528Z | Compiling camino v1.1.9 |
| 439 | 2025-01-25T02:55:44.637Z | Compiling hashbrown v0.15.1 |
| 440 | 2025-01-25T02:55:44.727Z | Compiling plain v0.2.3 |
| 441 | 2025-01-25T02:55:44.756Z | Compiling log v0.4.22 |
| 442 | 2025-01-25T02:55:44.904Z | Compiling syn v2.0.96 |
| 443 | 2025-01-25T02:55:45.027Z | Compiling thread-id v4.2.2 |
| 444 | 2025-01-25T02:55:45.177Z | Compiling anstyle-parse v0.2.5 |
| 445 | 2025-01-25T02:55:45.302Z | Compiling semver v1.0.24 |
| 446 | 2025-01-25T02:55:45.508Z | Compiling is_terminal_polyfill v1.70.1 |
| 447 | 2025-01-25T02:55:45.555Z | Compiling pretty-hex v0.4.1 |
| 448 | 2025-01-25T02:55:45.644Z | Compiling indexmap v2.7.0 |
| 449 | 2025-01-25T02:55:45.690Z | Compiling autocfg v1.4.0 |
| 450 | 2025-01-25T02:55:45.781Z | Compiling unicode-width v0.1.14 |
| 451 | 2025-01-25T02:55:45.806Z | Compiling winnow v0.6.20 |
| 452 | 2025-01-25T02:55:45.835Z | Compiling anstyle-query v1.1.1 |
| 453 | 2025-01-25T02:55:46.013Z | Compiling colorchoice v1.0.2 |
| 454 | 2025-01-25T02:55:46.191Z | Compiling anstyle v1.0.10 |
| 455 | 2025-01-25T02:55:46.584Z | Compiling anstream v0.6.15 |
| 456 | 2025-01-25T02:55:46.614Z | Compiling terminal_size v0.4.0 |
| 457 | 2025-01-25T02:55:46.637Z | Compiling fs-err v2.11.0 |
| 458 | 2025-01-25T02:55:46.848Z | Compiling heck v0.4.1 |
| 459 | 2025-01-25T02:55:46.933Z | Compiling fastrand v2.1.1 |
| 460 | 2025-01-25T02:55:46.960Z | Compiling bytecount v0.6.8 |
| 461 | 2025-01-25T02:55:47.182Z | Compiling strsim v0.11.1 |
| 462 | 2025-01-25T02:55:47.214Z | Compiling anyhow v1.0.93 |
| 463 | 2025-01-25T02:55:47.238Z | Compiling clap_lex v0.7.2 |
| 464 | 2025-01-25T02:55:47.261Z | Compiling fnv v1.0.7 |
| 465 | 2025-01-25T02:55:47.413Z | Compiling heck v0.5.0 |
| 466 | 2025-01-25T02:55:47.785Z | Compiling cfg-if v1.0.0 |
| 467 | 2025-01-25T02:55:47.889Z | Compiling tempfile v3.13.0 |
| 468 | 2025-01-25T02:55:47.892Z | Compiling clap_builder v4.5.21 |
| 469 | 2025-01-25T02:55:47.941Z | Compiling papergrid v0.11.0 |
| 470 | 2025-01-25T02:55:48.261Z | Compiling memmap v0.7.0 |
| 471 | 2025-01-25T02:55:48.406Z | Compiling unicode-linebreak v0.1.5 |
| 472 | 2025-01-25T02:55:48.632Z | Compiling smawk v0.3.2 |
| 473 | 2025-01-25T02:55:48.878Z | Compiling textwrap v0.16.1 |
| 474 | 2025-01-25T02:55:49.193Z | Compiling swrite v0.1.0 |
| 475 | 2025-01-25T02:55:49.845Z | Compiling tabled_derive v0.7.0 |
| 476 | 2025-01-25T02:55:51.249Z | Compiling tabled v0.15.0 |
| 477 | 2025-01-25T02:55:51.534Z | Compiling serde_derive v1.0.217 |
| 478 | 2025-01-25T02:55:51.534Z | Compiling thiserror-impl v1.0.69 |
| 479 | 2025-01-25T02:55:51.537Z | Compiling zerocopy-derive v0.7.35 |
| 480 | 2025-01-25T02:55:51.537Z | Compiling scroll_derive v0.12.0 |
| 481 | 2025-01-25T02:55:51.537Z | Compiling clap_derive v4.5.18 |
| 482 | 2025-01-25T02:55:52.857Z | Compiling scroll v0.12.0 |
| 483 | 2025-01-25T02:55:53.297Z | Compiling zerocopy v0.7.35 |
| 484 | 2025-01-25T02:55:53.436Z | Compiling goblin v0.8.2 |
| 485 | 2025-01-25T02:55:54.508Z | Compiling pest v2.7.14 |
| 486 | 2025-01-25T02:55:55.164Z | Compiling clap v4.5.21 |
| 487 | 2025-01-25T02:55:56.571Z | Compiling pest_meta v2.7.14 |
| 488 | 2025-01-25T02:55:57.484Z | Compiling pest_generator v2.7.14 |
| 489 | 2025-01-25T02:55:58.994Z | Compiling pest_derive v2.7.14 |
| 490 | 2025-01-25T02:55:59.548Z | Compiling dtrace-parser v0.2.0 |
| 491 | 2025-01-25T02:56:00.196Z | Compiling serde_tokenstream v0.2.2 |
| 492 | 2025-01-25T02:56:00.231Z | Compiling toml_datetime v0.6.8 |
| 493 | 2025-01-25T02:56:00.263Z | Compiling serde_spanned v0.6.8 |
| 494 | 2025-01-25T02:56:00.437Z | Compiling cargo-platform v0.1.8 |
| 495 | 2025-01-25T02:56:00.485Z | Compiling macaddr v1.0.1 |
| 496 | 2025-01-25T02:56:00.679Z | Compiling toml_edit v0.22.22 |
| 497 | 2025-01-25T02:56:00.924Z | Compiling camino-tempfile v1.1.1 |
| 498 | 2025-01-25T02:56:01.469Z | Compiling dof v0.3.0 |
| 499 | 2025-01-25T02:56:01.469Z | Compiling cargo_metadata v0.18.1 |
| 500 | 2025-01-25T02:56:02.946Z | Compiling usdt-attr-macro v0.5.0 |
| 501 | 2025-01-25T02:56:02.946Z | Compiling usdt-macro v0.5.0 |
| 502 | 2025-01-25T02:56:03.449Z | Compiling toml v0.8.19 |
| 503 | 2025-01-25T02:56:04.089Z | Compiling usdt v0.5.0 |
| 504 | 2025-01-25T02:56:04.214Z | Compiling cargo_toml v0.20.5 |
| 505 | 2025-01-25T02:56:06.800Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 506 | 2025-01-25T02:56:09.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.40s |
| 507 | 2025-01-25T02:56:10.144Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 508 | 2025-01-25T02:56:10.661Z | Downloading crates ... |
| 509 | 2025-01-25T02:56:10.793Z | Downloaded convert_case v0.4.0 |
| 510 | 2025-01-25T02:56:10.797Z | Downloaded argon2 v0.5.3 |
| 511 | 2025-01-25T02:56:10.803Z | Downloaded array-init v0.0.4 |
| 512 | 2025-01-25T02:56:10.807Z | Downloaded async-bb8-diesel v0.2.1 |
| 513 | 2025-01-25T02:56:10.811Z | Downloaded atomicwrites v0.4.4 |
| 514 | 2025-01-25T02:56:10.816Z | Downloaded async-recursion v1.1.1 |
| 515 | 2025-01-25T02:56:10.816Z | Downloaded hex v0.4.3 |
| 516 | 2025-01-25T02:56:10.819Z | Downloaded humantime v2.1.0 |
| 517 | 2025-01-25T02:56:10.822Z | Downloaded hyper-rustls v0.27.3 |
| 518 | 2025-01-25T02:56:10.829Z | Downloaded ident_case v1.0.1 |
| 519 | 2025-01-25T02:56:10.829Z | Downloaded iana-time-zone v0.1.61 |
| 520 | 2025-01-25T02:56:10.836Z | Downloaded backoff v0.4.0 |
| 521 | 2025-01-25T02:56:10.836Z | Downloaded aws-lc-rs v1.10.0 |
| 522 | 2025-01-25T02:56:10.841Z | Downloaded hyper-tls v0.6.0 |
| 523 | 2025-01-25T02:56:10.844Z | Downloaded idna v0.5.0 |
| 524 | 2025-01-25T02:56:10.851Z | Downloaded is-terminal v0.4.13 |
| 525 | 2025-01-25T02:56:10.853Z | Downloaded indexmap v1.9.3 |
| 526 | 2025-01-25T02:56:10.857Z | Downloaded lazy_static v1.5.0 |
| 527 | 2025-01-25T02:56:10.860Z | Downloaded itertools v0.10.5 |
| 528 | 2025-01-25T02:56:10.866Z | Downloaded lock_api v0.4.12 |
| 529 | 2025-01-25T02:56:10.868Z | Downloaded libm v0.2.8 |
| 530 | 2025-01-25T02:56:10.878Z | Downloaded heapless v0.8.0 |
| 531 | 2025-01-25T02:56:10.881Z | Downloaded bcs v0.1.6 |
| 532 | 2025-01-25T02:56:10.884Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 533 | 2025-01-25T02:56:10.904Z | Downloaded assert_matches v1.5.0 |
| 534 | 2025-01-25T02:56:10.907Z | Downloaded ascii-canvas v3.0.0 |
| 535 | 2025-01-25T02:56:10.910Z | Downloaded heck v0.3.3 |
| 536 | 2025-01-25T02:56:10.910Z | Downloaded home v0.5.9 |
| 537 | 2025-01-25T02:56:10.913Z | Downloaded base16ct v0.2.0 |
| 538 | 2025-01-25T02:56:10.913Z | Downloaded httpdate v1.0.3 |
| 539 | 2025-01-25T02:56:10.916Z | Downloaded bb8 v0.8.5 |
| 540 | 2025-01-25T02:56:10.916Z | Downloaded httparse v1.9.5 |
| 541 | 2025-01-25T02:56:10.919Z | Downloaded http-body-util v0.1.2 |
| 542 | 2025-01-25T02:56:10.922Z | Downloaded icu_collections v1.5.0 |
| 543 | 2025-01-25T02:56:10.928Z | Downloaded icu_provider_macros v1.5.0 |
| 544 | 2025-01-25T02:56:10.930Z | Downloaded icu_locid_transform v1.5.0 |
| 545 | 2025-01-25T02:56:10.933Z | Downloaded icu_locid v1.5.0 |
| 546 | 2025-01-25T02:56:10.936Z | Downloaded icu_locid_transform_data v1.5.0 |
| 547 | 2025-01-25T02:56:10.938Z | Downloaded icu_normalizer v1.5.0 |
| 548 | 2025-01-25T02:56:10.942Z | Downloaded icu_provider v1.5.0 |
| 549 | 2025-01-25T02:56:10.945Z | Downloaded icu_normalizer_data v1.5.0 |
| 550 | 2025-01-25T02:56:10.948Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2025-01-25T02:56:10.950Z | Downloaded backtrace v0.3.74 |
| 552 | 2025-01-25T02:56:10.954Z | Downloaded base64 v0.22.1 |
| 553 | 2025-01-25T02:56:10.959Z | Downloaded instant v0.1.13 |
| 554 | 2025-01-25T02:56:11.214Z | Downloaded idna_adapter v1.2.0 |
| 555 | 2025-01-25T02:56:11.236Z | Downloaded icu_properties_data v1.5.0 |
| 556 | 2025-01-25T02:56:11.236Z | Downloaded lazycell v1.3.0 |
| 557 | 2025-01-25T02:56:11.236Z | Downloaded idna v1.0.3 |
| 558 | 2025-01-25T02:56:11.236Z | Downloaded jobserver v0.1.32 |
| 559 | 2025-01-25T02:56:11.236Z | Downloaded linked-hash-map v0.5.6 |
| 560 | 2025-01-25T02:56:11.236Z | Downloaded async-trait v0.1.83 |
| 561 | 2025-01-25T02:56:11.236Z | Downloaded libloading v0.8.5 |
| 562 | 2025-01-25T02:56:11.236Z | Downloaded ahash v0.8.11 |
| 563 | 2025-01-25T02:56:11.236Z | Downloaded lru-cache v0.1.2 |
| 564 | 2025-01-25T02:56:11.236Z | Downloaded mime v0.3.17 |
| 565 | 2025-01-25T02:56:11.236Z | Downloaded memoffset v0.9.1 |
| 566 | 2025-01-25T02:56:11.236Z | Downloaded mime_guess v2.0.5 |
| 567 | 2025-01-25T02:56:11.236Z | Downloaded maplit v1.0.2 |
| 568 | 2025-01-25T02:56:11.236Z | Downloaded itertools v0.13.0 |
| 569 | 2025-01-25T02:56:11.236Z | Downloaded minimal-lexical v0.2.1 |
| 570 | 2025-01-25T02:56:11.236Z | Downloaded bitvec v1.0.1 |
| 571 | 2025-01-25T02:56:11.236Z | Downloaded crc-catalog v2.4.0 |
| 572 | 2025-01-25T02:56:11.236Z | Downloaded const-oid v0.9.6 |
| 573 | 2025-01-25T02:56:11.236Z | Downloaded aho-corasick v1.1.3 |
| 574 | 2025-01-25T02:56:11.236Z | Downloaded itertools v0.12.1 |
| 575 | 2025-01-25T02:56:11.236Z | Downloaded bstr v1.10.0 |
| 576 | 2025-01-25T02:56:11.236Z | Downloaded cfg_aliases v0.2.1 |
| 577 | 2025-01-25T02:56:11.236Z | Downloaded bumpalo v3.16.0 |
| 578 | 2025-01-25T02:56:11.236Z | Downloaded chrono v0.4.38 |
| 579 | 2025-01-25T02:56:11.236Z | Downloaded miniz_oxide v0.8.0 |
| 580 | 2025-01-25T02:56:11.236Z | Downloaded hostname v0.4.0 |
| 581 | 2025-01-25T02:56:11.236Z | Downloaded http v1.2.0 |
| 582 | 2025-01-25T02:56:11.236Z | Downloaded inout v0.1.3 |
| 583 | 2025-01-25T02:56:11.236Z | Downloaded ipnetwork v0.20.0 |
| 584 | 2025-01-25T02:56:11.236Z | Downloaded keccak v0.1.5 |
| 585 | 2025-01-25T02:56:11.236Z | Downloaded ipnet v2.10.1 |
| 586 | 2025-01-25T02:56:11.236Z | Downloaded icu_properties v1.5.1 |
| 587 | 2025-01-25T02:56:11.236Z | Downloaded hmac v0.12.1 |
| 588 | 2025-01-25T02:56:11.236Z | Downloaded base64 v0.13.1 |
| 589 | 2025-01-25T02:56:11.236Z | Downloaded colored v2.1.0 |
| 590 | 2025-01-25T02:56:11.237Z | Downloaded bytes v1.9.0 |
| 591 | 2025-01-25T02:56:11.237Z | Downloaded indoc v1.0.9 |
| 592 | 2025-01-25T02:56:11.237Z | Downloaded bitflags v1.3.2 |
| 593 | 2025-01-25T02:56:11.237Z | Downloaded bit-set v0.5.3 |
| 594 | 2025-01-25T02:56:11.237Z | Downloaded base64 v0.21.7 |
| 595 | 2025-01-25T02:56:11.237Z | Downloaded hyper-util v0.1.10 |
| 596 | 2025-01-25T02:56:11.237Z | Downloaded lru v0.12.5 |
| 597 | 2025-01-25T02:56:11.237Z | Downloaded lockfree-object-pool v0.1.6 |
| 598 | 2025-01-25T02:56:11.237Z | Downloaded hex-literal v0.4.1 |
| 599 | 2025-01-25T02:56:11.237Z | Downloaded heapless v0.7.17 |
| 600 | 2025-01-25T02:56:11.237Z | Downloaded bit-vec v0.6.3 |
| 601 | 2025-01-25T02:56:11.237Z | Downloaded hyper v1.5.2 |
| 602 | 2025-01-25T02:56:11.237Z | Downloaded match_cfg v0.1.0 |
| 603 | 2025-01-25T02:56:11.237Z | Downloaded adler2 v2.0.0 |
| 604 | 2025-01-25T02:56:11.237Z | Downloaded base64ct v1.6.0 |
| 605 | 2025-01-25T02:56:11.237Z | Downloaded md5 v0.7.0 |
| 606 | 2025-01-25T02:56:11.237Z | Downloaded aead v0.5.2 |
| 607 | 2025-01-25T02:56:11.237Z | Downloaded addr2line v0.24.2 |
| 608 | 2025-01-25T02:56:11.237Z | Downloaded matches v0.1.10 |
| 609 | 2025-01-25T02:56:11.237Z | Downloaded hkdf v0.12.4 |
| 610 | 2025-01-25T02:56:11.237Z | Downloaded crossbeam-deque v0.8.5 |
| 611 | 2025-01-25T02:56:11.237Z | Downloaded crossbeam-channel v0.5.13 |
| 612 | 2025-01-25T02:56:11.237Z | Downloaded allocator-api2 v0.2.18 |
| 613 | 2025-01-25T02:56:11.237Z | Downloaded arc-swap v1.7.1 |
| 614 | 2025-01-25T02:56:11.237Z | Downloaded http-body v1.0.1 |
| 615 | 2025-01-25T02:56:11.237Z | Downloaded hostname v0.3.1 |
| 616 | 2025-01-25T02:56:11.237Z | Downloaded aes v0.8.4 |
| 617 | 2025-01-25T02:56:11.237Z | Downloaded chacha20 v0.9.1 |
| 618 | 2025-01-25T02:56:11.237Z | Downloaded bzip2 v0.4.4 |
| 619 | 2025-01-25T02:56:11.237Z | Downloaded blake2 v0.10.6 |
| 620 | 2025-01-25T02:56:11.237Z | Downloaded ciborium v0.2.2 |
| 621 | 2025-01-25T02:56:11.237Z | Downloaded async-stream-impl v0.3.6 |
| 622 | 2025-01-25T02:56:11.237Z | Downloaded arrayvec v0.7.6 |
| 623 | 2025-01-25T02:56:11.237Z | Downloaded darling v0.20.10 |
| 624 | 2025-01-25T02:56:11.237Z | Downloaded atty v0.2.14 |
| 625 | 2025-01-25T02:56:11.237Z | Downloaded cipher v0.4.4 |
| 626 | 2025-01-25T02:56:11.237Z | Downloaded aes-gcm v0.10.3 |
| 627 | 2025-01-25T02:56:11.237Z | Downloaded memmap2 v0.9.5 |
| 628 | 2025-01-25T02:56:11.237Z | Downloaded md-5 v0.10.6 |
| 629 | 2025-01-25T02:56:11.237Z | Downloaded is_ci v1.2.0 |
| 630 | 2025-01-25T02:56:11.238Z | Downloaded maybe-uninit v2.0.0 |
| 631 | 2025-01-25T02:56:11.238Z | Downloaded indicatif v0.17.9 |
| 632 | 2025-01-25T02:56:11.242Z | Downloaded ron v0.8.1 |
| 633 | 2025-01-25T02:56:11.242Z | Downloaded rsa v0.9.6 |
| 634 | 2025-01-25T02:56:11.242Z | Downloaded constant_time_eq v0.3.1 |
| 635 | 2025-01-25T02:56:11.242Z | Downloaded cobs v0.2.3 |
| 636 | 2025-01-25T02:56:11.242Z | Downloaded clang-sys v1.8.1 |
| 637 | 2025-01-25T02:56:11.242Z | Downloaded crc v3.2.1 |
| 638 | 2025-01-25T02:56:11.242Z | Downloaded ciborium-ll v0.2.2 |
| 639 | 2025-01-25T02:56:11.242Z | Downloaded crunchy v0.2.2 |
| 640 | 2025-01-25T02:56:11.242Z | Downloaded crc32fast v1.4.2 |
| 641 | 2025-01-25T02:56:11.245Z | Downloaded crossbeam-utils v0.8.20 |
| 642 | 2025-01-25T02:56:11.248Z | Downloaded hyper-staticfile v0.10.1 |
| 643 | 2025-01-25T02:56:11.248Z | Downloaded hubpack v0.1.2 |
| 644 | 2025-01-25T02:56:11.250Z | Downloaded highway v1.2.0 |
| 645 | 2025-01-25T02:56:11.253Z | Downloaded hickory-server v0.24.1 |
| 646 | 2025-01-25T02:56:11.257Z | Downloaded hickory-proto v0.24.1 |
| 647 | 2025-01-25T02:56:11.276Z | Downloaded curve25519-dalek v4.1.3 |
| 648 | 2025-01-25T02:56:11.283Z | Downloaded cc v1.1.30 |
| 649 | 2025-01-25T02:56:11.288Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 650 | 2025-01-25T02:56:11.290Z | Downloaded ctr v0.9.2 |
| 651 | 2025-01-25T02:56:11.293Z | Downloaded crossbeam-epoch v0.9.18 |
| 652 | 2025-01-25T02:56:11.296Z | Downloaded resolv-conf v0.7.0 |
| 653 | 2025-01-25T02:56:11.299Z | Downloaded cassowary v0.3.0 |
| 654 | 2025-01-25T02:56:11.299Z | Downloaded schemars_derive v0.8.21 |
| 655 | 2025-01-25T02:56:11.302Z | Downloaded salsa20 v0.10.2 |
| 656 | 2025-01-25T02:56:11.302Z | Downloaded crossterm v0.28.1 |
| 657 | 2025-01-25T02:56:11.309Z | Downloaded serde_path_to_error v0.1.16 |
| 658 | 2025-01-25T02:56:11.311Z | Downloaded castaway v0.2.3 |
| 659 | 2025-01-25T02:56:11.314Z | Downloaded cookie v0.18.1 |
| 660 | 2025-01-25T02:56:11.316Z | Downloaded schemars v0.8.21 |
| 661 | 2025-01-25T02:56:11.327Z | Downloaded siphasher v0.3.11 |
| 662 | 2025-01-25T02:56:11.330Z | Downloaded strum_macros v0.26.4 |
| 663 | 2025-01-25T02:56:11.332Z | Downloaded crc-any v2.5.0 |
| 664 | 2025-01-25T02:56:11.335Z | Downloaded shlex v1.3.0 |
| 665 | 2025-01-25T02:56:11.335Z | Downloaded tiny-keccak v2.0.2 |
| 666 | 2025-01-25T02:56:11.339Z | Downloaded tinyvec v1.8.0 |
| 667 | 2025-01-25T02:56:11.342Z | Downloaded http-range v0.1.5 |
| 668 | 2025-01-25T02:56:11.345Z | Downloaded hickory-resolver v0.24.1 |
| 669 | 2025-01-25T02:56:11.348Z | Downloaded tracing v0.1.40 |
| 670 | 2025-01-25T02:56:11.353Z | Downloaded unicase v2.7.0 |
| 671 | 2025-01-25T02:56:11.356Z | Downloaded unicode-bidi v0.3.17 |
| 672 | 2025-01-25T02:56:11.359Z | Downloaded unarray v0.1.4 |
| 673 | 2025-01-25T02:56:11.361Z | Downloaded hickory-client v0.24.1 |
| 674 | 2025-01-25T02:56:11.364Z | Downloaded tinystr v0.7.6 |
| 675 | 2025-01-25T02:56:11.367Z | Downloaded proc-macro-crate v1.3.1 |
| 676 | 2025-01-25T02:56:11.367Z | Downloaded managed v0.8.0 |
| 677 | 2025-01-25T02:56:11.369Z | Downloaded vcpkg v0.2.15 |
| 678 | 2025-01-25T02:56:11.407Z | Downloaded ed25519 v2.2.3 |
| 679 | 2025-01-25T02:56:11.409Z | Downloaded derive_more v0.99.18 |
| 680 | 2025-01-25T02:56:11.413Z | Downloaded zeroize_derive v1.4.2 |
| 681 | 2025-01-25T02:56:11.416Z | Downloaded ed25519-dalek v2.1.1 |
| 682 | 2025-01-25T02:56:11.419Z | Downloaded float-ord v0.3.2 |
| 683 | 2025-01-25T02:56:11.421Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 684 | 2025-01-25T02:56:11.421Z | Downloaded fallible-iterator v0.3.0 |
| 685 | 2025-01-25T02:56:11.424Z | Downloaded zeroize v1.8.1 |
| 686 | 2025-01-25T02:56:11.424Z | Downloaded yoke-derive v0.7.4 |
| 687 | 2025-01-25T02:56:11.427Z | Downloaded which v4.4.2 |
| 688 | 2025-01-25T02:56:11.427Z | Downloaded radium v0.7.0 |
| 689 | 2025-01-25T02:56:11.429Z | Downloaded quinn v0.11.5 |
| 690 | 2025-01-25T02:56:11.432Z | Downloaded libxml v0.3.3 |
| 691 | 2025-01-25T02:56:11.439Z | Downloaded radix_trie v0.2.1 |
| 692 | 2025-01-25T02:56:11.444Z | Downloaded bitfield v0.14.0 |
| 693 | 2025-01-25T02:56:11.447Z | Downloaded bindgen v0.69.5 |
| 694 | 2025-01-25T02:56:11.454Z | Downloaded libsw v3.3.1 |
| 695 | 2025-01-25T02:56:11.457Z | Downloaded mio v1.0.2 |
| 696 | 2025-01-25T02:56:11.462Z | Downloaded libefi-sys v0.1.0 |
| 697 | 2025-01-25T02:56:11.465Z | Downloaded lalrpop-util v0.19.12 |
| 698 | 2025-01-25T02:56:11.465Z | Downloaded lalrpop v0.19.12 |
| 699 | 2025-01-25T02:56:11.477Z | Downloaded kstat-rs v0.2.4 |
| 700 | 2025-01-25T02:56:11.481Z | Downloaded instability v0.3.2 |
| 701 | 2025-01-25T02:56:11.484Z | Downloaded nix v0.28.0 |
| 702 | 2025-01-25T02:56:11.492Z | Downloaded num-bigint v0.4.6 |
| 703 | 2025-01-25T02:56:11.498Z | Downloaded internet-checksum v0.2.1 |
| 704 | 2025-01-25T02:56:11.501Z | Downloaded rustls v0.21.12 |
| 705 | 2025-01-25T02:56:11.511Z | Downloaded hubpack_derive v0.1.1 |
| 706 | 2025-01-25T02:56:11.514Z | Downloaded time-macros v0.2.18 |
| 707 | 2025-01-25T02:56:11.516Z | Downloaded shell-words v1.1.0 |
| 708 | 2025-01-25T02:56:11.516Z | Downloaded serde_plain v1.0.2 |
| 709 | 2025-01-25T02:56:11.523Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 710 | 2025-01-25T02:56:11.525Z | Downloaded csv-core v0.1.11 |
| 711 | 2025-01-25T02:56:11.525Z | Downloaded compact_str v0.8.0 |
| 712 | 2025-01-25T02:56:11.529Z | Downloaded strum_macros v0.24.3 |
| 713 | 2025-01-25T02:56:11.529Z | Downloaded termtree v0.5.1 |
| 714 | 2025-01-25T02:56:11.532Z | Downloaded time-core v0.1.2 |
| 715 | 2025-01-25T02:56:11.532Z | Downloaded termtree v0.4.1 |
| 716 | 2025-01-25T02:56:11.532Z | Downloaded strum v0.26.3 |
| 717 | 2025-01-25T02:56:11.534Z | Downloaded static_assertions v1.1.0 |
| 718 | 2025-01-25T02:56:11.534Z | Downloaded sqlparser_derive v0.2.2 |
| 719 | 2025-01-25T02:56:11.537Z | Downloaded toml_edit v0.19.15 |
| 720 | 2025-01-25T02:56:11.553Z | Downloaded pbkdf2 v0.12.2 |
| 721 | 2025-01-25T02:56:11.555Z | Downloaded const_format_proc_macros v0.2.33 |
| 722 | 2025-01-25T02:56:11.558Z | Downloaded want v0.3.1 |
| 723 | 2025-01-25T02:56:11.558Z | Downloaded value-bag v1.9.0 |
| 724 | 2025-01-25T02:56:11.561Z | Downloaded percent-encoding v2.3.1 |
| 725 | 2025-01-25T02:56:11.564Z | Downloaded pem-rfc7468 v0.7.0 |
| 726 | 2025-01-25T02:56:11.566Z | Downloaded cmake v0.1.51 |
| 727 | 2025-01-25T02:56:11.566Z | Downloaded blowfish v0.9.1 |
| 728 | 2025-01-25T02:56:11.569Z | Downloaded blake3 v1.5.4 |
| 729 | 2025-01-25T02:56:11.576Z | Downloaded bitfield-struct v0.6.2 |
| 730 | 2025-01-25T02:56:11.578Z | Downloaded rpassword v7.3.1 |
| 731 | 2025-01-25T02:56:11.581Z | Downloaded reedline v0.35.0 |
| 732 | 2025-01-25T02:56:11.587Z | Downloaded pin-project-internal v1.1.6 |
| 733 | 2025-01-25T02:56:11.590Z | Downloaded pin-project v1.1.6 |
| 734 | 2025-01-25T02:56:11.601Z | Downloaded predicates-tree v1.0.11 |
| 735 | 2025-01-25T02:56:11.604Z | Downloaded ghash v0.5.1 |
| 736 | 2025-01-25T02:56:11.604Z | Downloaded num-integer v0.1.46 |
| 737 | 2025-01-25T02:56:11.607Z | Downloaded proptest v1.5.0 |
| 738 | 2025-01-25T02:56:11.616Z | Downloaded getrandom v0.2.15 |
| 739 | 2025-01-25T02:56:11.619Z | Downloaded futures-sink v0.3.31 |
| 740 | 2025-01-25T02:56:11.622Z | Downloaded futures v0.3.31 |
| 741 | 2025-01-25T02:56:11.626Z | Downloaded openssl-probe v0.1.5 |
| 742 | 2025-01-25T02:56:11.628Z | Downloaded float-cmp v0.9.0 |
| 743 | 2025-01-25T02:56:11.631Z | Downloaded dyn-clone v1.0.17 |
| 744 | 2025-01-25T02:56:11.631Z | Downloaded zerofrom v0.1.4 |
| 745 | 2025-01-25T02:56:11.634Z | Downloaded webpki-roots v0.26.6 |
| 746 | 2025-01-25T02:56:11.636Z | Downloaded regex-automata v0.4.8 |
| 747 | 2025-01-25T02:56:11.654Z | Downloaded regex v1.11.1 |
| 748 | 2025-01-25T02:56:11.668Z | Downloaded rustfmt-wrapper v0.2.1 |
| 749 | 2025-01-25T02:56:11.672Z | Downloaded rustc_version v0.4.1 |
| 750 | 2025-01-25T02:56:11.683Z | Downloaded reqwest v0.12.9 |
| 751 | 2025-01-25T02:56:11.686Z | Downloaded cstr-argument v0.1.2 |
| 752 | 2025-01-25T02:56:11.686Z | Downloaded libz-sys v1.1.20 |
| 753 | 2025-01-25T02:56:11.705Z | Downloaded thiserror v2.0.11 |
| 754 | 2025-01-25T02:56:11.710Z | Downloaded slog v2.7.0 |
| 755 | 2025-01-25T02:56:11.713Z | Downloaded signal-hook-registry v1.4.2 |
| 756 | 2025-01-25T02:56:11.716Z | Downloaded serde_yaml v0.9.34+deprecated |
| 757 | 2025-01-25T02:56:11.719Z | Downloaded try-lock v0.2.5 |
| 758 | 2025-01-25T02:56:11.721Z | Downloaded subtle v2.6.1 |
| 759 | 2025-01-25T02:56:11.722Z | Downloaded unicode-properties v0.1.3 |
| 760 | 2025-01-25T02:56:11.724Z | Downloaded psl-types v2.0.11 |
| 761 | 2025-01-25T02:56:11.727Z | Downloaded untrusted v0.7.1 |
| 762 | 2025-01-25T02:56:11.727Z | Downloaded progenitor-impl v0.8.0 |
| 763 | 2025-01-25T02:56:11.730Z | Downloaded utf8_iter v1.0.4 |
| 764 | 2025-01-25T02:56:11.732Z | Downloaded utf16_iter v1.0.5 |
| 765 | 2025-01-25T02:56:11.732Z | Downloaded glob v0.3.1 |
| 766 | 2025-01-25T02:56:11.736Z | Downloaded fxhash v0.2.1 |
| 767 | 2025-01-25T02:56:11.736Z | Downloaded futures-core v0.3.31 |
| 768 | 2025-01-25T02:56:11.739Z | Downloaded nibble_vec v0.1.0 |
| 769 | 2025-01-25T02:56:11.739Z | Downloaded globset v0.4.15 |
| 770 | 2025-01-25T02:56:11.741Z | Downloaded gethostname v0.5.0 |
| 771 | 2025-01-25T02:56:11.741Z | Downloaded mockall v0.13.0 |
| 772 | 2025-01-25T02:56:11.744Z | Downloaded mirai-annotations v1.12.0 |
| 773 | 2025-01-25T02:56:11.744Z | Downloaded git2 v0.19.0 |
| 774 | 2025-01-25T02:56:11.753Z | Downloaded termcolor v1.4.1 |
| 775 | 2025-01-25T02:56:11.755Z | Downloaded gimli v0.31.1 |
| 776 | 2025-01-25T02:56:11.764Z | Downloaded packed_struct_codegen v0.10.1 |
| 777 | 2025-01-25T02:56:11.766Z | Downloaded powerfmt v0.2.0 |
| 778 | 2025-01-25T02:56:11.769Z | Downloaded ppv-lite86 v0.2.20 |
| 779 | 2025-01-25T02:56:11.769Z | Downloaded quick-error v1.2.3 |
| 780 | 2025-01-25T02:56:11.772Z | Downloaded pin-utils v0.1.0 |
| 781 | 2025-01-25T02:56:11.772Z | Downloaded openssl-sys v0.9.103 |
| 782 | 2025-01-25T02:56:11.776Z | Downloaded rand v0.8.5 |
| 783 | 2025-01-25T02:56:11.780Z | Downloaded unicode-normalization v0.1.24 |
| 784 | 2025-01-25T02:56:11.784Z | Downloaded data-encoding v2.6.0 |
| 785 | 2025-01-25T02:56:11.787Z | Downloaded flume v0.11.1 |
| 786 | 2025-01-25T02:56:11.790Z | Downloaded dhcproto v0.12.0 |
| 787 | 2025-01-25T02:56:11.794Z | Downloaded des v0.8.1 |
| 788 | 2025-01-25T02:56:11.797Z | Downloaded utf-8 v0.7.6 |
| 789 | 2025-01-25T02:56:11.799Z | Downloaded untrusted v0.9.0 |
| 790 | 2025-01-25T02:56:11.799Z | Downloaded r2d2 v0.8.10 |
| 791 | 2025-01-25T02:56:11.802Z | Downloaded quinn-udp v0.5.5 |
| 792 | 2025-01-25T02:56:11.805Z | Downloaded thiserror-impl v2.0.11 |
| 793 | 2025-01-25T02:56:11.805Z | Downloaded stable_deref_trait v1.2.0 |
| 794 | 2025-01-25T02:56:11.808Z | Downloaded slog-term v2.9.1 |
| 795 | 2025-01-25T02:56:11.810Z | Downloaded slog-stdlog v4.1.1 |
| 796 | 2025-01-25T02:56:11.810Z | Downloaded scrypt v0.11.0 |
| 797 | 2025-01-25T02:56:11.813Z | Downloaded quinn-proto v0.11.8 |
| 798 | 2025-01-25T02:56:11.819Z | Downloaded signature v2.2.0 |
| 799 | 2025-01-25T02:56:11.821Z | Downloaded serde-big-array v0.5.1 |
| 800 | 2025-01-25T02:56:11.824Z | Downloaded env_logger v0.10.2 |
| 801 | 2025-01-25T02:56:11.827Z | Downloaded env_logger v0.11.5 |
| 802 | 2025-01-25T02:56:11.829Z | Downloaded env_filter v0.1.2 |
| 803 | 2025-01-25T02:56:11.832Z | Downloaded embedded-io v0.6.1 |
| 804 | 2025-01-25T02:56:11.832Z | Downloaded slog-async v2.8.0 |
| 805 | 2025-01-25T02:56:11.835Z | Downloaded secrecy v0.8.0 |
| 806 | 2025-01-25T02:56:11.837Z | Downloaded sync_wrapper v1.0.1 |
| 807 | 2025-01-25T02:56:11.837Z | Downloaded tap v1.0.1 |
| 808 | 2025-01-25T02:56:11.840Z | Downloaded synstructure v0.13.1 |
| 809 | 2025-01-25T02:56:11.840Z | Downloaded openssl-macros v0.1.1 |
| 810 | 2025-01-25T02:56:11.843Z | Downloaded num-iter v0.1.45 |
| 811 | 2025-01-25T02:56:11.843Z | Downloaded twox-hash v1.6.3 |
| 812 | 2025-01-25T02:56:11.845Z | Downloaded nanorand v0.7.0 |
| 813 | 2025-01-25T02:56:11.848Z | Downloaded form_urlencoded v1.2.1 |
| 814 | 2025-01-25T02:56:11.850Z | Downloaded p521 v0.13.3 |
| 815 | 2025-01-25T02:56:11.853Z | Downloaded unicode-segmentation v1.12.0 |
| 816 | 2025-01-25T02:56:11.857Z | Downloaded p384 v0.13.0 |
| 817 | 2025-01-25T02:56:11.864Z | Downloaded rustls v0.22.4 |
| 818 | 2025-01-25T02:56:11.879Z | Downloaded downcast v0.11.0 |
| 819 | 2025-01-25T02:56:11.881Z | Downloaded openssl v0.10.66 |
| 820 | 2025-01-25T02:56:11.893Z | Downloaded typify-macro v0.2.0 |
| 821 | 2025-01-25T02:56:11.893Z | Downloaded snafu v0.8.5 |
| 822 | 2025-01-25T02:56:11.898Z | Downloaded darling_core v0.20.10 |
| 823 | 2025-01-25T02:56:11.904Z | Downloaded diesel_derives v2.2.3 |
| 824 | 2025-01-25T02:56:11.909Z | Downloaded progenitor-macro v0.9.1 |
| 825 | 2025-01-25T02:56:11.911Z | Downloaded progenitor-macro v0.8.0 |
| 826 | 2025-01-25T02:56:11.911Z | Downloaded poly1305 v0.8.0 |
| 827 | 2025-01-25T02:56:11.914Z | Downloaded ecdsa v0.16.9 |
| 828 | 2025-01-25T02:56:11.917Z | Downloaded derive_builder_macro v0.20.2 |
| 829 | 2025-01-25T02:56:11.920Z | Downloaded derive_builder_core v0.20.2 |
| 830 | 2025-01-25T02:56:11.920Z | Downloaded defmt-parser v0.3.4 |
| 831 | 2025-01-25T02:56:11.922Z | Downloaded object v0.36.5 |
| 832 | 2025-01-25T02:56:11.934Z | Downloaded xattr v1.3.1 |
| 833 | 2025-01-25T02:56:11.937Z | Downloaded wyz v0.5.1 |
| 834 | 2025-01-25T02:56:11.940Z | Downloaded zerofrom-derive v0.1.4 |
| 835 | 2025-01-25T02:56:11.940Z | Downloaded typify-macro v0.3.0 |
| 836 | 2025-01-25T02:56:11.943Z | Downloaded chrono-tz v0.10.0 |
| 837 | 2025-01-25T02:56:11.949Z | Downloaded slog-dtrace v0.3.0 |
| 838 | 2025-01-25T02:56:11.951Z | Downloaded rustc_version v0.1.7 |
| 839 | 2025-01-25T02:56:11.954Z | Downloaded dirs-sys-next v0.1.2 |
| 840 | 2025-01-25T02:56:11.954Z | Downloaded slog-bunyan v2.5.0 |
| 841 | 2025-01-25T02:56:11.956Z | Downloaded foldhash v0.1.3 |
| 842 | 2025-01-25T02:56:11.956Z | Downloaded flagset v0.4.6 |
| 843 | 2025-01-25T02:56:11.959Z | Downloaded rand_chacha v0.3.1 |
| 844 | 2025-01-25T02:56:11.963Z | Downloaded rand_core v0.6.4 |
| 845 | 2025-01-25T02:56:11.963Z | Downloaded num-derive v0.4.2 |
| 846 | 2025-01-25T02:56:11.965Z | Downloaded num-conv v0.1.0 |
| 847 | 2025-01-25T02:56:11.966Z | Downloaded url v2.5.3 |
| 848 | 2025-01-25T02:56:11.968Z | Downloaded group v0.13.0 |
| 849 | 2025-01-25T02:56:11.971Z | Downloaded flate2 v1.0.34 |
| 850 | 2025-01-25T02:56:11.975Z | Downloaded either v1.13.0 |
| 851 | 2025-01-25T02:56:11.978Z | Downloaded topological-sort v0.2.2 |
| 852 | 2025-01-25T02:56:11.978Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 853 | 2025-01-25T02:56:11.981Z | Downloaded fixedbitset v0.4.2 |
| 854 | 2025-01-25T02:56:11.981Z | Downloaded futures-util v0.3.31 |
| 855 | 2025-01-25T02:56:11.993Z | Downloaded ron v0.7.1 |
| 856 | 2025-01-25T02:56:11.999Z | Downloaded num-complex v0.4.6 |
| 857 | 2025-01-25T02:56:12.001Z | Downloaded nu-ansi-term v0.50.1 |
| 858 | 2025-01-25T02:56:12.004Z | Downloaded num v0.4.3 |
| 859 | 2025-01-25T02:56:12.004Z | Downloaded num-bigint-dig v0.8.4 |
| 860 | 2025-01-25T02:56:12.009Z | Downloaded sct v0.7.1 |
| 861 | 2025-01-25T02:56:12.013Z | Downloaded similar v2.6.0 |
| 862 | 2025-01-25T02:56:12.019Z | Downloaded qorb v0.2.1 |
| 863 | 2025-01-25T02:56:12.024Z | Downloaded same-file v1.0.6 |
| 864 | 2025-01-25T02:56:12.027Z | Downloaded zerocopy v0.6.6 |
| 865 | 2025-01-25T02:56:12.030Z | Downloaded simd-adler32 v0.3.7 |
| 866 | 2025-01-25T02:56:12.030Z | Downloaded test-strategy v0.3.1 |
| 867 | 2025-01-25T02:56:12.033Z | Downloaded spki v0.7.3 |
| 868 | 2025-01-25T02:56:12.037Z | Downloaded yasna v0.5.2 |
| 869 | 2025-01-25T02:56:12.039Z | Downloaded spin v0.9.8 |
| 870 | 2025-01-25T02:56:12.042Z | Downloaded semver v0.1.20 |
| 871 | 2025-01-25T02:56:12.045Z | Downloaded quick-xml v0.33.0 |
| 872 | 2025-01-25T02:56:12.049Z | Downloaded progenitor-impl v0.9.1 |
| 873 | 2025-01-25T02:56:12.052Z | Downloaded socket2 v0.5.7 |
| 874 | 2025-01-25T02:56:12.055Z | Downloaded tar v0.4.42 |
| 875 | 2025-01-25T02:56:12.058Z | Downloaded funty v2.0.0 |
| 876 | 2025-01-25T02:56:12.061Z | Downloaded fragile v2.0.0 |
| 877 | 2025-01-25T02:56:12.061Z | Downloaded fs_extra v1.3.0 |
| 878 | 2025-01-25T02:56:12.064Z | Downloaded phf v0.11.2 |
| 879 | 2025-01-25T02:56:12.067Z | Downloaded foreign-types-shared v0.3.1 |
| 880 | 2025-01-25T02:56:12.067Z | Downloaded foreign-types-shared v0.1.1 |
| 881 | 2025-01-25T02:56:12.067Z | Downloaded foreign-types-macros v0.2.3 |
| 882 | 2025-01-25T02:56:12.070Z | Downloaded ena v0.14.3 |
| 883 | 2025-01-25T02:56:12.070Z | Downloaded take_mut v0.2.2 |
| 884 | 2025-01-25T02:56:12.073Z | Downloaded tabwriter v1.4.0 |
| 885 | 2025-01-25T02:56:12.073Z | Downloaded strip-ansi-escapes v0.2.0 |
| 886 | 2025-01-25T02:56:12.075Z | Downloaded snafu-derive v0.8.5 |
| 887 | 2025-01-25T02:56:12.075Z | Downloaded termios v0.3.3 |
| 888 | 2025-01-25T02:56:12.078Z | Downloaded tokio-rustls v0.25.0 |
| 889 | 2025-01-25T02:56:12.080Z | Downloaded debug-ignore v1.0.5 |
| 890 | 2025-01-25T02:56:12.083Z | Downloaded zone_cfg_derive v0.1.2 |
| 891 | 2025-01-25T02:56:12.083Z | Downloaded zerocopy v0.8.10 |
| 892 | 2025-01-25T02:56:12.107Z | Downloaded xz2 v0.1.7 |
| 893 | 2025-01-25T02:56:12.110Z | Downloaded writeable v0.5.5 |
| 894 | 2025-01-25T02:56:12.113Z | Downloaded write16 v1.0.0 |
| 895 | 2025-01-25T02:56:12.113Z | Downloaded walkdir v2.5.0 |
| 896 | 2025-01-25T02:56:12.116Z | Downloaded unsafe-libyaml v0.2.11 |
| 897 | 2025-01-25T02:56:12.119Z | Downloaded newtype_derive v0.1.6 |
| 898 | 2025-01-25T02:56:12.119Z | Downloaded expectorate v1.1.0 |
| 899 | 2025-01-25T02:56:12.122Z | Downloaded winnow v0.5.40 |
| 900 | 2025-01-25T02:56:12.130Z | Downloaded slab v0.4.9 |
| 901 | 2025-01-25T02:56:12.134Z | Downloaded smoltcp v0.11.0 |
| 902 | 2025-01-25T02:56:12.146Z | Downloaded signal-hook v0.3.17 |
| 903 | 2025-01-25T02:56:12.149Z | Downloaded tower-service v0.3.3 |
| 904 | 2025-01-25T02:56:12.152Z | Downloaded tinyvec_macros v0.1.1 |
| 905 | 2025-01-25T02:56:12.152Z | Downloaded time v0.3.36 |
| 906 | 2025-01-25T02:56:12.159Z | Downloaded tracing-core v0.1.32 |
| 907 | 2025-01-25T02:56:12.162Z | Downloaded tracing-attributes v0.1.27 |
| 908 | 2025-01-25T02:56:12.164Z | Downloaded toml v0.7.8 |
| 909 | 2025-01-25T02:56:12.168Z | Downloaded toolchain_find v0.4.0 |
| 910 | 2025-01-25T02:56:12.170Z | Downloaded primeorder v0.13.6 |
| 911 | 2025-01-25T02:56:12.173Z | Downloaded typify-impl v0.3.0 |
| 912 | 2025-01-25T02:56:12.189Z | Downloaded prettyplease v0.2.25 |
| 913 | 2025-01-25T02:56:12.192Z | Downloaded unicode-truncate v1.1.0 |
| 914 | 2025-01-25T02:56:12.195Z | Downloaded thread_local v1.1.8 |
| 915 | 2025-01-25T02:56:12.198Z | Downloaded pem v3.0.4 |
| 916 | 2025-01-25T02:56:12.198Z | Downloaded rustyline v14.0.0 |
| 917 | 2025-01-25T02:56:12.203Z | Downloaded derive-where v1.2.7 |
| 918 | 2025-01-25T02:56:12.207Z | Downloaded half v2.4.1 |
| 919 | 2025-01-25T02:56:12.210Z | Downloaded ratatui v0.28.1 |
| 920 | 2025-01-25T02:56:12.232Z | Downloaded phf_generator v0.11.2 |
| 921 | 2025-01-25T02:56:12.235Z | Downloaded futures-executor v0.3.31 |
| 922 | 2025-01-25T02:56:12.235Z | Downloaded dunce v1.0.5 |
| 923 | 2025-01-25T02:56:12.235Z | Downloaded dsl_auto_type v0.1.2 |
| 924 | 2025-01-25T02:56:12.238Z | Downloaded deranged v0.3.11 |
| 925 | 2025-01-25T02:56:12.238Z | Downloaded zopfli v0.8.1 |
| 926 | 2025-01-25T02:56:12.241Z | Downloaded x509-cert v0.2.5 |
| 927 | 2025-01-25T02:56:12.246Z | Downloaded postgres-types v0.2.8 |
| 928 | 2025-01-25T02:56:12.249Z | Downloaded sync-ptr v0.1.1 |
| 929 | 2025-01-25T02:56:12.252Z | Downloaded display-error-chain v0.2.2 |
| 930 | 2025-01-25T02:56:12.252Z | Downloaded subprocess v0.2.9 |
| 931 | 2025-01-25T02:56:12.254Z | Downloaded progenitor v0.9.1 |
| 932 | 2025-01-25T02:56:12.257Z | Downloaded foreign-types v0.5.0 |
| 933 | 2025-01-25T02:56:12.257Z | Downloaded portable-atomic v1.9.0 |
| 934 | 2025-01-25T02:56:12.264Z | Downloaded sec1 v0.7.3 |
| 935 | 2025-01-25T02:56:12.267Z | Downloaded rustc-demangle v0.1.24 |
| 936 | 2025-01-25T02:56:12.269Z | Downloaded tokio-native-tls v0.3.1 |
| 937 | 2025-01-25T02:56:12.272Z | Downloaded predicates v3.1.2 |
| 938 | 2025-01-25T02:56:12.275Z | Downloaded sha1 v0.10.6 |
| 939 | 2025-01-25T02:56:12.275Z | Downloaded smallvec v1.13.2 |
| 940 | 2025-01-25T02:56:12.278Z | Downloaded tokio-rustls v0.24.1 |
| 941 | 2025-01-25T02:56:12.281Z | Downloaded precomputed-hash v0.1.1 |
| 942 | 2025-01-25T02:56:12.281Z | Downloaded phf_shared v0.10.0 |
| 943 | 2025-01-25T02:56:12.281Z | Downloaded samael v0.0.17 |
| 944 | 2025-01-25T02:56:12.287Z | Downloaded unicode_categories v0.1.1 |
| 945 | 2025-01-25T02:56:12.290Z | Downloaded unicode-xid v0.2.6 |
| 946 | 2025-01-25T02:56:12.293Z | Downloaded trust-dns-proto v0.22.0 |
| 947 | 2025-01-25T02:56:12.304Z | Downloaded ssh-cipher v0.2.0 |
| 948 | 2025-01-25T02:56:12.306Z | Downloaded russh v0.45.0 |
| 949 | 2025-01-25T02:56:12.311Z | Downloaded new_debug_unreachable v1.0.6 |
| 950 | 2025-01-25T02:56:12.313Z | Downloaded diesel v2.2.6 |
| 951 | 2025-01-25T02:56:12.332Z | Downloaded polyval v0.6.2 |
| 952 | 2025-01-25T02:56:12.335Z | Downloaded pkg-config v0.3.31 |
| 953 | 2025-01-25T02:56:12.337Z | Downloaded pkcs8 v0.10.2 |
| 954 | 2025-01-25T02:56:12.338Z | Downloaded pkcs5 v0.7.1 |
| 955 | 2025-01-25T02:56:12.341Z | Downloaded pkcs1 v0.7.5 |
| 956 | 2025-01-25T02:56:12.344Z | Downloaded yoke v0.7.4 |
| 957 | 2025-01-25T02:56:12.347Z | Downloaded nix v0.27.1 |
| 958 | 2025-01-25T02:56:12.358Z | Downloaded stringprep v0.1.5 |
| 959 | 2025-01-25T02:56:12.360Z | Downloaded string_cache v0.8.7 |
| 960 | 2025-01-25T02:56:12.363Z | Downloaded uuid v1.12.0 |
| 961 | 2025-01-25T02:56:12.366Z | Downloaded sled v0.34.7 |
| 962 | 2025-01-25T02:56:12.374Z | Downloaded darling_macro v0.20.10 |
| 963 | 2025-01-25T02:56:12.377Z | Downloaded peg-runtime v0.8.3 |
| 964 | 2025-01-25T02:56:12.377Z | Downloaded fatfs v0.3.6 |
| 965 | 2025-01-25T02:56:12.380Z | Downloaded endian-type v0.1.2 |
| 966 | 2025-01-25T02:56:12.383Z | Downloaded rustls v0.23.19 |
| 967 | 2025-01-25T02:56:12.392Z | Downloaded tokio-stream v0.1.16 |
| 968 | 2025-01-25T02:56:12.397Z | Downloaded difflib v0.4.0 |
| 969 | 2025-01-25T02:56:12.401Z | Downloaded tokio-util v0.7.12 |
| 970 | 2025-01-25T02:56:12.405Z | Downloaded rayon-core v1.12.1 |
| 971 | 2025-01-25T02:56:12.409Z | Downloaded parking_lot_core v0.8.6 |
| 972 | 2025-01-25T02:56:12.411Z | Downloaded parking_lot v0.12.3 |
| 973 | 2025-01-25T02:56:12.414Z | Downloaded tough v0.19.0 |
| 974 | 2025-01-25T02:56:12.421Z | Downloaded futures-task v0.3.31 |
| 975 | 2025-01-25T02:56:12.426Z | Downloaded futures-io v0.3.31 |
| 976 | 2025-01-25T02:56:12.426Z | Downloaded hashbrown v0.13.2 |
| 977 | 2025-01-25T02:56:12.428Z | Downloaded sigpipe v0.1.3 |
| 978 | 2025-01-25T02:56:12.431Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2025-01-25T02:56:12.431Z | Downloaded progenitor v0.8.0 |
| 980 | 2025-01-25T02:56:12.434Z | Downloaded regex-syntax v0.8.5 |
| 981 | 2025-01-25T02:56:12.440Z | Downloaded h2 v0.4.6 |
| 982 | 2025-01-25T02:56:12.449Z | Downloaded hashbrown v0.14.5 |
| 983 | 2025-01-25T02:56:12.454Z | Downloaded zerovec-derive v0.10.3 |
| 984 | 2025-01-25T02:56:12.457Z | Downloaded serde_urlencoded v0.7.1 |
| 985 | 2025-01-25T02:56:12.457Z | Downloaded serde_repr v0.1.19 |
| 986 | 2025-01-25T02:56:12.460Z | Downloaded hashbrown v0.12.3 |
| 987 | 2025-01-25T02:56:12.463Z | Downloaded tokio-rustls v0.26.0 |
| 988 | 2025-01-25T02:56:12.467Z | Downloaded tokio-macros v2.5.0 |
| 989 | 2025-01-25T02:56:12.469Z | Downloaded futures-macro v0.3.31 |
| 990 | 2025-01-25T02:56:12.469Z | Downloaded petgraph v0.6.5 |
| 991 | 2025-01-25T02:56:12.486Z | Downloaded multimap v0.10.0 |
| 992 | 2025-01-25T02:56:12.490Z | Downloaded diff v0.1.13 |
| 993 | 2025-01-25T02:56:12.492Z | Downloaded openapiv3 v2.0.0 |
| 994 | 2025-01-25T02:56:12.502Z | Downloaded ref-cast-impl v1.0.23 |
| 995 | 2025-01-25T02:56:12.505Z | Downloaded ref-cast v1.0.23 |
| 996 | 2025-01-25T02:56:12.507Z | Downloaded rand_xorshift v0.3.0 |
| 997 | 2025-01-25T02:56:12.507Z | Downloaded tokio-tungstenite v0.21.0 |
| 998 | 2025-01-25T02:56:12.510Z | Downloaded petname v2.0.2 |
| 999 | 2025-01-25T02:56:12.515Z | Downloaded parking_lot_core v0.9.10 |
| 1000 | 2025-01-25T02:56:12.517Z | Downloaded password-hash v0.4.2 |
| 1001 | 2025-01-25T02:56:12.520Z | Downloaded rayon v1.10.0 |
| 1002 | 2025-01-25T02:56:12.530Z | Downloaded parse-zoneinfo v0.3.1 |
| 1003 | 2025-01-25T02:56:12.532Z | Downloaded slog-scope v4.4.0 |
| 1004 | 2025-01-25T02:56:12.536Z | Downloaded serde_with_macros v3.11.0 |
| 1005 | 2025-01-25T02:56:12.536Z | Downloaded tokio-tungstenite v0.24.0 |
| 1006 | 2025-01-25T02:56:12.539Z | Downloaded nom v7.1.3 |
| 1007 | 2025-01-25T02:56:12.543Z | Downloaded dirs-next v2.0.0 |
| 1008 | 2025-01-25T02:56:12.546Z | Downloaded polar-core v0.27.3 |
| 1009 | 2025-01-25T02:56:12.554Z | Downloaded slog-json v2.6.1 |
| 1010 | 2025-01-25T02:56:12.557Z | Downloaded regex-syntax v0.6.29 |
| 1011 | 2025-01-25T02:56:12.564Z | Downloaded headers-core v0.3.0 |
| 1012 | 2025-01-25T02:56:12.567Z | Downloaded newline-converter v0.3.0 |
| 1013 | 2025-01-25T02:56:12.567Z | Downloaded derive_builder v0.20.2 |
| 1014 | 2025-01-25T02:56:12.572Z | Downloaded nodrop v0.1.14 |
| 1015 | 2025-01-25T02:56:12.575Z | Downloaded hash32 v0.3.1 |
| 1016 | 2025-01-25T02:56:12.575Z | Downloaded hash32 v0.2.1 |
| 1017 | 2025-01-25T02:56:12.578Z | Downloaded elliptic-curve v0.13.8 |
| 1018 | 2025-01-25T02:56:12.580Z | Downloaded tui-tree-widget v0.22.0 |
| 1019 | 2025-01-25T02:56:12.580Z | Downloaded der v0.7.9 |
| 1020 | 2025-01-25T02:56:12.586Z | Downloaded zip v0.6.6 |
| 1021 | 2025-01-25T02:56:12.590Z | Downloaded pin-project-lite v0.2.14 |
| 1022 | 2025-01-25T02:56:12.596Z | Downloaded rustc-hash v1.1.0 |
| 1023 | 2025-01-25T02:56:12.599Z | Downloaded dropshot_endpoint v0.15.1 |
| 1024 | 2025-01-25T02:56:12.603Z | Downloaded dropshot_endpoint v0.12.0 |
| 1025 | 2025-01-25T02:56:12.606Z | Downloaded dhcproto-macros v0.1.0 |
| 1026 | 2025-01-25T02:56:12.606Z | Downloaded unicode-width v0.2.0 |
| 1027 | 2025-01-25T02:56:12.610Z | Downloaded tokio-postgres v0.7.12 |
| 1028 | 2025-01-25T02:56:12.615Z | Downloaded smallvec v0.6.14 |
| 1029 | 2025-01-25T02:56:12.617Z | Downloaded russh-keys v0.45.0 |
| 1030 | 2025-01-25T02:56:12.620Z | Downloaded smoltcp v0.9.1 |
| 1031 | 2025-01-25T02:56:12.629Z | Downloaded native-tls v0.2.12 |
| 1032 | 2025-01-25T02:56:12.632Z | Downloaded zerovec v0.10.4 |
| 1033 | 2025-01-25T02:56:12.637Z | Downloaded num-rational v0.4.2 |
| 1034 | 2025-01-25T02:56:12.640Z | Downloaded num_enum v0.5.11 |
| 1035 | 2025-01-25T02:56:12.643Z | Downloaded serde_derive_internals v0.29.1 |
| 1036 | 2025-01-25T02:56:12.646Z | Downloaded rustls-pemfile v2.2.0 |
| 1037 | 2025-01-25T02:56:12.649Z | Downloaded num-traits v0.2.19 |
| 1038 | 2025-01-25T02:56:12.653Z | Downloaded normalize-line-endings v0.3.0 |
| 1039 | 2025-01-25T02:56:12.653Z | Downloaded displaydoc v0.2.5 |
| 1040 | 2025-01-25T02:56:12.656Z | Downloaded num_enum_derive v0.5.11 |
| 1041 | 2025-01-25T02:56:12.656Z | Downloaded multer v3.1.0 |
| 1042 | 2025-01-25T02:56:12.659Z | Downloaded parking_lot v0.11.2 |
| 1043 | 2025-01-25T02:56:12.662Z | Downloaded rustls-pki-types v1.10.0 |
| 1044 | 2025-01-25T02:56:12.664Z | Downloaded phf_shared v0.11.2 |
| 1045 | 2025-01-25T02:56:12.664Z | Downloaded predicates-core v1.0.8 |
| 1046 | 2025-01-25T02:56:12.667Z | Downloaded serde_with v3.11.0 |
| 1047 | 2025-01-25T02:56:12.674Z | Downloaded rustls-webpki v0.101.7 |
| 1048 | 2025-01-25T02:56:12.689Z | Downloaded rfc6979 v0.4.0 |
| 1049 | 2025-01-25T02:56:12.692Z | Downloaded embedded-io v0.4.0 |
| 1050 | 2025-01-25T02:56:12.692Z | Downloaded zip v2.1.3 |
| 1051 | 2025-01-25T02:56:12.696Z | Downloaded vte v0.11.1 |
| 1052 | 2025-01-25T02:56:12.699Z | Downloaded vsss-rs v3.3.4 |
| 1053 | 2025-01-25T02:56:12.701Z | Downloaded typify v0.2.0 |
| 1054 | 2025-01-25T02:56:12.704Z | Downloaded tokio-tungstenite v0.23.1 |
| 1055 | 2025-01-25T02:56:12.707Z | Downloaded pretty-hex v0.2.1 |
| 1056 | 2025-01-25T02:56:12.707Z | Downloaded rustls-webpki v0.102.8 |
| 1057 | 2025-01-25T02:56:12.725Z | Downloaded rustls-pemfile v1.0.4 |
| 1058 | 2025-01-25T02:56:12.728Z | Downloaded mockall_derive v0.13.0 |
| 1059 | 2025-01-25T02:56:12.731Z | Downloaded structmeta v0.2.0 |
| 1060 | 2025-01-25T02:56:12.731Z | Downloaded ssh-key v0.6.6 |
| 1061 | 2025-01-25T02:56:12.738Z | Downloaded rcgen v0.12.1 |
| 1062 | 2025-01-25T02:56:12.741Z | Downloaded slog-envlogger v2.2.0 |
| 1063 | 2025-01-25T02:56:12.743Z | Downloaded parse-size v1.1.0 |
| 1064 | 2025-01-25T02:56:12.743Z | Downloaded parse-display v0.10.0 |
| 1065 | 2025-01-25T02:56:12.744Z | Downloaded structmeta v0.3.0 |
| 1066 | 2025-01-25T02:56:12.746Z | Downloaded phf_codegen v0.11.2 |
| 1067 | 2025-01-25T02:56:12.746Z | Downloaded opaque-debug v0.3.1 |
| 1068 | 2025-01-25T02:56:12.746Z | Downloaded number_prefix v0.4.0 |
| 1069 | 2025-01-25T02:56:12.747Z | Downloaded enum-as-inner v0.6.1 |
| 1070 | 2025-01-25T02:56:12.749Z | Downloaded enum-as-inner v0.5.1 |
| 1071 | 2025-01-25T02:56:12.752Z | Downloaded zone_cfg_derive v0.3.0 |
| 1072 | 2025-01-25T02:56:12.752Z | Downloaded zone v0.3.0 |
| 1073 | 2025-01-25T02:56:12.752Z | Downloaded parse-display-derive v0.10.0 |
| 1074 | 2025-01-25T02:56:12.752Z | Downloaded nix v0.29.0 |
| 1075 | 2025-01-25T02:56:12.765Z | Downloaded thiserror-no-std v2.0.2 |
| 1076 | 2025-01-25T02:56:12.769Z | Downloaded defmt-macros v0.3.9 |
| 1077 | 2025-01-25T02:56:12.771Z | Downloaded defmt v0.3.8 |
| 1078 | 2025-01-25T02:56:12.775Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1079 | 2025-01-25T02:56:12.778Z | Downloaded tls_codec_derive v0.4.1 |
| 1080 | 2025-01-25T02:56:12.778Z | Downloaded regress v0.10.1 |
| 1081 | 2025-01-25T02:56:12.786Z | Downloaded zerocopy-derive v0.6.6 |
| 1082 | 2025-01-25T02:56:12.797Z | Downloaded salty v0.3.0 |
| 1083 | 2025-01-25T02:56:12.804Z | Downloaded der_derive v0.7.3 |
| 1084 | 2025-01-25T02:56:12.807Z | Downloaded headers v0.4.0 |
| 1085 | 2025-01-25T02:56:12.811Z | Downloaded tls_codec v0.4.1 |
| 1086 | 2025-01-25T02:56:12.813Z | Downloaded structmeta-derive v0.3.0 |
| 1087 | 2025-01-25T02:56:12.816Z | Downloaded serde-hex v0.1.0 |
| 1088 | 2025-01-25T02:56:12.816Z | Downloaded typed-path v0.9.3 |
| 1089 | 2025-01-25T02:56:12.822Z | Downloaded omicron-zone-package v0.12.0 |
| 1090 | 2025-01-25T02:56:12.827Z | Downloaded password-hash v0.5.0 |
| 1091 | 2025-01-25T02:56:12.830Z | Downloaded regress v0.9.1 |
| 1092 | 2025-01-25T02:56:12.837Z | Downloaded structmeta-derive v0.2.0 |
| 1093 | 2025-01-25T02:56:12.840Z | Downloaded encoding_rs v0.8.34 |
| 1094 | 2025-01-25T02:56:12.863Z | Downloaded dropshot v0.15.1 |
| 1095 | 2025-01-25T02:56:12.880Z | Downloaded tokio v1.43.0 |
| 1096 | 2025-01-25T02:56:12.918Z | Downloaded zerocopy-derive v0.8.10 |
| 1097 | 2025-01-25T02:56:12.921Z | Downloaded waitgroup v0.1.2 |
| 1098 | 2025-01-25T02:56:12.924Z | Downloaded typify-impl v0.2.0 |
| 1099 | 2025-01-25T02:56:12.937Z | Downloaded vergen v8.3.2 |
| 1100 | 2025-01-25T02:56:12.940Z | Downloaded uzers v0.12.1 |
| 1101 | 2025-01-25T02:56:12.943Z | Downloaded typify v0.3.0 |
| 1102 | 2025-01-25T02:56:12.946Z | Downloaded russh-cryptovec v0.7.3 |
| 1103 | 2025-01-25T02:56:12.948Z | Downloaded rand_seeder v0.3.0 |
| 1104 | 2025-01-25T02:56:12.948Z | Downloaded term v0.7.0 |
| 1105 | 2025-01-25T02:56:12.951Z | Downloaded futures-channel v0.3.31 |
| 1106 | 2025-01-25T02:56:12.954Z | Downloaded dropshot v0.12.0 |
| 1107 | 2025-01-25T02:56:12.972Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1108 | 2025-01-25T02:56:13.028Z | Downloaded tungstenite v0.24.0 |
| 1109 | 2025-01-25T02:56:13.032Z | Downloaded wait-timeout v0.2.0 |
| 1110 | 2025-01-25T02:56:13.035Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1111 | 2025-01-25T02:56:13.035Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2025-01-25T02:56:13.035Z | Downloaded zone v0.1.8 |
| 1113 | 2025-01-25T02:56:13.035Z | Downloaded ssh-encoding v0.2.0 |
| 1114 | 2025-01-25T02:56:13.038Z | Downloaded smf v0.2.3 |
| 1115 | 2025-01-25T02:56:13.038Z | Downloaded olpc-cjson v0.1.4 |
| 1116 | 2025-01-25T02:56:13.038Z | Downloaded object v0.30.4 |
| 1117 | 2025-01-25T02:56:13.047Z | Downloaded sqlparser v0.45.0 |
| 1118 | 2025-01-25T02:56:13.052Z | Downloaded postcard v1.0.10 |
| 1119 | 2025-01-25T02:56:13.055Z | Downloaded peg-macros v0.8.4 |
| 1120 | 2025-01-25T02:56:13.058Z | Downloaded peg v0.8.4 |
| 1121 | 2025-01-25T02:56:13.061Z | Downloaded sha3 v0.10.8 |
| 1122 | 2025-01-25T02:56:13.065Z | Downloaded path-slash v0.1.5 |
| 1123 | 2025-01-25T02:56:13.068Z | Downloaded newtype-uuid v1.2.1 |
| 1124 | 2025-01-25T02:56:13.068Z | Downloaded foreign-types v0.3.2 |
| 1125 | 2025-01-25T02:56:13.068Z | Downloaded filetime v0.2.25 |
| 1126 | 2025-01-25T02:56:13.071Z | Downloaded ff v0.13.0 |
| 1127 | 2025-01-25T02:56:13.071Z | Downloaded fd-lock v4.0.2 |
| 1128 | 2025-01-25T02:56:13.073Z | Downloaded fallible-iterator v0.2.0 |
| 1129 | 2025-01-25T02:56:13.077Z | Downloaded signal-hook-mio v0.2.4 |
| 1130 | 2025-01-25T02:56:13.077Z | Downloaded rusty-fork v0.3.0 |
| 1131 | 2025-01-25T02:56:13.079Z | Downloaded rustversion v1.0.17 |
| 1132 | 2025-01-25T02:56:13.079Z | Downloaded whoami v1.5.2 |
| 1133 | 2025-01-25T02:56:13.082Z | Downloaded num_threads v0.1.7 |
| 1134 | 2025-01-25T02:56:13.082Z | Downloaded diesel-dtrace v0.4.2 |
| 1135 | 2025-01-25T02:56:13.085Z | Downloaded supports-color v3.0.1 |
| 1136 | 2025-01-25T02:56:13.087Z | Downloaded csv v1.3.0 |
| 1137 | 2025-01-25T02:56:13.105Z | Downloaded publicsuffix v2.2.3 |
| 1138 | 2025-01-25T02:56:13.108Z | Downloaded progenitor-client v0.9.1 |
| 1139 | 2025-01-25T02:56:13.111Z | Downloaded progenitor-client v0.8.0 |
| 1140 | 2025-01-25T02:56:13.111Z | Downloaded owo-colors v4.1.0 |
| 1141 | 2025-01-25T02:56:13.113Z | Downloaded oso-derive v0.27.3 |
| 1142 | 2025-01-25T02:56:13.113Z | Downloaded oso v0.27.3 |
| 1143 | 2025-01-25T02:56:13.116Z | Downloaded sqlformat v0.2.6 |
| 1144 | 2025-01-25T02:56:13.119Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1145 | 2025-01-25T02:56:13.119Z | Downloaded rtoolbox v0.0.2 |
| 1146 | 2025-01-25T02:56:13.119Z | Downloaded postgres-protocol v0.6.7 |
| 1147 | 2025-01-25T02:56:13.121Z | Downloaded pbkdf2 v0.11.0 |
| 1148 | 2025-01-25T02:56:13.124Z | Downloaded paste v1.0.15 |
| 1149 | 2025-01-25T02:56:13.127Z | Downloaded hashlink v0.9.1 |
| 1150 | 2025-01-25T02:56:13.127Z | Downloaded scopeguard v1.2.0 |
| 1151 | 2025-01-25T02:56:13.129Z | Downloaded rustc-hash v2.0.0 |
| 1152 | 2025-01-25T02:56:13.130Z | Downloaded rusqlite v0.32.1 |
| 1153 | 2025-01-25T02:56:13.135Z | Downloaded tungstenite v0.23.0 |
| 1154 | 2025-01-25T02:56:13.138Z | Downloaded strum_macros v0.25.3 |
| 1155 | 2025-01-25T02:56:13.141Z | Downloaded steno v0.4.1 |
| 1156 | 2025-01-25T02:56:13.144Z | Downloaded lzma-sys v0.1.20 |
| 1157 | 2025-01-25T02:56:13.173Z | Downloaded idna v0.3.0 |
| 1158 | 2025-01-25T02:56:13.182Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1159 | 2025-01-25T02:56:13.185Z | Downloaded cookie_store v0.21.0 |
| 1160 | 2025-01-25T02:56:13.185Z | Downloaded const_format v0.2.33 |
| 1161 | 2025-01-25T02:56:13.189Z | Downloaded cfg_aliases v0.1.1 |
| 1162 | 2025-01-25T02:56:13.192Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1163 | 2025-01-25T02:56:13.201Z | Downloaded p256 v0.13.2 |
| 1164 | 2025-01-25T02:56:13.204Z | Downloaded litemap v0.7.3 |
| 1165 | 2025-01-25T02:56:13.207Z | Downloaded linear-map v1.2.0 |
| 1166 | 2025-01-25T02:56:13.207Z | Downloaded packed_struct v0.10.1 |
| 1167 | 2025-01-25T02:56:13.209Z | Downloaded tungstenite v0.21.0 |
| 1168 | 2025-01-25T02:56:13.212Z | Downloaded chrono-tz-build v0.4.0 |
| 1169 | 2025-01-25T02:56:13.212Z | Downloaded cancel-safe-futures v0.1.5 |
| 1170 | 2025-01-25T02:56:13.215Z | Downloaded buf-list v1.0.3 |
| 1171 | 2025-01-25T02:56:13.217Z | Downloaded chacha20poly1305 v0.10.1 |
| 1172 | 2025-01-25T02:56:13.220Z | Downloaded crypto-bigint v0.5.5 |
| 1173 | 2025-01-25T02:56:13.224Z | Downloaded idna v0.4.0 |
| 1174 | 2025-01-25T02:56:13.232Z | Downloaded idna v0.2.3 |
| 1175 | 2025-01-25T02:56:13.238Z | Downloaded block-padding v0.3.3 |
| 1176 | 2025-01-25T02:56:13.241Z | Downloaded indent_write v2.2.0 |
| 1177 | 2025-01-25T02:56:13.241Z | Downloaded console v0.15.8 |
| 1178 | 2025-01-25T02:56:13.244Z | Downloaded cexpr v0.6.0 |
| 1179 | 2025-01-25T02:56:13.247Z | Downloaded cbc v0.1.2 |
| 1180 | 2025-01-25T02:56:13.247Z | Downloaded atomic-waker v1.1.2 |
| 1181 | 2025-01-25T02:56:13.247Z | Downloaded async-stream v0.3.6 |
| 1182 | 2025-01-25T02:56:13.251Z | Downloaded arrayref v0.3.9 |
| 1183 | 2025-01-25T02:56:13.316Z | Downloaded libsqlite3-sys v0.30.1 |
| 1184 | 2025-01-25T02:56:13.502Z | Downloaded ring v0.17.8 |
| 1185 | 2025-01-25T02:56:13.762Z | Downloaded aws-lc-sys v0.22.0 |
| 1186 | 2025-01-25T02:56:14.068Z | Compiling serde v1.0.217 |
| 1187 | 2025-01-25T02:56:14.071Z | Compiling lock_api v0.4.12 |
| 1188 | 2025-01-25T02:56:14.071Z | Compiling scopeguard v1.2.0 |
| 1189 | 2025-01-25T02:56:14.071Z | Compiling value-bag v1.9.0 |
| 1190 | 2025-01-25T02:56:14.071Z | Compiling typenum v1.17.0 |
| 1191 | 2025-01-25T02:56:14.225Z | Compiling generic-array v0.14.7 |
| 1192 | 2025-01-25T02:56:14.266Z | Compiling syn v2.0.96 |
| 1193 | 2025-01-25T02:56:14.279Z | Compiling getrandom v0.2.15 |
| 1194 | 2025-01-25T02:56:14.351Z | Compiling subtle v2.6.1 |
| 1195 | 2025-01-25T02:56:14.595Z | Compiling rand_core v0.6.4 |
| 1196 | 2025-01-25T02:56:14.709Z | Compiling log v0.4.22 |
| 1197 | 2025-01-25T02:56:14.756Z | Compiling shlex v1.3.0 |
| 1198 | 2025-01-25T02:56:14.786Z | Compiling jobserver v0.1.32 |
| 1199 | 2025-01-25T02:56:14.804Z | Compiling const-oid v0.9.6 |
| 1200 | 2025-01-25T02:56:15.098Z | Compiling smallvec v1.13.2 |
| 1201 | 2025-01-25T02:56:15.133Z | Compiling spin v0.9.8 |
| 1202 | 2025-01-25T02:56:15.136Z | Compiling pin-project-lite v0.2.14 |
| 1203 | 2025-01-25T02:56:15.291Z | Compiling cc v1.1.30 |
| 1204 | 2025-01-25T02:56:15.500Z | Compiling rustix v0.38.37 |
| 1205 | 2025-01-25T02:56:15.503Z | Compiling parking_lot_core v0.9.10 |
| 1206 | 2025-01-25T02:56:15.540Z | Compiling futures-core v0.3.31 |
| 1207 | 2025-01-25T02:56:15.590Z | Compiling signal-hook-registry v1.4.2 |
| 1208 | 2025-01-25T02:56:15.783Z | Compiling mio v1.0.2 |
| 1209 | 2025-01-25T02:56:16.293Z | Compiling aho-corasick v1.1.3 |
| 1210 | 2025-01-25T02:56:16.364Z | Compiling parking_lot v0.12.3 |
| 1211 | 2025-01-25T02:56:16.559Z | Compiling cpufeatures v0.2.14 |
| 1212 | 2025-01-25T02:56:16.660Z | Compiling either v1.13.0 |
| 1213 | 2025-01-25T02:56:16.680Z | Compiling regex-syntax v0.8.5 |
| 1214 | 2025-01-25T02:56:16.927Z | Compiling lazy_static v1.5.0 |
| 1215 | 2025-01-25T02:56:16.985Z | Compiling stable_deref_trait v1.2.0 |
| 1216 | 2025-01-25T02:56:17.057Z | Compiling glob v0.3.1 |
| 1217 | 2025-01-25T02:56:17.095Z | Compiling futures-sink v0.3.31 |
| 1218 | 2025-01-25T02:56:17.114Z | Compiling socket2 v0.5.7 |
| 1219 | 2025-01-25T02:56:17.242Z | Compiling slab v0.4.9 |
| 1220 | 2025-01-25T02:56:17.262Z | Compiling prettyplease v0.2.25 |
| 1221 | 2025-01-25T02:56:17.603Z | Compiling minimal-lexical v0.2.1 |
| 1222 | 2025-01-25T02:56:17.698Z | Compiling serde_json v1.0.135 |
| 1223 | 2025-01-25T02:56:17.909Z | Compiling clang-sys v1.8.1 |
| 1224 | 2025-01-25T02:56:18.029Z | Compiling nom v7.1.3 |
| 1225 | 2025-01-25T02:56:18.096Z | Compiling libloading v0.8.5 |
| 1226 | 2025-01-25T02:56:18.195Z | Compiling bindgen v0.69.5 |
| 1227 | 2025-01-25T02:56:18.536Z | Compiling home v0.5.9 |
| 1228 | 2025-01-25T02:56:18.791Z | Compiling futures-channel v0.3.31 |
| 1229 | 2025-01-25T02:56:19.072Z | Compiling itertools v0.12.1 |
| 1230 | 2025-01-25T02:56:19.108Z | Compiling futures-task v0.3.31 |
| 1231 | 2025-01-25T02:56:19.205Z | Compiling foldhash v0.1.3 |
| 1232 | 2025-01-25T02:56:19.420Z | Compiling futures-io v0.3.31 |
| 1233 | 2025-01-25T02:56:19.518Z | Compiling rustc-hash v1.1.0 |
| 1234 | 2025-01-25T02:56:19.683Z | Compiling allocator-api2 v0.2.18 |
| 1235 | 2025-01-25T02:56:19.706Z | Compiling lazycell v1.3.0 |
| 1236 | 2025-01-25T02:56:19.870Z | Compiling pin-utils v0.1.0 |
| 1237 | 2025-01-25T02:56:19.981Z | Compiling libm v0.2.8 |
| 1238 | 2025-01-25T02:56:20.293Z | Compiling regex-automata v0.4.8 |
| 1239 | 2025-01-25T02:56:20.419Z | Compiling hashbrown v0.15.1 |
| 1240 | 2025-01-25T02:56:21.109Z | Compiling cmake v0.1.51 |
| 1241 | 2025-01-25T02:56:21.438Z | Compiling synstructure v0.13.1 |
| 1242 | 2025-01-25T02:56:21.910Z | Compiling cexpr v0.6.0 |
| 1243 | 2025-01-25T02:56:21.988Z | Compiling num-traits v0.2.19 |
| 1244 | 2025-01-25T02:56:22.281Z | Compiling pkg-config v0.3.31 |
| 1245 | 2025-01-25T02:56:22.788Z | Compiling dunce v1.0.5 |
| 1246 | 2025-01-25T02:56:22.885Z | Compiling tinyvec_macros v0.1.1 |
| 1247 | 2025-01-25T02:56:22.927Z | Compiling fs_extra v1.3.0 |
| 1248 | 2025-01-25T02:56:22.986Z | Compiling tinyvec v1.8.0 |
| 1249 | 2025-01-25T02:56:23.604Z | Compiling ring v0.17.8 |
| 1250 | 2025-01-25T02:56:23.726Z | Compiling litemap v0.7.3 |
| 1251 | 2025-01-25T02:56:24.113Z | Compiling unicode-bidi v0.3.17 |
| 1252 | 2025-01-25T02:56:24.345Z | Compiling writeable v0.5.5 |
| 1253 | 2025-01-25T02:56:24.462Z | Compiling unicode-normalization v0.1.24 |
| 1254 | 2025-01-25T02:56:24.833Z | Compiling paste v1.0.15 |
| 1255 | 2025-01-25T02:56:24.859Z | Compiling base64ct v1.6.0 |
| 1256 | 2025-01-25T02:56:25.386Z | Compiling pem-rfc7468 v0.7.0 |
| 1257 | 2025-01-25T02:56:25.407Z | Compiling flagset v0.4.6 |
| 1258 | 2025-01-25T02:56:25.507Z | Compiling httparse v1.9.5 |
| 1259 | 2025-01-25T02:56:25.601Z | Compiling regex v1.11.1 |
| 1260 | 2025-01-25T02:56:26.018Z | Compiling aws-lc-rs v1.10.0 |
| 1261 | 2025-01-25T02:56:26.344Z | Compiling tracing-core v0.1.32 |
| 1262 | 2025-01-25T02:56:26.389Z | Compiling percent-encoding v2.3.1 |
| 1263 | 2025-01-25T02:56:26.523Z | Compiling icu_locid_transform_data v1.5.0 |
| 1264 | 2025-01-25T02:56:26.635Z | Compiling crossbeam-utils v0.8.20 |
| 1265 | 2025-01-25T02:56:26.689Z | Compiling rustls-pki-types v1.10.0 |
| 1266 | 2025-01-25T02:56:26.947Z | Compiling serde_derive v1.0.217 |
| 1267 | 2025-01-25T02:56:27.167Z | Compiling zeroize_derive v1.4.2 |
| 1268 | 2025-01-25T02:56:27.224Z | Compiling zerocopy-derive v0.7.35 |
| 1269 | 2025-01-25T02:56:27.491Z | Compiling tokio-macros v2.5.0 |
| 1270 | 2025-01-25T02:56:27.641Z | Compiling zerofrom-derive v0.1.4 |
| 1271 | 2025-01-25T02:56:28.568Z | Compiling zeroize v1.8.1 |
| 1272 | 2025-01-25T02:56:29.012Z | Compiling thiserror-impl v1.0.69 |
| 1273 | 2025-01-25T02:56:29.063Z | Compiling yoke-derive v0.7.4 |
| 1274 | 2025-01-25T02:56:29.196Z | Compiling zerocopy v0.7.35 |
| 1275 | 2025-01-25T02:56:30.204Z | Compiling crypto-common v0.1.6 |
| 1276 | 2025-01-25T02:56:30.433Z | Compiling block-buffer v0.10.4 |
| 1277 | 2025-01-25T02:56:30.529Z | Compiling zerovec-derive v0.10.3 |
| 1278 | 2025-01-25T02:56:30.665Z | Compiling digest v0.10.7 |
| 1279 | 2025-01-25T02:56:31.093Z | Compiling hmac v0.12.1 |
| 1280 | 2025-01-25T02:56:31.112Z | Compiling futures-macro v0.3.31 |
| 1281 | 2025-01-25T02:56:31.129Z | Compiling zerofrom v0.1.4 |
| 1282 | 2025-01-25T02:56:31.329Z | Compiling block-padding v0.3.3 |
| 1283 | 2025-01-25T02:56:31.349Z | Compiling displaydoc v0.2.5 |
| 1284 | 2025-01-25T02:56:31.367Z | Compiling sha2 v0.10.8 |
| 1285 | 2025-01-25T02:56:31.567Z | Compiling inout v0.1.3 |
| 1286 | 2025-01-25T02:56:31.606Z | Compiling yoke v0.7.4 |
| 1287 | 2025-01-25T02:56:31.843Z | Compiling cipher v0.4.4 |
| 1288 | 2025-01-25T02:56:31.933Z | Compiling thiserror v1.0.69 |
| 1289 | 2025-01-25T02:56:31.967Z | Compiling ppv-lite86 v0.2.20 |
| 1290 | 2025-01-25T02:56:32.090Z | Compiling der_derive v0.7.3 |
| 1291 | 2025-01-25T02:56:32.358Z | Compiling icu_provider_macros v1.5.0 |
| 1292 | 2025-01-25T02:56:32.694Z | Compiling rand_chacha v0.3.1 |
| 1293 | 2025-01-25T02:56:32.875Z | Compiling tracing-attributes v0.1.27 |
| 1294 | 2025-01-25T02:56:32.897Z | Compiling zerovec v0.10.4 |
| 1295 | 2025-01-25T02:56:32.915Z | Compiling futures-util v0.3.31 |
| 1296 | 2025-01-25T02:56:33.469Z | Compiling rand v0.8.5 |
| 1297 | 2025-01-25T02:56:34.457Z | Compiling tinystr v0.7.6 |
| 1298 | 2025-01-25T02:56:34.801Z | Compiling icu_locid v1.5.0 |
| 1299 | 2025-01-25T02:56:34.850Z | Compiling der v0.7.9 |
| 1300 | 2025-01-25T02:56:35.003Z | Compiling icu_collections v1.5.0 |
| 1301 | 2025-01-25T02:56:35.022Z | Compiling salsa20 v0.10.2 |
| 1302 | 2025-01-25T02:56:35.262Z | Compiling pest v2.7.14 |
| 1303 | 2025-01-25T02:56:35.483Z | Compiling pbkdf2 v0.12.2 |
| 1304 | 2025-01-25T02:56:36.229Z | Compiling icu_provider v1.5.0 |
| 1305 | 2025-01-25T02:56:36.346Z | Compiling tracing v0.1.40 |
| 1306 | 2025-01-25T02:56:36.394Z | Compiling num-conv v0.1.0 |
| 1307 | 2025-01-25T02:56:36.681Z | Compiling time-core v0.1.2 |
| 1308 | 2025-01-25T02:56:36.783Z | Compiling spki v0.7.3 |
| 1309 | 2025-01-25T02:56:36.849Z | Compiling untrusted v0.7.1 |
| 1310 | 2025-01-25T02:56:36.872Z | Compiling icu_locid_transform v1.5.0 |
| 1311 | 2025-01-25T02:56:37.058Z | Compiling icu_properties_data v1.5.0 |
| 1312 | 2025-01-25T02:56:37.157Z | Compiling mirai-annotations v1.12.0 |
| 1313 | 2025-01-25T02:56:37.177Z | Compiling untrusted v0.9.0 |
| 1314 | 2025-01-25T02:56:37.305Z | Compiling vcpkg v0.2.15 |
| 1315 | 2025-01-25T02:56:37.362Z | Compiling powerfmt v0.2.0 |
| 1316 | 2025-01-25T02:56:37.741Z | Compiling deranged v0.3.11 |
| 1317 | 2025-01-25T02:56:37.763Z | Compiling time-macros v0.2.18 |
| 1318 | 2025-01-25T02:56:38.268Z | Compiling icu_properties v1.5.1 |
| 1319 | 2025-01-25T02:56:38.306Z | Compiling pest_meta v2.7.14 |
| 1320 | 2025-01-25T02:56:39.188Z | Compiling openssl-sys v0.9.103 |
| 1321 | 2025-01-25T02:56:39.228Z | Compiling scrypt v0.11.0 |
| 1322 | 2025-01-25T02:56:39.750Z | Compiling bitflags v2.6.0 |
| 1323 | 2025-01-25T02:56:39.814Z | Compiling bytes v1.9.0 |
| 1324 | 2025-01-25T02:56:40.371Z | Compiling indexmap v2.7.0 |
| 1325 | 2025-01-25T02:56:40.754Z | Compiling tokio v1.43.0 |
| 1326 | 2025-01-25T02:56:40.811Z | Compiling http v1.2.0 |
| 1327 | 2025-01-25T02:56:41.013Z | Compiling semver v1.0.24 |
| 1328 | 2025-01-25T02:56:41.656Z | Compiling rustc_version v0.4.1 |
| 1329 | 2025-01-25T02:56:41.719Z | Compiling cbc v0.1.2 |
| 1330 | 2025-01-25T02:56:41.944Z | Compiling aes v0.8.4 |
| 1331 | 2025-01-25T02:56:42.340Z | Compiling scroll_derive v0.12.0 |
| 1332 | 2025-01-25T02:56:42.712Z | Compiling utf8_iter v1.0.4 |
| 1333 | 2025-01-25T02:56:42.927Z | Compiling utf16_iter v1.0.5 |
| 1334 | 2025-01-25T02:56:42.962Z | Compiling num_threads v0.1.7 |
| 1335 | 2025-01-25T02:56:43.011Z | Compiling atomic-waker v1.1.2 |
| 1336 | 2025-01-25T02:56:43.074Z | Compiling icu_normalizer_data v1.5.0 |
| 1337 | 2025-01-25T02:56:43.104Z | Compiling write16 v1.0.0 |
| 1338 | 2025-01-25T02:56:43.140Z | Compiling time v0.3.36 |
| 1339 | 2025-01-25T02:56:43.179Z | Compiling pkcs5 v0.7.1 |
| 1340 | 2025-01-25T02:56:43.219Z | Compiling icu_normalizer v1.5.0 |
| 1341 | 2025-01-25T02:56:43.253Z | Compiling http-body v1.0.1 |
| 1342 | 2025-01-25T02:56:43.623Z | Compiling pest_generator v2.7.14 |
| 1343 | 2025-01-25T02:56:43.744Z | Compiling which v4.4.2 |
| 1344 | 2025-01-25T02:56:44.325Z | Compiling scroll v0.12.0 |
| 1345 | 2025-01-25T02:56:44.752Z | Compiling form_urlencoded v1.2.1 |
| 1346 | 2025-01-25T02:56:44.857Z | Compiling slog v2.7.0 |
| 1347 | 2025-01-25T02:56:44.880Z | Compiling try-lock v0.2.5 |
| 1348 | 2025-01-25T02:56:44.997Z | Compiling goblin v0.8.2 |
| 1349 | 2025-01-25T02:56:45.045Z | Compiling want v0.3.1 |
| 1350 | 2025-01-25T02:56:45.072Z | Compiling idna_adapter v1.2.0 |
| 1351 | 2025-01-25T02:56:45.330Z | Compiling pkcs8 v0.10.2 |
| 1352 | 2025-01-25T02:56:45.351Z | Compiling uuid v1.12.0 |
| 1353 | 2025-01-25T02:56:45.403Z | Compiling iana-time-zone v0.1.61 |
| 1354 | 2025-01-25T02:56:45.456Z | Compiling pest_derive v2.7.14 |
| 1355 | 2025-01-25T02:56:45.789Z | Compiling httpdate v1.0.3 |
| 1356 | 2025-01-25T02:56:45.946Z | Compiling chrono v0.4.38 |
| 1357 | 2025-01-25T02:56:46.254Z | Compiling dtrace-parser v0.2.0 |
| 1358 | 2025-01-25T02:56:46.781Z | Compiling idna v1.0.3 |
| 1359 | 2025-01-25T02:56:46.992Z | Compiling serde_spanned v0.6.8 |
| 1360 | 2025-01-25T02:56:47.243Z | Compiling toml_datetime v0.6.8 |
| 1361 | 2025-01-25T02:56:47.718Z | Compiling serde_tokenstream v0.2.2 |
| 1362 | 2025-01-25T02:56:47.746Z | Compiling openssl v0.10.66 |
| 1363 | 2025-01-25T02:56:48.156Z | Compiling foreign-types-shared v0.1.1 |
| 1364 | 2025-01-25T02:56:48.178Z | Compiling match_cfg v0.1.0 |
| 1365 | 2025-01-25T02:56:48.273Z | Compiling rustversion v1.0.17 |
| 1366 | 2025-01-25T02:56:48.276Z | Compiling tower-service v0.3.3 |
| 1367 | 2025-01-25T02:56:48.276Z | Compiling adler2 v2.0.0 |
| 1368 | 2025-01-25T02:56:48.409Z | Compiling base64 v0.22.1 |
| 1369 | 2025-01-25T02:56:48.438Z | Compiling hostname v0.3.1 |
| 1370 | 2025-01-25T02:56:48.534Z | Compiling miniz_oxide v0.8.0 |
| 1371 | 2025-01-25T02:56:48.650Z | Compiling tokio-util v0.7.12 |
| 1372 | 2025-01-25T02:56:49.077Z | Compiling foreign-types v0.3.2 |
| 1373 | 2025-01-25T02:56:49.131Z | Compiling url v2.5.3 |
| 1374 | 2025-01-25T02:56:49.325Z | Compiling async-trait v0.1.83 |
| 1375 | 2025-01-25T02:56:49.919Z | Compiling h2 v0.4.6 |
| 1376 | 2025-01-25T02:56:49.980Z | Compiling openssl-macros v0.1.1 |
| 1377 | 2025-01-25T02:56:50.348Z | Compiling serde_derive_internals v0.29.1 |
| 1378 | 2025-01-25T02:56:50.708Z | Compiling dof v0.3.0 |
| 1379 | 2025-01-25T02:56:50.922Z | Compiling dirs-sys-next v0.1.2 |
| 1380 | 2025-01-25T02:56:51.500Z | Compiling usdt-impl v0.5.0 |
| 1381 | 2025-01-25T02:56:51.597Z | Compiling syn v1.0.109 |
| 1382 | 2025-01-25T02:56:52.185Z | Compiling data-encoding v2.6.0 |
| 1383 | 2025-01-25T02:56:52.526Z | Compiling rustls v0.23.19 |
| 1384 | 2025-01-25T02:56:52.677Z | Compiling native-tls v0.2.12 |
| 1385 | 2025-01-25T02:56:52.817Z | Compiling schemars v0.8.21 |
| 1386 | 2025-01-25T02:56:52.857Z | Compiling siphasher v0.3.11 |
| 1387 | 2025-01-25T02:56:53.019Z | Compiling rustls v0.22.4 |
| 1388 | 2025-01-25T02:56:53.206Z | Compiling schemars_derive v0.8.21 |
| 1389 | 2025-01-25T02:56:53.324Z | Compiling dirs-next v2.0.0 |
| 1390 | 2025-01-25T02:56:54.100Z | Compiling http-body-util v0.1.2 |
| 1391 | 2025-01-25T02:56:54.277Z | Compiling heapless v0.7.17 |
| 1392 | 2025-01-25T02:56:54.316Z | Compiling crossbeam-epoch v0.9.18 |
| 1393 | 2025-01-25T02:56:54.559Z | Compiling signature v2.2.0 |
| 1394 | 2025-01-25T02:56:54.699Z | Compiling sha1 v0.10.6 |
| 1395 | 2025-01-25T02:56:54.749Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1396 | 2025-01-25T02:56:54.856Z | Compiling thread_local v1.1.8 |
| 1397 | 2025-01-25T02:56:54.986Z | Compiling encoding_rs v0.8.34 |
| 1398 | 2025-01-25T02:56:55.091Z | Compiling multer v3.1.0 |
| 1399 | 2025-01-25T02:56:55.197Z | Compiling cookie v0.18.1 |
| 1400 | 2025-01-25T02:56:55.352Z | Compiling signal-hook v0.3.17 |
| 1401 | 2025-01-25T02:56:55.370Z | Compiling slog-async v2.8.0 |
| 1402 | 2025-01-25T02:56:55.471Z | Compiling rayon-core v1.12.1 |
| 1403 | 2025-01-25T02:56:55.608Z | Compiling ipnet v2.10.1 |
| 1404 | 2025-01-25T02:56:55.739Z | Compiling dyn-clone v1.0.17 |
| 1405 | 2025-01-25T02:56:55.835Z | Compiling unicode-properties v0.1.3 |
| 1406 | 2025-01-25T02:56:55.965Z | Compiling mime v0.3.17 |
| 1407 | 2025-01-25T02:56:56.255Z | Compiling gimli v0.31.1 |
| 1408 | 2025-01-25T02:56:56.307Z | Compiling openssl-probe v0.1.5 |
| 1409 | 2025-01-25T02:56:56.639Z | Compiling stringprep v0.1.5 |
| 1410 | 2025-01-25T02:56:56.739Z | Compiling hyper v1.5.2 |
| 1411 | 2025-01-25T02:56:57.749Z | Compiling toml_edit v0.22.22 |
| 1412 | 2025-01-25T02:56:59.206Z | Compiling hyper-util v0.1.10 |
| 1413 | 2025-01-25T02:57:00.378Z | Compiling addr2line v0.24.2 |
| 1414 | 2025-01-25T02:57:00.459Z | Compiling crossbeam-deque v0.8.5 |
| 1415 | 2025-01-25T02:57:00.884Z | Compiling usdt-attr-macro v0.5.0 |
| 1416 | 2025-01-25T02:57:00.945Z | Compiling usdt-macro v0.5.0 |
| 1417 | 2025-01-25T02:57:00.976Z | Compiling term v0.7.0 |
| 1418 | 2025-01-25T02:57:01.676Z | Compiling slog-json v2.6.1 |
| 1419 | 2025-01-25T02:57:02.057Z | Compiling serde_urlencoded v0.7.1 |
| 1420 | 2025-01-25T02:57:02.074Z | Compiling curve25519-dalek v4.1.3 |
| 1421 | 2025-01-25T02:57:02.251Z | Compiling crossbeam-channel v0.5.13 |
| 1422 | 2025-01-25T02:57:02.360Z | Compiling futures-executor v0.3.31 |
| 1423 | 2025-01-25T02:57:02.381Z | Compiling enum-as-inner v0.6.1 |
| 1424 | 2025-01-25T02:57:02.538Z | Compiling md-5 v0.10.6 |
| 1425 | 2025-01-25T02:57:02.724Z | Compiling rustls-pemfile v2.2.0 |
| 1426 | 2025-01-25T02:57:02.816Z | Compiling async-stream-impl v0.3.6 |
| 1427 | 2025-01-25T02:57:02.858Z | Compiling num-integer v0.1.46 |
| 1428 | 2025-01-25T02:57:03.056Z | Compiling idna v0.4.0 |
| 1429 | 2025-01-25T02:57:03.223Z | Compiling idna v0.3.0 |
| 1430 | 2025-01-25T02:57:03.421Z | Compiling hash32 v0.2.1 |
| 1431 | 2025-01-25T02:57:03.646Z | Compiling ff v0.13.0 |
| 1432 | 2025-01-25T02:57:03.790Z | Compiling is-terminal v0.4.13 |
| 1433 | 2025-01-25T02:57:03.897Z | Compiling object v0.36.5 |
| 1434 | 2025-01-25T02:57:03.930Z | Compiling dropshot v0.12.0 |
| 1435 | 2025-01-25T02:57:04.099Z | Compiling utf-8 v0.7.6 |
| 1436 | 2025-01-25T02:57:04.237Z | Compiling fallible-iterator v0.2.0 |
| 1437 | 2025-01-25T02:57:04.431Z | Compiling psl-types v2.0.11 |
| 1438 | 2025-01-25T02:57:04.637Z | Compiling take_mut v0.2.2 |
| 1439 | 2025-01-25T02:57:04.657Z | Compiling portable-atomic v1.9.0 |
| 1440 | 2025-01-25T02:57:04.765Z | Compiling rustc-demangle v0.1.24 |
| 1441 | 2025-01-25T02:57:04.801Z | Compiling base16ct v0.2.0 |
| 1442 | 2025-01-25T02:57:04.900Z | Compiling smoltcp v0.9.1 |
| 1443 | 2025-01-25T02:57:05.133Z | Compiling linked-hash-map v0.5.6 |
| 1444 | 2025-01-25T02:57:05.165Z | Compiling anyhow v1.0.93 |
| 1445 | 2025-01-25T02:57:05.486Z | Compiling quick-error v1.2.3 |
| 1446 | 2025-01-25T02:57:05.543Z | Compiling num-bigint-dig v0.8.4 |
| 1447 | 2025-01-25T02:57:05.653Z | Compiling resolv-conf v0.7.0 |
| 1448 | 2025-01-25T02:57:05.708Z | Compiling lru-cache v0.1.2 |
| 1449 | 2025-01-25T02:57:05.732Z | Compiling sec1 v0.7.3 |
| 1450 | 2025-01-25T02:57:05.872Z | Compiling postgres-protocol v0.6.7 |
| 1451 | 2025-01-25T02:57:06.145Z | Compiling publicsuffix v2.2.3 |
| 1452 | 2025-01-25T02:57:06.252Z | Compiling tungstenite v0.24.0 |
| 1453 | 2025-01-25T02:57:06.405Z | Compiling async-stream v0.3.6 |
| 1454 | 2025-01-25T02:57:06.425Z | Compiling hickory-proto v0.24.1 |
| 1455 | 2025-01-25T02:57:06.709Z | Compiling slog-term v2.9.1 |
| 1456 | 2025-01-25T02:57:06.929Z | Compiling usdt v0.5.0 |
| 1457 | 2025-01-25T02:57:07.077Z | Compiling group v0.13.0 |
| 1458 | 2025-01-25T02:57:07.400Z | Compiling num-iter v0.1.45 |
| 1459 | 2025-01-25T02:57:07.704Z | Compiling futures v0.3.31 |
| 1460 | 2025-01-25T02:57:07.831Z | Compiling slog-bunyan v2.5.0 |
| 1461 | 2025-01-25T02:57:08.049Z | Compiling toml v0.8.19 |
| 1462 | 2025-01-25T02:57:08.298Z | Compiling tokio-native-tls v0.3.1 |
| 1463 | 2025-01-25T02:57:09.579Z | Compiling camino v1.1.9 |
| 1464 | 2025-01-25T02:57:09.601Z | Compiling phf_shared v0.11.2 |
| 1465 | 2025-01-25T02:57:09.649Z | Compiling dropshot_endpoint v0.12.0 |
| 1466 | 2025-01-25T02:57:09.970Z | Compiling terminal_size v0.4.0 |
| 1467 | 2025-01-25T02:57:10.246Z | Compiling waitgroup v0.1.2 |
| 1468 | 2025-01-25T02:57:10.261Z | Compiling openapiv3 v2.0.0 |
| 1469 | 2025-01-25T02:57:10.435Z | Compiling backtrace v0.3.74 |
| 1470 | 2025-01-25T02:57:10.464Z | Compiling serde_path_to_error v0.1.16 |
| 1471 | 2025-01-25T02:57:10.963Z | Compiling hkdf v0.12.4 |
| 1472 | 2025-01-25T02:57:11.196Z | Compiling crypto-bigint v0.5.5 |
| 1473 | 2025-01-25T02:57:11.228Z | Compiling webpki-roots v0.26.6 |
| 1474 | 2025-01-25T02:57:11.453Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1475 | 2025-01-25T02:57:12.898Z | Compiling zerocopy-derive v0.6.6 |
| 1476 | 2025-01-25T02:57:13.304Z | Compiling hubpack_derive v0.1.1 |
| 1477 | 2025-01-25T02:57:13.429Z | Compiling idna v0.5.0 |
| 1478 | 2025-01-25T02:57:13.792Z | Compiling hostname v0.4.0 |
| 1479 | 2025-01-25T02:57:14.017Z | Compiling fs-err v2.11.0 |
| 1480 | 2025-01-25T02:57:14.164Z | Compiling ahash v0.8.11 |
| 1481 | 2025-01-25T02:57:14.272Z | Compiling crc32fast v1.4.2 |
| 1482 | 2025-01-25T02:57:14.309Z | Compiling managed v0.8.0 |
| 1483 | 2025-01-25T02:57:14.487Z | Compiling debug-ignore v1.0.5 |
| 1484 | 2025-01-25T02:57:14.630Z | Compiling winnow v0.5.40 |
| 1485 | 2025-01-25T02:57:14.653Z | Compiling bitflags v1.3.2 |
| 1486 | 2025-01-25T02:57:14.712Z | Compiling newtype-uuid v1.2.1 |
| 1487 | 2025-01-25T02:57:14.875Z | Compiling zerocopy v0.6.6 |
| 1488 | 2025-01-25T02:57:14.916Z | Compiling strum_macros v0.25.3 |
| 1489 | 2025-01-25T02:57:15.019Z | Compiling clap_builder v4.5.21 |
| 1490 | 2025-01-25T02:57:15.584Z | Compiling flate2 v1.0.34 |
| 1491 | 2025-01-25T02:57:15.738Z | Compiling cookie_store v0.21.0 |
| 1492 | 2025-01-25T02:57:16.461Z | Compiling console v0.15.8 |
| 1493 | 2025-01-25T02:57:16.849Z | Compiling hubpack v0.1.2 |
| 1494 | 2025-01-25T02:57:17.159Z | Compiling elliptic-curve v0.13.8 |
| 1495 | 2025-01-25T02:57:17.267Z | Compiling hickory-resolver v0.24.1 |
| 1496 | 2025-01-25T02:57:17.824Z | Compiling toml_edit v0.19.15 |
| 1497 | 2025-01-25T02:57:18.008Z | Compiling phf v0.11.2 |
| 1498 | 2025-01-25T02:57:18.262Z | Compiling signal-hook-mio v0.2.4 |
| 1499 | 2025-01-25T02:57:18.477Z | Compiling rayon v1.10.0 |
| 1500 | 2025-01-25T02:57:18.498Z | Compiling hyper-tls v0.6.0 |
| 1501 | 2025-01-25T02:57:18.819Z | Compiling bzip2 v0.4.4 |
| 1502 | 2025-01-25T02:57:19.226Z | Compiling tokio-tungstenite v0.24.0 |
| 1503 | 2025-01-25T02:57:19.754Z | Compiling postgres-types v0.2.8 |
| 1504 | 2025-01-25T02:57:22.360Z | Compiling ed25519 v2.2.3 |
| 1505 | 2025-01-25T02:57:22.716Z | Compiling phf_shared v0.10.0 |
| 1506 | 2025-01-25T02:57:23.100Z | Compiling tokio-stream v0.1.16 |
| 1507 | 2025-01-25T02:57:23.117Z | Compiling pkcs1 v0.7.5 |
| 1508 | 2025-01-25T02:57:23.283Z | Compiling serde-big-array v0.5.1 |
| 1509 | 2025-01-25T02:57:23.554Z | Compiling clap_derive v4.5.18 |
| 1510 | 2025-01-25T02:57:24.057Z | Compiling rfc6979 v0.4.0 |
| 1511 | 2025-01-25T02:57:24.060Z | Compiling serde_repr v0.1.19 |
| 1512 | 2025-01-25T02:57:24.253Z | Compiling derive-where v1.2.7 |
| 1513 | 2025-01-25T02:57:24.278Z | Compiling float-cmp v0.9.0 |
| 1514 | 2025-01-25T02:57:24.519Z | Compiling bstr v1.10.0 |
| 1515 | 2025-01-25T02:57:25.051Z | Compiling sync_wrapper v1.0.1 |
| 1516 | 2025-01-25T02:57:25.115Z | Compiling whoami v1.5.2 |
| 1517 | 2025-01-25T02:57:25.153Z | Compiling normalize-line-endings v0.3.0 |
| 1518 | 2025-01-25T02:57:25.219Z | Compiling number_prefix v0.4.0 |
| 1519 | 2025-01-25T02:57:25.299Z | Compiling unicode-segmentation v1.12.0 |
| 1520 | 2025-01-25T02:57:25.467Z | Compiling new_debug_unreachable v1.0.6 |
| 1521 | 2025-01-25T02:57:25.581Z | Compiling difflib v0.4.0 |
| 1522 | 2025-01-25T02:57:25.680Z | Compiling static_assertions v1.1.0 |
| 1523 | 2025-01-25T02:57:25.796Z | Compiling precomputed-hash v0.1.1 |
| 1524 | 2025-01-25T02:57:25.933Z | Compiling predicates-core v1.0.8 |
| 1525 | 2025-01-25T02:57:26.067Z | Compiling unicode-width v0.2.0 |
| 1526 | 2025-01-25T02:57:26.165Z | Compiling fixedbitset v0.4.2 |
| 1527 | 2025-01-25T02:57:26.254Z | Compiling bit-vec v0.6.3 |
| 1528 | 2025-01-25T02:57:26.606Z | Compiling bit-set v0.5.3 |
| 1529 | 2025-01-25T02:57:26.626Z | Compiling indicatif v0.17.9 |
| 1530 | 2025-01-25T02:57:26.661Z | Compiling petgraph v0.6.5 |
| 1531 | 2025-01-25T02:57:26.880Z | Compiling predicates v3.1.2 |
| 1532 | 2025-01-25T02:57:26.943Z | Compiling similar v2.6.0 |
| 1533 | 2025-01-25T02:57:27.433Z | Compiling string_cache v0.8.7 |
| 1534 | 2025-01-25T02:57:27.861Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1535 | 2025-01-25T02:57:28.077Z | Compiling clap v4.5.21 |
| 1536 | 2025-01-25T02:57:28.206Z | Compiling tokio-postgres v0.7.12 |
| 1537 | 2025-01-25T02:57:28.327Z | Compiling ecdsa v0.16.9 |
| 1538 | 2025-01-25T02:57:28.650Z | Compiling rsa v0.9.6 |
| 1539 | 2025-01-25T02:57:29.078Z | Compiling ed25519-dalek v2.1.1 |
| 1540 | 2025-01-25T02:57:29.152Z | Compiling toml v0.7.8 |
| 1541 | 2025-01-25T02:57:30.163Z | Compiling zip v0.6.6 |
| 1542 | 2025-01-25T02:57:30.372Z | Compiling crossterm v0.28.1 |
| 1543 | 2025-01-25T02:57:31.782Z | Compiling hex v0.4.3 |
| 1544 | 2025-01-25T02:57:31.980Z | Compiling x509-cert v0.2.5 |
| 1545 | 2025-01-25T02:57:32.381Z | Compiling itertools v0.10.5 |
| 1546 | 2025-01-25T02:57:32.525Z | Compiling peg-runtime v0.8.3 |
| 1547 | 2025-01-25T02:57:33.111Z | Compiling unicode-xid v0.2.6 |
| 1548 | 2025-01-25T02:57:33.320Z | Compiling lalrpop-util v0.19.12 |
| 1549 | 2025-01-25T02:57:33.591Z | Compiling strum_macros v0.26.4 |
| 1550 | 2025-01-25T02:57:33.704Z | Compiling xattr v1.3.1 |
| 1551 | 2025-01-25T02:57:33.837Z | Compiling filetime v0.2.25 |
| 1552 | 2025-01-25T02:57:34.129Z | Compiling tar v0.4.42 |
| 1553 | 2025-01-25T02:57:38.218Z | Compiling strum v0.26.3 |
| 1554 | 2025-01-25T02:57:41.183Z | Compiling aws-lc-sys v0.22.0 |
| 1555 | 2025-01-25T02:58:08.352Z | Compiling rustls-webpki v0.102.8 |
| 1556 | 2025-01-25T02:58:11.488Z | Compiling tokio-rustls v0.25.0 |
| 1557 | 2025-01-25T02:58:13.099Z | Compiling tokio-rustls v0.26.0 |
| 1558 | 2025-01-25T02:58:13.448Z | Compiling hyper-rustls v0.27.3 |
| 1559 | 2025-01-25T02:58:13.746Z | Compiling reqwest v0.12.9 |
| 1560 | 2025-01-25T02:58:15.218Z | Compiling qorb v0.2.1 |
| 1561 | 2025-01-25T02:58:18.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1562 | 2025-01-25T02:58:18.494Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1563 | 2025-01-25T02:58:22.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1564 | 2025-01-25T02:58:23.080Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1565 | 2025-01-25T02:58:23.128Z | Jan 25 02:58:22.494 INFO Starting download, target: Clickhouse |
| 1566 | 2025-01-25T02:58:23.128Z | Jan 25 02:58:22.494 INFO Starting download, target: Console |
| 1567 | 2025-01-25T02:58:23.128Z | Jan 25 02:58:22.494 INFO Starting download, target: Cockroach |
| 1568 | 2025-01-25T02:58:23.128Z | Jan 25 02:58:22.494 INFO Starting download, target: DendriteOpenapi |
| 1569 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.494 INFO Starting download, target: DendriteStub |
| 1570 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.494 INFO Starting download, target: MaghemiteMgd |
| 1571 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.494 INFO Starting download, target: TransceiverControl |
| 1572 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1573 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1574 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1575 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1576 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1577 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1578 | 2025-01-25T02:58:23.132Z | Jan 25 02:58:22.495 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1579 | 2025-01-25T02:58:23.284Z | Jan 25 02:58:22.645 INFO Download complete, target: DendriteOpenapi |
| 1580 | 2025-01-25T02:58:23.651Z | Jan 25 02:58:23.002 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1581 | 2025-01-25T02:58:23.726Z | Jan 25 02:58:23.090 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1582 | 2025-01-25T02:58:23.831Z | Jan 25 02:58:23.196 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1583 | 2025-01-25T02:58:23.937Z | Jan 25 02:58:23.302 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1584 | 2025-01-25T02:58:23.982Z | Jan 25 02:58:23.347 INFO Download complete, target: Console |
| 1585 | 2025-01-25T02:58:24.631Z | Jan 25 02:58:23.997 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1586 | 2025-01-25T02:58:24.631Z | Jan 25 02:58:23.997 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1587 | 2025-01-25T02:58:24.703Z | Jan 25 02:58:24.070 INFO Download complete, target: TransceiverControl |
| 1588 | 2025-01-25T02:58:25.053Z | Jan 25 02:58:24.406 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1589 | 2025-01-25T02:58:26.618Z | Jan 25 02:58:25.984 INFO Download complete, target: MaghemiteMgd |
| 1590 | 2025-01-25T02:58:26.728Z | Jan 25 02:58:26.093 INFO Download complete, target: DendriteStub |
| 1591 | 2025-01-25T02:58:31.904Z | Jan 25 02:58:31.269 INFO Checking that binary works, target: Cockroach |
| 1592 | 2025-01-25T02:58:32.147Z | Jan 25 02:58:31.513 INFO Download complete, target: Cockroach |
| 1593 | 2025-01-25T02:58:37.331Z | Jan 25 02:58:36.697 INFO Checking that binary works, target: Clickhouse |
| 1594 | 2025-01-25T02:58:37.453Z | Jan 25 02:58:36.818 INFO Download complete, target: Clickhouse |
| 1595 | 2025-01-25T02:58:37.474Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1596 | 2025-01-25T02:58:37.476Z | |
| 1597 | 2025-01-25T02:58:37.477Z | real 4:56.396660616 |
| 1598 | 2025-01-25T02:58:37.477Z | user 15:38.290890839 |
| 1599 | 2025-01-25T02:58:37.477Z | sys 2:02.840982296 |
| 1600 | 2025-01-25T02:58:37.477Z | trap 0.583305732 |
| 1601 | 2025-01-25T02:58:37.477Z | tflt 1.541147707 |
| 1602 | 2025-01-25T02:58:37.477Z | dflt 1.896136202 |
| 1603 | 2025-01-25T02:58:37.477Z | kflt 0.028481812 |
| 1604 | 2025-01-25T02:58:37.477Z | lock 25:45.825788475 |
| 1605 | 2025-01-25T02:58:37.477Z | slp 55:05.429733576 |
| 1606 | 2025-01-25T02:58:37.477Z | lat 59.526150809 |
| 1607 | 2025-01-25T02:58:37.477Z | stop 2:20.861012802 |
| 1608 | 2025-01-25T02:58:37.477Z | + banner hack-check |
| 1609 | 2025-01-25T02:58:37.480Z | |
| 1610 | 2025-01-25T02:58:37.480Z | # # ## #### # # #### # # ###### #### # # |
| 1611 | 2025-01-25T02:58:37.480Z | # # # # # # # # # # # # # # # # # |
| 1612 | 2025-01-25T02:58:37.480Z | ###### # # # #### ##### # ###### ##### # #### |
| 1613 | 2025-01-25T02:58:37.480Z | # # ###### # # # # # # # # # # |
| 1614 | 2025-01-25T02:58:37.480Z | # # # # # # # # # # # # # # # # # |
| 1615 | 2025-01-25T02:58:37.480Z | # # # # #### # # #### # # ###### #### # # |
| 1616 | 2025-01-25T02:58:37.480Z | |
| 1617 | 2025-01-25T02:58:37.480Z | + export CARGO_INCREMENTAL=0 |
| 1618 | 2025-01-25T02:58:37.480Z | + CARGO_INCREMENTAL=0 |
| 1619 | 2025-01-25T02:58:37.480Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1620 | 2025-01-25T02:58:37.996Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1621 | 2025-01-25T02:58:40.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 1622 | 2025-01-25T02:58:40.890Z | Running `target/debug/xtask check-features --ci` |
| 1623 | 2025-01-25T02:58:40.912Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1624 | 2025-01-25T02:58:40.915Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1625 | 2025-01-25T02:58:41.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1626 | 2025-01-25T02:58:41.365Z | Running `target/debug/xtask download cargo-hack` |
| 1627 | 2025-01-25T02:58:42.179Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1628 | 2025-01-25T02:58:42.556Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1629 | 2025-01-25T02:58:46.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
| 1630 | 2025-01-25T02:58:46.273Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1631 | 2025-01-25T02:58:46.309Z | Jan 25 02:58:45.674 INFO Starting download, target: CargoHack |
| 1632 | 2025-01-25T02:58:46.312Z | Jan 25 02:58:45.675 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1633 | 2025-01-25T02:58:46.915Z | Jan 25 02:58:46.280 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1634 | 2025-01-25T02:58:47.005Z | Jan 25 02:58:46.370 INFO Download complete, target: CargoHack |
| 1635 | 2025-01-25T02:58:47.009Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1636 | 2025-01-25T02:58:47.026Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1637 | 2025-01-25T02:58:47.200Z | info: running `cargo check --bins` on api_identity (1/197) |
| 1638 | 2025-01-25T02:58:47.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1639 | 2025-01-25T02:58:47.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1640 | 2025-01-25T02:58:47.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1641 | 2025-01-25T02:58:47.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1642 | 2025-01-25T02:58:47.785Z | |
| 1643 | 2025-01-25T02:58:47.785Z | info: running `cargo check --bins` on bootstore (2/197) |
| 1644 | 2025-01-25T02:58:48.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1645 | 2025-01-25T02:58:48.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1646 | 2025-01-25T02:58:48.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1647 | 2025-01-25T02:58:48.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1648 | 2025-01-25T02:58:48.406Z | |
| 1649 | 2025-01-25T02:58:48.406Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
| 1650 | 2025-01-25T02:58:48.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1651 | 2025-01-25T02:58:48.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1652 | 2025-01-25T02:58:48.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1653 | 2025-01-25T02:58:48.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1654 | 2025-01-25T02:58:49.009Z | |
| 1655 | 2025-01-25T02:58:49.009Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
| 1656 | 2025-01-25T02:58:49.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1657 | 2025-01-25T02:58:49.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1658 | 2025-01-25T02:58:49.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1659 | 2025-01-25T02:58:49.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1660 | 2025-01-25T02:58:49.604Z | |
| 1661 | 2025-01-25T02:58:49.604Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
| 1662 | 2025-01-25T02:58:49.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1663 | 2025-01-25T02:58:49.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1664 | 2025-01-25T02:58:49.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1665 | 2025-01-25T02:58:49.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1666 | 2025-01-25T02:58:50.018Z | |
| 1667 | 2025-01-25T02:58:50.018Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
| 1668 | 2025-01-25T02:58:50.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1669 | 2025-01-25T02:58:50.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1670 | 2025-01-25T02:58:50.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1671 | 2025-01-25T02:58:50.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1672 | 2025-01-25T02:58:50.438Z | |
| 1673 | 2025-01-25T02:58:50.438Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
| 1674 | 2025-01-25T02:58:50.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1675 | 2025-01-25T02:58:50.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1676 | 2025-01-25T02:58:50.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1677 | 2025-01-25T02:58:50.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1678 | 2025-01-25T02:58:50.852Z | |
| 1679 | 2025-01-25T02:58:50.852Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
| 1680 | 2025-01-25T02:58:51.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1681 | 2025-01-25T02:58:51.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1682 | 2025-01-25T02:58:51.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1683 | 2025-01-25T02:58:51.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1684 | 2025-01-25T02:58:51.267Z | |
| 1685 | 2025-01-25T02:58:51.267Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
| 1686 | 2025-01-25T02:58:51.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1687 | 2025-01-25T02:58:51.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1688 | 2025-01-25T02:58:51.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1689 | 2025-01-25T02:58:51.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1690 | 2025-01-25T02:58:51.689Z | |
| 1691 | 2025-01-25T02:58:51.689Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
| 1692 | 2025-01-25T02:58:52.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1693 | 2025-01-25T02:58:52.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1694 | 2025-01-25T02:58:52.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1695 | 2025-01-25T02:58:52.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1696 | 2025-01-25T02:58:52.105Z | |
| 1697 | 2025-01-25T02:58:52.105Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
| 1698 | 2025-01-25T02:58:52.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1699 | 2025-01-25T02:58:52.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1700 | 2025-01-25T02:58:52.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1701 | 2025-01-25T02:58:52.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1702 | 2025-01-25T02:58:52.516Z | |
| 1703 | 2025-01-25T02:58:52.516Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
| 1704 | 2025-01-25T02:58:52.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1705 | 2025-01-25T02:58:52.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1706 | 2025-01-25T02:58:52.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1707 | 2025-01-25T02:58:52.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1708 | 2025-01-25T02:58:52.932Z | |
| 1709 | 2025-01-25T02:58:52.932Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
| 1710 | 2025-01-25T02:58:53.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1711 | 2025-01-25T02:58:53.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1712 | 2025-01-25T02:58:53.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1713 | 2025-01-25T02:58:53.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1714 | 2025-01-25T02:58:53.344Z | |
| 1715 | 2025-01-25T02:58:53.344Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
| 1716 | 2025-01-25T02:58:53.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1717 | 2025-01-25T02:58:53.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1718 | 2025-01-25T02:58:53.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1719 | 2025-01-25T02:58:53.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1720 | 2025-01-25T02:58:53.761Z | |
| 1721 | 2025-01-25T02:58:53.761Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
| 1722 | 2025-01-25T02:58:54.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1723 | 2025-01-25T02:58:54.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1724 | 2025-01-25T02:58:54.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1725 | 2025-01-25T02:58:54.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1726 | 2025-01-25T02:58:54.178Z | |
| 1727 | 2025-01-25T02:58:54.178Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
| 1728 | 2025-01-25T02:58:54.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1729 | 2025-01-25T02:58:54.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1730 | 2025-01-25T02:58:54.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1731 | 2025-01-25T02:58:54.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1732 | 2025-01-25T02:58:54.601Z | |
| 1733 | 2025-01-25T02:58:54.601Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
| 1734 | 2025-01-25T02:58:54.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1735 | 2025-01-25T02:58:54.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1736 | 2025-01-25T02:58:54.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1737 | 2025-01-25T02:58:54.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1738 | 2025-01-25T02:58:55.027Z | |
| 1739 | 2025-01-25T02:58:55.027Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
| 1740 | 2025-01-25T02:58:55.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1741 | 2025-01-25T02:58:55.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1742 | 2025-01-25T02:58:55.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1743 | 2025-01-25T02:58:55.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1744 | 2025-01-25T02:58:55.447Z | |
| 1745 | 2025-01-25T02:58:55.447Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
| 1746 | 2025-01-25T02:58:55.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1747 | 2025-01-25T02:58:55.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1748 | 2025-01-25T02:58:55.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1749 | 2025-01-25T02:58:55.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1750 | 2025-01-25T02:58:55.875Z | |
| 1751 | 2025-01-25T02:58:55.875Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
| 1752 | 2025-01-25T02:58:56.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1753 | 2025-01-25T02:58:56.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1754 | 2025-01-25T02:58:56.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1755 | 2025-01-25T02:58:56.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1756 | 2025-01-25T02:58:56.296Z | |
| 1757 | 2025-01-25T02:58:56.296Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
| 1758 | 2025-01-25T02:58:56.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1759 | 2025-01-25T02:58:56.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1760 | 2025-01-25T02:58:56.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1761 | 2025-01-25T02:58:56.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1762 | 2025-01-25T02:58:56.717Z | |
| 1763 | 2025-01-25T02:58:56.717Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
| 1764 | 2025-01-25T02:58:57.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1765 | 2025-01-25T02:58:57.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1766 | 2025-01-25T02:58:57.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1767 | 2025-01-25T02:58:57.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1768 | 2025-01-25T02:58:57.139Z | |
| 1769 | 2025-01-25T02:58:57.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
| 1770 | 2025-01-25T02:58:57.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1771 | 2025-01-25T02:58:57.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1772 | 2025-01-25T02:58:57.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1773 | 2025-01-25T02:58:57.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1774 | 2025-01-25T02:58:57.560Z | |
| 1775 | 2025-01-25T02:58:57.560Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
| 1776 | 2025-01-25T02:58:57.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2025-01-25T02:58:57.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2025-01-25T02:58:57.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2025-01-25T02:58:57.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1780 | 2025-01-25T02:58:57.984Z | |
| 1781 | 2025-01-25T02:58:57.984Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
| 1782 | 2025-01-25T02:58:58.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2025-01-25T02:58:58.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2025-01-25T02:58:58.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2025-01-25T02:58:58.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1786 | 2025-01-25T02:58:58.405Z | |
| 1787 | 2025-01-25T02:58:58.405Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
| 1788 | 2025-01-25T02:58:58.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2025-01-25T02:58:58.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2025-01-25T02:58:58.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2025-01-25T02:58:58.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1792 | 2025-01-25T02:58:58.825Z | |
| 1793 | 2025-01-25T02:58:58.825Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
| 1794 | 2025-01-25T02:58:59.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2025-01-25T02:58:59.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2025-01-25T02:58:59.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2025-01-25T02:58:59.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1798 | 2025-01-25T02:58:59.248Z | |
| 1799 | 2025-01-25T02:58:59.248Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
| 1800 | 2025-01-25T02:58:59.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2025-01-25T02:58:59.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2025-01-25T02:58:59.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2025-01-25T02:58:59.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1804 | 2025-01-25T02:58:59.663Z | |
| 1805 | 2025-01-25T02:58:59.663Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
| 1806 | 2025-01-25T02:59:00.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2025-01-25T02:59:00.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2025-01-25T02:59:00.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2025-01-25T02:59:00.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1810 | 2025-01-25T02:59:00.081Z | |
| 1811 | 2025-01-25T02:59:00.081Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
| 1812 | 2025-01-25T02:59:00.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2025-01-25T02:59:00.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2025-01-25T02:59:00.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2025-01-25T02:59:00.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1816 | 2025-01-25T02:59:00.504Z | |
| 1817 | 2025-01-25T02:59:00.504Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
| 1818 | 2025-01-25T02:59:00.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2025-01-25T02:59:00.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2025-01-25T02:59:00.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2025-01-25T02:59:00.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1822 | 2025-01-25T02:59:00.924Z | |
| 1823 | 2025-01-25T02:59:00.924Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
| 1824 | 2025-01-25T02:59:01.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2025-01-25T02:59:01.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2025-01-25T02:59:01.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2025-01-25T02:59:01.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1828 | 2025-01-25T02:59:01.381Z | |
| 1829 | 2025-01-25T02:59:01.381Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
| 1830 | 2025-01-25T02:59:01.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2025-01-25T02:59:01.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2025-01-25T02:59:01.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2025-01-25T02:59:01.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1834 | 2025-01-25T02:59:01.779Z | |
| 1835 | 2025-01-25T02:59:01.779Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
| 1836 | 2025-01-25T02:59:02.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2025-01-25T02:59:02.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2025-01-25T02:59:02.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2025-01-25T02:59:02.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1840 | 2025-01-25T02:59:02.194Z | |
| 1841 | 2025-01-25T02:59:02.194Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
| 1842 | 2025-01-25T02:59:02.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2025-01-25T02:59:02.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2025-01-25T02:59:02.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2025-01-25T02:59:02.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1846 | 2025-01-25T02:59:02.605Z | |
| 1847 | 2025-01-25T02:59:02.605Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
| 1848 | 2025-01-25T02:59:02.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2025-01-25T02:59:02.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2025-01-25T02:59:02.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2025-01-25T02:59:02.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1852 | 2025-01-25T02:59:03.029Z | |
| 1853 | 2025-01-25T02:59:03.029Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
| 1854 | 2025-01-25T02:59:03.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2025-01-25T02:59:03.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2025-01-25T02:59:03.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2025-01-25T02:59:03.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1858 | 2025-01-25T02:59:03.454Z | |
| 1859 | 2025-01-25T02:59:03.454Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
| 1860 | 2025-01-25T02:59:03.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2025-01-25T02:59:03.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2025-01-25T02:59:03.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2025-01-25T02:59:03.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1864 | 2025-01-25T02:59:03.879Z | |
| 1865 | 2025-01-25T02:59:03.879Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
| 1866 | 2025-01-25T02:59:04.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2025-01-25T02:59:04.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2025-01-25T02:59:04.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2025-01-25T02:59:04.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1870 | 2025-01-25T02:59:04.300Z | |
| 1871 | 2025-01-25T02:59:04.300Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
| 1872 | 2025-01-25T02:59:04.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2025-01-25T02:59:04.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2025-01-25T02:59:04.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2025-01-25T02:59:04.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1876 | 2025-01-25T02:59:04.724Z | |
| 1877 | 2025-01-25T02:59:04.724Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
| 1878 | 2025-01-25T02:59:05.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2025-01-25T02:59:05.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2025-01-25T02:59:05.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2025-01-25T02:59:05.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1882 | 2025-01-25T02:59:05.146Z | |
| 1883 | 2025-01-25T02:59:05.146Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
| 1884 | 2025-01-25T02:59:05.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2025-01-25T02:59:05.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2025-01-25T02:59:05.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2025-01-25T02:59:05.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1888 | 2025-01-25T02:59:05.575Z | |
| 1889 | 2025-01-25T02:59:05.575Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
| 1890 | 2025-01-25T02:59:05.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2025-01-25T02:59:05.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2025-01-25T02:59:05.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2025-01-25T02:59:05.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1894 | 2025-01-25T02:59:05.997Z | |
| 1895 | 2025-01-25T02:59:05.997Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
| 1896 | 2025-01-25T02:59:06.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2025-01-25T02:59:06.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2025-01-25T02:59:06.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2025-01-25T02:59:06.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1900 | 2025-01-25T02:59:06.416Z | |
| 1901 | 2025-01-25T02:59:06.416Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
| 1902 | 2025-01-25T02:59:06.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2025-01-25T02:59:06.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2025-01-25T02:59:06.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2025-01-25T02:59:06.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1906 | 2025-01-25T02:59:07.037Z | |
| 1907 | 2025-01-25T02:59:07.037Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
| 1908 | 2025-01-25T02:59:07.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2025-01-25T02:59:07.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2025-01-25T02:59:07.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2025-01-25T02:59:07.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1912 | 2025-01-25T02:59:07.653Z | |
| 1913 | 2025-01-25T02:59:07.653Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
| 1914 | 2025-01-25T02:59:08.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2025-01-25T02:59:08.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2025-01-25T02:59:08.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2025-01-25T02:59:08.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1918 | 2025-01-25T02:59:08.272Z | |
| 1919 | 2025-01-25T02:59:08.272Z | info: running `cargo check --bins` on oxlog (48/197) |
| 1920 | 2025-01-25T02:59:08.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2025-01-25T02:59:08.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2025-01-25T02:59:08.880Z | Checking cfg-if v1.0.0 |
| 1923 | 2025-01-25T02:59:08.883Z | Checking libc v0.2.169 |
| 1924 | 2025-01-25T02:59:08.991Z | Checking serde v1.0.217 |
| 1925 | 2025-01-25T02:59:08.994Z | Checking zeroize v1.8.1 |
| 1926 | 2025-01-25T02:59:09.014Z | Checking memchr v2.7.4 |
| 1927 | 2025-01-25T02:59:09.017Z | Checking typenum v1.17.0 |
| 1928 | 2025-01-25T02:59:09.025Z | Checking scopeguard v1.2.0 |
| 1929 | 2025-01-25T02:59:09.053Z | Checking subtle v2.6.1 |
| 1930 | 2025-01-25T02:59:09.066Z | Checking value-bag v1.9.0 |
| 1931 | 2025-01-25T02:59:09.175Z | Checking lock_api v0.4.12 |
| 1932 | 2025-01-25T02:59:09.236Z | Checking itoa v1.0.11 |
| 1933 | 2025-01-25T02:59:09.316Z | Checking const-oid v0.9.6 |
| 1934 | 2025-01-25T02:59:09.443Z | Checking smallvec v1.13.2 |
| 1935 | 2025-01-25T02:59:09.458Z | Checking log v0.4.22 |
| 1936 | 2025-01-25T02:59:09.557Z | Checking pin-project-lite v0.2.14 |
| 1937 | 2025-01-25T02:59:09.688Z | Checking byteorder v1.5.0 |
| 1938 | 2025-01-25T02:59:09.782Z | Checking futures-core v0.3.31 |
| 1939 | 2025-01-25T02:59:09.882Z | Checking once_cell v1.20.2 |
| 1940 | 2025-01-25T02:59:09.959Z | Checking cpufeatures v0.2.14 |
| 1941 | 2025-01-25T02:59:09.983Z | Checking stable_deref_trait v1.2.0 |
| 1942 | 2025-01-25T02:59:10.004Z | Checking getrandom v0.2.15 |
| 1943 | 2025-01-25T02:59:10.050Z | Checking signal-hook-registry v1.4.2 |
| 1944 | 2025-01-25T02:59:10.070Z | Checking parking_lot_core v0.9.10 |
| 1945 | 2025-01-25T02:59:10.073Z | Checking generic-array v0.14.7 |
| 1946 | 2025-01-25T02:59:10.100Z | Checking mio v1.0.2 |
| 1947 | 2025-01-25T02:59:10.175Z | Checking futures-sink v0.3.31 |
| 1948 | 2025-01-25T02:59:10.238Z | Checking rand_core v0.6.4 |
| 1949 | 2025-01-25T02:59:10.311Z | Checking socket2 v0.5.7 |
| 1950 | 2025-01-25T02:59:10.321Z | Checking spin v0.9.8 |
| 1951 | 2025-01-25T02:59:10.413Z | Checking parking_lot v0.12.3 |
| 1952 | 2025-01-25T02:59:10.544Z | Checking zerocopy v0.7.35 |
| 1953 | 2025-01-25T02:59:10.631Z | Checking zerofrom v0.1.4 |
| 1954 | 2025-01-25T02:59:10.689Z | Checking slab v0.4.9 |
| 1955 | 2025-01-25T02:59:10.755Z | Checking futures-channel v0.3.31 |
| 1956 | 2025-01-25T02:59:10.758Z | Checking allocator-api2 v0.2.18 |
| 1957 | 2025-01-25T02:59:10.824Z | Checking yoke v0.7.4 |
| 1958 | 2025-01-25T02:59:10.952Z | Checking equivalent v1.0.1 |
| 1959 | 2025-01-25T02:59:11.072Z | Checking futures-io v0.3.31 |
| 1960 | 2025-01-25T02:59:11.095Z | Checking pin-utils v0.1.0 |
| 1961 | 2025-01-25T02:59:11.098Z | Checking crypto-common v0.1.6 |
| 1962 | 2025-01-25T02:59:11.145Z | Checking block-buffer v0.10.4 |
| 1963 | 2025-01-25T02:59:11.191Z | Checking foldhash v0.1.3 |
| 1964 | 2025-01-25T02:59:11.207Z | Checking futures-task v0.3.31 |
| 1965 | 2025-01-25T02:59:11.240Z | Checking zerovec v0.10.4 |
| 1966 | 2025-01-25T02:59:11.294Z | Checking block-padding v0.3.3 |
| 1967 | 2025-01-25T02:59:11.356Z | Checking digest v0.10.7 |
| 1968 | 2025-01-25T02:59:11.373Z | Checking tinyvec_macros v0.1.1 |
| 1969 | 2025-01-25T02:59:11.394Z | Checking hashbrown v0.15.1 |
| 1970 | 2025-01-25T02:59:11.416Z | Checking futures-util v0.3.31 |
| 1971 | 2025-01-25T02:59:11.460Z | Checking ryu v1.0.18 |
| 1972 | 2025-01-25T02:59:11.496Z | Checking inout v0.1.3 |
| 1973 | 2025-01-25T02:59:11.705Z | Checking hmac v0.12.1 |
| 1974 | 2025-01-25T02:59:11.720Z | Checking tinyvec v1.8.0 |
| 1975 | 2025-01-25T02:59:11.736Z | Checking fnv v1.0.7 |
| 1976 | 2025-01-25T02:59:11.750Z | Checking cipher v0.4.4 |
| 1977 | 2025-01-25T02:59:11.873Z | Checking sha2 v0.10.8 |
| 1978 | 2025-01-25T02:59:11.931Z | Checking libm v0.2.8 |
| 1979 | 2025-01-25T02:59:12.128Z | Checking writeable v0.5.5 |
| 1980 | 2025-01-25T02:59:12.386Z | Checking base64ct v1.6.0 |
| 1981 | 2025-01-25T02:59:12.436Z | Checking litemap v0.7.3 |
| 1982 | 2025-01-25T02:59:12.449Z | Checking unicode-bidi v0.3.17 |
| 1983 | 2025-01-25T02:59:12.765Z | Checking tinystr v0.7.6 |
| 1984 | 2025-01-25T02:59:12.782Z | Checking ppv-lite86 v0.2.20 |
| 1985 | 2025-01-25T02:59:12.798Z | Checking num-traits v0.2.19 |
| 1986 | 2025-01-25T02:59:12.815Z | Checking pem-rfc7468 v0.7.0 |
| 1987 | 2025-01-25T02:59:12.994Z | Checking unicode-normalization v0.1.24 |
| 1988 | 2025-01-25T02:59:13.061Z | Checking flagset v0.4.6 |
| 1989 | 2025-01-25T02:59:13.081Z | Checking icu_locid v1.5.0 |
| 1990 | 2025-01-25T02:59:13.097Z | Checking tracing-core v0.1.32 |
| 1991 | 2025-01-25T02:59:13.253Z | Checking der v0.7.9 |
| 1992 | 2025-01-25T02:59:13.393Z | Checking bytes v1.9.0 |
| 1993 | 2025-01-25T02:59:13.447Z | Checking indexmap v2.7.0 |
| 1994 | 2025-01-25T02:59:13.660Z | Checking serde_json v1.0.135 |
| 1995 | 2025-01-25T02:59:13.929Z | Checking rand_chacha v0.3.1 |
| 1996 | 2025-01-25T02:59:14.012Z | Checking icu_provider v1.5.0 |
| 1997 | 2025-01-25T02:59:14.144Z | Checking bitflags v2.6.0 |
| 1998 | 2025-01-25T02:59:14.198Z | Checking tokio v1.43.0 |
| 1999 | 2025-01-25T02:59:14.311Z | Checking http v1.2.0 |
| 2000 | 2025-01-25T02:59:14.437Z | Checking thiserror v1.0.69 |
| 2001 | 2025-01-25T02:59:14.584Z | Checking rustls-pki-types v1.10.0 |
| 2002 | 2025-01-25T02:59:14.602Z | Checking percent-encoding v2.3.1 |
| 2003 | 2025-01-25T02:59:14.617Z | Checking icu_locid_transform_data v1.5.0 |
| 2004 | 2025-01-25T02:59:14.720Z | Checking icu_locid_transform v1.5.0 |
| 2005 | 2025-01-25T02:59:14.809Z | Checking rand v0.8.5 |
| 2006 | 2025-01-25T02:59:14.951Z | Checking spki v0.7.3 |
| 2007 | 2025-01-25T02:59:15.120Z | Checking tracing v0.1.40 |
| 2008 | 2025-01-25T02:59:15.239Z | Checking icu_collections v1.5.0 |
| 2009 | 2025-01-25T02:59:15.256Z | Checking salsa20 v0.10.2 |
| 2010 | 2025-01-25T02:59:15.463Z | Checking pbkdf2 v0.12.2 |
| 2011 | 2025-01-25T02:59:15.489Z | Checking aws-lc-sys v0.22.0 |
| 2012 | 2025-01-25T02:59:15.538Z | Checking httparse v1.9.5 |
| 2013 | 2025-01-25T02:59:15.621Z | Checking untrusted v0.9.0 |
| 2014 | 2025-01-25T02:59:15.690Z | Checking mirai-annotations v1.12.0 |
| 2015 | 2025-01-25T02:59:15.782Z | Checking powerfmt v0.2.0 |
| 2016 | 2025-01-25T02:59:15.862Z | Checking untrusted v0.7.1 |
| 2017 | 2025-01-25T02:59:15.877Z | Checking icu_properties_data v1.5.0 |
| 2018 | 2025-01-25T02:59:15.909Z | Checking ring v0.17.8 |
| 2019 | 2025-01-25T02:59:15.943Z | Checking scrypt v0.11.0 |
| 2020 | 2025-01-25T02:59:16.010Z | Checking aes v0.8.4 |
| 2021 | 2025-01-25T02:59:16.027Z | Checking cbc v0.1.2 |
| 2022 | 2025-01-25T02:59:16.048Z | Checking deranged v0.3.11 |
| 2023 | 2025-01-25T02:59:16.103Z | Checking icu_properties v1.5.1 |
| 2024 | 2025-01-25T02:59:16.159Z | Checking crossbeam-utils v0.8.20 |
| 2025 | 2025-01-25T02:59:16.225Z | Checking utf8_iter v1.0.4 |
| 2026 | 2025-01-25T02:59:16.428Z | Checking icu_normalizer_data v1.5.0 |
| 2027 | 2025-01-25T02:59:16.532Z | Checking num_threads v0.1.7 |
| 2028 | 2025-01-25T02:59:16.655Z | Checking time-core v0.1.2 |
| 2029 | 2025-01-25T02:59:16.829Z | Checking utf16_iter v1.0.5 |
| 2030 | 2025-01-25T02:59:16.864Z | Checking atomic-waker v1.1.2 |
| 2031 | 2025-01-25T02:59:16.893Z | Checking write16 v1.0.0 |
| 2032 | 2025-01-25T02:59:17.003Z | Checking num-conv v0.1.0 |
| 2033 | 2025-01-25T02:59:17.018Z | Checking pkcs5 v0.7.1 |
| 2034 | 2025-01-25T02:59:17.031Z | Checking http-body v1.0.1 |
| 2035 | 2025-01-25T02:59:17.240Z | Checking form_urlencoded v1.2.1 |
| 2036 | 2025-01-25T02:59:17.258Z | Checking try-lock v0.2.5 |
| 2037 | 2025-01-25T02:59:17.374Z | Checking time v0.3.36 |
| 2038 | 2025-01-25T02:59:17.392Z | Checking want v0.3.1 |
| 2039 | 2025-01-25T02:59:17.449Z | Checking uuid v1.12.0 |
| 2040 | 2025-01-25T02:59:17.518Z | Checking pkcs8 v0.10.2 |
| 2041 | 2025-01-25T02:59:17.570Z | Checking aws-lc-rs v1.10.0 |
| 2042 | 2025-01-25T02:59:17.587Z | Checking unicode-ident v1.0.14 |
| 2043 | 2025-01-25T02:59:17.605Z | Checking httpdate v1.0.3 |
| 2044 | 2025-01-25T02:59:17.765Z | Checking proc-macro2 v1.0.92 |
| 2045 | 2025-01-25T02:59:17.833Z | Checking toml_datetime v0.6.8 |
| 2046 | 2025-01-25T02:59:17.851Z | Checking serde_spanned v0.6.8 |
| 2047 | 2025-01-25T02:59:18.035Z | Checking slog v2.7.0 |
| 2048 | 2025-01-25T02:59:18.052Z | Checking scroll v0.12.0 |
| 2049 | 2025-01-25T02:59:18.110Z | Checking iana-time-zone v0.1.61 |
| 2050 | 2025-01-25T02:59:18.272Z | Checking ucd-trie v0.1.7 |
| 2051 | 2025-01-25T02:59:18.436Z | Checking match_cfg v0.1.0 |
| 2052 | 2025-01-25T02:59:18.489Z | Checking base64 v0.22.1 |
| 2053 | 2025-01-25T02:59:18.505Z | Checking tower-service v0.3.3 |
| 2054 | 2025-01-25T02:59:18.508Z | Checking foreign-types-shared v0.1.1 |
| 2055 | 2025-01-25T02:59:18.538Z | Checking plain v0.2.3 |
| 2056 | 2025-01-25T02:59:18.633Z | Checking adler2 v2.0.0 |
| 2057 | 2025-01-25T02:59:18.636Z | Checking foreign-types v0.3.2 |
| 2058 | 2025-01-25T02:59:18.678Z | Checking goblin v0.8.2 |
| 2059 | 2025-01-25T02:59:18.740Z | Checking hostname v0.3.1 |
| 2060 | 2025-01-25T02:59:18.806Z | Checking miniz_oxide v0.8.0 |
| 2061 | 2025-01-25T02:59:18.875Z | Checking pest v2.7.14 |
| 2062 | 2025-01-25T02:59:18.957Z | Checking quote v1.0.38 |
| 2063 | 2025-01-25T02:59:19.213Z | Checking rustls-webpki v0.102.8 |
| 2064 | 2025-01-25T02:59:19.257Z | Checking chrono v0.4.38 |
| 2065 | 2025-01-25T02:59:19.376Z | Checking icu_normalizer v1.5.0 |
| 2066 | 2025-01-25T02:59:19.538Z | Checking openssl-sys v0.9.103 |
| 2067 | 2025-01-25T02:59:19.643Z | Checking errno v0.3.9 |
| 2068 | 2025-01-25T02:59:19.837Z | Checking dirs-sys-next v0.1.2 |
| 2069 | 2025-01-25T02:59:20.008Z | Checking aho-corasick v1.1.3 |
| 2070 | 2025-01-25T02:59:20.311Z | Checking data-encoding v2.6.0 |
| 2071 | 2025-01-25T02:59:20.335Z | Checking idna_adapter v1.2.0 |
| 2072 | 2025-01-25T02:59:20.340Z | Checking idna v1.0.3 |
| 2073 | 2025-01-25T02:59:20.616Z | Checking pretty-hex v0.4.1 |
| 2074 | 2025-01-25T02:59:20.634Z | Compiling newtype-uuid v1.2.1 |
| 2075 | 2025-01-25T02:59:20.782Z | Checking siphasher v0.3.11 |
| 2076 | 2025-01-25T02:59:20.799Z | Checking url v2.5.3 |
| 2077 | 2025-01-25T02:59:20.816Z | Checking tokio-util v0.7.12 |
| 2078 | 2025-01-25T02:59:20.913Z | Checking regex-syntax v0.8.5 |
| 2079 | 2025-01-25T02:59:21.117Z | Checking openssl v0.10.66 |
| 2080 | 2025-01-25T02:59:21.138Z | Checking dirs-next v2.0.0 |
| 2081 | 2025-01-25T02:59:21.261Z | Checking rustix v0.38.37 |
| 2082 | 2025-01-25T02:59:21.445Z | Checking dtrace-parser v0.2.0 |
| 2083 | 2025-01-25T02:59:21.563Z | Checking syn v2.0.96 |
| 2084 | 2025-01-25T02:59:21.580Z | Checking http-body-util v0.1.2 |
| 2085 | 2025-01-25T02:59:21.624Z | Checking h2 v0.4.6 |
| 2086 | 2025-01-25T02:59:21.940Z | Checking crossbeam-epoch v0.9.18 |
| 2087 | 2025-01-25T02:59:22.027Z | Checking sha1 v0.10.6 |
| 2088 | 2025-01-25T02:59:22.318Z | Checking signature v2.2.0 |
| 2089 | 2025-01-25T02:59:22.370Z | Checking lazy_static v1.5.0 |
| 2090 | 2025-01-25T02:59:22.505Z | Checking thread_local v1.1.8 |
| 2091 | 2025-01-25T02:59:22.520Z | Checking thread-id v4.2.2 |
| 2092 | 2025-01-25T02:59:22.635Z | Checking encoding_rs v0.8.34 |
| 2093 | 2025-01-25T02:59:22.787Z | Checking ipnet v2.10.1 |
| 2094 | 2025-01-25T02:59:23.252Z | Checking unicode-properties v0.1.3 |
| 2095 | 2025-01-25T02:59:23.510Z | Checking dof v0.3.0 |
| 2096 | 2025-01-25T02:59:23.642Z | Checking utf8parse v0.2.2 |
| 2097 | 2025-01-25T02:59:23.806Z | Checking openssl-probe v0.1.5 |
| 2098 | 2025-01-25T02:59:23.957Z | Checking mime v0.3.17 |
| 2099 | 2025-01-25T02:59:24.056Z | Checking regex-automata v0.4.8 |
| 2100 | 2025-01-25T02:59:24.122Z | Checking either v1.13.0 |
| 2101 | 2025-01-25T02:59:24.261Z | Checking gimli v0.31.1 |
| 2102 | 2025-01-25T02:59:24.329Z | Checking winnow v0.6.20 |
| 2103 | 2025-01-25T02:59:24.441Z | Checking anstyle v1.0.10 |
| 2104 | 2025-01-25T02:59:24.801Z | Checking anstyle-parse v0.2.5 |
| 2105 | 2025-01-25T02:59:24.945Z | Checking stringprep v0.1.5 |
| 2106 | 2025-01-25T02:59:25.079Z | Checking crossbeam-deque v0.8.5 |
| 2107 | 2025-01-25T02:59:25.238Z | Checking term v0.7.0 |
| 2108 | 2025-01-25T02:59:25.406Z | Checking rustls v0.23.19 |
| 2109 | 2025-01-25T02:59:25.674Z | Checking rustls v0.22.4 |
| 2110 | 2025-01-25T02:59:26.055Z | Checking native-tls v0.2.12 |
| 2111 | 2025-01-25T02:59:26.378Z | Checking slog-json v2.6.1 |
| 2112 | 2025-01-25T02:59:26.645Z | Checking serde_urlencoded v0.7.1 |
| 2113 | 2025-01-25T02:59:26.973Z | Checking toml_edit v0.22.22 |
| 2114 | 2025-01-25T02:59:27.043Z | Checking crossbeam-channel v0.5.13 |
| 2115 | 2025-01-25T02:59:27.327Z | Checking usdt-impl v0.5.0 |
| 2116 | 2025-01-25T02:59:27.765Z | Checking futures-executor v0.3.31 |
| 2117 | 2025-01-25T02:59:27.845Z | Checking hyper v1.5.2 |
| 2118 | 2025-01-25T02:59:27.895Z | Checking rustls-pemfile v2.2.0 |
| 2119 | 2025-01-25T02:59:27.982Z | Checking num-integer v0.1.46 |
| 2120 | 2025-01-25T02:59:27.985Z | Checking addr2line v0.24.2 |
| 2121 | 2025-01-25T02:59:28.111Z | Checking idna v0.3.0 |
| 2122 | 2025-01-25T02:59:28.362Z | Checking idna v0.4.0 |
| 2123 | 2025-01-25T02:59:28.440Z | Checking md-5 v0.10.6 |
| 2124 | 2025-01-25T02:59:28.491Z | Checking ff v0.13.0 |
| 2125 | 2025-01-25T02:59:28.659Z | Checking hash32 v0.2.1 |
| 2126 | 2025-01-25T02:59:28.696Z | Checking is-terminal v0.4.13 |
| 2127 | 2025-01-25T02:59:28.822Z | Checking memmap v0.7.0 |
| 2128 | 2025-01-25T02:59:28.932Z | Checking object v0.36.5 |
| 2129 | 2025-01-25T02:59:28.956Z | Checking quick-error v1.2.3 |
| 2130 | 2025-01-25T02:59:28.980Z | Checking colorchoice v1.0.2 |
| 2131 | 2025-01-25T02:59:29.026Z | Checking utf-8 v0.7.6 |
| 2132 | 2025-01-25T02:59:29.105Z | Checking is_terminal_polyfill v1.70.1 |
| 2133 | 2025-01-25T02:59:29.122Z | Checking base16ct v0.2.0 |
| 2134 | 2025-01-25T02:59:29.218Z | Checking take_mut v0.2.2 |
| 2135 | 2025-01-25T02:59:29.236Z | Checking linked-hash-map v0.5.6 |
| 2136 | 2025-01-25T02:59:29.239Z | Checking psl-types v2.0.11 |
| 2137 | 2025-01-25T02:59:29.314Z | Checking fallible-iterator v0.2.0 |
| 2138 | 2025-01-25T02:59:29.373Z | Checking anstyle-query v1.1.1 |
| 2139 | 2025-01-25T02:59:29.429Z | Checking dyn-clone v1.0.17 |
| 2140 | 2025-01-25T02:59:29.482Z | Checking rustc-demangle v0.1.24 |
| 2141 | 2025-01-25T02:59:29.509Z | Checking anstream v0.6.15 |
| 2142 | 2025-01-25T02:59:29.525Z | Checking lru-cache v0.1.2 |
| 2143 | 2025-01-25T02:59:29.584Z | Checking schemars v0.8.21 |
| 2144 | 2025-01-25T02:59:29.702Z | Checking toml v0.8.19 |
| 2145 | 2025-01-25T02:59:29.766Z | Checking hyper-util v0.1.10 |
| 2146 | 2025-01-25T02:59:29.867Z | Checking postgres-protocol v0.6.7 |
| 2147 | 2025-01-25T02:59:29.870Z | Checking publicsuffix v2.2.3 |
| 2148 | 2025-01-25T02:59:29.907Z | Checking slog-async v2.8.0 |
| 2149 | 2025-01-25T02:59:30.093Z | Checking sec1 v0.7.3 |
| 2150 | 2025-01-25T02:59:30.188Z | Checking hickory-proto v0.24.1 |
| 2151 | 2025-01-25T02:59:30.384Z | Checking tungstenite v0.24.0 |
| 2152 | 2025-01-25T02:59:30.403Z | Checking tokio-rustls v0.26.0 |
| 2153 | 2025-01-25T02:59:30.449Z | Checking resolv-conf v0.7.0 |
| 2154 | 2025-01-25T02:59:30.524Z | Checking usdt v0.5.0 |
| 2155 | 2025-01-25T02:59:30.788Z | Checking heapless v0.7.17 |
| 2156 | 2025-01-25T02:59:30.806Z | Checking tokio-rustls v0.25.0 |
| 2157 | 2025-01-25T02:59:30.806Z | Checking slog-term v2.9.1 |
| 2158 | 2025-01-25T02:59:31.139Z | Checking group v0.13.0 |
| 2159 | 2025-01-25T02:59:31.162Z | Checking num-iter v0.1.45 |
| 2160 | 2025-01-25T02:59:31.181Z | Checking futures v0.3.31 |
| 2161 | 2025-01-25T02:59:31.292Z | Checking slog-bunyan v2.5.0 |
| 2162 | 2025-01-25T02:59:31.333Z | Checking tokio-native-tls v0.3.1 |
| 2163 | 2025-01-25T02:59:31.336Z | Checking rayon-core v1.12.1 |
| 2164 | 2025-01-25T02:59:31.388Z | Checking multer v3.1.0 |
| 2165 | 2025-01-25T02:59:31.463Z | Checking terminal_size v0.4.0 |
| 2166 | 2025-01-25T02:59:31.630Z | Checking phf_shared v0.11.2 |
| 2167 | 2025-01-25T02:59:31.645Z | Checking cookie v0.18.1 |
| 2168 | 2025-01-25T02:59:31.662Z | Checking async-stream v0.3.6 |
| 2169 | 2025-01-25T02:59:31.784Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2170 | 2025-01-25T02:59:31.851Z | Checking signal-hook v0.3.17 |
| 2171 | 2025-01-25T02:59:31.868Z | Checking camino v1.1.9 |
| 2172 | 2025-01-25T02:59:31.902Z | Checking waitgroup v0.1.2 |
| 2173 | 2025-01-25T02:59:31.917Z | Checking openapiv3 v2.0.0 |
| 2174 | 2025-01-25T02:59:32.002Z | Checking webpki-roots v0.26.6 |
| 2175 | 2025-01-25T02:59:32.047Z | Checking idna v0.5.0 |
| 2176 | 2025-01-25T02:59:32.089Z | Checking serde_path_to_error v0.1.16 |
| 2177 | 2025-01-25T02:59:32.187Z | Checking hkdf v0.12.4 |
| 2178 | 2025-01-25T02:59:32.206Z | Checking crypto-bigint v0.5.5 |
| 2179 | 2025-01-25T02:59:32.379Z | Checking hostname v0.4.0 |
| 2180 | 2025-01-25T02:59:32.400Z | Checking crc32fast v1.4.2 |
| 2181 | 2025-01-25T02:59:32.516Z | Checking managed v0.8.0 |
| 2182 | 2025-01-25T02:59:32.637Z | Checking winnow v0.5.40 |
| 2183 | 2025-01-25T02:59:32.677Z | Checking unicode-width v0.1.14 |
| 2184 | 2025-01-25T02:59:32.888Z | Checking clap_lex v0.7.2 |
| 2185 | 2025-01-25T02:59:32.954Z | Checking strsim v0.11.1 |
| 2186 | 2025-01-25T02:59:33.130Z | Checking bitflags v1.3.2 |
| 2187 | 2025-01-25T02:59:33.181Z | Checking debug-ignore v1.0.5 |
| 2188 | 2025-01-25T02:59:33.221Z | Checking clap_builder v4.5.21 |
| 2189 | 2025-01-25T02:59:33.237Z | Checking smoltcp v0.9.1 |
| 2190 | 2025-01-25T02:59:33.338Z | Checking console v0.15.8 |
| 2191 | 2025-01-25T02:59:33.916Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2192 | 2025-01-25T02:59:34.206Z | Checking cookie_store v0.21.0 |
| 2193 | 2025-01-25T02:59:34.627Z | Checking flate2 v1.0.34 |
| 2194 | 2025-01-25T02:59:34.697Z | Checking hickory-resolver v0.24.1 |
| 2195 | 2025-01-25T02:59:34.765Z | Checking backtrace v0.3.74 |
| 2196 | 2025-01-25T02:59:34.848Z | Checking hyper-rustls v0.27.3 |
| 2197 | 2025-01-25T02:59:34.866Z | Checking elliptic-curve v0.13.8 |
| 2198 | 2025-01-25T02:59:35.077Z | Checking dropshot v0.12.0 |
| 2199 | 2025-01-25T02:59:35.168Z | Checking signal-hook-mio v0.2.4 |
| 2200 | 2025-01-25T02:59:35.231Z | Checking rayon v1.10.0 |
| 2201 | 2025-01-25T02:59:35.325Z | Checking bzip2 v0.4.4 |
| 2202 | 2025-01-25T02:59:35.342Z | Checking toml_edit v0.19.15 |
| 2203 | 2025-01-25T02:59:35.345Z | Checking anyhow v1.0.93 |
| 2204 | 2025-01-25T02:59:35.442Z | Checking phf v0.11.2 |
| 2205 | 2025-01-25T02:59:35.612Z | Checking hyper-tls v0.6.0 |
| 2206 | 2025-01-25T02:59:35.695Z | Checking num-bigint-dig v0.8.4 |
| 2207 | 2025-01-25T02:59:35.716Z | Checking tokio-tungstenite v0.24.0 |
| 2208 | 2025-01-25T02:59:35.885Z | Checking postgres-types v0.2.8 |
| 2209 | 2025-01-25T02:59:36.049Z | Checking bstr v1.10.0 |
| 2210 | 2025-01-25T02:59:36.185Z | Checking regex v1.11.1 |
| 2211 | 2025-01-25T02:59:36.222Z | Checking ed25519 v2.2.3 |
| 2212 | 2025-01-25T02:59:36.507Z | Checking tokio-stream v0.1.16 |
| 2213 | 2025-01-25T02:59:36.530Z | Checking phf_shared v0.10.0 |
| 2214 | 2025-01-25T02:59:36.804Z | Checking zerocopy v0.6.6 |
| 2215 | 2025-01-25T02:59:36.820Z | Checking curve25519-dalek v4.1.3 |
| 2216 | 2025-01-25T02:59:36.870Z | Checking hubpack v0.1.2 |
| 2217 | 2025-01-25T02:59:37.186Z | Checking pkcs1 v0.7.5 |
| 2218 | 2025-01-25T02:59:37.298Z | Checking portable-atomic v1.9.0 |
| 2219 | 2025-01-25T02:59:37.455Z | Checking float-cmp v0.9.0 |
| 2220 | 2025-01-25T02:59:37.584Z | Checking serde-big-array v0.5.1 |
| 2221 | 2025-01-25T02:59:37.653Z | Checking rfc6979 v0.4.0 |
| 2222 | 2025-01-25T02:59:37.670Z | Checking sync_wrapper v1.0.1 |
| 2223 | 2025-01-25T02:59:37.742Z | Checking unicode-width v0.2.0 |
| 2224 | 2025-01-25T02:59:37.806Z | Checking minimal-lexical v0.2.1 |
| 2225 | 2025-01-25T02:59:37.809Z | Checking new_debug_unreachable v1.0.6 |
| 2226 | 2025-01-25T02:59:37.836Z | Checking whoami v1.5.2 |
| 2227 | 2025-01-25T02:59:37.919Z | Checking precomputed-hash v0.1.1 |
| 2228 | 2025-01-25T02:59:38.045Z | Checking difflib v0.4.0 |
| 2229 | 2025-01-25T02:59:38.146Z | Checking number_prefix v0.4.0 |
| 2230 | 2025-01-25T02:59:38.230Z | Checking unicode-segmentation v1.12.0 |
| 2231 | 2025-01-25T02:59:38.246Z | Checking fixedbitset v0.4.2 |
| 2232 | 2025-01-25T02:59:38.249Z | Checking normalize-line-endings v0.3.0 |
| 2233 | 2025-01-25T02:59:38.322Z | Checking predicates-core v1.0.8 |
| 2234 | 2025-01-25T02:59:38.373Z | Checking static_assertions v1.1.0 |
| 2235 | 2025-01-25T02:59:38.390Z | Checking bit-vec v0.6.3 |
| 2236 | 2025-01-25T02:59:38.447Z | Checking qorb v0.2.1 |
| 2237 | 2025-01-25T02:59:38.472Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2238 | 2025-01-25T02:59:38.498Z | Checking predicates v3.1.2 |
| 2239 | 2025-01-25T02:59:38.512Z | Checking petgraph v0.6.5 |
| 2240 | 2025-01-25T02:59:38.556Z | Checking ed25519-dalek v2.1.1 |
| 2241 | 2025-01-25T02:59:38.658Z | Checking indicatif v0.17.9 |
| 2242 | 2025-01-25T02:59:38.706Z | Checking bit-set v0.5.3 |
| 2243 | 2025-01-25T02:59:38.880Z | Checking similar v2.6.0 |
| 2244 | 2025-01-25T02:59:38.962Z | Checking nom v7.1.3 |
| 2245 | 2025-01-25T02:59:38.978Z | Checking tokio-postgres v0.7.12 |
| 2246 | 2025-01-25T02:59:39.080Z | Checking string_cache v0.8.7 |
| 2247 | 2025-01-25T02:59:39.376Z | Checking ecdsa v0.16.9 |
| 2248 | 2025-01-25T02:59:39.390Z | Checking reqwest v0.12.9 |
| 2249 | 2025-01-25T02:59:39.697Z | Checking toml v0.7.8 |
| 2250 | 2025-01-25T02:59:40.081Z | Checking rsa v0.9.6 |
| 2251 | 2025-01-25T02:59:40.401Z | Checking clap v4.5.21 |
| 2252 | 2025-01-25T02:59:40.516Z | Checking zip v0.6.6 |
| 2253 | 2025-01-25T02:59:40.853Z | Checking crossterm v0.28.1 |
| 2254 | 2025-01-25T02:59:41.094Z | Checking itertools v0.10.5 |
| 2255 | 2025-01-25T02:59:41.149Z | Checking itertools v0.12.1 |
| 2256 | 2025-01-25T02:59:41.170Z | Checking fs-err v2.11.0 |
| 2257 | 2025-01-25T02:59:41.450Z | Checking ahash v0.8.11 |
| 2258 | 2025-01-25T02:59:41.676Z | Checking x509-cert v0.2.5 |
| 2259 | 2025-01-25T02:59:41.676Z | Checking hex v0.4.3 |
| 2260 | 2025-01-25T02:59:41.803Z | Checking semver v1.0.24 |
| 2261 | 2025-01-25T02:59:41.905Z | Checking peg-runtime v0.8.3 |
| 2262 | 2025-01-25T02:59:42.143Z | Checking lalrpop-util v0.19.12 |
| 2263 | 2025-01-25T02:59:42.185Z | Checking sigpipe v0.1.3 |
| 2264 | 2025-01-25T02:59:43.137Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2265 | 2025-01-25T02:59:43.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.17s |
| 2266 | 2025-01-25T02:59:43.616Z | |
| 2267 | 2025-01-25T02:59:43.616Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
| 2268 | 2025-01-25T02:59:44.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2269 | 2025-01-25T02:59:44.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2270 | 2025-01-25T02:59:44.257Z | Compiling hashbrown v0.14.5 |
| 2271 | 2025-01-25T02:59:44.377Z | Checking heck v0.5.0 |
| 2272 | 2025-01-25T02:59:44.390Z | Compiling unsafe-libyaml v0.2.11 |
| 2273 | 2025-01-25T02:59:44.401Z | Checking ipnetwork v0.20.0 |
| 2274 | 2025-01-25T02:59:44.404Z | Compiling ident_case v1.0.1 |
| 2275 | 2025-01-25T02:59:44.431Z | Checking progenitor-client v0.8.0 |
| 2276 | 2025-01-25T02:59:44.446Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2277 | 2025-01-25T02:59:44.542Z | Checking newtype-uuid v1.2.1 |
| 2278 | 2025-01-25T02:59:44.590Z | Compiling darling_core v0.20.10 |
| 2279 | 2025-01-25T02:59:44.745Z | Compiling proc-macro-crate v1.3.1 |
| 2280 | 2025-01-25T02:59:44.762Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2281 | 2025-01-25T02:59:44.790Z | Compiling structmeta-derive v0.3.0 |
| 2282 | 2025-01-25T02:59:44.801Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2283 | 2025-01-25T02:59:45.109Z | Compiling thiserror v2.0.11 |
| 2284 | 2025-01-25T02:59:45.154Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2285 | 2025-01-25T02:59:45.344Z | Compiling regress v0.10.1 |
| 2286 | 2025-01-25T02:59:45.632Z | Compiling serde_yaml v0.9.34+deprecated |
| 2287 | 2025-01-25T02:59:46.057Z | Compiling num_enum_derive v0.5.11 |
| 2288 | 2025-01-25T02:59:46.129Z | Compiling lzma-sys v0.1.20 |
| 2289 | 2025-01-25T02:59:46.362Z | Compiling foreign-types-macros v0.2.3 |
| 2290 | 2025-01-25T02:59:46.875Z | Compiling thiserror-impl v2.0.11 |
| 2291 | 2025-01-25T02:59:47.454Z | Compiling structmeta v0.3.0 |
| 2292 | 2025-01-25T02:59:47.605Z | Compiling dropshot v0.15.1 |
| 2293 | 2025-01-25T02:59:47.869Z | Checking arc-swap v1.7.1 |
| 2294 | 2025-01-25T02:59:47.908Z | Checking foreign-types-shared v0.3.1 |
| 2295 | 2025-01-25T02:59:48.040Z | Checking foreign-types v0.5.0 |
| 2296 | 2025-01-25T02:59:48.216Z | Compiling parse-display-derive v0.10.0 |
| 2297 | 2025-01-25T02:59:48.258Z | Checking slog-scope v4.4.0 |
| 2298 | 2025-01-25T02:59:48.282Z | Checking num_enum v0.5.11 |
| 2299 | 2025-01-25T02:59:48.467Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2300 | 2025-01-25T02:59:48.489Z | Compiling proc-macro-error v1.0.4 |
| 2301 | 2025-01-25T02:59:48.969Z | Compiling typify-impl v0.2.0 |
| 2302 | 2025-01-25T02:59:49.265Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2303 | 2025-01-25T02:59:49.378Z | Checking tungstenite v0.21.0 |
| 2304 | 2025-01-25T02:59:49.404Z | Compiling heck v0.3.3 |
| 2305 | 2025-01-25T02:59:49.768Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2306 | 2025-01-25T02:59:50.038Z | Compiling dropshot_endpoint v0.15.1 |
| 2307 | 2025-01-25T02:59:50.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2025-01-25T02:59:50.278Z | Checking cstr-argument v0.1.2 |
| 2309 | 2025-01-25T02:59:50.476Z | Checking instant v0.1.13 |
| 2310 | 2025-01-25T02:59:50.562Z | Checking pretty-hex v0.2.1 |
| 2311 | 2025-01-25T02:59:50.576Z | Compiling darling_macro v0.20.10 |
| 2312 | 2025-01-25T02:59:50.603Z | Checking base64 v0.21.7 |
| 2313 | 2025-01-25T02:59:50.734Z | Checking fastrand v2.1.1 |
| 2314 | 2025-01-25T02:59:50.955Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2315 | 2025-01-25T02:59:51.086Z | Checking tempfile v3.13.0 |
| 2316 | 2025-01-25T02:59:51.175Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2317 | 2025-01-25T02:59:51.271Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2318 | 2025-01-25T02:59:51.322Z | Checking backoff v0.4.0 |
| 2319 | 2025-01-25T02:59:51.340Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2320 | 2025-01-25T02:59:51.425Z | Compiling darling v0.20.10 |
| 2321 | 2025-01-25T02:59:51.442Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2025-01-25T02:59:51.488Z | Checking tokio-tungstenite v0.21.0 |
| 2323 | 2025-01-25T02:59:51.528Z | Checking strum v0.26.3 |
| 2324 | 2025-01-25T02:59:51.546Z | Compiling serde_with_macros v3.11.0 |
| 2325 | 2025-01-25T02:59:51.597Z | Compiling zone_cfg_derive v0.1.2 |
| 2326 | 2025-01-25T02:59:51.690Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2327 | 2025-01-25T02:59:51.782Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2328 | 2025-01-25T02:59:52.104Z | Checking slog-stdlog v4.1.1 |
| 2329 | 2025-01-25T02:59:52.190Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2330 | 2025-01-25T02:59:52.273Z | Checking parse-display v0.10.0 |
| 2331 | 2025-01-25T02:59:52.289Z | Checking regress v0.9.1 |
| 2332 | 2025-01-25T02:59:52.349Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2333 | 2025-01-25T02:59:52.487Z | Checking progenitor-client v0.9.1 |
| 2334 | 2025-01-25T02:59:52.504Z | Checking colored v2.1.0 |
| 2335 | 2025-01-25T02:59:52.638Z | Checking macaddr v1.0.1 |
| 2336 | 2025-01-25T02:59:52.811Z | Checking base64 v0.13.1 |
| 2337 | 2025-01-25T02:59:52.947Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2338 | 2025-01-25T02:59:52.990Z | Checking zone v0.1.8 |
| 2339 | 2025-01-25T02:59:53.230Z | Checking ron v0.7.1 |
| 2340 | 2025-01-25T02:59:53.401Z | Checking slog-envlogger v2.2.0 |
| 2341 | 2025-01-25T02:59:53.621Z | Checking xz2 v0.1.7 |
| 2342 | 2025-01-25T02:59:53.675Z | Checking tabwriter v1.4.0 |
| 2343 | 2025-01-25T02:59:53.911Z | Checking xattr v1.3.1 |
| 2344 | 2025-01-25T02:59:53.928Z | Checking pem v3.0.4 |
| 2345 | 2025-01-25T02:59:54.104Z | Checking yasna v0.5.2 |
| 2346 | 2025-01-25T02:59:54.121Z | Checking serde_with v3.11.0 |
| 2347 | 2025-01-25T02:59:54.198Z | Checking headers-core v0.3.0 |
| 2348 | 2025-01-25T02:59:54.251Z | Checking smf v0.2.3 |
| 2349 | 2025-01-25T02:59:54.359Z | Checking filetime v0.2.25 |
| 2350 | 2025-01-25T02:59:54.564Z | Checking same-file v1.0.6 |
| 2351 | 2025-01-25T02:59:54.657Z | Checking tar v0.4.42 |
| 2352 | 2025-01-25T02:59:54.684Z | Checking headers v0.4.0 |
| 2353 | 2025-01-25T02:59:54.751Z | Checking walkdir v2.5.0 |
| 2354 | 2025-01-25T02:59:54.951Z | Checking rcgen v0.12.1 |
| 2355 | 2025-01-25T02:59:55.040Z | Checking atomicwrites v0.4.4 |
| 2356 | 2025-01-25T02:59:55.246Z | Checking camino-tempfile v1.1.1 |
| 2357 | 2025-01-25T02:59:55.439Z | Checking subprocess v0.2.9 |
| 2358 | 2025-01-25T02:59:58.035Z | Compiling typify-macro v0.2.0 |
| 2359 | 2025-01-25T02:59:59.525Z | Compiling typify v0.2.0 |
| 2360 | 2025-01-25T02:59:59.594Z | Compiling progenitor-impl v0.8.0 |
| 2361 | 2025-01-25T03:00:01.981Z | Compiling progenitor-macro v0.8.0 |
| 2362 | 2025-01-25T03:00:05.574Z | Checking progenitor v0.8.0 |
| 2363 | 2025-01-25T03:00:05.702Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2364 | 2025-01-25T03:00:05.702Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2365 | 2025-01-25T03:00:08.184Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2366 | 2025-01-25T03:00:08.493Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2367 | 2025-01-25T03:00:14.296Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2368 | 2025-01-25T03:00:15.709Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2369 | 2025-01-25T03:00:16.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s |
| 2370 | 2025-01-25T03:00:17.057Z | |
| 2371 | 2025-01-25T03:00:17.057Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
| 2372 | 2025-01-25T03:00:17.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2373 | 2025-01-25T03:00:17.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2374 | 2025-01-25T03:00:17.692Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2375 | 2025-01-25T03:00:19.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 2376 | 2025-01-25T03:00:19.186Z | |
| 2377 | 2025-01-25T03:00:19.186Z | info: running `cargo check --bins` on nexus-config (51/197) |
| 2378 | 2025-01-25T03:00:19.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2379 | 2025-01-25T03:00:19.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2380 | 2025-01-25T03:00:19.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2381 | 2025-01-25T03:00:19.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2382 | 2025-01-25T03:00:19.798Z | |
| 2383 | 2025-01-25T03:00:19.798Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
| 2384 | 2025-01-25T03:00:20.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2385 | 2025-01-25T03:00:20.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2386 | 2025-01-25T03:00:20.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2387 | 2025-01-25T03:00:20.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2388 | 2025-01-25T03:00:20.386Z | |
| 2389 | 2025-01-25T03:00:20.386Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
| 2390 | 2025-01-25T03:00:20.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2391 | 2025-01-25T03:00:20.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2392 | 2025-01-25T03:00:20.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2393 | 2025-01-25T03:00:20.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2394 | 2025-01-25T03:00:20.987Z | |
| 2395 | 2025-01-25T03:00:20.987Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
| 2396 | 2025-01-25T03:00:21.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2397 | 2025-01-25T03:00:21.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2398 | 2025-01-25T03:00:21.642Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2399 | 2025-01-25T03:00:21.751Z | Compiling ipnetwork v0.20.0 |
| 2400 | 2025-01-25T03:00:21.755Z | Compiling zerocopy v0.8.10 |
| 2401 | 2025-01-25T03:00:21.755Z | Compiling progenitor-client v0.8.0 |
| 2402 | 2025-01-25T03:00:21.755Z | Compiling itertools v0.13.0 |
| 2403 | 2025-01-25T03:00:21.755Z | Compiling zerocopy-derive v0.8.10 |
| 2404 | 2025-01-25T03:00:21.755Z | Compiling heapless v0.8.0 |
| 2405 | 2025-01-25T03:00:21.764Z | Compiling thiserror v2.0.11 |
| 2406 | 2025-01-25T03:00:21.925Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2407 | 2025-01-25T03:00:22.051Z | Checking hash32 v0.3.1 |
| 2408 | 2025-01-25T03:00:22.190Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2409 | 2025-01-25T03:00:22.240Z | Compiling progenitor v0.8.0 |
| 2410 | 2025-01-25T03:00:22.452Z | Compiling instant v0.1.13 |
| 2411 | 2025-01-25T03:00:22.529Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2412 | 2025-01-25T03:00:22.598Z | Compiling smoltcp v0.11.0 |
| 2413 | 2025-01-25T03:00:22.614Z | Compiling backoff v0.4.0 |
| 2414 | 2025-01-25T03:00:22.628Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2415 | 2025-01-25T03:00:22.829Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2416 | 2025-01-25T03:00:22.956Z | Compiling dropshot v0.15.1 |
| 2417 | 2025-01-25T03:00:23.265Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2418 | 2025-01-25T03:00:23.412Z | Compiling serde_with v3.11.0 |
| 2419 | 2025-01-25T03:00:23.429Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2420 | 2025-01-25T03:00:23.616Z | Compiling parse-display v0.10.0 |
| 2421 | 2025-01-25T03:00:23.706Z | Checking num-rational v0.4.2 |
| 2422 | 2025-01-25T03:00:24.180Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2423 | 2025-01-25T03:00:24.336Z | Compiling progenitor-client v0.9.1 |
| 2424 | 2025-01-25T03:00:24.610Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2425 | 2025-01-25T03:00:24.855Z | Compiling regress v0.9.1 |
| 2426 | 2025-01-25T03:00:25.840Z | Compiling phf_generator v0.11.2 |
| 2427 | 2025-01-25T03:00:26.037Z | Checking num-complex v0.4.6 |
| 2428 | 2025-01-25T03:00:26.875Z | Compiling macaddr v1.0.1 |
| 2429 | 2025-01-25T03:00:27.136Z | Checking cobs v0.2.3 |
| 2430 | 2025-01-25T03:00:27.324Z | Checking num v0.4.3 |
| 2431 | 2025-01-25T03:00:27.340Z | Checking postcard v1.0.10 |
| 2432 | 2025-01-25T03:00:27.433Z | Compiling phf_codegen v0.11.2 |
| 2433 | 2025-01-25T03:00:27.858Z | Compiling parse-zoneinfo v0.3.1 |
| 2434 | 2025-01-25T03:00:27.940Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2435 | 2025-01-25T03:00:28.243Z | Checking float-ord v0.3.2 |
| 2436 | 2025-01-25T03:00:29.609Z | Compiling convert_case v0.4.0 |
| 2437 | 2025-01-25T03:00:29.699Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2438 | 2025-01-25T03:00:29.882Z | Compiling chrono-tz-build v0.4.0 |
| 2439 | 2025-01-25T03:00:30.223Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2440 | 2025-01-25T03:00:30.408Z | Compiling derive_more v0.99.18 |
| 2441 | 2025-01-25T03:00:30.492Z | Compiling crucible-workspace-hack v0.1.0 |
| 2442 | 2025-01-25T03:00:30.783Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2443 | 2025-01-25T03:00:31.068Z | Compiling chrono-tz v0.10.0 |
| 2444 | 2025-01-25T03:00:31.102Z | Checking newline-converter v0.3.0 |
| 2445 | 2025-01-25T03:00:31.105Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2446 | 2025-01-25T03:00:31.256Z | Checking prettyplease v0.2.25 |
| 2447 | 2025-01-25T03:00:31.765Z | Compiling slog-dtrace v0.3.0 |
| 2448 | 2025-01-25T03:00:31.811Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2449 | 2025-01-25T03:00:31.943Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2450 | 2025-01-25T03:00:32.304Z | Checking expectorate v1.1.0 |
| 2451 | 2025-01-25T03:00:32.470Z | Compiling zone_cfg_derive v0.3.0 |
| 2452 | 2025-01-25T03:00:32.710Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2453 | 2025-01-25T03:00:33.401Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2454 | 2025-01-25T03:00:33.608Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2455 | 2025-01-25T03:00:33.806Z | Compiling const_format_proc_macros v0.2.33 |
| 2456 | 2025-01-25T03:00:33.823Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2457 | 2025-01-25T03:00:33.932Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2458 | 2025-01-25T03:00:34.010Z | Compiling num-derive v0.4.2 |
| 2459 | 2025-01-25T03:00:34.464Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2460 | 2025-01-25T03:00:34.760Z | Checking highway v1.2.0 |
| 2461 | 2025-01-25T03:00:35.050Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2462 | 2025-01-25T03:00:35.170Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2463 | 2025-01-25T03:00:35.187Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2464 | 2025-01-25T03:00:35.300Z | Checking zone v0.3.0 |
| 2465 | 2025-01-25T03:00:35.663Z | Checking const_format v0.2.33 |
| 2466 | 2025-01-25T03:00:35.873Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2467 | 2025-01-25T03:00:36.066Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2468 | 2025-01-25T03:00:36.256Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2469 | 2025-01-25T03:00:36.563Z | Checking gethostname v0.5.0 |
| 2470 | 2025-01-25T03:00:36.667Z | Checking bcs v0.1.6 |
| 2471 | 2025-01-25T03:00:36.703Z | Compiling async-recursion v1.1.1 |
| 2472 | 2025-01-25T03:00:36.751Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2473 | 2025-01-25T03:00:36.877Z | Checking termtree v0.5.1 |
| 2474 | 2025-01-25T03:00:37.156Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2475 | 2025-01-25T03:00:37.178Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2476 | 2025-01-25T03:00:38.930Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2477 | 2025-01-25T03:00:43.311Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2478 | 2025-01-25T03:00:46.581Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2479 | 2025-01-25T03:00:49.010Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2480 | 2025-01-25T03:00:50.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.14s |
| 2481 | 2025-01-25T03:00:50.321Z | |
| 2482 | 2025-01-25T03:00:50.321Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
| 2483 | 2025-01-25T03:00:50.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2025-01-25T03:00:50.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2025-01-25T03:00:50.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2025-01-25T03:00:50.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2487 | 2025-01-25T03:00:50.930Z | |
| 2488 | 2025-01-25T03:00:50.930Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
| 2489 | 2025-01-25T03:00:51.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2025-01-25T03:00:51.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2025-01-25T03:00:51.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2025-01-25T03:00:51.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2493 | 2025-01-25T03:00:51.534Z | |
| 2494 | 2025-01-25T03:00:51.534Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
| 2495 | 2025-01-25T03:00:52.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2025-01-25T03:00:52.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2025-01-25T03:00:52.172Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2498 | 2025-01-25T03:00:52.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 2499 | 2025-01-25T03:00:52.970Z | |
| 2500 | 2025-01-25T03:00:52.970Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
| 2501 | 2025-01-25T03:00:53.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2025-01-25T03:00:53.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2025-01-25T03:00:53.611Z | Compiling cfg_aliases v0.1.1 |
| 2504 | 2025-01-25T03:00:53.619Z | Compiling vte_generate_state_changes v0.1.2 |
| 2505 | 2025-01-25T03:00:53.619Z | Checking fd-lock v4.0.2 |
| 2506 | 2025-01-25T03:00:53.619Z | Checking nibble_vec v0.1.0 |
| 2507 | 2025-01-25T03:00:53.722Z | Checking bytecount v0.6.8 |
| 2508 | 2025-01-25T03:00:53.769Z | Checking endian-type v0.1.2 |
| 2509 | 2025-01-25T03:00:53.769Z | Compiling tabled_derive v0.7.0 |
| 2510 | 2025-01-25T03:00:53.769Z | Compiling peg-macros v0.8.4 |
| 2511 | 2025-01-25T03:00:53.829Z | Compiling nix v0.28.0 |
| 2512 | 2025-01-25T03:00:53.875Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2513 | 2025-01-25T03:00:53.899Z | Compiling sqlparser_derive v0.2.2 |
| 2514 | 2025-01-25T03:00:53.909Z | Checking papergrid v0.11.0 |
| 2515 | 2025-01-25T03:00:53.931Z | Checking radix_trie v0.2.1 |
| 2516 | 2025-01-25T03:00:54.311Z | Checking vte v0.11.1 |
| 2517 | 2025-01-25T03:00:54.354Z | Checking nu-ansi-term v0.50.1 |
| 2518 | 2025-01-25T03:00:54.782Z | Checking unicode_categories v0.1.1 |
| 2519 | 2025-01-25T03:00:54.914Z | Checking home v0.5.9 |
| 2520 | 2025-01-25T03:00:54.951Z | Checking sqlparser v0.45.0 |
| 2521 | 2025-01-25T03:00:55.083Z | Checking sqlformat v0.2.6 |
| 2522 | 2025-01-25T03:00:55.095Z | Checking display-error-chain v0.2.2 |
| 2523 | 2025-01-25T03:00:55.741Z | Checking strip-ansi-escapes v0.2.0 |
| 2524 | 2025-01-25T03:00:55.863Z | Checking reedline v0.35.0 |
| 2525 | 2025-01-25T03:00:55.875Z | Checking tabled v0.15.0 |
| 2526 | 2025-01-25T03:00:56.278Z | Checking peg v0.8.4 |
| 2527 | 2025-01-25T03:00:56.595Z | Checking rustyline v14.0.0 |
| 2528 | 2025-01-25T03:01:05.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s |
| 2529 | 2025-01-25T03:01:05.175Z | |
| 2530 | 2025-01-25T03:01:05.175Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
| 2531 | 2025-01-25T03:01:05.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2025-01-25T03:01:05.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2025-01-25T03:01:05.818Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2025-01-25T03:01:10.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
| 2535 | 2025-01-25T03:01:10.990Z | |
| 2536 | 2025-01-25T03:01:10.991Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
| 2537 | 2025-01-25T03:01:11.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2025-01-25T03:01:11.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2025-01-25T03:01:11.628Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2540 | 2025-01-25T03:01:15.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2541 | 2025-01-25T03:01:15.253Z | |
| 2542 | 2025-01-25T03:01:15.253Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
| 2543 | 2025-01-25T03:01:15.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2025-01-25T03:01:15.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2025-01-25T03:01:15.885Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2546 | 2025-01-25T03:01:20.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 2547 | 2025-01-25T03:01:20.709Z | |
| 2548 | 2025-01-25T03:01:20.709Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
| 2549 | 2025-01-25T03:01:21.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2025-01-25T03:01:21.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2025-01-25T03:01:21.353Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2552 | 2025-01-25T03:01:26.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 2553 | 2025-01-25T03:01:26.233Z | |
| 2554 | 2025-01-25T03:01:26.233Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
| 2555 | 2025-01-25T03:01:26.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2025-01-25T03:01:26.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2025-01-25T03:01:26.885Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2558 | 2025-01-25T03:01:30.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 2559 | 2025-01-25T03:01:30.624Z | |
| 2560 | 2025-01-25T03:01:30.624Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
| 2561 | 2025-01-25T03:01:31.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2025-01-25T03:01:31.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2025-01-25T03:01:31.269Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2564 | 2025-01-25T03:01:34.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
| 2565 | 2025-01-25T03:01:35.120Z | |
| 2566 | 2025-01-25T03:01:35.120Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
| 2567 | 2025-01-25T03:01:35.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2025-01-25T03:01:35.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2025-01-25T03:01:35.764Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2570 | 2025-01-25T03:01:40.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
| 2571 | 2025-01-25T03:01:40.893Z | |
| 2572 | 2025-01-25T03:01:40.893Z | info: running `cargo check --bins` on oximeter (66/197) |
| 2573 | 2025-01-25T03:01:41.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2025-01-25T03:01:41.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2025-01-25T03:01:41.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2025-01-25T03:01:41.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2577 | 2025-01-25T03:01:41.494Z | |
| 2578 | 2025-01-25T03:01:41.494Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
| 2579 | 2025-01-25T03:01:42.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2025-01-25T03:01:42.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2025-01-25T03:01:42.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2025-01-25T03:01:42.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2583 | 2025-01-25T03:01:42.085Z | |
| 2584 | 2025-01-25T03:01:42.085Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
| 2585 | 2025-01-25T03:01:42.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2025-01-25T03:01:42.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2025-01-25T03:01:42.735Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2588 | 2025-01-25T03:01:44.667Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2589 | 2025-01-25T03:01:45.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 2590 | 2025-01-25T03:01:45.767Z | |
| 2591 | 2025-01-25T03:01:45.767Z | info: running `cargo check --bins` on oximeter-types (69/197) |
| 2592 | 2025-01-25T03:01:46.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2593 | 2025-01-25T03:01:46.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2594 | 2025-01-25T03:01:46.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2595 | 2025-01-25T03:01:46.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2596 | 2025-01-25T03:01:46.363Z | |
| 2597 | 2025-01-25T03:01:46.363Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
| 2598 | 2025-01-25T03:01:46.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2599 | 2025-01-25T03:01:46.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2600 | 2025-01-25T03:01:46.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2601 | 2025-01-25T03:01:46.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2602 | 2025-01-25T03:01:46.970Z | |
| 2603 | 2025-01-25T03:01:46.970Z | info: running `cargo check --bins` on oxql-types (71/197) |
| 2604 | 2025-01-25T03:01:47.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2605 | 2025-01-25T03:01:47.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2606 | 2025-01-25T03:01:47.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2607 | 2025-01-25T03:01:47.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2608 | 2025-01-25T03:01:47.569Z | |
| 2609 | 2025-01-25T03:01:47.569Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
| 2610 | 2025-01-25T03:01:48.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2611 | 2025-01-25T03:01:48.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2612 | 2025-01-25T03:01:48.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2613 | 2025-01-25T03:01:48.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2614 | 2025-01-25T03:01:48.194Z | |
| 2615 | 2025-01-25T03:01:48.194Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
| 2616 | 2025-01-25T03:01:48.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2617 | 2025-01-25T03:01:48.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2618 | 2025-01-25T03:01:48.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2619 | 2025-01-25T03:01:48.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2620 | 2025-01-25T03:01:48.798Z | |
| 2621 | 2025-01-25T03:01:48.798Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
| 2622 | 2025-01-25T03:01:49.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2025-01-25T03:01:49.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2025-01-25T03:01:49.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2625 | 2025-01-25T03:01:49.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2626 | 2025-01-25T03:01:49.413Z | |
| 2627 | 2025-01-25T03:01:49.413Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
| 2628 | 2025-01-25T03:01:49.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2025-01-25T03:01:49.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2025-01-25T03:01:49.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2025-01-25T03:01:49.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2632 | 2025-01-25T03:01:50.017Z | |
| 2633 | 2025-01-25T03:01:50.017Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
| 2634 | 2025-01-25T03:01:50.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2025-01-25T03:01:50.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2025-01-25T03:01:50.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2025-01-25T03:01:50.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2638 | 2025-01-25T03:01:50.624Z | |
| 2639 | 2025-01-25T03:01:50.624Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
| 2640 | 2025-01-25T03:01:51.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2025-01-25T03:01:51.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2025-01-25T03:01:51.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2025-01-25T03:01:51.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2644 | 2025-01-25T03:01:51.227Z | |
| 2645 | 2025-01-25T03:01:51.228Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
| 2646 | 2025-01-25T03:01:51.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2025-01-25T03:01:51.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2025-01-25T03:01:51.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2025-01-25T03:01:51.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2650 | 2025-01-25T03:01:51.815Z | |
| 2651 | 2025-01-25T03:01:51.815Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
| 2652 | 2025-01-25T03:01:52.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2025-01-25T03:01:52.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2025-01-25T03:01:52.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2025-01-25T03:01:52.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2656 | 2025-01-25T03:01:52.431Z | |
| 2657 | 2025-01-25T03:01:52.431Z | info: running `cargo check --bins` on dns-service-client (80/197) |
| 2658 | 2025-01-25T03:01:52.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2025-01-25T03:01:52.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2025-01-25T03:01:52.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2025-01-25T03:01:52.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2662 | 2025-01-25T03:01:53.036Z | |
| 2663 | 2025-01-25T03:01:53.036Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
| 2664 | 2025-01-25T03:01:53.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2025-01-25T03:01:53.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2025-01-25T03:01:53.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2025-01-25T03:01:53.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2668 | 2025-01-25T03:01:53.633Z | |
| 2669 | 2025-01-25T03:01:53.633Z | info: running `cargo check --bins` on dpd-client (82/197) |
| 2670 | 2025-01-25T03:01:54.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2025-01-25T03:01:54.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2025-01-25T03:01:54.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2025-01-25T03:01:54.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2674 | 2025-01-25T03:01:54.228Z | |
| 2675 | 2025-01-25T03:01:54.228Z | info: running `cargo check --bins` on gateway-client (83/197) |
| 2676 | 2025-01-25T03:01:54.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2025-01-25T03:01:54.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2025-01-25T03:01:54.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2679 | 2025-01-25T03:01:54.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2680 | 2025-01-25T03:01:54.813Z | |
| 2681 | 2025-01-25T03:01:54.814Z | info: running `cargo check --bins` on installinator-client (84/197) |
| 2682 | 2025-01-25T03:01:55.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2683 | 2025-01-25T03:01:55.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2684 | 2025-01-25T03:01:55.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2685 | 2025-01-25T03:01:55.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2686 | 2025-01-25T03:01:55.435Z | |
| 2687 | 2025-01-25T03:01:55.435Z | info: running `cargo check --bins` on installinator-common (85/197) |
| 2688 | 2025-01-25T03:01:55.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2689 | 2025-01-25T03:01:55.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2690 | 2025-01-25T03:01:55.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2691 | 2025-01-25T03:01:55.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2692 | 2025-01-25T03:01:56.047Z | |
| 2693 | 2025-01-25T03:01:56.047Z | info: running `cargo check --bins` on update-engine (86/197) |
| 2694 | 2025-01-25T03:01:56.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2695 | 2025-01-25T03:01:56.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2696 | 2025-01-25T03:01:56.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2697 | 2025-01-25T03:01:56.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2698 | 2025-01-25T03:01:56.634Z | |
| 2699 | 2025-01-25T03:01:56.634Z | info: running `cargo check --bins` on nexus-client (87/197) |
| 2700 | 2025-01-25T03:01:57.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2701 | 2025-01-25T03:01:57.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2702 | 2025-01-25T03:01:57.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2703 | 2025-01-25T03:01:57.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2704 | 2025-01-25T03:01:57.261Z | |
| 2705 | 2025-01-25T03:01:57.261Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
| 2706 | 2025-01-25T03:01:57.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2707 | 2025-01-25T03:01:57.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2708 | 2025-01-25T03:01:57.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2709 | 2025-01-25T03:01:57.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2710 | 2025-01-25T03:01:57.874Z | |
| 2711 | 2025-01-25T03:01:57.874Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
| 2712 | 2025-01-25T03:01:58.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2713 | 2025-01-25T03:01:58.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2714 | 2025-01-25T03:01:58.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2715 | 2025-01-25T03:01:58.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2716 | 2025-01-25T03:01:58.465Z | |
| 2717 | 2025-01-25T03:01:58.465Z | info: running `cargo check --bins` on nexus-types (90/197) |
| 2718 | 2025-01-25T03:01:59.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2719 | 2025-01-25T03:01:59.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2720 | 2025-01-25T03:01:59.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2721 | 2025-01-25T03:01:59.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2722 | 2025-01-25T03:01:59.099Z | |
| 2723 | 2025-01-25T03:01:59.099Z | info: running `cargo check --bins` on oxide-client (91/197) |
| 2724 | 2025-01-25T03:01:59.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2725 | 2025-01-25T03:01:59.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2726 | 2025-01-25T03:01:59.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2727 | 2025-01-25T03:01:59.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2728 | 2025-01-25T03:01:59.689Z | |
| 2729 | 2025-01-25T03:01:59.689Z | info: running `cargo check --bins` on oximeter-client (92/197) |
| 2730 | 2025-01-25T03:02:00.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2025-01-25T03:02:00.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2025-01-25T03:02:00.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2025-01-25T03:02:00.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2734 | 2025-01-25T03:02:00.290Z | |
| 2735 | 2025-01-25T03:02:00.290Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
| 2736 | 2025-01-25T03:02:00.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2025-01-25T03:02:00.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2025-01-25T03:02:00.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2739 | 2025-01-25T03:02:00.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2740 | 2025-01-25T03:02:00.879Z | |
| 2741 | 2025-01-25T03:02:00.879Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
| 2742 | 2025-01-25T03:02:01.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2025-01-25T03:02:01.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2025-01-25T03:02:01.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2745 | 2025-01-25T03:02:01.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2746 | 2025-01-25T03:02:01.496Z | |
| 2747 | 2025-01-25T03:02:01.496Z | info: running `cargo check --bins` on wicketd-client (95/197) |
| 2748 | 2025-01-25T03:02:02.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2025-01-25T03:02:02.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2025-01-25T03:02:02.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2751 | 2025-01-25T03:02:02.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2752 | 2025-01-25T03:02:02.140Z | |
| 2753 | 2025-01-25T03:02:02.140Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
| 2754 | 2025-01-25T03:02:02.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2025-01-25T03:02:02.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2025-01-25T03:02:02.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2025-01-25T03:02:02.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2758 | 2025-01-25T03:02:02.769Z | |
| 2759 | 2025-01-25T03:02:02.769Z | info: running `cargo check --bins` on wicket-common (97/197) |
| 2760 | 2025-01-25T03:02:03.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2025-01-25T03:02:03.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2025-01-25T03:02:03.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2025-01-25T03:02:03.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2764 | 2025-01-25T03:02:03.391Z | |
| 2765 | 2025-01-25T03:02:03.391Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
| 2766 | 2025-01-25T03:02:03.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2025-01-25T03:02:03.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2025-01-25T03:02:04.027Z | Checking csv-core v0.1.11 |
| 2769 | 2025-01-25T03:02:04.027Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2770 | 2025-01-25T03:02:04.030Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2771 | 2025-01-25T03:02:04.030Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2772 | 2025-01-25T03:02:04.313Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2773 | 2025-01-25T03:02:04.325Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2774 | 2025-01-25T03:02:04.360Z | Checking csv v1.3.0 |
| 2775 | 2025-01-25T03:02:04.903Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2776 | 2025-01-25T03:02:05.241Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2777 | 2025-01-25T03:02:06.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 2778 | 2025-01-25T03:02:06.999Z | |
| 2779 | 2025-01-25T03:02:06.999Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
| 2780 | 2025-01-25T03:02:07.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2025-01-25T03:02:07.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2025-01-25T03:02:07.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2025-01-25T03:02:07.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2784 | 2025-01-25T03:02:07.598Z | |
| 2785 | 2025-01-25T03:02:07.598Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
| 2786 | 2025-01-25T03:02:08.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2025-01-25T03:02:08.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2025-01-25T03:02:08.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2025-01-25T03:02:08.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2790 | 2025-01-25T03:02:08.213Z | |
| 2791 | 2025-01-25T03:02:08.213Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
| 2792 | 2025-01-25T03:02:08.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2025-01-25T03:02:08.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2025-01-25T03:02:08.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2025-01-25T03:02:08.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2796 | 2025-01-25T03:02:08.916Z | |
| 2797 | 2025-01-25T03:02:08.916Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
| 2798 | 2025-01-25T03:02:09.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2025-01-25T03:02:09.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2025-01-25T03:02:09.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2025-01-25T03:02:09.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2802 | 2025-01-25T03:02:09.619Z | |
| 2803 | 2025-01-25T03:02:09.619Z | info: running `cargo check --bins` on dns-server (103/197) |
| 2804 | 2025-01-25T03:02:10.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2025-01-25T03:02:10.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2025-01-25T03:02:10.243Z | Compiling typify-impl v0.3.0 |
| 2807 | 2025-01-25T03:02:10.350Z | Compiling parking_lot_core v0.8.6 |
| 2808 | 2025-01-25T03:02:10.368Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2809 | 2025-01-25T03:02:10.371Z | Checking fxhash v0.2.1 |
| 2810 | 2025-01-25T03:02:10.378Z | Checking hickory-client v0.24.1 |
| 2811 | 2025-01-25T03:02:10.391Z | Checking hickory-server v0.24.1 |
| 2812 | 2025-01-25T03:02:11.029Z | Checking parking_lot v0.11.2 |
| 2813 | 2025-01-25T03:02:11.177Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2814 | 2025-01-25T03:02:11.317Z | Checking sled v0.34.7 |
| 2815 | 2025-01-25T03:02:15.721Z | Compiling typify-macro v0.3.0 |
| 2816 | 2025-01-25T03:02:17.205Z | Compiling typify v0.3.0 |
| 2817 | 2025-01-25T03:02:17.275Z | Compiling progenitor-impl v0.9.1 |
| 2818 | 2025-01-25T03:02:19.630Z | Compiling progenitor-macro v0.9.1 |
| 2819 | 2025-01-25T03:02:23.226Z | Checking progenitor v0.9.1 |
| 2820 | 2025-01-25T03:02:23.355Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2821 | 2025-01-25T03:02:23.806Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2822 | 2025-01-25T03:02:25.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.41s |
| 2823 | 2025-01-25T03:02:25.213Z | |
| 2824 | 2025-01-25T03:02:25.213Z | info: running `cargo check --bins` on dns-server-api (104/197) |
| 2825 | 2025-01-25T03:02:25.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2025-01-25T03:02:25.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2025-01-25T03:02:25.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2025-01-25T03:02:25.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2829 | 2025-01-25T03:02:25.813Z | |
| 2830 | 2025-01-25T03:02:25.813Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
| 2831 | 2025-01-25T03:02:26.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2025-01-25T03:02:26.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2025-01-25T03:02:26.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2025-01-25T03:02:26.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2835 | 2025-01-25T03:02:26.463Z | |
| 2836 | 2025-01-25T03:02:26.463Z | info: running `cargo check --bins` on gateway-types (106/197) |
| 2837 | 2025-01-25T03:02:27.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2025-01-25T03:02:27.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2025-01-25T03:02:27.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2025-01-25T03:02:27.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2841 | 2025-01-25T03:02:27.078Z | |
| 2842 | 2025-01-25T03:02:27.078Z | info: running `cargo check --bins` on ipcc (107/197) |
| 2843 | 2025-01-25T03:02:27.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2025-01-25T03:02:27.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2025-01-25T03:02:27.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2025-01-25T03:02:27.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2847 | 2025-01-25T03:02:27.678Z | |
| 2848 | 2025-01-25T03:02:27.679Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
| 2849 | 2025-01-25T03:02:28.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2025-01-25T03:02:28.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2025-01-25T03:02:28.352Z | Compiling semver v0.1.20 |
| 2852 | 2025-01-25T03:02:28.352Z | Compiling radium v0.7.0 |
| 2853 | 2025-01-25T03:02:28.471Z | Compiling maybe-uninit v2.0.0 |
| 2854 | 2025-01-25T03:02:28.473Z | Checking tap v1.0.1 |
| 2855 | 2025-01-25T03:02:28.488Z | Checking password-hash v0.5.0 |
| 2856 | 2025-01-25T03:02:28.491Z | Checking blake2 v0.10.6 |
| 2857 | 2025-01-25T03:02:28.491Z | Compiling owo-colors v4.1.0 |
| 2858 | 2025-01-25T03:02:28.491Z | Checking crc-catalog v2.4.0 |
| 2859 | 2025-01-25T03:02:28.609Z | Checking wyz v0.5.1 |
| 2860 | 2025-01-25T03:02:28.648Z | Compiling cancel-safe-futures v0.1.5 |
| 2861 | 2025-01-25T03:02:28.820Z | Compiling rustc_version v0.1.7 |
| 2862 | 2025-01-25T03:02:28.932Z | Checking funty v2.0.0 |
| 2863 | 2025-01-25T03:02:28.948Z | Compiling packed_struct v0.10.1 |
| 2864 | 2025-01-25T03:02:28.989Z | Checking argon2 v0.5.3 |
| 2865 | 2025-01-25T03:02:29.022Z | Checking crc v3.2.1 |
| 2866 | 2025-01-25T03:02:29.065Z | Compiling packed_struct_codegen v0.10.1 |
| 2867 | 2025-01-25T03:02:29.098Z | Checking half v2.4.1 |
| 2868 | 2025-01-25T03:02:29.248Z | Compiling newtype_derive v0.1.6 |
| 2869 | 2025-01-25T03:02:29.250Z | Compiling indexmap v1.9.3 |
| 2870 | 2025-01-25T03:02:29.405Z | Checking nodrop v0.1.14 |
| 2871 | 2025-01-25T03:02:29.425Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2872 | 2025-01-25T03:02:29.533Z | Checking ciborium-io v0.2.2 |
| 2873 | 2025-01-25T03:02:29.533Z | Checking array-init v0.0.4 |
| 2874 | 2025-01-25T03:02:29.608Z | Checking smallvec v0.6.14 |
| 2875 | 2025-01-25T03:02:29.645Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2876 | 2025-01-25T03:02:29.661Z | Checking ciborium-ll v0.2.2 |
| 2877 | 2025-01-25T03:02:30.041Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2878 | 2025-01-25T03:02:30.049Z | Checking bitvec v1.0.1 |
| 2879 | 2025-01-25T03:02:30.049Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2880 | 2025-01-25T03:02:30.049Z | Checking libsw v3.3.1 |
| 2881 | 2025-01-25T03:02:30.228Z | Compiling memoffset v0.9.1 |
| 2882 | 2025-01-25T03:02:30.342Z | Checking bitfield v0.14.0 |
| 2883 | 2025-01-25T03:02:30.408Z | Checking indent_write v2.2.0 |
| 2884 | 2025-01-25T03:02:30.426Z | Checking swrite v0.1.0 |
| 2885 | 2025-01-25T03:02:30.549Z | Checking linear-map v1.2.0 |
| 2886 | 2025-01-25T03:02:30.566Z | Checking hashbrown v0.12.3 |
| 2887 | 2025-01-25T03:02:30.624Z | Checking termcolor v1.4.1 |
| 2888 | 2025-01-25T03:02:30.795Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2889 | 2025-01-25T03:02:30.857Z | Checking serde-hex v0.1.0 |
| 2890 | 2025-01-25T03:02:30.895Z | Checking ron v0.8.1 |
| 2891 | 2025-01-25T03:02:31.033Z | Checking env_logger v0.10.2 |
| 2892 | 2025-01-25T03:02:31.205Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2893 | 2025-01-25T03:02:31.432Z | Checking ciborium v0.2.2 |
| 2894 | 2025-01-25T03:02:31.508Z | Checking steno v0.4.1 |
| 2895 | 2025-01-25T03:02:32.072Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2896 | 2025-01-25T03:02:32.263Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2897 | 2025-01-25T03:02:32.349Z | Checking hashbrown v0.13.2 |
| 2898 | 2025-01-25T03:02:32.408Z | Checking humantime v2.1.0 |
| 2899 | 2025-01-25T03:02:32.536Z | Checking crc-any v2.5.0 |
| 2900 | 2025-01-25T03:02:32.715Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2901 | 2025-01-25T03:02:32.905Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2902 | 2025-01-25T03:02:33.119Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2903 | 2025-01-25T03:02:33.240Z | Checking object v0.30.4 |
| 2904 | 2025-01-25T03:02:33.430Z | Checking path-slash v0.1.5 |
| 2905 | 2025-01-25T03:02:33.470Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2906 | 2025-01-25T03:02:33.642Z | Checking nix v0.27.1 |
| 2907 | 2025-01-25T03:02:33.660Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2908 | 2025-01-25T03:02:34.097Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2909 | 2025-01-25T03:02:34.345Z | Checking tungstenite v0.23.0 |
| 2910 | 2025-01-25T03:02:34.399Z | Checking kstat-rs v0.2.4 |
| 2911 | 2025-01-25T03:02:34.557Z | Checking signal-hook-tokio v0.3.1 |
| 2912 | 2025-01-25T03:02:34.746Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2913 | 2025-01-25T03:02:35.216Z | Checking tokio-tungstenite v0.23.1 |
| 2914 | 2025-01-25T03:02:35.383Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2915 | 2025-01-25T03:02:35.918Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2916 | 2025-01-25T03:02:35.963Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2917 | 2025-01-25T03:02:42.246Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2918 | 2025-01-25T03:02:43.579Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2919 | 2025-01-25T03:02:45.792Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2920 | 2025-01-25T03:02:50.996Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2921 | 2025-01-25T03:02:51.635Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2922 | 2025-01-25T03:02:54.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.55s |
| 2923 | 2025-01-25T03:02:54.424Z | |
| 2924 | 2025-01-25T03:02:54.424Z | info: running `cargo check --bins` on gateway-api (109/197) |
| 2925 | 2025-01-25T03:02:54.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2025-01-25T03:02:54.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2025-01-25T03:02:54.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2025-01-25T03:02:54.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2929 | 2025-01-25T03:02:55.038Z | |
| 2930 | 2025-01-25T03:02:55.039Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
| 2931 | 2025-01-25T03:02:55.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2025-01-25T03:02:55.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2025-01-25T03:02:55.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2025-01-25T03:02:55.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2935 | 2025-01-25T03:02:55.629Z | |
| 2936 | 2025-01-25T03:02:55.629Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
| 2937 | 2025-01-25T03:02:56.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2025-01-25T03:02:56.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2025-01-25T03:02:56.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2025-01-25T03:02:56.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2941 | 2025-01-25T03:02:56.244Z | |
| 2942 | 2025-01-25T03:02:56.244Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
| 2943 | 2025-01-25T03:02:56.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2025-01-25T03:02:56.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2025-01-25T03:02:56.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2946 | 2025-01-25T03:02:56.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2947 | 2025-01-25T03:02:56.856Z | |
| 2948 | 2025-01-25T03:02:56.856Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
| 2949 | 2025-01-25T03:02:57.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2950 | 2025-01-25T03:02:57.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2951 | 2025-01-25T03:02:57.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2952 | 2025-01-25T03:02:57.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2953 | 2025-01-25T03:02:57.461Z | |
| 2954 | 2025-01-25T03:02:57.461Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
| 2955 | 2025-01-25T03:02:57.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2956 | 2025-01-25T03:02:57.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2957 | 2025-01-25T03:02:57.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2958 | 2025-01-25T03:02:58.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2959 | 2025-01-25T03:02:58.073Z | |
| 2960 | 2025-01-25T03:02:58.073Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
| 2961 | 2025-01-25T03:02:58.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2962 | 2025-01-25T03:02:58.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2963 | 2025-01-25T03:02:58.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2964 | 2025-01-25T03:02:58.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2965 | 2025-01-25T03:02:58.675Z | |
| 2966 | 2025-01-25T03:02:58.675Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
| 2967 | 2025-01-25T03:02:59.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2968 | 2025-01-25T03:02:59.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2969 | 2025-01-25T03:02:59.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2970 | 2025-01-25T03:02:59.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2971 | 2025-01-25T03:02:59.284Z | |
| 2972 | 2025-01-25T03:02:59.285Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
| 2973 | 2025-01-25T03:02:59.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2974 | 2025-01-25T03:02:59.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2975 | 2025-01-25T03:02:59.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2976 | 2025-01-25T03:02:59.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2977 | 2025-01-25T03:02:59.911Z | |
| 2978 | 2025-01-25T03:02:59.911Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
| 2979 | 2025-01-25T03:03:00.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2980 | 2025-01-25T03:03:00.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2981 | 2025-01-25T03:03:00.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2982 | 2025-01-25T03:03:00.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2983 | 2025-01-25T03:03:00.513Z | |
| 2984 | 2025-01-25T03:03:00.513Z | info: running `cargo check --bins` on sp-sim (119/197) |
| 2985 | 2025-01-25T03:03:01.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2986 | 2025-01-25T03:03:01.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2987 | 2025-01-25T03:03:01.127Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2988 | 2025-01-25T03:03:01.566Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2989 | 2025-01-25T03:03:03.202Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2990 | 2025-01-25T03:03:04.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 2991 | 2025-01-25T03:03:04.949Z | |
| 2992 | 2025-01-25T03:03:04.949Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
| 2993 | 2025-01-25T03:03:05.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2025-01-25T03:03:05.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2025-01-25T03:03:05.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2025-01-25T03:03:05.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2997 | 2025-01-25T03:03:05.597Z | |
| 2998 | 2025-01-25T03:03:05.597Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
| 2999 | 2025-01-25T03:03:06.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2025-01-25T03:03:06.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2025-01-25T03:03:06.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2025-01-25T03:03:06.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3003 | 2025-01-25T03:03:06.252Z | |
| 3004 | 2025-01-25T03:03:06.252Z | info: running `cargo check --bins` on db-macros (122/197) |
| 3005 | 2025-01-25T03:03:06.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2025-01-25T03:03:06.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2025-01-25T03:03:06.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2025-01-25T03:03:06.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3009 | 2025-01-25T03:03:06.841Z | |
| 3010 | 2025-01-25T03:03:06.841Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
| 3011 | 2025-01-25T03:03:07.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2025-01-25T03:03:07.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2025-01-25T03:03:07.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2025-01-25T03:03:07.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3015 | 2025-01-25T03:03:07.422Z | |
| 3016 | 2025-01-25T03:03:07.422Z | info: running `cargo check --bins` on nexus-auth (124/197) |
| 3017 | 2025-01-25T03:03:07.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2025-01-25T03:03:07.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2025-01-25T03:03:07.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2025-01-25T03:03:07.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3021 | 2025-01-25T03:03:08.064Z | |
| 3022 | 2025-01-25T03:03:08.064Z | info: running `cargo check --bins` on authz-macros (125/197) |
| 3023 | 2025-01-25T03:03:08.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2025-01-25T03:03:08.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2025-01-25T03:03:08.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2025-01-25T03:03:08.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3027 | 2025-01-25T03:03:08.646Z | |
| 3028 | 2025-01-25T03:03:08.646Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
| 3029 | 2025-01-25T03:03:09.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2025-01-25T03:03:09.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2025-01-25T03:03:09.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2025-01-25T03:03:09.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3033 | 2025-01-25T03:03:09.285Z | |
| 3034 | 2025-01-25T03:03:09.286Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
| 3035 | 2025-01-25T03:03:09.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2025-01-25T03:03:09.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2025-01-25T03:03:09.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2025-01-25T03:03:09.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3039 | 2025-01-25T03:03:09.915Z | |
| 3040 | 2025-01-25T03:03:09.915Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
| 3041 | 2025-01-25T03:03:10.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2025-01-25T03:03:10.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2025-01-25T03:03:10.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2025-01-25T03:03:10.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3045 | 2025-01-25T03:03:10.520Z | |
| 3046 | 2025-01-25T03:03:10.520Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
| 3047 | 2025-01-25T03:03:11.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2025-01-25T03:03:11.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2025-01-25T03:03:11.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2025-01-25T03:03:11.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3051 | 2025-01-25T03:03:11.151Z | |
| 3052 | 2025-01-25T03:03:11.151Z | info: running `cargo check --bins` on typed-rng (130/197) |
| 3053 | 2025-01-25T03:03:11.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2025-01-25T03:03:11.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2025-01-25T03:03:11.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2025-01-25T03:03:11.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3057 | 2025-01-25T03:03:11.743Z | |
| 3058 | 2025-01-25T03:03:11.743Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
| 3059 | 2025-01-25T03:03:12.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2025-01-25T03:03:12.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2025-01-25T03:03:12.468Z | Checking keccak v0.1.5 |
| 3062 | 2025-01-25T03:03:12.471Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3063 | 2025-01-25T03:03:12.580Z | Checking secrecy v0.8.0 |
| 3064 | 2025-01-25T03:03:12.582Z | Compiling unicase v2.7.0 |
| 3065 | 2025-01-25T03:03:12.617Z | Compiling same-file v1.0.6 |
| 3066 | 2025-01-25T03:03:12.620Z | Compiling tempfile v3.13.0 |
| 3067 | 2025-01-25T03:03:12.648Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3068 | 2025-01-25T03:03:12.650Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3069 | 2025-01-25T03:03:12.757Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3070 | 2025-01-25T03:03:12.883Z | Compiling walkdir v2.5.0 |
| 3071 | 2025-01-25T03:03:12.885Z | Checking sha3 v0.10.8 |
| 3072 | 2025-01-25T03:03:12.951Z | Checking universal-hash v0.5.1 |
| 3073 | 2025-01-25T03:03:12.967Z | Compiling blake3 v1.5.4 |
| 3074 | 2025-01-25T03:03:13.051Z | Checking opaque-debug v0.3.1 |
| 3075 | 2025-01-25T03:03:13.129Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3076 | 2025-01-25T03:03:13.155Z | Checking poly1305 v0.8.0 |
| 3077 | 2025-01-25T03:03:13.182Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3078 | 2025-01-25T03:03:13.325Z | Checking chacha20 v0.9.1 |
| 3079 | 2025-01-25T03:03:13.370Z | Checking aead v0.5.2 |
| 3080 | 2025-01-25T03:03:13.426Z | Compiling memmap2 v0.9.5 |
| 3081 | 2025-01-25T03:03:13.533Z | Compiling constant_time_eq v0.3.1 |
| 3082 | 2025-01-25T03:03:13.598Z | Compiling arrayref v0.3.9 |
| 3083 | 2025-01-25T03:03:13.678Z | Compiling arrayvec v0.7.6 |
| 3084 | 2025-01-25T03:03:13.696Z | Compiling libefi-sys v0.1.0 |
| 3085 | 2025-01-25T03:03:13.714Z | Compiling salty v0.3.0 |
| 3086 | 2025-01-25T03:03:13.730Z | Checking chacha20poly1305 v0.10.1 |
| 3087 | 2025-01-25T03:03:13.855Z | Compiling toolchain_find v0.4.0 |
| 3088 | 2025-01-25T03:03:14.000Z | Compiling camino-tempfile v1.1.1 |
| 3089 | 2025-01-25T03:03:14.035Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3090 | 2025-01-25T03:03:14.120Z | Compiling bitfield-struct v0.6.2 |
| 3091 | 2025-01-25T03:03:14.269Z | Compiling topological-sort v0.2.2 |
| 3092 | 2025-01-25T03:03:14.407Z | Compiling mime_guess v2.0.5 |
| 3093 | 2025-01-25T03:03:14.486Z | Compiling rustfmt-wrapper v0.2.1 |
| 3094 | 2025-01-25T03:03:14.942Z | Compiling omicron-zone-package v0.12.0 |
| 3095 | 2025-01-25T03:03:14.965Z | Compiling progenitor v0.9.1 |
| 3096 | 2025-01-25T03:03:15.062Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3097 | 2025-01-25T03:03:15.192Z | Checking primeorder v0.13.6 |
| 3098 | 2025-01-25T03:03:15.310Z | Checking env_filter v0.1.2 |
| 3099 | 2025-01-25T03:03:15.364Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3100 | 2025-01-25T03:03:15.499Z | Checking thiserror-no-std v2.0.2 |
| 3101 | 2025-01-25T03:03:15.502Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3102 | 2025-01-25T03:03:15.548Z | Checking env_logger v0.11.5 |
| 3103 | 2025-01-25T03:03:15.573Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3104 | 2025-01-25T03:03:15.632Z | Checking vsss-rs v3.3.4 |
| 3105 | 2025-01-25T03:03:15.662Z | Checking p384 v0.13.0 |
| 3106 | 2025-01-25T03:03:15.681Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3107 | 2025-01-25T03:03:15.709Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3108 | 2025-01-25T03:03:15.947Z | Checking http-range v0.1.5 |
| 3109 | 2025-01-25T03:03:16.044Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3110 | 2025-01-25T03:03:16.134Z | Checking bumpalo v3.16.0 |
| 3111 | 2025-01-25T03:03:16.154Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 3112 | 2025-01-25T03:03:16.156Z | Compiling zip v2.1.3 |
| 3113 | 2025-01-25T03:03:16.454Z | Checking lockfree-object-pool v0.1.6 |
| 3114 | 2025-01-25T03:03:16.457Z | Checking simd-adler32 v0.3.7 |
| 3115 | 2025-01-25T03:03:16.484Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3116 | 2025-01-25T03:03:16.691Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3117 | 2025-01-25T03:03:16.749Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3118 | 2025-01-25T03:03:16.820Z | Checking zopfli v0.8.1 |
| 3119 | 2025-01-25T03:03:17.337Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3120 | 2025-01-25T03:03:17.346Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3121 | 2025-01-25T03:03:17.385Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 3122 | 2025-01-25T03:03:17.532Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3123 | 2025-01-25T03:03:17.730Z | Checking nanorand v0.7.0 |
| 3124 | 2025-01-25T03:03:17.812Z | Checking atty v0.2.14 |
| 3125 | 2025-01-25T03:03:17.931Z | Checking glob v0.3.1 |
| 3126 | 2025-01-25T03:03:17.957Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3127 | 2025-01-25T03:03:18.012Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3128 | 2025-01-25T03:03:18.096Z | Checking flume v0.11.1 |
| 3129 | 2025-01-25T03:03:18.224Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3130 | 2025-01-25T03:03:18.528Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3131 | 2025-01-25T03:03:19.215Z | Checking hyper-staticfile v0.10.1 |
| 3132 | 2025-01-25T03:03:19.317Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3133 | 2025-01-25T03:03:19.601Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3134 | 2025-01-25T03:03:19.731Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3135 | 2025-01-25T03:03:19.863Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3136 | 2025-01-25T03:03:19.990Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3137 | 2025-01-25T03:03:20.197Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3138 | 2025-01-25T03:03:20.648Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3139 | 2025-01-25T03:03:20.698Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3140 | 2025-01-25T03:03:20.843Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3141 | 2025-01-25T03:03:21.039Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2025-01-25T03:03:23.850Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3143 | 2025-01-25T03:03:23.851Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3144 | 2025-01-25T03:03:31.952Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3145 | 2025-01-25T03:03:44.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.11s |
| 3146 | 2025-01-25T03:03:45.056Z | |
| 3147 | 2025-01-25T03:03:45.056Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
| 3148 | 2025-01-25T03:03:45.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2025-01-25T03:03:45.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2025-01-25T03:03:45.771Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3151 | 2025-01-25T03:03:58.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3152 | 2025-01-25T03:03:58.953Z | |
| 3153 | 2025-01-25T03:03:58.953Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
| 3154 | 2025-01-25T03:03:59.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2025-01-25T03:03:59.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2025-01-25T03:03:59.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3157 | 2025-01-25T03:04:12.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s |
| 3158 | 2025-01-25T03:04:12.713Z | |
| 3159 | 2025-01-25T03:04:12.713Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
| 3160 | 2025-01-25T03:04:13.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2025-01-25T03:04:13.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2025-01-25T03:04:13.419Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3163 | 2025-01-25T03:04:26.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
| 3164 | 2025-01-25T03:04:26.601Z | |
| 3165 | 2025-01-25T03:04:26.601Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
| 3166 | 2025-01-25T03:04:27.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2025-01-25T03:04:27.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2025-01-25T03:04:27.316Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3169 | 2025-01-25T03:04:40.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 3170 | 2025-01-25T03:04:40.594Z | |
| 3171 | 2025-01-25T03:04:40.594Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
| 3172 | 2025-01-25T03:04:41.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2025-01-25T03:04:41.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2025-01-25T03:04:41.304Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3175 | 2025-01-25T03:04:54.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 3176 | 2025-01-25T03:04:54.587Z | |
| 3177 | 2025-01-25T03:04:54.587Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
| 3178 | 2025-01-25T03:04:55.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2025-01-25T03:04:55.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2025-01-25T03:04:55.298Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3181 | 2025-01-25T03:05:08.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 3182 | 2025-01-25T03:05:08.441Z | |
| 3183 | 2025-01-25T03:05:08.441Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
| 3184 | 2025-01-25T03:05:09.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2025-01-25T03:05:09.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2025-01-25T03:05:09.155Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3187 | 2025-01-25T03:05:22.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s |
| 3188 | 2025-01-25T03:05:22.391Z | |
| 3189 | 2025-01-25T03:05:22.392Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
| 3190 | 2025-01-25T03:05:22.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2025-01-25T03:05:22.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2025-01-25T03:05:22.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2025-01-25T03:05:22.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3194 | 2025-01-25T03:05:23.024Z | |
| 3195 | 2025-01-25T03:05:23.024Z | info: running `cargo check --bins` on key-manager (140/197) |
| 3196 | 2025-01-25T03:05:23.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2025-01-25T03:05:23.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2025-01-25T03:05:23.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2025-01-25T03:05:23.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3200 | 2025-01-25T03:05:23.625Z | |
| 3201 | 2025-01-25T03:05:23.625Z | info: running `cargo check --bins` on range-requests (141/197) |
| 3202 | 2025-01-25T03:05:24.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2025-01-25T03:05:24.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2025-01-25T03:05:24.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2025-01-25T03:05:24.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3206 | 2025-01-25T03:05:24.213Z | |
| 3207 | 2025-01-25T03:05:24.213Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
| 3208 | 2025-01-25T03:05:24.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2025-01-25T03:05:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2025-01-25T03:05:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2025-01-25T03:05:24.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3212 | 2025-01-25T03:05:24.814Z | |
| 3213 | 2025-01-25T03:05:24.814Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
| 3214 | 2025-01-25T03:05:25.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2025-01-25T03:05:25.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2025-01-25T03:05:25.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2025-01-25T03:05:25.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3218 | 2025-01-25T03:05:25.444Z | |
| 3219 | 2025-01-25T03:05:25.445Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
| 3220 | 2025-01-25T03:05:25.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2025-01-25T03:05:25.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2025-01-25T03:05:25.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2025-01-25T03:05:25.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3224 | 2025-01-25T03:05:26.034Z | |
| 3225 | 2025-01-25T03:05:26.034Z | info: running `cargo check --bins` on sled-hardware (145/197) |
| 3226 | 2025-01-25T03:05:26.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2025-01-25T03:05:26.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2025-01-25T03:05:26.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3229 | 2025-01-25T03:05:26.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3230 | 2025-01-25T03:05:26.649Z | |
| 3231 | 2025-01-25T03:05:26.649Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
| 3232 | 2025-01-25T03:05:27.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2025-01-25T03:05:27.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2025-01-25T03:05:27.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3235 | 2025-01-25T03:05:27.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3236 | 2025-01-25T03:05:27.268Z | |
| 3237 | 2025-01-25T03:05:27.268Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
| 3238 | 2025-01-25T03:05:27.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2025-01-25T03:05:27.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2025-01-25T03:05:27.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2025-01-25T03:05:27.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3242 | 2025-01-25T03:05:27.885Z | |
| 3243 | 2025-01-25T03:05:27.885Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
| 3244 | 2025-01-25T03:05:28.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2025-01-25T03:05:28.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2025-01-25T03:05:28.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2025-01-25T03:05:28.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3248 | 2025-01-25T03:05:28.516Z | |
| 3249 | 2025-01-25T03:05:28.517Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
| 3250 | 2025-01-25T03:05:29.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2025-01-25T03:05:29.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2025-01-25T03:05:29.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2025-01-25T03:05:29.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3254 | 2025-01-25T03:05:29.158Z | |
| 3255 | 2025-01-25T03:05:29.158Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
| 3256 | 2025-01-25T03:05:29.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2025-01-25T03:05:29.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2025-01-25T03:05:29.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3259 | 2025-01-25T03:05:29.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3260 | 2025-01-25T03:05:29.792Z | |
| 3261 | 2025-01-25T03:05:29.792Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
| 3262 | 2025-01-25T03:05:30.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3263 | 2025-01-25T03:05:30.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3264 | 2025-01-25T03:05:30.460Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3265 | 2025-01-25T03:05:30.460Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3266 | 2025-01-25T03:05:31.292Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3267 | 2025-01-25T03:05:33.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 3268 | 2025-01-25T03:05:33.384Z | |
| 3269 | 2025-01-25T03:05:33.384Z | info: running `cargo check --bins` on oximeter-api (152/197) |
| 3270 | 2025-01-25T03:05:33.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3271 | 2025-01-25T03:05:33.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3272 | 2025-01-25T03:05:33.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3273 | 2025-01-25T03:05:33.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3274 | 2025-01-25T03:05:33.987Z | |
| 3275 | 2025-01-25T03:05:33.987Z | info: running `cargo check --bins` on cert-dev (153/197) |
| 3276 | 2025-01-25T03:05:34.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2025-01-25T03:05:34.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2025-01-25T03:05:34.574Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3279 | 2025-01-25T03:05:34.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3280 | 2025-01-25T03:05:35.008Z | |
| 3281 | 2025-01-25T03:05:35.008Z | info: running `cargo check --bins` on clickana (154/197) |
| 3282 | 2025-01-25T03:05:35.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3283 | 2025-01-25T03:05:35.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3284 | 2025-01-25T03:05:35.642Z | Checking castaway v0.2.3 |
| 3285 | 2025-01-25T03:05:35.642Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3286 | 2025-01-25T03:05:35.646Z | Checking unicode-truncate v1.1.0 |
| 3287 | 2025-01-25T03:05:35.646Z | Checking lru v0.12.5 |
| 3288 | 2025-01-25T03:05:35.646Z | Compiling instability v0.3.2 |
| 3289 | 2025-01-25T03:05:35.646Z | Checking cassowary v0.3.0 |
| 3290 | 2025-01-25T03:05:35.870Z | Checking compact_str v0.8.0 |
| 3291 | 2025-01-25T03:05:36.446Z | Checking ratatui v0.28.1 |
| 3292 | 2025-01-25T03:05:37.254Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3293 | 2025-01-25T03:05:38.252Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3294 | 2025-01-25T03:05:39.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 3295 | 2025-01-25T03:05:39.260Z | |
| 3296 | 2025-01-25T03:05:39.260Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
| 3297 | 2025-01-25T03:05:39.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2025-01-25T03:05:39.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2025-01-25T03:05:39.914Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3300 | 2025-01-25T03:05:39.914Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3301 | 2025-01-25T03:05:40.885Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3302 | 2025-01-25T03:05:41.331Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3303 | 2025-01-25T03:05:41.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 3304 | 2025-01-25T03:05:41.865Z | |
| 3305 | 2025-01-25T03:05:41.865Z | info: running `cargo check --bins` on ch-dev (156/197) |
| 3306 | 2025-01-25T03:05:42.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3307 | 2025-01-25T03:05:42.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3308 | 2025-01-25T03:05:42.514Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3309 | 2025-01-25T03:05:43.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3310 | 2025-01-25T03:05:43.384Z | |
| 3311 | 2025-01-25T03:05:43.384Z | info: running `cargo check --bins` on crdb-seed (157/197) |
| 3312 | 2025-01-25T03:05:43.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2025-01-25T03:05:43.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2025-01-25T03:05:44.027Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3315 | 2025-01-25T03:05:44.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 3316 | 2025-01-25T03:05:44.542Z | |
| 3317 | 2025-01-25T03:05:44.542Z | info: running `cargo check --bins` on db-dev (158/197) |
| 3318 | 2025-01-25T03:05:45.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2025-01-25T03:05:45.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2025-01-25T03:05:45.189Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3321 | 2025-01-25T03:05:45.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3322 | 2025-01-25T03:05:46.064Z | |
| 3323 | 2025-01-25T03:05:46.064Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
| 3324 | 2025-01-25T03:05:46.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2025-01-25T03:05:46.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2025-01-25T03:05:46.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2025-01-25T03:05:46.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3328 | 2025-01-25T03:05:46.692Z | |
| 3329 | 2025-01-25T03:05:46.692Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
| 3330 | 2025-01-25T03:05:47.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2025-01-25T03:05:47.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2025-01-25T03:05:47.294Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3333 | 2025-01-25T03:05:48.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3334 | 2025-01-25T03:05:48.301Z | |
| 3335 | 2025-01-25T03:05:48.301Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
| 3336 | 2025-01-25T03:05:48.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2025-01-25T03:05:48.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2025-01-25T03:05:48.911Z | Checking cargo-platform v0.1.8 |
| 3339 | 2025-01-25T03:05:49.185Z | Checking cargo_metadata v0.18.1 |
| 3340 | 2025-01-25T03:05:50.079Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3341 | 2025-01-25T03:05:50.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 3342 | 2025-01-25T03:05:51.051Z | |
| 3343 | 2025-01-25T03:05:51.051Z | info: running `cargo check --bins` on mgs-dev (162/197) |
| 3344 | 2025-01-25T03:05:51.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2025-01-25T03:05:51.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2025-01-25T03:05:51.743Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3347 | 2025-01-25T03:05:53.128Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3348 | 2025-01-25T03:05:53.676Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3349 | 2025-01-25T03:05:54.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 3350 | 2025-01-25T03:05:54.377Z | |
| 3351 | 2025-01-25T03:05:54.377Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
| 3352 | 2025-01-25T03:05:54.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2025-01-25T03:05:54.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2025-01-25T03:05:55.135Z | Compiling crunchy v0.2.2 |
| 3355 | 2025-01-25T03:05:55.135Z | Compiling tiny-keccak v2.0.2 |
| 3356 | 2025-01-25T03:05:55.138Z | Compiling dsl_auto_type v0.1.2 |
| 3357 | 2025-01-25T03:05:55.138Z | Checking scheduled-thread-pool v0.2.7 |
| 3358 | 2025-01-25T03:05:55.138Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3359 | 2025-01-25T03:05:55.259Z | Compiling ascii-canvas v3.0.0 |
| 3360 | 2025-01-25T03:05:55.270Z | Compiling ena v0.14.3 |
| 3361 | 2025-01-25T03:05:55.281Z | Compiling diff v0.1.13 |
| 3362 | 2025-01-25T03:05:55.430Z | Checking r2d2 v0.8.10 |
| 3363 | 2025-01-25T03:05:55.551Z | Compiling regex-syntax v0.6.29 |
| 3364 | 2025-01-25T03:05:55.643Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2025-01-25T03:05:55.661Z | Compiling ref-cast v1.0.23 |
| 3366 | 2025-01-25T03:05:55.751Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3367 | 2025-01-25T03:05:55.770Z | Compiling derive_builder_core v0.20.2 |
| 3368 | 2025-01-25T03:05:55.856Z | Compiling libxml v0.3.3 |
| 3369 | 2025-01-25T03:05:55.875Z | Compiling ref-cast-impl v1.0.23 |
| 3370 | 2025-01-25T03:05:56.031Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3371 | 2025-01-25T03:05:56.250Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3372 | 2025-01-25T03:05:56.269Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3373 | 2025-01-25T03:05:56.516Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3374 | 2025-01-25T03:05:56.537Z | Compiling strum_macros v0.24.3 |
| 3375 | 2025-01-25T03:05:56.553Z | Compiling samael v0.0.17 |
| 3376 | 2025-01-25T03:05:56.654Z | Compiling diesel_derives v2.2.3 |
| 3377 | 2025-01-25T03:05:56.888Z | Compiling indoc v1.0.9 |
| 3378 | 2025-01-25T03:05:57.766Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3379 | 2025-01-25T03:05:57.899Z | Compiling derive_builder_macro v0.20.2 |
| 3380 | 2025-01-25T03:05:58.064Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3381 | 2025-01-25T03:05:58.525Z | Compiling oso-derive v0.27.3 |
| 3382 | 2025-01-25T03:05:58.723Z | Checking derive_builder v0.20.2 |
| 3383 | 2025-01-25T03:05:58.883Z | Compiling lalrpop v0.19.12 |
| 3384 | 2025-01-25T03:05:59.362Z | Checking quick-xml v0.33.0 |
| 3385 | 2025-01-25T03:05:59.486Z | Compiling diesel-dtrace v0.4.2 |
| 3386 | 2025-01-25T03:05:59.772Z | Checking maplit v1.0.2 |
| 3387 | 2025-01-25T03:05:59.901Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3388 | 2025-01-25T03:05:59.926Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3389 | 2025-01-25T03:06:00.226Z | Checking bb8 v0.8.5 |
| 3390 | 2025-01-25T03:06:00.338Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3391 | 2025-01-25T03:06:00.643Z | Checking rand_seeder v0.3.0 |
| 3392 | 2025-01-25T03:06:00.728Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3393 | 2025-01-25T03:06:00.865Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3394 | 2025-01-25T03:06:00.897Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3395 | 2025-01-25T03:06:01.084Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3396 | 2025-01-25T03:06:01.388Z | Checking unicode-linebreak v0.1.5 |
| 3397 | 2025-01-25T03:06:01.388Z | Checking is_ci v1.2.0 |
| 3398 | 2025-01-25T03:06:01.558Z | Checking smawk v0.3.2 |
| 3399 | 2025-01-25T03:06:01.865Z | Checking supports-color v3.0.1 |
| 3400 | 2025-01-25T03:06:01.884Z | Checking textwrap v0.16.1 |
| 3401 | 2025-01-25T03:06:02.107Z | Checking multimap v0.10.0 |
| 3402 | 2025-01-25T03:06:02.508Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3403 | 2025-01-25T03:06:04.673Z | Checking diesel v2.2.6 |
| 3404 | 2025-01-25T03:06:29.053Z | Compiling polar-core v0.27.3 |
| 3405 | 2025-01-25T03:06:29.472Z | Checking async-bb8-diesel v0.2.1 |
| 3406 | 2025-01-25T03:06:36.308Z | Checking oso v0.27.3 |
| 3407 | 2025-01-25T03:07:34.722Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3408 | 2025-01-25T03:07:40.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 3409 | 2025-01-25T03:07:40.944Z | |
| 3410 | 2025-01-25T03:07:40.944Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
| 3411 | 2025-01-25T03:07:41.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2025-01-25T03:07:41.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2025-01-25T03:07:41.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2025-01-25T03:07:41.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3415 | 2025-01-25T03:07:41.598Z | |
| 3416 | 2025-01-25T03:07:41.598Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
| 3417 | 2025-01-25T03:07:42.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2025-01-25T03:07:42.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2025-01-25T03:07:42.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2025-01-25T03:07:42.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3421 | 2025-01-25T03:07:42.250Z | |
| 3422 | 2025-01-25T03:07:42.250Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
| 3423 | 2025-01-25T03:07:42.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2025-01-25T03:07:42.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2025-01-25T03:07:42.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2025-01-25T03:07:42.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3427 | 2025-01-25T03:07:42.839Z | |
| 3428 | 2025-01-25T03:07:42.839Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
| 3429 | 2025-01-25T03:07:43.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2025-01-25T03:07:43.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2025-01-25T03:07:43.616Z | Compiling libz-sys v1.1.20 |
| 3432 | 2025-01-25T03:07:43.618Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3433 | 2025-01-25T03:07:43.743Z | Compiling vergen v8.3.2 |
| 3434 | 2025-01-25T03:07:43.745Z | Compiling cargo-platform v0.1.8 |
| 3435 | 2025-01-25T03:07:43.745Z | Compiling pin-project-internal v1.1.6 |
| 3436 | 2025-01-25T03:07:43.779Z | Compiling libsqlite3-sys v0.30.1 |
| 3437 | 2025-01-25T03:07:43.781Z | Compiling snafu-derive v0.8.5 |
| 3438 | 2025-01-25T03:07:43.782Z | Compiling cfg_aliases v0.2.1 |
| 3439 | 2025-01-25T03:07:43.922Z | Compiling rustls v0.21.12 |
| 3440 | 2025-01-25T03:07:44.060Z | Compiling cargo_metadata v0.18.1 |
| 3441 | 2025-01-25T03:07:44.192Z | Compiling buf-list v1.0.3 |
| 3442 | 2025-01-25T03:07:44.346Z | Compiling nix v0.29.0 |
| 3443 | 2025-01-25T03:07:44.377Z | Checking globset v0.4.15 |
| 3444 | 2025-01-25T03:07:44.626Z | Checking sct v0.7.1 |
| 3445 | 2025-01-25T03:07:44.821Z | Checking rustls-webpki v0.101.7 |
| 3446 | 2025-01-25T03:07:44.868Z | Checking olpc-cjson v0.1.4 |
| 3447 | 2025-01-25T03:07:44.886Z | Checking serde_plain v1.0.2 |
| 3448 | 2025-01-25T03:07:45.091Z | Checking typed-path v0.9.3 |
| 3449 | 2025-01-25T03:07:45.429Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3450 | 2025-01-25T03:07:45.533Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3451 | 2025-01-25T03:07:45.706Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3452 | 2025-01-25T03:07:45.803Z | Checking hashlink v0.9.1 |
| 3453 | 2025-01-25T03:07:45.990Z | Checking fallible-streaming-iterator v0.1.9 |
| 3454 | 2025-01-25T03:07:46.204Z | Checking parse-size v1.1.0 |
| 3455 | 2025-01-25T03:07:46.362Z | Checking fallible-iterator v0.3.0 |
| 3456 | 2025-01-25T03:07:46.400Z | Checking pin-project v1.1.6 |
| 3457 | 2025-01-25T03:07:46.540Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3458 | 2025-01-25T03:07:46.911Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3459 | 2025-01-25T03:07:46.978Z | Checking rustls-pemfile v1.0.4 |
| 3460 | 2025-01-25T03:07:47.005Z | Checking rusqlite v0.32.1 |
| 3461 | 2025-01-25T03:07:47.069Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3462 | 2025-01-25T03:07:47.180Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3463 | 2025-01-25T03:07:47.564Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3464 | 2025-01-25T03:07:47.699Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3465 | 2025-01-25T03:07:47.738Z | Checking twox-hash v1.6.3 |
| 3466 | 2025-01-25T03:07:47.842Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3467 | 2025-01-25T03:07:47.875Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3468 | 2025-01-25T03:07:48.266Z | Checking tokio-rustls v0.24.1 |
| 3469 | 2025-01-25T03:07:48.558Z | Checking snafu v0.8.5 |
| 3470 | 2025-01-25T03:07:48.561Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3471 | 2025-01-25T03:07:48.990Z | Checking tough v0.19.0 |
| 3472 | 2025-01-25T03:07:49.066Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3473 | 2025-01-25T03:07:49.087Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3474 | 2025-01-25T03:07:49.104Z | Checking fatfs v0.3.6 |
| 3475 | 2025-01-25T03:07:49.531Z | Checking assert_matches v1.5.0 |
| 3476 | 2025-01-25T03:07:52.836Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3477 | 2025-01-25T03:07:54.031Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3478 | 2025-01-25T03:07:55.757Z | Compiling git2 v0.19.0 |
| 3479 | 2025-01-25T03:07:59.785Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3480 | 2025-01-25T03:08:52.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 3481 | 2025-01-25T03:08:52.631Z | |
| 3482 | 2025-01-25T03:08:52.631Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
| 3483 | 2025-01-25T03:08:53.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2025-01-25T03:08:53.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2025-01-25T03:08:53.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2025-01-25T03:08:53.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3487 | 2025-01-25T03:08:53.292Z | |
| 3488 | 2025-01-25T03:08:53.292Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
| 3489 | 2025-01-25T03:08:53.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2025-01-25T03:08:53.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2025-01-25T03:08:53.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2025-01-25T03:08:53.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3493 | 2025-01-25T03:08:53.878Z | |
| 3494 | 2025-01-25T03:08:53.878Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
| 3495 | 2025-01-25T03:08:54.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2025-01-25T03:08:54.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2025-01-25T03:08:54.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2025-01-25T03:08:54.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3499 | 2025-01-25T03:08:54.500Z | |
| 3500 | 2025-01-25T03:08:54.500Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
| 3501 | 2025-01-25T03:08:55.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2025-01-25T03:08:55.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2025-01-25T03:08:55.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2025-01-25T03:08:55.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3505 | 2025-01-25T03:08:55.140Z | |
| 3506 | 2025-01-25T03:08:55.140Z | info: running `cargo check --bins` on nexus-networking (172/197) |
| 3507 | 2025-01-25T03:08:55.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2025-01-25T03:08:55.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2025-01-25T03:08:55.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2025-01-25T03:08:55.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3511 | 2025-01-25T03:08:55.786Z | |
| 3512 | 2025-01-25T03:08:55.786Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
| 3513 | 2025-01-25T03:08:56.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2025-01-25T03:08:56.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2025-01-25T03:08:56.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2025-01-25T03:08:56.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3517 | 2025-01-25T03:08:56.437Z | |
| 3518 | 2025-01-25T03:08:56.437Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
| 3519 | 2025-01-25T03:08:57.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2025-01-25T03:08:57.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2025-01-25T03:08:57.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2025-01-25T03:08:57.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3523 | 2025-01-25T03:08:57.101Z | |
| 3524 | 2025-01-25T03:08:57.101Z | info: running `cargo check --bins` on update-common (175/197) |
| 3525 | 2025-01-25T03:08:57.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2025-01-25T03:08:57.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2025-01-25T03:08:57.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2025-01-25T03:08:57.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3529 | 2025-01-25T03:08:57.733Z | |
| 3530 | 2025-01-25T03:08:57.733Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
| 3531 | 2025-01-25T03:08:58.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2025-01-25T03:08:58.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2025-01-25T03:08:58.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2025-01-25T03:08:58.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3535 | 2025-01-25T03:08:58.359Z | |
| 3536 | 2025-01-25T03:08:58.359Z | info: running `cargo check --bins` on tufaceous (177/197) |
| 3537 | 2025-01-25T03:08:58.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2025-01-25T03:08:58.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2025-01-25T03:08:59.019Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3540 | 2025-01-25T03:09:00.171Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3541 | 2025-01-25T03:09:00.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 3542 | 2025-01-25T03:09:01.095Z | |
| 3543 | 2025-01-25T03:09:01.095Z | info: running `cargo check --bins` on omicron-dev (178/197) |
| 3544 | 2025-01-25T03:09:01.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2025-01-25T03:09:01.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2025-01-25T03:09:01.914Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3547 | 2025-01-25T03:09:01.916Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3548 | 2025-01-25T03:09:02.053Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3549 | 2025-01-25T03:09:02.056Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3550 | 2025-01-25T03:09:03.015Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3551 | 2025-01-25T03:09:28.399Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3552 | 2025-01-25T03:09:28.402Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3553 | 2025-01-25T03:09:28.402Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3554 | 2025-01-25T03:09:28.402Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3555 | 2025-01-25T03:09:28.402Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3556 | 2025-01-25T03:09:28.402Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3557 | 2025-01-25T03:09:29.222Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3558 | 2025-01-25T03:09:30.424Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3559 | 2025-01-25T03:10:08.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 3560 | 2025-01-25T03:10:08.414Z | |
| 3561 | 2025-01-25T03:10:08.415Z | info: running `cargo check --bins` on openapi-manager (179/197) |
| 3562 | 2025-01-25T03:10:09.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2025-01-25T03:10:09.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2025-01-25T03:10:09.110Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3565 | 2025-01-25T03:10:09.110Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3566 | 2025-01-25T03:10:09.178Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3567 | 2025-01-25T03:10:09.233Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3568 | 2025-01-25T03:10:09.237Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3569 | 2025-01-25T03:10:09.257Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3570 | 2025-01-25T03:10:09.264Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3571 | 2025-01-25T03:10:09.270Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3572 | 2025-01-25T03:10:09.481Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3573 | 2025-01-25T03:10:09.566Z | Checking heck v0.4.1 |
| 3574 | 2025-01-25T03:10:09.619Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3575 | 2025-01-25T03:10:09.745Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3576 | 2025-01-25T03:10:09.851Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3577 | 2025-01-25T03:10:09.884Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3578 | 2025-01-25T03:10:10.191Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3579 | 2025-01-25T03:10:10.540Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3580 | 2025-01-25T03:10:10.655Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3581 | 2025-01-25T03:10:11.706Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3582 | 2025-01-25T03:10:12.544Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3583 | 2025-01-25T03:10:12.605Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3584 | 2025-01-25T03:10:12.864Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3585 | 2025-01-25T03:10:14.804Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3586 | 2025-01-25T03:10:14.808Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3587 | 2025-01-25T03:10:15.987Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3588 | 2025-01-25T03:10:17.401Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3589 | 2025-01-25T03:10:22.701Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3590 | 2025-01-25T03:10:22.704Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3591 | 2025-01-25T03:10:23.856Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3592 | 2025-01-25T03:10:24.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.42s |
| 3593 | 2025-01-25T03:10:25.012Z | |
| 3594 | 2025-01-25T03:10:25.012Z | info: running `cargo check --bins` on installinator-api (180/197) |
| 3595 | 2025-01-25T03:10:25.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2025-01-25T03:10:25.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2025-01-25T03:10:25.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2025-01-25T03:10:25.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3599 | 2025-01-25T03:10:25.643Z | |
| 3600 | 2025-01-25T03:10:25.643Z | info: running `cargo check --bins` on wicketd-api (181/197) |
| 3601 | 2025-01-25T03:10:26.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2025-01-25T03:10:26.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2025-01-25T03:10:26.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2025-01-25T03:10:26.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3605 | 2025-01-25T03:10:26.287Z | |
| 3606 | 2025-01-25T03:10:26.288Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
| 3607 | 2025-01-25T03:10:26.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2025-01-25T03:10:26.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2025-01-25T03:10:26.958Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3610 | 2025-01-25T03:10:26.961Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3611 | 2025-01-25T03:10:26.961Z | Compiling petname v2.0.2 |
| 3612 | 2025-01-25T03:10:26.961Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3613 | 2025-01-25T03:10:26.961Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3614 | 2025-01-25T03:10:27.065Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3615 | 2025-01-25T03:10:27.105Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3616 | 2025-01-25T03:10:27.117Z | Checking sync-ptr v0.1.1 |
| 3617 | 2025-01-25T03:10:32.155Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3618 | 2025-01-25T03:10:32.748Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3619 | 2025-01-25T03:10:33.813Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3620 | 2025-01-25T03:10:35.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s |
| 3621 | 2025-01-25T03:10:35.489Z | |
| 3622 | 2025-01-25T03:10:35.489Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
| 3623 | 2025-01-25T03:10:36.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2025-01-25T03:10:36.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2025-01-25T03:10:36.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2025-01-25T03:10:36.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3627 | 2025-01-25T03:10:36.128Z | |
| 3628 | 2025-01-25T03:10:36.128Z | info: running `cargo check --bins` on omicron-releng (184/197) |
| 3629 | 2025-01-25T03:10:36.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2025-01-25T03:10:36.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2025-01-25T03:10:36.770Z | Checking memmap2 v0.9.5 |
| 3632 | 2025-01-25T03:10:36.770Z | Checking arrayvec v0.7.6 |
| 3633 | 2025-01-25T03:10:36.770Z | Checking arrayref v0.3.9 |
| 3634 | 2025-01-25T03:10:36.773Z | Checking constant_time_eq v0.3.1 |
| 3635 | 2025-01-25T03:10:36.773Z | Checking topological-sort v0.2.2 |
| 3636 | 2025-01-25T03:10:36.773Z | Checking shell-words v1.1.0 |
| 3637 | 2025-01-25T03:10:37.142Z | Checking blake3 v1.5.4 |
| 3638 | 2025-01-25T03:10:37.468Z | Checking omicron-zone-package v0.12.0 |
| 3639 | 2025-01-25T03:10:38.558Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3640 | 2025-01-25T03:10:39.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 3641 | 2025-01-25T03:10:39.615Z | |
| 3642 | 2025-01-25T03:10:39.615Z | info: running `cargo check --bins` on xtask (185/197) |
| 3643 | 2025-01-25T03:10:40.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2025-01-25T03:10:40.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2025-01-25T03:10:40.029Z | Checking bitflags v2.6.0 |
| 3646 | 2025-01-25T03:10:40.032Z | Checking serde v1.0.217 |
| 3647 | 2025-01-25T03:10:40.032Z | Checking thiserror v1.0.69 |
| 3648 | 2025-01-25T03:10:40.109Z | Checking scroll v0.12.0 |
| 3649 | 2025-01-25T03:10:40.126Z | Checking log v0.4.22 |
| 3650 | 2025-01-25T03:10:40.136Z | Checking hashbrown v0.15.1 |
| 3651 | 2025-01-25T03:10:40.139Z | Checking zerocopy v0.7.35 |
| 3652 | 2025-01-25T03:10:40.159Z | Checking syn v2.0.96 |
| 3653 | 2025-01-25T03:10:40.227Z | Checking pest v2.7.14 |
| 3654 | 2025-01-25T03:10:40.344Z | Checking rustix v0.38.37 |
| 3655 | 2025-01-25T03:10:40.377Z | Checking once_cell v1.20.2 |
| 3656 | 2025-01-25T03:10:40.546Z | Checking goblin v0.8.2 |
| 3657 | 2025-01-25T03:10:40.677Z | Checking fs-err v2.11.0 |
| 3658 | 2025-01-25T03:10:40.969Z | Checking tabled v0.15.0 |
| 3659 | 2025-01-25T03:10:41.005Z | Checking indexmap v2.7.0 |
| 3660 | 2025-01-25T03:10:41.314Z | Checking anyhow v1.0.93 |
| 3661 | 2025-01-25T03:10:42.157Z | Checking terminal_size v0.4.0 |
| 3662 | 2025-01-25T03:10:42.157Z | Checking tempfile v3.13.0 |
| 3663 | 2025-01-25T03:10:42.341Z | Checking clap_builder v4.5.21 |
| 3664 | 2025-01-25T03:10:42.739Z | Checking dtrace-parser v0.2.0 |
| 3665 | 2025-01-25T03:10:43.838Z | Checking serde_json v1.0.135 |
| 3666 | 2025-01-25T03:10:43.838Z | Checking serde_spanned v0.6.8 |
| 3667 | 2025-01-25T03:10:43.841Z | Checking toml_datetime v0.6.8 |
| 3668 | 2025-01-25T03:10:43.841Z | Checking camino v1.1.9 |
| 3669 | 2025-01-25T03:10:43.841Z | Checking semver v1.0.24 |
| 3670 | 2025-01-25T03:10:44.074Z | Checking cargo-platform v0.1.8 |
| 3671 | 2025-01-25T03:10:44.140Z | Checking toml_edit v0.22.22 |
| 3672 | 2025-01-25T03:10:44.266Z | Checking macaddr v1.0.1 |
| 3673 | 2025-01-25T03:10:44.366Z | Checking camino-tempfile v1.1.1 |
| 3674 | 2025-01-25T03:10:44.601Z | Checking clap v4.5.21 |
| 3675 | 2025-01-25T03:10:45.034Z | Checking dof v0.3.0 |
| 3676 | 2025-01-25T03:10:45.034Z | Checking cargo_metadata v0.18.1 |
| 3677 | 2025-01-25T03:10:45.413Z | Checking usdt-impl v0.5.0 |
| 3678 | 2025-01-25T03:10:45.767Z | Checking usdt v0.5.0 |
| 3679 | 2025-01-25T03:10:45.929Z | Checking toml v0.8.19 |
| 3680 | 2025-01-25T03:10:46.353Z | Checking cargo_toml v0.20.5 |
| 3681 | 2025-01-25T03:10:47.461Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3682 | 2025-01-25T03:10:48.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.44s |
| 3683 | 2025-01-25T03:10:48.164Z | |
| 3684 | 2025-01-25T03:10:48.164Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
| 3685 | 2025-01-25T03:10:48.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2025-01-25T03:10:48.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2025-01-25T03:10:48.909Z | Checking polyval v0.6.2 |
| 3688 | 2025-01-25T03:10:49.024Z | Checking ctr v0.9.2 |
| 3689 | 2025-01-25T03:10:49.037Z | Checking ssh-encoding v0.2.0 |
| 3690 | 2025-01-25T03:10:49.040Z | Checking blowfish v0.9.1 |
| 3691 | 2025-01-25T03:10:49.061Z | Checking password-hash v0.4.2 |
| 3692 | 2025-01-25T03:10:49.065Z | Checking matches v0.1.10 |
| 3693 | 2025-01-25T03:10:49.089Z | Checking p521 v0.13.3 |
| 3694 | 2025-01-25T03:10:49.089Z | Checking p256 v0.13.2 |
| 3695 | 2025-01-25T03:10:49.173Z | Checking idna v0.2.3 |
| 3696 | 2025-01-25T03:10:49.260Z | Checking ghash v0.5.1 |
| 3697 | 2025-01-25T03:10:49.263Z | Compiling enum-as-inner v0.5.1 |
| 3698 | 2025-01-25T03:10:49.300Z | Checking bcrypt-pbkdf v0.10.0 |
| 3699 | 2025-01-25T03:10:49.344Z | Checking russh-cryptovec v0.7.3 |
| 3700 | 2025-01-25T03:10:49.432Z | Checking aes-gcm v0.10.3 |
| 3701 | 2025-01-25T03:10:49.455Z | Checking pbkdf2 v0.11.0 |
| 3702 | 2025-01-25T03:10:49.545Z | Checking md5 v0.7.0 |
| 3703 | 2025-01-25T03:10:49.565Z | Checking num-bigint v0.4.6 |
| 3704 | 2025-01-25T03:10:49.568Z | Checking des v0.8.1 |
| 3705 | 2025-01-25T03:10:49.678Z | Checking ssh-cipher v0.2.0 |
| 3706 | 2025-01-25T03:10:49.722Z | Compiling dhcproto-macros v0.1.0 |
| 3707 | 2025-01-25T03:10:49.824Z | Checking hex-literal v0.4.1 |
| 3708 | 2025-01-25T03:10:49.853Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3709 | 2025-01-25T03:10:49.974Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3710 | 2025-01-25T03:10:49.977Z | Checking ssh-key v0.6.6 |
| 3711 | 2025-01-25T03:10:50.023Z | Checking internet-checksum v0.2.1 |
| 3712 | 2025-01-25T03:10:50.204Z | Checking trust-dns-proto v0.22.0 |
| 3713 | 2025-01-25T03:10:51.185Z | Checking russh-keys v0.45.0 |
| 3714 | 2025-01-25T03:10:52.105Z | Checking russh v0.45.0 |
| 3715 | 2025-01-25T03:10:52.668Z | Checking dhcproto v0.12.0 |
| 3716 | 2025-01-25T03:11:08.637Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3717 | 2025-01-25T03:11:09.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.80s |
| 3718 | 2025-01-25T03:11:10.164Z | |
| 3719 | 2025-01-25T03:11:10.164Z | info: running `cargo check --bins` on gateway-cli (187/197) |
| 3720 | 2025-01-25T03:11:10.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2025-01-25T03:11:10.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2025-01-25T03:11:10.786Z | Checking termios v0.3.3 |
| 3723 | 2025-01-25T03:11:11.005Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3724 | 2025-01-25T03:11:11.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 3725 | 2025-01-25T03:11:11.963Z | |
| 3726 | 2025-01-25T03:11:11.963Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
| 3727 | 2025-01-25T03:11:12.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2025-01-25T03:11:12.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2025-01-25T03:11:12.648Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3730 | 2025-01-25T03:11:12.648Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3731 | 2025-01-25T03:11:12.651Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3732 | 2025-01-25T03:11:12.651Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3733 | 2025-01-25T03:11:13.627Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3734 | 2025-01-25T03:11:14.828Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3735 | 2025-01-25T03:11:16.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
| 3736 | 2025-01-25T03:11:16.722Z | |
| 3737 | 2025-01-25T03:11:16.722Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
| 3738 | 2025-01-25T03:11:17.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2025-01-25T03:11:17.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2025-01-25T03:11:17.339Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3741 | 2025-01-25T03:11:17.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3742 | 2025-01-25T03:11:17.968Z | |
| 3743 | 2025-01-25T03:11:17.968Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
| 3744 | 2025-01-25T03:11:18.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2025-01-25T03:11:18.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2025-01-25T03:11:18.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2025-01-25T03:11:18.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3748 | 2025-01-25T03:11:18.563Z | |
| 3749 | 2025-01-25T03:11:18.563Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
| 3750 | 2025-01-25T03:11:19.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2025-01-25T03:11:19.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2025-01-25T03:11:19.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2025-01-25T03:11:19.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3754 | 2025-01-25T03:11:19.171Z | |
| 3755 | 2025-01-25T03:11:19.171Z | info: running `cargo check --bins` on omicron-package (192/197) |
| 3756 | 2025-01-25T03:11:19.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2025-01-25T03:11:19.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2025-01-25T03:11:19.824Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3759 | 2025-01-25T03:11:21.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 3760 | 2025-01-25T03:11:21.311Z | |
| 3761 | 2025-01-25T03:11:21.311Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
| 3762 | 2025-01-25T03:11:21.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2025-01-25T03:11:21.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2025-01-25T03:11:22.004Z | Checking rtoolbox v0.0.2 |
| 3765 | 2025-01-25T03:11:22.006Z | Checking tui-tree-widget v0.22.0 |
| 3766 | 2025-01-25T03:11:22.006Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3767 | 2025-01-25T03:11:22.238Z | Checking rpassword v7.3.1 |
| 3768 | 2025-01-25T03:11:25.892Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3769 | 2025-01-25T03:11:28.637Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3770 | 2025-01-25T03:11:29.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s |
| 3771 | 2025-01-25T03:11:29.932Z | |
| 3772 | 2025-01-25T03:11:29.932Z | info: running `cargo check --bins` on wicket (194/197) |
| 3773 | 2025-01-25T03:11:30.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2025-01-25T03:11:30.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2025-01-25T03:11:30.605Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3776 | 2025-01-25T03:11:31.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3777 | 2025-01-25T03:11:31.193Z | |
| 3778 | 2025-01-25T03:11:31.193Z | info: running `cargo check --bins` on wicketd (195/197) |
| 3779 | 2025-01-25T03:11:31.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2025-01-25T03:11:31.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2025-01-25T03:11:31.891Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3782 | 2025-01-25T03:11:31.894Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3783 | 2025-01-25T03:11:32.688Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3784 | 2025-01-25T03:11:36.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 3785 | 2025-01-25T03:11:36.495Z | |
| 3786 | 2025-01-25T03:11:36.495Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
| 3787 | 2025-01-25T03:11:37.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2025-01-25T03:11:37.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2025-01-25T03:11:37.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3790 | 2025-01-25T03:11:37.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3791 | 2025-01-25T03:11:37.088Z | |
| 3792 | 2025-01-25T03:11:37.088Z | info: running `cargo check --bins` on zone-setup (197/197) |
| 3793 | 2025-01-25T03:11:37.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2025-01-25T03:11:37.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2025-01-25T03:11:37.793Z | Checking uzers v0.12.1 |
| 3796 | 2025-01-25T03:11:38.132Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3797 | 2025-01-25T03:11:39.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
| 3798 | 2025-01-25T03:11:39.411Z | |
| 3799 | 2025-01-25T03:11:39.411Z | real 13:01.880615713 |
| 3800 | 2025-01-25T03:11:39.411Z | user 25:16.234344122 |
| 3801 | 2025-01-25T03:11:39.411Z | sys 4:09.588924850 |
| 3802 | 2025-01-25T03:11:39.411Z | trap 0.512765010 |
| 3803 | 2025-01-25T03:11:39.411Z | tflt 3.140248033 |
| 3804 | 2025-01-25T03:11:39.411Z | dflt 2.258184579 |
| 3805 | 2025-01-25T03:11:39.419Z | kflt 0.000908452 |
| 3806 | 2025-01-25T03:11:39.419Z | lock 44:20.739225428 |
| 3807 | 2025-01-25T03:11:39.419Z | slp 2:05:17.973536838 |
| 3808 | 2025-01-25T03:11:39.419Z | lat 1:07.365742682 |
| 3809 | 2025-01-25T03:11:39.419Z | stop 3:39.958662972 |
| 3810 | 2025-01-25T03:11:39.419Z | process exited: duration 1078427 ms, exit code 0 |
| |
| 3811 | 2025-01-25T03:11:39.426Z | found 0 output files |