|
|
|
1 | 2025-01-13T08:47:58.424Z | job assigned to worker 01JHFDGWD9XV317PAJYGB2C1SP [factory aws, i-0dd7da54730a42e5e] (queued for 50 s) |
|
2 | 2025-01-13T08:48:05.951Z | starting task 0: "setup" |
3 | 2025-01-13T08:48:05.959Z | ++ uname -s |
4 | 2025-01-13T08:48:05.962Z | + kern=SunOS |
5 | 2025-01-13T08:48:05.962Z | + case "$kern" in |
6 | 2025-01-13T08:48:05.962Z | + groupadd -g 12345 build |
7 | 2025-01-13T08:48:05.964Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T08:48:07.971Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T08:48:08.090Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T08:48:08.093Z | + home_fs=zfs |
11 | 2025-01-13T08:48:08.093Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T08:48:08.093Z | + mkdir -p /home/build |
13 | 2025-01-13T08:48:08.095Z | + chown build:build /home/build /work |
14 | 2025-01-13T08:48:10.097Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T08:48:10.099Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2025-01-13T08:48:10.111Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T08:48:10.117Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T08:48:10.117Z | ' 1.81.0 |
19 | 2025-01-13T08:48:10.117Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-13T08:48:10.117Z | ' default |
21 | 2025-01-13T08:48:10.117Z | * toolchain channel = "1.81.0" |
22 | 2025-01-13T08:48:10.117Z | * toolchain profile = "default" |
23 | 2025-01-13T08:48:10.120Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T08:48:10.120Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T08:48:10.244Z | info: downloading installer |
26 | 2025-01-13T08:48:11.607Z | info: profile set to 'default' |
27 | 2025-01-13T08:48:11.608Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T08:48:11.610Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T08:48:11.779Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T08:48:11.780Z | info: downloading component 'cargo' |
31 | 2025-01-13T08:48:12.785Z | info: downloading component 'clippy' |
32 | 2025-01-13T08:48:13.159Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T08:48:14.553Z | info: downloading component 'rust-std' |
34 | 2025-01-13T08:48:16.719Z | info: downloading component 'rustc' |
35 | 2025-01-13T08:48:24.502Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T08:48:24.794Z | info: installing component 'cargo' |
37 | 2025-01-13T08:48:25.578Z | info: installing component 'clippy' |
38 | 2025-01-13T08:48:25.933Z | info: installing component 'rust-docs' |
39 | 2025-01-13T08:48:27.530Z | info: installing component 'rust-std' |
40 | 2025-01-13T08:48:29.233Z | info: installing component 'rustc' |
41 | 2025-01-13T08:48:34.943Z | info: installing component 'rustfmt' |
42 | 2025-01-13T08:48:35.261Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T08:48:35.261Z | |
44 | 2025-01-13T08:48:35.623Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T08:48:35.623Z | |
46 | 2025-01-13T08:48:35.625Z | |
47 | 2025-01-13T08:48:35.626Z | Rust is installed now. Great! |
48 | 2025-01-13T08:48:35.626Z | |
49 | 2025-01-13T08:48:35.626Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T08:48:35.626Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T08:48:35.626Z | |
52 | 2025-01-13T08:48:35.626Z | To configure your current shell, you need to source |
53 | 2025-01-13T08:48:35.626Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T08:48:35.626Z | |
55 | 2025-01-13T08:48:35.626Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T08:48:35.626Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T08:48:35.626Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T08:48:35.699Z | + rustc --version |
59 | 2025-01-13T08:48:35.764Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T08:48:35.767Z | process exited: duration 25656 ms, exit code 0 |
|
61 | 2025-01-13T08:48:35.772Z | starting task 2: "authentication" |
62 | 2025-01-13T08:48:35.793Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-13T08:48:35.799Z | starting task 3: "clone repository" |
64 | 2025-01-13T08:48:35.804Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T08:48:35.807Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T08:48:35.844Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T08:48:44.100Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T08:48:44.100Z | + git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d |
69 | 2025-01-13T08:48:44.393Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T08:48:44.393Z | * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD |
71 | 2025-01-13T08:48:44.402Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-13T08:48:44.405Z | ++ git branch --show-current |
73 | 2025-01-13T08:48:44.407Z | + current=main |
74 | 2025-01-13T08:48:44.407Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-13T08:48:44.407Z | + git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d |
76 | 2025-01-13T08:48:44.410Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-13T08:48:44.584Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-13T08:48:44.587Z | + git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d |
79 | 2025-01-13T08:48:44.755Z | HEAD is now at 27409a1ab Lock file maintenance |
80 | 2025-01-13T08:48:44.758Z | process exited: duration 8957 ms, exit code 0 |
|
81 | 2025-01-13T08:48:44.763Z | starting task 4: "build" |
82 | 2025-01-13T08:48:44.768Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-13T08:48:44.768Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-13T08:48:44.770Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-13T08:48:44.770Z | + cargo --version |
86 | 2025-01-13T08:48:44.826Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-13T08:48:44.829Z | + rustc --version |
88 | 2025-01-13T08:48:44.889Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-13T08:48:44.891Z | + source ./env.sh |
90 | 2025-01-13T08:48:44.891Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-13T08:48:44.891Z | ++ set -o xtrace |
92 | 2025-01-13T08:48:44.894Z | ++++ dirname ./env.sh |
93 | 2025-01-13T08:48:44.896Z | +++ readlink -f . |
94 | 2025-01-13T08:48:44.899Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-13T08:48:44.901Z | ++ 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-13T08:48:44.901Z | ++ 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-13T08:48:44.901Z | ++ 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-13T08:48:44.902Z | ++ 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-13T08:48:44.902Z | ++ 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-13T08:48:44.902Z | ++ 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-13T08:48:44.902Z | ++ 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-13T08:48:44.902Z | ++ 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-13T08:48:44.902Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-13T08:48:44.902Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-13T08:48:44.902Z | + 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-13T08:48:44.902Z | + 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-13T08:48:44.902Z | + banner prerequisites |
108 | 2025-01-13T08:48:44.905Z | |
109 | 2025-01-13T08:48:44.905Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-13T08:48:44.905Z | # # # # # # # # # # # # # # # |
111 | 2025-01-13T08:48:44.905Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-13T08:48:44.905Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-13T08:48:44.905Z | # # # # # # # # # # # # # # # |
114 | 2025-01-13T08:48:44.905Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-13T08:48:44.905Z | |
116 | 2025-01-13T08:48:44.905Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-13T08:48:46.549Z | pkg list: illegal option -- F |
118 | 2025-01-13T08:48:46.549Z | Usage: |
119 | 2025-01-13T08:48:46.552Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-13T08:48:46.552Z | [pkg_fmri_pattern ...] |
121 | 2025-01-13T08:48:47.398Z | pkg list: illegal option -- F |
122 | 2025-01-13T08:48:47.398Z | Usage: |
123 | 2025-01-13T08:48:47.401Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-13T08:48:47.401Z | [pkg_fmri_pattern ...] |
125 | 2025-01-13T08:48:53.982Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-13T08:48:58.055Z | Startup: Caching catalogs ... Done |
127 | 2025-01-13T08:49:09.270Z | Planning: Solver setup ... Done (10.401s) |
128 | 2025-01-13T08:49:09.410Z | Planning: Running solver ... Done (0.140s) |
129 | 2025-01-13T08:49:09.523Z | Planning: Finding local manifests ... Done (0.007s) |
130 | 2025-01-13T08:49:09.550Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-13T08:49:10.213Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-13T08:49:10.324Z | Planning: Package planning ... Done (0.111s) |
133 | 2025-01-13T08:49:10.381Z | Planning: Merging actions ... Done (0.056s) |
134 | 2025-01-13T08:49:10.577Z | Planning: Checking for conflicting actions ... Done (0.196s) |
135 | 2025-01-13T08:49:12.781Z | Planning: Consolidating action changes ... Done (2.204s) |
136 | 2025-01-13T08:49:13.219Z | Planning: Evaluating mediators ... Done (0.437s) |
137 | 2025-01-13T08:49:13.298Z | Planning: Planning completed in 15.15 seconds |
138 | 2025-01-13T08:49:13.314Z | Packages to install: 4 |
139 | 2025-01-13T08:49:13.314Z | Packages to update: 3 |
140 | 2025-01-13T08:49:13.317Z | Mediators to change: 2 |
141 | 2025-01-13T08:49:13.318Z | Services to change: 1 |
142 | 2025-01-13T08:49:13.318Z | Estimated space available: 155.63 GB |
143 | 2025-01-13T08:49:13.318Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-13T08:49:13.318Z | Create boot environment: No |
145 | 2025-01-13T08:49:13.318Z | Create backup boot environment: Yes |
146 | 2025-01-13T08:49:13.318Z | Rebuild boot archive: No |
147 | 2025-01-13T08:49:13.318Z | |
148 | 2025-01-13T08:49:13.318Z | Changed mediators: |
149 | 2025-01-13T08:49:13.318Z | mediator clang: |
150 | 2025-01-13T08:49:13.318Z | version: None -> 15 (system default) |
151 | 2025-01-13T08:49:13.318Z | |
152 | 2025-01-13T08:49:13.318Z | mediator llvm: |
153 | 2025-01-13T08:49:13.318Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-13T08:49:13.318Z | |
155 | 2025-01-13T08:49:13.318Z | Changed packages: |
156 | 2025-01-13T08:49:13.318Z | helios-dev |
157 | 2025-01-13T08:49:13.318Z | developer/build-essential |
158 | 2025-01-13T08:49:13.318Z | None -> 11-2.0 |
159 | 2025-01-13T08:49:13.318Z | library/libxmlsec1 |
160 | 2025-01-13T08:49:13.318Z | None -> 1.2.35-2.0 |
161 | 2025-01-13T08:49:13.318Z | ooce/developer/clang-15 |
162 | 2025-01-13T08:49:13.318Z | None -> 15.0.7-2.0 |
163 | 2025-01-13T08:49:13.318Z | ooce/developer/llvm-15 |
164 | 2025-01-13T08:49:13.318Z | None -> 15.0.7-2.0 |
165 | 2025-01-13T08:49:13.318Z | package/pkg |
166 | 2025-01-13T08:49:13.318Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-13T08:49:13.318Z | system/library/g++-runtime |
168 | 2025-01-13T08:49:13.318Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-13T08:49:13.318Z | system/library/gcc-runtime |
170 | 2025-01-13T08:49:13.318Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-13T08:49:13.318Z | |
172 | 2025-01-13T08:49:13.318Z | Services: |
173 | 2025-01-13T08:49:13.318Z | restart_fmri: |
174 | 2025-01-13T08:49:13.318Z | svc:/system/update-man-index:default |
175 | 2025-01-13T08:49:13.318Z | |
176 | 2025-01-13T08:49:13.318Z | Editable files to change: |
177 | 2025-01-13T08:49:13.319Z | Update: |
178 | 2025-01-13T08:49:13.319Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-13T08:49:13.401Z | |
180 | 2025-01-13T08:49:13.401Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-13T08:49:18.405Z | Download: 1100/4301 items 19.6/225.4MB 8% complete (4.0M/s) |
182 | 2025-01-13T08:49:23.425Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (10.4M/s) |
183 | 2025-01-13T08:49:40.169Z | Download: 1197/4301 items 83.5/225.4MB 37% complete |
184 | 2025-01-13T08:49:46.524Z | Download: 2221/4301 items 119.1/225.4MB 52% complete (8.6M/s) |
185 | 2025-01-13T08:49:51.537Z | Download: 3275/4301 items 207.3/225.4MB 91% complete (11.5M/s) |
186 | 2025-01-13T08:49:57.242Z | Download: 4207/4301 items 220.6/225.4MB 97% complete (10.8M/s) |
187 | 2025-01-13T08:49:58.219Z | Download: Completed 225.42 MB in 44.82 seconds (5.0M/s) |
188 | 2025-01-13T08:50:00.328Z | Actions: 1/5122 actions (Removing old actions) |
189 | 2025-01-13T08:50:00.351Z | Actions: 194/5122 actions (Installing new actions) |
190 | 2025-01-13T08:50:05.080Z | Actions: 4267/5122 actions (Updating modified actions) |
191 | 2025-01-13T08:50:05.458Z | Actions: Completed 5122 actions in 5.10 seconds. |
192 | 2025-01-13T08:50:05.858Z | Done (0.398s) |
193 | 2025-01-13T08:50:05.882Z | Done (0.001s) |
194 | 2025-01-13T08:50:06.443Z | Done (0.586s) |
195 | 2025-01-13T08:50:10.870Z | Done (4.217s) |
196 | 2025-01-13T08:50:10.958Z | Done (0.018s) |
197 | 2025-01-13T08:50:10.961Z | Done (0.000s) |
198 | 2025-01-13T08:50:11.143Z | Done (0.000s) |
199 | 2025-01-13T08:50:11.830Z | Planning: Evaluating mediator changes ... Done |
200 | 2025-01-13T08:50:11.988Z | Planning: Checking for conflicting actions ... Done |
201 | 2025-01-13T08:50:11.990Z | Planning: Consolidating action changes ... Done |
202 | 2025-01-13T08:50:12.252Z | Planning: Evaluating mediators ... Done |
203 | 2025-01-13T08:50:12.255Z | Planning: Planning completed in 0.42 seconds |
204 | 2025-01-13T08:50:12.292Z | Mediators to change: 2 |
205 | 2025-01-13T08:50:12.292Z | Create boot environment: No |
206 | 2025-01-13T08:50:12.292Z | Create backup boot environment: No |
207 | 2025-01-13T08:50:12.377Z | Done |
208 | 2025-01-13T08:50:12.377Z | Done |
209 | 2025-01-13T08:50:12.734Z | Done |
210 | 2025-01-13T08:50:16.347Z | Done |
211 | 2025-01-13T08:50:16.437Z | Done |
212 | 2025-01-13T08:50:16.439Z | Done |
213 | 2025-01-13T08:50:16.554Z | Done |
214 | 2025-01-13T08:50:17.153Z | Planning: Evaluating mediator changes ... Done |
215 | 2025-01-13T08:50:17.156Z | Planning: Merging actions ... Done |
216 | 2025-01-13T08:50:17.339Z | Planning: Checking for conflicting actions ... Done |
217 | 2025-01-13T08:50:17.342Z | Planning: Consolidating action changes ... Done |
218 | 2025-01-13T08:50:17.604Z | Planning: Evaluating mediators ... Done |
219 | 2025-01-13T08:50:17.657Z | Planning: Planning completed in 0.74 seconds |
220 | 2025-01-13T08:50:17.697Z | Packages to change: 1 |
221 | 2025-01-13T08:50:17.697Z | Mediators to change: 1 |
222 | 2025-01-13T08:50:17.699Z | Services to change: 1 |
223 | 2025-01-13T08:50:17.699Z | Create boot environment: No |
224 | 2025-01-13T08:50:17.700Z | Create backup boot environment: Yes |
225 | 2025-01-13T08:50:19.943Z | Actions: 1/6 actions (Updating modified actions) |
226 | 2025-01-13T08:50:19.946Z | Actions: Completed 6 actions in 0.00 seconds. |
227 | 2025-01-13T08:50:19.946Z | Done |
228 | 2025-01-13T08:50:19.946Z | Done |
229 | 2025-01-13T08:50:20.063Z | Done |
230 | 2025-01-13T08:50:23.642Z | Done |
231 | 2025-01-13T08:50:23.733Z | Done |
232 | 2025-01-13T08:50:23.735Z | Done |
233 | 2025-01-13T08:50:23.872Z | Done |
234 | 2025-01-13T08:50:24.299Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
235 | 2025-01-13T08:50:24.299Z | clang system 15 system |
236 | 2025-01-13T08:50:24.299Z | csh system system illumos |
237 | 2025-01-13T08:50:24.299Z | ctags system system illumos |
238 | 2025-01-13T08:50:24.299Z | gcc vendor 12 vendor |
239 | 2025-01-13T08:50:24.299Z | gcc system 10 system |
240 | 2025-01-13T08:50:24.299Z | gcc system 7 system |
241 | 2025-01-13T08:50:24.299Z | go system 1.20 system |
242 | 2025-01-13T08:50:24.299Z | go system 1.19 system |
243 | 2025-01-13T08:50:24.299Z | llvm system 15 system |
244 | 2025-01-13T08:50:24.299Z | llvm system 14 system |
245 | 2025-01-13T08:50:24.299Z | mariadb system 10.6 system |
246 | 2025-01-13T08:50:24.299Z | mta vendor vendor dma |
247 | 2025-01-13T08:50:24.299Z | openjdk system 17 system |
248 | 2025-01-13T08:50:24.299Z | openjdk system 11 system |
249 | 2025-01-13T08:50:24.299Z | openjdk system 1.8 system |
250 | 2025-01-13T08:50:24.299Z | openssl vendor 3 vendor |
251 | 2025-01-13T08:50:24.299Z | perl system 5.36 system |
252 | 2025-01-13T08:50:24.299Z | postgresql system 15 system |
253 | 2025-01-13T08:50:24.299Z | postgresql system 13 system |
254 | 2025-01-13T08:50:24.299Z | python vendor 3 vendor |
255 | 2025-01-13T08:50:24.299Z | python system 2 system |
256 | 2025-01-13T08:50:24.299Z | python3 system 3.11 system |
257 | 2025-01-13T08:50:24.299Z | ruby system 3.0 system |
258 | 2025-01-13T08:50:24.299Z | words vendor vendor american-english |
259 | 2025-01-13T08:50:24.299Z | words system system australian-english |
260 | 2025-01-13T08:50:24.300Z | words system system british-english |
261 | 2025-01-13T08:50:24.300Z | words system system canadian-english |
262 | 2025-01-13T08:50:24.300Z | words system system french |
263 | 2025-01-13T08:50:24.300Z | words system system italian |
264 | 2025-01-13T08:50:24.300Z | words system system ngerman |
265 | 2025-01-13T08:50:24.300Z | words system system ogerman |
266 | 2025-01-13T08:50:24.300Z | words system system spanish |
267 | 2025-01-13T08:50:24.633Z | PUBLISHER TYPE STATUS P LOCATION |
268 | 2025-01-13T08:50:24.633Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
269 | 2025-01-13T08:50:27.388Z | FMRI IFO |
270 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
274 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
275 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
276 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
277 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
278 | 2025-01-13T08:50:27.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
279 | 2025-01-13T08:50:27.389Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
280 | 2025-01-13T08:50:27.389Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
281 | 2025-01-13T08:50:27.389Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
282 | 2025-01-13T08:50:27.389Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
283 | 2025-01-13T08:50:27.389Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
284 | 2025-01-13T08:50:27.389Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
285 | 2025-01-13T08:50:28.162Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
286 | 2025-01-13T08:50:28.517Z | Updating crates.io index |
287 | 2025-01-13T08:50:28.519Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
288 | 2025-01-13T08:50:28.881Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
289 | 2025-01-13T08:50:29.390Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
290 | 2025-01-13T08:50:29.631Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
291 | 2025-01-13T08:50:29.912Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
292 | 2025-01-13T08:50:30.208Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
293 | 2025-01-13T08:50:31.100Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
294 | 2025-01-13T08:50:32.777Z | Updating git repository `https://github.com/oxidecomputer/opte` |
295 | 2025-01-13T08:50:33.388Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2025-01-13T08:50:34.127Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
297 | 2025-01-13T08:50:34.498Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
298 | 2025-01-13T08:50:34.783Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
299 | 2025-01-13T08:50:35.473Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
300 | 2025-01-13T08:50:35.743Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
301 | 2025-01-13T08:50:36.150Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-01-13T08:50:36.432Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-01-13T08:50:37.329Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-01-13T08:50:37.572Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-01-13T08:50:37.839Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
306 | 2025-01-13T08:50:38.155Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2025-01-13T08:50:38.561Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
308 | 2025-01-13T08:50:38.802Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-01-13T08:50:39.285Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
310 | 2025-01-13T08:50:39.573Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
311 | 2025-01-13T08:50:39.968Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-01-13T08:50:40.991Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
313 | 2025-01-13T08:50:41.337Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-01-13T08:50:41.577Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-01-13T08:50:41.851Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-01-13T08:50:43.144Z | Downloading crates ... |
317 | 2025-01-13T08:50:43.223Z | Downloaded bytecount v0.6.8 |
318 | 2025-01-13T08:50:43.226Z | Downloaded autocfg v1.4.0 |
319 | 2025-01-13T08:50:43.228Z | Downloaded anstyle-query v1.1.2 |
320 | 2025-01-13T08:50:43.230Z | Downloaded anstream v0.6.18 |
321 | 2025-01-13T08:50:43.233Z | Downloaded pretty-hex v0.4.1 |
322 | 2025-01-13T08:50:43.235Z | Downloaded anstyle v1.0.10 |
323 | 2025-01-13T08:50:43.244Z | Downloaded dtrace-parser v0.2.0 |
324 | 2025-01-13T08:50:43.246Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-01-13T08:50:43.248Z | Downloaded equivalent v1.0.1 |
326 | 2025-01-13T08:50:43.256Z | Downloaded usdt-macro v0.5.0 |
327 | 2025-01-13T08:50:43.259Z | Downloaded swrite v0.1.0 |
328 | 2025-01-13T08:50:43.269Z | Downloaded camino-tempfile v1.1.1 |
329 | 2025-01-13T08:50:43.271Z | Downloaded block-buffer v0.10.4 |
330 | 2025-01-13T08:50:43.274Z | Downloaded byteorder v1.5.0 |
331 | 2025-01-13T08:50:43.276Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2025-01-13T08:50:43.276Z | Downloaded errno v0.3.10 |
333 | 2025-01-13T08:50:43.276Z | Downloaded clap_lex v0.7.4 |
334 | 2025-01-13T08:50:43.278Z | Downloaded scroll v0.12.0 |
335 | 2025-01-13T08:50:43.281Z | Downloaded heck v0.4.1 |
336 | 2025-01-13T08:50:43.281Z | Downloaded crypto-common v0.1.6 |
337 | 2025-01-13T08:50:43.281Z | Downloaded colorchoice v1.0.3 |
338 | 2025-01-13T08:50:43.285Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2025-01-13T08:50:43.285Z | Downloaded anstyle-parse v0.2.6 |
340 | 2025-01-13T08:50:43.289Z | Downloaded generic-array v0.14.7 |
341 | 2025-01-13T08:50:43.289Z | Downloaded dof v0.3.0 |
342 | 2025-01-13T08:50:43.289Z | Downloaded fastrand v2.3.0 |
343 | 2025-01-13T08:50:43.289Z | Downloaded itoa v1.0.14 |
344 | 2025-01-13T08:50:43.292Z | Downloaded cfg-if v1.0.0 |
345 | 2025-01-13T08:50:43.292Z | Downloaded fs-err v2.11.0 |
346 | 2025-01-13T08:50:43.294Z | Downloaded heck v0.5.0 |
347 | 2025-01-13T08:50:43.294Z | Downloaded cpufeatures v0.2.16 |
348 | 2025-01-13T08:50:43.297Z | Downloaded memmap v0.7.0 |
349 | 2025-01-13T08:50:43.297Z | Downloaded cargo-platform v0.1.9 |
350 | 2025-01-13T08:50:43.299Z | Downloaded plain v0.2.3 |
351 | 2025-01-13T08:50:43.302Z | Downloaded macaddr v1.0.1 |
352 | 2025-01-13T08:50:43.302Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2025-01-13T08:50:43.304Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2025-01-13T08:50:43.304Z | Downloaded toml_datetime v0.6.8 |
355 | 2025-01-13T08:50:43.306Z | Downloaded strsim v0.11.1 |
356 | 2025-01-13T08:50:43.306Z | Downloaded serde_spanned v0.6.8 |
357 | 2025-01-13T08:50:43.310Z | Downloaded thiserror-impl v1.0.69 |
358 | 2025-01-13T08:50:43.313Z | Downloaded pest_generator v2.7.15 |
359 | 2025-01-13T08:50:43.315Z | Downloaded fnv v1.0.7 |
360 | 2025-01-13T08:50:43.315Z | Downloaded utf8parse v0.2.2 |
361 | 2025-01-13T08:50:43.315Z | Downloaded usdt v0.5.0 |
362 | 2025-01-13T08:50:43.317Z | Downloaded usdt-impl v0.5.0 |
363 | 2025-01-13T08:50:43.317Z | Downloaded terminal_size v0.4.1 |
364 | 2025-01-13T08:50:43.320Z | Downloaded smawk v0.3.2 |
365 | 2025-01-13T08:50:43.320Z | Downloaded tabled_derive v0.7.0 |
366 | 2025-01-13T08:50:43.322Z | Downloaded thread-id v4.2.2 |
367 | 2025-01-13T08:50:43.325Z | Downloaded thiserror v1.0.69 |
368 | 2025-01-13T08:50:43.330Z | Downloaded log v0.4.22 |
369 | 2025-01-13T08:50:43.333Z | Downloaded proc-macro-error v1.0.4 |
370 | 2025-01-13T08:50:43.335Z | Downloaded getrandom v0.2.15 |
371 | 2025-01-13T08:50:43.338Z | Downloaded digest v0.10.7 |
372 | 2025-01-13T08:50:43.341Z | Downloaded once_cell v1.20.2 |
373 | 2025-01-13T08:50:43.343Z | Downloaded cargo_metadata v0.18.1 |
374 | 2025-01-13T08:50:43.345Z | Downloaded clap_derive v4.5.24 |
375 | 2025-01-13T08:50:43.347Z | Downloaded thiserror v2.0.11 |
376 | 2025-01-13T08:50:43.352Z | Downloaded version_check v0.9.5 |
377 | 2025-01-13T08:50:43.355Z | Downloaded thiserror-impl v2.0.11 |
378 | 2025-01-13T08:50:43.357Z | Downloaded sha2 v0.10.8 |
379 | 2025-01-13T08:50:43.358Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2025-01-13T08:50:43.361Z | Downloaded camino v1.1.9 |
381 | 2025-01-13T08:50:43.363Z | Downloaded bitflags v2.7.0 |
382 | 2025-01-13T08:50:43.367Z | Downloaded cargo_toml v0.20.5 |
383 | 2025-01-13T08:50:43.369Z | Downloaded clap v4.5.26 |
384 | 2025-01-13T08:50:43.377Z | Downloaded typenum v1.17.0 |
385 | 2025-01-13T08:50:43.379Z | Downloaded ucd-trie v0.1.7 |
386 | 2025-01-13T08:50:43.381Z | Downloaded tempfile v3.15.0 |
387 | 2025-01-13T08:50:43.384Z | Downloaded papergrid v0.11.0 |
388 | 2025-01-13T08:50:43.388Z | Downloaded serde_derive v1.0.217 |
389 | 2025-01-13T08:50:43.390Z | Downloaded quote v1.0.38 |
390 | 2025-01-13T08:50:43.393Z | Downloaded textwrap v0.16.1 |
391 | 2025-01-13T08:50:43.396Z | Downloaded unicode-ident v1.0.14 |
392 | 2025-01-13T08:50:43.398Z | Downloaded pest_meta v2.7.15 |
393 | 2025-01-13T08:50:43.400Z | Downloaded toml v0.8.19 |
394 | 2025-01-13T08:50:43.403Z | Downloaded ryu v1.0.18 |
395 | 2025-01-13T08:50:43.406Z | Downloaded pest_derive v2.7.15 |
396 | 2025-01-13T08:50:43.409Z | Downloaded proc-macro2 v1.0.93 |
397 | 2025-01-13T08:50:43.411Z | Downloaded anyhow v1.0.95 |
398 | 2025-01-13T08:50:43.415Z | Downloaded serde v1.0.217 |
399 | 2025-01-13T08:50:43.418Z | Downloaded memchr v2.7.4 |
400 | 2025-01-13T08:50:43.423Z | Downloaded indexmap v2.7.0 |
401 | 2025-01-13T08:50:43.427Z | Downloaded semver v1.0.24 |
402 | 2025-01-13T08:50:43.430Z | Downloaded serde_tokenstream v0.2.2 |
403 | 2025-01-13T08:50:43.436Z | Downloaded toml_edit v0.22.22 |
404 | 2025-01-13T08:50:43.457Z | Downloaded hashbrown v0.15.2 |
405 | 2025-01-13T08:50:43.472Z | Downloaded pest v2.7.15 |
406 | 2025-01-13T08:50:43.477Z | Downloaded clap_builder v4.5.26 |
407 | 2025-01-13T08:50:43.483Z | Downloaded zerocopy v0.7.35 |
408 | 2025-01-13T08:50:43.498Z | Downloaded winnow v0.6.24 |
409 | 2025-01-13T08:50:43.506Z | Downloaded tabled v0.15.0 |
410 | 2025-01-13T08:50:43.520Z | Downloaded serde_json v1.0.135 |
411 | 2025-01-13T08:50:43.526Z | Downloaded goblin v0.8.2 |
412 | 2025-01-13T08:50:43.532Z | Downloaded syn v1.0.109 |
413 | 2025-01-13T08:50:43.542Z | Downloaded unicode-width v0.1.14 |
414 | 2025-01-13T08:50:43.547Z | Downloaded syn v2.0.96 |
415 | 2025-01-13T08:50:43.558Z | Downloaded rustix v0.38.43 |
416 | 2025-01-13T08:50:43.595Z | Downloaded libc v0.2.169 |
417 | 2025-01-13T08:50:43.913Z | Compiling proc-macro2 v1.0.93 |
418 | 2025-01-13T08:50:43.913Z | Compiling unicode-ident v1.0.14 |
419 | 2025-01-13T08:50:43.916Z | Compiling version_check v0.9.5 |
420 | 2025-01-13T08:50:43.916Z | Compiling serde v1.0.217 |
421 | 2025-01-13T08:50:43.916Z | Compiling memchr v2.7.4 |
422 | 2025-01-13T08:50:43.916Z | Compiling libc v0.2.169 |
423 | 2025-01-13T08:50:43.916Z | Compiling thiserror v2.0.11 |
424 | 2025-01-13T08:50:43.916Z | Compiling thiserror v1.0.69 |
425 | 2025-01-13T08:50:44.183Z | Compiling ucd-trie v0.1.7 |
426 | 2025-01-13T08:50:44.718Z | Compiling itoa v1.0.14 |
427 | 2025-01-13T08:50:44.891Z | Compiling ryu v1.0.18 |
428 | 2025-01-13T08:50:45.024Z | Compiling once_cell v1.20.2 |
429 | 2025-01-13T08:50:45.026Z | Compiling byteorder v1.5.0 |
430 | 2025-01-13T08:50:45.091Z | Compiling rustix v0.38.43 |
431 | 2025-01-13T08:50:45.275Z | Compiling serde_json v1.0.135 |
432 | 2025-01-13T08:50:45.562Z | Compiling bitflags v2.7.0 |
433 | 2025-01-13T08:50:45.624Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2025-01-13T08:50:45.773Z | Compiling usdt-impl v0.5.0 |
435 | 2025-01-13T08:50:45.901Z | Compiling syn v1.0.109 |
436 | 2025-01-13T08:50:45.926Z | Compiling quote v1.0.38 |
437 | 2025-01-13T08:50:46.008Z | Compiling proc-macro-error v1.0.4 |
438 | 2025-01-13T08:50:46.053Z | Compiling equivalent v1.0.1 |
439 | 2025-01-13T08:50:46.189Z | Compiling plain v0.2.3 |
440 | 2025-01-13T08:50:46.233Z | Compiling log v0.4.22 |
441 | 2025-01-13T08:50:46.260Z | Compiling errno v0.3.10 |
442 | 2025-01-13T08:50:46.355Z | Compiling syn v2.0.96 |
443 | 2025-01-13T08:50:46.534Z | Compiling utf8parse v0.2.2 |
444 | 2025-01-13T08:50:46.608Z | Compiling camino v1.1.9 |
445 | 2025-01-13T08:50:46.640Z | Compiling hashbrown v0.15.2 |
446 | 2025-01-13T08:50:46.729Z | Compiling anstyle-parse v0.2.6 |
447 | 2025-01-13T08:50:47.050Z | Compiling thread-id v4.2.2 |
448 | 2025-01-13T08:50:47.216Z | Compiling colorchoice v1.0.3 |
449 | 2025-01-13T08:50:47.322Z | Compiling pretty-hex v0.4.1 |
450 | 2025-01-13T08:50:47.388Z | Compiling autocfg v1.4.0 |
451 | 2025-01-13T08:50:47.515Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2025-01-13T08:50:47.541Z | Compiling anstyle-query v1.1.2 |
453 | 2025-01-13T08:50:47.655Z | Compiling anstyle v1.0.10 |
454 | 2025-01-13T08:50:47.710Z | Compiling winnow v0.6.24 |
455 | 2025-01-13T08:50:47.737Z | Compiling unicode-width v0.1.14 |
456 | 2025-01-13T08:50:47.896Z | Compiling indexmap v2.7.0 |
457 | 2025-01-13T08:50:48.119Z | Compiling cfg-if v1.0.0 |
458 | 2025-01-13T08:50:48.224Z | Compiling semver v1.0.24 |
459 | 2025-01-13T08:50:48.269Z | Compiling getrandom v0.2.15 |
460 | 2025-01-13T08:50:48.541Z | Compiling fs-err v2.11.0 |
461 | 2025-01-13T08:50:48.631Z | Compiling anstream v0.6.18 |
462 | 2025-01-13T08:50:48.832Z | Compiling terminal_size v0.4.1 |
463 | 2025-01-13T08:50:49.146Z | Compiling clap_lex v0.7.4 |
464 | 2025-01-13T08:50:49.341Z | Compiling fastrand v2.3.0 |
465 | 2025-01-13T08:50:49.481Z | Compiling anyhow v1.0.95 |
466 | 2025-01-13T08:50:49.631Z | Compiling fnv v1.0.7 |
467 | 2025-01-13T08:50:49.690Z | Compiling heck v0.4.1 |
468 | 2025-01-13T08:50:49.779Z | Compiling heck v0.5.0 |
469 | 2025-01-13T08:50:49.911Z | Compiling bytecount v0.6.8 |
470 | 2025-01-13T08:50:50.126Z | Compiling strsim v0.11.1 |
471 | 2025-01-13T08:50:50.186Z | Compiling papergrid v0.11.0 |
472 | 2025-01-13T08:50:50.223Z | Compiling tempfile v3.15.0 |
473 | 2025-01-13T08:50:50.465Z | Compiling clap_builder v4.5.26 |
474 | 2025-01-13T08:50:50.531Z | Compiling memmap v0.7.0 |
475 | 2025-01-13T08:50:50.899Z | Compiling unicode-linebreak v0.1.5 |
476 | 2025-01-13T08:50:51.025Z | Compiling smawk v0.3.2 |
477 | 2025-01-13T08:50:51.388Z | Compiling textwrap v0.16.1 |
478 | 2025-01-13T08:50:51.550Z | Compiling swrite v0.1.0 |
479 | 2025-01-13T08:50:52.471Z | Compiling tabled_derive v0.7.0 |
480 | 2025-01-13T08:50:54.051Z | Compiling tabled v0.15.0 |
481 | 2025-01-13T08:50:55.383Z | Compiling serde_derive v1.0.217 |
482 | 2025-01-13T08:50:55.386Z | Compiling thiserror-impl v2.0.11 |
483 | 2025-01-13T08:50:55.386Z | Compiling thiserror-impl v1.0.69 |
484 | 2025-01-13T08:50:55.386Z | Compiling zerocopy-derive v0.7.35 |
485 | 2025-01-13T08:50:55.882Z | Compiling scroll_derive v0.12.0 |
486 | 2025-01-13T08:50:56.192Z | Compiling clap_derive v4.5.24 |
487 | 2025-01-13T08:50:57.367Z | Compiling scroll v0.12.0 |
488 | 2025-01-13T08:50:57.692Z | Compiling zerocopy v0.7.35 |
489 | 2025-01-13T08:50:57.875Z | Compiling goblin v0.8.2 |
490 | 2025-01-13T08:50:58.654Z | Compiling pest v2.7.15 |
491 | 2025-01-13T08:51:00.571Z | Compiling clap v4.5.26 |
492 | 2025-01-13T08:51:00.872Z | Compiling pest_meta v2.7.15 |
493 | 2025-01-13T08:51:01.714Z | Compiling pest_generator v2.7.15 |
494 | 2025-01-13T08:51:03.435Z | Compiling pest_derive v2.7.15 |
495 | 2025-01-13T08:51:04.124Z | Compiling dtrace-parser v0.2.0 |
496 | 2025-01-13T08:51:06.015Z | Compiling serde_spanned v0.6.8 |
497 | 2025-01-13T08:51:06.017Z | Compiling toml_datetime v0.6.8 |
498 | 2025-01-13T08:51:06.017Z | Compiling cargo-platform v0.1.9 |
499 | 2025-01-13T08:51:06.400Z | Compiling serde_tokenstream v0.2.2 |
500 | 2025-01-13T08:51:06.497Z | Compiling toml_edit v0.22.22 |
501 | 2025-01-13T08:51:06.586Z | Compiling macaddr v1.0.1 |
502 | 2025-01-13T08:51:06.659Z | Compiling camino-tempfile v1.1.1 |
503 | 2025-01-13T08:51:07.472Z | Compiling dof v0.3.0 |
504 | 2025-01-13T08:51:07.472Z | Compiling cargo_metadata v0.18.1 |
505 | 2025-01-13T08:51:09.273Z | Compiling toml v0.8.19 |
506 | 2025-01-13T08:51:09.534Z | Compiling usdt-macro v0.5.0 |
507 | 2025-01-13T08:51:09.534Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2025-01-13T08:51:10.124Z | Compiling cargo_toml v0.20.5 |
509 | 2025-01-13T08:51:10.952Z | Compiling usdt v0.5.0 |
510 | 2025-01-13T08:51:13.685Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
511 | 2025-01-13T08:51:17.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.92s |
512 | 2025-01-13T08:51:18.117Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
513 | 2025-01-13T08:51:18.643Z | Downloading crates ... |
514 | 2025-01-13T08:51:18.757Z | Downloaded addr2line v0.24.2 |
515 | 2025-01-13T08:51:18.764Z | Downloaded aead v0.5.2 |
516 | 2025-01-13T08:51:18.769Z | Downloaded async-stream-impl v0.3.6 |
517 | 2025-01-13T08:51:18.771Z | Downloaded adler2 v2.0.0 |
518 | 2025-01-13T08:51:18.774Z | Downloaded ciborium-io v0.2.2 |
519 | 2025-01-13T08:51:18.777Z | Downloaded atomicwrites v0.4.4 |
520 | 2025-01-13T08:51:18.784Z | Downloaded crunchy v0.2.2 |
521 | 2025-01-13T08:51:18.788Z | Downloaded cfg_aliases v0.2.1 |
522 | 2025-01-13T08:51:18.790Z | Downloaded http-range v0.1.5 |
523 | 2025-01-13T08:51:18.790Z | Downloaded cfg_aliases v0.1.1 |
524 | 2025-01-13T08:51:18.794Z | Downloaded cstr-argument v0.1.2 |
525 | 2025-01-13T08:51:18.797Z | Downloaded hubpack_derive v0.1.1 |
526 | 2025-01-13T08:51:18.801Z | Downloaded http-body v1.0.1 |
527 | 2025-01-13T08:51:18.804Z | Downloaded atty v0.2.14 |
528 | 2025-01-13T08:51:18.809Z | Downloaded is_ci v1.2.0 |
529 | 2025-01-13T08:51:18.812Z | Downloaded crucible-workspace-hack v0.1.0 |
530 | 2025-01-13T08:51:18.814Z | Downloaded block-padding v0.3.3 |
531 | 2025-01-13T08:51:18.814Z | Downloaded bit-vec v0.8.0 |
532 | 2025-01-13T08:51:18.817Z | Downloaded bit-set v0.5.3 |
533 | 2025-01-13T08:51:18.819Z | Downloaded assert_matches v1.5.0 |
534 | 2025-01-13T08:51:18.819Z | Downloaded ident_case v1.0.1 |
535 | 2025-01-13T08:51:18.822Z | Downloaded icu_provider_macros v1.5.0 |
536 | 2025-01-13T08:51:18.822Z | Downloaded constant_time_eq v0.3.1 |
537 | 2025-01-13T08:51:18.825Z | Downloaded cipher v0.4.4 |
538 | 2025-01-13T08:51:18.825Z | Downloaded cbc v0.1.2 |
539 | 2025-01-13T08:51:18.827Z | Downloaded md5 v0.7.0 |
540 | 2025-01-13T08:51:18.829Z | Downloaded matches v0.1.10 |
541 | 2025-01-13T08:51:18.830Z | Downloaded match_cfg v0.1.0 |
542 | 2025-01-13T08:51:18.830Z | Downloaded chacha20 v0.9.1 |
543 | 2025-01-13T08:51:18.832Z | Downloaded crc v3.2.1 |
544 | 2025-01-13T08:51:18.835Z | Downloaded hyper-tls v0.6.0 |
545 | 2025-01-13T08:51:18.837Z | Downloaded ciborium-ll v0.2.2 |
546 | 2025-01-13T08:51:18.839Z | Downloaded humantime v2.1.0 |
547 | 2025-01-13T08:51:18.841Z | Downloaded http-body-util v0.1.2 |
548 | 2025-01-13T08:51:18.841Z | Downloaded cassowary v0.3.0 |
549 | 2025-01-13T08:51:18.843Z | Downloaded hex v0.4.3 |
550 | 2025-01-13T08:51:18.846Z | Downloaded instant v0.1.13 |
551 | 2025-01-13T08:51:18.849Z | Downloaded httpdate v1.0.3 |
552 | 2025-01-13T08:51:18.849Z | Downloaded hubpack v0.1.2 |
553 | 2025-01-13T08:51:18.852Z | Downloaded atomic-waker v1.1.2 |
554 | 2025-01-13T08:51:18.854Z | Downloaded lru-cache v0.1.2 |
555 | 2025-01-13T08:51:18.854Z | Downloaded ascii-canvas v3.0.0 |
556 | 2025-01-13T08:51:18.856Z | Downloaded lazycell v1.3.0 |
557 | 2025-01-13T08:51:18.858Z | Downloaded linked-hash-map v0.5.6 |
558 | 2025-01-13T08:51:18.861Z | Downloaded ctr v0.9.2 |
559 | 2025-01-13T08:51:18.863Z | Downloaded indent_write v2.2.0 |
560 | 2025-01-13T08:51:18.863Z | Downloaded arrayvec v0.7.6 |
561 | 2025-01-13T08:51:18.866Z | Downloaded maybe-uninit v2.0.0 |
562 | 2025-01-13T08:51:18.869Z | Downloaded castaway v0.2.3 |
563 | 2025-01-13T08:51:18.869Z | Downloaded buf-list v1.0.3 |
564 | 2025-01-13T08:51:18.872Z | Downloaded libefi-sys v0.1.0 |
565 | 2025-01-13T08:51:18.874Z | Downloaded cexpr v0.6.0 |
566 | 2025-01-13T08:51:18.876Z | Downloaded lazy_static v1.5.0 |
567 | 2025-01-13T08:51:18.879Z | Downloaded linear-map v1.2.0 |
568 | 2025-01-13T08:51:18.881Z | Downloaded mime v0.3.17 |
569 | 2025-01-13T08:51:18.883Z | Downloaded cancel-safe-futures v0.1.5 |
570 | 2025-01-13T08:51:18.886Z | Downloaded httparse v1.9.5 |
571 | 2025-01-13T08:51:18.889Z | Downloaded memoffset v0.9.1 |
572 | 2025-01-13T08:51:18.891Z | Downloaded crossbeam-deque v0.8.6 |
573 | 2025-01-13T08:51:18.891Z | Downloaded bitfield v0.14.0 |
574 | 2025-01-13T08:51:18.893Z | Downloaded iana-time-zone v0.1.61 |
575 | 2025-01-13T08:51:18.897Z | Downloaded crc-catalog v2.4.0 |
576 | 2025-01-13T08:51:18.899Z | Downloaded ciborium v0.2.2 |
577 | 2025-01-13T08:51:18.902Z | Downloaded tinyvec_macros v0.1.1 |
578 | 2025-01-13T08:51:18.904Z | Downloaded strum v0.26.3 |
579 | 2025-01-13T08:51:18.904Z | Downloaded cookie_store v0.21.1 |
580 | 2025-01-13T08:51:18.907Z | Downloaded csv-core v0.1.11 |
581 | 2025-01-13T08:51:18.909Z | Downloaded rfc6979 v0.4.0 |
582 | 2025-01-13T08:51:18.911Z | Downloaded jobserver v0.1.32 |
583 | 2025-01-13T08:51:18.913Z | Downloaded colored v2.2.0 |
584 | 2025-01-13T08:51:18.916Z | Downloaded litemap v0.7.4 |
585 | 2025-01-13T08:51:18.918Z | Downloaded libloading v0.8.6 |
586 | 2025-01-13T08:51:18.921Z | Downloaded kstat-rs v0.2.4 |
587 | 2025-01-13T08:51:18.923Z | Downloaded md-5 v0.10.6 |
588 | 2025-01-13T08:51:18.926Z | Downloaded lock_api v0.4.12 |
589 | 2025-01-13T08:51:18.926Z | Downloaded proc-macro-error-attr2 v2.0.0 |
590 | 2025-01-13T08:51:18.929Z | Downloaded const_format_proc_macros v0.2.34 |
591 | 2025-01-13T08:51:18.931Z | Downloaded ipnetwork v0.20.0 |
592 | 2025-01-13T08:51:18.933Z | Downloaded tower-layer v0.3.3 |
593 | 2025-01-13T08:51:18.935Z | Downloaded darling_macro v0.20.10 |
594 | 2025-01-13T08:51:18.935Z | Downloaded zone_cfg_derive v0.3.0 |
595 | 2025-01-13T08:51:18.938Z | Downloaded mime_guess v2.0.5 |
596 | 2025-01-13T08:51:18.940Z | Downloaded write16 v1.0.0 |
597 | 2025-01-13T08:51:18.940Z | Downloaded libsw v3.4.0 |
598 | 2025-01-13T08:51:18.942Z | Downloaded r2d2 v0.8.10 |
599 | 2025-01-13T08:51:18.945Z | Downloaded hashlink v0.9.1 |
600 | 2025-01-13T08:51:18.947Z | Downloaded rustc-hash v1.1.0 |
601 | 2025-01-13T08:51:18.947Z | Downloaded hyper-rustls v0.27.5 |
602 | 2025-01-13T08:51:18.950Z | Downloaded crc32fast v1.4.2 |
603 | 2025-01-13T08:51:18.952Z | Downloaded strum_macros v0.25.3 |
604 | 2025-01-13T08:51:18.955Z | Downloaded strum_macros v0.24.3 |
605 | 2025-01-13T08:51:18.958Z | Downloaded siphasher v1.0.1 |
606 | 2025-01-13T08:51:18.958Z | Downloaded signal-hook-mio v0.2.4 |
607 | 2025-01-13T08:51:18.960Z | Downloaded const-oid v0.9.6 |
608 | 2025-01-13T08:51:18.962Z | Downloaded icu_provider v1.5.0 |
609 | 2025-01-13T08:51:18.965Z | Downloaded tokio-macros v2.5.0 |
610 | 2025-01-13T08:51:18.968Z | Downloaded sha1 v0.10.6 |
611 | 2025-01-13T08:51:18.968Z | Downloaded tls_codec v0.4.1 |
612 | 2025-01-13T08:51:18.971Z | Downloaded serde-hex v0.1.0 |
613 | 2025-01-13T08:51:18.971Z | Downloaded scheduled-thread-pool v0.2.7 |
614 | 2025-01-13T08:51:18.973Z | Downloaded crc-any v2.5.0 |
615 | 2025-01-13T08:51:18.976Z | Downloaded cookie v0.18.1 |
616 | 2025-01-13T08:51:18.978Z | Downloaded icu_normalizer_data v1.5.0 |
617 | 2025-01-13T08:51:18.981Z | Downloaded icu_normalizer v1.5.0 |
618 | 2025-01-13T08:51:18.983Z | Downloaded number_prefix v0.4.0 |
619 | 2025-01-13T08:51:18.986Z | Downloaded typify-macro v0.2.0 |
620 | 2025-01-13T08:51:18.986Z | Downloaded litrs v0.4.1 |
621 | 2025-01-13T08:51:18.988Z | Downloaded num_threads v0.1.7 |
622 | 2025-01-13T08:51:18.990Z | Downloaded universal-hash v0.5.1 |
623 | 2025-01-13T08:51:18.990Z | Downloaded hickory-client v0.24.2 |
624 | 2025-01-13T08:51:18.993Z | Downloaded wyz v0.5.1 |
625 | 2025-01-13T08:51:18.995Z | Downloaded writeable v0.5.5 |
626 | 2025-01-13T08:51:18.998Z | Downloaded console v0.15.10 |
627 | 2025-01-13T08:51:19.001Z | Downloaded indexmap v1.9.3 |
628 | 2025-01-13T08:51:19.003Z | Downloaded data-encoding v2.6.0 |
629 | 2025-01-13T08:51:19.005Z | Downloaded dirs-next v2.0.0 |
630 | 2025-01-13T08:51:19.005Z | Downloaded tls_codec_derive v0.4.1 |
631 | 2025-01-13T08:51:19.007Z | Downloaded dsl_auto_type v0.1.2 |
632 | 2025-01-13T08:51:19.010Z | Downloaded allocator-api2 v0.2.21 |
633 | 2025-01-13T08:51:19.012Z | Downloaded futures-task v0.3.31 |
634 | 2025-01-13T08:51:19.014Z | Downloaded sqlparser_derive v0.2.2 |
635 | 2025-01-13T08:51:19.017Z | Downloaded fragile v2.0.0 |
636 | 2025-01-13T08:51:19.017Z | Downloaded siphasher v0.3.11 |
637 | 2025-01-13T08:51:19.019Z | Downloaded structmeta-derive v0.3.0 |
638 | 2025-01-13T08:51:19.025Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2025-01-13T08:51:19.028Z | Downloaded mockall v0.13.1 |
640 | 2025-01-13T08:51:19.028Z | Downloaded num-derive v0.4.2 |
641 | 2025-01-13T08:51:19.028Z | Downloaded icu_locid_transform_data v1.5.0 |
642 | 2025-01-13T08:51:19.031Z | Downloaded blake2 v0.10.6 |
643 | 2025-01-13T08:51:19.031Z | Downloaded proc-macro-error2 v2.0.1 |
644 | 2025-01-13T08:51:19.034Z | Downloaded tui-tree-widget v0.22.0 |
645 | 2025-01-13T08:51:19.037Z | Downloaded supports-color v3.0.2 |
646 | 2025-01-13T08:51:19.039Z | Downloaded indicatif v0.17.9 |
647 | 2025-01-13T08:51:19.043Z | Downloaded waitgroup v0.1.2 |
648 | 2025-01-13T08:51:19.045Z | Downloaded num_enum v0.5.11 |
649 | 2025-01-13T08:51:19.049Z | Downloaded value-bag v1.10.0 |
650 | 2025-01-13T08:51:19.052Z | Downloaded want v0.3.1 |
651 | 2025-01-13T08:51:19.055Z | Downloaded heapless v0.8.0 |
652 | 2025-01-13T08:51:19.058Z | Downloaded fallible-streaming-iterator v0.1.9 |
653 | 2025-01-13T08:51:19.061Z | Downloaded fallible-iterator v0.3.0 |
654 | 2025-01-13T08:51:19.061Z | Downloaded fallible-iterator v0.2.0 |
655 | 2025-01-13T08:51:19.064Z | Downloaded base64 v0.21.7 |
656 | 2025-01-13T08:51:19.066Z | Downloaded rand_xorshift v0.3.0 |
657 | 2025-01-13T08:51:19.069Z | Downloaded num v0.4.3 |
658 | 2025-01-13T08:51:19.069Z | Downloaded hash32 v0.3.1 |
659 | 2025-01-13T08:51:19.071Z | Downloaded typify v0.2.0 |
660 | 2025-01-13T08:51:19.074Z | Downloaded serde_urlencoded v0.7.1 |
661 | 2025-01-13T08:51:19.077Z | Downloaded rustls-pemfile v1.0.4 |
662 | 2025-01-13T08:51:19.079Z | Downloaded subtle v2.6.1 |
663 | 2025-01-13T08:51:19.082Z | Downloaded multer v3.1.0 |
664 | 2025-01-13T08:51:19.084Z | Downloaded slog-scope v4.4.0 |
665 | 2025-01-13T08:51:19.086Z | Downloaded normalize-line-endings v0.3.0 |
666 | 2025-01-13T08:51:19.089Z | Downloaded phf v0.11.3 |
667 | 2025-01-13T08:51:19.089Z | Downloaded percent-encoding v2.3.1 |
668 | 2025-01-13T08:51:19.091Z | Downloaded rand_core v0.6.4 |
669 | 2025-01-13T08:51:19.091Z | Downloaded slog-json v2.6.1 |
670 | 2025-01-13T08:51:19.094Z | Downloaded progenitor-macro v0.8.0 |
671 | 2025-01-13T08:51:19.096Z | Downloaded walkdir v2.5.0 |
672 | 2025-01-13T08:51:19.098Z | Downloaded new_debug_unreachable v1.0.6 |
673 | 2025-01-13T08:51:19.098Z | Downloaded num_enum_derive v0.5.11 |
674 | 2025-01-13T08:51:19.101Z | Downloaded primeorder v0.13.6 |
675 | 2025-01-13T08:51:19.103Z | Downloaded newline-converter v0.3.0 |
676 | 2025-01-13T08:51:19.105Z | Downloaded wait-timeout v0.2.0 |
677 | 2025-01-13T08:51:19.105Z | Downloaded unarray v0.1.4 |
678 | 2025-01-13T08:51:19.107Z | Downloaded uzers v0.12.1 |
679 | 2025-01-13T08:51:19.111Z | Downloaded hickory-resolver v0.24.2 |
680 | 2025-01-13T08:51:19.114Z | Downloaded zone v0.1.8 |
681 | 2025-01-13T08:51:19.116Z | Downloaded deranged v0.3.11 |
682 | 2025-01-13T08:51:19.119Z | Downloaded postgres-types v0.2.8 |
683 | 2025-01-13T08:51:19.121Z | Downloaded postgres-protocol v0.6.7 |
684 | 2025-01-13T08:51:19.123Z | Downloaded psl-types v2.0.11 |
685 | 2025-01-13T08:51:19.126Z | Downloaded dropshot_endpoint v0.13.0 |
686 | 2025-01-13T08:51:19.128Z | Downloaded socket2 v0.5.8 |
687 | 2025-01-13T08:51:19.131Z | Downloaded funty v2.0.0 |
688 | 2025-01-13T08:51:19.133Z | Downloaded unicode-xid v0.2.6 |
689 | 2025-01-13T08:51:19.135Z | Downloaded sct v0.7.1 |
690 | 2025-01-13T08:51:19.137Z | Downloaded shell-words v1.1.0 |
691 | 2025-01-13T08:51:19.139Z | Downloaded signature v2.2.0 |
692 | 2025-01-13T08:51:19.142Z | Downloaded structmeta v0.3.0 |
693 | 2025-01-13T08:51:19.145Z | Downloaded mockall_derive v0.13.1 |
694 | 2025-01-13T08:51:19.145Z | Downloaded crypto-bigint v0.5.5 |
695 | 2025-01-13T08:51:19.152Z | Downloaded defmt-macros v0.4.0 |
696 | 2025-01-13T08:51:19.155Z | Downloaded tower-service v0.3.3 |
697 | 2025-01-13T08:51:19.158Z | Downloaded dhcproto v0.12.0 |
698 | 2025-01-13T08:51:19.160Z | Downloaded unsafe-libyaml v0.2.11 |
699 | 2025-01-13T08:51:19.163Z | Downloaded toolchain_find v0.4.0 |
700 | 2025-01-13T08:51:19.166Z | Downloaded rcgen v0.12.1 |
701 | 2025-01-13T08:51:19.169Z | Downloaded downcast v0.11.0 |
702 | 2025-01-13T08:51:19.171Z | Downloaded schemars v0.8.21 |
703 | 2025-01-13T08:51:19.192Z | Downloaded peg-runtime v0.8.3 |
704 | 2025-01-13T08:51:19.194Z | Downloaded zone_cfg_derive v0.1.2 |
705 | 2025-01-13T08:51:19.194Z | Downloaded rustfmt-wrapper v0.2.1 |
706 | 2025-01-13T08:51:19.197Z | Downloaded radium v0.7.0 |
707 | 2025-01-13T08:51:19.197Z | Downloaded parse-display v0.10.0 |
708 | 2025-01-13T08:51:19.197Z | Downloaded packed_struct v0.10.1 |
709 | 2025-01-13T08:51:19.199Z | Downloaded headers-core v0.3.0 |
710 | 2025-01-13T08:51:19.202Z | Downloaded slog-async v2.8.0 |
711 | 2025-01-13T08:51:19.202Z | Downloaded secrecy v0.8.0 |
712 | 2025-01-13T08:51:19.205Z | Downloaded predicates-tree v1.0.12 |
713 | 2025-01-13T08:51:19.205Z | Downloaded predicates-core v1.0.9 |
714 | 2025-01-13T08:51:19.207Z | Downloaded sqlformat v0.2.6 |
715 | 2025-01-13T08:51:19.210Z | Downloaded pretty-hex v0.2.1 |
716 | 2025-01-13T08:51:19.210Z | Downloaded der_derive v0.7.3 |
717 | 2025-01-13T08:51:19.213Z | Downloaded tracing-attributes v0.1.28 |
718 | 2025-01-13T08:51:19.215Z | Downloaded scopeguard v1.2.0 |
719 | 2025-01-13T08:51:19.218Z | Downloaded ssh-encoding v0.2.0 |
720 | 2025-01-13T08:51:19.218Z | Downloaded ssh-cipher v0.2.0 |
721 | 2025-01-13T08:51:19.220Z | Downloaded structmeta-derive v0.2.0 |
722 | 2025-01-13T08:51:19.220Z | Downloaded schemars_derive v0.8.21 |
723 | 2025-01-13T08:51:19.222Z | Downloaded publicsuffix v2.3.0 |
724 | 2025-01-13T08:51:19.225Z | Downloaded rustc-hash v2.1.0 |
725 | 2025-01-13T08:51:19.227Z | Downloaded resolv-conf v0.7.0 |
726 | 2025-01-13T08:51:19.229Z | Downloaded defmt v0.3.10 |
727 | 2025-01-13T08:51:19.232Z | Downloaded topological-sort v0.2.2 |
728 | 2025-01-13T08:51:19.235Z | Downloaded termios v0.3.3 |
729 | 2025-01-13T08:51:19.235Z | Downloaded curve25519-dalek-derive v0.1.1 |
730 | 2025-01-13T08:51:19.237Z | Downloaded take_mut v0.2.2 |
731 | 2025-01-13T08:51:19.239Z | Downloaded document-features v0.2.10 |
732 | 2025-01-13T08:51:19.239Z | Downloaded xz2 v0.1.7 |
733 | 2025-01-13T08:51:19.243Z | Downloaded dunce v1.0.5 |
734 | 2025-01-13T08:51:19.245Z | Downloaded poly1305 v0.8.0 |
735 | 2025-01-13T08:51:19.247Z | Downloaded foreign-types v0.5.0 |
736 | 2025-01-13T08:51:19.247Z | Downloaded display-error-chain v0.2.2 |
737 | 2025-01-13T08:51:19.249Z | Downloaded sec1 v0.7.3 |
738 | 2025-01-13T08:51:19.252Z | Downloaded futures-core v0.3.31 |
739 | 2025-01-13T08:51:19.252Z | Downloaded num-iter v0.1.45 |
740 | 2025-01-13T08:51:19.254Z | Downloaded phf_generator v0.11.3 |
741 | 2025-01-13T08:51:19.254Z | Downloaded pem v3.0.4 |
742 | 2025-01-13T08:51:19.257Z | Downloaded futures-executor v0.3.31 |
743 | 2025-01-13T08:51:19.259Z | Downloaded defmt-parser v0.4.1 |
744 | 2025-01-13T08:51:19.259Z | Downloaded tokio-tungstenite v0.24.0 |
745 | 2025-01-13T08:51:19.261Z | Downloaded rand_seeder v0.3.0 |
746 | 2025-01-13T08:51:19.264Z | Downloaded libxml v0.3.3 |
747 | 2025-01-13T08:51:19.270Z | Downloaded derive_builder_macro v0.20.2 |
748 | 2025-01-13T08:51:19.272Z | Downloaded aes v0.8.4 |
749 | 2025-01-13T08:51:19.275Z | Downloaded fxhash v0.2.1 |
750 | 2025-01-13T08:51:19.277Z | Downloaded tabwriter v1.4.1 |
751 | 2025-01-13T08:51:19.279Z | Downloaded half v2.4.1 |
752 | 2025-01-13T08:51:19.282Z | Downloaded libm v0.2.11 |
753 | 2025-01-13T08:51:19.289Z | Downloaded progenitor-client v0.8.0 |
754 | 2025-01-13T08:51:19.292Z | Downloaded shlex v1.3.0 |
755 | 2025-01-13T08:51:19.292Z | Downloaded gethostname v0.5.0 |
756 | 2025-01-13T08:51:19.294Z | Downloaded synstructure v0.13.1 |
757 | 2025-01-13T08:51:19.294Z | Downloaded serde_plain v1.0.2 |
758 | 2025-01-13T08:51:19.297Z | Downloaded utf16_iter v1.0.5 |
759 | 2025-01-13T08:51:19.300Z | Downloaded opaque-debug v0.3.1 |
760 | 2025-01-13T08:51:19.300Z | Downloaded displaydoc v0.2.5 |
761 | 2025-01-13T08:51:19.302Z | Downloaded signal-hook-tokio v0.3.1 |
762 | 2025-01-13T08:51:19.305Z | Downloaded fixedbitset v0.4.2 |
763 | 2025-01-13T08:51:19.305Z | Downloaded same-file v1.0.6 |
764 | 2025-01-13T08:51:19.307Z | Downloaded rustls-pemfile v2.2.0 |
765 | 2025-01-13T08:51:19.310Z | Downloaded quinn v0.11.6 |
766 | 2025-01-13T08:51:19.313Z | Downloaded sync_wrapper v1.0.2 |
767 | 2025-01-13T08:51:19.315Z | Downloaded phf_codegen v0.11.3 |
768 | 2025-01-13T08:51:19.315Z | Downloaded owo-colors v4.1.0 |
769 | 2025-01-13T08:51:19.318Z | Downloaded filetime v0.2.25 |
770 | 2025-01-13T08:51:19.321Z | Downloaded slog v2.7.0 |
771 | 2025-01-13T08:51:19.323Z | Downloaded zone v0.3.0 |
772 | 2025-01-13T08:51:19.323Z | Downloaded num-rational v0.4.2 |
773 | 2025-01-13T08:51:19.326Z | Downloaded darling v0.20.10 |
774 | 2025-01-13T08:51:19.328Z | Downloaded foreign-types-shared v0.1.1 |
775 | 2025-01-13T08:51:19.331Z | Downloaded foreign-types v0.3.2 |
776 | 2025-01-13T08:51:19.331Z | Downloaded test-strategy v0.3.1 |
777 | 2025-01-13T08:51:19.334Z | Downloaded ghash v0.5.1 |
778 | 2025-01-13T08:51:19.336Z | Downloaded num-conv v0.1.0 |
779 | 2025-01-13T08:51:19.339Z | Downloaded futures-macro v0.3.31 |
780 | 2025-01-13T08:51:19.339Z | Downloaded idna v1.0.3 |
781 | 2025-01-13T08:51:19.342Z | Downloaded path-slash v0.1.5 |
782 | 2025-01-13T08:51:19.344Z | Downloaded tokio-rustls v0.25.0 |
783 | 2025-01-13T08:51:19.347Z | Downloaded expectorate v1.1.0 |
784 | 2025-01-13T08:51:19.350Z | Downloaded parse-size v1.1.0 |
785 | 2025-01-13T08:51:19.350Z | Downloaded newtype_derive v0.1.6 |
786 | 2025-01-13T08:51:19.350Z | Downloaded tiny-keccak v2.0.2 |
787 | 2025-01-13T08:51:19.352Z | Downloaded zopfli v0.8.1 |
788 | 2025-01-13T08:51:19.354Z | Downloaded utf8_iter v1.0.4 |
789 | 2025-01-13T08:51:19.357Z | Downloaded foreign-types-shared v0.3.1 |
790 | 2025-01-13T08:51:19.359Z | Downloaded quick-error v1.2.3 |
791 | 2025-01-13T08:51:19.359Z | Downloaded tokio-rustls v0.26.1 |
792 | 2025-01-13T08:51:19.362Z | Downloaded rustyline v14.0.0 |
793 | 2025-01-13T08:51:19.366Z | Downloaded tap v1.0.1 |
794 | 2025-01-13T08:51:19.369Z | Downloaded smallvec v0.6.14 |
795 | 2025-01-13T08:51:19.371Z | Downloaded strip-ansi-escapes v0.2.0 |
796 | 2025-01-13T08:51:19.371Z | Downloaded slog-stdlog v4.1.1 |
797 | 2025-01-13T08:51:19.373Z | Downloaded thread_local v1.1.8 |
798 | 2025-01-13T08:51:19.375Z | Downloaded debug-ignore v1.0.5 |
799 | 2025-01-13T08:51:19.375Z | Downloaded olpc-cjson v0.1.4 |
800 | 2025-01-13T08:51:19.378Z | Downloaded der v0.7.9 |
801 | 2025-01-13T08:51:19.382Z | Downloaded dhcproto-macros v0.1.0 |
802 | 2025-01-13T08:51:19.385Z | Downloaded zeroize_derive v1.4.2 |
803 | 2025-01-13T08:51:19.385Z | Downloaded itertools v0.12.1 |
804 | 2025-01-13T08:51:19.392Z | Downloaded foldhash v0.1.4 |
805 | 2025-01-13T08:51:19.394Z | Downloaded difflib v0.4.0 |
806 | 2025-01-13T08:51:19.394Z | Downloaded itertools v0.14.0 |
807 | 2025-01-13T08:51:19.402Z | Downloaded rpassword v7.3.1 |
808 | 2025-01-13T08:51:19.405Z | Downloaded itertools v0.13.0 |
809 | 2025-01-13T08:51:19.411Z | Downloaded endian-type v0.1.2 |
810 | 2025-01-13T08:51:19.413Z | Downloaded zerofrom v0.1.5 |
811 | 2025-01-13T08:51:19.413Z | Downloaded fd-lock v4.0.2 |
812 | 2025-01-13T08:51:19.415Z | Downloaded signal-hook v0.3.17 |
813 | 2025-01-13T08:51:19.418Z | Downloaded slog-envlogger v2.2.0 |
814 | 2025-01-13T08:51:19.420Z | Downloaded aes-gcm v0.10.3 |
815 | 2025-01-13T08:51:19.423Z | Downloaded salsa20 v0.10.2 |
816 | 2025-01-13T08:51:19.426Z | Downloaded time-core v0.1.2 |
817 | 2025-01-13T08:51:19.428Z | Downloaded slog-term v2.9.1 |
818 | 2025-01-13T08:51:19.428Z | Downloaded rusty-fork v0.3.0 |
819 | 2025-01-13T08:51:19.431Z | Downloaded structmeta v0.2.0 |
820 | 2025-01-13T08:51:19.433Z | Downloaded twox-hash v1.6.3 |
821 | 2025-01-13T08:51:19.433Z | Downloaded stringprep v0.1.5 |
822 | 2025-01-13T08:51:19.437Z | Downloaded unicase v2.8.1 |
823 | 2025-01-13T08:51:19.440Z | Downloaded uuid v1.11.1 |
824 | 2025-01-13T08:51:19.440Z | Downloaded p256 v0.13.2 |
825 | 2025-01-13T08:51:19.443Z | Downloaded sync-ptr v0.1.1 |
826 | 2025-01-13T08:51:19.445Z | Downloaded progenitor v0.8.0 |
827 | 2025-01-13T08:51:19.449Z | Downloaded precomputed-hash v0.1.1 |
828 | 2025-01-13T08:51:19.449Z | Downloaded phf_shared v0.10.0 |
829 | 2025-01-13T08:51:19.449Z | Downloaded powerfmt v0.2.0 |
830 | 2025-01-13T08:51:19.451Z | Downloaded reedline v0.35.0 |
831 | 2025-01-13T08:51:19.457Z | Downloaded embedded-io v0.6.1 |
832 | 2025-01-13T08:51:19.460Z | Downloaded stable_deref_trait v1.2.0 |
833 | 2025-01-13T08:51:19.460Z | Downloaded spki v0.7.3 |
834 | 2025-01-13T08:51:19.462Z | Downloaded embedded-io v0.4.0 |
835 | 2025-01-13T08:51:19.465Z | Downloaded ppv-lite86 v0.2.20 |
836 | 2025-01-13T08:51:19.467Z | Downloaded tungstenite v0.23.0 |
837 | 2025-01-13T08:51:19.470Z | Downloaded num-complex v0.4.6 |
838 | 2025-01-13T08:51:19.472Z | Downloaded postcard v1.1.1 |
839 | 2025-01-13T08:51:19.474Z | Downloaded unicode-bidi v0.3.18 |
840 | 2025-01-13T08:51:19.476Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2025-01-13T08:51:19.479Z | Downloaded nodrop v0.1.14 |
842 | 2025-01-13T08:51:19.481Z | Downloaded enum-as-inner v0.5.1 |
843 | 2025-01-13T08:51:19.483Z | Downloaded slog-dtrace v0.3.0 |
844 | 2025-01-13T08:51:19.483Z | Downloaded omicron-zone-package v0.12.0 |
845 | 2025-01-13T08:51:19.487Z | Downloaded password-hash v0.4.2 |
846 | 2025-01-13T08:51:19.490Z | Downloaded zip v2.1.3 |
847 | 2025-01-13T08:51:19.493Z | Downloaded tinystr v0.7.6 |
848 | 2025-01-13T08:51:19.497Z | Downloaded pin-utils v0.1.0 |
849 | 2025-01-13T08:51:19.497Z | Downloaded tokio-native-tls v0.3.1 |
850 | 2025-01-13T08:51:19.500Z | Downloaded russh v0.45.0 |
851 | 2025-01-13T08:51:19.505Z | Downloaded zip v0.6.6 |
852 | 2025-01-13T08:51:19.509Z | Downloaded glob v0.3.2 |
853 | 2025-01-13T08:51:19.511Z | Downloaded oso-derive v0.27.3 |
854 | 2025-01-13T08:51:19.511Z | Downloaded futures-io v0.3.31 |
855 | 2025-01-13T08:51:19.514Z | Downloaded zerovec-derive v0.10.3 |
856 | 2025-01-13T08:51:19.514Z | Downloaded unicode-segmentation v1.12.0 |
857 | 2025-01-13T08:51:19.518Z | Downloaded pin-project-lite v0.2.16 |
858 | 2025-01-13T08:51:19.523Z | Downloaded slog-bunyan v2.5.0 |
859 | 2025-01-13T08:51:19.525Z | Downloaded spin v0.9.8 |
860 | 2025-01-13T08:51:19.528Z | Downloaded progenitor-impl v0.8.0 |
861 | 2025-01-13T08:51:19.530Z | Downloaded tracing v0.1.41 |
862 | 2025-01-13T08:51:19.534Z | Downloaded untrusted v0.9.0 |
863 | 2025-01-13T08:51:19.537Z | Downloaded try-lock v0.2.5 |
864 | 2025-01-13T08:51:19.537Z | Downloaded untrusted v0.7.1 |
865 | 2025-01-13T08:51:19.540Z | Downloaded vsss-rs v3.3.4 |
866 | 2025-01-13T08:51:19.543Z | Downloaded env_logger v0.10.2 |
867 | 2025-01-13T08:51:19.547Z | Downloaded samael v0.0.17 |
868 | 2025-01-13T08:51:19.550Z | Downloaded serde-big-array v0.5.1 |
869 | 2025-01-13T08:51:19.553Z | Downloaded tokio-util v0.7.13 |
870 | 2025-01-13T08:51:19.558Z | Downloaded smf v0.2.3 |
871 | 2025-01-13T08:51:19.562Z | Downloaded peg v0.8.4 |
872 | 2025-01-13T08:51:19.564Z | Downloaded russh-cryptovec v0.7.3 |
873 | 2025-01-13T08:51:19.564Z | Downloaded aho-corasick v1.1.3 |
874 | 2025-01-13T08:51:19.569Z | Downloaded string_cache v0.8.7 |
875 | 2025-01-13T08:51:19.571Z | Downloaded serde_repr v0.1.19 |
876 | 2025-01-13T08:51:19.575Z | Downloaded nibble_vec v0.1.0 |
877 | 2025-01-13T08:51:19.575Z | Downloaded derive_more v0.99.18 |
878 | 2025-01-13T08:51:19.579Z | Downloaded quinn-udp v0.5.9 |
879 | 2025-01-13T08:51:19.581Z | Downloaded flagset v0.4.6 |
880 | 2025-01-13T08:51:19.584Z | Downloaded diesel_derives v2.2.3 |
881 | 2025-01-13T08:51:19.586Z | Downloaded group v0.13.0 |
882 | 2025-01-13T08:51:19.589Z | Downloaded vte_generate_state_changes v0.1.2 |
883 | 2025-01-13T08:51:19.589Z | Downloaded static_assertions v1.1.0 |
884 | 2025-01-13T08:51:19.591Z | Downloaded vte v0.11.1 |
885 | 2025-01-13T08:51:19.594Z | Downloaded vergen v8.3.2 |
886 | 2025-01-13T08:51:19.597Z | Downloaded smallvec v1.13.2 |
887 | 2025-01-13T08:51:19.600Z | Downloaded predicates v3.1.3 |
888 | 2025-01-13T08:51:19.600Z | Downloaded serde_path_to_error v0.1.16 |
889 | 2025-01-13T08:51:19.603Z | Downloaded semver v0.1.20 |
890 | 2025-01-13T08:51:19.603Z | Downloaded parse-display-derive v0.10.0 |
891 | 2025-01-13T08:51:19.606Z | Downloaded time-macros v0.2.19 |
892 | 2025-01-13T08:51:19.606Z | Downloaded which v4.4.2 |
893 | 2025-01-13T08:51:19.609Z | Downloaded ref-cast-impl v1.0.23 |
894 | 2025-01-13T08:51:19.609Z | Downloaded newtype-uuid v1.1.3 |
895 | 2025-01-13T08:51:19.613Z | Downloaded serde_with_macros v3.12.0 |
896 | 2025-01-13T08:51:19.613Z | Downloaded pin-project v1.1.8 |
897 | 2025-01-13T08:51:19.624Z | Downloaded nanorand v0.7.0 |
898 | 2025-01-13T08:51:19.628Z | Downloaded tinyvec v1.8.1 |
899 | 2025-01-13T08:51:19.630Z | Downloaded rustversion v1.0.19 |
900 | 2025-01-13T08:51:19.634Z | Downloaded ff v0.13.0 |
901 | 2025-01-13T08:51:19.634Z | Downloaded multimap v0.10.0 |
902 | 2025-01-13T08:51:19.637Z | Downloaded ena v0.14.3 |
903 | 2025-01-13T08:51:19.637Z | Downloaded zeroize v1.8.1 |
904 | 2025-01-13T08:51:19.637Z | Downloaded zerofrom-derive v0.1.5 |
905 | 2025-01-13T08:51:19.641Z | Downloaded yoke-derive v0.7.5 |
906 | 2025-01-13T08:51:19.641Z | Downloaded ssh-key v0.6.7 |
907 | 2025-01-13T08:51:19.647Z | Downloaded ron v0.8.1 |
908 | 2025-01-13T08:51:19.651Z | Downloaded tokio-stream v0.1.17 |
909 | 2025-01-13T08:51:19.655Z | Downloaded pkcs8 v0.10.2 |
910 | 2025-01-13T08:51:19.658Z | Downloaded pbkdf2 v0.11.0 |
911 | 2025-01-13T08:51:19.660Z | Downloaded native-tls v0.2.12 |
912 | 2025-01-13T08:51:19.662Z | Downloaded qorb v0.2.1 |
913 | 2025-01-13T08:51:19.666Z | Downloaded globset v0.4.15 |
914 | 2025-01-13T08:51:19.669Z | Downloaded rustc-demangle v0.1.24 |
915 | 2025-01-13T08:51:19.671Z | Downloaded pkcs5 v0.7.1 |
916 | 2025-01-13T08:51:19.673Z | Downloaded serde_yaml v0.9.34+deprecated |
917 | 2025-01-13T08:51:19.677Z | Downloaded tower v0.5.2 |
918 | 2025-01-13T08:51:19.686Z | Downloaded zerocopy v0.6.6 |
919 | 2025-01-13T08:51:19.689Z | Downloaded headers v0.4.0 |
920 | 2025-01-13T08:51:19.693Z | Downloaded toml v0.7.8 |
921 | 2025-01-13T08:51:19.697Z | Downloaded tokio-postgres v0.7.12 |
922 | 2025-01-13T08:51:19.703Z | Downloaded typed-path v0.9.3 |
923 | 2025-01-13T08:51:19.709Z | Downloaded fatfs v0.3.6 |
924 | 2025-01-13T08:51:19.711Z | Downloaded quick-xml v0.33.0 |
925 | 2025-01-13T08:51:19.719Z | Downloaded unicode_categories v0.1.1 |
926 | 2025-01-13T08:51:19.722Z | Downloaded openssl-sys v0.9.104 |
927 | 2025-01-13T08:51:19.725Z | Downloaded nom v7.1.3 |
928 | 2025-01-13T08:51:19.730Z | Downloaded futures v0.3.31 |
929 | 2025-01-13T08:51:19.736Z | Downloaded russh-keys v0.45.0 |
930 | 2025-01-13T08:51:19.738Z | Downloaded flume v0.11.1 |
931 | 2025-01-13T08:51:19.741Z | Downloaded bindgen v0.69.5 |
932 | 2025-01-13T08:51:19.749Z | Downloaded lalrpop v0.19.12 |
933 | 2025-01-13T08:51:19.760Z | Downloaded tungstenite v0.21.0 |
934 | 2025-01-13T08:51:19.763Z | Downloaded rand v0.8.5 |
935 | 2025-01-13T08:51:19.767Z | Downloaded url v2.5.4 |
936 | 2025-01-13T08:51:19.770Z | Downloaded unicode-normalization v0.1.24 |
937 | 2025-01-13T08:51:19.774Z | Downloaded num-bigint-dig v0.8.4 |
938 | 2025-01-13T08:51:19.779Z | Downloaded steno v0.4.1 |
939 | 2025-01-13T08:51:19.783Z | Downloaded hashbrown v0.13.2 |
940 | 2025-01-13T08:51:19.787Z | Downloaded sqlparser v0.45.0 |
941 | 2025-01-13T08:51:19.794Z | Downloaded parse-zoneinfo v0.3.1 |
942 | 2025-01-13T08:51:19.796Z | Downloaded chrono v0.4.39 |
943 | 2025-01-13T08:51:19.803Z | Downloaded petname v2.0.2 |
944 | 2025-01-13T08:51:19.808Z | Downloaded toml_edit v0.19.15 |
945 | 2025-01-13T08:51:19.824Z | Downloaded zerocopy-derive v0.8.14 |
946 | 2025-01-13T08:51:19.831Z | Downloaded idna v0.2.3 |
947 | 2025-01-13T08:51:19.838Z | Downloaded salty v0.3.0 |
948 | 2025-01-13T08:51:19.845Z | Downloaded regex v1.11.1 |
949 | 2025-01-13T08:51:19.858Z | Downloaded proptest v1.6.0 |
950 | 2025-01-13T08:51:19.866Z | Downloaded time v0.3.37 |
951 | 2025-01-13T08:51:19.874Z | Downloaded rustls-webpki v0.101.7 |
952 | 2025-01-13T08:51:19.888Z | Downloaded rayon v1.10.0 |
953 | 2025-01-13T08:51:19.897Z | Downloaded serde_with v3.12.0 |
954 | 2025-01-13T08:51:19.905Z | Downloaded unicode-width v0.2.0 |
955 | 2025-01-13T08:51:19.911Z | Downloaded h2 v0.4.7 |
956 | 2025-01-13T08:51:19.919Z | Downloaded zerovec v0.10.4 |
957 | 2025-01-13T08:51:19.924Z | Downloaded p521 v0.13.3 |
958 | 2025-01-13T08:51:19.929Z | Downloaded hashbrown v0.14.5 |
959 | 2025-01-13T08:51:19.933Z | Downloaded portable-atomic v1.10.0 |
960 | 2025-01-13T08:51:19.940Z | Downloaded vcpkg v0.2.15 |
961 | 2025-01-13T08:51:19.979Z | Downloaded p384 v0.13.0 |
962 | 2025-01-13T08:51:19.985Z | Downloaded bstr v1.11.3 |
963 | 2025-01-13T08:51:19.995Z | Downloaded openssl v0.10.68 |
964 | 2025-01-13T08:51:20.005Z | Downloaded git2 v0.19.0 |
965 | 2025-01-13T08:51:20.012Z | Downloaded dropshot v0.13.0 |
966 | 2025-01-13T08:51:20.036Z | Downloaded nix v0.29.0 |
967 | 2025-01-13T08:51:20.045Z | Downloaded radix_trie v0.2.1 |
968 | 2025-01-13T08:51:20.050Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2025-01-13T08:51:20.063Z | Downloaded zerocopy v0.8.14 |
970 | 2025-01-13T08:51:20.085Z | Downloaded nix v0.28.0 |
971 | 2025-01-13T08:51:20.096Z | Downloaded regress v0.9.1 |
972 | 2025-01-13T08:51:20.105Z | Downloaded diesel v2.2.6 |
973 | 2025-01-13T08:51:20.124Z | Downloaded nix v0.27.1 |
974 | 2025-01-13T08:51:20.134Z | Downloaded typify-impl v0.2.0 |
975 | 2025-01-13T08:51:20.149Z | Downloaded regex-syntax v0.8.5 |
976 | 2025-01-13T08:51:20.157Z | Downloaded regress v0.10.2 |
977 | 2025-01-13T08:51:20.166Z | Downloaded object v0.36.7 |
978 | 2025-01-13T08:51:20.177Z | Downloaded sled v0.34.7 |
979 | 2025-01-13T08:51:20.188Z | Downloaded openapiv3 v2.0.0 |
980 | 2025-01-13T08:51:20.200Z | Downloaded rustls v0.23.21 |
981 | 2025-01-13T08:51:20.212Z | Downloaded rustls v0.22.4 |
982 | 2025-01-13T08:51:20.224Z | Downloaded zerocopy-derive v0.6.6 |
983 | 2025-01-13T08:51:20.233Z | Downloaded ratatui v0.28.1 |
984 | 2025-01-13T08:51:20.252Z | Downloaded regex-automata v0.4.9 |
985 | 2025-01-13T08:51:20.268Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
986 | 2025-01-13T08:51:20.280Z | Downloaded hickory-proto v0.24.2 |
987 | 2025-01-13T08:51:20.295Z | Downloaded chrono-tz v0.10.0 |
988 | 2025-01-13T08:51:20.303Z | Downloaded petgraph v0.6.5 |
989 | 2025-01-13T08:51:20.320Z | Downloaded gimli v0.31.1 |
990 | 2025-01-13T08:51:20.327Z | Downloaded rustls-webpki v0.102.8 |
991 | 2025-01-13T08:51:20.345Z | Downloaded polar-core v0.27.3 |
992 | 2025-01-13T08:51:20.355Z | Downloaded lzma-sys v0.1.20 |
993 | 2025-01-13T08:51:20.383Z | Downloaded webpki-roots v0.26.7 |
994 | 2025-01-13T08:51:20.387Z | Downloaded regex-syntax v0.6.29 |
995 | 2025-01-13T08:51:20.393Z | Downloaded smoltcp v0.11.0 |
996 | 2025-01-13T08:51:20.406Z | Downloaded dropshot v0.12.0 |
997 | 2025-01-13T08:51:20.424Z | Downloaded quinn-proto v0.11.9 |
998 | 2025-01-13T08:51:20.430Z | Downloaded tokio v1.43.0 |
999 | 2025-01-13T08:51:20.469Z | Downloaded libz-sys v1.1.21 |
1000 | 2025-01-13T08:51:20.490Z | Downloaded csv v1.3.1 |
1001 | 2025-01-13T08:51:20.508Z | Downloaded object v0.30.4 |
1002 | 2025-01-13T08:51:20.518Z | Downloaded rustls v0.21.12 |
1003 | 2025-01-13T08:51:20.529Z | Downloaded curve25519-dalek v4.1.3 |
1004 | 2025-01-13T08:51:20.537Z | Downloaded smoltcp v0.9.1 |
1005 | 2025-01-13T08:51:20.548Z | Downloaded flate2 v1.0.35 |
1006 | 2025-01-13T08:51:20.552Z | Downloaded reqwest v0.12.12 |
1007 | 2025-01-13T08:51:20.562Z | Downloaded sha3 v0.10.8 |
1008 | 2025-01-13T08:51:20.565Z | Downloaded icu_properties_data v1.5.0 |
1009 | 2025-01-13T08:51:20.576Z | Downloaded bitvec v1.0.1 |
1010 | 2025-01-13T08:51:20.590Z | Downloaded rsa v0.9.7 |
1011 | 2025-01-13T08:51:20.595Z | Downloaded futures-util v0.3.31 |
1012 | 2025-01-13T08:51:20.605Z | Downloaded elliptic-curve v0.13.8 |
1013 | 2025-01-13T08:51:20.609Z | Downloaded tough v0.19.0 |
1014 | 2025-01-13T08:51:20.616Z | Downloaded hashbrown v0.12.3 |
1015 | 2025-01-13T08:51:20.620Z | Downloaded rand_chacha v0.3.1 |
1016 | 2025-01-13T08:51:20.624Z | Downloaded polyval v0.6.2 |
1017 | 2025-01-13T08:51:20.628Z | Downloaded pkg-config v0.3.31 |
1018 | 2025-01-13T08:51:20.628Z | Downloaded peg-macros v0.8.4 |
1019 | 2025-01-13T08:51:20.628Z | Downloaded tungstenite v0.24.0 |
1020 | 2025-01-13T08:51:20.631Z | Downloaded mio v1.0.3 |
1021 | 2025-01-13T08:51:20.636Z | Downloaded aws-lc-rs v1.12.0 |
1022 | 2025-01-13T08:51:20.643Z | Downloaded tokio-tungstenite v0.21.0 |
1023 | 2025-01-13T08:51:20.646Z | Downloaded pbkdf2 v0.12.2 |
1024 | 2025-01-13T08:51:20.650Z | Downloaded pkcs1 v0.7.5 |
1025 | 2025-01-13T08:51:20.650Z | Downloaded unicode-properties v0.1.3 |
1026 | 2025-01-13T08:51:20.658Z | Downloaded tar v0.4.43 |
1027 | 2025-01-13T08:51:20.661Z | Downloaded hkdf v0.12.4 |
1028 | 2025-01-13T08:51:20.661Z | Downloaded ron v0.7.1 |
1029 | 2025-01-13T08:51:20.661Z | Downloaded num-bigint v0.4.6 |
1030 | 2025-01-13T08:51:20.665Z | Downloaded heapless v0.7.17 |
1031 | 2025-01-13T08:51:20.669Z | Downloaded winnow v0.5.40 |
1032 | 2025-01-13T08:51:20.677Z | Downloaded ecdsa v0.16.9 |
1033 | 2025-01-13T08:51:20.680Z | Downloaded diff v0.1.13 |
1034 | 2025-01-13T08:51:20.683Z | Downloaded rusqlite v0.32.1 |
1035 | 2025-01-13T08:51:20.689Z | Downloaded blake3 v1.5.5 |
1036 | 2025-01-13T08:51:20.696Z | Downloaded phf_shared v0.11.3 |
1037 | 2025-01-13T08:51:20.698Z | Downloaded tokio-tungstenite v0.23.1 |
1038 | 2025-01-13T08:51:20.701Z | Downloaded term v0.7.0 |
1039 | 2025-01-13T08:51:20.703Z | Downloaded darling_core v0.20.10 |
1040 | 2025-01-13T08:51:20.707Z | Downloaded dyn-clone v1.0.17 |
1041 | 2025-01-13T08:51:20.709Z | Downloaded prettyplease v0.2.29 |
1042 | 2025-01-13T08:51:20.712Z | Downloaded crossterm v0.28.1 |
1043 | 2025-01-13T08:51:20.719Z | Downloaded either v1.13.0 |
1044 | 2025-01-13T08:51:20.721Z | Downloaded ed25519 v2.2.3 |
1045 | 2025-01-13T08:51:20.723Z | Downloaded dirs-sys-next v0.1.2 |
1046 | 2025-01-13T08:51:20.723Z | Downloaded diesel-dtrace v0.4.2 |
1047 | 2025-01-13T08:51:20.726Z | Downloaded derive_builder_core v0.20.2 |
1048 | 2025-01-13T08:51:20.726Z | Downloaded openssl-probe v0.1.5 |
1049 | 2025-01-13T08:51:20.728Z | Downloaded openssl-macros v0.1.1 |
1050 | 2025-01-13T08:51:20.728Z | Downloaded proc-macro-crate v1.3.1 |
1051 | 2025-01-13T08:51:20.728Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1052 | 2025-01-13T08:51:20.731Z | Downloaded derive_builder v0.20.2 |
1053 | 2025-01-13T08:51:20.733Z | Downloaded hyper v1.5.2 |
1054 | 2025-01-13T08:51:20.739Z | Downloaded encoding_rs v0.8.35 |
1055 | 2025-01-13T08:51:20.760Z | Downloaded num-integer v0.1.46 |
1056 | 2025-01-13T08:51:20.762Z | Downloaded cc v1.2.9 |
1057 | 2025-01-13T08:51:20.766Z | Downloaded foreign-types-macros v0.2.3 |
1058 | 2025-01-13T08:51:20.769Z | Downloaded signal-hook-registry v1.4.2 |
1059 | 2025-01-13T08:51:20.769Z | Downloaded rustc_version v0.4.1 |
1060 | 2025-01-13T08:51:20.769Z | Downloaded num-traits v0.2.19 |
1061 | 2025-01-13T08:51:20.771Z | Downloaded yoke v0.7.5 |
1062 | 2025-01-13T08:51:20.775Z | Downloaded slab v0.4.9 |
1063 | 2025-01-13T08:51:20.776Z | Downloaded futures-channel v0.3.31 |
1064 | 2025-01-13T08:51:20.778Z | Downloaded yasna v0.5.2 |
1065 | 2025-01-13T08:51:20.778Z | Downloaded whoami v1.5.2 |
1066 | 2025-01-13T08:51:20.781Z | Downloaded utf-8 v0.7.6 |
1067 | 2025-01-13T08:51:20.781Z | Downloaded rustc_version v0.1.7 |
1068 | 2025-01-13T08:51:20.785Z | Downloaded ref-cast v1.0.23 |
1069 | 2025-01-13T08:51:20.785Z | Downloaded termtree v0.5.1 |
1070 | 2025-01-13T08:51:20.788Z | Downloaded pin-project-internal v1.1.8 |
1071 | 2025-01-13T08:51:20.788Z | Downloaded parking_lot v0.12.3 |
1072 | 2025-01-13T08:51:20.790Z | Downloaded oso v0.27.3 |
1073 | 2025-01-13T08:51:20.792Z | Downloaded nu-ansi-term v0.50.1 |
1074 | 2025-01-13T08:51:20.795Z | Downloaded tracing-core v0.1.33 |
1075 | 2025-01-13T08:51:20.798Z | Downloaded x509-cert v0.2.5 |
1076 | 2025-01-13T08:51:20.802Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1077 | 2025-01-13T08:51:20.858Z | Downloaded subprocess v0.2.9 |
1078 | 2025-01-13T08:51:20.860Z | Downloaded itertools v0.10.5 |
1079 | 2025-01-13T08:51:20.866Z | Downloaded similar v2.6.0 |
1080 | 2025-01-13T08:51:20.871Z | Downloaded parking_lot_core v0.8.6 |
1081 | 2025-01-13T08:51:20.874Z | Downloaded termcolor v1.4.1 |
1082 | 2025-01-13T08:51:20.874Z | Downloaded parking_lot_core v0.9.10 |
1083 | 2025-01-13T08:51:20.878Z | Downloaded strum_macros v0.26.4 |
1084 | 2025-01-13T08:51:20.878Z | Downloaded snafu v0.8.5 |
1085 | 2025-01-13T08:51:20.886Z | Downloaded bumpalo v3.16.0 |
1086 | 2025-01-13T08:51:20.888Z | Downloaded parking_lot v0.11.2 |
1087 | 2025-01-13T08:51:20.888Z | Downloaded des v0.8.1 |
1088 | 2025-01-13T08:51:20.891Z | Downloaded derive-where v1.2.7 |
1089 | 2025-01-13T08:51:20.893Z | Downloaded rustls-pki-types v1.10.1 |
1090 | 2025-01-13T08:51:20.897Z | Downloaded hickory-server v0.24.2 |
1091 | 2025-01-13T08:51:20.900Z | Downloaded const_format v0.2.34 |
1092 | 2025-01-13T08:51:20.905Z | Downloaded base64 v0.22.1 |
1093 | 2025-01-13T08:51:20.909Z | Downloaded rayon-core v1.12.1 |
1094 | 2025-01-13T08:51:20.912Z | Downloaded http v1.2.0 |
1095 | 2025-01-13T08:51:20.915Z | Downloaded crossbeam-channel v0.5.14 |
1096 | 2025-01-13T08:51:20.919Z | Downloaded unicode-truncate v1.1.0 |
1097 | 2025-01-13T08:51:20.922Z | Downloaded tokio-rustls v0.24.1 |
1098 | 2025-01-13T08:51:20.925Z | Downloaded pem-rfc7468 v0.7.0 |
1099 | 2025-01-13T08:51:20.925Z | Downloaded minimal-lexical v0.2.1 |
1100 | 2025-01-13T08:51:20.929Z | Downloaded form_urlencoded v1.2.1 |
1101 | 2025-01-13T08:51:20.931Z | Downloaded float-ord v0.3.2 |
1102 | 2025-01-13T08:51:20.931Z | Downloaded float-cmp v0.10.0 |
1103 | 2025-01-13T08:51:20.934Z | Downloaded env_filter v0.1.3 |
1104 | 2025-01-13T08:51:20.934Z | Downloaded enum-as-inner v0.6.1 |
1105 | 2025-01-13T08:51:20.936Z | Downloaded dropshot_endpoint v0.12.0 |
1106 | 2025-01-13T08:51:20.940Z | Downloaded env_logger v0.11.6 |
1107 | 2025-01-13T08:51:20.944Z | Downloaded rtoolbox v0.0.2 |
1108 | 2025-01-13T08:51:20.944Z | Downloaded password-hash v0.5.0 |
1109 | 2025-01-13T08:51:20.944Z | Downloaded hyper-util v0.1.10 |
1110 | 2025-01-13T08:51:20.947Z | Downloaded icu_properties v1.5.1 |
1111 | 2025-01-13T08:51:20.950Z | Downloaded sigpipe v0.1.3 |
1112 | 2025-01-13T08:51:20.950Z | Downloaded scrypt v0.11.0 |
1113 | 2025-01-13T08:51:20.953Z | Downloaded packed_struct_codegen v0.10.1 |
1114 | 2025-01-13T08:51:20.954Z | Downloaded thiserror-no-std v2.0.2 |
1115 | 2025-01-13T08:51:20.957Z | Downloaded snafu-derive v0.8.5 |
1116 | 2025-01-13T08:51:20.957Z | Downloaded icu_collections v1.5.0 |
1117 | 2025-01-13T08:51:20.962Z | Downloaded chacha20poly1305 v0.10.1 |
1118 | 2025-01-13T08:51:20.965Z | Downloaded hash32 v0.2.1 |
1119 | 2025-01-13T08:51:20.965Z | Downloaded futures-sink v0.3.31 |
1120 | 2025-01-13T08:51:20.967Z | Downloaded fs_extra v1.3.0 |
1121 | 2025-01-13T08:51:20.967Z | Downloaded backtrace v0.3.74 |
1122 | 2025-01-13T08:51:20.972Z | Downloaded paste v1.0.15 |
1123 | 2025-01-13T08:51:20.975Z | Downloaded xattr v1.4.0 |
1124 | 2025-01-13T08:51:20.978Z | Downloaded serde_derive_internals v0.29.1 |
1125 | 2025-01-13T08:51:20.978Z | Downloaded base64 v0.13.1 |
1126 | 2025-01-13T08:51:20.981Z | Downloaded compact_str v0.8.1 |
1127 | 2025-01-13T08:51:20.984Z | Downloaded bytes v1.9.0 |
1128 | 2025-01-13T08:51:20.987Z | Downloaded thiserror-impl-no-std v2.0.2 |
1129 | 2025-01-13T08:51:20.990Z | Downloaded miniz_oxide v0.8.2 |
1130 | 2025-01-13T08:51:20.992Z | Downloaded simd-adler32 v0.3.7 |
1131 | 2025-01-13T08:51:20.995Z | Downloaded arc-swap v1.7.1 |
1132 | 2025-01-13T08:51:20.997Z | Downloaded icu_locid v1.5.0 |
1133 | 2025-01-13T08:51:21.002Z | Downloaded clang-sys v1.8.1 |
1134 | 2025-01-13T08:51:21.004Z | Downloaded crossbeam-utils v0.8.21 |
1135 | 2025-01-13T08:51:21.006Z | Downloaded cmake v0.1.52 |
1136 | 2025-01-13T08:51:21.009Z | Downloaded bzip2 v0.4.4 |
1137 | 2025-01-13T08:51:21.009Z | Downloaded memmap2 v0.9.5 |
1138 | 2025-01-13T08:51:21.011Z | Downloaded hmac v0.12.1 |
1139 | 2025-01-13T08:51:21.014Z | Downloaded inout v0.1.3 |
1140 | 2025-01-13T08:51:21.014Z | Downloaded async-bb8-diesel v0.2.1 |
1141 | 2025-01-13T08:51:21.016Z | Downloaded ipnet v2.10.1 |
1142 | 2025-01-13T08:51:21.019Z | Downloaded icu_locid_transform v1.5.0 |
1143 | 2025-01-13T08:51:21.021Z | Downloaded ahash v0.8.11 |
1144 | 2025-01-13T08:51:21.024Z | Downloaded bcs v0.1.6 |
1145 | 2025-01-13T08:51:21.024Z | Downloaded async-stream v0.3.6 |
1146 | 2025-01-13T08:51:21.026Z | Downloaded highway v1.3.0 |
1147 | 2025-01-13T08:51:21.028Z | Downloaded base64ct v1.6.0 |
1148 | 2025-01-13T08:51:21.031Z | Downloaded backoff v0.4.0 |
1149 | 2025-01-13T08:51:21.033Z | Downloaded argon2 v0.5.3 |
1150 | 2025-01-13T08:51:21.033Z | Downloaded hyper-staticfile v0.10.1 |
1151 | 2025-01-13T08:51:21.038Z | Downloaded managed v0.8.0 |
1152 | 2025-01-13T08:51:21.038Z | Downloaded libsw-core v0.3.1 |
1153 | 2025-01-13T08:51:21.042Z | Downloaded indoc v2.0.5 |
1154 | 2025-01-13T08:51:21.042Z | Downloaded indoc v1.0.9 |
1155 | 2025-01-13T08:51:21.045Z | Downloaded lalrpop-util v0.19.12 |
1156 | 2025-01-13T08:51:21.045Z | Downloaded instability v0.3.7 |
1157 | 2025-01-13T08:51:21.047Z | Downloaded idna_adapter v1.2.0 |
1158 | 2025-01-13T08:51:21.048Z | Downloaded bit-set v0.8.0 |
1159 | 2025-01-13T08:51:21.050Z | Downloaded async-recursion v1.1.1 |
1160 | 2025-01-13T08:51:21.053Z | Downloaded internet-checksum v0.2.1 |
1161 | 2025-01-13T08:51:21.053Z | Downloaded bitfield-struct v0.6.2 |
1162 | 2025-01-13T08:51:21.055Z | Downloaded bcrypt-pbkdf v0.10.0 |
1163 | 2025-01-13T08:51:21.055Z | Downloaded base16ct v0.2.0 |
1164 | 2025-01-13T08:51:21.055Z | Downloaded maplit v1.0.2 |
1165 | 2025-01-13T08:51:21.058Z | Downloaded keccak v0.1.5 |
1166 | 2025-01-13T08:51:21.058Z | Downloaded impl-trait-for-tuples v0.2.3 |
1167 | 2025-01-13T08:51:21.060Z | Downloaded async-trait v0.1.85 |
1168 | 2025-01-13T08:51:21.062Z | Downloaded convert_case v0.4.0 |
1169 | 2025-01-13T08:51:21.065Z | Downloaded lru v0.12.5 |
1170 | 2025-01-13T08:51:21.065Z | Downloaded lockfree-object-pool v0.1.6 |
1171 | 2025-01-13T08:51:21.067Z | Downloaded is-terminal v0.4.13 |
1172 | 2025-01-13T08:51:21.067Z | Downloaded hostname v0.3.1 |
1173 | 2025-01-13T08:51:21.070Z | Downloaded hex-literal v0.4.1 |
1174 | 2025-01-13T08:51:21.070Z | Downloaded hostname v0.4.0 |
1175 | 2025-01-13T08:51:21.073Z | Downloaded home v0.5.11 |
1176 | 2025-01-13T08:51:21.073Z | Downloaded cobs v0.2.3 |
1177 | 2025-01-13T08:51:21.073Z | Downloaded chrono-tz-build v0.4.0 |
1178 | 2025-01-13T08:51:21.080Z | Downloaded heck v0.3.3 |
1179 | 2025-01-13T08:51:21.080Z | Downloaded bitflags v1.3.2 |
1180 | 2025-01-13T08:51:21.090Z | Downloaded blowfish v0.9.1 |
1181 | 2025-01-13T08:51:21.090Z | Downloaded bit-vec v0.6.3 |
1182 | 2025-01-13T08:51:21.090Z | Downloaded array-init v0.0.4 |
1183 | 2025-01-13T08:51:21.090Z | Downloaded bb8 v0.8.6 |
1184 | 2025-01-13T08:51:21.090Z | Downloaded arrayref v0.3.9 |
1185 | 2025-01-13T08:51:21.177Z | Downloaded ring v0.17.8 |
1186 | 2025-01-13T08:51:21.285Z | Downloaded libsqlite3-sys v0.30.1 |
1187 | 2025-01-13T08:51:21.479Z | Downloaded aws-lc-sys v0.24.1 |
1188 | 2025-01-13T08:51:21.780Z | Compiling serde v1.0.217 |
1189 | 2025-01-13T08:51:21.783Z | Compiling lock_api v0.4.12 |
1190 | 2025-01-13T08:51:21.783Z | Compiling value-bag v1.10.0 |
1191 | 2025-01-13T08:51:21.783Z | Compiling scopeguard v1.2.0 |
1192 | 2025-01-13T08:51:21.783Z | Compiling typenum v1.17.0 |
1193 | 2025-01-13T08:51:21.783Z | Compiling generic-array v0.14.7 |
1194 | 2025-01-13T08:51:21.935Z | Compiling syn v2.0.96 |
1195 | 2025-01-13T08:51:21.937Z | Compiling getrandom v0.2.15 |
1196 | 2025-01-13T08:51:22.097Z | Compiling subtle v2.6.1 |
1197 | 2025-01-13T08:51:22.236Z | Compiling rand_core v0.6.4 |
1198 | 2025-01-13T08:51:22.446Z | Compiling log v0.4.22 |
1199 | 2025-01-13T08:51:22.467Z | Compiling shlex v1.3.0 |
1200 | 2025-01-13T08:51:22.485Z | Compiling jobserver v0.1.32 |
1201 | 2025-01-13T08:51:22.624Z | Compiling smallvec v1.13.2 |
1202 | 2025-01-13T08:51:22.764Z | Compiling const-oid v0.9.6 |
1203 | 2025-01-13T08:51:22.803Z | Compiling pin-project-lite v0.2.16 |
1204 | 2025-01-13T08:51:22.912Z | Compiling cc v1.2.9 |
1205 | 2025-01-13T08:51:22.931Z | Compiling parking_lot_core v0.9.10 |
1206 | 2025-01-13T08:51:23.001Z | Compiling rustix v0.38.43 |
1207 | 2025-01-13T08:51:23.287Z | Compiling spin v0.9.8 |
1208 | 2025-01-13T08:51:23.388Z | Compiling futures-core v0.3.31 |
1209 | 2025-01-13T08:51:23.636Z | Compiling signal-hook-registry v1.4.2 |
1210 | 2025-01-13T08:51:23.658Z | Compiling mio v1.0.3 |
1211 | 2025-01-13T08:51:23.977Z | Compiling parking_lot v0.12.3 |
1212 | 2025-01-13T08:51:24.216Z | Compiling aho-corasick v1.1.3 |
1213 | 2025-01-13T08:51:24.621Z | Compiling regex-syntax v0.8.5 |
1214 | 2025-01-13T08:51:24.729Z | Compiling stable_deref_trait v1.2.0 |
1215 | 2025-01-13T08:51:24.813Z | Compiling cpufeatures v0.2.16 |
1216 | 2025-01-13T08:51:24.843Z | Compiling either v1.13.0 |
1217 | 2025-01-13T08:51:24.915Z | Compiling futures-sink v0.3.31 |
1218 | 2025-01-13T08:51:24.962Z | Compiling socket2 v0.5.8 |
1219 | 2025-01-13T08:51:25.070Z | Compiling slab v0.4.9 |
1220 | 2025-01-13T08:51:25.089Z | Compiling glob v0.3.2 |
1221 | 2025-01-13T08:51:25.276Z | Compiling prettyplease v0.2.29 |
1222 | 2025-01-13T08:51:25.643Z | Compiling lazy_static v1.5.0 |
1223 | 2025-01-13T08:51:25.769Z | Compiling serde_json v1.0.135 |
1224 | 2025-01-13T08:51:25.828Z | Compiling minimal-lexical v0.2.1 |
1225 | 2025-01-13T08:51:25.983Z | Compiling futures-channel v0.3.31 |
1226 | 2025-01-13T08:51:26.110Z | Compiling libloading v0.8.6 |
1227 | 2025-01-13T08:51:26.129Z | Compiling clang-sys v1.8.1 |
1228 | 2025-01-13T08:51:26.355Z | Compiling nom v7.1.3 |
1229 | 2025-01-13T08:51:26.396Z | Compiling futures-io v0.3.31 |
1230 | 2025-01-13T08:51:26.536Z | Compiling futures-task v0.3.31 |
1231 | 2025-01-13T08:51:26.731Z | Compiling pin-utils v0.1.0 |
1232 | 2025-01-13T08:51:26.827Z | Compiling bindgen v0.69.5 |
1233 | 2025-01-13T08:51:26.849Z | Compiling home v0.5.11 |
1234 | 2025-01-13T08:51:27.132Z | Compiling itertools v0.12.1 |
1235 | 2025-01-13T08:51:27.688Z | Compiling lazycell v1.3.0 |
1236 | 2025-01-13T08:51:27.748Z | Compiling rustc-hash v1.1.0 |
1237 | 2025-01-13T08:51:27.851Z | Compiling libm v0.2.11 |
1238 | 2025-01-13T08:51:27.904Z | Compiling foldhash v0.1.4 |
1239 | 2025-01-13T08:51:28.191Z | Compiling allocator-api2 v0.2.21 |
1240 | 2025-01-13T08:51:28.252Z | Compiling cmake v0.1.52 |
1241 | 2025-01-13T08:51:28.977Z | Compiling regex-automata v0.4.9 |
1242 | 2025-01-13T08:51:29.287Z | Compiling hashbrown v0.15.2 |
1243 | 2025-01-13T08:51:29.979Z | Compiling synstructure v0.13.1 |
1244 | 2025-01-13T08:51:30.151Z | Compiling cexpr v0.6.0 |
1245 | 2025-01-13T08:51:30.657Z | Compiling num-traits v0.2.19 |
1246 | 2025-01-13T08:51:30.938Z | Compiling fs_extra v1.3.0 |
1247 | 2025-01-13T08:51:31.560Z | Compiling dunce v1.0.5 |
1248 | 2025-01-13T08:51:31.605Z | Compiling pkg-config v0.3.31 |
1249 | 2025-01-13T08:51:31.891Z | Compiling writeable v0.5.5 |
1250 | 2025-01-13T08:51:31.943Z | Compiling litemap v0.7.4 |
1251 | 2025-01-13T08:51:32.339Z | Compiling ring v0.17.8 |
1252 | 2025-01-13T08:51:32.469Z | Compiling base64ct v1.6.0 |
1253 | 2025-01-13T08:51:33.077Z | Compiling paste v1.0.15 |
1254 | 2025-01-13T08:51:33.130Z | Compiling pem-rfc7468 v0.7.0 |
1255 | 2025-01-13T08:51:33.619Z | Compiling icu_locid_transform_data v1.5.0 |
1256 | 2025-01-13T08:51:33.638Z | Compiling httparse v1.9.5 |
1257 | 2025-01-13T08:51:33.715Z | Compiling aws-lc-rs v1.12.0 |
1258 | 2025-01-13T08:51:33.852Z | Compiling flagset v0.4.6 |
1259 | 2025-01-13T08:51:34.178Z | Compiling tracing-core v0.1.33 |
1260 | 2025-01-13T08:51:34.400Z | Compiling regex v1.11.1 |
1261 | 2025-01-13T08:51:35.088Z | Compiling crossbeam-utils v0.8.21 |
1262 | 2025-01-13T08:51:35.238Z | Compiling percent-encoding v2.3.1 |
1263 | 2025-01-13T08:51:35.480Z | Compiling icu_properties_data v1.5.0 |
1264 | 2025-01-13T08:51:35.509Z | Compiling rustls-pki-types v1.10.1 |
1265 | 2025-01-13T08:51:35.697Z | Compiling untrusted v0.7.1 |
1266 | 2025-01-13T08:51:35.717Z | Compiling utf8_iter v1.0.4 |
1267 | 2025-01-13T08:51:35.877Z | Compiling powerfmt v0.2.0 |
1268 | 2025-01-13T08:51:35.936Z | Compiling write16 v1.0.0 |
1269 | 2025-01-13T08:51:36.071Z | Compiling num-conv v0.1.0 |
1270 | 2025-01-13T08:51:36.258Z | Compiling untrusted v0.9.0 |
1271 | 2025-01-13T08:51:36.334Z | Compiling utf16_iter v1.0.5 |
1272 | 2025-01-13T08:51:36.355Z | Compiling vcpkg v0.2.15 |
1273 | 2025-01-13T08:51:36.435Z | Compiling icu_normalizer_data v1.5.0 |
1274 | 2025-01-13T08:51:36.532Z | Compiling time-core v0.1.2 |
1275 | 2025-01-13T08:51:36.551Z | Compiling deranged v0.3.11 |
1276 | 2025-01-13T08:51:36.640Z | Compiling serde_derive v1.0.217 |
1277 | 2025-01-13T08:51:36.683Z | Compiling zeroize_derive v1.4.2 |
1278 | 2025-01-13T08:51:37.856Z | Compiling zerocopy-derive v0.7.35 |
1279 | 2025-01-13T08:51:38.201Z | Compiling zeroize v1.8.1 |
1280 | 2025-01-13T08:51:38.386Z | Compiling tokio-macros v2.5.0 |
1281 | 2025-01-13T08:51:38.594Z | Compiling zerofrom-derive v0.1.5 |
1282 | 2025-01-13T08:51:39.003Z | Compiling yoke-derive v0.7.5 |
1283 | 2025-01-13T08:51:39.292Z | Compiling futures-macro v0.3.31 |
1284 | 2025-01-13T08:51:39.927Z | Compiling crypto-common v0.1.6 |
1285 | 2025-01-13T08:51:40.032Z | Compiling block-buffer v0.10.4 |
1286 | 2025-01-13T08:51:40.136Z | Compiling zerocopy v0.7.35 |
1287 | 2025-01-13T08:51:40.175Z | Compiling zerovec-derive v0.10.3 |
1288 | 2025-01-13T08:51:40.297Z | Compiling digest v0.10.7 |
1289 | 2025-01-13T08:51:40.787Z | Compiling hmac v0.12.1 |
1290 | 2025-01-13T08:51:41.028Z | Compiling displaydoc v0.2.5 |
1291 | 2025-01-13T08:51:41.253Z | Compiling futures-util v0.3.31 |
1292 | 2025-01-13T08:51:41.723Z | Compiling block-padding v0.3.3 |
1293 | 2025-01-13T08:51:41.752Z | Compiling sha2 v0.10.8 |
1294 | 2025-01-13T08:51:41.974Z | Compiling inout v0.1.3 |
1295 | 2025-01-13T08:51:42.123Z | Compiling icu_provider_macros v1.5.0 |
1296 | 2025-01-13T08:51:42.267Z | Compiling cipher v0.4.4 |
1297 | 2025-01-13T08:51:42.757Z | Compiling thiserror-impl v1.0.69 |
1298 | 2025-01-13T08:51:42.778Z | Compiling ppv-lite86 v0.2.20 |
1299 | 2025-01-13T08:51:42.798Z | Compiling zerofrom v0.1.5 |
1300 | 2025-01-13T08:51:42.944Z | Compiling der_derive v0.7.3 |
1301 | 2025-01-13T08:51:43.041Z | Compiling yoke v0.7.5 |
1302 | 2025-01-13T08:51:43.258Z | Compiling thiserror-impl v2.0.11 |
1303 | 2025-01-13T08:51:43.429Z | Compiling zerovec v0.10.4 |
1304 | 2025-01-13T08:51:43.655Z | Compiling rand_chacha v0.3.1 |
1305 | 2025-01-13T08:51:45.319Z | Compiling tinystr v0.7.6 |
1306 | 2025-01-13T08:51:45.502Z | Compiling der v0.7.9 |
1307 | 2025-01-13T08:51:45.731Z | Compiling icu_locid v1.5.0 |
1308 | 2025-01-13T08:51:45.769Z | Compiling icu_collections v1.5.0 |
1309 | 2025-01-13T08:51:46.066Z | Compiling tracing-attributes v0.1.28 |
1310 | 2025-01-13T08:51:46.298Z | Compiling thiserror v1.0.69 |
1311 | 2025-01-13T08:51:46.441Z | Compiling rand v0.8.5 |
1312 | 2025-01-13T08:51:47.050Z | Compiling icu_provider v1.5.0 |
1313 | 2025-01-13T08:51:47.180Z | Compiling thiserror v2.0.11 |
1314 | 2025-01-13T08:51:47.329Z | Compiling pest v2.7.15 |
1315 | 2025-01-13T08:51:47.583Z | Compiling spki v0.7.3 |
1316 | 2025-01-13T08:51:47.978Z | Compiling icu_locid_transform v1.5.0 |
1317 | 2025-01-13T08:51:48.154Z | Compiling salsa20 v0.10.2 |
1318 | 2025-01-13T08:51:48.171Z | Compiling pbkdf2 v0.12.2 |
1319 | 2025-01-13T08:51:48.344Z | Compiling aes v0.8.4 |
1320 | 2025-01-13T08:51:48.406Z | Compiling scrypt v0.11.0 |
1321 | 2025-01-13T08:51:48.602Z | Compiling cbc v0.1.2 |
1322 | 2025-01-13T08:51:48.892Z | Compiling openssl-sys v0.9.104 |
1323 | 2025-01-13T08:51:49.003Z | Compiling time-macros v0.2.19 |
1324 | 2025-01-13T08:51:49.892Z | Compiling tracing v0.1.41 |
1325 | 2025-01-13T08:51:50.004Z | Compiling icu_properties v1.5.1 |
1326 | 2025-01-13T08:51:50.389Z | Compiling pest_meta v2.7.15 |
1327 | 2025-01-13T08:51:50.446Z | Compiling scroll_derive v0.12.0 |
1328 | 2025-01-13T08:51:50.689Z | Compiling num_threads v0.1.7 |
1329 | 2025-01-13T08:51:50.824Z | Compiling bitflags v2.7.0 |
1330 | 2025-01-13T08:51:51.197Z | Compiling bytes v1.9.0 |
1331 | 2025-01-13T08:51:51.923Z | Compiling indexmap v2.7.0 |
1332 | 2025-01-13T08:51:52.294Z | Compiling tokio v1.43.0 |
1333 | 2025-01-13T08:51:52.492Z | Compiling http v1.2.0 |
1334 | 2025-01-13T08:51:52.628Z | Compiling semver v1.0.24 |
1335 | 2025-01-13T08:51:53.387Z | Compiling rustc_version v0.4.1 |
1336 | 2025-01-13T08:51:53.440Z | Compiling atomic-waker v1.1.2 |
1337 | 2025-01-13T08:51:53.637Z | Compiling icu_normalizer v1.5.0 |
1338 | 2025-01-13T08:51:54.221Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2025-01-13T08:51:54.320Z | Compiling tinyvec v1.8.1 |
1340 | 2025-01-13T08:51:54.605Z | Compiling idna_adapter v1.2.0 |
1341 | 2025-01-13T08:51:54.836Z | Compiling http-body v1.0.1 |
1342 | 2025-01-13T08:51:54.856Z | Compiling time v0.3.37 |
1343 | 2025-01-13T08:51:55.043Z | Compiling scroll v0.12.0 |
1344 | 2025-01-13T08:51:55.070Z | Compiling pest_generator v2.7.15 |
1345 | 2025-01-13T08:51:55.544Z | Compiling which v4.4.2 |
1346 | 2025-01-13T08:51:55.663Z | Compiling pkcs5 v0.7.1 |
1347 | 2025-01-13T08:51:55.705Z | Compiling form_urlencoded v1.2.1 |
1348 | 2025-01-13T08:51:56.036Z | Compiling slog v2.7.0 |
1349 | 2025-01-13T08:51:56.153Z | Compiling try-lock v0.2.5 |
1350 | 2025-01-13T08:51:56.309Z | Compiling want v0.3.1 |
1351 | 2025-01-13T08:51:56.597Z | Compiling pkcs8 v0.10.2 |
1352 | 2025-01-13T08:51:56.625Z | Compiling goblin v0.8.2 |
1353 | 2025-01-13T08:51:56.898Z | Compiling idna v1.0.3 |
1354 | 2025-01-13T08:51:57.069Z | Compiling pest_derive v2.7.15 |
1355 | 2025-01-13T08:51:57.128Z | Compiling uuid v1.11.1 |
1356 | 2025-01-13T08:51:57.372Z | Compiling httpdate v1.0.3 |
1357 | 2025-01-13T08:51:57.807Z | Compiling iana-time-zone v0.1.61 |
1358 | 2025-01-13T08:51:57.903Z | Compiling tower-service v0.3.3 |
1359 | 2025-01-13T08:51:58.037Z | Compiling chrono v0.4.39 |
1360 | 2025-01-13T08:51:58.294Z | Compiling dtrace-parser v0.2.0 |
1361 | 2025-01-13T08:51:58.734Z | Compiling serde_spanned v0.6.8 |
1362 | 2025-01-13T08:51:59.018Z | Compiling toml_datetime v0.6.8 |
1363 | 2025-01-13T08:51:59.385Z | Compiling serde_tokenstream v0.2.2 |
1364 | 2025-01-13T08:51:59.557Z | Compiling match_cfg v0.1.0 |
1365 | 2025-01-13T08:51:59.662Z | Compiling rustversion v1.0.19 |
1366 | 2025-01-13T08:52:00.011Z | Compiling base64 v0.22.1 |
1367 | 2025-01-13T08:52:00.330Z | Compiling adler2 v2.0.0 |
1368 | 2025-01-13T08:52:00.377Z | Compiling foreign-types-shared v0.1.1 |
1369 | 2025-01-13T08:52:00.491Z | Compiling openssl v0.10.68 |
1370 | 2025-01-13T08:52:00.545Z | Compiling miniz_oxide v0.8.2 |
1371 | 2025-01-13T08:52:00.547Z | Compiling foreign-types v0.3.2 |
1372 | 2025-01-13T08:52:00.732Z | Compiling hostname v0.3.1 |
1373 | 2025-01-13T08:52:00.766Z | Compiling tokio-util v0.7.13 |
1374 | 2025-01-13T08:52:00.932Z | Compiling url v2.5.4 |
1375 | 2025-01-13T08:52:01.832Z | Compiling h2 v0.4.7 |
1376 | 2025-01-13T08:52:02.100Z | Compiling async-trait v0.1.85 |
1377 | 2025-01-13T08:52:02.202Z | Compiling openssl-macros v0.1.1 |
1378 | 2025-01-13T08:52:02.367Z | Compiling dof v0.3.0 |
1379 | 2025-01-13T08:52:02.799Z | Compiling serde_derive_internals v0.29.1 |
1380 | 2025-01-13T08:52:02.968Z | Compiling dirs-sys-next v0.1.2 |
1381 | 2025-01-13T08:52:03.620Z | Compiling usdt-impl v0.5.0 |
1382 | 2025-01-13T08:52:04.578Z | Compiling rustls v0.23.21 |
1383 | 2025-01-13T08:52:04.862Z | Compiling object v0.36.7 |
1384 | 2025-01-13T08:52:05.074Z | Compiling native-tls v0.2.12 |
1385 | 2025-01-13T08:52:05.255Z | Compiling rustls v0.22.4 |
1386 | 2025-01-13T08:52:05.383Z | Compiling data-encoding v2.6.0 |
1387 | 2025-01-13T08:52:05.404Z | Compiling syn v1.0.109 |
1388 | 2025-01-13T08:52:05.513Z | Compiling schemars v0.8.21 |
1389 | 2025-01-13T08:52:05.624Z | Compiling schemars_derive v0.8.21 |
1390 | 2025-01-13T08:52:06.011Z | Compiling dirs-next v2.0.0 |
1391 | 2025-01-13T08:52:07.059Z | Compiling unicode-normalization v0.1.24 |
1392 | 2025-01-13T08:52:07.619Z | Compiling http-body-util v0.1.2 |
1393 | 2025-01-13T08:52:07.746Z | Compiling heapless v0.7.17 |
1394 | 2025-01-13T08:52:08.103Z | Compiling signature v2.2.0 |
1395 | 2025-01-13T08:52:08.139Z | Compiling sha1 v0.10.6 |
1396 | 2025-01-13T08:52:08.164Z | Compiling crossbeam-epoch v0.9.18 |
1397 | 2025-01-13T08:52:08.184Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1398 | 2025-01-13T08:52:08.418Z | Compiling thread_local v1.1.8 |
1399 | 2025-01-13T08:52:08.571Z | Compiling multer v3.1.0 |
1400 | 2025-01-13T08:52:08.661Z | Compiling hyper v1.5.2 |
1401 | 2025-01-13T08:52:08.890Z | Compiling encoding_rs v0.8.35 |
1402 | 2025-01-13T08:52:08.955Z | Compiling cookie v0.18.1 |
1403 | 2025-01-13T08:52:08.993Z | Compiling signal-hook v0.3.17 |
1404 | 2025-01-13T08:52:09.016Z | Compiling unicode-bidi v0.3.18 |
1405 | 2025-01-13T08:52:09.236Z | Compiling ipnet v2.10.1 |
1406 | 2025-01-13T08:52:09.266Z | Compiling gimli v0.31.1 |
1407 | 2025-01-13T08:52:10.495Z | Compiling rayon-core v1.12.1 |
1408 | 2025-01-13T08:52:10.516Z | Compiling dyn-clone v1.0.17 |
1409 | 2025-01-13T08:52:10.731Z | Compiling slog-async v2.8.0 |
1410 | 2025-01-13T08:52:10.775Z | Compiling mime v0.3.17 |
1411 | 2025-01-13T08:52:11.276Z | Compiling hyper-util v0.1.10 |
1412 | 2025-01-13T08:52:11.359Z | Compiling openssl-probe v0.1.5 |
1413 | 2025-01-13T08:52:11.723Z | Compiling unicode-properties v0.1.3 |
1414 | 2025-01-13T08:52:12.136Z | Compiling stringprep v0.1.5 |
1415 | 2025-01-13T08:52:13.075Z | Compiling toml_edit v0.22.22 |
1416 | 2025-01-13T08:52:13.461Z | Compiling crossbeam-deque v0.8.6 |
1417 | 2025-01-13T08:52:13.830Z | Compiling addr2line v0.24.2 |
1418 | 2025-01-13T08:52:14.541Z | Compiling usdt-attr-macro v0.5.0 |
1419 | 2025-01-13T08:52:14.548Z | Compiling usdt-macro v0.5.0 |
1420 | 2025-01-13T08:52:14.585Z | Compiling term v0.7.0 |
1421 | 2025-01-13T08:52:15.984Z | Compiling slog-json v2.6.1 |
1422 | 2025-01-13T08:52:16.099Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2025-01-13T08:52:16.178Z | Compiling curve25519-dalek v4.1.3 |
1424 | 2025-01-13T08:52:16.354Z | Compiling futures-executor v0.3.31 |
1425 | 2025-01-13T08:52:16.628Z | Compiling md-5 v0.10.6 |
1426 | 2025-01-13T08:52:16.759Z | Compiling crossbeam-channel v0.5.14 |
1427 | 2025-01-13T08:52:16.787Z | Compiling enum-as-inner v0.6.1 |
1428 | 2025-01-13T08:52:16.889Z | Compiling async-stream-impl v0.3.6 |
1429 | 2025-01-13T08:52:16.908Z | Compiling rustls-pemfile v2.2.0 |
1430 | 2025-01-13T08:52:17.269Z | Compiling num-integer v0.1.46 |
1431 | 2025-01-13T08:52:17.881Z | Compiling hash32 v0.2.1 |
1432 | 2025-01-13T08:52:17.902Z | Compiling ff v0.13.0 |
1433 | 2025-01-13T08:52:18.003Z | Compiling is-terminal v0.4.13 |
1434 | 2025-01-13T08:52:18.114Z | Compiling dropshot v0.12.0 |
1435 | 2025-01-13T08:52:18.136Z | Compiling siphasher v1.0.1 |
1436 | 2025-01-13T08:52:18.265Z | Compiling take_mut v0.2.2 |
1437 | 2025-01-13T08:52:18.308Z | Compiling utf-8 v0.7.6 |
1438 | 2025-01-13T08:52:18.411Z | Compiling rustc-demangle v0.1.24 |
1439 | 2025-01-13T08:52:18.432Z | Compiling portable-atomic v1.10.0 |
1440 | 2025-01-13T08:52:18.523Z | Compiling num-bigint-dig v0.8.4 |
1441 | 2025-01-13T08:52:18.628Z | Compiling quick-error v1.2.3 |
1442 | 2025-01-13T08:52:18.797Z | Compiling psl-types v2.0.11 |
1443 | 2025-01-13T08:52:18.845Z | Compiling smoltcp v0.9.1 |
1444 | 2025-01-13T08:52:19.014Z | Compiling litrs v0.4.1 |
1445 | 2025-01-13T08:52:19.443Z | Compiling base16ct v0.2.0 |
1446 | 2025-01-13T08:52:19.554Z | Compiling fallible-iterator v0.2.0 |
1447 | 2025-01-13T08:52:19.574Z | Compiling linked-hash-map v0.5.6 |
1448 | 2025-01-13T08:52:19.781Z | Compiling anyhow v1.0.95 |
1449 | 2025-01-13T08:52:19.942Z | Compiling lru-cache v0.1.2 |
1450 | 2025-01-13T08:52:20.148Z | Compiling sec1 v0.7.3 |
1451 | 2025-01-13T08:52:20.282Z | Compiling postgres-protocol v0.6.7 |
1452 | 2025-01-13T08:52:20.341Z | Compiling document-features v0.2.10 |
1453 | 2025-01-13T08:52:20.787Z | Compiling publicsuffix v2.3.0 |
1454 | 2025-01-13T08:52:20.866Z | Compiling resolv-conf v0.7.0 |
1455 | 2025-01-13T08:52:21.080Z | Compiling tungstenite v0.24.0 |
1456 | 2025-01-13T08:52:21.309Z | Compiling phf_shared v0.11.3 |
1457 | 2025-01-13T08:52:21.634Z | Compiling async-stream v0.3.6 |
1458 | 2025-01-13T08:52:21.700Z | Compiling usdt v0.5.0 |
1459 | 2025-01-13T08:52:21.941Z | Compiling slog-term v2.9.1 |
1460 | 2025-01-13T08:52:22.221Z | Compiling backtrace v0.3.74 |
1461 | 2025-01-13T08:52:22.780Z | Compiling group v0.13.0 |
1462 | 2025-01-13T08:52:22.866Z | Compiling hickory-proto v0.24.2 |
1463 | 2025-01-13T08:52:22.963Z | Compiling num-iter v0.1.45 |
1464 | 2025-01-13T08:52:23.156Z | Compiling futures v0.3.31 |
1465 | 2025-01-13T08:52:23.234Z | Compiling slog-bunyan v2.5.0 |
1466 | 2025-01-13T08:52:23.253Z | Compiling toml v0.8.19 |
1467 | 2025-01-13T08:52:24.598Z | Compiling tokio-native-tls v0.3.1 |
1468 | 2025-01-13T08:52:24.878Z | Compiling camino v1.1.9 |
1469 | 2025-01-13T08:52:25.014Z | Compiling dropshot_endpoint v0.12.0 |
1470 | 2025-01-13T08:52:25.148Z | Compiling terminal_size v0.4.1 |
1471 | 2025-01-13T08:52:25.376Z | Compiling waitgroup v0.1.2 |
1472 | 2025-01-13T08:52:25.554Z | Compiling openapiv3 v2.0.0 |
1473 | 2025-01-13T08:52:25.610Z | Compiling serde_path_to_error v0.1.16 |
1474 | 2025-01-13T08:52:25.838Z | Compiling hkdf v0.12.4 |
1475 | 2025-01-13T08:52:25.957Z | Compiling crypto-bigint v0.5.5 |
1476 | 2025-01-13T08:52:26.112Z | Compiling curve25519-dalek-derive v0.1.1 |
1477 | 2025-01-13T08:52:26.473Z | Compiling zerocopy-derive v0.6.6 |
1478 | 2025-01-13T08:52:27.667Z | Compiling hubpack_derive v0.1.1 |
1479 | 2025-01-13T08:52:27.698Z | Compiling webpki-roots v0.26.7 |
1480 | 2025-01-13T08:52:27.923Z | Compiling sync_wrapper v1.0.2 |
1481 | 2025-01-13T08:52:28.085Z | Compiling hostname v0.4.0 |
1482 | 2025-01-13T08:52:28.355Z | Compiling fs-err v2.11.0 |
1483 | 2025-01-13T08:52:28.584Z | Compiling ahash v0.8.11 |
1484 | 2025-01-13T08:52:28.645Z | Compiling crc32fast v1.4.2 |
1485 | 2025-01-13T08:52:28.800Z | Compiling debug-ignore v1.0.5 |
1486 | 2025-01-13T08:52:28.941Z | Compiling bitflags v1.3.2 |
1487 | 2025-01-13T08:52:28.970Z | Compiling siphasher v0.3.11 |
1488 | 2025-01-13T08:52:29.004Z | Compiling winnow v0.5.40 |
1489 | 2025-01-13T08:52:29.053Z | Compiling managed v0.8.0 |
1490 | 2025-01-13T08:52:29.375Z | Compiling newtype-uuid v1.1.3 |
1491 | 2025-01-13T08:52:29.501Z | Compiling unicode-width v0.2.0 |
1492 | 2025-01-13T08:52:29.655Z | Compiling tower-layer v0.3.3 |
1493 | 2025-01-13T08:52:29.953Z | Compiling tower v0.5.2 |
1494 | 2025-01-13T08:52:29.974Z | Compiling console v0.15.10 |
1495 | 2025-01-13T08:52:30.045Z | Compiling phf_shared v0.10.0 |
1496 | 2025-01-13T08:52:30.446Z | Compiling elliptic-curve v0.13.8 |
1497 | 2025-01-13T08:52:30.924Z | Compiling clap_builder v4.5.26 |
1498 | 2025-01-13T08:52:31.289Z | Compiling strum_macros v0.25.3 |
1499 | 2025-01-13T08:52:31.665Z | Compiling flate2 v1.0.35 |
1500 | 2025-01-13T08:52:31.789Z | Compiling zerocopy v0.6.6 |
1501 | 2025-01-13T08:52:32.345Z | Compiling hubpack v0.1.2 |
1502 | 2025-01-13T08:52:32.653Z | Compiling toml_edit v0.19.15 |
1503 | 2025-01-13T08:52:32.673Z | Compiling hickory-resolver v0.24.2 |
1504 | 2025-01-13T08:52:32.819Z | Compiling signal-hook-mio v0.2.4 |
1505 | 2025-01-13T08:52:32.987Z | Compiling hyper-tls v0.6.0 |
1506 | 2025-01-13T08:52:33.227Z | Compiling rayon v1.10.0 |
1507 | 2025-01-13T08:52:33.387Z | Compiling cookie_store v0.21.1 |
1508 | 2025-01-13T08:52:35.089Z | Compiling bzip2 v0.4.4 |
1509 | 2025-01-13T08:52:36.338Z | Compiling tokio-tungstenite v0.24.0 |
1510 | 2025-01-13T08:52:36.892Z | Compiling phf v0.11.3 |
1511 | 2025-01-13T08:52:37.222Z | Compiling postgres-types v0.2.8 |
1512 | 2025-01-13T08:52:38.702Z | Compiling ed25519 v2.2.3 |
1513 | 2025-01-13T08:52:39.416Z | Compiling tokio-stream v0.1.17 |
1514 | 2025-01-13T08:52:39.536Z | Compiling pkcs1 v0.7.5 |
1515 | 2025-01-13T08:52:40.358Z | Compiling serde-big-array v0.5.1 |
1516 | 2025-01-13T08:52:40.503Z | Compiling rfc6979 v0.4.0 |
1517 | 2025-01-13T08:52:40.555Z | Compiling derive-where v1.2.7 |
1518 | 2025-01-13T08:52:40.602Z | Compiling clap_derive v4.5.24 |
1519 | 2025-01-13T08:52:40.626Z | Compiling serde_repr v0.1.19 |
1520 | 2025-01-13T08:52:40.644Z | Compiling float-cmp v0.10.0 |
1521 | 2025-01-13T08:52:40.685Z | Compiling bstr v1.11.3 |
1522 | 2025-01-13T08:52:40.849Z | Compiling difflib v0.4.0 |
1523 | 2025-01-13T08:52:40.869Z | Compiling bit-vec v0.8.0 |
1524 | 2025-01-13T08:52:41.396Z | Compiling whoami v1.5.2 |
1525 | 2025-01-13T08:52:41.813Z | Compiling fixedbitset v0.4.2 |
1526 | 2025-01-13T08:52:42.071Z | Compiling unicode-segmentation v1.12.0 |
1527 | 2025-01-13T08:52:42.296Z | Compiling normalize-line-endings v0.3.0 |
1528 | 2025-01-13T08:52:42.423Z | Compiling predicates-core v1.0.9 |
1529 | 2025-01-13T08:52:42.471Z | Compiling precomputed-hash v0.1.1 |
1530 | 2025-01-13T08:52:42.568Z | Compiling static_assertions v1.1.0 |
1531 | 2025-01-13T08:52:42.587Z | Compiling number_prefix v0.4.0 |
1532 | 2025-01-13T08:52:42.675Z | Compiling new_debug_unreachable v1.0.6 |
1533 | 2025-01-13T08:52:42.779Z | Compiling similar v2.6.0 |
1534 | 2025-01-13T08:52:42.799Z | Compiling string_cache v0.8.7 |
1535 | 2025-01-13T08:52:42.818Z | Compiling indicatif v0.17.9 |
1536 | 2025-01-13T08:52:42.976Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1537 | 2025-01-13T08:52:43.296Z | Compiling predicates v3.1.3 |
1538 | 2025-01-13T08:52:44.151Z | Compiling petgraph v0.6.5 |
1539 | 2025-01-13T08:52:45.058Z | Compiling tokio-postgres v0.7.12 |
1540 | 2025-01-13T08:52:45.086Z | Compiling bit-set v0.8.0 |
1541 | 2025-01-13T08:52:45.299Z | Compiling ecdsa v0.16.9 |
1542 | 2025-01-13T08:52:45.399Z | Compiling rsa v0.9.7 |
1543 | 2025-01-13T08:52:45.802Z | Compiling clap v4.5.26 |
1544 | 2025-01-13T08:52:45.936Z | Compiling ed25519-dalek v2.1.1 |
1545 | 2025-01-13T08:52:46.185Z | Compiling toml v0.7.8 |
1546 | 2025-01-13T08:52:47.278Z | Compiling zip v0.6.6 |
1547 | 2025-01-13T08:52:47.940Z | Compiling crossterm v0.28.1 |
1548 | 2025-01-13T08:52:49.383Z | Compiling hex v0.4.3 |
1549 | 2025-01-13T08:52:49.519Z | Compiling x509-cert v0.2.5 |
1550 | 2025-01-13T08:52:49.906Z | Compiling itertools v0.10.5 |
1551 | 2025-01-13T08:52:50.011Z | Compiling lalrpop-util v0.19.12 |
1552 | 2025-01-13T08:52:50.108Z | Compiling peg-runtime v0.8.3 |
1553 | 2025-01-13T08:52:50.382Z | Compiling unicode-xid v0.2.6 |
1554 | 2025-01-13T08:52:50.566Z | Compiling strum_macros v0.26.4 |
1555 | 2025-01-13T08:52:50.779Z | Compiling xattr v1.4.0 |
1556 | 2025-01-13T08:52:50.782Z | Compiling filetime v0.2.25 |
1557 | 2025-01-13T08:52:51.045Z | Compiling tar v0.4.43 |
1558 | 2025-01-13T08:52:55.781Z | Compiling strum v0.26.3 |
1559 | 2025-01-13T08:52:58.503Z | Compiling aws-lc-sys v0.24.1 |
1560 | 2025-01-13T08:53:26.734Z | Compiling rustls-webpki v0.102.8 |
1561 | 2025-01-13T08:53:30.050Z | Compiling tokio-rustls v0.25.0 |
1562 | 2025-01-13T08:53:31.822Z | Compiling tokio-rustls v0.26.1 |
1563 | 2025-01-13T08:53:32.217Z | Compiling hyper-rustls v0.27.5 |
1564 | 2025-01-13T08:53:32.483Z | Compiling reqwest v0.12.12 |
1565 | 2025-01-13T08:53:33.561Z | Compiling qorb v0.2.1 |
1566 | 2025-01-13T08:53:38.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1567 | 2025-01-13T08:53:38.794Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1568 | 2025-01-13T08:53:44.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1569 | 2025-01-13T08:53:44.740Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1570 | 2025-01-13T08:53:44.789Z | Jan 13 08:53:44.078 INFO Starting download, target: Cockroach |
1571 | 2025-01-13T08:53:44.790Z | Jan 13 08:53:44.079 INFO Starting download, target: Console |
1572 | 2025-01-13T08:53:44.790Z | Jan 13 08:53:44.079 INFO Starting download, target: Clickhouse |
1573 | 2025-01-13T08:53:44.790Z | Jan 13 08:53:44.079 INFO Starting download, target: DendriteOpenapi |
1574 | 2025-01-13T08:53:44.790Z | Jan 13 08:53:44.079 INFO Starting download, target: DendriteStub |
1575 | 2025-01-13T08:53:44.790Z | Jan 13 08:53:44.079 INFO Starting download, target: MaghemiteMgd |
1576 | 2025-01-13T08:53:44.790Z | Jan 13 08:53:44.079 INFO Starting download, target: TransceiverControl |
1577 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.079 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1578 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.079 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1579 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.079 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1580 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.079 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1581 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1582 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1583 | 2025-01-13T08:53:44.792Z | Jan 13 08:53:44.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1584 | 2025-01-13T08:53:45.044Z | Jan 13 08:53:44.326 INFO Download complete, target: DendriteOpenapi |
1585 | 2025-01-13T08:53:45.132Z | Jan 13 08:53:44.418 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1586 | 2025-01-13T08:53:45.311Z | Jan 13 08:53:44.559 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1587 | 2025-01-13T08:53:45.613Z | Jan 13 08:53:44.874 INFO Download complete, target: Console |
1588 | 2025-01-13T08:53:45.674Z | Jan 13 08:53:44.959 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1589 | 2025-01-13T08:53:45.718Z | Jan 13 08:53:45.005 INFO Download complete, target: TransceiverControl |
1590 | 2025-01-13T08:53:45.867Z | Jan 13 08:53:45.156 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1591 | 2025-01-13T08:53:46.303Z | Jan 13 08:53:45.592 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1592 | 2025-01-13T08:53:46.303Z | Jan 13 08:53:45.592 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1593 | 2025-01-13T08:53:46.651Z | Jan 13 08:53:45.941 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1594 | 2025-01-13T08:53:48.261Z | Jan 13 08:53:47.551 INFO Download complete, target: MaghemiteMgd |
1595 | 2025-01-13T08:53:48.356Z | Jan 13 08:53:47.645 INFO Download complete, target: DendriteStub |
1596 | 2025-01-13T08:53:52.762Z | Jan 13 08:53:52.049 INFO Checking that binary works, target: Cockroach |
1597 | 2025-01-13T08:53:52.968Z | Jan 13 08:53:52.239 INFO Download complete, target: Cockroach |
1598 | 2025-01-13T08:53:57.254Z | Jan 13 08:53:56.543 INFO Checking that binary works, target: Clickhouse |
1599 | 2025-01-13T08:53:57.362Z | Jan 13 08:53:56.652 INFO Download complete, target: Clickhouse |
1600 | 2025-01-13T08:53:57.384Z | All builder prerequisites installed successfully, and PATH looks valid |
1601 | 2025-01-13T08:53:57.387Z | |
1602 | 2025-01-13T08:53:57.387Z | real 5:12.477220875 |
1603 | 2025-01-13T08:53:57.387Z | user 16:37.046455380 |
1604 | 2025-01-13T08:53:57.387Z | sys 3:17.732900261 |
1605 | 2025-01-13T08:53:57.387Z | trap 0.551820619 |
1606 | 2025-01-13T08:53:57.387Z | tflt 1.689131288 |
1607 | 2025-01-13T08:53:57.387Z | dflt 2.144275592 |
1608 | 2025-01-13T08:53:57.387Z | kflt 0.025114228 |
1609 | 2025-01-13T08:53:57.387Z | lock 29:44.871575770 |
1610 | 2025-01-13T08:53:57.387Z | slp 1:02:48.730347128 |
1611 | 2025-01-13T08:53:57.387Z | lat 59.697577122 |
1612 | 2025-01-13T08:53:57.387Z | stop 2:26.950309799 |
1613 | 2025-01-13T08:53:57.387Z | + banner hack-check |
1614 | 2025-01-13T08:53:57.390Z | |
1615 | 2025-01-13T08:53:57.390Z | # # ## #### # # #### # # ###### #### # # |
1616 | 2025-01-13T08:53:57.390Z | # # # # # # # # # # # # # # # # # |
1617 | 2025-01-13T08:53:57.390Z | ###### # # # #### ##### # ###### ##### # #### |
1618 | 2025-01-13T08:53:57.390Z | # # ###### # # # # # # # # # # |
1619 | 2025-01-13T08:53:57.390Z | # # # # # # # # # # # # # # # # # |
1620 | 2025-01-13T08:53:57.390Z | # # # # #### # # #### # # ###### #### # # |
1621 | 2025-01-13T08:53:57.390Z | |
1622 | 2025-01-13T08:53:57.390Z | + export CARGO_INCREMENTAL=0 |
1623 | 2025-01-13T08:53:57.390Z | + CARGO_INCREMENTAL=0 |
1624 | 2025-01-13T08:53:57.390Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1625 | 2025-01-13T08:53:57.987Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1626 | 2025-01-13T08:54:01.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
1627 | 2025-01-13T08:54:01.823Z | Running `target/debug/xtask check-features --ci` |
1628 | 2025-01-13T08:54:01.845Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1629 | 2025-01-13T08:54:01.845Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1630 | 2025-01-13T08:54:02.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1631 | 2025-01-13T08:54:02.308Z | Running `target/debug/xtask download cargo-hack` |
1632 | 2025-01-13T08:54:03.143Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1633 | 2025-01-13T08:54:03.504Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1634 | 2025-01-13T08:54:08.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s |
1635 | 2025-01-13T08:54:08.665Z | Running `target/debug/xtask-downloader cargo-hack` |
1636 | 2025-01-13T08:54:08.703Z | Jan 13 08:54:07.992 INFO Starting download, target: CargoHack |
1637 | 2025-01-13T08:54:08.705Z | Jan 13 08:54:07.993 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1638 | 2025-01-13T08:54:09.364Z | Jan 13 08:54:08.653 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1639 | 2025-01-13T08:54:09.443Z | Jan 13 08:54:08.732 INFO Download complete, target: CargoHack |
1640 | 2025-01-13T08:54:09.447Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1641 | 2025-01-13T08:54:09.462Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1642 | 2025-01-13T08:54:09.629Z | info: running `cargo check --bins` on api_identity (1/176) |
1643 | 2025-01-13T08:54:10.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2025-01-13T08:54:10.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2025-01-13T08:54:10.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2025-01-13T08:54:10.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1647 | 2025-01-13T08:54:10.236Z | |
1648 | 2025-01-13T08:54:10.236Z | info: running `cargo check --bins` on bootstore (2/176) |
1649 | 2025-01-13T08:54:10.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2025-01-13T08:54:10.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2025-01-13T08:54:10.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2025-01-13T08:54:10.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1653 | 2025-01-13T08:54:10.881Z | |
1654 | 2025-01-13T08:54:10.881Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1655 | 2025-01-13T08:54:11.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2025-01-13T08:54:11.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2025-01-13T08:54:11.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2025-01-13T08:54:11.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1659 | 2025-01-13T08:54:11.505Z | |
1660 | 2025-01-13T08:54:11.505Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1661 | 2025-01-13T08:54:12.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2025-01-13T08:54:12.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2025-01-13T08:54:12.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2025-01-13T08:54:12.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1665 | 2025-01-13T08:54:12.131Z | |
1666 | 2025-01-13T08:54:12.131Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1667 | 2025-01-13T08:54:12.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-01-13T08:54:12.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-01-13T08:54:12.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-01-13T08:54:12.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1671 | 2025-01-13T08:54:12.579Z | |
1672 | 2025-01-13T08:54:12.579Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1673 | 2025-01-13T08:54:12.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-01-13T08:54:12.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-01-13T08:54:12.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-01-13T08:54:12.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1677 | 2025-01-13T08:54:13.037Z | |
1678 | 2025-01-13T08:54:13.037Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1679 | 2025-01-13T08:54:13.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-01-13T08:54:13.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-01-13T08:54:13.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-01-13T08:54:13.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1683 | 2025-01-13T08:54:13.460Z | |
1684 | 2025-01-13T08:54:13.460Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1685 | 2025-01-13T08:54:13.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-01-13T08:54:13.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-01-13T08:54:13.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-01-13T08:54:13.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1689 | 2025-01-13T08:54:13.886Z | |
1690 | 2025-01-13T08:54:13.887Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1691 | 2025-01-13T08:54:14.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-01-13T08:54:14.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-01-13T08:54:14.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-01-13T08:54:14.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1695 | 2025-01-13T08:54:14.316Z | |
1696 | 2025-01-13T08:54:14.316Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1697 | 2025-01-13T08:54:14.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-01-13T08:54:14.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-01-13T08:54:14.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-01-13T08:54:14.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2025-01-13T08:54:14.739Z | |
1702 | 2025-01-13T08:54:14.739Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1703 | 2025-01-13T08:54:15.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-01-13T08:54:15.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-01-13T08:54:15.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-01-13T08:54:15.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1707 | 2025-01-13T08:54:15.162Z | |
1708 | 2025-01-13T08:54:15.162Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1709 | 2025-01-13T08:54:15.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-01-13T08:54:15.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-01-13T08:54:15.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-01-13T08:54:15.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1713 | 2025-01-13T08:54:15.591Z | |
1714 | 2025-01-13T08:54:15.591Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1715 | 2025-01-13T08:54:15.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-01-13T08:54:15.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-01-13T08:54:15.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-01-13T08:54:15.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1719 | 2025-01-13T08:54:16.029Z | |
1720 | 2025-01-13T08:54:16.029Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1721 | 2025-01-13T08:54:16.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-01-13T08:54:16.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-01-13T08:54:16.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-01-13T08:54:16.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2025-01-13T08:54:16.463Z | |
1726 | 2025-01-13T08:54:16.463Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1727 | 2025-01-13T08:54:16.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-01-13T08:54:16.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-01-13T08:54:16.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-01-13T08:54:16.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1731 | 2025-01-13T08:54:16.901Z | |
1732 | 2025-01-13T08:54:16.901Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1733 | 2025-01-13T08:54:17.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-01-13T08:54:17.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-01-13T08:54:17.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-01-13T08:54:17.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2025-01-13T08:54:17.336Z | |
1738 | 2025-01-13T08:54:17.336Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1739 | 2025-01-13T08:54:17.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-01-13T08:54:17.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-01-13T08:54:17.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-01-13T08:54:17.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1743 | 2025-01-13T08:54:17.770Z | |
1744 | 2025-01-13T08:54:17.770Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1745 | 2025-01-13T08:54:18.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-01-13T08:54:18.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-01-13T08:54:18.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-01-13T08:54:18.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1749 | 2025-01-13T08:54:18.198Z | |
1750 | 2025-01-13T08:54:18.199Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1751 | 2025-01-13T08:54:18.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-01-13T08:54:18.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-01-13T08:54:18.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-01-13T08:54:18.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2025-01-13T08:54:18.627Z | |
1756 | 2025-01-13T08:54:18.627Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1757 | 2025-01-13T08:54:19.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-01-13T08:54:19.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-01-13T08:54:19.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-01-13T08:54:19.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1761 | 2025-01-13T08:54:19.066Z | |
1762 | 2025-01-13T08:54:19.066Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1763 | 2025-01-13T08:54:19.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-01-13T08:54:19.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-01-13T08:54:19.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-01-13T08:54:19.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1767 | 2025-01-13T08:54:19.499Z | |
1768 | 2025-01-13T08:54:19.499Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1769 | 2025-01-13T08:54:19.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-01-13T08:54:19.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-01-13T08:54:19.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-01-13T08:54:19.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1773 | 2025-01-13T08:54:19.932Z | |
1774 | 2025-01-13T08:54:19.932Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1775 | 2025-01-13T08:54:20.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-01-13T08:54:20.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-01-13T08:54:20.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-01-13T08:54:20.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1779 | 2025-01-13T08:54:20.359Z | |
1780 | 2025-01-13T08:54:20.359Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1781 | 2025-01-13T08:54:20.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-01-13T08:54:20.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-01-13T08:54:20.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-01-13T08:54:20.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1785 | 2025-01-13T08:54:20.796Z | |
1786 | 2025-01-13T08:54:20.796Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1787 | 2025-01-13T08:54:21.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-01-13T08:54:21.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-01-13T08:54:21.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-01-13T08:54:21.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1791 | 2025-01-13T08:54:21.445Z | |
1792 | 2025-01-13T08:54:21.445Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1793 | 2025-01-13T08:54:22.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-01-13T08:54:22.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-01-13T08:54:22.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-01-13T08:54:22.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1797 | 2025-01-13T08:54:22.085Z | |
1798 | 2025-01-13T08:54:22.085Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1799 | 2025-01-13T08:54:22.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-01-13T08:54:22.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-01-13T08:54:22.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-01-13T08:54:22.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1803 | 2025-01-13T08:54:22.728Z | |
1804 | 2025-01-13T08:54:22.728Z | info: running `cargo check --bins` on oxlog (28/176) |
1805 | 2025-01-13T08:54:23.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-01-13T08:54:23.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-01-13T08:54:23.355Z | Checking cfg-if v1.0.0 |
1808 | 2025-01-13T08:54:23.357Z | Checking libc v0.2.169 |
1809 | 2025-01-13T08:54:23.463Z | Checking serde v1.0.217 |
1810 | 2025-01-13T08:54:23.465Z | Checking zeroize v1.8.1 |
1811 | 2025-01-13T08:54:23.478Z | Checking memchr v2.7.4 |
1812 | 2025-01-13T08:54:23.486Z | Checking typenum v1.17.0 |
1813 | 2025-01-13T08:54:23.489Z | Checking subtle v2.6.1 |
1814 | 2025-01-13T08:54:23.489Z | Checking scopeguard v1.2.0 |
1815 | 2025-01-13T08:54:23.523Z | Checking value-bag v1.10.0 |
1816 | 2025-01-13T08:54:23.643Z | Checking lock_api v0.4.12 |
1817 | 2025-01-13T08:54:23.721Z | Checking smallvec v1.13.2 |
1818 | 2025-01-13T08:54:23.748Z | Checking itoa v1.0.14 |
1819 | 2025-01-13T08:54:23.922Z | Checking log v0.4.22 |
1820 | 2025-01-13T08:54:23.947Z | Checking const-oid v0.9.6 |
1821 | 2025-01-13T08:54:24.052Z | Checking pin-project-lite v0.2.16 |
1822 | 2025-01-13T08:54:24.097Z | Checking byteorder v1.5.0 |
1823 | 2025-01-13T08:54:24.203Z | Checking futures-core v0.3.31 |
1824 | 2025-01-13T08:54:24.267Z | Checking once_cell v1.20.2 |
1825 | 2025-01-13T08:54:24.376Z | Checking stable_deref_trait v1.2.0 |
1826 | 2025-01-13T08:54:24.425Z | Checking futures-sink v0.3.31 |
1827 | 2025-01-13T08:54:24.481Z | Checking cpufeatures v0.2.16 |
1828 | 2025-01-13T08:54:24.497Z | Checking zerocopy v0.7.35 |
1829 | 2025-01-13T08:54:24.551Z | Checking slab v0.4.9 |
1830 | 2025-01-13T08:54:24.565Z | Checking zerofrom v0.1.5 |
1831 | 2025-01-13T08:54:24.588Z | Checking futures-channel v0.3.31 |
1832 | 2025-01-13T08:54:24.676Z | Checking getrandom v0.2.15 |
1833 | 2025-01-13T08:54:24.761Z | Checking generic-array v0.14.7 |
1834 | 2025-01-13T08:54:24.776Z | Checking parking_lot_core v0.9.10 |
1835 | 2025-01-13T08:54:24.801Z | Checking signal-hook-registry v1.4.2 |
1836 | 2025-01-13T08:54:24.900Z | Checking rand_core v0.6.4 |
1837 | 2025-01-13T08:54:24.914Z | Checking mio v1.0.3 |
1838 | 2025-01-13T08:54:25.037Z | Checking socket2 v0.5.8 |
1839 | 2025-01-13T08:54:25.104Z | Checking parking_lot v0.12.3 |
1840 | 2025-01-13T08:54:25.216Z | Checking yoke v0.7.5 |
1841 | 2025-01-13T08:54:25.468Z | Checking spin v0.9.8 |
1842 | 2025-01-13T08:54:25.528Z | Checking futures-task v0.3.31 |
1843 | 2025-01-13T08:54:25.547Z | Checking pin-utils v0.1.0 |
1844 | 2025-01-13T08:54:25.576Z | Checking futures-io v0.3.31 |
1845 | 2025-01-13T08:54:25.630Z | Checking zerovec v0.10.4 |
1846 | 2025-01-13T08:54:25.758Z | Checking futures-util v0.3.31 |
1847 | 2025-01-13T08:54:25.761Z | Checking equivalent v1.0.1 |
1848 | 2025-01-13T08:54:25.774Z | Checking foldhash v0.1.4 |
1849 | 2025-01-13T08:54:25.804Z | Checking allocator-api2 v0.2.21 |
1850 | 2025-01-13T08:54:25.852Z | Checking ryu v1.0.18 |
1851 | 2025-01-13T08:54:25.870Z | Checking writeable v0.5.5 |
1852 | 2025-01-13T08:54:25.907Z | Checking crypto-common v0.1.6 |
1853 | 2025-01-13T08:54:25.982Z | Checking block-buffer v0.10.4 |
1854 | 2025-01-13T08:54:26.062Z | Checking block-padding v0.3.3 |
1855 | 2025-01-13T08:54:26.093Z | Checking fnv v1.0.7 |
1856 | 2025-01-13T08:54:26.171Z | Checking litemap v0.7.4 |
1857 | 2025-01-13T08:54:26.199Z | Checking digest v0.10.7 |
1858 | 2025-01-13T08:54:26.214Z | Checking libm v0.2.11 |
1859 | 2025-01-13T08:54:26.274Z | Checking inout v0.1.3 |
1860 | 2025-01-13T08:54:26.408Z | Checking hashbrown v0.15.2 |
1861 | 2025-01-13T08:54:26.498Z | Checking base64ct v1.6.0 |
1862 | 2025-01-13T08:54:26.515Z | Checking cipher v0.4.4 |
1863 | 2025-01-13T08:54:26.557Z | Checking hmac v0.12.1 |
1864 | 2025-01-13T08:54:26.771Z | Checking sha2 v0.10.8 |
1865 | 2025-01-13T08:54:26.914Z | Checking ppv-lite86 v0.2.20 |
1866 | 2025-01-13T08:54:26.936Z | Checking pem-rfc7468 v0.7.0 |
1867 | 2025-01-13T08:54:27.139Z | Checking num-traits v0.2.19 |
1868 | 2025-01-13T08:54:27.179Z | Checking icu_locid_transform_data v1.5.0 |
1869 | 2025-01-13T08:54:27.280Z | Checking flagset v0.4.6 |
1870 | 2025-01-13T08:54:27.297Z | Checking tinystr v0.7.6 |
1871 | 2025-01-13T08:54:27.360Z | Checking icu_collections v1.5.0 |
1872 | 2025-01-13T08:54:27.481Z | Checking der v0.7.9 |
1873 | 2025-01-13T08:54:27.556Z | Checking tracing-core v0.1.33 |
1874 | 2025-01-13T08:54:27.684Z | Checking icu_locid v1.5.0 |
1875 | 2025-01-13T08:54:27.702Z | Checking rand_chacha v0.3.1 |
1876 | 2025-01-13T08:54:28.046Z | Checking icu_properties_data v1.5.0 |
1877 | 2025-01-13T08:54:28.121Z | Checking rustls-pki-types v1.10.1 |
1878 | 2025-01-13T08:54:28.211Z | Checking percent-encoding v2.3.1 |
1879 | 2025-01-13T08:54:28.296Z | Checking tracing v0.1.41 |
1880 | 2025-01-13T08:54:28.410Z | Checking bytes v1.9.0 |
1881 | 2025-01-13T08:54:28.410Z | Checking indexmap v2.7.0 |
1882 | 2025-01-13T08:54:28.644Z | Checking serde_json v1.0.135 |
1883 | 2025-01-13T08:54:28.694Z | Checking bitflags v2.7.0 |
1884 | 2025-01-13T08:54:28.713Z | Checking icu_provider v1.5.0 |
1885 | 2025-01-13T08:54:28.791Z | Checking rand v0.8.5 |
1886 | 2025-01-13T08:54:29.004Z | Checking salsa20 v0.10.2 |
1887 | 2025-01-13T08:54:29.206Z | Checking pbkdf2 v0.12.2 |
1888 | 2025-01-13T08:54:29.222Z | Checking tokio v1.43.0 |
1889 | 2025-01-13T08:54:29.329Z | Checking http v1.2.0 |
1890 | 2025-01-13T08:54:29.358Z | Checking spki v0.7.3 |
1891 | 2025-01-13T08:54:29.360Z | Checking icu_locid_transform v1.5.0 |
1892 | 2025-01-13T08:54:29.655Z | Checking aws-lc-sys v0.24.1 |
1893 | 2025-01-13T08:54:29.704Z | Checking httparse v1.9.5 |
1894 | 2025-01-13T08:54:30.113Z | Checking thiserror v1.0.69 |
1895 | 2025-01-13T08:54:30.135Z | Checking untrusted v0.9.0 |
1896 | 2025-01-13T08:54:30.246Z | Checking utf16_iter v1.0.5 |
1897 | 2025-01-13T08:54:30.283Z | Checking icu_normalizer_data v1.5.0 |
1898 | 2025-01-13T08:54:30.374Z | Checking icu_properties v1.5.1 |
1899 | 2025-01-13T08:54:30.390Z | Checking powerfmt v0.2.0 |
1900 | 2025-01-13T08:54:30.406Z | Checking untrusted v0.7.1 |
1901 | 2025-01-13T08:54:30.408Z | Checking write16 v1.0.0 |
1902 | 2025-01-13T08:54:30.535Z | Checking utf8_iter v1.0.4 |
1903 | 2025-01-13T08:54:30.559Z | Checking ring v0.17.8 |
1904 | 2025-01-13T08:54:30.651Z | Checking deranged v0.3.11 |
1905 | 2025-01-13T08:54:30.668Z | Checking scrypt v0.11.0 |
1906 | 2025-01-13T08:54:30.742Z | Checking cbc v0.1.2 |
1907 | 2025-01-13T08:54:30.773Z | Checking aes v0.8.4 |
1908 | 2025-01-13T08:54:30.897Z | Checking crossbeam-utils v0.8.21 |
1909 | 2025-01-13T08:54:30.946Z | Checking atomic-waker v1.1.2 |
1910 | 2025-01-13T08:54:31.067Z | Checking tinyvec_macros v0.1.1 |
1911 | 2025-01-13T08:54:31.156Z | Checking time-core v0.1.2 |
1912 | 2025-01-13T08:54:31.313Z | Checking num_threads v0.1.7 |
1913 | 2025-01-13T08:54:31.428Z | Checking num-conv v0.1.0 |
1914 | 2025-01-13T08:54:31.612Z | Checking tinyvec v1.8.1 |
1915 | 2025-01-13T08:54:31.663Z | Checking pkcs5 v0.7.1 |
1916 | 2025-01-13T08:54:31.666Z | Checking http-body v1.0.1 |
1917 | 2025-01-13T08:54:31.870Z | Checking form_urlencoded v1.2.1 |
1918 | 2025-01-13T08:54:32.071Z | Checking try-lock v0.2.5 |
1919 | 2025-01-13T08:54:32.163Z | Checking pkcs8 v0.10.2 |
1920 | 2025-01-13T08:54:32.210Z | Checking want v0.3.1 |
1921 | 2025-01-13T08:54:32.351Z | Checking aws-lc-rs v1.12.0 |
1922 | 2025-01-13T08:54:32.367Z | Checking uuid v1.11.1 |
1923 | 2025-01-13T08:54:32.396Z | Checking httpdate v1.0.3 |
1924 | 2025-01-13T08:54:32.427Z | Checking time v0.3.37 |
1925 | 2025-01-13T08:54:32.463Z | Checking unicode-ident v1.0.14 |
1926 | 2025-01-13T08:54:32.627Z | Checking tower-service v0.3.3 |
1927 | 2025-01-13T08:54:32.643Z | Checking proc-macro2 v1.0.93 |
1928 | 2025-01-13T08:54:32.747Z | Checking toml_datetime v0.6.8 |
1929 | 2025-01-13T08:54:32.923Z | Checking serde_spanned v0.6.8 |
1930 | 2025-01-13T08:54:32.998Z | Checking slog v2.7.0 |
1931 | 2025-01-13T08:54:33.039Z | Checking scroll v0.12.0 |
1932 | 2025-01-13T08:54:33.117Z | Checking thiserror v2.0.11 |
1933 | 2025-01-13T08:54:33.263Z | Checking iana-time-zone v0.1.61 |
1934 | 2025-01-13T08:54:33.307Z | Checking adler2 v2.0.0 |
1935 | 2025-01-13T08:54:33.414Z | Checking foreign-types-shared v0.1.1 |
1936 | 2025-01-13T08:54:33.464Z | Checking plain v0.2.3 |
1937 | 2025-01-13T08:54:33.489Z | Checking match_cfg v0.1.0 |
1938 | 2025-01-13T08:54:33.514Z | Checking base64 v0.22.1 |
1939 | 2025-01-13T08:54:33.517Z | Checking ucd-trie v0.1.7 |
1940 | 2025-01-13T08:54:33.581Z | Checking hostname v0.3.1 |
1941 | 2025-01-13T08:54:33.602Z | Checking goblin v0.8.2 |
1942 | 2025-01-13T08:54:33.616Z | Checking icu_normalizer v1.5.0 |
1943 | 2025-01-13T08:54:33.704Z | Checking foreign-types v0.3.2 |
1944 | 2025-01-13T08:54:33.722Z | Checking pest v2.7.15 |
1945 | 2025-01-13T08:54:33.791Z | Checking miniz_oxide v0.8.2 |
1946 | 2025-01-13T08:54:33.991Z | Checking chrono v0.4.39 |
1947 | 2025-01-13T08:54:34.264Z | Checking rustls-webpki v0.102.8 |
1948 | 2025-01-13T08:54:34.370Z | Checking idna_adapter v1.2.0 |
1949 | 2025-01-13T08:54:34.549Z | Checking quote v1.0.38 |
1950 | 2025-01-13T08:54:34.580Z | Checking idna v1.0.3 |
1951 | 2025-01-13T08:54:34.913Z | Checking openssl-sys v0.9.104 |
1952 | 2025-01-13T08:54:35.053Z | Checking url v2.5.4 |
1953 | 2025-01-13T08:54:35.070Z | Checking errno v0.3.10 |
1954 | 2025-01-13T08:54:35.090Z | Checking dirs-sys-next v0.1.2 |
1955 | 2025-01-13T08:54:35.230Z | Checking aho-corasick v1.1.3 |
1956 | 2025-01-13T08:54:35.278Z | Compiling newtype-uuid v1.1.3 |
1957 | 2025-01-13T08:54:35.529Z | Checking pretty-hex v0.4.1 |
1958 | 2025-01-13T08:54:35.709Z | Checking data-encoding v2.6.0 |
1959 | 2025-01-13T08:54:35.882Z | Checking regex-syntax v0.8.5 |
1960 | 2025-01-13T08:54:36.119Z | Checking openssl v0.10.68 |
1961 | 2025-01-13T08:54:36.137Z | Checking dirs-next v2.0.0 |
1962 | 2025-01-13T08:54:36.232Z | Checking dtrace-parser v0.2.0 |
1963 | 2025-01-13T08:54:36.252Z | Checking rustix v0.38.43 |
1964 | 2025-01-13T08:54:36.349Z | Checking syn v2.0.96 |
1965 | 2025-01-13T08:54:36.520Z | Checking tokio-util v0.7.13 |
1966 | 2025-01-13T08:54:36.678Z | Checking unicode-normalization v0.1.24 |
1967 | 2025-01-13T08:54:36.845Z | Checking http-body-util v0.1.2 |
1968 | 2025-01-13T08:54:37.282Z | Checking crossbeam-epoch v0.9.18 |
1969 | 2025-01-13T08:54:37.387Z | Checking h2 v0.4.7 |
1970 | 2025-01-13T08:54:37.609Z | Checking sha1 v0.10.6 |
1971 | 2025-01-13T08:54:37.750Z | Checking signature v2.2.0 |
1972 | 2025-01-13T08:54:37.912Z | Checking thread-id v4.2.2 |
1973 | 2025-01-13T08:54:37.955Z | Checking thread_local v1.1.8 |
1974 | 2025-01-13T08:54:38.019Z | Checking encoding_rs v0.8.35 |
1975 | 2025-01-13T08:54:38.241Z | Checking mime v0.3.17 |
1976 | 2025-01-13T08:54:38.469Z | Checking dof v0.3.0 |
1977 | 2025-01-13T08:54:38.559Z | Checking winnow v0.6.24 |
1978 | 2025-01-13T08:54:39.112Z | Checking gimli v0.31.1 |
1979 | 2025-01-13T08:54:39.114Z | Checking regex-automata v0.4.9 |
1980 | 2025-01-13T08:54:40.307Z | Checking either v1.13.0 |
1981 | 2025-01-13T08:54:40.370Z | Checking anstyle v1.0.10 |
1982 | 2025-01-13T08:54:40.697Z | Checking utf8parse v0.2.2 |
1983 | 2025-01-13T08:54:40.731Z | Checking unicode-bidi v0.3.18 |
1984 | 2025-01-13T08:54:40.844Z | Checking ipnet v2.10.1 |
1985 | 2025-01-13T08:54:41.328Z | Checking openssl-probe v0.1.5 |
1986 | 2025-01-13T08:54:41.358Z | Checking unicode-properties v0.1.3 |
1987 | 2025-01-13T08:54:41.475Z | Checking anstyle-parse v0.2.6 |
1988 | 2025-01-13T08:54:41.493Z | Checking toml_edit v0.22.22 |
1989 | 2025-01-13T08:54:41.496Z | Checking native-tls v0.2.12 |
1990 | 2025-01-13T08:54:41.702Z | Checking stringprep v0.1.5 |
1991 | 2025-01-13T08:54:41.729Z | Checking crossbeam-deque v0.8.6 |
1992 | 2025-01-13T08:54:41.833Z | Checking term v0.7.0 |
1993 | 2025-01-13T08:54:41.967Z | Checking rustls v0.22.4 |
1994 | 2025-01-13T08:54:42.033Z | Checking rustls v0.23.21 |
1995 | 2025-01-13T08:54:42.259Z | Checking slog-json v2.6.1 |
1996 | 2025-01-13T08:54:42.535Z | Checking serde_urlencoded v0.7.1 |
1997 | 2025-01-13T08:54:42.855Z | Checking usdt-impl v0.5.0 |
1998 | 2025-01-13T08:54:42.960Z | Checking crossbeam-channel v0.5.14 |
1999 | 2025-01-13T08:54:43.134Z | Checking addr2line v0.24.2 |
2000 | 2025-01-13T08:54:43.389Z | Checking futures-executor v0.3.31 |
2001 | 2025-01-13T08:54:43.463Z | Checking hyper v1.5.2 |
2002 | 2025-01-13T08:54:43.603Z | Checking num-integer v0.1.46 |
2003 | 2025-01-13T08:54:43.643Z | Checking rustls-pemfile v2.2.0 |
2004 | 2025-01-13T08:54:43.686Z | Checking object v0.36.7 |
2005 | 2025-01-13T08:54:43.858Z | Checking md-5 v0.10.6 |
2006 | 2025-01-13T08:54:43.860Z | Checking ff v0.13.0 |
2007 | 2025-01-13T08:54:44.071Z | Checking memmap v0.7.0 |
2008 | 2025-01-13T08:54:44.088Z | Checking is-terminal v0.4.13 |
2009 | 2025-01-13T08:54:44.102Z | Checking hash32 v0.2.1 |
2010 | 2025-01-13T08:54:44.145Z | Checking anstyle-query v1.1.2 |
2011 | 2025-01-13T08:54:44.207Z | Checking rustc-demangle v0.1.24 |
2012 | 2025-01-13T08:54:44.264Z | Checking dyn-clone v1.0.17 |
2013 | 2025-01-13T08:54:44.280Z | Checking fallible-iterator v0.2.0 |
2014 | 2025-01-13T08:54:44.403Z | Checking siphasher v1.0.1 |
2015 | 2025-01-13T08:54:44.418Z | Checking colorchoice v1.0.3 |
2016 | 2025-01-13T08:54:44.550Z | Checking linked-hash-map v0.5.6 |
2017 | 2025-01-13T08:54:44.633Z | Checking psl-types v2.0.11 |
2018 | 2025-01-13T08:54:44.722Z | Checking is_terminal_polyfill v1.70.1 |
2019 | 2025-01-13T08:54:44.811Z | Checking take_mut v0.2.2 |
2020 | 2025-01-13T08:54:44.833Z | Checking utf-8 v0.7.6 |
2021 | 2025-01-13T08:54:44.883Z | Checking base16ct v0.2.0 |
2022 | 2025-01-13T08:54:44.885Z | Checking quick-error v1.2.3 |
2023 | 2025-01-13T08:54:44.955Z | Checking slog-async v2.8.0 |
2024 | 2025-01-13T08:54:45.026Z | Checking resolv-conf v0.7.0 |
2025 | 2025-01-13T08:54:45.029Z | Checking tungstenite v0.24.0 |
2026 | 2025-01-13T08:54:45.077Z | Checking sec1 v0.7.3 |
2027 | 2025-01-13T08:54:45.241Z | Checking postgres-protocol v0.6.7 |
2028 | 2025-01-13T08:54:45.360Z | Checking lru-cache v0.1.2 |
2029 | 2025-01-13T08:54:45.453Z | Checking anstream v0.6.18 |
2030 | 2025-01-13T08:54:45.477Z | Checking hyper-util v0.1.10 |
2031 | 2025-01-13T08:54:45.538Z | Checking publicsuffix v2.3.0 |
2032 | 2025-01-13T08:54:45.621Z | Checking tokio-rustls v0.25.0 |
2033 | 2025-01-13T08:54:45.813Z | Checking phf_shared v0.11.3 |
2034 | 2025-01-13T08:54:45.833Z | Checking heapless v0.7.17 |
2035 | 2025-01-13T08:54:45.867Z | Checking schemars v0.8.21 |
2036 | 2025-01-13T08:54:45.932Z | Checking usdt v0.5.0 |
2037 | 2025-01-13T08:54:46.012Z | Checking slog-term v2.9.1 |
2038 | 2025-01-13T08:54:46.086Z | Checking toml v0.8.19 |
2039 | 2025-01-13T08:54:46.199Z | Checking num-iter v0.1.45 |
2040 | 2025-01-13T08:54:46.378Z | Checking group v0.13.0 |
2041 | 2025-01-13T08:54:46.501Z | Checking futures v0.3.31 |
2042 | 2025-01-13T08:54:46.617Z | Checking slog-bunyan v2.5.0 |
2043 | 2025-01-13T08:54:46.644Z | Checking rayon-core v1.12.1 |
2044 | 2025-01-13T08:54:46.778Z | Checking tokio-native-tls v0.3.1 |
2045 | 2025-01-13T08:54:46.806Z | Checking hickory-proto v0.24.2 |
2046 | 2025-01-13T08:54:46.867Z | Checking multer v3.1.0 |
2047 | 2025-01-13T08:54:47.027Z | Checking terminal_size v0.4.1 |
2048 | 2025-01-13T08:54:47.271Z | Checking cookie v0.18.1 |
2049 | 2025-01-13T08:54:47.288Z | Checking async-stream v0.3.6 |
2050 | 2025-01-13T08:54:47.471Z | Checking bzip2-sys v0.1.11+1.0.8 |
2051 | 2025-01-13T08:54:47.488Z | Checking camino v1.1.9 |
2052 | 2025-01-13T08:54:47.490Z | Checking signal-hook v0.3.17 |
2053 | 2025-01-13T08:54:47.517Z | Checking waitgroup v0.1.2 |
2054 | 2025-01-13T08:54:47.568Z | Checking tokio-rustls v0.26.1 |
2055 | 2025-01-13T08:54:47.596Z | Checking openapiv3 v2.0.0 |
2056 | 2025-01-13T08:54:47.647Z | Checking webpki-roots v0.26.7 |
2057 | 2025-01-13T08:54:47.729Z | Checking serde_path_to_error v0.1.16 |
2058 | 2025-01-13T08:54:47.826Z | Checking hkdf v0.12.4 |
2059 | 2025-01-13T08:54:47.843Z | Checking crypto-bigint v0.5.5 |
2060 | 2025-01-13T08:54:47.977Z | Checking lazy_static v1.5.0 |
2061 | 2025-01-13T08:54:48.046Z | Checking hostname v0.4.0 |
2062 | 2025-01-13T08:54:48.062Z | Checking sync_wrapper v1.0.2 |
2063 | 2025-01-13T08:54:48.099Z | Checking crc32fast v1.4.2 |
2064 | 2025-01-13T08:54:48.175Z | Checking tower-layer v0.3.3 |
2065 | 2025-01-13T08:54:48.194Z | Checking bitflags v1.3.2 |
2066 | 2025-01-13T08:54:48.292Z | Checking managed v0.8.0 |
2067 | 2025-01-13T08:54:48.327Z | Checking debug-ignore v1.0.5 |
2068 | 2025-01-13T08:54:48.342Z | Checking siphasher v0.3.11 |
2069 | 2025-01-13T08:54:48.430Z | Checking unicode-width v0.2.0 |
2070 | 2025-01-13T08:54:48.461Z | Checking strsim v0.11.1 |
2071 | 2025-01-13T08:54:48.627Z | Checking winnow v0.5.40 |
2072 | 2025-01-13T08:54:48.665Z | Checking clap_lex v0.7.4 |
2073 | 2025-01-13T08:54:48.753Z | Checking smoltcp v0.9.1 |
2074 | 2025-01-13T08:54:48.899Z | Checking console v0.15.10 |
2075 | 2025-01-13T08:54:48.915Z | Checking clap_builder v4.5.26 |
2076 | 2025-01-13T08:54:49.452Z | Checking phf_shared v0.10.0 |
2077 | 2025-01-13T08:54:49.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2078 | 2025-01-13T08:54:49.996Z | Checking tower v0.5.2 |
2079 | 2025-01-13T08:54:50.042Z | Checking backtrace v0.3.74 |
2080 | 2025-01-13T08:54:50.208Z | Checking flate2 v1.0.35 |
2081 | 2025-01-13T08:54:50.611Z | Checking anyhow v1.0.95 |
2082 | 2025-01-13T08:54:50.724Z | Checking elliptic-curve v0.13.8 |
2083 | 2025-01-13T08:54:50.786Z | Checking num-bigint-dig v0.8.4 |
2084 | 2025-01-13T08:54:50.841Z | Checking hyper-rustls v0.27.5 |
2085 | 2025-01-13T08:54:50.973Z | Checking signal-hook-mio v0.2.4 |
2086 | 2025-01-13T08:54:51.075Z | Checking dropshot v0.12.0 |
2087 | 2025-01-13T08:54:51.119Z | Checking cookie_store v0.21.1 |
2088 | 2025-01-13T08:54:51.175Z | Checking bzip2 v0.4.4 |
2089 | 2025-01-13T08:54:51.355Z | Checking hyper-tls v0.6.0 |
2090 | 2025-01-13T08:54:51.468Z | Checking rayon v1.10.0 |
2091 | 2025-01-13T08:54:51.494Z | Checking hickory-resolver v0.24.2 |
2092 | 2025-01-13T08:54:51.613Z | Checking toml_edit v0.19.15 |
2093 | 2025-01-13T08:54:51.640Z | Checking phf v0.11.3 |
2094 | 2025-01-13T08:54:51.780Z | Checking tokio-tungstenite v0.24.0 |
2095 | 2025-01-13T08:54:51.876Z | Checking postgres-types v0.2.8 |
2096 | 2025-01-13T08:54:51.905Z | Checking bstr v1.11.3 |
2097 | 2025-01-13T08:54:52.247Z | Checking regex v1.11.1 |
2098 | 2025-01-13T08:54:52.620Z | Checking ed25519 v2.2.3 |
2099 | 2025-01-13T08:54:52.885Z | Checking tokio-stream v0.1.17 |
2100 | 2025-01-13T08:54:52.887Z | Checking curve25519-dalek v4.1.3 |
2101 | 2025-01-13T08:54:52.915Z | Checking zerocopy v0.6.6 |
2102 | 2025-01-13T08:54:52.928Z | Checking hubpack v0.1.2 |
2103 | 2025-01-13T08:54:53.086Z | Checking portable-atomic v1.10.0 |
2104 | 2025-01-13T08:54:53.244Z | Checking pkcs1 v0.7.5 |
2105 | 2025-01-13T08:54:53.647Z | Checking float-cmp v0.10.0 |
2106 | 2025-01-13T08:54:53.649Z | Checking serde-big-array v0.5.1 |
2107 | 2025-01-13T08:54:53.767Z | Checking rfc6979 v0.4.0 |
2108 | 2025-01-13T08:54:53.852Z | Checking predicates-core v1.0.9 |
2109 | 2025-01-13T08:54:53.879Z | Checking static_assertions v1.1.0 |
2110 | 2025-01-13T08:54:53.952Z | Checking number_prefix v0.4.0 |
2111 | 2025-01-13T08:54:53.975Z | Checking bit-vec v0.8.0 |
2112 | 2025-01-13T08:54:54.034Z | Checking difflib v0.4.0 |
2113 | 2025-01-13T08:54:54.082Z | Checking precomputed-hash v0.1.1 |
2114 | 2025-01-13T08:54:54.128Z | Checking unicode-segmentation v1.12.0 |
2115 | 2025-01-13T08:54:54.153Z | Checking minimal-lexical v0.2.1 |
2116 | 2025-01-13T08:54:54.192Z | Checking fixedbitset v0.4.2 |
2117 | 2025-01-13T08:54:54.341Z | Checking new_debug_unreachable v1.0.6 |
2118 | 2025-01-13T08:54:54.355Z | Checking whoami v1.5.2 |
2119 | 2025-01-13T08:54:54.429Z | Checking normalize-line-endings v0.3.0 |
2120 | 2025-01-13T08:54:54.457Z | Checking petgraph v0.6.5 |
2121 | 2025-01-13T08:54:54.549Z | Checking predicates v3.1.3 |
2122 | 2025-01-13T08:54:54.549Z | Checking nom v7.1.3 |
2123 | 2025-01-13T08:54:54.634Z | Checking tokio-postgres v0.7.12 |
2124 | 2025-01-13T08:54:54.731Z | Checking ed25519-dalek v2.1.1 |
2125 | 2025-01-13T08:54:54.751Z | Checking qorb v0.2.1 |
2126 | 2025-01-13T08:54:54.813Z | Checking similar v2.6.0 |
2127 | 2025-01-13T08:54:55.123Z | Checking string_cache v0.8.7 |
2128 | 2025-01-13T08:54:55.181Z | Checking bit-set v0.8.0 |
2129 | 2025-01-13T08:54:55.213Z | Checking indicatif v0.17.9 |
2130 | 2025-01-13T08:54:55.414Z | Checking toml v0.7.8 |
2131 | 2025-01-13T08:54:55.448Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2132 | 2025-01-13T08:54:55.673Z | Checking ecdsa v0.16.9 |
2133 | 2025-01-13T08:54:55.989Z | Checking rsa v0.9.7 |
2134 | 2025-01-13T08:54:56.154Z | Checking clap v4.5.26 |
2135 | 2025-01-13T08:54:56.282Z | Checking reqwest v0.12.12 |
2136 | 2025-01-13T08:54:56.418Z | Checking zip v0.6.6 |
2137 | 2025-01-13T08:54:57.013Z | Checking crossterm v0.28.1 |
2138 | 2025-01-13T08:54:57.130Z | Checking itertools v0.12.1 |
2139 | 2025-01-13T08:54:57.226Z | Checking itertools v0.10.5 |
2140 | 2025-01-13T08:54:57.360Z | Checking fs-err v2.11.0 |
2141 | 2025-01-13T08:54:57.705Z | Checking ahash v0.8.11 |
2142 | 2025-01-13T08:54:57.929Z | Checking x509-cert v0.2.5 |
2143 | 2025-01-13T08:54:57.944Z | Checking semver v1.0.24 |
2144 | 2025-01-13T08:54:58.182Z | Checking hex v0.4.3 |
2145 | 2025-01-13T08:54:58.267Z | Checking lalrpop-util v0.19.12 |
2146 | 2025-01-13T08:54:58.359Z | Checking peg-runtime v0.8.3 |
2147 | 2025-01-13T08:54:58.557Z | Checking sigpipe v0.1.3 |
2148 | 2025-01-13T08:55:00.148Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2149 | 2025-01-13T08:55:00.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.72s |
2150 | 2025-01-13T08:55:00.615Z | |
2151 | 2025-01-13T08:55:00.615Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2152 | 2025-01-13T08:55:01.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2025-01-13T08:55:01.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2025-01-13T08:55:01.283Z | Compiling regress v0.10.2 |
2155 | 2025-01-13T08:55:01.393Z | Checking heck v0.5.0 |
2156 | 2025-01-13T08:55:01.416Z | Compiling unsafe-libyaml v0.2.11 |
2157 | 2025-01-13T08:55:01.428Z | Checking ipnetwork v0.20.0 |
2158 | 2025-01-13T08:55:01.443Z | Compiling ident_case v1.0.1 |
2159 | 2025-01-13T08:55:01.458Z | Checking progenitor-client v0.8.0 |
2160 | 2025-01-13T08:55:01.475Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2161 | 2025-01-13T08:55:01.565Z | Checking newtype-uuid v1.1.3 |
2162 | 2025-01-13T08:55:01.616Z | Compiling darling_core v0.20.10 |
2163 | 2025-01-13T08:55:01.777Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2164 | 2025-01-13T08:55:01.810Z | Compiling proc-macro-crate v1.3.1 |
2165 | 2025-01-13T08:55:01.827Z | Compiling structmeta-derive v0.3.0 |
2166 | 2025-01-13T08:55:01.831Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2167 | 2025-01-13T08:55:02.101Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2168 | 2025-01-13T08:55:02.180Z | Compiling lzma-sys v0.1.20 |
2169 | 2025-01-13T08:55:02.931Z | Compiling serde_yaml v0.9.34+deprecated |
2170 | 2025-01-13T08:55:03.004Z | Compiling num_enum_derive v0.5.11 |
2171 | 2025-01-13T08:55:03.388Z | Compiling foreign-types-macros v0.2.3 |
2172 | 2025-01-13T08:55:03.401Z | Compiling dropshot v0.13.0 |
2173 | 2025-01-13T08:55:03.680Z | Checking arc-swap v1.7.1 |
2174 | 2025-01-13T08:55:04.104Z | Checking foreign-types-shared v0.3.1 |
2175 | 2025-01-13T08:55:04.221Z | Checking slog-scope v4.4.0 |
2176 | 2025-01-13T08:55:04.481Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2177 | 2025-01-13T08:55:04.707Z | Checking foreign-types v0.5.0 |
2178 | 2025-01-13T08:55:04.771Z | Compiling structmeta v0.3.0 |
2179 | 2025-01-13T08:55:04.924Z | Checking typify-impl v0.2.0 |
2180 | 2025-01-13T08:55:05.026Z | Compiling proc-macro-error v1.0.4 |
2181 | 2025-01-13T08:55:05.200Z | Compiling parse-display-derive v0.10.0 |
2182 | 2025-01-13T08:55:05.550Z | Checking num_enum v0.5.11 |
2183 | 2025-01-13T08:55:05.724Z | Checking hashbrown v0.14.5 |
2184 | 2025-01-13T08:55:05.878Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2185 | 2025-01-13T08:55:05.992Z | Checking tungstenite v0.21.0 |
2186 | 2025-01-13T08:55:06.425Z | Compiling heck v0.3.3 |
2187 | 2025-01-13T08:55:06.871Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2188 | 2025-01-13T08:55:06.927Z | Compiling dropshot_endpoint v0.13.0 |
2189 | 2025-01-13T08:55:06.945Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2190 | 2025-01-13T08:55:07.152Z | Checking cstr-argument v0.1.2 |
2191 | 2025-01-13T08:55:07.330Z | Checking instant v0.1.13 |
2192 | 2025-01-13T08:55:07.383Z | Checking base64 v0.21.7 |
2193 | 2025-01-13T08:55:07.448Z | Checking pretty-hex v0.2.1 |
2194 | 2025-01-13T08:55:07.645Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2195 | 2025-01-13T08:55:07.707Z | Checking fastrand v2.3.0 |
2196 | 2025-01-13T08:55:07.848Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2197 | 2025-01-13T08:55:07.880Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2198 | 2025-01-13T08:55:07.939Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2199 | 2025-01-13T08:55:08.007Z | Checking backoff v0.4.0 |
2200 | 2025-01-13T08:55:08.025Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2201 | 2025-01-13T08:55:08.044Z | Checking tempfile v3.15.0 |
2202 | 2025-01-13T08:55:08.242Z | Checking regress v0.9.1 |
2203 | 2025-01-13T08:55:08.325Z | Checking tokio-tungstenite v0.21.0 |
2204 | 2025-01-13T08:55:08.341Z | Checking strum v0.26.3 |
2205 | 2025-01-13T08:55:08.398Z | Compiling zone_cfg_derive v0.1.2 |
2206 | 2025-01-13T08:55:08.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2207 | 2025-01-13T08:55:08.687Z | Compiling darling_macro v0.20.10 |
2208 | 2025-01-13T08:55:08.812Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2209 | 2025-01-13T08:55:09.222Z | Checking slog-stdlog v4.1.1 |
2210 | 2025-01-13T08:55:09.305Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2211 | 2025-01-13T08:55:09.398Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2212 | 2025-01-13T08:55:09.462Z | Checking colored v2.2.0 |
2213 | 2025-01-13T08:55:09.621Z | Compiling darling v0.20.10 |
2214 | 2025-01-13T08:55:09.670Z | Checking macaddr v1.0.1 |
2215 | 2025-01-13T08:55:09.736Z | Compiling serde_with_macros v3.12.0 |
2216 | 2025-01-13T08:55:09.837Z | Checking base64 v0.13.1 |
2217 | 2025-01-13T08:55:09.873Z | Checking zone v0.1.8 |
2218 | 2025-01-13T08:55:09.905Z | Checking parse-display v0.10.0 |
2219 | 2025-01-13T08:55:10.135Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2220 | 2025-01-13T08:55:10.220Z | Checking ron v0.7.1 |
2221 | 2025-01-13T08:55:10.574Z | Checking slog-envlogger v2.2.0 |
2222 | 2025-01-13T08:55:10.614Z | Checking xz2 v0.1.7 |
2223 | 2025-01-13T08:55:10.804Z | Checking tabwriter v1.4.1 |
2224 | 2025-01-13T08:55:10.921Z | Checking xattr v1.4.0 |
2225 | 2025-01-13T08:55:11.045Z | Checking pem v3.0.4 |
2226 | 2025-01-13T08:55:11.126Z | Checking yasna v0.5.2 |
2227 | 2025-01-13T08:55:11.314Z | Checking headers-core v0.3.0 |
2228 | 2025-01-13T08:55:11.364Z | Checking smf v0.2.3 |
2229 | 2025-01-13T08:55:11.457Z | Checking filetime v0.2.25 |
2230 | 2025-01-13T08:55:11.676Z | Checking same-file v1.0.6 |
2231 | 2025-01-13T08:55:11.706Z | Checking tar v0.4.43 |
2232 | 2025-01-13T08:55:11.810Z | Checking headers v0.4.0 |
2233 | 2025-01-13T08:55:11.836Z | Checking walkdir v2.5.0 |
2234 | 2025-01-13T08:55:11.971Z | Checking camino-tempfile v1.1.1 |
2235 | 2025-01-13T08:55:11.973Z | Checking rcgen v0.12.1 |
2236 | 2025-01-13T08:55:12.101Z | Checking atomicwrites v0.4.4 |
2237 | 2025-01-13T08:55:12.246Z | Checking subprocess v0.2.9 |
2238 | 2025-01-13T08:55:12.620Z | Checking serde_with v3.12.0 |
2239 | 2025-01-13T08:55:16.355Z | Compiling typify-macro v0.2.0 |
2240 | 2025-01-13T08:55:18.206Z | Compiling typify v0.2.0 |
2241 | 2025-01-13T08:55:18.275Z | Compiling progenitor-impl v0.8.0 |
2242 | 2025-01-13T08:55:21.454Z | Compiling progenitor-macro v0.8.0 |
2243 | 2025-01-13T08:55:26.192Z | Checking progenitor v0.8.0 |
2244 | 2025-01-13T08:55:26.346Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2245 | 2025-01-13T08:55:26.346Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2246 | 2025-01-13T08:55:29.018Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2247 | 2025-01-13T08:55:29.395Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2248 | 2025-01-13T08:55:35.798Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2249 | 2025-01-13T08:55:37.373Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2250 | 2025-01-13T08:55:38.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s |
2251 | 2025-01-13T08:55:38.826Z | |
2252 | 2025-01-13T08:55:38.826Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2253 | 2025-01-13T08:55:39.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2254 | 2025-01-13T08:55:39.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2255 | 2025-01-13T08:55:39.492Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2256 | 2025-01-13T08:55:40.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2257 | 2025-01-13T08:55:41.094Z | |
2258 | 2025-01-13T08:55:41.094Z | info: running `cargo check --bins` on nexus-config (31/176) |
2259 | 2025-01-13T08:55:41.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2025-01-13T08:55:41.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2025-01-13T08:55:41.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2262 | 2025-01-13T08:55:41.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2263 | 2025-01-13T08:55:41.718Z | |
2264 | 2025-01-13T08:55:41.718Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2265 | 2025-01-13T08:55:42.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2266 | 2025-01-13T08:55:42.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2267 | 2025-01-13T08:55:42.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2268 | 2025-01-13T08:55:42.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2269 | 2025-01-13T08:55:42.327Z | |
2270 | 2025-01-13T08:55:42.327Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2271 | 2025-01-13T08:55:42.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2025-01-13T08:55:42.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2025-01-13T08:55:42.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2274 | 2025-01-13T08:55:42.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2275 | 2025-01-13T08:55:42.960Z | |
2276 | 2025-01-13T08:55:42.960Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2277 | 2025-01-13T08:55:43.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2025-01-13T08:55:43.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2025-01-13T08:55:43.635Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2280 | 2025-01-13T08:55:43.745Z | Compiling ipnetwork v0.20.0 |
2281 | 2025-01-13T08:55:43.748Z | Compiling zerocopy v0.8.14 |
2282 | 2025-01-13T08:55:43.748Z | Compiling progenitor-client v0.8.0 |
2283 | 2025-01-13T08:55:43.748Z | Compiling itertools v0.13.0 |
2284 | 2025-01-13T08:55:43.748Z | Compiling zerocopy-derive v0.8.14 |
2285 | 2025-01-13T08:55:43.748Z | Compiling heapless v0.8.0 |
2286 | 2025-01-13T08:55:43.748Z | Compiling hashbrown v0.14.5 |
2287 | 2025-01-13T08:55:43.927Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2288 | 2025-01-13T08:55:44.352Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2289 | 2025-01-13T08:55:44.609Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2025-01-13T08:55:44.663Z | Compiling progenitor v0.8.0 |
2291 | 2025-01-13T08:55:44.687Z | Checking hash32 v0.3.1 |
2292 | 2025-01-13T08:55:44.769Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2293 | 2025-01-13T08:55:44.868Z | Compiling instant v0.1.13 |
2294 | 2025-01-13T08:55:44.916Z | Compiling smoltcp v0.11.0 |
2295 | 2025-01-13T08:55:45.020Z | Compiling regress v0.9.1 |
2296 | 2025-01-13T08:55:45.110Z | Compiling backoff v0.4.0 |
2297 | 2025-01-13T08:55:45.464Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2298 | 2025-01-13T08:55:45.655Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2299 | 2025-01-13T08:55:45.760Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2300 | 2025-01-13T08:55:45.918Z | Compiling dropshot v0.13.0 |
2301 | 2025-01-13T08:55:45.946Z | Compiling serde_with v3.12.0 |
2302 | 2025-01-13T08:55:46.081Z | Compiling parse-display v0.10.0 |
2303 | 2025-01-13T08:55:46.774Z | Checking num-rational v0.4.2 |
2304 | 2025-01-13T08:55:46.854Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2305 | 2025-01-13T08:55:47.445Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2306 | 2025-01-13T08:55:49.523Z | Compiling phf_generator v0.11.3 |
2307 | 2025-01-13T08:55:50.078Z | Checking num-complex v0.4.6 |
2308 | 2025-01-13T08:55:50.247Z | Compiling macaddr v1.0.1 |
2309 | 2025-01-13T08:55:50.305Z | Checking cobs v0.2.3 |
2310 | 2025-01-13T08:55:50.483Z | Checking postcard v1.1.1 |
2311 | 2025-01-13T08:55:50.706Z | Compiling phf_codegen v0.11.3 |
2312 | 2025-01-13T08:55:50.955Z | Checking num v0.4.3 |
2313 | 2025-01-13T08:55:51.074Z | Compiling parse-zoneinfo v0.3.1 |
2314 | 2025-01-13T08:55:51.314Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2315 | 2025-01-13T08:55:51.596Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2316 | 2025-01-13T08:55:51.751Z | Checking float-ord v0.3.2 |
2317 | 2025-01-13T08:55:51.907Z | Compiling convert_case v0.4.0 |
2318 | 2025-01-13T08:55:53.121Z | Compiling derive_more v0.99.18 |
2319 | 2025-01-13T08:55:53.166Z | Compiling chrono-tz-build v0.4.0 |
2320 | 2025-01-13T08:55:53.971Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2321 | 2025-01-13T08:55:54.059Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2322 | 2025-01-13T08:55:54.301Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2323 | 2025-01-13T08:55:54.339Z | Compiling crucible-workspace-hack v0.1.0 |
2324 | 2025-01-13T08:55:54.514Z | Compiling chrono-tz v0.10.0 |
2325 | 2025-01-13T08:55:54.647Z | Checking newline-converter v0.3.0 |
2326 | 2025-01-13T08:55:54.843Z | Checking prettyplease v0.2.29 |
2327 | 2025-01-13T08:55:55.067Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2328 | 2025-01-13T08:55:55.155Z | Compiling slog-dtrace v0.3.0 |
2329 | 2025-01-13T08:55:55.446Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2330 | 2025-01-13T08:55:55.517Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2331 | 2025-01-13T08:55:56.063Z | Checking expectorate v1.1.0 |
2332 | 2025-01-13T08:55:56.230Z | Compiling zone_cfg_derive v0.3.0 |
2333 | 2025-01-13T08:55:56.953Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2334 | 2025-01-13T08:55:57.381Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2335 | 2025-01-13T08:55:57.438Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2336 | 2025-01-13T08:55:57.725Z | Compiling const_format_proc_macros v0.2.34 |
2337 | 2025-01-13T08:55:57.805Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2338 | 2025-01-13T08:55:57.836Z | Compiling num-derive v0.4.2 |
2339 | 2025-01-13T08:55:58.132Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2340 | 2025-01-13T08:55:58.405Z | Checking highway v1.3.0 |
2341 | 2025-01-13T08:55:58.860Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2342 | 2025-01-13T08:55:58.883Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2343 | 2025-01-13T08:55:59.015Z | Checking zone v0.3.0 |
2344 | 2025-01-13T08:55:59.107Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2345 | 2025-01-13T08:55:59.124Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2346 | 2025-01-13T08:55:59.788Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2347 | 2025-01-13T08:55:59.905Z | Checking const_format v0.2.34 |
2348 | 2025-01-13T08:56:00.138Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2349 | 2025-01-13T08:56:00.387Z | Checking gethostname v0.5.0 |
2350 | 2025-01-13T08:56:00.514Z | Checking bcs v0.1.6 |
2351 | 2025-01-13T08:56:00.593Z | Compiling async-recursion v1.1.1 |
2352 | 2025-01-13T08:56:00.625Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2353 | 2025-01-13T08:56:00.972Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2354 | 2025-01-13T08:56:00.974Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2355 | 2025-01-13T08:56:03.011Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2356 | 2025-01-13T08:56:07.589Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2357 | 2025-01-13T08:56:10.874Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2358 | 2025-01-13T08:56:13.515Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2359 | 2025-01-13T08:56:14.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.75s |
2360 | 2025-01-13T08:56:14.898Z | |
2361 | 2025-01-13T08:56:14.898Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2362 | 2025-01-13T08:56:15.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2025-01-13T08:56:15.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2025-01-13T08:56:15.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2025-01-13T08:56:15.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2366 | 2025-01-13T08:56:15.545Z | |
2367 | 2025-01-13T08:56:15.545Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2368 | 2025-01-13T08:56:16.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2025-01-13T08:56:16.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2025-01-13T08:56:16.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2025-01-13T08:56:16.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2372 | 2025-01-13T08:56:16.177Z | |
2373 | 2025-01-13T08:56:16.177Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2374 | 2025-01-13T08:56:16.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2025-01-13T08:56:16.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2025-01-13T08:56:16.821Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2377 | 2025-01-13T08:56:17.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2378 | 2025-01-13T08:56:17.640Z | |
2379 | 2025-01-13T08:56:17.640Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2380 | 2025-01-13T08:56:18.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2025-01-13T08:56:18.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2025-01-13T08:56:18.297Z | Checking unicode-width v0.1.14 |
2383 | 2025-01-13T08:56:18.297Z | Compiling cfg_aliases v0.1.1 |
2384 | 2025-01-13T08:56:18.297Z | Compiling vte_generate_state_changes v0.1.2 |
2385 | 2025-01-13T08:56:18.300Z | Checking fd-lock v4.0.2 |
2386 | 2025-01-13T08:56:18.300Z | Checking nibble_vec v0.1.0 |
2387 | 2025-01-13T08:56:18.300Z | Checking bytecount v0.6.8 |
2388 | 2025-01-13T08:56:18.402Z | Checking endian-type v0.1.2 |
2389 | 2025-01-13T08:56:18.426Z | Compiling tabled_derive v0.7.0 |
2390 | 2025-01-13T08:56:18.493Z | Compiling nix v0.28.0 |
2391 | 2025-01-13T08:56:18.600Z | Checking radix_trie v0.2.1 |
2392 | 2025-01-13T08:56:18.603Z | Compiling peg-macros v0.8.4 |
2393 | 2025-01-13T08:56:18.603Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2025-01-13T08:56:18.647Z | Compiling sqlparser_derive v0.2.2 |
2395 | 2025-01-13T08:56:18.844Z | Checking papergrid v0.11.0 |
2396 | 2025-01-13T08:56:18.993Z | Checking vte v0.11.1 |
2397 | 2025-01-13T08:56:19.008Z | Checking unicode_categories v0.1.1 |
2398 | 2025-01-13T08:56:19.310Z | Checking home v0.5.11 |
2399 | 2025-01-13T08:56:19.441Z | Checking nu-ansi-term v0.50.1 |
2400 | 2025-01-13T08:56:19.725Z | Checking sqlparser v0.45.0 |
2401 | 2025-01-13T08:56:19.794Z | Checking sqlformat v0.2.6 |
2402 | 2025-01-13T08:56:19.847Z | Checking display-error-chain v0.2.2 |
2403 | 2025-01-13T08:56:20.312Z | Checking strip-ansi-escapes v0.2.0 |
2404 | 2025-01-13T08:56:20.490Z | Checking reedline v0.35.0 |
2405 | 2025-01-13T08:56:20.791Z | Checking tabled v0.15.0 |
2406 | 2025-01-13T08:56:21.523Z | Checking peg v0.8.4 |
2407 | 2025-01-13T08:56:21.580Z | Checking rustyline v14.0.0 |
2408 | 2025-01-13T08:56:30.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s |
2409 | 2025-01-13T08:56:30.719Z | |
2410 | 2025-01-13T08:56:30.719Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2411 | 2025-01-13T08:56:31.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-13T08:56:31.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-13T08:56:31.374Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-13T08:56:36.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
2415 | 2025-01-13T08:56:36.561Z | |
2416 | 2025-01-13T08:56:36.561Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2417 | 2025-01-13T08:56:37.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-13T08:56:37.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-13T08:56:37.227Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-13T08:56:40.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2421 | 2025-01-13T08:56:41.138Z | |
2422 | 2025-01-13T08:56:41.138Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2423 | 2025-01-13T08:56:41.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-13T08:56:41.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-13T08:56:41.801Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2025-01-13T08:56:46.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
2427 | 2025-01-13T08:56:46.647Z | |
2428 | 2025-01-13T08:56:46.647Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2429 | 2025-01-13T08:56:47.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-13T08:56:47.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-13T08:56:47.325Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2432 | 2025-01-13T08:56:52.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2433 | 2025-01-13T08:56:52.224Z | |
2434 | 2025-01-13T08:56:52.224Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2435 | 2025-01-13T08:56:52.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-13T08:56:52.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-13T08:56:52.886Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2438 | 2025-01-13T08:56:56.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
2439 | 2025-01-13T08:56:56.952Z | |
2440 | 2025-01-13T08:56:56.952Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2441 | 2025-01-13T08:56:57.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-13T08:56:57.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-13T08:56:57.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2444 | 2025-01-13T08:57:01.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2445 | 2025-01-13T08:57:01.764Z | |
2446 | 2025-01-13T08:57:01.765Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2447 | 2025-01-13T08:57:02.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-01-13T08:57:02.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-01-13T08:57:02.435Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2450 | 2025-01-13T08:57:07.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2451 | 2025-01-13T08:57:07.501Z | |
2452 | 2025-01-13T08:57:07.501Z | info: running `cargo check --bins` on oximeter (46/176) |
2453 | 2025-01-13T08:57:08.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-01-13T08:57:08.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-01-13T08:57:08.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2025-01-13T08:57:08.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2457 | 2025-01-13T08:57:08.130Z | |
2458 | 2025-01-13T08:57:08.130Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2459 | 2025-01-13T08:57:08.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2025-01-13T08:57:08.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2025-01-13T08:57:08.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2025-01-13T08:57:08.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2463 | 2025-01-13T08:57:08.738Z | |
2464 | 2025-01-13T08:57:08.738Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2465 | 2025-01-13T08:57:09.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2025-01-13T08:57:09.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2025-01-13T08:57:09.378Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2468 | 2025-01-13T08:57:11.516Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2469 | 2025-01-13T08:57:12.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
2470 | 2025-01-13T08:57:12.700Z | |
2471 | 2025-01-13T08:57:12.700Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2472 | 2025-01-13T08:57:13.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2025-01-13T08:57:13.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2025-01-13T08:57:13.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2025-01-13T08:57:13.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2476 | 2025-01-13T08:57:13.347Z | |
2477 | 2025-01-13T08:57:13.347Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2478 | 2025-01-13T08:57:13.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-13T08:57:13.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-13T08:57:13.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-13T08:57:13.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2025-01-13T08:57:13.969Z | |
2483 | 2025-01-13T08:57:13.969Z | info: running `cargo check --bins` on oxql-types (51/176) |
2484 | 2025-01-13T08:57:14.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-13T08:57:14.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-13T08:57:14.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-13T08:57:14.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2488 | 2025-01-13T08:57:14.595Z | |
2489 | 2025-01-13T08:57:14.595Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2490 | 2025-01-13T08:57:15.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-13T08:57:15.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-13T08:57:15.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2025-01-13T08:57:15.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2494 | 2025-01-13T08:57:15.243Z | |
2495 | 2025-01-13T08:57:15.243Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2496 | 2025-01-13T08:57:15.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-13T08:57:15.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-13T08:57:15.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2025-01-13T08:57:15.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2500 | 2025-01-13T08:57:15.873Z | |
2501 | 2025-01-13T08:57:15.874Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2502 | 2025-01-13T08:57:16.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2025-01-13T08:57:16.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2025-01-13T08:57:16.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2025-01-13T08:57:16.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2506 | 2025-01-13T08:57:16.509Z | |
2507 | 2025-01-13T08:57:16.509Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2508 | 2025-01-13T08:57:17.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-01-13T08:57:17.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-01-13T08:57:17.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-01-13T08:57:17.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2512 | 2025-01-13T08:57:17.142Z | |
2513 | 2025-01-13T08:57:17.142Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2514 | 2025-01-13T08:57:17.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-01-13T08:57:17.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-01-13T08:57:17.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-01-13T08:57:17.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2518 | 2025-01-13T08:57:17.775Z | |
2519 | 2025-01-13T08:57:17.775Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2520 | 2025-01-13T08:57:18.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-01-13T08:57:18.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-01-13T08:57:18.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-01-13T08:57:18.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2524 | 2025-01-13T08:57:18.402Z | |
2525 | 2025-01-13T08:57:18.402Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2526 | 2025-01-13T08:57:18.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-13T08:57:18.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-13T08:57:18.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-01-13T08:57:18.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2530 | 2025-01-13T08:57:19.027Z | |
2531 | 2025-01-13T08:57:19.027Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2532 | 2025-01-13T08:57:19.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-13T08:57:19.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-13T08:57:19.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-01-13T08:57:19.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2536 | 2025-01-13T08:57:19.673Z | |
2537 | 2025-01-13T08:57:19.674Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2538 | 2025-01-13T08:57:20.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-13T08:57:20.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-13T08:57:20.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-01-13T08:57:20.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2542 | 2025-01-13T08:57:20.301Z | |
2543 | 2025-01-13T08:57:20.301Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2544 | 2025-01-13T08:57:20.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-13T08:57:20.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-13T08:57:20.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-01-13T08:57:20.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2548 | 2025-01-13T08:57:20.933Z | |
2549 | 2025-01-13T08:57:20.933Z | info: running `cargo check --bins` on dpd-client (62/176) |
2550 | 2025-01-13T08:57:21.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-13T08:57:21.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-13T08:57:21.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2025-01-13T08:57:21.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2554 | 2025-01-13T08:57:21.560Z | |
2555 | 2025-01-13T08:57:21.560Z | info: running `cargo check --bins` on gateway-client (63/176) |
2556 | 2025-01-13T08:57:22.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-13T08:57:22.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-13T08:57:22.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-01-13T08:57:22.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2560 | 2025-01-13T08:57:22.179Z | |
2561 | 2025-01-13T08:57:22.179Z | info: running `cargo check --bins` on installinator-client (64/176) |
2562 | 2025-01-13T08:57:22.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-13T08:57:22.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-13T08:57:22.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-01-13T08:57:22.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2566 | 2025-01-13T08:57:22.828Z | |
2567 | 2025-01-13T08:57:22.828Z | info: running `cargo check --bins` on installinator-common (65/176) |
2568 | 2025-01-13T08:57:23.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-13T08:57:23.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-13T08:57:23.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-13T08:57:23.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2572 | 2025-01-13T08:57:23.475Z | |
2573 | 2025-01-13T08:57:23.475Z | info: running `cargo check --bins` on update-engine (66/176) |
2574 | 2025-01-13T08:57:24.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-13T08:57:24.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-13T08:57:24.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-13T08:57:24.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2578 | 2025-01-13T08:57:24.095Z | |
2579 | 2025-01-13T08:57:24.095Z | info: running `cargo check --bins` on nexus-client (67/176) |
2580 | 2025-01-13T08:57:24.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-13T08:57:24.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-13T08:57:24.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-13T08:57:24.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2584 | 2025-01-13T08:57:24.738Z | |
2585 | 2025-01-13T08:57:24.738Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2586 | 2025-01-13T08:57:25.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-13T08:57:25.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-13T08:57:25.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-13T08:57:25.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2590 | 2025-01-13T08:57:25.369Z | |
2591 | 2025-01-13T08:57:25.369Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2592 | 2025-01-13T08:57:25.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-13T08:57:25.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-13T08:57:25.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-13T08:57:25.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2596 | 2025-01-13T08:57:25.990Z | |
2597 | 2025-01-13T08:57:25.991Z | info: running `cargo check --bins` on nexus-types (70/176) |
2598 | 2025-01-13T08:57:26.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-13T08:57:26.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-13T08:57:26.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-13T08:57:26.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2025-01-13T08:57:26.651Z | |
2603 | 2025-01-13T08:57:26.651Z | info: running `cargo check --bins` on oxide-client (71/176) |
2604 | 2025-01-13T08:57:27.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-13T08:57:27.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-13T08:57:27.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-13T08:57:27.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2608 | 2025-01-13T08:57:27.269Z | |
2609 | 2025-01-13T08:57:27.269Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2610 | 2025-01-13T08:57:27.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-13T08:57:27.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-13T08:57:27.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-13T08:57:27.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2614 | 2025-01-13T08:57:27.903Z | |
2615 | 2025-01-13T08:57:27.903Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2616 | 2025-01-13T08:57:28.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-13T08:57:28.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-13T08:57:28.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-13T08:57:28.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2620 | 2025-01-13T08:57:28.514Z | |
2621 | 2025-01-13T08:57:28.515Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2622 | 2025-01-13T08:57:29.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-13T08:57:29.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-13T08:57:29.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-13T08:57:29.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2626 | 2025-01-13T08:57:29.164Z | |
2627 | 2025-01-13T08:57:29.164Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2628 | 2025-01-13T08:57:29.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-13T08:57:29.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-13T08:57:29.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-13T08:57:29.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2632 | 2025-01-13T08:57:29.827Z | |
2633 | 2025-01-13T08:57:29.827Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2634 | 2025-01-13T08:57:30.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-13T08:57:30.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-13T08:57:30.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-01-13T08:57:30.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2638 | 2025-01-13T08:57:30.477Z | |
2639 | 2025-01-13T08:57:30.477Z | info: running `cargo check --bins` on wicket-common (77/176) |
2640 | 2025-01-13T08:57:31.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-13T08:57:31.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-13T08:57:31.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-13T08:57:31.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2644 | 2025-01-13T08:57:31.122Z | |
2645 | 2025-01-13T08:57:31.122Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2646 | 2025-01-13T08:57:31.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-13T08:57:31.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-13T08:57:31.780Z | Checking csv-core v0.1.11 |
2649 | 2025-01-13T08:57:31.780Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2650 | 2025-01-13T08:57:31.783Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2651 | 2025-01-13T08:57:31.884Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2652 | 2025-01-13T08:57:32.069Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2653 | 2025-01-13T08:57:32.108Z | Checking csv v1.3.1 |
2654 | 2025-01-13T08:57:32.126Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2655 | 2025-01-13T08:57:32.711Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2656 | 2025-01-13T08:57:33.056Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2657 | 2025-01-13T08:57:34.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
2658 | 2025-01-13T08:57:34.962Z | |
2659 | 2025-01-13T08:57:34.962Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2660 | 2025-01-13T08:57:35.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-13T08:57:35.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-13T08:57:35.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-13T08:57:35.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2025-01-13T08:57:35.588Z | |
2665 | 2025-01-13T08:57:35.588Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2666 | 2025-01-13T08:57:36.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-13T08:57:36.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-13T08:57:36.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-13T08:57:36.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2670 | 2025-01-13T08:57:36.222Z | |
2671 | 2025-01-13T08:57:36.222Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2672 | 2025-01-13T08:57:36.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-13T08:57:36.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-13T08:57:36.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-01-13T08:57:36.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2676 | 2025-01-13T08:57:36.966Z | |
2677 | 2025-01-13T08:57:36.966Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2678 | 2025-01-13T08:57:37.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-01-13T08:57:37.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-01-13T08:57:37.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-01-13T08:57:37.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2682 | 2025-01-13T08:57:37.700Z | |
2683 | 2025-01-13T08:57:37.700Z | info: running `cargo check --bins` on dns-server (83/176) |
2684 | 2025-01-13T08:57:38.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-01-13T08:57:38.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-01-13T08:57:38.354Z | Compiling parking_lot_core v0.8.6 |
2687 | 2025-01-13T08:57:38.357Z | Checking fxhash v0.2.1 |
2688 | 2025-01-13T08:57:38.357Z | Checking hickory-server v0.24.2 |
2689 | 2025-01-13T08:57:38.357Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2690 | 2025-01-13T08:57:38.357Z | Checking hickory-client v0.24.2 |
2691 | 2025-01-13T08:57:39.055Z | Checking parking_lot v0.11.2 |
2692 | 2025-01-13T08:57:39.210Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2693 | 2025-01-13T08:57:39.213Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2694 | 2025-01-13T08:57:39.281Z | Checking sled v0.34.7 |
2695 | 2025-01-13T08:57:41.052Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2696 | 2025-01-13T08:57:42.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2697 | 2025-01-13T08:57:42.475Z | |
2698 | 2025-01-13T08:57:42.475Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2699 | 2025-01-13T08:57:43.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2025-01-13T08:57:43.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2025-01-13T08:57:43.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2025-01-13T08:57:43.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2703 | 2025-01-13T08:57:43.125Z | |
2704 | 2025-01-13T08:57:43.125Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2705 | 2025-01-13T08:57:43.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-01-13T08:57:43.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-01-13T08:57:43.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2025-01-13T08:57:43.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2709 | 2025-01-13T08:57:43.799Z | |
2710 | 2025-01-13T08:57:43.799Z | info: running `cargo check --bins` on gateway-types (86/176) |
2711 | 2025-01-13T08:57:44.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-01-13T08:57:44.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-01-13T08:57:44.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2025-01-13T08:57:44.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2715 | 2025-01-13T08:57:44.423Z | |
2716 | 2025-01-13T08:57:44.423Z | info: running `cargo check --bins` on ipcc (87/176) |
2717 | 2025-01-13T08:57:44.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-01-13T08:57:44.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-01-13T08:57:44.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2025-01-13T08:57:44.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2721 | 2025-01-13T08:57:45.043Z | |
2722 | 2025-01-13T08:57:45.043Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2723 | 2025-01-13T08:57:45.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-01-13T08:57:45.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-01-13T08:57:45.741Z | Compiling semver v0.1.20 |
2726 | 2025-01-13T08:57:45.741Z | Compiling radium v0.7.0 |
2727 | 2025-01-13T08:57:45.849Z | Compiling maybe-uninit v2.0.0 |
2728 | 2025-01-13T08:57:45.856Z | Checking tap v1.0.1 |
2729 | 2025-01-13T08:57:45.865Z | Checking password-hash v0.5.0 |
2730 | 2025-01-13T08:57:45.873Z | Checking blake2 v0.10.6 |
2731 | 2025-01-13T08:57:45.876Z | Compiling cancel-safe-futures v0.1.5 |
2732 | 2025-01-13T08:57:45.876Z | Checking funty v2.0.0 |
2733 | 2025-01-13T08:57:46.015Z | Checking wyz v0.5.1 |
2734 | 2025-01-13T08:57:46.198Z | Compiling rustc_version v0.1.7 |
2735 | 2025-01-13T08:57:46.311Z | Compiling packed_struct v0.10.1 |
2736 | 2025-01-13T08:57:46.346Z | Checking crc-catalog v2.4.0 |
2737 | 2025-01-13T08:57:46.381Z | Compiling owo-colors v4.1.0 |
2738 | 2025-01-13T08:57:46.437Z | Checking argon2 v0.5.3 |
2739 | 2025-01-13T08:57:46.486Z | Checking crc v3.2.1 |
2740 | 2025-01-13T08:57:46.576Z | Checking libsw-core v0.3.1 |
2741 | 2025-01-13T08:57:46.672Z | Compiling newtype_derive v0.1.6 |
2742 | 2025-01-13T08:57:46.707Z | Compiling packed_struct_codegen v0.10.1 |
2743 | 2025-01-13T08:57:46.727Z | Compiling indexmap v1.9.3 |
2744 | 2025-01-13T08:57:46.771Z | Checking half v2.4.1 |
2745 | 2025-01-13T08:57:46.796Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2746 | 2025-01-13T08:57:46.828Z | Checking bitvec v1.0.1 |
2747 | 2025-01-13T08:57:46.883Z | Checking ciborium-io v0.2.2 |
2748 | 2025-01-13T08:57:47.004Z | Checking nodrop v0.1.14 |
2749 | 2025-01-13T08:57:47.060Z | Checking libsw v3.4.0 |
2750 | 2025-01-13T08:57:47.078Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2751 | 2025-01-13T08:57:47.115Z | Checking array-init v0.0.4 |
2752 | 2025-01-13T08:57:47.151Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2753 | 2025-01-13T08:57:47.218Z | Checking ciborium-ll v0.2.2 |
2754 | 2025-01-13T08:57:47.397Z | Checking smallvec v0.6.14 |
2755 | 2025-01-13T08:57:47.533Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2756 | 2025-01-13T08:57:47.769Z | Compiling memoffset v0.9.1 |
2757 | 2025-01-13T08:57:47.802Z | Checking termcolor v1.4.1 |
2758 | 2025-01-13T08:57:47.937Z | Checking linear-map v1.2.0 |
2759 | 2025-01-13T08:57:48.077Z | Checking hashbrown v0.12.3 |
2760 | 2025-01-13T08:57:48.120Z | Checking indent_write v2.2.0 |
2761 | 2025-01-13T08:57:48.233Z | Checking swrite v0.1.0 |
2762 | 2025-01-13T08:57:48.286Z | Checking bitfield v0.14.0 |
2763 | 2025-01-13T08:57:48.327Z | Checking env_logger v0.10.2 |
2764 | 2025-01-13T08:57:48.361Z | Checking serde-hex v0.1.0 |
2765 | 2025-01-13T08:57:48.599Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2766 | 2025-01-13T08:57:48.693Z | Checking ron v0.8.1 |
2767 | 2025-01-13T08:57:48.743Z | Checking ciborium v0.2.2 |
2768 | 2025-01-13T08:57:48.938Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2769 | 2025-01-13T08:57:49.504Z | Checking steno v0.4.1 |
2770 | 2025-01-13T08:57:49.814Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2771 | 2025-01-13T08:57:49.897Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2772 | 2025-01-13T08:57:49.935Z | Checking hashbrown v0.13.2 |
2773 | 2025-01-13T08:57:50.078Z | Checking humantime v2.1.0 |
2774 | 2025-01-13T08:57:50.295Z | Checking crc-any v2.5.0 |
2775 | 2025-01-13T08:57:50.384Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2776 | 2025-01-13T08:57:50.655Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2777 | 2025-01-13T08:57:50.804Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2778 | 2025-01-13T08:57:50.974Z | Checking object v0.30.4 |
2779 | 2025-01-13T08:57:51.088Z | Checking path-slash v0.1.5 |
2780 | 2025-01-13T08:57:51.305Z | Checking nix v0.27.1 |
2781 | 2025-01-13T08:57:51.321Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2782 | 2025-01-13T08:57:51.730Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2783 | 2025-01-13T08:57:51.816Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2784 | 2025-01-13T08:57:52.077Z | Checking tungstenite v0.23.0 |
2785 | 2025-01-13T08:57:52.176Z | Checking kstat-rs v0.2.4 |
2786 | 2025-01-13T08:57:52.468Z | Checking signal-hook-tokio v0.3.1 |
2787 | 2025-01-13T08:57:52.536Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2788 | 2025-01-13T08:57:52.908Z | Checking tokio-tungstenite v0.23.1 |
2789 | 2025-01-13T08:57:53.105Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2790 | 2025-01-13T08:57:53.968Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2791 | 2025-01-13T08:57:54.142Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2792 | 2025-01-13T08:58:00.251Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2793 | 2025-01-13T08:58:01.530Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2794 | 2025-01-13T08:58:04.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2795 | 2025-01-13T08:58:10.567Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2796 | 2025-01-13T08:58:11.267Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2797 | 2025-01-13T08:58:14.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s |
2798 | 2025-01-13T08:58:14.258Z | |
2799 | 2025-01-13T08:58:14.258Z | info: running `cargo check --bins` on gateway-api (89/176) |
2800 | 2025-01-13T08:58:14.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-01-13T08:58:14.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-01-13T08:58:14.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-01-13T08:58:14.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2804 | 2025-01-13T08:58:14.886Z | |
2805 | 2025-01-13T08:58:14.886Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2806 | 2025-01-13T08:58:15.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-01-13T08:58:15.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-01-13T08:58:15.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-01-13T08:58:15.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2810 | 2025-01-13T08:58:15.490Z | |
2811 | 2025-01-13T08:58:15.490Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2812 | 2025-01-13T08:58:16.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-01-13T08:58:16.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-01-13T08:58:16.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-01-13T08:58:16.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2816 | 2025-01-13T08:58:16.114Z | |
2817 | 2025-01-13T08:58:16.114Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2818 | 2025-01-13T08:58:16.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-01-13T08:58:16.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-01-13T08:58:16.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-01-13T08:58:16.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2822 | 2025-01-13T08:58:16.737Z | |
2823 | 2025-01-13T08:58:16.737Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2824 | 2025-01-13T08:58:17.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-01-13T08:58:17.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-01-13T08:58:17.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-01-13T08:58:17.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2828 | 2025-01-13T08:58:17.363Z | |
2829 | 2025-01-13T08:58:17.363Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2830 | 2025-01-13T08:58:17.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-01-13T08:58:17.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-01-13T08:58:17.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-01-13T08:58:17.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2834 | 2025-01-13T08:58:17.994Z | |
2835 | 2025-01-13T08:58:17.994Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2836 | 2025-01-13T08:58:18.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-01-13T08:58:18.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-01-13T08:58:18.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-01-13T08:58:18.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2840 | 2025-01-13T08:58:18.618Z | |
2841 | 2025-01-13T08:58:18.618Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2842 | 2025-01-13T08:58:19.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-01-13T08:58:19.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-01-13T08:58:19.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2025-01-13T08:58:19.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2846 | 2025-01-13T08:58:19.245Z | |
2847 | 2025-01-13T08:58:19.245Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2848 | 2025-01-13T08:58:19.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2025-01-13T08:58:19.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2025-01-13T08:58:19.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2025-01-13T08:58:19.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2852 | 2025-01-13T08:58:19.892Z | |
2853 | 2025-01-13T08:58:19.892Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2854 | 2025-01-13T08:58:20.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2025-01-13T08:58:20.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2025-01-13T08:58:20.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2025-01-13T08:58:20.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2858 | 2025-01-13T08:58:20.525Z | |
2859 | 2025-01-13T08:58:20.525Z | info: running `cargo check --bins` on sp-sim (99/176) |
2860 | 2025-01-13T08:58:21.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2025-01-13T08:58:21.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2025-01-13T08:58:21.176Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2863 | 2025-01-13T08:58:21.661Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2864 | 2025-01-13T08:58:23.462Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2865 | 2025-01-13T08:58:25.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2866 | 2025-01-13T08:58:25.372Z | |
2867 | 2025-01-13T08:58:25.372Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2868 | 2025-01-13T08:58:25.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-01-13T08:58:25.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-01-13T08:58:25.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-01-13T08:58:25.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2872 | 2025-01-13T08:58:26.057Z | |
2873 | 2025-01-13T08:58:26.057Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2874 | 2025-01-13T08:58:26.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-01-13T08:58:26.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-01-13T08:58:26.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2025-01-13T08:58:26.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2878 | 2025-01-13T08:58:26.746Z | |
2879 | 2025-01-13T08:58:26.746Z | info: running `cargo check --bins` on db-macros (102/176) |
2880 | 2025-01-13T08:58:27.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-01-13T08:58:27.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-01-13T08:58:27.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2025-01-13T08:58:27.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2884 | 2025-01-13T08:58:27.364Z | |
2885 | 2025-01-13T08:58:27.364Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2886 | 2025-01-13T08:58:27.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2025-01-13T08:58:27.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2025-01-13T08:58:27.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2025-01-13T08:58:27.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2890 | 2025-01-13T08:58:27.980Z | |
2891 | 2025-01-13T08:58:27.980Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2892 | 2025-01-13T08:58:28.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2025-01-13T08:58:28.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2025-01-13T08:58:28.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2025-01-13T08:58:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2896 | 2025-01-13T08:58:28.651Z | |
2897 | 2025-01-13T08:58:28.651Z | info: running `cargo check --bins` on authz-macros (105/176) |
2898 | 2025-01-13T08:58:29.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2025-01-13T08:58:29.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2025-01-13T08:58:29.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2025-01-13T08:58:29.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2902 | 2025-01-13T08:58:29.264Z | |
2903 | 2025-01-13T08:58:29.264Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2904 | 2025-01-13T08:58:29.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2025-01-13T08:58:29.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2025-01-13T08:58:29.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2025-01-13T08:58:29.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2908 | 2025-01-13T08:58:29.921Z | |
2909 | 2025-01-13T08:58:29.921Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2910 | 2025-01-13T08:58:30.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2025-01-13T08:58:30.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2025-01-13T08:58:30.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2025-01-13T08:58:30.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2914 | 2025-01-13T08:58:30.578Z | |
2915 | 2025-01-13T08:58:30.578Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2916 | 2025-01-13T08:58:31.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2025-01-13T08:58:31.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2025-01-13T08:58:31.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2025-01-13T08:58:31.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2920 | 2025-01-13T08:58:31.205Z | |
2921 | 2025-01-13T08:58:31.205Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2922 | 2025-01-13T08:58:31.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2025-01-13T08:58:31.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2025-01-13T08:58:31.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2025-01-13T08:58:31.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2926 | 2025-01-13T08:58:31.860Z | |
2927 | 2025-01-13T08:58:31.860Z | info: running `cargo check --bins` on typed-rng (110/176) |
2928 | 2025-01-13T08:58:32.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2025-01-13T08:58:32.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2025-01-13T08:58:32.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2025-01-13T08:58:32.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2932 | 2025-01-13T08:58:32.475Z | |
2933 | 2025-01-13T08:58:32.475Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2934 | 2025-01-13T08:58:33.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2025-01-13T08:58:33.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2025-01-13T08:58:33.205Z | Checking keccak v0.1.5 |
2937 | 2025-01-13T08:58:33.315Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2938 | 2025-01-13T08:58:33.318Z | Checking secrecy v0.8.0 |
2939 | 2025-01-13T08:58:33.318Z | Compiling same-file v1.0.6 |
2940 | 2025-01-13T08:58:33.335Z | Compiling tempfile v3.15.0 |
2941 | 2025-01-13T08:58:33.360Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2942 | 2025-01-13T08:58:33.363Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2943 | 2025-01-13T08:58:33.363Z | Compiling thiserror-impl-no-std v2.0.2 |
2944 | 2025-01-13T08:58:33.510Z | Compiling walkdir v2.5.0 |
2945 | 2025-01-13T08:58:33.580Z | Checking sha3 v0.10.8 |
2946 | 2025-01-13T08:58:33.600Z | Checking universal-hash v0.5.1 |
2947 | 2025-01-13T08:58:33.679Z | Compiling blake3 v1.5.5 |
2948 | 2025-01-13T08:58:33.728Z | Checking opaque-debug v0.3.1 |
2949 | 2025-01-13T08:58:33.787Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2950 | 2025-01-13T08:58:33.903Z | Checking poly1305 v0.8.0 |
2951 | 2025-01-13T08:58:33.917Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2952 | 2025-01-13T08:58:33.994Z | Checking chacha20 v0.9.1 |
2953 | 2025-01-13T08:58:34.077Z | Checking aead v0.5.2 |
2954 | 2025-01-13T08:58:34.233Z | Compiling memmap2 v0.9.5 |
2955 | 2025-01-13T08:58:34.261Z | Compiling arrayref v0.3.9 |
2956 | 2025-01-13T08:58:34.286Z | Compiling arrayvec v0.7.6 |
2957 | 2025-01-13T08:58:34.341Z | Compiling constant_time_eq v0.3.1 |
2958 | 2025-01-13T08:58:34.344Z | Compiling libefi-sys v0.1.0 |
2959 | 2025-01-13T08:58:34.376Z | Compiling salty v0.3.0 |
2960 | 2025-01-13T08:58:34.520Z | Checking chacha20poly1305 v0.10.1 |
2961 | 2025-01-13T08:58:34.679Z | Compiling toolchain_find v0.4.0 |
2962 | 2025-01-13T08:58:34.694Z | Compiling camino-tempfile v1.1.1 |
2963 | 2025-01-13T08:58:34.713Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2964 | 2025-01-13T08:58:34.716Z | Compiling bitfield-struct v0.6.2 |
2965 | 2025-01-13T08:58:34.770Z | Compiling unicase v2.8.1 |
2966 | 2025-01-13T08:58:35.104Z | Compiling topological-sort v0.2.2 |
2967 | 2025-01-13T08:58:35.145Z | Compiling mime_guess v2.0.5 |
2968 | 2025-01-13T08:58:35.272Z | Compiling rustfmt-wrapper v0.2.1 |
2969 | 2025-01-13T08:58:35.790Z | Compiling omicron-zone-package v0.12.0 |
2970 | 2025-01-13T08:58:35.844Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2971 | 2025-01-13T08:58:35.882Z | Checking primeorder v0.13.6 |
2972 | 2025-01-13T08:58:36.156Z | Checking env_filter v0.1.3 |
2973 | 2025-01-13T08:58:36.193Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2974 | 2025-01-13T08:58:36.212Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2975 | 2025-01-13T08:58:36.357Z | Checking p384 v0.13.0 |
2976 | 2025-01-13T08:58:36.391Z | Checking env_logger v0.11.6 |
2977 | 2025-01-13T08:58:36.434Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2978 | 2025-01-13T08:58:36.531Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2979 | 2025-01-13T08:58:36.557Z | Checking thiserror-no-std v2.0.2 |
2980 | 2025-01-13T08:58:36.559Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2981 | 2025-01-13T08:58:36.680Z | Checking vsss-rs v3.3.4 |
2982 | 2025-01-13T08:58:36.720Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2983 | 2025-01-13T08:58:36.754Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2984 | 2025-01-13T08:58:36.780Z | Checking lockfree-object-pool v0.1.6 |
2985 | 2025-01-13T08:58:37.006Z | Checking http-range v0.1.5 |
2986 | 2025-01-13T08:58:37.022Z | Checking simd-adler32 v0.3.7 |
2987 | 2025-01-13T08:58:37.062Z | Checking bumpalo v3.16.0 |
2988 | 2025-01-13T08:58:37.217Z | Compiling zip v2.1.3 |
2989 | 2025-01-13T08:58:37.380Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2990 | 2025-01-13T08:58:37.397Z | Checking zopfli v0.8.1 |
2991 | 2025-01-13T08:58:37.520Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2992 | 2025-01-13T08:58:37.605Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2993 | 2025-01-13T08:58:37.828Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2994 | 2025-01-13T08:58:38.128Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2995 | 2025-01-13T08:58:38.188Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2996 | 2025-01-13T08:58:38.272Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2997 | 2025-01-13T08:58:38.571Z | Checking nanorand v0.7.0 |
2998 | 2025-01-13T08:58:38.613Z | Checking atty v0.2.14 |
2999 | 2025-01-13T08:58:38.748Z | Checking glob v0.3.2 |
3000 | 2025-01-13T08:58:38.819Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3001 | 2025-01-13T08:58:38.906Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3002 | 2025-01-13T08:58:38.924Z | Checking flume v0.11.1 |
3003 | 2025-01-13T08:58:39.067Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3004 | 2025-01-13T08:58:39.381Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3005 | 2025-01-13T08:58:39.428Z | Checking hyper-staticfile v0.10.1 |
3006 | 2025-01-13T08:58:40.143Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3007 | 2025-01-13T08:58:40.562Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3008 | 2025-01-13T08:58:40.565Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3009 | 2025-01-13T08:58:40.804Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3010 | 2025-01-13T08:58:41.033Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3011 | 2025-01-13T08:58:41.149Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3012 | 2025-01-13T08:58:41.925Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3013 | 2025-01-13T08:58:42.112Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3014 | 2025-01-13T08:58:42.607Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3015 | 2025-01-13T08:58:42.708Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3016 | 2025-01-13T08:58:45.603Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3017 | 2025-01-13T08:58:45.603Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3018 | 2025-01-13T08:58:54.454Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2025-01-13T08:59:07.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.47s |
3020 | 2025-01-13T08:59:08.139Z | |
3021 | 2025-01-13T08:59:08.139Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3022 | 2025-01-13T08:59:08.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-01-13T08:59:08.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-01-13T08:59:08.882Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3025 | 2025-01-13T08:59:22.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s |
3026 | 2025-01-13T08:59:22.975Z | |
3027 | 2025-01-13T08:59:22.975Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3028 | 2025-01-13T08:59:23.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-01-13T08:59:23.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-01-13T08:59:23.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3031 | 2025-01-13T08:59:37.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
3032 | 2025-01-13T08:59:37.561Z | |
3033 | 2025-01-13T08:59:37.561Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3034 | 2025-01-13T08:59:38.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-01-13T08:59:38.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-01-13T08:59:38.286Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3037 | 2025-01-13T08:59:52.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s |
3038 | 2025-01-13T08:59:52.224Z | |
3039 | 2025-01-13T08:59:52.224Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3040 | 2025-01-13T08:59:52.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-01-13T08:59:52.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-01-13T08:59:52.967Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3043 | 2025-01-13T09:00:06.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
3044 | 2025-01-13T09:00:06.984Z | |
3045 | 2025-01-13T09:00:06.984Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3046 | 2025-01-13T09:00:07.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-01-13T09:00:07.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-01-13T09:00:07.727Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3049 | 2025-01-13T09:00:21.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
3050 | 2025-01-13T09:00:21.746Z | |
3051 | 2025-01-13T09:00:21.746Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3052 | 2025-01-13T09:00:22.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-01-13T09:00:22.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-01-13T09:00:22.494Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3055 | 2025-01-13T09:00:36.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3056 | 2025-01-13T09:00:36.363Z | |
3057 | 2025-01-13T09:00:36.363Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3058 | 2025-01-13T09:00:36.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-01-13T09:00:36.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-01-13T09:00:37.091Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3061 | 2025-01-13T09:00:50.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s |
3062 | 2025-01-13T09:00:51.049Z | |
3063 | 2025-01-13T09:00:51.049Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3064 | 2025-01-13T09:00:51.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-01-13T09:00:51.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-01-13T09:00:51.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-01-13T09:00:51.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3068 | 2025-01-13T09:00:51.703Z | |
3069 | 2025-01-13T09:00:51.704Z | info: running `cargo check --bins` on key-manager (120/176) |
3070 | 2025-01-13T09:00:52.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-01-13T09:00:52.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-01-13T09:00:52.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2025-01-13T09:00:52.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3074 | 2025-01-13T09:00:52.337Z | |
3075 | 2025-01-13T09:00:52.337Z | info: running `cargo check --bins` on range-requests (121/176) |
3076 | 2025-01-13T09:00:52.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2025-01-13T09:00:52.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2025-01-13T09:00:52.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2025-01-13T09:00:52.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3080 | 2025-01-13T09:00:52.953Z | |
3081 | 2025-01-13T09:00:52.953Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3082 | 2025-01-13T09:00:53.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2025-01-13T09:00:53.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2025-01-13T09:00:53.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3085 | 2025-01-13T09:00:53.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3086 | 2025-01-13T09:00:53.582Z | |
3087 | 2025-01-13T09:00:53.582Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3088 | 2025-01-13T09:00:54.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2025-01-13T09:00:54.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2025-01-13T09:00:54.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2025-01-13T09:00:54.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3092 | 2025-01-13T09:00:54.230Z | |
3093 | 2025-01-13T09:00:54.230Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3094 | 2025-01-13T09:00:54.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2025-01-13T09:00:54.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2025-01-13T09:00:54.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2025-01-13T09:00:54.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3098 | 2025-01-13T09:00:54.840Z | |
3099 | 2025-01-13T09:00:54.840Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3100 | 2025-01-13T09:00:55.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2025-01-13T09:00:55.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2025-01-13T09:00:55.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3103 | 2025-01-13T09:00:55.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3104 | 2025-01-13T09:00:55.478Z | |
3105 | 2025-01-13T09:00:55.478Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3106 | 2025-01-13T09:00:56.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2025-01-13T09:00:56.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2025-01-13T09:00:56.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3109 | 2025-01-13T09:00:56.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3110 | 2025-01-13T09:00:56.124Z | |
3111 | 2025-01-13T09:00:56.124Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3112 | 2025-01-13T09:00:56.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2025-01-13T09:00:56.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2025-01-13T09:00:56.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3115 | 2025-01-13T09:00:56.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3116 | 2025-01-13T09:00:56.768Z | |
3117 | 2025-01-13T09:00:56.768Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3118 | 2025-01-13T09:00:57.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2025-01-13T09:00:57.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2025-01-13T09:00:57.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3121 | 2025-01-13T09:00:57.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3122 | 2025-01-13T09:00:57.424Z | |
3123 | 2025-01-13T09:00:57.424Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3124 | 2025-01-13T09:00:57.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2025-01-13T09:00:58.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2025-01-13T09:00:58.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3127 | 2025-01-13T09:00:58.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3128 | 2025-01-13T09:00:58.080Z | |
3129 | 2025-01-13T09:00:58.080Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3130 | 2025-01-13T09:00:58.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2025-01-13T09:00:58.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2025-01-13T09:00:58.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3133 | 2025-01-13T09:00:58.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3134 | 2025-01-13T09:00:58.732Z | |
3135 | 2025-01-13T09:00:58.732Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3136 | 2025-01-13T09:00:59.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3137 | 2025-01-13T09:00:59.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3138 | 2025-01-13T09:00:59.425Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3139 | 2025-01-13T09:00:59.425Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3140 | 2025-01-13T09:01:00.304Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3141 | 2025-01-13T09:01:02.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
3142 | 2025-01-13T09:01:02.515Z | |
3143 | 2025-01-13T09:01:02.515Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3144 | 2025-01-13T09:01:03.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2025-01-13T09:01:03.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2025-01-13T09:01:03.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2025-01-13T09:01:03.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3148 | 2025-01-13T09:01:03.145Z | |
3149 | 2025-01-13T09:01:03.145Z | info: running `cargo check --bins` on cert-dev (133/176) |
3150 | 2025-01-13T09:01:03.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2025-01-13T09:01:03.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2025-01-13T09:01:03.758Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3153 | 2025-01-13T09:01:04.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3154 | 2025-01-13T09:01:04.190Z | |
3155 | 2025-01-13T09:01:04.190Z | info: running `cargo check --bins` on clickana (134/176) |
3156 | 2025-01-13T09:01:04.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-01-13T09:01:04.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-01-13T09:01:04.831Z | Checking castaway v0.2.3 |
3159 | 2025-01-13T09:01:04.831Z | Compiling indoc v2.0.5 |
3160 | 2025-01-13T09:01:04.833Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3161 | 2025-01-13T09:01:04.833Z | Checking lru v0.12.5 |
3162 | 2025-01-13T09:01:04.833Z | Checking cassowary v0.3.0 |
3163 | 2025-01-13T09:01:04.935Z | Checking unicode-truncate v1.1.0 |
3164 | 2025-01-13T09:01:05.043Z | Checking compact_str v0.8.1 |
3165 | 2025-01-13T09:01:05.595Z | Compiling instability v0.3.7 |
3166 | 2025-01-13T09:01:06.467Z | Checking ratatui v0.28.1 |
3167 | 2025-01-13T09:01:06.713Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3168 | 2025-01-13T09:01:08.347Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3169 | 2025-01-13T09:01:09.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s |
3170 | 2025-01-13T09:01:09.375Z | |
3171 | 2025-01-13T09:01:09.375Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3172 | 2025-01-13T09:01:09.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2025-01-13T09:01:09.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2025-01-13T09:01:10.054Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3175 | 2025-01-13T09:01:10.054Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3176 | 2025-01-13T09:01:11.094Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3177 | 2025-01-13T09:01:11.604Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3178 | 2025-01-13T09:01:11.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3179 | 2025-01-13T09:01:12.168Z | |
3180 | 2025-01-13T09:01:12.168Z | info: running `cargo check --bins` on ch-dev (136/176) |
3181 | 2025-01-13T09:01:12.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-01-13T09:01:12.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-01-13T09:01:12.837Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3184 | 2025-01-13T09:01:13.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3185 | 2025-01-13T09:01:13.739Z | |
3186 | 2025-01-13T09:01:13.739Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3187 | 2025-01-13T09:01:14.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-01-13T09:01:14.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-01-13T09:01:14.393Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3190 | 2025-01-13T09:01:14.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3191 | 2025-01-13T09:01:14.949Z | |
3192 | 2025-01-13T09:01:14.950Z | info: running `cargo check --bins` on db-dev (138/176) |
3193 | 2025-01-13T09:01:15.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-01-13T09:01:15.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-01-13T09:01:15.607Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3196 | 2025-01-13T09:01:16.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3197 | 2025-01-13T09:01:16.513Z | |
3198 | 2025-01-13T09:01:16.513Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3199 | 2025-01-13T09:01:17.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-01-13T09:01:17.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-01-13T09:01:17.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2025-01-13T09:01:17.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3203 | 2025-01-13T09:01:17.165Z | |
3204 | 2025-01-13T09:01:17.165Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3205 | 2025-01-13T09:01:17.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-01-13T09:01:17.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-01-13T09:01:17.786Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3208 | 2025-01-13T09:01:18.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3209 | 2025-01-13T09:01:18.825Z | |
3210 | 2025-01-13T09:01:18.825Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3211 | 2025-01-13T09:01:19.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-01-13T09:01:19.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-01-13T09:01:19.442Z | Checking cargo-platform v0.1.9 |
3214 | 2025-01-13T09:01:19.711Z | Checking cargo_metadata v0.18.1 |
3215 | 2025-01-13T09:01:20.652Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3216 | 2025-01-13T09:01:21.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
3217 | 2025-01-13T09:01:21.633Z | |
3218 | 2025-01-13T09:01:21.633Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3219 | 2025-01-13T09:01:22.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2025-01-13T09:01:22.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2025-01-13T09:01:22.365Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3222 | 2025-01-13T09:01:23.860Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3223 | 2025-01-13T09:01:24.485Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3224 | 2025-01-13T09:01:25.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
3225 | 2025-01-13T09:01:25.257Z | |
3226 | 2025-01-13T09:01:25.257Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3227 | 2025-01-13T09:01:25.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-01-13T09:01:25.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-01-13T09:01:26.045Z | Compiling crunchy v0.2.2 |
3230 | 2025-01-13T09:01:26.045Z | Compiling tiny-keccak v2.0.2 |
3231 | 2025-01-13T09:01:26.048Z | Compiling dsl_auto_type v0.1.2 |
3232 | 2025-01-13T09:01:26.048Z | Checking scheduled-thread-pool v0.2.7 |
3233 | 2025-01-13T09:01:26.048Z | Compiling diesel_table_macro_syntax v0.2.0 |
3234 | 2025-01-13T09:01:26.170Z | Compiling bit-vec v0.6.3 |
3235 | 2025-01-13T09:01:26.217Z | Compiling ascii-canvas v3.0.0 |
3236 | 2025-01-13T09:01:26.219Z | Compiling ena v0.14.3 |
3237 | 2025-01-13T09:01:26.357Z | Checking r2d2 v0.8.10 |
3238 | 2025-01-13T09:01:26.460Z | Compiling diff v0.1.13 |
3239 | 2025-01-13T09:01:26.584Z | Compiling bit-set v0.5.3 |
3240 | 2025-01-13T09:01:26.628Z | Compiling regex-syntax v0.6.29 |
3241 | 2025-01-13T09:01:26.646Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3242 | 2025-01-13T09:01:26.682Z | Compiling ref-cast v1.0.23 |
3243 | 2025-01-13T09:01:26.773Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3244 | 2025-01-13T09:01:26.846Z | Compiling derive_builder_core v0.20.2 |
3245 | 2025-01-13T09:01:26.875Z | Compiling libxml v0.3.3 |
3246 | 2025-01-13T09:01:27.043Z | Compiling ref-cast-impl v1.0.23 |
3247 | 2025-01-13T09:01:27.107Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3248 | 2025-01-13T09:01:27.260Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3249 | 2025-01-13T09:01:27.298Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3250 | 2025-01-13T09:01:27.389Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3251 | 2025-01-13T09:01:27.581Z | Compiling strum_macros v0.24.3 |
3252 | 2025-01-13T09:01:27.702Z | Compiling samael v0.0.17 |
3253 | 2025-01-13T09:01:27.846Z | Compiling indoc v1.0.9 |
3254 | 2025-01-13T09:01:27.874Z | Compiling diesel_derives v2.2.3 |
3255 | 2025-01-13T09:01:28.834Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3256 | 2025-01-13T09:01:29.108Z | Compiling oso-derive v0.27.3 |
3257 | 2025-01-13T09:01:29.364Z | Compiling derive_builder_macro v0.20.2 |
3258 | 2025-01-13T09:01:30.122Z | Compiling lalrpop v0.19.12 |
3259 | 2025-01-13T09:01:30.125Z | Checking quick-xml v0.33.0 |
3260 | 2025-01-13T09:01:30.250Z | Checking derive_builder v0.20.2 |
3261 | 2025-01-13T09:01:30.412Z | Compiling impl-trait-for-tuples v0.2.3 |
3262 | 2025-01-13T09:01:30.757Z | Compiling diesel-dtrace v0.4.2 |
3263 | 2025-01-13T09:01:31.065Z | Checking maplit v1.0.2 |
3264 | 2025-01-13T09:01:31.270Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3265 | 2025-01-13T09:01:31.290Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3266 | 2025-01-13T09:01:31.573Z | Checking bb8 v0.8.6 |
3267 | 2025-01-13T09:01:31.867Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3268 | 2025-01-13T09:01:32.058Z | Checking rand_seeder v0.3.0 |
3269 | 2025-01-13T09:01:32.175Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3270 | 2025-01-13T09:01:32.298Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3271 | 2025-01-13T09:01:32.500Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3272 | 2025-01-13T09:01:32.556Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3273 | 2025-01-13T09:01:32.821Z | Checking smawk v0.3.2 |
3274 | 2025-01-13T09:01:32.977Z | Checking is_ci v1.2.0 |
3275 | 2025-01-13T09:01:33.045Z | Checking unicode-linebreak v0.1.5 |
3276 | 2025-01-13T09:01:33.126Z | Checking supports-color v3.0.2 |
3277 | 2025-01-13T09:01:33.357Z | Checking multimap v0.10.0 |
3278 | 2025-01-13T09:01:33.490Z | Checking textwrap v0.16.1 |
3279 | 2025-01-13T09:01:34.242Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3280 | 2025-01-13T09:01:36.412Z | Checking diesel v2.2.6 |
3281 | 2025-01-13T09:02:02.504Z | Compiling polar-core v0.27.3 |
3282 | 2025-01-13T09:02:05.727Z | Checking async-bb8-diesel v0.2.1 |
3283 | 2025-01-13T09:02:09.769Z | Checking oso v0.27.3 |
3284 | 2025-01-13T09:03:19.202Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3285 | 2025-01-13T09:03:25.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3286 | 2025-01-13T09:03:25.489Z | |
3287 | 2025-01-13T09:03:25.489Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3288 | 2025-01-13T09:03:26.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-01-13T09:03:26.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-01-13T09:03:26.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-01-13T09:03:26.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3292 | 2025-01-13T09:03:26.170Z | |
3293 | 2025-01-13T09:03:26.170Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3294 | 2025-01-13T09:03:26.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-01-13T09:03:26.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-01-13T09:03:26.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-01-13T09:03:26.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3298 | 2025-01-13T09:03:26.851Z | |
3299 | 2025-01-13T09:03:26.851Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3300 | 2025-01-13T09:03:27.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-01-13T09:03:27.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-01-13T09:03:27.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-01-13T09:03:27.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3304 | 2025-01-13T09:03:27.461Z | |
3305 | 2025-01-13T09:03:27.461Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3306 | 2025-01-13T09:03:28.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-01-13T09:03:28.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-01-13T09:03:28.263Z | Compiling libz-sys v1.1.21 |
3309 | 2025-01-13T09:03:28.379Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3310 | 2025-01-13T09:03:28.390Z | Compiling vergen v8.3.2 |
3311 | 2025-01-13T09:03:28.392Z | Compiling cargo-platform v0.1.9 |
3312 | 2025-01-13T09:03:28.392Z | Compiling pin-project-internal v1.1.8 |
3313 | 2025-01-13T09:03:28.423Z | Compiling libsqlite3-sys v0.30.1 |
3314 | 2025-01-13T09:03:28.426Z | Compiling snafu-derive v0.8.5 |
3315 | 2025-01-13T09:03:28.426Z | Compiling cfg_aliases v0.2.1 |
3316 | 2025-01-13T09:03:28.566Z | Compiling rustls v0.21.12 |
3317 | 2025-01-13T09:03:28.666Z | Compiling cargo_metadata v0.18.1 |
3318 | 2025-01-13T09:03:28.842Z | Compiling buf-list v1.0.3 |
3319 | 2025-01-13T09:03:28.968Z | Compiling nix v0.29.0 |
3320 | 2025-01-13T09:03:28.988Z | Checking globset v0.4.15 |
3321 | 2025-01-13T09:03:29.343Z | Checking olpc-cjson v0.1.4 |
3322 | 2025-01-13T09:03:29.525Z | Checking sct v0.7.1 |
3323 | 2025-01-13T09:03:29.544Z | Checking rustls-webpki v0.101.7 |
3324 | 2025-01-13T09:03:29.562Z | Checking serde_plain v1.0.2 |
3325 | 2025-01-13T09:03:29.740Z | Checking typed-path v0.9.3 |
3326 | 2025-01-13T09:03:30.144Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3327 | 2025-01-13T09:03:30.268Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3328 | 2025-01-13T09:03:30.415Z | Checking hashlink v0.9.1 |
3329 | 2025-01-13T09:03:30.550Z | Checking fallible-streaming-iterator v0.1.9 |
3330 | 2025-01-13T09:03:30.779Z | Checking parse-size v1.1.0 |
3331 | 2025-01-13T09:03:30.963Z | Checking fallible-iterator v0.3.0 |
3332 | 2025-01-13T09:03:31.426Z | Checking pin-project v1.1.8 |
3333 | 2025-01-13T09:03:31.532Z | Checking rusqlite v0.32.1 |
3334 | 2025-01-13T09:03:31.559Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3335 | 2025-01-13T09:03:31.580Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3336 | 2025-01-13T09:03:31.597Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3337 | 2025-01-13T09:03:32.197Z | Checking rustls-pemfile v1.0.4 |
3338 | 2025-01-13T09:03:32.331Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3339 | 2025-01-13T09:03:32.366Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3340 | 2025-01-13T09:03:32.435Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3341 | 2025-01-13T09:03:32.611Z | Checking twox-hash v1.6.3 |
3342 | 2025-01-13T09:03:32.660Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3343 | 2025-01-13T09:03:32.707Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3344 | 2025-01-13T09:03:33.103Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3345 | 2025-01-13T09:03:33.498Z | Checking tokio-rustls v0.24.1 |
3346 | 2025-01-13T09:03:33.630Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3347 | 2025-01-13T09:03:33.830Z | Checking snafu v0.8.5 |
3348 | 2025-01-13T09:03:33.849Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3349 | 2025-01-13T09:03:34.009Z | Checking fatfs v0.3.6 |
3350 | 2025-01-13T09:03:34.318Z | Checking tough v0.19.0 |
3351 | 2025-01-13T09:03:34.592Z | Checking assert_matches v1.5.0 |
3352 | 2025-01-13T09:03:38.408Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3353 | 2025-01-13T09:03:39.771Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3354 | 2025-01-13T09:03:40.724Z | Compiling git2 v0.19.0 |
3355 | 2025-01-13T09:03:45.383Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3356 | 2025-01-13T09:04:37.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3357 | 2025-01-13T09:04:37.834Z | |
3358 | 2025-01-13T09:04:37.834Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3359 | 2025-01-13T09:04:38.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-01-13T09:04:38.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-01-13T09:04:38.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-01-13T09:04:38.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3363 | 2025-01-13T09:04:38.527Z | |
3364 | 2025-01-13T09:04:38.527Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3365 | 2025-01-13T09:04:39.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-01-13T09:04:39.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-01-13T09:04:39.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2025-01-13T09:04:39.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3369 | 2025-01-13T09:04:39.146Z | |
3370 | 2025-01-13T09:04:39.146Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3371 | 2025-01-13T09:04:39.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-01-13T09:04:39.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-01-13T09:04:39.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2025-01-13T09:04:39.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3375 | 2025-01-13T09:04:39.803Z | |
3376 | 2025-01-13T09:04:39.803Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3377 | 2025-01-13T09:04:40.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2025-01-13T09:04:40.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2025-01-13T09:04:40.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2025-01-13T09:04:40.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3381 | 2025-01-13T09:04:40.477Z | |
3382 | 2025-01-13T09:04:40.477Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3383 | 2025-01-13T09:04:41.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2025-01-13T09:04:41.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2025-01-13T09:04:41.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2025-01-13T09:04:41.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3387 | 2025-01-13T09:04:41.154Z | |
3388 | 2025-01-13T09:04:41.154Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3389 | 2025-01-13T09:04:41.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-01-13T09:04:41.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-01-13T09:04:41.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3392 | 2025-01-13T09:04:41.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3393 | 2025-01-13T09:04:41.829Z | |
3394 | 2025-01-13T09:04:41.829Z | info: running `cargo check --bins` on update-common (154/176) |
3395 | 2025-01-13T09:04:42.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3396 | 2025-01-13T09:04:42.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3397 | 2025-01-13T09:04:42.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3398 | 2025-01-13T09:04:42.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3399 | 2025-01-13T09:04:42.479Z | |
3400 | 2025-01-13T09:04:42.480Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3401 | 2025-01-13T09:04:43.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3402 | 2025-01-13T09:04:43.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3403 | 2025-01-13T09:04:43.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3404 | 2025-01-13T09:04:43.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3405 | 2025-01-13T09:04:43.154Z | |
3406 | 2025-01-13T09:04:43.154Z | info: running `cargo check --bins` on tufaceous (156/176) |
3407 | 2025-01-13T09:04:43.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-01-13T09:04:43.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-01-13T09:04:43.840Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3410 | 2025-01-13T09:04:45.090Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3411 | 2025-01-13T09:04:45.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
3412 | 2025-01-13T09:04:46.167Z | |
3413 | 2025-01-13T09:04:46.167Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3414 | 2025-01-13T09:04:46.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2025-01-13T09:04:46.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2025-01-13T09:04:47.021Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3417 | 2025-01-13T09:04:47.024Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3418 | 2025-01-13T09:04:47.159Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3419 | 2025-01-13T09:04:47.162Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3420 | 2025-01-13T09:04:48.215Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3421 | 2025-01-13T09:05:14.029Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3422 | 2025-01-13T09:05:14.032Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3423 | 2025-01-13T09:05:14.032Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3424 | 2025-01-13T09:05:14.032Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3425 | 2025-01-13T09:05:14.032Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3426 | 2025-01-13T09:05:14.836Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3427 | 2025-01-13T09:05:16.145Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3428 | 2025-01-13T09:05:53.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
3429 | 2025-01-13T09:05:54.180Z | |
3430 | 2025-01-13T09:05:54.180Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3431 | 2025-01-13T09:05:54.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-01-13T09:05:54.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-01-13T09:05:54.893Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3434 | 2025-01-13T09:05:54.896Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3435 | 2025-01-13T09:05:54.896Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3436 | 2025-01-13T09:05:55.018Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3437 | 2025-01-13T09:05:55.021Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3438 | 2025-01-13T09:05:55.039Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3439 | 2025-01-13T09:05:55.042Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3440 | 2025-01-13T09:05:55.070Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3441 | 2025-01-13T09:05:55.339Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3442 | 2025-01-13T09:05:55.471Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3443 | 2025-01-13T09:05:55.525Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3444 | 2025-01-13T09:05:55.697Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3445 | 2025-01-13T09:05:55.743Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3446 | 2025-01-13T09:05:56.472Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3447 | 2025-01-13T09:05:56.475Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3448 | 2025-01-13T09:05:56.512Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#750714d4) |
3449 | 2025-01-13T09:05:57.647Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3450 | 2025-01-13T09:05:58.230Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3451 | 2025-01-13T09:05:58.865Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3452 | 2025-01-13T09:05:58.962Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3453 | 2025-01-13T09:06:00.842Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3454 | 2025-01-13T09:06:00.845Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3455 | 2025-01-13T09:06:01.900Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3456 | 2025-01-13T09:06:03.490Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3457 | 2025-01-13T09:06:09.815Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3458 | 2025-01-13T09:06:09.815Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3459 | 2025-01-13T09:06:11.031Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3460 | 2025-01-13T09:06:12.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s |
3461 | 2025-01-13T09:06:12.312Z | |
3462 | 2025-01-13T09:06:12.312Z | info: running `cargo check --bins` on installinator-api (159/176) |
3463 | 2025-01-13T09:06:12.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3464 | 2025-01-13T09:06:12.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3465 | 2025-01-13T09:06:12.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3466 | 2025-01-13T09:06:12.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3467 | 2025-01-13T09:06:12.979Z | |
3468 | 2025-01-13T09:06:12.980Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3469 | 2025-01-13T09:06:13.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3470 | 2025-01-13T09:06:13.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3471 | 2025-01-13T09:06:13.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3472 | 2025-01-13T09:06:13.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3473 | 2025-01-13T09:06:13.641Z | |
3474 | 2025-01-13T09:06:13.641Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3475 | 2025-01-13T09:06:14.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3476 | 2025-01-13T09:06:14.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3477 | 2025-01-13T09:06:14.339Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3478 | 2025-01-13T09:06:14.342Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3479 | 2025-01-13T09:06:14.342Z | Compiling petname v2.0.2 |
3480 | 2025-01-13T09:06:14.342Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3481 | 2025-01-13T09:06:14.342Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3482 | 2025-01-13T09:06:14.342Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3483 | 2025-01-13T09:06:14.342Z | Checking itertools v0.14.0 |
3484 | 2025-01-13T09:06:14.446Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3485 | 2025-01-13T09:06:14.647Z | Checking sync-ptr v0.1.1 |
3486 | 2025-01-13T09:06:20.118Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3487 | 2025-01-13T09:06:20.785Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3488 | 2025-01-13T09:06:21.972Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3489 | 2025-01-13T09:06:23.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.93s |
3490 | 2025-01-13T09:06:23.761Z | |
3491 | 2025-01-13T09:06:23.761Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3492 | 2025-01-13T09:06:24.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2025-01-13T09:06:24.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2025-01-13T09:06:24.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3495 | 2025-01-13T09:06:24.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3496 | 2025-01-13T09:06:24.432Z | |
3497 | 2025-01-13T09:06:24.432Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3498 | 2025-01-13T09:06:25.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3499 | 2025-01-13T09:06:25.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3500 | 2025-01-13T09:06:25.107Z | Checking memmap2 v0.9.5 |
3501 | 2025-01-13T09:06:25.107Z | Checking constant_time_eq v0.3.1 |
3502 | 2025-01-13T09:06:25.107Z | Checking arrayvec v0.7.6 |
3503 | 2025-01-13T09:06:25.109Z | Checking arrayref v0.3.9 |
3504 | 2025-01-13T09:06:25.110Z | Checking topological-sort v0.2.2 |
3505 | 2025-01-13T09:06:25.212Z | Checking shell-words v1.1.0 |
3506 | 2025-01-13T09:06:25.476Z | Checking blake3 v1.5.5 |
3507 | 2025-01-13T09:06:25.818Z | Checking omicron-zone-package v0.12.0 |
3508 | 2025-01-13T09:06:27.012Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3509 | 2025-01-13T09:06:27.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
3510 | 2025-01-13T09:06:28.112Z | |
3511 | 2025-01-13T09:06:28.112Z | info: running `cargo check --bins` on xtask (164/176) |
3512 | 2025-01-13T09:06:28.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-01-13T09:06:28.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-01-13T09:06:28.544Z | Checking bitflags v2.7.0 |
3515 | 2025-01-13T09:06:28.547Z | Checking serde v1.0.217 |
3516 | 2025-01-13T09:06:28.547Z | Checking thiserror v1.0.69 |
3517 | 2025-01-13T09:06:28.635Z | Checking scroll v0.12.0 |
3518 | 2025-01-13T09:06:28.638Z | Checking thiserror v2.0.11 |
3519 | 2025-01-13T09:06:28.638Z | Checking log v0.4.22 |
3520 | 2025-01-13T09:06:28.643Z | Checking hashbrown v0.15.2 |
3521 | 2025-01-13T09:06:28.662Z | Checking zerocopy v0.7.35 |
3522 | 2025-01-13T09:06:28.736Z | Checking getrandom v0.2.15 |
3523 | 2025-01-13T09:06:28.754Z | Checking pest v2.7.15 |
3524 | 2025-01-13T09:06:28.852Z | Checking rustix v0.38.43 |
3525 | 2025-01-13T09:06:28.904Z | Checking syn v2.0.96 |
3526 | 2025-01-13T09:06:28.941Z | Checking once_cell v1.20.2 |
3527 | 2025-01-13T09:06:29.071Z | Checking goblin v0.8.2 |
3528 | 2025-01-13T09:06:29.255Z | Checking fs-err v2.11.0 |
3529 | 2025-01-13T09:06:29.540Z | Checking tabled v0.15.0 |
3530 | 2025-01-13T09:06:29.746Z | Checking indexmap v2.7.0 |
3531 | 2025-01-13T09:06:30.020Z | Checking anyhow v1.0.95 |
3532 | 2025-01-13T09:06:30.956Z | Checking terminal_size v0.4.1 |
3533 | 2025-01-13T09:06:30.956Z | Checking tempfile v3.15.0 |
3534 | 2025-01-13T09:06:31.103Z | Checking clap_builder v4.5.26 |
3535 | 2025-01-13T09:06:31.201Z | Checking dtrace-parser v0.2.0 |
3536 | 2025-01-13T09:06:32.876Z | Checking serde_json v1.0.135 |
3537 | 2025-01-13T09:06:32.876Z | Checking serde_spanned v0.6.8 |
3538 | 2025-01-13T09:06:32.876Z | Checking toml_datetime v0.6.8 |
3539 | 2025-01-13T09:06:32.878Z | Checking camino v1.1.9 |
3540 | 2025-01-13T09:06:32.879Z | Checking cargo-platform v0.1.9 |
3541 | 2025-01-13T09:06:33.083Z | Checking semver v1.0.24 |
3542 | 2025-01-13T09:06:33.163Z | Checking macaddr v1.0.1 |
3543 | 2025-01-13T09:06:33.197Z | Checking toml_edit v0.22.22 |
3544 | 2025-01-13T09:06:33.447Z | Checking camino-tempfile v1.1.1 |
3545 | 2025-01-13T09:06:33.549Z | Checking clap v4.5.26 |
3546 | 2025-01-13T09:06:34.101Z | Checking dof v0.3.0 |
3547 | 2025-01-13T09:06:34.101Z | Checking cargo_metadata v0.18.1 |
3548 | 2025-01-13T09:06:34.512Z | Checking usdt-impl v0.5.0 |
3549 | 2025-01-13T09:06:34.874Z | Checking usdt v0.5.0 |
3550 | 2025-01-13T09:06:34.995Z | Checking toml v0.8.19 |
3551 | 2025-01-13T09:06:35.462Z | Checking cargo_toml v0.20.5 |
3552 | 2025-01-13T09:06:36.642Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3553 | 2025-01-13T09:06:37.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s |
3554 | 2025-01-13T09:06:37.344Z | |
3555 | 2025-01-13T09:06:37.344Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3556 | 2025-01-13T09:06:37.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-01-13T09:06:37.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-01-13T09:06:38.120Z | Checking polyval v0.6.2 |
3559 | 2025-01-13T09:06:38.234Z | Checking ctr v0.9.2 |
3560 | 2025-01-13T09:06:38.247Z | Checking ssh-encoding v0.2.0 |
3561 | 2025-01-13T09:06:38.250Z | Checking blowfish v0.9.1 |
3562 | 2025-01-13T09:06:38.270Z | Checking password-hash v0.4.2 |
3563 | 2025-01-13T09:06:38.273Z | Checking matches v0.1.10 |
3564 | 2025-01-13T09:06:38.297Z | Checking p256 v0.13.2 |
3565 | 2025-01-13T09:06:38.297Z | Checking p521 v0.13.3 |
3566 | 2025-01-13T09:06:38.371Z | Checking idna v0.2.3 |
3567 | 2025-01-13T09:06:38.454Z | Checking ghash v0.5.1 |
3568 | 2025-01-13T09:06:38.479Z | Compiling enum-as-inner v0.5.1 |
3569 | 2025-01-13T09:06:38.497Z | Checking bcrypt-pbkdf v0.10.0 |
3570 | 2025-01-13T09:06:38.558Z | Checking russh-cryptovec v0.7.3 |
3571 | 2025-01-13T09:06:38.615Z | Checking aes-gcm v0.10.3 |
3572 | 2025-01-13T09:06:38.656Z | Checking pbkdf2 v0.11.0 |
3573 | 2025-01-13T09:06:38.743Z | Checking md5 v0.7.0 |
3574 | 2025-01-13T09:06:38.772Z | Checking num-bigint v0.4.6 |
3575 | 2025-01-13T09:06:38.772Z | Checking des v0.8.1 |
3576 | 2025-01-13T09:06:38.860Z | Checking ssh-cipher v0.2.0 |
3577 | 2025-01-13T09:06:38.951Z | Checking hex-literal v0.4.1 |
3578 | 2025-01-13T09:06:39.015Z | Compiling dhcproto-macros v0.1.0 |
3579 | 2025-01-13T09:06:39.051Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3580 | 2025-01-13T09:06:39.082Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3581 | 2025-01-13T09:06:39.152Z | Checking ssh-key v0.6.7 |
3582 | 2025-01-13T09:06:39.175Z | Checking internet-checksum v0.2.1 |
3583 | 2025-01-13T09:06:39.477Z | Checking trust-dns-proto v0.22.0 |
3584 | 2025-01-13T09:06:40.491Z | Checking russh-keys v0.45.0 |
3585 | 2025-01-13T09:06:41.399Z | Checking russh v0.45.0 |
3586 | 2025-01-13T09:06:41.994Z | Checking dhcproto v0.12.0 |
3587 | 2025-01-13T09:06:59.220Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3588 | 2025-01-13T09:07:00.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.27s |
3589 | 2025-01-13T09:07:00.828Z | |
3590 | 2025-01-13T09:07:00.828Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3591 | 2025-01-13T09:07:01.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-01-13T09:07:01.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-01-13T09:07:01.472Z | Checking termios v0.3.3 |
3594 | 2025-01-13T09:07:01.689Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3595 | 2025-01-13T09:07:02.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3596 | 2025-01-13T09:07:02.650Z | |
3597 | 2025-01-13T09:07:02.650Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3598 | 2025-01-13T09:07:03.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3599 | 2025-01-13T09:07:03.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3600 | 2025-01-13T09:07:03.352Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3601 | 2025-01-13T09:07:03.352Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3602 | 2025-01-13T09:07:03.355Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3603 | 2025-01-13T09:07:03.355Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3604 | 2025-01-13T09:07:04.441Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3605 | 2025-01-13T09:07:05.727Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3606 | 2025-01-13T09:07:07.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
3607 | 2025-01-13T09:07:07.793Z | |
3608 | 2025-01-13T09:07:07.793Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3609 | 2025-01-13T09:07:08.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-01-13T09:07:08.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-01-13T09:07:08.433Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3612 | 2025-01-13T09:07:08.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3613 | 2025-01-13T09:07:09.109Z | |
3614 | 2025-01-13T09:07:09.109Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3615 | 2025-01-13T09:07:09.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-01-13T09:07:09.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-01-13T09:07:09.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3618 | 2025-01-13T09:07:09.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3619 | 2025-01-13T09:07:09.721Z | |
3620 | 2025-01-13T09:07:09.721Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3621 | 2025-01-13T09:07:10.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-01-13T09:07:10.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-01-13T09:07:10.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3624 | 2025-01-13T09:07:10.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3625 | 2025-01-13T09:07:10.335Z | |
3626 | 2025-01-13T09:07:10.335Z | info: running `cargo check --bins` on omicron-package (171/176) |
3627 | 2025-01-13T09:07:10.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-01-13T09:07:10.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-01-13T09:07:11.005Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3630 | 2025-01-13T09:07:12.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3631 | 2025-01-13T09:07:12.602Z | |
3632 | 2025-01-13T09:07:12.603Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3633 | 2025-01-13T09:07:13.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3634 | 2025-01-13T09:07:13.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3635 | 2025-01-13T09:07:13.327Z | Checking rtoolbox v0.0.2 |
3636 | 2025-01-13T09:07:13.328Z | Checking tui-tree-widget v0.22.0 |
3637 | 2025-01-13T09:07:13.330Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3638 | 2025-01-13T09:07:13.551Z | Checking rpassword v7.3.1 |
3639 | 2025-01-13T09:07:17.571Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3640 | 2025-01-13T09:07:20.506Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3641 | 2025-01-13T09:07:21.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
3642 | 2025-01-13T09:07:21.944Z | |
3643 | 2025-01-13T09:07:21.944Z | info: running `cargo check --bins` on wicket (173/176) |
3644 | 2025-01-13T09:07:22.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3645 | 2025-01-13T09:07:22.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3646 | 2025-01-13T09:07:22.641Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3647 | 2025-01-13T09:07:23.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3648 | 2025-01-13T09:07:23.284Z | |
3649 | 2025-01-13T09:07:23.284Z | info: running `cargo check --bins` on wicketd (174/176) |
3650 | 2025-01-13T09:07:23.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3651 | 2025-01-13T09:07:23.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3652 | 2025-01-13T09:07:24.002Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3653 | 2025-01-13T09:07:24.002Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3654 | 2025-01-13T09:07:24.882Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3655 | 2025-01-13T09:07:28.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
3656 | 2025-01-13T09:07:28.913Z | |
3657 | 2025-01-13T09:07:28.913Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3658 | 2025-01-13T09:07:29.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3659 | 2025-01-13T09:07:29.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3660 | 2025-01-13T09:07:29.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3661 | 2025-01-13T09:07:29.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3662 | 2025-01-13T09:07:29.538Z | |
3663 | 2025-01-13T09:07:29.538Z | info: running `cargo check --bins` on zone-setup (176/176) |
3664 | 2025-01-13T09:07:30.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3665 | 2025-01-13T09:07:30.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3666 | 2025-01-13T09:07:30.285Z | Checking uzers v0.12.1 |
3667 | 2025-01-13T09:07:30.629Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3668 | 2025-01-13T09:07:31.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3669 | 2025-01-13T09:07:31.996Z | |
3670 | 2025-01-13T09:07:31.999Z | real 13:34.603331362 |
3671 | 2025-01-13T09:07:31.999Z | user 25:15.679199118 |
3672 | 2025-01-13T09:07:31.999Z | sys 5:48.169280040 |
3673 | 2025-01-13T09:07:31.999Z | trap 0.477380096 |
3674 | 2025-01-13T09:07:31.999Z | tflt 2.629299936 |
3675 | 2025-01-13T09:07:31.999Z | dflt 3.429279495 |
3676 | 2025-01-13T09:07:31.999Z | kflt 0.001180242 |
3677 | 2025-01-13T09:07:31.999Z | lock 48:03.776492956 |
3678 | 2025-01-13T09:07:31.999Z | slp 2:12:37.795790457 |
3679 | 2025-01-13T09:07:31.999Z | lat 1:05.334639428 |
3680 | 2025-01-13T09:07:31.999Z | stop 3:39.866129646 |
3681 | 2025-01-13T09:07:31.999Z | process exited: duration 1127230 ms, exit code 0 |
|
3682 | 2025-01-13T09:07:32.006Z | found 0 output files |