aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

parse_issues workflow is failing with 'openjdk/excludes/vendors' is not a file

Open smlambert opened this issue 5 months ago • 0 comments

It looks like this workflow, .github/workflows/parse-issues.yml, has been failing for the last 6 months.

WARNING - openjdk/excludes/ProblemList_openjdk24-openj9.txt:167 : assuming 'aarch64_macos' already formatted to ARCH_OS; continuing without transformation
  WARNING - openjdk/excludes/ProblemList_openjdk24-openj9.txt:168 : assuming 'aarch64_macos' already formatted to ARCH_OS; continuing without transformation
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk24.txt...
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk25-openj9.txt...
  WARNING - openjdk/excludes/ProblemList_openjdk25-openj9.txt:167 : assuming 'aarch64_macos' already formatted to ARCH_OS; continuing without transformation
  WARNING - openjdk/excludes/ProblemList_openjdk25-openj9.txt:168 : assuming 'aarch64_macos' already formatted to ARCH_OS; continuing without transformation
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk25.txt...
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk8-openj9.txt...
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk8.txt...
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk9-openj9.txt...
  DEBUG - Processing openjdk/excludes/ProblemList_openjdk9.txt...
  DEBUG - Processing openjdk/excludes/vendors...
  ERROR - openjdk/excludes/vendors : 'openjdk/excludes/vendors' is not a file
  DEBUG - Outputting to stdout
  DEBUG - Error found. Exiting with code 1
  Error: Process completed with exit code 1.

Need to check, but may be a matter of updating this line: https://github.com/adoptium/aqa-tests/blob/master/.github/workflows/parse-issues.yml#L29 to ls -1dq openjdk/excludes/** | tee exclude_files.txt

smlambert avatar May 25 '25 10:05 smlambert