Skip to content

fix(ci): try to use $RUNNER_TEMP #1016

fix(ci): try to use $RUNNER_TEMP

fix(ci): try to use $RUNNER_TEMP #1016

Triggered via push February 2, 2024 10:35
Status Failure
Total duration 10m 8s
Artifacts

main.yml

on: push
Ocaml tests
9m 58s
Ocaml tests
Deprecation tests
25s
Deprecation tests
Matrix: Python tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 15 warnings, and 10 notices
pytype: wrong-arg-types: scripts/hfx_filename#L36
Function socket.send was called with the wrong arguments, Expected: (self, __data: Buffer, ...), Actually passed: (self, __data: str), Attributes of protocol Buffer are not implemented on str: __buffer__
pytype: wrong-arg-types: scripts/hfx_filename#L38
Function socket.send was called with the wrong arguments, Expected: (self, __data: Buffer, ...), Actually passed: (self, __data: str), Attributes of protocol Buffer are not implemented on str: __buffer__, Called from (traceback):, line 70, in db_get_by_uuid
pytype: wrong-arg-types: scripts/hfx_filename#L38
Function socket.send was called with the wrong arguments, Expected: (self, __data: Buffer, ...), Actually passed: (self, __data: str), Attributes of protocol Buffer are not implemented on str: __buffer__, Called from (traceback):, line 75, in read_field
pytype: wrong-arg-types: scripts/hfx_filename#L46
Function bytes.find was called with the wrong arguments, Expected: (self, sub: Union[bytes, int], ...), Actually passed: (self, sub: str)
pytype: wrong-arg-types: scripts/hfx_filename#L48
Function bytes.split was called with the wrong arguments, Expected: (self, sep: Optional[bytes] = ..., ...), Actually passed: (self, sep: str)
pytype: wrong-arg-types: scripts/hfx_filename#L59
Function bytes.startswith was called with the wrong arguments, Expected: (self, prefix: Union[Tuple[bytes, ...], bytes]), Actually passed: (self, prefix: str), Called from (traceback):, line 83, in current file, line 70, in db_get_by_uuid
pytype: wrong-arg-types: scripts/hfx_filename#L63
Function bytes.endswith was called with the wrong arguments, Expected: (self, suffix: Union[Tuple[bytes, ...], bytes]), Actually passed: (self, suffix: str), Called from (traceback):, line 83, in current file, line 70, in db_get_by_uuid
pytype: module-attr: scripts/hatests#L198
No attribute 'urlopen' on module 'urllib'
pytype: module-attr: scripts/hatests#L218
No attribute 'urlopen' on module 'urllib'
pytype: python-compiler-error: scripts/backup-sr-metadata.py#L35
multiple exception types must be parenthesized
Python tests (3.11)
Not Found
Ocaml tests
System.IO.IOException: No space left on device : '/home/runner/runners/2.312.0/_diag/Worker_20240202-103601-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.312.0/_diag/Worker_20240202-103601-utc.log' 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.312.0/_diag/Worker_20240202-103601-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) 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)
Deprecation tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Python tests (2.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Python tests (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pytype: attribute-error: scripts/hfx_filename#L59
No attribute 'startswith' on None, In Optional[bytes], Called from (traceback):, line 83, in current file, line 70, in db_get_by_uuid
pytype: attribute-error: scripts/perfmon#L484
No attribute 'alarm_auto_inhibit_period' on VariableState
pytype: attribute-error: scripts/perfmon#L485
No attribute 'alarm_trigger_period' on VariableState
pytype: attribute-error: scripts/perfmon#L1249
No attribute 'details' on Exception
pytype: attribute-error: scripts/hatests#L42
No attribute 'iteritems' on dict
pytype: attribute-error: scripts/examples/python/XenAPI/XenAPI.py#L187
No attribute 'local_logout' on Callable[[], Any], In Union[Callable[[], Any], xmlrpc.client._Method]
pytype: attribute-error: scripts/examples/python/shell.py#L36
No attribute 'Cmd' on str, In Union[module, str]
pytype: attribute-error: scripts/examples/python/shell.py#L41
No attribute 'Cmd' on str, In Union[module, str]
pytype: attribute-error: scripts/static-vdis#L82
No attribute 'items' on None, In Optional[Any], Called from (traceback):, line 379, in current file, line 173, in add
Python tests (3.11): scripts/perfmon#L383
invalid escape sequence '\d'
Python tests (3.11): scripts/perfmon#L383
invalid escape sequence '\d'
Python tests (3.11): scripts/perfmon#L383
invalid escape sequence '\d'
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: bool, No attribute '__setitem__' on bool
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: int, No attribute '__setitem__' on int
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: float, No attribute '__setitem__' on float
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: str, No attribute '__setitem__' on str
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: bytes, No attribute '__setitem__' on bytes
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: None, No attribute '__setitem__' on None
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: tuple, No attribute '__setitem__' on tuple
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: datetime.datetime, No attribute '__setitem__' on datetime.datetime
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: xmlrpc.client.DateTime, No attribute '__setitem__' on xmlrpc.client.DateTime
pytype: unsupported-operands: scripts/static-vdis#L242
unsupported operand type(s) for item assignment: xmlrpc.client.Binary, No attribute '__setitem__' on xmlrpc.client.Binary