Tim.

Am 22.01.2019 um 20:57 schrieb Tim Düsterhus:

> Aleks,
> 
> Am 22.01.19 um 20:50 schrieb Aleksandar Lazic:
>> This means that the function in haproxy works but the check should be 
>> adopted to
>> match both cases, right?
> 
> At least one should investigate what exactly is happening here (the
> differences between the libc is a guess) and possibly file a bug for
> either glibc or musl. I believe what musl is doing here is correct and
> thus glibc must be incorrect.
> 
> Consider filing a tracking bug in haproxy's issue tracker to verify
> where / who exactly is doing something wrong.

Done.
https://github.com/haproxy/haproxy/issues/23

>> Do you think that in general the alpine/musl is a good idea or should I stay 
>> on
>> centos as for my other images?
> 
> FWIW: There already is an Alpine image for haproxy in Docker Official
> Images:
> https://github.com/docker-library/haproxy/blob/master/1.9/alpine/Dockerfile

Yep, I know, this uses openssl I was curious how difficult is is to run haproxy 
with boringssl.

Never the less this Dockerfile have "only" 2 failed tests.

--------------------------------
########################## Starting vtest ##########################
Testing with haproxy version: 1.9.2
#    top  TEST ./reg-tests/http-rules/h00002.vtc FAILED (0.904) exit=2
#    top  TEST ./reg-tests/mailers/k_healthcheckmail.vtc FAILED (7.804) exit=2
2 tests failed, 0 tests skipped, 31 tests passed
########################## Gathering results ##########################
###### Test case: ./reg-tests/http-rules/h00002.vtc ######
## test results in: 
"/tmp/haregtests-2019-01-22_20-26-25.BmFdCB/vtc.1383.3d3a039a"
---- s1    0.0 EXPECT req.http.test3maskff (2001:db8:c001:c01a::ffff:10:0) == 
"2001:db8:c001:c01a:0:ffff:10:0" failed
###### Test case: ./reg-tests/mailers/k_healthcheckmail.vtc ######
## test results in: 
"/tmp/haregtests-2019-01-22_20-26-25.BmFdCB/vtc.1383.06fe4e21"
---- c2    7.0 EXPECT resp.http.mailsreceived (11) == "16" failed
make: *** [Makefile:1102: reg-tests] Error 1
--------------------------------

This looks like your assumption with musl<>glibc ipv6 handling is different.


> Personally I'm a Debian guy, for containers I prefer Debian based and
> CentOS / RHEL I don't use at all.

Interesting is that even the debian based Image have failed tests

https://github.com/docker-library/haproxy/tree/master/1.9

But this could be a know bug and is fixed in the current git

---------------------------------
########################## Starting vtest ##########################
Testing with haproxy version: 1.9.2
#    top  TEST ./reg-tests/mailers/k_healthcheckmail.vtc FAILED (7.808) exit=2
1 tests failed, 0 tests skipped, 32 tests passed
########################## Gathering results ##########################
###### Test case: ./reg-tests/mailers/k_healthcheckmail.vtc ######
## test results in: 
"/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1"
---- c2    7.0 EXPECT resp.http.mailsreceived (11) == "16" failed
Makefile:1102: recipe for target 'reg-tests' failed
make: *** [reg-tests] Error 1
+ egrep -r ^ /tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/failedtests.log 
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/failedtests.log:###### Test case: 
./reg-tests/mailers/k_healthcheckmail.vtc ######
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/failedtests.log:## test results in: 
"/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/failedtests.log:---- c2    7.0 
EXPECT resp.http.mailsreceived (11) == "16" failed
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/INFO:Test case: 
./reg-tests/mailers/k_healthcheckmail.vtc
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    global
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    stats 
socket 
"/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/stats.sock" 
level admin mode 600
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    stats 
socket "fd@${cli}" level admin
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    global
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
lua-load /usr/src/haproxy/./reg-tests/mailers/k_healthcheckmail.lua
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:defaults
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    
frontend femail
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
mode tcp
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
bind "fd@${femail}"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
tcp-request content use-service lua.mailservice
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    
frontend luahttpservice
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
mode http
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
bind "fd@${luahttpservice}"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
http-request use-service lua.luahttpservice
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    
frontend fe1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
mode http
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
bind "fd@${fe1}"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
default_backend b1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
http-response lua.bug
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    backend 
b1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
mode http
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
option httpchk /svr_healthcheck
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
option log-health-checks
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
email-alert mailers mymailers
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
email-alert level info
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
email-alert from f...@domain.tld
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
email-alert to t...@domain.tld
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
server broken 127.0.0.1:65535 check
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
server srv_lua ::1:40284 check inter 500
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:        
server srv1 127.0.0.1:43161 check inter 500
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:    mailers 
mymailers
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:#      
timeout mail 20s
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:#      
timeout mail 200ms
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:      
mailer smtp1 ::1:42105
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg:
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:*    top   0.0 
TEST ./reg-tests/mailers/k_healthcheckmail.vtc starting
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
extmacro def pwd=/usr/src/haproxy
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
extmacro def no-htx=#
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
extmacro def localhost=127.0.0.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
extmacro def bad_backend=127.0.0.1 34343
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
extmacro def bad_ip=192.0.2.255
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
macro def testdir=/usr/src/haproxy/./reg-tests/mailers
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** top   0.0 
macro def tmpdir=/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   0.0 
=== varnishtest "Lua: txn:get_priv() scope"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:*    top   0.0 
VTEST Lua: txn:get_priv() scope
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   0.0 
=== feature ignore_unknown_macro
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   0.0 
=== server s1 {
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s1    0.0 
Starting server
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    0.0 
macro def s1_addr=127.0.0.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    0.0 
macro def s1_port=43161
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    0.0 
macro def s1_sock=127.0.0.1 43161
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:*    s1    0.0 
Listen on 127.0.0.1 43161
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   0.0 
=== haproxy h1 -conf {
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s1    0.0 
Started on 127.0.0.1 43161 (1 iterations)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_cli_sock=::1 38832
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_cli_addr=::1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_cli_port=38832
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
setenv(cli, 6)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_femail_sock=::1 42105
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_femail_addr=::1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_femail_port=42105
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
setenv(femail, 7)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_luahttpservice_sock=::1 40284
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_luahttpservice_addr=::1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_luahttpservice_port=40284
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
setenv(luahttpservice, 8)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_fe1_sock=::1 33250
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_fe1_addr=::1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_fe1_port=33250
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
setenv(fe1, 9)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    global
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|\tstats socket 
"/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/stats.sock" 
level admin mode 600
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    stats socket "fd@${cli}" level admin
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    global
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        lua-load /usr/src/haproxy/./reg-tests/mailers/k_healthcheckmail.lua
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|defaults
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    frontend femail
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        mode tcp
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        bind "fd@${femail}"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        tcp-request content use-service lua.mailservice
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    frontend luahttpservice
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        mode http
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        bind "fd@${luahttpservice}"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        http-request use-service lua.luahttpservice
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    frontend fe1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        mode http
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        bind "fd@${fe1}"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        default_backend b1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        http-response lua.bug
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    backend b1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        mode http
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        option httpchk /svr_healthcheck
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        option log-health-checks
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        email-alert mailers mymailers
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        email-alert level info
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        email-alert from f...@domain.tld
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        email-alert to t...@domain.tld
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        server broken 127.0.0.1:65535 check
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        server srv_lua ::1:40284 check inter 500
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|        server srv1 127.0.0.1:43161 check inter 500
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|    mailers mymailers
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|#      timeout mail 20s
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|#      timeout mail 200ms
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|      mailer smtp1 ::1:42105
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
conf|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   h1    0.0 
haproxy_start
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
opt_worker 0 opt_daemon 0 opt_check_mode 0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
argv|exec "/usr/local/sbin/haproxy" -d  -f 
"/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1/cfg"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
XXX 11 @586
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
PID: 6227
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def h1_pid=6227
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    0.0 
macro def 
h1_name=/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/h1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   0.0 
=== client c1 -connect ${h1_luahttpservice_sock} {
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
Starting client
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
Waiting for client
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  c1    0.0 
Connect to ::1 40284
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  c1    0.0 
connected fd 10 from ::1 33982 to ::1 40284
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
=== timeout 2
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
=== txreq -url "/setport" -hdr "vtcport1: 42105"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
txreq|GET /setport HTTP/1.1\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
txreq|vtcport1: 42105\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
txreq|Host: 127.0.0.1\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
txreq|\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
=== rxresp
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[WARNING] 021/205706 (6227) : config : missing timeouts for frontend 
'femail'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | While not properly invalid, you will certainly encounter various 
problems
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | with such a configuration. To fix this, please ensure that all 
following
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | timeouts are set to a non-zero value: 'client', 'connect', 'server'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[WARNING] 021/205706 (6227) : config : missing timeouts for frontend 
'luahttpservice'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | While not properly invalid, you will certainly encounter various 
problems
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | with such a configuration. To fix this, please ensure that all 
following
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | timeouts are set to a non-zero value: 'client', 'connect', 'server'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[WARNING] 021/205706 (6227) : config : missing timeouts for frontend 
'fe1'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | While not properly invalid, you will certainly encounter various 
problems
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | with such a configuration. To fix this, please ensure that all 
following
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | timeouts are set to a non-zero value: 'client', 'connect', 'server'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[WARNING] 021/205706 (6227) : config : missing timeouts for backend 'b1'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | While not properly invalid, you will certainly encounter various 
problems
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | with such a configuration. To fix this, please ensure that all 
following
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|   | timeouts are set to a non-zero value: 'client', 'connect', 'server'.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|Note: setting global.maxconn to 2000.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|Available polling systems :
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|      epoll : pref=300,
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug| test result OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|       poll : pref=200,  test result OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|     select : pref=150,
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug| test result FAILED
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|Total: 3 (2 usable), will use epoll.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|Available filters :
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|\t[SPOE] spoe
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|\t[COMP] compression
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|\t[CACHE] cache
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|\t[TRACE] trace
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|Using epoll() as the polling mechanism.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.accept(0008)=000d from [::1:33982] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[WARNING] 021/205706 (6227) : Health check for server b1/broken failed, 
reason: Layer4 connection problem, info: "Connection refused", check duration: 
0ms, status: 0/2 DOWN.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.clireq[000d:ffffffff]: GET /setport HTTP/1.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.clihdr[000d:ffffffff]: vtcport1: 42105
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.clihdr[000d:ffffffff]: Host: 127.0.0.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[WARNING] 021/205706 (6227) : Server b1/broken is DOWN. 2 active and 0 
backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000001:femail.accept(0007)=000e from [::1:45024] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.srvrep[000d:ffffffff]: HTTP/1.1 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.srvhdr[000d:ffffffff]: Transfer-encoding: chunked
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000000:luahttpservice.srvcls[000d:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[info] 021/205706 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
rxhdr|HTTP/1.1 200 OK\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
rxhdr|Transfer-encoding: chunked\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
rxhdr|\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
rxhdrlen = 47
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
http[ 0] |HTTP/1.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
http[ 1] |200
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
http[ 2] |OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
http[ 3] |Transfer-encoding: chunked
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
len|2\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
chunk|OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
len|0\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
bodylen = 2
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
=== expect resp.status == 200
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
EXPECT resp.status (200) == "200" match
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
=== expect resp.body == "OK"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c1    0.0 
EXPECT resp.body (OK) == "OK" match
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  c1    0.0 
closing fd 10
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c1    0.0 
Ending
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   0.0 
=== delay 2
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  top   0.0 
delaying 2 second(s)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000002:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000002:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[info] 021/205706 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[info] 021/205706 (6227) : Health check for server b1/broken failed, 
reason: Layer4 connection problem, info: "Connection refused", check duration: 
0ms, status: 0/2 DOWN..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[info] 021/205706 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[info] 021/205706 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|[info] 021/205706 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/broken failed, reason: 
Layer4 connection problem, info: "Connection refused", check duration: 0ms, 
status: 0/2 DOWN..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000001:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000001:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.0 
debug|00000001:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000003:luahttpservice.accept(0008)=000e from [::1:33988] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000003:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000003:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000003:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000003:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000003:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[WARNING] 021/205707 (6227) : Health check for server b1/srv_lua failed, 
reason: Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, 
status: 0/2 DOWN.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[WARNING] 021/205707 (6227) : Server b1/srv_lua is DOWN. 1 active and 0 
backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000004:femail.accept(0007)=000d from [::1:45028] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[info] 021/205707 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[info] 021/205707 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[info] 021/205707 (6227) : Server b1/broken is DOWN. 2 active and 0 
backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[info] 021/205707 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[info] 021/205707 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|[info] 021/205707 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Server b1/broken is DOWN. 2 active and 0 backup 
servers left. 0 sessions active, 0 requeued, 0 remaining in queue..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000004:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000004:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    0.7 
debug|00000004:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000005:luahttpservice.accept(0008)=000e from [::1:33992] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000005:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000005:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000005:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000005:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000005:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[WARNING] 021/205707 (6227) : Health check for server b1/srv_lua 
succeeded, reason: Layer7 check passed, code: 200, info: "OK", check duration: 
0ms, status: 1/2 DOWN.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000006:femail.accept(0007)=000d from [::1:45032] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[info] 021/205707 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[info] 021/205707 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[info] 021/205707 (6227) : Health check for server b1/srv_lua failed, 
reason: Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, 
status: 0/2 DOWN..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[info] 021/205707 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[info] 021/205707 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|[info] 021/205707 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv_lua failed, reason: 
Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, status: 
0/2 DOWN..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000006:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000006:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.2 
debug|00000006:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  s1    1.3 
accepted fd 5 127.0.0.1 40924
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s1    1.3 
=== rxreq
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
rxhdr|OPTIONS /svr_healthcheck HTTP/1.0\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
rxhdr|\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
rxhdrlen = 37
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
http[ 0] |OPTIONS
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
http[ 1] |/svr_healthcheck
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
http[ 2] |HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
bodylen = 0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s1    1.3 
=== txresp
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
txresp|HTTP/1.1 200 OK\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
txresp|Content-Length: 0\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s1    1.3 
txresp|\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  s1    1.3 
shutting fd 5
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s1    1.3 
Ending
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[WARNING] 021/205707 (6227) : Health check for server b1/srv1 succeeded, 
reason: Layer7 check passed, code: 200, info: "OK", check duration: 0ms, 
status: 3/3 UP.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|00000007:femail.accept(0007)=000d from [::1:45036] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[info] 021/205707 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[info] 021/205707 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[info] 021/205707 (6227) : Server b1/srv_lua is DOWN. 1 active and 0 
backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[info] 021/205707 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[info] 021/205707 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|[info] 021/205707 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Server b1/srv_lua is DOWN. 1 active and 0 backup 
servers left. 0 sessions active, 0 requeued, 0 remaining in queue..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|00000007:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|00000007:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.3 
debug|00000007:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000008:luahttpservice.accept(0008)=000e from [::1:34000] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000008:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000008:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000008:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000008:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000008:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[WARNING] 021/205708 (6227) : Health check for server b1/srv_lua 
succeeded, reason: Layer7 check passed, code: 200, info: "OK", check duration: 
0ms, status: 3/3 UP.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[WARNING] 021/205708 (6227) : Server b1/srv_lua is UP. 2 active and 0 
backup servers online. 0 sessions requeued, 0 total in queue.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000009:femail.accept(0007)=000d from [::1:45040] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[info] 021/205708 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[info] 021/205708 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[info] 021/205708 (6227) : Health check for server b1/srv_lua succeeded, 
reason: Layer7 check passed, code: 200, info: "OK", check duration: 0ms, 
status: 1/2 DOWN..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[info] 021/205708 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[info] 021/205708 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|[info] 021/205708 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv_lua succeeded, reason: 
Layer7 check passed, code: 200, info: "OK", check duration: 0ms, status: 1/2 
DOWN..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000009:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000009:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    1.7 
debug|00000009:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   2.0 
=== server s2 -repeat 5 -start
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s2    2.0 
Starting server
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s2    2.0 
macro def s2_addr=127.0.0.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s2    2.0 
macro def s2_port=35606
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** s2    2.0 
macro def s2_sock=127.0.0.1 35606
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:*    s2    2.0 
Listen on 127.0.0.1 35606
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   2.0 
=== delay 5
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  top   2.0 
delaying 5 second(s)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s2    2.0 
Started on 127.0.0.1 35606 (5 iterations)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.2 
debug|0000000a:luahttpservice.accept(0008)=000f from [::1:34008] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.2 
debug|0000000a:luahttpservice.clireq[000f:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.2 
debug|0000000a:luahttpservice.srvrep[000f:ffffffff]: HTTP/1.0 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.2 
debug|0000000a:luahttpservice.srvcls[000f:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.2 
debug|0000000a:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.2 
debug|0000000a:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[WARNING] 021/205708 (6227) : Health check for server b1/srv1 failed, 
reason: Layer7 timeout, check duration: 501ms, status: 2/3 UP.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|0000000b:femail.accept(0007)=000e from [::1:45048] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[info] 021/205708 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[info] 021/205708 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[info] 021/205708 (6227) : Health check for server b1/srv1 succeeded, 
reason: Layer7 check passed, code: 200, info: "OK", check duration: 0ms, 
status: 3/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[info] 021/205708 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[info] 021/205708 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|[info] 021/205708 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv1 succeeded, reason: 
Layer7 check passed, code: 200, info: "OK", check duration: 0ms, status: 3/3 
UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|0000000b:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|0000000b:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.4 
debug|0000000b:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.7 
debug|0000000c:luahttpservice.accept(0008)=000e from [::1:34012] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.7 
debug|0000000c:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.7 
debug|0000000c:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.7 
debug|0000000c:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.7 
debug|0000000c:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    2.7 
debug|0000000c:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.2 
debug|0000000d:luahttpservice.accept(0008)=000f from [::1:34016] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.2 
debug|0000000d:luahttpservice.clireq[000f:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.2 
debug|0000000d:luahttpservice.srvrep[000f:ffffffff]: HTTP/1.0 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.2 
debug|0000000d:luahttpservice.srvcls[000f:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.2 
debug|0000000d:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.2 
debug|0000000d:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[WARNING] 021/205709 (6227) : Health check for server b1/srv1 failed, 
reason: Layer7 timeout, check duration: 501ms, status: 1/3 UP.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|0000000e:femail.accept(0007)=000e from [::1:45056] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[info] 021/205709 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[info] 021/205709 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[info] 021/205709 (6227) : Health check for server b1/srv_lua succeeded, 
reason: Layer7 check passed, code: 200, info: "OK", check duration: 0ms, 
status: 3/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[info] 021/205709 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[info] 021/205709 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|[info] 021/205709 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv_lua succeeded, reason: 
Layer7 check passed, code: 200, info: "OK", check duration: 0ms, status: 3/3 
UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|0000000e:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|0000000e:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.4 
debug|0000000e:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|0000000f:luahttpservice.accept(0008)=000e from [::1:34020] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|0000000f:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|0000000f:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|0000000f:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|0000000f:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|0000000f:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[WARNING] 021/205710 (6227) : Health check for server b1/srv_lua failed, 
reason: Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, 
status: 2/3 UP.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|00000010:femail.accept(0007)=000d from [::1:45060] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[info] 021/205710 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[info] 021/205710 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[info] 021/205710 (6227) : Server b1/srv_lua is UP. 2 active and 0 backup 
servers online. 0 sessions requeued, 0 total in queue..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[info] 021/205710 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[info] 021/205710 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|[info] 021/205710 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Server b1/srv_lua is UP. 2 active and 0 backup servers 
online. 0 sessions requeued, 0 total in queue..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|00000010:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|00000010:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    3.7 
debug|00000010:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000011:luahttpservice.accept(0008)=000f from [::1:34028] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000011:luahttpservice.clireq[000f:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000011:luahttpservice.srvrep[000f:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000011:luahttpservice.srvcls[000f:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000011:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000011:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[WARNING] 021/205710 (6227) : Health check for server b1/srv_lua failed, 
reason: Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, 
status: 1/3 UP.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000012:femail.accept(0007)=000e from [::1:45068] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[info] 021/205710 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[info] 021/205710 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[info] 021/205710 (6227) : Health check for server b1/srv1 failed, 
reason: Layer7 timeout, check duration: 501ms, status: 2/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[info] 021/205710 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[info] 021/205710 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|[info] 021/205710 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv1 failed, reason: Layer7 
timeout, check duration: 501ms, status: 2/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000012:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000012:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.2 
debug|00000012:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[WARNING] 021/205710 (6227) : Health check for server b1/srv1 failed, 
reason: Layer7 timeout, check duration: 501ms, status: 0/2 DOWN.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[WARNING] 021/205710 (6227) : Server b1/srv1 is DOWN. 1 active and 0 
backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|00000013:femail.accept(0007)=000e from [::1:45070] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[info] 021/205710 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[info] 021/205710 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[info] 021/205710 (6227) : Health check for server b1/srv1 failed, 
reason: Layer7 timeout, check duration: 501ms, status: 1/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[info] 021/205710 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[info] 021/205710 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|[info] 021/205710 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv1 failed, reason: Layer7 
timeout, check duration: 501ms, status: 1/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|00000013:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|00000013:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.4 
debug|00000013:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000014:luahttpservice.accept(0008)=000e from [::1:34034] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000014:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000014:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000014:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000014:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000014:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[WARNING] 021/205711 (6227) : Health check for server b1/srv_lua failed, 
reason: Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, 
status: 0/2 DOWN.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[WARNING] 021/205711 (6227) : Server b1/srv_lua is DOWN. 0 active and 0 
backup servers left. 0 sessions active, 0 requeued, 0 remaining in queue.
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[ALERT] 021/205711 (6227) : backend 'b1' has no server available!
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000015:femail.accept(0007)=000d from [::1:45074] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[info] 021/205711 (6227) : ############# Mailservice Called #############
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[info] 021/205711 (6227) : #### Send your mailbody
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[info] 021/205711 (6227) : Health check for server b1/srv_lua failed, 
reason: Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, 
status: 2/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[info] 021/205711 (6227) : ...
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[info] 021/205711 (6227) : #### Body recieved OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|[info] 021/205711 (6227) : Mail queued for delivery to /dev/null subject: 
Subject: [HAproxy Alert] Health check for server b1/srv_lua failed, reason: 
Layer7 wrong status, code: 403, info: "Forbidden", check duration: 0ms, status: 
2/3 UP..
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000015:femail.srvcls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000015:femail.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    4.7 
debug|00000015:femail.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.2 
debug|00000016:luahttpservice.accept(0008)=000f from [::1:34040] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.2 
debug|00000016:luahttpservice.clireq[000f:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.2 
debug|00000016:luahttpservice.srvrep[000f:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.2 
debug|00000016:luahttpservice.srvcls[000f:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.2 
debug|00000016:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.2 
debug|00000016:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.7 
debug|00000017:luahttpservice.accept(0008)=000e from [::1:34042] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.7 
debug|00000017:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.7 
debug|00000017:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.7 
debug|00000017:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.7 
debug|00000017:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    5.7 
debug|00000017:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.2 
debug|00000018:luahttpservice.accept(0008)=000f from [::1:34048] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.2 
debug|00000018:luahttpservice.clireq[000f:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.2 
debug|00000018:luahttpservice.srvrep[000f:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.2 
debug|00000018:luahttpservice.srvcls[000f:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.2 
debug|00000018:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.2 
debug|00000018:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.7 
debug|00000019:luahttpservice.accept(0008)=000e from [::1:34050] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.7 
debug|00000019:luahttpservice.clireq[000e:ffffffff]: OPTIONS /svr_healthcheck 
HTTP/1.0
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.7 
debug|00000019:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.0 403 Forbidden
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.7 
debug|00000019:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.7 
debug|00000019:luahttpservice.clicls[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    6.7 
debug|00000019:luahttpservice.closed[adfd:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   top   7.0 
=== client c2 -connect ${h1_luahttpservice_sock} {
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
Starting client
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
Waiting for client
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  c2    7.0 
Connect to ::1 40284
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  c2    7.0 
connected fd 13 from ::1 34054 to ::1 40284
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
=== timeout 2
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
=== txreq -url "/checkMailCounters"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
txreq|GET /checkMailCounters HTTP/1.1\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
txreq|Host: 127.0.0.1\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
txreq|\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
=== rxresp
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.accept(0008)=000e from [::1:34054] ALPN=<none>
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.clireq[000e:ffffffff]: GET /checkMailCounters 
HTTP/1.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.clihdr[000e:ffffffff]: Host: 127.0.0.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.srvrep[000e:ffffffff]: HTTP/1.1 200 OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.srvhdr[000e:ffffffff]: mailconnectionsmade: 11
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.srvhdr[000e:ffffffff]: mailsreceived: 11
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.srvhdr[000e:ffffffff]: Transfer-encoding: chunked
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:***  h1    7.0 
debug|0000001a:luahttpservice.srvcls[000e:ffffffff]
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
rxhdr|HTTP/1.1 200 OK\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
rxhdr|mailconnectionsmade: 11\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
rxhdr|mailsreceived: 11\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
rxhdr|Transfer-encoding: chunked\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
rxhdr|\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
rxhdrlen = 91
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
http[ 0] |HTTP/1.1
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
http[ 1] |200
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
http[ 2] |OK
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
http[ 3] |mailconnectionsmade: 11
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
http[ 4] |mailsreceived: 11
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
http[ 5] |Transfer-encoding: chunked
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
len|c\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
chunk|MailCounters
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
len|0\r
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
bodylen = 12
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
=== expect resp.status == 200
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
EXPECT resp.status (200) == "200" match
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
=== expect resp.body == "MailCounters"
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** c2    7.0 
EXPECT resp.body (MailCounters) == "MailCounters" match
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   c2    7.0 
=== expect resp.http.mailsreceived == 16
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:---- c2    7.0 
EXPECT resp.http.mailsreceived (11) == "16" failed
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:*    top   7.0 
RESETTING after ./reg-tests/mailers/k_healthcheckmail.vtc
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   h1    7.0 
Reset and free h1 haproxy 6227
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   h1    7.0 
Wait
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   h1    7.0 
Stop HAproxy pid=6227
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    7.0 
Kill(2)=0: Success
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**** h1    7.0 
STDOUT poll 0x10
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   h1    7.1 
WAIT4 pid=6227 status=0x0002 (user 0.008803 sys 0.023108)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s1    7.1 
Waiting for server (4/-1)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:**   s2    7.1 
Waiting for server (5/-1)
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:*    top   7.1 
TEST ./reg-tests/mailers/k_healthcheckmail.vtc FAILED
/tmp/haregtests-2019-01-22_20-56-31.QMI0Ue/vtc.5740.39907fe1/LOG:
---------------------------------

>> Any Idea for the other failed tests?
> 
> No idea.
> 
> Best regards
> Tim Düsterhus

Regards
Aleks

>> -------------
>> ########################## Starting vtest ##########################
>> Testing with haproxy version: 1.9.2
>> #    top  TEST ./reg-tests/http-rules/h00002.vtc FAILED (0.859) exit=2
>> #    top  TEST ./reg-tests/mailers/k_healthcheckmail.vtc FAILED (7.739) 
>> exit=2
>> #    top  TEST ./reg-tests/log/b00000.vtc TIMED OUT (kill -9)
>> #    top  TEST ./reg-tests/log/b00000.vtc FAILED (10.001) signal=9
>> #    top  TEST ./reg-tests/http-messaging/h00002.vtc FAILED (0.752) exit=2
>> 4 tests failed, 0 tests skipped, 29 tests passed
>> ########################## Gathering results ##########################
>> ###### Test case: ./reg-tests/http-messaging/h00002.vtc ######
>> ## test results in: 
>> "/tmp/haregtests-2019-01-22_19-34-55.EKMMnc/vtc.3399.7739e83e"
>> ---- c1h2  0.0 Wrong frame type HEADERS (1) wanted WINDOW_UPDATE
>> ###### Test case: ./reg-tests/log/b00000.vtc ######
>> ## test results in: 
>> "/tmp/haregtests-2019-01-22_19-34-55.EKMMnc/vtc.3399.2776263d"
>> ###### Test case: ./reg-tests/http-rules/h00002.vtc ######
>> ## test results in: 
>> "/tmp/haregtests-2019-01-22_19-34-55.EKMMnc/vtc.3399.0900be1e"
>> ---- s1    0.0 EXPECT req.http.test3maskff (2001:db8:c001:c01a::ffff:10:0) ==
>> "2001:db8:c001:c01a:0:ffff:10:0" failed
>> ###### Test case: ./reg-tests/mailers/k_healthcheckmail.vtc ######
>> ## test results in: 
>> "/tmp/haregtests-2019-01-22_19-34-55.EKMMnc/vtc.3399.506e5b2b"
>> ---- c2    7.0 EXPECT resp.http.mailsreceived (11) == "16" failed
>> -------------
>>
>>> Best regards
>>> Tim Düsterhus
>>
>> Regards
>> Aleks
>>


Reply via email to