Skip to content

[SDK] Fix forceflush may wait for ever #9320

[SDK] Fix forceflush may wait for ever

[SDK] Fix forceflush may wait for ever #9320

Re-run triggered March 18, 2024 02:47
Status Failure
Total duration 12m 58s
Artifacts 1

ci.yml

on: pull_request
CMake test (without otlp-exporter)
4m 54s
CMake test (without otlp-exporter)
CMake gcc 13 (maintainer mode, sync)
7m 0s
CMake gcc 13 (maintainer mode, sync)
CMake gcc 13 (maintainer mode, async)
6m 59s
CMake gcc 13 (maintainer mode, async)
CMake clang 15 (maintainer mode, sync)
14m 21s
CMake clang 15 (maintainer mode, sync)
CMake clang 15 (maintainer mode, async)
15m 2s
CMake clang 15 (maintainer mode, async)
CMake clang 15 (maintainer mode, abiv2)
14m 6s
CMake clang 15 (maintainer mode, abiv2)
CMake msvc (maintainer mode)
7m 21s
CMake msvc (maintainer mode)
CMake msvc (maintainer mode) with C++20
8m 36s
CMake msvc (maintainer mode) with C++20
CMake test (without otlp-exporter and with async export)
6m 59s
CMake test (without otlp-exporter and with async export)
CMake test (with abseil)
4m 26s
CMake test (with abseil)
CMake test (with opentracing-shim)
4m 31s
CMake test (with opentracing-shim)
CMake C++14 test(GCC)
4m 8s
CMake C++14 test(GCC)
CMake C++17 test(GCC)
6m 11s
CMake C++17 test(GCC)
CMake C++20 test(GCC)
8m 39s
CMake C++20 test(GCC)
CMake C++20 test(Clang with libc++)
9m 40s
CMake C++20 test(Clang with libc++)
CMake C++23 test(GCC)
8m 43s
CMake C++23 test(GCC)
CMake C++23 test(Clang with libc++)
9m 50s
CMake C++23 test(Clang with libc++)
CMake test (with otlp-exporter)
15m 32s
CMake test (with otlp-exporter)
CMake test (with modern protobuf,grpc and abseil)
20m 44s
CMake test (with modern protobuf,grpc and abseil)
CMake do not install test (with otlp-exporter)
13m 47s
CMake do not install test (with otlp-exporter)
CMake test (build shared libraries with otlp-exporter and static gRPC)
13m 5s
CMake test (build shared libraries with otlp-exporter and static gRPC)
CMake install test (with abseil)
4m 58s
CMake install test (with abseil)
Plugin -> CMake
1m 16s
Plugin -> CMake
Bazel
12m 35s
Bazel
Bazel with async export
13m 41s
Bazel with async export
Bazel with external abseil
13m 50s
Bazel with external abseil
Bazel valgrind
14m 4s
Bazel valgrind
Bazel noexcept
13m 9s
Bazel noexcept
Bazel nortti
13m 39s
Bazel nortti
Bazel asan config
3d 0h
Bazel asan config
Bazel tsan config
12m 31s
Bazel tsan config
Bazel on MacOS
14m 28s
Bazel on MacOS
Benchmark
8m 21s
Benchmark
Format
13s
Format
Copyright
7s
Copyright
CMake -> exporter proto
13m 7s
CMake -> exporter proto
CMake -> exporter proto (Build as DLL)
26m 29s
CMake -> exporter proto (Build as DLL)
CMake (With async export) -> exporter proto
13m 8s
CMake (With async export) -> exporter proto
Bazel Windows
22m 43s
Bazel Windows
Plugin -> CMake Windows
7m 5s
Plugin -> CMake Windows
Code coverage
11m 55s
Code coverage
markdown-lint
7s
markdown-lint
misspell
6s
misspell
DocFX check
34s
DocFX check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Bazel asan config
System.IO.IOException: No space left on device : '/home/runner/runners/2.314.1/_diag/Worker_20240315-023306-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) System.IO.IOException: No space left on device : '/home/runner/runners/2.314.1/_diag/Worker_20240315-023306-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Common.Tracing.Error(Exception exception) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.314.1/_diag/Worker_20240315-023306-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at System.Diagnostics.TraceSource.Flush() at GitHub.Runner.Common.TraceManager.Dispose(Boolean disposing) at GitHub.Runner.Common.TraceManager.Dispose() at GitHub.Runner.Common.HostContext.Dispose(Boolean disposing) at GitHub.Runner.Common.HostContext.Dispose() at GitHub.Runner.Worker.Program.Main(String[] args)
Bazel tsan config
Process completed with exit code 3.
Bazel asan config
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 61 MB