|
|
|
1 | 2025-01-09T01:07:39.116Z | job assigned to worker 01JH49K87T5RDFCSAWFVTE8MZ9 [factory aws, i-0f5b544d154dfdd0a] (queued for 46 s) |
|
2 | 2025-01-09T01:07:46.590Z | starting task 0: "setup" |
3 | 2025-01-09T01:07:46.599Z | ++ uname -s |
4 | 2025-01-09T01:07:46.602Z | + kern=SunOS |
5 | 2025-01-09T01:07:46.602Z | + case "$kern" in |
6 | 2025-01-09T01:07:46.602Z | + groupadd -g 12345 build |
7 | 2025-01-09T01:07:46.605Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T01:07:48.610Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T01:07:48.774Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T01:07:48.777Z | + home_fs=zfs |
11 | 2025-01-09T01:07:48.777Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T01:07:48.777Z | + mkdir -p /home/build |
13 | 2025-01-09T01:07:48.780Z | + chown build:build /home/build /work |
14 | 2025-01-09T01:07:50.780Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T01:07:50.783Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2025-01-09T01:07:50.788Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T01:07:50.794Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T01:07:50.794Z | ' 1.81.0 |
19 | 2025-01-09T01:07:50.794Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-09T01:07:50.794Z | ' default |
21 | 2025-01-09T01:07:50.794Z | * toolchain channel = "1.81.0" |
22 | 2025-01-09T01:07:50.794Z | * toolchain profile = "default" |
23 | 2025-01-09T01:07:50.796Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T01:07:50.796Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T01:07:50.913Z | info: downloading installer |
26 | 2025-01-09T01:07:52.310Z | info: profile set to 'default' |
27 | 2025-01-09T01:07:52.310Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T01:07:52.312Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T01:07:52.463Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T01:07:52.463Z | info: downloading component 'cargo' |
31 | 2025-01-09T01:07:53.307Z | info: downloading component 'clippy' |
32 | 2025-01-09T01:07:53.621Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T01:07:54.792Z | info: downloading component 'rust-std' |
34 | 2025-01-09T01:07:56.618Z | info: downloading component 'rustc' |
35 | 2025-01-09T01:08:03.174Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T01:08:03.420Z | info: installing component 'cargo' |
37 | 2025-01-09T01:08:04.227Z | info: installing component 'clippy' |
38 | 2025-01-09T01:08:04.587Z | info: installing component 'rust-docs' |
39 | 2025-01-09T01:08:06.226Z | info: installing component 'rust-std' |
40 | 2025-01-09T01:08:07.968Z | info: installing component 'rustc' |
41 | 2025-01-09T01:08:13.665Z | info: installing component 'rustfmt' |
42 | 2025-01-09T01:08:13.984Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T01:08:13.984Z | |
44 | 2025-01-09T01:08:14.351Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T01:08:14.351Z | |
46 | 2025-01-09T01:08:14.354Z | |
47 | 2025-01-09T01:08:14.354Z | Rust is installed now. Great! |
48 | 2025-01-09T01:08:14.354Z | |
49 | 2025-01-09T01:08:14.354Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T01:08:14.354Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T01:08:14.354Z | |
52 | 2025-01-09T01:08:14.355Z | To configure your current shell, you need to source |
53 | 2025-01-09T01:08:14.355Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T01:08:14.355Z | |
55 | 2025-01-09T01:08:14.355Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T01:08:14.355Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T01:08:14.355Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T01:08:14.429Z | + rustc --version |
59 | 2025-01-09T01:08:14.496Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T01:08:14.499Z | process exited: duration 23708 ms, exit code 0 |
|
61 | 2025-01-09T01:08:14.504Z | starting task 2: "authentication" |
62 | 2025-01-09T01:08:14.525Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-09T01:08:14.531Z | starting task 3: "clone repository" |
64 | 2025-01-09T01:08:14.536Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T01:08:14.539Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T01:08:14.677Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T01:08:22.205Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T01:08:22.205Z | + git fetch origin ca9a5006d388cf91c86766f47d1f66b83df08d14 |
69 | 2025-01-09T01:08:22.502Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T01:08:22.502Z | * branch ca9a5006d388cf91c86766f47d1f66b83df08d14 -> FETCH_HEAD |
71 | 2025-01-09T01:08:22.512Z | + [[ -n john/blueprint-id-map ]] |
72 | 2025-01-09T01:08:22.515Z | ++ git branch --show-current |
73 | 2025-01-09T01:08:22.518Z | + current=main |
74 | 2025-01-09T01:08:22.518Z | + [[ main != john/blueprint-id-map ]] |
75 | 2025-01-09T01:08:22.518Z | + git branch -f john/blueprint-id-map ca9a5006d388cf91c86766f47d1f66b83df08d14 |
76 | 2025-01-09T01:08:22.520Z | + git checkout -f john/blueprint-id-map |
77 | 2025-01-09T01:08:22.697Z | Switched to branch 'john/blueprint-id-map' |
78 | 2025-01-09T01:08:22.700Z | + git reset --hard ca9a5006d388cf91c86766f47d1f66b83df08d14 |
79 | 2025-01-09T01:08:22.720Z | HEAD is now at ca9a5006d fixup openapi schema |
80 | 2025-01-09T01:08:22.723Z | process exited: duration 8189 ms, exit code 0 |
|
81 | 2025-01-09T01:08:22.728Z | starting task 4: "build" |
82 | 2025-01-09T01:08:22.733Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-09T01:08:22.733Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-09T01:08:22.736Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-09T01:08:22.736Z | + cargo --version |
86 | 2025-01-09T01:08:22.791Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-09T01:08:22.793Z | + rustc --version |
88 | 2025-01-09T01:08:22.855Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-09T01:08:22.857Z | + source ./env.sh |
90 | 2025-01-09T01:08:22.857Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-09T01:08:22.857Z | ++ set -o xtrace |
92 | 2025-01-09T01:08:22.860Z | ++++ dirname ./env.sh |
93 | 2025-01-09T01:08:22.862Z | +++ readlink -f . |
94 | 2025-01-09T01:08:22.878Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-09T01:08:22.881Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-09T01:08:22.881Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-09T01:08:22.881Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2025-01-09T01:08:22.881Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2025-01-09T01:08:22.881Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2025-01-09T01:08:22.881Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2025-01-09T01:08:22.881Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2025-01-09T01:08:22.881Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-01-09T01:08:22.881Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-09T01:08:22.881Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-09T01:08:22.881Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2025-01-09T01:08:22.881Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2025-01-09T01:08:22.881Z | + banner prerequisites |
108 | 2025-01-09T01:08:22.884Z | |
109 | 2025-01-09T01:08:22.884Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-09T01:08:22.884Z | # # # # # # # # # # # # # # # |
111 | 2025-01-09T01:08:22.884Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-09T01:08:22.884Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-09T01:08:22.884Z | # # # # # # # # # # # # # # # |
114 | 2025-01-09T01:08:22.884Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-09T01:08:22.884Z | |
116 | 2025-01-09T01:08:22.884Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-09T01:08:24.629Z | pkg list: illegal option -- F |
118 | 2025-01-09T01:08:24.629Z | Usage: |
119 | 2025-01-09T01:08:24.632Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-09T01:08:24.632Z | [pkg_fmri_pattern ...] |
121 | 2025-01-09T01:08:25.484Z | pkg list: illegal option -- F |
122 | 2025-01-09T01:08:25.484Z | Usage: |
123 | 2025-01-09T01:08:25.487Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-09T01:08:25.488Z | [pkg_fmri_pattern ...] |
125 | 2025-01-09T01:08:31.824Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-09T01:08:35.980Z | Startup: Caching catalogs ... Done |
127 | 2025-01-09T01:08:47.317Z | Planning: Solver setup ... Done (10.297s) |
128 | 2025-01-09T01:08:47.458Z | Planning: Running solver ... Done (0.140s) |
129 | 2025-01-09T01:08:47.849Z | Planning: Finding local manifests ... Done (0.285s) |
130 | 2025-01-09T01:08:47.861Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-09T01:08:48.106Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-09T01:08:48.795Z | Planning: Package planning ... Done (0.689s) |
133 | 2025-01-09T01:08:48.853Z | Planning: Merging actions ... Done (0.057s) |
134 | 2025-01-09T01:08:49.658Z | Planning: Checking for conflicting actions ... Done (0.805s) |
135 | 2025-01-09T01:08:55.429Z | Planning: Consolidating action changes ... Done (5.770s) |
136 | 2025-01-09T01:08:55.837Z | Planning: Evaluating mediators ... Done (0.408s) |
137 | 2025-01-09T01:08:55.922Z | Planning: Planning completed in 19.84 seconds |
138 | 2025-01-09T01:08:55.936Z | Packages to install: 4 |
139 | 2025-01-09T01:08:55.936Z | Packages to update: 3 |
140 | 2025-01-09T01:08:55.939Z | Mediators to change: 2 |
141 | 2025-01-09T01:08:55.939Z | Services to change: 1 |
142 | 2025-01-09T01:08:55.939Z | Estimated space available: 155.63 GB |
143 | 2025-01-09T01:08:55.939Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-09T01:08:55.939Z | Create boot environment: No |
145 | 2025-01-09T01:08:55.939Z | Create backup boot environment: Yes |
146 | 2025-01-09T01:08:55.939Z | Rebuild boot archive: No |
147 | 2025-01-09T01:08:55.939Z | |
148 | 2025-01-09T01:08:55.939Z | Changed mediators: |
149 | 2025-01-09T01:08:55.939Z | mediator clang: |
150 | 2025-01-09T01:08:55.939Z | version: None -> 15 (system default) |
151 | 2025-01-09T01:08:55.939Z | |
152 | 2025-01-09T01:08:55.939Z | mediator llvm: |
153 | 2025-01-09T01:08:55.939Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-09T01:08:55.939Z | |
155 | 2025-01-09T01:08:55.939Z | Changed packages: |
156 | 2025-01-09T01:08:55.939Z | helios-dev |
157 | 2025-01-09T01:08:55.939Z | developer/build-essential |
158 | 2025-01-09T01:08:55.939Z | None -> 11-2.0 |
159 | 2025-01-09T01:08:55.939Z | library/libxmlsec1 |
160 | 2025-01-09T01:08:55.939Z | None -> 1.2.35-2.0 |
161 | 2025-01-09T01:08:55.939Z | ooce/developer/clang-15 |
162 | 2025-01-09T01:08:55.939Z | None -> 15.0.7-2.0 |
163 | 2025-01-09T01:08:55.939Z | ooce/developer/llvm-15 |
164 | 2025-01-09T01:08:55.939Z | None -> 15.0.7-2.0 |
165 | 2025-01-09T01:08:55.939Z | package/pkg |
166 | 2025-01-09T01:08:55.939Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-09T01:08:55.939Z | system/library/g++-runtime |
168 | 2025-01-09T01:08:55.939Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-09T01:08:55.939Z | system/library/gcc-runtime |
170 | 2025-01-09T01:08:55.939Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-09T01:08:55.940Z | |
172 | 2025-01-09T01:08:55.940Z | Services: |
173 | 2025-01-09T01:08:55.940Z | restart_fmri: |
174 | 2025-01-09T01:08:55.940Z | svc:/system/update-man-index:default |
175 | 2025-01-09T01:08:55.940Z | |
176 | 2025-01-09T01:08:55.940Z | Editable files to change: |
177 | 2025-01-09T01:08:55.940Z | Update: |
178 | 2025-01-09T01:08:55.940Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-09T01:08:56.240Z | |
180 | 2025-01-09T01:08:56.240Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-09T01:09:01.241Z | Download: 857/4301 items 18.8/225.4MB 8% complete (3.9M/s) |
182 | 2025-01-09T01:09:06.242Z | Download: 1499/4301 items 117.3/225.4MB 52% complete (11.8M/s) |
183 | 2025-01-09T01:09:11.244Z | Download: 2939/4301 items 121.2/225.4MB 53% complete (10.2M/s) |
184 | 2025-01-09T01:09:16.247Z | Download: 3566/4301 items 215.8/225.4MB 95% complete (10.0M/s) |
185 | 2025-01-09T01:09:21.041Z | Download: Completed 225.42 MB in 24.80 seconds (9.1M/s) |
186 | 2025-01-09T01:09:23.169Z | Actions: 1/5122 actions (Removing old actions) |
187 | 2025-01-09T01:09:23.186Z | Actions: 194/5122 actions (Installing new actions) |
188 | 2025-01-09T01:09:28.263Z | Actions: 4169/5122 actions (Installing new actions) |
189 | 2025-01-09T01:09:28.369Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-01-09T01:09:28.944Z | Actions: Completed 5122 actions in 5.77 seconds. |
191 | 2025-01-09T01:09:29.403Z | Done (0.449s) |
192 | 2025-01-09T01:09:29.406Z | Done (0.003s) |
193 | 2025-01-09T01:09:29.997Z | Done (0.590s) |
194 | 2025-01-09T01:09:36.153Z | Done (5.918s) |
195 | 2025-01-09T01:09:36.541Z | Done (0.308s) |
196 | 2025-01-09T01:09:36.544Z | Done (0.000s) |
197 | 2025-01-09T01:09:36.707Z | Done (0.000s) |
198 | 2025-01-09T01:09:37.431Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-01-09T01:09:37.594Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-09T01:09:37.600Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-09T01:09:37.869Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-09T01:09:37.875Z | Planning: Planning completed in 0.44 seconds |
203 | 2025-01-09T01:09:37.910Z | Mediators to change: 2 |
204 | 2025-01-09T01:09:37.910Z | Create boot environment: No |
205 | 2025-01-09T01:09:37.914Z | Create backup boot environment: No |
206 | 2025-01-09T01:09:37.990Z | Done |
207 | 2025-01-09T01:09:37.990Z | Done |
208 | 2025-01-09T01:09:38.354Z | Done |
209 | 2025-01-09T01:09:42.035Z | Done |
210 | 2025-01-09T01:09:42.124Z | Done |
211 | 2025-01-09T01:09:42.127Z | Done |
212 | 2025-01-09T01:09:42.267Z | Done |
213 | 2025-01-09T01:09:42.880Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-01-09T01:09:42.882Z | Planning: Merging actions ... Done |
215 | 2025-01-09T01:09:43.071Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-01-09T01:09:43.074Z | Planning: Consolidating action changes ... Done |
217 | 2025-01-09T01:09:43.338Z | Planning: Evaluating mediators ... Done |
218 | 2025-01-09T01:09:43.393Z | Planning: Planning completed in 0.76 seconds |
219 | 2025-01-09T01:09:43.433Z | Packages to change: 1 |
220 | 2025-01-09T01:09:43.434Z | Mediators to change: 1 |
221 | 2025-01-09T01:09:43.436Z | Services to change: 1 |
222 | 2025-01-09T01:09:43.436Z | Create boot environment: No |
223 | 2025-01-09T01:09:43.436Z | Create backup boot environment: Yes |
224 | 2025-01-09T01:09:45.630Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-01-09T01:09:45.632Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2025-01-09T01:09:45.632Z | Done |
227 | 2025-01-09T01:09:45.632Z | Done |
228 | 2025-01-09T01:09:45.750Z | Done |
229 | 2025-01-09T01:09:49.447Z | Done |
230 | 2025-01-09T01:09:49.540Z | Done |
231 | 2025-01-09T01:09:49.542Z | Done |
232 | 2025-01-09T01:09:49.679Z | Done |
233 | 2025-01-09T01:09:50.119Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-01-09T01:09:50.119Z | clang system 15 system |
235 | 2025-01-09T01:09:50.120Z | csh system system illumos |
236 | 2025-01-09T01:09:50.120Z | ctags system system illumos |
237 | 2025-01-09T01:09:50.120Z | gcc vendor 12 vendor |
238 | 2025-01-09T01:09:50.120Z | gcc system 10 system |
239 | 2025-01-09T01:09:50.120Z | gcc system 7 system |
240 | 2025-01-09T01:09:50.120Z | go system 1.20 system |
241 | 2025-01-09T01:09:50.120Z | go system 1.19 system |
242 | 2025-01-09T01:09:50.120Z | llvm system 15 system |
243 | 2025-01-09T01:09:50.120Z | llvm system 14 system |
244 | 2025-01-09T01:09:50.120Z | mariadb system 10.6 system |
245 | 2025-01-09T01:09:50.120Z | mta vendor vendor dma |
246 | 2025-01-09T01:09:50.120Z | openjdk system 17 system |
247 | 2025-01-09T01:09:50.120Z | openjdk system 11 system |
248 | 2025-01-09T01:09:50.120Z | openjdk system 1.8 system |
249 | 2025-01-09T01:09:50.120Z | openssl vendor 3 vendor |
250 | 2025-01-09T01:09:50.120Z | perl system 5.36 system |
251 | 2025-01-09T01:09:50.120Z | postgresql system 15 system |
252 | 2025-01-09T01:09:50.120Z | postgresql system 13 system |
253 | 2025-01-09T01:09:50.120Z | python vendor 3 vendor |
254 | 2025-01-09T01:09:50.120Z | python system 2 system |
255 | 2025-01-09T01:09:50.120Z | python3 system 3.11 system |
256 | 2025-01-09T01:09:50.120Z | ruby system 3.0 system |
257 | 2025-01-09T01:09:50.120Z | words vendor vendor american-english |
258 | 2025-01-09T01:09:50.120Z | words system system australian-english |
259 | 2025-01-09T01:09:50.120Z | words system system british-english |
260 | 2025-01-09T01:09:50.121Z | words system system canadian-english |
261 | 2025-01-09T01:09:50.121Z | words system system french |
262 | 2025-01-09T01:09:50.121Z | words system system italian |
263 | 2025-01-09T01:09:50.121Z | words system system ngerman |
264 | 2025-01-09T01:09:50.121Z | words system system ogerman |
265 | 2025-01-09T01:09:50.121Z | words system system spanish |
266 | 2025-01-09T01:09:50.456Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-01-09T01:09:50.456Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-01-09T01:09:53.271Z | FMRI IFO |
269 | 2025-01-09T01:09:53.271Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-01-09T01:09:53.271Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-01-09T01:09:53.271Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-01-09T01:09:53.271Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-01-09T01:09:53.271Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-01-09T01:09:53.271Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-01-09T01:09:53.272Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-01-09T01:09:54.072Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-01-09T01:09:54.322Z | Updating crates.io index |
286 | 2025-01-09T01:09:54.394Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
287 | 2025-01-09T01:09:54.648Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-01-09T01:09:55.097Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2025-01-09T01:09:55.333Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-01-09T01:09:55.574Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-01-09T01:09:55.837Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-01-09T01:09:56.778Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-01-09T01:09:58.300Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-01-09T01:09:58.892Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-01-09T01:09:59.601Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-01-09T01:09:59.848Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-01-09T01:10:00.175Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-01-09T01:10:00.716Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2025-01-09T01:10:01.019Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-01-09T01:10:01.314Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-01-09T01:10:01.540Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-01-09T01:10:01.826Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-01-09T01:10:02.298Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-01-09T01:10:02.584Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-01-09T01:10:02.889Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2025-01-09T01:10:03.281Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
307 | 2025-01-09T01:10:03.526Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2025-01-09T01:10:03.999Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
309 | 2025-01-09T01:10:04.307Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
310 | 2025-01-09T01:10:04.711Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2025-01-09T01:10:05.054Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
312 | 2025-01-09T01:10:05.375Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2025-01-09T01:10:05.638Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2025-01-09T01:10:05.914Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2025-01-09T01:10:07.162Z | Downloading crates ... |
316 | 2025-01-09T01:10:07.226Z | Downloaded bytecount v0.6.8 |
317 | 2025-01-09T01:10:07.232Z | Downloaded autocfg v1.4.0 |
318 | 2025-01-09T01:10:07.234Z | Downloaded cargo-platform v0.1.8 |
319 | 2025-01-09T01:10:07.236Z | Downloaded cfg-if v1.0.0 |
320 | 2025-01-09T01:10:07.236Z | Downloaded byteorder v1.5.0 |
321 | 2025-01-09T01:10:07.239Z | Downloaded anstyle-parse v0.2.5 |
322 | 2025-01-09T01:10:07.241Z | Downloaded equivalent v1.0.1 |
323 | 2025-01-09T01:10:07.241Z | Downloaded usdt-attr-macro v0.5.0 |
324 | 2025-01-09T01:10:07.244Z | Downloaded usdt-macro v0.5.0 |
325 | 2025-01-09T01:10:07.254Z | Downloaded dtrace-parser v0.2.0 |
326 | 2025-01-09T01:10:07.258Z | Downloaded scroll_derive v0.12.0 |
327 | 2025-01-09T01:10:07.261Z | Downloaded cargo_toml v0.20.5 |
328 | 2025-01-09T01:10:07.261Z | Downloaded anstyle-query v1.1.1 |
329 | 2025-01-09T01:10:07.262Z | Downloaded colorchoice v1.0.2 |
330 | 2025-01-09T01:10:07.267Z | Downloaded strsim v0.11.1 |
331 | 2025-01-09T01:10:07.269Z | Downloaded cargo_metadata v0.18.1 |
332 | 2025-01-09T01:10:07.269Z | Downloaded anstream v0.6.15 |
333 | 2025-01-09T01:10:07.272Z | Downloaded heck v0.5.0 |
334 | 2025-01-09T01:10:07.272Z | Downloaded dof v0.3.0 |
335 | 2025-01-09T01:10:07.274Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2025-01-09T01:10:07.274Z | Downloaded camino-tempfile v1.1.1 |
337 | 2025-01-09T01:10:07.277Z | Downloaded pretty-hex v0.4.1 |
338 | 2025-01-09T01:10:07.277Z | Downloaded plain v0.2.3 |
339 | 2025-01-09T01:10:07.280Z | Downloaded heck v0.4.1 |
340 | 2025-01-09T01:10:07.280Z | Downloaded fnv v1.0.7 |
341 | 2025-01-09T01:10:07.282Z | Downloaded crypto-common v0.1.6 |
342 | 2025-01-09T01:10:07.286Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2025-01-09T01:10:07.289Z | Downloaded version_check v0.9.5 |
344 | 2025-01-09T01:10:07.289Z | Downloaded terminal_size v0.4.0 |
345 | 2025-01-09T01:10:07.291Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2025-01-09T01:10:07.293Z | Downloaded thread-id v4.2.2 |
347 | 2025-01-09T01:10:07.293Z | Downloaded itoa v1.0.11 |
348 | 2025-01-09T01:10:07.295Z | Downloaded fastrand v2.1.1 |
349 | 2025-01-09T01:10:07.295Z | Downloaded digest v0.10.7 |
350 | 2025-01-09T01:10:07.297Z | Downloaded block-buffer v0.10.4 |
351 | 2025-01-09T01:10:07.300Z | Downloaded bitflags v2.6.0 |
352 | 2025-01-09T01:10:07.303Z | Downloaded generic-array v0.14.7 |
353 | 2025-01-09T01:10:07.305Z | Downloaded tabled_derive v0.7.0 |
354 | 2025-01-09T01:10:07.305Z | Downloaded errno v0.3.9 |
355 | 2025-01-09T01:10:07.308Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-01-09T01:10:07.308Z | Downloaded camino v1.1.9 |
357 | 2025-01-09T01:10:07.310Z | Downloaded usdt v0.5.0 |
358 | 2025-01-09T01:10:07.310Z | Downloaded scroll v0.12.0 |
359 | 2025-01-09T01:10:07.313Z | Downloaded clap_lex v0.7.2 |
360 | 2025-01-09T01:10:07.313Z | Downloaded memmap v0.7.0 |
361 | 2025-01-09T01:10:07.315Z | Downloaded fs-err v2.11.0 |
362 | 2025-01-09T01:10:07.315Z | Downloaded utf8parse v0.2.2 |
363 | 2025-01-09T01:10:07.318Z | Downloaded pest_generator v2.7.14 |
364 | 2025-01-09T01:10:07.318Z | Downloaded toml_datetime v0.6.8 |
365 | 2025-01-09T01:10:07.320Z | Downloaded thiserror-impl v1.0.69 |
366 | 2025-01-09T01:10:07.321Z | Downloaded anstyle v1.0.10 |
367 | 2025-01-09T01:10:07.323Z | Downloaded tempfile v3.13.0 |
368 | 2025-01-09T01:10:07.326Z | Downloaded sha2 v0.10.8 |
369 | 2025-01-09T01:10:07.329Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2025-01-09T01:10:07.331Z | Downloaded serde_spanned v0.6.8 |
371 | 2025-01-09T01:10:07.334Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2025-01-09T01:10:07.334Z | Downloaded quote v1.0.37 |
373 | 2025-01-09T01:10:07.336Z | Downloaded swrite v0.1.0 |
374 | 2025-01-09T01:10:07.336Z | Downloaded thiserror v1.0.69 |
375 | 2025-01-09T01:10:07.341Z | Downloaded macaddr v1.0.1 |
376 | 2025-01-09T01:10:07.344Z | Downloaded ucd-trie v0.1.7 |
377 | 2025-01-09T01:10:07.346Z | Downloaded proc-macro-error v1.0.4 |
378 | 2025-01-09T01:10:07.349Z | Downloaded clap_derive v4.5.18 |
379 | 2025-01-09T01:10:07.351Z | Downloaded textwrap v0.16.1 |
380 | 2025-01-09T01:10:07.354Z | Downloaded unicode-ident v1.0.13 |
381 | 2025-01-09T01:10:07.356Z | Downloaded typenum v1.17.0 |
382 | 2025-01-09T01:10:07.359Z | Downloaded ryu v1.0.18 |
383 | 2025-01-09T01:10:07.361Z | Downloaded toml v0.8.19 |
384 | 2025-01-09T01:10:07.364Z | Downloaded semver v1.0.23 |
385 | 2025-01-09T01:10:07.366Z | Downloaded clap v4.5.21 |
386 | 2025-01-09T01:10:07.374Z | Downloaded papergrid v0.11.0 |
387 | 2025-01-09T01:10:07.379Z | Downloaded usdt-impl v0.5.0 |
388 | 2025-01-09T01:10:07.382Z | Downloaded serde_derive v1.0.215 |
389 | 2025-01-09T01:10:07.384Z | Downloaded proc-macro2 v1.0.89 |
390 | 2025-01-09T01:10:07.386Z | Downloaded serde v1.0.215 |
391 | 2025-01-09T01:10:07.389Z | Downloaded once_cell v1.20.2 |
392 | 2025-01-09T01:10:07.392Z | Downloaded indexmap v2.6.0 |
393 | 2025-01-09T01:10:07.395Z | Downloaded log v0.4.22 |
394 | 2025-01-09T01:10:07.398Z | Downloaded anyhow v1.0.93 |
395 | 2025-01-09T01:10:07.402Z | Downloaded pest_derive v2.7.14 |
396 | 2025-01-09T01:10:07.405Z | Downloaded smawk v0.3.2 |
397 | 2025-01-09T01:10:07.407Z | Downloaded pest_meta v2.7.14 |
398 | 2025-01-09T01:10:07.411Z | Downloaded toml_edit v0.22.22 |
399 | 2025-01-09T01:10:07.431Z | Downloaded memchr v2.7.4 |
400 | 2025-01-09T01:10:07.443Z | Downloaded pest v2.7.14 |
401 | 2025-01-09T01:10:07.450Z | Downloaded hashbrown v0.15.1 |
402 | 2025-01-09T01:10:07.457Z | Downloaded serde_json v1.0.133 |
403 | 2025-01-09T01:10:07.464Z | Downloaded zerocopy v0.7.35 |
404 | 2025-01-09T01:10:07.478Z | Downloaded winnow v0.6.20 |
405 | 2025-01-09T01:10:07.486Z | Downloaded clap_builder v4.5.21 |
406 | 2025-01-09T01:10:07.492Z | Downloaded goblin v0.8.2 |
407 | 2025-01-09T01:10:07.498Z | Downloaded tabled v0.15.0 |
408 | 2025-01-09T01:10:07.512Z | Downloaded unicode-width v0.1.14 |
409 | 2025-01-09T01:10:07.517Z | Downloaded syn v1.0.109 |
410 | 2025-01-09T01:10:07.527Z | Downloaded syn v2.0.87 |
411 | 2025-01-09T01:10:07.537Z | Downloaded rustix v0.38.37 |
412 | 2025-01-09T01:10:07.565Z | Downloaded libc v0.2.162 |
413 | 2025-01-09T01:10:07.875Z | Compiling proc-macro2 v1.0.89 |
414 | 2025-01-09T01:10:07.875Z | Compiling unicode-ident v1.0.13 |
415 | 2025-01-09T01:10:07.875Z | Compiling serde v1.0.215 |
416 | 2025-01-09T01:10:07.878Z | Compiling version_check v0.9.5 |
417 | 2025-01-09T01:10:07.878Z | Compiling memchr v2.7.4 |
418 | 2025-01-09T01:10:07.878Z | Compiling thiserror v1.0.69 |
419 | 2025-01-09T01:10:07.911Z | Compiling libc v0.2.162 |
420 | 2025-01-09T01:10:07.914Z | Compiling itoa v1.0.11 |
421 | 2025-01-09T01:10:08.170Z | Compiling ryu v1.0.18 |
422 | 2025-01-09T01:10:08.257Z | Compiling ucd-trie v0.1.7 |
423 | 2025-01-09T01:10:08.677Z | Compiling once_cell v1.20.2 |
424 | 2025-01-09T01:10:08.754Z | Compiling byteorder v1.5.0 |
425 | 2025-01-09T01:10:08.930Z | Compiling serde_json v1.0.133 |
426 | 2025-01-09T01:10:09.086Z | Compiling rustix v0.38.37 |
427 | 2025-01-09T01:10:09.122Z | Compiling bitflags v2.6.0 |
428 | 2025-01-09T01:10:09.287Z | Compiling usdt-impl v0.5.0 |
429 | 2025-01-09T01:10:09.574Z | Compiling proc-macro-error-attr v1.0.4 |
430 | 2025-01-09T01:10:09.629Z | Compiling syn v1.0.109 |
431 | 2025-01-09T01:10:09.740Z | Compiling proc-macro-error v1.0.4 |
432 | 2025-01-09T01:10:09.791Z | Compiling quote v1.0.37 |
433 | 2025-01-09T01:10:09.958Z | Compiling equivalent v1.0.1 |
434 | 2025-01-09T01:10:10.036Z | Compiling plain v0.2.3 |
435 | 2025-01-09T01:10:10.064Z | Compiling camino v1.1.9 |
436 | 2025-01-09T01:10:10.091Z | Compiling hashbrown v0.15.1 |
437 | 2025-01-09T01:10:10.211Z | Compiling syn v2.0.87 |
438 | 2025-01-09T01:10:10.291Z | Compiling errno v0.3.9 |
439 | 2025-01-09T01:10:10.579Z | Compiling thread-id v4.2.2 |
440 | 2025-01-09T01:10:10.627Z | Compiling utf8parse v0.2.2 |
441 | 2025-01-09T01:10:10.679Z | Compiling log v0.4.22 |
442 | 2025-01-09T01:10:10.814Z | Compiling anstyle-parse v0.2.5 |
443 | 2025-01-09T01:10:11.083Z | Compiling colorchoice v1.0.2 |
444 | 2025-01-09T01:10:11.192Z | Compiling autocfg v1.4.0 |
445 | 2025-01-09T01:10:11.248Z | Compiling anstyle-query v1.1.1 |
446 | 2025-01-09T01:10:11.340Z | Compiling indexmap v2.6.0 |
447 | 2025-01-09T01:10:11.370Z | Compiling pretty-hex v0.4.1 |
448 | 2025-01-09T01:10:11.422Z | Compiling anstyle v1.0.10 |
449 | 2025-01-09T01:10:11.610Z | Compiling unicode-width v0.1.14 |
450 | 2025-01-09T01:10:11.636Z | Compiling semver v1.0.23 |
451 | 2025-01-09T01:10:11.893Z | Compiling winnow v0.6.20 |
452 | 2025-01-09T01:10:12.176Z | Compiling is_terminal_polyfill v1.70.1 |
453 | 2025-01-09T01:10:12.312Z | Compiling anstream v0.6.15 |
454 | 2025-01-09T01:10:12.381Z | Compiling fs-err v2.11.0 |
455 | 2025-01-09T01:10:12.584Z | Compiling clap_lex v0.7.2 |
456 | 2025-01-09T01:10:12.676Z | Compiling terminal_size v0.4.0 |
457 | 2025-01-09T01:10:12.759Z | Compiling heck v0.4.1 |
458 | 2025-01-09T01:10:12.896Z | Compiling fastrand v2.1.1 |
459 | 2025-01-09T01:10:13.080Z | Compiling heck v0.5.0 |
460 | 2025-01-09T01:10:13.140Z | Compiling bytecount v0.6.8 |
461 | 2025-01-09T01:10:13.295Z | Compiling anyhow v1.0.93 |
462 | 2025-01-09T01:10:13.365Z | Compiling cfg-if v1.0.0 |
463 | 2025-01-09T01:10:13.455Z | Compiling fnv v1.0.7 |
464 | 2025-01-09T01:10:13.484Z | Compiling strsim v0.11.1 |
465 | 2025-01-09T01:10:13.620Z | Compiling papergrid v0.11.0 |
466 | 2025-01-09T01:10:13.916Z | Compiling clap_builder v4.5.21 |
467 | 2025-01-09T01:10:14.260Z | Compiling tempfile v3.13.0 |
468 | 2025-01-09T01:10:14.443Z | Compiling memmap v0.7.0 |
469 | 2025-01-09T01:10:14.468Z | Compiling smawk v0.3.2 |
470 | 2025-01-09T01:10:14.716Z | Compiling unicode-linebreak v0.1.5 |
471 | 2025-01-09T01:10:15.167Z | Compiling textwrap v0.16.1 |
472 | 2025-01-09T01:10:15.506Z | Compiling swrite v0.1.0 |
473 | 2025-01-09T01:10:16.633Z | Compiling tabled_derive v0.7.0 |
474 | 2025-01-09T01:10:18.154Z | Compiling tabled v0.15.0 |
475 | 2025-01-09T01:10:19.263Z | Compiling serde_derive v1.0.215 |
476 | 2025-01-09T01:10:19.263Z | Compiling thiserror-impl v1.0.69 |
477 | 2025-01-09T01:10:19.265Z | Compiling zerocopy-derive v0.7.35 |
478 | 2025-01-09T01:10:19.265Z | Compiling scroll_derive v0.12.0 |
479 | 2025-01-09T01:10:19.834Z | Compiling clap_derive v4.5.18 |
480 | 2025-01-09T01:10:20.725Z | Compiling scroll v0.12.0 |
481 | 2025-01-09T01:10:21.282Z | Compiling goblin v0.8.2 |
482 | 2025-01-09T01:10:21.368Z | Compiling zerocopy v0.7.35 |
483 | 2025-01-09T01:10:22.064Z | Compiling pest v2.7.14 |
484 | 2025-01-09T01:10:23.582Z | Compiling clap v4.5.21 |
485 | 2025-01-09T01:10:24.389Z | Compiling pest_meta v2.7.14 |
486 | 2025-01-09T01:10:25.274Z | Compiling pest_generator v2.7.14 |
487 | 2025-01-09T01:10:27.146Z | Compiling pest_derive v2.7.14 |
488 | 2025-01-09T01:10:27.834Z | Compiling dtrace-parser v0.2.0 |
489 | 2025-01-09T01:10:29.934Z | Compiling serde_tokenstream v0.2.2 |
490 | 2025-01-09T01:10:29.955Z | Compiling serde_spanned v0.6.8 |
491 | 2025-01-09T01:10:29.955Z | Compiling toml_datetime v0.6.8 |
492 | 2025-01-09T01:10:30.334Z | Compiling toml_edit v0.22.22 |
493 | 2025-01-09T01:10:30.362Z | Compiling cargo-platform v0.1.8 |
494 | 2025-01-09T01:10:30.603Z | Compiling macaddr v1.0.1 |
495 | 2025-01-09T01:10:30.636Z | Compiling camino-tempfile v1.1.1 |
496 | 2025-01-09T01:10:31.487Z | Compiling dof v0.3.0 |
497 | 2025-01-09T01:10:31.487Z | Compiling cargo_metadata v0.18.1 |
498 | 2025-01-09T01:10:33.270Z | Compiling usdt-attr-macro v0.5.0 |
499 | 2025-01-09T01:10:33.270Z | Compiling usdt-macro v0.5.0 |
500 | 2025-01-09T01:10:33.297Z | Compiling toml v0.8.19 |
501 | 2025-01-09T01:10:34.156Z | Compiling cargo_toml v0.20.5 |
502 | 2025-01-09T01:10:34.740Z | Compiling usdt v0.5.0 |
503 | 2025-01-09T01:10:37.788Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
504 | 2025-01-09T01:10:41.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.14s |
505 | 2025-01-09T01:10:42.253Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
506 | 2025-01-09T01:10:42.797Z | Downloading crates ... |
507 | 2025-01-09T01:10:42.949Z | Downloaded adler2 v2.0.0 |
508 | 2025-01-09T01:10:42.958Z | Downloaded atty v0.2.14 |
509 | 2025-01-09T01:10:42.960Z | Downloaded atomicwrites v0.4.4 |
510 | 2025-01-09T01:10:42.961Z | Downloaded async-stream-impl v0.3.6 |
511 | 2025-01-09T01:10:42.964Z | Downloaded cfg_aliases v0.1.1 |
512 | 2025-01-09T01:10:42.973Z | Downloaded crunchy v0.2.2 |
513 | 2025-01-09T01:10:42.994Z | Downloaded crucible-workspace-hack v0.1.0 |
514 | 2025-01-09T01:10:42.996Z | Downloaded darling v0.20.10 |
515 | 2025-01-09T01:10:42.999Z | Downloaded cfg_aliases v0.2.1 |
516 | 2025-01-09T01:10:42.999Z | Downloaded hex v0.4.3 |
517 | 2025-01-09T01:10:43.001Z | Downloaded assert_matches v1.5.0 |
518 | 2025-01-09T01:10:43.004Z | Downloaded home v0.5.9 |
519 | 2025-01-09T01:10:43.004Z | Downloaded heck v0.3.3 |
520 | 2025-01-09T01:10:43.006Z | Downloaded bcrypt-pbkdf v0.10.0 |
521 | 2025-01-09T01:10:43.006Z | Downloaded hickory-client v0.24.1 |
522 | 2025-01-09T01:10:43.009Z | Downloaded array-init v0.0.4 |
523 | 2025-01-09T01:10:43.011Z | Downloaded cstr-argument v0.1.2 |
524 | 2025-01-09T01:10:43.014Z | Downloaded async-recursion v1.1.1 |
525 | 2025-01-09T01:10:43.016Z | Downloaded arrayref v0.3.9 |
526 | 2025-01-09T01:10:43.019Z | Downloaded ascii-canvas v3.0.0 |
527 | 2025-01-09T01:10:43.019Z | Downloaded aead v0.5.2 |
528 | 2025-01-09T01:10:43.021Z | Downloaded heapless v0.8.0 |
529 | 2025-01-09T01:10:43.024Z | Downloaded atomic-waker v1.1.2 |
530 | 2025-01-09T01:10:43.026Z | Downloaded headers-core v0.3.0 |
531 | 2025-01-09T01:10:43.026Z | Downloaded bit-vec v0.6.3 |
532 | 2025-01-09T01:10:43.028Z | Downloaded highway v1.2.0 |
533 | 2025-01-09T01:10:43.031Z | Downloaded hex-literal v0.4.1 |
534 | 2025-01-09T01:10:43.034Z | Downloaded cipher v0.4.4 |
535 | 2025-01-09T01:10:43.034Z | Downloaded bb8 v0.8.5 |
536 | 2025-01-09T01:10:43.037Z | Downloaded block-padding v0.3.3 |
537 | 2025-01-09T01:10:43.037Z | Downloaded hickory-resolver v0.24.1 |
538 | 2025-01-09T01:10:43.041Z | Downloaded cmake v0.1.51 |
539 | 2025-01-09T01:10:43.043Z | Downloaded castaway v0.2.3 |
540 | 2025-01-09T01:10:43.045Z | Downloaded bitflags v1.3.2 |
541 | 2025-01-09T01:10:43.048Z | Downloaded ctr v0.9.2 |
542 | 2025-01-09T01:10:43.050Z | Downloaded hickory-server v0.24.1 |
543 | 2025-01-09T01:10:43.056Z | Downloaded hmac v0.12.1 |
544 | 2025-01-09T01:10:43.058Z | Downloaded heapless v0.7.17 |
545 | 2025-01-09T01:10:43.062Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2025-01-09T01:10:43.065Z | Downloaded hkdf v0.12.4 |
547 | 2025-01-09T01:10:43.067Z | Downloaded convert_case v0.4.0 |
548 | 2025-01-09T01:10:43.070Z | Downloaded colored v2.1.0 |
549 | 2025-01-09T01:10:43.072Z | Downloaded bitfield-struct v0.6.2 |
550 | 2025-01-09T01:10:43.072Z | Downloaded ciborium-ll v0.2.2 |
551 | 2025-01-09T01:10:43.074Z | Downloaded cexpr v0.6.0 |
552 | 2025-01-09T01:10:43.077Z | Downloaded crc-catalog v2.4.0 |
553 | 2025-01-09T01:10:43.079Z | Downloaded http-range v0.1.5 |
554 | 2025-01-09T01:10:43.079Z | Downloaded http-body v1.0.1 |
555 | 2025-01-09T01:10:43.081Z | Downloaded cbc v0.1.2 |
556 | 2025-01-09T01:10:43.081Z | Downloaded hubpack_derive v0.1.1 |
557 | 2025-01-09T01:10:43.084Z | Downloaded bcs v0.1.6 |
558 | 2025-01-09T01:10:43.084Z | Downloaded bitfield v0.14.0 |
559 | 2025-01-09T01:10:43.086Z | Downloaded addr2line v0.24.2 |
560 | 2025-01-09T01:10:43.089Z | Downloaded hickory-proto v0.24.1 |
561 | 2025-01-09T01:10:43.107Z | Downloaded instant v0.1.13 |
562 | 2025-01-09T01:10:43.110Z | Downloaded humantime v2.1.0 |
563 | 2025-01-09T01:10:43.112Z | Downloaded httpdate v1.0.3 |
564 | 2025-01-09T01:10:43.112Z | Downloaded http-body-util v0.1.2 |
565 | 2025-01-09T01:10:43.114Z | Downloaded hostname v0.4.0 |
566 | 2025-01-09T01:10:43.117Z | Downloaded hostname v0.3.1 |
567 | 2025-01-09T01:10:43.117Z | Downloaded const_format_proc_macros v0.2.33 |
568 | 2025-01-09T01:10:43.120Z | Downloaded is_ci v1.2.0 |
569 | 2025-01-09T01:10:43.122Z | Downloaded base64ct v1.6.0 |
570 | 2025-01-09T01:10:43.126Z | Downloaded buf-list v1.0.3 |
571 | 2025-01-09T01:10:43.128Z | Downloaded csv-core v0.1.11 |
572 | 2025-01-09T01:10:43.128Z | Downloaded ident_case v1.0.1 |
573 | 2025-01-09T01:10:43.128Z | Downloaded icu_provider_macros v1.5.0 |
574 | 2025-01-09T01:10:43.131Z | Downloaded hyper-tls v0.6.0 |
575 | 2025-01-09T01:10:43.131Z | Downloaded crc32fast v1.4.2 |
576 | 2025-01-09T01:10:43.133Z | Downloaded backoff v0.4.0 |
577 | 2025-01-09T01:10:43.136Z | Downloaded impl-trait-for-tuples v0.2.2 |
578 | 2025-01-09T01:10:43.138Z | Downloaded hubpack v0.1.2 |
579 | 2025-01-09T01:10:43.141Z | Downloaded cookie_store v0.21.0 |
580 | 2025-01-09T01:10:43.143Z | Downloaded idna_adapter v1.2.0 |
581 | 2025-01-09T01:10:43.145Z | Downloaded rand_chacha v0.3.1 |
582 | 2025-01-09T01:10:43.145Z | Downloaded matches v0.1.10 |
583 | 2025-01-09T01:10:43.148Z | Downloaded match_cfg v0.1.0 |
584 | 2025-01-09T01:10:43.148Z | Downloaded cobs v0.2.3 |
585 | 2025-01-09T01:10:43.148Z | Downloaded console v0.15.8 |
586 | 2025-01-09T01:10:43.152Z | Downloaded time-core v0.1.2 |
587 | 2025-01-09T01:10:43.154Z | Downloaded ipnetwork v0.20.0 |
588 | 2025-01-09T01:10:43.156Z | Downloaded inout v0.1.3 |
589 | 2025-01-09T01:10:43.157Z | Downloaded httparse v1.9.5 |
590 | 2025-01-09T01:10:43.159Z | Downloaded take_mut v0.2.2 |
591 | 2025-01-09T01:10:43.159Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2025-01-09T01:10:43.163Z | Downloaded rustfmt-wrapper v0.2.1 |
593 | 2025-01-09T01:10:43.165Z | Downloaded rfc6979 v0.4.0 |
594 | 2025-01-09T01:10:43.167Z | Downloaded resolv-conf v0.7.0 |
595 | 2025-01-09T01:10:43.167Z | Downloaded ref-cast-impl v1.0.23 |
596 | 2025-01-09T01:10:43.170Z | Downloaded is-terminal v0.4.13 |
597 | 2025-01-09T01:10:43.172Z | Downloaded internet-checksum v0.2.1 |
598 | 2025-01-09T01:10:43.172Z | Downloaded blake2 v0.10.6 |
599 | 2025-01-09T01:10:43.174Z | Downloaded instability v0.3.2 |
600 | 2025-01-09T01:10:43.176Z | Downloaded indoc v1.0.9 |
601 | 2025-01-09T01:10:43.179Z | Downloaded libsw v3.3.1 |
602 | 2025-01-09T01:10:43.181Z | Downloaded cookie v0.18.1 |
603 | 2025-01-09T01:10:43.183Z | Downloaded lazy_static v1.5.0 |
604 | 2025-01-09T01:10:43.186Z | Downloaded kstat-rs v0.2.4 |
605 | 2025-01-09T01:10:43.188Z | Downloaded lru-cache v0.1.2 |
606 | 2025-01-09T01:10:43.191Z | Downloaded dhcproto-macros v0.1.0 |
607 | 2025-01-09T01:10:43.191Z | Downloaded zone_cfg_derive v0.1.2 |
608 | 2025-01-09T01:10:43.191Z | Downloaded linked-hash-map v0.5.6 |
609 | 2025-01-09T01:10:43.193Z | Downloaded const-oid v0.9.6 |
610 | 2025-01-09T01:10:43.193Z | Downloaded lru v0.12.5 |
611 | 2025-01-09T01:10:43.196Z | Downloaded ciborium v0.2.2 |
612 | 2025-01-09T01:10:43.199Z | Downloaded managed v0.8.0 |
613 | 2025-01-09T01:10:43.202Z | Downloaded lockfree-object-pool v0.1.6 |
614 | 2025-01-09T01:10:43.202Z | Downloaded lazycell v1.3.0 |
615 | 2025-01-09T01:10:43.204Z | Downloaded lalrpop-util v0.19.12 |
616 | 2025-01-09T01:10:43.204Z | Downloaded diesel_table_macro_syntax v0.2.0 |
617 | 2025-01-09T01:10:43.207Z | Downloaded icu_normalizer_data v1.5.0 |
618 | 2025-01-09T01:10:43.209Z | Downloaded crossbeam-epoch v0.9.18 |
619 | 2025-01-09T01:10:43.211Z | Downloaded indent_write v2.2.0 |
620 | 2025-01-09T01:10:43.214Z | Downloaded aes v0.8.4 |
621 | 2025-01-09T01:10:43.216Z | Downloaded endian-type v0.1.2 |
622 | 2025-01-09T01:10:43.219Z | Downloaded mime v0.3.17 |
623 | 2025-01-09T01:10:43.219Z | Downloaded memoffset v0.9.1 |
624 | 2025-01-09T01:10:43.222Z | Downloaded md-5 v0.10.6 |
625 | 2025-01-09T01:10:43.222Z | Downloaded icu_normalizer v1.5.0 |
626 | 2025-01-09T01:10:43.226Z | Downloaded futures-sink v0.3.31 |
627 | 2025-01-09T01:10:43.228Z | Downloaded twox-hash v1.6.3 |
628 | 2025-01-09T01:10:43.230Z | Downloaded thread_local v1.1.8 |
629 | 2025-01-09T01:10:43.231Z | Downloaded structmeta-derive v0.2.0 |
630 | 2025-01-09T01:10:43.233Z | Downloaded ssh-encoding v0.2.0 |
631 | 2025-01-09T01:10:43.235Z | Downloaded slog-dtrace v0.3.0 |
632 | 2025-01-09T01:10:43.238Z | Downloaded crc-any v2.5.0 |
633 | 2025-01-09T01:10:43.238Z | Downloaded allocator-api2 v0.2.18 |
634 | 2025-01-09T01:10:43.241Z | Downloaded libloading v0.8.5 |
635 | 2025-01-09T01:10:43.244Z | Downloaded lock_api v0.4.12 |
636 | 2025-01-09T01:10:43.247Z | Downloaded litemap v0.7.3 |
637 | 2025-01-09T01:10:43.249Z | Downloaded peg-runtime v0.8.3 |
638 | 2025-01-09T01:10:43.252Z | Downloaded zone v0.3.0 |
639 | 2025-01-09T01:10:43.252Z | Downloaded bytes v1.8.0 |
640 | 2025-01-09T01:10:43.256Z | Downloaded linear-map v1.2.0 |
641 | 2025-01-09T01:10:43.258Z | Downloaded number_prefix v0.4.0 |
642 | 2025-01-09T01:10:43.261Z | Downloaded iana-time-zone v0.1.61 |
643 | 2025-01-09T01:10:43.263Z | Downloaded num_threads v0.1.7 |
644 | 2025-01-09T01:10:43.263Z | Downloaded wyz v0.5.1 |
645 | 2025-01-09T01:10:43.266Z | Downloaded which v4.4.2 |
646 | 2025-01-09T01:10:43.268Z | Downloaded precomputed-hash v0.1.1 |
647 | 2025-01-09T01:10:43.268Z | Downloaded futures-task v0.3.31 |
648 | 2025-01-09T01:10:43.270Z | Downloaded futures-macro v0.3.31 |
649 | 2025-01-09T01:10:43.273Z | Downloaded diesel-dtrace v0.4.2 |
650 | 2025-01-09T01:10:43.273Z | Downloaded futures-io v0.3.31 |
651 | 2025-01-09T01:10:43.276Z | Downloaded sct v0.7.1 |
652 | 2025-01-09T01:10:43.278Z | Downloaded futures-executor v0.3.31 |
653 | 2025-01-09T01:10:43.281Z | Downloaded slog-term v2.9.1 |
654 | 2025-01-09T01:10:43.283Z | Downloaded serde_with_macros v3.11.0 |
655 | 2025-01-09T01:10:43.285Z | Downloaded sqlparser_derive v0.2.2 |
656 | 2025-01-09T01:10:43.288Z | Downloaded nibble_vec v0.1.0 |
657 | 2025-01-09T01:10:43.288Z | Downloaded rustls-pemfile v2.2.0 |
658 | 2025-01-09T01:10:43.290Z | Downloaded clang-sys v1.8.1 |
659 | 2025-01-09T01:10:43.293Z | Downloaded tracing-attributes v0.1.27 |
660 | 2025-01-09T01:10:43.296Z | Downloaded base64 v0.13.1 |
661 | 2025-01-09T01:10:43.299Z | Downloaded futures-core v0.3.31 |
662 | 2025-01-09T01:10:43.301Z | Downloaded enum-as-inner v0.5.1 |
663 | 2025-01-09T01:10:43.304Z | Downloaded tower-service v0.3.3 |
664 | 2025-01-09T01:10:43.305Z | Downloaded termtree v0.4.1 |
665 | 2025-01-09T01:10:43.307Z | Downloaded icu_locid_transform_data v1.5.0 |
666 | 2025-01-09T01:10:43.307Z | Downloaded tokio-rustls v0.25.0 |
667 | 2025-01-09T01:10:43.310Z | Downloaded icu_properties v1.5.1 |
668 | 2025-01-09T01:10:43.313Z | Downloaded crossbeam-utils v0.8.20 |
669 | 2025-01-09T01:10:43.327Z | Downloaded icu_locid v1.5.0 |
670 | 2025-01-09T01:10:43.332Z | Downloaded num_enum_derive v0.5.11 |
671 | 2025-01-09T01:10:43.335Z | Downloaded hyper-util v0.1.10 |
672 | 2025-01-09T01:10:43.339Z | Downloaded downcast v0.11.0 |
673 | 2025-01-09T01:10:43.341Z | Downloaded write16 v1.0.0 |
674 | 2025-01-09T01:10:43.343Z | Downloaded vte_generate_state_changes v0.1.2 |
675 | 2025-01-09T01:10:43.343Z | Downloaded serde_urlencoded v0.7.1 |
676 | 2025-01-09T01:10:43.346Z | Downloaded rustc_version v0.4.1 |
677 | 2025-01-09T01:10:43.349Z | Downloaded pkg-config v0.3.31 |
678 | 2025-01-09T01:10:43.349Z | Downloaded des v0.8.1 |
679 | 2025-01-09T01:10:43.351Z | Downloaded pbkdf2 v0.12.2 |
680 | 2025-01-09T01:10:43.351Z | Downloaded env_logger v0.10.2 |
681 | 2025-01-09T01:10:43.354Z | Downloaded slog-stdlog v4.1.1 |
682 | 2025-01-09T01:10:43.357Z | Downloaded similar v2.6.0 |
683 | 2025-01-09T01:10:43.361Z | Downloaded progenitor-impl v0.8.0 |
684 | 2025-01-09T01:10:43.364Z | Downloaded opaque-debug v0.3.1 |
685 | 2025-01-09T01:10:43.367Z | Downloaded newline-converter v0.3.0 |
686 | 2025-01-09T01:10:43.367Z | Downloaded new_debug_unreachable v1.0.6 |
687 | 2025-01-09T01:10:43.374Z | Downloaded prettyplease v0.2.25 |
688 | 2025-01-09T01:10:43.374Z | Downloaded bumpalo v3.16.0 |
689 | 2025-01-09T01:10:43.383Z | Downloaded termios v0.3.3 |
690 | 2025-01-09T01:10:43.383Z | Downloaded termcolor v1.4.1 |
691 | 2025-01-09T01:10:43.383Z | Downloaded tap v1.0.1 |
692 | 2025-01-09T01:10:43.383Z | Downloaded tabwriter v1.4.0 |
693 | 2025-01-09T01:10:43.383Z | Downloaded peg-macros v0.8.4 |
694 | 2025-01-09T01:10:43.387Z | Downloaded nu-ansi-term v0.50.1 |
695 | 2025-01-09T01:10:43.387Z | Downloaded multer v3.1.0 |
696 | 2025-01-09T01:10:43.389Z | Downloaded predicates v3.1.2 |
697 | 2025-01-09T01:10:43.393Z | Downloaded crossbeam-channel v0.5.13 |
698 | 2025-01-09T01:10:43.397Z | Downloaded unicode-properties v0.1.3 |
699 | 2025-01-09T01:10:43.400Z | Downloaded xz2 v0.1.7 |
700 | 2025-01-09T01:10:43.402Z | Downloaded utf16_iter v1.0.5 |
701 | 2025-01-09T01:10:43.405Z | Downloaded peg v0.8.4 |
702 | 2025-01-09T01:10:43.407Z | Downloaded http v1.1.0 |
703 | 2025-01-09T01:10:43.412Z | Downloaded display-error-chain v0.2.2 |
704 | 2025-01-09T01:10:43.415Z | Downloaded dirs-sys-next v0.1.2 |
705 | 2025-01-09T01:10:43.415Z | Downloaded dirs-next v2.0.0 |
706 | 2025-01-09T01:10:43.419Z | Downloaded float-ord v0.3.2 |
707 | 2025-01-09T01:10:43.419Z | Downloaded snafu v0.8.5 |
708 | 2025-01-09T01:10:43.424Z | Downloaded serde_yaml v0.9.34+deprecated |
709 | 2025-01-09T01:10:43.428Z | Downloaded nanorand v0.7.0 |
710 | 2025-01-09T01:10:43.430Z | Downloaded base64 v0.22.1 |
711 | 2025-01-09T01:10:43.435Z | Downloaded derive_builder_macro v0.20.2 |
712 | 2025-01-09T01:10:43.437Z | Downloaded want v0.3.1 |
713 | 2025-01-09T01:10:43.440Z | Downloaded spki v0.7.3 |
714 | 2025-01-09T01:10:43.440Z | Downloaded yoke-derive v0.7.4 |
715 | 2025-01-09T01:10:43.444Z | Downloaded float-cmp v0.9.0 |
716 | 2025-01-09T01:10:43.444Z | Downloaded term v0.7.0 |
717 | 2025-01-09T01:10:43.447Z | Downloaded percent-encoding v2.3.1 |
718 | 2025-01-09T01:10:43.450Z | Downloaded pem v3.0.4 |
719 | 2025-01-09T01:10:43.450Z | Downloaded pbkdf2 v0.11.0 |
720 | 2025-01-09T01:10:43.453Z | Downloaded newtype-uuid v1.1.3 |
721 | 2025-01-09T01:10:43.453Z | Downloaded sqlformat v0.2.6 |
722 | 2025-01-09T01:10:43.455Z | Downloaded mockall_derive v0.13.0 |
723 | 2025-01-09T01:10:43.457Z | Downloaded flagset v0.4.6 |
724 | 2025-01-09T01:10:43.460Z | Downloaded fixedbitset v0.4.2 |
725 | 2025-01-09T01:10:43.462Z | Downloaded dunce v1.0.5 |
726 | 2025-01-09T01:10:43.462Z | Downloaded proc-macro-crate v1.3.1 |
727 | 2025-01-09T01:10:43.465Z | Downloaded fxhash v0.2.1 |
728 | 2025-01-09T01:10:43.465Z | Downloaded phf_shared v0.10.0 |
729 | 2025-01-09T01:10:43.467Z | Downloaded path-slash v0.1.5 |
730 | 2025-01-09T01:10:43.468Z | Downloaded num-traits v0.2.19 |
731 | 2025-01-09T01:10:43.470Z | Downloaded shlex v1.3.0 |
732 | 2025-01-09T01:10:43.473Z | Downloaded backtrace v0.3.74 |
733 | 2025-01-09T01:10:43.478Z | Downloaded pin-utils v0.1.0 |
734 | 2025-01-09T01:10:43.480Z | Downloaded openssl-probe v0.1.5 |
735 | 2025-01-09T01:10:43.482Z | Downloaded dhcproto v0.12.0 |
736 | 2025-01-09T01:10:43.485Z | Downloaded ron v0.7.1 |
737 | 2025-01-09T01:10:43.489Z | Downloaded derive_builder_core v0.20.2 |
738 | 2025-01-09T01:10:43.491Z | Downloaded qorb v0.2.1 |
739 | 2025-01-09T01:10:43.496Z | Downloaded native-tls v0.2.12 |
740 | 2025-01-09T01:10:43.499Z | Downloaded openssl-macros v0.1.1 |
741 | 2025-01-09T01:10:43.501Z | Downloaded tls_codec_derive v0.4.1 |
742 | 2025-01-09T01:10:43.504Z | Downloaded typify-macro v0.2.0 |
743 | 2025-01-09T01:10:43.504Z | Downloaded pem-rfc7468 v0.7.0 |
744 | 2025-01-09T01:10:43.506Z | Downloaded unarray v0.1.4 |
745 | 2025-01-09T01:10:43.506Z | Downloaded synstructure v0.13.1 |
746 | 2025-01-09T01:10:43.509Z | Downloaded structmeta-derive v0.3.0 |
747 | 2025-01-09T01:10:43.513Z | Downloaded structmeta v0.2.0 |
748 | 2025-01-09T01:10:43.513Z | Downloaded rustc-demangle v0.1.24 |
749 | 2025-01-09T01:10:43.515Z | Downloaded parking_lot_core v0.8.6 |
750 | 2025-01-09T01:10:43.516Z | Downloaded dyn-clone v1.0.17 |
751 | 2025-01-09T01:10:43.518Z | Downloaded dsl_auto_type v0.1.2 |
752 | 2025-01-09T01:10:43.518Z | Downloaded ed25519 v2.2.3 |
753 | 2025-01-09T01:10:43.521Z | Downloaded tinyvec_macros v0.1.1 |
754 | 2025-01-09T01:10:43.523Z | Downloaded tracing v0.1.40 |
755 | 2025-01-09T01:10:43.526Z | Downloaded postgres-types v0.2.8 |
756 | 2025-01-09T01:10:43.529Z | Downloaded unicode-bidi v0.3.17 |
757 | 2025-01-09T01:10:43.532Z | Downloaded foreign-types v0.3.2 |
758 | 2025-01-09T01:10:43.534Z | Downloaded minimal-lexical v0.2.1 |
759 | 2025-01-09T01:10:43.539Z | Downloaded nodrop v0.1.14 |
760 | 2025-01-09T01:10:43.541Z | Downloaded stable_deref_trait v1.2.0 |
761 | 2025-01-09T01:10:43.541Z | Downloaded smallvec v0.6.14 |
762 | 2025-01-09T01:10:43.543Z | Downloaded slog-json v2.6.1 |
763 | 2025-01-09T01:10:43.546Z | Downloaded phf v0.11.2 |
764 | 2025-01-09T01:10:43.546Z | Downloaded paste v1.0.15 |
765 | 2025-01-09T01:10:43.549Z | Downloaded phf_shared v0.11.2 |
766 | 2025-01-09T01:10:43.552Z | Downloaded phf_generator v0.11.2 |
767 | 2025-01-09T01:10:43.552Z | Downloaded rustversion v1.0.17 |
768 | 2025-01-09T01:10:43.554Z | Downloaded phf_codegen v0.11.2 |
769 | 2025-01-09T01:10:43.556Z | Downloaded diesel_derives v2.2.3 |
770 | 2025-01-09T01:10:43.560Z | Downloaded publicsuffix v2.2.3 |
771 | 2025-01-09T01:10:43.563Z | Downloaded thiserror v2.0.3 |
772 | 2025-01-09T01:10:43.569Z | Downloaded typify v0.2.0 |
773 | 2025-01-09T01:10:43.573Z | Downloaded tokio-tungstenite v0.24.0 |
774 | 2025-01-09T01:10:43.578Z | Downloaded signal-hook-mio v0.2.4 |
775 | 2025-01-09T01:10:43.582Z | Downloaded serde_repr v0.1.19 |
776 | 2025-01-09T01:10:43.582Z | Downloaded serde_plain v1.0.2 |
777 | 2025-01-09T01:10:43.582Z | Downloaded serde_path_to_error v0.1.16 |
778 | 2025-01-09T01:10:43.584Z | Downloaded psl-types v2.0.11 |
779 | 2025-01-09T01:10:43.584Z | Downloaded sync_wrapper v1.0.1 |
780 | 2025-01-09T01:10:43.587Z | Downloaded sync-ptr v0.1.1 |
781 | 2025-01-09T01:10:43.587Z | Downloaded ecdsa v0.16.9 |
782 | 2025-01-09T01:10:43.589Z | Downloaded strum v0.26.3 |
783 | 2025-01-09T01:10:43.590Z | Downloaded tokio-macros v2.4.0 |
784 | 2025-01-09T01:10:43.592Z | Downloaded strum_macros v0.25.3 |
785 | 2025-01-09T01:10:43.595Z | Downloaded tls_codec v0.4.1 |
786 | 2025-01-09T01:10:43.598Z | Downloaded tracing-core v0.1.32 |
787 | 2025-01-09T01:10:43.602Z | Downloaded yoke v0.7.4 |
788 | 2025-01-09T01:10:43.606Z | Downloaded unicode-xid v0.2.6 |
789 | 2025-01-09T01:10:43.606Z | Downloaded foldhash v0.1.3 |
790 | 2025-01-09T01:10:43.606Z | Downloaded crossterm v0.28.1 |
791 | 2025-01-09T01:10:43.611Z | Downloaded num-integer v0.1.46 |
792 | 2025-01-09T01:10:43.613Z | Downloaded num-derive v0.4.2 |
793 | 2025-01-09T01:10:43.616Z | Downloaded defmt-macros v0.3.9 |
794 | 2025-01-09T01:10:43.618Z | Downloaded pin-project-lite v0.2.14 |
795 | 2025-01-09T01:10:43.624Z | Downloaded pin-project-internal v1.1.6 |
796 | 2025-01-09T01:10:43.628Z | Downloaded hashlink v0.9.1 |
797 | 2025-01-09T01:10:43.630Z | Downloaded futures-channel v0.3.31 |
798 | 2025-01-09T01:10:43.630Z | Downloaded defmt v0.3.8 |
799 | 2025-01-09T01:10:43.634Z | Downloaded rusty-fork v0.3.0 |
800 | 2025-01-09T01:10:43.636Z | Downloaded num v0.4.3 |
801 | 2025-01-09T01:10:43.639Z | Downloaded p256 v0.13.2 |
802 | 2025-01-09T01:10:43.642Z | Downloaded typed-path v0.9.3 |
803 | 2025-01-09T01:10:43.650Z | Downloaded serde-big-array v0.5.1 |
804 | 2025-01-09T01:10:43.652Z | Downloaded aes-gcm v0.10.3 |
805 | 2025-01-09T01:10:43.655Z | Downloaded strum_macros v0.26.4 |
806 | 2025-01-09T01:10:43.658Z | Downloaded zone_cfg_derive v0.3.0 |
807 | 2025-01-09T01:10:43.660Z | Downloaded toolchain_find v0.4.0 |
808 | 2025-01-09T01:10:43.660Z | Downloaded semver v0.1.20 |
809 | 2025-01-09T01:10:43.663Z | Downloaded idna v1.0.3 |
810 | 2025-01-09T01:10:43.666Z | Downloaded try-lock v0.2.5 |
811 | 2025-01-09T01:10:43.669Z | Downloaded thiserror-no-std v2.0.2 |
812 | 2025-01-09T01:10:43.671Z | Downloaded thiserror-impl-no-std v2.0.2 |
813 | 2025-01-09T01:10:43.674Z | Downloaded tinystr v0.7.6 |
814 | 2025-01-09T01:10:43.676Z | Downloaded thiserror-impl v2.0.3 |
815 | 2025-01-09T01:10:43.678Z | Downloaded tiny-keccak v2.0.2 |
816 | 2025-01-09T01:10:43.681Z | Downloaded embedded-io v0.6.1 |
817 | 2025-01-09T01:10:43.683Z | Downloaded signal-hook v0.3.17 |
818 | 2025-01-09T01:10:43.686Z | Downloaded foreign-types-shared v0.3.1 |
819 | 2025-01-09T01:10:43.686Z | Downloaded foreign-types-shared v0.1.1 |
820 | 2025-01-09T01:10:43.688Z | Downloaded form_urlencoded v1.2.1 |
821 | 2025-01-09T01:10:43.688Z | Downloaded either v1.13.0 |
822 | 2025-01-09T01:10:43.691Z | Downloaded rustls-pki-types v1.10.0 |
823 | 2025-01-09T01:10:43.693Z | Downloaded hash32 v0.3.1 |
824 | 2025-01-09T01:10:43.696Z | Downloaded pin-project v1.1.6 |
825 | 2025-01-09T01:10:43.707Z | Downloaded darling_macro v0.20.10 |
826 | 2025-01-09T01:10:43.710Z | Downloaded parse-size v1.1.0 |
827 | 2025-01-09T01:10:43.710Z | Downloaded oso-derive v0.27.3 |
828 | 2025-01-09T01:10:43.713Z | Downloaded ssh-key v0.6.6 |
829 | 2025-01-09T01:10:43.718Z | Downloaded rtoolbox v0.0.2 |
830 | 2025-01-09T01:10:43.721Z | Downloaded rsa v0.9.6 |
831 | 2025-01-09T01:10:43.726Z | Downloaded scheduled-thread-pool v0.2.7 |
832 | 2025-01-09T01:10:43.728Z | Downloaded ref-cast v1.0.23 |
833 | 2025-01-09T01:10:43.730Z | Downloaded topological-sort v0.2.2 |
834 | 2025-01-09T01:10:43.733Z | Downloaded static_assertions v1.1.0 |
835 | 2025-01-09T01:10:43.733Z | Downloaded smallvec v1.13.2 |
836 | 2025-01-09T01:10:43.736Z | Downloaded tokio-native-tls v0.3.1 |
837 | 2025-01-09T01:10:43.739Z | Downloaded time-macros v0.2.18 |
838 | 2025-01-09T01:10:43.742Z | Downloaded x509-cert v0.2.5 |
839 | 2025-01-09T01:10:43.747Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2025-01-09T01:10:43.750Z | Downloaded zeroize v1.8.1 |
841 | 2025-01-09T01:10:43.750Z | Downloaded num-rational v0.4.2 |
842 | 2025-01-09T01:10:43.752Z | Downloaded half v2.4.1 |
843 | 2025-01-09T01:10:43.755Z | Downloaded openssl-sys v0.9.103 |
844 | 2025-01-09T01:10:43.759Z | Downloaded funty v2.0.0 |
845 | 2025-01-09T01:10:43.762Z | Downloaded parse-display v0.10.0 |
846 | 2025-01-09T01:10:43.764Z | Downloaded fragile v2.0.0 |
847 | 2025-01-09T01:10:43.764Z | Downloaded difflib v0.4.0 |
848 | 2025-01-09T01:10:43.767Z | Downloaded rand v0.8.5 |
849 | 2025-01-09T01:10:43.769Z | Downloaded pkcs1 v0.7.5 |
850 | 2025-01-09T01:10:43.772Z | Downloaded newtype_derive v0.1.6 |
851 | 2025-01-09T01:10:43.774Z | Downloaded fatfs v0.3.6 |
852 | 2025-01-09T01:10:43.777Z | Downloaded data-encoding v2.6.0 |
853 | 2025-01-09T01:10:43.779Z | Downloaded subprocess v0.2.9 |
854 | 2025-01-09T01:10:43.782Z | Downloaded defmt-parser v0.3.4 |
855 | 2025-01-09T01:10:43.784Z | Downloaded slog-async v2.8.0 |
856 | 2025-01-09T01:10:43.784Z | Downloaded progenitor-client v0.8.0 |
857 | 2025-01-09T01:10:43.787Z | Downloaded fs_extra v1.3.0 |
858 | 2025-01-09T01:10:43.790Z | Downloaded itertools v0.12.1 |
859 | 2025-01-09T01:10:43.795Z | Downloaded parse-display-derive v0.10.0 |
860 | 2025-01-09T01:10:43.797Z | Downloaded zerocopy-derive v0.8.10 |
861 | 2025-01-09T01:10:43.803Z | Downloaded zone v0.1.8 |
862 | 2025-01-09T01:10:43.805Z | Downloaded scrypt v0.11.0 |
863 | 2025-01-09T01:10:43.808Z | Downloaded ghash v0.5.1 |
864 | 2025-01-09T01:10:43.808Z | Downloaded gethostname v0.5.0 |
865 | 2025-01-09T01:10:43.810Z | Downloaded tinyvec v1.8.0 |
866 | 2025-01-09T01:10:43.813Z | Downloaded russh-cryptovec v0.7.3 |
867 | 2025-01-09T01:10:43.813Z | Downloaded spin v0.9.8 |
868 | 2025-01-09T01:10:43.816Z | Downloaded normalize-line-endings v0.3.0 |
869 | 2025-01-09T01:10:43.819Z | Downloaded unsafe-libyaml v0.2.11 |
870 | 2025-01-09T01:10:43.821Z | Downloaded time v0.3.36 |
871 | 2025-01-09T01:10:43.827Z | Downloaded same-file v1.0.6 |
872 | 2025-01-09T01:10:43.830Z | Downloaded mirai-annotations v1.12.0 |
873 | 2025-01-09T01:10:43.832Z | Downloaded aho-corasick v1.1.3 |
874 | 2025-01-09T01:10:43.836Z | Downloaded utf8_iter v1.0.4 |
875 | 2025-01-09T01:10:43.838Z | Downloaded stringprep v0.1.5 |
876 | 2025-01-09T01:10:43.841Z | Downloaded packed_struct_codegen v0.10.1 |
877 | 2025-01-09T01:10:43.841Z | Downloaded smf v0.2.3 |
878 | 2025-01-09T01:10:43.846Z | Downloaded getrandom v0.2.15 |
879 | 2025-01-09T01:10:43.846Z | Downloaded string_cache v0.8.7 |
880 | 2025-01-09T01:10:43.849Z | Downloaded untrusted v0.9.0 |
881 | 2025-01-09T01:10:43.849Z | Downloaded tokio-tungstenite v0.23.1 |
882 | 2025-01-09T01:10:43.852Z | Downloaded poly1305 v0.8.0 |
883 | 2025-01-09T01:10:43.854Z | Downloaded pkcs8 v0.10.2 |
884 | 2025-01-09T01:10:43.857Z | Downloaded zerofrom v0.1.4 |
885 | 2025-01-09T01:10:43.859Z | Downloaded serde_with v3.11.0 |
886 | 2025-01-09T01:10:43.867Z | Downloaded simd-adler32 v0.3.7 |
887 | 2025-01-09T01:10:43.870Z | Downloaded radium v0.7.0 |
888 | 2025-01-09T01:10:43.870Z | Downloaded waitgroup v0.1.2 |
889 | 2025-01-09T01:10:43.873Z | Downloaded parking_lot v0.11.2 |
890 | 2025-01-09T01:10:43.875Z | Downloaded progenitor v0.8.0 |
891 | 2025-01-09T01:10:43.878Z | Downloaded slog-envlogger v2.2.0 |
892 | 2025-01-09T01:10:43.878Z | Downloaded ena v0.14.3 |
893 | 2025-01-09T01:10:43.880Z | Downloaded slog-bunyan v2.5.0 |
894 | 2025-01-09T01:10:43.880Z | Downloaded embedded-io v0.4.0 |
895 | 2025-01-09T01:10:43.883Z | Downloaded siphasher v0.3.11 |
896 | 2025-01-09T01:10:43.883Z | Downloaded tokio-stream v0.1.16 |
897 | 2025-01-09T01:10:43.887Z | Downloaded owo-colors v4.1.0 |
898 | 2025-01-09T01:10:43.890Z | Downloaded vsss-rs v3.3.4 |
899 | 2025-01-09T01:10:43.893Z | Downloaded rustc-hash v1.1.0 |
900 | 2025-01-09T01:10:43.896Z | Downloaded flume v0.11.1 |
901 | 2025-01-09T01:10:43.898Z | Downloaded elliptic-curve v0.13.8 |
902 | 2025-01-09T01:10:43.902Z | Downloaded rpassword v7.3.1 |
903 | 2025-01-09T01:10:43.905Z | Downloaded mockall v0.13.0 |
904 | 2025-01-09T01:10:43.907Z | Downloaded unicode_categories v0.1.1 |
905 | 2025-01-09T01:10:43.907Z | Downloaded tungstenite v0.21.0 |
906 | 2025-01-09T01:10:43.911Z | Downloaded packed_struct v0.10.1 |
907 | 2025-01-09T01:10:43.913Z | Downloaded fd-lock v4.0.2 |
908 | 2025-01-09T01:10:43.916Z | Downloaded fallible-streaming-iterator v0.1.9 |
909 | 2025-01-09T01:10:43.916Z | Downloaded zerovec-derive v0.10.3 |
910 | 2025-01-09T01:10:43.918Z | Downloaded multimap v0.10.0 |
911 | 2025-01-09T01:10:43.918Z | Downloaded polyval v0.6.2 |
912 | 2025-01-09T01:10:43.921Z | Downloaded filetime v0.2.25 |
913 | 2025-01-09T01:10:43.924Z | Downloaded ff v0.13.0 |
914 | 2025-01-09T01:10:43.924Z | Downloaded fallible-iterator v0.3.0 |
915 | 2025-01-09T01:10:43.927Z | Downloaded headers v0.4.0 |
916 | 2025-01-09T01:10:43.931Z | Downloaded schemars v0.8.21 |
917 | 2025-01-09T01:10:43.943Z | Downloaded signal-hook-tokio v0.3.1 |
918 | 2025-01-09T01:10:43.945Z | Downloaded tokio-postgres v0.7.12 |
919 | 2025-01-09T01:10:43.950Z | Downloaded signal-hook-registry v1.4.2 |
920 | 2025-01-09T01:10:43.953Z | Downloaded hashbrown v0.12.3 |
921 | 2025-01-09T01:10:43.955Z | Downloaded group v0.13.0 |
922 | 2025-01-09T01:10:43.957Z | Downloaded deranged v0.3.11 |
923 | 2025-01-09T01:10:43.960Z | Downloaded serde_derive_internals v0.29.1 |
924 | 2025-01-09T01:10:43.960Z | Downloaded postgres-protocol v0.6.7 |
925 | 2025-01-09T01:10:43.962Z | Downloaded oso v0.27.3 |
926 | 2025-01-09T01:10:43.966Z | Downloaded glob v0.3.1 |
927 | 2025-01-09T01:10:43.968Z | Downloaded foreign-types v0.5.0 |
928 | 2025-01-09T01:10:43.968Z | Downloaded fallible-iterator v0.2.0 |
929 | 2025-01-09T01:10:43.971Z | Downloaded num-complex v0.4.6 |
930 | 2025-01-09T01:10:43.973Z | Downloaded hash32 v0.2.1 |
931 | 2025-01-09T01:10:43.973Z | Downloaded signature v2.2.0 |
932 | 2025-01-09T01:10:43.977Z | Downloaded hashbrown v0.14.5 |
933 | 2025-01-09T01:10:43.980Z | Downloaded uuid v1.11.0 |
934 | 2025-01-09T01:10:43.984Z | Downloaded toml v0.7.8 |
935 | 2025-01-09T01:10:43.988Z | Downloaded rayon v1.10.0 |
936 | 2025-01-09T01:10:43.996Z | Downloaded steno v0.4.1 |
937 | 2025-01-09T01:10:44.001Z | Downloaded itertools v0.13.0 |
938 | 2025-01-09T01:10:44.008Z | Downloaded derive_builder v0.20.2 |
939 | 2025-01-09T01:10:44.014Z | Downloaded russh-keys v0.45.0 |
940 | 2025-01-09T01:10:44.017Z | Downloaded tokio-util v0.7.12 |
941 | 2025-01-09T01:10:44.023Z | Downloaded der_derive v0.7.3 |
942 | 2025-01-09T01:10:44.025Z | Downloaded quinn-udp v0.5.5 |
943 | 2025-01-09T01:10:44.028Z | Downloaded value-bag v1.9.0 |
944 | 2025-01-09T01:10:44.030Z | Downloaded mio v1.0.2 |
945 | 2025-01-09T01:10:44.036Z | Downloaded postcard v1.0.10 |
946 | 2025-01-09T01:10:44.038Z | Downloaded socket2 v0.5.7 |
947 | 2025-01-09T01:10:44.042Z | Downloaded bindgen v0.69.5 |
948 | 2025-01-09T01:10:44.048Z | Downloaded derive_more v0.99.18 |
949 | 2025-01-09T01:10:44.053Z | Downloaded vergen v8.3.2 |
950 | 2025-01-09T01:10:44.056Z | Downloaded icu_properties_data v1.5.0 |
951 | 2025-01-09T01:10:44.067Z | Downloaded miniz_oxide v0.8.0 |
952 | 2025-01-09T01:10:44.070Z | Downloaded sqlparser v0.45.0 |
953 | 2025-01-09T01:10:44.076Z | Downloaded aws-lc-rs v1.10.0 |
954 | 2025-01-09T01:10:44.085Z | Downloaded parse-zoneinfo v0.3.1 |
955 | 2025-01-09T01:10:44.088Z | Downloaded h2 v0.4.6 |
956 | 2025-01-09T01:10:44.095Z | Downloaded derive-where v1.2.7 |
957 | 2025-01-09T01:10:44.098Z | Downloaded rustls-webpki v0.101.7 |
958 | 2025-01-09T01:10:44.113Z | Downloaded rcgen v0.12.1 |
959 | 2025-01-09T01:10:44.116Z | Downloaded url v2.5.3 |
960 | 2025-01-09T01:10:44.119Z | Downloaded num-bigint-dig v0.8.4 |
961 | 2025-01-09T01:10:44.124Z | Downloaded lalrpop v0.19.12 |
962 | 2025-01-09T01:10:44.135Z | Downloaded tough v0.19.0 |
963 | 2025-01-09T01:10:44.144Z | Downloaded num-bigint v0.4.6 |
964 | 2025-01-09T01:10:44.149Z | Downloaded idna v0.2.3 |
965 | 2025-01-09T01:10:44.156Z | Downloaded winnow v0.5.40 |
966 | 2025-01-09T01:10:44.165Z | Downloaded zip v0.6.6 |
967 | 2025-01-09T01:10:44.170Z | Downloaded reedline v0.35.0 |
968 | 2025-01-09T01:10:44.177Z | Downloaded idna v0.4.0 |
969 | 2025-01-09T01:10:44.184Z | Downloaded ed25519-dalek v2.1.1 |
970 | 2025-01-09T01:10:44.187Z | Downloaded futures-util v0.3.31 |
971 | 2025-01-09T01:10:44.200Z | Downloaded zip v2.1.3 |
972 | 2025-01-09T01:10:44.204Z | Downloaded rustls-webpki v0.102.8 |
973 | 2025-01-09T01:10:44.223Z | Downloaded idna v0.3.0 |
974 | 2025-01-09T01:10:44.230Z | Downloaded p521 v0.13.3 |
975 | 2025-01-09T01:10:44.234Z | Downloaded russh v0.45.0 |
976 | 2025-01-09T01:10:44.239Z | Downloaded idna v0.5.0 |
977 | 2025-01-09T01:10:44.246Z | Downloaded rusqlite v0.32.1 |
978 | 2025-01-09T01:10:44.253Z | Downloaded curve25519-dalek v4.1.3 |
979 | 2025-01-09T01:10:44.262Z | Downloaded object v0.30.4 |
980 | 2025-01-09T01:10:44.272Z | Downloaded nom v7.1.3 |
981 | 2025-01-09T01:10:44.277Z | Downloaded salty v0.3.0 |
982 | 2025-01-09T01:10:44.285Z | Downloaded quick-xml v0.33.0 |
983 | 2025-01-09T01:10:44.291Z | Downloaded zerovec v0.10.4 |
984 | 2025-01-09T01:10:44.298Z | Downloaded smoltcp v0.11.0 |
985 | 2025-01-09T01:10:44.311Z | Downloaded gimli v0.31.1 |
986 | 2025-01-09T01:10:44.320Z | Downloaded webpki-roots v0.26.6 |
987 | 2025-01-09T01:10:44.325Z | Downloaded rustls v0.21.12 |
988 | 2025-01-09T01:10:44.336Z | Downloaded portable-atomic v1.9.0 |
989 | 2025-01-09T01:10:44.344Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2025-01-09T01:10:44.357Z | Downloaded reqwest v0.12.9 |
991 | 2025-01-09T01:10:44.366Z | Downloaded p384 v0.13.0 |
992 | 2025-01-09T01:10:44.373Z | Downloaded chrono-tz v0.10.0 |
993 | 2025-01-09T01:10:44.381Z | Downloaded nix v0.28.0 |
994 | 2025-01-09T01:10:44.393Z | Downloaded dropshot v0.12.0 |
995 | 2025-01-09T01:10:44.415Z | Downloaded git2 v0.19.0 |
996 | 2025-01-09T01:10:44.424Z | Downloaded diesel v2.2.6 |
997 | 2025-01-09T01:10:44.443Z | Downloaded openssl v0.10.66 |
998 | 2025-01-09T01:10:44.454Z | Downloaded regex-syntax v0.6.29 |
999 | 2025-01-09T01:10:44.459Z | Downloaded smoltcp v0.9.1 |
1000 | 2025-01-09T01:10:44.472Z | Downloaded dropshot v0.13.0 |
1001 | 2025-01-09T01:10:44.493Z | Downloaded rustls v0.23.19 |
1002 | 2025-01-09T01:10:44.506Z | Downloaded radix_trie v0.2.1 |
1003 | 2025-01-09T01:10:44.512Z | Downloaded nix v0.29.0 |
1004 | 2025-01-09T01:10:44.524Z | Downloaded regress v0.9.1 |
1005 | 2025-01-09T01:10:44.533Z | Downloaded openapiv3 v2.0.0 |
1006 | 2025-01-09T01:10:44.546Z | Downloaded regex-syntax v0.8.5 |
1007 | 2025-01-09T01:10:44.555Z | Downloaded regress v0.10.1 |
1008 | 2025-01-09T01:10:44.565Z | Downloaded ratatui v0.28.1 |
1009 | 2025-01-09T01:10:44.597Z | Downloaded zerocopy-derive v0.6.6 |
1010 | 2025-01-09T01:10:44.610Z | Downloaded sled v0.34.7 |
1011 | 2025-01-09T01:10:44.624Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1012 | 2025-01-09T01:10:44.641Z | Downloaded typify-impl v0.2.0 |
1013 | 2025-01-09T01:10:44.657Z | Downloaded rustls v0.22.4 |
1014 | 2025-01-09T01:10:44.669Z | Downloaded object v0.36.5 |
1015 | 2025-01-09T01:10:44.681Z | Downloaded bstr v1.10.0 |
1016 | 2025-01-09T01:10:44.691Z | Downloaded nix v0.27.1 |
1017 | 2025-01-09T01:10:44.704Z | Downloaded polar-core v0.27.3 |
1018 | 2025-01-09T01:10:44.710Z | Downloaded proptest v1.5.0 |
1019 | 2025-01-09T01:10:44.719Z | Downloaded petname v2.0.2 |
1020 | 2025-01-09T01:10:44.724Z | Downloaded unicode-width v0.2.0 |
1021 | 2025-01-09T01:10:44.730Z | Downloaded petgraph v0.6.5 |
1022 | 2025-01-09T01:10:44.748Z | Downloaded lzma-sys v0.1.20 |
1023 | 2025-01-09T01:10:44.776Z | Downloaded regex v1.11.1 |
1024 | 2025-01-09T01:10:44.788Z | Downloaded ron v0.8.1 |
1025 | 2025-01-09T01:10:44.793Z | Downloaded quinn-proto v0.11.8 |
1026 | 2025-01-09T01:10:44.800Z | Downloaded tokio v1.40.0 |
1027 | 2025-01-09T01:10:44.837Z | Downloaded regex-automata v0.4.8 |
1028 | 2025-01-09T01:10:44.853Z | Downloaded zerocopy v0.8.10 |
1029 | 2025-01-09T01:10:44.876Z | Downloaded libz-sys v1.1.20 |
1030 | 2025-01-09T01:10:44.896Z | Downloaded csv v1.3.0 |
1031 | 2025-01-09T01:10:44.916Z | Downloaded sha3 v0.10.8 |
1032 | 2025-01-09T01:10:44.920Z | Downloaded vcpkg v0.2.15 |
1033 | 2025-01-09T01:10:44.959Z | Downloaded bitvec v1.0.1 |
1034 | 2025-01-09T01:10:44.972Z | Downloaded rayon-core v1.12.1 |
1035 | 2025-01-09T01:10:44.976Z | Downloaded darling_core v0.20.10 |
1036 | 2025-01-09T01:10:44.981Z | Downloaded chrono v0.4.38 |
1037 | 2025-01-09T01:10:44.988Z | Downloaded zopfli v0.8.1 |
1038 | 2025-01-09T01:10:44.990Z | Downloaded vte v0.11.1 |
1039 | 2025-01-09T01:10:44.998Z | Downloaded zerofrom-derive v0.1.4 |
1040 | 2025-01-09T01:10:44.999Z | Downloaded tokio-rustls v0.26.0 |
1041 | 2025-01-09T01:10:44.999Z | Downloaded slog v2.7.0 |
1042 | 2025-01-09T01:10:44.999Z | Downloaded unicode-normalization v0.1.24 |
1043 | 2025-01-09T01:10:45.003Z | Downloaded quinn v0.11.5 |
1044 | 2025-01-09T01:10:45.006Z | Downloaded globset v0.4.15 |
1045 | 2025-01-09T01:10:45.008Z | Downloaded uzers v0.12.1 |
1046 | 2025-01-09T01:10:45.010Z | Downloaded diff v0.1.13 |
1047 | 2025-01-09T01:10:45.013Z | Downloaded blake3 v1.5.4 |
1048 | 2025-01-09T01:10:45.021Z | Downloaded sigpipe v0.1.3 |
1049 | 2025-01-09T01:10:45.023Z | Downloaded tokio-tungstenite v0.21.0 |
1050 | 2025-01-09T01:10:45.026Z | Downloaded samael v0.0.17 |
1051 | 2025-01-09T01:10:45.030Z | Downloaded parking_lot_core v0.9.10 |
1052 | 2025-01-09T01:10:45.032Z | Downloaded password-hash v0.5.0 |
1053 | 2025-01-09T01:10:45.035Z | Downloaded untrusted v0.7.1 |
1054 | 2025-01-09T01:10:45.038Z | Downloaded tui-tree-widget v0.22.0 |
1055 | 2025-01-09T01:10:45.038Z | Downloaded strip-ansi-escapes v0.2.0 |
1056 | 2025-01-09T01:10:45.040Z | Downloaded pkcs5 v0.7.1 |
1057 | 2025-01-09T01:10:45.043Z | Downloaded hashbrown v0.13.2 |
1058 | 2025-01-09T01:10:45.046Z | Downloaded flate2 v1.0.34 |
1059 | 2025-01-09T01:10:45.052Z | Downloaded zeroize_derive v1.4.2 |
1060 | 2025-01-09T01:10:45.055Z | Downloaded num-conv v0.1.0 |
1061 | 2025-01-09T01:10:45.055Z | Downloaded rustls-pemfile v1.0.4 |
1062 | 2025-01-09T01:10:45.057Z | Downloaded tungstenite v0.23.0 |
1063 | 2025-01-09T01:10:45.060Z | Downloaded futures v0.3.31 |
1064 | 2025-01-09T01:10:45.065Z | Downloaded progenitor-macro v0.8.0 |
1065 | 2025-01-09T01:10:45.068Z | Downloaded tungstenite v0.24.0 |
1066 | 2025-01-09T01:10:45.071Z | Downloaded rustyline v14.0.0 |
1067 | 2025-01-09T01:10:45.075Z | Downloaded strum_macros v0.24.3 |
1068 | 2025-01-09T01:10:45.078Z | Downloaded hyper v1.5.0 |
1069 | 2025-01-09T01:10:45.084Z | Downloaded encoding_rs v0.8.34 |
1070 | 2025-01-09T01:10:45.105Z | Downloaded subtle v2.6.1 |
1071 | 2025-01-09T01:10:45.109Z | Downloaded ssh-cipher v0.2.0 |
1072 | 2025-01-09T01:10:45.109Z | Downloaded universal-hash v0.5.1 |
1073 | 2025-01-09T01:10:45.109Z | Downloaded libxml v0.3.3 |
1074 | 2025-01-09T01:10:45.114Z | Downloaded sec1 v0.7.3 |
1075 | 2025-01-09T01:10:45.117Z | Downloaded r2d2 v0.8.10 |
1076 | 2025-01-09T01:10:45.119Z | Downloaded quick-error v1.2.3 |
1077 | 2025-01-09T01:10:45.119Z | Downloaded olpc-cjson v0.1.4 |
1078 | 2025-01-09T01:10:45.119Z | Downloaded num-iter v0.1.45 |
1079 | 2025-01-09T01:10:45.122Z | Downloaded dropshot_endpoint v0.13.0 |
1080 | 2025-01-09T01:10:45.125Z | Downloaded dropshot_endpoint v0.12.0 |
1081 | 2025-01-09T01:10:45.127Z | Downloaded whoami v1.5.2 |
1082 | 2025-01-09T01:10:45.129Z | Downloaded der v0.7.9 |
1083 | 2025-01-09T01:10:45.133Z | Downloaded unicode-segmentation v1.12.0 |
1084 | 2025-01-09T01:10:45.137Z | Downloaded libm v0.2.8 |
1085 | 2025-01-09T01:10:45.144Z | Downloaded itertools v0.10.5 |
1086 | 2025-01-09T01:10:45.150Z | Downloaded snafu-derive v0.8.5 |
1087 | 2025-01-09T01:10:45.153Z | Downloaded toml_edit v0.19.15 |
1088 | 2025-01-09T01:10:45.169Z | Downloaded yasna v0.5.2 |
1089 | 2025-01-09T01:10:45.171Z | Downloaded debug-ignore v1.0.5 |
1090 | 2025-01-09T01:10:45.174Z | Downloaded unicase v2.7.0 |
1091 | 2025-01-09T01:10:45.174Z | Downloaded expectorate v1.1.0 |
1092 | 2025-01-09T01:10:45.179Z | Downloaded omicron-zone-package v0.12.0 |
1093 | 2025-01-09T01:10:45.181Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2025-01-09T01:10:45.235Z | Downloaded tar v0.4.42 |
1095 | 2025-01-09T01:10:45.237Z | Downloaded walkdir v2.5.0 |
1096 | 2025-01-09T01:10:45.239Z | Downloaded parking_lot v0.12.3 |
1097 | 2025-01-09T01:10:45.242Z | Downloaded shell-words v1.1.0 |
1098 | 2025-01-09T01:10:45.244Z | Downloaded scopeguard v1.2.0 |
1099 | 2025-01-09T01:10:45.244Z | Downloaded schemars_derive v0.8.21 |
1100 | 2025-01-09T01:10:45.247Z | Downloaded displaydoc v0.2.5 |
1101 | 2025-01-09T01:10:45.250Z | Downloaded primeorder v0.13.6 |
1102 | 2025-01-09T01:10:45.250Z | Downloaded pretty-hex v0.2.1 |
1103 | 2025-01-09T01:10:45.250Z | Downloaded predicates-tree v1.0.11 |
1104 | 2025-01-09T01:10:45.253Z | Downloaded predicates-core v1.0.8 |
1105 | 2025-01-09T01:10:45.253Z | Downloaded powerfmt v0.2.0 |
1106 | 2025-01-09T01:10:45.256Z | Downloaded xattr v1.3.1 |
1107 | 2025-01-09T01:10:45.256Z | Downloaded utf-8 v0.7.6 |
1108 | 2025-01-09T01:10:45.259Z | Downloaded sha1 v0.10.6 |
1109 | 2025-01-09T01:10:45.259Z | Downloaded zerocopy v0.6.6 |
1110 | 2025-01-09T01:10:45.262Z | Downloaded writeable v0.5.5 |
1111 | 2025-01-09T01:10:45.264Z | Downloaded ppv-lite86 v0.2.20 |
1112 | 2025-01-09T01:10:45.267Z | Downloaded test-strategy v0.3.1 |
1113 | 2025-01-09T01:10:45.269Z | Downloaded password-hash v0.4.2 |
1114 | 2025-01-09T01:10:45.273Z | Downloaded icu_collections v1.5.0 |
1115 | 2025-01-09T01:10:45.277Z | Downloaded slab v0.4.9 |
1116 | 2025-01-09T01:10:45.279Z | Downloaded secrecy v0.8.0 |
1117 | 2025-01-09T01:10:45.279Z | Downloaded rustc_version v0.1.7 |
1118 | 2025-01-09T01:10:45.282Z | Downloaded rustc-hash v2.0.0 |
1119 | 2025-01-09T01:10:45.283Z | Downloaded rand_xorshift v0.3.0 |
1120 | 2025-01-09T01:10:45.283Z | Downloaded rand_seeder v0.3.0 |
1121 | 2025-01-09T01:10:45.285Z | Downloaded rand_core v0.6.4 |
1122 | 2025-01-09T01:10:45.285Z | Downloaded enum-as-inner v0.6.1 |
1123 | 2025-01-09T01:10:45.288Z | Downloaded slog-scope v4.4.0 |
1124 | 2025-01-09T01:10:45.288Z | Downloaded num_enum v0.5.11 |
1125 | 2025-01-09T01:10:45.293Z | Downloaded env_logger v0.11.5 |
1126 | 2025-01-09T01:10:45.296Z | Downloaded indicatif v0.17.9 |
1127 | 2025-01-09T01:10:45.300Z | Downloaded indexmap v1.9.3 |
1128 | 2025-01-09T01:10:45.302Z | Downloaded icu_provider v1.5.0 |
1129 | 2025-01-09T01:10:45.305Z | Downloaded base64 v0.21.7 |
1130 | 2025-01-09T01:10:45.308Z | Downloaded crypto-bigint v0.5.5 |
1131 | 2025-01-09T01:10:45.315Z | Downloaded const_format v0.2.33 |
1132 | 2025-01-09T01:10:45.320Z | Downloaded compact_str v0.8.0 |
1133 | 2025-01-09T01:10:45.323Z | Downloaded cc v1.1.30 |
1134 | 2025-01-09T01:10:45.327Z | Downloaded tokio-rustls v0.24.1 |
1135 | 2025-01-09T01:10:45.329Z | Downloaded env_filter v0.1.2 |
1136 | 2025-01-09T01:10:45.332Z | Downloaded mime_guess v2.0.5 |
1137 | 2025-01-09T01:10:45.334Z | Downloaded memmap2 v0.9.5 |
1138 | 2025-01-09T01:10:45.335Z | Downloaded wait-timeout v0.2.0 |
1139 | 2025-01-09T01:10:45.337Z | Downloaded unicode-truncate v1.1.0 |
1140 | 2025-01-09T01:10:45.337Z | Downloaded chacha20poly1305 v0.10.1 |
1141 | 2025-01-09T01:10:45.340Z | Downloaded arc-swap v1.7.1 |
1142 | 2025-01-09T01:10:45.342Z | Downloaded jobserver v0.1.32 |
1143 | 2025-01-09T01:10:45.345Z | Downloaded serde-hex v0.1.0 |
1144 | 2025-01-09T01:10:45.345Z | Downloaded salsa20 v0.10.2 |
1145 | 2025-01-09T01:10:45.347Z | Downloaded supports-color v3.0.1 |
1146 | 2025-01-09T01:10:45.347Z | Downloaded structmeta v0.3.0 |
1147 | 2025-01-09T01:10:45.350Z | Downloaded async-trait v0.1.83 |
1148 | 2025-01-09T01:10:45.353Z | Downloaded maybe-uninit v2.0.0 |
1149 | 2025-01-09T01:10:45.353Z | Downloaded libefi-sys v0.1.0 |
1150 | 2025-01-09T01:10:45.355Z | Downloaded ipnet v2.10.1 |
1151 | 2025-01-09T01:10:45.358Z | Downloaded hyper-rustls v0.27.3 |
1152 | 2025-01-09T01:10:45.360Z | Downloaded md5 v0.7.0 |
1153 | 2025-01-09T01:10:45.360Z | Downloaded maplit v1.0.2 |
1154 | 2025-01-09T01:10:45.360Z | Downloaded keccak v0.1.5 |
1155 | 2025-01-09T01:10:45.363Z | Downloaded icu_locid_transform v1.5.0 |
1156 | 2025-01-09T01:10:45.366Z | Downloaded hyper-staticfile v0.10.1 |
1157 | 2025-01-09T01:10:45.366Z | Downloaded bzip2 v0.4.4 |
1158 | 2025-01-09T01:10:45.368Z | Downloaded chacha20 v0.9.1 |
1159 | 2025-01-09T01:10:45.371Z | Downloaded cassowary v0.3.0 |
1160 | 2025-01-09T01:10:45.371Z | Downloaded ahash v0.8.11 |
1161 | 2025-01-09T01:10:45.374Z | Downloaded async-bb8-diesel v0.2.1 |
1162 | 2025-01-09T01:10:45.376Z | Downloaded argon2 v0.5.3 |
1163 | 2025-01-09T01:10:45.379Z | Downloaded curve25519-dalek-derive v0.1.1 |
1164 | 2025-01-09T01:10:45.379Z | Downloaded crc v3.2.1 |
1165 | 2025-01-09T01:10:45.382Z | Downloaded chrono-tz-build v0.4.0 |
1166 | 2025-01-09T01:10:45.382Z | Downloaded blowfish v0.9.1 |
1167 | 2025-01-09T01:10:45.384Z | Downloaded base16ct v0.2.0 |
1168 | 2025-01-09T01:10:45.384Z | Downloaded async-stream v0.3.6 |
1169 | 2025-01-09T01:10:45.387Z | Downloaded arrayvec v0.7.6 |
1170 | 2025-01-09T01:10:45.390Z | Downloaded constant_time_eq v0.3.1 |
1171 | 2025-01-09T01:10:45.393Z | Downloaded bit-set v0.5.3 |
1172 | 2025-01-09T01:10:45.393Z | Downloaded ciborium-io v0.2.2 |
1173 | 2025-01-09T01:10:45.542Z | Downloaded libsqlite3-sys v0.30.1 |
1174 | 2025-01-09T01:10:45.682Z | Downloaded ring v0.17.8 |
1175 | 2025-01-09T01:10:46.003Z | Downloaded aws-lc-sys v0.22.0 |
1176 | 2025-01-09T01:10:46.330Z | Compiling serde v1.0.215 |
1177 | 2025-01-09T01:10:46.339Z | Compiling lock_api v0.4.12 |
1178 | 2025-01-09T01:10:46.339Z | Compiling scopeguard v1.2.0 |
1179 | 2025-01-09T01:10:46.339Z | Compiling value-bag v1.9.0 |
1180 | 2025-01-09T01:10:46.339Z | Compiling typenum v1.17.0 |
1181 | 2025-01-09T01:10:46.339Z | Compiling generic-array v0.14.7 |
1182 | 2025-01-09T01:10:46.501Z | Compiling syn v2.0.87 |
1183 | 2025-01-09T01:10:46.514Z | Compiling getrandom v0.2.15 |
1184 | 2025-01-09T01:10:46.650Z | Compiling shlex v1.3.0 |
1185 | 2025-01-09T01:10:46.758Z | Compiling rand_core v0.6.4 |
1186 | 2025-01-09T01:10:46.960Z | Compiling log v0.4.22 |
1187 | 2025-01-09T01:10:47.061Z | Compiling subtle v2.6.1 |
1188 | 2025-01-09T01:10:47.083Z | Compiling jobserver v0.1.32 |
1189 | 2025-01-09T01:10:47.110Z | Compiling smallvec v1.13.2 |
1190 | 2025-01-09T01:10:47.312Z | Compiling const-oid v0.9.6 |
1191 | 2025-01-09T01:10:47.366Z | Compiling spin v0.9.8 |
1192 | 2025-01-09T01:10:47.418Z | Compiling pin-project-lite v0.2.14 |
1193 | 2025-01-09T01:10:47.494Z | Compiling cc v1.1.30 |
1194 | 2025-01-09T01:10:47.549Z | Compiling rustix v0.38.37 |
1195 | 2025-01-09T01:10:47.782Z | Compiling parking_lot_core v0.9.10 |
1196 | 2025-01-09T01:10:47.853Z | Compiling futures-core v0.3.31 |
1197 | 2025-01-09T01:10:48.029Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2025-01-09T01:10:48.108Z | Compiling mio v1.0.2 |
1199 | 2025-01-09T01:10:48.449Z | Compiling aho-corasick v1.1.3 |
1200 | 2025-01-09T01:10:48.809Z | Compiling parking_lot v0.12.3 |
1201 | 2025-01-09T01:10:48.895Z | Compiling regex-syntax v0.8.5 |
1202 | 2025-01-09T01:10:49.291Z | Compiling either v1.13.0 |
1203 | 2025-01-09T01:10:49.324Z | Compiling cpufeatures v0.2.14 |
1204 | 2025-01-09T01:10:49.327Z | Compiling lazy_static v1.5.0 |
1205 | 2025-01-09T01:10:49.431Z | Compiling futures-sink v0.3.31 |
1206 | 2025-01-09T01:10:49.477Z | Compiling stable_deref_trait v1.2.0 |
1207 | 2025-01-09T01:10:49.595Z | Compiling glob v0.3.1 |
1208 | 2025-01-09T01:10:49.690Z | Compiling socket2 v0.5.7 |
1209 | 2025-01-09T01:10:49.783Z | Compiling slab v0.4.9 |
1210 | 2025-01-09T01:10:49.804Z | Compiling prettyplease v0.2.25 |
1211 | 2025-01-09T01:10:50.225Z | Compiling minimal-lexical v0.2.1 |
1212 | 2025-01-09T01:10:50.302Z | Compiling serde_json v1.0.133 |
1213 | 2025-01-09T01:10:50.659Z | Compiling nom v7.1.3 |
1214 | 2025-01-09T01:10:50.702Z | Compiling clang-sys v1.8.1 |
1215 | 2025-01-09T01:10:50.781Z | Compiling libloading v0.8.5 |
1216 | 2025-01-09T01:10:51.043Z | Compiling bindgen v0.69.5 |
1217 | 2025-01-09T01:10:51.227Z | Compiling home v0.5.9 |
1218 | 2025-01-09T01:10:51.522Z | Compiling itertools v0.12.1 |
1219 | 2025-01-09T01:10:51.927Z | Compiling futures-channel v0.3.31 |
1220 | 2025-01-09T01:10:51.985Z | Compiling lazycell v1.3.0 |
1221 | 2025-01-09T01:10:52.177Z | Compiling allocator-api2 v0.2.18 |
1222 | 2025-01-09T01:10:52.356Z | Compiling foldhash v0.1.3 |
1223 | 2025-01-09T01:10:52.648Z | Compiling libm v0.2.8 |
1224 | 2025-01-09T01:10:52.978Z | Compiling regex-automata v0.4.8 |
1225 | 2025-01-09T01:10:53.007Z | Compiling futures-task v0.3.31 |
1226 | 2025-01-09T01:10:53.308Z | Compiling rustc-hash v1.1.0 |
1227 | 2025-01-09T01:10:53.455Z | Compiling pin-utils v0.1.0 |
1228 | 2025-01-09T01:10:53.551Z | Compiling futures-io v0.3.31 |
1229 | 2025-01-09T01:10:53.865Z | Compiling hashbrown v0.15.1 |
1230 | 2025-01-09T01:10:54.280Z | Compiling synstructure v0.13.1 |
1231 | 2025-01-09T01:10:54.769Z | Compiling cexpr v0.6.0 |
1232 | 2025-01-09T01:10:55.302Z | Compiling cmake v0.1.51 |
1233 | 2025-01-09T01:10:56.080Z | Compiling num-traits v0.2.19 |
1234 | 2025-01-09T01:10:56.098Z | Compiling fs_extra v1.3.0 |
1235 | 2025-01-09T01:10:56.351Z | Compiling dunce v1.0.5 |
1236 | 2025-01-09T01:10:56.371Z | Compiling tinyvec_macros v0.1.1 |
1237 | 2025-01-09T01:10:56.466Z | Compiling pkg-config v0.3.31 |
1238 | 2025-01-09T01:10:56.491Z | Compiling tinyvec v1.8.0 |
1239 | 2025-01-09T01:10:56.833Z | Compiling ring v0.17.8 |
1240 | 2025-01-09T01:10:58.001Z | Compiling unicode-normalization v0.1.24 |
1241 | 2025-01-09T01:10:58.021Z | Compiling litemap v0.7.3 |
1242 | 2025-01-09T01:10:58.052Z | Compiling base64ct v1.6.0 |
1243 | 2025-01-09T01:10:58.055Z | Compiling paste v1.0.15 |
1244 | 2025-01-09T01:10:58.426Z | Compiling unicode-bidi v0.3.17 |
1245 | 2025-01-09T01:10:58.589Z | Compiling regex v1.11.1 |
1246 | 2025-01-09T01:10:58.672Z | Compiling writeable v0.5.5 |
1247 | 2025-01-09T01:10:59.195Z | Compiling pem-rfc7468 v0.7.0 |
1248 | 2025-01-09T01:10:59.702Z | Compiling flagset v0.4.6 |
1249 | 2025-01-09T01:10:59.731Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2025-01-09T01:10:59.908Z | Compiling httparse v1.9.5 |
1251 | 2025-01-09T01:10:59.966Z | Compiling tracing-core v0.1.32 |
1252 | 2025-01-09T01:11:00.183Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2025-01-09T01:11:00.736Z | Compiling rustls-pki-types v1.10.0 |
1254 | 2025-01-09T01:11:00.767Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-09T01:11:01.099Z | Compiling icu_locid_transform_data v1.5.0 |
1256 | 2025-01-09T01:11:01.207Z | Compiling untrusted v0.9.0 |
1257 | 2025-01-09T01:11:01.268Z | Compiling untrusted v0.7.1 |
1258 | 2025-01-09T01:11:01.377Z | Compiling mirai-annotations v1.12.0 |
1259 | 2025-01-09T01:11:01.399Z | Compiling serde_derive v1.0.215 |
1260 | 2025-01-09T01:11:01.433Z | Compiling zeroize_derive v1.4.2 |
1261 | 2025-01-09T01:11:01.558Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2025-01-09T01:11:01.849Z | Compiling tokio-macros v2.4.0 |
1263 | 2025-01-09T01:11:01.869Z | Compiling zerofrom-derive v0.1.4 |
1264 | 2025-01-09T01:11:02.988Z | Compiling zeroize v1.8.1 |
1265 | 2025-01-09T01:11:03.476Z | Compiling thiserror-impl v1.0.69 |
1266 | 2025-01-09T01:11:03.646Z | Compiling yoke-derive v0.7.4 |
1267 | 2025-01-09T01:11:03.891Z | Compiling zerocopy v0.7.35 |
1268 | 2025-01-09T01:11:04.810Z | Compiling crypto-common v0.1.6 |
1269 | 2025-01-09T01:11:05.050Z | Compiling block-buffer v0.10.4 |
1270 | 2025-01-09T01:11:05.194Z | Compiling zerovec-derive v0.10.3 |
1271 | 2025-01-09T01:11:05.323Z | Compiling digest v0.10.7 |
1272 | 2025-01-09T01:11:05.543Z | Compiling futures-macro v0.3.31 |
1273 | 2025-01-09T01:11:05.829Z | Compiling hmac v0.12.1 |
1274 | 2025-01-09T01:11:06.117Z | Compiling block-padding v0.3.3 |
1275 | 2025-01-09T01:11:06.157Z | Compiling displaydoc v0.2.5 |
1276 | 2025-01-09T01:11:06.190Z | Compiling zerofrom v0.1.4 |
1277 | 2025-01-09T01:11:06.348Z | Compiling inout v0.1.3 |
1278 | 2025-01-09T01:11:06.437Z | Compiling sha2 v0.10.8 |
1279 | 2025-01-09T01:11:06.637Z | Compiling cipher v0.4.4 |
1280 | 2025-01-09T01:11:06.819Z | Compiling yoke v0.7.4 |
1281 | 2025-01-09T01:11:07.017Z | Compiling thiserror v1.0.69 |
1282 | 2025-01-09T01:11:07.137Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2025-01-09T01:11:07.157Z | Compiling icu_provider_macros v1.5.0 |
1284 | 2025-01-09T01:11:07.211Z | Compiling der_derive v0.7.3 |
1285 | 2025-01-09T01:11:07.535Z | Compiling futures-util v0.3.31 |
1286 | 2025-01-09T01:11:07.898Z | Compiling tracing-attributes v0.1.27 |
1287 | 2025-01-09T01:11:07.995Z | Compiling zerovec v0.10.4 |
1288 | 2025-01-09T01:11:08.036Z | Compiling rand_chacha v0.3.1 |
1289 | 2025-01-09T01:11:08.346Z | Compiling pest v2.7.14 |
1290 | 2025-01-09T01:11:09.751Z | Compiling der v0.7.9 |
1291 | 2025-01-09T01:11:10.020Z | Compiling tinystr v0.7.6 |
1292 | 2025-01-09T01:11:10.398Z | Compiling icu_locid v1.5.0 |
1293 | 2025-01-09T01:11:10.401Z | Compiling icu_collections v1.5.0 |
1294 | 2025-01-09T01:11:10.480Z | Compiling rand v0.8.5 |
1295 | 2025-01-09T01:11:11.557Z | Compiling salsa20 v0.10.2 |
1296 | 2025-01-09T01:11:11.783Z | Compiling icu_provider v1.5.0 |
1297 | 2025-01-09T01:11:11.805Z | Compiling tracing v0.1.40 |
1298 | 2025-01-09T01:11:11.901Z | Compiling spki v0.7.3 |
1299 | 2025-01-09T01:11:12.300Z | Compiling pbkdf2 v0.12.2 |
1300 | 2025-01-09T01:11:12.340Z | Compiling vcpkg v0.2.15 |
1301 | 2025-01-09T01:11:12.468Z | Compiling icu_properties_data v1.5.0 |
1302 | 2025-01-09T01:11:12.655Z | Compiling icu_locid_transform v1.5.0 |
1303 | 2025-01-09T01:11:12.731Z | Compiling powerfmt v0.2.0 |
1304 | 2025-01-09T01:11:12.870Z | Compiling time-core v0.1.2 |
1305 | 2025-01-09T01:11:12.926Z | Compiling num-conv v0.1.0 |
1306 | 2025-01-09T01:11:13.044Z | Compiling deranged v0.3.11 |
1307 | 2025-01-09T01:11:13.170Z | Compiling scrypt v0.11.0 |
1308 | 2025-01-09T01:11:13.238Z | Compiling pest_meta v2.7.14 |
1309 | 2025-01-09T01:11:13.257Z | Compiling time-macros v0.2.18 |
1310 | 2025-01-09T01:11:13.754Z | Compiling cbc v0.1.2 |
1311 | 2025-01-09T01:11:13.963Z | Compiling icu_properties v1.5.1 |
1312 | 2025-01-09T01:11:14.004Z | Compiling aes v0.8.4 |
1313 | 2025-01-09T01:11:14.588Z | Compiling openssl-sys v0.9.103 |
1314 | 2025-01-09T01:11:15.468Z | Compiling scroll_derive v0.12.0 |
1315 | 2025-01-09T01:11:16.438Z | Compiling bitflags v2.6.0 |
1316 | 2025-01-09T01:11:16.693Z | Compiling bytes v1.8.0 |
1317 | 2025-01-09T01:11:16.998Z | Compiling indexmap v2.6.0 |
1318 | 2025-01-09T01:11:17.019Z | Compiling semver v1.0.23 |
1319 | 2025-01-09T01:11:17.806Z | Compiling tokio v1.40.0 |
1320 | 2025-01-09T01:11:18.020Z | Compiling http v1.1.0 |
1321 | 2025-01-09T01:11:18.531Z | Compiling rustc_version v0.4.1 |
1322 | 2025-01-09T01:11:18.550Z | Compiling num_threads v0.1.7 |
1323 | 2025-01-09T01:11:18.687Z | Compiling atomic-waker v1.1.2 |
1324 | 2025-01-09T01:11:18.884Z | Compiling utf8_iter v1.0.4 |
1325 | 2025-01-09T01:11:18.928Z | Compiling utf16_iter v1.0.5 |
1326 | 2025-01-09T01:11:19.018Z | Compiling write16 v1.0.0 |
1327 | 2025-01-09T01:11:19.139Z | Compiling icu_normalizer_data v1.5.0 |
1328 | 2025-01-09T01:11:19.139Z | Compiling time v0.3.36 |
1329 | 2025-01-09T01:11:19.174Z | Compiling scroll v0.12.0 |
1330 | 2025-01-09T01:11:19.237Z | Compiling icu_normalizer v1.5.0 |
1331 | 2025-01-09T01:11:19.455Z | Compiling pkcs5 v0.7.1 |
1332 | 2025-01-09T01:11:19.764Z | Compiling http-body v1.0.1 |
1333 | 2025-01-09T01:11:20.025Z | Compiling pest_generator v2.7.14 |
1334 | 2025-01-09T01:11:20.202Z | Compiling form_urlencoded v1.2.1 |
1335 | 2025-01-09T01:11:20.555Z | Compiling slog v2.7.0 |
1336 | 2025-01-09T01:11:20.577Z | Compiling try-lock v0.2.5 |
1337 | 2025-01-09T01:11:20.730Z | Compiling want v0.3.1 |
1338 | 2025-01-09T01:11:20.794Z | Compiling goblin v0.8.2 |
1339 | 2025-01-09T01:11:21.021Z | Compiling which v4.4.2 |
1340 | 2025-01-09T01:11:21.169Z | Compiling idna_adapter v1.2.0 |
1341 | 2025-01-09T01:11:21.337Z | Compiling pkcs8 v0.10.2 |
1342 | 2025-01-09T01:11:21.657Z | Compiling uuid v1.11.0 |
1343 | 2025-01-09T01:11:22.046Z | Compiling pest_derive v2.7.14 |
1344 | 2025-01-09T01:11:22.087Z | Compiling httpdate v1.0.3 |
1345 | 2025-01-09T01:11:22.418Z | Compiling iana-time-zone v0.1.61 |
1346 | 2025-01-09T01:11:22.584Z | Compiling idna v1.0.3 |
1347 | 2025-01-09T01:11:22.853Z | Compiling dtrace-parser v0.2.0 |
1348 | 2025-01-09T01:11:22.909Z | Compiling chrono v0.4.38 |
1349 | 2025-01-09T01:11:23.919Z | Compiling serde_spanned v0.6.8 |
1350 | 2025-01-09T01:11:24.171Z | Compiling serde_tokenstream v0.2.2 |
1351 | 2025-01-09T01:11:24.498Z | Compiling toml_datetime v0.6.8 |
1352 | 2025-01-09T01:11:24.574Z | Compiling openssl v0.10.66 |
1353 | 2025-01-09T01:11:24.826Z | Compiling match_cfg v0.1.0 |
1354 | 2025-01-09T01:11:24.931Z | Compiling tower-service v0.3.3 |
1355 | 2025-01-09T01:11:25.020Z | Compiling adler2 v2.0.0 |
1356 | 2025-01-09T01:11:25.057Z | Compiling foreign-types-shared v0.1.1 |
1357 | 2025-01-09T01:11:25.060Z | Compiling rustversion v1.0.17 |
1358 | 2025-01-09T01:11:25.099Z | Compiling base64 v0.22.1 |
1359 | 2025-01-09T01:11:25.177Z | Compiling miniz_oxide v0.8.0 |
1360 | 2025-01-09T01:11:25.229Z | Compiling foreign-types v0.3.2 |
1361 | 2025-01-09T01:11:25.365Z | Compiling hostname v0.3.1 |
1362 | 2025-01-09T01:11:25.645Z | Compiling url v2.5.3 |
1363 | 2025-01-09T01:11:25.888Z | Compiling async-trait v0.1.83 |
1364 | 2025-01-09T01:11:26.745Z | Compiling tokio-util v0.7.12 |
1365 | 2025-01-09T01:11:26.748Z | Compiling dof v0.3.0 |
1366 | 2025-01-09T01:11:27.273Z | Compiling openssl-macros v0.1.1 |
1367 | 2025-01-09T01:11:27.698Z | Compiling usdt-impl v0.5.0 |
1368 | 2025-01-09T01:11:28.064Z | Compiling h2 v0.4.6 |
1369 | 2025-01-09T01:11:28.259Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2025-01-09T01:11:28.660Z | Compiling dirs-sys-next v0.1.2 |
1371 | 2025-01-09T01:11:28.955Z | Compiling data-encoding v2.6.0 |
1372 | 2025-01-09T01:11:29.310Z | Compiling rustls v0.22.4 |
1373 | 2025-01-09T01:11:29.338Z | Compiling rustls v0.23.19 |
1374 | 2025-01-09T01:11:29.579Z | Compiling schemars v0.8.21 |
1375 | 2025-01-09T01:11:29.637Z | Compiling syn v1.0.109 |
1376 | 2025-01-09T01:11:29.975Z | Compiling native-tls v0.2.12 |
1377 | 2025-01-09T01:11:30.301Z | Compiling siphasher v0.3.11 |
1378 | 2025-01-09T01:11:30.488Z | Compiling dirs-next v2.0.0 |
1379 | 2025-01-09T01:11:31.117Z | Compiling schemars_derive v0.8.21 |
1380 | 2025-01-09T01:11:31.412Z | Compiling http-body-util v0.1.2 |
1381 | 2025-01-09T01:11:31.439Z | Compiling heapless v0.7.17 |
1382 | 2025-01-09T01:11:31.884Z | Compiling crossbeam-epoch v0.9.18 |
1383 | 2025-01-09T01:11:31.975Z | Compiling signature v2.2.0 |
1384 | 2025-01-09T01:11:32.115Z | Compiling sha1 v0.10.6 |
1385 | 2025-01-09T01:11:32.275Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1386 | 2025-01-09T01:11:32.580Z | Compiling thread_local v1.1.8 |
1387 | 2025-01-09T01:11:32.694Z | Compiling multer v3.1.0 |
1388 | 2025-01-09T01:11:32.768Z | Compiling cookie v0.18.1 |
1389 | 2025-01-09T01:11:32.986Z | Compiling encoding_rs v0.8.34 |
1390 | 2025-01-09T01:11:33.076Z | Compiling rayon-core v1.12.1 |
1391 | 2025-01-09T01:11:33.153Z | Compiling slog-async v2.8.0 |
1392 | 2025-01-09T01:11:33.354Z | Compiling unicode-properties v0.1.3 |
1393 | 2025-01-09T01:11:33.709Z | Compiling signal-hook v0.3.17 |
1394 | 2025-01-09T01:11:33.750Z | Compiling openssl-probe v0.1.5 |
1395 | 2025-01-09T01:11:33.982Z | Compiling mime v0.3.17 |
1396 | 2025-01-09T01:11:34.031Z | Compiling gimli v0.31.1 |
1397 | 2025-01-09T01:11:34.111Z | Compiling ipnet v2.10.1 |
1398 | 2025-01-09T01:11:34.628Z | Compiling dyn-clone v1.0.17 |
1399 | 2025-01-09T01:11:34.647Z | Compiling toml_edit v0.22.22 |
1400 | 2025-01-09T01:11:35.441Z | Compiling hyper v1.5.0 |
1401 | 2025-01-09T01:11:38.301Z | Compiling hyper-util v0.1.10 |
1402 | 2025-01-09T01:11:38.855Z | Compiling addr2line v0.24.2 |
1403 | 2025-01-09T01:11:39.279Z | Compiling stringprep v0.1.5 |
1404 | 2025-01-09T01:11:39.644Z | Compiling crossbeam-deque v0.8.5 |
1405 | 2025-01-09T01:11:39.718Z | Compiling usdt-attr-macro v0.5.0 |
1406 | 2025-01-09T01:11:39.741Z | Compiling usdt-macro v0.5.0 |
1407 | 2025-01-09T01:11:39.985Z | Compiling term v0.7.0 |
1408 | 2025-01-09T01:11:41.049Z | Compiling slog-json v2.6.1 |
1409 | 2025-01-09T01:11:41.189Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2025-01-09T01:11:41.397Z | Compiling curve25519-dalek v4.1.3 |
1411 | 2025-01-09T01:11:41.422Z | Compiling crossbeam-channel v0.5.13 |
1412 | 2025-01-09T01:11:41.497Z | Compiling futures-executor v0.3.31 |
1413 | 2025-01-09T01:11:41.550Z | Compiling enum-as-inner v0.6.1 |
1414 | 2025-01-09T01:11:41.712Z | Compiling md-5 v0.10.6 |
1415 | 2025-01-09T01:11:41.998Z | Compiling async-stream-impl v0.3.6 |
1416 | 2025-01-09T01:11:42.036Z | Compiling rustls-pemfile v2.2.0 |
1417 | 2025-01-09T01:11:42.090Z | Compiling num-integer v0.1.46 |
1418 | 2025-01-09T01:11:42.394Z | Compiling idna v0.4.0 |
1419 | 2025-01-09T01:11:42.574Z | Compiling idna v0.3.0 |
1420 | 2025-01-09T01:11:42.689Z | Compiling hash32 v0.2.1 |
1421 | 2025-01-09T01:11:42.822Z | Compiling ff v0.13.0 |
1422 | 2025-01-09T01:11:43.043Z | Compiling is-terminal v0.4.13 |
1423 | 2025-01-09T01:11:43.062Z | Compiling object v0.36.5 |
1424 | 2025-01-09T01:11:43.089Z | Compiling dropshot v0.12.0 |
1425 | 2025-01-09T01:11:43.169Z | Compiling quick-error v1.2.3 |
1426 | 2025-01-09T01:11:43.315Z | Compiling portable-atomic v1.9.0 |
1427 | 2025-01-09T01:11:43.385Z | Compiling rustc-demangle v0.1.24 |
1428 | 2025-01-09T01:11:43.406Z | Compiling smoltcp v0.9.1 |
1429 | 2025-01-09T01:11:44.074Z | Compiling psl-types v2.0.11 |
1430 | 2025-01-09T01:11:44.127Z | Compiling linked-hash-map v0.5.6 |
1431 | 2025-01-09T01:11:44.260Z | Compiling num-bigint-dig v0.8.4 |
1432 | 2025-01-09T01:11:44.356Z | Compiling fallible-iterator v0.2.0 |
1433 | 2025-01-09T01:11:44.378Z | Compiling base16ct v0.2.0 |
1434 | 2025-01-09T01:11:44.397Z | Compiling utf-8 v0.7.6 |
1435 | 2025-01-09T01:11:44.489Z | Compiling take_mut v0.2.2 |
1436 | 2025-01-09T01:11:44.539Z | Compiling anyhow v1.0.93 |
1437 | 2025-01-09T01:11:44.739Z | Compiling tungstenite v0.24.0 |
1438 | 2025-01-09T01:11:44.759Z | Compiling sec1 v0.7.3 |
1439 | 2025-01-09T01:11:45.105Z | Compiling postgres-protocol v0.6.7 |
1440 | 2025-01-09T01:11:45.434Z | Compiling lru-cache v0.1.2 |
1441 | 2025-01-09T01:11:45.666Z | Compiling publicsuffix v2.2.3 |
1442 | 2025-01-09T01:11:45.828Z | Compiling async-stream v0.3.6 |
1443 | 2025-01-09T01:11:45.928Z | Compiling resolv-conf v0.7.0 |
1444 | 2025-01-09T01:11:45.949Z | Compiling hickory-proto v0.24.1 |
1445 | 2025-01-09T01:11:46.151Z | Compiling slog-term v2.9.1 |
1446 | 2025-01-09T01:11:46.484Z | Compiling usdt v0.5.0 |
1447 | 2025-01-09T01:11:46.743Z | Compiling group v0.13.0 |
1448 | 2025-01-09T01:11:47.075Z | Compiling num-iter v0.1.45 |
1449 | 2025-01-09T01:11:47.211Z | Compiling futures v0.3.31 |
1450 | 2025-01-09T01:11:47.276Z | Compiling slog-bunyan v2.5.0 |
1451 | 2025-01-09T01:11:48.683Z | Compiling camino v1.1.9 |
1452 | 2025-01-09T01:11:48.705Z | Compiling tokio-native-tls v0.3.1 |
1453 | 2025-01-09T01:11:48.991Z | Compiling toml v0.8.19 |
1454 | 2025-01-09T01:11:49.267Z | Compiling phf_shared v0.11.2 |
1455 | 2025-01-09T01:11:49.366Z | Compiling dropshot_endpoint v0.12.0 |
1456 | 2025-01-09T01:11:49.684Z | Compiling terminal_size v0.4.0 |
1457 | 2025-01-09T01:11:49.705Z | Compiling openapiv3 v2.0.0 |
1458 | 2025-01-09T01:11:49.914Z | Compiling waitgroup v0.1.2 |
1459 | 2025-01-09T01:11:50.136Z | Compiling serde_path_to_error v0.1.16 |
1460 | 2025-01-09T01:11:50.855Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-09T01:11:51.015Z | Compiling hkdf v0.12.4 |
1462 | 2025-01-09T01:11:51.266Z | Compiling crypto-bigint v0.5.5 |
1463 | 2025-01-09T01:11:51.376Z | Compiling zerocopy-derive v0.6.6 |
1464 | 2025-01-09T01:11:53.775Z | Compiling curve25519-dalek-derive v0.1.1 |
1465 | 2025-01-09T01:11:54.222Z | Compiling webpki-roots v0.26.6 |
1466 | 2025-01-09T01:11:54.242Z | Compiling idna v0.5.0 |
1467 | 2025-01-09T01:11:54.460Z | Compiling hostname v0.4.0 |
1468 | 2025-01-09T01:11:54.588Z | Compiling ahash v0.8.11 |
1469 | 2025-01-09T01:11:54.746Z | Compiling crc32fast v1.4.2 |
1470 | 2025-01-09T01:11:54.948Z | Compiling fs-err v2.11.0 |
1471 | 2025-01-09T01:11:55.107Z | Compiling managed v0.8.0 |
1472 | 2025-01-09T01:11:55.131Z | Compiling hubpack_derive v0.1.1 |
1473 | 2025-01-09T01:11:55.244Z | Compiling newtype-uuid v1.1.3 |
1474 | 2025-01-09T01:11:55.391Z | Compiling bitflags v1.3.2 |
1475 | 2025-01-09T01:11:55.501Z | Compiling winnow v0.5.40 |
1476 | 2025-01-09T01:11:55.504Z | Compiling debug-ignore v1.0.5 |
1477 | 2025-01-09T01:11:55.566Z | Compiling strum_macros v0.25.3 |
1478 | 2025-01-09T01:11:55.967Z | Compiling clap_builder v4.5.21 |
1479 | 2025-01-09T01:11:56.037Z | Compiling hubpack v0.1.2 |
1480 | 2025-01-09T01:11:56.490Z | Compiling console v0.15.8 |
1481 | 2025-01-09T01:11:57.715Z | Compiling cookie_store v0.21.0 |
1482 | 2025-01-09T01:11:57.902Z | Compiling flate2 v1.0.34 |
1483 | 2025-01-09T01:11:58.160Z | Compiling elliptic-curve v0.13.8 |
1484 | 2025-01-09T01:11:58.897Z | Compiling zerocopy v0.6.6 |
1485 | 2025-01-09T01:11:59.064Z | Compiling toml_edit v0.19.15 |
1486 | 2025-01-09T01:11:59.444Z | Compiling hickory-resolver v0.24.1 |
1487 | 2025-01-09T01:11:59.774Z | Compiling phf v0.11.2 |
1488 | 2025-01-09T01:11:59.794Z | Compiling hyper-tls v0.6.0 |
1489 | 2025-01-09T01:12:00.092Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-01-09T01:12:00.248Z | Compiling rayon v1.10.0 |
1491 | 2025-01-09T01:12:00.266Z | Compiling bzip2 v0.4.4 |
1492 | 2025-01-09T01:12:00.685Z | Compiling postgres-types v0.2.8 |
1493 | 2025-01-09T01:12:02.269Z | Compiling tokio-tungstenite v0.24.0 |
1494 | 2025-01-09T01:12:04.236Z | Compiling ed25519 v2.2.3 |
1495 | 2025-01-09T01:12:04.798Z | Compiling phf_shared v0.10.0 |
1496 | 2025-01-09T01:12:05.235Z | Compiling tokio-stream v0.1.16 |
1497 | 2025-01-09T01:12:05.257Z | Compiling pkcs1 v0.7.5 |
1498 | 2025-01-09T01:12:05.636Z | Compiling serde-big-array v0.5.1 |
1499 | 2025-01-09T01:12:05.895Z | Compiling clap_derive v4.5.18 |
1500 | 2025-01-09T01:12:06.207Z | Compiling rfc6979 v0.4.0 |
1501 | 2025-01-09T01:12:06.275Z | Compiling serde_repr v0.1.19 |
1502 | 2025-01-09T01:12:06.322Z | Compiling derive-where v1.2.7 |
1503 | 2025-01-09T01:12:06.384Z | Compiling float-cmp v0.9.0 |
1504 | 2025-01-09T01:12:06.387Z | Compiling bstr v1.10.0 |
1505 | 2025-01-09T01:12:06.614Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-01-09T01:12:06.780Z | Compiling new_debug_unreachable v1.0.6 |
1507 | 2025-01-09T01:12:06.889Z | Compiling predicates-core v1.0.8 |
1508 | 2025-01-09T01:12:07.262Z | Compiling whoami v1.5.2 |
1509 | 2025-01-09T01:12:07.345Z | Compiling number_prefix v0.4.0 |
1510 | 2025-01-09T01:12:07.517Z | Compiling precomputed-hash v0.1.1 |
1511 | 2025-01-09T01:12:07.580Z | Compiling normalize-line-endings v0.3.0 |
1512 | 2025-01-09T01:12:07.641Z | Compiling static_assertions v1.1.0 |
1513 | 2025-01-09T01:12:07.710Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2025-01-09T01:12:07.747Z | Compiling bit-vec v0.6.3 |
1515 | 2025-01-09T01:12:07.945Z | Compiling difflib v0.4.0 |
1516 | 2025-01-09T01:12:08.211Z | Compiling unicode-width v0.2.0 |
1517 | 2025-01-09T01:12:08.267Z | Compiling fixedbitset v0.4.2 |
1518 | 2025-01-09T01:12:08.616Z | Compiling petgraph v0.6.5 |
1519 | 2025-01-09T01:12:08.745Z | Compiling indicatif v0.17.9 |
1520 | 2025-01-09T01:12:08.766Z | Compiling similar v2.6.0 |
1521 | 2025-01-09T01:12:09.649Z | Compiling predicates v3.1.2 |
1522 | 2025-01-09T01:12:10.126Z | Compiling bit-set v0.5.3 |
1523 | 2025-01-09T01:12:10.434Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1524 | 2025-01-09T01:12:11.034Z | Compiling string_cache v0.8.7 |
1525 | 2025-01-09T01:12:11.178Z | Compiling clap v4.5.21 |
1526 | 2025-01-09T01:12:11.269Z | Compiling tokio-postgres v0.7.12 |
1527 | 2025-01-09T01:12:11.307Z | Compiling ecdsa v0.16.9 |
1528 | 2025-01-09T01:12:11.494Z | Compiling rsa v0.9.6 |
1529 | 2025-01-09T01:12:11.515Z | Compiling ed25519-dalek v2.1.1 |
1530 | 2025-01-09T01:12:12.203Z | Compiling toml v0.7.8 |
1531 | 2025-01-09T01:12:12.872Z | Compiling zip v0.6.6 |
1532 | 2025-01-09T01:12:12.891Z | Compiling crossterm v0.28.1 |
1533 | 2025-01-09T01:12:14.983Z | Compiling hex v0.4.3 |
1534 | 2025-01-09T01:12:15.051Z | Compiling x509-cert v0.2.5 |
1535 | 2025-01-09T01:12:15.257Z | Compiling itertools v0.10.5 |
1536 | 2025-01-09T01:12:15.631Z | Compiling lalrpop-util v0.19.12 |
1537 | 2025-01-09T01:12:16.014Z | Compiling unicode-xid v0.2.6 |
1538 | 2025-01-09T01:12:16.195Z | Compiling peg-runtime v0.8.3 |
1539 | 2025-01-09T01:12:16.844Z | Compiling strum_macros v0.26.4 |
1540 | 2025-01-09T01:12:16.898Z | Compiling xattr v1.3.1 |
1541 | 2025-01-09T01:12:17.174Z | Compiling filetime v0.2.25 |
1542 | 2025-01-09T01:12:17.517Z | Compiling tar v0.4.42 |
1543 | 2025-01-09T01:12:22.245Z | Compiling strum v0.26.3 |
1544 | 2025-01-09T01:12:24.302Z | Compiling aws-lc-sys v0.22.0 |
1545 | 2025-01-09T01:12:52.775Z | Compiling rustls-webpki v0.102.8 |
1546 | 2025-01-09T01:12:56.306Z | Compiling tokio-rustls v0.25.0 |
1547 | 2025-01-09T01:12:58.063Z | Compiling tokio-rustls v0.26.0 |
1548 | 2025-01-09T01:12:58.465Z | Compiling hyper-rustls v0.27.3 |
1549 | 2025-01-09T01:12:58.765Z | Compiling reqwest v0.12.9 |
1550 | 2025-01-09T01:12:59.937Z | Compiling qorb v0.2.1 |
1551 | 2025-01-09T01:13:04.869Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2025-01-09T01:13:05.104Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1553 | 2025-01-09T01:13:11.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1554 | 2025-01-09T01:13:11.385Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1555 | 2025-01-09T01:13:11.435Z | Jan 09 01:13:10.936 INFO Starting download, target: Cockroach |
1556 | 2025-01-09T01:13:11.435Z | Jan 09 01:13:10.936 INFO Starting download, target: Clickhouse |
1557 | 2025-01-09T01:13:11.437Z | Jan 09 01:13:10.936 INFO Starting download, target: Console |
1558 | 2025-01-09T01:13:11.437Z | Jan 09 01:13:10.936 INFO Starting download, target: DendriteOpenapi |
1559 | 2025-01-09T01:13:11.437Z | Jan 09 01:13:10.936 INFO Starting download, target: DendriteStub |
1560 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.936 INFO Starting download, target: MaghemiteMgd |
1561 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.936 INFO Starting download, target: TransceiverControl |
1562 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.936 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1563 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.936 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1564 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.936 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.937 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1566 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.937 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1567 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.937 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1568 | 2025-01-09T01:13:11.438Z | Jan 09 01:13:10.937 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1569 | 2025-01-09T01:13:11.658Z | Jan 09 01:13:11.151 INFO Download complete, target: DendriteOpenapi |
1570 | 2025-01-09T01:13:11.899Z | Jan 09 01:13:11.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1571 | 2025-01-09T01:13:12.104Z | Jan 09 01:13:11.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1572 | 2025-01-09T01:13:12.266Z | Jan 09 01:13:11.740 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1573 | 2025-01-09T01:13:12.382Z | Jan 09 01:13:11.875 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1574 | 2025-01-09T01:13:12.427Z | Jan 09 01:13:11.921 INFO Download complete, target: Console |
1575 | 2025-01-09T01:13:12.552Z | Jan 09 01:13:12.053 INFO Download complete, target: TransceiverControl |
1576 | 2025-01-09T01:13:12.993Z | Jan 09 01:13:12.494 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1577 | 2025-01-09T01:13:12.993Z | Jan 09 01:13:12.494 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1578 | 2025-01-09T01:13:13.384Z | Jan 09 01:13:12.885 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1579 | 2025-01-09T01:13:15.164Z | Jan 09 01:13:14.665 INFO Download complete, target: MaghemiteMgd |
1580 | 2025-01-09T01:13:15.287Z | Jan 09 01:13:14.779 INFO Download complete, target: DendriteStub |
1581 | 2025-01-09T01:13:20.584Z | Jan 09 01:13:20.085 INFO Checking that binary works, target: Cockroach |
1582 | 2025-01-09T01:13:20.750Z | Jan 09 01:13:20.250 INFO Download complete, target: Cockroach |
1583 | 2025-01-09T01:13:25.894Z | Jan 09 01:13:25.394 INFO Checking that binary works, target: Clickhouse |
1584 | 2025-01-09T01:13:26.411Z | Jan 09 01:13:25.908 INFO Download complete, target: Clickhouse |
1585 | 2025-01-09T01:13:26.431Z | All builder prerequisites installed successfully, and PATH looks valid |
1586 | 2025-01-09T01:13:26.435Z | |
1587 | 2025-01-09T01:13:26.435Z | real 5:03.516240820 |
1588 | 2025-01-09T01:13:26.435Z | user 16:51.314976309 |
1589 | 2025-01-09T01:13:26.435Z | sys 3:19.293672623 |
1590 | 2025-01-09T01:13:26.435Z | trap 0.553982392 |
1591 | 2025-01-09T01:13:26.435Z | tflt 1.788826567 |
1592 | 2025-01-09T01:13:26.435Z | dflt 2.589722341 |
1593 | 2025-01-09T01:13:26.435Z | kflt 0.186986145 |
1594 | 2025-01-09T01:13:26.435Z | lock 30:01.191642601 |
1595 | 2025-01-09T01:13:26.435Z | slp 1:02:56.378475771 |
1596 | 2025-01-09T01:13:26.435Z | lat 57.926461829 |
1597 | 2025-01-09T01:13:26.435Z | stop 2:26.326342960 |
1598 | 2025-01-09T01:13:26.435Z | + banner hack-check |
1599 | 2025-01-09T01:13:26.435Z | |
1600 | 2025-01-09T01:13:26.435Z | # # ## #### # # #### # # ###### #### # # |
1601 | 2025-01-09T01:13:26.435Z | # # # # # # # # # # # # # # # # # |
1602 | 2025-01-09T01:13:26.435Z | ###### # # # #### ##### # ###### ##### # #### |
1603 | 2025-01-09T01:13:26.435Z | # # ###### # # # # # # # # # # |
1604 | 2025-01-09T01:13:26.435Z | # # # # # # # # # # # # # # # # # |
1605 | 2025-01-09T01:13:26.435Z | # # # # #### # # #### # # ###### #### # # |
1606 | 2025-01-09T01:13:26.435Z | |
1607 | 2025-01-09T01:13:26.435Z | + export CARGO_INCREMENTAL=0 |
1608 | 2025-01-09T01:13:26.435Z | + CARGO_INCREMENTAL=0 |
1609 | 2025-01-09T01:13:26.435Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1610 | 2025-01-09T01:13:26.979Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1611 | 2025-01-09T01:13:30.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
1612 | 2025-01-09T01:13:30.599Z | Running `target/debug/xtask check-features --ci` |
1613 | 2025-01-09T01:13:30.622Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1614 | 2025-01-09T01:13:30.622Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1615 | 2025-01-09T01:13:31.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1616 | 2025-01-09T01:13:31.104Z | Running `target/debug/xtask download cargo-hack` |
1617 | 2025-01-09T01:13:31.953Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1618 | 2025-01-09T01:13:32.326Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1619 | 2025-01-09T01:13:37.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
1620 | 2025-01-09T01:13:37.668Z | Running `target/debug/xtask-downloader cargo-hack` |
1621 | 2025-01-09T01:13:37.706Z | Jan 09 01:13:37.204 INFO Starting download, target: CargoHack |
1622 | 2025-01-09T01:13:37.712Z | Jan 09 01:13:37.205 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1623 | 2025-01-09T01:13:38.477Z | Jan 09 01:13:37.975 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1624 | 2025-01-09T01:13:38.569Z | Jan 09 01:13:38.068 INFO Download complete, target: CargoHack |
1625 | 2025-01-09T01:13:38.574Z | 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" |
1626 | 2025-01-09T01:13:38.590Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1627 | 2025-01-09T01:13:38.763Z | info: running `cargo check --bins` on api_identity (1/176) |
1628 | 2025-01-09T01:13:39.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2025-01-09T01:13:39.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2025-01-09T01:13:39.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2025-01-09T01:13:39.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1632 | 2025-01-09T01:13:39.382Z | |
1633 | 2025-01-09T01:13:39.382Z | info: running `cargo check --bins` on bootstore (2/176) |
1634 | 2025-01-09T01:13:39.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2025-01-09T01:13:39.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2025-01-09T01:13:39.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2025-01-09T01:13:39.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1638 | 2025-01-09T01:13:40.039Z | |
1639 | 2025-01-09T01:13:40.039Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1640 | 2025-01-09T01:13:40.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2025-01-09T01:13:40.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2025-01-09T01:13:40.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2025-01-09T01:13:40.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1644 | 2025-01-09T01:13:40.689Z | |
1645 | 2025-01-09T01:13:40.689Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1646 | 2025-01-09T01:13:41.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2025-01-09T01:13:41.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2025-01-09T01:13:41.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2025-01-09T01:13:41.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1650 | 2025-01-09T01:13:41.312Z | |
1651 | 2025-01-09T01:13:41.312Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1652 | 2025-01-09T01:13:41.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2025-01-09T01:13:41.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2025-01-09T01:13:41.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2025-01-09T01:13:41.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1656 | 2025-01-09T01:13:41.748Z | |
1657 | 2025-01-09T01:13:41.749Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1658 | 2025-01-09T01:13:42.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2025-01-09T01:13:42.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2025-01-09T01:13:42.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2025-01-09T01:13:42.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1662 | 2025-01-09T01:13:42.178Z | |
1663 | 2025-01-09T01:13:42.178Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1664 | 2025-01-09T01:13:42.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2025-01-09T01:13:42.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2025-01-09T01:13:42.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2025-01-09T01:13:42.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1668 | 2025-01-09T01:13:42.616Z | |
1669 | 2025-01-09T01:13:42.616Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1670 | 2025-01-09T01:13:43.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-01-09T01:13:46.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-01-09T01:13:46.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-01-09T01:13:46.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1674 | 2025-01-09T01:13:46.201Z | |
1675 | 2025-01-09T01:13:46.201Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1676 | 2025-01-09T01:13:46.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-01-09T01:13:46.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-01-09T01:13:46.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-01-09T01:13:46.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1680 | 2025-01-09T01:13:46.202Z | |
1681 | 2025-01-09T01:13:46.202Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1682 | 2025-01-09T01:13:46.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-01-09T01:13:46.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-01-09T01:13:46.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-01-09T01:13:46.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1686 | 2025-01-09T01:13:46.204Z | |
1687 | 2025-01-09T01:13:46.204Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1688 | 2025-01-09T01:13:46.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-01-09T01:13:46.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-01-09T01:13:46.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-01-09T01:13:46.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1692 | 2025-01-09T01:13:46.204Z | |
1693 | 2025-01-09T01:13:46.204Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1694 | 2025-01-09T01:13:46.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-01-09T01:13:46.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-01-09T01:13:46.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-01-09T01:13:46.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1698 | 2025-01-09T01:13:46.205Z | |
1699 | 2025-01-09T01:13:46.205Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1700 | 2025-01-09T01:13:46.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-01-09T01:13:46.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-01-09T01:13:46.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-01-09T01:13:46.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1704 | 2025-01-09T01:13:46.205Z | |
1705 | 2025-01-09T01:13:46.206Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1706 | 2025-01-09T01:13:46.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-01-09T01:13:46.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-01-09T01:13:46.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-01-09T01:13:46.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1710 | 2025-01-09T01:13:46.206Z | |
1711 | 2025-01-09T01:13:46.206Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1712 | 2025-01-09T01:13:46.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-01-09T01:13:46.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-01-09T01:13:46.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-01-09T01:13:46.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1716 | 2025-01-09T01:13:46.206Z | |
1717 | 2025-01-09T01:13:46.206Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1718 | 2025-01-09T01:13:46.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-01-09T01:13:46.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-01-09T01:13:46.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-01-09T01:13:46.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1722 | 2025-01-09T01:13:46.560Z | |
1723 | 2025-01-09T01:13:46.560Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1724 | 2025-01-09T01:13:46.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-01-09T01:13:46.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-01-09T01:13:46.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-01-09T01:13:46.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1728 | 2025-01-09T01:13:46.998Z | |
1729 | 2025-01-09T01:13:46.998Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1730 | 2025-01-09T01:13:47.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-01-09T01:13:47.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-01-09T01:13:47.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-01-09T01:13:47.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1734 | 2025-01-09T01:13:47.437Z | |
1735 | 2025-01-09T01:13:47.437Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1736 | 2025-01-09T01:13:47.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-01-09T01:13:47.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-01-09T01:13:47.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-01-09T01:13:47.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1740 | 2025-01-09T01:13:47.878Z | |
1741 | 2025-01-09T01:13:47.878Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1742 | 2025-01-09T01:13:48.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-01-09T01:13:48.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-01-09T01:13:48.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-01-09T01:13:48.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1746 | 2025-01-09T01:13:48.324Z | |
1747 | 2025-01-09T01:13:48.324Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1748 | 2025-01-09T01:13:48.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-01-09T01:13:48.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-01-09T01:13:48.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-01-09T01:13:48.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1752 | 2025-01-09T01:13:48.763Z | |
1753 | 2025-01-09T01:13:48.764Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1754 | 2025-01-09T01:13:49.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-01-09T01:13:49.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-01-09T01:13:49.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-01-09T01:13:49.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1758 | 2025-01-09T01:13:49.216Z | |
1759 | 2025-01-09T01:13:49.217Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1760 | 2025-01-09T01:13:49.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-01-09T01:13:49.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-01-09T01:13:49.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-01-09T01:13:49.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1764 | 2025-01-09T01:13:49.667Z | |
1765 | 2025-01-09T01:13:49.667Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1766 | 2025-01-09T01:13:50.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-01-09T01:13:50.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-01-09T01:13:50.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-01-09T01:13:50.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1770 | 2025-01-09T01:13:50.107Z | |
1771 | 2025-01-09T01:13:50.107Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1772 | 2025-01-09T01:13:50.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-01-09T01:13:50.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-01-09T01:13:50.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-01-09T01:13:50.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1776 | 2025-01-09T01:13:50.760Z | |
1777 | 2025-01-09T01:13:50.760Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1778 | 2025-01-09T01:13:51.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-01-09T01:13:51.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-01-09T01:13:51.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-01-09T01:13:51.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1782 | 2025-01-09T01:13:51.408Z | |
1783 | 2025-01-09T01:13:51.408Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1784 | 2025-01-09T01:13:51.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-01-09T01:13:51.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-01-09T01:13:51.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-01-09T01:13:51.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1788 | 2025-01-09T01:13:52.051Z | |
1789 | 2025-01-09T01:13:52.051Z | info: running `cargo check --bins` on oxlog (28/176) |
1790 | 2025-01-09T01:13:52.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-01-09T01:13:52.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-01-09T01:13:52.674Z | Checking cfg-if v1.0.0 |
1793 | 2025-01-09T01:13:52.676Z | Checking libc v0.2.162 |
1794 | 2025-01-09T01:13:52.784Z | Checking serde v1.0.215 |
1795 | 2025-01-09T01:13:52.786Z | Checking zeroize v1.8.1 |
1796 | 2025-01-09T01:13:52.801Z | Checking memchr v2.7.4 |
1797 | 2025-01-09T01:13:52.803Z | Checking typenum v1.17.0 |
1798 | 2025-01-09T01:13:52.811Z | Checking scopeguard v1.2.0 |
1799 | 2025-01-09T01:13:52.839Z | Checking subtle v2.6.1 |
1800 | 2025-01-09T01:13:52.855Z | Checking value-bag v1.9.0 |
1801 | 2025-01-09T01:13:52.938Z | Checking lock_api v0.4.12 |
1802 | 2025-01-09T01:13:53.088Z | Checking const-oid v0.9.6 |
1803 | 2025-01-09T01:13:53.254Z | Checking log v0.4.22 |
1804 | 2025-01-09T01:13:53.329Z | Checking itoa v1.0.11 |
1805 | 2025-01-09T01:13:53.544Z | Checking smallvec v1.13.2 |
1806 | 2025-01-09T01:13:53.644Z | Checking pin-project-lite v0.2.14 |
1807 | 2025-01-09T01:13:53.733Z | Checking byteorder v1.5.0 |
1808 | 2025-01-09T01:13:53.774Z | Checking getrandom v0.2.15 |
1809 | 2025-01-09T01:13:53.790Z | Checking futures-core v0.3.31 |
1810 | 2025-01-09T01:13:53.871Z | Checking parking_lot_core v0.9.10 |
1811 | 2025-01-09T01:13:53.964Z | Checking signal-hook-registry v1.4.2 |
1812 | 2025-01-09T01:13:53.980Z | Checking rand_core v0.6.4 |
1813 | 2025-01-09T01:13:54.004Z | Checking once_cell v1.20.2 |
1814 | 2025-01-09T01:13:54.156Z | Checking mio v1.0.2 |
1815 | 2025-01-09T01:13:54.172Z | Checking cpufeatures v0.2.14 |
1816 | 2025-01-09T01:13:54.185Z | Checking parking_lot v0.12.3 |
1817 | 2025-01-09T01:13:54.257Z | Checking stable_deref_trait v1.2.0 |
1818 | 2025-01-09T01:13:54.270Z | Checking futures-sink v0.3.31 |
1819 | 2025-01-09T01:13:54.284Z | Checking socket2 v0.5.7 |
1820 | 2025-01-09T01:13:54.350Z | Checking spin v0.9.8 |
1821 | 2025-01-09T01:13:54.397Z | Checking zerocopy v0.7.35 |
1822 | 2025-01-09T01:13:54.534Z | Checking slab v0.4.9 |
1823 | 2025-01-09T01:13:54.659Z | Checking zerofrom v0.1.4 |
1824 | 2025-01-09T01:13:54.713Z | Checking futures-channel v0.3.31 |
1825 | 2025-01-09T01:13:54.754Z | Checking futures-io v0.3.31 |
1826 | 2025-01-09T01:13:54.781Z | Checking foldhash v0.1.3 |
1827 | 2025-01-09T01:13:54.800Z | Checking pin-utils v0.1.0 |
1828 | 2025-01-09T01:13:54.835Z | Checking yoke v0.7.4 |
1829 | 2025-01-09T01:13:54.881Z | Checking futures-task v0.3.31 |
1830 | 2025-01-09T01:13:54.904Z | Checking equivalent v1.0.1 |
1831 | 2025-01-09T01:13:54.987Z | Checking allocator-api2 v0.2.18 |
1832 | 2025-01-09T01:13:55.003Z | Checking ryu v1.0.18 |
1833 | 2025-01-09T01:13:55.043Z | Checking tinyvec_macros v0.1.1 |
1834 | 2025-01-09T01:13:55.116Z | Checking futures-util v0.3.31 |
1835 | 2025-01-09T01:13:55.134Z | Checking tinyvec v1.8.0 |
1836 | 2025-01-09T01:13:55.165Z | Checking zerovec v0.10.4 |
1837 | 2025-01-09T01:13:55.232Z | Checking fnv v1.0.7 |
1838 | 2025-01-09T01:13:55.360Z | Checking libm v0.2.8 |
1839 | 2025-01-09T01:13:55.620Z | Checking hashbrown v0.15.1 |
1840 | 2025-01-09T01:13:55.858Z | Checking base64ct v1.6.0 |
1841 | 2025-01-09T01:13:56.182Z | Checking litemap v0.7.3 |
1842 | 2025-01-09T01:13:56.225Z | Checking unicode-normalization v0.1.24 |
1843 | 2025-01-09T01:13:56.319Z | Checking writeable v0.5.5 |
1844 | 2025-01-09T01:13:56.539Z | Checking unicode-bidi v0.3.17 |
1845 | 2025-01-09T01:13:56.642Z | Checking pem-rfc7468 v0.7.0 |
1846 | 2025-01-09T01:13:56.654Z | Checking num-traits v0.2.19 |
1847 | 2025-01-09T01:13:56.760Z | Checking tinystr v0.7.6 |
1848 | 2025-01-09T01:13:56.881Z | Checking ppv-lite86 v0.2.20 |
1849 | 2025-01-09T01:13:57.114Z | Checking icu_locid v1.5.0 |
1850 | 2025-01-09T01:13:57.126Z | Checking flagset v0.4.6 |
1851 | 2025-01-09T01:13:57.190Z | Checking tracing-core v0.1.32 |
1852 | 2025-01-09T01:13:57.291Z | Checking thiserror v1.0.69 |
1853 | 2025-01-09T01:13:57.327Z | Checking generic-array v0.14.7 |
1854 | 2025-01-09T01:13:57.389Z | Checking bytes v1.8.0 |
1855 | 2025-01-09T01:13:57.529Z | Checking indexmap v2.6.0 |
1856 | 2025-01-09T01:13:57.671Z | Checking serde_json v1.0.133 |
1857 | 2025-01-09T01:13:57.843Z | Checking rand_chacha v0.3.1 |
1858 | 2025-01-09T01:13:58.207Z | Checking icu_provider v1.5.0 |
1859 | 2025-01-09T01:13:58.232Z | Checking tokio v1.40.0 |
1860 | 2025-01-09T01:13:58.262Z | Checking http v1.1.0 |
1861 | 2025-01-09T01:13:58.308Z | Checking bitflags v2.6.0 |
1862 | 2025-01-09T01:13:58.512Z | Checking crypto-common v0.1.6 |
1863 | 2025-01-09T01:13:58.563Z | Checking block-buffer v0.10.4 |
1864 | 2025-01-09T01:13:58.707Z | Checking block-padding v0.3.3 |
1865 | 2025-01-09T01:13:58.735Z | Checking der v0.7.9 |
1866 | 2025-01-09T01:13:58.783Z | Checking digest v0.10.7 |
1867 | 2025-01-09T01:13:58.850Z | Checking rustls-pki-types v1.10.0 |
1868 | 2025-01-09T01:13:58.906Z | Checking inout v0.1.3 |
1869 | 2025-01-09T01:13:59.141Z | Checking cipher v0.4.4 |
1870 | 2025-01-09T01:13:59.160Z | Checking hmac v0.12.1 |
1871 | 2025-01-09T01:13:59.368Z | Checking sha2 v0.10.8 |
1872 | 2025-01-09T01:13:59.435Z | Checking percent-encoding v2.3.1 |
1873 | 2025-01-09T01:13:59.492Z | Checking icu_locid_transform_data v1.5.0 |
1874 | 2025-01-09T01:13:59.551Z | Checking salsa20 v0.10.2 |
1875 | 2025-01-09T01:13:59.586Z | Checking icu_locid_transform v1.5.0 |
1876 | 2025-01-09T01:13:59.633Z | Checking pbkdf2 v0.12.2 |
1877 | 2025-01-09T01:13:59.654Z | Checking rand v0.8.5 |
1878 | 2025-01-09T01:13:59.774Z | Checking tracing v0.1.40 |
1879 | 2025-01-09T01:13:59.790Z | Checking icu_collections v1.5.0 |
1880 | 2025-01-09T01:13:59.950Z | Checking aws-lc-sys v0.22.0 |
1881 | 2025-01-09T01:14:00.061Z | Checking httparse v1.9.5 |
1882 | 2025-01-09T01:14:00.108Z | Checking powerfmt v0.2.0 |
1883 | 2025-01-09T01:14:00.400Z | Checking untrusted v0.9.0 |
1884 | 2025-01-09T01:14:00.504Z | Checking icu_properties_data v1.5.0 |
1885 | 2025-01-09T01:14:00.526Z | Checking untrusted v0.7.1 |
1886 | 2025-01-09T01:14:00.558Z | Checking mirai-annotations v1.12.0 |
1887 | 2025-01-09T01:14:00.602Z | Checking spki v0.7.3 |
1888 | 2025-01-09T01:14:00.618Z | Checking ring v0.17.8 |
1889 | 2025-01-09T01:14:00.698Z | Checking deranged v0.3.11 |
1890 | 2025-01-09T01:14:00.729Z | Checking scrypt v0.11.0 |
1891 | 2025-01-09T01:14:00.746Z | Checking icu_properties v1.5.1 |
1892 | 2025-01-09T01:14:00.886Z | Checking aes v0.8.4 |
1893 | 2025-01-09T01:14:00.927Z | Checking cbc v0.1.2 |
1894 | 2025-01-09T01:14:00.950Z | Checking crossbeam-utils v0.8.20 |
1895 | 2025-01-09T01:14:01.134Z | Checking icu_normalizer_data v1.5.0 |
1896 | 2025-01-09T01:14:01.238Z | Checking num-conv v0.1.0 |
1897 | 2025-01-09T01:14:01.493Z | Checking utf16_iter v1.0.5 |
1898 | 2025-01-09T01:14:01.635Z | Checking num_threads v0.1.7 |
1899 | 2025-01-09T01:14:01.666Z | Checking time-core v0.1.2 |
1900 | 2025-01-09T01:14:01.748Z | Checking write16 v1.0.0 |
1901 | 2025-01-09T01:14:01.812Z | Checking atomic-waker v1.1.2 |
1902 | 2025-01-09T01:14:01.827Z | Checking utf8_iter v1.0.4 |
1903 | 2025-01-09T01:14:01.876Z | Checking pkcs5 v0.7.1 |
1904 | 2025-01-09T01:14:01.947Z | Checking http-body v1.0.1 |
1905 | 2025-01-09T01:14:02.020Z | Checking form_urlencoded v1.2.1 |
1906 | 2025-01-09T01:14:02.153Z | Checking try-lock v0.2.5 |
1907 | 2025-01-09T01:14:02.230Z | Checking uuid v1.11.0 |
1908 | 2025-01-09T01:14:02.290Z | Checking want v0.3.1 |
1909 | 2025-01-09T01:14:02.400Z | Checking pkcs8 v0.10.2 |
1910 | 2025-01-09T01:14:02.473Z | Checking httpdate v1.0.3 |
1911 | 2025-01-09T01:14:02.494Z | Checking time v0.3.36 |
1912 | 2025-01-09T01:14:02.525Z | Checking unicode-ident v1.0.13 |
1913 | 2025-01-09T01:14:02.620Z | Checking aws-lc-rs v1.10.0 |
1914 | 2025-01-09T01:14:02.695Z | Checking proc-macro2 v1.0.89 |
1915 | 2025-01-09T01:14:02.713Z | Checking serde_spanned v0.6.8 |
1916 | 2025-01-09T01:14:02.729Z | Checking toml_datetime v0.6.8 |
1917 | 2025-01-09T01:14:02.812Z | Checking slog v2.7.0 |
1918 | 2025-01-09T01:14:02.888Z | Checking scroll v0.12.0 |
1919 | 2025-01-09T01:14:03.007Z | Checking plain v0.2.3 |
1920 | 2025-01-09T01:14:03.164Z | Checking ucd-trie v0.1.7 |
1921 | 2025-01-09T01:14:03.276Z | Checking base64 v0.22.1 |
1922 | 2025-01-09T01:14:03.364Z | Checking foreign-types-shared v0.1.1 |
1923 | 2025-01-09T01:14:03.381Z | Checking adler2 v2.0.0 |
1924 | 2025-01-09T01:14:03.381Z | Checking match_cfg v0.1.0 |
1925 | 2025-01-09T01:14:03.476Z | Checking tower-service v0.3.3 |
1926 | 2025-01-09T01:14:03.492Z | Checking iana-time-zone v0.1.61 |
1927 | 2025-01-09T01:14:03.543Z | Checking miniz_oxide v0.8.0 |
1928 | 2025-01-09T01:14:03.602Z | Checking hostname v0.3.1 |
1929 | 2025-01-09T01:14:03.636Z | Checking chrono v0.4.38 |
1930 | 2025-01-09T01:14:03.739Z | Checking foreign-types v0.3.2 |
1931 | 2025-01-09T01:14:03.760Z | Checking quote v1.0.37 |
1932 | 2025-01-09T01:14:03.835Z | Checking goblin v0.8.2 |
1933 | 2025-01-09T01:14:04.100Z | Checking pest v2.7.14 |
1934 | 2025-01-09T01:14:04.159Z | Checking icu_normalizer v1.5.0 |
1935 | 2025-01-09T01:14:04.302Z | Checking openssl-sys v0.9.103 |
1936 | 2025-01-09T01:14:04.421Z | Checking rustls-webpki v0.102.8 |
1937 | 2025-01-09T01:14:04.989Z | Checking idna_adapter v1.2.0 |
1938 | 2025-01-09T01:14:05.026Z | Checking dirs-sys-next v0.1.2 |
1939 | 2025-01-09T01:14:05.202Z | Checking errno v0.3.9 |
1940 | 2025-01-09T01:14:05.223Z | Checking idna v1.0.3 |
1941 | 2025-01-09T01:14:05.265Z | Checking aho-corasick v1.1.3 |
1942 | 2025-01-09T01:14:05.378Z | Checking pretty-hex v0.4.1 |
1943 | 2025-01-09T01:14:05.552Z | Compiling newtype-uuid v1.1.3 |
1944 | 2025-01-09T01:14:05.659Z | Checking siphasher v0.3.11 |
1945 | 2025-01-09T01:14:05.713Z | Checking url v2.5.3 |
1946 | 2025-01-09T01:14:05.732Z | Checking tokio-util v0.7.12 |
1947 | 2025-01-09T01:14:05.754Z | Checking data-encoding v2.6.0 |
1948 | 2025-01-09T01:14:05.816Z | Checking regex-syntax v0.8.5 |
1949 | 2025-01-09T01:14:05.973Z | Checking openssl v0.10.66 |
1950 | 2025-01-09T01:14:06.450Z | Checking rustix v0.38.37 |
1951 | 2025-01-09T01:14:06.581Z | Checking dirs-next v2.0.0 |
1952 | 2025-01-09T01:14:06.603Z | Checking dtrace-parser v0.2.0 |
1953 | 2025-01-09T01:14:06.644Z | Checking h2 v0.4.6 |
1954 | 2025-01-09T01:14:06.712Z | Checking syn v2.0.87 |
1955 | 2025-01-09T01:14:06.983Z | Checking http-body-util v0.1.2 |
1956 | 2025-01-09T01:14:07.069Z | Checking crossbeam-epoch v0.9.18 |
1957 | 2025-01-09T01:14:07.459Z | Checking signature v2.2.0 |
1958 | 2025-01-09T01:14:07.513Z | Checking sha1 v0.10.6 |
1959 | 2025-01-09T01:14:07.657Z | Checking lazy_static v1.5.0 |
1960 | 2025-01-09T01:14:07.777Z | Checking thread_local v1.1.8 |
1961 | 2025-01-09T01:14:07.799Z | Checking thread-id v4.2.2 |
1962 | 2025-01-09T01:14:07.908Z | Checking encoding_rs v0.8.34 |
1963 | 2025-01-09T01:14:08.042Z | Checking openssl-probe v0.1.5 |
1964 | 2025-01-09T01:14:08.203Z | Checking anstyle v1.0.10 |
1965 | 2025-01-09T01:14:08.579Z | Checking unicode-properties v0.1.3 |
1966 | 2025-01-09T01:14:08.854Z | Checking dof v0.3.0 |
1967 | 2025-01-09T01:14:08.961Z | Checking mime v0.3.17 |
1968 | 2025-01-09T01:14:09.067Z | Checking regex-automata v0.4.8 |
1969 | 2025-01-09T01:14:09.283Z | Checking either v1.13.0 |
1970 | 2025-01-09T01:14:09.506Z | Checking gimli v0.31.1 |
1971 | 2025-01-09T01:14:09.700Z | Checking ipnet v2.10.1 |
1972 | 2025-01-09T01:14:10.022Z | Checking utf8parse v0.2.2 |
1973 | 2025-01-09T01:14:10.184Z | Checking winnow v0.6.20 |
1974 | 2025-01-09T01:14:10.208Z | Checking anstyle-parse v0.2.5 |
1975 | 2025-01-09T01:14:10.370Z | Checking stringprep v0.1.5 |
1976 | 2025-01-09T01:14:10.478Z | Checking crossbeam-deque v0.8.5 |
1977 | 2025-01-09T01:14:10.659Z | Checking term v0.7.0 |
1978 | 2025-01-09T01:14:10.819Z | Checking rustls v0.22.4 |
1979 | 2025-01-09T01:14:11.108Z | Checking rustls v0.23.19 |
1980 | 2025-01-09T01:14:11.420Z | Checking native-tls v0.2.12 |
1981 | 2025-01-09T01:14:11.759Z | Checking slog-json v2.6.1 |
1982 | 2025-01-09T01:14:12.021Z | Checking serde_urlencoded v0.7.1 |
1983 | 2025-01-09T01:14:12.467Z | Checking crossbeam-channel v0.5.13 |
1984 | 2025-01-09T01:14:13.007Z | Checking hyper v1.5.0 |
1985 | 2025-01-09T01:14:13.192Z | Checking futures-executor v0.3.31 |
1986 | 2025-01-09T01:14:13.207Z | Checking toml_edit v0.22.22 |
1987 | 2025-01-09T01:14:13.238Z | Checking usdt-impl v0.5.0 |
1988 | 2025-01-09T01:14:13.408Z | Checking rustls-pemfile v2.2.0 |
1989 | 2025-01-09T01:14:13.588Z | Checking addr2line v0.24.2 |
1990 | 2025-01-09T01:14:13.629Z | Checking md-5 v0.10.6 |
1991 | 2025-01-09T01:14:13.757Z | Checking num-integer v0.1.46 |
1992 | 2025-01-09T01:14:13.807Z | Checking idna v0.4.0 |
1993 | 2025-01-09T01:14:13.852Z | Checking idna v0.3.0 |
1994 | 2025-01-09T01:14:14.099Z | Checking ff v0.13.0 |
1995 | 2025-01-09T01:14:14.233Z | Checking hash32 v0.2.1 |
1996 | 2025-01-09T01:14:14.315Z | Checking is-terminal v0.4.13 |
1997 | 2025-01-09T01:14:14.432Z | Checking memmap v0.7.0 |
1998 | 2025-01-09T01:14:14.539Z | Checking object v0.36.5 |
1999 | 2025-01-09T01:14:14.576Z | Checking quick-error v1.2.3 |
2000 | 2025-01-09T01:14:14.643Z | Checking utf-8 v0.7.6 |
2001 | 2025-01-09T01:14:14.660Z | Checking dyn-clone v1.0.17 |
2002 | 2025-01-09T01:14:14.705Z | Checking anstyle-query v1.1.1 |
2003 | 2025-01-09T01:14:14.730Z | Checking rustc-demangle v0.1.24 |
2004 | 2025-01-09T01:14:14.804Z | Checking psl-types v2.0.11 |
2005 | 2025-01-09T01:14:14.830Z | Checking linked-hash-map v0.5.6 |
2006 | 2025-01-09T01:14:14.844Z | Checking is_terminal_polyfill v1.70.1 |
2007 | 2025-01-09T01:14:14.963Z | Checking fallible-iterator v0.2.0 |
2008 | 2025-01-09T01:14:15.000Z | Checking take_mut v0.2.2 |
2009 | 2025-01-09T01:14:15.146Z | Checking base16ct v0.2.0 |
2010 | 2025-01-09T01:14:15.148Z | Checking hyper-util v0.1.10 |
2011 | 2025-01-09T01:14:15.179Z | Checking colorchoice v1.0.2 |
2012 | 2025-01-09T01:14:15.194Z | Checking lru-cache v0.1.2 |
2013 | 2025-01-09T01:14:15.305Z | Checking anstream v0.6.15 |
2014 | 2025-01-09T01:14:15.339Z | Checking sec1 v0.7.3 |
2015 | 2025-01-09T01:14:15.383Z | Checking slog-async v2.8.0 |
2016 | 2025-01-09T01:14:15.595Z | Checking postgres-protocol v0.6.7 |
2017 | 2025-01-09T01:14:15.676Z | Checking publicsuffix v2.2.3 |
2018 | 2025-01-09T01:14:15.679Z | Checking tungstenite v0.24.0 |
2019 | 2025-01-09T01:14:15.707Z | Checking schemars v0.8.21 |
2020 | 2025-01-09T01:14:15.825Z | Checking toml v0.8.19 |
2021 | 2025-01-09T01:14:15.911Z | Checking resolv-conf v0.7.0 |
2022 | 2025-01-09T01:14:16.258Z | Checking hickory-proto v0.24.1 |
2023 | 2025-01-09T01:14:16.261Z | Checking usdt v0.5.0 |
2024 | 2025-01-09T01:14:16.543Z | Checking tokio-rustls v0.25.0 |
2025 | 2025-01-09T01:14:16.579Z | Checking heapless v0.7.17 |
2026 | 2025-01-09T01:14:16.648Z | Checking slog-term v2.9.1 |
2027 | 2025-01-09T01:14:16.767Z | Checking tokio-rustls v0.26.0 |
2028 | 2025-01-09T01:14:16.961Z | Checking group v0.13.0 |
2029 | 2025-01-09T01:14:17.150Z | Checking num-iter v0.1.45 |
2030 | 2025-01-09T01:14:17.189Z | Checking futures v0.3.31 |
2031 | 2025-01-09T01:14:17.212Z | Checking slog-bunyan v2.5.0 |
2032 | 2025-01-09T01:14:17.249Z | Checking tokio-native-tls v0.3.1 |
2033 | 2025-01-09T01:14:17.305Z | Checking rayon-core v1.12.1 |
2034 | 2025-01-09T01:14:17.322Z | Checking multer v3.1.0 |
2035 | 2025-01-09T01:14:17.343Z | Checking terminal_size v0.4.0 |
2036 | 2025-01-09T01:14:17.499Z | Checking phf_shared v0.11.2 |
2037 | 2025-01-09T01:14:17.515Z | Checking cookie v0.18.1 |
2038 | 2025-01-09T01:14:17.577Z | Checking async-stream v0.3.6 |
2039 | 2025-01-09T01:14:17.643Z | Checking bzip2-sys v0.1.11+1.0.8 |
2040 | 2025-01-09T01:14:17.729Z | Checking camino v1.1.9 |
2041 | 2025-01-09T01:14:17.772Z | Checking waitgroup v0.1.2 |
2042 | 2025-01-09T01:14:17.774Z | Checking signal-hook v0.3.17 |
2043 | 2025-01-09T01:14:17.799Z | Checking openapiv3 v2.0.0 |
2044 | 2025-01-09T01:14:17.911Z | Checking webpki-roots v0.26.6 |
2045 | 2025-01-09T01:14:17.967Z | Checking hkdf v0.12.4 |
2046 | 2025-01-09T01:14:17.991Z | Checking crypto-bigint v0.5.5 |
2047 | 2025-01-09T01:14:18.106Z | Checking serde_path_to_error v0.1.16 |
2048 | 2025-01-09T01:14:18.121Z | Checking idna v0.5.0 |
2049 | 2025-01-09T01:14:18.176Z | Checking hostname v0.4.0 |
2050 | 2025-01-09T01:14:18.287Z | Checking crc32fast v1.4.2 |
2051 | 2025-01-09T01:14:18.308Z | Checking debug-ignore v1.0.5 |
2052 | 2025-01-09T01:14:18.451Z | Checking clap_lex v0.7.2 |
2053 | 2025-01-09T01:14:18.533Z | Checking winnow v0.5.40 |
2054 | 2025-01-09T01:14:18.694Z | Checking unicode-width v0.1.14 |
2055 | 2025-01-09T01:14:18.710Z | Checking strsim v0.11.1 |
2056 | 2025-01-09T01:14:18.970Z | Checking managed v0.8.0 |
2057 | 2025-01-09T01:14:19.014Z | Checking bitflags v1.3.2 |
2058 | 2025-01-09T01:14:19.116Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2059 | 2025-01-09T01:14:19.202Z | Checking console v0.15.8 |
2060 | 2025-01-09T01:14:19.325Z | Checking smoltcp v0.9.1 |
2061 | 2025-01-09T01:14:19.385Z | Checking clap_builder v4.5.21 |
2062 | 2025-01-09T01:14:19.815Z | Checking cookie_store v0.21.0 |
2063 | 2025-01-09T01:14:20.540Z | Checking flate2 v1.0.34 |
2064 | 2025-01-09T01:14:20.821Z | Checking hyper-rustls v0.27.3 |
2065 | 2025-01-09T01:14:20.843Z | Checking elliptic-curve v0.13.8 |
2066 | 2025-01-09T01:14:21.049Z | Checking backtrace v0.3.74 |
2067 | 2025-01-09T01:14:21.123Z | Checking hickory-resolver v0.24.1 |
2068 | 2025-01-09T01:14:21.163Z | Checking signal-hook-mio v0.2.4 |
2069 | 2025-01-09T01:14:21.201Z | Checking rayon v1.10.0 |
2070 | 2025-01-09T01:14:21.303Z | Checking phf v0.11.2 |
2071 | 2025-01-09T01:14:21.306Z | Checking dropshot v0.12.0 |
2072 | 2025-01-09T01:14:21.488Z | Checking bzip2 v0.4.4 |
2073 | 2025-01-09T01:14:21.566Z | Checking hyper-tls v0.6.0 |
2074 | 2025-01-09T01:14:21.618Z | Checking anyhow v1.0.93 |
2075 | 2025-01-09T01:14:21.691Z | Checking toml_edit v0.19.15 |
2076 | 2025-01-09T01:14:21.780Z | Checking num-bigint-dig v0.8.4 |
2077 | 2025-01-09T01:14:21.858Z | Checking tokio-tungstenite v0.24.0 |
2078 | 2025-01-09T01:14:21.994Z | Checking postgres-types v0.2.8 |
2079 | 2025-01-09T01:14:22.340Z | Checking bstr v1.10.0 |
2080 | 2025-01-09T01:14:22.528Z | Checking regex v1.11.1 |
2081 | 2025-01-09T01:14:22.710Z | Checking ed25519 v2.2.3 |
2082 | 2025-01-09T01:14:22.732Z | Checking tokio-stream v0.1.16 |
2083 | 2025-01-09T01:14:23.035Z | Checking phf_shared v0.10.0 |
2084 | 2025-01-09T01:14:23.149Z | Checking curve25519-dalek v4.1.3 |
2085 | 2025-01-09T01:14:23.297Z | Checking zerocopy v0.6.6 |
2086 | 2025-01-09T01:14:23.310Z | Checking hubpack v0.1.2 |
2087 | 2025-01-09T01:14:23.627Z | Checking portable-atomic v1.9.0 |
2088 | 2025-01-09T01:14:23.652Z | Checking pkcs1 v0.7.5 |
2089 | 2025-01-09T01:14:23.980Z | Checking rfc6979 v0.4.0 |
2090 | 2025-01-09T01:14:24.054Z | Checking float-cmp v0.9.0 |
2091 | 2025-01-09T01:14:24.071Z | Checking serde-big-array v0.5.1 |
2092 | 2025-01-09T01:14:24.157Z | Checking sync_wrapper v1.0.1 |
2093 | 2025-01-09T01:14:24.172Z | Checking precomputed-hash v0.1.1 |
2094 | 2025-01-09T01:14:24.260Z | Checking minimal-lexical v0.2.1 |
2095 | 2025-01-09T01:14:24.283Z | Checking difflib v0.4.0 |
2096 | 2025-01-09T01:14:24.298Z | Checking predicates-core v1.0.8 |
2097 | 2025-01-09T01:14:24.311Z | Checking new_debug_unreachable v1.0.6 |
2098 | 2025-01-09T01:14:24.400Z | Checking static_assertions v1.1.0 |
2099 | 2025-01-09T01:14:24.470Z | Checking normalize-line-endings v0.3.0 |
2100 | 2025-01-09T01:14:24.500Z | Checking fixedbitset v0.4.2 |
2101 | 2025-01-09T01:14:24.588Z | Checking number_prefix v0.4.0 |
2102 | 2025-01-09T01:14:24.606Z | Checking unicode-segmentation v1.12.0 |
2103 | 2025-01-09T01:14:24.652Z | Checking whoami v1.5.2 |
2104 | 2025-01-09T01:14:24.673Z | Checking unicode-width v0.2.0 |
2105 | 2025-01-09T01:14:24.763Z | Checking bit-vec v0.6.3 |
2106 | 2025-01-09T01:14:24.780Z | Checking petgraph v0.6.5 |
2107 | 2025-01-09T01:14:24.955Z | Checking tokio-postgres v0.7.12 |
2108 | 2025-01-09T01:14:25.062Z | Checking ed25519-dalek v2.1.1 |
2109 | 2025-01-09T01:14:25.108Z | Checking qorb v0.2.1 |
2110 | 2025-01-09T01:14:25.126Z | Checking bit-set v0.5.3 |
2111 | 2025-01-09T01:14:25.151Z | Checking nom v7.1.3 |
2112 | 2025-01-09T01:14:25.169Z | Checking indicatif v0.17.9 |
2113 | 2025-01-09T01:14:25.288Z | Checking similar v2.6.0 |
2114 | 2025-01-09T01:14:25.387Z | Checking predicates v3.1.2 |
2115 | 2025-01-09T01:14:25.469Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2116 | 2025-01-09T01:14:25.957Z | Checking string_cache v0.8.7 |
2117 | 2025-01-09T01:14:26.089Z | Checking reqwest v0.12.9 |
2118 | 2025-01-09T01:14:26.201Z | Checking toml v0.7.8 |
2119 | 2025-01-09T01:14:26.254Z | Checking ecdsa v0.16.9 |
2120 | 2025-01-09T01:14:26.918Z | Checking rsa v0.9.6 |
2121 | 2025-01-09T01:14:26.981Z | Checking clap v4.5.21 |
2122 | 2025-01-09T01:14:27.110Z | Checking zip v0.6.6 |
2123 | 2025-01-09T01:14:27.688Z | Checking crossterm v0.28.1 |
2124 | 2025-01-09T01:14:27.815Z | Checking itertools v0.10.5 |
2125 | 2025-01-09T01:14:27.995Z | Checking itertools v0.12.1 |
2126 | 2025-01-09T01:14:28.017Z | Checking fs-err v2.11.0 |
2127 | 2025-01-09T01:14:28.073Z | Checking ahash v0.8.11 |
2128 | 2025-01-09T01:14:28.144Z | Checking x509-cert v0.2.5 |
2129 | 2025-01-09T01:14:28.343Z | Checking semver v1.0.23 |
2130 | 2025-01-09T01:14:28.579Z | Checking hex v0.4.3 |
2131 | 2025-01-09T01:14:28.622Z | Checking lalrpop-util v0.19.12 |
2132 | 2025-01-09T01:14:28.764Z | Checking peg-runtime v0.8.3 |
2133 | 2025-01-09T01:14:28.911Z | Checking sigpipe v0.1.3 |
2134 | 2025-01-09T01:14:30.335Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2135 | 2025-01-09T01:14:30.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.59s |
2136 | 2025-01-09T01:14:30.818Z | |
2137 | 2025-01-09T01:14:30.818Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2138 | 2025-01-09T01:14:31.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2139 | 2025-01-09T01:14:31.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2140 | 2025-01-09T01:14:31.487Z | Compiling hashbrown v0.14.5 |
2141 | 2025-01-09T01:14:31.611Z | Checking heck v0.5.0 |
2142 | 2025-01-09T01:14:31.623Z | Compiling unsafe-libyaml v0.2.11 |
2143 | 2025-01-09T01:14:31.634Z | Checking ipnetwork v0.20.0 |
2144 | 2025-01-09T01:14:31.637Z | Compiling ident_case v1.0.1 |
2145 | 2025-01-09T01:14:31.662Z | Checking progenitor-client v0.8.0 |
2146 | 2025-01-09T01:14:31.675Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2147 | 2025-01-09T01:14:31.768Z | Checking newtype-uuid v1.1.3 |
2148 | 2025-01-09T01:14:31.821Z | Compiling darling_core v0.20.10 |
2149 | 2025-01-09T01:14:31.976Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2150 | 2025-01-09T01:14:32.009Z | Compiling proc-macro-crate v1.3.1 |
2151 | 2025-01-09T01:14:32.012Z | Compiling structmeta-derive v0.3.0 |
2152 | 2025-01-09T01:14:32.072Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2153 | 2025-01-09T01:14:32.335Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2154 | 2025-01-09T01:14:32.379Z | Compiling lzma-sys v0.1.20 |
2155 | 2025-01-09T01:14:32.775Z | Checking regress v0.10.1 |
2156 | 2025-01-09T01:14:33.194Z | Compiling serde_yaml v0.9.34+deprecated |
2157 | 2025-01-09T01:14:33.213Z | Compiling num_enum_derive v0.5.11 |
2158 | 2025-01-09T01:14:33.591Z | Compiling foreign-types-macros v0.2.3 |
2159 | 2025-01-09T01:14:33.624Z | Compiling dropshot v0.13.0 |
2160 | 2025-01-09T01:14:33.920Z | Checking arc-swap v1.7.1 |
2161 | 2025-01-09T01:14:34.372Z | Checking foreign-types-shared v0.3.1 |
2162 | 2025-01-09T01:14:34.493Z | Checking slog-scope v4.4.0 |
2163 | 2025-01-09T01:14:34.768Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2164 | 2025-01-09T01:14:34.925Z | Checking foreign-types v0.5.0 |
2165 | 2025-01-09T01:14:35.114Z | Compiling structmeta v0.3.0 |
2166 | 2025-01-09T01:14:35.245Z | Compiling proc-macro-error v1.0.4 |
2167 | 2025-01-09T01:14:35.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2025-01-09T01:14:35.557Z | Compiling parse-display-derive v0.10.0 |
2169 | 2025-01-09T01:14:35.646Z | Checking tungstenite v0.21.0 |
2170 | 2025-01-09T01:14:35.878Z | Checking num_enum v0.5.11 |
2171 | 2025-01-09T01:14:35.969Z | Compiling heck v0.3.3 |
2172 | 2025-01-09T01:14:36.039Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2025-01-09T01:14:36.431Z | Compiling dropshot_endpoint v0.13.0 |
2174 | 2025-01-09T01:14:36.450Z | Checking typify-impl v0.2.0 |
2175 | 2025-01-09T01:14:36.584Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2025-01-09T01:14:37.389Z | Checking cstr-argument v0.1.2 |
2177 | 2025-01-09T01:14:37.564Z | Checking instant v0.1.13 |
2178 | 2025-01-09T01:14:37.567Z | Checking base64 v0.21.7 |
2179 | 2025-01-09T01:14:37.683Z | Checking pretty-hex v0.2.1 |
2180 | 2025-01-09T01:14:37.855Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2181 | 2025-01-09T01:14:38.049Z | Checking fastrand v2.1.1 |
2182 | 2025-01-09T01:14:38.169Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2183 | 2025-01-09T01:14:38.233Z | Checking backoff v0.4.0 |
2184 | 2025-01-09T01:14:38.379Z | Checking tempfile v3.13.0 |
2185 | 2025-01-09T01:14:38.453Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2186 | 2025-01-09T01:14:38.549Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-01-09T01:14:38.695Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2188 | 2025-01-09T01:14:38.764Z | Checking tokio-tungstenite v0.21.0 |
2189 | 2025-01-09T01:14:38.782Z | Compiling zone_cfg_derive v0.1.2 |
2190 | 2025-01-09T01:14:38.850Z | Checking strum v0.26.3 |
2191 | 2025-01-09T01:14:38.986Z | Compiling darling_macro v0.20.10 |
2192 | 2025-01-09T01:14:39.004Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2193 | 2025-01-09T01:14:39.034Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2025-01-09T01:14:39.366Z | Checking slog-stdlog v4.1.1 |
2195 | 2025-01-09T01:14:39.444Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2196 | 2025-01-09T01:14:39.538Z | Checking regress v0.9.1 |
2197 | 2025-01-09T01:14:39.597Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2198 | 2025-01-09T01:14:39.757Z | Checking colored v2.1.0 |
2199 | 2025-01-09T01:14:39.867Z | Checking macaddr v1.0.1 |
2200 | 2025-01-09T01:14:39.944Z | Compiling darling v0.20.10 |
2201 | 2025-01-09T01:14:40.096Z | Checking base64 v0.13.1 |
2202 | 2025-01-09T01:14:40.114Z | Compiling serde_with_macros v3.11.0 |
2203 | 2025-01-09T01:14:40.308Z | Checking zone v0.1.8 |
2204 | 2025-01-09T01:14:40.325Z | Checking parse-display v0.10.0 |
2205 | 2025-01-09T01:14:40.507Z | Checking ron v0.7.1 |
2206 | 2025-01-09T01:14:40.570Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2207 | 2025-01-09T01:14:41.022Z | Checking slog-envlogger v2.2.0 |
2208 | 2025-01-09T01:14:41.069Z | Checking xz2 v0.1.7 |
2209 | 2025-01-09T01:14:41.241Z | Checking tabwriter v1.4.0 |
2210 | 2025-01-09T01:14:41.377Z | Checking xattr v1.3.1 |
2211 | 2025-01-09T01:14:41.471Z | Checking pem v3.0.4 |
2212 | 2025-01-09T01:14:41.572Z | Checking yasna v0.5.2 |
2213 | 2025-01-09T01:14:41.725Z | Checking headers-core v0.3.0 |
2214 | 2025-01-09T01:14:41.728Z | Checking smf v0.2.3 |
2215 | 2025-01-09T01:14:41.892Z | Checking filetime v0.2.25 |
2216 | 2025-01-09T01:14:42.100Z | Checking same-file v1.0.6 |
2217 | 2025-01-09T01:14:42.173Z | Checking tar v0.4.42 |
2218 | 2025-01-09T01:14:42.212Z | Checking headers v0.4.0 |
2219 | 2025-01-09T01:14:42.284Z | Checking walkdir v2.5.0 |
2220 | 2025-01-09T01:14:42.456Z | Checking rcgen v0.12.1 |
2221 | 2025-01-09T01:14:42.565Z | Checking camino-tempfile v1.1.1 |
2222 | 2025-01-09T01:14:42.871Z | Checking atomicwrites v0.4.4 |
2223 | 2025-01-09T01:14:42.996Z | Checking serde_with v3.11.0 |
2224 | 2025-01-09T01:14:43.020Z | Checking subprocess v0.2.9 |
2225 | 2025-01-09T01:14:47.294Z | Compiling typify-macro v0.2.0 |
2226 | 2025-01-09T01:14:49.176Z | Compiling typify v0.2.0 |
2227 | 2025-01-09T01:14:49.245Z | Compiling progenitor-impl v0.8.0 |
2228 | 2025-01-09T01:14:52.508Z | Compiling progenitor-macro v0.8.0 |
2229 | 2025-01-09T01:14:57.353Z | Checking progenitor v0.8.0 |
2230 | 2025-01-09T01:14:57.506Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2231 | 2025-01-09T01:14:57.509Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2025-01-09T01:15:00.240Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2233 | 2025-01-09T01:15:00.579Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2234 | 2025-01-09T01:15:07.184Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2235 | 2025-01-09T01:15:08.803Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2025-01-09T01:15:10.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.26s |
2237 | 2025-01-09T01:15:10.261Z | |
2238 | 2025-01-09T01:15:10.261Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2239 | 2025-01-09T01:15:10.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2025-01-09T01:15:10.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2025-01-09T01:15:10.931Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2025-01-09T01:15:12.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
2243 | 2025-01-09T01:15:12.539Z | |
2244 | 2025-01-09T01:15:12.539Z | info: running `cargo check --bins` on nexus-config (31/176) |
2245 | 2025-01-09T01:15:13.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2025-01-09T01:15:13.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2025-01-09T01:15:13.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2025-01-09T01:15:13.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2249 | 2025-01-09T01:15:13.177Z | |
2250 | 2025-01-09T01:15:13.177Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2251 | 2025-01-09T01:15:13.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2025-01-09T01:15:13.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2025-01-09T01:15:13.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2025-01-09T01:15:13.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2255 | 2025-01-09T01:15:13.790Z | |
2256 | 2025-01-09T01:15:13.790Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2257 | 2025-01-09T01:15:14.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2025-01-09T01:15:14.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2025-01-09T01:15:14.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2025-01-09T01:15:14.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2261 | 2025-01-09T01:15:14.426Z | |
2262 | 2025-01-09T01:15:14.426Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2263 | 2025-01-09T01:15:15.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2025-01-09T01:15:15.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2025-01-09T01:15:15.127Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2266 | 2025-01-09T01:15:15.373Z | Compiling ipnetwork v0.20.0 |
2267 | 2025-01-09T01:15:15.373Z | Compiling zerocopy v0.8.10 |
2268 | 2025-01-09T01:15:15.377Z | Compiling progenitor-client v0.8.0 |
2269 | 2025-01-09T01:15:15.377Z | Compiling itertools v0.13.0 |
2270 | 2025-01-09T01:15:15.377Z | Compiling zerocopy-derive v0.8.10 |
2271 | 2025-01-09T01:15:15.377Z | Compiling heapless v0.8.0 |
2272 | 2025-01-09T01:15:15.377Z | Checking hash32 v0.3.1 |
2273 | 2025-01-09T01:15:15.420Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2274 | 2025-01-09T01:15:15.537Z | Compiling instant v0.1.13 |
2275 | 2025-01-09T01:15:15.690Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2276 | 2025-01-09T01:15:15.797Z | Compiling progenitor v0.8.0 |
2277 | 2025-01-09T01:15:16.063Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2278 | 2025-01-09T01:15:16.111Z | Compiling smoltcp v0.11.0 |
2279 | 2025-01-09T01:15:16.165Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2280 | 2025-01-09T01:15:16.217Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2281 | 2025-01-09T01:15:16.477Z | Compiling backoff v0.4.0 |
2282 | 2025-01-09T01:15:16.837Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2283 | 2025-01-09T01:15:16.882Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2284 | 2025-01-09T01:15:17.058Z | Compiling dropshot v0.13.0 |
2285 | 2025-01-09T01:15:17.086Z | Compiling serde_with v3.11.0 |
2286 | 2025-01-09T01:15:17.119Z | Compiling parse-display v0.10.0 |
2287 | 2025-01-09T01:15:17.318Z | Checking num-rational v0.4.2 |
2288 | 2025-01-09T01:15:17.863Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2289 | 2025-01-09T01:15:18.040Z | Compiling regress v0.9.1 |
2290 | 2025-01-09T01:15:18.473Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2291 | 2025-01-09T01:15:19.771Z | Compiling phf_generator v0.11.2 |
2292 | 2025-01-09T01:15:19.969Z | Checking num-complex v0.4.6 |
2293 | 2025-01-09T01:15:21.177Z | Compiling macaddr v1.0.1 |
2294 | 2025-01-09T01:15:21.563Z | Checking cobs v0.2.3 |
2295 | 2025-01-09T01:15:21.642Z | Checking num v0.4.3 |
2296 | 2025-01-09T01:15:21.752Z | Compiling phf_codegen v0.11.2 |
2297 | 2025-01-09T01:15:21.755Z | Checking postcard v1.0.10 |
2298 | 2025-01-09T01:15:22.364Z | Compiling parse-zoneinfo v0.3.1 |
2299 | 2025-01-09T01:15:23.274Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2300 | 2025-01-09T01:15:23.586Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2301 | 2025-01-09T01:15:23.747Z | Compiling convert_case v0.4.0 |
2302 | 2025-01-09T01:15:24.485Z | Checking float-ord v0.3.2 |
2303 | 2025-01-09T01:15:24.694Z | Compiling chrono-tz-build v0.4.0 |
2304 | 2025-01-09T01:15:24.749Z | Compiling derive_more v0.99.18 |
2305 | 2025-01-09T01:15:24.770Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2306 | 2025-01-09T01:15:25.281Z | Compiling thiserror v2.0.3 |
2307 | 2025-01-09T01:15:25.750Z | Compiling crucible-workspace-hack v0.1.0 |
2308 | 2025-01-09T01:15:25.933Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2309 | 2025-01-09T01:15:25.950Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2310 | 2025-01-09T01:15:26.232Z | Checking newline-converter v0.3.0 |
2311 | 2025-01-09T01:15:26.247Z | Compiling chrono-tz v0.10.0 |
2312 | 2025-01-09T01:15:26.414Z | Checking prettyplease v0.2.25 |
2313 | 2025-01-09T01:15:26.679Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2025-01-09T01:15:26.891Z | Compiling thiserror-impl v2.0.3 |
2315 | 2025-01-09T01:15:27.088Z | Compiling slog-dtrace v0.3.0 |
2316 | 2025-01-09T01:15:27.302Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2317 | 2025-01-09T01:15:27.374Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2318 | 2025-01-09T01:15:28.730Z | Checking expectorate v1.1.0 |
2319 | 2025-01-09T01:15:28.901Z | Compiling zone_cfg_derive v0.3.0 |
2320 | 2025-01-09T01:15:28.919Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2321 | 2025-01-09T01:15:29.139Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2322 | 2025-01-09T01:15:29.672Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2323 | 2025-01-09T01:15:30.080Z | Compiling const_format_proc_macros v0.2.33 |
2324 | 2025-01-09T01:15:30.353Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2025-01-09T01:15:30.409Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2025-01-09T01:15:30.486Z | Compiling num-derive v0.4.2 |
2327 | 2025-01-09T01:15:30.914Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2328 | 2025-01-09T01:15:30.961Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2329 | 2025-01-09T01:15:31.252Z | Checking highway v1.2.0 |
2330 | 2025-01-09T01:15:31.590Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2025-01-09T01:15:31.731Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2332 | 2025-01-09T01:15:31.842Z | Checking zone v0.3.0 |
2333 | 2025-01-09T01:15:32.007Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2334 | 2025-01-09T01:15:32.195Z | Checking const_format v0.2.33 |
2335 | 2025-01-09T01:15:32.292Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2336 | 2025-01-09T01:15:32.630Z | Checking gethostname v0.5.0 |
2337 | 2025-01-09T01:15:32.689Z | Checking bcs v0.1.6 |
2338 | 2025-01-09T01:15:32.763Z | Compiling async-recursion v1.1.1 |
2339 | 2025-01-09T01:15:32.849Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2340 | 2025-01-09T01:15:32.939Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2341 | 2025-01-09T01:15:33.001Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2342 | 2025-01-09T01:15:35.039Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2343 | 2025-01-09T01:15:39.607Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2344 | 2025-01-09T01:15:43.061Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2345 | 2025-01-09T01:15:45.754Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2346 | 2025-01-09T01:15:47.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.56s |
2347 | 2025-01-09T01:15:47.190Z | |
2348 | 2025-01-09T01:15:47.190Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2349 | 2025-01-09T01:15:47.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2025-01-09T01:15:47.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2025-01-09T01:15:47.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2025-01-09T01:15:47.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2353 | 2025-01-09T01:15:47.838Z | |
2354 | 2025-01-09T01:15:47.838Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2355 | 2025-01-09T01:15:48.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2025-01-09T01:15:48.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2025-01-09T01:15:48.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2025-01-09T01:15:48.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2359 | 2025-01-09T01:15:48.481Z | |
2360 | 2025-01-09T01:15:48.481Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2361 | 2025-01-09T01:15:49.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2025-01-09T01:15:49.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2025-01-09T01:15:49.147Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2025-01-09T01:15:49.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2365 | 2025-01-09T01:15:49.981Z | |
2366 | 2025-01-09T01:15:49.981Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2367 | 2025-01-09T01:15:50.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2025-01-09T01:15:50.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2025-01-09T01:15:50.679Z | Compiling cfg_aliases v0.1.1 |
2370 | 2025-01-09T01:15:50.682Z | Compiling vte_generate_state_changes v0.1.2 |
2371 | 2025-01-09T01:15:50.682Z | Checking fd-lock v4.0.2 |
2372 | 2025-01-09T01:15:50.682Z | Checking nibble_vec v0.1.0 |
2373 | 2025-01-09T01:15:50.682Z | Checking endian-type v0.1.2 |
2374 | 2025-01-09T01:15:50.682Z | Checking bytecount v0.6.8 |
2375 | 2025-01-09T01:15:50.782Z | Compiling tabled_derive v0.7.0 |
2376 | 2025-01-09T01:15:50.816Z | Compiling peg-macros v0.8.4 |
2377 | 2025-01-09T01:15:50.847Z | Compiling nix v0.28.0 |
2378 | 2025-01-09T01:15:50.922Z | Checking papergrid v0.11.0 |
2379 | 2025-01-09T01:15:50.938Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2025-01-09T01:15:50.953Z | Compiling sqlparser_derive v0.2.2 |
2381 | 2025-01-09T01:15:51.002Z | Checking radix_trie v0.2.1 |
2382 | 2025-01-09T01:15:51.348Z | Checking vte v0.11.1 |
2383 | 2025-01-09T01:15:51.424Z | Checking unicode_categories v0.1.1 |
2384 | 2025-01-09T01:15:51.701Z | Checking nu-ansi-term v0.50.1 |
2385 | 2025-01-09T01:15:52.081Z | Checking home v0.5.9 |
2386 | 2025-01-09T01:15:52.105Z | Checking sqlparser v0.45.0 |
2387 | 2025-01-09T01:15:52.140Z | Checking sqlformat v0.2.6 |
2388 | 2025-01-09T01:15:52.228Z | Checking display-error-chain v0.2.2 |
2389 | 2025-01-09T01:15:52.705Z | Checking strip-ansi-escapes v0.2.0 |
2390 | 2025-01-09T01:15:52.851Z | Checking reedline v0.35.0 |
2391 | 2025-01-09T01:15:53.216Z | Checking tabled v0.15.0 |
2392 | 2025-01-09T01:15:53.802Z | Checking peg v0.8.4 |
2393 | 2025-01-09T01:15:54.138Z | Checking rustyline v14.0.0 |
2394 | 2025-01-09T01:16:02.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
2395 | 2025-01-09T01:16:03.080Z | |
2396 | 2025-01-09T01:16:03.080Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2397 | 2025-01-09T01:16:03.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2025-01-09T01:16:03.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2025-01-09T01:16:03.764Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2025-01-09T01:16:08.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2401 | 2025-01-09T01:16:09.098Z | |
2402 | 2025-01-09T01:16:09.098Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2403 | 2025-01-09T01:16:09.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2025-01-09T01:16:09.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2025-01-09T01:16:09.772Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2025-01-09T01:16:13.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
2407 | 2025-01-09T01:16:13.745Z | |
2408 | 2025-01-09T01:16:13.745Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2409 | 2025-01-09T01:16:14.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2025-01-09T01:16:14.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2025-01-09T01:16:14.425Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2025-01-09T01:16:19.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2413 | 2025-01-09T01:16:19.406Z | |
2414 | 2025-01-09T01:16:19.406Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2415 | 2025-01-09T01:16:19.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-01-09T01:16:19.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-01-09T01:16:20.085Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2025-01-09T01:16:24.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2419 | 2025-01-09T01:16:25.168Z | |
2420 | 2025-01-09T01:16:25.168Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2421 | 2025-01-09T01:16:25.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-01-09T01:16:25.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-01-09T01:16:25.836Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2025-01-09T01:16:29.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
2425 | 2025-01-09T01:16:30.056Z | |
2426 | 2025-01-09T01:16:30.056Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2427 | 2025-01-09T01:16:30.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-01-09T01:16:30.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-01-09T01:16:30.725Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2025-01-09T01:16:34.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
2431 | 2025-01-09T01:16:35.081Z | |
2432 | 2025-01-09T01:16:35.081Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2433 | 2025-01-09T01:16:35.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-01-09T01:16:35.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-01-09T01:16:35.756Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2025-01-09T01:16:40.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s |
2437 | 2025-01-09T01:16:40.978Z | |
2438 | 2025-01-09T01:16:40.978Z | info: running `cargo check --bins` on oximeter (46/176) |
2439 | 2025-01-09T01:16:41.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-01-09T01:16:41.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-01-09T01:16:41.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2025-01-09T01:16:41.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2025-01-09T01:16:41.617Z | |
2444 | 2025-01-09T01:16:41.617Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2445 | 2025-01-09T01:16:42.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-01-09T01:16:42.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-01-09T01:16:42.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2025-01-09T01:16:42.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2449 | 2025-01-09T01:16:42.240Z | |
2450 | 2025-01-09T01:16:42.240Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2451 | 2025-01-09T01:16:42.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2025-01-09T01:16:42.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2025-01-09T01:16:42.878Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2454 | 2025-01-09T01:16:45.081Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2455 | 2025-01-09T01:16:46.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
2456 | 2025-01-09T01:16:46.273Z | |
2457 | 2025-01-09T01:16:46.273Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2458 | 2025-01-09T01:16:46.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-01-09T01:16:46.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-01-09T01:16:46.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-01-09T01:16:46.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2462 | 2025-01-09T01:16:46.909Z | |
2463 | 2025-01-09T01:16:46.910Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2464 | 2025-01-09T01:16:47.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-01-09T01:16:47.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-01-09T01:16:47.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2025-01-09T01:16:47.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2468 | 2025-01-09T01:16:47.540Z | |
2469 | 2025-01-09T01:16:47.540Z | info: running `cargo check --bins` on oxql-types (51/176) |
2470 | 2025-01-09T01:16:48.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2025-01-09T01:16:48.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2025-01-09T01:16:48.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2025-01-09T01:16:48.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2474 | 2025-01-09T01:16:48.173Z | |
2475 | 2025-01-09T01:16:48.173Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2476 | 2025-01-09T01:16:48.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2025-01-09T01:16:48.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2025-01-09T01:16:48.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2025-01-09T01:16:48.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2480 | 2025-01-09T01:16:48.837Z | |
2481 | 2025-01-09T01:16:48.837Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2482 | 2025-01-09T01:16:49.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2025-01-09T01:16:49.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2025-01-09T01:16:49.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2025-01-09T01:16:49.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2486 | 2025-01-09T01:16:49.476Z | |
2487 | 2025-01-09T01:16:49.476Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2488 | 2025-01-09T01:16:50.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2025-01-09T01:16:50.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2025-01-09T01:16:50.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2025-01-09T01:16:50.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2492 | 2025-01-09T01:16:50.125Z | |
2493 | 2025-01-09T01:16:50.125Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2494 | 2025-01-09T01:16:50.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2025-01-09T01:16:50.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2025-01-09T01:16:50.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2025-01-09T01:16:50.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2498 | 2025-01-09T01:16:50.758Z | |
2499 | 2025-01-09T01:16:50.758Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2500 | 2025-01-09T01:16:51.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2025-01-09T01:16:51.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2025-01-09T01:16:51.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2025-01-09T01:16:51.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2504 | 2025-01-09T01:16:51.391Z | |
2505 | 2025-01-09T01:16:51.391Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2506 | 2025-01-09T01:16:51.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2025-01-09T01:16:51.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2025-01-09T01:16:51.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2025-01-09T01:16:51.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2510 | 2025-01-09T01:16:52.023Z | |
2511 | 2025-01-09T01:16:52.024Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2512 | 2025-01-09T01:16:52.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2025-01-09T01:16:52.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2025-01-09T01:16:52.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2025-01-09T01:16:52.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2516 | 2025-01-09T01:16:52.642Z | |
2517 | 2025-01-09T01:16:52.643Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2518 | 2025-01-09T01:16:53.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-01-09T01:16:53.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-01-09T01:16:53.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-01-09T01:16:53.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2522 | 2025-01-09T01:16:53.282Z | |
2523 | 2025-01-09T01:16:53.282Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2524 | 2025-01-09T01:16:53.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-01-09T01:16:53.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-01-09T01:16:53.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2025-01-09T01:16:53.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2528 | 2025-01-09T01:16:53.920Z | |
2529 | 2025-01-09T01:16:53.920Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2530 | 2025-01-09T01:16:54.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-01-09T01:16:54.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-01-09T01:16:54.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2025-01-09T01:16:54.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2534 | 2025-01-09T01:16:54.553Z | |
2535 | 2025-01-09T01:16:54.553Z | info: running `cargo check --bins` on dpd-client (62/176) |
2536 | 2025-01-09T01:16:55.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-01-09T01:16:55.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-01-09T01:16:55.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2025-01-09T01:16:55.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2540 | 2025-01-09T01:16:55.184Z | |
2541 | 2025-01-09T01:16:55.184Z | info: running `cargo check --bins` on gateway-client (63/176) |
2542 | 2025-01-09T01:16:55.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2025-01-09T01:16:55.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2025-01-09T01:16:55.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2025-01-09T01:16:55.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2546 | 2025-01-09T01:16:55.805Z | |
2547 | 2025-01-09T01:16:55.805Z | info: running `cargo check --bins` on installinator-client (64/176) |
2548 | 2025-01-09T01:16:56.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2025-01-09T01:16:56.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2025-01-09T01:16:56.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2025-01-09T01:16:56.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2552 | 2025-01-09T01:16:56.461Z | |
2553 | 2025-01-09T01:16:56.461Z | info: running `cargo check --bins` on installinator-common (65/176) |
2554 | 2025-01-09T01:16:57.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2025-01-09T01:16:57.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2025-01-09T01:16:57.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2025-01-09T01:16:57.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2558 | 2025-01-09T01:16:57.113Z | |
2559 | 2025-01-09T01:16:57.113Z | info: running `cargo check --bins` on update-engine (66/176) |
2560 | 2025-01-09T01:16:57.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-01-09T01:16:57.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-01-09T01:16:57.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2025-01-09T01:16:57.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2564 | 2025-01-09T01:16:57.739Z | |
2565 | 2025-01-09T01:16:57.739Z | info: running `cargo check --bins` on nexus-client (67/176) |
2566 | 2025-01-09T01:16:58.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-01-09T01:16:58.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-01-09T01:16:58.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-01-09T01:16:58.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2570 | 2025-01-09T01:16:58.399Z | |
2571 | 2025-01-09T01:16:58.399Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2572 | 2025-01-09T01:16:58.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-01-09T01:16:58.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-01-09T01:16:58.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-01-09T01:16:58.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2576 | 2025-01-09T01:16:59.046Z | |
2577 | 2025-01-09T01:16:59.046Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2578 | 2025-01-09T01:16:59.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-09T01:16:59.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-09T01:16:59.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2025-01-09T01:16:59.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2582 | 2025-01-09T01:16:59.668Z | |
2583 | 2025-01-09T01:16:59.668Z | info: running `cargo check --bins` on nexus-types (70/176) |
2584 | 2025-01-09T01:17:00.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-09T01:17:00.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-09T01:17:00.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-09T01:17:00.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2588 | 2025-01-09T01:17:00.336Z | |
2589 | 2025-01-09T01:17:00.336Z | info: running `cargo check --bins` on oxide-client (71/176) |
2590 | 2025-01-09T01:17:00.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-09T01:17:00.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-09T01:17:00.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-09T01:17:00.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2594 | 2025-01-09T01:17:00.955Z | |
2595 | 2025-01-09T01:17:00.955Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2596 | 2025-01-09T01:17:01.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-09T01:17:01.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-09T01:17:01.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-09T01:17:01.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2600 | 2025-01-09T01:17:01.589Z | |
2601 | 2025-01-09T01:17:01.589Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2602 | 2025-01-09T01:17:02.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-09T01:17:02.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-09T01:17:02.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-09T01:17:02.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2606 | 2025-01-09T01:17:02.210Z | |
2607 | 2025-01-09T01:17:02.211Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2608 | 2025-01-09T01:17:02.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-09T01:17:02.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-09T01:17:02.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-09T01:17:02.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2612 | 2025-01-09T01:17:02.862Z | |
2613 | 2025-01-09T01:17:02.862Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2614 | 2025-01-09T01:17:03.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-09T01:17:03.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-09T01:17:03.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-09T01:17:03.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2618 | 2025-01-09T01:17:03.531Z | |
2619 | 2025-01-09T01:17:03.531Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2620 | 2025-01-09T01:17:04.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-09T01:17:04.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-09T01:17:04.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-09T01:17:04.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2624 | 2025-01-09T01:17:04.192Z | |
2625 | 2025-01-09T01:17:04.192Z | info: running `cargo check --bins` on wicket-common (77/176) |
2626 | 2025-01-09T01:17:04.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-09T01:17:04.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-09T01:17:04.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-09T01:17:04.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2630 | 2025-01-09T01:17:04.848Z | |
2631 | 2025-01-09T01:17:04.848Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2632 | 2025-01-09T01:17:05.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-09T01:17:05.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-09T01:17:05.524Z | Checking csv-core v0.1.11 |
2635 | 2025-01-09T01:17:05.524Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2636 | 2025-01-09T01:17:05.527Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2637 | 2025-01-09T01:17:05.527Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2638 | 2025-01-09T01:17:05.799Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2639 | 2025-01-09T01:17:05.936Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2640 | 2025-01-09T01:17:05.939Z | Checking csv v1.3.0 |
2641 | 2025-01-09T01:17:06.474Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2642 | 2025-01-09T01:17:06.827Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2643 | 2025-01-09T01:17:08.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
2644 | 2025-01-09T01:17:08.776Z | |
2645 | 2025-01-09T01:17:08.776Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2646 | 2025-01-09T01:17:09.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-09T01:17:09.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-09T01:17:09.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-09T01:17:09.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2650 | 2025-01-09T01:17:09.413Z | |
2651 | 2025-01-09T01:17:09.413Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2652 | 2025-01-09T01:17:09.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-09T01:17:09.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-09T01:17:09.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-09T01:17:09.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2656 | 2025-01-09T01:17:10.049Z | |
2657 | 2025-01-09T01:17:10.049Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2658 | 2025-01-09T01:17:10.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-09T01:17:10.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-09T01:17:10.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-09T01:17:10.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2662 | 2025-01-09T01:17:10.794Z | |
2663 | 2025-01-09T01:17:10.794Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2664 | 2025-01-09T01:17:11.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-09T01:17:11.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-09T01:17:11.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-09T01:17:11.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2668 | 2025-01-09T01:17:11.529Z | |
2669 | 2025-01-09T01:17:11.529Z | info: running `cargo check --bins` on dns-server (83/176) |
2670 | 2025-01-09T01:17:12.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-09T01:17:12.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-09T01:17:12.174Z | Compiling parking_lot_core v0.8.6 |
2673 | 2025-01-09T01:17:12.177Z | Checking fxhash v0.2.1 |
2674 | 2025-01-09T01:17:12.177Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2675 | 2025-01-09T01:17:12.177Z | Checking hickory-server v0.24.1 |
2676 | 2025-01-09T01:17:12.177Z | Checking hickory-client v0.24.1 |
2677 | 2025-01-09T01:17:12.864Z | Checking parking_lot v0.11.2 |
2678 | 2025-01-09T01:17:12.968Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2679 | 2025-01-09T01:17:12.968Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2680 | 2025-01-09T01:17:13.104Z | Checking sled v0.34.7 |
2681 | 2025-01-09T01:17:14.891Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2682 | 2025-01-09T01:17:16.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
2683 | 2025-01-09T01:17:16.390Z | |
2684 | 2025-01-09T01:17:16.390Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2685 | 2025-01-09T01:17:16.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-01-09T01:17:16.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-01-09T01:17:16.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-01-09T01:17:16.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2689 | 2025-01-09T01:17:17.029Z | |
2690 | 2025-01-09T01:17:17.029Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2691 | 2025-01-09T01:17:17.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-01-09T01:17:17.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-01-09T01:17:17.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-01-09T01:17:17.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2695 | 2025-01-09T01:17:17.720Z | |
2696 | 2025-01-09T01:17:17.720Z | info: running `cargo check --bins` on gateway-types (86/176) |
2697 | 2025-01-09T01:17:18.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-01-09T01:17:18.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-01-09T01:17:18.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-01-09T01:17:18.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2701 | 2025-01-09T01:17:18.361Z | |
2702 | 2025-01-09T01:17:18.361Z | info: running `cargo check --bins` on ipcc (87/176) |
2703 | 2025-01-09T01:17:18.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-01-09T01:17:18.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-01-09T01:17:18.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-01-09T01:17:18.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2707 | 2025-01-09T01:17:19.009Z | |
2708 | 2025-01-09T01:17:19.009Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2709 | 2025-01-09T01:17:19.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-01-09T01:17:19.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-01-09T01:17:19.725Z | Compiling radium v0.7.0 |
2712 | 2025-01-09T01:17:19.725Z | Compiling semver v0.1.20 |
2713 | 2025-01-09T01:17:19.728Z | Checking tap v1.0.1 |
2714 | 2025-01-09T01:17:19.728Z | Compiling maybe-uninit v2.0.0 |
2715 | 2025-01-09T01:17:19.857Z | Checking password-hash v0.5.0 |
2716 | 2025-01-09T01:17:19.860Z | Checking blake2 v0.10.6 |
2717 | 2025-01-09T01:17:19.860Z | Compiling owo-colors v4.1.0 |
2718 | 2025-01-09T01:17:19.860Z | Checking funty v2.0.0 |
2719 | 2025-01-09T01:17:19.972Z | Checking wyz v0.5.1 |
2720 | 2025-01-09T01:17:20.183Z | Compiling rustc_version v0.1.7 |
2721 | 2025-01-09T01:17:20.321Z | Compiling packed_struct v0.10.1 |
2722 | 2025-01-09T01:17:20.335Z | Compiling cancel-safe-futures v0.1.5 |
2723 | 2025-01-09T01:17:20.339Z | Checking crc-catalog v2.4.0 |
2724 | 2025-01-09T01:17:20.467Z | Checking argon2 v0.5.3 |
2725 | 2025-01-09T01:17:20.492Z | Checking crc v3.2.1 |
2726 | 2025-01-09T01:17:20.568Z | Compiling packed_struct_codegen v0.10.1 |
2727 | 2025-01-09T01:17:20.642Z | Checking half v2.4.1 |
2728 | 2025-01-09T01:17:20.687Z | Compiling newtype_derive v0.1.6 |
2729 | 2025-01-09T01:17:20.706Z | Compiling indexmap v1.9.3 |
2730 | 2025-01-09T01:17:20.786Z | Checking ciborium-io v0.2.2 |
2731 | 2025-01-09T01:17:20.834Z | Checking bitvec v1.0.1 |
2732 | 2025-01-09T01:17:20.908Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2733 | 2025-01-09T01:17:20.927Z | Checking nodrop v0.1.14 |
2734 | 2025-01-09T01:17:21.053Z | Checking array-init v0.0.4 |
2735 | 2025-01-09T01:17:21.102Z | Checking ciborium-ll v0.2.2 |
2736 | 2025-01-09T01:17:21.127Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2737 | 2025-01-09T01:17:21.144Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2738 | 2025-01-09T01:17:21.412Z | Checking smallvec v0.6.14 |
2739 | 2025-01-09T01:17:21.429Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2740 | 2025-01-09T01:17:21.504Z | Checking libsw v3.3.1 |
2741 | 2025-01-09T01:17:21.779Z | Compiling memoffset v0.9.1 |
2742 | 2025-01-09T01:17:21.795Z | Checking hashbrown v0.12.3 |
2743 | 2025-01-09T01:17:21.963Z | Checking bitfield v0.14.0 |
2744 | 2025-01-09T01:17:22.070Z | Checking swrite v0.1.0 |
2745 | 2025-01-09T01:17:22.093Z | Checking termcolor v1.4.1 |
2746 | 2025-01-09T01:17:22.199Z | Checking linear-map v1.2.0 |
2747 | 2025-01-09T01:17:22.246Z | Checking indent_write v2.2.0 |
2748 | 2025-01-09T01:17:22.452Z | Checking serde-hex v0.1.0 |
2749 | 2025-01-09T01:17:22.544Z | Checking ron v0.8.1 |
2750 | 2025-01-09T01:17:22.547Z | Checking env_logger v0.10.2 |
2751 | 2025-01-09T01:17:22.576Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2752 | 2025-01-09T01:17:22.971Z | Checking ciborium v0.2.2 |
2753 | 2025-01-09T01:17:23.133Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2754 | 2025-01-09T01:17:23.570Z | Checking steno v0.4.1 |
2755 | 2025-01-09T01:17:23.685Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2756 | 2025-01-09T01:17:23.824Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2757 | 2025-01-09T01:17:23.944Z | Checking hashbrown v0.13.2 |
2758 | 2025-01-09T01:17:24.014Z | Checking humantime v2.1.0 |
2759 | 2025-01-09T01:17:24.150Z | Checking crc-any v2.5.0 |
2760 | 2025-01-09T01:17:24.306Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2761 | 2025-01-09T01:17:24.537Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2762 | 2025-01-09T01:17:24.927Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2763 | 2025-01-09T01:17:24.946Z | Checking path-slash v0.1.5 |
2764 | 2025-01-09T01:17:24.971Z | Checking object v0.30.4 |
2765 | 2025-01-09T01:17:25.130Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2766 | 2025-01-09T01:17:25.308Z | Checking nix v0.27.1 |
2767 | 2025-01-09T01:17:26.032Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2768 | 2025-01-09T01:17:26.292Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2769 | 2025-01-09T01:17:26.508Z | Checking tungstenite v0.23.0 |
2770 | 2025-01-09T01:17:26.569Z | Checking kstat-rs v0.2.4 |
2771 | 2025-01-09T01:17:26.674Z | Checking signal-hook-tokio v0.3.1 |
2772 | 2025-01-09T01:17:26.928Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2773 | 2025-01-09T01:17:27.338Z | Checking tokio-tungstenite v0.23.1 |
2774 | 2025-01-09T01:17:27.408Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2775 | 2025-01-09T01:17:27.948Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2776 | 2025-01-09T01:17:28.261Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2777 | 2025-01-09T01:17:34.777Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2778 | 2025-01-09T01:17:36.082Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2779 | 2025-01-09T01:17:39.606Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2780 | 2025-01-09T01:17:45.372Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2781 | 2025-01-09T01:17:46.079Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2782 | 2025-01-09T01:17:48.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.92s |
2783 | 2025-01-09T01:17:49.125Z | |
2784 | 2025-01-09T01:17:49.125Z | info: running `cargo check --bins` on gateway-api (89/176) |
2785 | 2025-01-09T01:17:49.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-01-09T01:17:49.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-01-09T01:17:49.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-01-09T01:17:49.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2789 | 2025-01-09T01:17:49.770Z | |
2790 | 2025-01-09T01:17:49.770Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2791 | 2025-01-09T01:17:50.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-01-09T01:17:50.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-01-09T01:17:50.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-01-09T01:17:50.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2795 | 2025-01-09T01:17:50.394Z | |
2796 | 2025-01-09T01:17:50.394Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2797 | 2025-01-09T01:17:50.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-01-09T01:17:50.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-01-09T01:17:50.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-01-09T01:17:50.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2801 | 2025-01-09T01:17:51.036Z | |
2802 | 2025-01-09T01:17:51.036Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2803 | 2025-01-09T01:17:51.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-01-09T01:17:51.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-01-09T01:17:51.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-01-09T01:17:51.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2807 | 2025-01-09T01:17:51.677Z | |
2808 | 2025-01-09T01:17:51.677Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2809 | 2025-01-09T01:17:52.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-01-09T01:17:52.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-01-09T01:17:52.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-01-09T01:17:52.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2813 | 2025-01-09T01:17:52.322Z | |
2814 | 2025-01-09T01:17:52.322Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2815 | 2025-01-09T01:17:52.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-01-09T01:17:52.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-01-09T01:17:52.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-01-09T01:17:52.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2819 | 2025-01-09T01:17:53.043Z | |
2820 | 2025-01-09T01:17:53.043Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2821 | 2025-01-09T01:17:53.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-01-09T01:17:53.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-01-09T01:17:53.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-01-09T01:17:53.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2825 | 2025-01-09T01:17:53.614Z | |
2826 | 2025-01-09T01:17:53.614Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2827 | 2025-01-09T01:17:54.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-09T01:17:54.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-09T01:17:54.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-09T01:17:54.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2831 | 2025-01-09T01:17:54.259Z | |
2832 | 2025-01-09T01:17:54.259Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2833 | 2025-01-09T01:17:54.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-09T01:17:54.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-09T01:17:54.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-09T01:17:54.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2837 | 2025-01-09T01:17:54.924Z | |
2838 | 2025-01-09T01:17:54.924Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2839 | 2025-01-09T01:17:55.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-09T01:17:55.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-09T01:17:55.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-01-09T01:17:55.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2843 | 2025-01-09T01:17:55.556Z | |
2844 | 2025-01-09T01:17:55.556Z | info: running `cargo check --bins` on sp-sim (99/176) |
2845 | 2025-01-09T01:17:56.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-01-09T01:17:56.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-01-09T01:17:56.199Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2848 | 2025-01-09T01:17:56.692Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2849 | 2025-01-09T01:17:58.527Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2025-01-09T01:18:00.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
2851 | 2025-01-09T01:18:00.506Z | |
2852 | 2025-01-09T01:18:00.506Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2853 | 2025-01-09T01:18:01.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-01-09T01:18:01.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-01-09T01:18:01.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2025-01-09T01:18:01.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2857 | 2025-01-09T01:18:01.195Z | |
2858 | 2025-01-09T01:18:01.195Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2859 | 2025-01-09T01:18:01.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2025-01-09T01:18:01.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2025-01-09T01:18:01.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2025-01-09T01:18:01.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2863 | 2025-01-09T01:18:01.892Z | |
2864 | 2025-01-09T01:18:01.892Z | info: running `cargo check --bins` on db-macros (102/176) |
2865 | 2025-01-09T01:18:02.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2025-01-09T01:18:02.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2025-01-09T01:18:02.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2025-01-09T01:18:02.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2869 | 2025-01-09T01:18:02.510Z | |
2870 | 2025-01-09T01:18:02.511Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2871 | 2025-01-09T01:18:03.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2025-01-09T01:18:03.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2025-01-09T01:18:03.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2025-01-09T01:18:03.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2875 | 2025-01-09T01:18:03.131Z | |
2876 | 2025-01-09T01:18:03.131Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2877 | 2025-01-09T01:18:03.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2025-01-09T01:18:03.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2025-01-09T01:18:03.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2025-01-09T01:18:03.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2881 | 2025-01-09T01:18:03.820Z | |
2882 | 2025-01-09T01:18:03.820Z | info: running `cargo check --bins` on authz-macros (105/176) |
2883 | 2025-01-09T01:18:04.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2025-01-09T01:18:04.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2025-01-09T01:18:04.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2025-01-09T01:18:04.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2887 | 2025-01-09T01:18:04.447Z | |
2888 | 2025-01-09T01:18:04.448Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2889 | 2025-01-09T01:18:05.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2025-01-09T01:18:05.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2025-01-09T01:18:05.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2025-01-09T01:18:05.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2893 | 2025-01-09T01:18:05.123Z | |
2894 | 2025-01-09T01:18:05.123Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2895 | 2025-01-09T01:18:05.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2025-01-09T01:18:05.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2025-01-09T01:18:05.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2025-01-09T01:18:05.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2899 | 2025-01-09T01:18:05.800Z | |
2900 | 2025-01-09T01:18:05.800Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2901 | 2025-01-09T01:18:06.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2025-01-09T01:18:06.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2025-01-09T01:18:06.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2025-01-09T01:18:06.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2905 | 2025-01-09T01:18:06.445Z | |
2906 | 2025-01-09T01:18:06.445Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2907 | 2025-01-09T01:18:07.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2025-01-09T01:18:07.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2025-01-09T01:18:07.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2025-01-09T01:18:07.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2911 | 2025-01-09T01:18:07.123Z | |
2912 | 2025-01-09T01:18:07.123Z | info: running `cargo check --bins` on typed-rng (110/176) |
2913 | 2025-01-09T01:18:07.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-01-09T01:18:07.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-01-09T01:18:07.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2025-01-09T01:18:07.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2917 | 2025-01-09T01:18:07.746Z | |
2918 | 2025-01-09T01:18:07.746Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2919 | 2025-01-09T01:18:08.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-01-09T01:18:08.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-01-09T01:18:08.508Z | Checking keccak v0.1.5 |
2922 | 2025-01-09T01:18:08.619Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2923 | 2025-01-09T01:18:08.622Z | Checking secrecy v0.8.0 |
2924 | 2025-01-09T01:18:08.622Z | Compiling unicase v2.7.0 |
2925 | 2025-01-09T01:18:08.622Z | Compiling same-file v1.0.6 |
2926 | 2025-01-09T01:18:08.657Z | Compiling tempfile v3.13.0 |
2927 | 2025-01-09T01:18:08.660Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2928 | 2025-01-09T01:18:08.671Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2929 | 2025-01-09T01:18:08.812Z | Compiling walkdir v2.5.0 |
2930 | 2025-01-09T01:18:08.908Z | Checking sha3 v0.10.8 |
2931 | 2025-01-09T01:18:08.924Z | Compiling thiserror-impl-no-std v2.0.2 |
2932 | 2025-01-09T01:18:08.995Z | Checking universal-hash v0.5.1 |
2933 | 2025-01-09T01:18:09.014Z | Compiling blake3 v1.5.4 |
2934 | 2025-01-09T01:18:09.125Z | Checking opaque-debug v0.3.1 |
2935 | 2025-01-09T01:18:09.202Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2936 | 2025-01-09T01:18:09.225Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2937 | 2025-01-09T01:18:09.242Z | Checking poly1305 v0.8.0 |
2938 | 2025-01-09T01:18:09.335Z | Checking chacha20 v0.9.1 |
2939 | 2025-01-09T01:18:09.490Z | Checking aead v0.5.2 |
2940 | 2025-01-09T01:18:09.528Z | Compiling memmap2 v0.9.5 |
2941 | 2025-01-09T01:18:09.587Z | Compiling libefi-sys v0.1.0 |
2942 | 2025-01-09T01:18:09.672Z | Compiling constant_time_eq v0.3.1 |
2943 | 2025-01-09T01:18:09.716Z | Compiling salty v0.3.0 |
2944 | 2025-01-09T01:18:09.761Z | Compiling arrayref v0.3.9 |
2945 | 2025-01-09T01:18:09.851Z | Compiling arrayvec v0.7.6 |
2946 | 2025-01-09T01:18:09.889Z | Checking chacha20poly1305 v0.10.1 |
2947 | 2025-01-09T01:18:09.965Z | Compiling toolchain_find v0.4.0 |
2948 | 2025-01-09T01:18:10.099Z | Compiling camino-tempfile v1.1.1 |
2949 | 2025-01-09T01:18:10.154Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2950 | 2025-01-09T01:18:10.279Z | Compiling bitfield-struct v0.6.2 |
2951 | 2025-01-09T01:18:10.323Z | Compiling topological-sort v0.2.2 |
2952 | 2025-01-09T01:18:10.549Z | Compiling mime_guess v2.0.5 |
2953 | 2025-01-09T01:18:10.564Z | Compiling rustfmt-wrapper v0.2.1 |
2954 | 2025-01-09T01:18:11.134Z | Compiling omicron-zone-package v0.12.0 |
2955 | 2025-01-09T01:18:11.153Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2956 | 2025-01-09T01:18:11.276Z | Checking primeorder v0.13.6 |
2957 | 2025-01-09T01:18:11.453Z | Checking env_filter v0.1.2 |
2958 | 2025-01-09T01:18:11.577Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2959 | 2025-01-09T01:18:11.679Z | Checking env_logger v0.11.5 |
2960 | 2025-01-09T01:18:11.757Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2961 | 2025-01-09T01:18:11.757Z | Checking p384 v0.13.0 |
2962 | 2025-01-09T01:18:11.901Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2963 | 2025-01-09T01:18:11.932Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2964 | 2025-01-09T01:18:11.955Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2965 | 2025-01-09T01:18:12.143Z | Checking thiserror-no-std v2.0.2 |
2966 | 2025-01-09T01:18:12.167Z | Compiling zip v2.1.3 |
2967 | 2025-01-09T01:18:12.264Z | Checking vsss-rs v3.3.4 |
2968 | 2025-01-09T01:18:12.281Z | Checking bumpalo v3.16.0 |
2969 | 2025-01-09T01:18:12.315Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2970 | 2025-01-09T01:18:12.456Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2971 | 2025-01-09T01:18:12.533Z | Checking http-range v0.1.5 |
2972 | 2025-01-09T01:18:12.613Z | Checking lockfree-object-pool v0.1.6 |
2973 | 2025-01-09T01:18:12.723Z | Checking simd-adler32 v0.3.7 |
2974 | 2025-01-09T01:18:12.786Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2975 | 2025-01-09T01:18:12.845Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2976 | 2025-01-09T01:18:12.848Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2977 | 2025-01-09T01:18:13.083Z | Checking zopfli v0.8.1 |
2978 | 2025-01-09T01:18:13.142Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2979 | 2025-01-09T01:18:13.477Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2980 | 2025-01-09T01:18:13.512Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2981 | 2025-01-09T01:18:13.818Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2982 | 2025-01-09T01:18:13.944Z | Checking nanorand v0.7.0 |
2983 | 2025-01-09T01:18:13.972Z | Checking atty v0.2.14 |
2984 | 2025-01-09T01:18:14.033Z | Checking glob v0.3.1 |
2985 | 2025-01-09T01:18:14.102Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2986 | 2025-01-09T01:18:14.229Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2987 | 2025-01-09T01:18:14.312Z | Checking flume v0.11.1 |
2988 | 2025-01-09T01:18:14.374Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2989 | 2025-01-09T01:18:15.055Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2990 | 2025-01-09T01:18:15.544Z | Checking hyper-staticfile v0.10.1 |
2991 | 2025-01-09T01:18:15.977Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2992 | 2025-01-09T01:18:16.022Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2993 | 2025-01-09T01:18:16.044Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2994 | 2025-01-09T01:18:16.427Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2995 | 2025-01-09T01:18:16.531Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2996 | 2025-01-09T01:18:16.580Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2997 | 2025-01-09T01:18:17.170Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2998 | 2025-01-09T01:18:17.324Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2999 | 2025-01-09T01:18:18.160Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3000 | 2025-01-09T01:18:18.311Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3001 | 2025-01-09T01:18:21.642Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3002 | 2025-01-09T01:18:21.645Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3003 | 2025-01-09T01:18:30.489Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2025-01-09T01:18:44.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s |
3005 | 2025-01-09T01:18:45.039Z | |
3006 | 2025-01-09T01:18:45.039Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3007 | 2025-01-09T01:18:45.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-01-09T01:18:45.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-01-09T01:18:45.796Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2025-01-09T01:18:59.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
3011 | 2025-01-09T01:19:00.038Z | |
3012 | 2025-01-09T01:19:00.038Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3013 | 2025-01-09T01:19:00.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-01-09T01:19:00.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-01-09T01:19:00.780Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2025-01-09T01:19:14.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s |
3017 | 2025-01-09T01:19:15.119Z | |
3018 | 2025-01-09T01:19:15.119Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3019 | 2025-01-09T01:19:15.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-01-09T01:19:15.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-01-09T01:19:15.855Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2025-01-09T01:19:29.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
3023 | 2025-01-09T01:19:30.180Z | |
3024 | 2025-01-09T01:19:30.180Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3025 | 2025-01-09T01:19:30.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-01-09T01:19:30.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-01-09T01:19:30.929Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3028 | 2025-01-09T01:19:45.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s |
3029 | 2025-01-09T01:19:45.719Z | |
3030 | 2025-01-09T01:19:45.719Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3031 | 2025-01-09T01:19:46.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-01-09T01:19:46.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-01-09T01:19:46.465Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3034 | 2025-01-09T01:20:00.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s |
3035 | 2025-01-09T01:20:00.894Z | |
3036 | 2025-01-09T01:20:00.894Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3037 | 2025-01-09T01:20:01.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-01-09T01:20:01.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-01-09T01:20:01.647Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3040 | 2025-01-09T01:20:15.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s |
3041 | 2025-01-09T01:20:16.028Z | |
3042 | 2025-01-09T01:20:16.028Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3043 | 2025-01-09T01:20:16.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-01-09T01:20:16.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-01-09T01:20:16.767Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3046 | 2025-01-09T01:20:30.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.91s |
3047 | 2025-01-09T01:20:31.137Z | |
3048 | 2025-01-09T01:20:31.137Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3049 | 2025-01-09T01:20:31.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-01-09T01:20:31.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-01-09T01:20:31.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-01-09T01:20:31.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3053 | 2025-01-09T01:20:31.807Z | |
3054 | 2025-01-09T01:20:31.807Z | info: running `cargo check --bins` on key-manager (120/176) |
3055 | 2025-01-09T01:20:32.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-01-09T01:20:32.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-01-09T01:20:32.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-01-09T01:20:32.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3059 | 2025-01-09T01:20:32.457Z | |
3060 | 2025-01-09T01:20:32.457Z | info: running `cargo check --bins` on range-requests (121/176) |
3061 | 2025-01-09T01:20:33.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-01-09T01:20:33.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-01-09T01:20:33.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-01-09T01:20:33.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3065 | 2025-01-09T01:20:33.109Z | |
3066 | 2025-01-09T01:20:33.109Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3067 | 2025-01-09T01:20:33.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-01-09T01:20:33.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-01-09T01:20:33.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-01-09T01:20:33.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2025-01-09T01:20:33.756Z | |
3072 | 2025-01-09T01:20:33.756Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3073 | 2025-01-09T01:20:34.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-01-09T01:20:34.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-01-09T01:20:34.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-01-09T01:20:34.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3077 | 2025-01-09T01:20:34.428Z | |
3078 | 2025-01-09T01:20:34.428Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3079 | 2025-01-09T01:20:34.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-01-09T01:20:34.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-01-09T01:20:34.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-01-09T01:20:34.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3083 | 2025-01-09T01:20:35.057Z | |
3084 | 2025-01-09T01:20:35.057Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3085 | 2025-01-09T01:20:35.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-01-09T01:20:35.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-01-09T01:20:35.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-01-09T01:20:35.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3089 | 2025-01-09T01:20:35.730Z | |
3090 | 2025-01-09T01:20:35.730Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3091 | 2025-01-09T01:20:36.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-01-09T01:20:36.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-01-09T01:20:36.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-01-09T01:20:36.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3095 | 2025-01-09T01:20:36.402Z | |
3096 | 2025-01-09T01:20:36.402Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3097 | 2025-01-09T01:20:36.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-01-09T01:20:36.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-01-09T01:20:36.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2025-01-09T01:20:36.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3101 | 2025-01-09T01:20:37.062Z | |
3102 | 2025-01-09T01:20:37.062Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3103 | 2025-01-09T01:20:37.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-01-09T01:20:37.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-01-09T01:20:37.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2025-01-09T01:20:37.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3107 | 2025-01-09T01:20:37.728Z | |
3108 | 2025-01-09T01:20:37.729Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3109 | 2025-01-09T01:20:38.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2025-01-09T01:20:38.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2025-01-09T01:20:38.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2025-01-09T01:20:38.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3113 | 2025-01-09T01:20:38.394Z | |
3114 | 2025-01-09T01:20:38.394Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3115 | 2025-01-09T01:20:38.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-01-09T01:20:38.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-01-09T01:20:38.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-01-09T01:20:38.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3119 | 2025-01-09T01:20:39.057Z | |
3120 | 2025-01-09T01:20:39.057Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3121 | 2025-01-09T01:20:39.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-01-09T01:20:39.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-01-09T01:20:39.754Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3124 | 2025-01-09T01:20:39.754Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3125 | 2025-01-09T01:20:40.654Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3126 | 2025-01-09T01:20:42.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3127 | 2025-01-09T01:20:42.923Z | |
3128 | 2025-01-09T01:20:42.923Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3129 | 2025-01-09T01:20:43.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2025-01-09T01:20:43.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2025-01-09T01:20:43.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2025-01-09T01:20:43.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3133 | 2025-01-09T01:20:43.559Z | |
3134 | 2025-01-09T01:20:43.559Z | info: running `cargo check --bins` on cert-dev (133/176) |
3135 | 2025-01-09T01:20:44.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2025-01-09T01:20:44.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2025-01-09T01:20:44.178Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3138 | 2025-01-09T01:20:44.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3139 | 2025-01-09T01:20:44.615Z | |
3140 | 2025-01-09T01:20:44.615Z | info: running `cargo check --bins` on clickana (134/176) |
3141 | 2025-01-09T01:20:45.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2025-01-09T01:20:45.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2025-01-09T01:20:45.273Z | Checking castaway v0.2.3 |
3144 | 2025-01-09T01:20:45.276Z | Checking unicode-truncate v1.1.0 |
3145 | 2025-01-09T01:20:45.276Z | Checking lru v0.12.5 |
3146 | 2025-01-09T01:20:45.276Z | Compiling instability v0.3.2 |
3147 | 2025-01-09T01:20:45.276Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3148 | 2025-01-09T01:20:45.276Z | Checking cassowary v0.3.0 |
3149 | 2025-01-09T01:20:45.487Z | Checking compact_str v0.8.0 |
3150 | 2025-01-09T01:20:46.145Z | Checking ratatui v0.28.1 |
3151 | 2025-01-09T01:20:47.055Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3152 | 2025-01-09T01:20:48.082Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3153 | 2025-01-09T01:20:48.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
3154 | 2025-01-09T01:20:49.123Z | |
3155 | 2025-01-09T01:20:49.123Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3156 | 2025-01-09T01:20:49.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-01-09T01:20:49.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-01-09T01:20:49.808Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3159 | 2025-01-09T01:20:49.808Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3160 | 2025-01-09T01:20:50.884Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3161 | 2025-01-09T01:20:51.389Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3162 | 2025-01-09T01:20:51.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3163 | 2025-01-09T01:20:51.955Z | |
3164 | 2025-01-09T01:20:51.955Z | info: running `cargo check --bins` on ch-dev (136/176) |
3165 | 2025-01-09T01:20:52.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-01-09T01:20:52.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-01-09T01:20:52.618Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3168 | 2025-01-09T01:20:53.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3169 | 2025-01-09T01:20:53.524Z | |
3170 | 2025-01-09T01:20:53.524Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3171 | 2025-01-09T01:20:54.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-01-09T01:20:54.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-01-09T01:20:54.190Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3174 | 2025-01-09T01:20:54.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3175 | 2025-01-09T01:20:54.747Z | |
3176 | 2025-01-09T01:20:54.747Z | info: running `cargo check --bins` on db-dev (138/176) |
3177 | 2025-01-09T01:20:55.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-01-09T01:20:55.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-01-09T01:20:55.423Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3180 | 2025-01-09T01:20:56.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3181 | 2025-01-09T01:20:56.340Z | |
3182 | 2025-01-09T01:20:56.340Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3183 | 2025-01-09T01:20:56.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-01-09T01:20:56.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-01-09T01:20:56.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2025-01-09T01:20:56.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3187 | 2025-01-09T01:20:57.002Z | |
3188 | 2025-01-09T01:20:57.002Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3189 | 2025-01-09T01:20:57.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-01-09T01:20:57.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-01-09T01:20:57.636Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3192 | 2025-01-09T01:20:58.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3193 | 2025-01-09T01:20:58.698Z | |
3194 | 2025-01-09T01:20:58.698Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3195 | 2025-01-09T01:20:59.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-01-09T01:20:59.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-01-09T01:20:59.324Z | Checking cargo-platform v0.1.8 |
3198 | 2025-01-09T01:20:59.597Z | Checking cargo_metadata v0.18.1 |
3199 | 2025-01-09T01:21:00.580Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3200 | 2025-01-09T01:21:01.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s |
3201 | 2025-01-09T01:21:01.603Z | |
3202 | 2025-01-09T01:21:01.603Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3203 | 2025-01-09T01:21:02.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-01-09T01:21:02.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-01-09T01:21:02.323Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3206 | 2025-01-09T01:21:03.870Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3207 | 2025-01-09T01:21:04.507Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3208 | 2025-01-09T01:21:05.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
3209 | 2025-01-09T01:21:05.289Z | |
3210 | 2025-01-09T01:21:05.289Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3211 | 2025-01-09T01:21:05.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-01-09T01:21:05.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-01-09T01:21:06.084Z | Compiling crunchy v0.2.2 |
3214 | 2025-01-09T01:21:06.087Z | Compiling tiny-keccak v2.0.2 |
3215 | 2025-01-09T01:21:06.087Z | Compiling dsl_auto_type v0.1.2 |
3216 | 2025-01-09T01:21:06.087Z | Checking scheduled-thread-pool v0.2.7 |
3217 | 2025-01-09T01:21:06.087Z | Compiling diesel_table_macro_syntax v0.2.0 |
3218 | 2025-01-09T01:21:06.219Z | Compiling ascii-canvas v3.0.0 |
3219 | 2025-01-09T01:21:06.222Z | Compiling ena v0.14.3 |
3220 | 2025-01-09T01:21:06.232Z | Compiling diff v0.1.13 |
3221 | 2025-01-09T01:21:06.428Z | Checking r2d2 v0.8.10 |
3222 | 2025-01-09T01:21:06.477Z | Compiling regex-syntax v0.6.29 |
3223 | 2025-01-09T01:21:06.685Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3224 | 2025-01-09T01:21:06.688Z | Compiling ref-cast v1.0.23 |
3225 | 2025-01-09T01:21:06.757Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3226 | 2025-01-09T01:21:06.844Z | Compiling derive_builder_core v0.20.2 |
3227 | 2025-01-09T01:21:06.895Z | Compiling libxml v0.3.3 |
3228 | 2025-01-09T01:21:06.922Z | Compiling ref-cast-impl v1.0.23 |
3229 | 2025-01-09T01:21:07.063Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3230 | 2025-01-09T01:21:07.302Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3231 | 2025-01-09T01:21:07.341Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3232 | 2025-01-09T01:21:07.488Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3233 | 2025-01-09T01:21:07.616Z | Compiling strum_macros v0.24.3 |
3234 | 2025-01-09T01:21:07.636Z | Compiling samael v0.0.17 |
3235 | 2025-01-09T01:21:07.788Z | Compiling diesel_derives v2.2.3 |
3236 | 2025-01-09T01:21:07.913Z | Compiling indoc v1.0.9 |
3237 | 2025-01-09T01:21:08.878Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3238 | 2025-01-09T01:21:09.173Z | Compiling impl-trait-for-tuples v0.2.2 |
3239 | 2025-01-09T01:21:09.323Z | Compiling derive_builder_macro v0.20.2 |
3240 | 2025-01-09T01:21:10.156Z | Compiling lalrpop v0.19.12 |
3241 | 2025-01-09T01:21:10.253Z | Checking derive_builder v0.20.2 |
3242 | 2025-01-09T01:21:10.402Z | Compiling oso-derive v0.27.3 |
3243 | 2025-01-09T01:21:10.755Z | Checking quick-xml v0.33.0 |
3244 | 2025-01-09T01:21:11.383Z | Compiling diesel-dtrace v0.4.2 |
3245 | 2025-01-09T01:21:11.469Z | Checking maplit v1.0.2 |
3246 | 2025-01-09T01:21:11.620Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3247 | 2025-01-09T01:21:11.764Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3248 | 2025-01-09T01:21:11.919Z | Checking bb8 v0.8.5 |
3249 | 2025-01-09T01:21:12.098Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3250 | 2025-01-09T01:21:12.408Z | Checking rand_seeder v0.3.0 |
3251 | 2025-01-09T01:21:12.468Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3252 | 2025-01-09T01:21:12.539Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3253 | 2025-01-09T01:21:12.641Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3254 | 2025-01-09T01:21:12.853Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3255 | 2025-01-09T01:21:13.172Z | Checking smawk v0.3.2 |
3256 | 2025-01-09T01:21:13.280Z | Checking unicode-linebreak v0.1.5 |
3257 | 2025-01-09T01:21:13.393Z | Checking is_ci v1.2.0 |
3258 | 2025-01-09T01:21:13.543Z | Checking supports-color v3.0.1 |
3259 | 2025-01-09T01:21:13.723Z | Checking textwrap v0.16.1 |
3260 | 2025-01-09T01:21:13.769Z | Checking multimap v0.10.0 |
3261 | 2025-01-09T01:21:14.462Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3262 | 2025-01-09T01:21:17.111Z | Checking diesel v2.2.6 |
3263 | 2025-01-09T01:21:43.650Z | Compiling polar-core v0.27.3 |
3264 | 2025-01-09T01:21:46.998Z | Checking async-bb8-diesel v0.2.1 |
3265 | 2025-01-09T01:21:51.192Z | Checking oso v0.27.3 |
3266 | 2025-01-09T01:23:00.145Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3267 | 2025-01-09T01:23:06.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3268 | 2025-01-09T01:23:06.660Z | |
3269 | 2025-01-09T01:23:06.660Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3270 | 2025-01-09T01:23:07.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-01-09T01:23:07.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-01-09T01:23:07.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-01-09T01:23:07.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3274 | 2025-01-09T01:23:07.353Z | |
3275 | 2025-01-09T01:23:07.353Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3276 | 2025-01-09T01:23:07.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-01-09T01:23:07.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-01-09T01:23:07.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2025-01-09T01:23:07.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3280 | 2025-01-09T01:23:08.047Z | |
3281 | 2025-01-09T01:23:08.047Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3282 | 2025-01-09T01:23:08.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-01-09T01:23:08.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-01-09T01:23:08.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2025-01-09T01:23:08.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3286 | 2025-01-09T01:23:08.680Z | |
3287 | 2025-01-09T01:23:08.683Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3288 | 2025-01-09T01:23:09.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-01-09T01:23:09.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-01-09T01:23:09.497Z | Compiling libz-sys v1.1.20 |
3291 | 2025-01-09T01:23:09.612Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3292 | 2025-01-09T01:23:09.625Z | Compiling vergen v8.3.2 |
3293 | 2025-01-09T01:23:09.627Z | Compiling cargo-platform v0.1.8 |
3294 | 2025-01-09T01:23:09.627Z | Compiling pin-project-internal v1.1.6 |
3295 | 2025-01-09T01:23:09.666Z | Compiling libsqlite3-sys v0.30.1 |
3296 | 2025-01-09T01:23:09.669Z | Compiling snafu-derive v0.8.5 |
3297 | 2025-01-09T01:23:09.669Z | Compiling rustls v0.21.12 |
3298 | 2025-01-09T01:23:09.914Z | Compiling cargo_metadata v0.18.1 |
3299 | 2025-01-09T01:23:09.986Z | Compiling cfg_aliases v0.2.1 |
3300 | 2025-01-09T01:23:10.120Z | Compiling buf-list v1.0.3 |
3301 | 2025-01-09T01:23:10.194Z | Compiling nix v0.29.0 |
3302 | 2025-01-09T01:23:10.292Z | Checking globset v0.4.15 |
3303 | 2025-01-09T01:23:10.575Z | Checking olpc-cjson v0.1.4 |
3304 | 2025-01-09T01:23:10.798Z | Checking rustls-webpki v0.101.7 |
3305 | 2025-01-09T01:23:10.825Z | Checking sct v0.7.1 |
3306 | 2025-01-09T01:23:10.837Z | Checking serde_plain v1.0.2 |
3307 | 2025-01-09T01:23:11.033Z | Checking typed-path v0.9.3 |
3308 | 2025-01-09T01:23:11.364Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3309 | 2025-01-09T01:23:11.545Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3310 | 2025-01-09T01:23:11.638Z | Checking hashlink v0.9.1 |
3311 | 2025-01-09T01:23:11.837Z | Checking fallible-streaming-iterator v0.1.9 |
3312 | 2025-01-09T01:23:12.086Z | Checking parse-size v1.1.0 |
3313 | 2025-01-09T01:23:12.272Z | Checking fallible-iterator v0.3.0 |
3314 | 2025-01-09T01:23:12.670Z | Checking pin-project v1.1.6 |
3315 | 2025-01-09T01:23:12.802Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3316 | 2025-01-09T01:23:12.870Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3317 | 2025-01-09T01:23:12.888Z | Checking rusqlite v0.32.1 |
3318 | 2025-01-09T01:23:12.963Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3319 | 2025-01-09T01:23:13.686Z | Checking rustls-pemfile v1.0.4 |
3320 | 2025-01-09T01:23:13.706Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3321 | 2025-01-09T01:23:13.776Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3322 | 2025-01-09T01:23:13.882Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3323 | 2025-01-09T01:23:13.902Z | Checking twox-hash v1.6.3 |
3324 | 2025-01-09T01:23:14.030Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3325 | 2025-01-09T01:23:14.376Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3326 | 2025-01-09T01:23:14.515Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3327 | 2025-01-09T01:23:14.747Z | Checking tokio-rustls v0.24.1 |
3328 | 2025-01-09T01:23:14.976Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3329 | 2025-01-09T01:23:15.129Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3330 | 2025-01-09T01:23:15.149Z | Checking fatfs v0.3.6 |
3331 | 2025-01-09T01:23:15.241Z | Checking snafu v0.8.5 |
3332 | 2025-01-09T01:23:15.773Z | Checking tough v0.19.0 |
3333 | 2025-01-09T01:23:16.009Z | Checking assert_matches v1.5.0 |
3334 | 2025-01-09T01:23:19.994Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3335 | 2025-01-09T01:23:21.428Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3336 | 2025-01-09T01:23:22.133Z | Compiling git2 v0.19.0 |
3337 | 2025-01-09T01:23:26.875Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3338 | 2025-01-09T01:24:22.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3339 | 2025-01-09T01:24:22.638Z | |
3340 | 2025-01-09T01:24:22.638Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3341 | 2025-01-09T01:24:23.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-01-09T01:24:23.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-01-09T01:24:23.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2025-01-09T01:24:23.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3345 | 2025-01-09T01:24:23.328Z | |
3346 | 2025-01-09T01:24:23.328Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3347 | 2025-01-09T01:24:23.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-01-09T01:24:23.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-01-09T01:24:23.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2025-01-09T01:24:23.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3351 | 2025-01-09T01:24:23.949Z | |
3352 | 2025-01-09T01:24:23.949Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3353 | 2025-01-09T01:24:24.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2025-01-09T01:24:24.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2025-01-09T01:24:24.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2025-01-09T01:24:24.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3357 | 2025-01-09T01:24:24.617Z | |
3358 | 2025-01-09T01:24:24.617Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3359 | 2025-01-09T01:24:25.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-01-09T01:24:25.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-01-09T01:24:25.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-01-09T01:24:25.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3363 | 2025-01-09T01:24:25.312Z | |
3364 | 2025-01-09T01:24:25.312Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3365 | 2025-01-09T01:24:25.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-01-09T01:24:25.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-01-09T01:24:25.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2025-01-09T01:24:25.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3369 | 2025-01-09T01:24:25.995Z | |
3370 | 2025-01-09T01:24:25.995Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3371 | 2025-01-09T01:24:26.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-01-09T01:24:26.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-01-09T01:24:26.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2025-01-09T01:24:26.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3375 | 2025-01-09T01:24:26.701Z | |
3376 | 2025-01-09T01:24:26.701Z | info: running `cargo check --bins` on update-common (154/176) |
3377 | 2025-01-09T01:24:27.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2025-01-09T01:24:27.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2025-01-09T01:24:27.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2025-01-09T01:24:27.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3381 | 2025-01-09T01:24:27.375Z | |
3382 | 2025-01-09T01:24:27.375Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3383 | 2025-01-09T01:24:27.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2025-01-09T01:24:27.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2025-01-09T01:24:27.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2025-01-09T01:24:27.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3387 | 2025-01-09T01:24:28.049Z | |
3388 | 2025-01-09T01:24:28.049Z | info: running `cargo check --bins` on tufaceous (156/176) |
3389 | 2025-01-09T01:24:28.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-01-09T01:24:28.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-01-09T01:24:28.737Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3392 | 2025-01-09T01:24:29.995Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3393 | 2025-01-09T01:24:30.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s |
3394 | 2025-01-09T01:24:31.097Z | |
3395 | 2025-01-09T01:24:31.097Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3396 | 2025-01-09T01:24:31.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2025-01-09T01:24:31.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2025-01-09T01:24:31.979Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3399 | 2025-01-09T01:24:31.982Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3400 | 2025-01-09T01:24:32.120Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3401 | 2025-01-09T01:24:32.123Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3402 | 2025-01-09T01:24:33.219Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3403 | 2025-01-09T01:25:00.489Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3404 | 2025-01-09T01:25:00.489Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3405 | 2025-01-09T01:25:00.492Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3406 | 2025-01-09T01:25:00.492Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3407 | 2025-01-09T01:25:00.492Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3408 | 2025-01-09T01:25:01.322Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3409 | 2025-01-09T01:25:02.646Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3410 | 2025-01-09T01:25:42.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3411 | 2025-01-09T01:25:42.394Z | |
3412 | 2025-01-09T01:25:42.395Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3413 | 2025-01-09T01:25:42.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-01-09T01:25:42.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-01-09T01:25:43.116Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3416 | 2025-01-09T01:25:43.116Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3417 | 2025-01-09T01:25:43.119Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3418 | 2025-01-09T01:25:43.245Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3419 | 2025-01-09T01:25:43.248Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3420 | 2025-01-09T01:25:43.276Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3421 | 2025-01-09T01:25:43.279Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3422 | 2025-01-09T01:25:43.291Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3423 | 2025-01-09T01:25:43.497Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3424 | 2025-01-09T01:25:43.545Z | Checking heck v0.4.1 |
3425 | 2025-01-09T01:25:43.637Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3426 | 2025-01-09T01:25:43.763Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3427 | 2025-01-09T01:25:43.839Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3428 | 2025-01-09T01:25:43.984Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3429 | 2025-01-09T01:25:44.379Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3430 | 2025-01-09T01:25:44.726Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3431 | 2025-01-09T01:25:44.729Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3432 | 2025-01-09T01:25:46.021Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3433 | 2025-01-09T01:25:46.585Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3434 | 2025-01-09T01:25:47.073Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3435 | 2025-01-09T01:25:47.252Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3436 | 2025-01-09T01:25:49.223Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3437 | 2025-01-09T01:25:49.223Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3438 | 2025-01-09T01:25:50.640Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3439 | 2025-01-09T01:25:52.228Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3440 | 2025-01-09T01:25:58.462Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3441 | 2025-01-09T01:25:58.462Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3442 | 2025-01-09T01:25:59.720Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3443 | 2025-01-09T01:26:00.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.45s |
3444 | 2025-01-09T01:26:01.040Z | |
3445 | 2025-01-09T01:26:01.040Z | info: running `cargo check --bins` on installinator-api (159/176) |
3446 | 2025-01-09T01:26:01.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2025-01-09T01:26:01.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2025-01-09T01:26:01.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3449 | 2025-01-09T01:26:01.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3450 | 2025-01-09T01:26:01.705Z | |
3451 | 2025-01-09T01:26:01.705Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3452 | 2025-01-09T01:26:02.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2025-01-09T01:26:02.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2025-01-09T01:26:02.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3455 | 2025-01-09T01:26:02.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3456 | 2025-01-09T01:26:02.370Z | |
3457 | 2025-01-09T01:26:02.370Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3458 | 2025-01-09T01:26:02.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2025-01-09T01:26:02.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2025-01-09T01:26:03.071Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3461 | 2025-01-09T01:26:03.071Z | Compiling petname v2.0.2 |
3462 | 2025-01-09T01:26:03.073Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3463 | 2025-01-09T01:26:03.073Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3464 | 2025-01-09T01:26:03.073Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3465 | 2025-01-09T01:26:03.073Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3466 | 2025-01-09T01:26:03.073Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3467 | 2025-01-09T01:26:03.198Z | Checking sync-ptr v0.1.1 |
3468 | 2025-01-09T01:26:08.833Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3469 | 2025-01-09T01:26:09.499Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3470 | 2025-01-09T01:26:10.742Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3471 | 2025-01-09T01:26:12.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s |
3472 | 2025-01-09T01:26:12.549Z | |
3473 | 2025-01-09T01:26:12.549Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3474 | 2025-01-09T01:26:13.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2025-01-09T01:26:13.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2025-01-09T01:26:13.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3477 | 2025-01-09T01:26:13.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3478 | 2025-01-09T01:26:13.219Z | |
3479 | 2025-01-09T01:26:13.219Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3480 | 2025-01-09T01:26:13.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2025-01-09T01:26:13.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2025-01-09T01:26:13.893Z | Checking memmap2 v0.9.5 |
3483 | 2025-01-09T01:26:13.893Z | Checking arrayvec v0.7.6 |
3484 | 2025-01-09T01:26:13.896Z | Checking arrayref v0.3.9 |
3485 | 2025-01-09T01:26:13.896Z | Checking constant_time_eq v0.3.1 |
3486 | 2025-01-09T01:26:13.896Z | Checking topological-sort v0.2.2 |
3487 | 2025-01-09T01:26:13.997Z | Checking shell-words v1.1.0 |
3488 | 2025-01-09T01:26:14.267Z | Checking blake3 v1.5.4 |
3489 | 2025-01-09T01:26:14.621Z | Checking omicron-zone-package v0.12.0 |
3490 | 2025-01-09T01:26:15.862Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3491 | 2025-01-09T01:26:16.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3492 | 2025-01-09T01:26:16.997Z | |
3493 | 2025-01-09T01:26:16.997Z | info: running `cargo check --bins` on xtask (164/176) |
3494 | 2025-01-09T01:26:17.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-01-09T01:26:17.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-01-09T01:26:17.432Z | Checking bitflags v2.6.0 |
3497 | 2025-01-09T01:26:17.435Z | Checking serde v1.0.215 |
3498 | 2025-01-09T01:26:17.435Z | Checking thiserror v1.0.69 |
3499 | 2025-01-09T01:26:17.520Z | Checking scroll v0.12.0 |
3500 | 2025-01-09T01:26:17.539Z | Checking log v0.4.22 |
3501 | 2025-01-09T01:26:17.571Z | Checking hashbrown v0.15.1 |
3502 | 2025-01-09T01:26:17.571Z | Checking zerocopy v0.7.35 |
3503 | 2025-01-09T01:26:17.574Z | Checking syn v2.0.87 |
3504 | 2025-01-09T01:26:17.623Z | Checking pest v2.7.14 |
3505 | 2025-01-09T01:26:17.762Z | Checking rustix v0.38.37 |
3506 | 2025-01-09T01:26:17.802Z | Checking once_cell v1.20.2 |
3507 | 2025-01-09T01:26:17.985Z | Checking goblin v0.8.2 |
3508 | 2025-01-09T01:26:18.135Z | Checking fs-err v2.11.0 |
3509 | 2025-01-09T01:26:18.466Z | Checking anyhow v1.0.93 |
3510 | 2025-01-09T01:26:18.652Z | Checking indexmap v2.6.0 |
3511 | 2025-01-09T01:26:18.871Z | Checking tabled v0.15.0 |
3512 | 2025-01-09T01:26:19.690Z | Checking terminal_size v0.4.0 |
3513 | 2025-01-09T01:26:19.690Z | Checking tempfile v3.13.0 |
3514 | 2025-01-09T01:26:19.897Z | Checking clap_builder v4.5.21 |
3515 | 2025-01-09T01:26:20.162Z | Checking dtrace-parser v0.2.0 |
3516 | 2025-01-09T01:26:21.842Z | Checking serde_json v1.0.133 |
3517 | 2025-01-09T01:26:21.842Z | Checking toml_datetime v0.6.8 |
3518 | 2025-01-09T01:26:21.844Z | Checking serde_spanned v0.6.8 |
3519 | 2025-01-09T01:26:21.844Z | Checking camino v1.1.9 |
3520 | 2025-01-09T01:26:21.844Z | Checking cargo-platform v0.1.8 |
3521 | 2025-01-09T01:26:21.919Z | Checking semver v1.0.23 |
3522 | 2025-01-09T01:26:22.096Z | Checking macaddr v1.0.1 |
3523 | 2025-01-09T01:26:22.115Z | Checking toml_edit v0.22.22 |
3524 | 2025-01-09T01:26:22.436Z | Checking camino-tempfile v1.1.1 |
3525 | 2025-01-09T01:26:22.509Z | Checking clap v4.5.21 |
3526 | 2025-01-09T01:26:23.098Z | Checking dof v0.3.0 |
3527 | 2025-01-09T01:26:23.098Z | Checking cargo_metadata v0.18.1 |
3528 | 2025-01-09T01:26:23.525Z | Checking usdt-impl v0.5.0 |
3529 | 2025-01-09T01:26:23.888Z | Checking usdt v0.5.0 |
3530 | 2025-01-09T01:26:23.975Z | Checking toml v0.8.19 |
3531 | 2025-01-09T01:26:24.460Z | Checking cargo_toml v0.20.5 |
3532 | 2025-01-09T01:26:25.702Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3533 | 2025-01-09T01:26:26.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s |
3534 | 2025-01-09T01:26:26.431Z | |
3535 | 2025-01-09T01:26:26.431Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3536 | 2025-01-09T01:26:27.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2025-01-09T01:26:27.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2025-01-09T01:26:27.203Z | Checking polyval v0.6.2 |
3539 | 2025-01-09T01:26:27.317Z | Checking ctr v0.9.2 |
3540 | 2025-01-09T01:26:27.330Z | Checking ssh-encoding v0.2.0 |
3541 | 2025-01-09T01:26:27.332Z | Checking blowfish v0.9.1 |
3542 | 2025-01-09T01:26:27.354Z | Checking password-hash v0.4.2 |
3543 | 2025-01-09T01:26:27.356Z | Checking matches v0.1.10 |
3544 | 2025-01-09T01:26:27.384Z | Checking p256 v0.13.2 |
3545 | 2025-01-09T01:26:27.384Z | Checking p521 v0.13.3 |
3546 | 2025-01-09T01:26:27.438Z | Checking idna v0.2.3 |
3547 | 2025-01-09T01:26:27.536Z | Checking ghash v0.5.1 |
3548 | 2025-01-09T01:26:27.538Z | Checking bcrypt-pbkdf v0.10.0 |
3549 | 2025-01-09T01:26:27.621Z | Compiling enum-as-inner v0.5.1 |
3550 | 2025-01-09T01:26:27.652Z | Checking russh-cryptovec v0.7.3 |
3551 | 2025-01-09T01:26:27.697Z | Checking aes-gcm v0.10.3 |
3552 | 2025-01-09T01:26:27.780Z | Checking pbkdf2 v0.11.0 |
3553 | 2025-01-09T01:26:27.810Z | Checking md5 v0.7.0 |
3554 | 2025-01-09T01:26:27.858Z | Checking num-bigint v0.4.6 |
3555 | 2025-01-09T01:26:27.877Z | Checking des v0.8.1 |
3556 | 2025-01-09T01:26:27.926Z | Checking ssh-cipher v0.2.0 |
3557 | 2025-01-09T01:26:28.061Z | Checking hex-literal v0.4.1 |
3558 | 2025-01-09T01:26:28.106Z | Compiling dhcproto-macros v0.1.0 |
3559 | 2025-01-09T01:26:28.140Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3560 | 2025-01-09T01:26:28.195Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3561 | 2025-01-09T01:26:28.230Z | Checking ssh-key v0.6.6 |
3562 | 2025-01-09T01:26:28.310Z | Checking internet-checksum v0.2.1 |
3563 | 2025-01-09T01:26:28.676Z | Checking trust-dns-proto v0.22.0 |
3564 | 2025-01-09T01:26:29.584Z | Checking russh-keys v0.45.0 |
3565 | 2025-01-09T01:26:30.551Z | Checking russh v0.45.0 |
3566 | 2025-01-09T01:26:31.287Z | Checking dhcproto v0.12.0 |
3567 | 2025-01-09T01:26:49.043Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3568 | 2025-01-09T01:26:50.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.09s |
3569 | 2025-01-09T01:26:50.744Z | |
3570 | 2025-01-09T01:26:50.744Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3571 | 2025-01-09T01:26:51.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-01-09T01:26:51.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-01-09T01:26:51.395Z | Checking termios v0.3.3 |
3574 | 2025-01-09T01:26:51.615Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3575 | 2025-01-09T01:26:52.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3576 | 2025-01-09T01:26:52.606Z | |
3577 | 2025-01-09T01:26:52.606Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3578 | 2025-01-09T01:26:53.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3579 | 2025-01-09T01:26:53.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3580 | 2025-01-09T01:26:53.308Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3581 | 2025-01-09T01:26:53.308Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3582 | 2025-01-09T01:26:53.310Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3583 | 2025-01-09T01:26:53.311Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3584 | 2025-01-09T01:26:54.417Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3585 | 2025-01-09T01:26:55.782Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3586 | 2025-01-09T01:26:57.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
3587 | 2025-01-09T01:26:57.894Z | |
3588 | 2025-01-09T01:26:57.894Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3589 | 2025-01-09T01:26:58.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-01-09T01:26:58.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-01-09T01:26:58.538Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3592 | 2025-01-09T01:26:59.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3593 | 2025-01-09T01:26:59.212Z | |
3594 | 2025-01-09T01:26:59.212Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3595 | 2025-01-09T01:26:59.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-01-09T01:26:59.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-01-09T01:26:59.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-01-09T01:26:59.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3599 | 2025-01-09T01:26:59.834Z | |
3600 | 2025-01-09T01:26:59.834Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3601 | 2025-01-09T01:27:00.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-01-09T01:27:00.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-01-09T01:27:00.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3604 | 2025-01-09T01:27:00.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3605 | 2025-01-09T01:27:00.461Z | |
3606 | 2025-01-09T01:27:00.461Z | info: running `cargo check --bins` on omicron-package (171/176) |
3607 | 2025-01-09T01:27:01.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3608 | 2025-01-09T01:27:01.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3609 | 2025-01-09T01:27:01.140Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3610 | 2025-01-09T01:27:02.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
3611 | 2025-01-09T01:27:02.770Z | |
3612 | 2025-01-09T01:27:02.770Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3613 | 2025-01-09T01:27:03.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3614 | 2025-01-09T01:27:03.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3615 | 2025-01-09T01:27:03.481Z | Checking rtoolbox v0.0.2 |
3616 | 2025-01-09T01:27:03.484Z | Checking tui-tree-widget v0.22.0 |
3617 | 2025-01-09T01:27:03.484Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3618 | 2025-01-09T01:27:03.708Z | Checking rpassword v7.3.1 |
3619 | 2025-01-09T01:27:07.967Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3620 | 2025-01-09T01:27:11.079Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3621 | 2025-01-09T01:27:12.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s |
3622 | 2025-01-09T01:27:12.542Z | |
3623 | 2025-01-09T01:27:12.542Z | info: running `cargo check --bins` on wicket (173/176) |
3624 | 2025-01-09T01:27:13.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3625 | 2025-01-09T01:27:13.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3626 | 2025-01-09T01:27:13.252Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3627 | 2025-01-09T01:27:13.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3628 | 2025-01-09T01:27:13.892Z | |
3629 | 2025-01-09T01:27:13.892Z | info: running `cargo check --bins` on wicketd (174/176) |
3630 | 2025-01-09T01:27:14.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2025-01-09T01:27:14.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2025-01-09T01:27:14.616Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3633 | 2025-01-09T01:27:14.616Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3634 | 2025-01-09T01:27:15.504Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3635 | 2025-01-09T01:27:19.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
3636 | 2025-01-09T01:27:19.637Z | |
3637 | 2025-01-09T01:27:19.637Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3638 | 2025-01-09T01:27:20.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3639 | 2025-01-09T01:27:20.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3640 | 2025-01-09T01:27:20.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3641 | 2025-01-09T01:27:20.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3642 | 2025-01-09T01:27:20.256Z | |
3643 | 2025-01-09T01:27:20.256Z | info: running `cargo check --bins` on zone-setup (176/176) |
3644 | 2025-01-09T01:27:20.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3645 | 2025-01-09T01:27:20.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3646 | 2025-01-09T01:27:20.994Z | Checking uzers v0.12.1 |
3647 | 2025-01-09T01:27:21.338Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3648 | 2025-01-09T01:27:22.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
3649 | 2025-01-09T01:27:22.751Z | |
3650 | 2025-01-09T01:27:22.751Z | real 13:56.233702466 |
3651 | 2025-01-09T01:27:22.751Z | user 25:58.633175698 |
3652 | 2025-01-09T01:27:22.751Z | sys 5:53.535441589 |
3653 | 2025-01-09T01:27:22.751Z | trap 0.506088370 |
3654 | 2025-01-09T01:27:22.751Z | tflt 2.684453857 |
3655 | 2025-01-09T01:27:22.754Z | dflt 3.012739820 |
3656 | 2025-01-09T01:27:22.754Z | kflt 0.001246450 |
3657 | 2025-01-09T01:27:22.754Z | lock 49:45.097584145 |
3658 | 2025-01-09T01:27:22.754Z | slp 2:16:23.552991438 |
3659 | 2025-01-09T01:27:22.755Z | lat 1:03.955110887 |
3660 | 2025-01-09T01:27:22.755Z | stop 3:40.394574235 |
3661 | 2025-01-09T01:27:22.755Z | process exited: duration 1139913 ms, exit code 0 |
|
3662 | 2025-01-09T01:27:22.761Z | found 0 output files |