-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
We're seeing GraalVM IT presubmit failures lately:

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]
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.