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

GraalVM IT failure #1848

Closed
stephaniewang526 opened this issue Feb 11, 2022 · 0 comments · Fixed by #1859
Closed

GraalVM IT failure #1848

stephaniewang526 opened this issue Feb 11, 2022 · 0 comments · Fixed by #1859
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@stephaniewang526
Copy link
Contributor

We're seeing GraalVM IT presubmit failures lately:
Screen Shot 2022-02-11 at 11 03 54 AM

Error message:

# Printing build artifacts to: /tmpfs/src/github/java-bigquery/google-cloud-bigquery/target/native-tests.build_artifacts.txt
[INFO] Executing: /tmpfs/src/github/java-bigquery/google-cloud-bigquery/target/native-tests --xml-output-dir /tmpfs/src/github/java-bigquery/google-cloud-bigquery/target/native-test-reports
JUnit Platform on Native Image - report
----------------------------------------


Failures (1):
  JUnit Vintage:ITBigQueryTest
    ClassSource [className = 'com.google.cloud.bigquery.it.ITBigQueryTest', filePosition = null]
    => java.nio.file.NoSuchFileException: src/test/resources/QueryTestData.csv
       sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219)
       java.nio.file.Files.newByteChannel(Files.java:371)
       java.nio.file.Files.newByteChannel(Files.java:422)
       java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
       java.nio.file.Files.newInputStream(Files.java:156)
       com.google.cloud.storage.StorageImpl.createFrom(StorageImpl.java:215)
       com.google.cloud.storage.StorageImpl.createFrom(StorageImpl.java:206)
       com.google.cloud.bigquery.it.ITBigQueryTest.beforeClass(ITBigQueryTest.java:473)
       java.lang.reflect.Method.invoke(Method.java:566)
       org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
       [...]

Test run finished after 2575 ms
[         3 containers found      ]
[         0 containers skipped    ]
[         3 containers started    ]
[         0 containers aborted    ]
[         2 containers successful ]
[         1 containers failed     ]
[        92 tests found           ]
[         0 tests skipped         ]
[         0 tests started         ]
[         0 tests aborted         ]
[         0 tests successful      ]
[         0 tests failed          ]

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BigQuery Parent 2.8.1-SNAPSHOT:
[INFO]
[INFO] BigQuery Parent .................................... SUCCESS [  2.567 s]
[INFO] BigQuery ........................................... FAILURE [18:47 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18:52 min
[INFO] Finished at: 2022-02-11T08:28:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.9.9:test (test-native) on project google-cloud-bigquery: Execution of /tmpfs/src/github/java-bigquery/google-cloud-bigquery/target/native-tests --xml-output-dir /tmpfs/src/github/java-bigquery/google-cloud-bigquery/target/native-test-reports returned non-zero result -> [Help 1]

Full stacktrace

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Feb 11, 2022
@stephaniewang526 stephaniewang526 added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants