Skip to content

test(kube): verify healthcheck is exported as LivenessProbe

1f366e6
Select commit
Loading
Failed to load commit list.
Closed

fix(kube): export container healthcheck as LivenessProbe in generate kube #28415

test(kube): verify healthcheck is exported as LivenessProbe
1f366e6
Select commit
Loading
Failed to load commit list.
Cirrus CI / Windows Cross failed Mar 30, 2026 in 2m 49s

Task Summary

Instruction main failed in 02:29

Details

✅ 00:16 clone
✅ 00:01 setup
❌ 02:29 main

Performing alternate build: Windows Cross
************************************************************
+ cd /var/tmp/go/src/github.com/containers/podman
+ case "$ALT_NAME" in
+ showrun make .install.pre-commit
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make .install.pre-commit  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:276 in _run_altbuild()'
+ make .install.pre-commit  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:276 in _run_altbuild()
+ make .install.pre-commit
if [ -z "/usr/bin/pre-commit" ]; then \
	/usr/bin/python3 -m pip install --user pre-commit; \
fi
+ showrun make lint GOOS=windows CGO_ENABLED=0
+ local -a context
+ context=($(caller 0))
++ caller 0
+ echo '+ make lint GOOS=windows CGO_ENABLED=0  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:277 in _run_altbuild()'
+ make lint GOOS=windows CGO_ENABLED=0  # /var/tmp/go/src/github.com/containers/podman/./contrib/cirrus/runner.sh:277 in _run_altbuild()
+ make lint GOOS=windows CGO_ENABLED=0
VERSION=2.11.4 ./hack/install_golangci.sh
Installing golangci-lint v2.11.4 into ./bin/golangci-lint
golangci/golangci-lint info checking GitHub for tag 'v2.11.4'
golangci/golangci-lint info found version: 2.11.4 for v2.11.4/linux/amd64
golangci/golangci-lint info installed ./bin/golangci-lint
hack/golangci-lint.sh
Linting for GOOS=windows
+ ./bin/golangci-lint run --build-tags=remote,containers_image_openpgp
0 issues.
/usr/bin/pre-commit run -a
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.git.
[INFO] Initializing environment for https://github.com/codespell-project/codespell.
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.git.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/codespell-project/codespell.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
fix end of files.........................................................Failed
- hook id: end-of-file-fixer
- exit code: 1
- files were modified by this hook

Fixing test/e2e/generate_kube_test.go

trim trailing whitespace.................................................Passed
mixed line ending........................................................Passed
check BOM - deprecated: use fix-byte-order-marker........................Passed
check that executables have shebangs.....................................Passed
check for merge conflicts................................................Passed
check yaml...............................................................Passed
codespell................................................................Passed
make: *** [Makefile:285: lint] Error 1

Exit status: 2