*** iker has joined #trustable | 06:57 | |
*** paulwaters_ has joined #trustable | 07:42 | |
*** toscalix has joined #trustable | 08:01 | |
iker | paulsherwood, check https://gitlab.com/trustable/av-stpa/-/jobs/99601626 | 08:07 |
---|---|---|
iker | that's the gitect evidence report | 08:08 |
iker | You asked yesterday. | 08:09 |
paulsherwood | iker: ok, it's a start :) | 08:13 |
paulsherwood | let's raise an issue on gitect... how to make evidence more user-friendly | 08:13 |
paulsherwood | but i'd be ok to approve now i think | 08:14 |
iker | great, I will write the issue now | 08:14 |
iker | I had a job in the pipeline which was stuck and it wasn't running, finally it failed and outputted this: https://gitlab.com/trustable/distros/minimal-distro/-/jobs/99621968 | 08:48 |
iker | which is the reason for that? how can I fix it? | 08:48 |
paulsherwood | iker: i think that's a gitlab infra problem | 09:06 |
paulsherwood | i've hit retry | 09:06 |
paulsherwood | while it's great that gitlab provides so much free capacity for ci, we can't expect it to be 100% reliable/performant | 09:07 |
*** Shaun has joined #trustable | 09:09 | |
iker | a ok, good to know | 09:09 |
flatmush | STANDUP! Order: flatmush, Shaun, iker, ctgriffiths | 09:43 |
flatmush | ## Ben Brewer (flatmush) | 09:43 |
flatmush | * Done | 09:43 |
flatmush | - Wrestle with SYSLINUX, to no avail. | 09:43 |
flatmush | - More updates to freedesktop-sdk junctions branch. | 09:43 |
flatmush | - E-mail response to olwen about standards. | 09:43 |
flatmush | - Talked with jjardon about moving some sources to git in freedesktop-sdk | 09:43 |
flatmush | * Doing | 09:43 |
flatmush | - Summary e-mail about progress on minimal-distro to trustable distros list | 09:43 |
flatmush | - Submit my git sources patch to freedesktop-sdk to update some sources to git. | 09:43 |
flatmush | - Update busybox and minimal-distro runtime to use freedesktop-ddk | 09:43 |
flatmush | - Help ctgriffiths with looking into using gummiboot/systemd-boot. | 09:43 |
flatmush | ## Shaun Mooney (Shaun) | 09:43 |
Shaun | * Done | 09:44 |
Shaun | - Project catchup | 09:44 |
Shaun | - AV STPA losses and hazards | 09:44 |
Shaun | * Doing | 09:44 |
Shaun | - STPA Reading | 09:44 |
Shaun | - Re-reading handbook in more detail | 09:44 |
Shaun | - Working through primer | 09:44 |
Shaun | * Next | 09:44 |
Shaun | - AV STPA responsibilites and control actions | 09:44 |
Shaun | * Issues | 09:44 |
Shaun | - None | 09:44 |
Shaun | ## Iker Perez ( iker ) | 09:44 |
iker | * Done | 09:44 |
iker | - Debug gitect code in av-stpa and minimal-distro repos | 09:44 |
iker | * Doing | 09:44 |
iker | - Change the way in which fredesktop elements are installed | 09:44 |
iker | # Craig Griffiths ( ctgriffiths ) | 09:45 |
ctgriffiths | * Done | 09:45 |
ctgriffiths | - Looking in to build issues and updated issue report: | 09:45 |
ctgriffiths | https://gitlab.com/BuildStream/buildstream/issues/645 | 09:45 |
ctgriffiths | - Spinning up on buildstream and free desktop SDK. | 09:45 |
ctgriffiths | * Doing | 09:45 |
ctgriffiths | - Try alternatives to SYS-LIINUX as there are problems building it | 09:45 |
ctgriffiths | - systemd-boot looks like the best candidate | 09:45 |
ctgriffiths | ## Discussion | 09:45 |
flatmush | Any points? | 09:46 |
iker | _O_ | 09:46 |
ctgriffiths | _o_ | 09:46 |
paulwaters_ | _o_ | 09:46 |
flatmush | STANDUP ENDS! | 09:46 |
* Shaun wasn't given much of a chance, but had no points anyway | 09:47 | |
paulsherwood | Shaun: need to keep up :) | 09:47 |
flatmush | You snooze, you lose! | 09:47 |
paulsherwood | iker, flatmush - coming back to this stdout munging thing. if we can get uname output, why can't we get the test output? | 09:49 |
paulsherwood | and if the output doesn't provide anything useful, is that an issue for the test? | 09:50 |
flatmush | we do uname and just grep for "Linux", we don't really get the output | 09:50 |
flatmush | we need to get the proper output, anything else is a hack | 09:50 |
*** iker is now known as ikerperez | 09:50 | |
flatmush | it is technically possible to print some stuff out on the qemu image and then use that to extract the output exactly including an error code, but it's a really messy option | 09:51 |
* paulsherwood doesn't understand | 09:51 | |
flatmush | we run our stuff in an emulator, the only I/O we have is the terminal from that emulator | 09:51 |
flatmush | current image can't trivially have ssh | 09:51 |
flatmush | in an ideal world, we'd just run tests via ssh and get their exit-code and i/o | 09:52 |
paulsherwood | how does uname output end up in the terminal? | 09:52 |
flatmush | the test effectively "types" "uname -a" into the terminal | 09:52 |
paulsherwood | and why can't latency_measure output be treated the same way? | 09:52 |
flatmush | and then checks to see if the string "Linux" appears at any time withing the next 60 seconds | 09:52 |
flatmush | if dmesg came up with something that said Linux, then the test would pass but be incorrect | 09:52 |
paulsherwood | just grep for "max latency" or whatever the test reports? | 09:52 |
flatmush | the terminal gets all output, not just the program that runs | 09:53 |
flatmush | the test reports lots of data | 09:53 |
flatmush | it would be a very hacky script to ensure we only get the latency test data and not other printouts | 09:53 |
flatmush | and in the end it would gain us very little | 09:53 |
flatmush | because we'd have to write that for every test | 09:53 |
paulsherwood | right. for now i'm just suggesting take the one line that reports max latency. it gives us *something* | 09:53 |
flatmush | ikerperez: Do you want to give that a try? ^^ | 09:54 |
paulsherwood | i take your point that this is not 'production' or 'scaleable' but i'd rather have some example tests than not | 09:54 |
ikerperez | I was going to go for the task of changing the freedesktop sources, but I haven't started yet so I don't mind doing that | 09:56 |
ikerperez | I will do whatever you guys thing is a higher priority | 09:57 |
*** paulwaters_ has quit IRC | 10:01 | |
ikerperez | I will go for the max latency report | 10:06 |
*** paulwaters_ has joined #trustable | 10:55 | |
paulsherwood | change fsdsdk sources | 11:36 |
paulsherwood | is higher priority | 11:36 |
ikerperez | I have already done something to print the latency, is running in the CI right now. | 11:38 |
ikerperez | It is not going to use the maximum latency to evaluate the validity of the test but at least we will be able to read it | 11:39 |
ikerperez | It's just an approximation | 11:40 |
paulsherwood | ack | 11:46 |
*** paulwaters_ has quit IRC | 15:59 | |
*** ikerperez has quit IRC | 16:02 | |
*** Shaun has quit IRC | 16:20 | |
*** toscalix has quit IRC | 17:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!