pub fn parse_one_block( lines: &[String], ix: &mut usize, ) -> Result<Trace, TramexError>
Function that parses one log
Return an error if the parsing fails