|
| 1 | +*** gpkg: Maven is using Corp Airlock (go/corp-airlock) by default! |
| 2 | +*** gpkg: Check package availability at http://airlock/ |
| 3 | +[INFO] Scanning for projects... |
| 4 | +[INFO] Inspecting build with total of 1 modules... |
| 5 | +[INFO] Installing Nexus Staging features: |
| 6 | +[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin |
| 7 | +[INFO] |
| 8 | +[INFO] ------------------< com.google.cloud:gapic-showcase >------------------- |
| 9 | +[INFO] Building GAPIC Showcase Client 0.0.1-SNAPSHOT |
| 10 | +[INFO] from pom.xml |
| 11 | +[INFO] --------------------------------[ jar ]--------------------------------- |
| 12 | +[INFO] |
| 13 | +[INFO] --- enforcer:3.5.0:enforce (enforce) @ gapic-showcase --- |
| 14 | +[INFO] Skipping Rule Enforcement. |
| 15 | +[INFO] |
| 16 | +[INFO] --- checkstyle:3.6.0:check (checkstyle) @ gapic-showcase --- |
| 17 | +[INFO] |
| 18 | +[INFO] --- jacoco:0.8.13:prepare-agent (default) @ gapic-showcase --- |
| 19 | +[INFO] argLine set to -javaagent:/home/diegomarquezp/.m2/repository/org/jacoco/org.jacoco.agent/0.8.13/org.jacoco.agent-0.8.13-runtime.jar=destfile=/home/diegomarquezp/google/sdk-platform-java-4/java-showcase/gapic-showcase/target/jacoco.exec |
| 20 | +[INFO] |
| 21 | +[INFO] --- build-helper:3.6.0:add-resource (add-main-proto-resources) @ gapic-showcase --- |
| 22 | +[INFO] |
| 23 | +[INFO] --- resources:3.3.1:resources (default-resources) @ gapic-showcase --- |
| 24 | +[INFO] Copying 1 resource from src/main/resources to target/classes |
| 25 | +[INFO] skip non existing resourceDirectory /home/diegomarquezp/google/sdk-platform-java-4/java-showcase/gapic-showcase/src/main/proto |
| 26 | +[INFO] |
| 27 | +[INFO] --- flatten:1.3.0:flatten (flatten) @ gapic-showcase --- |
| 28 | +[INFO] Generating flattened POM of project com.google.cloud:gapic-showcase:jar:0.0.1-SNAPSHOT... |
| 29 | +[INFO] |
| 30 | +[INFO] --- compiler:3.13.0:compile (default-compile) @ gapic-showcase --- |
| 31 | +[INFO] Nothing to compile - all classes are up to date. |
| 32 | +[INFO] |
| 33 | +[INFO] --- build-helper:3.6.0:add-test-resource (add-test-proto-resources) @ gapic-showcase --- |
| 34 | +[INFO] |
| 35 | +[INFO] --- download:1.6.8:wget (download-compliance-suite) @ gapic-showcase --- |
| 36 | +[INFO] |
| 37 | +[INFO] --- resources:3.3.1:testResources (default-testResources) @ gapic-showcase --- |
| 38 | +[INFO] Copying 4 resources from src/test/resources to target/test-classes |
| 39 | +[INFO] skip non existing resourceDirectory /home/diegomarquezp/google/sdk-platform-java-4/java-showcase/gapic-showcase/src/test/proto |
| 40 | +[INFO] |
| 41 | +[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ gapic-showcase --- |
| 42 | +[INFO] Nothing to compile - all classes are up to date. |
| 43 | +[INFO] |
| 44 | +[INFO] --- animal-sniffer:1.24:check (java8) @ gapic-showcase --- |
| 45 | +[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0 |
| 46 | +[INFO] |
| 47 | +[INFO] --- surefire:3.5.2:test (default-test) @ gapic-showcase --- |
| 48 | +[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider |
| 49 | +[INFO] |
| 50 | +[INFO] ------------------------------------------------------- |
| 51 | +[INFO] T E S T S |
| 52 | +[INFO] ------------------------------------------------------- |
| 53 | +[INFO] Running com.google.showcase.v1beta1.it.ITOtelTracing |
| 54 | +[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.674 s <<< FAILURE! -- in com.google.showcase.v1beta1.it.ITOtelTracing |
| 55 | +[ERROR] com.google.showcase.v1beta1.it.ITOtelTracing.testTracing_successfulIdentityGetUser_httpjson -- Time elapsed: 1.563 s <<< ERROR! |
| 56 | +java.lang.NullPointerException |
| 57 | + at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:902) |
| 58 | + at com.google.common.truth.ComparableSubject.isAtLeast(ComparableSubject.java:117) |
| 59 | + at com.google.showcase.v1beta1.it.ITOtelTracing.testTracing_successfulIdentityGetUser_httpjson(ITOtelTracing.java:234) |
| 60 | + at java.base/java.lang.reflect.Method.invoke(Method.java:569) |
| 61 | + at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) |
| 62 | + at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) |
| 63 | + |
| 64 | +[INFO] |
| 65 | +[INFO] Results: |
| 66 | +[INFO] |
| 67 | +[ERROR] Errors: |
| 68 | +[ERROR] ITOtelTracing.testTracing_successfulIdentityGetUser_httpjson:234 » NullPointer |
| 69 | +[INFO] |
| 70 | +[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 |
| 71 | +[INFO] |
| 72 | +[INFO] ------------------------------------------------------------------------ |
| 73 | +[INFO] BUILD FAILURE |
| 74 | +[INFO] ------------------------------------------------------------------------ |
| 75 | +[INFO] Total time: 7.692 s |
| 76 | +[INFO] Finished at: 2026-03-24T15:30:53-04:00 |
| 77 | +[INFO] ------------------------------------------------------------------------ |
| 78 | +[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on project gapic-showcase: |
| 79 | +[ERROR] |
| 80 | +[ERROR] See /home/diegomarquezp/google/sdk-platform-java-4/java-showcase/gapic-showcase/target/surefire-reports for the individual test results. |
| 81 | +[ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. |
| 82 | +[ERROR] -> [Help 1] |
| 83 | +[ERROR] |
| 84 | +[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. |
| 85 | +[ERROR] Re-run Maven using the -X switch to enable full debug logging. |
| 86 | +[ERROR] |
| 87 | +[ERROR] For more information about the errors and possible solutions, please read the following articles: |
| 88 | +[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException |
0 commit comments