-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-39734: [Java] Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.1.1 #39696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-39734: [Java] Bump org.codehaus.mojo:exec-maven-plugin from 1.6.0 to 3.1.1 #39696
Conversation
|
@github-actions crossbow submit java |
|
Revision: e1c246622418456d6582df60db993b4a67b0166c Submitted crossbow builds: ursacomputing/crossbow @ actions-723588355a |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @vibhatha !
The integration failure seems related:
Error: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.1:exec (run-java-benchmarks) on project arrow-performance: The plugin org.codehaus.mojo:exec-maven-plugin:3.1.1 requires Maven version 3.6.3 -> [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/PluginIncompatibleException
Error:
Error: After correcting the problems, you can resume the build with the command
Error: mvn <goals> -rf :arrow-performance
Also, this should not be MINOR and we should create an issue for it.
|
@raulcd let me check this. 👍 |
|
@raulcd is there a way to re-run the CIs. I looked into the logs and noticed that the environment already has MAVEN 3.6.3 Error: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.1:exec (run-java-benchmarks) on project arrow-performance: The plugin org.codehaus.mojo:exec-maven-plugin:3.1.1 requires Maven version 3.6.3 -> [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/PluginIncompatibleException
Error:
Error: After correcting the problems, you can resume the build with the command
Error: mvn <goals> -rf :arrow-performance
1
Error: `docker-compose --file /home/runner/work/arrow/arrow/docker-compose.yml run --rm -e ARCHERY_DEFAULT_BRANCH=main -e ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration` exited with a non-zero exit code 1, see the process log above.
The docker-compose command was invoked with the following parameters:
Defaults defined in .env:
ALMALINUX: 8
ALPINE_LINUX: 3.16
ARCH: amd64
ARCH_ALIAS: x86_64
ARCH_SHORT: amd64
ARROW_R_DEV: TRUE
BUILDKIT_INLINE_CACHE: 1
CLANG_TOOLS: 14
COMPOSE_DOCKER_CLI_BUILD: 1
CONAN: gcc10
CUDA: 11.2.2
DASK: latest
DEBIAN: 11
DEVTOOLSET_VERSION:
DOCKER_BUILDKIT: 1
DOCKER_VOLUME_PREFIX:
DOTNET: 7.0
FEDORA: 38
GCC_VERSION:
GO: 1.19.13
HDFS: 3.2.1
JDK: 8
KARTOTHEK: latest
LLVM: 14
MAVEN: 3.6.3
NODE: 18
NUMBA: latest
NUMPY: latest
PANDAS: latest
PYTHON: 3.8
PYTHON_WHEEL_WINDOWS_IMAGE_REVISION: 2023-08-02
R: 4.2
REPO: apache/arrow-dev
R_CUSTOM_CCACHE: false
R_IMAGE: ubuntu-gcc-release
R_ORG: rhub
R_PRUNE_DEPS: FALSE
R_TAG: latest
SPARK: master
STATICCHECK: v0.4.5
TURBODBC: latest
TZ: UTC
UBUNTU: 20.04
ULIMIT_CORE: -1 |
|
@github-actions crossbow submit java |
|
Revision: e1c246622418456d6582df60db993b4a67b0166c Submitted crossbow builds: ursacomputing/crossbow @ actions-ce9ed1dcce |
|
I kicked the job. |
|
Thanks @lidavidm |
|
It appears it's still failing. You'll want to dig into the image, perhaps it's picking up the wrong Maven. |
|
Yeah. Will analyze this. Thanks @lidavidm |
e1c2466 to
75448b1
Compare
|
Thanks @assignUser |
|
Revision: 6ea7e1f Submitted crossbow builds: ursacomputing/crossbow @ actions-554e5c5e99 |
|
@github-actions crossbow submit java |
|
Revision: 4b059ac Submitted crossbow builds: ursacomputing/crossbow @ actions-77c87708fd |
|
@github-actions crossbow submit java |
|
Revision: 4b059ac Submitted crossbow builds: ursacomputing/crossbow @ actions-000ede4aab |
|
@raulcd any more comments here? |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 0fb00fd. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. |
This is a follow-up of apacheGH-39696.
…9993) ### Rationale for this change GH-39696 updated Maven version but `ubuntu-docs` haven't used it yet. ### What changes are included in this PR? Use `MAVEN` in `.env` in `ubuntu-docs`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #39992 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…1.6.0 to 3.1.1 (apache#39696) ### Rationale for this change This PR was created to replace apache#39374 and do the necessary changes for `org.codehaus.mojo` upgrade to take place. ### What changes are included in this PR? The changes to the `org.codehaus.mojo` version and an upgrade on the maven version used in the `.env`. ### Are these changes tested? Tested locally, but this requires a CI verification on Java. ### Are there any user-facing changes? No Authored-by: vibhatha <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
…nv (apache#39993) ### Rationale for this change apacheGH-39696 updated Maven version but `ubuntu-docs` haven't used it yet. ### What changes are included in this PR? Use `MAVEN` in `.env` in `ubuntu-docs`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#39992 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…1.6.0 to 3.1.1 (apache#39696) ### Rationale for this change This PR was created to replace apache#39374 and do the necessary changes for `org.codehaus.mojo` upgrade to take place. ### What changes are included in this PR? The changes to the `org.codehaus.mojo` version and an upgrade on the maven version used in the `.env`. ### Are these changes tested? Tested locally, but this requires a CI verification on Java. ### Are there any user-facing changes? No Authored-by: vibhatha <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Rationale for this change
This PR was created to replace #39374 and do the necessary changes for
org.codehaus.mojoupgrade to take place.What changes are included in this PR?
The changes to the
org.codehaus.mojoversion and an upgrade on the maven version used in the.env.Are these changes tested?
Tested locally, but this requires a CI verification on Java.
Are there any user-facing changes?
No