-
Notifications
You must be signed in to change notification settings - Fork 75
Cannot compile master branch. #360
Comments
@zhouyuan @weiting-chen @zhixingheyi-tian Please help to track the issue. Thanks! |
@haojinIntel Could you also provide the full compile command you are using. Thanks. |
@weiting-chen The command of maven is showed below: |
@haojinIntel |
@weiting-chen @rui-mo i have a local jenkins running daily - this didnt show up in my jenkins env. |
@zhouyuan hi, did you test with"-Dmaven.test.skip"? with this config, this error will not show up. |
@rui-mo @haojinIntel can you also provide your JDK info? this seems occur on openjdk only, oracle-jdk runs fine |
Here are some new findings:
If deleting " 4.4.0" or replacing "4.4.0" to "4.5.2", below cmd runs successfully.
Below command still failed with the above error:
But If changing the scala-maven-plugin version to 4.3.0 or 4.3.1 (spark is using 4.3.0), the test compilation works well on my env. |
Deleting "4.4.0" not work for me. Report the same error with "4.4.0" |
@rui-mo |
@haojinIntel can you please also share the JDK you are using? |
4.3.0 and 4.3.1 also work in my env with openjdk version "1.8.0_282" |
@zhouyuan I use oracle-jdk 1.8.0_112. |
Adding "-P full-scala-compiler" may help solve this issue. Below command compiles successfully on my env with master branch. |
@haojinIntel |
@weiting-chen The issue can be fixed in my env. Thanks. |
We try to compile the master branch and meet the error message like:
The text was updated successfully, but these errors were encountered: