jonkeane commented on PR #40244: URL: https://github.com/apache/arrow/pull/40244#issuecomment-1970199525
Ok, now with the fixes from #40010 we build (🎉 ) but I am seeing some timezone-related(?) errors in the C++ tests: ``` [ RUN ] ScalarTemporalTest.TestAssumeTimezone /arrow/cpp/src/arrow/compute/kernels/test_util.cc:79: Failure Failed '_error_or_value25.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:79: Failure Failed '_error_or_value25.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:79: Failure Failed '_error_or_value25.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:79: Failure Failed '_error_or_value25.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database /arrow/cpp/src/arrow/compute/kernels/test_util.cc:86: Failure Failed '_error_or_value26.status()' failed with Invalid: Cannot locate timezone 'US/Central': US/Central not found in timezone database [ FAILED ] ScalarTemporalTest.TestAssumeTimezone (18 ms) ``` https://github.com/ursacomputing/crossbow/actions/runs/8075079852/job/22061406834#step:6:8027 I'm also trying to build with not-gcc14 but still 24.04 (locally in docker) to see if those same failures happen there too. But in case someone sees these and knows what's up -- 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]
