Skip to content

Add VM support to the migration controller #543

Add VM support to the migration controller

Add VM support to the migration controller #543

Triggered via pull request July 1, 2024 19:13
Status Failure
Total duration 1m 55s
Artifacts

pr-make.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Run Unit Tests: pkg/compat/client.go#L13
missing go.sum entry for module providing package github.com/konveyor/controller/pkg/logging (imported by github.com/konveyor/mig-controller/pkg/compat); to add:
Run Unit Tests: pkg/apis/migration/v1alpha1/directimagemigration_types.go#L25
missing go.sum entry for module providing package github.com/konveyor/controller/pkg/error (imported by github.com/konveyor/mig-controller/pkg/apis/migration/v1alpha1); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L18
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/endpoint (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L19
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/endpoint/route (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L20
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/endpoint/service (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L21
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/meta (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/resource.go#L8
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/transfer (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L23
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/transfer/blockrsync (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L24
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/transfer/rsync (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests: pkg/controller/directvolumemigration/rsync.go#L25
missing go.sum entry for module providing package github.com/konveyor/crane-lib/state_transfer/transport (imported by github.com/konveyor/mig-controller/pkg/controller/directvolumemigration); to add:
Run Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/