Re: Maven 'stuck' in service test compilation ?

2024-03-21 Thread Mridul Muralidharan
Hi Ethan, Thanks for checking ! It appears that my desktop java version had been upgraded, which resulted in the failures ... Reverting it back to java 8 fixed the issues seen. Regards, Mridul On Thu, Mar 21, 2024 at 7:27 AM Ethan Feng wrote: > Hi Mridul, > > I've tried your scripts on my

Re: Maven 'stuck' in service test compilation ?

2024-03-21 Thread Ethan Feng
Hi Mridul, I've tried your scripts on my local environment(JDK8) and the problem is not reproduced. Both Maven 3.8.8 and 3.9.6 are tested. Changing might help as I've encountered some maven bugs before. I think there needs more information about how to reproduce this problem, like the

Maven 'stuck' in service test compilation ?

2024-03-21 Thread Mridul Muralidharan
Hi, I am observing that a maven build gets 'stuck' when compiling "services" for running tests. Without tests, this goes through: $ ARGS="-Pspark-3.1"; ./build/mvn $ARGS clean 2>&1 | tee clean_output.txt && ./build/mvn -DskipTests $ARGS package 2>&1 | tee build_output.txt This gets stuck