feat: use another hack to compile a file in sync mode #26
Annotations
2 errors, 11 warnings, and 21 notices
|
Inspect code
/data/cache/gradle/kotlin-profile
|
|
Verify plugin
System.IO.IOException: No space left on device : '/home/runner/actions-runner/cached/_diag/Worker_20250702-072034-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/actions-runner/cached/_diag/Worker_20250702-072034-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/actions-runner/cached/_diag/Worker_20250702-072034-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)
|
|
Redundant nullable return type:
src/main/kotlin/com/github/xepozz/php_dump/services/TokensDumperService.kt#L18
'dump' always returns non-null type
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/PhpDumpIcons.kt#L7
Property "POT" is never used
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/PhpDumpIcons.kt#L9
Property "POT_DARK" is never used
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/actions/RunDumpTokensCommandAction.kt#L11
Class "RunDumpTokensCommandAction" is never used
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/MyBundle.kt#L10
Object "MyBundle" is never used
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/stubs/token_object/TokenParser.kt#L13
Function "serializeTokens" is never used
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/MyBundle.kt#L13
Function "message" is never used
|
|
Unused symbol:
src/main/kotlin/com/github/xepozz/php_dump/stubs/any_tree/AnyNodeParser.kt#L13
Function "serializeAnyNodes" is never used
|
|
Inspect code
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.3 with the current CLI (2025.1.1)
|
|
Inspect code
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.3 with the current CLI (2025.1.1)
|
|
Inspect code
You are using a non-compatible Qodana linter jetbrains/qodana-jvm-community:2024.3 with the current CLI (2025.1.1)
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokenTreePanel.kt#L75
Function 'createToolbar' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/stubs/any_tree/AnyTreeStructure.kt#L5
Property 'root' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/services/OpcodesDumperService.kt#L19
Property 'state' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/actions/ClearConsoleViewAction.kt#L8
Property 'consoleView' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcacheSettingsPanel.kt#L67
Function 'createToolbar' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/services/TokensDumperService.kt#L16
Property 'state' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokensTerminalPanel.kt#L32
Property 'consoleView' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/tree/TokensTreeStructure.kt#L5
Property 'root' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcodesTerminalPanel.kt#L37
Property 'consoleView' could be private
|
|
Class member can have 'private' visibility:
src/main/kotlin/com/github/xepozz/php_dump/actions/RunDumpTokensCommandAction.kt#L12
Property 'dumpService' could be private
|
|
Unnecessary type argument:
src/main/kotlin/com/github/xepozz/php_dump/command/PhpCommandExecutor.kt#L38
Remove explicit type arguments
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcacheSettingsPanel.kt#L110
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcacheSettingsPanel.kt#L93
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcacheSettingsPanel.kt#L102
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokenTreePanel.kt#L135
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcacheSettingsPanel.kt#L43
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokenTreePanel.kt#L151
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokenTreePanel.kt#L152
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokenTreePanel.kt#L144
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/OpcacheSettingsPanel.kt#L109
Use of setter method instead of property access syntax
|
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/xepozz/php_dump/panel/TokenTreePanel.kt#L49
Use of setter method instead of property access syntax
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
PHP Dump-2025.0.5
Expired
|
2.29 MB |
sha256:9bc29f481d3a0cf63a7833c2a0dc5501a09ae7bf49cfabc5b5a099a78666d4ff
|
|
|
pluginVerifier-result
Expired
|
57.6 KB |
sha256:5e23955417611abd8171c6c0d7894b47b79b8962d3a4fe0454d2a2322e3bcfbb
|
|