Skip to content

TEZ-4637: Upgrade maven dependency plugin to the latest version to make verbose mode work - #421

Merged
abstractdog merged 1 commit into
apache:masterfrom
abstractdog:TEZ-4637
Jul 3, 2025
Merged

TEZ-4637: Upgrade maven dependency plugin to the latest version to make verbose mode work#421
abstractdog merged 1 commit into
apache:masterfrom
abstractdog:TEZ-4637

Conversation

@abstractdog

@abstractdogabstractdog commented Jul 2, 2025

Copy link
Copy Markdown
Contributor

testing command:

 mvn dependency:tree -Dverbose | tee dep.log

tested w/wo the patch, without the patch, -Dverbose wasn't effective

[INFO] | +- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25:jar:1.3.0:compile

but after applying, lines started to contain verbose details like:

[INFO] | +- (org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_25:jar:1.3.0:compile - omitted for duplicate)

@abstractdogabstractdog changed the title TEZ-4637: Upgrade maven dependency plugin to the latest versions to make verbose mode workTEZ-4637: Upgrade maven dependency plugin to the latest version to make verbose mode workJul 2, 2025
@tez-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec3m 21sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+0 🆗xmllint0m 0sxmllint was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 💚mvninstall11m 25smaster passed
+1 💚compile2m 28smaster passed
+1 💚javadoc1m 36smaster passed
_ Patch Compile Tests _
+1 💚mvninstall4m 47sthe patch passed
+1 💚codespell1m 1sNo new issues.
+1 💚compile2m 30sthe patch passed
+1 💚javac2m 30sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚javadoc1m 21sthe patch passed
_ Other Tests _
-1 ❌unit74m 1s/patch-unit-root.txtroot in the patch passed.
+1 💚asflicense0m 36sThe patch does not generate ASF License warnings.
104m 43s
ReasonTests
Failed junit teststez.analyzer.TestAnalyzer
SubsystemReport/Notes
DockerClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-421/2/artifact/out/Dockerfile
GITHUB PR#421
Optional Testsdupname asflicense javac javadoc unit codespell detsecrets xmllint compile
unameLinux 29ef1b92debb 5.15.0-138-generic #148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/tez-multibranch_PR-421@2/src/.yetus/personality.sh
git revisionmaster / d8d8e57
Default JavaUbuntu-21.0.7+6-Ubuntu-0ubuntu124.04
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-421/2/testReport/
Max. process+thread count1365 (vs. ulimit of 5500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-421/2/console
versionsgit=2.43.0 maven=3.8.7 codespell=2.0.0
Powered byApache Yetus 0.15.1 https://yetus.apache.org

This message was automatically generated.

@tez-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec28m 7sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗detsecrets0m 1sdetect-secrets was not available.
+0 🆗xmllint0m 1sxmllint was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
+1 💚mvninstall11m 25smaster passed
+1 💚compile2m 30smaster passed
+1 💚javadoc1m 35smaster passed
_ Patch Compile Tests _
+1 💚mvninstall4m 50sthe patch passed
+1 💚codespell1m 2sNo new issues.
+1 💚compile2m 29sthe patch passed
+1 💚javac2m 29sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚javadoc1m 19sthe patch passed
_ Other Tests _
-1 ❌unit74m 45s/patch-unit-root.txtroot in the patch passed.
+1 💚asflicense0m 36sThe patch does not generate ASF License warnings.
130m 13s
ReasonTests
Failed junit teststez.analyzer.TestAnalyzer
SubsystemReport/Notes
DockerClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-421/1/artifact/out/Dockerfile
GITHUB PR#421
Optional Testsdupname asflicense javac javadoc unit codespell detsecrets xmllint compile
unameLinux 8cfa74131a6e 5.15.0-138-generic #148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-home/workspace/tez-multibranch_PR-421/src/.yetus/personality.sh
git revisionmaster / d8d8e57
Default JavaUbuntu-21.0.7+6-Ubuntu-0ubuntu124.04
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-421/1/testReport/
Max. process+thread count2095 (vs. ulimit of 5500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-421/1/console
versionsgit=2.43.0 maven=3.8.7 codespell=2.0.0
Powered byApache Yetus 0.15.1 https://yetus.apache.org

This message was automatically generated.

@abstractdog
abstractdog requested a review from ayushtknJuly 2, 2025 16:08

@ayushtknayushtkn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@abstractdog
abstractdog merged commit 77ad356 into apache:masterJul 3, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@abstractdog@tez-yetus@ayushtkn