Commit b239d6c
authored
Fix: Check whether a tool was successfully started (#2500)
This fix tracks the status of 'tool.up' command(s) as well as the
output generated by Docker. If the output contains 'warning...platform'
text, we might be dealing with a container started on an incompatible
platform, in which case we wait a bit (because it will crash very soon),
check its status, and report the outcome.
The fix also adds better error reporting on tool start/stop failures
and partial-success reporting.
Closes #24561 parent d484547 commit b239d6c
2 files changed
+52
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
263 | 278 | | |
264 | 279 | | |
265 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
262 | 282 | | |
263 | 283 | | |
264 | 284 | | |
| |||
273 | 293 | | |
274 | 294 | | |
275 | 295 | | |
| 296 | + | |
| 297 | + | |
276 | 298 | | |
277 | 299 | | |
278 | 300 | | |
279 | 301 | | |
280 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
281 | 308 | | |
282 | 309 | | |
283 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
284 | 313 | | |
285 | 314 | | |
286 | 315 | | |
287 | 316 | | |
288 | | - | |
289 | | - | |
290 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
291 | 321 | | |
292 | 322 | | |
293 | 323 | | |
| |||
0 commit comments