Skip to content

ignore cuda-python warnings in tests #17921

ignore cuda-python warnings in tests

ignore cuda-python warnings in tests #17921

Triggered via push November 6, 2024 21:31
Status Failure
Total duration 1h 43m 45s
Artifacts

pr.yaml

on: push
changed-files  /  Check changed files
20s
changed-files / Check changed files
Matrix: devcontainer / build
conda-cpp-build  /  compute-matrix
2s
conda-cpp-build / compute-matrix
static-configure  /  build
4m 10s
static-configure / build
wheel-build-libcudf  /  compute-matrix
2s
wheel-build-libcudf / compute-matrix
Matrix: conda-cpp-build / build
Matrix: wheel-build-libcudf / build
conda-cpp-tests  /  compute-matrix
2s
conda-cpp-tests / compute-matrix
conda-java-tests  /  build
0s
conda-java-tests / build
conda-python-build  /  compute-matrix
4s
conda-python-build / compute-matrix
conda-cpp-checks  /  check-symbols
3m 36s
conda-cpp-checks / check-symbols
wheel-build-pylibcudf  /  compute-matrix
wheel-build-pylibcudf / compute-matrix
Matrix: conda-cpp-tests / tests
Matrix: conda-python-build / build
Matrix: wheel-build-pylibcudf / build
Waiting for pending jobs
conda-python-cudf-tests  /  compute-matrix
4s
conda-python-cudf-tests / compute-matrix
conda-python-other-tests  /  compute-matrix
3s
conda-python-other-tests / compute-matrix
conda-notebook-tests  /  build
5m 51s
conda-notebook-tests / build
wheel-build-cudf-polars  /  compute-matrix
wheel-build-cudf-polars / compute-matrix
wheel-build-cudf  /  compute-matrix
wheel-build-cudf / compute-matrix
Matrix: conda-python-cudf-tests / tests
Matrix: conda-python-other-tests / tests
Matrix: wheel-build-cudf-polars / build
Waiting for pending jobs
Matrix: wheel-build-cudf / build
Waiting for pending jobs
wheel-tests-cudf-polars  /  compute-matrix
wheel-tests-cudf-polars / compute-matrix
cudf-polars-polars-tests  /  compute-matrix
cudf-polars-polars-tests / compute-matrix
pandas-tests  /  compute-matrix
pandas-tests / compute-matrix
unit-tests-cudf-pandas  /  compute-matrix
unit-tests-cudf-pandas / compute-matrix
wheel-tests-cudf  /  compute-matrix
wheel-tests-cudf / compute-matrix
wheel-build-dask-cudf  /  compute-matrix
wheel-build-dask-cudf / compute-matrix
Matrix: wheel-tests-cudf-polars / test
Waiting for pending jobs
Matrix: cudf-polars-polars-tests / test
Waiting for pending jobs
Matrix: pandas-tests / test
Waiting for pending jobs
Matrix: unit-tests-cudf-pandas / test
Waiting for pending jobs
Matrix: wheel-tests-cudf / test
Waiting for pending jobs
Matrix: wheel-build-dask-cudf / build
Waiting for pending jobs
pandas-tests-diff  /  build
pandas-tests-diff / build
wheel-tests-dask-cudf  /  compute-matrix
wheel-tests-dask-cudf / compute-matrix
Matrix: wheel-tests-dask-cudf / test
Waiting for pending jobs
pr-builder  /  run
0s
pr-builder / run
Fit to window
Zoom out
Zoom in

Annotations

10 errors
wheel-build-libcudf / 11.8.0, 3.12, arm64, rockylinux8
Process completed with exit code 1.
wheel-build-libcudf / 11.8.0, 3.12, amd64, rockylinux8
The job was canceled because "arm64_3_12_11_8_0_rockyli" failed.
wheel-build-libcudf / 11.8.0, 3.12, amd64, rockylinux8
The operation was canceled.
wheel-build-libcudf / 12.5.1, 3.12, arm64, rockylinux8
The job was canceled because "arm64_3_12_11_8_0_rockyli" failed.
wheel-build-libcudf / 12.5.1, 3.12, arm64, rockylinux8
The operation was canceled.
wheel-build-libcudf / 12.5.1, 3.12, amd64, rockylinux8
The job was canceled because "arm64_3_12_11_8_0_rockyli" failed.
wheel-build-libcudf / 12.5.1, 3.12, amd64, rockylinux8
The operation was canceled.
conda-java-tests / build
System.TimeoutException: The HTTP request timed out after 00:01:40. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.AuthenticationHelper.SendWithAuthAsync(HttpRequestMessage request, Uri authUri, Boolean async, ICredentials credentials, Boolean preAuthenticate, Boolean isProxyAuth, Boolean doRequestAuth, HttpConnectionPool pool, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at GitHub.Services.Common.VssHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) --- End of inner exception stack trace --- at GitHub.Services.Common.VssHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at GitHub.Services.Common.VssHttpRetryMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at GitHub.Runner.Common.RedirectMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at GitHub.Runner.Common.ThrottlingReportHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at GitHub.Services.WebApi.VssHttpClientBase.SendAsync(HttpRequestMessage message, HttpCompletionOption completionOption, Object userState, CancellationToken cancellationToken) at GitHub.Services.WebApi.VssHttpClientBase.SendAsync[T](HttpRequestMessage message, Object userState, CancellationToken cancellationToken) at GitHub.Services.Location.Client.LocationHttpClient.GetConnectionDataAsync(ConnectOptions connectOptions, Int64 lastChangeId, CancellationToken cancellationToken, Object userState) at GitHub.Services.WebApi.Location.VssServerDataProvider.GetConnectionDataAsync(ConnectOptions connectOptions, Int32 lastChangeId, CancellationToken cancellationToken) at GitHub.Services.WebApi.Location.VssServerDataProvider.ConnectAsync(ConnectOptions connectOptions, CancellationToken cancellationToken) at GitHub.Runner.Common.JobServer.ConnectAsync(VssConnection jobConnection) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)
conda-java-tests / build
The self-hosted runner: linux-amd64-gpu-v100-latest-1-xbjv8-runner-vxmlk lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
pr-builder / run
Process completed with exit code 1.