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

validate-extensions-json is not failing #10713

Closed
RotBolt opened this issue Jul 14, 2020 · 6 comments
Closed

validate-extensions-json is not failing #10713

RotBolt opened this issue Jul 14, 2020 · 6 comments
Assignees
Labels
kind/bug Something isn't working triage/invalid This doesn't seem right

Comments

@RotBolt
Copy link
Contributor

RotBolt commented Jul 14, 2020

Describe the bug
validate-extensions-json quarkus maven plugin is failing

To Reproduce
Steps to reproduce the behavior:

  1. Run the listExtensionsIT maven test
  2. validate-extensions-json fails for this

Configuration
no configuration

Screenshots

[ERROR] Extensions from io.quarkus:quarkus-bom:pom:999-SNAPSHOT not present in io.quarkus:quarkus-bom-descriptor-json:999-SNAPSHOT
[ERROR] - io.quarkus:quarkus-redis-client:jar:999-SNAPSHOT
[ERROR] - io.quarkus:quarkus-jdbc-db2:jar:999-SNAPSHOT
[ERROR] - io.quarkus:quarkus-hibernate-envers:jar:999-SNAPSHOT
[ERROR] Extensions from io.quarkus:quarkus-bom-descriptor-json:999-SNAPSHOT missing from io.quarkus:quarkus-bom:pom:999-SNAPSHOT
[ERROR] - io.quarkus:quarkus-infinispan-embedded:null:null:999-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.881 s
[INFO] Finished at: 2020-07-13T18:31:25+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus:quarkus-platform-descriptor-json-plugin:999-SNAPSHOT:validate-extensions-json (default) on project quarkus-integration-test-maven: Extensions referenced in io.quarkus:quarkus-bom:pom:999-SNAPSHOT and included in io.quarkus:quarkus-bom-descriptor-json:999-SNAPSHOT do not match expectations. See the errors logged above. -> [Help 1]

Environment (please complete the following information):

openjdk version "11.0.7" 2020-04-14
OpenJDK Runtime Environment GraalVM CE 20.1.0 (build 11.0.7+10-jvmci-20.1-b02)
OpenJDK 64-Bit Server VM GraalVM CE 20.1.0 (build 11.0.7+10-jvmci-20.1-b02, mixed mode, sharing)

  • Quarkus version or git rev: Master

  • Build tool (ie. output of mvnw --version or gradlew --version):

Maven home: /home/rotbolt/.m2/wrapper/dists/apache-maven-3.6.3-bin/1iopthnavndlasol9gbrbg6bf2/apache-maven-3.6.3
Java version: 1.8.0_232, vendor: Azul Systems, Inc., runtime: /usr/lib/jvm/zulu-8-amd64/jre
Default locale: en_IN, platform encoding: UTF-8
OS name: "linux", version: "5.3.0-59-generic", arch: "amd64", family: "unix"
@RotBolt RotBolt added the kind/bug Something isn't working label Jul 14, 2020
@RotBolt
Copy link
Contributor Author

RotBolt commented Jul 14, 2020

cc @aloubyansky

@aloubyansky aloubyansky self-assigned this Jul 14, 2020
@aloubyansky
Copy link
Member

I suspect you rebased the local branch but didn't clean install it? I can't reproduce it.

@RotBolt
Copy link
Contributor Author

RotBolt commented Jul 20, 2020

I pulled up from latest master, and ran clean install on integration-tests/maven now getting

[ERROR] Extensions from io.quarkus:quarkus-bom:pom:999-SNAPSHOT not present in io.quarkus:quarkus-bom-descriptor-json:999-SNAPSHOT
[ERROR] - io.quarkus:quarkus-funqy-google-cloud-functions:jar:999-SNAPSHOT

@aloubyansky
Copy link
Member

Did you run a full build first?

@aloubyansky
Copy link
Member

if quarkus-funqy-google-cloud-functions hasn't been built before then clean install from integration-tests/maven is not going to build it.

@RotBolt
Copy link
Contributor Author

RotBolt commented Jul 22, 2020

I had to run mvn clean install after that it started to work. Thanks

@RotBolt RotBolt closed this as completed Jul 22, 2020
@gsmet gsmet added the triage/invalid This doesn't seem right label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working triage/invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants