Galera failures on Travis-CI

28 views
Skip to first unread message

Otto Kekäläinen

unread,
Nov 16, 2016, 4:33:30 AM11/16/16
to codersh...@googlegroups.com
Hello!

I have Travis-Ci set up for my Galera branch. It used to work earlier
but for the last 6 months is has been always failing with asio related
errors like below. The same applies for
https://travis-ci.org/codership/galera/builds too.

Do you have some ideas what is going on and what should be done so
that the build passes on Travis-CI again?



cc1plus: all warnings being treated as errors
scons: *** [galera/src/ist.os] Error 1
In file included from asio/asio/detail/impl/posix_mutex.ipp:24:0,
from asio/asio/detail/posix_mutex.hpp:71,
from asio/asio/detail/mutex.hpp:25,
from asio/asio/detail/service_registry.hpp:20,
from asio/asio/impl/io_service.hpp:19,
from asio/asio/io_service.hpp:765,
from asio/asio/basic_io_object.hpp:19,
from asio/asio/basic_socket.hpp:20,
from asio/asio/basic_datagram_socket.hpp:20,
from asio/asio.hpp:19,
from galerautils/src/gu_asio.hpp:32,
from gcomm/src/gmcast.cpp:15:
asio/asio/error.hpp:256:36: error: 'asio::error::system_category'
defined but not used [-Werror=unused-variable]
static const asio::error_category& system_category
^
asio/asio/error.hpp:258:36: error: 'asio::error::netdb_category'
defined but not used [-Werror=unused-variable]
static const asio::error_category& netdb_category
^
asio/asio/error.hpp:260:36: error: 'asio::error::addrinfo_category'
defined but not used [-Werror=unused-variable]
static const asio::error_category& addrinfo_category
^
asio/asio/error.hpp:262:36: error: 'asio::error::misc_category'
defined but not used [-Werror=unused-variable]
static const asio::error_category& misc_category
^
In file included from asio/asio/ssl/impl/context.ipp:26:0,
from asio/asio/ssl/context.hpp:784,
from asio/asio/ssl.hpp:19,
from galerautils/src/gu_asio.hpp:33,
from gcomm/src/gmcast.cpp:15:
asio/asio/ssl/error.hpp:33:36: error: 'asio::error::ssl_category'
defined but not used [-Werror=unused-variable]
static const asio::error_category& ssl_category
^
cc1plus: all warnings being treated as errors
scons: *** [gcomm/src/gmcast.o] Error 1
scons: building terminated because of errors.



Full log:
https://api.travis-ci.org/jobs/176314390/log.txt?deansi=true
https://travis-ci.org/ottok/galera/builds

hunter86bg

unread,
Nov 16, 2016, 12:59:20 PM11/16/16
to codership

cc1plus: all warnings being treated as errors

Can you disable this behaviour?
Reply all
Reply to author
Forward
0 new messages