Skip to content

✨ feat: The load parameter of the @OneToOne and @OneToMany a… #66

✨ feat: The load parameter of the @OneToOne and @OneToMany a…

✨ feat: The load parameter of the @OneToOne and @OneToMany a… #66

Triggered via push May 27, 2024 16:26
Status Failure
Total duration 9m 13s
Artifacts 1

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 181 warnings, and 19 notices
Verify plugin
System.IO.IOException: No space left on device : '/home/runner/runners/2.316.1/_diag/Worker_20240527-162910-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.316.1/_diag/Worker_20240527-162910-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.316.1/_diag/Worker_20240527-162910-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)
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: gradle/wrapper-validation-action@v1.1.0, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, gradle/gradle-build-action@v2, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
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/provider/SqlIdQuickDoc.kt#L53
'CLASS_CONTENT' is marked unstable with @ApiStatus.Internal
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/provider/SqlIdQuickDoc.kt#L47
'CLASS_DEFINITION' 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/facet/SQLToyFacet.kt#L20
Property "sqltoyFacetType" 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: actions/setup-java@v3, JetBrains/qodana-action@v2023.2.6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "SQLToy Integration-0.4.2". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Local variable naming convention: src/main/kotlin/com/github/imyuyu/sqltoy/reference/SqlIdReferenceProvider.kt#L27
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.4.2 Expired
126 KB