To admins:
Around 9:00 PM Saturday, August 3, 2019, I tried using Julia to submit various solutions to my avail. The error message is as follows:
Error: Traceback (most recent call last): File "/root/lovelace-engine/engine/api.py", line 129, in on_post user_outputs, p_infos = runner.run(self.container_name, code_filename, function_name, input_tuples, output_tuples) File "/root/lovelace-engine/engine/code_runner.py", line 104, in run raise EngineExecutionError(exec_stdout) engine.code_runner.EngineExecutionError: Your program took too long to run (more than 10 seconds).
But solutions to the same problems submitted using Python were successful. Which makes me believe site’s Julia compiler is broken.