raulcd opened a new issue, #34653: URL: https://github.com/apache/arrow/issues/34653
### Describe the bug, including details regarding any error messages, version, and platform. I have seen the following error on the [test-alpine-linux-cpp](https://github.com/ursacomputing/crossbow/actions/runs/4474255132/jobs/7862525830). It does seem flaky because it succeeded yesterday but it failed two days ago https://github.com/ursacomputing/crossbow/actions/runs/4458056700/jobs/7829539126. ``` 68/103 Test #60: arrow-dataset-file-json-test ..............***Failed 59.87 sec Running arrow-dataset-file-json-test, redirecting output into /build/cpp/build/test-logs/arrow-dataset-file-json-test.txt (attempt 1/1) /arrow/cpp/build-support/run-test.sh: line 88: 28009 Segmentation fault (core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 Running main() from /home/buildozer/aports/main/gtest/src/googletest-14aa11db02d9851d957f93ef9fddb110c1aafdc6/googletest/src/gtest_main.cc [==========] Running 51 tests from 4 test suites. [----------] Global test environment set-up. [----------] 6 tests from TestJsonFormat [ RUN ] TestJsonFormat.Equals [ OK ] TestJsonFormat.Equals (0 ms) [ RUN ] TestJsonFormat.IsSupported [ OK ] TestJsonFormat.IsSupported (1159 ms) [ RUN ] TestJsonFormat.Inspect [ OK ] TestJsonFormat.Inspect (1146 ms) [ RUN ] TestJsonFormat.FragmentEquals [ OK ] TestJsonFormat.FragmentEquals (2053 ms) [ RUN ] TestJsonFormat.InspectFailureWithRelevantError [ OK ] TestJsonFormat.InspectFailureWithRelevantError (19 ms) [ RUN ] TestJsonFormat.CountRows [ OK ] TestJsonFormat.CountRows (2690 ms) [----------] 6 tests from TestJsonFormat (7069 ms total) [----------] 5 tests from TestJsonFormatV2 [ RUN ] TestJsonFormatV2.IsSupported [ OK ] TestJsonFormatV2.IsSupported (1164 ms) [ RUN ] TestJsonFormatV2.Inspect [ OK ] TestJsonFormatV2.Inspect (1163 ms) [ RUN ] TestJsonFormatV2.FragmentEquals [ OK ] TestJsonFormatV2.FragmentEquals (1821 ms) [ RUN ] TestJsonFormatV2.InspectFailureWithRelevantError [ OK ] TestJsonFormatV2.InspectFailureWithRelevantError (18 ms) [ RUN ] TestJsonFormatV2.CountRows [ OK ] TestJsonFormatV2.CountRows (2649 ms) [----------] 5 tests from TestJsonFormatV2 (6818 ms total) [----------] 24 tests from TestJsonScan/TestJsonScan [ RUN ] TestJsonScan/TestJsonScan.Scan/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.Scan/0Threaded16b1024r (384 ms) [ RUN ] TestJsonScan/TestJsonScan.Scan/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.Scan/1Serial16b1024r (375 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanBatchSize/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanBatchSize/0Threaded16b1024r (1011 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanBatchSize/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanBatchSize/1Serial16b1024r (990 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanProjected/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanProjected/0Threaded16b1024r (865 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanProjected/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanProjected/1Serial16b1024r (855 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithDuplicateColumnError/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithDuplicateColumnError/0Threaded16b1024r (0 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithDuplicateColumnError/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithDuplicateColumnError/1Serial16b1024r (0 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithVirtualColumn/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithVirtualColumn/0Threaded16b1024r (708 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithVirtualColumn/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithVirtualColumn/1Serial16b1024r (865 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithPushdownNulls/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithPushdownNulls/0Threaded16b1024r (7 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithPushdownNulls/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithPushdownNulls/1Serial16b1024r (6 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanProjectedMissingCols/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanProjectedMissingCols/0Threaded16b1024r (2324 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanProjectedMissingCols/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanProjectedMissingCols/1Serial16b1024r (2519 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanProjectedNested/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanProjectedNested/0Threaded16b1024r (7324 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanProjectedNested/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanProjectedNested/1Serial16b1024r (7409 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithBOM/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithBOM/0Threaded16b1024r (7 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithBOM/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithBOM/1Serial16b1024r (5 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithCustomParseOptions/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithCustomParseOptions/0Threaded16b1024r (5 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithCustomParseOptions/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithCustomParseOptions/1Serial16b1024r (4 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithCustomBlockSize/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithCustomBlockSize/0Threaded16b1024r (6 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithCustomBlockSize/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithCustomBlockSize/1Serial16b1024r (6 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithParallelDecoding/0Threaded16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithParallelDecoding/0Threaded16b1024r (2857 ms) [ RUN ] TestJsonScan/TestJsonScan.ScanWithParallelDecoding/1Serial16b1024r [ OK ] TestJsonScan/TestJsonScan.ScanWithParallelDecoding/1Serial16b1024r (3923 ms) [----------] 24 tests from TestJsonScan/TestJsonScan (32468 ms total) [----------] 16 tests from TestJsonScanNode/TestJsonScanNode [ RUN ] TestJsonScanNode/TestJsonScanNode.Scan/0Threaded16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.Scan/0Threaded16b1024r (732 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.Scan/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.Scan/1Serial16b1024r (683 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanMissingFilterField/0Threaded16b1024r /arrow/cpp/src/arrow/status.cc:134: Cancelled: Plan was cancelled early. [ OK ] TestJsonScanNode/TestJsonScanNode.ScanMissingFilterField/0Threaded16b1024r (779 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanMissingFilterField/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanMissingFilterField/1Serial16b1024r (798 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanProjected/0Threaded16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanProjected/0Threaded16b1024r (1384 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanProjected/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanProjected/1Serial16b1024r (1610 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanProjectedMissingColumns/0Threaded16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanProjectedMissingColumns/0Threaded16b1024r (4082 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanProjectedMissingColumns/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanProjectedMissingColumns/1Serial16b1024r (2371 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithBOM/0Threaded16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanWithBOM/0Threaded16b1024r (4 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithBOM/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanWithBOM/1Serial16b1024r (4 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomParseOptions/0Threaded16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomParseOptions/0Threaded16b1024r (3 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomParseOptions/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomParseOptions/1Serial16b1024r (3 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomBlockSize/0Threaded16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomBlockSize/0Threaded16b1024r (3 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomBlockSize/1Serial16b1024r [ OK ] TestJsonScanNode/TestJsonScanNode.ScanWithCustomBlockSize/1Serial16b1024r (4 ms) [ RUN ] TestJsonScanNode/TestJsonScanNode.ScanWithParallelDecoding/0Threaded16b1024r /build/cpp/src/arrow/dataset ``` ### Component(s) C++, Continuous Integration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
