I built the latest NaviServer head from source (on Linux, Ubuntu
16.04.2 LTS), and "make test" is reporting 8 failures, all with
ns_striphtml.  Is this a known problem, or do I have something broken?

>From the test output, it looks like the test failures are always
because ns_striphtml is stripping MORE than it is supposed to, e.g.:

==== ns_striphtml-2.0.1 nbsp entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello world
==== ns_striphtml-2.0.1 FAILED

==== ns_striphtml-2.0.2 nbsp entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello<world
==== ns_striphtml-2.0.2 FAILED

Btw, I ran the tests from shells with each of these two different LANG
settings, but (fortunately) that seemed to make no difference, the
same 8 tests fail the same way in both cases:

  LANG=en_US.UTF-8
  LANG=en_US.iso-8859-1

I've also attached the full "make test" output file.

-- 
Andrew Piskorski <a...@piskorski.com>
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsthread'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsthread'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsd'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsd'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nssock'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nssock'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nscgi'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nscgi'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nscp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nscp'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nslog'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nslog'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsperm'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsperm'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsdb'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsdb'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsdbtest'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsdbtest'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsssl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsssl'
make[1]: Entering directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsproxy'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/nsproxy'
LD_LIBRARY_PATH="/usr/local/src/web/ns-head-pub/naviserver/nsd:/usr/local/src/web/ns-head-pub/naviserver/nsthread:/usr/local/src/web/ns-head-pub/naviserver/nsdb:/usr/local/src/web/ns-head-pub/naviserver/nsproxy:$LD_LIBRARY_PATH"
 
DYLD_LIBRARY_PATH="/usr/local/src/web/ns-head-pub/naviserver/nsd:/usr/local/src/web/ns-head-pub/naviserver/nsthread:/usr/local/src/web/ns-head-pub/naviserver/nsdb:/usr/local/src/web/ns-head-pub/naviserver/nsproxy:$DYLD_LIBRARY_PATH"
 ./nsd/nsd -u root -c -d -t 
/usr/local/src/web/ns-head-pub/naviserver/tests/test.nscfg 
/usr/local/src/web/ns-head-pub/naviserver/tests/all.tcl 
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: try ::1 8000
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: configure LOOPBACK  
::1
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: configure LISTENURL 
http://[::1]:8000
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nsmain: enable 
progress statistics for uploads >= 1 bytes
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nsmain: 
NaviServer/4.99.17 (01627330cfb9+ default tip) starting
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nsmain: security 
info: uid=1010, euid=1010, gid=501, egid=501
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nsmain: Tcl version: 
8.6.5
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nsmain: max files: 
soft limit 1048576, hard limit 1048576
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Warning: nsmain: rl_cur 
(1048576) > FD_SETSIZE (1024), select() calls should not be used
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: vhost[testvhost]: 
www.example.com:80 -> 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/testserver/vhosts/e/x/a/example.com/pages
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: pool default: 
queueLength 97 low water 9 high water 77
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: 
nsd/init.tcl[testvhost]: booting virtual server:  Tcl system encoding: "utf-8"
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nx::serializer 
version 2.1
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: XOTcl 2.1.0 loaded 
featuring: memcount 0 profile 0 memtrace 0 assertions 1 dtrace 0 development 0
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: Using ns_cache based 
on NX 2.1.0
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: limits: confLimit1: 
maxrun=99 maxwait=100 maxupload=10240000 timeout=60
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: limits: confLimit2: 
maxrun=100 maxwait=100 maxupload=10240000 timeout=60
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: tcl[testvhost]: 
enabletclpages for {GET HEAD POST} requests
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: limits: confLimit1: 
maxrun=99 maxwait=100 maxupload=10240000 timeout=60
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: limits: confLimit2: 
maxrun=100 maxwait=100 maxupload=10240000 timeout=60
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: update interpreter 
to epoch 1, trace deallocate, time 0.011123 secs
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: pool default: 
queueLength 96 low water 9 high water 76
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: 
nsd/init.tcl[testvhost2]: booting virtual server:  Tcl system encoding: "utf-8"
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nx::serializer 
version 2.1
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: XOTcl 2.1.0 loaded 
featuring: memcount 0 profile 0 memtrace 0 assertions 1 dtrace 0 development 0
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: Using ns_cache based 
on NX 2.1.0
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: tcl[testvhost2]: 
enabletclpages for {GET HEAD POST} requests
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: update interpreter 
to epoch 1, trace deallocate, time 0.009834 secs
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: pool default: 
queueLength 90 low water 9 high water 72
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: pool emergency: 
queueLength 99 low water 9 high water 79
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nsd/init.tcl[test]: 
booting virtual server:  Tcl system encoding: "utf-8"
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: modload: loading 
module nslog from file 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/../nslog/nslog.so
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: nslog: opened 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/testserver/access.log'
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: modload: loading 
module nsdb from file 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/../nsdb/nsdb.so
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: modload: loading 
module ns/db/driver/nsdbtest from file 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/../nsdbtest/nsdbtest.so
[15/Jan/2019:13:08:20][40287.7fd4141ab700][-main-] Notice: modload: loading 
module nsproxy from file 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/../nsproxy/nsproxy.so
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nx::serializer 
version 2.1
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: XOTcl 2.1.0 loaded 
featuring: memcount 0 profile 0 memtrace 0 assertions 1 dtrace 0 development 0
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: Using ns_cache based 
on NX 2.1.0
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: limits[test]: 
confLimit1 -> GET /confLimit1
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: adp[test]: mapped 
{GET HEAD POST} *.adp
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: adp[test]: mapped 
{GET HEAD POST} *_adp
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: tcl[test]: mapped 
{GET HEAD POST} *.tcl
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: limits[test]: 
confLimit1 -> GET /confLimit1
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: update interpreter 
to epoch 1, trace deallocate, time 0.009844 secs
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: update interpreter 
to epoch 1, trace none, time 0.059537 secs
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: modload: loading 
module nssock from file 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/../nssock/nssock.so
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nssock:0: enable 3 
spooler thread(s) for uploads >= 1025 bytes
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nssock:0: enable 3 
writer thread(s) for downloads >= 1026 bytes, bufsize=512 bytes, HTML streaming 0
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nssock: adding 
virtual host entry for host <test:8000> location: http://test:8000
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nssock: adding 
virtual host entry for host <testvhost:8000> location: http://testvhost:8000
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nssock: adding 
virtual host entry for host <testvhost2:8000> location: http://testvhost2:8000
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: starting
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: nssock:0: 
listening on [::1]:8000
[15/Jan/2019:13:08:21][40287.7fd3f2ffd700][-spooler1-] Notice: spooler1: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: spooler2: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd3f27fc700][-spooler0-] Notice: spooler0: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: driver: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nsmain: 
NaviServer/4.99.17 (01627330cfb9+ default tip) running
[15/Jan/2019:13:08:21][40287.7fd4141ab700][-main-] Notice: nsmain: security 
info: uid=1010, euid=1010, gid=501, egid=501
[15/Jan/2019:13:08:21][40287.7fd3f17fa700][-writer1-] Notice: writer1: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd3f1ffb700][-writer2-] Notice: writer2: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd40bdfd700][-sched-] Notice: sched: starting
[15/Jan/2019:13:08:21][40287.7fd3f0ff9700][-writer0-] Notice: writer0: 
accepting connections
[15/Jan/2019:13:08:21][40287.7fd40a7ec700][-conn:test:0:0-] Notice: update 
interpreter to epoch 1, trace none, time 0.066201 secs
[15/Jan/2019:13:08:21][40287.7fd4097ea700][-conn:testvhost:0:0-] Notice: update 
interpreter to epoch 1, trace none, time 0.066139 secs
[15/Jan/2019:13:08:21][40287.7fd40a7ec700][-conn:test:0:0-] Notice: thread 
initialized (0.071536 secs)
[15/Jan/2019:13:08:21][40287.7fd4097ea700][-conn:testvhost:0:0-] Notice: thread 
initialized (0.070692 secs)
[15/Jan/2019:13:08:21][40287.7fd40afed700][-conn:test:emergency:0:0-] Notice: 
update interpreter to epoch 1, trace none, time 0.066419 secs
[15/Jan/2019:13:08:21][40287.7fd40afed700][-conn:test:emergency:0:0-] Notice: 
thread initialized (0.071642 secs)
[15/Jan/2019:13:08:21][40287.7fd411593700][-command-] Notice: update 
interpreter to epoch 1, trace none, time 0.065902 secs
[15/Jan/2019:13:08:21][40287.7fd408fe9700][-conn:testvhost2:0:0-] Notice: 
update interpreter to epoch 1, trace none, time 0.066890 secs
[15/Jan/2019:13:08:21][40287.7fd408fe9700][-conn:testvhost2:0:0-] Notice: 
thread initialized (0.071127 secs)
[15/Jan/2019:13:08:21][40287.7fd409feb700][-conn:test:1:0-] Notice: update 
interpreter to epoch 1, trace none, time 0.066838 secs
[15/Jan/2019:13:08:21][40287.7fd409feb700][-conn:test:1:0-] Notice: thread 
initialized (0.072145 secs)
Tests running in interp:  
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/nsd/nsd
Tests located in:  
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests
Tests running in:  
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests
Temporary files stored in 
/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests
Test files sourced into current interpreter
Running tests that match:  *
Skipping test files that match:  l.*.test
Only running test files that match:  *.test
Tests began at Tue Jan 15 13:08:21 EST 2019
adp.test
[15/Jan/2019:13:08:21][40287.7fd411593700][-command-] Warning: ns_adp_eval {<% 
ns_adp_append adp-4.1 %>} is deprecated. Use 'ns_adp_parse' instead!
[15/Jan/2019:13:08:21][40287.7fd411593700][-command-] Warning: ns_adp_eval {<% 
ns_adp_puts adp-4.2 %>} is deprecated. Use 'ns_adp_parse' instead!
[15/Jan/2019:13:08:21][40287.7fd411593700][-command-] Warning: ns_adp_eval {<% 
ns_adp_puts -nonewline adp-4.3 %>} is deprecated. Use 'ns_adp_parse' instead!
compat.test
[15/Jan/2019:13:08:21][40287.7fd411593700][-command-] Warning: ns_cp f1 f2 is 
deprecated. Use 'file copy' instead!
cookies.test
encoding.test
errordoc.test
http.test
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <bogus  HTTP/1.0> -> ERROR
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'bogus  HTTP/1.0' offsets: 
read 17 write 102 content 0 avail 85
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: bogus  HTTP/1.0\x00\x0aAccept: */*\x0d\x0aUser-Agent: 
NaviServer-Tcl/4.99\x0d\x0aConnection: close\x0d\x0aHost: 
[::1]:8000\x0d\x0a\x0d\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: 
pre-HTTP/1.0 request <GET /noexist>
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <GET a> -> ERROR
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'GET a' offsets: read 7 write 
7 content 0 avail 0
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: GET a\x00\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <GET a b> -> ERROR
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'GET a b' offsets: read 9 
write 9 content 0 avail 0
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: GET a b\x00\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <GET a b c> -> ERROR
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'GET a b c' offsets: read 11 
write 11 content 0 avail 0
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: GET a b c\x00\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <a b> -> ERROR
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'a b' offsets: read 5 write 5 
content 0 avail 0
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: a b\x00\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <a b c> -> ERROR
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'a b c' offsets: read 7 write 
7 content 0 avail 0
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: a b c\x00\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: 
pre-HTTP/1.0 request <GET /10bytes>
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: request 
line is too long (1072 bytes)
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: request 
header line is too long (1054 bytes)
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: request 
header line is too long (1054 bytes)
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
SockParse: request too large, length=1000002, maxinput=1000001
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: progress end url 
'/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 414 (Too Many Request Headers) from peer ::1 request 'GET /limits 
HTTP/1.1' offsets: read 124 write 1024 content 0 avail 900
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: GET /limits HTTP/1.1\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x00\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: y\x0d\x0ax: 
y\x0d\x0ax: y\x0d\x0a
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f2ffd700][-spooler1-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f27fc700][-spooler0-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: progress end url 
'/put'
[15/Jan/2019:13:08:21][40287.7fd3f2ffd700][-spooler1-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f2ffd700][-spooler1-] Notice: progress end url 
'/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
SockParse: request too large, length=1000002, maxinput=1000001
[15/Jan/2019:13:08:21][40287.7fd3f27fc700][-spooler0-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f27fc700][-spooler0-] Notice: progress end url 
'/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
SockParse: request too large, length=1000002, maxinput=1000001
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: progress start 
url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f37fe700][-spooler2-] Notice: progress end url 
'/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/put'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/post'
[15/Jan/2019:13:08:21][40287.7fd409feb700][-conn:test:1:83-] Notice: encoding 
system utf-8 conn charset utf-8
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/post'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/post'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/post'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:21][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/form'
[15/Jan/2019:13:08:22][40287.7fd3f2ffd700][-spooler1-] Notice: progress start 
url '/post'
[15/Jan/2019:13:08:22][40287.7fd3f2ffd700][-spooler1-] Notice: progress end url 
'/post'
[15/Jan/2019:13:08:23][40287.7fd3f27fc700][-spooler0-] Notice: progress start 
url '/post'
[15/Jan/2019:13:08:23][40287.7fd3f27fc700][-spooler0-] Notice: progress end url 
'/post'
[15/Jan/2019:13:08:25][40287.7fd411593700][-command-] Notice: OK
[15/Jan/2019:13:08:25][40287.7fd3d3fff700][task:tclhttp] Notice: update 
interpreter to epoch 1, trace none, time 0.100719 secs
http_byteranges.test
http_chunked.test
http_keep.test
[15/Jan/2019:13:08:34][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/keep'
[15/Jan/2019:13:08:34][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/keep'
http_persistent.test
[15/Jan/2019:13:08:34][40287.7fd3f3fff700][-driver:nssock:0-] Warning: 
Ns_ParseRequest <TOOMUCH> -> ERROR
[15/Jan/2019:13:08:34][40287.7fd3f3fff700][-driver:nssock:0-] Warning: invalid 
request: 400 (Bad Request) from peer ::1 request 'TOOMUCH' offsets: read 9 
write 9 content 0 avail 0
[15/Jan/2019:13:08:34][40287.7fd3f3fff700][-driver:nssock:0-] Warning: REQ 
BUFFER: TOOMUCH\x00\x0a
[15/Jan/2019:13:08:34][40287.7fd3f3fff700][-driver:nssock:0-] Notice: progress 
start url '/1'
init.test
[15/Jan/2019:13:08:34][40287.7fd3d2ffd700][-ns_job_0-] Notice: Starting thread: 
-ns_job_0-
[15/Jan/2019:13:08:35][40287.7fd3d2ffd700][-ns_job_0-] Notice: update 
interpreter to epoch 1, trace none, time 0.101891 secs
keylist.test
ns_accesslog.test
ns_addrbyhost.test
ns_adp_compress.test
ns_base64.test
ns_cache.test
[15/Jan/2019:13:08:48][40287.7fd3d27fc700][-tcl-nsthread:0-] Notice: update 
interpreter to epoch 1, trace none, time 0.095284 secs
[15/Jan/2019:13:08:50][40287.7fd3d27fc700][-tcl-nsthread:1-] Notice: update 
interpreter to epoch 1, trace none, time 0.100480 secs
[15/Jan/2019:13:08:56][40287.7fd3d27fc700][-tcl-nsthread:2-] Notice: update 
interpreter to epoch 1, trace none, time 0.093330 secs
[15/Jan/2019:13:09:03][40287.7fd411593700][-command-] Warning: cache trans_c1: 
adding entry 0x7fd3c4115af0 with key 'k4' multiple times to pending table
[15/Jan/2019:13:09:03][40287.7fd411593700][-command-] Notice: 
CacheTransactionFinish: rolled back 2 elements in (0.000011 secs)
[15/Jan/2019:13:09:03][40287.7fd411593700][-command-] Warning: cache trans_c1: 
adding entry 0x7fd3c4115af0 with key 'k4' multiple times to pending table
[15/Jan/2019:13:09:03][40287.7fd411593700][-command-] Notice: 
CacheTransactionFinish: committed 2 elements in (0.000008 secs)
ns_cond.test
[15/Jan/2019:13:09:03][40287.7fd411593700][-command-] Notice: tst_cond_master: 
New thread '' started for running tst_cond_worker.
[15/Jan/2019:13:09:03][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: update 
interpreter to epoch 1, trace none, time 0.093532 secs
[15/Jan/2019:13:09:03][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: 2 work items:  0 1
[15/Jan/2019:13:09:04][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: Event 'ns:condition:tcl:0' - got it.
[15/Jan/2019:13:09:04][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: 1 work items:  2
[15/Jan/2019:13:09:05][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: Event 'ns:condition:tcl:0' - got it.
[15/Jan/2019:13:09:05][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: 1 work items:  3
[15/Jan/2019:13:09:06][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: Event 'ns:condition:tcl:0' - got it.
[15/Jan/2019:13:09:06][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: 1 work items:  4
[15/Jan/2019:13:09:07][40287.7fd411593700][-command-] Notice: tst_cond_master: 
5 work items done:  0 1 2 3 4
[15/Jan/2019:13:09:07][40287.7fd411593700][-command-] Notice: tst_cond_master: 
0 work items NOT done:  
[15/Jan/2019:13:09:07][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: Event 'ns:condition:tcl:0' - got it.
[15/Jan/2019:13:09:07][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: 0 work items:  
[15/Jan/2019:13:09:07][40287.7fd3d27fc700][-tcl-nsthread:3-] Notice: 
tst_cond_worker: No more work for me today.
ns_config.test
ns_conn.test
ns_conn_host.test
ns_crypt.test
ns_crypto.test
ns_driver.test
ns_env.test
ns_file.test
ns_gifsize.test
ns_hashpath.test
ns_hostbyaddr.test
[15/Jan/2019:13:09:07][40287.7fd411593700][-command-] Notice: dns: getnameinfo 
failed for addr <0.0.0.0>: Name or service not known
ns_hrefs.test
ns_httptime.test
ns_image.test
ns_info.test
ns_jpegsize.test
ns_limits.test
ns_listencallback.test
[15/Jan/2019:13:09:09][40287.7fd3d27fc700][-socks-] Notice: socks: starting
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Notice: open sockent on 
::1 7227
[15/Jan/2019:13:09:09][40287.7fd3d27fc700][-socks-] Notice: ... query IP + 
PROTO: SockAddr family AF_INET6, ip ::1, port 7227
[15/Jan/2019:13:09:09][40287.7fd3d27fc700][-socks-] Notice: update interpreter 
to epoch 1, trace none, time 0.097700 secs
ns_log.test
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-3.4:    
  (ns_log + severity "fatal" never writes)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Fatal: test
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-5.2:    
  (count buffered log entries)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-5.7:    
  (get)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-5.8:    
  (flush)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Notice: test
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-5.9:    
  (flush)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Notice: test
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-6.1:    
  (configuration)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-6.2:    
  (configuration)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-6.3:    
  (enable/disable)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-6.4:    
  (list severities)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-6.5:    
  (bounds check)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-6.6:    
  (bounds check)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Dev: >->-> ns_log-7.0:    
  (two callbacks test)
[15/Jan/2019:13:09:09][40287.7fd411593700][-command-] Notice: Log callback test 
7.0
ns_md5.test
ns_mime.test
ns_nsv.test
ns_pagepath.test
ns_parseargs.test
[15/Jan/2019:13:09:09][40287.7fd3d1ffb700][-tcl-nsthread:4-] Notice: update 
interpreter to epoch 1, trace none, time 0.075475 secs
ns_parseurl.test
ns_proxy.test
[15/Jan/2019:13:09:09][40326.7fb635eb8700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:09][40287.7fd3d1ffb700][-nsproxy:reap-] Notice: starting
[15/Jan/2019:13:09:09][40328.7fb424bca700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:09][40329.7f250ec55700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:09][40330.7f304322a700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:09][40331.7efee49c7700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:09][40287.7fd3d17fa700][-tcl-nsthread:5-] Notice: update 
interpreter to epoch 1, trace none, time 0.082010 secs
[15/Jan/2019:13:09:09][40287.7fd3d17fa700][-tcl-nsthread:6-] Notice: update 
interpreter to epoch 1, trace none, time 0.065210 secs
[15/Jan/2019:13:09:09][40334.7f83ed1d7700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:09][40335.7fc964432700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:10][40287.7fd411593700][-command-] Notice: releasing busy 
proxy testpool-8
[15/Jan/2019:13:09:11][40336.7f385313b700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:12][40287.7fd411593700][-command-] Notice: releasing busy 
proxy testpool-8
[15/Jan/2019:13:09:13][40337.7ff4a8698700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:15][40287.7fd411593700][-command-] Notice: releasing busy 
proxy testpool-8
[15/Jan/2019:13:09:16][40338.7fd0b53b0700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:17][40287.7fd411593700][-command-] Notice: releasing busy 
proxy testpool-8
[15/Jan/2019:13:09:18][40339.7f0f0a9f2700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40340.7f9ad3c5d700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40341.7f8b57b59700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40342.7fc2a1618700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40343.7f90e136d700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40344.7f0fb20ce700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40345.7fe095496700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40346.7ffa6ba97700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:18][40347.7f051e101700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:20][40287.7fd3d1ffb700][-nsproxy:reap-] Warning: [testpool]: 
pid 40339 won't die, send signal 15
[15/Jan/2019:13:09:20][40287.7fd411593700][-command-] Notice: proxy maxrun 
reached pool testpool slave 40348
[15/Jan/2019:13:09:20][40287.7fd3d1ffb700][-nsproxy:reap-] Notice: nsproxy 
process 40339 killed with signal 15 (Terminated)
[15/Jan/2019:13:09:20][40348.7f615e487700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:20][40349.7f5f9a1d2700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:20][40287.7fd411593700][-command-] Notice: proxy maxrun 
reached pool testpool slave 40349
[15/Jan/2019:13:09:20][40350.7f6d6b8b5700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
[15/Jan/2019:13:09:20][40287.7fd411593700][-command-] Notice: proxy maxrun 
reached pool testpool slave 40350
[15/Jan/2019:13:09:20][40351.7f5bbd57d700][-main-] Notice: OpenSSL 1.0.2g  1 
Mar 2016 initialized
ns_reflow_text.test
ns_register_filter.test
ns_register_proc.test
ns_schedule.test
[15/Jan/2019:13:09:30][40287.7fd40bdfd700][-sched-] Notice: update interpreter 
to epoch 1, trace none, time 0.117453 secs
[15/Jan/2019:13:09:41][40287.7fd3d17fa700][-sched:idle0-] Notice: starting
[15/Jan/2019:13:09:41][40287.7fd3d17fa700][-sched:6-] Notice: update 
interpreter to epoch 1, trace none, time 0.097591 secs
ns_server.test
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: pool[test]: 
mapped GET /foo -> emergency
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: pool[test]: 
unmapped GET /foo
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: pool[test]: 
mapped GET /foo -> emergency
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: pool[test]: 
unmapped GET /foo
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: pool[test]: 
mapped GET /foo/*.png -> emergency
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Warning: pool[test]: 
could not unmap GET /foo
ns_serverpath.test
ns_set.test
ns_sha1.test
ns_sls.test
ns_striphtml.test


==== ns_striphtml-2.0.1 nbsp entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello world
==== ns_striphtml-2.0.1 FAILED



==== ns_striphtml-2.0.2 nbsp entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello<world
==== ns_striphtml-2.0.2 FAILED



==== ns_striphtml-2.0.3 nbsp entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello>world
==== ns_striphtml-2.0.3 FAILED



==== ns_striphtml-2.1 euro entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello???world
==== ns_striphtml-2.1 FAILED



==== ns_striphtml-2.2 cent entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello??world
==== ns_striphtml-2.2 FAILED



==== ns_striphtml-2.3 pound entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello??world
==== ns_striphtml-2.3 FAILED



==== ns_striphtml-2.4 yen entity FAILED
---- Result was:
helloworld
---- Result should have been (exact matching):
hello??world
==== ns_striphtml-2.4 FAILED

[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: name length of 
<NULL> incorrect, should be 4
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: 
exp: ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 
?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 
?? ?? ?? ?? ?? ?? ?? ?? ?? ??? ?? & ??? ??? ?? ??? ?? ?? ?? ?? ??? ??? ?? ?? ?? 
?? ??? ??? ?? ??? ??? ?? ??? ??? ?? ?? ??? ?? ?? ?? ?? ??? ?? ??? ?? ?? ?? ??? 
??? ?? ??? ?? ?? ?? ??? ?? ??? > ??? ??? ??? ??? ?? ?? ?? ?? ??? ??? ??? ?? ?? 
??? ?? ?? ??? ?? ??? ?? ??? ??? ??? ??? ??? ??? < ?? ?? ?? ??? ?? ???   ??? ??? 
?? ??? ??? ?? ?? ?? ?? ?? ??? ?? ?? ??? ??? ?? ?? ?? ?? ??? ?? ?? ??? ??? ?? ?? 
?? ?? ?? ??? ??? ??? ?? ??? ??? ??? ?? ??? ??? ??? ?? ??? ?? ??? ?? ?? ?? ?? 
??? ??? ??? ??? ??? ??? ?? ?? ?? ??? ?? ?? ??? ?? ?? ?? ?? ??? ??? ?? ??? ?? ?? 
?? ?? ?? ?? ??? ?? ?? ?? ?? ??  
got:                                                                            
                                                                                
                                                                      
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e & g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e > g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e < g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e  g  eq 1
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e  g  eq 1
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ??? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e ?? g  eq 0
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e  g  eq 1
[15/Jan/2019:13:09:49][40287.7fd411593700][-command-] Notice: e  g  eq 1


==== ns_striphtml-3.0 table FAILED
---- Result was:
0
---- Result should have been (exact matching):
1
==== ns_striphtml-3.0 FAILED

ns_thread.test
[15/Jan/2019:13:09:49][40287.7fd3b7fff700][-tcl-nsthread:8-] Notice: update 
interpreter to epoch 1, trace none, time 0.086848 secs
[15/Jan/2019:13:09:49][40287.7fd3d0ff9700][-tcl-nsthread:7-] Notice: update 
interpreter to epoch 1, trace none, time 0.087264 secs
[15/Jan/2019:13:09:49][40287.7fd3b7fff700][-tcl-nsthread:9-] Notice: update 
interpreter to epoch 1, trace none, time 0.065060 secs
ns_thread_crash.test
[15/Jan/2019:13:09:50][40287.7fd33b7fe700][-tcl-nsthread:63-] Notice: update 
interpreter to epoch 1, trace none, time 0.647139 secs
[15/Jan/2019:13:09:50][40287.7fd39d7fa700][-tcl-nsthread:39-] Notice: update 
interpreter to epoch 1, trace none, time 0.699246 secs
[15/Jan/2019:13:09:50][40287.7fd331ffb700][-tcl-nsthread:73-] Notice: update 
interpreter to epoch 1, trace none, time 0.641380 secs
[15/Jan/2019:13:09:50][40287.7fd32bfff700][-tcl-nsthread:76-] Notice: update 
interpreter to epoch 1, trace none, time 0.649256 secs
[15/Jan/2019:13:09:50][40287.7fd3d0ff9700][-tcl-nsthread:17-] Notice: update 
interpreter to epoch 1, trace none, time 0.717614 secs
[15/Jan/2019:13:09:50][40287.7fd3ab7fe700][-tcl-nsthread:22-] Notice: update 
interpreter to epoch 1, trace none, time 0.662545 secs
[15/Jan/2019:13:09:50][40287.7fd3b6ffd700][-tcl-nsthread:14-] Notice: update 
interpreter to epoch 1, trace none, time 0.719938 secs
[15/Jan/2019:13:09:50][40287.7fd3337fe700][-tcl-nsthread:70-] Notice: update 
interpreter to epoch 1, trace none, time 0.674947 secs
[15/Jan/2019:13:09:50][40287.7fd3437fe700][-tcl-nsthread:56-] Notice: update 
interpreter to epoch 1, trace none, time 0.676089 secs
[15/Jan/2019:13:09:50][40287.7fd3b77fe700][-tcl-nsthread:15-] Notice: update 
interpreter to epoch 1, trace none, time 0.715842 secs
[15/Jan/2019:13:09:50][40287.7fd359ffb700][-tcl-nsthread:52-] Notice: update 
interpreter to epoch 1, trace none, time 0.676543 secs
[15/Jan/2019:13:09:50][40287.7fd3b7fff700][-tcl-nsthread:10-] Notice: update 
interpreter to epoch 1, trace none, time 0.755744 secs
[15/Jan/2019:13:09:50][40287.7fd399feb700][-tcl-nsthread:45-] Notice: update 
interpreter to epoch 1, trace none, time 0.673755 secs
[15/Jan/2019:13:09:50][40287.7fd3a6ff5700][-tcl-nsthread:31-] Notice: update 
interpreter to epoch 1, trace none, time 0.716218 secs
[15/Jan/2019:13:09:50][40287.7fd3327fc700][-tcl-nsthread:72-] Notice: update 
interpreter to epoch 1, trace none, time 0.679156 secs
[15/Jan/2019:13:09:50][40287.7fd329ffb700][-tcl-nsthread:80-] Notice: update 
interpreter to epoch 1, trace none, time 0.681128 secs
[15/Jan/2019:13:09:50][40287.7fd341ffb700][-tcl-nsthread:59-] Notice: update 
interpreter to epoch 1, trace none, time 0.681391 secs
[15/Jan/2019:13:09:50][40287.7fd39a7ec700][-tcl-nsthread:44-] Notice: update 
interpreter to epoch 1, trace none, time 0.682666 secs
[15/Jan/2019:13:09:50][40287.7fd35bfff700][-tcl-nsthread:46-] Notice: update 
interpreter to epoch 1, trace none, time 0.686038 secs
[15/Jan/2019:13:09:50][40287.7fd39effd700][-tcl-nsthread:37-] Notice: update 
interpreter to epoch 1, trace none, time 0.722250 secs
[15/Jan/2019:13:09:50][40287.7fd313fff700][-tcl-nsthread:90-] Notice: update 
interpreter to epoch 1, trace none, time 0.693591 secs
[15/Jan/2019:13:09:50][40287.7fd39b7ee700][-tcl-nsthread:42-] Notice: update 
interpreter to epoch 1, trace none, time 0.690818 secs
[15/Jan/2019:13:09:50][40287.7fd3b4ff9700][-tcl-nsthread:16-] Notice: update 
interpreter to epoch 1, trace none, time 0.732130 secs
[15/Jan/2019:13:09:50][40287.7fd33a7fc700][-tcl-nsthread:65-] Notice: update 
interpreter to epoch 1, trace none, time 0.691887 secs
[15/Jan/2019:13:09:50][40287.7fd2f9ffb700][-tcl-nsthread:102-] Notice: update 
interpreter to epoch 1, trace none, time 0.688597 secs
[15/Jan/2019:13:09:50][40287.7fd3b67fc700][-tcl-nsthread:20-] Notice: update 
interpreter to epoch 1, trace none, time 0.737980 secs
[15/Jan/2019:13:09:50][40287.7fd39f7fe700][-tcl-nsthread:32-] Notice: update 
interpreter to epoch 1, trace none, time 0.713139 secs
[15/Jan/2019:13:09:50][40287.7fd35affd700][-tcl-nsthread:50-] Notice: update 
interpreter to epoch 1, trace none, time 0.689328 secs
[15/Jan/2019:13:09:50][40287.7fd3a67f4700][-tcl-nsthread:35-] Notice: update 
interpreter to epoch 1, trace none, time 0.734433 secs
[15/Jan/2019:13:09:50][40287.7fd3aa7fc700][-tcl-nsthread:18-] Notice: update 
interpreter to epoch 1, trace none, time 0.737767 secs
[15/Jan/2019:13:09:50][40287.7fd35a7fc700][-tcl-nsthread:51-] Notice: update 
interpreter to epoch 1, trace none, time 0.708970 secs
[15/Jan/2019:13:09:50][40287.7fd340ff9700][-tcl-nsthread:61-] Notice: update 
interpreter to epoch 1, trace none, time 0.695807 secs
[15/Jan/2019:13:09:50][40287.7fd33affd700][-tcl-nsthread:64-] Notice: update 
interpreter to epoch 1, trace none, time 0.696057 secs
[15/Jan/2019:13:09:50][40287.7fd39dffb700][-tcl-nsthread:38-] Notice: update 
interpreter to epoch 1, trace none, time 0.716363 secs
[15/Jan/2019:13:09:50][40287.7fd3a9ffb700][-tcl-nsthread:11-] Notice: update 
interpreter to epoch 1, trace none, time 0.746327 secs
[15/Jan/2019:13:09:50][40287.7fd39c7f0700][-tcl-nsthread:23-] Notice: update 
interpreter to epoch 1, trace none, time 0.738483 secs
[15/Jan/2019:13:09:50][40287.7fd3a57f2700][-tcl-nsthread:27-] Notice: update 
interpreter to epoch 1, trace none, time 0.701975 secs
[15/Jan/2019:13:09:50][40287.7fd3a97fa700][-tcl-nsthread:33-] Notice: update 
interpreter to epoch 1, trace none, time 0.703984 secs
[15/Jan/2019:13:09:50][40287.7fd2f97fa700][-tcl-nsthread:101-] Notice: update 
interpreter to epoch 1, trace none, time 0.699432 secs
[15/Jan/2019:13:09:50][40287.7fd3a77f6700][-tcl-nsthread:24-] Notice: update 
interpreter to epoch 1, trace none, time 0.742610 secs
[15/Jan/2019:13:09:50][40287.7fd342ffd700][-tcl-nsthread:57-] Notice: update 
interpreter to epoch 1, trace none, time 0.706079 secs
[15/Jan/2019:13:09:50][40287.7fd32a7fc700][-tcl-nsthread:79-] Notice: update 
interpreter to epoch 1, trace none, time 0.706520 secs
[15/Jan/2019:13:09:50][40287.7fd310ff9700][-tcl-nsthread:96-] Notice: update 
interpreter to epoch 1, trace none, time 0.706497 secs
[15/Jan/2019:13:09:50][40287.7fd3aaffd700][-tcl-nsthread:13-] Notice: update 
interpreter to epoch 1, trace none, time 0.747622 secs
[15/Jan/2019:13:09:50][40287.7fd3b5ffb700][-tcl-nsthread:12-] Notice: update 
interpreter to epoch 1, trace none, time 0.747623 secs
[15/Jan/2019:13:09:50][40287.7fd2eaffd700][-tcl-nsthread:106-] Notice: update 
interpreter to epoch 1, trace none, time 0.695615 secs
[15/Jan/2019:13:09:50][40287.7fd2e9ffb700][-tcl-nsthread:108-] Notice: update 
interpreter to epoch 1, trace none, time 0.686191 secs
[15/Jan/2019:13:09:50][40287.7fd311ffb700][-tcl-nsthread:94-] Notice: update 
interpreter to epoch 1, trace none, time 0.689978 secs
[15/Jan/2019:13:09:50][40287.7fd33bfff700][-tcl-nsthread:62-] Notice: update 
interpreter to epoch 1, trace none, time 0.700039 secs
[15/Jan/2019:13:09:50][40287.7fd3997ea700][-tcl-nsthread:47-] Notice: update 
interpreter to epoch 1, trace none, time 0.713773 secs
[15/Jan/2019:13:09:50][40287.7fd320ff9700][-tcl-nsthread:89-] Notice: update 
interpreter to epoch 1, trace none, time 0.687344 secs
[15/Jan/2019:13:09:50][40287.7fd3abfff700][-tcl-nsthread:19-] Notice: update 
interpreter to epoch 1, trace none, time 0.715550 secs
[15/Jan/2019:13:09:50][40287.7fd39afed700][-tcl-nsthread:41-] Notice: update 
interpreter to epoch 1, trace none, time 0.713268 secs
[15/Jan/2019:13:09:50][40287.7fd3a8ff9700][-tcl-nsthread:28-] Notice: update 
interpreter to epoch 1, trace none, time 0.705634 secs
[15/Jan/2019:13:09:50][40287.7fd3397fa700][-tcl-nsthread:67-] Notice: update 
interpreter to epoch 1, trace none, time 0.712758 secs
[15/Jan/2019:13:09:50][40287.7fd2fb7fe700][-tcl-nsthread:98-] Notice: update 
interpreter to epoch 1, trace none, time 0.704989 secs
[15/Jan/2019:13:09:50][40287.7fd3297fa700][-tcl-nsthread:81-] Notice: update 
interpreter to epoch 1, trace none, time 0.723275 secs
[15/Jan/2019:13:09:50][40287.7fd3117fa700][-tcl-nsthread:95-] Notice: update 
interpreter to epoch 1, trace none, time 0.704448 secs
[15/Jan/2019:13:09:50][40287.7fd333fff700][-tcl-nsthread:69-] Notice: update 
interpreter to epoch 1, trace none, time 0.713357 secs
[15/Jan/2019:13:09:50][40287.7fd32affd700][-tcl-nsthread:78-] Notice: update 
interpreter to epoch 1, trace none, time 0.722943 secs
[15/Jan/2019:13:09:50][40287.7fd328ff9700][-tcl-nsthread:82-] Notice: update 
interpreter to epoch 1, trace none, time 0.724102 secs
[15/Jan/2019:13:09:50][40287.7fd3b57fa700][-tcl-nsthread:21-] Notice: update 
interpreter to epoch 1, trace none, time 0.724059 secs
[15/Jan/2019:13:09:50][40287.7fd3a87f8700][-tcl-nsthread:25-] Notice: update 
interpreter to epoch 1, trace none, time 0.724289 secs
[15/Jan/2019:13:09:50][40287.7fd2fa7fc700][-tcl-nsthread:100-] Notice: update 
interpreter to epoch 1, trace none, time 0.712218 secs
[15/Jan/2019:13:09:50][40287.7fd398fe9700][-tcl-nsthread:48-] Notice: update 
interpreter to epoch 1, trace none, time 0.724335 secs
[15/Jan/2019:13:09:50][40287.7fd3317fa700][-tcl-nsthread:74-] Notice: update 
interpreter to epoch 1, trace none, time 0.682017 secs
[15/Jan/2019:13:09:50][40287.7fd2fbfff700][-tcl-nsthread:97-] Notice: update 
interpreter to epoch 1, trace none, time 0.713117 secs
[15/Jan/2019:13:09:50][40287.7fd2ebfff700][-tcl-nsthread:104-] Notice: update 
interpreter to epoch 1, trace none, time 0.717063 secs
[15/Jan/2019:13:09:50][40287.7fd39cff9700][-tcl-nsthread:40-] Notice: update 
interpreter to epoch 1, trace none, time 0.728587 secs
[15/Jan/2019:13:09:50][40287.7fd343fff700][-tcl-nsthread:55-] Notice: update 
interpreter to epoch 1, trace none, time 0.715161 secs
[15/Jan/2019:13:09:50][40287.7fd322ffd700][-tcl-nsthread:85-] Notice: update 
interpreter to epoch 1, trace none, time 0.723722 secs
[15/Jan/2019:13:09:50][40287.7fd32b7fe700][-tcl-nsthread:77-] Notice: update 
interpreter to epoch 1, trace none, time 0.728600 secs
[15/Jan/2019:13:09:50][40287.7fd2faffd700][-tcl-nsthread:99-] Notice: update 
interpreter to epoch 1, trace none, time 0.717695 secs
[15/Jan/2019:13:09:50][40287.7fd2e97fa700][-tcl-nsthread:109-] Notice: update 
interpreter to epoch 1, trace none, time 0.707075 secs
[15/Jan/2019:13:09:50][40287.7fd2eb7fe700][-tcl-nsthread:105-] Notice: update 
interpreter to epoch 1, trace none, time 0.686746 secs
[15/Jan/2019:13:09:50][40287.7fd323fff700][-tcl-nsthread:83-] Notice: update 
interpreter to epoch 1, trace none, time 0.731876 secs
[15/Jan/2019:13:09:50][40287.7fd39bfef700][-tcl-nsthread:43-] Notice: update 
interpreter to epoch 1, trace none, time 0.720669 secs
[15/Jan/2019:13:09:50][40287.7fd2ea7fc700][-tcl-nsthread:107-] Notice: update 
interpreter to epoch 1, trace none, time 0.708057 secs
[15/Jan/2019:13:09:50][40287.7fd312ffd700][-tcl-nsthread:92-] Notice: update 
interpreter to epoch 1, trace none, time 0.714077 secs
[15/Jan/2019:13:09:50][40287.7fd3a5ff3700][-tcl-nsthread:26-] Notice: update 
interpreter to epoch 1, trace none, time 0.732230 secs
[15/Jan/2019:13:09:50][40287.7fd321ffb700][-tcl-nsthread:87-] Notice: update 
interpreter to epoch 1, trace none, time 0.709121 secs
[15/Jan/2019:13:09:50][40287.7fd39ffff700][-tcl-nsthread:30-] Notice: update 
interpreter to epoch 1, trace none, time 0.733671 secs
[15/Jan/2019:13:09:50][40287.7fd3a7ff7700][-tcl-nsthread:29-] Notice: update 
interpreter to epoch 1, trace none, time 0.733834 secs
[15/Jan/2019:13:09:50][40287.7fd3a4ff1700][-tcl-nsthread:34-] Notice: update 
interpreter to epoch 1, trace none, time 0.710743 secs
[15/Jan/2019:13:09:50][40287.7fd339ffb700][-tcl-nsthread:66-] Notice: update 
interpreter to epoch 1, trace none, time 0.718063 secs
[15/Jan/2019:13:09:50][40287.7fd3127fc700][-tcl-nsthread:93-] Notice: update 
interpreter to epoch 1, trace none, time 0.734701 secs
[15/Jan/2019:13:09:50][40287.7fd338ff9700][-tcl-nsthread:68-] Notice: update 
interpreter to epoch 1, trace none, time 0.691086 secs
[15/Jan/2019:13:09:50][40287.7fd2e8ff9700][-tcl-nsthread:110-] Notice: update 
interpreter to epoch 1, trace none, time 0.604402 secs
[15/Jan/2019:13:09:50][40287.7fd3427fc700][-tcl-nsthread:58-] Notice: update 
interpreter to epoch 1, trace none, time 0.734183 secs
[15/Jan/2019:13:09:50][40287.7fd330ff9700][-tcl-nsthread:75-] Notice: update 
interpreter to epoch 1, trace none, time 0.718353 secs
[15/Jan/2019:13:09:50][40287.7fd3237fe700][-tcl-nsthread:84-] Notice: update 
interpreter to epoch 1, trace none, time 0.711994 secs
[15/Jan/2019:13:09:50][40287.7fd3137fe700][-tcl-nsthread:91-] Notice: update 
interpreter to epoch 1, trace none, time 0.719301 secs
[15/Jan/2019:13:09:50][40287.7fd2f8ff9700][-tcl-nsthread:103-] Notice: update 
interpreter to epoch 1, trace none, time 0.701494 secs
[15/Jan/2019:13:09:50][40287.7fd3227fc700][-tcl-nsthread:86-] Notice: update 
interpreter to epoch 1, trace none, time 0.737931 secs
[15/Jan/2019:13:09:50][40287.7fd39e7fc700][-tcl-nsthread:36-] Notice: update 
interpreter to epoch 1, trace none, time 0.742088 secs
[15/Jan/2019:13:09:50][40287.7fd332ffd700][-tcl-nsthread:71-] Notice: update 
interpreter to epoch 1, trace none, time 0.694842 secs
[15/Jan/2019:13:09:50][40287.7fd35b7fe700][-tcl-nsthread:49-] Notice: update 
interpreter to epoch 1, trace none, time 0.742747 secs
[15/Jan/2019:13:09:50][40287.7fd358ff9700][-tcl-nsthread:54-] Notice: update 
interpreter to epoch 1, trace none, time 0.733235 secs
[15/Jan/2019:13:09:50][40287.7fd3597fa700][-tcl-nsthread:53-] Notice: update 
interpreter to epoch 1, trace none, time 0.743355 secs
[15/Jan/2019:13:09:50][40287.7fd3417fa700][-tcl-nsthread:60-] Notice: update 
interpreter to epoch 1, trace none, time 0.743450 secs
[15/Jan/2019:13:09:50][40287.7fd3217fa700][-tcl-nsthread:88-] Notice: update 
interpreter to epoch 1, trace none, time 0.725247 secs
ns_urlencode.test
ns_urlspace.test
ns_uuencode.test
ns_writer.test
nsdb.test
progress.test
tclconnio.test
[15/Jan/2019:13:09:50][40287.7fd40a7ec700][-conn:test:0:294-] Notice: 
'ns_connsendfp file33 5 ' is deprecated. Use 'ns_writefp fileid ?nbytes?' 
instead. 
tclresp.test
[15/Jan/2019:13:09:55][40287.7fd3d2ffd700][-ns_job_0-] Notice: update 
interpreter to epoch 2, trace deallocate, time 0.015425 secs
[15/Jan/2019:13:09:55][40287.7fd40a7ec700][-conn:test:0:323-] Notice: update 
interpreter to epoch 2, trace allocate, time 0.024179 secs
[15/Jan/2019:13:09:55][40287.7fd328ff9700][-ns_job_1-] Notice: Starting thread: 
-ns_job_1-
[15/Jan/2019:13:09:55][40287.7fd3d2ffd700][-ns_job_0-] Notice: update 
interpreter to epoch 3, trace deallocate, time 0.020074 secs
[15/Jan/2019:13:09:55][40287.7fd3d2ffd700][-ns_job_0-] Notice: update 
interpreter to epoch 4, trace deallocate, time 0.016351 secs
[15/Jan/2019:13:09:55][40287.7fd3d2ffd700][-ns_job_0-] Notice: update 
interpreter to epoch 5, trace deallocate, time 0.014022 secs
[15/Jan/2019:13:09:55][40287.7fd3d2ffd700][-ns_job_0-] Notice: update 
interpreter to epoch 6, trace deallocate, time 0.012543 secs
[15/Jan/2019:13:09:55][40287.7fd40a7ec700][-conn:test:0:328-] Notice: update 
interpreter to epoch 6, trace allocate, time 0.023233 secs
[15/Jan/2019:13:09:55][40287.7fd328ff9700][-ns_job_1-] Notice: update 
interpreter to epoch 6, trace none, time 0.069295 secs
[15/Jan/2019:13:09:55][40287.7fd328ff9700][-ns_job_1-] Notice: update 
interpreter to epoch 7, trace deallocate, time 0.012082 secs
[15/Jan/2019:13:10:00][40287.7fd40a7ec700][-conn:test:0:345-] Notice: update 
interpreter to epoch 7, trace allocate, time 0.023214 secs
timeout.test
url2file.test

Tests ended at Tue Jan 15 13:10:00 EST 2019
all.tcl:        Total   1319    Passed  1307    Skipped 4       Failed  8
Sourced 66 Test Files.
Files with failing tests: ns_thread.test
Number of tests skipped for each constraint:
        2       knownBug
        1       notDarwin
        1       stress
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: nsmain: 
NaviServer/4.99.17 (01627330cfb9+ default tip) stopping
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: [driver:nssock:0]: 
stopping
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: server [test]: 
stopping
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: server [testvhost]: 
stopping
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: server [testvhost2]: 
stopping
[15/Jan/2019:13:10:00][40287.7fd3f3fff700][-driver:nssock:0-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd40afed700][-conn:test:emergency:0:0-] Notice: 
exiting: shutdown pending
[15/Jan/2019:13:10:00][40287.7fd4097ea700][-conn:testvhost:0:9-] Notice: 
exiting: shutdown pending
[15/Jan/2019:13:10:00][40287.7fd408fe9700][-conn:testvhost2:0:8-] Notice: 
exiting: shutdown pending
[15/Jan/2019:13:10:00][40287.7fd409feb700][-conn:test:1:197-] Notice: exiting: 
shutdown pending
[15/Jan/2019:13:10:00][40287.7fd40a7ec700][-conn:test:0:352-] Notice: exiting: 
shutdown pending
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: server [test]: 
connection threads stopped
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: server [testvhost]: 
connection threads stopped
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: server [testvhost2]: 
connection threads stopped
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: driver: stopping 
writer and spooler threads
[15/Jan/2019:13:10:00][40287.7fd3f1ffb700][-writer2-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd3f17fa700][-writer1-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd3f0ff9700][-writer0-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd3f37fe700][-spooler2-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd3f2ffd700][-spooler1-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd3f27fc700][-spooler0-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: sched: shutdown 
pending
[15/Jan/2019:13:10:00][40287.7fd40bdfd700][-sched-] Notice: sched: shutdown 
started
[15/Jan/2019:13:10:00][40287.7fd40bdfd700][-sched-] Notice: sched: waiting for 
1/1 event threads...
[15/Jan/2019:13:10:00][40287.7fd3d27fc700][-socks-] Notice: socks: shutdown 
pending
[15/Jan/2019:13:10:00][40287.7fd3d2ffd700][-ns_job_0-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd3d27fc700][-socks-] Notice: socks: shutdown 
complete
[15/Jan/2019:13:10:00][40287.7fd3d3fff700][task:tclhttp] Notice: shutdown 
pending
[15/Jan/2019:13:10:00][40287.7fd3d17fa700][-sched:idle0-] Notice: exiting, 0 
threads, 0 idle
[15/Jan/2019:13:10:00][40287.7fd3d3fff700][task:tclhttp] Notice: shutdown 
complete
[15/Jan/2019:13:10:00][40287.7fd40bdfd700][-sched-] Notice: sched: shutdown 
complete
[15/Jan/2019:13:10:00][40287.7fd328ff9700][-ns_job_1-] Notice: exiting
[15/Jan/2019:13:10:00][40287.7fd4141ab700][-main-] Notice: [driver:nssock:0]: 
stopped
[15/Jan/2019:13:10:01][40287.7fd3f27fc700][-shutdown-] Notice: update 
interpreter to epoch 7, trace none, time 0.101417 secs
[15/Jan/2019:13:10:01][40287.7fd3f27fc700][-shutdown-] Notice: nslog: closed 
'/net/pinky/home/local-16.04/src/web/ns-head-pub/naviserver/tests/testserver/access.log'
[15/Jan/2019:13:10:01][40287.7fd3f27fc700][-shutdown-] Notice: update 
interpreter to epoch 1, trace none, time 0.078651 secs
[15/Jan/2019:13:10:01][40287.7fd3f27fc700][-shutdown-] Notice: update 
interpreter to epoch 1, trace none, time 0.062043 secs
[15/Jan/2019:13:10:01][40287.7fd4141ab700][-main-] Notice: nsproxy: shutdown 
started
[15/Jan/2019:13:10:01][40287.7fd4141ab700][-main-] Notice: nsproxy: shutdown 
complete
[15/Jan/2019:13:10:01][40287.7fd3d1ffb700][-nsproxy:reap-] Notice: exiting
[15/Jan/2019:13:10:01][40287.7fd4141ab700][-main-] Notice: nsmain: 
NaviServer/4.99.17 (01627330cfb9+ default tip) exiting
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to