Alink icon indicating copy to clipboard operation
Alink copied to clipboard

run mvn package failed from master

Open liangyuanpeng opened this issue 3 years ago • 0 comments

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project alink_core_flink-1.13_2.11: Compilation failure
[ERROR] /home/yunhorn/repo/git/Alink/core/src/main/java/com/alibaba/alink/operator/common/regression/glm/GlmUtil.java:[1374,33] cannot find symbol
[ERROR] symbol:   variable LinearSolver
[ERROR] location: class com.alibaba.alink.operator.common.regression.glm.GlmUtil.WeightedLeastSquares
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :alink_core_flink-1.13_2.11

tag v1.5.1 also failed. Maybe we can create a github action for compile and package.

liangyuanpeng avatar Dec 24 '21 06:12 liangyuanpeng