Skip to content

🐛 fix(main): can't show sql doc #78

🐛 fix(main): can't show sql doc

🐛 fix(main): can't show sql doc #78

Triggered via push June 10, 2024 14:37
Status Failure
Total duration 11m 53s
Artifacts 1

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 278 warnings, and 28 notices
Verify plugin
System.IO.IOException: No space left on device : '/home/runner/runners/2.317.0/_diag/Worker_20240610-144159-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.317.0/_diag/Worker_20240610-144159-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.317.0/_diag/Worker_20240610-144159-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)
Test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
Incorrect string capitalization: src/main/kotlin/com/github/imyuyu/sqltoy/action/CreateSQLToyXmlAction.kt#L16
String 'Create SQLToy Sql File OR Translate File' is not properly capitalized. It should have sentence capitalization
Incorrect string capitalization: src/main/kotlin/com/github/imyuyu/sqltoy/provider/StatementLineMarkerProvider.kt#L98
String 'statement line marker' is not properly capitalized. It should have sentence capitalization
Incorrect string capitalization: src/main/kotlin/com/github/imyuyu/sqltoy/provider/RunSqlLineMarkerProvider.kt#L25
String 'run sql' is not properly capitalized. It should have sentence capitalization
Incorrect string capitalization: src/main/kotlin/com/github/imyuyu/sqltoy/provider/TranslateIdLineMarkerProvider.kt#L77
String 'translate id line marker' is not properly capitalized. It should have sentence capitalization
Usage of redundant or deprecated syntax or deprecated symbols: src/main/kotlin/com/github/imyuyu/sqltoy/inspection/XmlInspection.kt#L36
Elvis operator (?:) always returns the left operand of non-nullable type XmlTag
Unstable API Usage: src/main/kotlin/com/github/imyuyu/sqltoy/util/JavaUtils.kt#L249
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/imyuyu/sqltoy/facet/SQLToyFacet.kt#L13
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/imyuyu/sqltoy/util/JavaUtils.kt#L242
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/imyuyu/sqltoy/provider/SqlIdQuickDoc.kt#L59
'CLASS_DEFINITION' is marked unstable with @ApiStatus.Internal
Unstable API Usage: src/main/kotlin/com/github/imyuyu/sqltoy/provider/SqlIdQuickDoc.kt#L65
'CLASS_CONTENT' is marked unstable with @ApiStatus.Internal
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/MessageBundle.kt#L10
Object "MessageBundle" is never used
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/MessageBundle.kt#L13
Function "message" is never used
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/indexer/SQLIdRecord.kt#L79
Function "withDataFile" is never used
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/util/JavaUtils.kt#L249
Function "isTranslateClass" is never used
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/facet/SQLToyFacet.kt#L20
Property "sqltoyFacetType" is never used
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/util/JavaUtils.kt#L242
Function "isSqlToyClass" is never used
Unused symbol: src/main/kotlin/com/github/imyuyu/sqltoy/service/EditorService.kt#L11
Property "fileEditorManager" is never used
Inspect code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JetBrains/qodana-action@v2023.3.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Function or property has platform type: src/main/kotlin/com/github/imyuyu/sqltoy/util/Patterns.kt#L9
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: src/main/kotlin/com/github/imyuyu/sqltoy/util/Patterns.kt#L23
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: src/main/kotlin/com/github/imyuyu/sqltoy/util/Patterns.kt#L18
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Local variable naming convention: src/main/kotlin/com/github/imyuyu/sqltoy/reference/SqlIdReferenceProvider.kt#L28
Local variable name `_element` should start with a lowercase letter
Private property naming convention: src/main/kotlin/com/github/imyuyu/sqltoy/provider/StatementLineMarkerProvider.kt#L21
Private property name `SQLTOY_ROOT` should not contain underscores in the middle or the end

Artifacts

Produced during runtime
Name Size
SQLToy Integration-0.5.0 Expired
160 KB