Build failed in Jenkins: 3.HEAD-amd64-centos-6-clang #203

From: <noc_at_squid-cache.org>
Date: Wed, 30 Apr 2014 14:28:53 +0200 (CEST)

See <http://build.squid-cache.org/job/3.HEAD-amd64-centos-6-clang/203/changes>

Changes:

[Christos Tsantilas] author: Alex Rousskov <rousskov_at_measurement-factory.com>
cache_peer standby=N implementation.

The feature focus is to instantly provide a ready-to-use connection to a
cooperating cache peer, virtually at all times. This is useful when connection
establishment is "too slow" and/or when infrequent peer use prevents Squid from
combating slow connection establishment with the regular idle connection pool.

The feature is similar to Squid2 idle=N feature, but there are key differences:

* Standby connections are available virtually at all times, while Squid2 unused
"idle" connections are available only for a short time after a peer request.

* All N standby connections are not opened at once, reducing the chance of
the feature being mistaken for a DoS attack on a peer.

* More consistent support for peers with multiple IP addresses (peer IPs are
cycled through, just like during regular Squid request forwarding).

Besides, "idle" is a poor choice of adjective for an unused connection pool
name because the same term is used for used persistent connections, which have
somewhat different properties, are stored in a different pool, may need
distinct set of tuning options, etc. It is better to use a dedicated term for
the new feature.

The relationship between the max-conn limit and standby/idle connections is a
complex one. After several rewrites and tests, Squid now obeys max-conn limit
when opening new standby connections and accounts for standby connections when
checking whether to allow peer use. This often works OK, but leads to standby
guarantee violations when non-standby connections approach the limit. The
alternative design where standby code ignores max-conn works better, but is
really difficult to explain and advocate because an admin expects max-conn to
cover all connections and because of the idle connections accounting and
maintenance bugs. We may come back to this when the idle connections code is
fixed.

Fixed max-conn documentation and XXXed a peerHTTPOkay() bug (now in
peerHasConnAvailable()) that results in max-conn limit preventing the use of a
peer with idle persistent connections.

Decided to use standby connections for non-retriable requests. Avoiding
standby connections for POSTs and such would violate the main purpose of the
feature: providing an instant ready-to-use connection. A user does not care
whether it is waiting too long for a GET or POST request. Actually, a user may
care more when their POST requests are delayed (because canceling and
retrying them is often scary from the user point of view). The idea behind
standby connections is that the admin is responsible for avoiding race
conditions by properly configuring the peering Squids. If such proper
configuration is not possible or the consequences of rare races (e.g., due to
peer shutdown) are more severe than the consequences of slow requests, the
admin should not use standby=N. This choice may become configurable in the
future.

TODO: Teach peer probing code to push successful probing connections into the
standby pool (when enabled). Should be done as a followup project because of
the differences in standby and probe connection opening code, especially when
SSL peers are supported. Will require some discussion.

A standby pool is using a full-blown PconnPool object for storage instead of
the smaller IdleConnList, like the ICAP code does. The primary reasons for
this design were:

* A peer may have multiple addresses and those addresses may change. PconnPool
has code to deal with multiple addresses while IdleConnList does not. I do not
think this difference is really used in this implementation, but I did not
want to face an unknown limitation. Note that ICAP does not support multiple
ICAP server addresses.

* PconnPool has reporting (and cache manager integration) code that we should
eventually improve and report standby-specific stats. When this happens,
PconnPool will probably become abstract and spawn two kids, one for pconn and
one for standby pools.

Seemingly unrelated changes triggered by standby=N addition:

* Removed PconnPool from fde.h. We used to create immortal PconnPool objects.
Now, standby pools are destroyed when their peer is destroyed. Sharing raw
pointers to such pools is too dangerous. We could use smart pointers, but
PconnPools do not really belong to such a low-level object like fde IMO.

* Added FwdState::closeServerConnection() to encapsulate server connection
closing code, including the new noteUses() maintenance. Also updated
FwdState::serverClosed() to do the same maintenance.

* Close all connections in IdleConnList upon deletion. The old code did
not care because we never deleted PconnPools (although I am not sure
there were no bugs related to ICAP service pools which use IdleConnList
directly and do get destroyed).

* Fixed PconnPool::dumpHash(). It was listing the first entry twice because
the code misused misnamed hash_next().

* Removed unnecessary hard-coded limit on the number of PconnPools. Use
std::set for their storage.

* Fixed very stale PconnPool::pop() documentation and polished its code.

* Added RegisteredRunner::sync() method to use during Squid reconfiguration:

The existing run() method and destructor are great for the initial
configuration and final shutdown, but do not work well for reconfiguration
when you do not want to completely destroy and then recreate the state.
The sync() method (called via SyncRegistered) can be used for that.

Eventually, the reconfiguration API should present the old "saved" config
and the new "current" config to RegisteredRunners so that they can update
their modules/features intelligently. For now, they just see the new config.

This is a Measurement Factory project

------------------------------------------
[...truncated 29643 lines...]
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/ja.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/ko.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_INVALID_URL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ja.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_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_NO_RELAY: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ko.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/ja.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/ko.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/ja.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ko.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ja.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_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_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ko.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_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_READ_TIMEOUT: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ja.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_SECURE_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_SECURE_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_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_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/ja.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_TOO_BIG: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/ko.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/ja.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/ko.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_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_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/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/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/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/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/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_CONFLICT_HOST: 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/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/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/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/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/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/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/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/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/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/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/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/nl.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_CONNECT_FAIL: 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_SECURE_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/oc.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_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_SECURE_CONNECT_FAIL: 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/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/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/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_ACL_TIME_QUOTA_EXCEEDED: 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/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/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/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/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_CONFLICT_HOST: 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/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/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/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/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/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/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/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/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/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/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/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/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-br.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_SECURE_CONNECT_FAIL: 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/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/ro.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_UNSUP_REQ: 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_SECURE_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_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_URN_RESOLVE: 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/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_ACL_TIME_QUOTA_EXCEEDED: 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/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/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/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/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/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/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/sk.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/sl.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_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/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_SECURE_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_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_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_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_ACL_TIME_QUOTA_EXCEEDED: 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/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/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/tr.po, output None, template ../.././test-suite/../errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED: 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/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/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/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/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_DIR_LISTING: 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/uk.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/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/uk.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/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/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/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/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/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/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_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_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_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_FTP_FORBIDDEN: 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/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_FTP_NOT_FOUND: 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/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/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/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_FTP_UNAVAILABLE: 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/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/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/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/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/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/sv.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_CONNECT_FAIL: 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_SECURE_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_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_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_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_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_SECURE_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_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_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/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/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/uk.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_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_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_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/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/zh-hans.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_URN_RESOLVE: 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/zh-hans.po, output None, template ../.././test-suite/../errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-hant.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/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/zh-hans.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-hant.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-hant.po, output None, template ../.././test-suite/../errors/templates/ERR_CONFLICT_HOST: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-hant.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-hans.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-hant.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/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/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/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/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/zh-hant.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/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/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/zh-hans.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-hans.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-hans.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-hant.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-hans.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-hant.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-hant.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-hant.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-hant.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-hans.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/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/zh-hant.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-hans.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/vi.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_SECURE_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-hans.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-hans.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_CONNECT_FAIL: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-hant.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-hans.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-hans.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-hant.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/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-hant.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/zh-hant.po, output None, template ../.././test-suite/../errors/templates/ERR_SECURE_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_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
po2html: warning: Error processing: input ../.././test-suite/../errors/zh-hant.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-hans.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-hans.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-hant.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-hant.po, output None, template ../.././test-suite/../errors/templates/ERR_WRITE_ERROR: coercing to Unicode: need string or buffer, NoneType found
../../src/base/AsyncJobCalls.h:106:60: error: call to function 'operator<<' that is neither visible in the template definition nor found by argument-dependent lookup
make[4]: *** [PeerPoolMgr.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
Build FAILED.
Build step 'Execute shell' marked build as failure
Received on Wed Apr 30 2014 - 12:28:56 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 30 2014 - 12:00:15 MDT