Build failed in Jenkins: 3.2-matrix » rio.treenet #149

From: <noc_at_squid-cache.org>
Date: Wed, 13 Jul 2011 13:09:11 +0200 (CEST)

See <http://build.squid-cache.org/job/3.2-matrix/./label=rio.treenet/149/changes>

Changes:

[Amos Jeffries] Bug 2495: ignore whitespace prefix on config lines

Allow whitespace indentation before any lines. Making SMP and comment
configuration easier to read for some.

[Amos Jeffries] Permit simple HTTP version debug logging

[Amos Jeffries] Bug 3222: cache_peer name is not logging on CONNECT

[Amos Jeffries] Remove duplicate calls to IsAnyAddr in DNS

[Amos Jeffries] Add DNS lookup step to ICAP connect

This patch add an async DNS lookup step to the ICAP connection setup process.
As a side effect it adds a little bit of tcp_outgoing_address support to ICAP.
Its limited to "dst" ACL at present. So outgoing ACL selections depending on
HTTP request details wont work. Which makes sense since this connection may
be reused for multiple requests.

More than one IP result are not used since there seems to be no sane place
to store multiple IPs between connect attempts. It currently relies on ipcache
MarkGood/MarkBad keeping a good usable IP at the top of the IP set.

This patch also try to make Max-Connections ICAP feature cooperate well with
the new DNS lookup code

[Amos Jeffries] Fix multiple bugs in IdleConnList

- Inside IdleConnList::removeAt method the last element of the
IdleConnList::theList_ array initialized with random memory

- Inside IdleConnList::removeAt method if the IdleConnList::parent_ is NULL
(ICAP connections pools) the size_ of the array is not decreased after
element removed

- Inside IdleConnList::closeN method, it removes always all elements from the
list except the first one

- Remove the fd_table[fd].flags.read_pending tests inside IdleConnList::pop
and IdleConnList::findUsable methods. This flag currently is not fully
implemented and used only by the ssl stuff.

- Inside IdleConnList::closeN method in two positions we are storing the
reference of the Comm::Connection object which will be deleted, to use it
to clean up and close the connection later:
const Comm::ConnectionPointer &conn = theList_[--size_];
theList_[size_] = NULL;
This is wrong because the second command may delete the conn object, causing
assertion in Comm::Connection destructor, because it is still open, or
segmentation faults when trying to use the conn object later.
This patch replaces the pointer reference with a normal pointer.

- Call clearHandlers inside IdleConnList::pop and IdleConnList::findUsable
methods before return the Comm::Connection object to the user.

[Amos Jeffries] Remove the HttpStateData::orig_request member

When FwdServer::_peer is set, HttpStateData constructor creates a new special
HttpRequest, overwriting the request pointer set in the parent (ServerStateData)
constructor to fwd->request.

This special HttpRequest sets the proper urlpath (which maybe different from
the original HttpRequest), the host (HttpRequest::SetHost/GetHost) to be the
peer hostname and inherits flags, protocol, method. Also sets the
HttpRequest::flags.proxying.

Probably this is originaly done to handle only the differences in urlpath and
the host. But this is has as result to have two HttpRequests object in
HttpStateData, but their difference is not clear.

This patch removes the HttpStateData::orig_request member and uses only the
HttpStateData::request member

Bugs fixed with this patch:

- Debugs() and error pages sometimes display the cache_peer hostname as the URL
requested domain name when going to an origin. Regardless of what the virtual
host name actually is.

- The request_header_access configuration parameter does not work when
sending requests to parent proxies.

- Squid may cache replies to requests with no-store in headers when uses a
parent cache.

- parent caches which have been configured as "sibling" for specific domains
using the neighbor_type_domain parameter are not counted.

- Probably many other

This is a Measurement Factory project

------------------------------------------
[...truncated 5424 lines...]
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_DNS_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_ICAP_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_REQ: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_URL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lt.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/lv.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ms.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_CONFIGURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_WPAD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_CACHE_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_CACHE_MGR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_DNS_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_ICAP_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_REQ: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_URL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_SOCKET_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pl.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt-br.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_CACHE_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_CACHE_MGR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_DNS_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_ICAP_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_REQ: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_URL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_UNSUP_REQ: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/pt.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_CONFIGURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_WPAD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ru.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_CONFIGURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ru.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_WPAD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ru.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ru.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ru.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_CONFIGURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_WPAD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_ESI: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_ICAP_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_RESP: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sr-latn.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/th.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_DNS_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_URL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/uz.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_CONFIGURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_AGENT_WPAD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_GATEWAY_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-cn.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_ACCESS_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_CANNOT_FORWARD: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_DNS_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_FORWARDING_DENIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_CREATED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_PUT_MODIFIED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_ICAP_FAILURE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_REQ: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_INVALID_URL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_SHUTTING_DOWN: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_URN_RESOLVE: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-tw.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
../../../../helpers/external_acl/kerberos_ldap_group/support_sasl.cc:139:9: error: variable 'noecho' set but not used [-Werror=unused-but-set-variable]
../../../../helpers/external_acl/kerberos_ldap_group/support_sasl.cc:140:9: error: variable 'challenge' set but not used [-Werror=unused-but-set-variable]
make[5]: *** [support_sasl.o] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Wed Jul 13 2011 - 11:09:18 MDT

This archive was generated by hypermail 2.2.0 : Sat Jul 16 2011 - 12:00:05 MDT