Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Merge pull request #41 from MarioAriasC/changelog-update-v0.2.5 #63

Merge pull request #41 from MarioAriasC/changelog-update-v0.2.5

Merge pull request #41 from MarioAriasC/changelog-update-v0.2.5 #63

Triggered via push July 30, 2023 05:12
Status Failure
Total duration 17m 8s
Artifacts 2

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 52 warnings, and 2 notices
Verify plugin
System.IO.IOException: No space left on device : '/home/runner/runners/2.307.1/_diag/Worker_20230730-052350-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.307.1/_diag/Worker_20230730-052350-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.307.1/_diag/Worker_20230730-052350-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)
Const property naming convention: src/main/kotlin/org/ziglang/jb/editor/ZigCommenter.kt#L13
Const property name `docComment` should not contain lowercase letters
Const property naming convention: src/main/kotlin/org/ziglang/jb/editor/ZigCommenter.kt#L12
Const property name `comment` should not contain lowercase letters
Serializable object must implement 'readResolve': src/main/kotlin/org/ziglang/jb/ZigLang.kt#L7
Serializable object must implement 'readResolve'
Constant conditions: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L87
Condition 'element is ZigTopVarDecl' is always true
Constant conditions: src/main/kotlin/org/ziglang/jb/reference/SymbolMixin.kt#L17
Condition 'prevSibling?.text == ZigTypes.DOT.toString()' is always false
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L57
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L70
Condition 'firstChild is ZigContainerDecl' is always true
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L55
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L90
Condition 'element is ZigFnDecl' is always true when reached
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L18
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L132
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/reference/SymbolMixin.kt#L29
Condition 'parent.prevSiblingTypeIgnoring(ZigTypes.COLON, TokenType.WHITE_SPACE) != null' is always true
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L54
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/reference/SymbolMixin.kt#L35
Condition 'containerType != null' is always false
Constant conditions: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L87
Condition '(element is ZigTopVarDecl) \|\| (element is ZigLocalVarDecl)' is always true
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L56
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L22
'when' branch is never reachable
Constant conditions: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L87
Condition '(((element is ZigTopVarDecl) \|\| (element is ZigLocalVarDecl)) \&\& (PsiTreeUtil.findChildOfType( element, ZigContainerDecl::class.java ) != null)) \|\| (element is ZigFnDecl)' is always true
Constant conditions: src/main/kotlin/org/ziglang/jb/types/utils.kt#L133
'when' branch is never reachable
Redundant nullable return type: src/main/kotlin/org/ziglang/jb/editor/ZigCommenter.kt#L26
'getLineCommentTokenType' always returns non-null type
Redundant nullable return type: src/main/kotlin/org/ziglang/jb/types/utils.kt#L40
'inference' always returns non-null type
Redundant nullable return type: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L24
'findPsiElementByNameInsideFile' always returns non-null type
Unused symbol: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L11
Function "prevSiblingTypeIgnoring" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/ZigIcons.kt#L11
Property "variable" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/types/utils.kt#L40
Function "inference" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/toolchain/ZigLocalToolchain.kt#L5
Class "ZigLocalToolchain" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/completion/ZigPatterns.kt#L18
Function "basicDeclarationPattern" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/toolchain/ZigToolchain.kt#L28
Function "defaultZigEnv" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/ZigBundle.kt#L14
Function "message" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/completion/ZigPatterns.kt#L34
Function "psiElement" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/completion/ZigPatterns.kt#L24
Function "testPattern" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/ZigBundle.kt#L10
Object "ZigBundle" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/ZigIcons.kt#L6
Property "zig" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/completion/ZigCompletionContributor.kt#L54
Property "lookupLowerCase" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/project/MissingZigToolchainEditorNotificationProvider.kt#L11
Class "MissingZigToolchainEditorNotificationProvider" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/types/utils.kt#L10
Function "getTypeFromChain" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/ZigIcons.kt#L10
Property "sdk" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/psi/utils.kt#L24
Function "findPsiElementByNameInsideFile" is never used
Unused symbol: src/main/kotlin/org/ziglang/jb/project/ZigSdkType.kt#L6
Class "ZigSdkType" is never used
Verify plugin
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2

Artifacts

Produced during runtime
Name Size
pluginVerifier-result Expired
21 KB
zig-support-0.2.5 Expired
318 KB