Skip to content

CP-52074: Add API for start/stop systemd service sshd #3044

CP-52074: Add API for start/stop systemd service sshd

CP-52074: Add API for start/stop systemd service sshd #3044

Triggered via pull request December 27, 2024 05:30
Status Failure
Total duration 4m 5s
Artifacts

other.yml

on: pull_request
Test SDK builds  /  Generate SDK sources
3m 53s
Test SDK builds / Generate SDK sources
Matrix: Python tests
Deprecation tests
9s
Deprecation tests
Test SDK builds  /  Build C# SDK
0s
Test SDK builds / Build C# SDK
Test SDK builds  /  Build C SDK
0s
Test SDK builds / Build C SDK
Test SDK builds  /  Build Java SDK
0s
Test SDK builds / Build Java SDK
Finish coverage upload
3s
Finish coverage upload
Test SDK builds  /  Build PowerShell 5.x SDK (.NET Framework 4.5)
0s
Test SDK builds / Build PowerShell 5.x SDK (.NET Framework 4.5)
Matrix: Test SDK builds / Build PowerShell 7.x SDK
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Test SDK builds / Generate SDK sources
issues found
Finish coverage upload
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test SDK builds / Generate SDK sources
Restore cache failed: Dependencies file is not found in /home/runner/work/xen-api/xen-api. Supported file pattern: go.sum
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/api_errors.go#L35
var-naming: const ErrorConfigureSshPartiallyFailed should be ErrorConfigureSSHPartiallyFailed (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/api_errors.go#L37
var-naming: const ErrorConfigureSshFailed should be ErrorConfigureSSHFailed (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/convert.go#L1024
var-naming: func serializeEnumSshStatus should be serializeEnumSSHStatus (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/enums.go#L656
var-naming: type SshStatus should be SSHStatus (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/enums.go#L660
var-naming: const SshStatusOn should be SSHStatusOn (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/enums.go#L662
var-naming: const SshStatusOff should be SSHStatusOff (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/enums.go#L664
var-naming: const SshStatusUnrecognized should be SSHStatusUnrecognized (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/host.go#L253
var-naming: method ConfigureSsh should be ConfigureSSH (revive)
Test SDK builds / Generate SDK sources: _build/install/default/share/go/src/host.go#L273
var-naming: method AsyncConfigureSsh should be AsyncConfigureSSH (revive)