sio2project / oioioi

GNU General Public License v3.0
160 stars 70 forks source link

Submission error hints are not appearing for testruns #354

Open A-dead-pixel opened 3 months ago

A-dead-pixel commented 3 months ago

When I tested it locally, only an empty box appeared:

image

metenn commented 3 months ago

Error hints not showing up for test runs was something I overlooked and thus they shouldn't show up at all, so the empty box is probably from something else? I couldn't replicate this empty box issue in any case.

A-dead-pixel commented 3 months ago

This isn't completed yet, as only the suspicious blue box has been fixed (by #355). Testruns still don't have error hints.

metenn commented 3 months ago

I'm on it!

twalen commented 3 months ago

Why in the screenshot you have a comment: "program exited due to signal 6"?

Both oioioi code & sioworkers code expect prefix: "process exited due to signal " (see https://github.com/sio2project/oioioi/blob/master/oioioi/programs/controllers.py#L740)

A-dead-pixel commented 3 months ago

Two quick rgs show that sioworkers are the culprit and program exited due to... also shows up in oioioi tests.