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

Build 2191 for main with status FAILURE - TestParquetDecoding – github.com/elastic/beats/v7/x-pack/filebeat/input/awss3 #37560

Closed
elasticmachine opened this issue Jan 5, 2024 · 2 comments Β· Fixed by #37588
Assignees
Labels
automation build-failures Build failures in the CI. ci-reported Issues that have been automatically reported from the CI Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@elasticmachine
Copy link
Collaborator

πŸ’” Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2024-01-05T16:30:44.379+0000

  • Duration: 152 min 24 sec

Test stats πŸ§ͺ

Test Results
Failed 4
Passed 32623
Skipped 2230
Total 34857

Test errors 4

Expand to view the tests failures

Extended / x-pack/filebeat-arm-ubuntu-2204-aarch64 / TestParquetDecoding – github.com/elastic/beats/v7/x-pack/filebeat/input/awss3
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestParquetDecoding
    === RUN   TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_with_batch_size_1
    --- PASS: TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_with_batch_size_1 (2.12s)
    === RUN   TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_with_batch_size_100
    --- PASS: TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_with_batch_size_100 (0.32s)
    === RUN   TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_with_default_parquet_config
    --- PASS: TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_with_default_parquet_config (2.80s)
    === RUN   TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_along_with_the_content
    panic: runtime error: slice bounds out of range [:7] with capacity 0
    
    goroutine 129174 [running]:
    github.com/apache/arrow/go/v12/parquet/internal/encoding.(*PlainByteArrayDecoder).DecodeSpaced(0x4001a82600?, {0x0?, 0x1f?, 0x1?}, 0x1f?, {0x4001a82800?, 0x3ba4b80?, 0x4001aa0440?}, 0x4001a82601?)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/internal/encoding/byte_array_decoder.go:83 +0x130
    github.com/apache/arrow/go/v12/parquet/file.(*byteArrayRecordReader).ReadValuesSpaced(0x4002b0b780, 0x0, 0x20?)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:841 +0x134
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecordData(0x400142cf00, 0x1)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:548 +0x288
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecords(0x400142cf00, 0x1)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:632 +0x330
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*leafReader).LoadBatch(0x400142cf60, 0x1)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:109 +0xe0
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*structReader).LoadBatch.func1()
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:236 +0x30
    golang.org/x/sync/errgroup.(*Group).Go.func1()
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:75 +0x58
    created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 129098
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:72 +0x98
     
    

Extended / x-pack/filebeat-arm-ubuntu-2204-aarch64 / TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_along_with_the_content – github.com/elastic/beats/v7/x-pack/filebeat/input/awss3
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestParquetDecoding/test_decoding_of_a_parquet_file_and_compare_the_number_of_events_along_with_the_content
    panic: runtime error: slice bounds out of range [:7] with capacity 0
    
    goroutine 129174 [running]:
    github.com/apache/arrow/go/v12/parquet/internal/encoding.(*PlainByteArrayDecoder).DecodeSpaced(0x4001a82600?, {0x0?, 0x1f?, 0x1?}, 0x1f?, {0x4001a82800?, 0x3ba4b80?, 0x4001aa0440?}, 0x4001a82601?)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/internal/encoding/byte_array_decoder.go:83 +0x130
    github.com/apache/arrow/go/v12/parquet/file.(*byteArrayRecordReader).ReadValuesSpaced(0x4002b0b780, 0x0, 0x20?)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:841 +0x134
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecordData(0x400142cf00, 0x1)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:548 +0x288
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecords(0x400142cf00, 0x1)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:632 +0x330
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*leafReader).LoadBatch(0x400142cf60, 0x1)
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:109 +0xe0
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*structReader).LoadBatch.func1()
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:236 +0x30
    golang.org/x/sync/errgroup.(*Group).Go.func1()
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:75 +0x58
    created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 129098
    	/var/lib/jenkins/workspace/main-2191-b7c4bf6d-59ce-4d8b-876b-f269fa46f537/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:72 +0x98
     
    

Extended / x-pack/libbeat-arm-ubuntu-2204-aarch64 / TestParquetWithFiles – github.com/elastic/beats/v7/x-pack/libbeat/reader/parquet
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestParquetWithFiles
    === RUN   TestParquetWithFiles/Test_parquet_files_with_source_file=cloudtrail.parquet,_and_target_comparison_file=cloudtrail.json
    panic: runtime error: slice bounds out of range [:13] with capacity 0
    
    goroutine 176139 [running]:
    github.com/apache/arrow/go/v12/parquet/internal/encoding.(*PlainByteArrayDecoder).DecodeSpaced(0x402c254d00?, {0x0?, 0x1f?, 0x1?}, 0x1f?, {0x402c254f00?, 0xfc0030?, 0x402c231e80?}, 0x402c254d01?)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/internal/encoding/byte_array_decoder.go:83 +0x130
    github.com/apache/arrow/go/v12/parquet/file.(*byteArrayRecordReader).ReadValuesSpaced(0x402c1e0400, 0x0, 0x20?)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:841 +0x134
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecordData(0x40188326c0, 0x1)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:548 +0x288
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecords(0x40188326c0, 0x1)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:632 +0x330
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*leafReader).LoadBatch(0x4018832720, 0x1)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:109 +0xe0
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*structReader).LoadBatch.func1()
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:236 +0x30
    golang.org/x/sync/errgroup.(*Group).Go.func1()
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:75 +0x58
    created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 176111
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:72 +0x98
     
    

Extended / x-pack/libbeat-arm-ubuntu-2204-aarch64 / TestParquetWithFiles/Test_parquet_files_with_source_file=cloudtrail.parquet,_and_target_comparison_file=cloudtrail.json – github.com/elastic/beats/v7/x-pack/libbeat/reader/parquet
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestParquetWithFiles/Test_parquet_files_with_source_file=cloudtrail.parquet,_and_target_comparison_file=cloudtrail.json
    panic: runtime error: slice bounds out of range [:13] with capacity 0
    
    goroutine 176139 [running]:
    github.com/apache/arrow/go/v12/parquet/internal/encoding.(*PlainByteArrayDecoder).DecodeSpaced(0x402c254d00?, {0x0?, 0x1f?, 0x1?}, 0x1f?, {0x402c254f00?, 0xfc0030?, 0x402c231e80?}, 0x402c254d01?)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/internal/encoding/byte_array_decoder.go:83 +0x130
    github.com/apache/arrow/go/v12/parquet/file.(*byteArrayRecordReader).ReadValuesSpaced(0x402c1e0400, 0x0, 0x20?)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:841 +0x134
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecordData(0x40188326c0, 0x1)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:548 +0x288
    github.com/apache/arrow/go/v12/parquet/file.(*recordReader).ReadRecords(0x40188326c0, 0x1)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/file/record_reader.go:632 +0x330
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*leafReader).LoadBatch(0x4018832720, 0x1)
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:109 +0xe0
    github.com/apache/arrow/go/v12/parquet/pqarrow.(*structReader).LoadBatch.func1()
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/github.com/apache/arrow/go/v12@v12.0.1/parquet/pqarrow/column_readers.go:236 +0x30
    golang.org/x/sync/errgroup.(*Group).Go.func1()
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:75 +0x58
    created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 176111
    	/var/lib/jenkins/workspace/main-2191-d02646b8-7265-46ab-ac96-27bdfe5262ee/pkg/mod/golang.org/x/sync@v0.5.0/errgroup/errgroup.go:72 +0x98
     
    

Steps errors 8

Expand to view the steps failures

metricbeat-pythonIntegTest - mage pythonIntegTest
  • Took 32 min 14 sec . View more details here
  • Description: mage pythonIntegTest
x-pack/filebeat-arm-ubuntu-2204-aarch64 - mage build unitTest
  • Took 5 min 45 sec . View more details here
  • Description: mage build unitTest
x-pack/filebeat-arm-ubuntu-2204-aarch64 - mage build unitTest
  • Took 1 min 3 sec . View more details here
  • Description: mage build unitTest
x-pack/filebeat-arm-ubuntu-2204-aarch64 - mage build unitTest
  • Took 1 min 12 sec . View more details here
  • Description: mage build unitTest
x-pack/libbeat-arm-ubuntu-2204-aarch64 - mage build unitTest
  • Took 5 min 53 sec . View more details here
  • Description: mage build unitTest
x-pack/libbeat-arm-ubuntu-2204-aarch64 - mage build unitTest
  • Took 1 min 43 sec . View more details here
  • Description: mage build unitTest
x-pack/libbeat-arm-ubuntu-2204-aarch64 - mage build unitTest
  • Took 1 min 36 sec . View more details here
  • Description: mage build unitTest
Error signal
  • Took 0 min 0 sec . View more details here
  • Description: Error "hudson.AbortException: script returned exit code 1"

@elasticmachine elasticmachine added automation build-failures Build failures in the CI. ci-reported Issues that have been automatically reported from the CI Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Jan 5, 2024
@pierrehilbert pierrehilbert changed the title Build 2191 for main with status FAILURE Build 2191 for main with status FAILURE - TestParquetDecoding – github.com/elastic/beats/v7/x-pack/filebeat/input/awss3 Jan 8, 2024
@pierrehilbert
Copy link
Collaborator

Hey @bturquet,
Could we have someone to have a look here please?

@bturquet
Copy link

bturquet commented Jan 9, 2024

@kaiyan-sheng could you help us investigate please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation build-failures Build failures in the CI. ci-reported Issues that have been automatically reported from the CI Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants