Bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.0 #190
build.yml
on: pull_request
Annotations
2 errors, 22 warnings, and 9 notices
Test
System.IO.IOException: No space left on device : '/home/runner/runners/2.321.0/_diag/Worker_20241128-064324-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
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 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.321.0/_diag/Worker_20241128-064324-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
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 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.321.0/_diag/Worker_20241128-064324-utc.log'
at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.Diagnostics.TextWriterTraceListener.Flush()
at System.Diagnostics.TraceSource.Flush()
at GitHub.Runner.Common.Tracing.Dispose(Boolean disposing)
at GitHub.Runner.Common.Tracing.Dispose()
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)
|
Verify plugin
Process completed with exit code 1.
|
Test
You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 11 MB
|
Constructor parameter is never used as a property:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L15
Constructor parameter is never used as a property
|
Constructor parameter is never used as a property:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L36
Constructor parameter is never used as a property
|
|
Redundant nullable return type:
modules/products/toml/src/main/kotlin/com/github/l34130/mise/toml/completion/MiseConfigPsiUtils.kt#L86
'parseTaskProperties' always returns non-null type
|
Unstable API Usage:
settings.gradle.kts#L9
'repositories(org.gradle.api.Action)' is marked unstable with @Incubating
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setting/MiseSettings.kt#L75
Property "MISE_SETTINGS_TOPIC" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/ToolUtils.kt#L3
Object "ToolUtils" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setup/MiseDevToolRequest.kt#L5
Class "MiseDevToolRequest" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.kt#L15
Function "fromJson" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.kt#L9
Function "fromJson" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/nodes/MiseErrorNode.kt#L7
Class "MiseErrorNode" is never used
|
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/setting/MiseSettings.kt#L92
Function "settingsChanged" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/MiseTreeToolWindow.kt#L111
Function "redraw" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/ToolUtils.kt#L4
Function "getCanonicalName" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.kt#L13
Function "fromJson" is never used
|
Unused symbol:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/nodes/MiseEmptyNode.kt#L7
Class "MiseEmptyNode" is never used
|
Inspect code
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
Inspect code
Cannot run analysis for commit 5625a2da495a2f23c9893733a3ff4ca3976974de because it doesn't exist in the repository. Check that you retrieve the full git history before running Qodana.
|
Inspect code
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
Inspect code
You are running a Qodana linter without an exact version tag: jetbrains/qodana-jvm-community:latest
|
Function or property has platform type:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.kt#L13
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:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.kt#L11
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:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.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:
modules/core/src/main/kotlin/com/github/l34130/mise/core/util/GsonExtensions.kt#L15
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
|
Class member can have 'private' visibility:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L36
Property 'configFilePath' could be private
|
Class member can have 'private' visibility:
modules/core/src/main/kotlin/com/github/l34130/mise/core/command/MiseCommandLineExceptions.kt#L15
Property 'configFilePath' could be private
|
Class member can have 'private' visibility:
modules/core/src/main/kotlin/com/github/l34130/mise/core/toolwindow/nodes/MiseEnvironmentNode.kt#L8
Property 'environments' could be private
|
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
mise-3.1.0
|
163 KB |
|
pluginVerifier-result
|
22.6 KB |
|