Open j-braley opened 2 years ago
I think this is one related to https://github.com/adoptium/run-aqa/issues/133 (not sure it should be reported in run-aqa repo or not, can move it here) . Mainly, my guess is the windows version cause cygwin did not take cygpath to cover C:/cygwin64/home/joebraley/test-breakage/aqa-tests//TKG/scripts/getFileWithRetry.sh (did a bit test, it is not only this getFileWithRetry.sh but all other shell script swhich are used as macro have exactly the same problem)
Issue here might stem from WSL and Cygwin being installed on the agent/machine. I seem to notice that when certain bash commands are ran they are using wsl pathing and not cygwin pathing.
After installing
aqa-tests
and running./compile.sh
ormake compile
(in TKG/) make exits withError 2
. The specific stage where I am observing these failures is the call to/TKG/scripts/getFileWithRetry.sh
and the error isNo such file or directory
Steps to reproduce:
aqa-tests
./get.sh
./compile.sh
Expected that make completes with no error. Actual make exits with error code 2. Output below from running BUILD_LIST=openjdk but I have seen failures for system as well.
Let me know if more information is needed! Or if I missed a step somewhere.