Skip to content

TEZ-4593. Disable releases for apache.snapshots.https repo - #384

Merged
ayushtkn merged 1 commit into
apache:masterfrom
adoroszlai:TEZ-4593
Dec 18, 2024
Merged

TEZ-4593. Disable releases for apache.snapshots.https repo#384
ayushtkn merged 1 commit into
apache:masterfrom
adoroszlai:TEZ-4593

Conversation

@adoroszlai

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Build tries to download release artifacts from snapshots repo:

Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 392 kB/s)

This change disables releases for apache.snapshots.https.

https://issues.apache.org/jira/browse/TEZ-4593

How was this patch tested?

$ mvn -N --batch-mode eu.maveniverse.maven.plugins:toolbox:list-repositories
...
[INFO] --- toolbox:0.6.0:list-repositories (default-cli) @ tez ---
[INFO] Remote repositories used by project org.apache.tez:tez:pom:0.10.5-SNAPSHOT.
[INFO] * central (https://repo.maven.apache.org/maven2/, default, releases)
[INFO] First introduced on root
[INFO] * apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, snapshots)
[INFO] First introduced on root
[INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)
[INFO] First introduced on root

Local build.

@adoroszlai

Copy link
Copy Markdown
ContributorAuthor

@abstractdog please take a look when you have some time

@tez-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec24m 22sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+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 💚mvninstall19m 1smaster passed
+1 💚compile2m 15smaster passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu122.04
+1 💚compile2m 2smaster passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu222.04-ga
+1 💚javadoc1m 44smaster passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu122.04
+1 💚javadoc1m 9smaster passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu222.04-ga
_ Patch Compile Tests _
+1 💚mvninstall4m 4sthe patch passed
+1 💚compile2m 17sthe patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu122.04
+1 💚javac2m 17sthe patch passed
+1 💚compile2m 4sthe patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu222.04-ga
+1 💚javac2m 4sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚xml0m 1sThe patch has no ill-formed XML file.
+1 💚javadoc1m 5sthe patch passed with JDK Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu122.04
+1 💚javadoc1m 2sthe patch passed with JDK Private Build-1.8.0_432-8u432-gaus1-0ubuntu222.04-ga
_ Other Tests _
-1 ❌unit75m 59sroot in the patch failed.
+1 💚asflicense0m 45sThe patch does not generate ASF License warnings.
139m 4s
ReasonTests
Failed junit teststez.analyzer.TestAnalyzer
SubsystemReport/Notes
DockerClientAPI=1.47 ServerAPI=1.47 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-384/1/artifact/out/Dockerfile
GITHUB PR#384
Optional Testsdupname asflicense javac javadoc unit xml compile
unameLinux 1e52966632bc 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/tez.sh
git revisionmaster / 1f7465f
Default JavaPrivate Build-1.8.0_432-8u432-gaus1-0ubuntu222.04-ga
Multi-JDK versions/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.25+9-post-Ubuntu-1ubuntu122.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_432-8u432-gaus1-0ubuntu222.04-ga
unithttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-384/1/artifact/out/patch-unit-root.txt
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-384/1/testReport/
Max. process+thread count2100 (vs. ulimit of 5500)
modulesC: . U: .
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-384/1/console
versionsgit=2.34.1 maven=3.6.3
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@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

@ayushtkn
ayushtkn merged commit ca15119 into apache:masterDec 18, 2024
@adoroszlai
adoroszlai deleted the TEZ-4593 branch December 19, 2024 02:04
@adoroszlai

Copy link
Copy Markdown
ContributorAuthor

Thanks @ayushtkn for reviewing and merging this.

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

@adoroszlai@tez-yetus@ayushtkn