run mvn package failed from master
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 780
- PR merge metrics
- No merged PRs in 30d
Description
```
[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 -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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Run `mvn package` from the master branch and inspect the compiler failure at line 1374 of `core/src/main/java/com/alibaba/alink/operator/common/regression/glm/GlmUtil.java`. Check whether the same failure occurs for tag v1.5.1, then verify that the requested build or compile check completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100