Skip to content

Increase stale operations count #59353

Increase stale operations count

Increase stale operations count #59353

Triggered via push January 5, 2024 18:33
Status Failure
Total duration 1h 1m 8s
Artifacts 88

ci.yml

on: push
check-commits-dispatcher
0s
check-commits-dispatcher
build-test-matrix
2m 32s
build-test-matrix
artifact-checks
16m 9s
artifact-checks
error-prone-checks
13m 27s
error-prone-checks
web-ui-checks
51s
web-ui-checks
test-jdbc-compatibility
16m 34s
test-jdbc-compatibility
test-other-modules
18m 11s
test-other-modules
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test (core/trino-main)
Process completed with exit code 1.
pt (default, suite-1, )
Process completed with exit code 1.
TestHiveTransactionalTable > testLargePartitionedDelete [groups: hive_transactional]: io/trino/tests/product/hive/TestHiveTransactionalTable#L2045
java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 1, vertexId=vertex_1704480584809_0065_4_00, diagnostics=[Task failed, taskId=task_1704480584809_0065_4_00_000000, diagnostics=[TaskAttempt 0 failed, info=[Error: Error while running task ( failure ) : attempt_1704480584809_0065_4_00_000000_0:java.lang.RuntimeException: java.lang.RuntimeException: java.io.IOException: java.lang.NullPointerException at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:296) at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.run(TezProcessor.java:250) at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:374) at org.apache.tez.runtime.task.TaskRunner2Callable$1.run(TaskRunner2Callable.java:73) at org.apache.tez.runtime.task.TaskRunner2Callable$1.run(TaskRunner2Callable.java:61) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1730) at org.apache.tez.runtime.task.TaskRunner2Callable.callInternal(TaskRunner2Callable.java:61) at org.apache.tez.runtime.task.TaskRunner2Callable.callInternal(TaskRunner2Callable.java:37) at org.apache.tez.common.CallableWithNdc.call(CallableWithNdc.java:36) at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:108) at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:41) at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:77) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.RuntimeException: java.io.IOException: java.lang.NullPointerException at org.apache.hadoop.mapred.split.TezGroupedSplitsInputFormat$TezGroupedSplitsRecordReader.initNextRecordReader(TezGroupedSplitsInputFormat.java:206) at org.apache.hadoop.mapred.split.TezGroupedSplitsInputFormat$TezGroupedSplitsRecordReader.<init>(TezGroupedSplitsInputFormat.java:145) at org.apache.hadoop.mapred.split.TezGroupedSplitsInputFormat.getRecordReader(TezGroupedSplitsInputFormat.java:111) at org.apache.tez.mapreduce.lib.MRReaderMapred.setupOldRecordReader(MRReaderMapred.java:157) at org.apache.tez.mapreduce.lib.MRReaderMapred.setSplit(MRReaderMapred.java:83) at org.apache.tez.mapreduce.input.MRInput.initFromEventInternal(MRInput.java:703) at org.apache.tez.mapreduce.input.MRInput.initFromEvent(MRInput.java:662) at org.apache.tez.mapreduce.input.MRInputLegacy.checkAndAwaitRecordReaderInitialization(MRInputLegacy.java:150) at org.apache.tez.mapreduce.input.MRInputLegacy.init(MRInputLegacy.java:114) at org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.getMRInput(MapRecordProcessor.java:532) at org.apache.hadoop.hive.ql.exec.tez.MapRecordProcessor.init(MapRecordProcessor.java:178) at org.apache.hadoop.hive.ql.exec.tez.TezProcessor.initializeAndRunProcessor(TezProcessor.java:266) ... 16 more Caused by: java.io.IOException: java.lang.NullPointerException at org.apache.hadoop.hive.io.HiveIOExceptionHandlerChain.handleRecordReaderCreationException(HiveIOExceptionHandlerChain.java:97) at org.apache.hadoop.hive.io.HiveIOExceptionHandlerUtil.handleRecordReaderCreationException(HiveIOExceptionHandlerUtil.java:57) at org.apache.hadoop.hive.ql.io.HiveInputFormat.getRecordReader(HiveInputFormat.java:421) at org.apache.hadoop.mapred.split.TezGroupedSplitsInputFormat$TezGroupedSplitsRecordReader.initNextRecordReader(TezGroupedSplitsInputFormat.java:203) ... 27 more Caused by: java.lang.NullPointerException at org.apache.hadoop.hive.ql.io.orc.VectorizedOrcAcidRowBatchReader$ColumnizedDeleteEventRegistry.<init>(VectorizedOrcAcidRowBatchReader.java:1126) at org.apache.hadoop.hive.ql.io.orc.VectorizedOrcAcidRowBatchReader.<init>(VectorizedOrcAcidRowBatchReader.java:224) at org.apache.hadoop.hive.ql.io.orc.VectorizedOrcAcidRowBatchReader.<init>(VectorizedOrcAcidRowBatchReader.java:121) at org.apache.hadoop.hive.ql.io.orc.VectorizedOrcAcidRowBatchReader.<init>(VectorizedOrcAcidRowBatchReader.java:116) at org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.getRecordReader(OrcInputFormat.java:1984) at org.apache.hadoop.hive.ql.io.HiveInputFormat.getRecordReader(HiveInputFormat.java:418) ... 28 more ]], Vertex did not succeed due to OWN_TASK_FAILURE, failedTasks:1 killedTasks:0, Vertex vertex_1704480584809_0065_4_00 [Map 1] killed/failed due to:OWN_TASK_FAILURE]Vertex killed, vertexName=Reducer 2, vertexId=vertex_1704480584809_0065_4_01, diagnostics=[Vertex received Kill while in RUNNING state., Vertex did not succeed due to OTHER_VERTEX_FAILURE, failedTasks:0 killedTasks:1, Vertex vertex_1704480584809_0065_4_01 [Reducer 2] killed/failed due to:OTHER_VERTEX_FAILURE]DAG did not succeed due to VERTEX_FAILURE. failedVertices:1 killedVertices:1
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
product tests and server tarball Expired
1.18 GB
result core_trino-main, , Expired
68.9 MB
result pt (default, suite-1, ) Expired
403 MB
test report hive-tests (config-hdp3) Expired
375 KB
test report pt (apache-hive3, suite-hms-only, ) Expired
75.7 KB
test report pt (default, suite-1, ) Expired
415 KB
test report pt (default, suite-2, ) Expired
505 KB
test report pt (default, suite-3, ) Expired
276 KB
test report pt (default, suite-5, ) Expired
516 KB
test report pt (default, suite-6-non-generic, ) Expired
403 KB
test report pt (default, suite-7-non-generic, ) Expired
176 KB
test report pt (default, suite-8-non-generic, ) Expired
152 KB
test report pt (default, suite-all-connectors-smoke, ) Expired
1.31 KB
test report pt (default, suite-azure, ) Expired
8.49 KB
test report pt (default, suite-cassandra, ) Expired
28.5 KB
test report pt (default, suite-clickhouse, ) Expired
2.43 KB
test report pt (default, suite-clients, ) Expired
52.5 KB
test report pt (default, suite-compatibility, ) Expired
38.1 KB
test report pt (default, suite-delta-lake-databricks104, ) Expired
26.3 KB
test report pt (default, suite-delta-lake-databricks113, ) Expired
26.3 KB
test report pt (default, suite-delta-lake-databricks122, ) Expired
26.3 KB
test report pt (default, suite-delta-lake-databricks133, ) Expired
144 KB
test report pt (default, suite-delta-lake-databricks91, ) Expired
96 KB
test report pt (default, suite-delta-lake-oss, ) Expired
300 KB
test report pt (default, suite-functions, ) Expired
16.6 KB
test report pt (default, suite-gcs, ) Expired
2.52 KB
test report pt (default, suite-hudi, ) Expired
39.8 KB
test report pt (default, suite-iceberg, ) Expired
1010 KB
test report pt (default, suite-ignite, ) Expired
2.36 KB
test report pt (default, suite-kafka, ) Expired
101 KB
test report pt (default, suite-ldap, ) Expired
177 KB
test report pt (default, suite-mysql, ) Expired
12.2 KB
test report pt (default, suite-oauth2, ) Expired
19.1 KB
test report pt (default, suite-parquet, ) Expired
66.1 KB
test report pt (default, suite-storage-formats-detailed, ) Expired
59.5 KB
test report pt (default, suite-tpcds, ) Expired
48.9 KB
test report pt (default, suite-tpch, ) Expired
12.6 KB
test report test (client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, , ) Expired
4.65 MB
test report test (core_trino-main, , ) Expired
68.6 MB
test report test (lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-manager,lib_trino-filesystem-s3,lib_trino-hdfs, , ) Expired
1.85 MB
test report test (lib_trino-filesystem-gcs, cloud-tests, ) Expired
30.4 KB
test report test (lib_trino-filesystem-s3, cloud-tests, ) Expired
32.4 KB
test report test (lib_trino-hdfs, cloud-tests, ) Expired
91.8 KB
test report test (lib_trino-orc,lib_trino-parquet, , ) Expired
26.4 MB
test report test (plugin_trino-accumulo, , ) Expired
767 KB
test report test (plugin_trino-bigquery, , ) Expired
1.55 MB
test report test (plugin_trino-bigquery, cloud-tests-2, ) Expired
4.79 MB
test report test (plugin_trino-cassandra, , ) Expired
1.16 MB
test report test (plugin_trino-clickhouse, , ) Expired
1.07 MB
test report test (plugin_trino-delta-lake, , ) Expired
6.22 MB
test report test (plugin_trino-delta-lake, cloud-tests, ) Expired
1.3 MB
test report test (plugin_trino-delta-lake, fte-tests, ) Expired
3.94 MB
test report test (plugin_trino-druid, , ) Expired
514 KB
test report test (plugin_trino-elasticsearch, , ) Expired
1.36 MB
test report test (plugin_trino-google-sheets, , ) Expired
223 KB
test report test (plugin_trino-hive, , ) Expired
12.2 MB
test report test (plugin_trino-hive, fte-tests, ) Expired
5.56 MB
test report test (plugin_trino-hive, test-parquet, ) Expired
77.1 KB
test report test (plugin_trino-hudi, , ) Expired
1.03 MB
test report test (plugin_trino-iceberg, , ) Expired
6.37 MB
test report test (plugin_trino-iceberg, cloud-tests, ) Expired
1.54 MB
test report test (plugin_trino-iceberg, fte-tests, ) Expired
4.41 MB
test report test (plugin_trino-iceberg, minio-and-avro, ) Expired
1.64 MB
test report test (plugin_trino-ignite, , ) Expired
946 KB
test report test (plugin_trino-kafka, , ) Expired
2.13 MB
test report test (plugin_trino-kudu, , ) Expired
1 MB
test report test (plugin_trino-mariadb, , ) Expired
1.01 MB
test report test (plugin_trino-mongodb, , ) Expired
2.4 MB
test report test (plugin_trino-mysql, , ) Expired
3.09 MB
test report test (plugin_trino-oracle, , ) Expired
2.26 MB
test report test (plugin_trino-phoenix5, , ) Expired
716 KB
test report test (plugin_trino-pinot, , ) Expired
2.67 MB
test report test (plugin_trino-postgresql, , ) Expired
2.71 MB
test report test (plugin_trino-raptor-legacy, , ) Expired
3.05 MB
test report test (plugin_trino-redis, , ) Expired
645 KB
test report test (plugin_trino-redshift, , ) Expired
134 KB
test report test (plugin_trino-redshift, cloud-tests, ) Expired
80.7 KB
test report test (plugin_trino-redshift, fte-tests, ) Expired
964 KB
test report test (plugin_trino-resource-group-managers, , ) Expired
523 KB
test report test (plugin_trino-singlestore, , ) Expired
928 KB
test report test (plugin_trino-sqlserver, , ) Expired
2.68 MB
test report test (testing_trino-faulttolerant-tests, default, ) Expired
410 KB
test report test (testing_trino-faulttolerant-tests, test-fault-tolerant-delta, ) Expired
112 KB
test report test (testing_trino-faulttolerant-tests, test-fault-tolerant-hive, ) Expired
1.45 MB
test report test (testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg, ) Expired
570 KB
test report test (testing_trino-tests, , ) Expired
5.62 MB
test report test-jdbc-compatibility Expired
230 KB
test report test-other-modules Expired
11.4 MB