" "TestKill" "TestMoveTo" "TestCgroupType" ++ grep -rl TestMoveTo + awk -i inplace '/^func.*TestMoveTo\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' cgroup2/manager_test.go + for test in "TestCgroupv2CpuStats" "TestSystemdCgroupCpuController" "TestSystemdCgroupCpuController_NilWeight" "TestEventChanCleanupOnCgroupRemoval" "TestCgroupv2MemoryStats" "TestSystemdCgroupMemoryController" "TestCgroupv2PidsStats" "TestSystemdCgroupPidsController" "TestKill" "TestMoveTo" "TestCgroupType" ++ grep -rl TestCgroupType + awk -i inplace '/^func.*TestCgroupType\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' cgroup2/manager_test.go + LDFLAGS=' -X github.com/containerd/cgroups/v3/version=3.0.2' + GO_TEST_FLAGS='-buildmode pie -compiler gc' + GO_TEST_EXT_LD_FLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' + go-rpm-integration check -i github.com/containerd/cgroups/v3 -b /builddir/build/BUILD/cgroups-3.0.2/_build/bin -s /builddir/build/BUILD/cgroups-3.0.2/_build -V 3.0.2-3.fc40 -p /builddir/build/BUILDROOT/golang-github-containerd-cgroups-3-3.0.2-3.fc40.riscv64 -g /usr/share/gocode -r '.*example.*' Testing in: /builddir/build/BUILD/cgroups-3.0.2/_build/src PATH: /builddir/build/BUILD/cgroups-3.0.2/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/cgroups-3.0.2/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags " -X github.com/containerd/cgroups/v3/version=3.0.2 -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes '" testing: github.com/containerd/cgroups/v3 github.com/containerd/cgroups/v3 PASS ok github.com/containerd/cgroups/v3 0.018s github.com/containerd/cgroups/v3 PASS ok github.com/containerd/cgroups/v3 0.018s github.com/containerd/cgroups/v3/cgroup1 PASS ok github.com/containerd/cgroups/v3/cgroup1 0.463s github.com/containerd/cgroups/v3/cgroup1 PASS ok github.com/containerd/cgroups/v3/cgroup1 0.466s github.com/containerd/cgroups/v3/cgroup1/stats ? github.com/containerd/cgroups/v3/cgroup1/stats [no test files] github.com/containerd/cgroups/v3/cgroup2 --- FAIL: TestCgroupv2HugetlbStats (0.00s) hugetlbv2_test.go:38: Error Trace: /builddir/build/BUILD/cgroups-3.0.2/_build/src/github.com/containerd/cgroups/v3/cgroup2/hugetlbv2_test.go:38 Error: Received unexpected error: mkdir /sys/fs/cgroup/hugetlb-test-cg-807722: permission denied Test: TestCgroupv2HugetlbStats Messages: failed to init new cgroup manager FAIL exit status 1 FAIL github.com/containerd/cgroups/v3/cgroup2 0.050s error: Bad exit status from /var/tmp/rpm-tmp.Vs2lVN (%check) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.Vs2lVN (%check) Child return code was: 1 EXCEPTION: [Error('Command failed: \n # bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target riscv64 --nodeps /builddir/build/SPECS/golang-github-containerd-cgroups-3.spec\n', 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -ba --noprep --noclean --target riscv64 --nodeps /builddir/build/SPECS/golang-github-containerd-cgroups-3.spec