|
|
|
1 | 2024-12-20T19:48:01.968Z | job assigned to worker 01JFJSR0C2JK2J5Q0YKCNTNBS1 [factory aws, i-01c24dced722eaf2a] (queued for 1 m 4 s) |
|
2 | 2024-12-20T19:48:10.056Z | starting task 0: "setup" |
3 | 2024-12-20T19:48:10.065Z | ++ uname -s |
4 | 2024-12-20T19:48:10.068Z | + kern=SunOS |
5 | 2024-12-20T19:48:10.068Z | + case "$kern" in |
6 | 2024-12-20T19:48:10.068Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:48:10.070Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:48:12.076Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:48:12.180Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:48:12.182Z | + home_fs=zfs |
11 | 2024-12-20T19:48:12.182Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:48:12.182Z | + mkdir -p /home/build |
13 | 2024-12-20T19:48:12.185Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:48:14.185Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:48:14.188Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-12-20T19:48:14.192Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:48:14.197Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:48:14.198Z | ' 1.81.0 |
19 | 2024-12-20T19:48:14.198Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T19:48:14.198Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T19:48:14.198Z | * toolchain profile = "default" |
22 | 2024-12-20T19:48:14.198Z | ' default |
23 | 2024-12-20T19:48:14.200Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:48:14.200Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:48:14.319Z | info: downloading installer |
26 | 2024-12-20T19:48:15.663Z | info: profile set to 'default' |
27 | 2024-12-20T19:48:15.663Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:48:15.666Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:48:15.802Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:48:15.802Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:48:16.534Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:48:16.810Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:48:17.823Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:48:19.398Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:48:25.063Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:48:25.275Z | info: installing component 'cargo' |
37 | 2024-12-20T19:48:26.059Z | info: installing component 'clippy' |
38 | 2024-12-20T19:48:26.414Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:48:28.037Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:48:29.753Z | info: installing component 'rustc' |
41 | 2024-12-20T19:48:35.333Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:48:35.655Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:48:35.655Z | |
44 | 2024-12-20T19:48:36.260Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:48:36.260Z | |
46 | 2024-12-20T19:48:36.273Z | |
47 | 2024-12-20T19:48:36.273Z | Rust is installed now. Great! |
48 | 2024-12-20T19:48:36.273Z | |
49 | 2024-12-20T19:48:36.273Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:48:36.273Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:48:36.273Z | |
52 | 2024-12-20T19:48:36.273Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:48:36.273Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:48:36.273Z | |
55 | 2024-12-20T19:48:36.273Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:48:36.273Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:48:36.273Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:48:36.273Z | + rustc --version |
59 | 2024-12-20T19:48:36.273Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:48:36.273Z | process exited: duration 21966 ms, exit code 0 |
|
61 | 2024-12-20T19:48:36.279Z | starting task 2: "authentication" |
62 | 2024-12-20T19:48:36.301Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T19:48:36.308Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:48:36.311Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:48:36.313Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:48:36.580Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:48:43.656Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:48:43.656Z | + git fetch origin e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
69 | 2024-12-20T19:48:43.961Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:48:43.961Z | * branch e3ee22c82e2b123027b26c7cb2aa88357d52e902 -> FETCH_HEAD |
71 | 2024-12-20T19:48:43.970Z | + [[ -n john/reconfigurator-blippy ]] |
72 | 2024-12-20T19:48:43.973Z | ++ git branch --show-current |
73 | 2024-12-20T19:48:43.975Z | + current=main |
74 | 2024-12-20T19:48:43.975Z | + [[ main != john/reconfigurator-blippy ]] |
75 | 2024-12-20T19:48:43.975Z | + git branch -f john/reconfigurator-blippy e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
76 | 2024-12-20T19:48:43.978Z | + git checkout -f john/reconfigurator-blippy |
77 | 2024-12-20T19:48:44.155Z | Switched to branch 'john/reconfigurator-blippy' |
78 | 2024-12-20T19:48:44.157Z | + git reset --hard e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
79 | 2024-12-20T19:48:44.177Z | HEAD is now at e3ee22c82 PR feedback |
80 | 2024-12-20T19:48:44.180Z | process exited: duration 7872 ms, exit code 0 |
|
81 | 2024-12-20T19:48:44.186Z | starting task 4: "build" |
82 | 2024-12-20T19:48:44.192Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:48:44.194Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:48:44.194Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:48:44.194Z | + cargo --version |
86 | 2024-12-20T19:48:44.248Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:48:44.252Z | + rustc --version |
88 | 2024-12-20T19:48:44.310Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:48:44.313Z | + source ./env.sh |
90 | 2024-12-20T19:48:44.313Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T19:48:44.313Z | ++ set -o xtrace |
92 | 2024-12-20T19:48:44.315Z | ++++ dirname ./env.sh |
93 | 2024-12-20T19:48:44.319Z | +++ readlink -f . |
94 | 2024-12-20T19:48:44.361Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ 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 | 2024-12-20T19:48:44.365Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T19:48:44.365Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T19:48:44.365Z | + 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 | 2024-12-20T19:48:44.365Z | + 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 | 2024-12-20T19:48:44.365Z | + banner prerequisites |
108 | 2024-12-20T19:48:44.521Z | |
109 | 2024-12-20T19:48:44.521Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T19:48:44.521Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T19:48:44.521Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T19:48:44.521Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T19:48:44.521Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T19:48:44.521Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T19:48:44.521Z | |
116 | 2024-12-20T19:48:44.524Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T19:49:01.585Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T19:49:05.811Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T19:49:16.552Z | Planning: Solver setup ... Done (9.775s) |
120 | 2024-12-20T19:49:16.687Z | Planning: Running solver ... Done (0.135s) |
121 | 2024-12-20T19:49:16.975Z | Planning: Finding local manifests ... Done (0.187s) |
122 | 2024-12-20T19:49:16.988Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T19:49:17.714Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T19:49:18.151Z | Planning: Package planning ... Done (0.436s) |
125 | 2024-12-20T19:49:18.207Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-12-20T19:49:19.218Z | Planning: Checking for conflicting actions ... Done (1.011s) |
127 | 2024-12-20T19:49:26.376Z | Planning: Consolidating action changes ... Done (7.157s) |
128 | 2024-12-20T19:49:26.769Z | Planning: Evaluating mediators ... Done (0.393s) |
129 | 2024-12-20T19:49:26.927Z | Planning: Planning completed in 21.02 seconds |
130 | 2024-12-20T19:49:26.942Z | Packages to install: 4 |
131 | 2024-12-20T19:49:26.942Z | Packages to update: 1 |
132 | 2024-12-20T19:49:26.945Z | Mediators to change: 2 |
133 | 2024-12-20T19:49:26.945Z | Services to change: 1 |
134 | 2024-12-20T19:49:26.945Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T19:49:26.945Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T19:49:26.945Z | Create boot environment: No |
137 | 2024-12-20T19:49:26.945Z | Create backup boot environment: Yes |
138 | 2024-12-20T19:49:26.945Z | Rebuild boot archive: No |
139 | 2024-12-20T19:49:26.945Z | |
140 | 2024-12-20T19:49:26.945Z | Changed mediators: |
141 | 2024-12-20T19:49:26.945Z | mediator clang: |
142 | 2024-12-20T19:49:26.945Z | version: None -> 15 (system default) |
143 | 2024-12-20T19:49:26.945Z | |
144 | 2024-12-20T19:49:26.945Z | mediator llvm: |
145 | 2024-12-20T19:49:26.945Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T19:49:26.945Z | |
147 | 2024-12-20T19:49:26.945Z | Changed packages: |
148 | 2024-12-20T19:49:26.945Z | helios-dev |
149 | 2024-12-20T19:49:26.945Z | developer/build-essential |
150 | 2024-12-20T19:49:26.945Z | None -> 11-2.0 |
151 | 2024-12-20T19:49:26.945Z | library/libxmlsec1 |
152 | 2024-12-20T19:49:26.945Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T19:49:26.945Z | ooce/developer/clang-15 |
154 | 2024-12-20T19:49:26.945Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T19:49:26.945Z | ooce/developer/llvm-15 |
156 | 2024-12-20T19:49:26.945Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T19:49:26.945Z | package/pkg |
158 | 2024-12-20T19:49:26.945Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T19:49:26.945Z | |
160 | 2024-12-20T19:49:26.945Z | Services: |
161 | 2024-12-20T19:49:26.946Z | restart_fmri: |
162 | 2024-12-20T19:49:26.946Z | svc:/system/update-man-index:default |
163 | 2024-12-20T19:49:26.946Z | |
164 | 2024-12-20T19:49:26.946Z | Editable files to change: |
165 | 2024-12-20T19:49:26.946Z | Update: |
166 | 2024-12-20T19:49:26.946Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T19:49:27.406Z | |
168 | 2024-12-20T19:49:27.406Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T19:49:32.408Z | Download: 728/4281 items 17.8/220.6MB 8% complete (3.6M/s) |
170 | 2024-12-20T19:49:41.299Z | Download: 1198/4281 items 83.4/220.6MB 37% complete (9.4M/s) |
171 | 2024-12-20T19:49:46.318Z | Download: 1830/4281 items 117.5/220.6MB 53% complete (3.6M/s) |
172 | 2024-12-20T19:49:54.063Z | Download: 2221/4281 items 119.1/220.6MB 54% complete (5.4M/s) |
173 | 2024-12-20T19:49:59.320Z | Download: 3148/4281 items 165.4/220.6MB 74% complete (9.6M/s) |
174 | 2024-12-20T19:50:06.782Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (11.4M/s) |
175 | 2024-12-20T19:50:11.782Z | Download: 4182/4281 items 220.3/220.6MB 99% complete (2.1M/s) |
176 | 2024-12-20T19:50:14.656Z | Download: Completed 220.60 MB in 47.25 seconds (4.7M/s) |
177 | 2024-12-20T19:50:16.741Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-20T19:50:16.759Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-20T19:50:21.804Z | Actions: 4095/5063 actions (Installing new actions) |
180 | 2024-12-20T19:50:22.223Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-12-20T19:50:22.570Z | Actions: Completed 5063 actions in 5.83 seconds. |
182 | 2024-12-20T19:50:22.982Z | Done (0.402s) |
183 | 2024-12-20T19:50:22.986Z | Done (0.000s) |
184 | 2024-12-20T19:50:23.565Z | Done (0.584s) |
185 | 2024-12-20T19:50:29.926Z | Done (6.135s) |
186 | 2024-12-20T19:50:30.432Z | Done (0.435s) |
187 | 2024-12-20T19:50:30.435Z | Done (0.000s) |
188 | 2024-12-20T19:50:30.594Z | Done (0.000s) |
189 | 2024-12-20T19:50:31.282Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-12-20T19:50:31.442Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-20T19:50:31.445Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-20T19:50:31.712Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-20T19:50:31.715Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-12-20T19:50:31.749Z | Mediators to change: 2 |
195 | 2024-12-20T19:50:31.752Z | Create boot environment: No |
196 | 2024-12-20T19:50:31.752Z | Create backup boot environment: No |
197 | 2024-12-20T19:50:31.828Z | Done |
198 | 2024-12-20T19:50:31.828Z | Done |
199 | 2024-12-20T19:50:32.208Z | Done |
200 | 2024-12-20T19:50:35.767Z | Done |
201 | 2024-12-20T19:50:35.856Z | Done |
202 | 2024-12-20T19:50:35.859Z | Done |
203 | 2024-12-20T19:50:36.009Z | Done |
204 | 2024-12-20T19:50:36.615Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-20T19:50:36.618Z | Planning: Merging actions ... Done |
206 | 2024-12-20T19:50:36.806Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-20T19:50:36.808Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-20T19:50:37.069Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-20T19:50:37.125Z | Planning: Planning completed in 0.75 seconds |
210 | 2024-12-20T19:50:37.162Z | Packages to change: 1 |
211 | 2024-12-20T19:50:37.162Z | Mediators to change: 1 |
212 | 2024-12-20T19:50:37.166Z | Services to change: 1 |
213 | 2024-12-20T19:50:37.166Z | Create boot environment: No |
214 | 2024-12-20T19:50:37.166Z | Create backup boot environment: Yes |
215 | 2024-12-20T19:50:39.220Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-12-20T19:50:39.295Z | Actions: Completed 6 actions in 0.08 seconds. |
217 | 2024-12-20T19:50:39.298Z | Done |
218 | 2024-12-20T19:50:39.298Z | Done |
219 | 2024-12-20T19:50:39.411Z | Done |
220 | 2024-12-20T19:50:43.237Z | Done |
221 | 2024-12-20T19:50:43.334Z | Done |
222 | 2024-12-20T19:50:43.336Z | Done |
223 | 2024-12-20T19:50:43.478Z | Done |
224 | 2024-12-20T19:50:43.914Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-12-20T19:50:43.914Z | clang system 15 system |
226 | 2024-12-20T19:50:43.914Z | csh system system illumos |
227 | 2024-12-20T19:50:43.914Z | ctags system system illumos |
228 | 2024-12-20T19:50:43.914Z | gcc vendor 12 vendor |
229 | 2024-12-20T19:50:43.914Z | gcc system 10 system |
230 | 2024-12-20T19:50:43.914Z | gcc system 7 system |
231 | 2024-12-20T19:50:43.914Z | go system 1.20 system |
232 | 2024-12-20T19:50:43.914Z | go system 1.19 system |
233 | 2024-12-20T19:50:43.915Z | llvm system 15 system |
234 | 2024-12-20T19:50:43.915Z | llvm system 14 system |
235 | 2024-12-20T19:50:43.915Z | mariadb system 10.6 system |
236 | 2024-12-20T19:50:43.915Z | mta vendor vendor dma |
237 | 2024-12-20T19:50:43.915Z | openjdk system 17 system |
238 | 2024-12-20T19:50:43.915Z | openjdk system 11 system |
239 | 2024-12-20T19:50:43.915Z | openjdk system 1.8 system |
240 | 2024-12-20T19:50:43.915Z | openssl vendor 3 vendor |
241 | 2024-12-20T19:50:43.915Z | perl system 5.36 system |
242 | 2024-12-20T19:50:43.915Z | postgresql system 15 system |
243 | 2024-12-20T19:50:43.915Z | postgresql system 13 system |
244 | 2024-12-20T19:50:43.915Z | python vendor 3 vendor |
245 | 2024-12-20T19:50:43.915Z | python system 2 system |
246 | 2024-12-20T19:50:43.915Z | python3 system 3.11 system |
247 | 2024-12-20T19:50:43.915Z | ruby system 3.0 system |
248 | 2024-12-20T19:50:43.915Z | words vendor vendor american-english |
249 | 2024-12-20T19:50:43.915Z | words system system australian-english |
250 | 2024-12-20T19:50:43.915Z | words system system british-english |
251 | 2024-12-20T19:50:43.915Z | words system system canadian-english |
252 | 2024-12-20T19:50:43.915Z | words system system french |
253 | 2024-12-20T19:50:43.915Z | words system system italian |
254 | 2024-12-20T19:50:43.915Z | words system system ngerman |
255 | 2024-12-20T19:50:43.915Z | words system system ogerman |
256 | 2024-12-20T19:50:43.915Z | words system system spanish |
257 | 2024-12-20T19:50:44.241Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-12-20T19:50:44.241Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-12-20T19:50:46.958Z | FMRI IFO |
260 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-12-20T19:50:46.958Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-12-20T19:50:47.716Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-12-20T19:50:47.997Z | Updating crates.io index |
277 | 2024-12-20T19:50:48.034Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-12-20T19:50:48.506Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-12-20T19:50:48.746Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-12-20T19:50:49.109Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-12-20T19:50:49.379Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-12-20T19:50:50.205Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-12-20T19:50:51.739Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-12-20T19:50:52.346Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-12-20T19:50:53.178Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-12-20T19:50:53.432Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-12-20T19:50:53.680Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-12-20T19:50:54.326Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-12-20T19:50:54.602Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-12-20T19:50:54.936Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-12-20T19:50:55.179Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-12-20T19:50:55.480Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-12-20T19:50:55.714Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-12-20T19:50:55.996Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-12-20T19:50:56.312Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-12-20T19:50:56.593Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-12-20T19:50:56.924Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-12-20T19:50:57.446Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-12-20T19:50:57.732Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-12-20T19:50:58.278Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-12-20T19:50:58.521Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-12-20T19:50:58.802Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-12-20T19:50:59.021Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-12-20T19:50:59.265Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-12-20T19:51:00.657Z | Downloading crates ... |
306 | 2024-12-20T19:51:00.796Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-12-20T19:51:00.802Z | Downloaded byteorder v1.5.0 |
308 | 2024-12-20T19:51:00.813Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-12-20T19:51:00.817Z | Downloaded equivalent v1.0.1 |
310 | 2024-12-20T19:51:00.823Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-20T19:51:00.826Z | Downloaded anyhow v1.0.93 |
312 | 2024-12-20T19:51:00.831Z | Downloaded swrite v0.1.0 |
313 | 2024-12-20T19:51:00.837Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-12-20T19:51:00.858Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-12-20T19:51:00.877Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-20T19:51:00.878Z | Downloaded colorchoice v1.0.2 |
317 | 2024-12-20T19:51:00.879Z | Downloaded autocfg v1.4.0 |
318 | 2024-12-20T19:51:00.879Z | Downloaded crypto-common v0.1.6 |
319 | 2024-12-20T19:51:00.879Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-12-20T19:51:00.879Z | Downloaded bytecount v0.6.8 |
321 | 2024-12-20T19:51:00.879Z | Downloaded fs-err v2.11.0 |
322 | 2024-12-20T19:51:00.879Z | Downloaded block-buffer v0.10.4 |
323 | 2024-12-20T19:51:00.879Z | Downloaded generic-array v0.14.7 |
324 | 2024-12-20T19:51:00.879Z | Downloaded fastrand v2.1.1 |
325 | 2024-12-20T19:51:00.887Z | Downloaded dof v0.3.0 |
326 | 2024-12-20T19:51:00.887Z | Downloaded macaddr v1.0.1 |
327 | 2024-12-20T19:51:00.887Z | Downloaded fnv v1.0.7 |
328 | 2024-12-20T19:51:00.887Z | Downloaded memmap v0.7.0 |
329 | 2024-12-20T19:51:00.887Z | Downloaded is_terminal_polyfill v1.70.1 |
330 | 2024-12-20T19:51:00.887Z | Downloaded errno v0.3.9 |
331 | 2024-12-20T19:51:00.887Z | Downloaded pest_generator v2.7.14 |
332 | 2024-12-20T19:51:00.887Z | Downloaded itoa v1.0.11 |
333 | 2024-12-20T19:51:00.893Z | Downloaded cpufeatures v0.2.14 |
334 | 2024-12-20T19:51:00.893Z | Downloaded smawk v0.3.2 |
335 | 2024-12-20T19:51:00.893Z | Downloaded plain v0.2.3 |
336 | 2024-12-20T19:51:00.897Z | Downloaded serde_spanned v0.6.8 |
337 | 2024-12-20T19:51:00.900Z | Downloaded strsim v0.11.1 |
338 | 2024-12-20T19:51:00.900Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-12-20T19:51:00.904Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-12-20T19:51:00.906Z | Downloaded anstyle v1.0.10 |
341 | 2024-12-20T19:51:00.907Z | Downloaded unicode-linebreak v0.1.5 |
342 | 2024-12-20T19:51:00.911Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-12-20T19:51:00.911Z | Downloaded thread-id v4.2.2 |
344 | 2024-12-20T19:51:00.914Z | Downloaded clap_lex v0.7.2 |
345 | 2024-12-20T19:51:00.914Z | Downloaded version_check v0.9.5 |
346 | 2024-12-20T19:51:00.914Z | Downloaded thiserror-impl v1.0.69 |
347 | 2024-12-20T19:51:00.917Z | Downloaded thiserror v1.0.69 |
348 | 2024-12-20T19:51:00.920Z | Downloaded digest v0.10.7 |
349 | 2024-12-20T19:51:00.923Z | Downloaded camino v1.1.9 |
350 | 2024-12-20T19:51:00.923Z | Downloaded utf8parse v0.2.2 |
351 | 2024-12-20T19:51:00.925Z | Downloaded terminal_size v0.4.0 |
352 | 2024-12-20T19:51:00.925Z | Downloaded tabled_derive v0.7.0 |
353 | 2024-12-20T19:51:00.925Z | Downloaded heck v0.5.0 |
354 | 2024-12-20T19:51:00.929Z | Downloaded cfg-if v1.0.0 |
355 | 2024-12-20T19:51:00.929Z | Downloaded anstyle-query v1.1.1 |
356 | 2024-12-20T19:51:00.931Z | Downloaded heck v0.4.1 |
357 | 2024-12-20T19:51:00.934Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-12-20T19:51:00.934Z | Downloaded camino-tempfile v1.1.1 |
359 | 2024-12-20T19:51:00.938Z | Downloaded once_cell v1.20.2 |
360 | 2024-12-20T19:51:00.941Z | Downloaded semver v1.0.23 |
361 | 2024-12-20T19:51:00.944Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-20T19:51:00.944Z | Downloaded proc-macro-error v1.0.4 |
363 | 2024-12-20T19:51:00.947Z | Downloaded anstream v0.6.15 |
364 | 2024-12-20T19:51:00.950Z | Downloaded quote v1.0.37 |
365 | 2024-12-20T19:51:00.952Z | Downloaded pest_derive v2.7.14 |
366 | 2024-12-20T19:51:00.958Z | Downloaded clap_derive v4.5.18 |
367 | 2024-12-20T19:51:00.961Z | Downloaded cargo_toml v0.20.5 |
368 | 2024-12-20T19:51:00.964Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-12-20T19:51:00.964Z | Downloaded usdt v0.5.0 |
370 | 2024-12-20T19:51:00.964Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-12-20T19:51:00.967Z | Downloaded tempfile v3.13.0 |
372 | 2024-12-20T19:51:00.969Z | Downloaded scroll v0.12.0 |
373 | 2024-12-20T19:51:00.973Z | Downloaded papergrid v0.11.0 |
374 | 2024-12-20T19:51:00.976Z | Downloaded log v0.4.22 |
375 | 2024-12-20T19:51:00.978Z | Downloaded typenum v1.17.0 |
376 | 2024-12-20T19:51:00.980Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-20T19:51:00.980Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-12-20T19:51:00.984Z | Downloaded ryu v1.0.18 |
379 | 2024-12-20T19:51:00.986Z | Downloaded toml v0.8.19 |
380 | 2024-12-20T19:51:00.990Z | Downloaded clap v4.5.21 |
381 | 2024-12-20T19:51:00.997Z | Downloaded pest_meta v2.7.14 |
382 | 2024-12-20T19:51:00.999Z | Downloaded bitflags v2.6.0 |
383 | 2024-12-20T19:51:01.016Z | Downloaded textwrap v0.16.1 |
384 | 2024-12-20T19:51:01.022Z | Downloaded indexmap v2.6.0 |
385 | 2024-12-20T19:51:01.025Z | Downloaded serde_derive v1.0.215 |
386 | 2024-12-20T19:51:01.030Z | Downloaded serde v1.0.215 |
387 | 2024-12-20T19:51:01.033Z | Downloaded unicode-ident v1.0.13 |
388 | 2024-12-20T19:51:01.040Z | Downloaded memchr v2.7.4 |
389 | 2024-12-20T19:51:01.068Z | Downloaded toml_edit v0.22.22 |
390 | 2024-12-20T19:51:01.102Z | Downloaded hashbrown v0.15.1 |
391 | 2024-12-20T19:51:01.104Z | Downloaded pest v2.7.14 |
392 | 2024-12-20T19:51:01.107Z | Downloaded zerocopy v0.7.35 |
393 | 2024-12-20T19:51:01.121Z | Downloaded winnow v0.6.20 |
394 | 2024-12-20T19:51:01.127Z | Downloaded serde_json v1.0.132 |
395 | 2024-12-20T19:51:01.133Z | Downloaded goblin v0.8.2 |
396 | 2024-12-20T19:51:01.139Z | Downloaded tabled v0.15.0 |
397 | 2024-12-20T19:51:01.153Z | Downloaded clap_builder v4.5.21 |
398 | 2024-12-20T19:51:01.159Z | Downloaded syn v1.0.109 |
399 | 2024-12-20T19:51:01.168Z | Downloaded syn v2.0.87 |
400 | 2024-12-20T19:51:01.189Z | Downloaded unicode-width v0.1.14 |
401 | 2024-12-20T19:51:01.198Z | Downloaded rustix v0.38.37 |
402 | 2024-12-20T19:51:01.229Z | Downloaded libc v0.2.162 |
403 | 2024-12-20T19:51:01.537Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T19:51:01.537Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T19:51:01.537Z | Compiling serde v1.0.215 |
406 | 2024-12-20T19:51:01.537Z | Compiling version_check v0.9.5 |
407 | 2024-12-20T19:51:01.541Z | Compiling thiserror v1.0.69 |
408 | 2024-12-20T19:51:01.541Z | Compiling memchr v2.7.4 |
409 | 2024-12-20T19:51:01.541Z | Compiling libc v0.2.162 |
410 | 2024-12-20T19:51:01.541Z | Compiling ucd-trie v0.1.7 |
411 | 2024-12-20T19:51:01.809Z | Compiling itoa v1.0.11 |
412 | 2024-12-20T19:51:02.059Z | Compiling ryu v1.0.18 |
413 | 2024-12-20T19:51:02.315Z | Compiling once_cell v1.20.2 |
414 | 2024-12-20T19:51:02.353Z | Compiling byteorder v1.5.0 |
415 | 2024-12-20T19:51:02.709Z | Compiling serde_json v1.0.132 |
416 | 2024-12-20T19:51:02.966Z | Compiling rustix v0.38.37 |
417 | 2024-12-20T19:51:03.490Z | Compiling bitflags v2.6.0 |
418 | 2024-12-20T19:51:03.560Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-12-20T19:51:03.631Z | Compiling usdt-impl v0.5.0 |
420 | 2024-12-20T19:51:03.734Z | Compiling syn v1.0.109 |
421 | 2024-12-20T19:51:03.853Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-20T19:51:03.904Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-20T19:51:03.969Z | Compiling log v0.4.22 |
424 | 2024-12-20T19:51:04.109Z | Compiling plain v0.2.3 |
425 | 2024-12-20T19:51:04.154Z | Compiling equivalent v1.0.1 |
426 | 2024-12-20T19:51:04.266Z | Compiling thread-id v4.2.2 |
427 | 2024-12-20T19:51:04.292Z | Compiling utf8parse v0.2.2 |
428 | 2024-12-20T19:51:04.348Z | Compiling camino v1.1.9 |
429 | 2024-12-20T19:51:04.436Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-20T19:51:04.460Z | Compiling unicode-width v0.1.14 |
431 | 2024-12-20T19:51:04.530Z | Compiling anstyle v1.0.10 |
432 | 2024-12-20T19:51:04.725Z | Compiling quote v1.0.37 |
433 | 2024-12-20T19:51:04.758Z | Compiling errno v0.3.9 |
434 | 2024-12-20T19:51:04.999Z | Compiling autocfg v1.4.0 |
435 | 2024-12-20T19:51:05.022Z | Compiling winnow v0.6.20 |
436 | 2024-12-20T19:51:05.069Z | Compiling indexmap v2.6.0 |
437 | 2024-12-20T19:51:05.097Z | Compiling syn v2.0.87 |
438 | 2024-12-20T19:51:05.434Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-20T19:51:05.574Z | Compiling colorchoice v1.0.2 |
440 | 2024-12-20T19:51:05.738Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-20T19:51:05.896Z | Compiling pretty-hex v0.4.1 |
442 | 2024-12-20T19:51:06.117Z | Compiling semver v1.0.23 |
443 | 2024-12-20T19:51:06.170Z | Compiling fs-err v2.11.0 |
444 | 2024-12-20T19:51:06.460Z | Compiling anstream v0.6.15 |
445 | 2024-12-20T19:51:06.724Z | Compiling bytecount v0.6.8 |
446 | 2024-12-20T19:51:06.751Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-20T19:51:06.948Z | Compiling strsim v0.11.1 |
448 | 2024-12-20T19:51:07.100Z | Compiling terminal_size v0.4.0 |
449 | 2024-12-20T19:51:07.240Z | Compiling heck v0.4.1 |
450 | 2024-12-20T19:51:07.271Z | Compiling fastrand v2.1.1 |
451 | 2024-12-20T19:51:07.321Z | Compiling fnv v1.0.7 |
452 | 2024-12-20T19:51:07.456Z | Compiling anyhow v1.0.93 |
453 | 2024-12-20T19:51:07.770Z | Compiling cfg-if v1.0.0 |
454 | 2024-12-20T19:51:07.815Z | Compiling heck v0.5.0 |
455 | 2024-12-20T19:51:07.863Z | Compiling tempfile v3.13.0 |
456 | 2024-12-20T19:51:07.888Z | Compiling papergrid v0.11.0 |
457 | 2024-12-20T19:51:08.383Z | Compiling clap_builder v4.5.21 |
458 | 2024-12-20T19:51:08.496Z | Compiling memmap v0.7.0 |
459 | 2024-12-20T19:51:08.606Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-20T19:51:08.801Z | Compiling smawk v0.3.2 |
461 | 2024-12-20T19:51:09.029Z | Compiling textwrap v0.16.1 |
462 | 2024-12-20T19:51:09.121Z | Compiling swrite v0.1.0 |
463 | 2024-12-20T19:51:10.539Z | Compiling tabled_derive v0.7.0 |
464 | 2024-12-20T19:51:11.910Z | Compiling tabled v0.15.0 |
465 | 2024-12-20T19:51:13.892Z | Compiling serde_derive v1.0.215 |
466 | 2024-12-20T19:51:13.892Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-12-20T19:51:13.894Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-12-20T19:51:13.894Z | Compiling scroll_derive v0.12.0 |
469 | 2024-12-20T19:51:13.915Z | Compiling clap_derive v4.5.18 |
470 | 2024-12-20T19:51:14.982Z | Compiling scroll v0.12.0 |
471 | 2024-12-20T19:51:15.538Z | Compiling goblin v0.8.2 |
472 | 2024-12-20T19:51:15.713Z | Compiling zerocopy v0.7.35 |
473 | 2024-12-20T19:51:17.671Z | Compiling clap v4.5.21 |
474 | 2024-12-20T19:51:19.072Z | Compiling pest v2.7.14 |
475 | 2024-12-20T19:51:20.671Z | Compiling pest_meta v2.7.14 |
476 | 2024-12-20T19:51:21.769Z | Compiling pest_generator v2.7.14 |
477 | 2024-12-20T19:51:23.306Z | Compiling pest_derive v2.7.14 |
478 | 2024-12-20T19:51:23.602Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-20T19:51:23.878Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-12-20T19:51:23.898Z | Compiling serde_spanned v0.6.8 |
481 | 2024-12-20T19:51:23.898Z | Compiling toml_datetime v0.6.8 |
482 | 2024-12-20T19:51:24.215Z | Compiling cargo-platform v0.1.8 |
483 | 2024-12-20T19:51:24.291Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-20T19:51:24.447Z | Compiling macaddr v1.0.1 |
485 | 2024-12-20T19:51:24.824Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-12-20T19:51:25.264Z | Compiling dof v0.3.0 |
487 | 2024-12-20T19:51:25.551Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-12-20T19:51:26.972Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-20T19:51:26.972Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-20T19:51:27.260Z | Compiling toml v0.8.19 |
491 | 2024-12-20T19:51:28.074Z | Compiling cargo_toml v0.20.5 |
492 | 2024-12-20T19:51:28.155Z | Compiling usdt v0.5.0 |
493 | 2024-12-20T19:51:31.625Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-12-20T19:51:35.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s |
495 | 2024-12-20T19:51:36.053Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-12-20T19:51:36.577Z | Downloading crates ... |
497 | 2024-12-20T19:51:36.692Z | Downloaded aead v0.5.2 |
498 | 2024-12-20T19:51:36.700Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-12-20T19:51:36.705Z | Downloaded atty v0.2.14 |
500 | 2024-12-20T19:51:36.720Z | Downloaded cfg_aliases v0.2.1 |
501 | 2024-12-20T19:51:36.723Z | Downloaded async-stream-impl v0.3.6 |
502 | 2024-12-20T19:51:36.725Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-12-20T19:51:36.727Z | Downloaded cstr-argument v0.1.2 |
504 | 2024-12-20T19:51:36.730Z | Downloaded crunchy v0.2.2 |
505 | 2024-12-20T19:51:36.730Z | Downloaded ciborium-io v0.2.2 |
506 | 2024-12-20T19:51:36.732Z | Downloaded adler2 v2.0.0 |
507 | 2024-12-20T19:51:36.732Z | Downloaded async-stream v0.3.6 |
508 | 2024-12-20T19:51:36.738Z | Downloaded crucible-workspace-hack v0.1.0 |
509 | 2024-12-20T19:51:36.745Z | Downloaded bitfield v0.14.0 |
510 | 2024-12-20T19:51:36.747Z | Downloaded arrayref v0.3.9 |
511 | 2024-12-20T19:51:36.750Z | Downloaded bit-vec v0.6.3 |
512 | 2024-12-20T19:51:36.752Z | Downloaded bit-set v0.5.3 |
513 | 2024-12-20T19:51:36.754Z | Downloaded ascii-canvas v3.0.0 |
514 | 2024-12-20T19:51:36.754Z | Downloaded bcrypt-pbkdf v0.10.0 |
515 | 2024-12-20T19:51:36.757Z | Downloaded async-recursion v1.1.1 |
516 | 2024-12-20T19:51:36.760Z | Downloaded convert_case v0.4.0 |
517 | 2024-12-20T19:51:36.763Z | Downloaded hex v0.4.3 |
518 | 2024-12-20T19:51:36.765Z | Downloaded bb8 v0.8.5 |
519 | 2024-12-20T19:51:36.765Z | Downloaded array-init v0.0.4 |
520 | 2024-12-20T19:51:36.769Z | Downloaded assert_matches v1.5.0 |
521 | 2024-12-20T19:51:36.769Z | Downloaded cipher v0.4.4 |
522 | 2024-12-20T19:51:36.771Z | Downloaded darling v0.20.10 |
523 | 2024-12-20T19:51:36.774Z | Downloaded crc v3.2.1 |
524 | 2024-12-20T19:51:36.777Z | Downloaded ctr v0.9.2 |
525 | 2024-12-20T19:51:36.779Z | Downloaded highway v1.2.0 |
526 | 2024-12-20T19:51:36.782Z | Downloaded http-range v0.1.5 |
527 | 2024-12-20T19:51:36.784Z | Downloaded block-padding v0.3.3 |
528 | 2024-12-20T19:51:36.787Z | Downloaded bitflags v1.3.2 |
529 | 2024-12-20T19:51:36.789Z | Downloaded headers-core v0.3.0 |
530 | 2024-12-20T19:51:36.791Z | Downloaded curve25519-dalek-derive v0.1.1 |
531 | 2024-12-20T19:51:36.791Z | Downloaded http-body v1.0.1 |
532 | 2024-12-20T19:51:36.794Z | Downloaded bitfield-struct v0.6.2 |
533 | 2024-12-20T19:51:36.794Z | Downloaded ahash v0.8.11 |
534 | 2024-12-20T19:51:36.797Z | Downloaded arrayvec v0.7.6 |
535 | 2024-12-20T19:51:36.800Z | Downloaded hostname v0.3.1 |
536 | 2024-12-20T19:51:36.803Z | Downloaded http-body-util v0.1.2 |
537 | 2024-12-20T19:51:36.803Z | Downloaded crc-catalog v2.4.0 |
538 | 2024-12-20T19:51:36.805Z | Downloaded blowfish v0.9.1 |
539 | 2024-12-20T19:51:36.807Z | Downloaded cbc v0.1.2 |
540 | 2024-12-20T19:51:36.809Z | Downloaded hostname v0.4.0 |
541 | 2024-12-20T19:51:36.809Z | Downloaded base64ct v1.6.0 |
542 | 2024-12-20T19:51:36.812Z | Downloaded home v0.5.9 |
543 | 2024-12-20T19:51:36.814Z | Downloaded hex-literal v0.4.1 |
544 | 2024-12-20T19:51:36.816Z | Downloaded hmac v0.12.1 |
545 | 2024-12-20T19:51:36.819Z | Downloaded ident_case v1.0.1 |
546 | 2024-12-20T19:51:36.819Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2024-12-20T19:51:36.821Z | Downloaded cookie_store v0.21.0 |
548 | 2024-12-20T19:51:36.824Z | Downloaded ciborium v0.2.2 |
549 | 2024-12-20T19:51:36.827Z | Downloaded instant v0.1.13 |
550 | 2024-12-20T19:51:36.829Z | Downloaded const_format_proc_macros v0.2.33 |
551 | 2024-12-20T19:51:36.831Z | Downloaded console v0.15.8 |
552 | 2024-12-20T19:51:36.835Z | Downloaded is_ci v1.2.0 |
553 | 2024-12-20T19:51:36.837Z | Downloaded icu_provider_macros v1.5.0 |
554 | 2024-12-20T19:51:36.839Z | Downloaded cmake v0.1.51 |
555 | 2024-12-20T19:51:36.839Z | Downloaded cancel-safe-futures v0.1.5 |
556 | 2024-12-20T19:51:36.842Z | Downloaded sigpipe v0.1.3 |
557 | 2024-12-20T19:51:36.845Z | Downloaded signal-hook-tokio v0.3.1 |
558 | 2024-12-20T19:51:36.845Z | Downloaded hickory-resolver v0.24.1 |
559 | 2024-12-20T19:51:36.850Z | Downloaded strum v0.26.3 |
560 | 2024-12-20T19:51:36.853Z | Downloaded match_cfg v0.1.0 |
561 | 2024-12-20T19:51:36.853Z | Downloaded bzip2 v0.4.4 |
562 | 2024-12-20T19:51:36.855Z | Downloaded hubpack_derive v0.1.1 |
563 | 2024-12-20T19:51:36.855Z | Downloaded rand_chacha v0.3.1 |
564 | 2024-12-20T19:51:36.858Z | Downloaded quinn-udp v0.5.5 |
565 | 2024-12-20T19:51:36.860Z | Downloaded ref-cast-impl v1.0.23 |
566 | 2024-12-20T19:51:36.860Z | Downloaded md5 v0.7.0 |
567 | 2024-12-20T19:51:36.862Z | Downloaded mirai-annotations v1.12.0 |
568 | 2024-12-20T19:51:36.862Z | Downloaded crc32fast v1.4.2 |
569 | 2024-12-20T19:51:36.865Z | Downloaded matches v0.1.10 |
570 | 2024-12-20T19:51:36.867Z | Downloaded constant_time_eq v0.3.1 |
571 | 2024-12-20T19:51:36.867Z | Downloaded sqlparser_derive v0.2.2 |
572 | 2024-12-20T19:51:36.870Z | Downloaded instability v0.3.2 |
573 | 2024-12-20T19:51:36.870Z | Downloaded indent_write v2.2.0 |
574 | 2024-12-20T19:51:36.872Z | Downloaded async-trait v0.1.83 |
575 | 2024-12-20T19:51:36.875Z | Downloaded impl-trait-for-tuples v0.2.2 |
576 | 2024-12-20T19:51:36.878Z | Downloaded ipnetwork v0.20.0 |
577 | 2024-12-20T19:51:36.880Z | Downloaded indoc v1.0.9 |
578 | 2024-12-20T19:51:36.883Z | Downloaded libsw v3.3.1 |
579 | 2024-12-20T19:51:36.886Z | Downloaded clang-sys v1.8.1 |
580 | 2024-12-20T19:51:36.889Z | Downloaded libefi-sys v0.1.0 |
581 | 2024-12-20T19:51:36.892Z | Downloaded csv-core v0.1.11 |
582 | 2024-12-20T19:51:36.892Z | Downloaded addr2line v0.24.2 |
583 | 2024-12-20T19:51:36.895Z | Downloaded argon2 v0.5.3 |
584 | 2024-12-20T19:51:36.897Z | Downloaded rustc_version v0.4.1 |
585 | 2024-12-20T19:51:36.897Z | Downloaded crossbeam-epoch v0.9.18 |
586 | 2024-12-20T19:51:36.900Z | Downloaded waitgroup v0.1.2 |
587 | 2024-12-20T19:51:36.902Z | Downloaded scheduled-thread-pool v0.2.7 |
588 | 2024-12-20T19:51:36.905Z | Downloaded strum_macros v0.24.3 |
589 | 2024-12-20T19:51:36.910Z | Downloaded maplit v1.0.2 |
590 | 2024-12-20T19:51:36.910Z | Downloaded lazy_static v1.5.0 |
591 | 2024-12-20T19:51:36.911Z | Downloaded termios v0.3.3 |
592 | 2024-12-20T19:51:36.914Z | Downloaded dhcproto-macros v0.1.0 |
593 | 2024-12-20T19:51:36.914Z | Downloaded linked-hash-map v0.5.6 |
594 | 2024-12-20T19:51:36.914Z | Downloaded lazycell v1.3.0 |
595 | 2024-12-20T19:51:36.918Z | Downloaded lru v0.12.5 |
596 | 2024-12-20T19:51:36.918Z | Downloaded managed v0.8.0 |
597 | 2024-12-20T19:51:36.921Z | Downloaded humantime v2.1.0 |
598 | 2024-12-20T19:51:36.921Z | Downloaded hubpack v0.1.2 |
599 | 2024-12-20T19:51:36.921Z | Downloaded lalrpop-util v0.19.12 |
600 | 2024-12-20T19:51:36.925Z | Downloaded is-terminal v0.4.13 |
601 | 2024-12-20T19:51:36.929Z | Downloaded lru-cache v0.1.2 |
602 | 2024-12-20T19:51:36.929Z | Downloaded crossbeam-utils v0.8.20 |
603 | 2024-12-20T19:51:36.931Z | Downloaded mockall v0.13.0 |
604 | 2024-12-20T19:51:36.932Z | Downloaded cookie v0.18.1 |
605 | 2024-12-20T19:51:36.934Z | Downloaded diesel_table_macro_syntax v0.2.0 |
606 | 2024-12-20T19:51:36.938Z | Downloaded arc-swap v1.7.1 |
607 | 2024-12-20T19:51:36.941Z | Downloaded memoffset v0.9.1 |
608 | 2024-12-20T19:51:36.941Z | Downloaded chacha20poly1305 v0.10.1 |
609 | 2024-12-20T19:51:36.945Z | Downloaded md-5 v0.10.6 |
610 | 2024-12-20T19:51:36.945Z | Downloaded kstat-rs v0.2.4 |
611 | 2024-12-20T19:51:36.949Z | Downloaded crc-any v2.5.0 |
612 | 2024-12-20T19:51:36.953Z | Downloaded ipnet v2.10.1 |
613 | 2024-12-20T19:51:36.953Z | Downloaded jobserver v0.1.32 |
614 | 2024-12-20T19:51:36.957Z | Downloaded openssl-probe v0.1.5 |
615 | 2024-12-20T19:51:36.957Z | Downloaded internet-checksum v0.2.1 |
616 | 2024-12-20T19:51:36.957Z | Downloaded path-slash v0.1.5 |
617 | 2024-12-20T19:51:36.960Z | Downloaded const-oid v0.9.6 |
618 | 2024-12-20T19:51:36.960Z | Downloaded hickory-server v0.24.1 |
619 | 2024-12-20T19:51:36.966Z | Downloaded zerovec-derive v0.10.3 |
620 | 2024-12-20T19:51:36.971Z | Downloaded term v0.7.0 |
621 | 2024-12-20T19:51:36.974Z | Downloaded diesel-dtrace v0.4.2 |
622 | 2024-12-20T19:51:36.974Z | Downloaded lock_api v0.4.12 |
623 | 2024-12-20T19:51:36.978Z | Downloaded progenitor-impl v0.8.0 |
624 | 2024-12-20T19:51:36.981Z | Downloaded xattr v1.3.1 |
625 | 2024-12-20T19:51:36.982Z | Downloaded wyz v0.5.1 |
626 | 2024-12-20T19:51:36.985Z | Downloaded filetime v0.2.25 |
627 | 2024-12-20T19:51:36.985Z | Downloaded fixedbitset v0.4.2 |
628 | 2024-12-20T19:51:36.988Z | Downloaded hyper-rustls v0.27.3 |
629 | 2024-12-20T19:51:36.990Z | Downloaded mime_guess v2.0.5 |
630 | 2024-12-20T19:51:36.993Z | Downloaded icu_locid_transform v1.5.0 |
631 | 2024-12-20T19:51:36.997Z | Downloaded mime v0.3.17 |
632 | 2024-12-20T19:51:36.997Z | Downloaded lockfree-object-pool v0.1.6 |
633 | 2024-12-20T19:51:37.000Z | Downloaded base64 v0.22.1 |
634 | 2024-12-20T19:51:37.004Z | Downloaded futures-macro v0.3.31 |
635 | 2024-12-20T19:51:37.004Z | Downloaded futures-io v0.3.31 |
636 | 2024-12-20T19:51:37.009Z | Downloaded flagset v0.4.6 |
637 | 2024-12-20T19:51:37.009Z | Downloaded tracing-attributes v0.1.27 |
638 | 2024-12-20T19:51:37.014Z | Downloaded rpassword v7.3.1 |
639 | 2024-12-20T19:51:37.014Z | Downloaded indexmap v1.9.3 |
640 | 2024-12-20T19:51:37.017Z | Downloaded icu_provider v1.5.0 |
641 | 2024-12-20T19:51:37.020Z | Downloaded typify-macro v0.2.0 |
642 | 2024-12-20T19:51:37.020Z | Downloaded compact_str v0.8.0 |
643 | 2024-12-20T19:51:37.023Z | Downloaded parse-display-derive v0.10.0 |
644 | 2024-12-20T19:51:37.027Z | Downloaded multimap v0.10.0 |
645 | 2024-12-20T19:51:37.027Z | Downloaded httparse v1.9.5 |
646 | 2024-12-20T19:51:37.030Z | Downloaded wait-timeout v0.2.0 |
647 | 2024-12-20T19:51:37.032Z | Downloaded der_derive v0.7.3 |
648 | 2024-12-20T19:51:37.035Z | Downloaded tinyvec_macros v0.1.1 |
649 | 2024-12-20T19:51:37.035Z | Downloaded take_mut v0.2.2 |
650 | 2024-12-20T19:51:37.035Z | Downloaded sync_wrapper v1.0.1 |
651 | 2024-12-20T19:51:37.039Z | Downloaded psl-types v2.0.11 |
652 | 2024-12-20T19:51:37.039Z | Downloaded zerofrom v0.1.4 |
653 | 2024-12-20T19:51:37.043Z | Downloaded try-lock v0.2.5 |
654 | 2024-12-20T19:51:37.043Z | Downloaded iana-time-zone v0.1.61 |
655 | 2024-12-20T19:51:37.046Z | Downloaded phf_shared v0.11.2 |
656 | 2024-12-20T19:51:37.046Z | Downloaded pem v3.0.4 |
657 | 2024-12-20T19:51:37.046Z | Downloaded group v0.13.0 |
658 | 2024-12-20T19:51:37.050Z | Downloaded globset v0.4.15 |
659 | 2024-12-20T19:51:37.057Z | Downloaded packed_struct_codegen v0.10.1 |
660 | 2024-12-20T19:51:37.057Z | Downloaded icu_locid_transform_data v1.5.0 |
661 | 2024-12-20T19:51:37.060Z | Downloaded icu_locid v1.5.0 |
662 | 2024-12-20T19:51:37.060Z | Downloaded zerofrom-derive v0.1.4 |
663 | 2024-12-20T19:51:37.062Z | Downloaded rtoolbox v0.0.2 |
664 | 2024-12-20T19:51:37.067Z | Downloaded r2d2 v0.8.10 |
665 | 2024-12-20T19:51:37.067Z | Downloaded serde_urlencoded v0.7.1 |
666 | 2024-12-20T19:51:37.071Z | Downloaded new_debug_unreachable v1.0.6 |
667 | 2024-12-20T19:51:37.071Z | Downloaded unicode-properties v0.1.3 |
668 | 2024-12-20T19:51:37.071Z | Downloaded rusty-fork v0.3.0 |
669 | 2024-12-20T19:51:37.076Z | Downloaded proc-macro-crate v1.3.1 |
670 | 2024-12-20T19:51:37.076Z | Downloaded salsa20 v0.10.2 |
671 | 2024-12-20T19:51:37.079Z | Downloaded rustversion v1.0.17 |
672 | 2024-12-20T19:51:37.079Z | Downloaded indicatif v0.17.9 |
673 | 2024-12-20T19:51:37.085Z | Downloaded normalize-line-endings v0.3.0 |
674 | 2024-12-20T19:51:37.088Z | Downloaded num-rational v0.4.2 |
675 | 2024-12-20T19:51:37.088Z | Downloaded unarray v0.1.4 |
676 | 2024-12-20T19:51:37.088Z | Downloaded opaque-debug v0.3.1 |
677 | 2024-12-20T19:51:37.091Z | Downloaded tokio-rustls v0.25.0 |
678 | 2024-12-20T19:51:37.093Z | Downloaded pkcs1 v0.7.5 |
679 | 2024-12-20T19:51:37.097Z | Downloaded dhcproto v0.12.0 |
680 | 2024-12-20T19:51:37.100Z | Downloaded want v0.3.1 |
681 | 2024-12-20T19:51:37.100Z | Downloaded static_assertions v1.1.0 |
682 | 2024-12-20T19:51:37.103Z | Downloaded tabwriter v1.4.0 |
683 | 2024-12-20T19:51:37.104Z | Downloaded synstructure v0.13.1 |
684 | 2024-12-20T19:51:37.106Z | Downloaded env_filter v0.1.2 |
685 | 2024-12-20T19:51:37.106Z | Downloaded universal-hash v0.5.1 |
686 | 2024-12-20T19:51:37.108Z | Downloaded tui-tree-widget v0.22.0 |
687 | 2024-12-20T19:51:37.111Z | Downloaded zeroize v1.8.1 |
688 | 2024-12-20T19:51:37.111Z | Downloaded postcard v1.0.10 |
689 | 2024-12-20T19:51:37.114Z | Downloaded pem-rfc7468 v0.7.0 |
690 | 2024-12-20T19:51:37.128Z | Downloaded radium v0.7.0 |
691 | 2024-12-20T19:51:37.131Z | Downloaded tower-service v0.3.3 |
692 | 2024-12-20T19:51:37.131Z | Downloaded funty v2.0.0 |
693 | 2024-12-20T19:51:37.134Z | Downloaded aes v0.8.4 |
694 | 2024-12-20T19:51:37.137Z | Downloaded phf_codegen v0.11.2 |
695 | 2024-12-20T19:51:37.139Z | Downloaded phf_generator v0.11.2 |
696 | 2024-12-20T19:51:37.140Z | Downloaded phf v0.11.2 |
697 | 2024-12-20T19:51:37.142Z | Downloaded pbkdf2 v0.11.0 |
698 | 2024-12-20T19:51:37.145Z | Downloaded value-bag v1.9.0 |
699 | 2024-12-20T19:51:37.148Z | Downloaded derive_builder_macro v0.20.2 |
700 | 2024-12-20T19:51:37.148Z | Downloaded num-traits v0.2.19 |
701 | 2024-12-20T19:51:37.150Z | Downloaded oso-derive v0.27.3 |
702 | 2024-12-20T19:51:37.153Z | Downloaded serde_path_to_error v0.1.16 |
703 | 2024-12-20T19:51:37.153Z | Downloaded schemars_derive v0.8.21 |
704 | 2024-12-20T19:51:37.156Z | Downloaded olpc-cjson v0.1.4 |
705 | 2024-12-20T19:51:37.159Z | Downloaded serde_repr v0.1.19 |
706 | 2024-12-20T19:51:37.162Z | Downloaded env_logger v0.11.5 |
707 | 2024-12-20T19:51:37.165Z | Downloaded env_logger v0.10.2 |
708 | 2024-12-20T19:51:37.169Z | Downloaded write16 v1.0.0 |
709 | 2024-12-20T19:51:37.169Z | Downloaded fragile v2.0.0 |
710 | 2024-12-20T19:51:37.169Z | Downloaded futures-core v0.3.31 |
711 | 2024-12-20T19:51:37.172Z | Downloaded walkdir v2.5.0 |
712 | 2024-12-20T19:51:37.174Z | Downloaded diesel_derives v2.2.3 |
713 | 2024-12-20T19:51:37.177Z | Downloaded slog-dtrace v0.3.0 |
714 | 2024-12-20T19:51:37.180Z | Downloaded predicates-core v1.0.8 |
715 | 2024-12-20T19:51:37.180Z | Downloaded thiserror-impl-no-std v2.0.2 |
716 | 2024-12-20T19:51:37.184Z | Downloaded which v4.4.2 |
717 | 2024-12-20T19:51:37.187Z | Downloaded topological-sort v0.2.2 |
718 | 2024-12-20T19:51:37.187Z | Downloaded aes-gcm v0.10.3 |
719 | 2024-12-20T19:51:37.190Z | Downloaded native-tls v0.2.12 |
720 | 2024-12-20T19:51:37.192Z | Downloaded num_threads v0.1.7 |
721 | 2024-12-20T19:51:37.194Z | Downloaded fs_extra v1.3.0 |
722 | 2024-12-20T19:51:37.196Z | Downloaded endian-type v0.1.2 |
723 | 2024-12-20T19:51:37.197Z | Downloaded enum-as-inner v0.5.1 |
724 | 2024-12-20T19:51:37.199Z | Downloaded tokio-rustls v0.24.1 |
725 | 2024-12-20T19:51:37.201Z | Downloaded shell-words v1.1.0 |
726 | 2024-12-20T19:51:37.203Z | Downloaded serde_plain v1.0.2 |
727 | 2024-12-20T19:51:37.206Z | Downloaded ghash v0.5.1 |
728 | 2024-12-20T19:51:37.206Z | Downloaded enum-as-inner v0.6.1 |
729 | 2024-12-20T19:51:37.209Z | Downloaded derive_more v0.99.18 |
730 | 2024-12-20T19:51:37.214Z | Downloaded parse-size v1.1.0 |
731 | 2024-12-20T19:51:37.217Z | Downloaded newline-converter v0.3.0 |
732 | 2024-12-20T19:51:37.217Z | Downloaded foreign-types-shared v0.3.1 |
733 | 2024-12-20T19:51:37.217Z | Downloaded foreign-types-shared v0.1.1 |
734 | 2024-12-20T19:51:37.228Z | Downloaded darling_macro v0.20.10 |
735 | 2024-12-20T19:51:37.228Z | Downloaded zone_cfg_derive v0.3.0 |
736 | 2024-12-20T19:51:37.229Z | Downloaded termtree v0.4.1 |
737 | 2024-12-20T19:51:37.231Z | Downloaded pkg-config v0.3.31 |
738 | 2024-12-20T19:51:37.231Z | Downloaded peg v0.8.4 |
739 | 2024-12-20T19:51:37.232Z | Downloaded pin-utils v0.1.0 |
740 | 2024-12-20T19:51:37.232Z | Downloaded tiny-keccak v2.0.2 |
741 | 2024-12-20T19:51:37.232Z | Downloaded nu-ansi-term v0.50.1 |
742 | 2024-12-20T19:51:37.234Z | Downloaded futures-channel v0.3.31 |
743 | 2024-12-20T19:51:37.238Z | Downloaded precomputed-hash v0.1.1 |
744 | 2024-12-20T19:51:37.238Z | Downloaded openssl-sys v0.9.103 |
745 | 2024-12-20T19:51:37.244Z | Downloaded simd-adler32 v0.3.7 |
746 | 2024-12-20T19:51:37.248Z | Downloaded signal-hook-registry v1.4.2 |
747 | 2024-12-20T19:51:37.248Z | Downloaded unicode-xid v0.2.6 |
748 | 2024-12-20T19:51:37.250Z | Downloaded unicode-truncate v1.1.0 |
749 | 2024-12-20T19:51:37.250Z | Downloaded des v0.8.1 |
750 | 2024-12-20T19:51:37.253Z | Downloaded difflib v0.4.0 |
751 | 2024-12-20T19:51:37.253Z | Downloaded predicates-tree v1.0.11 |
752 | 2024-12-20T19:51:37.255Z | Downloaded fallible-iterator v0.3.0 |
753 | 2024-12-20T19:51:37.258Z | Downloaded predicates v3.1.2 |
754 | 2024-12-20T19:51:37.262Z | Downloaded icu_collections v1.5.0 |
755 | 2024-12-20T19:51:37.267Z | Downloaded toolchain_find v0.4.0 |
756 | 2024-12-20T19:51:37.270Z | Downloaded parking_lot_core v0.9.10 |
757 | 2024-12-20T19:51:37.270Z | Downloaded glob v0.3.1 |
758 | 2024-12-20T19:51:37.272Z | Downloaded hash32 v0.3.1 |
759 | 2024-12-20T19:51:37.275Z | Downloaded nanorand v0.7.0 |
760 | 2024-12-20T19:51:37.278Z | Downloaded heck v0.3.3 |
761 | 2024-12-20T19:51:37.278Z | Downloaded foreign-types-macros v0.2.3 |
762 | 2024-12-20T19:51:37.281Z | Downloaded dropshot_endpoint v0.12.0 |
763 | 2024-12-20T19:51:37.283Z | Downloaded hash32 v0.2.1 |
764 | 2024-12-20T19:51:37.283Z | Downloaded russh v0.45.0 |
765 | 2024-12-20T19:51:37.289Z | Downloaded rsa v0.9.6 |
766 | 2024-12-20T19:51:37.295Z | Downloaded spin v0.5.2 |
767 | 2024-12-20T19:51:37.298Z | Downloaded pkcs5 v0.7.1 |
768 | 2024-12-20T19:51:37.301Z | Downloaded strum_macros v0.26.4 |
769 | 2024-12-20T19:51:37.303Z | Downloaded progenitor-macro v0.8.0 |
770 | 2024-12-20T19:51:37.305Z | Downloaded futures v0.3.31 |
771 | 2024-12-20T19:51:37.311Z | Downloaded openssl-macros v0.1.1 |
772 | 2024-12-20T19:51:37.315Z | Downloaded quick-error v1.2.3 |
773 | 2024-12-20T19:51:37.315Z | Downloaded number_prefix v0.4.0 |
774 | 2024-12-20T19:51:37.318Z | Downloaded fxhash v0.2.1 |
775 | 2024-12-20T19:51:37.318Z | Downloaded time-macros v0.2.18 |
776 | 2024-12-20T19:51:37.321Z | Downloaded slog-stdlog v4.1.1 |
777 | 2024-12-20T19:51:37.321Z | Downloaded deranged v0.3.11 |
778 | 2024-12-20T19:51:37.323Z | Downloaded defmt-macros v0.3.9 |
779 | 2024-12-20T19:51:37.326Z | Downloaded oso v0.27.3 |
780 | 2024-12-20T19:51:37.329Z | Downloaded yoke-derive v0.7.4 |
781 | 2024-12-20T19:51:37.331Z | Downloaded time-core v0.1.2 |
782 | 2024-12-20T19:51:37.332Z | Downloaded whoami v1.5.2 |
783 | 2024-12-20T19:51:37.335Z | Downloaded zerocopy-derive v0.8.10 |
784 | 2024-12-20T19:51:37.341Z | Downloaded untrusted v0.9.0 |
785 | 2024-12-20T19:51:37.343Z | Downloaded untrusted v0.7.1 |
786 | 2024-12-20T19:51:37.343Z | Downloaded password-hash v0.4.2 |
787 | 2024-12-20T19:51:37.346Z | Downloaded ron v0.7.1 |
788 | 2024-12-20T19:51:37.353Z | Downloaded pkcs8 v0.10.2 |
789 | 2024-12-20T19:51:37.355Z | Downloaded mio v1.0.2 |
790 | 2024-12-20T19:51:37.360Z | Downloaded password-hash v0.5.0 |
791 | 2024-12-20T19:51:37.363Z | Downloaded zopfli v0.8.1 |
792 | 2024-12-20T19:51:37.365Z | Downloaded gethostname v0.5.0 |
793 | 2024-12-20T19:51:37.369Z | Downloaded aho-corasick v1.1.3 |
794 | 2024-12-20T19:51:37.373Z | Downloaded zone v0.3.0 |
795 | 2024-12-20T19:51:37.376Z | Downloaded thiserror-no-std v2.0.2 |
796 | 2024-12-20T19:51:37.379Z | Downloaded num-iter v0.1.45 |
797 | 2024-12-20T19:51:37.381Z | Downloaded toml v0.7.8 |
798 | 2024-12-20T19:51:37.384Z | Downloaded smf v0.2.3 |
799 | 2024-12-20T19:51:37.386Z | Downloaded siphasher v0.3.11 |
800 | 2024-12-20T19:51:37.390Z | Downloaded rand_xorshift v0.3.0 |
801 | 2024-12-20T19:51:37.390Z | Downloaded fallible-streaming-iterator v0.1.9 |
802 | 2024-12-20T19:51:37.393Z | Downloaded embedded-io v0.4.0 |
803 | 2024-12-20T19:51:37.393Z | Downloaded defmt v0.3.8 |
804 | 2024-12-20T19:51:37.396Z | Downloaded serde-big-array v0.5.1 |
805 | 2024-12-20T19:51:37.399Z | Downloaded phf_shared v0.10.0 |
806 | 2024-12-20T19:51:37.399Z | Downloaded unicode-segmentation v1.12.0 |
807 | 2024-12-20T19:51:37.403Z | Downloaded parse-display v0.10.0 |
808 | 2024-12-20T19:51:37.405Z | Downloaded zone v0.1.8 |
809 | 2024-12-20T19:51:37.408Z | Downloaded zeroize_derive v1.4.2 |
810 | 2024-12-20T19:51:37.408Z | Downloaded thiserror v2.0.3 |
811 | 2024-12-20T19:51:37.415Z | Downloaded strip-ansi-escapes v0.2.0 |
812 | 2024-12-20T19:51:37.420Z | Downloaded slab v0.4.9 |
813 | 2024-12-20T19:51:37.420Z | Downloaded blake3 v1.5.4 |
814 | 2024-12-20T19:51:37.425Z | Downloaded getrandom v0.2.15 |
815 | 2024-12-20T19:51:37.428Z | Downloaded dunce v1.0.5 |
816 | 2024-12-20T19:51:37.431Z | Downloaded rustls-pemfile v2.2.0 |
817 | 2024-12-20T19:51:37.433Z | Downloaded displaydoc v0.2.5 |
818 | 2024-12-20T19:51:37.435Z | Downloaded stringprep v0.1.5 |
819 | 2024-12-20T19:51:37.438Z | Downloaded tls_codec v0.4.1 |
820 | 2024-12-20T19:51:37.443Z | Downloaded libxml v0.3.3 |
821 | 2024-12-20T19:51:37.447Z | Downloaded num-conv v0.1.0 |
822 | 2024-12-20T19:51:37.450Z | Downloaded powerfmt v0.2.0 |
823 | 2024-12-20T19:51:37.450Z | Downloaded nodrop v0.1.14 |
824 | 2024-12-20T19:51:37.450Z | Downloaded thiserror-impl v2.0.3 |
825 | 2024-12-20T19:51:37.452Z | Downloaded signal-hook v0.3.17 |
826 | 2024-12-20T19:51:37.455Z | Downloaded rand_seeder v0.3.0 |
827 | 2024-12-20T19:51:37.457Z | Downloaded vsss-rs v3.3.4 |
828 | 2024-12-20T19:51:37.459Z | Downloaded test-strategy v0.3.1 |
829 | 2024-12-20T19:51:37.463Z | Downloaded packed_struct v0.10.1 |
830 | 2024-12-20T19:51:37.466Z | Downloaded structmeta v0.3.0 |
831 | 2024-12-20T19:51:37.469Z | Downloaded structmeta v0.2.0 |
832 | 2024-12-20T19:51:37.469Z | Downloaded yoke v0.7.4 |
833 | 2024-12-20T19:51:37.471Z | Downloaded similar v2.6.0 |
834 | 2024-12-20T19:51:37.478Z | Downloaded rand v0.8.5 |
835 | 2024-12-20T19:51:37.481Z | Downloaded aws-lc-rs v1.10.0 |
836 | 2024-12-20T19:51:37.491Z | Downloaded russh-cryptovec v0.7.3 |
837 | 2024-12-20T19:51:37.495Z | Downloaded tokio-native-tls v0.3.1 |
838 | 2024-12-20T19:51:37.495Z | Downloaded float-ord v0.3.2 |
839 | 2024-12-20T19:51:37.498Z | Downloaded peg-runtime v0.8.3 |
840 | 2024-12-20T19:51:37.498Z | Downloaded float-cmp v0.9.0 |
841 | 2024-12-20T19:51:37.498Z | Downloaded rustyline v14.0.0 |
842 | 2024-12-20T19:51:37.503Z | Downloaded ed25519 v2.2.3 |
843 | 2024-12-20T19:51:37.505Z | Downloaded twox-hash v1.6.3 |
844 | 2024-12-20T19:51:37.508Z | Downloaded foreign-types v0.3.2 |
845 | 2024-12-20T19:51:37.508Z | Downloaded owo-colors v4.1.0 |
846 | 2024-12-20T19:51:37.512Z | Downloaded rcgen v0.12.1 |
847 | 2024-12-20T19:51:37.515Z | Downloaded idna v1.0.3 |
848 | 2024-12-20T19:51:37.518Z | Downloaded vte_generate_state_changes v0.1.2 |
849 | 2024-12-20T19:51:37.521Z | Downloaded uzers v0.12.1 |
850 | 2024-12-20T19:51:37.524Z | Downloaded tinyvec v1.8.0 |
851 | 2024-12-20T19:51:37.527Z | Downloaded scrypt v0.11.0 |
852 | 2024-12-20T19:51:37.529Z | Downloaded shlex v1.3.0 |
853 | 2024-12-20T19:51:37.529Z | Downloaded ecdsa v0.16.9 |
854 | 2024-12-20T19:51:37.531Z | Downloaded postgres-types v0.2.8 |
855 | 2024-12-20T19:51:37.533Z | Downloaded serde-hex v0.1.0 |
856 | 2024-12-20T19:51:37.535Z | Downloaded utf8_iter v1.0.4 |
857 | 2024-12-20T19:51:37.538Z | Downloaded sct v0.7.1 |
858 | 2024-12-20T19:51:37.543Z | Downloaded tokio-postgres v0.7.12 |
859 | 2024-12-20T19:51:37.546Z | Downloaded ppv-lite86 v0.2.20 |
860 | 2024-12-20T19:51:37.548Z | Downloaded typify v0.2.0 |
861 | 2024-12-20T19:51:37.553Z | Downloaded structmeta-derive v0.2.0 |
862 | 2024-12-20T19:51:37.557Z | Downloaded hyper v1.5.0 |
863 | 2024-12-20T19:51:37.560Z | Downloaded newtype_derive v0.1.6 |
864 | 2024-12-20T19:51:37.562Z | Downloaded downcast v0.11.0 |
865 | 2024-12-20T19:51:37.562Z | Downloaded slog-async v2.8.0 |
866 | 2024-12-20T19:51:37.565Z | Downloaded resolv-conf v0.7.0 |
867 | 2024-12-20T19:51:37.568Z | Downloaded hashlink v0.9.1 |
868 | 2024-12-20T19:51:37.568Z | Downloaded schemars v0.8.21 |
869 | 2024-12-20T19:51:37.582Z | Downloaded pretty-hex v0.2.1 |
870 | 2024-12-20T19:51:37.585Z | Downloaded futures-task v0.3.31 |
871 | 2024-12-20T19:51:37.585Z | Downloaded futures-sink v0.3.31 |
872 | 2024-12-20T19:51:37.585Z | Downloaded futures-executor v0.3.31 |
873 | 2024-12-20T19:51:37.587Z | Downloaded form_urlencoded v1.2.1 |
874 | 2024-12-20T19:51:37.587Z | Downloaded slog-scope v4.4.0 |
875 | 2024-12-20T19:51:37.592Z | Downloaded progenitor-client v0.8.0 |
876 | 2024-12-20T19:51:37.592Z | Downloaded utf16_iter v1.0.5 |
877 | 2024-12-20T19:51:37.592Z | Downloaded pin-project-lite v0.2.14 |
878 | 2024-12-20T19:51:37.594Z | Downloaded xz2 v0.1.7 |
879 | 2024-12-20T19:51:37.599Z | Downloaded dyn-clone v1.0.17 |
880 | 2024-12-20T19:51:37.601Z | Downloaded derive_builder v0.20.2 |
881 | 2024-12-20T19:51:37.603Z | Downloaded strum_macros v0.25.3 |
882 | 2024-12-20T19:51:37.607Z | Downloaded bitvec v1.0.1 |
883 | 2024-12-20T19:51:37.622Z | Downloaded tokio-macros v2.4.0 |
884 | 2024-12-20T19:51:37.625Z | Downloaded display-error-chain v0.2.2 |
885 | 2024-12-20T19:51:37.625Z | Downloaded dirs-next v2.0.0 |
886 | 2024-12-20T19:51:37.627Z | Downloaded peg-macros v0.8.4 |
887 | 2024-12-20T19:51:37.627Z | Downloaded parking_lot_core v0.8.6 |
888 | 2024-12-20T19:51:37.630Z | Downloaded tungstenite v0.24.0 |
889 | 2024-12-20T19:51:37.633Z | Downloaded thread_local v1.1.8 |
890 | 2024-12-20T19:51:37.635Z | Downloaded rfc6979 v0.4.0 |
891 | 2024-12-20T19:51:37.635Z | Downloaded dsl_auto_type v0.1.2 |
892 | 2024-12-20T19:51:37.638Z | Downloaded rayon-core v1.12.1 |
893 | 2024-12-20T19:51:37.641Z | Downloaded nibble_vec v0.1.0 |
894 | 2024-12-20T19:51:37.645Z | Downloaded uuid v1.11.0 |
895 | 2024-12-20T19:51:37.647Z | Downloaded progenitor v0.8.0 |
896 | 2024-12-20T19:51:37.647Z | Downloaded foldhash v0.1.3 |
897 | 2024-12-20T19:51:37.650Z | Downloaded bindgen v0.69.5 |
898 | 2024-12-20T19:51:37.656Z | Downloaded hashbrown v0.12.3 |
899 | 2024-12-20T19:51:37.661Z | Downloaded rustls-webpki v0.102.8 |
900 | 2024-12-20T19:51:37.679Z | Downloaded subtle v2.6.1 |
901 | 2024-12-20T19:51:37.682Z | Downloaded sec1 v0.7.3 |
902 | 2024-12-20T19:51:37.685Z | Downloaded num-integer v0.1.46 |
903 | 2024-12-20T19:51:37.685Z | Downloaded num-derive v0.4.2 |
904 | 2024-12-20T19:51:37.688Z | Downloaded num v0.4.3 |
905 | 2024-12-20T19:51:37.688Z | Downloaded slog-envlogger v2.2.0 |
906 | 2024-12-20T19:51:37.691Z | Downloaded vergen v8.3.2 |
907 | 2024-12-20T19:51:37.693Z | Downloaded zip v2.1.3 |
908 | 2024-12-20T19:51:37.696Z | Downloaded russh-keys v0.45.0 |
909 | 2024-12-20T19:51:37.698Z | Downloaded newtype-uuid v1.1.3 |
910 | 2024-12-20T19:51:37.701Z | Downloaded fatfs v0.3.6 |
911 | 2024-12-20T19:51:37.703Z | Downloaded pin-project v1.1.6 |
912 | 2024-12-20T19:51:37.713Z | Downloaded rustc-demangle v0.1.24 |
913 | 2024-12-20T19:51:37.715Z | Downloaded ed25519-dalek v2.1.1 |
914 | 2024-12-20T19:51:37.718Z | Downloaded tokio-util v0.7.12 |
915 | 2024-12-20T19:51:37.725Z | Downloaded derive_builder_core v0.20.2 |
916 | 2024-12-20T19:51:37.727Z | Downloaded serde_with v3.11.0 |
917 | 2024-12-20T19:51:37.735Z | Downloaded chrono v0.4.38 |
918 | 2024-12-20T19:51:37.742Z | Downloaded yasna v0.5.2 |
919 | 2024-12-20T19:51:37.744Z | Downloaded tungstenite v0.23.0 |
920 | 2024-12-20T19:51:37.747Z | Downloaded parking_lot v0.11.2 |
921 | 2024-12-20T19:51:37.750Z | Downloaded num-bigint v0.4.6 |
922 | 2024-12-20T19:51:37.754Z | Downloaded parking_lot v0.12.3 |
923 | 2024-12-20T19:51:37.757Z | Downloaded zerovec v0.10.4 |
924 | 2024-12-20T19:51:37.762Z | Downloaded h2 v0.4.6 |
925 | 2024-12-20T19:51:37.769Z | Downloaded dropshot_endpoint v0.13.0 |
926 | 2024-12-20T19:51:37.772Z | Downloaded regex v1.11.1 |
927 | 2024-12-20T19:51:37.785Z | Downloaded quinn v0.11.5 |
928 | 2024-12-20T19:51:37.788Z | Downloaded time v0.3.36 |
929 | 2024-12-20T19:51:37.795Z | Downloaded typed-path v0.9.3 |
930 | 2024-12-20T19:51:37.801Z | Downloaded quinn-proto v0.11.8 |
931 | 2024-12-20T19:51:37.807Z | Downloaded vcpkg v0.2.15 |
932 | 2024-12-20T19:51:37.844Z | Downloaded portable-atomic v1.9.0 |
933 | 2024-12-20T19:51:37.850Z | Downloaded primeorder v0.13.6 |
934 | 2024-12-20T19:51:37.853Z | Downloaded slog v2.7.0 |
935 | 2024-12-20T19:51:37.856Z | Downloaded derive-where v1.2.7 |
936 | 2024-12-20T19:51:37.858Z | Downloaded p256 v0.13.2 |
937 | 2024-12-20T19:51:37.861Z | Downloaded ssh-key v0.6.6 |
938 | 2024-12-20T19:51:37.868Z | Downloaded elliptic-curve v0.13.8 |
939 | 2024-12-20T19:51:37.871Z | Downloaded flume v0.11.1 |
940 | 2024-12-20T19:51:37.875Z | Downloaded regex-syntax v0.6.29 |
941 | 2024-12-20T19:51:37.882Z | Downloaded prettyplease v0.2.25 |
942 | 2024-12-20T19:51:37.885Z | Downloaded futures-util v0.3.31 |
943 | 2024-12-20T19:51:37.896Z | Downloaded hashbrown v0.13.2 |
944 | 2024-12-20T19:51:37.900Z | Downloaded rusqlite v0.32.1 |
945 | 2024-12-20T19:51:37.907Z | Downloaded proptest v1.5.0 |
946 | 2024-12-20T19:51:37.916Z | Downloaded reedline v0.35.0 |
947 | 2024-12-20T19:51:37.923Z | Downloaded nom v7.1.3 |
948 | 2024-12-20T19:51:37.928Z | Downloaded reqwest v0.12.9 |
949 | 2024-12-20T19:51:37.938Z | Downloaded zerocopy v0.8.10 |
950 | 2024-12-20T19:51:37.961Z | Downloaded flate2 v1.0.34 |
951 | 2024-12-20T19:51:37.965Z | Downloaded chrono-tz v0.10.0 |
952 | 2024-12-20T19:51:37.975Z | Downloaded num-bigint-dig v0.8.4 |
953 | 2024-12-20T19:51:37.978Z | Downloaded rustls v0.21.12 |
954 | 2024-12-20T19:51:37.988Z | Downloaded p384 v0.13.0 |
955 | 2024-12-20T19:51:37.994Z | Downloaded regress v0.9.1 |
956 | 2024-12-20T19:51:38.003Z | Downloaded object v0.30.4 |
957 | 2024-12-20T19:51:38.012Z | Downloaded idna v0.3.0 |
958 | 2024-12-20T19:51:38.019Z | Downloaded quick-xml v0.33.0 |
959 | 2024-12-20T19:51:38.027Z | Downloaded idna v0.5.0 |
960 | 2024-12-20T19:51:38.034Z | Downloaded regex-syntax v0.8.5 |
961 | 2024-12-20T19:51:38.043Z | Downloaded idna v0.4.0 |
962 | 2024-12-20T19:51:38.050Z | Downloaded smoltcp v0.11.0 |
963 | 2024-12-20T19:51:38.065Z | Downloaded hashbrown v0.14.5 |
964 | 2024-12-20T19:51:38.071Z | Downloaded rustls v0.23.19 |
965 | 2024-12-20T19:51:38.083Z | Downloaded p521 v0.13.3 |
966 | 2024-12-20T19:51:38.088Z | Downloaded rayon v1.10.0 |
967 | 2024-12-20T19:51:38.098Z | Downloaded webpki-roots v0.26.6 |
968 | 2024-12-20T19:51:38.102Z | Downloaded hickory-proto v0.24.1 |
969 | 2024-12-20T19:51:38.120Z | Downloaded sqlparser v0.45.0 |
970 | 2024-12-20T19:51:38.124Z | Downloaded git2 v0.19.0 |
971 | 2024-12-20T19:51:38.133Z | Downloaded openssl v0.10.66 |
972 | 2024-12-20T19:51:38.143Z | Downloaded typify-impl v0.2.0 |
973 | 2024-12-20T19:51:38.160Z | Downloaded unicode-width v0.2.0 |
974 | 2024-12-20T19:51:38.166Z | Downloaded nix v0.28.0 |
975 | 2024-12-20T19:51:38.177Z | Downloaded petname v2.0.2 |
976 | 2024-12-20T19:51:38.185Z | Downloaded polar-core v0.27.3 |
977 | 2024-12-20T19:51:38.193Z | Downloaded gimli v0.31.1 |
978 | 2024-12-20T19:51:38.202Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
979 | 2024-12-20T19:51:38.215Z | Downloaded regex-automata v0.4.8 |
980 | 2024-12-20T19:51:38.233Z | Downloaded radix_trie v0.2.1 |
981 | 2024-12-20T19:51:38.239Z | Downloaded dropshot v0.13.0 |
982 | 2024-12-20T19:51:38.260Z | Downloaded ratatui v0.28.1 |
983 | 2024-12-20T19:51:38.281Z | Downloaded object v0.36.5 |
984 | 2024-12-20T19:51:38.292Z | Downloaded openapiv3 v2.0.0 |
985 | 2024-12-20T19:51:38.305Z | Downloaded petgraph v0.6.5 |
986 | 2024-12-20T19:51:38.323Z | Downloaded dropshot v0.12.0 |
987 | 2024-12-20T19:51:38.344Z | Downloaded nix v0.29.0 |
988 | 2024-12-20T19:51:38.355Z | Downloaded rustls v0.22.4 |
989 | 2024-12-20T19:51:38.382Z | Downloaded regress v0.10.1 |
990 | 2024-12-20T19:51:38.393Z | Downloaded csv v1.3.0 |
991 | 2024-12-20T19:51:38.416Z | Downloaded salty v0.3.0 |
992 | 2024-12-20T19:51:38.424Z | Downloaded diesel v2.2.6 |
993 | 2024-12-20T19:51:38.444Z | Downloaded idna v0.2.3 |
994 | 2024-12-20T19:51:38.451Z | Downloaded winnow v0.5.40 |
995 | 2024-12-20T19:51:38.459Z | Downloaded smoltcp v0.9.1 |
996 | 2024-12-20T19:51:38.470Z | Downloaded sled v0.34.7 |
997 | 2024-12-20T19:51:38.480Z | Downloaded bstr v1.10.0 |
998 | 2024-12-20T19:51:38.489Z | Downloaded nix v0.27.1 |
999 | 2024-12-20T19:51:38.502Z | Downloaded zerocopy-derive v0.6.6 |
1000 | 2024-12-20T19:51:38.510Z | Downloaded trust-dns-proto v0.22.0 |
1001 | 2024-12-20T19:51:38.522Z | Downloaded lalrpop v0.19.12 |
1002 | 2024-12-20T19:51:38.533Z | Downloaded icu_properties_data v1.5.0 |
1003 | 2024-12-20T19:51:38.543Z | Downloaded unicode-normalization v0.1.24 |
1004 | 2024-12-20T19:51:38.547Z | Downloaded rustls-webpki v0.101.7 |
1005 | 2024-12-20T19:51:38.561Z | Downloaded curve25519-dalek v4.1.3 |
1006 | 2024-12-20T19:51:38.570Z | Downloaded der v0.7.9 |
1007 | 2024-12-20T19:51:38.575Z | Downloaded unicode_categories v0.1.1 |
1008 | 2024-12-20T19:51:38.577Z | Downloaded expectorate v1.1.0 |
1009 | 2024-12-20T19:51:38.580Z | Downloaded tough v0.19.0 |
1010 | 2024-12-20T19:51:38.589Z | Downloaded tokio-tungstenite v0.24.0 |
1011 | 2024-12-20T19:51:38.592Z | Downloaded tokio-tungstenite v0.23.1 |
1012 | 2024-12-20T19:51:38.592Z | Downloaded parse-zoneinfo v0.3.1 |
1013 | 2024-12-20T19:51:38.595Z | Downloaded pin-project-internal v1.1.6 |
1014 | 2024-12-20T19:51:38.598Z | Downloaded tls_codec_derive v0.4.1 |
1015 | 2024-12-20T19:51:38.598Z | Downloaded utf-8 v0.7.6 |
1016 | 2024-12-20T19:51:38.598Z | Downloaded unicase v2.7.0 |
1017 | 2024-12-20T19:51:38.603Z | Downloaded secrecy v0.8.0 |
1018 | 2024-12-20T19:51:38.603Z | Downloaded semver v0.1.20 |
1019 | 2024-12-20T19:51:38.606Z | Downloaded slog-bunyan v2.5.0 |
1020 | 2024-12-20T19:51:38.606Z | Downloaded poly1305 v0.8.0 |
1021 | 2024-12-20T19:51:38.606Z | Downloaded rustls-pki-types v1.10.0 |
1022 | 2024-12-20T19:51:38.610Z | Downloaded publicsuffix v2.2.3 |
1023 | 2024-12-20T19:51:38.612Z | Downloaded lzma-sys v0.1.20 |
1024 | 2024-12-20T19:51:38.640Z | Downloaded tokio v1.40.0 |
1025 | 2024-12-20T19:51:38.677Z | Downloaded libz-sys v1.1.20 |
1026 | 2024-12-20T19:51:38.698Z | Downloaded encoding_rs v0.8.34 |
1027 | 2024-12-20T19:51:38.720Z | Downloaded itertools v0.13.0 |
1028 | 2024-12-20T19:51:38.727Z | Downloaded string_cache v0.8.7 |
1029 | 2024-12-20T19:51:38.731Z | Downloaded tokio-tungstenite v0.21.0 |
1030 | 2024-12-20T19:51:38.735Z | Downloaded spin v0.9.8 |
1031 | 2024-12-20T19:51:38.735Z | Downloaded percent-encoding v2.3.1 |
1032 | 2024-12-20T19:51:38.735Z | Downloaded toml_edit v0.19.15 |
1033 | 2024-12-20T19:51:38.751Z | Downloaded zerocopy v0.6.6 |
1034 | 2024-12-20T19:51:38.754Z | Downloaded unicode-bidi v0.3.17 |
1035 | 2024-12-20T19:51:38.756Z | Downloaded sha3 v0.10.8 |
1036 | 2024-12-20T19:51:38.759Z | Downloaded tungstenite v0.21.0 |
1037 | 2024-12-20T19:51:38.762Z | Downloaded heapless v0.8.0 |
1038 | 2024-12-20T19:51:38.765Z | Downloaded headers v0.4.0 |
1039 | 2024-12-20T19:51:38.772Z | Downloaded rand_core v0.6.4 |
1040 | 2024-12-20T19:51:38.776Z | Downloaded steno v0.4.1 |
1041 | 2024-12-20T19:51:38.778Z | Downloaded itertools v0.12.1 |
1042 | 2024-12-20T19:51:38.783Z | Downloaded half v2.4.1 |
1043 | 2024-12-20T19:51:38.786Z | Downloaded mockall_derive v0.13.0 |
1044 | 2024-12-20T19:51:38.788Z | Downloaded itertools v0.10.5 |
1045 | 2024-12-20T19:51:38.794Z | Downloaded diff v0.1.13 |
1046 | 2024-12-20T19:51:38.798Z | Downloaded unsafe-libyaml v0.2.11 |
1047 | 2024-12-20T19:51:38.800Z | Downloaded vte v0.11.1 |
1048 | 2024-12-20T19:51:38.803Z | Downloaded supports-color v3.0.1 |
1049 | 2024-12-20T19:51:38.805Z | Downloaded subprocess v0.2.9 |
1050 | 2024-12-20T19:51:38.808Z | Downloaded socket2 v0.5.7 |
1051 | 2024-12-20T19:51:38.810Z | Downloaded darling_core v0.20.10 |
1052 | 2024-12-20T19:51:38.813Z | Downloaded heapless v0.7.17 |
1053 | 2024-12-20T19:51:38.817Z | Downloaded libm v0.2.8 |
1054 | 2024-12-20T19:51:38.824Z | Downloaded crossterm v0.28.1 |
1055 | 2024-12-20T19:51:38.831Z | Downloaded debug-ignore v1.0.5 |
1056 | 2024-12-20T19:51:38.833Z | Downloaded omicron-zone-package v0.11.1 |
1057 | 2024-12-20T19:51:38.836Z | Downloaded x509-cert v0.2.5 |
1058 | 2024-12-20T19:51:38.841Z | Downloaded hkdf v0.12.4 |
1059 | 2024-12-20T19:51:38.844Z | Downloaded minimal-lexical v0.2.1 |
1060 | 2024-12-20T19:51:38.847Z | Downloaded fallible-iterator v0.2.0 |
1061 | 2024-12-20T19:51:38.850Z | Downloaded signal-hook-mio v0.2.4 |
1062 | 2024-12-20T19:51:38.852Z | Downloaded rustfmt-wrapper v0.2.1 |
1063 | 2024-12-20T19:51:38.852Z | Downloaded rustc_version v0.1.7 |
1064 | 2024-12-20T19:51:38.852Z | Downloaded rustc-hash v2.0.0 |
1065 | 2024-12-20T19:51:38.854Z | Downloaded rustc-hash v1.1.0 |
1066 | 2024-12-20T19:51:38.855Z | Downloaded postgres-protocol v0.6.7 |
1067 | 2024-12-20T19:51:38.857Z | Downloaded paste v1.0.15 |
1068 | 2024-12-20T19:51:38.860Z | Downloaded tinystr v0.7.6 |
1069 | 2024-12-20T19:51:38.862Z | Downloaded sqlformat v0.2.6 |
1070 | 2024-12-20T19:51:38.862Z | Downloaded spki v0.7.3 |
1071 | 2024-12-20T19:51:38.865Z | Downloaded url v2.5.3 |
1072 | 2024-12-20T19:51:38.867Z | Downloaded sync-ptr v0.1.1 |
1073 | 2024-12-20T19:51:38.869Z | Downloaded pbkdf2 v0.12.2 |
1074 | 2024-12-20T19:51:38.869Z | Downloaded zone_cfg_derive v0.1.2 |
1075 | 2024-12-20T19:51:38.869Z | Downloaded ron v0.8.1 |
1076 | 2024-12-20T19:51:38.874Z | Downloaded scopeguard v1.2.0 |
1077 | 2024-12-20T19:51:38.877Z | Downloaded tracing v0.1.40 |
1078 | 2024-12-20T19:51:38.880Z | Downloaded num_enum_derive v0.5.11 |
1079 | 2024-12-20T19:51:38.882Z | Downloaded smallvec v1.13.2 |
1080 | 2024-12-20T19:51:38.884Z | Downloaded zip v0.6.6 |
1081 | 2024-12-20T19:51:38.888Z | Downloaded foreign-types v0.5.0 |
1082 | 2024-12-20T19:51:38.891Z | Downloaded dirs-sys-next v0.1.2 |
1083 | 2024-12-20T19:51:38.891Z | Downloaded slog-term v2.9.1 |
1084 | 2024-12-20T19:51:38.894Z | Downloaded serde_with_macros v3.11.0 |
1085 | 2024-12-20T19:51:38.894Z | Downloaded multer v3.1.0 |
1086 | 2024-12-20T19:51:38.896Z | Downloaded tracing-core v0.1.32 |
1087 | 2024-12-20T19:51:38.899Z | Downloaded hyper-util v0.1.10 |
1088 | 2024-12-20T19:51:38.902Z | Downloaded either v1.13.0 |
1089 | 2024-12-20T19:51:38.905Z | Downloaded defmt-parser v0.3.4 |
1090 | 2024-12-20T19:51:38.905Z | Downloaded num_enum v0.5.11 |
1091 | 2024-12-20T19:51:38.909Z | Downloaded num-complex v0.4.6 |
1092 | 2024-12-20T19:51:38.912Z | Downloaded qorb v0.2.1 |
1093 | 2024-12-20T19:51:38.915Z | Downloaded tar v0.4.42 |
1094 | 2024-12-20T19:51:38.918Z | Downloaded snafu v0.8.5 |
1095 | 2024-12-20T19:51:38.921Z | Downloaded serde_yaml v0.9.34+deprecated |
1096 | 2024-12-20T19:51:38.925Z | Downloaded serde_derive_internals v0.29.1 |
1097 | 2024-12-20T19:51:38.927Z | Downloaded samael v0.0.17 |
1098 | 2024-12-20T19:51:38.931Z | Downloaded tokio-stream v0.1.16 |
1099 | 2024-12-20T19:51:38.935Z | Downloaded stable_deref_trait v1.2.0 |
1100 | 2024-12-20T19:51:38.938Z | Downloaded smallvec v0.6.14 |
1101 | 2024-12-20T19:51:38.938Z | Downloaded ref-cast v1.0.23 |
1102 | 2024-12-20T19:51:38.940Z | Downloaded icu_properties v1.5.1 |
1103 | 2024-12-20T19:51:38.943Z | Downloaded icu_normalizer_data v1.5.0 |
1104 | 2024-12-20T19:51:38.945Z | Downloaded crossbeam-channel v0.5.13 |
1105 | 2024-12-20T19:51:38.950Z | Downloaded miniz_oxide v0.8.0 |
1106 | 2024-12-20T19:51:38.952Z | Downloaded memmap2 v0.9.5 |
1107 | 2024-12-20T19:51:38.955Z | Downloaded bumpalo v3.16.0 |
1108 | 2024-12-20T19:51:38.957Z | Downloaded base64 v0.21.7 |
1109 | 2024-12-20T19:51:38.960Z | Downloaded backtrace v0.3.74 |
1110 | 2024-12-20T19:51:38.965Z | Downloaded crypto-bigint v0.5.5 |
1111 | 2024-12-20T19:51:38.971Z | Downloaded cc v1.1.30 |
1112 | 2024-12-20T19:51:38.974Z | Downloaded const_format v0.2.33 |
1113 | 2024-12-20T19:51:38.979Z | Downloaded polyval v0.6.2 |
1114 | 2024-12-20T19:51:38.982Z | Downloaded ena v0.14.3 |
1115 | 2024-12-20T19:51:38.984Z | Downloaded tokio-rustls v0.26.0 |
1116 | 2024-12-20T19:51:38.984Z | Downloaded icu_normalizer v1.5.0 |
1117 | 2024-12-20T19:51:38.987Z | Downloaded hyper-staticfile v0.10.1 |
1118 | 2024-12-20T19:51:38.989Z | Downloaded ff v0.13.0 |
1119 | 2024-12-20T19:51:38.992Z | Downloaded fd-lock v4.0.2 |
1120 | 2024-12-20T19:51:38.995Z | Downloaded embedded-io v0.6.1 |
1121 | 2024-12-20T19:51:38.995Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1122 | 2024-12-20T19:51:39.053Z | Downloaded writeable v0.5.5 |
1123 | 2024-12-20T19:51:39.055Z | Downloaded maybe-uninit v2.0.0 |
1124 | 2024-12-20T19:51:39.055Z | Downloaded litemap v0.7.3 |
1125 | 2024-12-20T19:51:39.058Z | Downloaded libloading v0.8.5 |
1126 | 2024-12-20T19:51:39.060Z | Downloaded data-encoding v2.6.0 |
1127 | 2024-12-20T19:51:39.063Z | Downloaded structmeta-derive v0.3.0 |
1128 | 2024-12-20T19:51:39.063Z | Downloaded ssh-encoding v0.2.0 |
1129 | 2024-12-20T19:51:39.063Z | Downloaded snafu-derive v0.8.5 |
1130 | 2024-12-20T19:51:39.066Z | Downloaded slog-json v2.6.1 |
1131 | 2024-12-20T19:51:39.066Z | Downloaded http v1.1.0 |
1132 | 2024-12-20T19:51:39.069Z | Downloaded bytes v1.8.0 |
1133 | 2024-12-20T19:51:39.074Z | Downloaded base64 v0.13.1 |
1134 | 2024-12-20T19:51:39.076Z | Downloaded allocator-api2 v0.2.18 |
1135 | 2024-12-20T19:51:39.080Z | Downloaded linear-map v1.2.0 |
1136 | 2024-12-20T19:51:39.082Z | Downloaded blake2 v0.10.6 |
1137 | 2024-12-20T19:51:39.085Z | Downloaded httpdate v1.0.3 |
1138 | 2024-12-20T19:51:39.087Z | Downloaded idna_adapter v1.2.0 |
1139 | 2024-12-20T19:51:39.087Z | Downloaded termcolor v1.4.1 |
1140 | 2024-12-20T19:51:39.087Z | Downloaded tap v1.0.1 |
1141 | 2024-12-20T19:51:39.090Z | Downloaded keccak v0.1.5 |
1142 | 2024-12-20T19:51:39.090Z | Downloaded inout v0.1.3 |
1143 | 2024-12-20T19:51:39.092Z | Downloaded hyper-tls v0.6.0 |
1144 | 2024-12-20T19:51:39.093Z | Downloaded ssh-cipher v0.2.0 |
1145 | 2024-12-20T19:51:39.096Z | Downloaded signature v2.2.0 |
1146 | 2024-12-20T19:51:39.096Z | Downloaded sha1 v0.10.6 |
1147 | 2024-12-20T19:51:39.100Z | Downloaded same-file v1.0.6 |
1148 | 2024-12-20T19:51:39.100Z | Downloaded rustls-pemfile v1.0.4 |
1149 | 2024-12-20T19:51:39.104Z | Downloaded cobs v0.2.3 |
1150 | 2024-12-20T19:51:39.104Z | Downloaded bcs v0.1.6 |
1151 | 2024-12-20T19:51:39.107Z | Downloaded backoff v0.4.0 |
1152 | 2024-12-20T19:51:39.108Z | Downloaded async-bb8-diesel v0.2.1 |
1153 | 2024-12-20T19:51:39.110Z | Downloaded hickory-client v0.24.1 |
1154 | 2024-12-20T19:51:39.112Z | Downloaded cassowary v0.3.0 |
1155 | 2024-12-20T19:51:39.113Z | Downloaded chrono-tz-build v0.4.0 |
1156 | 2024-12-20T19:51:39.115Z | Downloaded cexpr v0.6.0 |
1157 | 2024-12-20T19:51:39.118Z | Downloaded castaway v0.2.3 |
1158 | 2024-12-20T19:51:39.119Z | Downloaded atomic-waker v1.1.2 |
1159 | 2024-12-20T19:51:39.119Z | Downloaded ciborium-ll v0.2.2 |
1160 | 2024-12-20T19:51:39.126Z | Downloaded chacha20 v0.9.1 |
1161 | 2024-12-20T19:51:39.127Z | Downloaded colored v2.1.0 |
1162 | 2024-12-20T19:51:39.127Z | Downloaded base16ct v0.2.0 |
1163 | 2024-12-20T19:51:39.127Z | Downloaded buf-list v1.0.3 |
1164 | 2024-12-20T19:51:39.385Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-12-20T19:51:39.781Z | Downloaded ring v0.17.8 |
1166 | 2024-12-20T19:51:39.968Z | Downloaded ring v0.16.20 |
1167 | 2024-12-20T19:51:40.055Z | Downloaded libsqlite3-sys v0.30.1 |
1168 | 2024-12-20T19:51:40.238Z | Compiling serde v1.0.215 |
1169 | 2024-12-20T19:51:40.241Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-20T19:51:40.241Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-20T19:51:40.241Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-20T19:51:40.241Z | Compiling typenum v1.17.0 |
1173 | 2024-12-20T19:51:40.241Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-20T19:51:40.412Z | Compiling syn v2.0.87 |
1175 | 2024-12-20T19:51:40.423Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-20T19:51:40.572Z | Compiling subtle v2.6.1 |
1177 | 2024-12-20T19:51:40.710Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-20T19:51:40.852Z | Compiling log v0.4.22 |
1179 | 2024-12-20T19:51:40.940Z | Compiling shlex v1.3.0 |
1180 | 2024-12-20T19:51:40.958Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-20T19:51:40.984Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-20T19:51:41.229Z | Compiling smallvec v1.13.2 |
1183 | 2024-12-20T19:51:41.349Z | Compiling cc v1.1.30 |
1184 | 2024-12-20T19:51:41.373Z | Compiling spin v0.9.8 |
1185 | 2024-12-20T19:51:41.648Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-20T19:51:41.730Z | Compiling rustix v0.38.37 |
1187 | 2024-12-20T19:51:41.753Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-20T19:51:41.779Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-20T19:51:41.903Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-20T19:51:42.043Z | Compiling mio v1.0.2 |
1191 | 2024-12-20T19:51:42.623Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-20T19:51:42.711Z | Compiling aho-corasick v1.1.3 |
1193 | 2024-12-20T19:51:42.846Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-20T19:51:42.878Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-12-20T19:51:42.951Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-20T19:51:43.061Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2024-12-20T19:51:43.081Z | Compiling either v1.13.0 |
1198 | 2024-12-20T19:51:43.164Z | Compiling futures-sink v0.3.31 |
1199 | 2024-12-20T19:51:43.256Z | Compiling glob v0.3.1 |
1200 | 2024-12-20T19:51:43.321Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-20T19:51:43.568Z | Compiling slab v0.4.9 |
1202 | 2024-12-20T19:51:43.618Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-20T19:51:43.971Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-20T19:51:44.324Z | Compiling libloading v0.8.5 |
1205 | 2024-12-20T19:51:44.384Z | Compiling clang-sys v1.8.1 |
1206 | 2024-12-20T19:51:44.458Z | Compiling nom v7.1.3 |
1207 | 2024-12-20T19:51:44.499Z | Compiling home v0.5.9 |
1208 | 2024-12-20T19:51:44.745Z | Compiling serde_json v1.0.132 |
1209 | 2024-12-20T19:51:44.776Z | Compiling bindgen v0.69.5 |
1210 | 2024-12-20T19:51:45.112Z | Compiling itertools v0.10.5 |
1211 | 2024-12-20T19:51:45.703Z | Compiling futures-channel v0.3.31 |
1212 | 2024-12-20T19:51:45.789Z | Compiling pin-utils v0.1.0 |
1213 | 2024-12-20T19:51:45.886Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-20T19:51:45.996Z | Compiling futures-task v0.3.31 |
1215 | 2024-12-20T19:51:46.219Z | Compiling lazycell v1.3.0 |
1216 | 2024-12-20T19:51:46.310Z | Compiling rustc-hash v1.1.0 |
1217 | 2024-12-20T19:51:46.382Z | Compiling allocator-api2 v0.2.18 |
1218 | 2024-12-20T19:51:46.458Z | Compiling foldhash v0.1.3 |
1219 | 2024-12-20T19:51:46.778Z | Compiling regex-automata v0.4.8 |
1220 | 2024-12-20T19:51:47.190Z | Compiling hashbrown v0.15.1 |
1221 | 2024-12-20T19:51:47.992Z | Compiling synstructure v0.13.1 |
1222 | 2024-12-20T19:51:48.485Z | Compiling cexpr v0.6.0 |
1223 | 2024-12-20T19:51:48.556Z | Compiling cmake v0.1.51 |
1224 | 2024-12-20T19:51:49.599Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-20T19:51:49.779Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-20T19:51:49.806Z | Compiling dunce v1.0.5 |
1227 | 2024-12-20T19:51:49.877Z | Compiling pkg-config v0.3.31 |
1228 | 2024-12-20T19:51:49.936Z | Compiling libm v0.2.8 |
1229 | 2024-12-20T19:51:50.189Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-20T19:51:50.289Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-20T19:51:50.802Z | Compiling ring v0.17.8 |
1232 | 2024-12-20T19:51:51.374Z | Compiling writeable v0.5.5 |
1233 | 2024-12-20T19:51:51.433Z | Compiling paste v1.0.15 |
1234 | 2024-12-20T19:51:51.651Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-12-20T19:51:51.744Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-20T19:51:51.913Z | Compiling base64ct v1.6.0 |
1237 | 2024-12-20T19:51:51.941Z | Compiling litemap v0.7.3 |
1238 | 2024-12-20T19:51:52.337Z | Compiling regex v1.11.1 |
1239 | 2024-12-20T19:51:52.481Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2024-12-20T19:51:53.127Z | Compiling flagset v0.4.6 |
1241 | 2024-12-20T19:51:53.146Z | Compiling httparse v1.9.5 |
1242 | 2024-12-20T19:51:53.335Z | Compiling aws-lc-rs v1.10.0 |
1243 | 2024-12-20T19:51:53.814Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-20T19:51:53.914Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-20T19:51:54.554Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-20T19:51:54.634Z | Compiling percent-encoding v2.3.1 |
1247 | 2024-12-20T19:51:54.907Z | Compiling icu_locid_transform_data v1.5.0 |
1248 | 2024-12-20T19:51:54.942Z | Compiling serde_derive v1.0.215 |
1249 | 2024-12-20T19:51:54.978Z | Compiling zeroize_derive v1.4.2 |
1250 | 2024-12-20T19:51:55.004Z | Compiling zerocopy-derive v0.7.35 |
1251 | 2024-12-20T19:51:55.087Z | Compiling tokio-macros v2.4.0 |
1252 | 2024-12-20T19:51:55.117Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2024-12-20T19:51:56.539Z | Compiling zeroize v1.8.1 |
1254 | 2024-12-20T19:51:56.575Z | Compiling yoke-derive v0.7.4 |
1255 | 2024-12-20T19:51:57.013Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-12-20T19:51:57.228Z | Compiling zerocopy v0.7.35 |
1257 | 2024-12-20T19:51:58.302Z | Compiling crypto-common v0.1.6 |
1258 | 2024-12-20T19:51:58.549Z | Compiling block-buffer v0.10.4 |
1259 | 2024-12-20T19:51:58.807Z | Compiling digest v0.10.7 |
1260 | 2024-12-20T19:51:58.844Z | Compiling zerovec-derive v0.10.3 |
1261 | 2024-12-20T19:51:59.131Z | Compiling zerofrom v0.1.4 |
1262 | 2024-12-20T19:51:59.253Z | Compiling hmac v0.12.1 |
1263 | 2024-12-20T19:51:59.344Z | Compiling futures-macro v0.3.31 |
1264 | 2024-12-20T19:51:59.364Z | Compiling block-padding v0.3.3 |
1265 | 2024-12-20T19:51:59.482Z | Compiling displaydoc v0.2.5 |
1266 | 2024-12-20T19:51:59.560Z | Compiling yoke v0.7.4 |
1267 | 2024-12-20T19:51:59.615Z | Compiling inout v0.1.3 |
1268 | 2024-12-20T19:51:59.878Z | Compiling cipher v0.4.4 |
1269 | 2024-12-20T19:51:59.926Z | Compiling sha2 v0.10.8 |
1270 | 2024-12-20T19:52:00.291Z | Compiling thiserror v1.0.69 |
1271 | 2024-12-20T19:52:00.424Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2024-12-20T19:52:00.437Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2024-12-20T19:52:01.157Z | Compiling der_derive v0.7.3 |
1274 | 2024-12-20T19:52:01.205Z | Compiling futures-util v0.3.31 |
1275 | 2024-12-20T19:52:01.230Z | Compiling rand_chacha v0.3.1 |
1276 | 2024-12-20T19:52:01.387Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-20T19:52:01.474Z | Compiling tracing-attributes v0.1.27 |
1278 | 2024-12-20T19:52:03.217Z | Compiling tinystr v0.7.6 |
1279 | 2024-12-20T19:52:03.384Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-20T19:52:03.565Z | Compiling rand v0.8.5 |
1281 | 2024-12-20T19:52:03.607Z | Compiling der v0.7.9 |
1282 | 2024-12-20T19:52:03.687Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-20T19:52:04.951Z | Compiling icu_provider v1.5.0 |
1284 | 2024-12-20T19:52:05.254Z | Compiling tracing v0.1.40 |
1285 | 2024-12-20T19:52:05.716Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-12-20T19:52:05.757Z | Compiling spki v0.7.3 |
1287 | 2024-12-20T19:52:05.991Z | Compiling pest v2.7.14 |
1288 | 2024-12-20T19:52:06.041Z | Compiling salsa20 v0.10.2 |
1289 | 2024-12-20T19:52:06.125Z | Compiling pbkdf2 v0.12.2 |
1290 | 2024-12-20T19:52:06.275Z | Compiling mirai-annotations v1.12.0 |
1291 | 2024-12-20T19:52:06.301Z | Compiling untrusted v0.9.0 |
1292 | 2024-12-20T19:52:06.472Z | Compiling untrusted v0.7.1 |
1293 | 2024-12-20T19:52:06.491Z | Compiling vcpkg v0.2.15 |
1294 | 2024-12-20T19:52:06.663Z | Compiling powerfmt v0.2.0 |
1295 | 2024-12-20T19:52:06.934Z | Compiling num-conv v0.1.0 |
1296 | 2024-12-20T19:52:06.960Z | Compiling time-core v0.1.2 |
1297 | 2024-12-20T19:52:07.070Z | Compiling icu_properties_data v1.5.0 |
1298 | 2024-12-20T19:52:07.143Z | Compiling deranged v0.3.11 |
1299 | 2024-12-20T19:52:07.210Z | Compiling time-macros v0.2.18 |
1300 | 2024-12-20T19:52:07.313Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-20T19:52:08.678Z | Compiling openssl-sys v0.9.103 |
1302 | 2024-12-20T19:52:09.063Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-20T19:52:09.107Z | Compiling bytes v1.8.0 |
1304 | 2024-12-20T19:52:09.675Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-20T19:52:09.834Z | Compiling semver v1.0.23 |
1306 | 2024-12-20T19:52:10.404Z | Compiling tokio v1.40.0 |
1307 | 2024-12-20T19:52:10.581Z | Compiling http v1.1.0 |
1308 | 2024-12-20T19:52:10.601Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-20T19:52:11.067Z | Compiling pest_meta v2.7.14 |
1310 | 2024-12-20T19:52:11.163Z | Compiling scrypt v0.11.0 |
1311 | 2024-12-20T19:52:11.363Z | Compiling cbc v0.1.2 |
1312 | 2024-12-20T19:52:11.589Z | Compiling aes v0.8.4 |
1313 | 2024-12-20T19:52:11.759Z | Compiling scroll_derive v0.12.0 |
1314 | 2024-12-20T19:52:12.353Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-12-20T19:52:12.417Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-20T19:52:12.524Z | Compiling write16 v1.0.0 |
1317 | 2024-12-20T19:52:12.548Z | Compiling utf16_iter v1.0.5 |
1318 | 2024-12-20T19:52:12.652Z | Compiling utf8_iter v1.0.4 |
1319 | 2024-12-20T19:52:12.735Z | Compiling num_threads v0.1.7 |
1320 | 2024-12-20T19:52:12.865Z | Compiling time v0.3.36 |
1321 | 2024-12-20T19:52:12.889Z | Compiling icu_normalizer v1.5.0 |
1322 | 2024-12-20T19:52:13.051Z | Compiling pkcs5 v0.7.1 |
1323 | 2024-12-20T19:52:13.261Z | Compiling scroll v0.12.0 |
1324 | 2024-12-20T19:52:13.887Z | Compiling which v4.4.2 |
1325 | 2024-12-20T19:52:14.504Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-20T19:52:14.524Z | Compiling http-body v1.0.1 |
1327 | 2024-12-20T19:52:14.912Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-12-20T19:52:14.957Z | Compiling slog v2.7.0 |
1329 | 2024-12-20T19:52:14.980Z | Compiling try-lock v0.2.5 |
1330 | 2024-12-20T19:52:15.124Z | Compiling want v0.3.1 |
1331 | 2024-12-20T19:52:15.229Z | Compiling goblin v0.8.2 |
1332 | 2024-12-20T19:52:15.399Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-20T19:52:15.538Z | Compiling pkcs8 v0.10.2 |
1334 | 2024-12-20T19:52:15.619Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-20T19:52:16.104Z | Compiling idna v1.0.3 |
1336 | 2024-12-20T19:52:16.272Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-12-20T19:52:16.465Z | Compiling pest_derive v2.7.14 |
1338 | 2024-12-20T19:52:16.868Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-20T19:52:17.010Z | Compiling uuid v1.11.0 |
1340 | 2024-12-20T19:52:17.264Z | Compiling dtrace-parser v0.2.0 |
1341 | 2024-12-20T19:52:17.373Z | Compiling serde_spanned v0.6.8 |
1342 | 2024-12-20T19:52:17.611Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-20T19:52:17.741Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-20T19:52:17.843Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-12-20T19:52:17.925Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-20T19:52:17.953Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-20T19:52:18.165Z | Compiling openssl v0.10.66 |
1348 | 2024-12-20T19:52:18.189Z | Compiling base64 v0.22.1 |
1349 | 2024-12-20T19:52:18.482Z | Compiling iana-time-zone v0.1.61 |
1350 | 2024-12-20T19:52:18.630Z | Compiling miniz_oxide v0.8.0 |
1351 | 2024-12-20T19:52:18.758Z | Compiling chrono v0.4.38 |
1352 | 2024-12-20T19:52:18.946Z | Compiling tokio-util v0.7.12 |
1353 | 2024-12-20T19:52:18.949Z | Compiling foreign-types v0.3.2 |
1354 | 2024-12-20T19:52:19.448Z | Compiling hostname v0.3.1 |
1355 | 2024-12-20T19:52:19.692Z | Compiling url v2.5.3 |
1356 | 2024-12-20T19:52:20.168Z | Compiling h2 v0.4.6 |
1357 | 2024-12-20T19:52:20.298Z | Compiling async-trait v0.1.83 |
1358 | 2024-12-20T19:52:21.659Z | Compiling dof v0.3.0 |
1359 | 2024-12-20T19:52:21.704Z | Compiling openssl-macros v0.1.1 |
1360 | 2024-12-20T19:52:22.491Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-12-20T19:52:22.583Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-12-20T19:52:23.014Z | Compiling siphasher v0.3.11 |
1363 | 2024-12-20T19:52:23.261Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-20T19:52:23.427Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-20T19:52:23.605Z | Compiling rustls v0.22.4 |
1366 | 2024-12-20T19:52:23.875Z | Compiling rustls v0.23.19 |
1367 | 2024-12-20T19:52:23.923Z | Compiling syn v1.0.109 |
1368 | 2024-12-20T19:52:24.130Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-20T19:52:24.618Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-20T19:52:25.157Z | Compiling heapless v0.7.17 |
1371 | 2024-12-20T19:52:25.473Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-20T19:52:25.576Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-20T19:52:25.741Z | Compiling signature v2.2.0 |
1374 | 2024-12-20T19:52:25.788Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-20T19:52:25.977Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-20T19:52:26.032Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-20T19:52:26.059Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-12-20T19:52:26.206Z | Compiling cookie v0.18.1 |
1379 | 2024-12-20T19:52:26.267Z | Compiling multer v3.1.0 |
1380 | 2024-12-20T19:52:26.489Z | Compiling unicode-properties v0.1.3 |
1381 | 2024-12-20T19:52:26.539Z | Compiling mime v0.3.17 |
1382 | 2024-12-20T19:52:26.539Z | Compiling signal-hook v0.3.17 |
1383 | 2024-12-20T19:52:26.807Z | Compiling ipnet v2.10.1 |
1384 | 2024-12-20T19:52:26.890Z | Compiling gimli v0.31.1 |
1385 | 2024-12-20T19:52:27.123Z | Compiling hyper v1.5.0 |
1386 | 2024-12-20T19:52:28.078Z | Compiling openssl-probe v0.1.5 |
1387 | 2024-12-20T19:52:28.496Z | Compiling rayon-core v1.12.1 |
1388 | 2024-12-20T19:52:28.713Z | Compiling schemars v0.8.21 |
1389 | 2024-12-20T19:52:28.766Z | Compiling slog-async v2.8.0 |
1390 | 2024-12-20T19:52:29.120Z | Compiling schemars_derive v0.8.21 |
1391 | 2024-12-20T19:52:29.360Z | Compiling stringprep v0.1.5 |
1392 | 2024-12-20T19:52:30.512Z | Compiling hyper-util v0.1.10 |
1393 | 2024-12-20T19:52:30.900Z | Compiling toml_edit v0.22.22 |
1394 | 2024-12-20T19:52:31.408Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-20T19:52:32.126Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-20T19:52:32.212Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2024-12-20T19:52:32.417Z | Compiling usdt-macro v0.5.0 |
1398 | 2024-12-20T19:52:33.067Z | Compiling term v0.7.0 |
1399 | 2024-12-20T19:52:33.074Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-20T19:52:33.293Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-20T19:52:33.573Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-20T19:52:33.810Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-20T19:52:33.859Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-20T19:52:33.909Z | Compiling enum-as-inner v0.6.1 |
1405 | 2024-12-20T19:52:34.194Z | Compiling md-5 v0.10.6 |
1406 | 2024-12-20T19:52:34.381Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-20T19:52:34.412Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-20T19:52:34.465Z | Compiling rustls-pemfile v2.2.0 |
1409 | 2024-12-20T19:52:34.805Z | Compiling idna v0.4.0 |
1410 | 2024-12-20T19:52:34.915Z | Compiling idna v0.3.0 |
1411 | 2024-12-20T19:52:35.013Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-20T19:52:35.143Z | Compiling ff v0.13.0 |
1413 | 2024-12-20T19:52:35.379Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-20T19:52:35.404Z | Compiling object v0.36.5 |
1415 | 2024-12-20T19:52:35.513Z | Compiling dropshot v0.12.0 |
1416 | 2024-12-20T19:52:35.764Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-20T19:52:35.802Z | Compiling anyhow v1.0.93 |
1418 | 2024-12-20T19:52:36.102Z | Compiling quick-error v1.2.3 |
1419 | 2024-12-20T19:52:36.252Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-12-20T19:52:36.442Z | Compiling psl-types v2.0.11 |
1421 | 2024-12-20T19:52:36.494Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-20T19:52:36.588Z | Compiling take_mut v0.2.2 |
1423 | 2024-12-20T19:52:36.642Z | Compiling dyn-clone v1.0.17 |
1424 | 2024-12-20T19:52:36.738Z | Compiling linked-hash-map v0.5.6 |
1425 | 2024-12-20T19:52:36.850Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2024-12-20T19:52:36.981Z | Compiling utf-8 v0.7.6 |
1427 | 2024-12-20T19:52:37.128Z | Compiling smoltcp v0.9.1 |
1428 | 2024-12-20T19:52:37.147Z | Compiling rustc-demangle v0.1.24 |
1429 | 2024-12-20T19:52:37.316Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-20T19:52:37.673Z | Compiling lru-cache v0.1.2 |
1431 | 2024-12-20T19:52:37.875Z | Compiling postgres-protocol v0.6.7 |
1432 | 2024-12-20T19:52:39.312Z | Compiling publicsuffix v2.2.3 |
1433 | 2024-12-20T19:52:39.498Z | Compiling resolv-conf v0.7.0 |
1434 | 2024-12-20T19:52:39.566Z | Compiling sec1 v0.7.3 |
1435 | 2024-12-20T19:52:39.732Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-20T19:52:39.758Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-20T19:52:40.042Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-20T19:52:40.117Z | Compiling usdt v0.5.0 |
1439 | 2024-12-20T19:52:40.250Z | Compiling group v0.13.0 |
1440 | 2024-12-20T19:52:40.641Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-20T19:52:40.942Z | Compiling toml v0.8.19 |
1442 | 2024-12-20T19:52:41.326Z | Compiling futures v0.3.31 |
1443 | 2024-12-20T19:52:41.451Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-20T19:52:42.690Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-20T19:52:42.959Z | Compiling backtrace v0.3.74 |
1446 | 2024-12-20T19:52:42.999Z | Compiling camino v1.1.9 |
1447 | 2024-12-20T19:52:43.539Z | Compiling phf_shared v0.11.2 |
1448 | 2024-12-20T19:52:43.588Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2024-12-20T19:52:43.945Z | Compiling terminal_size v0.4.0 |
1450 | 2024-12-20T19:52:44.002Z | Compiling waitgroup v0.1.2 |
1451 | 2024-12-20T19:52:44.021Z | Compiling openapiv3 v2.0.0 |
1452 | 2024-12-20T19:52:44.175Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-20T19:52:44.238Z | Compiling hkdf v0.12.4 |
1454 | 2024-12-20T19:52:44.505Z | Compiling crypto-bigint v0.5.5 |
1455 | 2024-12-20T19:52:45.066Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-20T19:52:46.669Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-20T19:52:46.728Z | Compiling webpki-roots v0.26.6 |
1458 | 2024-12-20T19:52:46.794Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-20T19:52:46.953Z | Compiling idna v0.5.0 |
1460 | 2024-12-20T19:52:47.712Z | Compiling hostname v0.4.0 |
1461 | 2024-12-20T19:52:47.968Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-20T19:52:48.303Z | Compiling ahash v0.8.11 |
1463 | 2024-12-20T19:52:48.320Z | Compiling fs-err v2.11.0 |
1464 | 2024-12-20T19:52:48.526Z | Compiling managed v0.8.0 |
1465 | 2024-12-20T19:52:48.618Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-20T19:52:48.645Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-20T19:52:48.665Z | Compiling winnow v0.5.40 |
1468 | 2024-12-20T19:52:48.749Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-20T19:52:48.778Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-20T19:52:48.906Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-20T19:52:49.839Z | Compiling console v0.15.8 |
1472 | 2024-12-20T19:52:50.576Z | Compiling flate2 v1.0.34 |
1473 | 2024-12-20T19:52:50.746Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-20T19:52:51.141Z | Compiling hubpack v0.1.2 |
1475 | 2024-12-20T19:52:51.363Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-20T19:52:51.613Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-20T19:52:52.207Z | Compiling toml_edit v0.19.15 |
1478 | 2024-12-20T19:52:52.364Z | Compiling phf v0.11.2 |
1479 | 2024-12-20T19:52:52.638Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-12-20T19:52:52.808Z | Compiling hyper-tls v0.6.0 |
1481 | 2024-12-20T19:52:52.965Z | Compiling rayon v1.10.0 |
1482 | 2024-12-20T19:52:53.245Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-20T19:52:53.693Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-20T19:52:55.283Z | Compiling tokio-tungstenite v0.24.0 |
1485 | 2024-12-20T19:52:57.309Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-20T19:52:57.895Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-20T19:52:58.306Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-20T19:52:58.327Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-20T19:52:58.364Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-20T19:52:58.625Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-20T19:52:59.254Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-20T19:52:59.396Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-20T19:52:59.428Z | Compiling derive-where v1.2.7 |
1494 | 2024-12-20T19:52:59.452Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-20T19:52:59.675Z | Compiling bstr v1.10.0 |
1496 | 2024-12-20T19:52:59.727Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-20T19:52:59.888Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-12-20T19:53:00.013Z | Compiling predicates-core v1.0.8 |
1499 | 2024-12-20T19:53:00.268Z | Compiling fixedbitset v0.4.2 |
1500 | 2024-12-20T19:53:00.373Z | Compiling unicode-segmentation v1.12.0 |
1501 | 2024-12-20T19:53:00.596Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-12-20T19:53:00.696Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-20T19:53:00.719Z | Compiling static_assertions v1.1.0 |
1504 | 2024-12-20T19:53:00.821Z | Compiling unicode-width v0.2.0 |
1505 | 2024-12-20T19:53:00.927Z | Compiling bit-vec v0.6.3 |
1506 | 2024-12-20T19:53:01.280Z | Compiling difflib v0.4.0 |
1507 | 2024-12-20T19:53:01.347Z | Compiling whoami v1.5.2 |
1508 | 2024-12-20T19:53:01.384Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2024-12-20T19:53:01.452Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-20T19:53:01.515Z | Compiling bit-set v0.5.3 |
1511 | 2024-12-20T19:53:01.812Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-12-20T19:53:01.989Z | Compiling predicates v3.1.2 |
1513 | 2024-12-20T19:53:02.952Z | Compiling similar v2.6.0 |
1514 | 2024-12-20T19:53:03.034Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1515 | 2024-12-20T19:53:03.728Z | Compiling string_cache v0.8.7 |
1516 | 2024-12-20T19:53:03.772Z | Compiling clap v4.5.21 |
1517 | 2024-12-20T19:53:03.793Z | Compiling petgraph v0.6.5 |
1518 | 2024-12-20T19:53:03.900Z | Compiling ecdsa v0.16.9 |
1519 | 2024-12-20T19:53:04.202Z | Compiling rsa v0.9.6 |
1520 | 2024-12-20T19:53:04.783Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-20T19:53:05.436Z | Compiling toml v0.7.8 |
1522 | 2024-12-20T19:53:06.106Z | Compiling zip v0.6.6 |
1523 | 2024-12-20T19:53:07.217Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-20T19:53:07.877Z | Compiling hex v0.4.3 |
1525 | 2024-12-20T19:53:07.984Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-20T19:53:08.254Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-12-20T19:53:08.395Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-20T19:53:08.445Z | Compiling lalrpop-util v0.19.12 |
1529 | 2024-12-20T19:53:08.507Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-20T19:53:08.796Z | Compiling xattr v1.3.1 |
1531 | 2024-12-20T19:53:09.059Z | Compiling filetime v0.2.25 |
1532 | 2024-12-20T19:53:09.379Z | Compiling tar v0.4.42 |
1533 | 2024-12-20T19:53:13.690Z | Compiling strum v0.26.3 |
1534 | 2024-12-20T19:53:16.876Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-20T19:53:52.296Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-20T19:53:55.642Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-20T19:53:57.477Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-20T19:53:57.810Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-20T19:53:58.121Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-20T19:53:59.141Z | Compiling qorb v0.2.1 |
1541 | 2024-12-20T19:54:04.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-20T19:54:04.374Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-20T19:54:10.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1544 | 2024-12-20T19:54:10.324Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-20T19:54:10.372Z | Dec 20 19:54:09.325 INFO Starting download, target: Console |
1546 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.325 INFO Starting download, target: Clickhouse |
1547 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.325 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.325 INFO Starting download, target: Cockroach |
1549 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.325 INFO Starting download, target: DendriteStub |
1550 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.325 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.325 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2024-12-20T19:54:10.375Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-20T19:54:10.376Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-20T19:54:10.376Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1558 | 2024-12-20T19:54:10.376Z | Dec 20 19:54:09.326 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1559 | 2024-12-20T19:54:10.612Z | Dec 20 19:54:09.558 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-20T19:54:11.027Z | Dec 20 19:54:09.933 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-20T19:54:11.027Z | Dec 20 19:54:09.933 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-20T19:54:11.450Z | Dec 20 19:54:10.268 INFO Download complete, target: Console |
1563 | 2024-12-20T19:54:11.682Z | Dec 20 19:54:10.539 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-20T19:54:11.900Z | Dec 20 19:54:10.805 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1565 | 2024-12-20T19:54:12.289Z | Dec 20 19:54:11.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-12-20T19:54:12.367Z | Dec 20 19:54:11.306 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2024-12-20T19:54:12.767Z | Dec 20 19:54:11.718 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-20T19:54:12.768Z | Dec 20 19:54:11.718 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-20T19:54:14.711Z | Dec 20 19:54:13.664 INFO Download complete, target: DendriteStub |
1570 | 2024-12-20T19:54:15.353Z | Dec 20 19:54:14.305 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-20T19:54:20.378Z | Dec 20 19:54:19.330 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-20T19:54:20.536Z | Dec 20 19:54:19.488 INFO Download complete, target: Cockroach |
1573 | 2024-12-20T19:54:25.173Z | Dec 20 19:54:24.123 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-20T19:54:25.918Z | Dec 20 19:54:24.868 INFO Download complete, target: Clickhouse |
1575 | 2024-12-20T19:54:25.999Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-20T19:54:26.004Z | |
1577 | 2024-12-20T19:54:26.004Z | real 5:41.462302253 |
1578 | 2024-12-20T19:54:26.004Z | user 16:24.468400983 |
1579 | 2024-12-20T19:54:26.004Z | sys 3:13.827908117 |
1580 | 2024-12-20T19:54:26.004Z | trap 0.528144284 |
1581 | 2024-12-20T19:54:26.004Z | tflt 8.058765649 |
1582 | 2024-12-20T19:54:26.004Z | dflt 7.601259921 |
1583 | 2024-12-20T19:54:26.004Z | kflt 0.471261176 |
1584 | 2024-12-20T19:54:26.004Z | lock 29:52.223144144 |
1585 | 2024-12-20T19:54:26.004Z | slp 1:03:46.032005539 |
1586 | 2024-12-20T19:54:26.004Z | lat 51.570831301 |
1587 | 2024-12-20T19:54:26.005Z | stop 2:15.861383731 |
1588 | 2024-12-20T19:54:26.005Z | + banner hack-check |
1589 | 2024-12-20T19:54:26.005Z | |
1590 | 2024-12-20T19:54:26.005Z | # # ## #### # # #### # # ###### #### # # |
1591 | 2024-12-20T19:54:26.005Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-20T19:54:26.005Z | ###### # # # #### ##### # ###### ##### # #### |
1593 | 2024-12-20T19:54:26.005Z | # # ###### # # # # # # # # # # |
1594 | 2024-12-20T19:54:26.005Z | # # # # # # # # # # # # # # # # # |
1595 | 2024-12-20T19:54:26.005Z | # # # # #### # # #### # # ###### #### # # |
1596 | 2024-12-20T19:54:26.005Z | |
1597 | 2024-12-20T19:54:26.005Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-20T19:54:26.005Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-20T19:54:26.008Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1600 | 2024-12-20T19:54:26.534Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-20T19:54:30.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
1602 | 2024-12-20T19:54:30.386Z | Running `target/debug/xtask check-features --ci` |
1603 | 2024-12-20T19:54:30.406Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1604 | 2024-12-20T19:54:30.408Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1605 | 2024-12-20T19:54:30.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1606 | 2024-12-20T19:54:30.872Z | Running `target/debug/xtask download cargo-hack` |
1607 | 2024-12-20T19:54:31.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2024-12-20T19:54:32.057Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2024-12-20T19:54:37.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
1610 | 2024-12-20T19:54:37.279Z | Running `target/debug/xtask-downloader cargo-hack` |
1611 | 2024-12-20T19:54:37.316Z | Dec 20 19:54:36.268 INFO Starting download, target: CargoHack |
1612 | 2024-12-20T19:54:37.319Z | Dec 20 19:54:36.269 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1613 | 2024-12-20T19:54:37.923Z | Dec 20 19:54:36.875 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1614 | 2024-12-20T19:54:38.012Z | Dec 20 19:54:36.964 INFO Download complete, target: CargoHack |
1615 | 2024-12-20T19:54:38.016Z | 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" |
1616 | 2024-12-20T19:54:38.032Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1617 | 2024-12-20T19:54:38.198Z | info: running `cargo check --bins` on api_identity (1/176) |
1618 | 2024-12-20T19:54:38.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1619 | 2024-12-20T19:54:38.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1620 | 2024-12-20T19:54:38.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1621 | 2024-12-20T19:54:38.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1622 | 2024-12-20T19:54:38.799Z | |
1623 | 2024-12-20T19:54:38.799Z | info: running `cargo check --bins` on bootstore (2/176) |
1624 | 2024-12-20T19:54:39.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-12-20T19:54:39.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-12-20T19:54:39.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1627 | 2024-12-20T19:54:39.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1628 | 2024-12-20T19:54:39.445Z | |
1629 | 2024-12-20T19:54:39.445Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1630 | 2024-12-20T19:54:39.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-12-20T19:54:39.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-12-20T19:54:39.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-12-20T19:54:39.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1634 | 2024-12-20T19:54:40.051Z | |
1635 | 2024-12-20T19:54:40.051Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1636 | 2024-12-20T19:54:40.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-12-20T19:54:40.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-12-20T19:54:40.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-12-20T19:54:40.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1640 | 2024-12-20T19:54:40.658Z | |
1641 | 2024-12-20T19:54:40.658Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1642 | 2024-12-20T19:54:41.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1643 | 2024-12-20T19:54:41.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1644 | 2024-12-20T19:54:41.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1645 | 2024-12-20T19:54:41.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1646 | 2024-12-20T19:54:41.065Z | |
1647 | 2024-12-20T19:54:41.066Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1648 | 2024-12-20T19:54:41.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1649 | 2024-12-20T19:54:41.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1650 | 2024-12-20T19:54:41.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1651 | 2024-12-20T19:54:41.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1652 | 2024-12-20T19:54:41.477Z | |
1653 | 2024-12-20T19:54:41.478Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1654 | 2024-12-20T19:54:41.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1655 | 2024-12-20T19:54:41.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1656 | 2024-12-20T19:54:41.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1657 | 2024-12-20T19:54:41.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1658 | 2024-12-20T19:54:41.894Z | |
1659 | 2024-12-20T19:54:41.894Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1660 | 2024-12-20T19:54:42.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1661 | 2024-12-20T19:54:42.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1662 | 2024-12-20T19:54:42.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1663 | 2024-12-20T19:54:42.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1664 | 2024-12-20T19:54:42.315Z | |
1665 | 2024-12-20T19:54:42.315Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1666 | 2024-12-20T19:54:42.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1667 | 2024-12-20T19:54:42.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1668 | 2024-12-20T19:54:42.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1669 | 2024-12-20T19:54:42.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1670 | 2024-12-20T19:54:42.736Z | |
1671 | 2024-12-20T19:54:42.736Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1672 | 2024-12-20T19:54:43.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2024-12-20T19:54:43.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2024-12-20T19:54:43.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2024-12-20T19:54:43.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1676 | 2024-12-20T19:54:43.152Z | |
1677 | 2024-12-20T19:54:43.152Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1678 | 2024-12-20T19:54:43.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-12-20T19:54:43.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-12-20T19:54:43.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-12-20T19:54:43.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1682 | 2024-12-20T19:54:43.574Z | |
1683 | 2024-12-20T19:54:43.574Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1684 | 2024-12-20T19:54:43.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2024-12-20T19:54:43.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2024-12-20T19:54:43.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2024-12-20T19:54:43.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1688 | 2024-12-20T19:54:44.001Z | |
1689 | 2024-12-20T19:54:44.001Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1690 | 2024-12-20T19:54:44.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2024-12-20T19:54:44.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2024-12-20T19:54:44.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2024-12-20T19:54:44.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1694 | 2024-12-20T19:54:44.421Z | |
1695 | 2024-12-20T19:54:44.421Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1696 | 2024-12-20T19:54:44.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2024-12-20T19:54:44.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2024-12-20T19:54:44.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2024-12-20T19:54:44.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1700 | 2024-12-20T19:54:44.838Z | |
1701 | 2024-12-20T19:54:44.839Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1702 | 2024-12-20T19:54:45.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2024-12-20T19:54:45.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2024-12-20T19:54:45.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2024-12-20T19:54:45.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1706 | 2024-12-20T19:54:45.256Z | |
1707 | 2024-12-20T19:54:45.256Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1708 | 2024-12-20T19:54:45.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2024-12-20T19:54:45.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2024-12-20T19:54:45.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2024-12-20T19:54:45.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1712 | 2024-12-20T19:54:45.674Z | |
1713 | 2024-12-20T19:54:45.674Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1714 | 2024-12-20T19:54:46.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2024-12-20T19:54:46.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2024-12-20T19:54:46.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2024-12-20T19:54:46.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1718 | 2024-12-20T19:54:46.103Z | |
1719 | 2024-12-20T19:54:46.103Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1720 | 2024-12-20T19:54:46.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2024-12-20T19:54:46.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2024-12-20T19:54:46.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2024-12-20T19:54:46.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1724 | 2024-12-20T19:54:46.526Z | |
1725 | 2024-12-20T19:54:46.526Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1726 | 2024-12-20T19:54:46.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2024-12-20T19:54:46.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2024-12-20T19:54:46.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2024-12-20T19:54:46.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1730 | 2024-12-20T19:54:46.951Z | |
1731 | 2024-12-20T19:54:46.951Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1732 | 2024-12-20T19:54:47.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2024-12-20T19:54:47.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2024-12-20T19:54:47.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2024-12-20T19:54:47.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1736 | 2024-12-20T19:54:47.374Z | |
1737 | 2024-12-20T19:54:47.374Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1738 | 2024-12-20T19:54:47.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-12-20T19:54:47.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-12-20T19:54:47.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-12-20T19:54:47.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1742 | 2024-12-20T19:54:47.795Z | |
1743 | 2024-12-20T19:54:47.795Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1744 | 2024-12-20T19:54:48.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-12-20T19:54:48.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-12-20T19:54:48.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-12-20T19:54:48.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1748 | 2024-12-20T19:54:48.249Z | |
1749 | 2024-12-20T19:54:48.249Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1750 | 2024-12-20T19:54:48.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-12-20T19:54:48.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-12-20T19:54:48.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-12-20T19:54:48.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1754 | 2024-12-20T19:54:48.643Z | |
1755 | 2024-12-20T19:54:48.644Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1756 | 2024-12-20T19:54:49.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-12-20T19:54:49.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-12-20T19:54:49.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-12-20T19:54:49.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1760 | 2024-12-20T19:54:49.061Z | |
1761 | 2024-12-20T19:54:49.061Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1762 | 2024-12-20T19:54:49.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2024-12-20T19:54:49.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2024-12-20T19:54:49.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2024-12-20T19:54:49.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1766 | 2024-12-20T19:54:49.690Z | |
1767 | 2024-12-20T19:54:49.690Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1768 | 2024-12-20T19:54:50.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-12-20T19:54:50.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-12-20T19:54:50.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-12-20T19:54:50.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1772 | 2024-12-20T19:54:50.320Z | |
1773 | 2024-12-20T19:54:50.320Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1774 | 2024-12-20T19:54:50.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-12-20T19:54:50.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-12-20T19:54:50.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2024-12-20T19:54:50.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1778 | 2024-12-20T19:54:50.953Z | |
1779 | 2024-12-20T19:54:50.953Z | info: running `cargo check --bins` on oxlog (28/176) |
1780 | 2024-12-20T19:54:51.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2024-12-20T19:54:51.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2024-12-20T19:54:51.574Z | Checking cfg-if v1.0.0 |
1783 | 2024-12-20T19:54:51.577Z | Checking libc v0.2.162 |
1784 | 2024-12-20T19:54:51.681Z | Checking serde v1.0.215 |
1785 | 2024-12-20T19:54:51.684Z | Checking zeroize v1.8.1 |
1786 | 2024-12-20T19:54:51.694Z | Checking memchr v2.7.4 |
1787 | 2024-12-20T19:54:51.697Z | Checking typenum v1.17.0 |
1788 | 2024-12-20T19:54:51.716Z | Checking scopeguard v1.2.0 |
1789 | 2024-12-20T19:54:51.729Z | Checking subtle v2.6.1 |
1790 | 2024-12-20T19:54:51.741Z | Checking value-bag v1.9.0 |
1791 | 2024-12-20T19:54:51.847Z | Checking lock_api v0.4.12 |
1792 | 2024-12-20T19:54:51.969Z | Checking smallvec v1.13.2 |
1793 | 2024-12-20T19:54:52.122Z | Checking log v0.4.22 |
1794 | 2024-12-20T19:54:52.276Z | Checking itoa v1.0.11 |
1795 | 2024-12-20T19:54:52.295Z | Checking const-oid v0.9.6 |
1796 | 2024-12-20T19:54:52.481Z | Checking pin-project-lite v0.2.14 |
1797 | 2024-12-20T19:54:52.550Z | Checking byteorder v1.5.0 |
1798 | 2024-12-20T19:54:52.572Z | Checking futures-core v0.3.31 |
1799 | 2024-12-20T19:54:52.587Z | Checking once_cell v1.20.2 |
1800 | 2024-12-20T19:54:52.731Z | Checking cpufeatures v0.2.14 |
1801 | 2024-12-20T19:54:52.750Z | Checking getrandom v0.2.15 |
1802 | 2024-12-20T19:54:52.807Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-12-20T19:54:52.875Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-12-20T19:54:52.921Z | Checking rand_core v0.6.4 |
1805 | 2024-12-20T19:54:52.947Z | Checking mio v1.0.2 |
1806 | 2024-12-20T19:54:52.988Z | Checking futures-sink v0.3.31 |
1807 | 2024-12-20T19:54:53.111Z | Checking stable_deref_trait v1.2.0 |
1808 | 2024-12-20T19:54:53.177Z | Checking parking_lot v0.12.3 |
1809 | 2024-12-20T19:54:53.177Z | Checking socket2 v0.5.7 |
1810 | 2024-12-20T19:54:53.260Z | Checking spin v0.9.8 |
1811 | 2024-12-20T19:54:53.260Z | Checking zerocopy v0.7.35 |
1812 | 2024-12-20T19:54:53.502Z | Checking zerofrom v0.1.4 |
1813 | 2024-12-20T19:54:53.583Z | Checking slab v0.4.9 |
1814 | 2024-12-20T19:54:53.583Z | Checking futures-channel v0.3.31 |
1815 | 2024-12-20T19:54:53.705Z | Checking equivalent v1.0.1 |
1816 | 2024-12-20T19:54:53.844Z | Checking yoke v0.7.4 |
1817 | 2024-12-20T19:54:53.844Z | Checking foldhash v0.1.3 |
1818 | 2024-12-20T19:54:53.844Z | Checking allocator-api2 v0.2.18 |
1819 | 2024-12-20T19:54:53.922Z | Checking futures-task v0.3.31 |
1820 | 2024-12-20T19:54:53.922Z | Checking futures-io v0.3.31 |
1821 | 2024-12-20T19:54:53.970Z | Checking pin-utils v0.1.0 |
1822 | 2024-12-20T19:54:53.992Z | Checking zerovec v0.10.4 |
1823 | 2024-12-20T19:54:54.021Z | Checking ryu v1.0.18 |
1824 | 2024-12-20T19:54:54.037Z | Checking tinyvec_macros v0.1.1 |
1825 | 2024-12-20T19:54:54.105Z | Checking futures-util v0.3.31 |
1826 | 2024-12-20T19:54:54.139Z | Checking tinyvec v1.8.0 |
1827 | 2024-12-20T19:54:54.212Z | Checking fnv v1.0.7 |
1828 | 2024-12-20T19:54:54.316Z | Checking hashbrown v0.15.1 |
1829 | 2024-12-20T19:54:54.329Z | Checking libm v0.2.8 |
1830 | 2024-12-20T19:54:54.562Z | Checking unicode-bidi v0.3.17 |
1831 | 2024-12-20T19:54:55.215Z | Checking base64ct v1.6.0 |
1832 | 2024-12-20T19:54:55.229Z | Checking writeable v0.5.5 |
1833 | 2024-12-20T19:54:55.358Z | Checking litemap v0.7.3 |
1834 | 2024-12-20T19:54:55.374Z | Checking unicode-normalization v0.1.24 |
1835 | 2024-12-20T19:54:55.518Z | Checking num-traits v0.2.19 |
1836 | 2024-12-20T19:54:55.555Z | Checking tinystr v0.7.6 |
1837 | 2024-12-20T19:54:55.608Z | Checking pem-rfc7468 v0.7.0 |
1838 | 2024-12-20T19:54:55.697Z | Checking ppv-lite86 v0.2.20 |
1839 | 2024-12-20T19:54:55.852Z | Checking generic-array v0.14.7 |
1840 | 2024-12-20T19:54:55.885Z | Checking icu_locid v1.5.0 |
1841 | 2024-12-20T19:54:55.897Z | Checking flagset v0.4.6 |
1842 | 2024-12-20T19:54:55.916Z | Checking bytes v1.8.0 |
1843 | 2024-12-20T19:54:56.086Z | Checking indexmap v2.6.0 |
1844 | 2024-12-20T19:54:56.256Z | Checking serde_json v1.0.132 |
1845 | 2024-12-20T19:54:56.427Z | Checking rand_chacha v0.3.1 |
1846 | 2024-12-20T19:54:56.711Z | Checking tokio v1.40.0 |
1847 | 2024-12-20T19:54:56.820Z | Checking http v1.1.0 |
1848 | 2024-12-20T19:54:56.891Z | Checking icu_provider v1.5.0 |
1849 | 2024-12-20T19:54:57.056Z | Checking crypto-common v0.1.6 |
1850 | 2024-12-20T19:54:57.113Z | Checking block-buffer v0.10.4 |
1851 | 2024-12-20T19:54:57.234Z | Checking block-padding v0.3.3 |
1852 | 2024-12-20T19:54:57.338Z | Checking digest v0.10.7 |
1853 | 2024-12-20T19:54:57.374Z | Checking der v0.7.9 |
1854 | 2024-12-20T19:54:57.438Z | Checking inout v0.1.3 |
1855 | 2024-12-20T19:54:57.531Z | Checking bitflags v2.6.0 |
1856 | 2024-12-20T19:54:57.656Z | Checking cipher v0.4.4 |
1857 | 2024-12-20T19:54:57.710Z | Checking hmac v0.12.1 |
1858 | 2024-12-20T19:54:57.814Z | Checking sha2 v0.10.8 |
1859 | 2024-12-20T19:54:57.920Z | Checking tracing-core v0.1.32 |
1860 | 2024-12-20T19:54:58.065Z | Checking thiserror v1.0.69 |
1861 | 2024-12-20T19:54:58.078Z | Checking rustls-pki-types v1.10.0 |
1862 | 2024-12-20T19:54:58.170Z | Checking percent-encoding v2.3.1 |
1863 | 2024-12-20T19:54:58.191Z | Checking icu_locid_transform_data v1.5.0 |
1864 | 2024-12-20T19:54:58.295Z | Checking icu_locid_transform v1.5.0 |
1865 | 2024-12-20T19:54:58.355Z | Checking salsa20 v0.10.2 |
1866 | 2024-12-20T19:54:58.368Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-12-20T19:54:58.526Z | Checking rand v0.8.5 |
1868 | 2024-12-20T19:54:58.560Z | Checking icu_collections v1.5.0 |
1869 | 2024-12-20T19:54:58.574Z | Checking tracing v0.1.40 |
1870 | 2024-12-20T19:54:58.621Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-12-20T19:54:58.904Z | Checking httparse v1.9.5 |
1872 | 2024-12-20T19:54:59.185Z | Checking untrusted v0.7.1 |
1873 | 2024-12-20T19:54:59.226Z | Checking untrusted v0.9.0 |
1874 | 2024-12-20T19:54:59.245Z | Checking spki v0.7.3 |
1875 | 2024-12-20T19:54:59.299Z | Checking icu_properties_data v1.5.0 |
1876 | 2024-12-20T19:54:59.317Z | Checking powerfmt v0.2.0 |
1877 | 2024-12-20T19:54:59.339Z | Checking mirai-annotations v1.12.0 |
1878 | 2024-12-20T19:54:59.371Z | Checking ring v0.17.8 |
1879 | 2024-12-20T19:54:59.506Z | Checking scrypt v0.11.0 |
1880 | 2024-12-20T19:54:59.528Z | Checking cbc v0.1.2 |
1881 | 2024-12-20T19:54:59.545Z | Checking icu_properties v1.5.1 |
1882 | 2024-12-20T19:54:59.568Z | Checking deranged v0.3.11 |
1883 | 2024-12-20T19:54:59.717Z | Checking aes v0.8.4 |
1884 | 2024-12-20T19:54:59.720Z | Checking crossbeam-utils v0.8.20 |
1885 | 2024-12-20T19:54:59.863Z | Checking write16 v1.0.0 |
1886 | 2024-12-20T19:54:59.984Z | Checking utf16_iter v1.0.5 |
1887 | 2024-12-20T19:55:00.153Z | Checking num-conv v0.1.0 |
1888 | 2024-12-20T19:55:00.407Z | Checking atomic-waker v1.1.2 |
1889 | 2024-12-20T19:55:00.425Z | Checking time-core v0.1.2 |
1890 | 2024-12-20T19:55:00.529Z | Checking icu_normalizer_data v1.5.0 |
1891 | 2024-12-20T19:55:00.574Z | Checking utf8_iter v1.0.4 |
1892 | 2024-12-20T19:55:00.602Z | Checking num_threads v0.1.7 |
1893 | 2024-12-20T19:55:00.619Z | Checking pkcs5 v0.7.1 |
1894 | 2024-12-20T19:55:00.712Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-12-20T19:55:00.760Z | Checking http-body v1.0.1 |
1896 | 2024-12-20T19:55:00.915Z | Checking try-lock v0.2.5 |
1897 | 2024-12-20T19:55:00.971Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-20T19:55:01.038Z | Checking want v0.3.1 |
1899 | 2024-12-20T19:55:01.105Z | Checking pkcs8 v0.10.2 |
1900 | 2024-12-20T19:55:01.125Z | Checking httpdate v1.0.3 |
1901 | 2024-12-20T19:55:01.176Z | Checking aws-lc-rs v1.10.0 |
1902 | 2024-12-20T19:55:01.196Z | Checking proc-macro2 v1.0.89 |
1903 | 2024-12-20T19:55:01.213Z | Checking serde_spanned v0.6.8 |
1904 | 2024-12-20T19:55:01.286Z | Checking time v0.3.36 |
1905 | 2024-12-20T19:55:01.342Z | Checking toml_datetime v0.6.8 |
1906 | 2024-12-20T19:55:01.382Z | Checking uuid v1.11.0 |
1907 | 2024-12-20T19:55:01.410Z | Checking slog v2.7.0 |
1908 | 2024-12-20T19:55:01.630Z | Checking scroll v0.12.0 |
1909 | 2024-12-20T19:55:01.881Z | Checking foreign-types-shared v0.1.1 |
1910 | 2024-12-20T19:55:01.898Z | Checking match_cfg v0.1.0 |
1911 | 2024-12-20T19:55:01.981Z | Checking adler2 v2.0.0 |
1912 | 2024-12-20T19:55:01.995Z | Checking tower-service v0.3.3 |
1913 | 2024-12-20T19:55:01.998Z | Checking ucd-trie v0.1.7 |
1914 | 2024-12-20T19:55:02.103Z | Checking plain v0.2.3 |
1915 | 2024-12-20T19:55:02.106Z | Checking iana-time-zone v0.1.61 |
1916 | 2024-12-20T19:55:02.131Z | Checking base64 v0.22.1 |
1917 | 2024-12-20T19:55:02.198Z | Checking pest v2.7.14 |
1918 | 2024-12-20T19:55:02.238Z | Checking goblin v0.8.2 |
1919 | 2024-12-20T19:55:02.256Z | Checking chrono v0.4.38 |
1920 | 2024-12-20T19:55:02.597Z | Checking miniz_oxide v0.8.0 |
1921 | 2024-12-20T19:55:02.802Z | Checking icu_normalizer v1.5.0 |
1922 | 2024-12-20T19:55:03.014Z | Checking rustls-webpki v0.102.8 |
1923 | 2024-12-20T19:55:03.296Z | Checking foreign-types v0.3.2 |
1924 | 2024-12-20T19:55:03.401Z | Checking hostname v0.3.1 |
1925 | 2024-12-20T19:55:03.531Z | Checking quote v1.0.37 |
1926 | 2024-12-20T19:55:03.582Z | Checking idna_adapter v1.2.0 |
1927 | 2024-12-20T19:55:03.760Z | Checking idna v1.0.3 |
1928 | 2024-12-20T19:55:03.794Z | Checking openssl-sys v0.9.103 |
1929 | 2024-12-20T19:55:03.859Z | Checking errno v0.3.9 |
1930 | 2024-12-20T19:55:03.878Z | Checking dirs-sys-next v0.1.2 |
1931 | 2024-12-20T19:55:04.029Z | Checking aho-corasick v1.1.3 |
1932 | 2024-12-20T19:55:04.047Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-20T19:55:04.208Z | Checking siphasher v0.3.11 |
1934 | 2024-12-20T19:55:04.225Z | Checking tokio-util v0.7.12 |
1935 | 2024-12-20T19:55:04.268Z | Checking url v2.5.3 |
1936 | 2024-12-20T19:55:04.334Z | Checking regex-syntax v0.8.5 |
1937 | 2024-12-20T19:55:04.486Z | Checking data-encoding v2.6.0 |
1938 | 2024-12-20T19:55:04.667Z | Checking dtrace-parser v0.2.0 |
1939 | 2024-12-20T19:55:05.076Z | Checking openssl v0.10.66 |
1940 | 2024-12-20T19:55:05.103Z | Checking h2 v0.4.6 |
1941 | 2024-12-20T19:55:05.137Z | Checking dirs-next v2.0.0 |
1942 | 2024-12-20T19:55:05.137Z | Checking rustix v0.38.37 |
1943 | 2024-12-20T19:55:05.168Z | Checking syn v2.0.87 |
1944 | 2024-12-20T19:55:05.270Z | Checking http-body-util v0.1.2 |
1945 | 2024-12-20T19:55:05.650Z | Checking crossbeam-epoch v0.9.18 |
1946 | 2024-12-20T19:55:05.713Z | Checking signature v2.2.0 |
1947 | 2024-12-20T19:55:05.899Z | Checking sha1 v0.10.6 |
1948 | 2024-12-20T19:55:06.088Z | Checking lazy_static v1.5.0 |
1949 | 2024-12-20T19:55:06.170Z | Checking thread_local v1.1.8 |
1950 | 2024-12-20T19:55:06.209Z | Checking thread-id v4.2.2 |
1951 | 2024-12-20T19:55:06.309Z | Checking encoding_rs v0.8.34 |
1952 | 2024-12-20T19:55:06.429Z | Checking openssl-probe v0.1.5 |
1953 | 2024-12-20T19:55:06.589Z | Checking ipnet v2.10.1 |
1954 | 2024-12-20T19:55:07.028Z | Checking mime v0.3.17 |
1955 | 2024-12-20T19:55:07.237Z | Checking dof v0.3.0 |
1956 | 2024-12-20T19:55:07.347Z | Checking anstyle v1.0.10 |
1957 | 2024-12-20T19:55:07.582Z | Checking regex-automata v0.4.8 |
1958 | 2024-12-20T19:55:07.664Z | Checking utf8parse v0.2.2 |
1959 | 2024-12-20T19:55:07.813Z | Checking unicode-properties v0.1.3 |
1960 | 2024-12-20T19:55:07.888Z | Checking winnow v0.6.20 |
1961 | 2024-12-20T19:55:08.171Z | Checking gimli v0.31.1 |
1962 | 2024-12-20T19:55:08.544Z | Checking stringprep v0.1.5 |
1963 | 2024-12-20T19:55:08.616Z | Checking anstyle-parse v0.2.5 |
1964 | 2024-12-20T19:55:08.842Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-12-20T19:55:08.891Z | Checking term v0.7.0 |
1966 | 2024-12-20T19:55:09.190Z | Checking rustls v0.22.4 |
1967 | 2024-12-20T19:55:09.365Z | Checking rustls v0.23.19 |
1968 | 2024-12-20T19:55:10.409Z | Checking native-tls v0.2.12 |
1969 | 2024-12-20T19:55:10.719Z | Checking slog-json v2.6.1 |
1970 | 2024-12-20T19:55:10.958Z | Checking toml_edit v0.22.22 |
1971 | 2024-12-20T19:55:10.961Z | Checking serde_urlencoded v0.7.1 |
1972 | 2024-12-20T19:55:11.277Z | Checking hyper v1.5.0 |
1973 | 2024-12-20T19:55:11.402Z | Checking crossbeam-channel v0.5.13 |
1974 | 2024-12-20T19:55:11.700Z | Checking usdt-impl v0.5.0 |
1975 | 2024-12-20T19:55:12.115Z | Checking futures-executor v0.3.31 |
1976 | 2024-12-20T19:55:12.227Z | Checking rustls-pemfile v2.2.0 |
1977 | 2024-12-20T19:55:12.278Z | Checking md-5 v0.10.6 |
1978 | 2024-12-20T19:55:12.333Z | Checking addr2line v0.24.2 |
1979 | 2024-12-20T19:55:12.336Z | Checking num-integer v0.1.46 |
1980 | 2024-12-20T19:55:12.435Z | Checking idna v0.3.0 |
1981 | 2024-12-20T19:55:12.481Z | Checking idna v0.4.0 |
1982 | 2024-12-20T19:55:12.806Z | Checking ff v0.13.0 |
1983 | 2024-12-20T19:55:12.840Z | Checking hash32 v0.2.1 |
1984 | 2024-12-20T19:55:12.854Z | Checking memmap v0.7.0 |
1985 | 2024-12-20T19:55:13.022Z | Checking is-terminal v0.4.13 |
1986 | 2024-12-20T19:55:13.051Z | Checking object v0.36.5 |
1987 | 2024-12-20T19:55:13.140Z | Checking dyn-clone v1.0.17 |
1988 | 2024-12-20T19:55:13.140Z | Checking anstyle-query v1.1.1 |
1989 | 2024-12-20T19:55:13.261Z | Checking fallible-iterator v0.2.0 |
1990 | 2024-12-20T19:55:13.275Z | Checking quick-error v1.2.3 |
1991 | 2024-12-20T19:55:13.279Z | Checking is_terminal_polyfill v1.70.1 |
1992 | 2024-12-20T19:55:13.339Z | Checking base16ct v0.2.0 |
1993 | 2024-12-20T19:55:13.373Z | Checking hyper-util v0.1.10 |
1994 | 2024-12-20T19:55:13.420Z | Checking linked-hash-map v0.5.6 |
1995 | 2024-12-20T19:55:13.468Z | Checking colorchoice v1.0.2 |
1996 | 2024-12-20T19:55:13.501Z | Checking utf-8 v0.7.6 |
1997 | 2024-12-20T19:55:13.532Z | Checking take_mut v0.2.2 |
1998 | 2024-12-20T19:55:13.540Z | Checking either v1.13.0 |
1999 | 2024-12-20T19:55:13.652Z | Checking rustc-demangle v0.1.24 |
2000 | 2024-12-20T19:55:13.688Z | Checking psl-types v2.0.11 |
2001 | 2024-12-20T19:55:13.706Z | Checking lru-cache v0.1.2 |
2002 | 2024-12-20T19:55:13.872Z | Checking postgres-protocol v0.6.7 |
2003 | 2024-12-20T19:55:13.887Z | Checking publicsuffix v2.2.3 |
2004 | 2024-12-20T19:55:13.891Z | Checking tungstenite v0.24.0 |
2005 | 2024-12-20T19:55:13.922Z | Checking slog-async v2.8.0 |
2006 | 2024-12-20T19:55:14.068Z | Checking anstream v0.6.15 |
2007 | 2024-12-20T19:55:14.119Z | Checking sec1 v0.7.3 |
2008 | 2024-12-20T19:55:14.220Z | Checking toml v0.8.19 |
2009 | 2024-12-20T19:55:14.419Z | Checking resolv-conf v0.7.0 |
2010 | 2024-12-20T19:55:14.502Z | Checking hickory-proto v0.24.1 |
2011 | 2024-12-20T19:55:14.531Z | Checking schemars v0.8.21 |
2012 | 2024-12-20T19:55:14.770Z | Checking slog-term v2.9.1 |
2013 | 2024-12-20T19:55:14.811Z | Checking heapless v0.7.17 |
2014 | 2024-12-20T19:55:14.818Z | Checking tokio-rustls v0.26.0 |
2015 | 2024-12-20T19:55:14.994Z | Checking usdt v0.5.0 |
2016 | 2024-12-20T19:55:15.217Z | Checking group v0.13.0 |
2017 | 2024-12-20T19:55:15.243Z | Checking tokio-rustls v0.25.0 |
2018 | 2024-12-20T19:55:15.265Z | Checking num-iter v0.1.45 |
2019 | 2024-12-20T19:55:15.400Z | Checking futures v0.3.31 |
2020 | 2024-12-20T19:55:15.423Z | Checking slog-bunyan v2.5.0 |
2021 | 2024-12-20T19:55:15.476Z | Checking tokio-native-tls v0.3.1 |
2022 | 2024-12-20T19:55:15.512Z | Checking rayon-core v1.12.1 |
2023 | 2024-12-20T19:55:15.577Z | Checking terminal_size v0.4.0 |
2024 | 2024-12-20T19:55:15.609Z | Checking multer v3.1.0 |
2025 | 2024-12-20T19:55:15.725Z | Checking phf_shared v0.11.2 |
2026 | 2024-12-20T19:55:15.741Z | Checking cookie v0.18.1 |
2027 | 2024-12-20T19:55:15.842Z | Checking async-stream v0.3.6 |
2028 | 2024-12-20T19:55:15.997Z | Checking bzip2-sys v0.1.11+1.0.8 |
2029 | 2024-12-20T19:55:16.013Z | Checking signal-hook v0.3.17 |
2030 | 2024-12-20T19:55:16.029Z | Checking camino v1.1.9 |
2031 | 2024-12-20T19:55:16.096Z | Checking waitgroup v0.1.2 |
2032 | 2024-12-20T19:55:16.112Z | Checking webpki-roots v0.26.6 |
2033 | 2024-12-20T19:55:16.176Z | Checking openapiv3 v2.0.0 |
2034 | 2024-12-20T19:55:16.193Z | Checking hkdf v0.12.4 |
2035 | 2024-12-20T19:55:16.230Z | Checking crypto-bigint v0.5.5 |
2036 | 2024-12-20T19:55:16.316Z | Checking idna v0.5.0 |
2037 | 2024-12-20T19:55:16.339Z | Checking serde_path_to_error v0.1.16 |
2038 | 2024-12-20T19:55:16.395Z | Checking hostname v0.4.0 |
2039 | 2024-12-20T19:55:16.531Z | Checking crc32fast v1.4.2 |
2040 | 2024-12-20T19:55:16.570Z | Checking winnow v0.5.40 |
2041 | 2024-12-20T19:55:16.742Z | Checking managed v0.8.0 |
2042 | 2024-12-20T19:55:16.984Z | Checking unicode-width v0.1.14 |
2043 | 2024-12-20T19:55:17.099Z | Checking clap_lex v0.7.2 |
2044 | 2024-12-20T19:55:17.157Z | Checking strsim v0.11.1 |
2045 | 2024-12-20T19:55:17.353Z | Checking debug-ignore v1.0.5 |
2046 | 2024-12-20T19:55:17.448Z | Checking bitflags v1.3.2 |
2047 | 2024-12-20T19:55:17.466Z | Checking console v0.15.8 |
2048 | 2024-12-20T19:55:17.477Z | Checking clap_builder v4.5.21 |
2049 | 2024-12-20T19:55:17.537Z | Checking smoltcp v0.9.1 |
2050 | 2024-12-20T19:55:18.054Z | Checking cookie_store v0.21.0 |
2051 | 2024-12-20T19:55:18.748Z | Checking flate2 v1.0.34 |
2052 | 2024-12-20T19:55:19.043Z | Checking signal-hook-mio v0.2.4 |
2053 | 2024-12-20T19:55:19.191Z | Checking hyper-rustls v0.27.3 |
2054 | 2024-12-20T19:55:19.208Z | Checking hickory-resolver v0.24.1 |
2055 | 2024-12-20T19:55:19.277Z | Checking elliptic-curve v0.13.8 |
2056 | 2024-12-20T19:55:19.384Z | Checking rayon v1.10.0 |
2057 | 2024-12-20T19:55:19.492Z | Checking backtrace v0.3.74 |
2058 | 2024-12-20T19:55:19.507Z | Checking bzip2 v0.4.4 |
2059 | 2024-12-20T19:55:19.591Z | Checking toml_edit v0.19.15 |
2060 | 2024-12-20T19:55:19.606Z | Checking dropshot v0.12.0 |
2061 | 2024-12-20T19:55:19.788Z | Checking phf v0.11.2 |
2062 | 2024-12-20T19:55:19.903Z | Checking hyper-tls v0.6.0 |
2063 | 2024-12-20T19:55:20.055Z | Checking anyhow v1.0.93 |
2064 | 2024-12-20T19:55:20.071Z | Checking num-bigint-dig v0.8.4 |
2065 | 2024-12-20T19:55:20.185Z | Checking tokio-tungstenite v0.24.0 |
2066 | 2024-12-20T19:55:20.441Z | Checking postgres-types v0.2.8 |
2067 | 2024-12-20T19:55:20.559Z | Checking bstr v1.10.0 |
2068 | 2024-12-20T19:55:20.618Z | Checking regex v1.11.1 |
2069 | 2024-12-20T19:55:20.763Z | Checking ed25519 v2.2.3 |
2070 | 2024-12-20T19:55:21.072Z | Checking tokio-stream v0.1.16 |
2071 | 2024-12-20T19:55:21.173Z | Checking phf_shared v0.10.0 |
2072 | 2024-12-20T19:55:21.247Z | Checking curve25519-dalek v4.1.3 |
2073 | 2024-12-20T19:55:21.450Z | Checking zerocopy v0.6.6 |
2074 | 2024-12-20T19:55:21.480Z | Checking pkcs1 v0.7.5 |
2075 | 2024-12-20T19:55:21.885Z | Checking hubpack v0.1.2 |
2076 | 2024-12-20T19:55:21.916Z | Checking portable-atomic v1.9.0 |
2077 | 2024-12-20T19:55:22.047Z | Checking rfc6979 v0.4.0 |
2078 | 2024-12-20T19:55:22.207Z | Checking float-cmp v0.9.0 |
2079 | 2024-12-20T19:55:22.210Z | Checking serde-big-array v0.5.1 |
2080 | 2024-12-20T19:55:22.210Z | Checking sync_wrapper v1.0.1 |
2081 | 2024-12-20T19:55:22.246Z | Checking static_assertions v1.1.0 |
2082 | 2024-12-20T19:55:22.337Z | Checking fixedbitset v0.4.2 |
2083 | 2024-12-20T19:55:22.372Z | Checking unicode-width v0.2.0 |
2084 | 2024-12-20T19:55:22.388Z | Checking predicates-core v1.0.8 |
2085 | 2024-12-20T19:55:22.426Z | Checking number_prefix v0.4.0 |
2086 | 2024-12-20T19:55:22.571Z | Checking new_debug_unreachable v1.0.6 |
2087 | 2024-12-20T19:55:22.596Z | Checking whoami v1.5.2 |
2088 | 2024-12-20T19:55:22.615Z | Checking bit-vec v0.6.3 |
2089 | 2024-12-20T19:55:22.656Z | Checking difflib v0.4.0 |
2090 | 2024-12-20T19:55:22.842Z | Checking precomputed-hash v0.1.1 |
2091 | 2024-12-20T19:55:22.893Z | Checking minimal-lexical v0.2.1 |
2092 | 2024-12-20T19:55:22.929Z | Checking unicode-segmentation v1.12.0 |
2093 | 2024-12-20T19:55:22.932Z | Checking normalize-line-endings v0.3.0 |
2094 | 2024-12-20T19:55:22.959Z | Checking string_cache v0.8.7 |
2095 | 2024-12-20T19:55:22.973Z | Checking bit-set v0.5.3 |
2096 | 2024-12-20T19:55:23.049Z | Checking predicates v3.1.2 |
2097 | 2024-12-20T19:55:23.132Z | Checking ed25519-dalek v2.1.1 |
2098 | 2024-12-20T19:55:23.199Z | Checking indicatif v0.17.9 |
2099 | 2024-12-20T19:55:23.215Z | Checking tokio-postgres v0.7.12 |
2100 | 2024-12-20T19:55:23.229Z | Checking petgraph v0.6.5 |
2101 | 2024-12-20T19:55:23.245Z | Checking qorb v0.2.1 |
2102 | 2024-12-20T19:55:23.258Z | Checking nom v7.1.3 |
2103 | 2024-12-20T19:55:23.529Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2104 | 2024-12-20T19:55:23.593Z | Checking similar v2.6.0 |
2105 | 2024-12-20T19:55:23.697Z | Checking reqwest v0.12.9 |
2106 | 2024-12-20T19:55:23.983Z | Checking rsa v0.9.6 |
2107 | 2024-12-20T19:55:24.496Z | Checking ecdsa v0.16.9 |
2108 | 2024-12-20T19:55:25.022Z | Checking toml v0.7.8 |
2109 | 2024-12-20T19:55:25.236Z | Checking clap v4.5.21 |
2110 | 2024-12-20T19:55:25.356Z | Checking zip v0.6.6 |
2111 | 2024-12-20T19:55:25.593Z | Checking crossterm v0.28.1 |
2112 | 2024-12-20T19:55:25.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2113 | 2024-12-20T19:55:25.754Z | Checking itertools v0.10.5 |
2114 | 2024-12-20T19:55:25.804Z | Checking fs-err v2.11.0 |
2115 | 2024-12-20T19:55:26.060Z | Checking ahash v0.8.11 |
2116 | 2024-12-20T19:55:26.093Z | Checking x509-cert v0.2.5 |
2117 | 2024-12-20T19:55:26.355Z | Checking semver v1.0.23 |
2118 | 2024-12-20T19:55:26.383Z | Checking hex v0.4.3 |
2119 | 2024-12-20T19:55:26.594Z | Checking lalrpop-util v0.19.12 |
2120 | 2024-12-20T19:55:26.679Z | Checking heck v0.4.1 |
2121 | 2024-12-20T19:55:26.741Z | Checking peg-runtime v0.8.3 |
2122 | 2024-12-20T19:55:26.873Z | Checking sigpipe v0.1.3 |
2123 | 2024-12-20T19:55:28.311Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2024-12-20T19:55:28.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.65s |
2125 | 2024-12-20T19:55:28.772Z | |
2126 | 2024-12-20T19:55:28.772Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2127 | 2024-12-20T19:55:29.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2128 | 2024-12-20T19:55:29.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2129 | 2024-12-20T19:55:29.441Z | Compiling hashbrown v0.14.5 |
2130 | 2024-12-20T19:55:29.561Z | Checking heck v0.5.0 |
2131 | 2024-12-20T19:55:29.574Z | Compiling unsafe-libyaml v0.2.11 |
2132 | 2024-12-20T19:55:29.589Z | Compiling ident_case v1.0.1 |
2133 | 2024-12-20T19:55:29.601Z | Checking progenitor-client v0.8.0 |
2134 | 2024-12-20T19:55:29.616Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2135 | 2024-12-20T19:55:29.632Z | Compiling proc-macro-crate v1.3.1 |
2136 | 2024-12-20T19:55:29.709Z | Compiling darling_core v0.20.10 |
2137 | 2024-12-20T19:55:29.753Z | Checking ipnetwork v0.20.0 |
2138 | 2024-12-20T19:55:29.950Z | Compiling structmeta-derive v0.3.0 |
2139 | 2024-12-20T19:55:29.969Z | Compiling newtype-uuid v1.1.3 |
2140 | 2024-12-20T19:55:30.124Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2141 | 2024-12-20T19:55:30.287Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2142 | 2024-12-20T19:55:30.424Z | Compiling lzma-sys v0.1.20 |
2143 | 2024-12-20T19:55:30.635Z | Compiling foreign-types-macros v0.2.3 |
2144 | 2024-12-20T19:55:30.693Z | Checking regress v0.10.1 |
2145 | 2024-12-20T19:55:30.804Z | Compiling num_enum_derive v0.5.11 |
2146 | 2024-12-20T19:55:31.186Z | Compiling serde_yaml v0.9.34+deprecated |
2147 | 2024-12-20T19:55:31.478Z | Compiling dropshot v0.13.0 |
2148 | 2024-12-20T19:55:31.767Z | Checking arc-swap v1.7.1 |
2149 | 2024-12-20T19:55:31.905Z | Checking foreign-types-shared v0.3.1 |
2150 | 2024-12-20T19:55:32.024Z | Checking foreign-types v0.5.0 |
2151 | 2024-12-20T19:55:32.193Z | Checking slog-scope v4.4.0 |
2152 | 2024-12-20T19:55:32.248Z | Compiling proc-macro-error v1.0.4 |
2153 | 2024-12-20T19:55:32.875Z | Compiling structmeta v0.3.0 |
2154 | 2024-12-20T19:55:32.924Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2155 | 2024-12-20T19:55:32.940Z | Checking tungstenite v0.21.0 |
2156 | 2024-12-20T19:55:33.034Z | Compiling heck v0.3.3 |
2157 | 2024-12-20T19:55:33.299Z | Checking num_enum v0.5.11 |
2158 | 2024-12-20T19:55:33.315Z | Compiling parse-display-derive v0.10.0 |
2159 | 2024-12-20T19:55:33.451Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2160 | 2024-12-20T19:55:33.468Z | Compiling dropshot_endpoint v0.13.0 |
2161 | 2024-12-20T19:55:33.894Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2162 | 2024-12-20T19:55:34.323Z | Checking typify-impl v0.2.0 |
2163 | 2024-12-20T19:55:34.338Z | Checking cstr-argument v0.1.2 |
2164 | 2024-12-20T19:55:34.664Z | Checking instant v0.1.13 |
2165 | 2024-12-20T19:55:34.779Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2166 | 2024-12-20T19:55:35.062Z | Checking pretty-hex v0.2.1 |
2167 | 2024-12-20T19:55:35.225Z | Checking fastrand v2.1.1 |
2168 | 2024-12-20T19:55:35.414Z | Checking base64 v0.21.7 |
2169 | 2024-12-20T19:55:35.551Z | Checking tempfile v3.13.0 |
2170 | 2024-12-20T19:55:35.803Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2171 | 2024-12-20T19:55:35.911Z | Checking backoff v0.4.0 |
2172 | 2024-12-20T19:55:35.927Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-20T19:55:36.055Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2174 | 2024-12-20T19:55:36.071Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2175 | 2024-12-20T19:55:36.208Z | Checking tokio-tungstenite v0.21.0 |
2176 | 2024-12-20T19:55:36.224Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2024-12-20T19:55:36.367Z | Checking strum v0.26.3 |
2178 | 2024-12-20T19:55:36.524Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2024-12-20T19:55:36.710Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2180 | 2024-12-20T19:55:36.791Z | Checking slog-stdlog v4.1.1 |
2181 | 2024-12-20T19:55:36.849Z | Compiling darling_macro v0.20.10 |
2182 | 2024-12-20T19:55:36.953Z | Checking regress v0.9.1 |
2183 | 2024-12-20T19:55:37.099Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2184 | 2024-12-20T19:55:37.256Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2024-12-20T19:55:37.277Z | Checking colored v2.1.0 |
2186 | 2024-12-20T19:55:37.524Z | Checking macaddr v1.0.1 |
2187 | 2024-12-20T19:55:37.569Z | Checking base64 v0.13.1 |
2188 | 2024-12-20T19:55:37.680Z | Checking zone v0.1.8 |
2189 | 2024-12-20T19:55:37.756Z | Compiling darling v0.20.10 |
2190 | 2024-12-20T19:55:37.881Z | Compiling serde_with_macros v3.11.0 |
2191 | 2024-12-20T19:55:37.950Z | Checking ron v0.7.1 |
2192 | 2024-12-20T19:55:38.035Z | Checking parse-display v0.10.0 |
2193 | 2024-12-20T19:55:38.268Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2194 | 2024-12-20T19:55:38.354Z | Checking xz2 v0.1.7 |
2195 | 2024-12-20T19:55:38.659Z | Checking slog-envlogger v2.2.0 |
2196 | 2024-12-20T19:55:38.716Z | Checking tabwriter v1.4.0 |
2197 | 2024-12-20T19:55:38.916Z | Checking xattr v1.3.1 |
2198 | 2024-12-20T19:55:38.992Z | Checking pem v3.0.4 |
2199 | 2024-12-20T19:55:39.117Z | Checking yasna v0.5.2 |
2200 | 2024-12-20T19:55:39.148Z | Checking headers-core v0.3.0 |
2201 | 2024-12-20T19:55:39.255Z | Checking smf v0.2.3 |
2202 | 2024-12-20T19:55:39.285Z | Checking filetime v0.2.25 |
2203 | 2024-12-20T19:55:39.500Z | Checking same-file v1.0.6 |
2204 | 2024-12-20T19:55:39.670Z | Checking walkdir v2.5.0 |
2205 | 2024-12-20T19:55:39.728Z | Checking tar v0.4.42 |
2206 | 2024-12-20T19:55:39.796Z | Checking headers v0.4.0 |
2207 | 2024-12-20T19:55:39.941Z | Checking atomicwrites v0.4.4 |
2208 | 2024-12-20T19:55:39.983Z | Checking rcgen v0.12.1 |
2209 | 2024-12-20T19:55:40.124Z | Checking camino-tempfile v1.1.1 |
2210 | 2024-12-20T19:55:40.404Z | Checking subprocess v0.2.9 |
2211 | 2024-12-20T19:55:40.828Z | Checking serde_with v3.11.0 |
2212 | 2024-12-20T19:55:44.569Z | Compiling typify-macro v0.2.0 |
2213 | 2024-12-20T19:55:46.423Z | Compiling typify v0.2.0 |
2214 | 2024-12-20T19:55:46.490Z | Compiling progenitor-impl v0.8.0 |
2215 | 2024-12-20T19:55:49.749Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-12-20T19:55:54.546Z | Checking progenitor v0.8.0 |
2217 | 2024-12-20T19:55:54.697Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2218 | 2024-12-20T19:55:54.697Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2219 | 2024-12-20T19:55:57.374Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2220 | 2024-12-20T19:55:57.700Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2221 | 2024-12-20T19:56:04.062Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2024-12-20T19:56:05.643Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-12-20T19:56:06.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.13s |
2224 | 2024-12-20T19:56:07.091Z | |
2225 | 2024-12-20T19:56:07.092Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2226 | 2024-12-20T19:56:07.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-12-20T19:56:07.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-12-20T19:56:07.747Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2024-12-20T19:56:09.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
2230 | 2024-12-20T19:56:09.341Z | |
2231 | 2024-12-20T19:56:09.341Z | info: running `cargo check --bins` on nexus-config (31/176) |
2232 | 2024-12-20T19:56:09.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-12-20T19:56:09.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-12-20T19:56:09.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-12-20T19:56:09.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2236 | 2024-12-20T19:56:09.966Z | |
2237 | 2024-12-20T19:56:09.966Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2238 | 2024-12-20T19:56:10.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-12-20T19:56:10.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-12-20T19:56:10.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-12-20T19:56:10.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2242 | 2024-12-20T19:56:10.566Z | |
2243 | 2024-12-20T19:56:10.567Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2244 | 2024-12-20T19:56:11.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-12-20T19:56:11.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-12-20T19:56:11.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-12-20T19:56:11.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2248 | 2024-12-20T19:56:11.192Z | |
2249 | 2024-12-20T19:56:11.192Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2250 | 2024-12-20T19:56:11.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-12-20T19:56:11.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-12-20T19:56:11.871Z | Compiling zerocopy v0.8.10 |
2253 | 2024-12-20T19:56:11.871Z | Compiling progenitor-client v0.8.0 |
2254 | 2024-12-20T19:56:11.871Z | Compiling itertools v0.13.0 |
2255 | 2024-12-20T19:56:11.873Z | Compiling zerocopy-derive v0.8.10 |
2256 | 2024-12-20T19:56:11.874Z | Compiling heapless v0.8.0 |
2257 | 2024-12-20T19:56:11.874Z | Compiling newtype-uuid v1.1.3 |
2258 | 2024-12-20T19:56:11.874Z | Compiling ipnetwork v0.20.0 |
2259 | 2024-12-20T19:56:11.874Z | Checking hash32 v0.3.1 |
2260 | 2024-12-20T19:56:12.272Z | Compiling instant v0.1.13 |
2261 | 2024-12-20T19:56:12.396Z | Compiling progenitor v0.8.0 |
2262 | 2024-12-20T19:56:12.445Z | Compiling smoltcp v0.11.0 |
2263 | 2024-12-20T19:56:12.668Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2024-12-20T19:56:12.774Z | Compiling backoff v0.4.0 |
2265 | 2024-12-20T19:56:12.827Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2266 | 2024-12-20T19:56:12.873Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2267 | 2024-12-20T19:56:13.121Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2268 | 2024-12-20T19:56:13.137Z | Compiling dropshot v0.13.0 |
2269 | 2024-12-20T19:56:13.231Z | Compiling parse-display v0.10.0 |
2270 | 2024-12-20T19:56:13.293Z | Compiling serde_with v3.11.0 |
2271 | 2024-12-20T19:56:13.619Z | Checking num-rational v0.4.2 |
2272 | 2024-12-20T19:56:13.738Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2024-12-20T19:56:13.935Z | Compiling regress v0.9.1 |
2274 | 2024-12-20T19:56:14.302Z | Compiling phf_generator v0.11.2 |
2275 | 2024-12-20T19:56:14.473Z | Checking num-complex v0.4.6 |
2276 | 2024-12-20T19:56:15.130Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2277 | 2024-12-20T19:56:15.769Z | Compiling macaddr v1.0.1 |
2278 | 2024-12-20T19:56:16.231Z | Checking cobs v0.2.3 |
2279 | 2024-12-20T19:56:16.379Z | Compiling num v0.4.3 |
2280 | 2024-12-20T19:56:16.419Z | Checking postcard v1.0.10 |
2281 | 2024-12-20T19:56:16.588Z | Compiling phf_codegen v0.11.2 |
2282 | 2024-12-20T19:56:16.986Z | Compiling parse-zoneinfo v0.3.1 |
2283 | 2024-12-20T19:56:17.404Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2284 | 2024-12-20T19:56:17.686Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-20T19:56:17.839Z | Checking float-ord v0.3.2 |
2286 | 2024-12-20T19:56:18.071Z | Compiling convert_case v0.4.0 |
2287 | 2024-12-20T19:56:18.157Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2024-12-20T19:56:18.999Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2289 | 2024-12-20T19:56:19.090Z | Compiling derive_more v0.99.18 |
2290 | 2024-12-20T19:56:19.242Z | Compiling chrono-tz-build v0.4.0 |
2291 | 2024-12-20T19:56:19.910Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2024-12-20T19:56:20.734Z | Compiling thiserror v2.0.3 |
2293 | 2024-12-20T19:56:20.831Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2294 | 2024-12-20T19:56:20.996Z | Compiling crucible-workspace-hack v0.1.0 |
2295 | 2024-12-20T19:56:21.132Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-12-20T19:56:21.302Z | Checking newline-converter v0.3.0 |
2297 | 2024-12-20T19:56:21.694Z | Checking prettyplease v0.2.25 |
2298 | 2024-12-20T19:56:21.795Z | Compiling thiserror-impl v2.0.3 |
2299 | 2024-12-20T19:56:22.284Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2300 | 2024-12-20T19:56:22.471Z | Compiling slog-dtrace v0.3.0 |
2301 | 2024-12-20T19:56:22.629Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2302 | 2024-12-20T19:56:22.720Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2303 | 2024-12-20T19:56:23.081Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2304 | 2024-12-20T19:56:23.783Z | Checking expectorate v1.1.0 |
2305 | 2024-12-20T19:56:23.952Z | Compiling zone_cfg_derive v0.3.0 |
2306 | 2024-12-20T19:56:24.087Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2307 | 2024-12-20T19:56:24.183Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-12-20T19:56:24.466Z | Compiling const_format_proc_macros v0.2.33 |
2309 | 2024-12-20T19:56:24.861Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2310 | 2024-12-20T19:56:25.342Z | Compiling num-derive v0.4.2 |
2311 | 2024-12-20T19:56:25.373Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2312 | 2024-12-20T19:56:25.489Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2313 | 2024-12-20T19:56:25.772Z | Checking highway v1.2.0 |
2314 | 2024-12-20T19:56:25.855Z | Checking zone v0.3.0 |
2315 | 2024-12-20T19:56:26.035Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-20T19:56:26.187Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2317 | 2024-12-20T19:56:26.646Z | Checking const_format v0.2.33 |
2318 | 2024-12-20T19:56:26.740Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2024-12-20T19:56:27.024Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2024-12-20T19:56:27.042Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-20T19:56:27.113Z | Checking gethostname v0.5.0 |
2322 | 2024-12-20T19:56:27.238Z | Checking bcs v0.1.6 |
2323 | 2024-12-20T19:56:27.644Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2324 | 2024-12-20T19:56:27.699Z | Compiling async-recursion v1.1.1 |
2325 | 2024-12-20T19:56:28.478Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2326 | 2024-12-20T19:56:29.248Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2327 | 2024-12-20T19:56:34.916Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2328 | 2024-12-20T19:56:38.201Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2329 | 2024-12-20T19:56:40.819Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2330 | 2024-12-20T19:56:42.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s |
2331 | 2024-12-20T19:56:42.191Z | |
2332 | 2024-12-20T19:56:42.191Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2333 | 2024-12-20T19:56:42.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2334 | 2024-12-20T19:56:42.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2335 | 2024-12-20T19:56:42.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2336 | 2024-12-20T19:56:42.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2337 | 2024-12-20T19:56:42.828Z | |
2338 | 2024-12-20T19:56:42.828Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2339 | 2024-12-20T19:56:43.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2340 | 2024-12-20T19:56:43.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2341 | 2024-12-20T19:56:43.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2342 | 2024-12-20T19:56:43.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2343 | 2024-12-20T19:56:43.456Z | |
2344 | 2024-12-20T19:56:43.456Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2345 | 2024-12-20T19:56:44.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2346 | 2024-12-20T19:56:44.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2347 | 2024-12-20T19:56:44.114Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2348 | 2024-12-20T19:56:44.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2349 | 2024-12-20T19:56:44.907Z | |
2350 | 2024-12-20T19:56:44.907Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2351 | 2024-12-20T19:56:45.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2352 | 2024-12-20T19:56:45.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2353 | 2024-12-20T19:56:45.566Z | Compiling cfg_aliases v0.1.1 |
2354 | 2024-12-20T19:56:45.569Z | Compiling vte_generate_state_changes v0.1.2 |
2355 | 2024-12-20T19:56:45.569Z | Checking fd-lock v4.0.2 |
2356 | 2024-12-20T19:56:45.569Z | Checking nibble_vec v0.1.0 |
2357 | 2024-12-20T19:56:45.670Z | Checking bytecount v0.6.8 |
2358 | 2024-12-20T19:56:45.673Z | Checking endian-type v0.1.2 |
2359 | 2024-12-20T19:56:45.692Z | Compiling tabled_derive v0.7.0 |
2360 | 2024-12-20T19:56:45.700Z | Checking itertools v0.12.1 |
2361 | 2024-12-20T19:56:45.745Z | Compiling nix v0.28.0 |
2362 | 2024-12-20T19:56:45.801Z | Checking papergrid v0.11.0 |
2363 | 2024-12-20T19:56:45.821Z | Compiling peg-macros v0.8.4 |
2364 | 2024-12-20T19:56:45.836Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2365 | 2024-12-20T19:56:45.892Z | Checking radix_trie v0.2.1 |
2366 | 2024-12-20T19:56:46.298Z | Compiling sqlparser_derive v0.2.2 |
2367 | 2024-12-20T19:56:46.317Z | Checking vte v0.11.1 |
2368 | 2024-12-20T19:56:46.997Z | Checking unicode_categories v0.1.1 |
2369 | 2024-12-20T19:56:47.286Z | Checking home v0.5.9 |
2370 | 2024-12-20T19:56:47.308Z | Checking nu-ansi-term v0.50.1 |
2371 | 2024-12-20T19:56:47.404Z | Checking sqlparser v0.45.0 |
2372 | 2024-12-20T19:56:47.433Z | Checking sqlformat v0.2.6 |
2373 | 2024-12-20T19:56:47.632Z | Checking strip-ansi-escapes v0.2.0 |
2374 | 2024-12-20T19:56:47.751Z | Checking display-error-chain v0.2.2 |
2375 | 2024-12-20T19:56:48.195Z | Checking tabled v0.15.0 |
2376 | 2024-12-20T19:56:48.260Z | Checking reedline v0.35.0 |
2377 | 2024-12-20T19:56:48.921Z | Checking peg v0.8.4 |
2378 | 2024-12-20T19:56:48.971Z | Checking rustyline v14.0.0 |
2379 | 2024-12-20T19:56:57.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.04s |
2380 | 2024-12-20T19:56:58.126Z | |
2381 | 2024-12-20T19:56:58.126Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2382 | 2024-12-20T19:56:58.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-12-20T19:56:58.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-12-20T19:56:58.789Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2385 | 2024-12-20T19:57:03.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
2386 | 2024-12-20T19:57:03.973Z | |
2387 | 2024-12-20T19:57:03.973Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2388 | 2024-12-20T19:57:04.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-12-20T19:57:04.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-12-20T19:57:04.640Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2391 | 2024-12-20T19:57:08.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
2392 | 2024-12-20T19:57:08.524Z | |
2393 | 2024-12-20T19:57:08.525Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2394 | 2024-12-20T19:57:09.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-12-20T19:57:09.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-12-20T19:57:09.191Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2397 | 2024-12-20T19:57:13.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2398 | 2024-12-20T19:57:14.101Z | |
2399 | 2024-12-20T19:57:14.101Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2400 | 2024-12-20T19:57:14.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-12-20T19:57:14.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-12-20T19:57:14.761Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2403 | 2024-12-20T19:57:19.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2404 | 2024-12-20T19:57:19.702Z | |
2405 | 2024-12-20T19:57:19.702Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2406 | 2024-12-20T19:57:20.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-12-20T19:57:20.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-12-20T19:57:20.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2409 | 2024-12-20T19:57:24.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
2410 | 2024-12-20T19:57:24.516Z | |
2411 | 2024-12-20T19:57:24.517Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2412 | 2024-12-20T19:57:25.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-12-20T19:57:25.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-12-20T19:57:25.183Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2415 | 2024-12-20T19:57:29.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2416 | 2024-12-20T19:57:29.332Z | |
2417 | 2024-12-20T19:57:29.332Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2418 | 2024-12-20T19:57:29.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-12-20T19:57:29.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-12-20T19:57:30.002Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2421 | 2024-12-20T19:57:34.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
2422 | 2024-12-20T19:57:35.141Z | |
2423 | 2024-12-20T19:57:35.141Z | info: running `cargo check --bins` on oximeter (46/176) |
2424 | 2024-12-20T19:57:35.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-12-20T19:57:35.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-12-20T19:57:35.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-12-20T19:57:35.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2428 | 2024-12-20T19:57:35.775Z | |
2429 | 2024-12-20T19:57:35.775Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2430 | 2024-12-20T19:57:36.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-12-20T19:57:36.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-12-20T19:57:36.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-12-20T19:57:36.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2434 | 2024-12-20T19:57:36.382Z | |
2435 | 2024-12-20T19:57:36.382Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2436 | 2024-12-20T19:57:36.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-12-20T19:57:36.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-12-20T19:57:37.023Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2439 | 2024-12-20T19:57:37.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2440 | 2024-12-20T19:57:37.627Z | |
2441 | 2024-12-20T19:57:37.627Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2442 | 2024-12-20T19:57:38.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-12-20T19:57:38.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-12-20T19:57:38.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-12-20T19:57:38.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2446 | 2024-12-20T19:57:38.257Z | |
2447 | 2024-12-20T19:57:38.257Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2448 | 2024-12-20T19:57:38.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-12-20T19:57:38.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-12-20T19:57:38.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-12-20T19:57:38.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2452 | 2024-12-20T19:57:38.890Z | |
2453 | 2024-12-20T19:57:38.890Z | info: running `cargo check --bins` on oxql-types (51/176) |
2454 | 2024-12-20T19:57:39.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-12-20T19:57:39.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-12-20T19:57:39.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-12-20T19:57:39.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2458 | 2024-12-20T19:57:39.525Z | |
2459 | 2024-12-20T19:57:39.525Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2460 | 2024-12-20T19:57:40.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-12-20T19:57:40.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-12-20T19:57:40.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2463 | 2024-12-20T19:57:40.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2464 | 2024-12-20T19:57:40.183Z | |
2465 | 2024-12-20T19:57:40.183Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2466 | 2024-12-20T19:57:40.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-12-20T19:57:40.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-12-20T19:57:40.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-12-20T19:57:40.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2470 | 2024-12-20T19:57:40.817Z | |
2471 | 2024-12-20T19:57:40.817Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2472 | 2024-12-20T19:57:41.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-12-20T19:57:41.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-12-20T19:57:41.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-12-20T19:57:41.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2476 | 2024-12-20T19:57:41.462Z | |
2477 | 2024-12-20T19:57:41.462Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2478 | 2024-12-20T19:57:42.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-12-20T19:57:42.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-12-20T19:57:42.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-12-20T19:57:42.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2482 | 2024-12-20T19:57:42.096Z | |
2483 | 2024-12-20T19:57:42.096Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2484 | 2024-12-20T19:57:42.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-12-20T19:57:42.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-12-20T19:57:42.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-12-20T19:57:42.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2024-12-20T19:57:42.730Z | |
2489 | 2024-12-20T19:57:42.730Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2490 | 2024-12-20T19:57:43.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-12-20T19:57:43.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-12-20T19:57:43.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-12-20T19:57:43.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2494 | 2024-12-20T19:57:43.364Z | |
2495 | 2024-12-20T19:57:43.364Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2496 | 2024-12-20T19:57:43.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-12-20T19:57:43.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-12-20T19:57:43.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-12-20T19:57:43.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2500 | 2024-12-20T19:57:43.982Z | |
2501 | 2024-12-20T19:57:43.982Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2502 | 2024-12-20T19:57:44.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-12-20T19:57:44.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-12-20T19:57:44.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-12-20T19:57:44.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2506 | 2024-12-20T19:57:44.619Z | |
2507 | 2024-12-20T19:57:44.619Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2508 | 2024-12-20T19:57:45.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-12-20T19:57:45.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-12-20T19:57:45.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-12-20T19:57:45.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2512 | 2024-12-20T19:57:45.240Z | |
2513 | 2024-12-20T19:57:45.240Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2514 | 2024-12-20T19:57:45.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-12-20T19:57:45.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-12-20T19:57:45.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-12-20T19:57:45.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2518 | 2024-12-20T19:57:45.859Z | |
2519 | 2024-12-20T19:57:45.859Z | info: running `cargo check --bins` on dpd-client (62/176) |
2520 | 2024-12-20T19:57:46.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-12-20T19:57:46.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-12-20T19:57:46.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-12-20T19:57:46.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2524 | 2024-12-20T19:57:46.473Z | |
2525 | 2024-12-20T19:57:46.474Z | info: running `cargo check --bins` on gateway-client (63/176) |
2526 | 2024-12-20T19:57:47.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-12-20T19:57:47.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-12-20T19:57:47.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-12-20T19:57:47.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2530 | 2024-12-20T19:57:47.082Z | |
2531 | 2024-12-20T19:57:47.082Z | info: running `cargo check --bins` on installinator-client (64/176) |
2532 | 2024-12-20T19:57:47.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-12-20T19:57:47.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-12-20T19:57:47.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-12-20T19:57:47.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2536 | 2024-12-20T19:57:47.718Z | |
2537 | 2024-12-20T19:57:47.718Z | info: running `cargo check --bins` on installinator-common (65/176) |
2538 | 2024-12-20T19:57:48.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-12-20T19:57:48.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-12-20T19:57:48.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-12-20T19:57:48.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2542 | 2024-12-20T19:57:48.357Z | |
2543 | 2024-12-20T19:57:48.357Z | info: running `cargo check --bins` on update-engine (66/176) |
2544 | 2024-12-20T19:57:48.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-12-20T19:57:48.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-12-20T19:57:48.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-12-20T19:57:48.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2548 | 2024-12-20T19:57:48.974Z | |
2549 | 2024-12-20T19:57:48.975Z | info: running `cargo check --bins` on nexus-client (67/176) |
2550 | 2024-12-20T19:57:49.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-12-20T19:57:49.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-12-20T19:57:49.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-12-20T19:57:49.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2554 | 2024-12-20T19:57:49.622Z | |
2555 | 2024-12-20T19:57:49.622Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2556 | 2024-12-20T19:57:50.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-12-20T19:57:50.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-12-20T19:57:50.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-12-20T19:57:50.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2560 | 2024-12-20T19:57:50.257Z | |
2561 | 2024-12-20T19:57:50.257Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2562 | 2024-12-20T19:57:50.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-12-20T19:57:50.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-12-20T19:57:50.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-12-20T19:57:50.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2566 | 2024-12-20T19:57:50.865Z | |
2567 | 2024-12-20T19:57:50.866Z | info: running `cargo check --bins` on nexus-types (70/176) |
2568 | 2024-12-20T19:57:51.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-12-20T19:57:51.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-12-20T19:57:51.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-12-20T19:57:51.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2572 | 2024-12-20T19:57:51.518Z | |
2573 | 2024-12-20T19:57:51.518Z | info: running `cargo check --bins` on oxide-client (71/176) |
2574 | 2024-12-20T19:57:52.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-12-20T19:57:52.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-12-20T19:57:52.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-12-20T19:57:52.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2578 | 2024-12-20T19:57:52.123Z | |
2579 | 2024-12-20T19:57:52.123Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2580 | 2024-12-20T19:57:52.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-12-20T19:57:52.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-12-20T19:57:52.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-12-20T19:57:52.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2584 | 2024-12-20T19:57:52.740Z | |
2585 | 2024-12-20T19:57:52.740Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2586 | 2024-12-20T19:57:53.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-12-20T19:57:53.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-12-20T19:57:53.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-12-20T19:57:53.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2590 | 2024-12-20T19:57:53.351Z | |
2591 | 2024-12-20T19:57:53.351Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2592 | 2024-12-20T19:57:53.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-12-20T19:57:53.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-12-20T19:57:53.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-12-20T19:57:53.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2596 | 2024-12-20T19:57:53.995Z | |
2597 | 2024-12-20T19:57:53.995Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2598 | 2024-12-20T19:57:54.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-12-20T19:57:54.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-12-20T19:57:54.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-12-20T19:57:54.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2024-12-20T19:57:54.654Z | |
2603 | 2024-12-20T19:57:54.654Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2604 | 2024-12-20T19:57:55.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-12-20T19:57:55.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-12-20T19:57:55.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-12-20T19:57:55.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2608 | 2024-12-20T19:57:55.304Z | |
2609 | 2024-12-20T19:57:55.305Z | info: running `cargo check --bins` on wicket-common (77/176) |
2610 | 2024-12-20T19:57:55.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-12-20T19:57:55.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-12-20T19:57:55.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-12-20T19:57:55.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2614 | 2024-12-20T19:57:55.946Z | |
2615 | 2024-12-20T19:57:55.946Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2616 | 2024-12-20T19:57:56.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-12-20T19:57:56.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-12-20T19:57:56.601Z | Checking csv-core v0.1.11 |
2619 | 2024-12-20T19:57:56.601Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2620 | 2024-12-20T19:57:56.604Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2621 | 2024-12-20T19:57:56.906Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2622 | 2024-12-20T19:57:56.920Z | Checking csv v1.3.0 |
2623 | 2024-12-20T19:57:57.498Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2624 | 2024-12-20T19:57:57.857Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2625 | 2024-12-20T19:57:59.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
2626 | 2024-12-20T19:57:59.293Z | |
2627 | 2024-12-20T19:57:59.293Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2628 | 2024-12-20T19:57:59.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-12-20T19:57:59.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-12-20T19:57:59.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-12-20T19:57:59.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2632 | 2024-12-20T19:57:59.915Z | |
2633 | 2024-12-20T19:57:59.915Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2634 | 2024-12-20T19:58:00.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-12-20T19:58:00.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-12-20T19:58:00.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-12-20T19:58:00.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2638 | 2024-12-20T19:58:00.543Z | |
2639 | 2024-12-20T19:58:00.543Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2640 | 2024-12-20T19:58:01.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-12-20T19:58:01.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-12-20T19:58:01.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-12-20T19:58:01.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2644 | 2024-12-20T19:58:01.273Z | |
2645 | 2024-12-20T19:58:01.273Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2646 | 2024-12-20T19:58:01.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-12-20T19:58:01.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-12-20T19:58:01.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2024-12-20T19:58:01.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2650 | 2024-12-20T19:58:01.999Z | |
2651 | 2024-12-20T19:58:01.999Z | info: running `cargo check --bins` on dns-server (83/176) |
2652 | 2024-12-20T19:58:02.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-12-20T19:58:02.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-12-20T19:58:02.636Z | Compiling parking_lot_core v0.8.6 |
2655 | 2024-12-20T19:58:02.636Z | Checking fxhash v0.2.1 |
2656 | 2024-12-20T19:58:02.638Z | Checking hickory-server v0.24.1 |
2657 | 2024-12-20T19:58:02.638Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2658 | 2024-12-20T19:58:02.638Z | Checking hickory-client v0.24.1 |
2659 | 2024-12-20T19:58:03.310Z | Checking parking_lot v0.11.2 |
2660 | 2024-12-20T19:58:03.444Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2661 | 2024-12-20T19:58:03.444Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2662 | 2024-12-20T19:58:03.543Z | Checking sled v0.34.7 |
2663 | 2024-12-20T19:58:05.353Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2664 | 2024-12-20T19:58:06.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2665 | 2024-12-20T19:58:06.769Z | |
2666 | 2024-12-20T19:58:06.769Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2667 | 2024-12-20T19:58:07.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-12-20T19:58:07.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-12-20T19:58:07.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-12-20T19:58:07.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2671 | 2024-12-20T19:58:07.388Z | |
2672 | 2024-12-20T19:58:07.388Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2673 | 2024-12-20T19:58:07.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-12-20T19:58:07.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-12-20T19:58:07.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-12-20T19:58:07.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2677 | 2024-12-20T19:58:08.066Z | |
2678 | 2024-12-20T19:58:08.066Z | info: running `cargo check --bins` on gateway-types (86/176) |
2679 | 2024-12-20T19:58:08.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-12-20T19:58:08.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-12-20T19:58:08.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-12-20T19:58:08.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2683 | 2024-12-20T19:58:08.687Z | |
2684 | 2024-12-20T19:58:08.687Z | info: running `cargo check --bins` on ipcc (87/176) |
2685 | 2024-12-20T19:58:09.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-12-20T19:58:09.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-12-20T19:58:09.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-12-20T19:58:09.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2689 | 2024-12-20T19:58:09.319Z | |
2690 | 2024-12-20T19:58:09.319Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2691 | 2024-12-20T19:58:09.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-12-20T19:58:09.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-12-20T19:58:10.007Z | Compiling radium v0.7.0 |
2694 | 2024-12-20T19:58:10.007Z | Compiling semver v0.1.20 |
2695 | 2024-12-20T19:58:10.113Z | Compiling maybe-uninit v2.0.0 |
2696 | 2024-12-20T19:58:10.123Z | Checking tap v1.0.1 |
2697 | 2024-12-20T19:58:10.145Z | Checking password-hash v0.5.0 |
2698 | 2024-12-20T19:58:10.147Z | Checking blake2 v0.10.6 |
2699 | 2024-12-20T19:58:10.147Z | Checking funty v2.0.0 |
2700 | 2024-12-20T19:58:10.147Z | Compiling owo-colors v4.1.0 |
2701 | 2024-12-20T19:58:10.276Z | Checking wyz v0.5.1 |
2702 | 2024-12-20T19:58:10.447Z | Compiling rustc_version v0.1.7 |
2703 | 2024-12-20T19:58:10.564Z | Checking crc-catalog v2.4.0 |
2704 | 2024-12-20T19:58:10.598Z | Compiling packed_struct v0.10.1 |
2705 | 2024-12-20T19:58:10.657Z | Compiling cancel-safe-futures v0.1.5 |
2706 | 2024-12-20T19:58:10.691Z | Checking argon2 v0.5.3 |
2707 | 2024-12-20T19:58:10.708Z | Checking crc v3.2.1 |
2708 | 2024-12-20T19:58:10.842Z | Compiling packed_struct_codegen v0.10.1 |
2709 | 2024-12-20T19:58:10.901Z | Checking half v2.4.1 |
2710 | 2024-12-20T19:58:10.930Z | Compiling newtype_derive v0.1.6 |
2711 | 2024-12-20T19:58:10.986Z | Compiling indexmap v1.9.3 |
2712 | 2024-12-20T19:58:11.106Z | Checking bitvec v1.0.1 |
2713 | 2024-12-20T19:58:11.124Z | Checking ciborium-io v0.2.2 |
2714 | 2024-12-20T19:58:11.140Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2715 | 2024-12-20T19:58:11.236Z | Checking nodrop v0.1.14 |
2716 | 2024-12-20T19:58:11.334Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2717 | 2024-12-20T19:58:11.352Z | Checking array-init v0.0.4 |
2718 | 2024-12-20T19:58:11.354Z | Checking ciborium-ll v0.2.2 |
2719 | 2024-12-20T19:58:11.383Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-12-20T19:58:11.621Z | Checking smallvec v0.6.14 |
2721 | 2024-12-20T19:58:11.666Z | Checking libsw v3.3.1 |
2722 | 2024-12-20T19:58:11.716Z | Compiling memoffset v0.9.1 |
2723 | 2024-12-20T19:58:11.933Z | Checking termcolor v1.4.1 |
2724 | 2024-12-20T19:58:12.005Z | Checking hashbrown v0.12.3 |
2725 | 2024-12-20T19:58:12.026Z | Checking linear-map v1.2.0 |
2726 | 2024-12-20T19:58:12.110Z | Checking indent_write v2.2.0 |
2727 | 2024-12-20T19:58:12.312Z | Checking swrite v0.1.0 |
2728 | 2024-12-20T19:58:12.350Z | Checking bitfield v0.14.0 |
2729 | 2024-12-20T19:58:12.353Z | Checking env_logger v0.10.2 |
2730 | 2024-12-20T19:58:12.384Z | Checking serde-hex v0.1.0 |
2731 | 2024-12-20T19:58:12.436Z | Checking ron v0.8.1 |
2732 | 2024-12-20T19:58:12.634Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2733 | 2024-12-20T19:58:12.916Z | Checking ciborium v0.2.2 |
2734 | 2024-12-20T19:58:13.341Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-12-20T19:58:13.704Z | Checking steno v0.4.1 |
2736 | 2024-12-20T19:58:13.720Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-12-20T19:58:13.852Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2024-12-20T19:58:13.918Z | Checking hashbrown v0.13.2 |
2739 | 2024-12-20T19:58:14.002Z | Checking crc-any v2.5.0 |
2740 | 2024-12-20T19:58:14.213Z | Checking humantime v2.1.0 |
2741 | 2024-12-20T19:58:14.391Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2742 | 2024-12-20T19:58:14.514Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2743 | 2024-12-20T19:58:14.751Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2744 | 2024-12-20T19:58:14.984Z | Checking object v0.30.4 |
2745 | 2024-12-20T19:58:15.051Z | Checking path-slash v0.1.5 |
2746 | 2024-12-20T19:58:15.117Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2747 | 2024-12-20T19:58:15.263Z | Checking nix v0.27.1 |
2748 | 2024-12-20T19:58:16.049Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2749 | 2024-12-20T19:58:16.299Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2750 | 2024-12-20T19:58:16.458Z | Checking tungstenite v0.23.0 |
2751 | 2024-12-20T19:58:16.565Z | Checking kstat-rs v0.2.4 |
2752 | 2024-12-20T19:58:16.582Z | Checking signal-hook-tokio v0.3.1 |
2753 | 2024-12-20T19:58:16.857Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2754 | 2024-12-20T19:58:17.244Z | Checking tokio-tungstenite v0.23.1 |
2755 | 2024-12-20T19:58:17.605Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2756 | 2024-12-20T19:58:17.914Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2757 | 2024-12-20T19:58:18.279Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2758 | 2024-12-20T19:58:24.679Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2759 | 2024-12-20T19:58:25.963Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2760 | 2024-12-20T19:58:29.113Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2761 | 2024-12-20T19:58:34.781Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2024-12-20T19:58:35.472Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2763 | 2024-12-20T19:58:38.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.98s |
2764 | 2024-12-20T19:58:38.494Z | |
2765 | 2024-12-20T19:58:38.494Z | info: running `cargo check --bins` on gateway-api (89/176) |
2766 | 2024-12-20T19:58:39.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-12-20T19:58:39.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-12-20T19:58:39.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-12-20T19:58:39.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2770 | 2024-12-20T19:58:39.130Z | |
2771 | 2024-12-20T19:58:39.130Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2772 | 2024-12-20T19:58:39.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-12-20T19:58:39.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-12-20T19:58:39.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-12-20T19:58:39.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2776 | 2024-12-20T19:58:39.729Z | |
2777 | 2024-12-20T19:58:39.729Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2778 | 2024-12-20T19:58:40.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-12-20T19:58:40.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-12-20T19:58:40.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2024-12-20T19:58:40.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2782 | 2024-12-20T19:58:40.351Z | |
2783 | 2024-12-20T19:58:40.351Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2784 | 2024-12-20T19:58:40.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-12-20T19:58:40.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-12-20T19:58:40.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2024-12-20T19:58:40.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2788 | 2024-12-20T19:58:40.968Z | |
2789 | 2024-12-20T19:58:40.968Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2790 | 2024-12-20T19:58:41.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-12-20T19:58:41.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-12-20T19:58:41.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2024-12-20T19:58:41.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2794 | 2024-12-20T19:58:41.588Z | |
2795 | 2024-12-20T19:58:41.589Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2796 | 2024-12-20T19:58:42.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-12-20T19:58:42.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-12-20T19:58:42.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2024-12-20T19:58:42.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2800 | 2024-12-20T19:58:42.214Z | |
2801 | 2024-12-20T19:58:42.214Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2802 | 2024-12-20T19:58:42.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-12-20T19:58:42.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-12-20T19:58:42.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-12-20T19:58:42.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2806 | 2024-12-20T19:58:42.838Z | |
2807 | 2024-12-20T19:58:42.838Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2808 | 2024-12-20T19:58:43.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-12-20T19:58:43.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-12-20T19:58:43.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2024-12-20T19:58:43.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2812 | 2024-12-20T19:58:43.462Z | |
2813 | 2024-12-20T19:58:43.462Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2814 | 2024-12-20T19:58:44.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-12-20T19:58:44.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-12-20T19:58:44.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2024-12-20T19:58:44.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2818 | 2024-12-20T19:58:44.110Z | |
2819 | 2024-12-20T19:58:44.110Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2820 | 2024-12-20T19:58:44.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2024-12-20T19:58:44.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2024-12-20T19:58:44.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2024-12-20T19:58:44.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2824 | 2024-12-20T19:58:44.730Z | |
2825 | 2024-12-20T19:58:44.730Z | info: running `cargo check --bins` on sp-sim (99/176) |
2826 | 2024-12-20T19:58:45.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2024-12-20T19:58:45.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2024-12-20T19:58:45.365Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2829 | 2024-12-20T19:58:47.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
2830 | 2024-12-20T19:58:47.391Z | |
2831 | 2024-12-20T19:58:47.391Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2832 | 2024-12-20T19:58:47.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-12-20T19:58:47.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-12-20T19:58:47.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-12-20T19:58:47.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2836 | 2024-12-20T19:58:48.061Z | |
2837 | 2024-12-20T19:58:48.061Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2838 | 2024-12-20T19:58:48.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-12-20T19:58:48.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-12-20T19:58:48.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-12-20T19:58:48.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-12-20T19:58:48.732Z | |
2843 | 2024-12-20T19:58:48.732Z | info: running `cargo check --bins` on db-macros (102/176) |
2844 | 2024-12-20T19:58:49.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-12-20T19:58:49.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-12-20T19:58:49.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-12-20T19:58:49.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2848 | 2024-12-20T19:58:49.342Z | |
2849 | 2024-12-20T19:58:49.342Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2850 | 2024-12-20T19:58:49.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-12-20T19:58:49.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-12-20T19:58:49.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2024-12-20T19:58:49.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2854 | 2024-12-20T19:58:49.944Z | |
2855 | 2024-12-20T19:58:49.944Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2856 | 2024-12-20T19:58:50.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-12-20T19:58:50.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-12-20T19:58:50.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2024-12-20T19:58:50.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2860 | 2024-12-20T19:58:50.607Z | |
2861 | 2024-12-20T19:58:50.607Z | info: running `cargo check --bins` on authz-macros (105/176) |
2862 | 2024-12-20T19:58:51.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-12-20T19:58:51.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-12-20T19:58:51.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2024-12-20T19:58:51.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2866 | 2024-12-20T19:58:51.219Z | |
2867 | 2024-12-20T19:58:51.219Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2868 | 2024-12-20T19:58:51.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-12-20T19:58:51.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-12-20T19:58:51.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2024-12-20T19:58:51.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2872 | 2024-12-20T19:58:51.987Z | |
2873 | 2024-12-20T19:58:51.987Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2874 | 2024-12-20T19:58:52.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-12-20T19:58:52.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-12-20T19:58:52.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2024-12-20T19:58:52.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2878 | 2024-12-20T19:58:52.518Z | |
2879 | 2024-12-20T19:58:52.518Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2880 | 2024-12-20T19:58:53.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-12-20T19:58:53.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-12-20T19:58:53.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-12-20T19:58:53.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2884 | 2024-12-20T19:58:53.141Z | |
2885 | 2024-12-20T19:58:53.141Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2886 | 2024-12-20T19:58:53.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-12-20T19:58:53.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-12-20T19:58:53.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-12-20T19:58:53.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2890 | 2024-12-20T19:58:53.793Z | |
2891 | 2024-12-20T19:58:53.793Z | info: running `cargo check --bins` on typed-rng (110/176) |
2892 | 2024-12-20T19:58:54.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-12-20T19:58:54.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-12-20T19:58:54.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-12-20T19:58:54.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2896 | 2024-12-20T19:58:54.410Z | |
2897 | 2024-12-20T19:58:54.410Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2898 | 2024-12-20T19:58:55.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-12-20T19:58:55.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-12-20T19:58:55.144Z | Checking keccak v0.1.5 |
2901 | 2024-12-20T19:58:55.255Z | Checking secrecy v0.8.0 |
2902 | 2024-12-20T19:58:55.257Z | Compiling unicase v2.7.0 |
2903 | 2024-12-20T19:58:55.257Z | Compiling same-file v1.0.6 |
2904 | 2024-12-20T19:58:55.271Z | Compiling tempfile v3.13.0 |
2905 | 2024-12-20T19:58:55.296Z | Compiling thiserror-impl-no-std v2.0.2 |
2906 | 2024-12-20T19:58:55.299Z | Checking universal-hash v0.5.1 |
2907 | 2024-12-20T19:58:55.299Z | Compiling blake3 v1.5.4 |
2908 | 2024-12-20T19:58:55.427Z | Compiling walkdir v2.5.0 |
2909 | 2024-12-20T19:58:55.474Z | Compiling ring v0.16.20 |
2910 | 2024-12-20T19:58:55.520Z | Checking sha3 v0.10.8 |
2911 | 2024-12-20T19:58:55.540Z | Checking opaque-debug v0.3.1 |
2912 | 2024-12-20T19:58:55.632Z | Checking poly1305 v0.8.0 |
2913 | 2024-12-20T19:58:55.691Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2914 | 2024-12-20T19:58:55.913Z | Checking chacha20 v0.9.1 |
2915 | 2024-12-20T19:58:55.978Z | Checking aead v0.5.2 |
2916 | 2024-12-20T19:58:56.127Z | Compiling memmap2 v0.9.5 |
2917 | 2024-12-20T19:58:56.166Z | Compiling arrayref v0.3.9 |
2918 | 2024-12-20T19:58:56.169Z | Compiling arrayvec v0.7.6 |
2919 | 2024-12-20T19:58:56.212Z | Compiling salty v0.3.0 |
2920 | 2024-12-20T19:58:56.260Z | Compiling constant_time_eq v0.3.1 |
2921 | 2024-12-20T19:58:56.279Z | Compiling libefi-sys v0.1.0 |
2922 | 2024-12-20T19:58:56.421Z | Compiling spin v0.5.2 |
2923 | 2024-12-20T19:58:56.568Z | Checking chacha20poly1305 v0.10.1 |
2924 | 2024-12-20T19:58:56.599Z | Compiling toolchain_find v0.4.0 |
2925 | 2024-12-20T19:58:56.658Z | Compiling camino-tempfile v1.1.1 |
2926 | 2024-12-20T19:58:56.675Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2927 | 2024-12-20T19:58:56.737Z | Compiling bitfield-struct v0.6.2 |
2928 | 2024-12-20T19:58:57.006Z | Compiling topological-sort v0.2.2 |
2929 | 2024-12-20T19:58:57.121Z | Compiling mime_guess v2.0.5 |
2930 | 2024-12-20T19:58:57.166Z | Compiling rustfmt-wrapper v0.2.1 |
2931 | 2024-12-20T19:58:57.677Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2932 | 2024-12-20T19:58:57.716Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2933 | 2024-12-20T19:58:57.785Z | Checking primeorder v0.13.6 |
2934 | 2024-12-20T19:58:57.854Z | Checking env_filter v0.1.2 |
2935 | 2024-12-20T19:58:58.000Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2936 | 2024-12-20T19:58:58.070Z | Checking env_logger v0.11.5 |
2937 | 2024-12-20T19:58:58.193Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2938 | 2024-12-20T19:58:58.258Z | Checking p384 v0.13.0 |
2939 | 2024-12-20T19:58:58.331Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2940 | 2024-12-20T19:58:58.360Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2941 | 2024-12-20T19:58:58.475Z | Checking thiserror-no-std v2.0.2 |
2942 | 2024-12-20T19:58:58.588Z | Checking vsss-rs v3.3.4 |
2943 | 2024-12-20T19:58:58.607Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2944 | 2024-12-20T19:58:58.677Z | Checking lockfree-object-pool v0.1.6 |
2945 | 2024-12-20T19:58:58.747Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2946 | 2024-12-20T19:58:58.947Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2947 | 2024-12-20T19:58:58.965Z | Compiling zip v2.1.3 |
2948 | 2024-12-20T19:58:59.033Z | Checking simd-adler32 v0.3.7 |
2949 | 2024-12-20T19:58:59.221Z | Checking bumpalo v3.16.0 |
2950 | 2024-12-20T19:58:59.224Z | Checking http-range v0.1.5 |
2951 | 2024-12-20T19:58:59.299Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2952 | 2024-12-20T19:58:59.392Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2953 | 2024-12-20T19:58:59.425Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2954 | 2024-12-20T19:58:59.552Z | Checking zopfli v0.8.1 |
2955 | 2024-12-20T19:58:59.659Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2956 | 2024-12-20T19:59:00.056Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2957 | 2024-12-20T19:59:00.086Z | Checking nanorand v0.7.0 |
2958 | 2024-12-20T19:59:00.228Z | Checking atty v0.2.14 |
2959 | 2024-12-20T19:59:00.255Z | Checking glob v0.3.1 |
2960 | 2024-12-20T19:59:00.358Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2961 | 2024-12-20T19:59:00.430Z | Checking flume v0.11.1 |
2962 | 2024-12-20T19:59:00.759Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2963 | 2024-12-20T19:59:00.939Z | Compiling omicron-zone-package v0.11.1 |
2964 | 2024-12-20T19:59:01.213Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2965 | 2024-12-20T19:59:01.691Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2966 | 2024-12-20T19:59:01.978Z | Checking hyper-staticfile v0.10.1 |
2967 | 2024-12-20T19:59:02.515Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2968 | 2024-12-20T19:59:02.666Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2969 | 2024-12-20T19:59:02.750Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2970 | 2024-12-20T19:59:02.774Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2971 | 2024-12-20T19:59:02.925Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2972 | 2024-12-20T19:59:03.934Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2973 | 2024-12-20T19:59:04.054Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2974 | 2024-12-20T19:59:04.339Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2975 | 2024-12-20T19:59:04.753Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2976 | 2024-12-20T19:59:05.613Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2977 | 2024-12-20T19:59:07.642Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2978 | 2024-12-20T19:59:07.644Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2979 | 2024-12-20T19:59:17.874Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-12-20T19:59:31.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s |
2981 | 2024-12-20T19:59:31.876Z | |
2982 | 2024-12-20T19:59:31.876Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
2983 | 2024-12-20T19:59:32.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-12-20T19:59:32.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-12-20T19:59:32.612Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-12-20T19:59:46.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2987 | 2024-12-20T19:59:46.543Z | |
2988 | 2024-12-20T19:59:46.543Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
2989 | 2024-12-20T19:59:47.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-12-20T19:59:47.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-12-20T19:59:47.281Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-12-20T20:00:00.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
2993 | 2024-12-20T20:00:01.137Z | |
2994 | 2024-12-20T20:00:01.137Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
2995 | 2024-12-20T20:00:01.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-12-20T20:00:01.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-12-20T20:00:01.891Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-12-20T20:00:15.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
2999 | 2024-12-20T20:00:15.841Z | |
3000 | 2024-12-20T20:00:15.841Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3001 | 2024-12-20T20:00:16.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-12-20T20:00:16.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-12-20T20:00:16.598Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-12-20T20:00:30.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
3005 | 2024-12-20T20:00:30.559Z | |
3006 | 2024-12-20T20:00:30.560Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3007 | 2024-12-20T20:00:31.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-12-20T20:00:31.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-12-20T20:00:31.349Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-12-20T20:00:44.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s |
3011 | 2024-12-20T20:00:45.169Z | |
3012 | 2024-12-20T20:00:45.169Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3013 | 2024-12-20T20:00:45.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-12-20T20:00:45.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-12-20T20:00:45.917Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2024-12-20T20:00:59.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
3017 | 2024-12-20T20:00:59.907Z | |
3018 | 2024-12-20T20:00:59.907Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3019 | 2024-12-20T20:01:00.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-12-20T20:01:00.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-12-20T20:01:00.639Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2024-12-20T20:01:14.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
3023 | 2024-12-20T20:01:14.646Z | |
3024 | 2024-12-20T20:01:14.646Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3025 | 2024-12-20T20:01:15.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-12-20T20:01:15.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-12-20T20:01:15.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-12-20T20:01:15.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3029 | 2024-12-20T20:01:15.313Z | |
3030 | 2024-12-20T20:01:15.313Z | info: running `cargo check --bins` on key-manager (120/176) |
3031 | 2024-12-20T20:01:15.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-12-20T20:01:15.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-12-20T20:01:15.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-12-20T20:01:15.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3035 | 2024-12-20T20:01:15.927Z | |
3036 | 2024-12-20T20:01:15.927Z | info: running `cargo check --bins` on range-requests (121/176) |
3037 | 2024-12-20T20:01:16.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-12-20T20:01:16.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-12-20T20:01:16.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-12-20T20:01:16.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3041 | 2024-12-20T20:01:16.539Z | |
3042 | 2024-12-20T20:01:16.539Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3043 | 2024-12-20T20:01:17.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-12-20T20:01:17.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-12-20T20:01:17.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-12-20T20:01:17.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3047 | 2024-12-20T20:01:17.172Z | |
3048 | 2024-12-20T20:01:17.172Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3049 | 2024-12-20T20:01:17.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-12-20T20:01:17.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-12-20T20:01:17.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-12-20T20:01:17.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3053 | 2024-12-20T20:01:17.827Z | |
3054 | 2024-12-20T20:01:17.827Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3055 | 2024-12-20T20:01:18.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-12-20T20:01:18.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-12-20T20:01:18.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-12-20T20:01:18.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3059 | 2024-12-20T20:01:18.434Z | |
3060 | 2024-12-20T20:01:18.434Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3061 | 2024-12-20T20:01:18.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-12-20T20:01:19.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-12-20T20:01:19.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-12-20T20:01:19.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3065 | 2024-12-20T20:01:19.078Z | |
3066 | 2024-12-20T20:01:19.078Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3067 | 2024-12-20T20:01:19.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-12-20T20:01:19.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-12-20T20:01:19.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-12-20T20:01:19.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3071 | 2024-12-20T20:01:19.718Z | |
3072 | 2024-12-20T20:01:19.718Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3073 | 2024-12-20T20:01:20.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-12-20T20:01:20.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-12-20T20:01:20.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-12-20T20:01:20.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3077 | 2024-12-20T20:01:20.360Z | |
3078 | 2024-12-20T20:01:20.360Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/176) |
3079 | 2024-12-20T20:01:20.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-12-20T20:01:20.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-12-20T20:01:20.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2024-12-20T20:01:20.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3083 | 2024-12-20T20:01:21.019Z | |
3084 | 2024-12-20T20:01:21.020Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176) |
3085 | 2024-12-20T20:01:21.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2024-12-20T20:01:21.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2024-12-20T20:01:21.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2024-12-20T20:01:21.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3089 | 2024-12-20T20:01:21.675Z | |
3090 | 2024-12-20T20:01:21.675Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3091 | 2024-12-20T20:01:22.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2024-12-20T20:01:22.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2024-12-20T20:01:22.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2024-12-20T20:01:22.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3095 | 2024-12-20T20:01:22.332Z | |
3096 | 2024-12-20T20:01:22.332Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3097 | 2024-12-20T20:01:22.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2024-12-20T20:01:22.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2024-12-20T20:01:23.027Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3100 | 2024-12-20T20:01:23.027Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3101 | 2024-12-20T20:01:23.900Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3102 | 2024-12-20T20:01:25.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
3103 | 2024-12-20T20:01:26.120Z | |
3104 | 2024-12-20T20:01:26.120Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3105 | 2024-12-20T20:01:26.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-12-20T20:01:26.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-12-20T20:01:26.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3108 | 2024-12-20T20:01:26.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3109 | 2024-12-20T20:01:26.923Z | |
3110 | 2024-12-20T20:01:26.923Z | info: running `cargo check --bins` on cert-dev (133/176) |
3111 | 2024-12-20T20:01:27.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3112 | 2024-12-20T20:01:27.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3113 | 2024-12-20T20:01:27.454Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3114 | 2024-12-20T20:01:27.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3115 | 2024-12-20T20:01:27.786Z | |
3116 | 2024-12-20T20:01:27.786Z | info: running `cargo check --bins` on clickana (134/176) |
3117 | 2024-12-20T20:01:28.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3118 | 2024-12-20T20:01:28.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3119 | 2024-12-20T20:01:28.439Z | Checking castaway v0.2.3 |
3120 | 2024-12-20T20:01:28.439Z | Checking unicode-truncate v1.1.0 |
3121 | 2024-12-20T20:01:28.442Z | Checking lru v0.12.5 |
3122 | 2024-12-20T20:01:28.442Z | Compiling instability v0.3.2 |
3123 | 2024-12-20T20:01:28.442Z | Checking cassowary v0.3.0 |
3124 | 2024-12-20T20:01:28.442Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3125 | 2024-12-20T20:01:28.652Z | Checking compact_str v0.8.0 |
3126 | 2024-12-20T20:01:29.283Z | Checking ratatui v0.28.1 |
3127 | 2024-12-20T20:01:31.143Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3128 | 2024-12-20T20:01:31.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
3129 | 2024-12-20T20:01:32.149Z | |
3130 | 2024-12-20T20:01:32.149Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3131 | 2024-12-20T20:01:32.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-12-20T20:01:32.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-12-20T20:01:32.823Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3134 | 2024-12-20T20:01:32.824Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3135 | 2024-12-20T20:01:33.400Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3136 | 2024-12-20T20:01:33.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3137 | 2024-12-20T20:01:33.943Z | |
3138 | 2024-12-20T20:01:33.943Z | info: running `cargo check --bins` on ch-dev (136/176) |
3139 | 2024-12-20T20:01:34.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2024-12-20T20:01:34.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2024-12-20T20:01:34.596Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3142 | 2024-12-20T20:01:35.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3143 | 2024-12-20T20:01:35.480Z | |
3144 | 2024-12-20T20:01:35.480Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3145 | 2024-12-20T20:01:36.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-12-20T20:01:36.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-12-20T20:01:36.139Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3148 | 2024-12-20T20:01:36.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3149 | 2024-12-20T20:01:36.675Z | |
3150 | 2024-12-20T20:01:36.675Z | info: running `cargo check --bins` on db-dev (138/176) |
3151 | 2024-12-20T20:01:37.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2024-12-20T20:01:37.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2024-12-20T20:01:37.335Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3154 | 2024-12-20T20:01:38.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3155 | 2024-12-20T20:01:38.232Z | |
3156 | 2024-12-20T20:01:38.232Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3157 | 2024-12-20T20:01:38.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-12-20T20:01:38.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-12-20T20:01:38.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3160 | 2024-12-20T20:01:38.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3161 | 2024-12-20T20:01:38.878Z | |
3162 | 2024-12-20T20:01:38.878Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3163 | 2024-12-20T20:01:39.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2024-12-20T20:01:39.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2024-12-20T20:01:39.490Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3166 | 2024-12-20T20:01:40.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3167 | 2024-12-20T20:01:40.525Z | |
3168 | 2024-12-20T20:01:40.526Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3169 | 2024-12-20T20:01:41.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-12-20T20:01:41.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-12-20T20:01:41.138Z | Checking cargo-platform v0.1.8 |
3172 | 2024-12-20T20:01:41.401Z | Checking cargo_metadata v0.18.1 |
3173 | 2024-12-20T20:01:42.380Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3174 | 2024-12-20T20:01:43.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3175 | 2024-12-20T20:01:43.350Z | |
3176 | 2024-12-20T20:01:43.350Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3177 | 2024-12-20T20:01:43.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2024-12-20T20:01:43.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2024-12-20T20:01:44.080Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3180 | 2024-12-20T20:01:44.807Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3181 | 2024-12-20T20:01:45.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3182 | 2024-12-20T20:01:45.547Z | |
3183 | 2024-12-20T20:01:45.547Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3184 | 2024-12-20T20:01:46.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-12-20T20:01:46.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-12-20T20:01:46.330Z | Compiling crunchy v0.2.2 |
3187 | 2024-12-20T20:01:46.330Z | Compiling tiny-keccak v2.0.2 |
3188 | 2024-12-20T20:01:46.333Z | Compiling dsl_auto_type v0.1.2 |
3189 | 2024-12-20T20:01:46.333Z | Checking scheduled-thread-pool v0.2.7 |
3190 | 2024-12-20T20:01:46.333Z | Compiling diesel_table_macro_syntax v0.2.0 |
3191 | 2024-12-20T20:01:46.333Z | Compiling ascii-canvas v3.0.0 |
3192 | 2024-12-20T20:01:46.442Z | Compiling ena v0.14.3 |
3193 | 2024-12-20T20:01:46.445Z | Compiling diff v0.1.13 |
3194 | 2024-12-20T20:01:46.659Z | Checking r2d2 v0.8.10 |
3195 | 2024-12-20T20:01:46.824Z | Compiling regex-syntax v0.6.29 |
3196 | 2024-12-20T20:01:46.873Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3197 | 2024-12-20T20:01:46.926Z | Compiling ref-cast v1.0.23 |
3198 | 2024-12-20T20:01:46.976Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3199 | 2024-12-20T20:01:46.998Z | Compiling derive_builder_core v0.20.2 |
3200 | 2024-12-20T20:01:47.088Z | Compiling libxml v0.3.3 |
3201 | 2024-12-20T20:01:47.137Z | Compiling ref-cast-impl v1.0.23 |
3202 | 2024-12-20T20:01:47.237Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3203 | 2024-12-20T20:01:47.502Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3204 | 2024-12-20T20:01:47.530Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3205 | 2024-12-20T20:01:47.678Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3206 | 2024-12-20T20:01:47.766Z | Compiling strum_macros v0.24.3 |
3207 | 2024-12-20T20:01:47.800Z | Compiling samael v0.0.17 |
3208 | 2024-12-20T20:01:48.070Z | Compiling diesel_derives v2.2.3 |
3209 | 2024-12-20T20:01:48.090Z | Compiling indoc v1.0.9 |
3210 | 2024-12-20T20:01:49.115Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3211 | 2024-12-20T20:01:49.390Z | Compiling impl-trait-for-tuples v0.2.2 |
3212 | 2024-12-20T20:01:49.408Z | Compiling derive_builder_macro v0.20.2 |
3213 | 2024-12-20T20:01:50.238Z | Compiling lalrpop v0.19.12 |
3214 | 2024-12-20T20:01:50.279Z | Checking derive_builder v0.20.2 |
3215 | 2024-12-20T20:01:50.433Z | Compiling oso-derive v0.27.3 |
3216 | 2024-12-20T20:01:50.992Z | Checking quick-xml v0.33.0 |
3217 | 2024-12-20T20:01:51.418Z | Compiling diesel-dtrace v0.4.2 |
3218 | 2024-12-20T20:01:51.475Z | Checking maplit v1.0.2 |
3219 | 2024-12-20T20:01:51.620Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3220 | 2024-12-20T20:01:51.781Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3221 | 2024-12-20T20:01:51.971Z | Checking bb8 v0.8.5 |
3222 | 2024-12-20T20:01:52.090Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3223 | 2024-12-20T20:01:52.370Z | Checking rand_seeder v0.3.0 |
3224 | 2024-12-20T20:01:52.503Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3225 | 2024-12-20T20:01:52.619Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3226 | 2024-12-20T20:01:52.829Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3227 | 2024-12-20T20:01:52.848Z | Checking unicode-linebreak v0.1.5 |
3228 | 2024-12-20T20:01:53.098Z | Checking is_ci v1.2.0 |
3229 | 2024-12-20T20:01:53.227Z | Checking smawk v0.3.2 |
3230 | 2024-12-20T20:01:53.261Z | Checking supports-color v3.0.1 |
3231 | 2024-12-20T20:01:53.310Z | Checking multimap v0.10.0 |
3232 | 2024-12-20T20:01:53.430Z | Checking textwrap v0.16.1 |
3233 | 2024-12-20T20:01:54.416Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3234 | 2024-12-20T20:01:56.954Z | Checking diesel v2.2.6 |
3235 | 2024-12-20T20:02:23.717Z | Compiling polar-core v0.27.3 |
3236 | 2024-12-20T20:02:26.546Z | Checking async-bb8-diesel v0.2.1 |
3237 | 2024-12-20T20:02:31.222Z | Checking oso v0.27.3 |
3238 | 2024-12-20T20:03:40.762Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3239 | 2024-12-20T20:03:46.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3240 | 2024-12-20T20:03:47.122Z | |
3241 | 2024-12-20T20:03:47.122Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3242 | 2024-12-20T20:03:47.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2024-12-20T20:03:47.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2024-12-20T20:03:47.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2024-12-20T20:03:47.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3246 | 2024-12-20T20:03:47.791Z | |
3247 | 2024-12-20T20:03:47.791Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3248 | 2024-12-20T20:03:48.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2024-12-20T20:03:48.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2024-12-20T20:03:48.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2024-12-20T20:03:48.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3252 | 2024-12-20T20:03:48.458Z | |
3253 | 2024-12-20T20:03:48.458Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3254 | 2024-12-20T20:03:49.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2024-12-20T20:03:49.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2024-12-20T20:03:49.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3257 | 2024-12-20T20:03:49.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3258 | 2024-12-20T20:03:49.075Z | |
3259 | 2024-12-20T20:03:49.075Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3260 | 2024-12-20T20:03:49.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-12-20T20:03:49.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-12-20T20:03:49.868Z | Compiling libz-sys v1.1.20 |
3263 | 2024-12-20T20:03:49.982Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3264 | 2024-12-20T20:03:49.993Z | Compiling vergen v8.3.2 |
3265 | 2024-12-20T20:03:49.996Z | Compiling cargo-platform v0.1.8 |
3266 | 2024-12-20T20:03:49.996Z | Compiling pin-project-internal v1.1.6 |
3267 | 2024-12-20T20:03:50.029Z | Compiling snafu-derive v0.8.5 |
3268 | 2024-12-20T20:03:50.029Z | Compiling libsqlite3-sys v0.30.1 |
3269 | 2024-12-20T20:03:50.059Z | Compiling buf-list v1.0.3 |
3270 | 2024-12-20T20:03:50.266Z | Compiling rustls v0.21.12 |
3271 | 2024-12-20T20:03:50.526Z | Compiling cargo_metadata v0.18.1 |
3272 | 2024-12-20T20:03:50.563Z | Compiling cfg_aliases v0.2.1 |
3273 | 2024-12-20T20:03:50.675Z | Checking globset v0.4.15 |
3274 | 2024-12-20T20:03:50.695Z | Compiling nix v0.29.0 |
3275 | 2024-12-20T20:03:50.714Z | Checking olpc-cjson v0.1.4 |
3276 | 2024-12-20T20:03:50.924Z | Checking rustls-webpki v0.101.7 |
3277 | 2024-12-20T20:03:50.943Z | Checking sct v0.7.1 |
3278 | 2024-12-20T20:03:51.141Z | Checking serde_plain v1.0.2 |
3279 | 2024-12-20T20:03:51.184Z | Checking typed-path v0.9.3 |
3280 | 2024-12-20T20:03:51.676Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3281 | 2024-12-20T20:03:51.951Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3282 | 2024-12-20T20:03:52.094Z | Checking hashlink v0.9.1 |
3283 | 2024-12-20T20:03:52.199Z | Checking parse-size v1.1.0 |
3284 | 2024-12-20T20:03:52.385Z | Checking fallible-streaming-iterator v0.1.9 |
3285 | 2024-12-20T20:03:52.612Z | Checking fallible-iterator v0.3.0 |
3286 | 2024-12-20T20:03:53.086Z | Checking pin-project v1.1.6 |
3287 | 2024-12-20T20:03:53.170Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3288 | 2024-12-20T20:03:53.207Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3289 | 2024-12-20T20:03:53.227Z | Checking rusqlite v0.32.1 |
3290 | 2024-12-20T20:03:53.229Z | Checking rustls-pemfile v1.0.4 |
3291 | 2024-12-20T20:03:53.429Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3292 | 2024-12-20T20:03:54.011Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3293 | 2024-12-20T20:03:54.159Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3294 | 2024-12-20T20:03:54.159Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3295 | 2024-12-20T20:03:54.276Z | Checking twox-hash v1.6.3 |
3296 | 2024-12-20T20:03:54.295Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3297 | 2024-12-20T20:03:54.335Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3298 | 2024-12-20T20:03:54.807Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3299 | 2024-12-20T20:03:54.929Z | Checking tokio-rustls v0.24.1 |
3300 | 2024-12-20T20:03:55.306Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3301 | 2024-12-20T20:03:55.370Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3302 | 2024-12-20T20:03:55.465Z | Checking snafu v0.8.5 |
3303 | 2024-12-20T20:03:55.675Z | Checking fatfs v0.3.6 |
3304 | 2024-12-20T20:03:55.934Z | Checking tough v0.19.0 |
3305 | 2024-12-20T20:03:56.159Z | Checking assert_matches v1.5.0 |
3306 | 2024-12-20T20:03:59.918Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3307 | 2024-12-20T20:04:01.324Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3308 | 2024-12-20T20:04:02.419Z | Compiling git2 v0.19.0 |
3309 | 2024-12-20T20:04:07.147Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3310 | 2024-12-20T20:05:00.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3311 | 2024-12-20T20:05:00.246Z | |
3312 | 2024-12-20T20:05:00.246Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3313 | 2024-12-20T20:05:00.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-12-20T20:05:00.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-12-20T20:05:00.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-12-20T20:05:00.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3317 | 2024-12-20T20:05:00.941Z | |
3318 | 2024-12-20T20:05:00.941Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3319 | 2024-12-20T20:05:01.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-12-20T20:05:01.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-12-20T20:05:01.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-12-20T20:05:01.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3323 | 2024-12-20T20:05:01.557Z | |
3324 | 2024-12-20T20:05:01.557Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3325 | 2024-12-20T20:05:02.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-12-20T20:05:02.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-12-20T20:05:02.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-12-20T20:05:02.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3329 | 2024-12-20T20:05:02.234Z | |
3330 | 2024-12-20T20:05:02.234Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3331 | 2024-12-20T20:05:02.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-12-20T20:05:02.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-12-20T20:05:02.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-12-20T20:05:02.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3335 | 2024-12-20T20:05:02.900Z | |
3336 | 2024-12-20T20:05:02.901Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3337 | 2024-12-20T20:05:03.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-12-20T20:05:03.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-12-20T20:05:03.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2024-12-20T20:05:03.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3341 | 2024-12-20T20:05:03.577Z | |
3342 | 2024-12-20T20:05:03.577Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3343 | 2024-12-20T20:05:04.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-12-20T20:05:04.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-12-20T20:05:04.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2024-12-20T20:05:04.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3347 | 2024-12-20T20:05:04.272Z | |
3348 | 2024-12-20T20:05:04.273Z | info: running `cargo check --bins` on update-common (154/176) |
3349 | 2024-12-20T20:05:04.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-12-20T20:05:04.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-12-20T20:05:04.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2024-12-20T20:05:04.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3353 | 2024-12-20T20:05:04.926Z | |
3354 | 2024-12-20T20:05:04.926Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3355 | 2024-12-20T20:05:05.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-12-20T20:05:05.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-12-20T20:05:05.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2024-12-20T20:05:05.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3359 | 2024-12-20T20:05:05.570Z | |
3360 | 2024-12-20T20:05:05.571Z | info: running `cargo check --bins` on tufaceous (156/176) |
3361 | 2024-12-20T20:05:06.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-12-20T20:05:06.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-12-20T20:05:06.244Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3364 | 2024-12-20T20:05:07.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3365 | 2024-12-20T20:05:07.384Z | |
3366 | 2024-12-20T20:05:07.384Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3367 | 2024-12-20T20:05:08.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-12-20T20:05:08.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-12-20T20:05:08.239Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3370 | 2024-12-20T20:05:08.365Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3371 | 2024-12-20T20:05:08.367Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3372 | 2024-12-20T20:05:08.367Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3373 | 2024-12-20T20:05:34.926Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3374 | 2024-12-20T20:05:34.928Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3375 | 2024-12-20T20:05:34.928Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3376 | 2024-12-20T20:05:34.929Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3377 | 2024-12-20T20:05:34.929Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3378 | 2024-12-20T20:05:35.727Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3379 | 2024-12-20T20:05:37.005Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3380 | 2024-12-20T20:06:15.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
3381 | 2024-12-20T20:06:15.636Z | |
3382 | 2024-12-20T20:06:15.636Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3383 | 2024-12-20T20:06:16.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-12-20T20:06:16.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-12-20T20:06:16.343Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3386 | 2024-12-20T20:06:16.343Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3387 | 2024-12-20T20:06:16.347Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3388 | 2024-12-20T20:06:17.980Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3389 | 2024-12-20T20:06:18.855Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3390 | 2024-12-20T20:06:19.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
3391 | 2024-12-20T20:06:20.151Z | |
3392 | 2024-12-20T20:06:20.152Z | info: running `cargo check --bins` on installinator-api (159/176) |
3393 | 2024-12-20T20:06:20.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2024-12-20T20:06:20.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2024-12-20T20:06:20.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3396 | 2024-12-20T20:06:20.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3397 | 2024-12-20T20:06:20.797Z | |
3398 | 2024-12-20T20:06:20.797Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3399 | 2024-12-20T20:06:21.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-12-20T20:06:21.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-12-20T20:06:21.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2024-12-20T20:06:21.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3403 | 2024-12-20T20:06:21.455Z | |
3404 | 2024-12-20T20:06:21.455Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3405 | 2024-12-20T20:06:22.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2024-12-20T20:06:22.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2024-12-20T20:06:22.142Z | Compiling petname v2.0.2 |
3408 | 2024-12-20T20:06:22.145Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3409 | 2024-12-20T20:06:22.145Z | Checking sync-ptr v0.1.1 |
3410 | 2024-12-20T20:06:23.582Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3411 | 2024-12-20T20:06:25.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
3412 | 2024-12-20T20:06:25.309Z | |
3413 | 2024-12-20T20:06:25.309Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3414 | 2024-12-20T20:06:25.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3415 | 2024-12-20T20:06:25.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3416 | 2024-12-20T20:06:25.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3417 | 2024-12-20T20:06:25.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3418 | 2024-12-20T20:06:25.972Z | |
3419 | 2024-12-20T20:06:25.972Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3420 | 2024-12-20T20:06:26.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3421 | 2024-12-20T20:06:26.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3422 | 2024-12-20T20:06:26.636Z | Checking memmap2 v0.9.5 |
3423 | 2024-12-20T20:06:26.636Z | Checking constant_time_eq v0.3.1 |
3424 | 2024-12-20T20:06:26.644Z | Checking spin v0.5.2 |
3425 | 2024-12-20T20:06:26.644Z | Checking arrayref v0.3.9 |
3426 | 2024-12-20T20:06:26.644Z | Checking arrayvec v0.7.6 |
3427 | 2024-12-20T20:06:26.740Z | Checking topological-sort v0.2.2 |
3428 | 2024-12-20T20:06:26.751Z | Checking shell-words v1.1.0 |
3429 | 2024-12-20T20:06:26.909Z | Checking ring v0.16.20 |
3430 | 2024-12-20T20:06:27.025Z | Checking blake3 v1.5.4 |
3431 | 2024-12-20T20:06:28.039Z | Checking omicron-zone-package v0.11.1 |
3432 | 2024-12-20T20:06:29.128Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3433 | 2024-12-20T20:06:30.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
3434 | 2024-12-20T20:06:30.205Z | |
3435 | 2024-12-20T20:06:30.205Z | info: running `cargo check --bins` on xtask (164/176) |
3436 | 2024-12-20T20:06:30.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3437 | 2024-12-20T20:06:30.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3438 | 2024-12-20T20:06:30.639Z | Checking bitflags v2.6.0 |
3439 | 2024-12-20T20:06:30.643Z | Checking serde v1.0.215 |
3440 | 2024-12-20T20:06:30.716Z | Checking thiserror v1.0.69 |
3441 | 2024-12-20T20:06:30.731Z | Checking scroll v0.12.0 |
3442 | 2024-12-20T20:06:30.735Z | Checking log v0.4.22 |
3443 | 2024-12-20T20:06:30.739Z | Checking hashbrown v0.15.1 |
3444 | 2024-12-20T20:06:30.742Z | Checking zerocopy v0.7.35 |
3445 | 2024-12-20T20:06:30.773Z | Checking syn v2.0.87 |
3446 | 2024-12-20T20:06:30.828Z | Checking pest v2.7.14 |
3447 | 2024-12-20T20:06:30.960Z | Checking rustix v0.38.37 |
3448 | 2024-12-20T20:06:30.983Z | Checking once_cell v1.20.2 |
3449 | 2024-12-20T20:06:31.171Z | Checking goblin v0.8.2 |
3450 | 2024-12-20T20:06:31.290Z | Checking fs-err v2.11.0 |
3451 | 2024-12-20T20:06:31.608Z | Checking tabled v0.15.0 |
3452 | 2024-12-20T20:06:31.810Z | Checking indexmap v2.6.0 |
3453 | 2024-12-20T20:06:32.131Z | Checking anyhow v1.0.93 |
3454 | 2024-12-20T20:06:32.835Z | Checking terminal_size v0.4.0 |
3455 | 2024-12-20T20:06:32.841Z | Checking tempfile v3.13.0 |
3456 | 2024-12-20T20:06:33.000Z | Checking clap_builder v4.5.21 |
3457 | 2024-12-20T20:06:33.274Z | Checking dtrace-parser v0.2.0 |
3458 | 2024-12-20T20:06:34.965Z | Checking serde_json v1.0.132 |
3459 | 2024-12-20T20:06:34.965Z | Checking serde_spanned v0.6.8 |
3460 | 2024-12-20T20:06:34.965Z | Checking toml_datetime v0.6.8 |
3461 | 2024-12-20T20:06:34.975Z | Checking camino v1.1.9 |
3462 | 2024-12-20T20:06:34.975Z | Checking semver v1.0.23 |
3463 | 2024-12-20T20:06:35.178Z | Checking cargo-platform v0.1.8 |
3464 | 2024-12-20T20:06:35.262Z | Checking macaddr v1.0.1 |
3465 | 2024-12-20T20:06:35.277Z | Checking toml_edit v0.22.22 |
3466 | 2024-12-20T20:06:35.599Z | Checking camino-tempfile v1.1.1 |
3467 | 2024-12-20T20:06:35.711Z | Checking clap v4.5.21 |
3468 | 2024-12-20T20:06:36.238Z | Checking dof v0.3.0 |
3469 | 2024-12-20T20:06:36.239Z | Checking cargo_metadata v0.18.1 |
3470 | 2024-12-20T20:06:36.588Z | Checking usdt-impl v0.5.0 |
3471 | 2024-12-20T20:06:36.946Z | Checking usdt v0.5.0 |
3472 | 2024-12-20T20:06:37.040Z | Checking toml v0.8.19 |
3473 | 2024-12-20T20:06:37.530Z | Checking cargo_toml v0.20.5 |
3474 | 2024-12-20T20:06:40.153Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3475 | 2024-12-20T20:06:40.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
3476 | 2024-12-20T20:06:40.292Z | |
3477 | 2024-12-20T20:06:40.292Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3478 | 2024-12-20T20:06:40.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3479 | 2024-12-20T20:06:40.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3480 | 2024-12-20T20:06:40.314Z | Checking polyval v0.6.2 |
3481 | 2024-12-20T20:06:40.326Z | Checking ctr v0.9.2 |
3482 | 2024-12-20T20:06:40.336Z | Checking ssh-encoding v0.2.0 |
3483 | 2024-12-20T20:06:40.338Z | Checking blowfish v0.9.1 |
3484 | 2024-12-20T20:06:40.356Z | Checking password-hash v0.4.2 |
3485 | 2024-12-20T20:06:40.359Z | Checking matches v0.1.10 |
3486 | 2024-12-20T20:06:40.386Z | Checking p256 v0.13.2 |
3487 | 2024-12-20T20:06:40.389Z | Checking p521 v0.13.3 |
3488 | 2024-12-20T20:06:40.457Z | Checking idna v0.2.3 |
3489 | 2024-12-20T20:06:40.546Z | Checking bcrypt-pbkdf v0.10.0 |
3490 | 2024-12-20T20:06:40.583Z | Compiling enum-as-inner v0.5.1 |
3491 | 2024-12-20T20:06:40.589Z | Checking ghash v0.5.1 |
3492 | 2024-12-20T20:06:40.642Z | Checking russh-cryptovec v0.7.3 |
3493 | 2024-12-20T20:06:40.741Z | Checking pbkdf2 v0.11.0 |
3494 | 2024-12-20T20:06:40.770Z | Checking aes-gcm v0.10.3 |
3495 | 2024-12-20T20:06:40.795Z | Checking md5 v0.7.0 |
3496 | 2024-12-20T20:06:40.830Z | Checking num-bigint v0.4.6 |
3497 | 2024-12-20T20:06:40.848Z | Checking des v0.8.1 |
3498 | 2024-12-20T20:06:41.009Z | Checking ssh-cipher v0.2.0 |
3499 | 2024-12-20T20:06:41.027Z | Compiling dhcproto-macros v0.1.0 |
3500 | 2024-12-20T20:06:41.046Z | Checking hex-literal v0.4.1 |
3501 | 2024-12-20T20:06:41.101Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3502 | 2024-12-20T20:06:41.170Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3503 | 2024-12-20T20:06:41.290Z | Checking ssh-key v0.6.6 |
3504 | 2024-12-20T20:06:41.305Z | Checking internet-checksum v0.2.1 |
3505 | 2024-12-20T20:06:41.639Z | Checking trust-dns-proto v0.22.0 |
3506 | 2024-12-20T20:06:42.581Z | Checking russh-keys v0.45.0 |
3507 | 2024-12-20T20:06:43.499Z | Checking russh v0.45.0 |
3508 | 2024-12-20T20:06:44.173Z | Checking dhcproto v0.12.0 |
3509 | 2024-12-20T20:07:01.239Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3510 | 2024-12-20T20:07:02.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.19s |
3511 | 2024-12-20T20:07:02.847Z | |
3512 | 2024-12-20T20:07:02.847Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3513 | 2024-12-20T20:07:03.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2024-12-20T20:07:03.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2024-12-20T20:07:03.485Z | Checking termios v0.3.3 |
3516 | 2024-12-20T20:07:03.700Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3517 | 2024-12-20T20:07:04.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3518 | 2024-12-20T20:07:04.651Z | |
3519 | 2024-12-20T20:07:04.651Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3520 | 2024-12-20T20:07:05.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2024-12-20T20:07:05.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2024-12-20T20:07:05.345Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3523 | 2024-12-20T20:07:07.363Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3524 | 2024-12-20T20:07:09.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3525 | 2024-12-20T20:07:09.451Z | |
3526 | 2024-12-20T20:07:09.451Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3527 | 2024-12-20T20:07:10.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2024-12-20T20:07:10.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2024-12-20T20:07:10.086Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3530 | 2024-12-20T20:07:10.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3531 | 2024-12-20T20:07:10.745Z | |
3532 | 2024-12-20T20:07:10.745Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3533 | 2024-12-20T20:07:11.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2024-12-20T20:07:11.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2024-12-20T20:07:11.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2024-12-20T20:07:11.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3537 | 2024-12-20T20:07:11.355Z | |
3538 | 2024-12-20T20:07:11.355Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3539 | 2024-12-20T20:07:11.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-12-20T20:07:11.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-12-20T20:07:11.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2024-12-20T20:07:11.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3543 | 2024-12-20T20:07:11.970Z | |
3544 | 2024-12-20T20:07:11.971Z | info: running `cargo check --bins` on omicron-package (171/176) |
3545 | 2024-12-20T20:07:12.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-20T20:07:12.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-20T20:07:12.643Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3548 | 2024-12-20T20:07:13.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3549 | 2024-12-20T20:07:14.170Z | |
3550 | 2024-12-20T20:07:14.170Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3551 | 2024-12-20T20:07:14.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-20T20:07:14.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-20T20:07:14.871Z | Checking rtoolbox v0.0.2 |
3554 | 2024-12-20T20:07:14.871Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3555 | 2024-12-20T20:07:14.874Z | Checking tui-tree-widget v0.22.0 |
3556 | 2024-12-20T20:07:15.097Z | Checking rpassword v7.3.1 |
3557 | 2024-12-20T20:07:19.192Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3558 | 2024-12-20T20:07:22.238Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3559 | 2024-12-20T20:07:23.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s |
3560 | 2024-12-20T20:07:23.654Z | |
3561 | 2024-12-20T20:07:23.654Z | info: running `cargo check --bins` on wicket (173/176) |
3562 | 2024-12-20T20:07:24.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3563 | 2024-12-20T20:07:24.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3564 | 2024-12-20T20:07:24.360Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3565 | 2024-12-20T20:07:24.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3566 | 2024-12-20T20:07:24.988Z | |
3567 | 2024-12-20T20:07:24.988Z | info: running `cargo check --bins` on wicketd (174/176) |
3568 | 2024-12-20T20:07:25.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3569 | 2024-12-20T20:07:25.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3570 | 2024-12-20T20:07:25.703Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3571 | 2024-12-20T20:07:29.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
3572 | 2024-12-20T20:07:29.862Z | |
3573 | 2024-12-20T20:07:29.862Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3574 | 2024-12-20T20:07:30.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2024-12-20T20:07:30.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2024-12-20T20:07:30.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3577 | 2024-12-20T20:07:30.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3578 | 2024-12-20T20:07:30.472Z | |
3579 | 2024-12-20T20:07:30.473Z | info: running `cargo check --bins` on zone-setup (176/176) |
3580 | 2024-12-20T20:07:31.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3581 | 2024-12-20T20:07:31.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3582 | 2024-12-20T20:07:31.205Z | Checking uzers v0.12.1 |
3583 | 2024-12-20T20:07:31.546Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3584 | 2024-12-20T20:07:32.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
3585 | 2024-12-20T20:07:32.926Z | |
3586 | 2024-12-20T20:07:32.926Z | real 13:06.898286936 |
3587 | 2024-12-20T20:07:32.926Z | user 24:20.316849733 |
3588 | 2024-12-20T20:07:32.926Z | sys 5:28.382148825 |
3589 | 2024-12-20T20:07:32.926Z | trap 0.465211275 |
3590 | 2024-12-20T20:07:32.929Z | tflt 2.660463967 |
3591 | 2024-12-20T20:07:32.929Z | dflt 3.311976253 |
3592 | 2024-12-20T20:07:32.929Z | kflt 0.000667529 |
3593 | 2024-12-20T20:07:32.929Z | lock 46:27.627450500 |
3594 | 2024-12-20T20:07:32.929Z | slp 2:07:09.476766416 |
3595 | 2024-12-20T20:07:32.929Z | lat 58.391978438 |
3596 | 2024-12-20T20:07:32.929Z | stop 3:19.573222178 |
3597 | 2024-12-20T20:07:32.929Z | process exited: duration 1128707 ms, exit code 0 |
|
3598 | 2024-12-20T20:07:32.936Z | found 0 output files |