Bump github.com/NVIDIA/go-nvml from 0.12.0-3 to 0.12.0-4 #70
Annotations
21 errors
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L25
cannot use (*nvmlComputeInstance)(nil) (value of type *nvmlComputeInstance) as ComputeInstance value in variable declaration: *nvmlComputeInstance does not implement ComputeInstance (type *nvmlComputeInstance is pointer to interface, not interface)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L28
invalid receiver type nvmlComputeInstance (pointer or interface type)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L31
cannot use nvmlDevice(i.Device) (value of type nvmlDevice) as Device value in struct literal: nvmlDevice does not implement Device (wrong type for method CreateGpuInstanceWithPlacement)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L32
cannot use nvmlGpuInstance(i.GpuInstance) (value of type nvmlGpuInstance) as GpuInstance value in struct literal: nvmlGpuInstance does not implement GpuInstance (wrong type for method CreateComputeInstance)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/ci.go#L41
invalid receiver type nvmlComputeInstance (pointer or interface type)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L23
cannot use (*nvmlDevice)(nil) (value of type *nvmlDevice) as Device value in variable declaration: *nvmlDevice does not implement Device (type *nvmlDevice is pointer to interface, not interface)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L26
invalid receiver type nvmlDevice (pointer or interface type)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L31
invalid receiver type nvmlDevice (pointer or interface type)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/device.go#L37
invalid receiver type nvmlDevice (pointer or interface type)
|
Unit test:
vendor/github.com/NVIDIA/go-nvlib/pkg/nvml/gi.go#L25
cannot use (*nvmlGpuInstance)(nil) (value of type *nvmlGpuInstance) as GpuInstance value in variable declaration: *nvmlGpuInstance does not implement GpuInstance (type *nvmlGpuInstance is pointer to interface, not interface)
|
check:
internal/nvml/consts.go#L1
: # github.com/NVIDIA/mig-parted/internal/nvml
|
check:
internal/nvlib/mig/mig.go#L22
could not import github.com/NVIDIA/mig-parted/internal/nvml (-: # github.com/NVIDIA/mig-parted/internal/nvml
|
check:
internal/nvlib/mig/mig.go#L54
device.GetMigMode undefined (type Device has no field or method GetMigMode) (typecheck)
|
check:
internal/nvlib/mig/mig.go#L69
device.GetGpuInstanceProfileInfo undefined (type Device has no field or method GetGpuInstanceProfileInfo) (typecheck)
|
check:
internal/nvlib/mig/mig.go#L80
device.GetGpuInstances undefined (type Device has no field or method GetGpuInstances) (typecheck)
|
check:
internal/nvlib/mig/mig.go#L98
gi.GetComputeInstanceProfileInfo undefined (type GpuInstance has no field or method GetComputeInstanceProfileInfo) (typecheck)
|
check:
internal/nvlib/mig/mig.go#L109
gi.GetComputeInstances undefined (type GpuInstance has no field or method GetComputeInstances) (typecheck)
|
check:
pkg/types/mig_state.go#L21
could not import github.com/NVIDIA/mig-parted/internal/nvml (-: # github.com/NVIDIA/mig-parted/internal/nvml
|
check:
pkg/types/nvdev.go#L25
could not import github.com/NVIDIA/go-nvlib/pkg/nvml (-: # github.com/NVIDIA/go-nvlib/pkg/nvml
|
check:
pkg/types/mig_config.go#L34
mp.String undefined (type *MigProfile has no field or method String) (typecheck)
|
build
Process completed with exit code 2.
|