
Am Donnerstag, 20. Juli 2017, 12:31:32 CEST schrieb Max:
Looks very useful, thank you. Where do I get this "build36" or "cloud117" from? also what does ":1" at the end refers to?
It is: <arch>:<host>:<vm_num> In the log you sent, you can find a line like [ 0s] build36 started "build libosmocore_0.9.6.20170719.dsc" at Wed Jul 19 19:49:50 UTC 2017. build36 is the host. Here you can find the arch (maybe there is a better solution with osc - I don`t know) https://build.opensuse.org/monitor and vm_num=1 is always a good idea. Normally the other VM`s should be the same.
Basically how do I gather parameters for "osc workerinfo" from the failed build log? On 20.07.2017 12:24, Frank Schreiner wrote:
An additional hint: You can use "osc workerinfo" to find out a bit more about the worker where the job was running on:
## BUILD FAILED: # osc workerinfo x86_64:build36:1 |grep sse
<flag>sse</flag> <flag>sse2</flag> <flag>sse4a</flag> <flag>misalignsse</flag>
## BUILD WORKED # osc workerinfo x86_64:cloud117:1 |grep sse
<flag>sse</flag> <flag>sse2</flag> <flag>ssse3</flag> <flag>sse4_1</flag> <flag>sse4_2</flag>