Build_solutions_octave fails

What happens

build_solutions_octave fails at commit 119e382d. Although that the code runs locally (and solves the challenge) and the linter reports no errors, the code fails the build.

What do you understand or find about that problem

According to Octave documentation, the error shows that there is a problem with array size, which appears to be an empty array.

You make any workaround? What did you do?

Tried to approach the problem by using cell arrays for the data parsed as a string, also by parsing the data as an integer number and processing them in an uni-dimensional array, but does not seems to solve the error

Evidences

I need help with

Need help to figure out what is wrong with my approach in the commit about the error shown in the evidence

This is a problem in the compilation, I don’t know much about octave, but I can think that maybe the way that you are reading and storing the data can be the problem, you can check this as an example, but you must found why the compilation fails, you can check the compilation command here.