Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/stretchr/testify to v1.10.0 #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(deps): update module github.com/stretchr/testify to v1.10.0

216a920
Select commit
Loading
Failed to load commit list.
Open

fix(deps): update module github.com/stretchr/testify to v1.10.0 #182

fix(deps): update module github.com/stretchr/testify to v1.10.0
216a920
Select commit
Loading
Failed to load commit list.
Cirrus CI / Test on Fedora failed Nov 23, 2024 in 1h 0m 2s

Task Summary

Instruction main failed in 59:51

Details

✅ 00:02 clone
✅ 00:01 gocache
✅ 00:01 gopath
✅ 00:01 gosrc_bin
✅ 00:01 gosrc_docs
❌ 59:51 main

    SHLVL=3
    SYSTEMD_EXEC_PID=1203
    TERM=xterm-256color
    USER=root
    WARNING_MSG_PREFIX=WARNING:
make binary
GO111MODULE=on go build -mod=vendor -mod=vendor -o ./bin/oci-seccomp-bpf-hook -ldflags "-X main.version=v1.2.11-dev" github.com/containers/oci-seccomp-bpf-hook
make install.tools
curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/v1.60.3/install.sh | sh -s -- -b ./build v1.60.3
golangci/golangci-lint info checking GitHub for tag 'v1.60.3'
golangci/golangci-lint info found version: 1.60.3 for v1.60.3/linux/amd64
golangci/golangci-lint info installed ./build/golangci-lint
if [ -z "/usr/bin/go-md2man" ]; then \
	   	env GO111MODULE=off go get -u github.com/cpuguy83/go-md2man; \
fi
make validate
./build/golangci-lint run
make docs
make -C docs PREFIX=/usr/local
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/oci-seccomp-bpf-hook/docs'
/usr/bin/go-md2man -in oci-seccomp-bpf-hook.md -out oci-seccomp-bpf-hook.1
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/oci-seccomp-bpf-hook/docs'
sudo make PREFIX=/usr install
make -C docs PREFIX=/usr
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/oci-seccomp-bpf-hook/docs'
make[1]: Nothing to be done for 'docs'.
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/oci-seccomp-bpf-hook/docs'
make -C docs install-nobuild
make[1]: Entering directory '/var/tmp/go/src/github.com/containers/oci-seccomp-bpf-hook/docs'
install -d /usr/share/man/man1
install -m 0644 oci-seccomp-bpf-hook*.1 /usr/share/man/man1
make[1]: Leaving directory '/var/tmp/go/src/github.com/containers/oci-seccomp-bpf-hook/docs'
install -Z -d -m 755 /usr/libexec/oci/hooks.d
install -Z -d -m 755 /usr/share/containers/oci/hooks.d/
install -Z -m 755 ./bin/oci-seccomp-bpf-hook /usr/libexec/oci/hooks.d
install -Z -m 644 oci-seccomp-bpf-hook.json /usr/share/containers/oci/hooks.d/
sed -i 's|HOOK_BIN_DIR|/usr/libexec/oci/hooks.d|g' /usr/share/containers/oci/hooks.d//oci-seccomp-bpf-hook.json
make test-unit
go test -v github.com/containers/oci-seccomp-bpf-hook
=== RUN   TestParseAnnotation
--- PASS: TestParseAnnotation (0.00s)
=== RUN   TestAppendArchIfNotAlreadyIncluded
--- PASS: TestAppendArchIfNotAlreadyIncluded (0.00s)
PASS
ok  	github.com/containers/oci-seccomp-bpf-hook	0.940s
sudo make test-integration

==> Running integration tests (must be run as root)
./hack/check_root.sh
bats  test/
1..8
ok 1 Podman available
ok 2 Version check
ok 3 Trace and check size of generated profile

Timed out!������������������������