Add swift_library_group tests #3224
Triggered via pull request
September 3, 2024 15:48
Status
Failure
Total duration
4h 35m 10s
Artifacts
1
tests.yml
on: pull_request
Matrix: build_arm64_simulator
Matrix: buildifier-and-docs
Matrix: integration_tests
Matrix: multi_arch_support
Annotations
33 errors and 3 warnings
arm64 Simulator (Bazel 6.5.0 / Xcode 15.2)
Process completed with exit code 1.
|
arm64 Simulator (Bazel 7.1.0 / Xcode 15.2)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules false)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules false)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules false)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules false)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 6.5.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules false)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules false)
No space left on device : '/Users/runner/runners/2.319.1/_diag/blocks/f4499381-8dd6-4f90-9008-d8ae8a1febc9_7161b4ce-1513-5c39-8fd7-2f1701882a78.1'
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules false)
System.IO.IOException: No space left on device : '/Users/runner/runners/2.319.1/_diag/pages/f4499381-8dd6-4f90-9008-d8ae8a1febc9_acce6c97-7722-46c5-aea0-c668cf1e4fdf_2.log'
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at GitHub.Runner.Common.PagingLogger.NewPage()
at GitHub.Runner.Common.PagingLogger.Write(String message)
at GitHub.Runner.Worker.ExecutionContext.Write(String tag, String message)
at GitHub.Runner.Worker.ExecutionContextExtension.Output(IExecutionContext context, String message)
at GitHub.Runner.Worker.JobExtension.FinalizeJob(IExecutionContext jobContext, AgentJobRequestMessage message, DateTime jobStartTimeUtc)
at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken)
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)
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox true / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules false)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox true / Latest rules false)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules true)
Process completed with exit code 1.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS false / Sandbox false / Latest rules true)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
arm64 Simulator (Bazel 6.5.0 / Xcode 15.2)
No files were found with the provided path: bazel-testlogs. No artifacts will be uploaded.
|
arm64 Simulator (Bazel 7.1.0 / Xcode 15.2)
No files were found with the provided path: bazel-testlogs. No artifacts will be uploaded.
|
Build and test (Bazel 7.1.0 / Xcode 15.2 / VFS true / Sandbox false / Latest rules false)
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 32 MB
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bazel-testlogs
|
42.8 KB |
|