|
|
@ -372,6 +372,8 @@ identification and results of individual tasks.
|
|
|
|
sandboxed program could be killed, but sandbox exited normally), FAILED
|
|
|
|
sandboxed program could be killed, but sandbox exited normally), FAILED
|
|
|
|
(error while executing task), SKIPPED (execution of task was skipped)
|
|
|
|
(error while executing task), SKIPPED (execution of task was skipped)
|
|
|
|
- _error_message_ -- defined only in internal tasks on failure
|
|
|
|
- _error_message_ -- defined only in internal tasks on failure
|
|
|
|
|
|
|
|
- _output_ -- output from stdout and stderr of sandboxed program,
|
|
|
|
|
|
|
|
limitation on length defined in worker configuration
|
|
|
|
- _sandbox_results_ -- if defined than this task was external and was run in
|
|
|
|
- _sandbox_results_ -- if defined than this task was external and was run in
|
|
|
|
sandbox
|
|
|
|
sandbox
|
|
|
|
- **exitcode** -- exit code integer
|
|
|
|
- **exitcode** -- exit code integer
|
|
|
@ -387,8 +389,6 @@ identification and results of individual tasks.
|
|
|
|
- **killed** -- boolean determining if program exited correctly or was
|
|
|
|
- **killed** -- boolean determining if program exited correctly or was
|
|
|
|
killed
|
|
|
|
killed
|
|
|
|
- _message_ -- status message on failure
|
|
|
|
- _message_ -- status message on failure
|
|
|
|
- _output_ -- output from stdout and stderr of sandboxed program,
|
|
|
|
|
|
|
|
limitation on length defined in worker configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Results example
|
|
|
|
### Results example
|
|
|
|
|
|
|
|
|
|
|
|