[CRIO-1.31] Cherry-pick fix(deps): update module github.com/vbatts/tar-split to v0.11.7 #2226
Cirrus CI / lint
failed
Jan 23, 2025 in 1m 8s
Task Summary
Instruction test failed in 00:56
Details
✅ 00:02 clone
✅ 00:01 modules
✅ 00:02 build
❌ 00:56 test
if !options.HostUIDMapping && len(options.UIDMap) == 0 {
^
store.go:1860:16: options.HostGIDMapping undefined (type ContainerOptions has no field or method HostGIDMapping) (typecheck)
if !options.HostGIDMapping && len(options.GIDMap) == 0 {
^
store.go:1869:15: options.HostUIDMapping undefined (type ContainerOptions has no field or method HostUIDMapping) (typecheck)
if !options.HostUIDMapping && len(options.UIDMap) == 0 {
^
store.go:1872:15: options.HostGIDMapping undefined (type ContainerOptions has no field or method HostGIDMapping) (typecheck)
if !options.HostGIDMapping && len(options.GIDMap) == 0 {
^
store.go:1928:32: options.UIDMap undefined (type ContainerOptions has no field or method UIDMap) (typecheck)
HostUIDMapping: len(options.UIDMap) == 0,
^
store.go:1929:32: options.GIDMap undefined (type ContainerOptions has no field or method GIDMap) (typecheck)
HostGIDMapping: len(options.GIDMap) == 0,
^
store.go:2723:10: undefined: multierror (typecheck)
var wg multierror.Group
^
drivers/aufs/aufs.go:627:4: a.Lock undefined (type *Driver has no field or method Lock) (typecheck)
a.Lock()
^
drivers/aufs/aufs.go:628:10: a.Unlock undefined (type *Driver has no field or method Unlock) (typecheck)
defer a.Unlock()
^
drivers/aufs/aufs.go:644:4: a.Lock undefined (type *Driver has no field or method Lock) (typecheck)
a.Lock()
^
drivers/aufs/aufs.go:645:10: a.Unlock undefined (type *Driver has no field or method Unlock) (typecheck)
defer a.Unlock()
^
drivers/btrfs/btrfs.go:107:21: undefined: units (typecheck)
minSpace, err := units.RAMInBytes(val)
^
drivers/btrfs/btrfs.go:537:17: undefined: units (typecheck)
size, err := units.RAMInBytes(val)
^
drivers/overlay/overlay.go:1356:12: undefined: multierror (typecheck)
var errs *multierror.Error
^
drivers/overlay/overlay.go:1372:12: undefined: multierror (typecheck)
errs = multierror.Append(errs, fmt.Errorf("reading name of symlink for %q: %w", dir.Name(), err))
^
drivers/zfs/zfs.go:237:5: d.Lock undefined (type *Driver has no field or method Lock) (typecheck)
d.Lock()
^
drivers/zfs/zfs.go:239:5: d.Unlock undefined (type *Driver has no field or method Unlock) (typecheck)
d.Unlock()
^
drivers/zfs/zfs.go:321:7: d.Lock undefined (type *Driver has no field or method Lock) (typecheck)
d.Lock()
^
make: *** [Makefile:85: lint] Error 1
Exit status: 2
Loading