I have a trace converter that converts google-trace v2 into my own trace format based on the trace scheduler.
The converter has been worked well for several trace collections, such as delta, tahoe, and whiskey.
However, in some collections such as tango, the trace scheduler reports error message such as "Failed to open /path/to/external-traces-v2/tango/2523714004182984823.865263.memtrace.zip" and stopped (error_code=2).
I am sure the underlying file is good (by uncompress it) and re-download the file also does not help.
Is the trace file in some format that the trace scheduler does not support?
The same error also occurs on collection charlie, bravo.a, etc.
Any suggestion?