healthcheck feature #599
Open
healthcheck feature #599
Cirrus CI / build
failed
Nov 20, 2025 in 2m 55s
Task Summary
Instruction main failed in 02:53
Details
✅ 00:01 clone
❌ 02:53 main
ok 105 ctrl: resize the terminal, no variables
ok 106 ctrl: resize the terminal, too many variables
ok 107 ctrl: resize the terminal, too long line
ok 108 ctrl: resize the terminal
ok 109 ctrl: rotate logs
ok 110 ctrl: unknown message 'foo'
ok 111 ctrl: unknown message '999'
ok 112 ctrl: unknown message '999 2 2'
ok 113 ctrl: resize with floating point dimensions
ok 114 ctrl: resize with hex numbers
ok 115 ctrl: resize overflow
ok 116 ctrl: resize with leading zeros
ok 117 ctrl: too big size
ok 118 ctrl: rotate logs with --log-rotate
ok 119 healthcheck help shows new CLI options
ok 120 healthcheck CLI options are parsed correctly
ok 121 healthcheck requires --healthcheck-cmd to be specified
ok 122 healthcheck fails when interval provided without cmd
ok 123 healthcheck with minimal required arguments
ok 124 healthcheck with all parameters specified
ok 125 healthcheck parameters accept valid values
ok 126 healthcheck with command arguments
ok 127 healthcheck with shell command and multiple arguments
ok 128 healthcheck with complex command structure
ok 129 healthcheck fails when timeout is greater than interval
ok 130 healthcheck fails when interval is invalid
ok 131 healthcheck fails when timeout is invalid
ok 132 healthcheck fails when start_period is invalid
ok 133 healthcheck fails when retries is invalid
ok 134 healthcheck timeout enforcement integration
not ok 135 healthcheck start_period timing validation
# (in test file test/10-healthcheck-integration.bats, line 150)
# `false' failed
# Starting conmon with start_period timing test...
# Container ID: conmon-test-1763654931-8720-30430
# Healthcheck interval: 2s, start_period: 5s
# Expected behavior: healthcheck failures ignored until start_period (5s), then failures count
# Starting conmon in background...
# Conmon started with PID: 8743
# Using conmon PID: 8744
# Waiting 10 seconds for healthcheck execution and start_period behavior...
# Cleaning up test resources...
# Conmon is still running, killing process...
# Conmon terminated
# Cleaning up container conmon-test-1763654931-8720-30430
# Test cleanup completed
# ❌ No journal output found
ok 136 healthcheck command execution failure - non-existent command
ok 137 healthcheck command execution failure - command with stderr output
ok 138 healthcheck command timeout handling
ok 139 healthcheck command signal termination
ok 140 healthcheck with maximum retries exceeded
�[0;31m[ERROR]�[0m Some tests failed!
make: *** [Makefile:76: test-binary] Error 1
Exit status: 2��
Loading