Skip to content
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

Cannot build quick perf from sources #220

Open
ennishol opened this issue Mar 16, 2024 · 1 comment
Open

Cannot build quick perf from sources #220

ennishol opened this issue Mar 16, 2024 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@ennishol
Copy link

ennishol commented Mar 16, 2024

I've cloned the repo and tried to build, but the build is failing with:

[INFO] --- jar:3.2.0:jar (default-jar) @ quick-perf-jvm-annotations ---
[INFO] Building jar: /home/qk/dev/demos/quickperf/jvm/jvm-annotations/target/quick-perf-jvm-annotations-1.1.0.jar
[INFO]
[INFO] --------------< org.quickperf:quick-perf-jfr-annotations >--------------
[INFO] Building quick-perf-jfr-annotations 1.1.0                         [6/40]
[INFO]   from jvm/jfr-annotations/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Artifact org.openjdk.jmc:flightrecorder.rules.jdk:pom:7.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [Central (https://repo.maven.apache.org/maven2, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmc:flightrecorder.rules.jdk:pom:7.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [Central (https://repo.maven.apache.org/maven2, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[WARNING] The POM for org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 is missing, no dependency information available
[INFO] Artifact org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [Central (https://repo.maven.apache.org/maven2, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [Central (https://repo.maven.apache.org/maven2, default, releases), central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for quick-perf 1.1.0:
[INFO]
[INFO] quick-perf ......................................... SUCCESS [  0.628 s]
[INFO] quick-perf-core .................................... SUCCESS [  3.174 s]
[INFO] quick-perf-jvm-parent .............................. SUCCESS [  0.010 s]
[INFO] quick-perf-jvm-core ................................ SUCCESS [  0.136 s]
[INFO] quick-perf-jvm-annotations ......................... SUCCESS [  1.542 s]
[INFO] quick-perf-jfr-annotations ......................... FAILURE [  0.025 s]
[INFO] quick-perf-sql-parent .............................. SKIPPED
[INFO] quick-perf-sql-annotations ......................... SKIPPED
[INFO] quick-perf-sql-memory-test-util .................... SKIPPED
[INFO] quick-perf-sql-hibernate-test-util ................. SKIPPED
[INFO] quick-perf-junit4-parent ........................... SKIPPED
[INFO] quick-perf-junit4 .................................. SKIPPED
[INFO] quick-perf-sql-memory-test ......................... SKIPPED
[INFO] quick-perf-junit4-5-jvm-test ....................... SKIPPED
[INFO] quick-perf-junit4-12-jvm-test ...................... SKIPPED
[INFO] quick-perf-junit4-13-jvm-test ...................... SKIPPED
[INFO] quick-perf-junit4-13-1-jvm-test .................... SKIPPED
[INFO] quick-perf-junit4-13-2-jvm-test .................... SKIPPED
[INFO] quick-perf-junit4-sql-test ......................... SKIPPED
[INFO] quick-perf-junit5-parent ........................... SKIPPED
[INFO] quick-perf-junit5-test-util ........................ SKIPPED
[INFO] quick-perf-junit5 .................................. SKIPPED
[INFO] quick-perf-junit5-jvm-test ......................... SKIPPED
[INFO] quick-perf-junit5-sql-test ......................... SKIPPED
[INFO] quick-perf-testng-parent ........................... SKIPPED
[INFO] quick-perf-testng-test-util ........................ SKIPPED
[INFO] quick-perf-testng .................................. SKIPPED
[INFO] quick-perf-testng-sql-test ......................... SKIPPED
[INFO] quick-perf-testng-jvm-test ......................... SKIPPED
[INFO] quick-perf-spring .................................. SKIPPED
[INFO] quick-perf-sql-spring4 ............................. SKIPPED
[INFO] quick-perf-sql-spring5 ............................. SKIPPED
[INFO] quick-perf-junit4-spring-base-tests ................ SKIPPED
[INFO] quick-perf-junit4-spring3 .......................... SKIPPED
[INFO] quick-perf-junit4-spring4 .......................... SKIPPED
[INFO] quick-perf-junit4-spring5 .......................... SKIPPED
[INFO] quick-perf-springboot1-sql-starter ................. SKIPPED
[INFO] quick-perf-springboot2-sql-starter ................. SKIPPED
[INFO] quick-perf-junit4-spring-boot-test ................. SKIPPED
[INFO] quick-perf-bom ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.909 s
[INFO] Finished at: 2024-03-16T21:37:44+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project quick-perf-jfr-annotations: Could not resolve dependencies for project org.quickperf:quick-perf-jfr-annotations:jar:1.1.0: The following artifacts could not be resolved: org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 (present, but unavailable): org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of Central has elapsed or updates are forced -> [Help 1]

and after removing the jmc artifact from the local repo:

[ERROR] Failed to execute goal on project quick-perf-jfr-annotations: Could not resolve dependencies for project org.quickperf:quick-perf-jfr-annotations:jar:1.1.0: The following artifacts could not be resolved: org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 (absent): Could not transfer artifact org.openjdk.jmc:flightrecorder.rules.jdk:jar:7.1.1 from/to AdoptOpenJDK (https://adoptopenjdk.jfrog.io/adoptopenjdk/jmc-libs): status code: 409, reason phrase: Conflict (409) -> [Help 1]

@ennishol ennishol added the 🐛 bug Something isn't working label Mar 16, 2024
@jeanbisutti
Copy link
Collaborator

@ennishol The JFrog repository has to be removed and the org.openjdk.jmc dependencies have to be replaced by those of Maven central. Do you want to try to create a PR to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants