Allow using fragment and query characters in S3 locations #56457
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
check-commits-dispatcher
0s
build-pt
11m 1s
build-test-matrix
2m 39s
artifact-checks
22m 11s
error-prone-checks
26m 3s
web-ui-checks
1m 4s
test-jdbc-compatibility
20m 24s
test-other-modules
30m 4s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
12 errors and 2 warnings
build-pt
Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20231010-225343-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing)
at GitHub.Runner.Common.TraceManager.Dispose()
at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing)
at GitHub.Runner.Common.HostContext.Dispose()
at GitHub.Runner.Worker.Program.Main(String[] args)
System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20231010-225343-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
System.IO.IOException: No space left on device : '/home/runner/runners/2.309.0/_diag/Worker_20231010-225343-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id)
at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
at GitHub.Runner.Common.Tracing.Error(Exception exception)
at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
|
build-pt
ENOSPC: no space left on device, write
|
hive-tests (config-hdp3)
Process completed with exit code 1.
|
test (plugin/trino-delta-lake, cloud-tests)
Process completed with exit code 1.
|
test (core/trino-main)
Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@22261303[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@28de7873[Wrapped task = io.trino.operator.DriverYieldSignal$$Lambda$1762/0x00007f1b8571ea98@26199318]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@67249923[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 13]
|
test (core/trino-main)
Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1140271f[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@1bb84c6f[Wrapped task = io.trino.operator.DriverYieldSignal$$Lambda$1762/0x00007f1b8571ea98@157fb168]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5442bb53[Shutting down, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 0]
|
test (plugin/trino-iceberg, cloud-tests)
Process completed with exit code 1.
|
test (core/trino-main, 20)
The job running on runner GitHub Actions 22 has exceeded the maximum execution time of 60 minutes.
|
TestHiveThriftMetastoreWithS3.:
io/trino/plugin/hive/TestHiveThriftMetastoreWithS3#L1
No ParameterResolver registered for parameter [java.lang.String s3endpoint] in constructor [public io.trino.plugin.hive.TestHiveThriftMetastoreWithS3(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws java.io.IOException].
|
TestDeltaLakeAdlsStorage.:
io/trino/plugin/deltalake/TestDeltaLakeAdlsStorage#L1
No ParameterResolver registered for parameter [java.lang.String container] in constructor [public io.trino.plugin.deltalake.TestDeltaLakeAdlsStorage(java.lang.String,java.lang.String,java.lang.String)].
|
TestIcebergS3AndGlueMetastoreTest.testCreateTableWithIncorrectLocation:
io/trino/plugin/iceberg/catalog/glue/TestIcebergS3AndGlueMetastoreTest#L144
Expecting code to raise a throwable.
|
TestIcebergS3AndGlueMetastoreTest.testCtasWithIncorrectLocation:
io/trino/plugin/iceberg/catalog/glue/TestIcebergS3AndGlueMetastoreTest#L157
Expecting throwable message:
"expected no update count, but got 25 for query 20231011_000828_00218_kfgs7"
to contain:
"Fragment is not allowed in a file system location"
but did not.
Throwable that failed the check:
java.lang.AssertionError: expected no update count, but got 25 for query 20231011_000828_00218_kfgs7
at org.testng.Assert.fail(Assert.java:94)
at io.trino.testing.QueryAssertions.assertDistributedUpdate(QueryAssertions.java:139)
at io.trino.testing.QueryAssertions.assertUpdate(QueryAssertions.java:63)
at io.trino.testing.AbstractTestQueryFramework.assertUpdate(AbstractTestQueryFramework.java:406)
at io.trino.testing.AbstractTestQueryFramework.assertUpdate(AbstractTestQueryFramework.java:401)
at io.trino.plugin.iceberg.catalog.glue.TestIcebergS3AndGlueMetastoreTest.lambda$testCtasWithIncorrectLocation$5(TestIcebergS3AndGlueMetastoreTest.java:154)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:892)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1366)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1210)
at io.trino.plugin.iceberg.catalog.glue.TestIcebergS3AndGlueMetastoreTest.testCtasWithIncorrectLocation(TestIcebergS3AndGlueMetastoreTest.java:154)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
|
build-pt
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 71 MB
|
test (lib/trino-filesystem-azure, cloud-tests)
No files were found with the provided path: **/surefire-reports/TEST-*.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
result hive-tests
Expired
|
436 KB |
|
result plugin_trino-delta-lake, cloud-tests,
Expired
|
3.67 MB |
|
result plugin_trino-iceberg, cloud-tests,
Expired
|
5.49 MB |
|
test report hive-tests (config-hdp3)
Expired
|
240 KB |
|
test report test (client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, , )
Expired
|
6.58 MB |
|
test report test (core_trino-main, , )
Expired
|
64.5 MB |
|
test report test (core_trino-main, , 20)
Expired
|
64.5 MB |
|
test report test (lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-manager,lib_trino-filesystem-s3,lib_trino-hdfs, , )
Expired
|
1.57 MB |
|
test report test (lib_trino-filesystem-s3, cloud-tests, )
Expired
|
28.7 KB |
|
test report test (lib_trino-orc,lib_trino-parquet, , )
Expired
|
23.3 MB |
|
test report test (plugin_trino-accumulo, , )
Expired
|
1.67 MB |
|
test report test (plugin_trino-bigquery, , )
Expired
|
1.27 MB |
|
test report test (plugin_trino-bigquery, cloud-tests-arrow, )
Expired
|
439 KB |
|
test report test (plugin_trino-cassandra, , )
Expired
|
2.42 MB |
|
test report test (plugin_trino-clickhouse, , )
Expired
|
3.54 MB |
|
test report test (plugin_trino-delta-lake, , )
Expired
|
8.73 MB |
|
test report test (plugin_trino-delta-lake, cloud-tests, )
Expired
|
2.23 MB |
|
test report test (plugin_trino-delta-lake, fte-tests, )
Expired
|
4.72 MB |
|
test report test (plugin_trino-druid, , )
Expired
|
1010 KB |
|
test report test (plugin_trino-elasticsearch, , )
Expired
|
2.71 MB |
|
test report test (plugin_trino-google-sheets, , )
Expired
|
235 KB |
|
test report test (plugin_trino-hive, , )
Expired
|
15 MB |
|
test report test (plugin_trino-hive, fte-tests, )
Expired
|
6.42 MB |
|
test report test (plugin_trino-hive, test-parquet, )
Expired
|
2.33 MB |
|
test report test (plugin_trino-hudi, , )
Expired
|
1.85 MB |
|
test report test (plugin_trino-iceberg, , )
Expired
|
16.7 MB |
|
test report test (plugin_trino-iceberg, cloud-tests, )
Expired
|
4 MB |
|
test report test (plugin_trino-iceberg, fte-tests, )
Expired
|
7.28 MB |
|
test report test (plugin_trino-iceberg, minio-and-avro, )
Expired
|
14.7 MB |
|
test report test (plugin_trino-ignite, , )
Expired
|
1.9 MB |
|
test report test (plugin_trino-kafka, , )
Expired
|
2.03 MB |
|
test report test (plugin_trino-kudu, , )
Expired
|
2.31 MB |
|
test report test (plugin_trino-mariadb, , )
Expired
|
3.62 MB |
|
test report test (plugin_trino-mongodb, , )
Expired
|
4.22 MB |
|
test report test (plugin_trino-mysql, , )
Expired
|
6.17 MB |
|
test report test (plugin_trino-oracle, , )
Expired
|
3.83 MB |
|
test report test (plugin_trino-phoenix5, , )
Expired
|
1.68 MB |
|
test report test (plugin_trino-pinot, , )
Expired
|
2.44 MB |
|
test report test (plugin_trino-postgresql, , )
Expired
|
4.9 MB |
|
test report test (plugin_trino-raptor-legacy, , )
Expired
|
4.62 MB |
|
test report test (plugin_trino-redis, , )
Expired
|
1.32 MB |
|
test report test (plugin_trino-redshift, , )
Expired
|
73.2 KB |
|
test report test (plugin_trino-redshift, cloud-tests, )
Expired
|
121 KB |
|
test report test (plugin_trino-redshift, fte-tests, )
Expired
|
125 KB |
|
test report test (plugin_trino-resource-group-managers, , )
Expired
|
82.8 KB |
|
test report test (plugin_trino-singlestore, , )
Expired
|
2.13 MB |
|
test report test (plugin_trino-sqlserver, , )
Expired
|
4.49 MB |
|
test report test (testing_trino-faulttolerant-tests, default, )
Expired
|
1010 KB |
|
test report test (testing_trino-faulttolerant-tests, test-fault-tolerant-delta, )
Expired
|
83.7 KB |
|
test report test (testing_trino-faulttolerant-tests, test-fault-tolerant-hive, )
Expired
|
4.19 MB |
|
test report test (testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg, )
Expired
|
6.85 MB |
|
test report test (testing_trino-tests, , )
Expired
|
2.21 MB |
|
test report test-jdbc-compatibility
Expired
|
626 KB |
|
test report test-other-modules
Expired
|
9.32 MB |
|