|
|
|
1 | 2025-01-11T00:17:23.841Z | job assigned to worker 01JH9BGN1J1WJ1N0QSZFAT07CM [factory aws, i-06fcd4f671da876eb] (queued for 54 s) |
|
2 | 2025-01-11T00:17:32.002Z | starting task 0: "setup" |
3 | 2025-01-11T00:17:32.009Z | ++ uname -s |
4 | 2025-01-11T00:17:32.013Z | + kern=SunOS |
5 | 2025-01-11T00:17:32.013Z | + case "$kern" in |
6 | 2025-01-11T00:17:32.013Z | + groupadd -g 12345 build |
7 | 2025-01-11T00:17:32.015Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T00:17:34.022Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T00:17:34.075Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T00:17:34.077Z | + home_fs=zfs |
11 | 2025-01-11T00:17:34.078Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T00:17:34.078Z | + mkdir -p /home/build |
13 | 2025-01-11T00:17:34.080Z | + chown build:build /home/build /work |
14 | 2025-01-11T00:17:36.186Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T00:17:36.292Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2025-01-11T00:17:36.410Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T00:17:36.439Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T00:17:36.439Z | ' 1.81.0 |
19 | 2025-01-11T00:17:36.439Z | * toolchain channel = "1.81.0" |
20 | 2025-01-11T00:17:36.440Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-11T00:17:36.440Z | ' default |
22 | 2025-01-11T00:17:36.440Z | * toolchain profile = "default" |
23 | 2025-01-11T00:17:36.440Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T00:17:36.440Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-11T00:17:36.531Z | info: downloading installer |
26 | 2025-01-11T00:17:37.722Z | info: profile set to 'default' |
27 | 2025-01-11T00:17:37.722Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T00:17:37.725Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-11T00:17:37.868Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-11T00:17:37.869Z | info: downloading component 'cargo' |
31 | 2025-01-11T00:17:38.562Z | info: downloading component 'clippy' |
32 | 2025-01-11T00:17:38.821Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T00:17:39.779Z | info: downloading component 'rust-std' |
34 | 2025-01-11T00:17:41.266Z | info: downloading component 'rustc' |
35 | 2025-01-11T00:17:46.616Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T00:17:46.819Z | info: installing component 'cargo' |
37 | 2025-01-11T00:17:47.655Z | info: installing component 'clippy' |
38 | 2025-01-11T00:17:48.030Z | info: installing component 'rust-docs' |
39 | 2025-01-11T00:17:49.627Z | info: installing component 'rust-std' |
40 | 2025-01-11T00:17:51.423Z | info: installing component 'rustc' |
41 | 2025-01-11T00:17:57.323Z | info: installing component 'rustfmt' |
42 | 2025-01-11T00:17:57.644Z | |
43 | 2025-01-11T00:17:57.647Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2025-01-11T00:17:58.011Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-11T00:17:58.011Z | |
46 | 2025-01-11T00:17:58.013Z | |
47 | 2025-01-11T00:17:58.013Z | Rust is installed now. Great! |
48 | 2025-01-11T00:17:58.013Z | |
49 | 2025-01-11T00:17:58.013Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T00:17:58.013Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T00:17:58.013Z | |
52 | 2025-01-11T00:17:58.013Z | To configure your current shell, you need to source |
53 | 2025-01-11T00:17:58.013Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T00:17:58.013Z | |
55 | 2025-01-11T00:17:58.013Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T00:17:58.013Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T00:17:58.013Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T00:17:58.087Z | + rustc --version |
59 | 2025-01-11T00:17:58.321Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-11T00:17:58.324Z | process exited: duration 21754 ms, exit code 0 |
|
61 | 2025-01-11T00:17:58.329Z | starting task 2: "authentication" |
62 | 2025-01-11T00:17:58.350Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-11T00:17:58.356Z | starting task 3: "clone repository" |
64 | 2025-01-11T00:17:58.361Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-11T00:17:58.363Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-11T00:17:58.541Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-11T00:18:06.256Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-11T00:18:06.256Z | + git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
69 | 2025-01-11T00:18:06.521Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-11T00:18:06.521Z | * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD |
71 | 2025-01-11T00:18:06.532Z | + [[ -n '' ]] |
72 | 2025-01-11T00:18:06.532Z | + git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
73 | 2025-01-11T00:18:06.712Z | HEAD is now at 57f1d9ddb update description |
74 | 2025-01-11T00:18:06.714Z | process exited: duration 8356 ms, exit code 0 |
|
75 | 2025-01-11T00:18:06.719Z | starting task 4: "build" |
76 | 2025-01-11T00:18:06.724Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-11T00:18:06.724Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-11T00:18:06.724Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-11T00:18:06.727Z | + cargo --version |
80 | 2025-01-11T00:18:06.782Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2025-01-11T00:18:06.788Z | + rustc --version |
82 | 2025-01-11T00:18:06.847Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2025-01-11T00:18:06.851Z | + source ./env.sh |
84 | 2025-01-11T00:18:06.853Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2025-01-11T00:18:06.854Z | ++ set -o xtrace |
86 | 2025-01-11T00:18:06.854Z | ++++ dirname ./env.sh |
87 | 2025-01-11T00:18:06.856Z | +++ readlink -f . |
88 | 2025-01-11T00:18:06.876Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2025-01-11T00:18:06.878Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-11T00:18:06.878Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-11T00:18:06.878Z | ++ 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 |
92 | 2025-01-11T00:18:06.879Z | ++ 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 |
93 | 2025-01-11T00:18:06.879Z | ++ 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 |
94 | 2025-01-11T00:18:06.879Z | ++ 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 |
95 | 2025-01-11T00:18:06.879Z | ++ 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 |
96 | 2025-01-11T00:18:06.879Z | ++ 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 |
97 | 2025-01-11T00:18:06.879Z | ++ case $OLD_SHELL_OPTS in |
98 | 2025-01-11T00:18:06.879Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2025-01-11T00:18:06.879Z | + 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 |
100 | 2025-01-11T00:18:06.879Z | + 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 |
101 | 2025-01-11T00:18:06.879Z | + banner prerequisites |
102 | 2025-01-11T00:18:06.894Z | |
103 | 2025-01-11T00:18:06.894Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2025-01-11T00:18:06.894Z | # # # # # # # # # # # # # # # |
105 | 2025-01-11T00:18:06.894Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2025-01-11T00:18:06.894Z | ##### ##### # ##### # # # # # # # # # |
107 | 2025-01-11T00:18:06.895Z | # # # # # # # # # # # # # # # |
108 | 2025-01-11T00:18:06.895Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2025-01-11T00:18:06.895Z | |
110 | 2025-01-11T00:18:06.897Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
111 | 2025-01-11T00:18:08.996Z | pkg list: illegal option -- F |
112 | 2025-01-11T00:18:08.996Z | Usage: |
113 | 2025-01-11T00:18:08.998Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
114 | 2025-01-11T00:18:08.999Z | [pkg_fmri_pattern ...] |
115 | 2025-01-11T00:18:09.856Z | pkg list: illegal option -- F |
116 | 2025-01-11T00:18:09.856Z | Usage: |
117 | 2025-01-11T00:18:09.859Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-11T00:18:09.859Z | [pkg_fmri_pattern ...] |
119 | 2025-01-11T00:18:16.445Z | Startup: Refreshing catalog 'helios-dev' ... Done |
120 | 2025-01-11T00:18:20.911Z | Startup: Caching catalogs ... Done |
121 | 2025-01-11T00:18:32.505Z | Planning: Solver setup ... Done (10.771s) |
122 | 2025-01-11T00:18:32.647Z | Planning: Running solver ... Done (0.143s) |
123 | 2025-01-11T00:18:33.081Z | Planning: Finding local manifests ... Done (0.326s) |
124 | 2025-01-11T00:18:33.093Z | Planning: Fetching manifests: 0/7 0% complete |
125 | 2025-01-11T00:18:33.417Z | Planning: Fetching manifests: 7/7 100% complete |
126 | 2025-01-11T00:18:34.135Z | Planning: Package planning ... Done (0.718s) |
127 | 2025-01-11T00:18:34.193Z | Planning: Merging actions ... Done (0.058s) |
128 | 2025-01-11T00:18:35.646Z | Planning: Checking for conflicting actions ... Done (1.453s) |
129 | 2025-01-11T00:18:44.777Z | Planning: Consolidating action changes ... Done (9.129s) |
130 | 2025-01-11T00:18:45.190Z | Planning: Evaluating mediators ... Done (0.413s) |
131 | 2025-01-11T00:18:45.381Z | Planning: Planning completed in 24.37 seconds |
132 | 2025-01-11T00:18:45.396Z | Packages to install: 4 |
133 | 2025-01-11T00:18:45.396Z | Packages to update: 3 |
134 | 2025-01-11T00:18:45.399Z | Mediators to change: 2 |
135 | 2025-01-11T00:18:45.399Z | Services to change: 1 |
136 | 2025-01-11T00:18:45.400Z | Estimated space available: 155.63 GB |
137 | 2025-01-11T00:18:45.400Z | Estimated space to be consumed: 1.64 GB |
138 | 2025-01-11T00:18:45.400Z | Create boot environment: No |
139 | 2025-01-11T00:18:45.400Z | Create backup boot environment: Yes |
140 | 2025-01-11T00:18:45.400Z | Rebuild boot archive: No |
141 | 2025-01-11T00:18:45.400Z | |
142 | 2025-01-11T00:18:45.400Z | Changed mediators: |
143 | 2025-01-11T00:18:45.400Z | mediator clang: |
144 | 2025-01-11T00:18:45.400Z | version: None -> 15 (system default) |
145 | 2025-01-11T00:18:45.400Z | |
146 | 2025-01-11T00:18:45.400Z | mediator llvm: |
147 | 2025-01-11T00:18:45.400Z | version: 14 (system default) -> 15 (system default) |
148 | 2025-01-11T00:18:45.400Z | |
149 | 2025-01-11T00:18:45.400Z | Changed packages: |
150 | 2025-01-11T00:18:45.400Z | helios-dev |
151 | 2025-01-11T00:18:45.400Z | developer/build-essential |
152 | 2025-01-11T00:18:45.400Z | None -> 11-2.0 |
153 | 2025-01-11T00:18:45.400Z | library/libxmlsec1 |
154 | 2025-01-11T00:18:45.400Z | None -> 1.2.35-2.0 |
155 | 2025-01-11T00:18:45.400Z | ooce/developer/clang-15 |
156 | 2025-01-11T00:18:45.400Z | None -> 15.0.7-2.0 |
157 | 2025-01-11T00:18:45.400Z | ooce/developer/llvm-15 |
158 | 2025-01-11T00:18:45.400Z | None -> 15.0.7-2.0 |
159 | 2025-01-11T00:18:45.400Z | package/pkg |
160 | 2025-01-11T00:18:45.400Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
161 | 2025-01-11T00:18:45.400Z | system/library/g++-runtime |
162 | 2025-01-11T00:18:45.400Z | 13-2.0 -> 14-2.0 |
163 | 2025-01-11T00:18:45.400Z | system/library/gcc-runtime |
164 | 2025-01-11T00:18:45.400Z | 13-2.0 -> 14-2.0 |
165 | 2025-01-11T00:18:45.400Z | |
166 | 2025-01-11T00:18:45.401Z | Services: |
167 | 2025-01-11T00:18:45.401Z | restart_fmri: |
168 | 2025-01-11T00:18:45.401Z | svc:/system/update-man-index:default |
169 | 2025-01-11T00:18:45.401Z | |
170 | 2025-01-11T00:18:45.401Z | Editable files to change: |
171 | 2025-01-11T00:18:45.401Z | Update: |
172 | 2025-01-11T00:18:45.401Z | usr/share/lib/pkg/web/config.shtml |
173 | 2025-01-11T00:18:45.727Z | |
174 | 2025-01-11T00:18:45.727Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
175 | 2025-01-11T00:18:51.911Z | Download: 210/4301 items 1.3/225.4MB 0% complete (362k/s) |
176 | 2025-01-11T00:18:56.926Z | Download: 620/4301 items 3.7/225.4MB 1% complete (360k/s) |
177 | 2025-01-11T00:19:01.927Z | Download: 1183/4301 items 70.6/225.4MB 31% complete (6.8M/s) |
178 | 2025-01-11T00:19:18.572Z | Download: 1194/4301 items 83.3/225.4MB 36% complete |
179 | 2025-01-11T00:19:23.689Z | Download: 1229/4301 items 87.3/225.4MB 38% complete (674k/s) |
180 | 2025-01-11T00:19:28.699Z | Download: 1522/4301 items 116.6/225.4MB 51% complete (3.9M/s) |
181 | 2025-01-11T00:19:33.713Z | Download: 1688/4301 items 117.2/225.4MB 51% complete (3.2M/s) |
182 | 2025-01-11T00:19:38.719Z | Download: 1988/4301 items 117.9/225.4MB 52% complete (124k/s) |
183 | 2025-01-11T00:19:43.920Z | Download: 2217/4301 items 118.4/225.4MB 52% complete (141k/s) |
184 | 2025-01-11T00:19:50.962Z | Download: 2220/4301 items 118.5/225.4MB 52% complete (124k/s) |
185 | 2025-01-11T00:19:55.992Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (38.1k/s) |
186 | 2025-01-11T00:20:18.426Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
187 | 2025-01-11T00:20:23.427Z | Download: 2817/4301 items 121.1/225.4MB 53% complete (374k/s) |
188 | 2025-01-11T00:20:28.681Z | Download: 3246/4301 items 202.3/225.4MB 89% complete (9.4M/s) |
189 | 2025-01-11T00:20:38.685Z | Download: 3248/4301 items 202.3/225.4MB 89% complete |
190 | 2025-01-11T00:20:51.420Z | Download: 3285/4301 items 210.9/225.4MB 93% complete (2.5M/s) |
191 | 2025-01-11T00:20:57.904Z | Download: 4284/4301 items 223.2/225.4MB 98% complete (2.9M/s) |
192 | 2025-01-11T00:21:03.982Z | Download: 4294/4301 items 224.8/225.4MB 99% complete (2.0M/s) |
193 | 2025-01-11T00:21:10.408Z | Download: 4296/4301 items 225.2/225.4MB 99% complete (1.4M/s) |
194 | 2025-01-11T00:21:10.829Z | Download: Completed 225.42 MB in 145.08 seconds (1.6M/s) |
195 | 2025-01-11T00:21:12.927Z | Actions: 1/5122 actions (Removing old actions) |
196 | 2025-01-11T00:21:12.944Z | Actions: 194/5122 actions (Installing new actions) |
197 | 2025-01-11T00:21:18.000Z | Actions: 4168/5122 actions (Installing new actions) |
198 | 2025-01-11T00:21:18.663Z | Actions: 4267/5122 actions (Updating modified actions) |
199 | 2025-01-11T00:21:19.407Z | Actions: Completed 5122 actions in 6.48 seconds. |
200 | 2025-01-11T00:21:19.813Z | Done (0.398s) |
201 | 2025-01-11T00:21:19.815Z | Done (0.001s) |
202 | 2025-01-11T00:21:20.403Z | Done (0.588s) |
203 | 2025-01-11T00:21:28.000Z | Done (7.360s) |
204 | 2025-01-11T00:21:28.614Z | Done (0.543s) |
205 | 2025-01-11T00:21:28.619Z | Done (0.000s) |
206 | 2025-01-11T00:21:28.847Z | Done (0.000s) |
207 | 2025-01-11T00:21:29.562Z | Planning: Evaluating mediator changes ... Done |
208 | 2025-01-11T00:21:29.730Z | Planning: Checking for conflicting actions ... Done |
209 | 2025-01-11T00:21:29.734Z | Planning: Consolidating action changes ... Done |
210 | 2025-01-11T00:21:30.009Z | Planning: Evaluating mediators ... Done |
211 | 2025-01-11T00:21:30.011Z | Planning: Planning completed in 0.45 seconds |
212 | 2025-01-11T00:21:30.054Z | Mediators to change: 2 |
213 | 2025-01-11T00:21:30.054Z | Create boot environment: No |
214 | 2025-01-11T00:21:30.058Z | Create backup boot environment: No |
215 | 2025-01-11T00:21:30.150Z | Done |
216 | 2025-01-11T00:21:30.150Z | Done |
217 | 2025-01-11T00:21:30.546Z | Done |
218 | 2025-01-11T00:21:34.390Z | Done |
219 | 2025-01-11T00:21:34.488Z | Done |
220 | 2025-01-11T00:21:34.491Z | Done |
221 | 2025-01-11T00:21:34.650Z | Done |
222 | 2025-01-11T00:21:35.279Z | Planning: Evaluating mediator changes ... Done |
223 | 2025-01-11T00:21:35.282Z | Planning: Merging actions ... Done |
224 | 2025-01-11T00:21:35.473Z | Planning: Checking for conflicting actions ... Done |
225 | 2025-01-11T00:21:35.477Z | Planning: Consolidating action changes ... Done |
226 | 2025-01-11T00:21:35.751Z | Planning: Evaluating mediators ... Done |
227 | 2025-01-11T00:21:35.808Z | Planning: Planning completed in 0.78 seconds |
228 | 2025-01-11T00:21:35.851Z | Packages to change: 1 |
229 | 2025-01-11T00:21:35.851Z | Mediators to change: 1 |
230 | 2025-01-11T00:21:35.851Z | Services to change: 1 |
231 | 2025-01-11T00:21:35.855Z | Create boot environment: No |
232 | 2025-01-11T00:21:35.855Z | Create backup boot environment: Yes |
233 | 2025-01-11T00:21:37.644Z | Actions: 1/6 actions (Updating modified actions) |
234 | 2025-01-11T00:21:37.680Z | Actions: Completed 6 actions in 0.04 seconds. |
235 | 2025-01-11T00:21:37.683Z | Done |
236 | 2025-01-11T00:21:37.683Z | Done |
237 | 2025-01-11T00:21:37.800Z | Done |
238 | 2025-01-11T00:21:41.591Z | Done |
239 | 2025-01-11T00:21:41.686Z | Done |
240 | 2025-01-11T00:21:41.689Z | Done |
241 | 2025-01-11T00:21:41.847Z | Done |
242 | 2025-01-11T00:21:42.290Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
243 | 2025-01-11T00:21:42.290Z | clang system 15 system |
244 | 2025-01-11T00:21:42.290Z | csh system system illumos |
245 | 2025-01-11T00:21:42.290Z | ctags system system illumos |
246 | 2025-01-11T00:21:42.290Z | gcc vendor 12 vendor |
247 | 2025-01-11T00:21:42.290Z | gcc system 10 system |
248 | 2025-01-11T00:21:42.290Z | gcc system 7 system |
249 | 2025-01-11T00:21:42.290Z | go system 1.20 system |
250 | 2025-01-11T00:21:42.290Z | go system 1.19 system |
251 | 2025-01-11T00:21:42.290Z | llvm system 15 system |
252 | 2025-01-11T00:21:42.290Z | llvm system 14 system |
253 | 2025-01-11T00:21:42.290Z | mariadb system 10.6 system |
254 | 2025-01-11T00:21:42.290Z | mta vendor vendor dma |
255 | 2025-01-11T00:21:42.290Z | openjdk system 17 system |
256 | 2025-01-11T00:21:42.290Z | openjdk system 11 system |
257 | 2025-01-11T00:21:42.290Z | openjdk system 1.8 system |
258 | 2025-01-11T00:21:42.290Z | openssl vendor 3 vendor |
259 | 2025-01-11T00:21:42.290Z | perl system 5.36 system |
260 | 2025-01-11T00:21:42.290Z | postgresql system 15 system |
261 | 2025-01-11T00:21:42.290Z | postgresql system 13 system |
262 | 2025-01-11T00:21:42.291Z | python vendor 3 vendor |
263 | 2025-01-11T00:21:42.291Z | python system 2 system |
264 | 2025-01-11T00:21:42.291Z | python3 system 3.11 system |
265 | 2025-01-11T00:21:42.291Z | ruby system 3.0 system |
266 | 2025-01-11T00:21:42.291Z | words vendor vendor american-english |
267 | 2025-01-11T00:21:42.291Z | words system system australian-english |
268 | 2025-01-11T00:21:42.291Z | words system system british-english |
269 | 2025-01-11T00:21:42.291Z | words system system canadian-english |
270 | 2025-01-11T00:21:42.291Z | words system system french |
271 | 2025-01-11T00:21:42.291Z | words system system italian |
272 | 2025-01-11T00:21:42.291Z | words system system ngerman |
273 | 2025-01-11T00:21:42.291Z | words system system ogerman |
274 | 2025-01-11T00:21:42.291Z | words system system spanish |
275 | 2025-01-11T00:21:42.623Z | PUBLISHER TYPE STATUS P LOCATION |
276 | 2025-01-11T00:21:42.623Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
277 | 2025-01-11T00:21:45.470Z | FMRI IFO |
278 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
279 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
280 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
281 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
282 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
283 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
284 | 2025-01-11T00:21:45.470Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
285 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
286 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
287 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
288 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
289 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
290 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
291 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
292 | 2025-01-11T00:21:45.471Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
293 | 2025-01-11T00:21:46.255Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
294 | 2025-01-11T00:21:46.522Z | Updating crates.io index |
295 | 2025-01-11T00:21:46.526Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
296 | 2025-01-11T00:21:46.839Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
297 | 2025-01-11T00:21:47.350Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
298 | 2025-01-11T00:21:47.658Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
299 | 2025-01-11T00:21:47.885Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
300 | 2025-01-11T00:21:48.130Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
301 | 2025-01-11T00:21:49.049Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
302 | 2025-01-11T00:21:50.619Z | Updating git repository `https://github.com/oxidecomputer/opte` |
303 | 2025-01-11T00:21:51.294Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
304 | 2025-01-11T00:21:52.002Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
305 | 2025-01-11T00:21:52.264Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
306 | 2025-01-11T00:21:52.514Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
307 | 2025-01-11T00:21:53.143Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
308 | 2025-01-11T00:21:53.450Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
309 | 2025-01-11T00:21:53.724Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
310 | 2025-01-11T00:21:53.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
311 | 2025-01-11T00:21:54.209Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
312 | 2025-01-11T00:21:54.444Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
313 | 2025-01-11T00:21:54.766Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
314 | 2025-01-11T00:21:55.096Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
315 | 2025-01-11T00:21:55.459Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
316 | 2025-01-11T00:21:55.694Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
317 | 2025-01-11T00:21:56.233Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
318 | 2025-01-11T00:21:56.538Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
319 | 2025-01-11T00:21:56.985Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
320 | 2025-01-11T00:21:57.393Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
321 | 2025-01-11T00:21:57.658Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
322 | 2025-01-11T00:21:57.907Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
323 | 2025-01-11T00:21:58.177Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
324 | 2025-01-11T00:21:59.469Z | Downloading crates ... |
325 | 2025-01-11T00:21:59.525Z | Downloaded anstyle v1.0.10 |
326 | 2025-01-11T00:21:59.529Z | Downloaded cfg-if v1.0.0 |
327 | 2025-01-11T00:21:59.529Z | Downloaded anstream v0.6.15 |
328 | 2025-01-11T00:21:59.532Z | Downloaded autocfg v1.4.0 |
329 | 2025-01-11T00:21:59.535Z | Downloaded bytecount v0.6.8 |
330 | 2025-01-11T00:21:59.538Z | Downloaded cargo_toml v0.20.5 |
331 | 2025-01-11T00:21:59.545Z | Downloaded pretty-hex v0.4.1 |
332 | 2025-01-11T00:21:59.548Z | Downloaded scroll_derive v0.12.0 |
333 | 2025-01-11T00:21:59.560Z | Downloaded dtrace-parser v0.2.0 |
334 | 2025-01-11T00:21:59.560Z | Downloaded swrite v0.1.0 |
335 | 2025-01-11T00:21:59.565Z | Downloaded equivalent v1.0.1 |
336 | 2025-01-11T00:21:59.569Z | Downloaded camino v1.1.9 |
337 | 2025-01-11T00:21:59.571Z | Downloaded fnv v1.0.7 |
338 | 2025-01-11T00:21:59.578Z | Downloaded block-buffer v0.10.4 |
339 | 2025-01-11T00:21:59.578Z | Downloaded anstyle-query v1.1.1 |
340 | 2025-01-11T00:21:59.582Z | Downloaded usdt-macro v0.5.0 |
341 | 2025-01-11T00:21:59.582Z | Downloaded bitflags v2.6.0 |
342 | 2025-01-11T00:21:59.582Z | Downloaded serde_spanned v0.6.8 |
343 | 2025-01-11T00:21:59.582Z | Downloaded dof v0.3.0 |
344 | 2025-01-11T00:21:59.582Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2025-01-11T00:21:59.582Z | Downloaded heck v0.5.0 |
346 | 2025-01-11T00:21:59.586Z | Downloaded thiserror-impl v1.0.69 |
347 | 2025-01-11T00:21:59.586Z | Downloaded smawk v0.3.2 |
348 | 2025-01-11T00:21:59.586Z | Downloaded cargo-platform v0.1.8 |
349 | 2025-01-11T00:21:59.589Z | Downloaded is_terminal_polyfill v1.70.1 |
350 | 2025-01-11T00:21:59.589Z | Downloaded generic-array v0.14.7 |
351 | 2025-01-11T00:21:59.592Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-01-11T00:21:59.592Z | Downloaded usdt v0.5.0 |
353 | 2025-01-11T00:21:59.592Z | Downloaded toml_datetime v0.6.8 |
354 | 2025-01-11T00:21:59.596Z | Downloaded anstyle-parse v0.2.5 |
355 | 2025-01-11T00:21:59.596Z | Downloaded byteorder v1.5.0 |
356 | 2025-01-11T00:21:59.600Z | Downloaded utf8parse v0.2.2 |
357 | 2025-01-11T00:21:59.600Z | Downloaded thread-id v4.2.2 |
358 | 2025-01-11T00:21:59.600Z | Downloaded strsim v0.11.1 |
359 | 2025-01-11T00:21:59.603Z | Downloaded plain v0.2.3 |
360 | 2025-01-11T00:21:59.603Z | Downloaded digest v0.10.7 |
361 | 2025-01-11T00:21:59.604Z | Downloaded pest_generator v2.7.14 |
362 | 2025-01-11T00:21:59.604Z | Downloaded macaddr v1.0.1 |
363 | 2025-01-11T00:21:59.608Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-11T00:21:59.608Z | Downloaded usdt-impl v0.5.0 |
365 | 2025-01-11T00:21:59.611Z | Downloaded memmap v0.7.0 |
366 | 2025-01-11T00:21:59.611Z | Downloaded colorchoice v1.0.2 |
367 | 2025-01-11T00:21:59.611Z | Downloaded cargo_metadata v0.18.1 |
368 | 2025-01-11T00:21:59.611Z | Downloaded version_check v0.9.5 |
369 | 2025-01-11T00:21:59.614Z | Downloaded crypto-common v0.1.6 |
370 | 2025-01-11T00:21:59.614Z | Downloaded thiserror v1.0.69 |
371 | 2025-01-11T00:21:59.621Z | Downloaded tabled_derive v0.7.0 |
372 | 2025-01-11T00:21:59.623Z | Downloaded heck v0.4.1 |
373 | 2025-01-11T00:21:59.627Z | Downloaded clap_derive v4.5.18 |
374 | 2025-01-11T00:21:59.627Z | Downloaded camino-tempfile v1.1.1 |
375 | 2025-01-11T00:21:59.630Z | Downloaded pest_derive v2.7.14 |
376 | 2025-01-11T00:21:59.632Z | Downloaded once_cell v1.20.2 |
377 | 2025-01-11T00:21:59.635Z | Downloaded clap_lex v0.7.2 |
378 | 2025-01-11T00:21:59.635Z | Downloaded semver v1.0.24 |
379 | 2025-01-11T00:21:59.639Z | Downloaded tempfile v3.13.0 |
380 | 2025-01-11T00:21:59.642Z | Downloaded scroll v0.12.0 |
381 | 2025-01-11T00:21:59.648Z | Downloaded itoa v1.0.11 |
382 | 2025-01-11T00:21:59.651Z | Downloaded fastrand v2.1.1 |
383 | 2025-01-11T00:21:59.651Z | Downloaded errno v0.3.9 |
384 | 2025-01-11T00:21:59.654Z | Downloaded unicode-linebreak v0.1.5 |
385 | 2025-01-11T00:21:59.654Z | Downloaded fs-err v2.11.0 |
386 | 2025-01-11T00:21:59.656Z | Downloaded cpufeatures v0.2.14 |
387 | 2025-01-11T00:21:59.656Z | Downloaded textwrap v0.16.1 |
388 | 2025-01-11T00:21:59.659Z | Downloaded proc-macro-error v1.0.4 |
389 | 2025-01-11T00:21:59.662Z | Downloaded terminal_size v0.4.0 |
390 | 2025-01-11T00:21:59.664Z | Downloaded anyhow v1.0.93 |
391 | 2025-01-11T00:21:59.668Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-01-11T00:21:59.670Z | Downloaded ryu v1.0.18 |
393 | 2025-01-11T00:21:59.676Z | Downloaded zerocopy-derive v0.7.35 |
394 | 2025-01-11T00:21:59.681Z | Downloaded unicode-ident v1.0.14 |
395 | 2025-01-11T00:21:59.681Z | Downloaded clap v4.5.21 |
396 | 2025-01-11T00:21:59.687Z | Downloaded sha2 v0.10.8 |
397 | 2025-01-11T00:21:59.689Z | Downloaded quote v1.0.38 |
398 | 2025-01-11T00:21:59.693Z | Downloaded papergrid v0.11.0 |
399 | 2025-01-11T00:21:59.709Z | Downloaded serde_derive v1.0.217 |
400 | 2025-01-11T00:21:59.709Z | Downloaded log v0.4.22 |
401 | 2025-01-11T00:21:59.709Z | Downloaded typenum v1.17.0 |
402 | 2025-01-11T00:21:59.709Z | Downloaded indexmap v2.7.0 |
403 | 2025-01-11T00:21:59.709Z | Downloaded toml v0.8.19 |
404 | 2025-01-11T00:21:59.713Z | Downloaded proc-macro2 v1.0.92 |
405 | 2025-01-11T00:21:59.713Z | Downloaded serde v1.0.217 |
406 | 2025-01-11T00:21:59.716Z | Downloaded pest_meta v2.7.14 |
407 | 2025-01-11T00:21:59.725Z | Downloaded memchr v2.7.4 |
408 | 2025-01-11T00:21:59.730Z | Downloaded toml_edit v0.22.22 |
409 | 2025-01-11T00:21:59.759Z | Downloaded pest v2.7.14 |
410 | 2025-01-11T00:21:59.763Z | Downloaded hashbrown v0.15.1 |
411 | 2025-01-11T00:21:59.768Z | Downloaded zerocopy v0.7.35 |
412 | 2025-01-11T00:21:59.782Z | Downloaded serde_json v1.0.135 |
413 | 2025-01-11T00:21:59.789Z | Downloaded winnow v0.6.20 |
414 | 2025-01-11T00:21:59.799Z | Downloaded clap_builder v4.5.21 |
415 | 2025-01-11T00:21:59.804Z | Downloaded tabled v0.15.0 |
416 | 2025-01-11T00:21:59.819Z | Downloaded goblin v0.8.2 |
417 | 2025-01-11T00:21:59.824Z | Downloaded unicode-width v0.1.14 |
418 | 2025-01-11T00:21:59.829Z | Downloaded syn v1.0.109 |
419 | 2025-01-11T00:21:59.838Z | Downloaded syn v2.0.96 |
420 | 2025-01-11T00:21:59.853Z | Downloaded rustix v0.38.37 |
421 | 2025-01-11T00:21:59.890Z | Downloaded libc v0.2.162 |
422 | 2025-01-11T00:22:00.206Z | Compiling proc-macro2 v1.0.92 |
423 | 2025-01-11T00:22:00.206Z | Compiling unicode-ident v1.0.14 |
424 | 2025-01-11T00:22:00.206Z | Compiling serde v1.0.217 |
425 | 2025-01-11T00:22:00.211Z | Compiling version_check v0.9.5 |
426 | 2025-01-11T00:22:00.211Z | Compiling memchr v2.7.4 |
427 | 2025-01-11T00:22:00.211Z | Compiling thiserror v1.0.69 |
428 | 2025-01-11T00:22:00.211Z | Compiling libc v0.2.162 |
429 | 2025-01-11T00:22:00.211Z | Compiling itoa v1.0.11 |
430 | 2025-01-11T00:22:00.496Z | Compiling ucd-trie v0.1.7 |
431 | 2025-01-11T00:22:00.537Z | Compiling ryu v1.0.18 |
432 | 2025-01-11T00:22:01.035Z | Compiling once_cell v1.20.2 |
433 | 2025-01-11T00:22:01.073Z | Compiling byteorder v1.5.0 |
434 | 2025-01-11T00:22:01.380Z | Compiling rustix v0.38.37 |
435 | 2025-01-11T00:22:01.659Z | Compiling serde_json v1.0.135 |
436 | 2025-01-11T00:22:01.810Z | Compiling bitflags v2.6.0 |
437 | 2025-01-11T00:22:01.982Z | Compiling proc-macro-error-attr v1.0.4 |
438 | 2025-01-11T00:22:02.075Z | Compiling usdt-impl v0.5.0 |
439 | 2025-01-11T00:22:02.096Z | Compiling syn v1.0.109 |
440 | 2025-01-11T00:22:02.253Z | Compiling proc-macro-error v1.0.4 |
441 | 2025-01-11T00:22:02.301Z | Compiling plain v0.2.3 |
442 | 2025-01-11T00:22:02.415Z | Compiling camino v1.1.9 |
443 | 2025-01-11T00:22:02.472Z | Compiling equivalent v1.0.1 |
444 | 2025-01-11T00:22:02.548Z | Compiling utf8parse v0.2.2 |
445 | 2025-01-11T00:22:02.578Z | Compiling hashbrown v0.15.1 |
446 | 2025-01-11T00:22:02.603Z | Compiling log v0.4.22 |
447 | 2025-01-11T00:22:02.716Z | Compiling quote v1.0.38 |
448 | 2025-01-11T00:22:02.826Z | Compiling anstyle-parse v0.2.5 |
449 | 2025-01-11T00:22:03.027Z | Compiling errno v0.3.9 |
450 | 2025-01-11T00:22:03.047Z | Compiling thread-id v4.2.2 |
451 | 2025-01-11T00:22:03.091Z | Compiling syn v2.0.96 |
452 | 2025-01-11T00:22:03.432Z | Compiling anstyle v1.0.10 |
453 | 2025-01-11T00:22:03.460Z | Compiling semver v1.0.24 |
454 | 2025-01-11T00:22:03.638Z | Compiling anstyle-query v1.1.1 |
455 | 2025-01-11T00:22:03.778Z | Compiling indexmap v2.7.0 |
456 | 2025-01-11T00:22:03.803Z | Compiling colorchoice v1.0.2 |
457 | 2025-01-11T00:22:03.877Z | Compiling autocfg v1.4.0 |
458 | 2025-01-11T00:22:03.963Z | Compiling is_terminal_polyfill v1.70.1 |
459 | 2025-01-11T00:22:03.967Z | Compiling pretty-hex v0.4.1 |
460 | 2025-01-11T00:22:04.131Z | Compiling winnow v0.6.20 |
461 | 2025-01-11T00:22:04.200Z | Compiling unicode-width v0.1.14 |
462 | 2025-01-11T00:22:04.655Z | Compiling anstream v0.6.15 |
463 | 2025-01-11T00:22:05.053Z | Compiling fs-err v2.11.0 |
464 | 2025-01-11T00:22:05.082Z | Compiling heck v0.5.0 |
465 | 2025-01-11T00:22:05.169Z | Compiling clap_lex v0.7.2 |
466 | 2025-01-11T00:22:05.331Z | Compiling terminal_size v0.4.0 |
467 | 2025-01-11T00:22:05.455Z | Compiling fastrand v2.1.1 |
468 | 2025-01-11T00:22:05.538Z | Compiling cfg-if v1.0.0 |
469 | 2025-01-11T00:22:05.637Z | Compiling bytecount v0.6.8 |
470 | 2025-01-11T00:22:05.663Z | Compiling fnv v1.0.7 |
471 | 2025-01-11T00:22:05.715Z | Compiling strsim v0.11.1 |
472 | 2025-01-11T00:22:05.805Z | Compiling anyhow v1.0.93 |
473 | 2025-01-11T00:22:06.040Z | Compiling heck v0.4.1 |
474 | 2025-01-11T00:22:06.069Z | Compiling clap_builder v4.5.21 |
475 | 2025-01-11T00:22:06.559Z | Compiling tempfile v3.13.0 |
476 | 2025-01-11T00:22:06.641Z | Compiling papergrid v0.11.0 |
477 | 2025-01-11T00:22:06.972Z | Compiling memmap v0.7.0 |
478 | 2025-01-11T00:22:07.044Z | Compiling smawk v0.3.2 |
479 | 2025-01-11T00:22:07.275Z | Compiling unicode-linebreak v0.1.5 |
480 | 2025-01-11T00:22:07.771Z | Compiling textwrap v0.16.1 |
481 | 2025-01-11T00:22:07.965Z | Compiling swrite v0.1.0 |
482 | 2025-01-11T00:22:08.992Z | Compiling tabled_derive v0.7.0 |
483 | 2025-01-11T00:22:10.619Z | Compiling tabled v0.15.0 |
484 | 2025-01-11T00:22:12.646Z | Compiling serde_derive v1.0.217 |
485 | 2025-01-11T00:22:12.646Z | Compiling thiserror-impl v1.0.69 |
486 | 2025-01-11T00:22:12.725Z | Compiling zerocopy-derive v0.7.35 |
487 | 2025-01-11T00:22:12.725Z | Compiling scroll_derive v0.12.0 |
488 | 2025-01-11T00:22:12.725Z | Compiling clap_derive v4.5.18 |
489 | 2025-01-11T00:22:13.478Z | Compiling scroll v0.12.0 |
490 | 2025-01-11T00:22:14.073Z | Compiling goblin v0.8.2 |
491 | 2025-01-11T00:22:14.107Z | Compiling zerocopy v0.7.35 |
492 | 2025-01-11T00:22:16.101Z | Compiling clap v4.5.21 |
493 | 2025-01-11T00:22:17.584Z | Compiling pest v2.7.14 |
494 | 2025-01-11T00:22:19.178Z | Compiling pest_meta v2.7.14 |
495 | 2025-01-11T00:22:22.847Z | Compiling pest_generator v2.7.14 |
496 | 2025-01-11T00:22:22.910Z | Compiling toml_datetime v0.6.8 |
497 | 2025-01-11T00:22:22.910Z | Compiling serde_spanned v0.6.8 |
498 | 2025-01-11T00:22:22.911Z | Compiling cargo-platform v0.1.8 |
499 | 2025-01-11T00:22:22.947Z | Compiling pest_derive v2.7.14 |
500 | 2025-01-11T00:22:22.947Z | Compiling toml_edit v0.22.22 |
501 | 2025-01-11T00:22:22.947Z | Compiling serde_tokenstream v0.2.2 |
502 | 2025-01-11T00:22:22.947Z | Compiling camino-tempfile v1.1.1 |
503 | 2025-01-11T00:22:22.947Z | Compiling dtrace-parser v0.2.0 |
504 | 2025-01-11T00:22:23.053Z | Compiling macaddr v1.0.1 |
505 | 2025-01-11T00:22:23.544Z | Compiling dof v0.3.0 |
506 | 2025-01-11T00:22:23.544Z | Compiling cargo_metadata v0.18.1 |
507 | 2025-01-11T00:22:25.483Z | Compiling toml v0.8.19 |
508 | 2025-01-11T00:22:26.144Z | Compiling usdt-macro v0.5.0 |
509 | 2025-01-11T00:22:26.229Z | Compiling usdt-attr-macro v0.5.0 |
510 | 2025-01-11T00:22:26.363Z | Compiling cargo_toml v0.20.5 |
511 | 2025-01-11T00:22:27.611Z | Compiling usdt v0.5.0 |
512 | 2025-01-11T00:22:30.048Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
513 | 2025-01-11T00:22:34.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s |
514 | 2025-01-11T00:22:34.591Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
515 | 2025-01-11T00:22:35.158Z | Downloading crates ... |
516 | 2025-01-11T00:22:35.309Z | Downloaded highway v1.2.0 |
517 | 2025-01-11T00:22:35.312Z | Downloaded heapless v0.7.17 |
518 | 2025-01-11T00:22:35.317Z | Downloaded http-body v1.0.1 |
519 | 2025-01-11T00:22:35.320Z | Downloaded is_ci v1.2.0 |
520 | 2025-01-11T00:22:35.328Z | Downloaded headers-core v0.3.0 |
521 | 2025-01-11T00:22:35.334Z | Downloaded heck v0.3.3 |
522 | 2025-01-11T00:22:35.338Z | Downloaded md5 v0.7.0 |
523 | 2025-01-11T00:22:35.341Z | Downloaded hubpack_derive v0.1.1 |
524 | 2025-01-11T00:22:35.345Z | Downloaded instant v0.1.13 |
525 | 2025-01-11T00:22:35.351Z | Downloaded assert_matches v1.5.0 |
526 | 2025-01-11T00:22:35.354Z | Downloaded http-range v0.1.5 |
527 | 2025-01-11T00:22:35.357Z | Downloaded match_cfg v0.1.0 |
528 | 2025-01-11T00:22:35.359Z | Downloaded hostname v0.3.1 |
529 | 2025-01-11T00:22:35.362Z | Downloaded hex-literal v0.4.1 |
530 | 2025-01-11T00:22:35.365Z | Downloaded hex v0.4.3 |
531 | 2025-01-11T00:22:35.365Z | Downloaded http-body-util v0.1.2 |
532 | 2025-01-11T00:22:35.367Z | Downloaded async-recursion v1.1.1 |
533 | 2025-01-11T00:22:35.371Z | Downloaded lru v0.12.5 |
534 | 2025-01-11T00:22:35.375Z | Downloaded atty v0.2.14 |
535 | 2025-01-11T00:22:35.378Z | Downloaded atomicwrites v0.4.4 |
536 | 2025-01-11T00:22:35.378Z | Downloaded async-trait v0.1.83 |
537 | 2025-01-11T00:22:35.380Z | Downloaded lockfree-object-pool v0.1.6 |
538 | 2025-01-11T00:22:35.382Z | Downloaded idna_adapter v1.2.0 |
539 | 2025-01-11T00:22:35.386Z | Downloaded memoffset v0.9.1 |
540 | 2025-01-11T00:22:35.386Z | Downloaded adler2 v2.0.0 |
541 | 2025-01-11T00:22:35.388Z | Downloaded matches v0.1.10 |
542 | 2025-01-11T00:22:35.388Z | Downloaded hubpack v0.1.2 |
543 | 2025-01-11T00:22:35.391Z | Downloaded hostname v0.4.0 |
544 | 2025-01-11T00:22:35.394Z | Downloaded maplit v1.0.2 |
545 | 2025-01-11T00:22:35.394Z | Downloaded internet-checksum v0.2.1 |
546 | 2025-01-11T00:22:35.397Z | Downloaded httpdate v1.0.3 |
547 | 2025-01-11T00:22:35.397Z | Downloaded backoff v0.4.0 |
548 | 2025-01-11T00:22:35.400Z | Downloaded arrayvec v0.7.6 |
549 | 2025-01-11T00:22:35.403Z | Downloaded md-5 v0.10.6 |
550 | 2025-01-11T00:22:35.405Z | Downloaded mime v0.3.17 |
551 | 2025-01-11T00:22:35.405Z | Downloaded managed v0.8.0 |
552 | 2025-01-11T00:22:35.408Z | Downloaded maybe-uninit v2.0.0 |
553 | 2025-01-11T00:22:35.411Z | Downloaded libefi-sys v0.1.0 |
554 | 2025-01-11T00:22:35.411Z | Downloaded impl-trait-for-tuples v0.2.2 |
555 | 2025-01-11T00:22:35.414Z | Downloaded linked-hash-map v0.5.6 |
556 | 2025-01-11T00:22:35.418Z | Downloaded lalrpop-util v0.19.12 |
557 | 2025-01-11T00:22:35.418Z | Downloaded lazy_static v1.5.0 |
558 | 2025-01-11T00:22:35.420Z | Downloaded bcrypt-pbkdf v0.10.0 |
559 | 2025-01-11T00:22:35.420Z | Downloaded kstat-rs v0.2.4 |
560 | 2025-01-11T00:22:35.423Z | Downloaded lru-cache v0.1.2 |
561 | 2025-01-11T00:22:35.425Z | Downloaded keccak v0.1.5 |
562 | 2025-01-11T00:22:35.425Z | Downloaded ipnet v2.10.1 |
563 | 2025-01-11T00:22:35.427Z | Downloaded libsw v3.3.1 |
564 | 2025-01-11T00:22:35.430Z | Downloaded mime_guess v2.0.5 |
565 | 2025-01-11T00:22:35.433Z | Downloaded icu_locid_transform v1.5.0 |
566 | 2025-01-11T00:22:35.435Z | Downloaded progenitor v0.9.1 |
567 | 2025-01-11T00:22:35.438Z | Downloaded ciborium-io v0.2.2 |
568 | 2025-01-11T00:22:35.440Z | Downloaded jobserver v0.1.32 |
569 | 2025-01-11T00:22:35.443Z | Downloaded cfg_aliases v0.2.1 |
570 | 2025-01-11T00:22:35.443Z | Downloaded memmap2 v0.9.5 |
571 | 2025-01-11T00:22:35.445Z | Downloaded linear-map v1.2.0 |
572 | 2025-01-11T00:22:35.448Z | Downloaded indent_write v2.2.0 |
573 | 2025-01-11T00:22:35.451Z | Downloaded lazycell v1.3.0 |
574 | 2025-01-11T00:22:35.451Z | Downloaded cipher v0.4.4 |
575 | 2025-01-11T00:22:35.455Z | Downloaded bb8 v0.8.5 |
576 | 2025-01-11T00:22:35.455Z | Downloaded lock_api v0.4.12 |
577 | 2025-01-11T00:22:35.457Z | Downloaded cstr-argument v0.1.2 |
578 | 2025-01-11T00:22:35.457Z | Downloaded litemap v0.7.3 |
579 | 2025-01-11T00:22:35.461Z | Downloaded crunchy v0.2.2 |
580 | 2025-01-11T00:22:35.463Z | Downloaded cbc v0.1.2 |
581 | 2025-01-11T00:22:35.463Z | Downloaded libloading v0.8.5 |
582 | 2025-01-11T00:22:35.466Z | Downloaded blowfish v0.9.1 |
583 | 2025-01-11T00:22:35.469Z | Downloaded ciborium-ll v0.2.2 |
584 | 2025-01-11T00:22:35.471Z | Downloaded base64ct v1.6.0 |
585 | 2025-01-11T00:22:35.473Z | Downloaded quick-error v1.2.3 |
586 | 2025-01-11T00:22:35.475Z | Downloaded progenitor-macro v0.8.0 |
587 | 2025-01-11T00:22:35.475Z | Downloaded colored v2.1.0 |
588 | 2025-01-11T00:22:35.479Z | Downloaded chrono-tz-build v0.4.0 |
589 | 2025-01-11T00:22:35.482Z | Downloaded icu_locid v1.5.0 |
590 | 2025-01-11T00:22:35.486Z | Downloaded indexmap v1.9.3 |
591 | 2025-01-11T00:22:35.489Z | Downloaded sqlparser_derive v0.2.2 |
592 | 2025-01-11T00:22:35.492Z | Downloaded toolchain_find v0.4.0 |
593 | 2025-01-11T00:22:35.493Z | Downloaded icu_provider_macros v1.5.0 |
594 | 2025-01-11T00:22:35.496Z | Downloaded crc v3.2.1 |
595 | 2025-01-11T00:22:35.498Z | Downloaded take_mut v0.2.2 |
596 | 2025-01-11T00:22:35.498Z | Downloaded crossbeam-deque v0.8.5 |
597 | 2025-01-11T00:22:35.500Z | Downloaded ref-cast-impl v1.0.23 |
598 | 2025-01-11T00:22:35.500Z | Downloaded rtoolbox v0.0.2 |
599 | 2025-01-11T00:22:35.503Z | Downloaded rand_core v0.6.4 |
600 | 2025-01-11T00:22:35.505Z | Downloaded hyper-rustls v0.27.3 |
601 | 2025-01-11T00:22:35.507Z | Downloaded bcs v0.1.6 |
602 | 2025-01-11T00:22:35.510Z | Downloaded base64 v0.13.1 |
603 | 2025-01-11T00:22:35.514Z | Downloaded curve25519-dalek-derive v0.1.1 |
604 | 2025-01-11T00:22:35.516Z | Downloaded ctr v0.9.2 |
605 | 2025-01-11T00:22:35.519Z | Downloaded want v0.3.1 |
606 | 2025-01-11T00:22:35.519Z | Downloaded foreign-types-shared v0.3.1 |
607 | 2025-01-11T00:22:35.521Z | Downloaded write16 v1.0.0 |
608 | 2025-01-11T00:22:35.521Z | Downloaded blake2 v0.10.6 |
609 | 2025-01-11T00:22:35.524Z | Downloaded cexpr v0.6.0 |
610 | 2025-01-11T00:22:35.526Z | Downloaded rustc-hash v1.1.0 |
611 | 2025-01-11T00:22:35.530Z | Downloaded const_format_proc_macros v0.2.33 |
612 | 2025-01-11T00:22:35.532Z | Downloaded ciborium v0.2.2 |
613 | 2025-01-11T00:22:35.535Z | Downloaded strum_macros v0.25.3 |
614 | 2025-01-11T00:22:35.537Z | Downloaded serde_path_to_error v0.1.16 |
615 | 2025-01-11T00:22:35.539Z | Downloaded scheduled-thread-pool v0.2.7 |
616 | 2025-01-11T00:22:35.539Z | Downloaded same-file v1.0.6 |
617 | 2025-01-11T00:22:35.542Z | Downloaded slog-scope v4.4.0 |
618 | 2025-01-11T00:22:35.544Z | Downloaded thiserror-impl-no-std v2.0.2 |
619 | 2025-01-11T00:22:35.547Z | Downloaded strum_macros v0.24.3 |
620 | 2025-01-11T00:22:35.549Z | Downloaded slog-json v2.6.1 |
621 | 2025-01-11T00:22:35.551Z | Downloaded ssh-cipher v0.2.0 |
622 | 2025-01-11T00:22:35.552Z | Downloaded typify-macro v0.3.0 |
623 | 2025-01-11T00:22:35.554Z | Downloaded aead v0.5.2 |
624 | 2025-01-11T00:22:35.554Z | Downloaded bzip2 v0.4.4 |
625 | 2025-01-11T00:22:35.556Z | Downloaded typify-macro v0.2.0 |
626 | 2025-01-11T00:22:35.559Z | Downloaded topological-sort v0.2.2 |
627 | 2025-01-11T00:22:35.562Z | Downloaded openssl-probe v0.1.5 |
628 | 2025-01-11T00:22:35.562Z | Downloaded nodrop v0.1.14 |
629 | 2025-01-11T00:22:35.564Z | Downloaded backtrace v0.3.74 |
630 | 2025-01-11T00:22:35.568Z | Downloaded unarray v0.1.4 |
631 | 2025-01-11T00:22:35.570Z | Downloaded csv-core v0.1.11 |
632 | 2025-01-11T00:22:35.573Z | Downloaded icu_properties v1.5.1 |
633 | 2025-01-11T00:22:35.575Z | Downloaded thiserror-no-std v2.0.2 |
634 | 2025-01-11T00:22:35.579Z | Downloaded writeable v0.5.5 |
635 | 2025-01-11T00:22:35.581Z | Downloaded fallible-streaming-iterator v0.1.9 |
636 | 2025-01-11T00:22:35.585Z | Downloaded utf8_iter v1.0.4 |
637 | 2025-01-11T00:22:35.588Z | Downloaded cookie v0.18.1 |
638 | 2025-01-11T00:22:35.588Z | Downloaded icu_provider v1.5.0 |
639 | 2025-01-11T00:22:35.591Z | Downloaded zerovec-derive v0.10.3 |
640 | 2025-01-11T00:22:35.593Z | Downloaded tabwriter v1.4.0 |
641 | 2025-01-11T00:22:35.596Z | Downloaded futures-task v0.3.31 |
642 | 2025-01-11T00:22:35.598Z | Downloaded futures-sink v0.3.31 |
643 | 2025-01-11T00:22:35.598Z | Downloaded nanorand v0.7.0 |
644 | 2025-01-11T00:22:35.601Z | Downloaded futures-macro v0.3.31 |
645 | 2025-01-11T00:22:35.604Z | Downloaded crossbeam-utils v0.8.20 |
646 | 2025-01-11T00:22:35.606Z | Downloaded aws-lc-rs v1.10.0 |
647 | 2025-01-11T00:22:35.617Z | Downloaded num_enum v0.5.11 |
648 | 2025-01-11T00:22:35.622Z | Downloaded try-lock v0.2.5 |
649 | 2025-01-11T00:22:35.624Z | Downloaded termtree v0.4.1 |
650 | 2025-01-11T00:22:35.626Z | Downloaded vte_generate_state_changes v0.1.2 |
651 | 2025-01-11T00:22:35.626Z | Downloaded normalize-line-endings v0.3.0 |
652 | 2025-01-11T00:22:35.626Z | Downloaded paste v1.0.15 |
653 | 2025-01-11T00:22:35.630Z | Downloaded phf v0.11.2 |
654 | 2025-01-11T00:22:35.632Z | Downloaded form_urlencoded v1.2.1 |
655 | 2025-01-11T00:22:35.634Z | Downloaded darling v0.20.10 |
656 | 2025-01-11T00:22:35.638Z | Downloaded parse-display-derive v0.10.0 |
657 | 2025-01-11T00:22:35.640Z | Downloaded slog v2.7.0 |
658 | 2025-01-11T00:22:35.643Z | Downloaded radium v0.7.0 |
659 | 2025-01-11T00:22:35.645Z | Downloaded quinn-udp v0.5.5 |
660 | 2025-01-11T00:22:35.648Z | Downloaded zone_cfg_derive v0.1.2 |
661 | 2025-01-11T00:22:35.648Z | Downloaded progenitor v0.8.0 |
662 | 2025-01-11T00:22:35.651Z | Downloaded primeorder v0.13.6 |
663 | 2025-01-11T00:22:35.651Z | Downloaded phf_codegen v0.11.2 |
664 | 2025-01-11T00:22:35.654Z | Downloaded derive_builder_macro v0.20.2 |
665 | 2025-01-11T00:22:35.654Z | Downloaded cc v1.1.30 |
666 | 2025-01-11T00:22:35.657Z | Downloaded siphasher v0.3.11 |
667 | 2025-01-11T00:22:35.671Z | Downloaded dhcproto-macros v0.1.0 |
668 | 2025-01-11T00:22:35.674Z | Downloaded untrusted v0.9.0 |
669 | 2025-01-11T00:22:35.674Z | Downloaded ssh-encoding v0.2.0 |
670 | 2025-01-11T00:22:35.676Z | Downloaded slog-dtrace v0.3.0 |
671 | 2025-01-11T00:22:35.679Z | Downloaded slog-envlogger v2.2.0 |
672 | 2025-01-11T00:22:35.683Z | Downloaded schemars_derive v0.8.21 |
673 | 2025-01-11T00:22:35.683Z | Downloaded peg-macros v0.8.4 |
674 | 2025-01-11T00:22:35.685Z | Downloaded compact_str v0.8.0 |
675 | 2025-01-11T00:22:35.689Z | Downloaded openssl-macros v0.1.1 |
676 | 2025-01-11T00:22:35.691Z | Downloaded num_threads v0.1.7 |
677 | 2025-01-11T00:22:35.691Z | Downloaded postgres-protocol v0.6.7 |
678 | 2025-01-11T00:22:35.694Z | Downloaded path-slash v0.1.5 |
679 | 2025-01-11T00:22:35.697Z | Downloaded strip-ansi-escapes v0.2.0 |
680 | 2025-01-11T00:22:35.697Z | Downloaded foreign-types v0.5.0 |
681 | 2025-01-11T00:22:35.699Z | Downloaded zone v0.3.0 |
682 | 2025-01-11T00:22:35.699Z | Downloaded num-traits v0.2.19 |
683 | 2025-01-11T00:22:35.702Z | Downloaded phf_shared v0.10.0 |
684 | 2025-01-11T00:22:35.705Z | Downloaded stringprep v0.1.5 |
685 | 2025-01-11T00:22:35.707Z | Downloaded minimal-lexical v0.2.1 |
686 | 2025-01-11T00:22:35.711Z | Downloaded hash32 v0.2.1 |
687 | 2025-01-11T00:22:35.713Z | Downloaded diesel_table_macro_syntax v0.2.0 |
688 | 2025-01-11T00:22:35.716Z | Downloaded rayon-core v1.12.1 |
689 | 2025-01-11T00:22:35.719Z | Downloaded icu_collections v1.5.0 |
690 | 2025-01-11T00:22:35.725Z | Downloaded schemars v0.8.21 |
691 | 2025-01-11T00:22:35.738Z | Downloaded waitgroup v0.1.2 |
692 | 2025-01-11T00:22:35.741Z | Downloaded tinyvec_macros v0.1.1 |
693 | 2025-01-11T00:22:35.744Z | Downloaded rand_chacha v0.3.1 |
694 | 2025-01-11T00:22:35.744Z | Downloaded postcard v1.0.10 |
695 | 2025-01-11T00:22:35.746Z | Downloaded crypto-bigint v0.5.5 |
696 | 2025-01-11T00:22:35.753Z | Downloaded downcast v0.11.0 |
697 | 2025-01-11T00:22:35.755Z | Downloaded polyval v0.6.2 |
698 | 2025-01-11T00:22:35.757Z | Downloaded zone_cfg_derive v0.3.0 |
699 | 2025-01-11T00:22:35.759Z | Downloaded slog-term v2.9.1 |
700 | 2025-01-11T00:22:35.763Z | Downloaded fd-lock v4.0.2 |
701 | 2025-01-11T00:22:35.765Z | Downloaded tokio-tungstenite v0.21.0 |
702 | 2025-01-11T00:22:35.768Z | Downloaded mirai-annotations v1.12.0 |
703 | 2025-01-11T00:22:35.768Z | Downloaded tls_codec v0.4.1 |
704 | 2025-01-11T00:22:35.770Z | Downloaded slab v0.4.9 |
705 | 2025-01-11T00:22:35.772Z | Downloaded signal-hook-mio v0.2.4 |
706 | 2025-01-11T00:22:35.774Z | Downloaded salsa20 v0.10.2 |
707 | 2025-01-11T00:22:35.777Z | Downloaded new_debug_unreachable v1.0.6 |
708 | 2025-01-11T00:22:35.777Z | Downloaded phf_shared v0.11.2 |
709 | 2025-01-11T00:22:35.780Z | Downloaded num-rational v0.4.2 |
710 | 2025-01-11T00:22:35.780Z | Downloaded diesel-dtrace v0.4.2 |
711 | 2025-01-11T00:22:35.782Z | Downloaded flume v0.11.1 |
712 | 2025-01-11T00:22:35.785Z | Downloaded oso-derive v0.27.3 |
713 | 2025-01-11T00:22:35.787Z | Downloaded futures-core v0.3.31 |
714 | 2025-01-11T00:22:35.790Z | Downloaded zerocopy v0.6.6 |
715 | 2025-01-11T00:22:35.792Z | Downloaded untrusted v0.7.1 |
716 | 2025-01-11T00:22:35.794Z | Downloaded rustc-demangle v0.1.24 |
717 | 2025-01-11T00:22:35.794Z | Downloaded russh-keys v0.45.0 |
718 | 2025-01-11T00:22:35.797Z | Downloaded sync_wrapper v1.0.1 |
719 | 2025-01-11T00:22:35.800Z | Downloaded sync-ptr v0.1.1 |
720 | 2025-01-11T00:22:35.800Z | Downloaded dhcproto v0.12.0 |
721 | 2025-01-11T00:22:35.804Z | Downloaded ff v0.13.0 |
722 | 2025-01-11T00:22:35.807Z | Downloaded zone v0.1.8 |
723 | 2025-01-11T00:22:35.807Z | Downloaded zeroize_derive v1.4.2 |
724 | 2025-01-11T00:22:35.809Z | Downloaded smf v0.2.3 |
725 | 2025-01-11T00:22:35.809Z | Downloaded slog-async v2.8.0 |
726 | 2025-01-11T00:22:35.812Z | Downloaded multimap v0.10.0 |
727 | 2025-01-11T00:22:35.814Z | Downloaded tokio-native-tls v0.3.1 |
728 | 2025-01-11T00:22:35.817Z | Downloaded tokio-macros v2.4.0 |
729 | 2025-01-11T00:22:35.817Z | Downloaded mockall v0.13.0 |
730 | 2025-01-11T00:22:35.820Z | Downloaded rustls-pemfile v2.2.0 |
731 | 2025-01-11T00:22:35.822Z | Downloaded headers v0.4.0 |
732 | 2025-01-11T00:22:35.828Z | Downloaded filetime v0.2.25 |
733 | 2025-01-11T00:22:35.831Z | Downloaded unicode-bidi v0.3.17 |
734 | 2025-01-11T00:22:35.834Z | Downloaded opaque-debug v0.3.1 |
735 | 2025-01-11T00:22:35.836Z | Downloaded olpc-cjson v0.1.4 |
736 | 2025-01-11T00:22:35.836Z | Downloaded quinn v0.11.5 |
737 | 2025-01-11T00:22:35.840Z | Downloaded shlex v1.3.0 |
738 | 2025-01-11T00:22:35.842Z | Downloaded shell-words v1.1.0 |
739 | 2025-01-11T00:22:35.844Z | Downloaded owo-colors v4.1.0 |
740 | 2025-01-11T00:22:35.847Z | Downloaded foreign-types-shared v0.1.1 |
741 | 2025-01-11T00:22:35.849Z | Downloaded flagset v0.4.6 |
742 | 2025-01-11T00:22:35.849Z | Downloaded postgres-types v0.2.8 |
743 | 2025-01-11T00:22:35.856Z | Downloaded derive_builder_core v0.20.2 |
744 | 2025-01-11T00:22:35.859Z | Downloaded libm v0.2.8 |
745 | 2025-01-11T00:22:35.864Z | Downloaded number_prefix v0.4.0 |
746 | 2025-01-11T00:22:35.866Z | Downloaded fxhash v0.2.1 |
747 | 2025-01-11T00:22:35.866Z | Downloaded zeroize v1.8.1 |
748 | 2025-01-11T00:22:35.869Z | Downloaded similar v2.6.0 |
749 | 2025-01-11T00:22:35.874Z | Downloaded signal-hook-registry v1.4.2 |
750 | 2025-01-11T00:22:35.877Z | Downloaded scrypt v0.11.0 |
751 | 2025-01-11T00:22:35.879Z | Downloaded aes v0.8.4 |
752 | 2025-01-11T00:22:35.882Z | Downloaded precomputed-hash v0.1.1 |
753 | 2025-01-11T00:22:35.884Z | Downloaded tap v1.0.1 |
754 | 2025-01-11T00:22:35.884Z | Downloaded rfc6979 v0.4.0 |
755 | 2025-01-11T00:22:35.887Z | Downloaded packed_struct v0.10.1 |
756 | 2025-01-11T00:22:35.891Z | Downloaded diff v0.1.13 |
757 | 2025-01-11T00:22:35.891Z | Downloaded heapless v0.8.0 |
758 | 2025-01-11T00:22:35.896Z | Downloaded russh-cryptovec v0.7.3 |
759 | 2025-01-11T00:22:35.898Z | Downloaded funty v2.0.0 |
760 | 2025-01-11T00:22:35.898Z | Downloaded time-core v0.1.2 |
761 | 2025-01-11T00:22:35.901Z | Downloaded ed25519 v2.2.3 |
762 | 2025-01-11T00:22:35.903Z | Downloaded crossterm v0.28.1 |
763 | 2025-01-11T00:22:35.911Z | Downloaded darling_macro v0.20.10 |
764 | 2025-01-11T00:22:35.913Z | Downloaded endian-type v0.1.2 |
765 | 2025-01-11T00:22:35.913Z | Downloaded pretty-hex v0.2.1 |
766 | 2025-01-11T00:22:35.914Z | Downloaded mockall_derive v0.13.0 |
767 | 2025-01-11T00:22:35.916Z | Downloaded walkdir v2.5.0 |
768 | 2025-01-11T00:22:35.918Z | Downloaded num-iter v0.1.45 |
769 | 2025-01-11T00:22:35.921Z | Downloaded ecdsa v0.16.9 |
770 | 2025-01-11T00:22:35.921Z | Downloaded rcgen v0.12.1 |
771 | 2025-01-11T00:22:35.926Z | Downloaded fallible-iterator v0.2.0 |
772 | 2025-01-11T00:22:35.928Z | Downloaded samael v0.0.17 |
773 | 2025-01-11T00:22:35.934Z | Downloaded parking_lot_core v0.9.10 |
774 | 2025-01-11T00:22:35.937Z | Downloaded aes-gcm v0.10.3 |
775 | 2025-01-11T00:22:35.942Z | Downloaded num-conv v0.1.0 |
776 | 2025-01-11T00:22:35.942Z | Downloaded rpassword v7.3.1 |
777 | 2025-01-11T00:22:35.944Z | Downloaded omicron-zone-package v0.12.0 |
778 | 2025-01-11T00:22:35.947Z | Downloaded strum v0.26.3 |
779 | 2025-01-11T00:22:35.949Z | Downloaded rand_seeder v0.3.0 |
780 | 2025-01-11T00:22:35.949Z | Downloaded rustc_version v0.4.1 |
781 | 2025-01-11T00:22:35.954Z | Downloaded whoami v1.5.2 |
782 | 2025-01-11T00:22:35.957Z | Downloaded simd-adler32 v0.3.7 |
783 | 2025-01-11T00:22:35.957Z | Downloaded sct v0.7.1 |
784 | 2025-01-11T00:22:35.960Z | Downloaded progenitor-macro v0.9.1 |
785 | 2025-01-11T00:22:35.963Z | Downloaded enum-as-inner v0.5.1 |
786 | 2025-01-11T00:22:35.963Z | Downloaded subprocess v0.2.9 |
787 | 2025-01-11T00:22:35.966Z | Downloaded zerovec v0.10.4 |
788 | 2025-01-11T00:22:35.973Z | Downloaded enum-as-inner v0.6.1 |
789 | 2025-01-11T00:22:35.975Z | Downloaded num v0.4.3 |
790 | 2025-01-11T00:22:35.979Z | Downloaded zopfli v0.8.1 |
791 | 2025-01-11T00:22:35.981Z | Downloaded hyper v1.5.0 |
792 | 2025-01-11T00:22:35.988Z | Downloaded p256 v0.13.2 |
793 | 2025-01-11T00:22:35.991Z | Downloaded dropshot_endpoint v0.13.0 |
794 | 2025-01-11T00:22:35.996Z | Downloaded blake3 v1.5.4 |
795 | 2025-01-11T00:22:36.005Z | Downloaded unicode-truncate v1.1.0 |
796 | 2025-01-11T00:22:36.009Z | Downloaded structmeta-derive v0.2.0 |
797 | 2025-01-11T00:22:36.009Z | Downloaded structmeta v0.3.0 |
798 | 2025-01-11T00:22:36.012Z | Downloaded structmeta v0.2.0 |
799 | 2025-01-11T00:22:36.012Z | Downloaded env_filter v0.1.2 |
800 | 2025-01-11T00:22:36.014Z | Downloaded tokio-rustls v0.26.0 |
801 | 2025-01-11T00:22:36.017Z | Downloaded xattr v1.3.1 |
802 | 2025-01-11T00:22:36.019Z | Downloaded secrecy v0.8.0 |
803 | 2025-01-11T00:22:36.019Z | Downloaded sec1 v0.7.3 |
804 | 2025-01-11T00:22:36.022Z | Downloaded signal-hook v0.3.17 |
805 | 2025-01-11T00:22:36.025Z | Downloaded pin-project-internal v1.1.6 |
806 | 2025-01-11T00:22:36.028Z | Downloaded serde-big-array v0.5.1 |
807 | 2025-01-11T00:22:36.031Z | Downloaded predicates v3.1.2 |
808 | 2025-01-11T00:22:36.033Z | Downloaded nu-ansi-term v0.50.1 |
809 | 2025-01-11T00:22:36.035Z | Downloaded dyn-clone v1.0.17 |
810 | 2025-01-11T00:22:36.038Z | Downloaded dunce v1.0.5 |
811 | 2025-01-11T00:22:36.040Z | Downloaded foreign-types v0.3.2 |
812 | 2025-01-11T00:22:36.043Z | Downloaded tar v0.4.42 |
813 | 2025-01-11T00:22:36.045Z | Downloaded mio v1.0.2 |
814 | 2025-01-11T00:22:36.050Z | Downloaded parse-size v1.1.0 |
815 | 2025-01-11T00:22:36.052Z | Downloaded defmt-parser v0.3.4 |
816 | 2025-01-11T00:22:36.055Z | Downloaded semver v0.1.20 |
817 | 2025-01-11T00:22:36.055Z | Downloaded pin-project v1.1.6 |
818 | 2025-01-11T00:22:36.067Z | Downloaded group v0.13.0 |
819 | 2025-01-11T00:22:36.069Z | Downloaded foldhash v0.1.3 |
820 | 2025-01-11T00:22:36.071Z | Downloaded wyz v0.5.1 |
821 | 2025-01-11T00:22:36.071Z | Downloaded rustversion v1.0.17 |
822 | 2025-01-11T00:22:36.074Z | Downloaded vergen v8.3.2 |
823 | 2025-01-11T00:22:36.077Z | Downloaded diesel_derives v2.2.3 |
824 | 2025-01-11T00:22:36.082Z | Downloaded either v1.13.0 |
825 | 2025-01-11T00:22:36.084Z | Downloaded pin-utils v0.1.0 |
826 | 2025-01-11T00:22:36.087Z | Downloaded env_logger v0.10.2 |
827 | 2025-01-11T00:22:36.089Z | Downloaded progenitor-client v0.8.0 |
828 | 2025-01-11T00:22:36.091Z | Downloaded serde-hex v0.1.0 |
829 | 2025-01-11T00:22:36.094Z | Downloaded pem v3.0.4 |
830 | 2025-01-11T00:22:36.101Z | Downloaded tiny-keccak v2.0.2 |
831 | 2025-01-11T00:22:36.101Z | Downloaded p521 v0.13.3 |
832 | 2025-01-11T00:22:36.104Z | Downloaded ron v0.8.1 |
833 | 2025-01-11T00:22:36.107Z | Downloaded which v4.4.2 |
834 | 2025-01-11T00:22:36.109Z | Downloaded aho-corasick v1.1.3 |
835 | 2025-01-11T00:22:36.117Z | Downloaded stable_deref_trait v1.2.0 |
836 | 2025-01-11T00:22:36.119Z | Downloaded snafu v0.8.5 |
837 | 2025-01-11T00:22:36.124Z | Downloaded string_cache v0.8.7 |
838 | 2025-01-11T00:22:36.126Z | Downloaded socket2 v0.5.7 |
839 | 2025-01-11T00:22:36.129Z | Downloaded parse-display v0.10.0 |
840 | 2025-01-11T00:22:36.132Z | Downloaded elliptic-curve v0.13.8 |
841 | 2025-01-11T00:22:36.135Z | Downloaded newtype-uuid v1.1.3 |
842 | 2025-01-11T00:22:36.137Z | Downloaded utf-8 v0.7.6 |
843 | 2025-01-11T00:22:36.140Z | Downloaded nibble_vec v0.1.0 |
844 | 2025-01-11T00:22:36.140Z | Downloaded tokio-stream v0.1.16 |
845 | 2025-01-11T00:22:36.144Z | Downloaded rusty-fork v0.3.0 |
846 | 2025-01-11T00:22:36.146Z | Downloaded predicates-tree v1.0.11 |
847 | 2025-01-11T00:22:36.149Z | Downloaded predicates-core v1.0.8 |
848 | 2025-01-11T00:22:36.149Z | Downloaded debug-ignore v1.0.5 |
849 | 2025-01-11T00:22:36.152Z | Downloaded pkcs1 v0.7.5 |
850 | 2025-01-11T00:22:36.154Z | Downloaded zerofrom v0.1.4 |
851 | 2025-01-11T00:22:36.154Z | Downloaded psl-types v2.0.11 |
852 | 2025-01-11T00:22:36.158Z | Downloaded rustyline v14.0.0 |
853 | 2025-01-11T00:22:36.161Z | Downloaded progenitor-client v0.9.1 |
854 | 2025-01-11T00:22:36.165Z | Downloaded static_assertions v1.1.0 |
855 | 2025-01-11T00:22:36.165Z | Downloaded ppv-lite86 v0.2.20 |
856 | 2025-01-11T00:22:36.168Z | Downloaded bitvec v1.0.1 |
857 | 2025-01-11T00:22:36.182Z | Downloaded sigpipe v0.1.3 |
858 | 2025-01-11T00:22:36.184Z | Downloaded newtype_derive v0.1.6 |
859 | 2025-01-11T00:22:36.184Z | Downloaded unicase v2.7.0 |
860 | 2025-01-11T00:22:36.186Z | Downloaded tinystr v0.7.6 |
861 | 2025-01-11T00:22:36.189Z | Downloaded rand_xorshift v0.3.0 |
862 | 2025-01-11T00:22:36.189Z | Downloaded getrandom v0.2.15 |
863 | 2025-01-11T00:22:36.191Z | Downloaded pkcs8 v0.10.2 |
864 | 2025-01-11T00:22:36.195Z | Downloaded utf16_iter v1.0.5 |
865 | 2025-01-11T00:22:36.198Z | Downloaded pem-rfc7468 v0.7.0 |
866 | 2025-01-11T00:22:36.201Z | Downloaded unicode_categories v0.1.1 |
867 | 2025-01-11T00:22:36.201Z | Downloaded darling_core v0.20.10 |
868 | 2025-01-11T00:22:36.206Z | Downloaded pbkdf2 v0.12.2 |
869 | 2025-01-11T00:22:36.208Z | Downloaded termcolor v1.4.1 |
870 | 2025-01-11T00:22:36.210Z | Downloaded rustfmt-wrapper v0.2.1 |
871 | 2025-01-11T00:22:36.211Z | Downloaded powerfmt v0.2.0 |
872 | 2025-01-11T00:22:36.215Z | Downloaded derive_builder v0.20.2 |
873 | 2025-01-11T00:22:36.218Z | Downloaded yoke v0.7.4 |
874 | 2025-01-11T00:22:36.221Z | Downloaded num-complex v0.4.6 |
875 | 2025-01-11T00:22:36.225Z | Downloaded yasna v0.5.2 |
876 | 2025-01-11T00:22:36.225Z | Downloaded time-macros v0.2.18 |
877 | 2025-01-11T00:22:36.227Z | Downloaded foreign-types-macros v0.2.3 |
878 | 2025-01-11T00:22:36.227Z | Downloaded defmt-macros v0.3.9 |
879 | 2025-01-11T00:22:36.230Z | Downloaded float-ord v0.3.2 |
880 | 2025-01-11T00:22:36.233Z | Downloaded zerocopy-derive v0.8.10 |
881 | 2025-01-11T00:22:36.238Z | Downloaded gethostname v0.5.0 |
882 | 2025-01-11T00:22:36.241Z | Downloaded rustls-pki-types v1.10.0 |
883 | 2025-01-11T00:22:36.243Z | Downloaded toml_edit v0.19.15 |
884 | 2025-01-11T00:22:36.262Z | Downloaded serde_urlencoded v0.7.1 |
885 | 2025-01-11T00:22:36.265Z | Downloaded chrono v0.4.38 |
886 | 2025-01-11T00:22:36.271Z | Downloaded signature v2.2.0 |
887 | 2025-01-11T00:22:36.274Z | Downloaded termios v0.3.3 |
888 | 2025-01-11T00:22:36.276Z | Downloaded globset v0.4.15 |
889 | 2025-01-11T00:22:36.276Z | Downloaded quinn-proto v0.11.8 |
890 | 2025-01-11T00:22:36.284Z | Downloaded password-hash v0.4.2 |
891 | 2025-01-11T00:22:36.288Z | Downloaded der_derive v0.7.3 |
892 | 2025-01-11T00:22:36.292Z | Downloaded typed-path v0.9.3 |
893 | 2025-01-11T00:22:36.294Z | Downloaded glob v0.3.1 |
894 | 2025-01-11T00:22:36.296Z | Downloaded derive-where v1.2.7 |
895 | 2025-01-11T00:22:36.299Z | Downloaded unicode-properties v0.1.3 |
896 | 2025-01-11T00:22:36.301Z | Downloaded tinyvec v1.8.0 |
897 | 2025-01-11T00:22:36.305Z | Downloaded thiserror v2.0.11 |
898 | 2025-01-11T00:22:36.311Z | Downloaded tracing-core v0.1.32 |
899 | 2025-01-11T00:22:36.315Z | Downloaded salty v0.3.0 |
900 | 2025-01-11T00:22:36.321Z | Downloaded progenitor-impl v0.9.1 |
901 | 2025-01-11T00:22:36.324Z | Downloaded parse-zoneinfo v0.3.1 |
902 | 2025-01-11T00:22:36.328Z | Downloaded toml v0.7.8 |
903 | 2025-01-11T00:22:36.332Z | Downloaded num-bigint v0.4.6 |
904 | 2025-01-11T00:22:36.337Z | Downloaded rayon v1.10.0 |
905 | 2025-01-11T00:22:36.346Z | Downloaded value-bag v1.9.0 |
906 | 2025-01-11T00:22:36.352Z | Downloaded progenitor-impl v0.8.0 |
907 | 2025-01-11T00:22:36.354Z | Downloaded steno v0.4.1 |
908 | 2025-01-11T00:22:36.357Z | Downloaded fatfs v0.3.6 |
909 | 2025-01-11T00:22:36.359Z | Downloaded icu_properties_data v1.5.0 |
910 | 2025-01-11T00:22:36.372Z | Downloaded russh v0.45.0 |
911 | 2025-01-11T00:22:36.378Z | Downloaded petname v2.0.2 |
912 | 2025-01-11T00:22:36.383Z | Downloaded h2 v0.4.6 |
913 | 2025-01-11T00:22:36.390Z | Downloaded futures-util v0.3.31 |
914 | 2025-01-11T00:22:36.405Z | Downloaded rusqlite v0.32.1 |
915 | 2025-01-11T00:22:36.411Z | Downloaded p384 v0.13.0 |
916 | 2025-01-11T00:22:36.417Z | Downloaded qorb v0.2.1 |
917 | 2025-01-11T00:22:36.422Z | Downloaded unicode-segmentation v1.12.0 |
918 | 2025-01-11T00:22:36.425Z | Downloaded serde_with v3.11.0 |
919 | 2025-01-11T00:22:36.435Z | Downloaded ssh-key v0.6.6 |
920 | 2025-01-11T00:22:36.443Z | Downloaded idna v0.3.0 |
921 | 2025-01-11T00:22:36.451Z | Downloaded publicsuffix v2.2.3 |
922 | 2025-01-11T00:22:36.454Z | Downloaded idna v0.2.3 |
923 | 2025-01-11T00:22:36.461Z | Downloaded rsa v0.9.6 |
924 | 2025-01-11T00:22:36.467Z | Downloaded hashbrown v0.12.3 |
925 | 2025-01-11T00:22:36.471Z | Downloaded hashbrown v0.14.5 |
926 | 2025-01-11T00:22:36.478Z | Downloaded tokio-util v0.7.12 |
927 | 2025-01-11T00:22:36.485Z | Downloaded idna v0.5.0 |
928 | 2025-01-11T00:22:36.493Z | Downloaded winnow v0.5.40 |
929 | 2025-01-11T00:22:36.505Z | Downloaded hashbrown v0.13.2 |
930 | 2025-01-11T00:22:36.507Z | Downloaded unicode-width v0.2.0 |
931 | 2025-01-11T00:22:36.514Z | Downloaded openssl v0.10.66 |
932 | 2025-01-11T00:22:36.524Z | Downloaded polar-core v0.27.3 |
933 | 2025-01-11T00:22:36.534Z | Downloaded proptest v1.5.0 |
934 | 2025-01-11T00:22:36.544Z | Downloaded radix_trie v0.2.1 |
935 | 2025-01-11T00:22:36.549Z | Downloaded bstr v1.10.0 |
936 | 2025-01-11T00:22:36.561Z | Downloaded rustls-webpki v0.101.7 |
937 | 2025-01-11T00:22:36.579Z | Downloaded git2 v0.19.0 |
938 | 2025-01-11T00:22:36.586Z | Downloaded dropshot v0.12.0 |
939 | 2025-01-11T00:22:36.607Z | Downloaded vcpkg v0.2.15 |
940 | 2025-01-11T00:22:36.646Z | Downloaded rustls-webpki v0.102.8 |
941 | 2025-01-11T00:22:36.665Z | Downloaded zerocopy v0.8.10 |
942 | 2025-01-11T00:22:36.689Z | Downloaded object v0.36.5 |
943 | 2025-01-11T00:22:36.700Z | Downloaded openapiv3 v2.0.0 |
944 | 2025-01-11T00:22:36.712Z | Downloaded trust-dns-proto v0.22.0 |
945 | 2025-01-11T00:22:36.726Z | Downloaded regress v0.9.1 |
946 | 2025-01-11T00:22:36.742Z | Downloaded smoltcp v0.11.0 |
947 | 2025-01-11T00:22:36.756Z | Downloaded object v0.30.4 |
948 | 2025-01-11T00:22:36.767Z | Downloaded gimli v0.31.1 |
949 | 2025-01-11T00:22:36.779Z | Downloaded diesel v2.2.6 |
950 | 2025-01-11T00:22:36.801Z | Downloaded nix v0.27.1 |
951 | 2025-01-11T00:22:36.812Z | Downloaded sled v0.34.7 |
952 | 2025-01-11T00:22:36.822Z | Downloaded zerocopy-derive v0.6.6 |
953 | 2025-01-11T00:22:36.831Z | Downloaded regex-syntax v0.6.29 |
954 | 2025-01-11T00:22:36.842Z | Downloaded nix v0.29.0 |
955 | 2025-01-11T00:22:36.852Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
956 | 2025-01-11T00:22:36.864Z | Downloaded smoltcp v0.9.1 |
957 | 2025-01-11T00:22:36.875Z | Downloaded typify-impl v0.3.0 |
958 | 2025-01-11T00:22:36.886Z | Downloaded regex-syntax v0.8.5 |
959 | 2025-01-11T00:22:36.895Z | Downloaded rustls v0.23.19 |
960 | 2025-01-11T00:22:36.907Z | Downloaded typify-impl v0.2.0 |
961 | 2025-01-11T00:22:36.923Z | Downloaded rustls v0.22.4 |
962 | 2025-01-11T00:22:36.934Z | Downloaded hickory-proto v0.24.1 |
963 | 2025-01-11T00:22:36.950Z | Downloaded webpki-roots v0.26.6 |
964 | 2025-01-11T00:22:36.955Z | Downloaded regress v0.10.1 |
965 | 2025-01-11T00:22:36.963Z | Downloaded regex-automata v0.4.8 |
966 | 2025-01-11T00:22:36.981Z | Downloaded ratatui v0.28.1 |
967 | 2025-01-11T00:22:37.000Z | Downloaded dropshot v0.13.0 |
968 | 2025-01-11T00:22:37.021Z | Downloaded nix v0.28.0 |
969 | 2025-01-11T00:22:37.031Z | Downloaded csv v1.3.0 |
970 | 2025-01-11T00:22:37.053Z | Downloaded rustls v0.21.12 |
971 | 2025-01-11T00:22:37.061Z | Downloaded chrono-tz v0.10.0 |
972 | 2025-01-11T00:22:37.067Z | Downloaded lzma-sys v0.1.20 |
973 | 2025-01-11T00:22:37.096Z | Downloaded regex v1.11.1 |
974 | 2025-01-11T00:22:37.108Z | Downloaded quick-xml v0.33.0 |
975 | 2025-01-11T00:22:37.116Z | Downloaded reqwest v0.12.9 |
976 | 2025-01-11T00:22:37.123Z | Downloaded portable-atomic v1.9.0 |
977 | 2025-01-11T00:22:37.132Z | Downloaded curve25519-dalek v4.1.3 |
978 | 2025-01-11T00:22:37.140Z | Downloaded petgraph v0.6.5 |
979 | 2025-01-11T00:22:37.158Z | Downloaded x509-cert v0.2.5 |
980 | 2025-01-11T00:22:37.163Z | Downloaded tokio v1.40.0 |
981 | 2025-01-11T00:22:37.201Z | Downloaded libz-sys v1.1.20 |
982 | 2025-01-11T00:22:37.222Z | Downloaded idna v0.4.0 |
983 | 2025-01-11T00:22:37.228Z | Downloaded sha3 v0.10.8 |
984 | 2025-01-11T00:22:37.233Z | Downloaded lalrpop v0.19.12 |
985 | 2025-01-11T00:22:37.242Z | Downloaded hkdf v0.12.4 |
986 | 2025-01-11T00:22:37.245Z | Downloaded serde_derive_internals v0.29.1 |
987 | 2025-01-11T00:22:37.260Z | Downloaded unicode-normalization v0.1.24 |
988 | 2025-01-11T00:22:37.260Z | Downloaded term v0.7.0 |
989 | 2025-01-11T00:22:37.260Z | Downloaded tracing v0.1.40 |
990 | 2025-01-11T00:22:37.266Z | Downloaded expectorate v1.1.0 |
991 | 2025-01-11T00:22:37.266Z | Downloaded bindgen v0.69.5 |
992 | 2025-01-11T00:22:37.272Z | Downloaded hash32 v0.3.1 |
993 | 2025-01-11T00:22:37.272Z | Downloaded password-hash v0.5.0 |
994 | 2025-01-11T00:22:37.276Z | Downloaded half v2.4.1 |
995 | 2025-01-11T00:22:37.276Z | Downloaded typify v0.3.0 |
996 | 2025-01-11T00:22:37.279Z | Downloaded tokio-tungstenite v0.24.0 |
997 | 2025-01-11T00:22:37.279Z | Downloaded pkcs5 v0.7.1 |
998 | 2025-01-11T00:22:37.283Z | Downloaded ed25519-dalek v2.1.1 |
999 | 2025-01-11T00:22:37.286Z | Downloaded unsafe-libyaml v0.2.11 |
1000 | 2025-01-11T00:22:37.289Z | Downloaded reedline v0.35.0 |
1001 | 2025-01-11T00:22:37.294Z | Downloaded num-bigint-dig v0.8.4 |
1002 | 2025-01-11T00:22:37.298Z | Downloaded float-cmp v0.9.0 |
1003 | 2025-01-11T00:22:37.301Z | Downloaded tokio-rustls v0.25.0 |
1004 | 2025-01-11T00:22:37.303Z | Downloaded tokio-rustls v0.24.1 |
1005 | 2025-01-11T00:22:37.306Z | Downloaded dsl_auto_type v0.1.2 |
1006 | 2025-01-11T00:22:37.306Z | Downloaded encoding_rs v0.8.34 |
1007 | 2025-01-11T00:22:37.324Z | Downloaded rustls-pemfile v1.0.4 |
1008 | 2025-01-11T00:22:37.327Z | Downloaded defmt v0.3.8 |
1009 | 2025-01-11T00:22:37.331Z | Downloaded spki v0.7.3 |
1010 | 2025-01-11T00:22:37.334Z | Downloaded pin-project-lite v0.2.14 |
1011 | 2025-01-11T00:22:37.336Z | Downloaded percent-encoding v2.3.1 |
1012 | 2025-01-11T00:22:37.338Z | Downloaded env_logger v0.11.5 |
1013 | 2025-01-11T00:22:37.341Z | Downloaded ghash v0.5.1 |
1014 | 2025-01-11T00:22:37.341Z | Downloaded uzers v0.12.1 |
1015 | 2025-01-11T00:22:37.344Z | Downloaded tracing-attributes v0.1.27 |
1016 | 2025-01-11T00:22:37.346Z | Downloaded strum_macros v0.26.4 |
1017 | 2025-01-11T00:22:37.348Z | Downloaded snafu-derive v0.8.5 |
1018 | 2025-01-11T00:22:37.348Z | Downloaded nom v7.1.3 |
1019 | 2025-01-11T00:22:37.352Z | Downloaded tungstenite v0.24.0 |
1020 | 2025-01-11T00:22:37.357Z | Downloaded tokio-postgres v0.7.12 |
1021 | 2025-01-11T00:22:37.361Z | Downloaded sqlparser v0.45.0 |
1022 | 2025-01-11T00:22:37.365Z | Downloaded parking_lot v0.12.3 |
1023 | 2025-01-11T00:22:37.368Z | Downloaded der v0.7.9 |
1024 | 2025-01-11T00:22:37.372Z | Downloaded rand v0.8.5 |
1025 | 2025-01-11T00:22:37.376Z | Downloaded peg v0.8.4 |
1026 | 2025-01-11T00:22:37.380Z | Downloaded fallible-iterator v0.3.0 |
1027 | 2025-01-11T00:22:37.383Z | Downloaded futures v0.3.31 |
1028 | 2025-01-11T00:22:37.386Z | Downloaded openssl-sys v0.9.103 |
1029 | 2025-01-11T00:22:37.391Z | Downloaded zip v2.1.3 |
1030 | 2025-01-11T00:22:37.395Z | Downloaded universal-hash v0.5.1 |
1031 | 2025-01-11T00:22:37.398Z | Downloaded spin v0.9.8 |
1032 | 2025-01-11T00:22:37.400Z | Downloaded tough v0.19.0 |
1033 | 2025-01-11T00:22:37.407Z | Downloaded tungstenite v0.23.0 |
1034 | 2025-01-11T00:22:37.410Z | Downloaded tungstenite v0.21.0 |
1035 | 2025-01-11T00:22:37.415Z | Downloaded time v0.3.36 |
1036 | 2025-01-11T00:22:37.422Z | Downloaded synstructure v0.13.1 |
1037 | 2025-01-11T00:22:37.424Z | Downloaded peg-runtime v0.8.3 |
1038 | 2025-01-11T00:22:37.424Z | Downloaded newline-converter v0.3.0 |
1039 | 2025-01-11T00:22:37.427Z | Downloaded fs_extra v1.3.0 |
1040 | 2025-01-11T00:22:37.427Z | Downloaded flate2 v1.0.34 |
1041 | 2025-01-11T00:22:37.431Z | Downloaded url v2.5.3 |
1042 | 2025-01-11T00:22:37.434Z | Downloaded itertools v0.13.0 |
1043 | 2025-01-11T00:22:37.442Z | Downloaded dropshot_endpoint v0.12.0 |
1044 | 2025-01-11T00:22:37.447Z | Downloaded data-encoding v2.6.0 |
1045 | 2025-01-11T00:22:37.450Z | Downloaded zerofrom-derive v0.1.4 |
1046 | 2025-01-11T00:22:37.450Z | Downloaded unicode-xid v0.2.6 |
1047 | 2025-01-11T00:22:37.450Z | Downloaded parking_lot_core v0.8.6 |
1048 | 2025-01-11T00:22:37.453Z | Downloaded parking_lot v0.11.2 |
1049 | 2025-01-11T00:22:37.456Z | Downloaded structmeta-derive v0.3.0 |
1050 | 2025-01-11T00:22:37.456Z | Downloaded itertools v0.12.1 |
1051 | 2025-01-11T00:22:37.461Z | Downloaded num-integer v0.1.46 |
1052 | 2025-01-11T00:22:37.463Z | Downloaded num-derive v0.4.2 |
1053 | 2025-01-11T00:22:37.465Z | Downloaded oso v0.27.3 |
1054 | 2025-01-11T00:22:37.469Z | Downloaded libxml v0.3.3 |
1055 | 2025-01-11T00:22:37.474Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1056 | 2025-01-11T00:22:37.537Z | Downloaded idna v1.0.3 |
1057 | 2025-01-11T00:22:37.540Z | Downloaded fragile v2.0.0 |
1058 | 2025-01-11T00:22:37.544Z | Downloaded packed_struct_codegen v0.10.1 |
1059 | 2025-01-11T00:22:37.544Z | Downloaded smallvec v1.13.2 |
1060 | 2025-01-11T00:22:37.547Z | Downloaded smallvec v0.6.14 |
1061 | 2025-01-11T00:22:37.547Z | Downloaded miniz_oxide v0.8.0 |
1062 | 2025-01-11T00:22:37.549Z | Downloaded xz2 v0.1.7 |
1063 | 2025-01-11T00:22:37.552Z | Downloaded tui-tree-widget v0.22.0 |
1064 | 2025-01-11T00:22:37.552Z | Downloaded resolv-conf v0.7.0 |
1065 | 2025-01-11T00:22:37.557Z | Downloaded multer v3.1.0 |
1066 | 2025-01-11T00:22:37.561Z | Downloaded vsss-rs v3.3.4 |
1067 | 2025-01-11T00:22:37.562Z | Downloaded typify v0.2.0 |
1068 | 2025-01-11T00:22:37.568Z | Downloaded itertools v0.10.5 |
1069 | 2025-01-11T00:22:37.575Z | Downloaded slog-bunyan v2.5.0 |
1070 | 2025-01-11T00:22:37.575Z | Downloaded displaydoc v0.2.5 |
1071 | 2025-01-11T00:22:37.579Z | Downloaded test-strategy v0.3.1 |
1072 | 2025-01-11T00:22:37.579Z | Downloaded ref-cast v1.0.23 |
1073 | 2025-01-11T00:22:37.583Z | Downloaded poly1305 v0.8.0 |
1074 | 2025-01-11T00:22:37.583Z | Downloaded vte v0.11.1 |
1075 | 2025-01-11T00:22:37.587Z | Downloaded zip v0.6.6 |
1076 | 2025-01-11T00:22:37.591Z | Downloaded pkg-config v0.3.31 |
1077 | 2025-01-11T00:22:37.591Z | Downloaded pbkdf2 v0.11.0 |
1078 | 2025-01-11T00:22:37.596Z | Downloaded futures-executor v0.3.31 |
1079 | 2025-01-11T00:22:37.596Z | Downloaded futures-channel v0.3.31 |
1080 | 2025-01-11T00:22:37.596Z | Downloaded crossbeam-channel v0.5.13 |
1081 | 2025-01-11T00:22:37.599Z | Downloaded http v1.2.0 |
1082 | 2025-01-11T00:22:37.604Z | Downloaded hashlink v0.9.1 |
1083 | 2025-01-11T00:22:37.608Z | Downloaded uuid v1.11.0 |
1084 | 2025-01-11T00:22:37.610Z | Downloaded serde_yaml v0.9.34+deprecated |
1085 | 2025-01-11T00:22:37.613Z | Downloaded bumpalo v3.16.0 |
1086 | 2025-01-11T00:22:37.617Z | Downloaded rustc_version v0.1.7 |
1087 | 2025-01-11T00:22:37.619Z | Downloaded signal-hook-tokio v0.3.1 |
1088 | 2025-01-11T00:22:37.619Z | Downloaded embedded-io v0.4.0 |
1089 | 2025-01-11T00:22:37.619Z | Downloaded des v0.8.1 |
1090 | 2025-01-11T00:22:37.622Z | Downloaded twox-hash v1.6.3 |
1091 | 2025-01-11T00:22:37.625Z | Downloaded tower-service v0.3.3 |
1092 | 2025-01-11T00:22:37.625Z | Downloaded tls_codec_derive v0.4.1 |
1093 | 2025-01-11T00:22:37.632Z | Downloaded supports-color v3.0.1 |
1094 | 2025-01-11T00:22:37.632Z | Downloaded subtle v2.6.1 |
1095 | 2025-01-11T00:22:37.636Z | Downloaded scopeguard v1.2.0 |
1096 | 2025-01-11T00:22:37.636Z | Downloaded rustc-hash v2.0.0 |
1097 | 2025-01-11T00:22:37.636Z | Downloaded derive_more v0.99.18 |
1098 | 2025-01-11T00:22:37.645Z | Downloaded hickory-server v0.24.1 |
1099 | 2025-01-11T00:22:37.651Z | Downloaded hickory-resolver v0.24.1 |
1100 | 2025-01-11T00:22:37.651Z | Downloaded const_format v0.2.33 |
1101 | 2025-01-11T00:22:37.664Z | Downloaded base64 v0.22.1 |
1102 | 2025-01-11T00:22:37.667Z | Downloaded serde_repr v0.1.19 |
1103 | 2025-01-11T00:22:37.667Z | Downloaded serde_plain v1.0.2 |
1104 | 2025-01-11T00:22:37.667Z | Downloaded num_enum_derive v0.5.11 |
1105 | 2025-01-11T00:22:37.667Z | Downloaded prettyplease v0.2.25 |
1106 | 2025-01-11T00:22:37.668Z | Downloaded arc-swap v1.7.1 |
1107 | 2025-01-11T00:22:37.673Z | Downloaded yoke-derive v0.7.4 |
1108 | 2025-01-11T00:22:37.673Z | Downloaded wait-timeout v0.2.0 |
1109 | 2025-01-11T00:22:37.673Z | Downloaded proc-macro-crate v1.3.1 |
1110 | 2025-01-11T00:22:37.673Z | Downloaded phf_generator v0.11.2 |
1111 | 2025-01-11T00:22:37.676Z | Downloaded native-tls v0.2.12 |
1112 | 2025-01-11T00:22:37.676Z | Downloaded tokio-tungstenite v0.23.1 |
1113 | 2025-01-11T00:22:37.676Z | Downloaded ron v0.7.1 |
1114 | 2025-01-11T00:22:37.679Z | Downloaded hyper-util v0.1.10 |
1115 | 2025-01-11T00:22:37.686Z | Downloaded fixedbitset v0.4.2 |
1116 | 2025-01-11T00:22:37.689Z | Downloaded ena v0.14.3 |
1117 | 2025-01-11T00:22:37.689Z | Downloaded embedded-io v0.6.1 |
1118 | 2025-01-11T00:22:37.689Z | Downloaded display-error-chain v0.2.2 |
1119 | 2025-01-11T00:22:37.689Z | Downloaded dirs-sys-next v0.1.2 |
1120 | 2025-01-11T00:22:37.694Z | Downloaded dirs-next v2.0.0 |
1121 | 2025-01-11T00:22:37.694Z | Downloaded difflib v0.4.0 |
1122 | 2025-01-11T00:22:37.694Z | Downloaded deranged v0.3.11 |
1123 | 2025-01-11T00:22:37.694Z | Downloaded crc-any v2.5.0 |
1124 | 2025-01-11T00:22:37.697Z | Downloaded chacha20poly1305 v0.10.1 |
1125 | 2025-01-11T00:22:37.697Z | Downloaded bytes v1.9.0 |
1126 | 2025-01-11T00:22:37.701Z | Downloaded ahash v0.8.11 |
1127 | 2025-01-11T00:22:37.705Z | Downloaded futures-io v0.3.31 |
1128 | 2025-01-11T00:22:37.709Z | Downloaded base64 v0.21.7 |
1129 | 2025-01-11T00:22:37.709Z | Downloaded sqlformat v0.2.6 |
1130 | 2025-01-11T00:22:37.712Z | Downloaded slog-stdlog v4.1.1 |
1131 | 2025-01-11T00:22:37.712Z | Downloaded serde_with_macros v3.11.0 |
1132 | 2025-01-11T00:22:37.722Z | Downloaded indicatif v0.17.9 |
1133 | 2025-01-11T00:22:37.731Z | Downloaded crossbeam-epoch v0.9.18 |
1134 | 2025-01-11T00:22:37.731Z | Downloaded const-oid v0.9.6 |
1135 | 2025-01-11T00:22:37.731Z | Downloaded thread_local v1.1.8 |
1136 | 2025-01-11T00:22:37.731Z | Downloaded clang-sys v1.8.1 |
1137 | 2025-01-11T00:22:37.735Z | Downloaded cancel-safe-futures v0.1.5 |
1138 | 2025-01-11T00:22:37.735Z | Downloaded thiserror-impl v2.0.11 |
1139 | 2025-01-11T00:22:37.735Z | Downloaded base16ct v0.2.0 |
1140 | 2025-01-11T00:22:37.735Z | Downloaded sha1 v0.10.6 |
1141 | 2025-01-11T00:22:37.742Z | Downloaded is-terminal v0.4.13 |
1142 | 2025-01-11T00:22:37.742Z | Downloaded ipnetwork v0.20.0 |
1143 | 2025-01-11T00:22:37.742Z | Downloaded home v0.5.9 |
1144 | 2025-01-11T00:22:37.745Z | Downloaded cookie_store v0.21.0 |
1145 | 2025-01-11T00:22:37.745Z | Downloaded console v0.15.8 |
1146 | 2025-01-11T00:22:37.745Z | Downloaded crc32fast v1.4.2 |
1147 | 2025-01-11T00:22:37.749Z | Downloaded bit-set v0.5.3 |
1148 | 2025-01-11T00:22:37.749Z | Downloaded r2d2 v0.8.10 |
1149 | 2025-01-11T00:22:37.752Z | Downloaded cobs v0.2.3 |
1150 | 2025-01-11T00:22:37.752Z | Downloaded ident_case v1.0.1 |
1151 | 2025-01-11T00:22:37.752Z | Downloaded icu_normalizer_data v1.5.0 |
1152 | 2025-01-11T00:22:37.754Z | Downloaded icu_locid_transform_data v1.5.0 |
1153 | 2025-01-11T00:22:37.757Z | Downloaded icu_normalizer v1.5.0 |
1154 | 2025-01-11T00:22:37.761Z | Downloaded httparse v1.9.5 |
1155 | 2025-01-11T00:22:37.764Z | Downloaded crc-catalog v2.4.0 |
1156 | 2025-01-11T00:22:37.764Z | Downloaded convert_case v0.4.0 |
1157 | 2025-01-11T00:22:37.764Z | Downloaded constant_time_eq v0.3.1 |
1158 | 2025-01-11T00:22:37.766Z | Downloaded cmake v0.1.51 |
1159 | 2025-01-11T00:22:37.766Z | Downloaded hmac v0.12.1 |
1160 | 2025-01-11T00:22:37.769Z | Downloaded hickory-client v0.24.1 |
1161 | 2025-01-11T00:22:37.772Z | Downloaded chacha20 v0.9.1 |
1162 | 2025-01-11T00:22:37.775Z | Downloaded buf-list v1.0.3 |
1163 | 2025-01-11T00:22:37.775Z | Downloaded crucible-workspace-hack v0.1.0 |
1164 | 2025-01-11T00:22:37.779Z | Downloaded hyper-tls v0.6.0 |
1165 | 2025-01-11T00:22:37.779Z | Downloaded humantime v2.1.0 |
1166 | 2025-01-11T00:22:37.779Z | Downloaded inout v0.1.3 |
1167 | 2025-01-11T00:22:37.782Z | Downloaded castaway v0.2.3 |
1168 | 2025-01-11T00:22:37.782Z | Downloaded cassowary v0.3.0 |
1169 | 2025-01-11T00:22:37.783Z | Downloaded block-padding v0.3.3 |
1170 | 2025-01-11T00:22:37.783Z | Downloaded bitfield-struct v0.6.2 |
1171 | 2025-01-11T00:22:37.786Z | Downloaded bitfield v0.14.0 |
1172 | 2025-01-11T00:22:37.786Z | Downloaded iana-time-zone v0.1.61 |
1173 | 2025-01-11T00:22:37.789Z | Downloaded hyper-staticfile v0.10.1 |
1174 | 2025-01-11T00:22:37.789Z | Downloaded cfg_aliases v0.1.1 |
1175 | 2025-01-11T00:22:37.794Z | Downloaded bitflags v1.3.2 |
1176 | 2025-01-11T00:22:37.794Z | Downloaded instability v0.3.2 |
1177 | 2025-01-11T00:22:37.797Z | Downloaded bit-vec v0.6.3 |
1178 | 2025-01-11T00:22:37.797Z | Downloaded addr2line v0.24.2 |
1179 | 2025-01-11T00:22:37.800Z | Downloaded ascii-canvas v3.0.0 |
1180 | 2025-01-11T00:22:37.800Z | Downloaded async-stream v0.3.6 |
1181 | 2025-01-11T00:22:37.800Z | Downloaded argon2 v0.5.3 |
1182 | 2025-01-11T00:22:37.804Z | Downloaded allocator-api2 v0.2.18 |
1183 | 2025-01-11T00:22:37.808Z | Downloaded array-init v0.0.4 |
1184 | 2025-01-11T00:22:37.808Z | Downloaded indoc v1.0.9 |
1185 | 2025-01-11T00:22:37.812Z | Downloaded atomic-waker v1.1.2 |
1186 | 2025-01-11T00:22:37.812Z | Downloaded async-bb8-diesel v0.2.1 |
1187 | 2025-01-11T00:22:37.816Z | Downloaded async-stream-impl v0.3.6 |
1188 | 2025-01-11T00:22:37.816Z | Downloaded arrayref v0.3.9 |
1189 | 2025-01-11T00:22:37.901Z | Downloaded ring v0.17.8 |
1190 | 2025-01-11T00:22:38.012Z | Downloaded libsqlite3-sys v0.30.1 |
1191 | 2025-01-11T00:22:38.162Z | Downloaded aws-lc-sys v0.22.0 |
1192 | 2025-01-11T00:22:38.555Z | Compiling serde v1.0.217 |
1193 | 2025-01-11T00:22:38.577Z | Compiling lock_api v0.4.12 |
1194 | 2025-01-11T00:22:38.577Z | Compiling scopeguard v1.2.0 |
1195 | 2025-01-11T00:22:38.577Z | Compiling value-bag v1.9.0 |
1196 | 2025-01-11T00:22:38.577Z | Compiling typenum v1.17.0 |
1197 | 2025-01-11T00:22:38.577Z | Compiling generic-array v0.14.7 |
1198 | 2025-01-11T00:22:38.577Z | Compiling syn v2.0.96 |
1199 | 2025-01-11T00:22:38.632Z | Compiling getrandom v0.2.15 |
1200 | 2025-01-11T00:22:38.744Z | Compiling subtle v2.6.1 |
1201 | 2025-01-11T00:22:39.020Z | Compiling rand_core v0.6.4 |
1202 | 2025-01-11T00:22:39.077Z | Compiling shlex v1.3.0 |
1203 | 2025-01-11T00:22:39.131Z | Compiling log v0.4.22 |
1204 | 2025-01-11T00:22:39.182Z | Compiling jobserver v0.1.32 |
1205 | 2025-01-11T00:22:39.288Z | Compiling const-oid v0.9.6 |
1206 | 2025-01-11T00:22:39.477Z | Compiling smallvec v1.13.2 |
1207 | 2025-01-11T00:22:39.523Z | Compiling spin v0.9.8 |
1208 | 2025-01-11T00:22:39.540Z | Compiling cc v1.1.30 |
1209 | 2025-01-11T00:22:39.876Z | Compiling pin-project-lite v0.2.14 |
1210 | 2025-01-11T00:22:39.902Z | Compiling rustix v0.38.37 |
1211 | 2025-01-11T00:22:40.006Z | Compiling parking_lot_core v0.9.10 |
1212 | 2025-01-11T00:22:40.042Z | Compiling futures-core v0.3.31 |
1213 | 2025-01-11T00:22:40.116Z | Compiling signal-hook-registry v1.4.2 |
1214 | 2025-01-11T00:22:40.293Z | Compiling mio v1.0.2 |
1215 | 2025-01-11T00:22:40.769Z | Compiling aho-corasick v1.1.3 |
1216 | 2025-01-11T00:22:40.926Z | Compiling parking_lot v0.12.3 |
1217 | 2025-01-11T00:22:41.121Z | Compiling regex-syntax v0.8.5 |
1218 | 2025-01-11T00:22:41.264Z | Compiling cpufeatures v0.2.14 |
1219 | 2025-01-11T00:22:41.340Z | Compiling lazy_static v1.5.0 |
1220 | 2025-01-11T00:22:41.360Z | Compiling glob v0.3.1 |
1221 | 2025-01-11T00:22:41.467Z | Compiling stable_deref_trait v1.2.0 |
1222 | 2025-01-11T00:22:41.494Z | Compiling either v1.13.0 |
1223 | 2025-01-11T00:22:41.579Z | Compiling futures-sink v0.3.31 |
1224 | 2025-01-11T00:22:41.816Z | Compiling socket2 v0.5.7 |
1225 | 2025-01-11T00:22:41.912Z | Compiling slab v0.4.9 |
1226 | 2025-01-11T00:22:42.025Z | Compiling prettyplease v0.2.25 |
1227 | 2025-01-11T00:22:42.352Z | Compiling serde_json v1.0.135 |
1228 | 2025-01-11T00:22:42.378Z | Compiling minimal-lexical v0.2.1 |
1229 | 2025-01-11T00:22:42.441Z | Compiling clang-sys v1.8.1 |
1230 | 2025-01-11T00:22:42.870Z | Compiling nom v7.1.3 |
1231 | 2025-01-11T00:22:42.916Z | Compiling libloading v0.8.5 |
1232 | 2025-01-11T00:22:42.986Z | Compiling bindgen v0.69.5 |
1233 | 2025-01-11T00:22:43.169Z | Compiling home v0.5.9 |
1234 | 2025-01-11T00:22:43.428Z | Compiling itertools v0.10.5 |
1235 | 2025-01-11T00:22:43.842Z | Compiling futures-channel v0.3.31 |
1236 | 2025-01-11T00:22:43.947Z | Compiling foldhash v0.1.3 |
1237 | 2025-01-11T00:22:44.267Z | Compiling futures-task v0.3.31 |
1238 | 2025-01-11T00:22:44.310Z | Compiling libm v0.2.8 |
1239 | 2025-01-11T00:22:44.577Z | Compiling pin-utils v0.1.0 |
1240 | 2025-01-11T00:22:44.677Z | Compiling lazycell v1.3.0 |
1241 | 2025-01-11T00:22:44.680Z | Compiling rustc-hash v1.1.0 |
1242 | 2025-01-11T00:22:44.850Z | Compiling allocator-api2 v0.2.18 |
1243 | 2025-01-11T00:22:44.874Z | Compiling futures-io v0.3.31 |
1244 | 2025-01-11T00:22:45.173Z | Compiling regex-automata v0.4.8 |
1245 | 2025-01-11T00:22:45.686Z | Compiling hashbrown v0.15.1 |
1246 | 2025-01-11T00:22:46.298Z | Compiling cexpr v0.6.0 |
1247 | 2025-01-11T00:22:46.604Z | Compiling synstructure v0.13.1 |
1248 | 2025-01-11T00:22:47.105Z | Compiling cmake v0.1.51 |
1249 | 2025-01-11T00:22:48.142Z | Compiling num-traits v0.2.19 |
1250 | 2025-01-11T00:22:48.170Z | Compiling tinyvec_macros v0.1.1 |
1251 | 2025-01-11T00:22:48.252Z | Compiling dunce v1.0.5 |
1252 | 2025-01-11T00:22:48.272Z | Compiling fs_extra v1.3.0 |
1253 | 2025-01-11T00:22:48.363Z | Compiling pkg-config v0.3.31 |
1254 | 2025-01-11T00:22:48.383Z | Compiling tinyvec v1.8.0 |
1255 | 2025-01-11T00:22:48.870Z | Compiling ring v0.17.8 |
1256 | 2025-01-11T00:22:49.929Z | Compiling unicode-normalization v0.1.24 |
1257 | 2025-01-11T00:22:49.949Z | Compiling litemap v0.7.3 |
1258 | 2025-01-11T00:22:50.015Z | Compiling unicode-bidi v0.3.17 |
1259 | 2025-01-11T00:22:50.052Z | Compiling writeable v0.5.5 |
1260 | 2025-01-11T00:22:50.314Z | Compiling base64ct v1.6.0 |
1261 | 2025-01-11T00:22:50.640Z | Compiling paste v1.0.15 |
1262 | 2025-01-11T00:22:50.906Z | Compiling regex v1.11.1 |
1263 | 2025-01-11T00:22:51.033Z | Compiling pem-rfc7468 v0.7.0 |
1264 | 2025-01-11T00:22:51.490Z | Compiling httparse v1.9.5 |
1265 | 2025-01-11T00:22:51.689Z | Compiling flagset v0.4.6 |
1266 | 2025-01-11T00:22:51.841Z | Compiling aws-lc-rs v1.10.0 |
1267 | 2025-01-11T00:22:51.974Z | Compiling tracing-core v0.1.32 |
1268 | 2025-01-11T00:22:52.289Z | Compiling rustls-pki-types v1.10.0 |
1269 | 2025-01-11T00:22:52.320Z | Compiling crossbeam-utils v0.8.20 |
1270 | 2025-01-11T00:22:52.898Z | Compiling percent-encoding v2.3.1 |
1271 | 2025-01-11T00:22:53.081Z | Compiling icu_locid_transform_data v1.5.0 |
1272 | 2025-01-11T00:22:53.237Z | Compiling num-conv v0.1.0 |
1273 | 2025-01-11T00:22:53.322Z | Compiling untrusted v0.7.1 |
1274 | 2025-01-11T00:22:53.325Z | Compiling powerfmt v0.2.0 |
1275 | 2025-01-11T00:22:53.470Z | Compiling serde_derive v1.0.217 |
1276 | 2025-01-11T00:22:53.493Z | Compiling zeroize_derive v1.4.2 |
1277 | 2025-01-11T00:22:53.512Z | Compiling zerocopy-derive v0.7.35 |
1278 | 2025-01-11T00:22:53.721Z | Compiling tokio-macros v2.4.0 |
1279 | 2025-01-11T00:22:53.882Z | Compiling zerofrom-derive v0.1.4 |
1280 | 2025-01-11T00:22:54.997Z | Compiling zeroize v1.8.1 |
1281 | 2025-01-11T00:22:55.385Z | Compiling yoke-derive v0.7.4 |
1282 | 2025-01-11T00:22:55.680Z | Compiling thiserror-impl v1.0.69 |
1283 | 2025-01-11T00:22:55.803Z | Compiling zerocopy v0.7.35 |
1284 | 2025-01-11T00:22:56.843Z | Compiling crypto-common v0.1.6 |
1285 | 2025-01-11T00:22:57.084Z | Compiling block-buffer v0.10.4 |
1286 | 2025-01-11T00:22:57.346Z | Compiling digest v0.10.7 |
1287 | 2025-01-11T00:22:57.481Z | Compiling futures-macro v0.3.31 |
1288 | 2025-01-11T00:22:57.852Z | Compiling hmac v0.12.1 |
1289 | 2025-01-11T00:22:58.053Z | Compiling zerovec-derive v0.10.3 |
1290 | 2025-01-11T00:22:58.077Z | Compiling zerofrom v0.1.4 |
1291 | 2025-01-11T00:22:58.105Z | Compiling block-padding v0.3.3 |
1292 | 2025-01-11T00:22:58.313Z | Compiling displaydoc v0.2.5 |
1293 | 2025-01-11T00:22:58.332Z | Compiling inout v0.1.3 |
1294 | 2025-01-11T00:22:58.383Z | Compiling yoke v0.7.4 |
1295 | 2025-01-11T00:22:58.602Z | Compiling cipher v0.4.4 |
1296 | 2025-01-11T00:22:58.763Z | Compiling sha2 v0.10.8 |
1297 | 2025-01-11T00:22:58.942Z | Compiling ppv-lite86 v0.2.20 |
1298 | 2025-01-11T00:22:59.088Z | Compiling thiserror v1.0.69 |
1299 | 2025-01-11T00:22:59.108Z | Compiling der_derive v0.7.3 |
1300 | 2025-01-11T00:22:59.233Z | Compiling icu_provider_macros v1.5.0 |
1301 | 2025-01-11T00:22:59.464Z | Compiling futures-util v0.3.31 |
1302 | 2025-01-11T00:22:59.950Z | Compiling rand_chacha v0.3.1 |
1303 | 2025-01-11T00:23:00.026Z | Compiling tracing-attributes v0.1.27 |
1304 | 2025-01-11T00:23:00.436Z | Compiling rand v0.8.5 |
1305 | 2025-01-11T00:23:00.745Z | Compiling zerovec v0.10.4 |
1306 | 2025-01-11T00:23:01.568Z | Compiling der v0.7.9 |
1307 | 2025-01-11T00:23:02.141Z | Compiling pest v2.7.14 |
1308 | 2025-01-11T00:23:02.335Z | Compiling salsa20 v0.10.2 |
1309 | 2025-01-11T00:23:02.576Z | Compiling pbkdf2 v0.12.2 |
1310 | 2025-01-11T00:23:02.713Z | Compiling tinystr v0.7.6 |
1311 | 2025-01-11T00:23:02.762Z | Compiling icu_collections v1.5.0 |
1312 | 2025-01-11T00:23:03.153Z | Compiling icu_locid v1.5.0 |
1313 | 2025-01-11T00:23:03.183Z | Compiling untrusted v0.9.0 |
1314 | 2025-01-11T00:23:03.360Z | Compiling icu_properties_data v1.5.0 |
1315 | 2025-01-11T00:23:03.643Z | Compiling vcpkg v0.2.15 |
1316 | 2025-01-11T00:23:03.990Z | Compiling tracing v0.1.40 |
1317 | 2025-01-11T00:23:04.280Z | Compiling spki v0.7.3 |
1318 | 2025-01-11T00:23:04.538Z | Compiling icu_provider v1.5.0 |
1319 | 2025-01-11T00:23:04.657Z | Compiling time-core v0.1.2 |
1320 | 2025-01-11T00:23:04.835Z | Compiling mirai-annotations v1.12.0 |
1321 | 2025-01-11T00:23:05.035Z | Compiling time-macros v0.2.18 |
1322 | 2025-01-11T00:23:05.097Z | Compiling pest_meta v2.7.14 |
1323 | 2025-01-11T00:23:05.286Z | Compiling icu_locid_transform v1.5.0 |
1324 | 2025-01-11T00:23:05.622Z | Compiling scrypt v0.11.0 |
1325 | 2025-01-11T00:23:05.763Z | Compiling cbc v0.1.2 |
1326 | 2025-01-11T00:23:05.860Z | Compiling openssl-sys v0.9.103 |
1327 | 2025-01-11T00:23:05.998Z | Compiling aes v0.8.4 |
1328 | 2025-01-11T00:23:06.219Z | Compiling deranged v0.3.11 |
1329 | 2025-01-11T00:23:07.003Z | Compiling icu_properties v1.5.1 |
1330 | 2025-01-11T00:23:07.884Z | Compiling bitflags v2.6.0 |
1331 | 2025-01-11T00:23:08.048Z | Compiling bytes v1.9.0 |
1332 | 2025-01-11T00:23:08.407Z | Compiling indexmap v2.7.0 |
1333 | 2025-01-11T00:23:08.905Z | Compiling semver v1.0.24 |
1334 | 2025-01-11T00:23:09.386Z | Compiling tokio v1.40.0 |
1335 | 2025-01-11T00:23:09.459Z | Compiling http v1.2.0 |
1336 | 2025-01-11T00:23:09.681Z | Compiling rustc_version v0.4.1 |
1337 | 2025-01-11T00:23:09.896Z | Compiling scroll_derive v0.12.0 |
1338 | 2025-01-11T00:23:10.454Z | Compiling num_threads v0.1.7 |
1339 | 2025-01-11T00:23:10.588Z | Compiling utf8_iter v1.0.4 |
1340 | 2025-01-11T00:23:10.843Z | Compiling atomic-waker v1.1.2 |
1341 | 2025-01-11T00:23:11.027Z | Compiling write16 v1.0.0 |
1342 | 2025-01-11T00:23:11.165Z | Compiling utf16_iter v1.0.5 |
1343 | 2025-01-11T00:23:11.374Z | Compiling icu_normalizer_data v1.5.0 |
1344 | 2025-01-11T00:23:11.399Z | Compiling scroll v0.12.0 |
1345 | 2025-01-11T00:23:11.481Z | Compiling icu_normalizer v1.5.0 |
1346 | 2025-01-11T00:23:11.557Z | Compiling http-body v1.0.1 |
1347 | 2025-01-11T00:23:11.616Z | Compiling time v0.3.36 |
1348 | 2025-01-11T00:23:11.953Z | Compiling pkcs5 v0.7.1 |
1349 | 2025-01-11T00:23:11.973Z | Compiling pest_generator v2.7.14 |
1350 | 2025-01-11T00:23:11.992Z | Compiling form_urlencoded v1.2.1 |
1351 | 2025-01-11T00:23:12.012Z | Compiling try-lock v0.2.5 |
1352 | 2025-01-11T00:23:12.170Z | Compiling which v4.4.2 |
1353 | 2025-01-11T00:23:12.328Z | Compiling slog v2.7.0 |
1354 | 2025-01-11T00:23:12.909Z | Compiling pkcs8 v0.10.2 |
1355 | 2025-01-11T00:23:13.195Z | Compiling idna_adapter v1.2.0 |
1356 | 2025-01-11T00:23:13.421Z | Compiling want v0.3.1 |
1357 | 2025-01-11T00:23:13.531Z | Compiling goblin v0.8.2 |
1358 | 2025-01-11T00:23:13.591Z | Compiling uuid v1.11.0 |
1359 | 2025-01-11T00:23:13.655Z | Compiling httpdate v1.0.3 |
1360 | 2025-01-11T00:23:13.697Z | Compiling iana-time-zone v0.1.61 |
1361 | 2025-01-11T00:23:14.096Z | Compiling chrono v0.4.38 |
1362 | 2025-01-11T00:23:14.127Z | Compiling pest_derive v2.7.14 |
1363 | 2025-01-11T00:23:14.165Z | Compiling idna v1.0.3 |
1364 | 2025-01-11T00:23:14.936Z | Compiling dtrace-parser v0.2.0 |
1365 | 2025-01-11T00:23:15.858Z | Compiling serde_spanned v0.6.8 |
1366 | 2025-01-11T00:23:16.064Z | Compiling toml_datetime v0.6.8 |
1367 | 2025-01-11T00:23:16.092Z | Compiling serde_tokenstream v0.2.2 |
1368 | 2025-01-11T00:23:16.611Z | Compiling foreign-types-shared v0.1.1 |
1369 | 2025-01-11T00:23:16.698Z | Compiling rustversion v1.0.17 |
1370 | 2025-01-11T00:23:16.718Z | Compiling base64 v0.22.1 |
1371 | 2025-01-11T00:23:16.976Z | Compiling match_cfg v0.1.0 |
1372 | 2025-01-11T00:23:17.080Z | Compiling tower-service v0.3.3 |
1373 | 2025-01-11T00:23:17.172Z | Compiling adler2 v2.0.0 |
1374 | 2025-01-11T00:23:17.207Z | Compiling openssl v0.10.66 |
1375 | 2025-01-11T00:23:17.383Z | Compiling miniz_oxide v0.8.0 |
1376 | 2025-01-11T00:23:17.497Z | Compiling hostname v0.3.1 |
1377 | 2025-01-11T00:23:17.516Z | Compiling foreign-types v0.3.2 |
1378 | 2025-01-11T00:23:17.610Z | Compiling url v2.5.3 |
1379 | 2025-01-11T00:23:17.752Z | Compiling async-trait v0.1.83 |
1380 | 2025-01-11T00:23:17.854Z | Compiling tokio-util v0.7.12 |
1381 | 2025-01-11T00:23:18.952Z | Compiling h2 v0.4.6 |
1382 | 2025-01-11T00:23:19.086Z | Compiling openssl-macros v0.1.1 |
1383 | 2025-01-11T00:23:19.330Z | Compiling dof v0.3.0 |
1384 | 2025-01-11T00:23:19.608Z | Compiling serde_derive_internals v0.29.1 |
1385 | 2025-01-11T00:23:19.851Z | Compiling dirs-sys-next v0.1.2 |
1386 | 2025-01-11T00:23:20.456Z | Compiling usdt-impl v0.5.0 |
1387 | 2025-01-11T00:23:20.523Z | Compiling native-tls v0.2.12 |
1388 | 2025-01-11T00:23:20.852Z | Compiling rustls v0.22.4 |
1389 | 2025-01-11T00:23:21.115Z | Compiling data-encoding v2.6.0 |
1390 | 2025-01-11T00:23:21.524Z | Compiling schemars v0.8.21 |
1391 | 2025-01-11T00:23:21.906Z | Compiling syn v1.0.109 |
1392 | 2025-01-11T00:23:22.063Z | Compiling siphasher v0.3.11 |
1393 | 2025-01-11T00:23:22.470Z | Compiling rustls v0.23.19 |
1394 | 2025-01-11T00:23:22.473Z | Compiling schemars_derive v0.8.21 |
1395 | 2025-01-11T00:23:22.692Z | Compiling dirs-next v2.0.0 |
1396 | 2025-01-11T00:23:23.614Z | Compiling http-body-util v0.1.2 |
1397 | 2025-01-11T00:23:24.071Z | Compiling crossbeam-epoch v0.9.18 |
1398 | 2025-01-11T00:23:24.152Z | Compiling heapless v0.7.17 |
1399 | 2025-01-11T00:23:24.301Z | Compiling signature v2.2.0 |
1400 | 2025-01-11T00:23:24.573Z | Compiling sha1 v0.10.6 |
1401 | 2025-01-11T00:23:24.600Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1402 | 2025-01-11T00:23:24.832Z | Compiling thread_local v1.1.8 |
1403 | 2025-01-11T00:23:25.017Z | Compiling encoding_rs v0.8.34 |
1404 | 2025-01-11T00:23:25.086Z | Compiling multer v3.1.0 |
1405 | 2025-01-11T00:23:25.279Z | Compiling cookie v0.18.1 |
1406 | 2025-01-11T00:23:25.354Z | Compiling openssl-probe v0.1.5 |
1407 | 2025-01-11T00:23:25.399Z | Compiling gimli v0.31.1 |
1408 | 2025-01-11T00:23:25.551Z | Compiling signal-hook v0.3.17 |
1409 | 2025-01-11T00:23:25.725Z | Compiling slog-async v2.8.0 |
1410 | 2025-01-11T00:23:25.800Z | Compiling ipnet v2.10.1 |
1411 | 2025-01-11T00:23:25.821Z | Compiling hyper v1.5.0 |
1412 | 2025-01-11T00:23:26.246Z | Compiling mime v0.3.17 |
1413 | 2025-01-11T00:23:26.936Z | Compiling unicode-properties v0.1.3 |
1414 | 2025-01-11T00:23:27.102Z | Compiling rayon-core v1.12.1 |
1415 | 2025-01-11T00:23:27.348Z | Compiling dyn-clone v1.0.17 |
1416 | 2025-01-11T00:23:27.415Z | Compiling toml_edit v0.22.22 |
1417 | 2025-01-11T00:23:29.594Z | Compiling hyper-util v0.1.10 |
1418 | 2025-01-11T00:23:30.119Z | Compiling addr2line v0.24.2 |
1419 | 2025-01-11T00:23:30.263Z | Compiling stringprep v0.1.5 |
1420 | 2025-01-11T00:23:30.980Z | Compiling crossbeam-deque v0.8.5 |
1421 | 2025-01-11T00:23:31.334Z | Compiling usdt-macro v0.5.0 |
1422 | 2025-01-11T00:23:31.409Z | Compiling usdt-attr-macro v0.5.0 |
1423 | 2025-01-11T00:23:31.510Z | Compiling term v0.7.0 |
1424 | 2025-01-11T00:23:32.452Z | Compiling slog-json v2.6.1 |
1425 | 2025-01-11T00:23:32.802Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2025-01-11T00:23:32.823Z | Compiling crossbeam-channel v0.5.13 |
1427 | 2025-01-11T00:23:32.826Z | Compiling curve25519-dalek v4.1.3 |
1428 | 2025-01-11T00:23:33.041Z | Compiling futures-executor v0.3.31 |
1429 | 2025-01-11T00:23:33.063Z | Compiling enum-as-inner v0.6.1 |
1430 | 2025-01-11T00:23:33.340Z | Compiling md-5 v0.10.6 |
1431 | 2025-01-11T00:23:33.484Z | Compiling async-stream-impl v0.3.6 |
1432 | 2025-01-11T00:23:33.615Z | Compiling rustls-pemfile v2.2.0 |
1433 | 2025-01-11T00:23:33.639Z | Compiling num-integer v0.1.46 |
1434 | 2025-01-11T00:23:33.955Z | Compiling idna v0.4.0 |
1435 | 2025-01-11T00:23:33.981Z | Compiling idna v0.3.0 |
1436 | 2025-01-11T00:23:34.167Z | Compiling hash32 v0.2.1 |
1437 | 2025-01-11T00:23:34.381Z | Compiling ff v0.13.0 |
1438 | 2025-01-11T00:23:34.546Z | Compiling is-terminal v0.4.13 |
1439 | 2025-01-11T00:23:34.621Z | Compiling object v0.36.5 |
1440 | 2025-01-11T00:23:34.686Z | Compiling dropshot v0.12.0 |
1441 | 2025-01-11T00:23:34.909Z | Compiling take_mut v0.2.2 |
1442 | 2025-01-11T00:23:34.971Z | Compiling smoltcp v0.9.1 |
1443 | 2025-01-11T00:23:35.072Z | Compiling psl-types v2.0.11 |
1444 | 2025-01-11T00:23:35.273Z | Compiling num-bigint-dig v0.8.4 |
1445 | 2025-01-11T00:23:35.563Z | Compiling anyhow v1.0.93 |
1446 | 2025-01-11T00:23:35.624Z | Compiling utf-8 v0.7.6 |
1447 | 2025-01-11T00:23:35.664Z | Compiling portable-atomic v1.9.0 |
1448 | 2025-01-11T00:23:35.683Z | Compiling base16ct v0.2.0 |
1449 | 2025-01-11T00:23:35.820Z | Compiling linked-hash-map v0.5.6 |
1450 | 2025-01-11T00:23:35.951Z | Compiling fallible-iterator v0.2.0 |
1451 | 2025-01-11T00:23:36.007Z | Compiling rustc-demangle v0.1.24 |
1452 | 2025-01-11T00:23:36.179Z | Compiling quick-error v1.2.3 |
1453 | 2025-01-11T00:23:36.335Z | Compiling resolv-conf v0.7.0 |
1454 | 2025-01-11T00:23:36.583Z | Compiling lru-cache v0.1.2 |
1455 | 2025-01-11T00:23:36.660Z | Compiling postgres-protocol v0.6.7 |
1456 | 2025-01-11T00:23:36.828Z | Compiling sec1 v0.7.3 |
1457 | 2025-01-11T00:23:36.866Z | Compiling tungstenite v0.24.0 |
1458 | 2025-01-11T00:23:37.032Z | Compiling publicsuffix v2.2.3 |
1459 | 2025-01-11T00:23:37.372Z | Compiling async-stream v0.3.6 |
1460 | 2025-01-11T00:23:37.411Z | Compiling hickory-proto v0.24.1 |
1461 | 2025-01-11T00:23:37.689Z | Compiling slog-term v2.9.1 |
1462 | 2025-01-11T00:23:38.077Z | Compiling usdt v0.5.0 |
1463 | 2025-01-11T00:23:38.354Z | Compiling group v0.13.0 |
1464 | 2025-01-11T00:23:38.678Z | Compiling num-iter v0.1.45 |
1465 | 2025-01-11T00:23:38.977Z | Compiling futures v0.3.31 |
1466 | 2025-01-11T00:23:38.998Z | Compiling slog-bunyan v2.5.0 |
1467 | 2025-01-11T00:23:39.855Z | Compiling camino v1.1.9 |
1468 | 2025-01-11T00:23:40.439Z | Compiling toml v0.8.19 |
1469 | 2025-01-11T00:23:40.828Z | Compiling tokio-native-tls v0.3.1 |
1470 | 2025-01-11T00:23:41.026Z | Compiling phf_shared v0.11.2 |
1471 | 2025-01-11T00:23:41.116Z | Compiling dropshot_endpoint v0.12.0 |
1472 | 2025-01-11T00:23:41.397Z | Compiling terminal_size v0.4.0 |
1473 | 2025-01-11T00:23:41.418Z | Compiling waitgroup v0.1.2 |
1474 | 2025-01-11T00:23:41.627Z | Compiling openapiv3 v2.0.0 |
1475 | 2025-01-11T00:23:41.646Z | Compiling serde_path_to_error v0.1.16 |
1476 | 2025-01-11T00:23:42.241Z | Compiling backtrace v0.3.74 |
1477 | 2025-01-11T00:23:42.525Z | Compiling hkdf v0.12.4 |
1478 | 2025-01-11T00:23:42.767Z | Compiling crypto-bigint v0.5.5 |
1479 | 2025-01-11T00:23:42.846Z | Compiling curve25519-dalek-derive v0.1.1 |
1480 | 2025-01-11T00:23:44.468Z | Compiling zerocopy-derive v0.6.6 |
1481 | 2025-01-11T00:23:45.853Z | Compiling webpki-roots v0.26.6 |
1482 | 2025-01-11T00:23:45.986Z | Compiling hubpack_derive v0.1.1 |
1483 | 2025-01-11T00:23:46.040Z | Compiling idna v0.5.0 |
1484 | 2025-01-11T00:23:46.060Z | Compiling hostname v0.4.0 |
1485 | 2025-01-11T00:23:46.193Z | Compiling crc32fast v1.4.2 |
1486 | 2025-01-11T00:23:46.311Z | Compiling fs-err v2.11.0 |
1487 | 2025-01-11T00:23:46.549Z | Compiling ahash v0.8.11 |
1488 | 2025-01-11T00:23:46.592Z | Compiling managed v0.8.0 |
1489 | 2025-01-11T00:23:46.758Z | Compiling newtype-uuid v1.1.3 |
1490 | 2025-01-11T00:23:46.884Z | Compiling bitflags v1.3.2 |
1491 | 2025-01-11T00:23:46.925Z | Compiling debug-ignore v1.0.5 |
1492 | 2025-01-11T00:23:47.189Z | Compiling winnow v0.5.40 |
1493 | 2025-01-11T00:23:47.197Z | Compiling console v0.15.8 |
1494 | 2025-01-11T00:23:47.197Z | Compiling clap_builder v4.5.21 |
1495 | 2025-01-11T00:23:47.719Z | Compiling hubpack v0.1.2 |
1496 | 2025-01-11T00:23:48.170Z | Compiling cookie_store v0.21.0 |
1497 | 2025-01-11T00:23:48.215Z | Compiling zerocopy v0.6.6 |
1498 | 2025-01-11T00:23:48.732Z | Compiling strum_macros v0.25.3 |
1499 | 2025-01-11T00:23:49.105Z | Compiling flate2 v1.0.34 |
1500 | 2025-01-11T00:23:49.125Z | Compiling elliptic-curve v0.13.8 |
1501 | 2025-01-11T00:23:49.830Z | Compiling hickory-resolver v0.24.1 |
1502 | 2025-01-11T00:23:50.087Z | Compiling phf v0.11.2 |
1503 | 2025-01-11T00:23:50.399Z | Compiling hyper-tls v0.6.0 |
1504 | 2025-01-11T00:23:50.820Z | Compiling toml_edit v0.19.15 |
1505 | 2025-01-11T00:23:50.900Z | Compiling signal-hook-mio v0.2.4 |
1506 | 2025-01-11T00:23:50.917Z | Compiling rayon v1.10.0 |
1507 | 2025-01-11T00:23:51.068Z | Compiling bzip2 v0.4.4 |
1508 | 2025-01-11T00:23:52.897Z | Compiling tokio-tungstenite v0.24.0 |
1509 | 2025-01-11T00:23:53.457Z | Compiling postgres-types v0.2.8 |
1510 | 2025-01-11T00:23:55.829Z | Compiling ed25519 v2.2.3 |
1511 | 2025-01-11T00:23:56.467Z | Compiling phf_shared v0.10.0 |
1512 | 2025-01-11T00:23:56.792Z | Compiling tokio-stream v0.1.16 |
1513 | 2025-01-11T00:23:56.819Z | Compiling pkcs1 v0.7.5 |
1514 | 2025-01-11T00:23:56.908Z | Compiling serde-big-array v0.5.1 |
1515 | 2025-01-11T00:23:57.159Z | Compiling clap_derive v4.5.18 |
1516 | 2025-01-11T00:23:57.538Z | Compiling rfc6979 v0.4.0 |
1517 | 2025-01-11T00:23:57.733Z | Compiling derive-where v1.2.7 |
1518 | 2025-01-11T00:23:57.736Z | Compiling serde_repr v0.1.19 |
1519 | 2025-01-11T00:23:57.841Z | Compiling float-cmp v0.9.0 |
1520 | 2025-01-11T00:23:57.899Z | Compiling bstr v1.10.0 |
1521 | 2025-01-11T00:23:58.072Z | Compiling sync_wrapper v1.0.1 |
1522 | 2025-01-11T00:23:58.241Z | Compiling difflib v0.4.0 |
1523 | 2025-01-11T00:23:58.973Z | Compiling unicode-width v0.2.0 |
1524 | 2025-01-11T00:23:59.063Z | Compiling fixedbitset v0.4.2 |
1525 | 2025-01-11T00:23:59.508Z | Compiling normalize-line-endings v0.3.0 |
1526 | 2025-01-11T00:23:59.545Z | Compiling predicates-core v1.0.8 |
1527 | 2025-01-11T00:23:59.643Z | Compiling static_assertions v1.1.0 |
1528 | 2025-01-11T00:23:59.673Z | Compiling bit-vec v0.6.3 |
1529 | 2025-01-11T00:23:59.749Z | Compiling number_prefix v0.4.0 |
1530 | 2025-01-11T00:23:59.910Z | Compiling whoami v1.5.2 |
1531 | 2025-01-11T00:23:59.926Z | Compiling new_debug_unreachable v1.0.6 |
1532 | 2025-01-11T00:23:59.980Z | Compiling unicode-segmentation v1.12.0 |
1533 | 2025-01-11T00:24:00.023Z | Compiling precomputed-hash v0.1.1 |
1534 | 2025-01-11T00:24:00.142Z | Compiling string_cache v0.8.7 |
1535 | 2025-01-11T00:24:00.162Z | Compiling bit-set v0.5.3 |
1536 | 2025-01-11T00:24:00.452Z | Compiling tokio-postgres v0.7.12 |
1537 | 2025-01-11T00:24:00.547Z | Compiling indicatif v0.17.9 |
1538 | 2025-01-11T00:24:00.610Z | Compiling predicates v3.1.2 |
1539 | 2025-01-11T00:24:00.894Z | Compiling similar v2.6.0 |
1540 | 2025-01-11T00:24:01.388Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1541 | 2025-01-11T00:24:02.429Z | Compiling petgraph v0.6.5 |
1542 | 2025-01-11T00:24:02.457Z | Compiling clap v4.5.21 |
1543 | 2025-01-11T00:24:02.589Z | Compiling ecdsa v0.16.9 |
1544 | 2025-01-11T00:24:02.839Z | Compiling rsa v0.9.6 |
1545 | 2025-01-11T00:24:03.398Z | Compiling ed25519-dalek v2.1.1 |
1546 | 2025-01-11T00:24:03.453Z | Compiling toml v0.7.8 |
1547 | 2025-01-11T00:24:04.732Z | Compiling zip v0.6.6 |
1548 | 2025-01-11T00:24:05.211Z | Compiling crossterm v0.28.1 |
1549 | 2025-01-11T00:24:06.653Z | Compiling hex v0.4.3 |
1550 | 2025-01-11T00:24:06.879Z | Compiling x509-cert v0.2.5 |
1551 | 2025-01-11T00:24:06.962Z | Compiling peg-runtime v0.8.3 |
1552 | 2025-01-11T00:24:07.061Z | Compiling unicode-xid v0.2.6 |
1553 | 2025-01-11T00:24:07.236Z | Compiling lalrpop-util v0.19.12 |
1554 | 2025-01-11T00:24:07.289Z | Compiling strum_macros v0.26.4 |
1555 | 2025-01-11T00:24:07.595Z | Compiling xattr v1.3.1 |
1556 | 2025-01-11T00:24:07.615Z | Compiling filetime v0.2.25 |
1557 | 2025-01-11T00:24:07.880Z | Compiling tar v0.4.42 |
1558 | 2025-01-11T00:24:12.482Z | Compiling strum v0.26.3 |
1559 | 2025-01-11T00:24:15.341Z | Compiling aws-lc-sys v0.22.0 |
1560 | 2025-01-11T00:24:45.166Z | Compiling rustls-webpki v0.102.8 |
1561 | 2025-01-11T00:24:48.798Z | Compiling tokio-rustls v0.25.0 |
1562 | 2025-01-11T00:24:50.379Z | Compiling tokio-rustls v0.26.0 |
1563 | 2025-01-11T00:24:50.783Z | Compiling hyper-rustls v0.27.3 |
1564 | 2025-01-11T00:24:51.118Z | Compiling reqwest v0.12.9 |
1565 | 2025-01-11T00:24:52.448Z | Compiling qorb v0.2.1 |
1566 | 2025-01-11T00:24:57.360Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2025-01-11T00:24:57.522Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1568 | 2025-01-11T00:25:03.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1569 | 2025-01-11T00:25:03.556Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1570 | 2025-01-11T00:25:03.614Z | Jan 11 00:25:03.211 INFO Starting download, target: Console |
1571 | 2025-01-11T00:25:03.615Z | Jan 11 00:25:03.211 INFO Starting download, target: Clickhouse |
1572 | 2025-01-11T00:25:03.642Z | Jan 11 00:25:03.211 INFO Starting download, target: Cockroach |
1573 | 2025-01-11T00:25:03.642Z | Jan 11 00:25:03.211 INFO Starting download, target: DendriteOpenapi |
1574 | 2025-01-11T00:25:03.642Z | Jan 11 00:25:03.211 INFO Starting download, target: DendriteStub |
1575 | 2025-01-11T00:25:03.642Z | Jan 11 00:25:03.211 INFO Starting download, target: MaghemiteMgd |
1576 | 2025-01-11T00:25:03.642Z | Jan 11 00:25:03.211 INFO Starting download, target: TransceiverControl |
1577 | 2025-01-11T00:25:03.642Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1578 | 2025-01-11T00:25:03.643Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1579 | 2025-01-11T00:25:03.643Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1580 | 2025-01-11T00:25:03.643Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1581 | 2025-01-11T00:25:03.643Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1582 | 2025-01-11T00:25:03.643Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1583 | 2025-01-11T00:25:03.643Z | Jan 11 00:25:03.212 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1584 | 2025-01-11T00:25:04.138Z | Jan 11 00:25:03.735 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1585 | 2025-01-11T00:25:04.226Z | Jan 11 00:25:03.827 INFO Download complete, target: DendriteOpenapi |
1586 | 2025-01-11T00:25:04.501Z | Jan 11 00:25:04.021 INFO Download complete, target: Console |
1587 | 2025-01-11T00:25:04.632Z | Jan 11 00:25:04.150 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1588 | 2025-01-11T00:25:05.259Z | Jan 11 00:25:04.765 INFO Download complete, target: TransceiverControl |
1589 | 2025-01-11T00:25:05.692Z | Jan 11 00:25:05.235 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1590 | 2025-01-11T00:25:06.327Z | Jan 11 00:25:05.911 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1591 | 2025-01-11T00:25:06.355Z | Jan 11 00:25:05.944 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1592 | 2025-01-11T00:25:07.265Z | Jan 11 00:25:06.874 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1593 | 2025-01-11T00:25:07.265Z | Jan 11 00:25:06.874 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1594 | 2025-01-11T00:25:09.154Z | Jan 11 00:25:08.766 INFO Download complete, target: DendriteStub |
1595 | 2025-01-11T00:25:09.311Z | Jan 11 00:25:08.923 INFO Download complete, target: MaghemiteMgd |
1596 | 2025-01-11T00:25:14.635Z | Jan 11 00:25:14.247 INFO Checking that binary works, target: Cockroach |
1597 | 2025-01-11T00:25:14.796Z | Jan 11 00:25:14.406 INFO Download complete, target: Cockroach |
1598 | 2025-01-11T00:25:18.225Z | Jan 11 00:25:17.836 INFO Checking that binary works, target: Clickhouse |
1599 | 2025-01-11T00:25:18.531Z | Jan 11 00:25:18.142 INFO Download complete, target: Clickhouse |
1600 | 2025-01-11T00:25:18.616Z | All builder prerequisites installed successfully, and PATH looks valid |
1601 | 2025-01-11T00:25:18.619Z | |
1602 | 2025-01-11T00:25:18.619Z | real 7:11.652209773 |
1603 | 2025-01-11T00:25:18.619Z | user 16:41.017426772 |
1604 | 2025-01-11T00:25:18.619Z | sys 3:15.404441510 |
1605 | 2025-01-11T00:25:18.619Z | trap 0.539190520 |
1606 | 2025-01-11T00:25:18.619Z | tflt 3.390418326 |
1607 | 2025-01-11T00:25:18.619Z | dflt 4.864494918 |
1608 | 2025-01-11T00:25:18.619Z | kflt 0.027313852 |
1609 | 2025-01-11T00:25:18.619Z | lock 29:24.670080102 |
1610 | 2025-01-11T00:25:18.619Z | slp 1:06:45.780325387 |
1611 | 2025-01-11T00:25:18.619Z | lat 55.434300911 |
1612 | 2025-01-11T00:25:18.619Z | stop 2:20.871829557 |
1613 | 2025-01-11T00:25:18.619Z | + banner hack-check |
1614 | 2025-01-11T00:25:18.622Z | |
1615 | 2025-01-11T00:25:18.622Z | # # ## #### # # #### # # ###### #### # # |
1616 | 2025-01-11T00:25:18.622Z | # # # # # # # # # # # # # # # # # |
1617 | 2025-01-11T00:25:18.622Z | ###### # # # #### ##### # ###### ##### # #### |
1618 | 2025-01-11T00:25:18.622Z | # # ###### # # # # # # # # # # |
1619 | 2025-01-11T00:25:18.622Z | # # # # # # # # # # # # # # # # # |
1620 | 2025-01-11T00:25:18.622Z | # # # # #### # # #### # # ###### #### # # |
1621 | 2025-01-11T00:25:18.622Z | |
1622 | 2025-01-11T00:25:18.622Z | + export CARGO_INCREMENTAL=0 |
1623 | 2025-01-11T00:25:18.622Z | + CARGO_INCREMENTAL=0 |
1624 | 2025-01-11T00:25:18.623Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1625 | 2025-01-11T00:25:19.164Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1626 | 2025-01-11T00:25:23.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
1627 | 2025-01-11T00:25:23.093Z | Running `target/debug/xtask check-features --ci` |
1628 | 2025-01-11T00:25:23.114Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1629 | 2025-01-11T00:25:23.114Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1630 | 2025-01-11T00:25:23.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1631 | 2025-01-11T00:25:23.610Z | Running `target/debug/xtask download cargo-hack` |
1632 | 2025-01-11T00:25:24.465Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1633 | 2025-01-11T00:25:24.835Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1634 | 2025-01-11T00:25:29.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
1635 | 2025-01-11T00:25:30.126Z | Running `target/debug/xtask-downloader cargo-hack` |
1636 | 2025-01-11T00:25:30.167Z | Jan 11 00:25:29.776 INFO Starting download, target: CargoHack |
1637 | 2025-01-11T00:25:30.169Z | Jan 11 00:25:29.777 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1638 | 2025-01-11T00:25:30.632Z | Jan 11 00:25:30.241 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1639 | 2025-01-11T00:25:30.723Z | Jan 11 00:25:30.332 INFO Download complete, target: CargoHack |
1640 | 2025-01-11T00:25:30.727Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1641 | 2025-01-11T00:25:30.743Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1642 | 2025-01-11T00:25:30.916Z | info: running `cargo check --bins` on api_identity (1/176) |
1643 | 2025-01-11T00:25:31.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2025-01-11T00:25:31.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2025-01-11T00:25:31.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2025-01-11T00:25:31.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1647 | 2025-01-11T00:25:31.526Z | |
1648 | 2025-01-11T00:25:31.526Z | info: running `cargo check --bins` on bootstore (2/176) |
1649 | 2025-01-11T00:25:32.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2025-01-11T00:25:32.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2025-01-11T00:25:32.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2025-01-11T00:25:32.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1653 | 2025-01-11T00:25:32.209Z | |
1654 | 2025-01-11T00:25:32.209Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1655 | 2025-01-11T00:25:32.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2025-01-11T00:25:32.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2025-01-11T00:25:32.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2025-01-11T00:25:32.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1659 | 2025-01-11T00:25:32.855Z | |
1660 | 2025-01-11T00:25:32.855Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1661 | 2025-01-11T00:25:33.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2025-01-11T00:25:33.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2025-01-11T00:25:33.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2025-01-11T00:25:33.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1665 | 2025-01-11T00:25:33.487Z | |
1666 | 2025-01-11T00:25:33.487Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1667 | 2025-01-11T00:25:33.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-01-11T00:25:33.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-01-11T00:25:33.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-01-11T00:25:33.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1671 | 2025-01-11T00:25:33.927Z | |
1672 | 2025-01-11T00:25:33.927Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1673 | 2025-01-11T00:25:34.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-01-11T00:25:34.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-01-11T00:25:34.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-01-11T00:25:34.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1677 | 2025-01-11T00:25:34.382Z | |
1678 | 2025-01-11T00:25:34.382Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1679 | 2025-01-11T00:25:34.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-01-11T00:25:34.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-01-11T00:25:34.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-01-11T00:25:34.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1683 | 2025-01-11T00:25:34.833Z | |
1684 | 2025-01-11T00:25:34.833Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1685 | 2025-01-11T00:25:35.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-01-11T00:25:35.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-01-11T00:25:35.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-01-11T00:25:35.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1689 | 2025-01-11T00:25:35.275Z | |
1690 | 2025-01-11T00:25:35.275Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1691 | 2025-01-11T00:25:35.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-01-11T00:25:35.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-01-11T00:25:35.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-01-11T00:25:35.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1695 | 2025-01-11T00:25:35.717Z | |
1696 | 2025-01-11T00:25:35.717Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1697 | 2025-01-11T00:25:36.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-01-11T00:25:36.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-01-11T00:25:36.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-01-11T00:25:36.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1701 | 2025-01-11T00:25:36.162Z | |
1702 | 2025-01-11T00:25:36.162Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1703 | 2025-01-11T00:25:36.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-01-11T00:25:36.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-01-11T00:25:36.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-01-11T00:25:36.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1707 | 2025-01-11T00:25:36.607Z | |
1708 | 2025-01-11T00:25:36.608Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1709 | 2025-01-11T00:25:37.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-01-11T00:25:37.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-01-11T00:25:37.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-01-11T00:25:37.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1713 | 2025-01-11T00:25:37.056Z | |
1714 | 2025-01-11T00:25:37.056Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1715 | 2025-01-11T00:25:37.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-01-11T00:25:37.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-01-11T00:25:37.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-01-11T00:25:37.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1719 | 2025-01-11T00:25:37.502Z | |
1720 | 2025-01-11T00:25:37.502Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1721 | 2025-01-11T00:25:37.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-01-11T00:25:37.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-01-11T00:25:37.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-01-11T00:25:37.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1725 | 2025-01-11T00:25:37.948Z | |
1726 | 2025-01-11T00:25:37.948Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1727 | 2025-01-11T00:25:38.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-01-11T00:25:38.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-01-11T00:25:38.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-01-11T00:25:38.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1731 | 2025-01-11T00:25:38.397Z | |
1732 | 2025-01-11T00:25:38.397Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1733 | 2025-01-11T00:25:38.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-01-11T00:25:38.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-01-11T00:25:38.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-01-11T00:25:38.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1737 | 2025-01-11T00:25:38.839Z | |
1738 | 2025-01-11T00:25:38.839Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1739 | 2025-01-11T00:25:39.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-01-11T00:25:39.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-01-11T00:25:39.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-01-11T00:25:39.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1743 | 2025-01-11T00:25:39.285Z | |
1744 | 2025-01-11T00:25:39.285Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1745 | 2025-01-11T00:25:39.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-01-11T00:25:39.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-01-11T00:25:39.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-01-11T00:25:39.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1749 | 2025-01-11T00:25:39.744Z | |
1750 | 2025-01-11T00:25:39.744Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1751 | 2025-01-11T00:25:40.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-01-11T00:25:40.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-01-11T00:25:40.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-01-11T00:25:40.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1755 | 2025-01-11T00:25:40.194Z | |
1756 | 2025-01-11T00:25:40.194Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1757 | 2025-01-11T00:25:40.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-01-11T00:25:40.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-01-11T00:25:40.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-01-11T00:25:40.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1761 | 2025-01-11T00:25:40.637Z | |
1762 | 2025-01-11T00:25:40.637Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1763 | 2025-01-11T00:25:41.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-01-11T00:25:41.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-01-11T00:25:41.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-01-11T00:25:41.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1767 | 2025-01-11T00:25:41.088Z | |
1768 | 2025-01-11T00:25:41.089Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1769 | 2025-01-11T00:25:41.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-01-11T00:25:41.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-01-11T00:25:41.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-01-11T00:25:41.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1773 | 2025-01-11T00:25:41.537Z | |
1774 | 2025-01-11T00:25:41.537Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1775 | 2025-01-11T00:25:41.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-01-11T00:25:41.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-01-11T00:25:41.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-01-11T00:25:41.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1779 | 2025-01-11T00:25:41.986Z | |
1780 | 2025-01-11T00:25:41.986Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1781 | 2025-01-11T00:25:42.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-01-11T00:25:42.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-01-11T00:25:42.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-01-11T00:25:42.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1785 | 2025-01-11T00:25:42.427Z | |
1786 | 2025-01-11T00:25:42.427Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1787 | 2025-01-11T00:25:43.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-01-11T00:25:43.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-01-11T00:25:43.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-01-11T00:25:43.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1791 | 2025-01-11T00:25:43.090Z | |
1792 | 2025-01-11T00:25:43.090Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1793 | 2025-01-11T00:25:43.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-01-11T00:25:43.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-01-11T00:25:43.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-01-11T00:25:43.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1797 | 2025-01-11T00:25:43.753Z | |
1798 | 2025-01-11T00:25:43.754Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1799 | 2025-01-11T00:25:44.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-01-11T00:25:44.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-01-11T00:25:44.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-01-11T00:25:44.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1803 | 2025-01-11T00:25:44.410Z | |
1804 | 2025-01-11T00:25:44.410Z | info: running `cargo check --bins` on oxlog (28/176) |
1805 | 2025-01-11T00:25:44.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-01-11T00:25:44.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-01-11T00:25:45.052Z | Checking cfg-if v1.0.0 |
1808 | 2025-01-11T00:25:45.055Z | Checking libc v0.2.162 |
1809 | 2025-01-11T00:25:45.166Z | Checking serde v1.0.217 |
1810 | 2025-01-11T00:25:45.173Z | Checking zeroize v1.8.1 |
1811 | 2025-01-11T00:25:45.177Z | Checking memchr v2.7.4 |
1812 | 2025-01-11T00:25:45.180Z | Checking typenum v1.17.0 |
1813 | 2025-01-11T00:25:45.187Z | Checking scopeguard v1.2.0 |
1814 | 2025-01-11T00:25:45.208Z | Checking subtle v2.6.1 |
1815 | 2025-01-11T00:25:45.227Z | Checking value-bag v1.9.0 |
1816 | 2025-01-11T00:25:45.353Z | Checking lock_api v0.4.12 |
1817 | 2025-01-11T00:25:45.395Z | Checking itoa v1.0.11 |
1818 | 2025-01-11T00:25:45.447Z | Checking smallvec v1.13.2 |
1819 | 2025-01-11T00:25:45.602Z | Checking const-oid v0.9.6 |
1820 | 2025-01-11T00:25:45.617Z | Checking log v0.4.22 |
1821 | 2025-01-11T00:25:45.762Z | Checking pin-project-lite v0.2.14 |
1822 | 2025-01-11T00:25:45.805Z | Checking byteorder v1.5.0 |
1823 | 2025-01-11T00:25:45.886Z | Checking futures-core v0.3.31 |
1824 | 2025-01-11T00:25:46.042Z | Checking once_cell v1.20.2 |
1825 | 2025-01-11T00:25:46.070Z | Checking cpufeatures v0.2.14 |
1826 | 2025-01-11T00:25:46.133Z | Checking futures-sink v0.3.31 |
1827 | 2025-01-11T00:25:46.156Z | Checking stable_deref_trait v1.2.0 |
1828 | 2025-01-11T00:25:46.219Z | Checking spin v0.9.8 |
1829 | 2025-01-11T00:25:46.247Z | Checking zerocopy v0.7.35 |
1830 | 2025-01-11T00:25:46.280Z | Checking zerofrom v0.1.4 |
1831 | 2025-01-11T00:25:46.298Z | Checking getrandom v0.2.15 |
1832 | 2025-01-11T00:25:46.337Z | Checking parking_lot_core v0.9.10 |
1833 | 2025-01-11T00:25:46.485Z | Checking signal-hook-registry v1.4.2 |
1834 | 2025-01-11T00:25:46.527Z | Checking rand_core v0.6.4 |
1835 | 2025-01-11T00:25:46.543Z | Checking mio v1.0.2 |
1836 | 2025-01-11T00:25:46.558Z | Checking generic-array v0.14.7 |
1837 | 2025-01-11T00:25:46.687Z | Checking parking_lot v0.12.3 |
1838 | 2025-01-11T00:25:46.729Z | Checking socket2 v0.5.7 |
1839 | 2025-01-11T00:25:46.843Z | Checking slab v0.4.9 |
1840 | 2025-01-11T00:25:47.047Z | Checking yoke v0.7.4 |
1841 | 2025-01-11T00:25:47.117Z | Checking futures-channel v0.3.31 |
1842 | 2025-01-11T00:25:47.151Z | Checking equivalent v1.0.1 |
1843 | 2025-01-11T00:25:47.228Z | Checking futures-task v0.3.31 |
1844 | 2025-01-11T00:25:47.256Z | Checking foldhash v0.1.3 |
1845 | 2025-01-11T00:25:47.392Z | Checking allocator-api2 v0.2.18 |
1846 | 2025-01-11T00:25:47.420Z | Checking pin-utils v0.1.0 |
1847 | 2025-01-11T00:25:47.463Z | Checking futures-io v0.3.31 |
1848 | 2025-01-11T00:25:47.476Z | Checking zerovec v0.10.4 |
1849 | 2025-01-11T00:25:47.488Z | Checking ryu v1.0.18 |
1850 | 2025-01-11T00:25:47.504Z | Checking tinyvec_macros v0.1.1 |
1851 | 2025-01-11T00:25:47.584Z | Checking tinyvec v1.8.0 |
1852 | 2025-01-11T00:25:47.646Z | Checking futures-util v0.3.31 |
1853 | 2025-01-11T00:25:47.669Z | Checking fnv v1.0.7 |
1854 | 2025-01-11T00:25:47.691Z | Checking libm v0.2.8 |
1855 | 2025-01-11T00:25:47.709Z | Checking crypto-common v0.1.6 |
1856 | 2025-01-11T00:25:47.779Z | Checking block-buffer v0.10.4 |
1857 | 2025-01-11T00:25:47.885Z | Checking block-padding v0.3.3 |
1858 | 2025-01-11T00:25:48.006Z | Checking digest v0.10.7 |
1859 | 2025-01-11T00:25:48.022Z | Checking hashbrown v0.15.1 |
1860 | 2025-01-11T00:25:48.093Z | Checking inout v0.1.3 |
1861 | 2025-01-11T00:25:48.326Z | Checking cipher v0.4.4 |
1862 | 2025-01-11T00:25:48.404Z | Checking hmac v0.12.1 |
1863 | 2025-01-11T00:25:48.613Z | Checking sha2 v0.10.8 |
1864 | 2025-01-11T00:25:48.641Z | Checking unicode-bidi v0.3.17 |
1865 | 2025-01-11T00:25:48.726Z | Checking litemap v0.7.3 |
1866 | 2025-01-11T00:25:48.875Z | Checking unicode-normalization v0.1.24 |
1867 | 2025-01-11T00:25:49.075Z | Checking base64ct v1.6.0 |
1868 | 2025-01-11T00:25:49.141Z | Checking tinystr v0.7.6 |
1869 | 2025-01-11T00:25:49.154Z | Checking writeable v0.5.5 |
1870 | 2025-01-11T00:25:49.214Z | Checking num-traits v0.2.19 |
1871 | 2025-01-11T00:25:49.277Z | Checking ppv-lite86 v0.2.20 |
1872 | 2025-01-11T00:25:49.474Z | Checking flagset v0.4.6 |
1873 | 2025-01-11T00:25:49.503Z | Checking pem-rfc7468 v0.7.0 |
1874 | 2025-01-11T00:25:49.518Z | Checking icu_locid v1.5.0 |
1875 | 2025-01-11T00:25:49.663Z | Checking tracing-core v0.1.32 |
1876 | 2025-01-11T00:25:49.767Z | Checking der v0.7.9 |
1877 | 2025-01-11T00:25:49.790Z | Checking thiserror v1.0.69 |
1878 | 2025-01-11T00:25:49.925Z | Checking percent-encoding v2.3.1 |
1879 | 2025-01-11T00:25:50.084Z | Checking rand_chacha v0.3.1 |
1880 | 2025-01-11T00:25:50.121Z | Checking icu_locid_transform_data v1.5.0 |
1881 | 2025-01-11T00:25:50.199Z | Checking bytes v1.9.0 |
1882 | 2025-01-11T00:25:50.220Z | Checking indexmap v2.7.0 |
1883 | 2025-01-11T00:25:50.333Z | Checking serde_json v1.0.135 |
1884 | 2025-01-11T00:25:50.455Z | Checking bitflags v2.6.0 |
1885 | 2025-01-11T00:25:50.584Z | Checking icu_provider v1.5.0 |
1886 | 2025-01-11T00:25:50.744Z | Checking rustls-pki-types v1.10.0 |
1887 | 2025-01-11T00:25:50.860Z | Checking rand v0.8.5 |
1888 | 2025-01-11T00:25:51.019Z | Checking tokio v1.40.0 |
1889 | 2025-01-11T00:25:51.274Z | Checking http v1.2.0 |
1890 | 2025-01-11T00:25:51.323Z | Checking icu_locid_transform v1.5.0 |
1891 | 2025-01-11T00:25:51.547Z | Checking tracing v0.1.40 |
1892 | 2025-01-11T00:25:51.696Z | Checking spki v0.7.3 |
1893 | 2025-01-11T00:25:51.893Z | Checking icu_collections v1.5.0 |
1894 | 2025-01-11T00:25:51.976Z | Checking salsa20 v0.10.2 |
1895 | 2025-01-11T00:25:52.152Z | Checking pbkdf2 v0.12.2 |
1896 | 2025-01-11T00:25:52.184Z | Checking aws-lc-sys v0.22.0 |
1897 | 2025-01-11T00:25:52.212Z | Checking httparse v1.9.5 |
1898 | 2025-01-11T00:25:52.297Z | Checking icu_properties_data v1.5.0 |
1899 | 2025-01-11T00:25:52.313Z | Checking untrusted v0.7.1 |
1900 | 2025-01-11T00:25:52.545Z | Checking untrusted v0.9.0 |
1901 | 2025-01-11T00:25:52.570Z | Checking powerfmt v0.2.0 |
1902 | 2025-01-11T00:25:52.593Z | Checking mirai-annotations v1.12.0 |
1903 | 2025-01-11T00:25:52.635Z | Checking ring v0.17.8 |
1904 | 2025-01-11T00:25:52.644Z | Checking icu_properties v1.5.1 |
1905 | 2025-01-11T00:25:52.654Z | Checking scrypt v0.11.0 |
1906 | 2025-01-11T00:25:52.761Z | Checking aes v0.8.4 |
1907 | 2025-01-11T00:25:52.779Z | Checking cbc v0.1.2 |
1908 | 2025-01-11T00:25:52.797Z | Checking deranged v0.3.11 |
1909 | 2025-01-11T00:25:52.864Z | Checking crossbeam-utils v0.8.20 |
1910 | 2025-01-11T00:25:52.966Z | Checking icu_normalizer_data v1.5.0 |
1911 | 2025-01-11T00:25:53.062Z | Checking time-core v0.1.2 |
1912 | 2025-01-11T00:25:53.219Z | Checking num-conv v0.1.0 |
1913 | 2025-01-11T00:25:53.501Z | Checking utf8_iter v1.0.4 |
1914 | 2025-01-11T00:25:53.667Z | Checking utf16_iter v1.0.5 |
1915 | 2025-01-11T00:25:53.687Z | Checking atomic-waker v1.1.2 |
1916 | 2025-01-11T00:25:53.713Z | Checking write16 v1.0.0 |
1917 | 2025-01-11T00:25:53.815Z | Checking num_threads v0.1.7 |
1918 | 2025-01-11T00:25:53.819Z | Checking pkcs5 v0.7.1 |
1919 | 2025-01-11T00:25:53.846Z | Checking http-body v1.0.1 |
1920 | 2025-01-11T00:25:53.972Z | Checking form_urlencoded v1.2.1 |
1921 | 2025-01-11T00:25:54.055Z | Checking try-lock v0.2.5 |
1922 | 2025-01-11T00:25:54.142Z | Checking uuid v1.11.0 |
1923 | 2025-01-11T00:25:54.182Z | Checking want v0.3.1 |
1924 | 2025-01-11T00:25:54.347Z | Checking pkcs8 v0.10.2 |
1925 | 2025-01-11T00:25:54.363Z | Checking unicode-ident v1.0.14 |
1926 | 2025-01-11T00:25:54.466Z | Checking httpdate v1.0.3 |
1927 | 2025-01-11T00:25:54.515Z | Checking time v0.3.36 |
1928 | 2025-01-11T00:25:54.541Z | Checking proc-macro2 v1.0.92 |
1929 | 2025-01-11T00:25:54.696Z | Checking serde_spanned v0.6.8 |
1930 | 2025-01-11T00:25:54.706Z | Checking toml_datetime v0.6.8 |
1931 | 2025-01-11T00:25:54.720Z | Checking aws-lc-rs v1.10.0 |
1932 | 2025-01-11T00:25:54.720Z | Checking slog v2.7.0 |
1933 | 2025-01-11T00:25:54.826Z | Checking scroll v0.12.0 |
1934 | 2025-01-11T00:25:54.990Z | Checking tower-service v0.3.3 |
1935 | 2025-01-11T00:25:55.100Z | Checking iana-time-zone v0.1.61 |
1936 | 2025-01-11T00:25:55.205Z | Checking ucd-trie v0.1.7 |
1937 | 2025-01-11T00:25:55.223Z | Checking match_cfg v0.1.0 |
1938 | 2025-01-11T00:25:55.245Z | Checking base64 v0.22.1 |
1939 | 2025-01-11T00:25:55.275Z | Checking adler2 v2.0.0 |
1940 | 2025-01-11T00:25:55.321Z | Checking plain v0.2.3 |
1941 | 2025-01-11T00:25:55.396Z | Checking foreign-types-shared v0.1.1 |
1942 | 2025-01-11T00:25:55.418Z | Checking miniz_oxide v0.8.0 |
1943 | 2025-01-11T00:25:55.436Z | Checking goblin v0.8.2 |
1944 | 2025-01-11T00:25:55.513Z | Checking foreign-types v0.3.2 |
1945 | 2025-01-11T00:25:55.604Z | Checking pest v2.7.14 |
1946 | 2025-01-11T00:25:55.730Z | Checking hostname v0.3.1 |
1947 | 2025-01-11T00:25:55.868Z | Checking chrono v0.4.38 |
1948 | 2025-01-11T00:25:56.104Z | Checking quote v1.0.38 |
1949 | 2025-01-11T00:25:56.121Z | Checking icu_normalizer v1.5.0 |
1950 | 2025-01-11T00:25:56.440Z | Checking openssl-sys v0.9.103 |
1951 | 2025-01-11T00:25:56.556Z | Checking rustls-webpki v0.102.8 |
1952 | 2025-01-11T00:25:56.953Z | Checking idna_adapter v1.2.0 |
1953 | 2025-01-11T00:26:01.427Z | Checking dirs-sys-next v0.1.2 |
1954 | 2025-01-11T00:26:01.435Z | Checking idna v1.0.3 |
1955 | 2025-01-11T00:26:01.435Z | Checking errno v0.3.9 |
1956 | 2025-01-11T00:26:01.436Z | Checking aho-corasick v1.1.3 |
1957 | 2025-01-11T00:26:01.436Z | Checking regex-syntax v0.8.5 |
1958 | 2025-01-11T00:26:01.436Z | Checking url v2.5.3 |
1959 | 2025-01-11T00:26:01.436Z | Checking siphasher v0.3.11 |
1960 | 2025-01-11T00:26:01.436Z | Compiling newtype-uuid v1.1.3 |
1961 | 2025-01-11T00:26:01.436Z | Checking data-encoding v2.6.0 |
1962 | 2025-01-11T00:26:01.436Z | Checking pretty-hex v0.4.1 |
1963 | 2025-01-11T00:26:01.436Z | Checking dtrace-parser v0.2.0 |
1964 | 2025-01-11T00:26:01.436Z | Checking openssl v0.10.66 |
1965 | 2025-01-11T00:26:01.436Z | Checking tokio-util v0.7.12 |
1966 | 2025-01-11T00:26:01.436Z | Checking rustix v0.38.37 |
1967 | 2025-01-11T00:26:01.436Z | Checking dirs-next v2.0.0 |
1968 | 2025-01-11T00:26:01.436Z | Checking syn v2.0.96 |
1969 | 2025-01-11T00:26:01.436Z | Checking http-body-util v0.1.2 |
1970 | 2025-01-11T00:26:01.436Z | Checking crossbeam-epoch v0.9.18 |
1971 | 2025-01-11T00:26:01.436Z | Checking signature v2.2.0 |
1972 | 2025-01-11T00:26:01.436Z | Checking h2 v0.4.6 |
1973 | 2025-01-11T00:26:01.436Z | Checking sha1 v0.10.6 |
1974 | 2025-01-11T00:26:01.436Z | Checking lazy_static v1.5.0 |
1975 | 2025-01-11T00:26:01.436Z | Checking thread_local v1.1.8 |
1976 | 2025-01-11T00:26:01.436Z | Checking thread-id v4.2.2 |
1977 | 2025-01-11T00:26:01.436Z | Checking encoding_rs v0.8.34 |
1978 | 2025-01-11T00:26:01.436Z | Checking ipnet v2.10.1 |
1979 | 2025-01-11T00:26:01.436Z | Checking gimli v0.31.1 |
1980 | 2025-01-11T00:26:01.436Z | Checking dof v0.3.0 |
1981 | 2025-01-11T00:26:01.436Z | Checking regex-automata v0.4.8 |
1982 | 2025-01-11T00:26:01.440Z | Checking winnow v0.6.20 |
1983 | 2025-01-11T00:26:02.028Z | Checking anstyle v1.0.10 |
1984 | 2025-01-11T00:26:02.236Z | Checking utf8parse v0.2.2 |
1985 | 2025-01-11T00:26:02.357Z | Checking unicode-properties v0.1.3 |
1986 | 2025-01-11T00:26:02.389Z | Checking openssl-probe v0.1.5 |
1987 | 2025-01-11T00:26:02.550Z | Checking mime v0.3.17 |
1988 | 2025-01-11T00:26:02.741Z | Checking stringprep v0.1.5 |
1989 | 2025-01-11T00:26:02.894Z | Checking anstyle-parse v0.2.5 |
1990 | 2025-01-11T00:26:03.022Z | Checking crossbeam-deque v0.8.5 |
1991 | 2025-01-11T00:26:03.164Z | Checking term v0.7.0 |
1992 | 2025-01-11T00:26:03.323Z | Checking rustls v0.23.19 |
1993 | 2025-01-11T00:26:03.610Z | Checking rustls v0.22.4 |
1994 | 2025-01-11T00:26:03.873Z | Checking native-tls v0.2.12 |
1995 | 2025-01-11T00:26:04.162Z | Checking toml_edit v0.22.22 |
1996 | 2025-01-11T00:26:04.180Z | Checking slog-json v2.6.1 |
1997 | 2025-01-11T00:26:04.427Z | Checking serde_urlencoded v0.7.1 |
1998 | 2025-01-11T00:26:04.616Z | Checking addr2line v0.24.2 |
1999 | 2025-01-11T00:26:04.850Z | Checking crossbeam-channel v0.5.13 |
2000 | 2025-01-11T00:26:05.129Z | Checking futures-executor v0.3.31 |
2001 | 2025-01-11T00:26:05.145Z | Checking usdt-impl v0.5.0 |
2002 | 2025-01-11T00:26:05.369Z | Checking rustls-pemfile v2.2.0 |
2003 | 2025-01-11T00:26:05.456Z | Checking num-integer v0.1.46 |
2004 | 2025-01-11T00:26:05.571Z | Checking idna v0.4.0 |
2005 | 2025-01-11T00:26:05.574Z | Checking idna v0.3.0 |
2006 | 2025-01-11T00:26:05.674Z | Checking hyper v1.5.0 |
2007 | 2025-01-11T00:26:05.698Z | Checking md-5 v0.10.6 |
2008 | 2025-01-11T00:26:05.903Z | Checking ff v0.13.0 |
2009 | 2025-01-11T00:26:05.950Z | Checking memmap v0.7.0 |
2010 | 2025-01-11T00:26:06.105Z | Checking is-terminal v0.4.13 |
2011 | 2025-01-11T00:26:06.155Z | Checking hash32 v0.2.1 |
2012 | 2025-01-11T00:26:06.224Z | Checking object v0.36.5 |
2013 | 2025-01-11T00:26:06.409Z | Checking is_terminal_polyfill v1.70.1 |
2014 | 2025-01-11T00:26:06.458Z | Checking anstyle-query v1.1.1 |
2015 | 2025-01-11T00:26:06.512Z | Checking take_mut v0.2.2 |
2016 | 2025-01-11T00:26:06.528Z | Checking quick-error v1.2.3 |
2017 | 2025-01-11T00:26:06.581Z | Checking rustc-demangle v0.1.24 |
2018 | 2025-01-11T00:26:06.658Z | Checking either v1.13.0 |
2019 | 2025-01-11T00:26:06.674Z | Checking psl-types v2.0.11 |
2020 | 2025-01-11T00:26:06.804Z | Checking dyn-clone v1.0.17 |
2021 | 2025-01-11T00:26:06.847Z | Checking base16ct v0.2.0 |
2022 | 2025-01-11T00:26:06.945Z | Checking linked-hash-map v0.5.6 |
2023 | 2025-01-11T00:26:07.027Z | Checking fallible-iterator v0.2.0 |
2024 | 2025-01-11T00:26:07.044Z | Checking utf-8 v0.7.6 |
2025 | 2025-01-11T00:26:07.047Z | Checking colorchoice v1.0.2 |
2026 | 2025-01-11T00:26:07.174Z | Checking anstream v0.6.15 |
2027 | 2025-01-11T00:26:07.224Z | Checking tokio-rustls v0.25.0 |
2028 | 2025-01-11T00:26:07.240Z | Checking tungstenite v0.24.0 |
2029 | 2025-01-11T00:26:07.268Z | Checking lru-cache v0.1.2 |
2030 | 2025-01-11T00:26:07.449Z | Checking sec1 v0.7.3 |
2031 | 2025-01-11T00:26:07.538Z | Checking schemars v0.8.21 |
2032 | 2025-01-11T00:26:07.590Z | Checking publicsuffix v2.2.3 |
2033 | 2025-01-11T00:26:07.654Z | Checking postgres-protocol v0.6.7 |
2034 | 2025-01-11T00:26:07.779Z | Checking hyper-util v0.1.10 |
2035 | 2025-01-11T00:26:07.820Z | Checking toml v0.8.19 |
2036 | 2025-01-11T00:26:07.836Z | Checking resolv-conf v0.7.0 |
2037 | 2025-01-11T00:26:08.133Z | Checking slog-async v2.8.0 |
2038 | 2025-01-11T00:26:08.170Z | Checking heapless v0.7.17 |
2039 | 2025-01-11T00:26:08.318Z | Checking hickory-proto v0.24.1 |
2040 | 2025-01-11T00:26:08.442Z | Checking slog-term v2.9.1 |
2041 | 2025-01-11T00:26:08.610Z | Checking usdt v0.5.0 |
2042 | 2025-01-11T00:26:08.949Z | Checking tokio-rustls v0.26.0 |
2043 | 2025-01-11T00:26:08.958Z | Checking group v0.13.0 |
2044 | 2025-01-11T00:26:08.958Z | Checking num-iter v0.1.45 |
2045 | 2025-01-11T00:26:09.099Z | Checking futures v0.3.31 |
2046 | 2025-01-11T00:26:09.114Z | Checking slog-bunyan v2.5.0 |
2047 | 2025-01-11T00:26:09.114Z | Checking tokio-native-tls v0.3.1 |
2048 | 2025-01-11T00:26:09.200Z | Checking rayon-core v1.12.1 |
2049 | 2025-01-11T00:26:09.217Z | Checking multer v3.1.0 |
2050 | 2025-01-11T00:26:09.271Z | Checking terminal_size v0.4.0 |
2051 | 2025-01-11T00:26:09.379Z | Checking phf_shared v0.11.2 |
2052 | 2025-01-11T00:26:09.443Z | Checking cookie v0.18.1 |
2053 | 2025-01-11T00:26:09.556Z | Checking async-stream v0.3.6 |
2054 | 2025-01-11T00:26:09.617Z | Checking bzip2-sys v0.1.11+1.0.8 |
2055 | 2025-01-11T00:26:09.653Z | Checking camino v1.1.9 |
2056 | 2025-01-11T00:26:09.733Z | Checking signal-hook v0.3.17 |
2057 | 2025-01-11T00:26:09.735Z | Checking waitgroup v0.1.2 |
2058 | 2025-01-11T00:26:09.777Z | Checking openapiv3 v2.0.0 |
2059 | 2025-01-11T00:26:09.876Z | Checking webpki-roots v0.26.6 |
2060 | 2025-01-11T00:26:09.893Z | Checking serde_path_to_error v0.1.16 |
2061 | 2025-01-11T00:26:09.911Z | Checking idna v0.5.0 |
2062 | 2025-01-11T00:26:10.066Z | Checking hkdf v0.12.4 |
2063 | 2025-01-11T00:26:10.082Z | Checking crypto-bigint v0.5.5 |
2064 | 2025-01-11T00:26:10.242Z | Checking hostname v0.4.0 |
2065 | 2025-01-11T00:26:10.274Z | Checking crc32fast v1.4.2 |
2066 | 2025-01-11T00:26:10.368Z | Checking managed v0.8.0 |
2067 | 2025-01-11T00:26:10.496Z | Checking bitflags v1.3.2 |
2068 | 2025-01-11T00:26:10.508Z | Checking strsim v0.11.1 |
2069 | 2025-01-11T00:26:10.589Z | Checking unicode-width v0.1.14 |
2070 | 2025-01-11T00:26:10.743Z | Checking clap_lex v0.7.2 |
2071 | 2025-01-11T00:26:10.787Z | Checking debug-ignore v1.0.5 |
2072 | 2025-01-11T00:26:10.814Z | Checking winnow v0.5.40 |
2073 | 2025-01-11T00:26:10.922Z | Checking cookie_store v0.21.0 |
2074 | 2025-01-11T00:26:10.993Z | Checking clap_builder v4.5.21 |
2075 | 2025-01-11T00:26:11.071Z | Checking console v0.15.8 |
2076 | 2025-01-11T00:26:11.613Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2077 | 2025-01-11T00:26:11.676Z | Checking smoltcp v0.9.1 |
2078 | 2025-01-11T00:26:11.875Z | Checking flate2 v1.0.34 |
2079 | 2025-01-11T00:26:12.576Z | Checking hyper-rustls v0.27.3 |
2080 | 2025-01-11T00:26:12.755Z | Checking backtrace v0.3.74 |
2081 | 2025-01-11T00:26:12.928Z | Checking signal-hook-mio v0.2.4 |
2082 | 2025-01-11T00:26:13.033Z | Checking elliptic-curve v0.13.8 |
2083 | 2025-01-11T00:26:13.061Z | Checking rayon v1.10.0 |
2084 | 2025-01-11T00:26:13.176Z | Checking hyper-tls v0.6.0 |
2085 | 2025-01-11T00:26:13.194Z | Checking hickory-resolver v0.24.1 |
2086 | 2025-01-11T00:26:13.248Z | Checking dropshot v0.12.0 |
2087 | 2025-01-11T00:26:13.321Z | Checking anyhow v1.0.93 |
2088 | 2025-01-11T00:26:13.459Z | Checking bzip2 v0.4.4 |
2089 | 2025-01-11T00:26:13.671Z | Checking phf v0.11.2 |
2090 | 2025-01-11T00:26:13.701Z | Checking num-bigint-dig v0.8.4 |
2091 | 2025-01-11T00:26:13.743Z | Checking postgres-types v0.2.8 |
2092 | 2025-01-11T00:26:13.816Z | Checking toml_edit v0.19.15 |
2093 | 2025-01-11T00:26:13.923Z | Checking tokio-tungstenite v0.24.0 |
2094 | 2025-01-11T00:26:14.067Z | Checking regex v1.11.1 |
2095 | 2025-01-11T00:26:14.395Z | Checking bstr v1.10.0 |
2096 | 2025-01-11T00:26:14.430Z | Checking ed25519 v2.2.3 |
2097 | 2025-01-11T00:26:14.702Z | Checking tokio-stream v0.1.16 |
2098 | 2025-01-11T00:26:14.727Z | Checking phf_shared v0.10.0 |
2099 | 2025-01-11T00:26:14.864Z | Checking curve25519-dalek v4.1.3 |
2100 | 2025-01-11T00:26:15.019Z | Checking zerocopy v0.6.6 |
2101 | 2025-01-11T00:26:15.380Z | Checking hubpack v0.1.2 |
2102 | 2025-01-11T00:26:15.609Z | Checking pkcs1 v0.7.5 |
2103 | 2025-01-11T00:26:15.709Z | Checking portable-atomic v1.9.0 |
2104 | 2025-01-11T00:26:15.774Z | Checking float-cmp v0.9.0 |
2105 | 2025-01-11T00:26:15.914Z | Checking serde-big-array v0.5.1 |
2106 | 2025-01-11T00:26:15.966Z | Checking rfc6979 v0.4.0 |
2107 | 2025-01-11T00:26:16.014Z | Checking sync_wrapper v1.0.1 |
2108 | 2025-01-11T00:26:16.134Z | Checking normalize-line-endings v0.3.0 |
2109 | 2025-01-11T00:26:16.150Z | Checking predicates-core v1.0.8 |
2110 | 2025-01-11T00:26:16.165Z | Checking fixedbitset v0.4.2 |
2111 | 2025-01-11T00:26:16.246Z | Checking number_prefix v0.4.0 |
2112 | 2025-01-11T00:26:16.305Z | Checking unicode-segmentation v1.12.0 |
2113 | 2025-01-11T00:26:16.327Z | Checking bit-vec v0.6.3 |
2114 | 2025-01-11T00:26:16.432Z | Checking whoami v1.5.2 |
2115 | 2025-01-11T00:26:16.435Z | Checking unicode-width v0.2.0 |
2116 | 2025-01-11T00:26:16.658Z | Checking new_debug_unreachable v1.0.6 |
2117 | 2025-01-11T00:26:16.732Z | Checking precomputed-hash v0.1.1 |
2118 | 2025-01-11T00:26:16.748Z | Checking static_assertions v1.1.0 |
2119 | 2025-01-11T00:26:16.760Z | Checking difflib v0.4.0 |
2120 | 2025-01-11T00:26:16.763Z | Checking minimal-lexical v0.2.1 |
2121 | 2025-01-11T00:26:16.832Z | Checking string_cache v0.8.7 |
2122 | 2025-01-11T00:26:16.834Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2123 | 2025-01-11T00:26:16.890Z | Checking qorb v0.2.1 |
2124 | 2025-01-11T00:26:16.913Z | Checking ed25519-dalek v2.1.1 |
2125 | 2025-01-11T00:26:16.916Z | Checking indicatif v0.17.9 |
2126 | 2025-01-11T00:26:17.008Z | Checking similar v2.6.0 |
2127 | 2025-01-11T00:26:17.058Z | Checking predicates v3.1.2 |
2128 | 2025-01-11T00:26:17.102Z | Checking tokio-postgres v0.7.12 |
2129 | 2025-01-11T00:26:17.153Z | Checking nom v7.1.3 |
2130 | 2025-01-11T00:26:17.309Z | Checking bit-set v0.5.3 |
2131 | 2025-01-11T00:26:17.570Z | Checking petgraph v0.6.5 |
2132 | 2025-01-11T00:26:17.689Z | Checking toml v0.7.8 |
2133 | 2025-01-11T00:26:17.746Z | Checking reqwest v0.12.9 |
2134 | 2025-01-11T00:26:17.880Z | Checking ecdsa v0.16.9 |
2135 | 2025-01-11T00:26:18.403Z | Checking rsa v0.9.6 |
2136 | 2025-01-11T00:26:18.576Z | Checking clap v4.5.21 |
2137 | 2025-01-11T00:26:18.701Z | Checking zip v0.6.6 |
2138 | 2025-01-11T00:26:19.414Z | Checking crossterm v0.28.1 |
2139 | 2025-01-11T00:26:19.505Z | Checking itertools v0.10.5 |
2140 | 2025-01-11T00:26:19.520Z | Checking fs-err v2.11.0 |
2141 | 2025-01-11T00:26:19.611Z | Checking ahash v0.8.11 |
2142 | 2025-01-11T00:26:20.100Z | Checking x509-cert v0.2.5 |
2143 | 2025-01-11T00:26:20.165Z | Checking hex v0.4.3 |
2144 | 2025-01-11T00:26:20.291Z | Checking semver v1.0.24 |
2145 | 2025-01-11T00:26:20.317Z | Checking lalrpop-util v0.19.12 |
2146 | 2025-01-11T00:26:20.598Z | Checking peg-runtime v0.8.3 |
2147 | 2025-01-11T00:26:20.682Z | Checking heck v0.4.1 |
2148 | 2025-01-11T00:26:20.697Z | Checking sigpipe v0.1.3 |
2149 | 2025-01-11T00:26:21.790Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2150 | 2025-01-11T00:26:22.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s |
2151 | 2025-01-11T00:26:22.264Z | |
2152 | 2025-01-11T00:26:22.265Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2153 | 2025-01-11T00:26:22.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2025-01-11T00:26:22.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2025-01-11T00:26:22.932Z | Compiling hashbrown v0.14.5 |
2156 | 2025-01-11T00:26:23.056Z | Checking heck v0.5.0 |
2157 | 2025-01-11T00:26:23.068Z | Compiling unsafe-libyaml v0.2.11 |
2158 | 2025-01-11T00:26:23.082Z | Checking ipnetwork v0.20.0 |
2159 | 2025-01-11T00:26:23.096Z | Compiling ident_case v1.0.1 |
2160 | 2025-01-11T00:26:23.108Z | Checking progenitor-client v0.8.0 |
2161 | 2025-01-11T00:26:23.123Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2162 | 2025-01-11T00:26:23.204Z | Checking newtype-uuid v1.1.3 |
2163 | 2025-01-11T00:26:23.260Z | Compiling darling_core v0.20.10 |
2164 | 2025-01-11T00:26:23.430Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2165 | 2025-01-11T00:26:23.466Z | Compiling proc-macro-crate v1.3.1 |
2166 | 2025-01-11T00:26:23.469Z | Compiling structmeta-derive v0.3.0 |
2167 | 2025-01-11T00:26:23.479Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2168 | 2025-01-11T00:26:23.765Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2169 | 2025-01-11T00:26:23.816Z | Compiling lzma-sys v0.1.20 |
2170 | 2025-01-11T00:26:24.212Z | Checking regress v0.10.1 |
2171 | 2025-01-11T00:26:24.593Z | Compiling serde_yaml v0.9.34+deprecated |
2172 | 2025-01-11T00:26:24.595Z | Compiling num_enum_derive v0.5.11 |
2173 | 2025-01-11T00:26:24.968Z | Compiling foreign-types-macros v0.2.3 |
2174 | 2025-01-11T00:26:25.062Z | Compiling dropshot v0.13.0 |
2175 | 2025-01-11T00:26:25.359Z | Checking foreign-types-shared v0.3.1 |
2176 | 2025-01-11T00:26:25.472Z | Checking arc-swap v1.7.1 |
2177 | 2025-01-11T00:26:25.894Z | Checking slog-scope v4.4.0 |
2178 | 2025-01-11T00:26:26.137Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2179 | 2025-01-11T00:26:26.258Z | Checking foreign-types v0.5.0 |
2180 | 2025-01-11T00:26:26.419Z | Compiling structmeta v0.3.0 |
2181 | 2025-01-11T00:26:26.552Z | Compiling proc-macro-error v1.0.4 |
2182 | 2025-01-11T00:26:26.878Z | Compiling parse-display-derive v0.10.0 |
2183 | 2025-01-11T00:26:26.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2184 | 2025-01-11T00:26:27.029Z | Checking tungstenite v0.21.0 |
2185 | 2025-01-11T00:26:27.275Z | Checking num_enum v0.5.11 |
2186 | 2025-01-11T00:26:27.291Z | Compiling heck v0.3.3 |
2187 | 2025-01-11T00:26:27.433Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2188 | 2025-01-11T00:26:27.699Z | Compiling dropshot_endpoint v0.13.0 |
2189 | 2025-01-11T00:26:27.736Z | Checking typify-impl v0.2.0 |
2190 | 2025-01-11T00:26:28.011Z | Checking cstr-argument v0.1.2 |
2191 | 2025-01-11T00:26:28.248Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2192 | 2025-01-11T00:26:28.969Z | Checking instant v0.1.13 |
2193 | 2025-01-11T00:26:29.013Z | Checking pretty-hex v0.2.1 |
2194 | 2025-01-11T00:26:29.089Z | Checking fastrand v2.1.1 |
2195 | 2025-01-11T00:26:29.179Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2196 | 2025-01-11T00:26:29.431Z | Checking base64 v0.21.7 |
2197 | 2025-01-11T00:26:29.483Z | Checking tempfile v3.13.0 |
2198 | 2025-01-11T00:26:29.556Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2199 | 2025-01-11T00:26:29.859Z | Checking backoff v0.4.0 |
2200 | 2025-01-11T00:26:29.909Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2201 | 2025-01-11T00:26:29.940Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2202 | 2025-01-11T00:26:30.047Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2203 | 2025-01-11T00:26:30.091Z | Checking tokio-tungstenite v0.21.0 |
2204 | 2025-01-11T00:26:30.153Z | Compiling zone_cfg_derive v0.1.2 |
2205 | 2025-01-11T00:26:30.345Z | Checking strum v0.26.3 |
2206 | 2025-01-11T00:26:30.362Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2207 | 2025-01-11T00:26:30.439Z | Compiling darling_macro v0.20.10 |
2208 | 2025-01-11T00:26:30.497Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2209 | 2025-01-11T00:26:30.775Z | Checking slog-stdlog v4.1.1 |
2210 | 2025-01-11T00:26:30.825Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2211 | 2025-01-11T00:26:30.930Z | Checking regress v0.9.1 |
2212 | 2025-01-11T00:26:30.967Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2213 | 2025-01-11T00:26:31.082Z | Checking progenitor-client v0.9.1 |
2214 | 2025-01-11T00:26:31.258Z | Checking colored v2.1.0 |
2215 | 2025-01-11T00:26:31.341Z | Compiling darling v0.20.10 |
2216 | 2025-01-11T00:26:31.455Z | Compiling serde_with_macros v3.11.0 |
2217 | 2025-01-11T00:26:31.482Z | Checking macaddr v1.0.1 |
2218 | 2025-01-11T00:26:31.534Z | Checking parse-display v0.10.0 |
2219 | 2025-01-11T00:26:31.549Z | Checking base64 v0.13.1 |
2220 | 2025-01-11T00:26:31.617Z | Checking zone v0.1.8 |
2221 | 2025-01-11T00:26:31.818Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2222 | 2025-01-11T00:26:32.021Z | Checking ron v0.7.1 |
2223 | 2025-01-11T00:26:32.299Z | Checking slog-envlogger v2.2.0 |
2224 | 2025-01-11T00:26:32.373Z | Checking xz2 v0.1.7 |
2225 | 2025-01-11T00:26:32.516Z | Checking tabwriter v1.4.0 |
2226 | 2025-01-11T00:26:32.684Z | Checking xattr v1.3.1 |
2227 | 2025-01-11T00:26:32.756Z | Checking pem v3.0.4 |
2228 | 2025-01-11T00:26:32.881Z | Checking yasna v0.5.2 |
2229 | 2025-01-11T00:26:33.029Z | Checking headers-core v0.3.0 |
2230 | 2025-01-11T00:26:33.165Z | Checking smf v0.2.3 |
2231 | 2025-01-11T00:26:33.223Z | Checking filetime v0.2.25 |
2232 | 2025-01-11T00:26:33.444Z | Checking same-file v1.0.6 |
2233 | 2025-01-11T00:26:33.621Z | Checking walkdir v2.5.0 |
2234 | 2025-01-11T00:26:33.638Z | Checking tar v0.4.42 |
2235 | 2025-01-11T00:26:33.758Z | Checking rcgen v0.12.1 |
2236 | 2025-01-11T00:26:33.838Z | Checking headers v0.4.0 |
2237 | 2025-01-11T00:26:33.889Z | Checking atomicwrites v0.4.4 |
2238 | 2025-01-11T00:26:34.102Z | Checking camino-tempfile v1.1.1 |
2239 | 2025-01-11T00:26:34.386Z | Checking subprocess v0.2.9 |
2240 | 2025-01-11T00:26:34.475Z | Checking serde_with v3.11.0 |
2241 | 2025-01-11T00:26:38.684Z | Compiling typify-macro v0.2.0 |
2242 | 2025-01-11T00:26:40.594Z | Compiling typify v0.2.0 |
2243 | 2025-01-11T00:26:40.663Z | Compiling progenitor-impl v0.8.0 |
2244 | 2025-01-11T00:26:43.978Z | Compiling progenitor-macro v0.8.0 |
2245 | 2025-01-11T00:26:48.851Z | Checking progenitor v0.8.0 |
2246 | 2025-01-11T00:26:49.006Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2247 | 2025-01-11T00:26:49.008Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2248 | 2025-01-11T00:26:51.764Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2249 | 2025-01-11T00:26:52.039Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2250 | 2025-01-11T00:26:58.751Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2251 | 2025-01-11T00:27:00.375Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2252 | 2025-01-11T00:27:01.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s |
2253 | 2025-01-11T00:27:01.846Z | |
2254 | 2025-01-11T00:27:01.846Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2255 | 2025-01-11T00:27:02.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2025-01-11T00:27:02.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2025-01-11T00:27:02.567Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2258 | 2025-01-11T00:27:04.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
2259 | 2025-01-11T00:27:04.237Z | |
2260 | 2025-01-11T00:27:04.237Z | info: running `cargo check --bins` on nexus-config (31/176) |
2261 | 2025-01-11T00:27:04.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2025-01-11T00:27:04.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2025-01-11T00:27:04.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2025-01-11T00:27:04.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2265 | 2025-01-11T00:27:04.899Z | |
2266 | 2025-01-11T00:27:04.899Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2267 | 2025-01-11T00:27:05.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2025-01-11T00:27:05.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2025-01-11T00:27:05.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2025-01-11T00:27:05.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2271 | 2025-01-11T00:27:05.526Z | |
2272 | 2025-01-11T00:27:05.526Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2273 | 2025-01-11T00:27:06.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2025-01-11T00:27:06.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2025-01-11T00:27:06.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2025-01-11T00:27:06.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2277 | 2025-01-11T00:27:06.170Z | |
2278 | 2025-01-11T00:27:06.170Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2279 | 2025-01-11T00:27:06.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2025-01-11T00:27:06.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2025-01-11T00:27:06.888Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2282 | 2025-01-11T00:27:06.998Z | Compiling ipnetwork v0.20.0 |
2283 | 2025-01-11T00:27:06.998Z | Compiling zerocopy v0.8.10 |
2284 | 2025-01-11T00:27:07.001Z | Compiling progenitor-client v0.8.0 |
2285 | 2025-01-11T00:27:07.001Z | Compiling itertools v0.13.0 |
2286 | 2025-01-11T00:27:07.001Z | Compiling zerocopy-derive v0.8.10 |
2287 | 2025-01-11T00:27:07.001Z | Compiling heapless v0.8.0 |
2288 | 2025-01-11T00:27:07.002Z | Checking hash32 v0.3.1 |
2289 | 2025-01-11T00:27:07.155Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2290 | 2025-01-11T00:27:07.291Z | Compiling instant v0.1.13 |
2291 | 2025-01-11T00:27:07.438Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2292 | 2025-01-11T00:27:07.506Z | Compiling progenitor v0.8.0 |
2293 | 2025-01-11T00:27:07.771Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2294 | 2025-01-11T00:27:07.876Z | Compiling smoltcp v0.11.0 |
2295 | 2025-01-11T00:27:07.892Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2296 | 2025-01-11T00:27:07.895Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2025-01-11T00:27:08.151Z | Compiling backoff v0.4.0 |
2298 | 2025-01-11T00:27:08.502Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2299 | 2025-01-11T00:27:08.652Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2300 | 2025-01-11T00:27:08.751Z | Compiling dropshot v0.13.0 |
2301 | 2025-01-11T00:27:08.821Z | Compiling serde_with v3.11.0 |
2302 | 2025-01-11T00:27:08.845Z | Compiling parse-display v0.10.0 |
2303 | 2025-01-11T00:27:08.955Z | Checking num-rational v0.4.2 |
2304 | 2025-01-11T00:27:09.536Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2305 | 2025-01-11T00:27:09.625Z | Compiling progenitor-client v0.9.1 |
2306 | 2025-01-11T00:27:10.162Z | Compiling regress v0.9.1 |
2307 | 2025-01-11T00:27:10.237Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2308 | 2025-01-11T00:27:11.448Z | Compiling phf_generator v0.11.2 |
2309 | 2025-01-11T00:27:11.620Z | Checking num-complex v0.4.6 |
2310 | 2025-01-11T00:27:12.950Z | Compiling macaddr v1.0.1 |
2311 | 2025-01-11T00:27:13.328Z | Checking cobs v0.2.3 |
2312 | 2025-01-11T00:27:13.383Z | Checking num v0.4.3 |
2313 | 2025-01-11T00:27:13.489Z | Compiling phf_codegen v0.11.2 |
2314 | 2025-01-11T00:27:13.502Z | Checking postcard v1.0.10 |
2315 | 2025-01-11T00:27:13.740Z | Compiling parse-zoneinfo v0.3.1 |
2316 | 2025-01-11T00:27:15.376Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2317 | 2025-01-11T00:27:15.682Z | Compiling convert_case v0.4.0 |
2318 | 2025-01-11T00:27:15.837Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2025-01-11T00:27:15.991Z | Compiling float-ord v0.3.2 |
2320 | 2025-01-11T00:27:16.391Z | Compiling chrono-tz-build v0.4.0 |
2321 | 2025-01-11T00:27:16.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2025-01-11T00:27:16.623Z | Compiling derive_more v0.99.18 |
2323 | 2025-01-11T00:27:16.843Z | Compiling crucible-workspace-hack v0.1.0 |
2324 | 2025-01-11T00:27:17.105Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2325 | 2025-01-11T00:27:17.289Z | Compiling thiserror v2.0.11 |
2326 | 2025-01-11T00:27:17.421Z | Checking newline-converter v0.3.0 |
2327 | 2025-01-11T00:27:17.636Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2328 | 2025-01-11T00:27:17.901Z | Compiling chrono-tz v0.10.0 |
2329 | 2025-01-11T00:27:18.269Z | Checking prettyplease v0.2.25 |
2330 | 2025-01-11T00:27:18.295Z | Compiling thiserror-impl v2.0.11 |
2331 | 2025-01-11T00:27:18.388Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2332 | 2025-01-11T00:27:18.583Z | Compiling slog-dtrace v0.3.0 |
2333 | 2025-01-11T00:27:18.860Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2334 | 2025-01-11T00:27:19.181Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2335 | 2025-01-11T00:27:20.170Z | Checking expectorate v1.1.0 |
2336 | 2025-01-11T00:27:20.332Z | Compiling zone_cfg_derive v0.3.0 |
2337 | 2025-01-11T00:27:20.443Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2338 | 2025-01-11T00:27:20.806Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2339 | 2025-01-11T00:27:21.435Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2340 | 2025-01-11T00:27:21.637Z | Compiling const_format_proc_macros v0.2.33 |
2341 | 2025-01-11T00:27:21.809Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2342 | 2025-01-11T00:27:21.889Z | Compiling num-derive v0.4.2 |
2343 | 2025-01-11T00:27:22.221Z | Checking highway v1.2.0 |
2344 | 2025-01-11T00:27:22.305Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2345 | 2025-01-11T00:27:22.649Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2346 | 2025-01-11T00:27:22.934Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2347 | 2025-01-11T00:27:22.955Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2348 | 2025-01-11T00:27:23.028Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2349 | 2025-01-11T00:27:23.272Z | Checking zone v0.3.0 |
2350 | 2025-01-11T00:27:23.800Z | Checking const_format v0.2.33 |
2351 | 2025-01-11T00:27:23.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2352 | 2025-01-11T00:27:24.141Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2353 | 2025-01-11T00:27:24.202Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2354 | 2025-01-11T00:27:24.242Z | Checking gethostname v0.5.0 |
2355 | 2025-01-11T00:27:24.411Z | Checking bcs v0.1.6 |
2356 | 2025-01-11T00:27:24.452Z | Compiling async-recursion v1.1.1 |
2357 | 2025-01-11T00:27:24.635Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2358 | 2025-01-11T00:27:24.635Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2359 | 2025-01-11T00:27:26.847Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2360 | 2025-01-11T00:27:31.438Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2361 | 2025-01-11T00:27:34.794Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2362 | 2025-01-11T00:27:37.514Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2363 | 2025-01-11T00:27:38.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.58s |
2364 | 2025-01-11T00:27:38.943Z | |
2365 | 2025-01-11T00:27:38.943Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2366 | 2025-01-11T00:27:39.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2025-01-11T00:27:39.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2025-01-11T00:27:39.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2025-01-11T00:27:39.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2370 | 2025-01-11T00:27:39.608Z | |
2371 | 2025-01-11T00:27:39.608Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2372 | 2025-01-11T00:27:40.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2025-01-11T00:27:40.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2025-01-11T00:27:40.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2025-01-11T00:27:40.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2376 | 2025-01-11T00:27:40.268Z | |
2377 | 2025-01-11T00:27:40.268Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2378 | 2025-01-11T00:27:40.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2025-01-11T00:27:40.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2025-01-11T00:27:40.951Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2025-01-11T00:27:41.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2382 | 2025-01-11T00:27:41.777Z | |
2383 | 2025-01-11T00:27:41.777Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2384 | 2025-01-11T00:27:42.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2025-01-11T00:27:42.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2025-01-11T00:27:42.471Z | Compiling cfg_aliases v0.1.1 |
2387 | 2025-01-11T00:27:42.474Z | Compiling vte_generate_state_changes v0.1.2 |
2388 | 2025-01-11T00:27:42.474Z | Checking fd-lock v4.0.2 |
2389 | 2025-01-11T00:27:42.474Z | Checking nibble_vec v0.1.0 |
2390 | 2025-01-11T00:27:42.474Z | Checking bytecount v0.6.8 |
2391 | 2025-01-11T00:27:42.474Z | Checking endian-type v0.1.2 |
2392 | 2025-01-11T00:27:42.587Z | Compiling tabled_derive v0.7.0 |
2393 | 2025-01-11T00:27:42.623Z | Checking itertools v0.12.1 |
2394 | 2025-01-11T00:27:42.666Z | Compiling nix v0.28.0 |
2395 | 2025-01-11T00:27:42.736Z | Compiling peg-macros v0.8.4 |
2396 | 2025-01-11T00:27:42.754Z | Checking papergrid v0.11.0 |
2397 | 2025-01-11T00:27:42.781Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2025-01-11T00:27:42.798Z | Checking radix_trie v0.2.1 |
2399 | 2025-01-11T00:27:43.399Z | Checking vte v0.11.1 |
2400 | 2025-01-11T00:27:43.405Z | Compiling sqlparser_derive v0.2.2 |
2401 | 2025-01-11T00:27:43.930Z | Checking nu-ansi-term v0.50.1 |
2402 | 2025-01-11T00:27:44.312Z | Checking home v0.5.9 |
2403 | 2025-01-11T00:27:44.330Z | Checking unicode_categories v0.1.1 |
2404 | 2025-01-11T00:27:44.354Z | Checking sqlparser v0.45.0 |
2405 | 2025-01-11T00:27:44.486Z | Checking display-error-chain v0.2.2 |
2406 | 2025-01-11T00:27:44.607Z | Checking strip-ansi-escapes v0.2.0 |
2407 | 2025-01-11T00:27:44.639Z | Checking sqlformat v0.2.6 |
2408 | 2025-01-11T00:27:45.139Z | Checking tabled v0.15.0 |
2409 | 2025-01-11T00:27:45.230Z | Checking reedline v0.35.0 |
2410 | 2025-01-11T00:27:45.840Z | Checking peg v0.8.4 |
2411 | 2025-01-11T00:27:45.926Z | Checking rustyline v14.0.0 |
2412 | 2025-01-11T00:27:55.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s |
2413 | 2025-01-11T00:27:55.414Z | |
2414 | 2025-01-11T00:27:55.414Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2415 | 2025-01-11T00:27:55.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-01-11T00:27:55.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-01-11T00:27:56.085Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2025-01-11T00:28:01.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2419 | 2025-01-11T00:28:01.382Z | |
2420 | 2025-01-11T00:28:01.382Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2421 | 2025-01-11T00:28:01.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-01-11T00:28:01.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-01-11T00:28:02.066Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2025-01-11T00:28:05.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2425 | 2025-01-11T00:28:06.063Z | |
2426 | 2025-01-11T00:28:06.063Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2427 | 2025-01-11T00:28:06.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-01-11T00:28:06.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-01-11T00:28:06.760Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2025-01-11T00:28:11.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
2431 | 2025-01-11T00:28:11.784Z | |
2432 | 2025-01-11T00:28:11.784Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2433 | 2025-01-11T00:28:12.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-01-11T00:28:12.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-01-11T00:28:12.455Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2025-01-11T00:28:17.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2437 | 2025-01-11T00:28:17.587Z | |
2438 | 2025-01-11T00:28:17.587Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2439 | 2025-01-11T00:28:18.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-01-11T00:28:18.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-01-11T00:28:18.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2442 | 2025-01-11T00:28:22.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2443 | 2025-01-11T00:28:22.486Z | |
2444 | 2025-01-11T00:28:22.486Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2445 | 2025-01-11T00:28:23.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-01-11T00:28:23.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-01-11T00:28:23.170Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2448 | 2025-01-11T00:28:27.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
2449 | 2025-01-11T00:28:27.512Z | |
2450 | 2025-01-11T00:28:27.512Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2451 | 2025-01-11T00:28:28.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2025-01-11T00:28:28.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2025-01-11T00:28:28.189Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2454 | 2025-01-11T00:28:33.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2455 | 2025-01-11T00:28:33.443Z | |
2456 | 2025-01-11T00:28:33.443Z | info: running `cargo check --bins` on oximeter (46/176) |
2457 | 2025-01-11T00:28:34.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2025-01-11T00:28:34.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2025-01-11T00:28:34.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2025-01-11T00:28:34.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2461 | 2025-01-11T00:28:34.094Z | |
2462 | 2025-01-11T00:28:34.094Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2463 | 2025-01-11T00:28:34.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2025-01-11T00:28:34.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2025-01-11T00:28:34.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2025-01-11T00:28:34.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2467 | 2025-01-11T00:28:34.728Z | |
2468 | 2025-01-11T00:28:34.728Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2469 | 2025-01-11T00:28:35.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2025-01-11T00:28:35.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2025-01-11T00:28:35.386Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2472 | 2025-01-11T00:28:37.622Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2473 | 2025-01-11T00:28:38.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
2474 | 2025-01-11T00:28:38.796Z | |
2475 | 2025-01-11T00:28:38.796Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2476 | 2025-01-11T00:28:39.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2025-01-11T00:28:39.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2025-01-11T00:28:39.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2025-01-11T00:28:39.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2480 | 2025-01-11T00:28:39.446Z | |
2481 | 2025-01-11T00:28:39.447Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2482 | 2025-01-11T00:28:39.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2025-01-11T00:28:40.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2025-01-11T00:28:40.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2025-01-11T00:28:40.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2486 | 2025-01-11T00:28:40.079Z | |
2487 | 2025-01-11T00:28:40.079Z | info: running `cargo check --bins` on oxql-types (51/176) |
2488 | 2025-01-11T00:28:40.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2025-01-11T00:28:40.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2025-01-11T00:28:40.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2025-01-11T00:28:40.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2492 | 2025-01-11T00:28:40.722Z | |
2493 | 2025-01-11T00:28:40.722Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2494 | 2025-01-11T00:28:41.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2025-01-11T00:28:41.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2025-01-11T00:28:41.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2025-01-11T00:28:41.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2498 | 2025-01-11T00:28:41.397Z | |
2499 | 2025-01-11T00:28:41.397Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2500 | 2025-01-11T00:28:41.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2025-01-11T00:28:41.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2025-01-11T00:28:41.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2025-01-11T00:28:41.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2504 | 2025-01-11T00:28:42.058Z | |
2505 | 2025-01-11T00:28:42.058Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2506 | 2025-01-11T00:28:42.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2025-01-11T00:28:42.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2025-01-11T00:28:42.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2025-01-11T00:28:42.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2510 | 2025-01-11T00:28:42.726Z | |
2511 | 2025-01-11T00:28:42.726Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2512 | 2025-01-11T00:28:43.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2025-01-11T00:28:43.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2025-01-11T00:28:43.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2025-01-11T00:28:43.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2516 | 2025-01-11T00:28:43.375Z | |
2517 | 2025-01-11T00:28:43.375Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2518 | 2025-01-11T00:28:43.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-01-11T00:28:43.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-01-11T00:28:43.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-01-11T00:28:43.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2522 | 2025-01-11T00:28:44.020Z | |
2523 | 2025-01-11T00:28:44.020Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2524 | 2025-01-11T00:28:44.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-01-11T00:28:44.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-01-11T00:28:44.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2025-01-11T00:28:44.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2528 | 2025-01-11T00:28:44.687Z | |
2529 | 2025-01-11T00:28:44.687Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2530 | 2025-01-11T00:28:45.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-01-11T00:28:45.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-01-11T00:28:45.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2025-01-11T00:28:45.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2534 | 2025-01-11T00:28:45.326Z | |
2535 | 2025-01-11T00:28:45.326Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2536 | 2025-01-11T00:28:45.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-01-11T00:28:45.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-01-11T00:28:45.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2025-01-11T00:28:45.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2540 | 2025-01-11T00:28:45.984Z | |
2541 | 2025-01-11T00:28:45.984Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2542 | 2025-01-11T00:28:46.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2025-01-11T00:28:46.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2025-01-11T00:28:46.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2025-01-11T00:28:46.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2546 | 2025-01-11T00:28:46.650Z | |
2547 | 2025-01-11T00:28:46.650Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2548 | 2025-01-11T00:28:47.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2025-01-11T00:28:47.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2025-01-11T00:28:47.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2025-01-11T00:28:47.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2025-01-11T00:28:47.300Z | |
2553 | 2025-01-11T00:28:47.300Z | info: running `cargo check --bins` on dpd-client (62/176) |
2554 | 2025-01-11T00:28:47.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2025-01-11T00:28:47.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2025-01-11T00:28:47.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2025-01-11T00:28:47.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2558 | 2025-01-11T00:28:47.945Z | |
2559 | 2025-01-11T00:28:47.945Z | info: running `cargo check --bins` on gateway-client (63/176) |
2560 | 2025-01-11T00:28:48.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-01-11T00:28:48.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-01-11T00:28:48.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2025-01-11T00:28:48.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2564 | 2025-01-11T00:28:48.587Z | |
2565 | 2025-01-11T00:28:48.587Z | info: running `cargo check --bins` on installinator-client (64/176) |
2566 | 2025-01-11T00:28:49.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-01-11T00:28:49.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-01-11T00:28:49.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-01-11T00:28:49.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2570 | 2025-01-11T00:28:49.256Z | |
2571 | 2025-01-11T00:28:49.256Z | info: running `cargo check --bins` on installinator-common (65/176) |
2572 | 2025-01-11T00:28:49.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-01-11T00:28:49.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-01-11T00:28:49.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-01-11T00:28:49.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2576 | 2025-01-11T00:28:49.939Z | |
2577 | 2025-01-11T00:28:49.939Z | info: running `cargo check --bins` on update-engine (66/176) |
2578 | 2025-01-11T00:28:50.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-11T00:28:50.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-11T00:28:50.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2025-01-11T00:28:50.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2582 | 2025-01-11T00:28:50.580Z | |
2583 | 2025-01-11T00:28:50.580Z | info: running `cargo check --bins` on nexus-client (67/176) |
2584 | 2025-01-11T00:28:51.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-11T00:28:51.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-11T00:28:51.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-11T00:28:51.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2588 | 2025-01-11T00:28:51.262Z | |
2589 | 2025-01-11T00:28:51.262Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2590 | 2025-01-11T00:28:51.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-11T00:28:51.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-11T00:28:51.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-11T00:28:51.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2594 | 2025-01-11T00:28:51.939Z | |
2595 | 2025-01-11T00:28:51.939Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2596 | 2025-01-11T00:28:52.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-11T00:28:52.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-11T00:28:52.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-11T00:28:52.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2600 | 2025-01-11T00:28:52.585Z | |
2601 | 2025-01-11T00:28:52.585Z | info: running `cargo check --bins` on nexus-types (70/176) |
2602 | 2025-01-11T00:28:53.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-11T00:28:53.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-11T00:28:53.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-11T00:28:53.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2606 | 2025-01-11T00:28:53.273Z | |
2607 | 2025-01-11T00:28:53.273Z | info: running `cargo check --bins` on oxide-client (71/176) |
2608 | 2025-01-11T00:28:53.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-11T00:28:53.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-11T00:28:53.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-11T00:28:53.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2612 | 2025-01-11T00:28:53.920Z | |
2613 | 2025-01-11T00:28:53.920Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2614 | 2025-01-11T00:28:54.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-11T00:28:54.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-11T00:28:54.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-11T00:28:54.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2618 | 2025-01-11T00:28:54.587Z | |
2619 | 2025-01-11T00:28:54.587Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2620 | 2025-01-11T00:28:55.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-11T00:28:55.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-11T00:28:55.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-11T00:28:55.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2624 | 2025-01-11T00:28:55.236Z | |
2625 | 2025-01-11T00:28:55.236Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2626 | 2025-01-11T00:28:55.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-11T00:28:55.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-11T00:28:55.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-11T00:28:55.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2630 | 2025-01-11T00:28:55.907Z | |
2631 | 2025-01-11T00:28:55.907Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2632 | 2025-01-11T00:28:56.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-11T00:28:56.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-11T00:28:56.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-11T00:28:56.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2636 | 2025-01-11T00:28:56.587Z | |
2637 | 2025-01-11T00:28:56.587Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2638 | 2025-01-11T00:28:57.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-11T00:28:57.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-11T00:28:57.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-11T00:28:57.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2642 | 2025-01-11T00:28:57.273Z | |
2643 | 2025-01-11T00:28:57.273Z | info: running `cargo check --bins` on wicket-common (77/176) |
2644 | 2025-01-11T00:28:57.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-11T00:28:57.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-11T00:28:57.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-11T00:28:57.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2648 | 2025-01-11T00:28:57.933Z | |
2649 | 2025-01-11T00:28:57.933Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2650 | 2025-01-11T00:28:58.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-11T00:28:58.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-11T00:28:58.630Z | Checking csv-core v0.1.11 |
2653 | 2025-01-11T00:28:58.630Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2654 | 2025-01-11T00:28:58.632Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2655 | 2025-01-11T00:28:58.754Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2656 | 2025-01-11T00:28:58.935Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2025-01-11T00:28:58.957Z | Checking csv v1.3.0 |
2658 | 2025-01-11T00:28:58.969Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2659 | 2025-01-11T00:28:59.590Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2660 | 2025-01-11T00:28:59.958Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2661 | 2025-01-11T00:29:01.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s |
2662 | 2025-01-11T00:29:01.896Z | |
2663 | 2025-01-11T00:29:01.896Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2664 | 2025-01-11T00:29:02.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-11T00:29:02.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-11T00:29:02.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-11T00:29:02.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2668 | 2025-01-11T00:29:02.558Z | |
2669 | 2025-01-11T00:29:02.558Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2670 | 2025-01-11T00:29:03.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-11T00:29:03.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-11T00:29:03.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2025-01-11T00:29:03.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2674 | 2025-01-11T00:29:03.214Z | |
2675 | 2025-01-11T00:29:03.214Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2676 | 2025-01-11T00:29:03.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2025-01-11T00:29:03.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2025-01-11T00:29:03.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2025-01-11T00:29:03.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2680 | 2025-01-11T00:29:03.986Z | |
2681 | 2025-01-11T00:29:03.986Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2682 | 2025-01-11T00:29:04.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2025-01-11T00:29:04.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2025-01-11T00:29:04.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2025-01-11T00:29:04.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2686 | 2025-01-11T00:29:04.748Z | |
2687 | 2025-01-11T00:29:04.748Z | info: running `cargo check --bins` on dns-server (83/176) |
2688 | 2025-01-11T00:29:05.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2025-01-11T00:29:05.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2025-01-11T00:29:05.421Z | Compiling thiserror v2.0.11 |
2691 | 2025-01-11T00:29:05.527Z | Checking typify-impl v0.3.0 |
2692 | 2025-01-11T00:29:05.529Z | Compiling parking_lot_core v0.8.6 |
2693 | 2025-01-11T00:29:05.549Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2694 | 2025-01-11T00:29:05.551Z | Checking fxhash v0.2.1 |
2695 | 2025-01-11T00:29:05.551Z | Checking hickory-client v0.24.1 |
2696 | 2025-01-11T00:29:05.574Z | Checking hickory-server v0.24.1 |
2697 | 2025-01-11T00:29:06.228Z | Checking parking_lot v0.11.2 |
2698 | 2025-01-11T00:29:06.339Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2699 | 2025-01-11T00:29:06.483Z | Checking sled v0.34.7 |
2700 | 2025-01-11T00:29:12.805Z | Compiling typify-macro v0.3.0 |
2701 | 2025-01-11T00:29:14.701Z | Compiling typify v0.3.0 |
2702 | 2025-01-11T00:29:14.770Z | Compiling progenitor-impl v0.9.1 |
2703 | 2025-01-11T00:29:18.086Z | Compiling progenitor-macro v0.9.1 |
2704 | 2025-01-11T00:29:22.912Z | Checking progenitor v0.9.1 |
2705 | 2025-01-11T00:29:23.070Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2706 | 2025-01-11T00:29:23.561Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2707 | 2025-01-11T00:29:24.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s |
2708 | 2025-01-11T00:29:25.088Z | |
2709 | 2025-01-11T00:29:25.088Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2710 | 2025-01-11T00:29:25.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-01-11T00:29:25.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-01-11T00:29:25.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-01-11T00:29:25.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2714 | 2025-01-11T00:29:25.736Z | |
2715 | 2025-01-11T00:29:25.736Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2716 | 2025-01-11T00:29:26.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-01-11T00:29:26.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-01-11T00:29:26.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-01-11T00:29:26.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2720 | 2025-01-11T00:29:26.449Z | |
2721 | 2025-01-11T00:29:26.450Z | info: running `cargo check --bins` on gateway-types (86/176) |
2722 | 2025-01-11T00:29:27.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-01-11T00:29:27.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-01-11T00:29:27.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-01-11T00:29:27.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2726 | 2025-01-11T00:29:27.109Z | |
2727 | 2025-01-11T00:29:27.110Z | info: running `cargo check --bins` on ipcc (87/176) |
2728 | 2025-01-11T00:29:27.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-01-11T00:29:27.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-01-11T00:29:27.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-01-11T00:29:27.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2732 | 2025-01-11T00:29:27.756Z | |
2733 | 2025-01-11T00:29:27.756Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2734 | 2025-01-11T00:29:28.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-01-11T00:29:28.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-01-11T00:29:28.484Z | Compiling semver v0.1.20 |
2737 | 2025-01-11T00:29:28.484Z | Compiling radium v0.7.0 |
2738 | 2025-01-11T00:29:28.603Z | Checking tap v1.0.1 |
2739 | 2025-01-11T00:29:28.605Z | Compiling maybe-uninit v2.0.0 |
2740 | 2025-01-11T00:29:28.626Z | Checking password-hash v0.5.0 |
2741 | 2025-01-11T00:29:28.628Z | Checking blake2 v0.10.6 |
2742 | 2025-01-11T00:29:28.628Z | Checking funty v2.0.0 |
2743 | 2025-01-11T00:29:28.628Z | Checking crc-catalog v2.4.0 |
2744 | 2025-01-11T00:29:28.733Z | Checking wyz v0.5.1 |
2745 | 2025-01-11T00:29:28.787Z | Compiling owo-colors v4.1.0 |
2746 | 2025-01-11T00:29:29.053Z | Compiling rustc_version v0.1.7 |
2747 | 2025-01-11T00:29:29.072Z | Compiling cancel-safe-futures v0.1.5 |
2748 | 2025-01-11T00:29:29.121Z | Compiling packed_struct v0.10.1 |
2749 | 2025-01-11T00:29:29.121Z | Checking argon2 v0.5.3 |
2750 | 2025-01-11T00:29:29.234Z | Checking crc v3.2.1 |
2751 | 2025-01-11T00:29:29.257Z | Compiling packed_struct_codegen v0.10.1 |
2752 | 2025-01-11T00:29:29.414Z | Compiling indexmap v1.9.3 |
2753 | 2025-01-11T00:29:29.480Z | Checking half v2.4.1 |
2754 | 2025-01-11T00:29:29.531Z | Compiling newtype_derive v0.1.6 |
2755 | 2025-01-11T00:29:29.568Z | Checking bitvec v1.0.1 |
2756 | 2025-01-11T00:29:29.613Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2757 | 2025-01-11T00:29:29.666Z | Checking ciborium-io v0.2.2 |
2758 | 2025-01-11T00:29:29.692Z | Checking nodrop v0.1.14 |
2759 | 2025-01-11T00:29:29.810Z | Checking array-init v0.0.4 |
2760 | 2025-01-11T00:29:29.865Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2761 | 2025-01-11T00:29:29.918Z | Checking ciborium-ll v0.2.2 |
2762 | 2025-01-11T00:29:29.942Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2763 | 2025-01-11T00:29:29.987Z | Checking smallvec v0.6.14 |
2764 | 2025-01-11T00:29:30.228Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2765 | 2025-01-11T00:29:30.263Z | Checking libsw v3.3.1 |
2766 | 2025-01-11T00:29:30.368Z | Compiling memoffset v0.9.1 |
2767 | 2025-01-11T00:29:30.532Z | Checking termcolor v1.4.1 |
2768 | 2025-01-11T00:29:30.671Z | Checking indent_write v2.2.0 |
2769 | 2025-01-11T00:29:30.729Z | Checking linear-map v1.2.0 |
2770 | 2025-01-11T00:29:30.872Z | Checking hashbrown v0.12.3 |
2771 | 2025-01-11T00:29:30.874Z | Checking swrite v0.1.0 |
2772 | 2025-01-11T00:29:30.948Z | Checking bitfield v0.14.0 |
2773 | 2025-01-11T00:29:31.000Z | Checking env_logger v0.10.2 |
2774 | 2025-01-11T00:29:31.068Z | Checking serde-hex v0.1.0 |
2775 | 2025-01-11T00:29:31.218Z | Checking ron v0.8.1 |
2776 | 2025-01-11T00:29:31.265Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2777 | 2025-01-11T00:29:31.560Z | Checking ciborium v0.2.2 |
2778 | 2025-01-11T00:29:32.042Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2779 | 2025-01-11T00:29:32.152Z | Checking steno v0.4.1 |
2780 | 2025-01-11T00:29:32.504Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2781 | 2025-01-11T00:29:32.644Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2782 | 2025-01-11T00:29:32.765Z | Checking hashbrown v0.13.2 |
2783 | 2025-01-11T00:29:32.906Z | Checking humantime v2.1.0 |
2784 | 2025-01-11T00:29:32.974Z | Checking crc-any v2.5.0 |
2785 | 2025-01-11T00:29:33.230Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2786 | 2025-01-11T00:29:33.375Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2787 | 2025-01-11T00:29:33.626Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2788 | 2025-01-11T00:29:33.849Z | Checking object v0.30.4 |
2789 | 2025-01-11T00:29:33.929Z | Checking path-slash v0.1.5 |
2790 | 2025-01-11T00:29:34.042Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2791 | 2025-01-11T00:29:34.136Z | Checking nix v0.27.1 |
2792 | 2025-01-11T00:29:34.468Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2793 | 2025-01-11T00:29:35.078Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2794 | 2025-01-11T00:29:35.103Z | Checking tungstenite v0.23.0 |
2795 | 2025-01-11T00:29:35.248Z | Checking kstat-rs v0.2.4 |
2796 | 2025-01-11T00:29:35.310Z | Checking signal-hook-tokio v0.3.1 |
2797 | 2025-01-11T00:29:35.558Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2798 | 2025-01-11T00:29:35.903Z | Checking tokio-tungstenite v0.23.1 |
2799 | 2025-01-11T00:29:36.253Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2800 | 2025-01-11T00:29:36.873Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2801 | 2025-01-11T00:29:37.012Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2802 | 2025-01-11T00:29:43.675Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2803 | 2025-01-11T00:29:44.964Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2804 | 2025-01-11T00:29:48.385Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2805 | 2025-01-11T00:29:54.237Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2806 | 2025-01-11T00:29:54.987Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2807 | 2025-01-11T00:29:57.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.20s |
2808 | 2025-01-11T00:29:58.149Z | |
2809 | 2025-01-11T00:29:58.149Z | info: running `cargo check --bins` on gateway-api (89/176) |
2810 | 2025-01-11T00:29:58.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-01-11T00:29:58.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-01-11T00:29:58.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-01-11T00:29:58.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2814 | 2025-01-11T00:29:58.803Z | |
2815 | 2025-01-11T00:29:58.803Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2816 | 2025-01-11T00:29:59.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-01-11T00:29:59.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-01-11T00:29:59.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-01-11T00:29:59.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2820 | 2025-01-11T00:29:59.434Z | |
2821 | 2025-01-11T00:29:59.434Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2822 | 2025-01-11T00:30:00.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-01-11T00:30:00.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-01-11T00:30:00.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-01-11T00:30:00.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2826 | 2025-01-11T00:30:00.078Z | |
2827 | 2025-01-11T00:30:00.078Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2828 | 2025-01-11T00:30:00.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-01-11T00:30:00.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-01-11T00:30:00.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-01-11T00:30:00.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2832 | 2025-01-11T00:30:00.730Z | |
2833 | 2025-01-11T00:30:00.730Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2834 | 2025-01-11T00:30:01.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-01-11T00:30:01.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-01-11T00:30:01.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-01-11T00:30:01.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2838 | 2025-01-11T00:30:01.375Z | |
2839 | 2025-01-11T00:30:01.375Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2840 | 2025-01-11T00:30:01.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-01-11T00:30:01.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-01-11T00:30:01.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2025-01-11T00:30:01.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2844 | 2025-01-11T00:30:02.045Z | |
2845 | 2025-01-11T00:30:02.045Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2846 | 2025-01-11T00:30:02.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2025-01-11T00:30:02.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2025-01-11T00:30:02.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2025-01-11T00:30:02.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2850 | 2025-01-11T00:30:02.686Z | |
2851 | 2025-01-11T00:30:02.686Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2852 | 2025-01-11T00:30:03.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2025-01-11T00:30:03.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2025-01-11T00:30:03.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2025-01-11T00:30:03.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2856 | 2025-01-11T00:30:03.348Z | |
2857 | 2025-01-11T00:30:03.348Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2858 | 2025-01-11T00:30:03.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2025-01-11T00:30:03.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2025-01-11T00:30:03.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2025-01-11T00:30:03.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2862 | 2025-01-11T00:30:04.039Z | |
2863 | 2025-01-11T00:30:04.039Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2864 | 2025-01-11T00:30:04.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2025-01-11T00:30:04.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2025-01-11T00:30:04.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2025-01-11T00:30:04.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2868 | 2025-01-11T00:30:04.694Z | |
2869 | 2025-01-11T00:30:04.694Z | info: running `cargo check --bins` on sp-sim (99/176) |
2870 | 2025-01-11T00:30:05.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2025-01-11T00:30:05.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2025-01-11T00:30:05.346Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2873 | 2025-01-11T00:30:05.838Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2874 | 2025-01-11T00:30:07.764Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2875 | 2025-01-11T00:30:09.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
2876 | 2025-01-11T00:30:09.744Z | |
2877 | 2025-01-11T00:30:09.744Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2878 | 2025-01-11T00:30:10.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2025-01-11T00:30:10.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2025-01-11T00:30:10.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2025-01-11T00:30:10.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2882 | 2025-01-11T00:30:10.446Z | |
2883 | 2025-01-11T00:30:10.446Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2884 | 2025-01-11T00:30:11.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2025-01-11T00:30:11.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2025-01-11T00:30:11.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2025-01-11T00:30:11.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2888 | 2025-01-11T00:30:11.147Z | |
2889 | 2025-01-11T00:30:11.147Z | info: running `cargo check --bins` on db-macros (102/176) |
2890 | 2025-01-11T00:30:11.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2025-01-11T00:30:11.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2025-01-11T00:30:11.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2025-01-11T00:30:11.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2894 | 2025-01-11T00:30:11.781Z | |
2895 | 2025-01-11T00:30:11.782Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2896 | 2025-01-11T00:30:12.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2025-01-11T00:30:12.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2025-01-11T00:30:12.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2025-01-11T00:30:12.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2900 | 2025-01-11T00:30:12.415Z | |
2901 | 2025-01-11T00:30:12.415Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2902 | 2025-01-11T00:30:13.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2025-01-11T00:30:13.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2025-01-11T00:30:13.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2025-01-11T00:30:13.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2906 | 2025-01-11T00:30:13.105Z | |
2907 | 2025-01-11T00:30:13.105Z | info: running `cargo check --bins` on authz-macros (105/176) |
2908 | 2025-01-11T00:30:13.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2025-01-11T00:30:13.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2025-01-11T00:30:13.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2025-01-11T00:30:13.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2912 | 2025-01-11T00:30:13.737Z | |
2913 | 2025-01-11T00:30:13.737Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2914 | 2025-01-11T00:30:14.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2025-01-11T00:30:14.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2025-01-11T00:30:14.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2025-01-11T00:30:14.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2918 | 2025-01-11T00:30:14.422Z | |
2919 | 2025-01-11T00:30:14.422Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2920 | 2025-01-11T00:30:15.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-01-11T00:30:15.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-01-11T00:30:15.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2025-01-11T00:30:15.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2924 | 2025-01-11T00:30:15.108Z | |
2925 | 2025-01-11T00:30:15.108Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2926 | 2025-01-11T00:30:15.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2025-01-11T00:30:15.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2025-01-11T00:30:15.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2025-01-11T00:30:15.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2930 | 2025-01-11T00:30:15.760Z | |
2931 | 2025-01-11T00:30:15.760Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2932 | 2025-01-11T00:30:16.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2025-01-11T00:30:16.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2025-01-11T00:30:16.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2935 | 2025-01-11T00:30:16.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2936 | 2025-01-11T00:30:16.449Z | |
2937 | 2025-01-11T00:30:16.449Z | info: running `cargo check --bins` on typed-rng (110/176) |
2938 | 2025-01-11T00:30:16.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2939 | 2025-01-11T00:30:17.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2940 | 2025-01-11T00:30:17.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2941 | 2025-01-11T00:30:17.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2942 | 2025-01-11T00:30:17.078Z | |
2943 | 2025-01-11T00:30:17.078Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2944 | 2025-01-11T00:30:17.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2025-01-11T00:30:17.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2025-01-11T00:30:17.831Z | Checking keccak v0.1.5 |
2947 | 2025-01-11T00:30:17.943Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2948 | 2025-01-11T00:30:17.945Z | Checking secrecy v0.8.0 |
2949 | 2025-01-11T00:30:17.945Z | Compiling unicase v2.7.0 |
2950 | 2025-01-11T00:30:17.965Z | Compiling same-file v1.0.6 |
2951 | 2025-01-11T00:30:17.968Z | Compiling tempfile v3.13.0 |
2952 | 2025-01-11T00:30:18.006Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2953 | 2025-01-11T00:30:18.006Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2954 | 2025-01-11T00:30:18.152Z | Compiling walkdir v2.5.0 |
2955 | 2025-01-11T00:30:18.227Z | Checking sha3 v0.10.8 |
2956 | 2025-01-11T00:30:18.281Z | Compiling thiserror-impl-no-std v2.0.2 |
2957 | 2025-01-11T00:30:18.317Z | Checking universal-hash v0.5.1 |
2958 | 2025-01-11T00:30:18.336Z | Compiling blake3 v1.5.4 |
2959 | 2025-01-11T00:30:18.441Z | Checking opaque-debug v0.3.1 |
2960 | 2025-01-11T00:30:18.495Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2961 | 2025-01-11T00:30:18.536Z | Checking poly1305 v0.8.0 |
2962 | 2025-01-11T00:30:18.567Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2963 | 2025-01-11T00:30:18.637Z | Checking chacha20 v0.9.1 |
2964 | 2025-01-11T00:30:18.780Z | Checking aead v0.5.2 |
2965 | 2025-01-11T00:30:18.799Z | Compiling memmap2 v0.9.5 |
2966 | 2025-01-11T00:30:18.890Z | Compiling salty v0.3.0 |
2967 | 2025-01-11T00:30:18.979Z | Compiling constant_time_eq v0.3.1 |
2968 | 2025-01-11T00:30:19.003Z | Compiling arrayvec v0.7.6 |
2969 | 2025-01-11T00:30:19.041Z | Compiling arrayref v0.3.9 |
2970 | 2025-01-11T00:30:19.151Z | Compiling libefi-sys v0.1.0 |
2971 | 2025-01-11T00:30:19.168Z | Checking chacha20poly1305 v0.10.1 |
2972 | 2025-01-11T00:30:19.304Z | Compiling toolchain_find v0.4.0 |
2973 | 2025-01-11T00:30:19.367Z | Compiling camino-tempfile v1.1.1 |
2974 | 2025-01-11T00:30:19.393Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2975 | 2025-01-11T00:30:19.437Z | Compiling bitfield-struct v0.6.2 |
2976 | 2025-01-11T00:30:19.741Z | Compiling topological-sort v0.2.2 |
2977 | 2025-01-11T00:30:19.813Z | Compiling mime_guess v2.0.5 |
2978 | 2025-01-11T00:30:19.890Z | Compiling rustfmt-wrapper v0.2.1 |
2979 | 2025-01-11T00:30:20.364Z | Compiling omicron-zone-package v0.12.0 |
2980 | 2025-01-11T00:30:20.462Z | Compiling progenitor v0.9.1 |
2981 | 2025-01-11T00:30:20.588Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2982 | 2025-01-11T00:30:20.729Z | Checking primeorder v0.13.6 |
2983 | 2025-01-11T00:30:20.887Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2984 | 2025-01-11T00:30:20.889Z | Checking env_filter v0.1.2 |
2985 | 2025-01-11T00:30:20.921Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2986 | 2025-01-11T00:30:21.127Z | Checking env_logger v0.11.5 |
2987 | 2025-01-11T00:30:21.186Z | Checking p384 v0.13.0 |
2988 | 2025-01-11T00:30:21.205Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2989 | 2025-01-11T00:30:21.262Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2990 | 2025-01-11T00:30:21.287Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2991 | 2025-01-11T00:30:21.419Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2992 | 2025-01-11T00:30:21.489Z | Checking thiserror-no-std v2.0.2 |
2993 | 2025-01-11T00:30:21.507Z | Compiling zip v2.1.3 |
2994 | 2025-01-11T00:30:21.600Z | Checking vsss-rs v3.3.4 |
2995 | 2025-01-11T00:30:21.714Z | Checking bumpalo v3.16.0 |
2996 | 2025-01-11T00:30:21.837Z | Checking simd-adler32 v0.3.7 |
2997 | 2025-01-11T00:30:21.856Z | Checking lockfree-object-pool v0.1.6 |
2998 | 2025-01-11T00:30:21.930Z | Checking http-range v0.1.5 |
2999 | 2025-01-11T00:30:22.056Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3000 | 2025-01-11T00:30:22.103Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3001 | 2025-01-11T00:30:22.202Z | Checking zopfli v0.8.1 |
3002 | 2025-01-11T00:30:22.361Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3003 | 2025-01-11T00:30:22.361Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3004 | 2025-01-11T00:30:22.668Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3005 | 2025-01-11T00:30:22.852Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3006 | 2025-01-11T00:30:22.869Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3007 | 2025-01-11T00:30:23.061Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3008 | 2025-01-11T00:30:23.295Z | Checking nanorand v0.7.0 |
3009 | 2025-01-11T00:30:23.491Z | Checking atty v0.2.14 |
3010 | 2025-01-11T00:30:23.584Z | Checking glob v0.3.1 |
3011 | 2025-01-11T00:30:23.614Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3012 | 2025-01-11T00:30:23.634Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3013 | 2025-01-11T00:30:23.669Z | Checking flume v0.11.1 |
3014 | 2025-01-11T00:30:23.910Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3015 | 2025-01-11T00:30:24.072Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3016 | 2025-01-11T00:30:24.868Z | Checking hyper-staticfile v0.10.1 |
3017 | 2025-01-11T00:30:25.241Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3018 | 2025-01-11T00:30:25.329Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3019 | 2025-01-11T00:30:25.413Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3020 | 2025-01-11T00:30:25.613Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3021 | 2025-01-11T00:30:25.658Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3022 | 2025-01-11T00:30:26.001Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3023 | 2025-01-11T00:30:26.187Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3024 | 2025-01-11T00:30:26.726Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3025 | 2025-01-11T00:30:27.277Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3026 | 2025-01-11T00:30:27.647Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3027 | 2025-01-11T00:30:30.901Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3028 | 2025-01-11T00:30:30.901Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3029 | 2025-01-11T00:30:39.730Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3030 | 2025-01-11T00:30:53.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
3031 | 2025-01-11T00:30:54.007Z | |
3032 | 2025-01-11T00:30:54.007Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3033 | 2025-01-11T00:30:54.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-11T00:30:54.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-11T00:30:54.775Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3036 | 2025-01-11T00:31:08.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s |
3037 | 2025-01-11T00:31:09.049Z | |
3038 | 2025-01-11T00:31:09.049Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3039 | 2025-01-11T00:31:09.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-11T00:31:09.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-11T00:31:09.824Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3042 | 2025-01-11T00:31:24.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.31s |
3043 | 2025-01-11T00:31:24.560Z | |
3044 | 2025-01-11T00:31:24.560Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3045 | 2025-01-11T00:31:25.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-11T00:31:25.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-11T00:31:25.328Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3048 | 2025-01-11T00:31:39.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s |
3049 | 2025-01-11T00:31:39.675Z | |
3050 | 2025-01-11T00:31:39.675Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3051 | 2025-01-11T00:31:40.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-11T00:31:40.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-11T00:31:40.438Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3054 | 2025-01-11T00:31:54.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.96s |
3055 | 2025-01-11T00:31:54.845Z | |
3056 | 2025-01-11T00:31:54.845Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3057 | 2025-01-11T00:31:55.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2025-01-11T00:31:55.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2025-01-11T00:31:55.605Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3060 | 2025-01-11T00:32:09.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s |
3061 | 2025-01-11T00:32:09.902Z | |
3062 | 2025-01-11T00:32:09.902Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3063 | 2025-01-11T00:32:10.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2025-01-11T00:32:10.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2025-01-11T00:32:10.655Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3066 | 2025-01-11T00:32:24.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s |
3067 | 2025-01-11T00:32:25.035Z | |
3068 | 2025-01-11T00:32:25.035Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3069 | 2025-01-11T00:32:25.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2025-01-11T00:32:25.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2025-01-11T00:32:25.802Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3072 | 2025-01-11T00:32:40.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s |
3073 | 2025-01-11T00:32:40.259Z | |
3074 | 2025-01-11T00:32:40.259Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3075 | 2025-01-11T00:32:40.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2025-01-11T00:32:40.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2025-01-11T00:32:40.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3078 | 2025-01-11T00:32:40.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3079 | 2025-01-11T00:32:40.940Z | |
3080 | 2025-01-11T00:32:40.940Z | info: running `cargo check --bins` on key-manager (120/176) |
3081 | 2025-01-11T00:32:41.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2025-01-11T00:32:41.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2025-01-11T00:32:41.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3084 | 2025-01-11T00:32:41.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3085 | 2025-01-11T00:32:41.586Z | |
3086 | 2025-01-11T00:32:41.587Z | info: running `cargo check --bins` on range-requests (121/176) |
3087 | 2025-01-11T00:32:42.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2025-01-11T00:32:42.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2025-01-11T00:32:42.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2025-01-11T00:32:42.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3091 | 2025-01-11T00:32:42.227Z | |
3092 | 2025-01-11T00:32:42.227Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3093 | 2025-01-11T00:32:42.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2025-01-11T00:32:42.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2025-01-11T00:32:42.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3096 | 2025-01-11T00:32:42.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3097 | 2025-01-11T00:32:42.881Z | |
3098 | 2025-01-11T00:32:42.881Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3099 | 2025-01-11T00:32:43.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2025-01-11T00:32:43.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2025-01-11T00:32:43.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3102 | 2025-01-11T00:32:43.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3103 | 2025-01-11T00:32:43.554Z | |
3104 | 2025-01-11T00:32:43.554Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3105 | 2025-01-11T00:32:44.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2025-01-11T00:32:44.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2025-01-11T00:32:44.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2025-01-11T00:32:44.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3109 | 2025-01-11T00:32:44.187Z | |
3110 | 2025-01-11T00:32:44.187Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3111 | 2025-01-11T00:32:44.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2025-01-11T00:32:44.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2025-01-11T00:32:44.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3114 | 2025-01-11T00:32:44.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3115 | 2025-01-11T00:32:44.856Z | |
3116 | 2025-01-11T00:32:44.856Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3117 | 2025-01-11T00:32:45.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2025-01-11T00:32:45.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2025-01-11T00:32:45.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3120 | 2025-01-11T00:32:45.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3121 | 2025-01-11T00:32:45.524Z | |
3122 | 2025-01-11T00:32:45.524Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3123 | 2025-01-11T00:32:46.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2025-01-11T00:32:46.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2025-01-11T00:32:46.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3126 | 2025-01-11T00:32:46.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3127 | 2025-01-11T00:32:46.186Z | |
3128 | 2025-01-11T00:32:46.186Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3129 | 2025-01-11T00:32:46.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2025-01-11T00:32:46.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2025-01-11T00:32:46.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2025-01-11T00:32:46.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3133 | 2025-01-11T00:32:46.857Z | |
3134 | 2025-01-11T00:32:46.857Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3135 | 2025-01-11T00:32:47.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2025-01-11T00:32:47.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2025-01-11T00:32:47.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3138 | 2025-01-11T00:32:47.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3139 | 2025-01-11T00:32:47.534Z | |
3140 | 2025-01-11T00:32:47.534Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3141 | 2025-01-11T00:32:48.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2025-01-11T00:32:48.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2025-01-11T00:32:48.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3144 | 2025-01-11T00:32:48.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3145 | 2025-01-11T00:32:48.200Z | |
3146 | 2025-01-11T00:32:48.200Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3147 | 2025-01-11T00:32:48.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2025-01-11T00:32:48.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2025-01-11T00:32:48.914Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3150 | 2025-01-11T00:32:48.914Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3151 | 2025-01-11T00:32:49.873Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3152 | 2025-01-11T00:32:52.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
3153 | 2025-01-11T00:32:52.205Z | |
3154 | 2025-01-11T00:32:52.205Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3155 | 2025-01-11T00:32:52.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2025-01-11T00:32:52.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2025-01-11T00:32:52.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3158 | 2025-01-11T00:32:52.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3159 | 2025-01-11T00:32:52.834Z | |
3160 | 2025-01-11T00:32:52.834Z | info: running `cargo check --bins` on cert-dev (133/176) |
3161 | 2025-01-11T00:32:53.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2025-01-11T00:32:53.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2025-01-11T00:32:53.455Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3164 | 2025-01-11T00:32:53.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3165 | 2025-01-11T00:32:53.889Z | |
3166 | 2025-01-11T00:32:53.889Z | info: running `cargo check --bins` on clickana (134/176) |
3167 | 2025-01-11T00:32:54.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2025-01-11T00:32:54.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2025-01-11T00:32:54.564Z | Checking castaway v0.2.3 |
3170 | 2025-01-11T00:32:54.564Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3171 | 2025-01-11T00:32:54.566Z | Checking unicode-truncate v1.1.0 |
3172 | 2025-01-11T00:32:54.566Z | Checking lru v0.12.5 |
3173 | 2025-01-11T00:32:54.566Z | Compiling instability v0.3.2 |
3174 | 2025-01-11T00:32:54.566Z | Checking cassowary v0.3.0 |
3175 | 2025-01-11T00:32:54.778Z | Checking compact_str v0.8.0 |
3176 | 2025-01-11T00:32:55.420Z | Checking ratatui v0.28.1 |
3177 | 2025-01-11T00:32:56.420Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3178 | 2025-01-11T00:32:57.507Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3179 | 2025-01-11T00:32:58.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
3180 | 2025-01-11T00:32:58.600Z | |
3181 | 2025-01-11T00:32:58.600Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3182 | 2025-01-11T00:32:59.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-01-11T00:32:59.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-01-11T00:32:59.311Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3185 | 2025-01-11T00:32:59.311Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3186 | 2025-01-11T00:33:00.397Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3187 | 2025-01-11T00:33:00.912Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3188 | 2025-01-11T00:33:01.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3189 | 2025-01-11T00:33:01.495Z | |
3190 | 2025-01-11T00:33:01.495Z | info: running `cargo check --bins` on ch-dev (136/176) |
3191 | 2025-01-11T00:33:02.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-01-11T00:33:02.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-01-11T00:33:02.200Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3194 | 2025-01-11T00:33:02.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3195 | 2025-01-11T00:33:03.111Z | |
3196 | 2025-01-11T00:33:03.111Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3197 | 2025-01-11T00:33:03.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-01-11T00:33:03.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-01-11T00:33:03.770Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3200 | 2025-01-11T00:33:04.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3201 | 2025-01-11T00:33:04.317Z | |
3202 | 2025-01-11T00:33:04.318Z | info: running `cargo check --bins` on db-dev (138/176) |
3203 | 2025-01-11T00:33:04.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-01-11T00:33:04.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-01-11T00:33:04.979Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3206 | 2025-01-11T00:33:05.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3207 | 2025-01-11T00:33:05.891Z | |
3208 | 2025-01-11T00:33:05.891Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3209 | 2025-01-11T00:33:06.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2025-01-11T00:33:06.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2025-01-11T00:33:06.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3212 | 2025-01-11T00:33:06.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3213 | 2025-01-11T00:33:06.558Z | |
3214 | 2025-01-11T00:33:06.558Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3215 | 2025-01-11T00:33:07.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2025-01-11T00:33:07.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2025-01-11T00:33:07.199Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3218 | 2025-01-11T00:33:08.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
3219 | 2025-01-11T00:33:08.285Z | |
3220 | 2025-01-11T00:33:08.285Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3221 | 2025-01-11T00:33:08.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-01-11T00:33:08.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-01-11T00:33:08.929Z | Checking cargo-platform v0.1.8 |
3224 | 2025-01-11T00:33:09.199Z | Checking cargo_metadata v0.18.1 |
3225 | 2025-01-11T00:33:10.180Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3226 | 2025-01-11T00:33:11.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3227 | 2025-01-11T00:33:11.191Z | |
3228 | 2025-01-11T00:33:11.191Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3229 | 2025-01-11T00:33:11.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2025-01-11T00:33:11.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2025-01-11T00:33:11.933Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3232 | 2025-01-11T00:33:13.481Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3233 | 2025-01-11T00:33:14.142Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3234 | 2025-01-11T00:33:14.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3235 | 2025-01-11T00:33:14.934Z | |
3236 | 2025-01-11T00:33:14.935Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3237 | 2025-01-11T00:33:15.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2025-01-11T00:33:15.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2025-01-11T00:33:15.743Z | Compiling crunchy v0.2.2 |
3240 | 2025-01-11T00:33:15.743Z | Compiling tiny-keccak v2.0.2 |
3241 | 2025-01-11T00:33:15.746Z | Compiling dsl_auto_type v0.1.2 |
3242 | 2025-01-11T00:33:15.746Z | Checking scheduled-thread-pool v0.2.7 |
3243 | 2025-01-11T00:33:15.746Z | Compiling diesel_table_macro_syntax v0.2.0 |
3244 | 2025-01-11T00:33:15.897Z | Compiling ascii-canvas v3.0.0 |
3245 | 2025-01-11T00:33:15.899Z | Compiling ena v0.14.3 |
3246 | 2025-01-11T00:33:15.911Z | Compiling regex-syntax v0.6.29 |
3247 | 2025-01-11T00:33:16.064Z | Checking r2d2 v0.8.10 |
3248 | 2025-01-11T00:33:16.141Z | Compiling diff v0.1.13 |
3249 | 2025-01-11T00:33:16.326Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3250 | 2025-01-11T00:33:16.346Z | Compiling ref-cast v1.0.23 |
3251 | 2025-01-11T00:33:16.411Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3252 | 2025-01-11T00:33:16.458Z | Compiling derive_builder_core v0.20.2 |
3253 | 2025-01-11T00:33:16.556Z | Compiling libxml v0.3.3 |
3254 | 2025-01-11T00:33:16.669Z | Compiling ref-cast-impl v1.0.23 |
3255 | 2025-01-11T00:33:16.792Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3256 | 2025-01-11T00:33:16.982Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3257 | 2025-01-11T00:33:17.006Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3258 | 2025-01-11T00:33:17.178Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3259 | 2025-01-11T00:33:17.284Z | Compiling strum_macros v0.24.3 |
3260 | 2025-01-11T00:33:17.340Z | Compiling samael v0.0.17 |
3261 | 2025-01-11T00:33:17.495Z | Compiling diesel_derives v2.2.3 |
3262 | 2025-01-11T00:33:17.602Z | Compiling indoc v1.0.9 |
3263 | 2025-01-11T00:33:18.613Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3264 | 2025-01-11T00:33:18.893Z | Compiling oso-derive v0.27.3 |
3265 | 2025-01-11T00:33:18.926Z | Compiling derive_builder_macro v0.20.2 |
3266 | 2025-01-11T00:33:19.198Z | Compiling lalrpop v0.19.12 |
3267 | 2025-01-11T00:33:19.808Z | Checking derive_builder v0.20.2 |
3268 | 2025-01-11T00:33:19.923Z | Compiling impl-trait-for-tuples v0.2.2 |
3269 | 2025-01-11T00:33:19.956Z | Checking quick-xml v0.33.0 |
3270 | 2025-01-11T00:33:20.325Z | Compiling diesel-dtrace v0.4.2 |
3271 | 2025-01-11T00:33:20.606Z | Checking maplit v1.0.2 |
3272 | 2025-01-11T00:33:20.833Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3273 | 2025-01-11T00:33:21.011Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3274 | 2025-01-11T00:33:21.286Z | Checking bb8 v0.8.5 |
3275 | 2025-01-11T00:33:21.871Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3276 | 2025-01-11T00:33:21.929Z | Checking rand_seeder v0.3.0 |
3277 | 2025-01-11T00:33:22.174Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3278 | 2025-01-11T00:33:22.202Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3279 | 2025-01-11T00:33:22.223Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3280 | 2025-01-11T00:33:22.384Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3281 | 2025-01-11T00:33:22.553Z | Checking is_ci v1.2.0 |
3282 | 2025-01-11T00:33:22.652Z | Checking unicode-linebreak v0.1.5 |
3283 | 2025-01-11T00:33:22.695Z | Checking smawk v0.3.2 |
3284 | 2025-01-11T00:33:22.917Z | Checking supports-color v3.0.1 |
3285 | 2025-01-11T00:33:23.082Z | Checking textwrap v0.16.1 |
3286 | 2025-01-11T00:33:23.134Z | Checking multimap v0.10.0 |
3287 | 2025-01-11T00:33:24.156Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3288 | 2025-01-11T00:33:26.898Z | Checking diesel v2.2.6 |
3289 | 2025-01-11T00:33:52.825Z | Compiling polar-core v0.27.3 |
3290 | 2025-01-11T00:33:56.869Z | Checking async-bb8-diesel v0.2.1 |
3291 | 2025-01-11T00:34:00.254Z | Checking oso v0.27.3 |
3292 | 2025-01-11T00:35:14.112Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3293 | 2025-01-11T00:35:20.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
3294 | 2025-01-11T00:35:20.832Z | |
3295 | 2025-01-11T00:35:20.832Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3296 | 2025-01-11T00:35:21.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2025-01-11T00:35:21.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2025-01-11T00:35:21.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2025-01-11T00:35:21.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3300 | 2025-01-11T00:35:21.545Z | |
3301 | 2025-01-11T00:35:21.545Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3302 | 2025-01-11T00:35:22.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2025-01-11T00:35:22.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2025-01-11T00:35:22.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2025-01-11T00:35:22.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3306 | 2025-01-11T00:35:22.251Z | |
3307 | 2025-01-11T00:35:22.251Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3308 | 2025-01-11T00:35:22.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2025-01-11T00:35:22.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2025-01-11T00:35:22.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2025-01-11T00:35:22.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3312 | 2025-01-11T00:35:22.898Z | |
3313 | 2025-01-11T00:35:22.899Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3314 | 2025-01-11T00:35:23.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2025-01-11T00:35:23.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2025-01-11T00:35:23.716Z | Compiling libz-sys v1.1.20 |
3317 | 2025-01-11T00:35:23.832Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3318 | 2025-01-11T00:35:23.845Z | Compiling vergen v8.3.2 |
3319 | 2025-01-11T00:35:23.849Z | Compiling cargo-platform v0.1.8 |
3320 | 2025-01-11T00:35:23.849Z | Compiling pin-project-internal v1.1.6 |
3321 | 2025-01-11T00:35:23.886Z | Compiling snafu-derive v0.8.5 |
3322 | 2025-01-11T00:35:23.886Z | Compiling libsqlite3-sys v0.30.1 |
3323 | 2025-01-11T00:35:23.888Z | Compiling rustls v0.21.12 |
3324 | 2025-01-11T00:35:24.148Z | Compiling buf-list v1.0.3 |
3325 | 2025-01-11T00:35:24.183Z | Compiling cargo_metadata v0.18.1 |
3326 | 2025-01-11T00:35:24.361Z | Compiling cfg_aliases v0.2.1 |
3327 | 2025-01-11T00:35:24.488Z | Compiling nix v0.29.0 |
3328 | 2025-01-11T00:35:24.526Z | Checking globset v0.4.15 |
3329 | 2025-01-11T00:35:24.801Z | Checking sct v0.7.1 |
3330 | 2025-01-11T00:35:24.835Z | Checking olpc-cjson v0.1.4 |
3331 | 2025-01-11T00:35:25.011Z | Checking rustls-webpki v0.101.7 |
3332 | 2025-01-11T00:35:25.031Z | Checking serde_plain v1.0.2 |
3333 | 2025-01-11T00:35:25.048Z | Checking typed-path v0.9.3 |
3334 | 2025-01-11T00:35:25.566Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3335 | 2025-01-11T00:35:25.843Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3336 | 2025-01-11T00:35:25.862Z | Checking hashlink v0.9.1 |
3337 | 2025-01-11T00:35:26.118Z | Checking fallible-streaming-iterator v0.1.9 |
3338 | 2025-01-11T00:35:26.309Z | Checking parse-size v1.1.0 |
3339 | 2025-01-11T00:35:26.478Z | Checking fallible-iterator v0.3.0 |
3340 | 2025-01-11T00:35:26.848Z | Checking pin-project v1.1.6 |
3341 | 2025-01-11T00:35:26.983Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3342 | 2025-01-11T00:35:27.013Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3343 | 2025-01-11T00:35:27.072Z | Checking rustls-pemfile v1.0.4 |
3344 | 2025-01-11T00:35:27.160Z | Checking rusqlite v0.32.1 |
3345 | 2025-01-11T00:35:27.276Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3346 | 2025-01-11T00:35:27.798Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3347 | 2025-01-11T00:35:27.993Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3348 | 2025-01-11T00:35:28.026Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3349 | 2025-01-11T00:35:28.047Z | Checking twox-hash v1.6.3 |
3350 | 2025-01-11T00:35:28.166Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3351 | 2025-01-11T00:35:28.493Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3352 | 2025-01-11T00:35:28.746Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3353 | 2025-01-11T00:35:29.100Z | Checking tokio-rustls v0.24.1 |
3354 | 2025-01-11T00:35:29.197Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3355 | 2025-01-11T00:35:29.370Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3356 | 2025-01-11T00:35:29.447Z | Checking fatfs v0.3.6 |
3357 | 2025-01-11T00:35:29.572Z | Checking snafu v0.8.5 |
3358 | 2025-01-11T00:35:30.059Z | Checking tough v0.19.0 |
3359 | 2025-01-11T00:35:30.207Z | Checking assert_matches v1.5.0 |
3360 | 2025-01-11T00:35:34.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3361 | 2025-01-11T00:35:35.910Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3362 | 2025-01-11T00:35:36.406Z | Compiling git2 v0.19.0 |
3363 | 2025-01-11T00:35:41.272Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3364 | 2025-01-11T00:36:36.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3365 | 2025-01-11T00:36:36.721Z | |
3366 | 2025-01-11T00:36:36.721Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3367 | 2025-01-11T00:36:37.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-01-11T00:36:37.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-01-11T00:36:37.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3370 | 2025-01-11T00:36:37.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3371 | 2025-01-11T00:36:37.436Z | |
3372 | 2025-01-11T00:36:37.436Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3373 | 2025-01-11T00:36:37.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-01-11T00:36:37.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-01-11T00:36:37.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3376 | 2025-01-11T00:36:37.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3377 | 2025-01-11T00:36:38.065Z | |
3378 | 2025-01-11T00:36:38.065Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3379 | 2025-01-11T00:36:38.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-01-11T00:36:38.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-01-11T00:36:38.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3382 | 2025-01-11T00:36:38.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3383 | 2025-01-11T00:36:38.744Z | |
3384 | 2025-01-11T00:36:38.744Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3385 | 2025-01-11T00:36:39.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3386 | 2025-01-11T00:36:39.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3387 | 2025-01-11T00:36:39.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3388 | 2025-01-11T00:36:39.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3389 | 2025-01-11T00:36:39.448Z | |
3390 | 2025-01-11T00:36:39.448Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3391 | 2025-01-11T00:36:40.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2025-01-11T00:36:40.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2025-01-11T00:36:40.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2025-01-11T00:36:40.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3395 | 2025-01-11T00:36:40.154Z | |
3396 | 2025-01-11T00:36:40.154Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3397 | 2025-01-11T00:36:40.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2025-01-11T00:36:40.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2025-01-11T00:36:40.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3400 | 2025-01-11T00:36:40.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3401 | 2025-01-11T00:36:40.843Z | |
3402 | 2025-01-11T00:36:40.843Z | info: running `cargo check --bins` on update-common (154/176) |
3403 | 2025-01-11T00:36:41.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-01-11T00:36:41.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-01-11T00:36:41.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2025-01-11T00:36:41.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3407 | 2025-01-11T00:36:41.516Z | |
3408 | 2025-01-11T00:36:41.516Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3409 | 2025-01-11T00:36:42.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-11T00:36:42.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-11T00:36:42.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3412 | 2025-01-11T00:36:42.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3413 | 2025-01-11T00:36:42.182Z | |
3414 | 2025-01-11T00:36:42.182Z | info: running `cargo check --bins` on tufaceous (156/176) |
3415 | 2025-01-11T00:36:42.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-11T00:36:42.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-11T00:36:42.866Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3418 | 2025-01-11T00:36:44.152Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3419 | 2025-01-11T00:36:45.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
3420 | 2025-01-11T00:36:45.278Z | |
3421 | 2025-01-11T00:36:45.278Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3422 | 2025-01-11T00:36:45.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3423 | 2025-01-11T00:36:45.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3424 | 2025-01-11T00:36:46.186Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3425 | 2025-01-11T00:36:46.189Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3426 | 2025-01-11T00:36:46.327Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3427 | 2025-01-11T00:36:46.330Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3428 | 2025-01-11T00:36:47.395Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3429 | 2025-01-11T00:37:14.571Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3430 | 2025-01-11T00:37:14.571Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3431 | 2025-01-11T00:37:14.574Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3432 | 2025-01-11T00:37:14.574Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3433 | 2025-01-11T00:37:14.574Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3434 | 2025-01-11T00:37:15.582Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3435 | 2025-01-11T00:37:16.928Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3436 | 2025-01-11T00:37:57.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3437 | 2025-01-11T00:37:57.764Z | |
3438 | 2025-01-11T00:37:57.764Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3439 | 2025-01-11T00:37:58.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3440 | 2025-01-11T00:37:58.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3441 | 2025-01-11T00:37:58.497Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3442 | 2025-01-11T00:37:58.500Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3443 | 2025-01-11T00:37:58.500Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3444 | 2025-01-11T00:37:58.631Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3445 | 2025-01-11T00:37:58.633Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3446 | 2025-01-11T00:37:58.660Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3447 | 2025-01-11T00:37:58.676Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3448 | 2025-01-11T00:37:58.679Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3449 | 2025-01-11T00:37:58.821Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3450 | 2025-01-11T00:37:58.882Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3451 | 2025-01-11T00:37:58.959Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3452 | 2025-01-11T00:37:59.347Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3453 | 2025-01-11T00:37:59.458Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3454 | 2025-01-11T00:37:59.950Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3455 | 2025-01-11T00:38:00.137Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3456 | 2025-01-11T00:38:00.686Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3457 | 2025-01-11T00:38:01.387Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3458 | 2025-01-11T00:38:01.821Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3459 | 2025-01-11T00:38:02.466Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3460 | 2025-01-11T00:38:02.688Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3461 | 2025-01-11T00:38:04.520Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3462 | 2025-01-11T00:38:04.520Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3463 | 2025-01-11T00:38:06.149Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3464 | 2025-01-11T00:38:07.804Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3465 | 2025-01-11T00:38:13.373Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3466 | 2025-01-11T00:38:13.375Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3467 | 2025-01-11T00:38:14.686Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3468 | 2025-01-11T00:38:15.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.09s |
3469 | 2025-01-11T00:38:16.054Z | |
3470 | 2025-01-11T00:38:16.054Z | info: running `cargo check --bins` on installinator-api (159/176) |
3471 | 2025-01-11T00:38:16.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3472 | 2025-01-11T00:38:16.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3473 | 2025-01-11T00:38:16.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3474 | 2025-01-11T00:38:16.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3475 | 2025-01-11T00:38:16.715Z | |
3476 | 2025-01-11T00:38:16.715Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3477 | 2025-01-11T00:38:17.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2025-01-11T00:38:17.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2025-01-11T00:38:17.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3480 | 2025-01-11T00:38:17.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3481 | 2025-01-11T00:38:17.383Z | |
3482 | 2025-01-11T00:38:17.383Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3483 | 2025-01-11T00:38:17.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-01-11T00:38:17.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-01-11T00:38:18.105Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3486 | 2025-01-11T00:38:18.107Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3487 | 2025-01-11T00:38:18.107Z | Compiling petname v2.0.2 |
3488 | 2025-01-11T00:38:18.107Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3489 | 2025-01-11T00:38:18.107Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3490 | 2025-01-11T00:38:18.107Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3491 | 2025-01-11T00:38:18.223Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3492 | 2025-01-11T00:38:18.256Z | Checking sync-ptr v0.1.1 |
3493 | 2025-01-11T00:38:24.001Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3494 | 2025-01-11T00:38:24.717Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3495 | 2025-01-11T00:38:26.002Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3496 | 2025-01-11T00:38:27.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s |
3497 | 2025-01-11T00:38:27.891Z | |
3498 | 2025-01-11T00:38:27.891Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3499 | 2025-01-11T00:38:28.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2025-01-11T00:38:28.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2025-01-11T00:38:28.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2025-01-11T00:38:28.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3503 | 2025-01-11T00:38:28.581Z | |
3504 | 2025-01-11T00:38:28.581Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3505 | 2025-01-11T00:38:29.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-01-11T00:38:29.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-01-11T00:38:29.264Z | Checking memmap2 v0.9.5 |
3508 | 2025-01-11T00:38:29.264Z | Checking constant_time_eq v0.3.1 |
3509 | 2025-01-11T00:38:29.266Z | Checking arrayref v0.3.9 |
3510 | 2025-01-11T00:38:29.267Z | Checking arrayvec v0.7.6 |
3511 | 2025-01-11T00:38:29.267Z | Checking topological-sort v0.2.2 |
3512 | 2025-01-11T00:38:29.267Z | Checking shell-words v1.1.0 |
3513 | 2025-01-11T00:38:29.638Z | Checking blake3 v1.5.4 |
3514 | 2025-01-11T00:38:30.001Z | Checking omicron-zone-package v0.12.0 |
3515 | 2025-01-11T00:38:31.238Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3516 | 2025-01-11T00:38:32.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
3517 | 2025-01-11T00:38:32.396Z | |
3518 | 2025-01-11T00:38:32.396Z | info: running `cargo check --bins` on xtask (164/176) |
3519 | 2025-01-11T00:38:32.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-01-11T00:38:32.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-01-11T00:38:32.842Z | Checking bitflags v2.6.0 |
3522 | 2025-01-11T00:38:32.845Z | Checking serde v1.0.217 |
3523 | 2025-01-11T00:38:32.845Z | Checking thiserror v1.0.69 |
3524 | 2025-01-11T00:38:32.939Z | Checking scroll v0.12.0 |
3525 | 2025-01-11T00:38:32.942Z | Checking hashbrown v0.15.1 |
3526 | 2025-01-11T00:38:32.959Z | Checking log v0.4.22 |
3527 | 2025-01-11T00:38:32.962Z | Checking zerocopy v0.7.35 |
3528 | 2025-01-11T00:38:32.981Z | Checking syn v2.0.96 |
3529 | 2025-01-11T00:38:33.037Z | Checking pest v2.7.14 |
3530 | 2025-01-11T00:38:33.172Z | Checking rustix v0.38.37 |
3531 | 2025-01-11T00:38:33.219Z | Checking once_cell v1.20.2 |
3532 | 2025-01-11T00:38:33.390Z | Checking goblin v0.8.2 |
3533 | 2025-01-11T00:38:33.525Z | Checking fs-err v2.11.0 |
3534 | 2025-01-11T00:38:33.835Z | Checking anyhow v1.0.93 |
3535 | 2025-01-11T00:38:33.990Z | Checking indexmap v2.7.0 |
3536 | 2025-01-11T00:38:34.200Z | Checking tabled v0.15.0 |
3537 | 2025-01-11T00:38:35.054Z | Checking terminal_size v0.4.0 |
3538 | 2025-01-11T00:38:35.054Z | Checking tempfile v3.13.0 |
3539 | 2025-01-11T00:38:35.225Z | Checking clap_builder v4.5.21 |
3540 | 2025-01-11T00:38:35.573Z | Checking dtrace-parser v0.2.0 |
3541 | 2025-01-11T00:38:37.324Z | Checking serde_json v1.0.135 |
3542 | 2025-01-11T00:38:37.324Z | Checking serde_spanned v0.6.8 |
3543 | 2025-01-11T00:38:37.324Z | Checking toml_datetime v0.6.8 |
3544 | 2025-01-11T00:38:37.326Z | Checking camino v1.1.9 |
3545 | 2025-01-11T00:38:37.326Z | Checking cargo-platform v0.1.8 |
3546 | 2025-01-11T00:38:37.454Z | Checking semver v1.0.24 |
3547 | 2025-01-11T00:38:37.550Z | Checking clap v4.5.21 |
3548 | 2025-01-11T00:38:37.595Z | Checking macaddr v1.0.1 |
3549 | 2025-01-11T00:38:37.632Z | Checking toml_edit v0.22.22 |
3550 | 2025-01-11T00:38:37.879Z | Checking camino-tempfile v1.1.1 |
3551 | 2025-01-11T00:38:38.562Z | Checking dof v0.3.0 |
3552 | 2025-01-11T00:38:38.562Z | Checking cargo_metadata v0.18.1 |
3553 | 2025-01-11T00:38:38.991Z | Checking usdt-impl v0.5.0 |
3554 | 2025-01-11T00:38:39.366Z | Checking usdt v0.5.0 |
3555 | 2025-01-11T00:38:39.412Z | Checking toml v0.8.19 |
3556 | 2025-01-11T00:38:39.897Z | Checking cargo_toml v0.20.5 |
3557 | 2025-01-11T00:38:41.106Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3558 | 2025-01-11T00:38:41.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s |
3559 | 2025-01-11T00:38:41.829Z | |
3560 | 2025-01-11T00:38:41.829Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3561 | 2025-01-11T00:38:42.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3562 | 2025-01-11T00:38:42.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3563 | 2025-01-11T00:38:42.624Z | Checking polyval v0.6.2 |
3564 | 2025-01-11T00:38:42.739Z | Checking ctr v0.9.2 |
3565 | 2025-01-11T00:38:42.752Z | Checking ssh-encoding v0.2.0 |
3566 | 2025-01-11T00:38:42.754Z | Checking blowfish v0.9.1 |
3567 | 2025-01-11T00:38:42.776Z | Checking password-hash v0.4.2 |
3568 | 2025-01-11T00:38:42.779Z | Checking matches v0.1.10 |
3569 | 2025-01-11T00:38:42.810Z | Checking p521 v0.13.3 |
3570 | 2025-01-11T00:38:42.814Z | Checking p256 v0.13.2 |
3571 | 2025-01-11T00:38:42.890Z | Checking idna v0.2.3 |
3572 | 2025-01-11T00:38:42.964Z | Checking ghash v0.5.1 |
3573 | 2025-01-11T00:38:42.984Z | Checking bcrypt-pbkdf v0.10.0 |
3574 | 2025-01-11T00:38:42.999Z | Compiling enum-as-inner v0.5.1 |
3575 | 2025-01-11T00:38:43.058Z | Checking russh-cryptovec v0.7.3 |
3576 | 2025-01-11T00:38:43.126Z | Checking aes-gcm v0.10.3 |
3577 | 2025-01-11T00:38:43.184Z | Checking pbkdf2 v0.11.0 |
3578 | 2025-01-11T00:38:43.244Z | Checking md5 v0.7.0 |
3579 | 2025-01-11T00:38:43.266Z | Checking num-bigint v0.4.6 |
3580 | 2025-01-11T00:38:43.312Z | Checking des v0.8.1 |
3581 | 2025-01-11T00:38:43.360Z | Checking ssh-cipher v0.2.0 |
3582 | 2025-01-11T00:38:43.462Z | Checking hex-literal v0.4.1 |
3583 | 2025-01-11T00:38:43.517Z | Compiling dhcproto-macros v0.1.0 |
3584 | 2025-01-11T00:38:43.568Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3585 | 2025-01-11T00:38:43.604Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3586 | 2025-01-11T00:38:43.657Z | Checking ssh-key v0.6.6 |
3587 | 2025-01-11T00:38:43.713Z | Checking internet-checksum v0.2.1 |
3588 | 2025-01-11T00:38:44.043Z | Checking trust-dns-proto v0.22.0 |
3589 | 2025-01-11T00:38:45.012Z | Checking russh-keys v0.45.0 |
3590 | 2025-01-11T00:38:45.979Z | Checking russh v0.45.0 |
3591 | 2025-01-11T00:38:46.669Z | Checking dhcproto v0.12.0 |
3592 | 2025-01-11T00:39:04.821Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3593 | 2025-01-11T00:39:06.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.50s |
3594 | 2025-01-11T00:39:06.551Z | |
3595 | 2025-01-11T00:39:06.552Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3596 | 2025-01-11T00:39:07.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-01-11T00:39:07.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-01-11T00:39:07.230Z | Checking termios v0.3.3 |
3599 | 2025-01-11T00:39:07.452Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3600 | 2025-01-11T00:39:08.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
3601 | 2025-01-11T00:39:08.474Z | |
3602 | 2025-01-11T00:39:08.474Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3603 | 2025-01-11T00:39:09.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-01-11T00:39:09.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-01-11T00:39:09.194Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3606 | 2025-01-11T00:39:09.194Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3607 | 2025-01-11T00:39:09.197Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3608 | 2025-01-11T00:39:09.197Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3609 | 2025-01-11T00:39:10.329Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3610 | 2025-01-11T00:39:11.690Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3611 | 2025-01-11T00:39:13.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
3612 | 2025-01-11T00:39:13.852Z | |
3613 | 2025-01-11T00:39:13.852Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3614 | 2025-01-11T00:39:14.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3615 | 2025-01-11T00:39:14.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3616 | 2025-01-11T00:39:14.520Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3617 | 2025-01-11T00:39:15.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
3618 | 2025-01-11T00:39:15.206Z | |
3619 | 2025-01-11T00:39:15.206Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3620 | 2025-01-11T00:39:15.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3621 | 2025-01-11T00:39:15.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3622 | 2025-01-11T00:39:15.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3623 | 2025-01-11T00:39:15.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3624 | 2025-01-11T00:39:15.828Z | |
3625 | 2025-01-11T00:39:15.828Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3626 | 2025-01-11T00:39:16.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3627 | 2025-01-11T00:39:16.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3628 | 2025-01-11T00:39:16.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3629 | 2025-01-11T00:39:16.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3630 | 2025-01-11T00:39:16.465Z | |
3631 | 2025-01-11T00:39:16.465Z | info: running `cargo check --bins` on omicron-package (171/176) |
3632 | 2025-01-11T00:39:17.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3633 | 2025-01-11T00:39:17.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3634 | 2025-01-11T00:39:17.163Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3635 | 2025-01-11T00:39:18.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3636 | 2025-01-11T00:39:18.813Z | |
3637 | 2025-01-11T00:39:18.813Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3638 | 2025-01-11T00:39:19.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3639 | 2025-01-11T00:39:19.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3640 | 2025-01-11T00:39:19.557Z | Checking rtoolbox v0.0.2 |
3641 | 2025-01-11T00:39:19.560Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3642 | 2025-01-11T00:39:19.560Z | Checking tui-tree-widget v0.22.0 |
3643 | 2025-01-11T00:39:19.788Z | Checking rpassword v7.3.1 |
3644 | 2025-01-11T00:39:24.193Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3645 | 2025-01-11T00:39:27.316Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3646 | 2025-01-11T00:39:28.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.80s |
3647 | 2025-01-11T00:39:28.810Z | |
3648 | 2025-01-11T00:39:28.810Z | info: running `cargo check --bins` on wicket (173/176) |
3649 | 2025-01-11T00:39:29.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3650 | 2025-01-11T00:39:29.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3651 | 2025-01-11T00:39:29.551Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3652 | 2025-01-11T00:39:30.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
3653 | 2025-01-11T00:39:30.226Z | |
3654 | 2025-01-11T00:39:30.226Z | info: running `cargo check --bins` on wicketd (174/176) |
3655 | 2025-01-11T00:39:30.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3656 | 2025-01-11T00:39:30.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3657 | 2025-01-11T00:39:30.970Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3658 | 2025-01-11T00:39:30.973Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3659 | 2025-01-11T00:39:31.877Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3660 | 2025-01-11T00:39:35.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
3661 | 2025-01-11T00:39:36.035Z | |
3662 | 2025-01-11T00:39:36.035Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3663 | 2025-01-11T00:39:36.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3664 | 2025-01-11T00:39:36.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3665 | 2025-01-11T00:39:36.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3666 | 2025-01-11T00:39:36.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3667 | 2025-01-11T00:39:36.665Z | |
3668 | 2025-01-11T00:39:36.665Z | info: running `cargo check --bins` on zone-setup (176/176) |
3669 | 2025-01-11T00:39:37.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3670 | 2025-01-11T00:39:37.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3671 | 2025-01-11T00:39:37.425Z | Checking uzers v0.12.1 |
3672 | 2025-01-11T00:39:37.774Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3673 | 2025-01-11T00:39:39.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s |
3674 | 2025-01-11T00:39:39.231Z | |
3675 | 2025-01-11T00:39:39.231Z | real 14:20.474497968 |
3676 | 2025-01-11T00:39:39.231Z | user 26:41.175520780 |
3677 | 2025-01-11T00:39:39.231Z | sys 6:00.822502040 |
3678 | 2025-01-11T00:39:39.231Z | trap 0.513317084 |
3679 | 2025-01-11T00:39:39.231Z | tflt 2.442551433 |
3680 | 2025-01-11T00:39:39.231Z | dflt 3.463832802 |
3681 | 2025-01-11T00:39:39.234Z | kflt 0.000809122 |
3682 | 2025-01-11T00:39:39.234Z | lock 51:45.721710503 |
3683 | 2025-01-11T00:39:39.234Z | slp 2:19:15.162966729 |
3684 | 2025-01-11T00:39:39.234Z | lat 1:07.976824021 |
3685 | 2025-01-11T00:39:39.234Z | stop 3:42.114560304 |
3686 | 2025-01-11T00:39:39.234Z | process exited: duration 1292311 ms, exit code 0 |
|
3687 | 2025-01-11T00:39:39.239Z | found 0 output files |