-
Notifications
You must be signed in to change notification settings - Fork 249
Closed
Description
https://github.com/containerd/cgroups/actions/runs/11691328166/job/32558246281
Error: src/github.com/containerd/cgroups/cgroup1/cgroup.go:37:32: undefined: specs (typecheck)
func New(path Path, resources *specs.LinuxResources, opts ...InitOpts) (Cgroup, error) {
^
Error: src/github.com/containerd/cgroups/cgroup1/cgroup.go:132:46: undefined: specs (typecheck)
func (c *cgroup) New(name string, resources *specs.LinuxResources) (Cgroup, error) {
^
Error: src/github.com/containerd/cgroups/cgroup1/cgroup.go:353:36: undefined: specs (typecheck)
func (c *cgroup) Update(resources *specs.LinuxResources) error {
^
Error: src/github.com/containerd/cgroups/cgroup1/systemd.go:150:10: undefined: dbus (typecheck)
Value: dbus.MakeVariant(units),
^
Error: src/github.com/containerd/cgroups/cgroup1/utils.go:200:15: undefined: cgroups (typecheck)
x, _, err := cgroups.ParseCgroupFileUnified(path)
^
Error: src/github.com/containerd/cgroups/cgroup1/utils.go:209:9: undefined: cgroups (typecheck)
return cgroups.ParseCgroupFileUnified(path)
^
Error: src/github.com/containerd/cgroups/cgroup1/paths_test.go:108:25: undefined: cgroups (typecheck)
paths, unified, err := cgroups.ParseCgroupFromReaderUnified(r)
^
Error: src/github.com/containerd/cgroups/cgroup2/manager.go:1009:10: undefined: dbus (typecheck)
Value: dbus.MakeVariant(units),
^
Error: src/github.com/containerd/cgroups/cgroup2/utils.go:384:28: undefined: dbus (typecheck)
if dbusError, ok := err.(dbus.Error); ok {
[...]
Metadata
Metadata
Assignees
Labels
No labels