Protocol-HTTP v1.1.1 Perl 5 v5.22.4 amd64-freebsd
- Status
- Pass
- From
- Chris Williams (BINGOS)
- Dist
-
Protocol-HTTP v1.1.1
- Platform
- Perl 5 v5.22.4 amd64-freebsd
- Date
- 2021-04-21 12:57:56
- ID
- 313b51f2-a2a1-11eb-84bc-edd243e66a77
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear SYBER,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9910. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
TEST RESULTS:
Below is the error stack from stage 'make test':
"/usr/home/cpan/pit/bare/perl-5.22.4/bin/perl5.22.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- HTTP.bs blib/arch/auto/Protocol/HTTP/HTTP.bs 644
cd clib/build && cd ../cmake_props && make panda-protocol-http
[100%] Built target panda-protocol-http
cd clib/build && make install > /dev/null 2>&1
/usr/local/bin/cmake -E copy_directory clib/build/cmake_prefix/include blib/arch/Protocol/HTTP.x/i/
Skip blib/arch/Protocol/HTTP/Response.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Error.pm (unchanged)
Skip blib/arch/Protocol/HTTP.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Error.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Message.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Response.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Request.pod (unchanged)
Skip blib/arch/Protocol/HTTP/RequestParser.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Compression.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Cookiejar.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Request.pm (unchanged)
Skip blib/arch/Protocol/HTTP/RequestParser.pod (unchanged)
Skip blib/arch/Protocol/HTTP/ResponseParser.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Compression.pod (unchanged)
Skip blib/arch/Protocol/HTTP.x/info (unchanged)
Skip blib/arch/Protocol/HTTP/ResponseParser.pod (unchanged)
Skip blib/arch/Protocol/HTTP.x/i/xs/protocol/http.h (unchanged)
Skip blib/arch/Protocol/HTTP/Cookiejar.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Message.pod (unchanged)
Skip blib/arch/Protocol/HTTP.pod (unchanged)
Running Mkbootstrap for MyTest ()
chmod 644 "MyTest.bs"
"/usr/home/cpan/pit/bare/perl-5.22.4/bin/perl5.22.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- MyTest.bs blib/arch/auto/MyTest/MyTest.bs 644
cd clib/build && cd ../cmake_props && make panda-protocol-http-tests
[ 44%] Built target panda-protocol-http
Scanning dependencies of target panda-protocol-http-tests
[ 47%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/bench.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/bench.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/bench.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/bench.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/bench.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:85:47: note: in instantiation of member function 'boost::container::small_vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, 15, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
Fields& operator= (Fields&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/bench.cc:273:18: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Request::Builder, panda::iptr<panda::protocol::http::Request> >::headers' requested here
.headers(Headers()
^
4 warnings generated.
[ 50%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/chunks.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > >' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > >' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:34:43: note: in instantiation of member function 'boost::container::small_vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, 2, boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
Body& operator= (Body&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/chunks.cc:53:35: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Request::Builder, panda::iptr<panda::protocol::http::Request> >::body' requested here
auto req = Request::Builder().body(std::move(body)).chunked().build();
^
4 warnings generated.
[ 52%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/compression.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > >' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > >' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:34:43: note: in instantiation of member function 'boost::container::small_vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, 2, boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
Body& operator= (Body&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/compression.cc:152:60: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Request::Builder, panda::iptr<panda::protocol::http::Request> >::body' requested here
auto req = Request::Builder().method(Method::Post).body(std::move(body)).chunked().compress(Compression::GZIP).build();
^
4 warnings generated.
[ 55%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/cookies.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/cookies.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/cookies.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/cookies.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 58%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/form.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/form.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/form.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/form.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 61%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/message.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:85:47: note: in instantiation of member function 'boost::container::small_vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, 15, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
Fields& operator= (Fields&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:8:57: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Request::Builder, panda::iptr<panda::protocol::http::Request> >::headers' requested here
SECTION("via headers()") { req = Request::Builder().headers(Headers().add("a", "1").add("b", "2")).build(); }
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > >' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > >' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::small_vector_allocator<boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:34:43: note: in instantiation of member function 'boost::container::small_vector<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, 2, boost::container::new_allocator<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> > > >::operator=' requested here
Body& operator= (Body&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/message.cc:66:35: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Request::Builder, panda::iptr<panda::protocol::http::Request> >::body' requested here
auto req = Request::Builder().body(std::move(body)).build();
^
5 warnings generated.
[ 63%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/request.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:85:47: note: in instantiation of member function 'boost::container::small_vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, 15, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
Fields& operator= (Fields&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/request.cc:69:10: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Request::Builder, panda::iptr<panda::protocol::http::Request> >::headers' requested here
.headers(Headers().add("MyHeader", "my value"))
^
4 warnings generated.
[ 66%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/compile/response.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field>' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:85:47: note: in instantiation of member function 'boost::container::small_vector<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field, 15, boost::container::new_allocator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field> >::operator=' requested here
Fields& operator= (Fields&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/compile/response.cc:125:10: note: in instantiation of member function 'panda::protocol::http::Message::Builder<panda::protocol::http::Response::Builder, panda::iptr<panda::protocol::http::Response> >::headers' requested here
.headers(Headers().add("a", "1").add("b", "2"))
^
4 warnings generated.
[ 69%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/cookie-jar.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/cookie-jar.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/cookie-jar.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/cookie-jar.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/cookie-jar.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:28:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/new_allocator.hpp:130:4: warning: definition of implicit copy assignment operator for 'new_allocator<panda::protocol::http::CookieJar::Cookie>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
new_allocator(const new_allocator &) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:192:68: note: in implicit copy assignment operator for 'boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie>' first required here
{ return static_cast<small_vector_allocator&>(this->Allocator::operator=(::boost::move(other.as_base()))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/detail/alloc_helpers.hpp:54:6: note: in instantiation of member function 'boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> >::operator=' requested here
{ l = ::boost::move(r); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:2432:12: note: in instantiation of function template specialization 'boost::container::dtl::move_alloc<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> > >' requested here
dtl::move_alloc(this_alloc, x_alloc, dtl::bool_<propagate_alloc>());
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:1134:13: note: in instantiation of function template specialization 'boost::container::vector<panda::protocol::http::CookieJar::Cookie, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> >, void>::priv_move_assign<boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> > >' requested here
this->priv_move_assign(boost::move(x));
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:410:63: note: in instantiation of member function 'boost::container::vector<panda::protocol::http::CookieJar::Cookie, boost::container::small_vector_allocator<boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> >, void>::operator=' requested here
{ return static_cast<small_vector_base&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:634:58: note: in instantiation of member function 'boost::container::small_vector_base<panda::protocol::http::CookieJar::Cookie, boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> >::operator=' requested here
{ return static_cast<small_vector&>(this->base_type::operator=(BOOST_MOVE_BASE(base_type, other))); }
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/cookie-jar.cc:361:17: note: in instantiation of member function 'boost::container::small_vector<panda::protocol::http::CookieJar::Cookie, 15, boost::container::new_allocator<panda::protocol::http::CookieJar::Cookie> >::operator=' requested here
cookies = jar->find(URISP{new URI("https://www.ya.ru/")});
^
4 warnings generated.
[ 72%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/header.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/header.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/header.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/header.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/header.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/header.cc:20:7: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 15>::set' requested here
h.set("field1", "value2");
^
4 warnings generated.
[ 75%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/chunks.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/chunks.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 77%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/compression.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/compression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 80%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/content-length.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/content-length.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/content-length.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/content-length.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 83%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/cookies.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/cookies.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/cookies.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/cookies.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 86%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/message.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/message.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 88%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/request.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/request.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 91%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/response.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/response.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 94%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/parse/special-codes.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/special-codes.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/special-codes.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/special-codes.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/parse/../test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[ 97%] Building CXX object ../build/CMakeFiles/panda-protocol-http-tests.dir/tests/regression.cc.o
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/regression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:24:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
RequestParser (RequestParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:11:24: note: move constructor of 'RequestParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct RequestParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/regression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:3:
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:16:5: warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]
ResponseParser (ResponseParser&&) = default;
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/ResponseParser.h:7:25: note: move constructor of 'ResponseParser' is implicitly deleted because base class 'panda::protocol::http::MessageParser' has a deleted move constructor
struct ResponseParser : MessageParser {
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:29:5: note: 'MessageParser' has been explicitly marked deleted here
MessageParser (MessageParser&&) = delete;
^
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/regression.cc:1:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/tests/test.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/RequestParser.h:3:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/MessageParser.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Request.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Response.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:2:
In file included from /usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/compression/../Body.h:5:
In file included from /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/small_vector.hpp:27:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/XS/libboost/mini.x/i/boost/container/vector.hpp:119:32: warning: definition of implicit copy assignment operator for 'vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BOOST_CONTAINER_FORCEINLINE vec_iterator(vec_iterator<Pointer, false> const& other) BOOST_NOEXCEPT_OR_NOTHROW
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Fields.h:105:34: note: in implicit copy assignment operator for 'boost::container::vec_iterator<panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::Field *, false>' first required here
if (replaced) it = fields.erase(it);
^
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/clib/src/panda/protocol/http/Message.h:87:33: note: in instantiation of member function 'panda::protocol::http::Fields<panda::basic_string<char, std::__1::char_traits<char>, panda::DefaultStaticAllocator<char> >, false, 2>::set' requested here
ctx.handled_headers.set("Transfer-Encoding", "chunked");
^
3 warnings generated.
[100%] Linking CXX static library libpanda-protocol-http-tests.a
[100%] Built target panda-protocol-http-tests
rm -f blib/arch/auto/MyTest/MyTest.so
c++ -shared -L/usr/local/lib -fstack-protector-strong blib/arch/auto/Protocol/HTTP/HTTP.so -Wl,--whole-archive clib/build/libpanda-protocol-http-tests.a -Wl,--no-whole-archive -lz -lexecinfo -lunwind -o blib/arch/auto/MyTest/MyTest.so
chmod 755 blib/arch/auto/MyTest/MyTest.so
cd clib/build && make install > /dev/null 2>&1
Skip blib/arch/Protocol/HTTP/Response.pm (unchanged)
Skip blib/arch/Protocol/HTTP.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Compression.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Compression.pm (unchanged)
Skip blib/arch/Protocol/HTTP/ResponseParser.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Request.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Message.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Request.pm (unchanged)
Skip blib/arch/Protocol/HTTP/RequestParser.pod (unchanged)
Skip blib/arch/Protocol/HTTP.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Response.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Error.pod (unchanged)
Skip blib/arch/Protocol/HTTP/RequestParser.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Error.pm (unchanged)
Skip blib/arch/Protocol/HTTP/ResponseParser.pm (unchanged)
Skip blib/arch/Protocol/HTTP/Cookiejar.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Message.pod (unchanged)
Skip blib/arch/Protocol/HTTP/Cookiejar.pm (unchanged)
Manifying 9 pod documents
PERL_DL_NONLAZY=1 "/usr/home/cpan/pit/bare/perl-5.22.4/bin/perl5.22.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/compile/chunks.t ........ ok
t/compile/compression.t ... ok
t/compile/cookies.t ....... ok
t/compile/form.t .......... ok
t/compile/message.t ....... ok
t/compile/request.t ....... ok
t/compile/response.t ...... ok
t/cookie-jar.t ............ ok
t/header.t ................ ok
t/parse/chunks.t .......... ok
t/parse/compression.t ..... ok
t/parse/content-length.t .. ok
t/parse/cookies.t ......... ok
t/parse/message.t ......... ok
t/parse/request.t ......... ok
t/parse/response.t ........ ok
t/parse/special-codes.t ... ok
t/regression.t ............ ok
All tests successful.
Files=18, Tests=186, 4 wallclock secs ( 0.38 usr 0.09 sys + 3.05 cusr 0.85 csys = 4.37 CPU)
Result: PASS
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Date 5.2.4 v5.2.4
Export::XS 3.0.5 v3.0.5
Test::Catch 1.0.15 v1.0.15
Test::Deep 1.130 0
Test::Fatal 0.016 0
Test::More 1.302183 0
Test::Simple 1.302183 0.96
URI::XS 2.1.2 v2.1.2
XS::Framework 1.3.4 v1.3.4
XS::Install 1.3.2 v1.3.2
XS::libboost::mini 1.69.0.0 v1.69.0.0
XS::libcatch 2.13.4.1 v2.13.4.1
XS::libpanda 1.5.1 v1.5.1
XS::librangeV3 1.0.2 v1.0.2
next::XS 1.0.7 v1.0.7
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9910
CPANPLUS::Dist::Build 0.90
Cwd 3.75
ExtUtils::CBuilder 0.280235
ExtUtils::Command 7.58
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.58
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.35
File::Spec 3.75
Module::Build 0.4231
Pod::Parser 1.63
Pod::Simple 3.29
Test2 1.302183
Test::Harness 3.42
Test::More 1.302183
version 0.9928
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68
CPANPLUS is prefering Build.PL
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
NONINTERACTIVE_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = /usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 95825
PERL5_CPANPLUS_IS_VERSION = 0.9910
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.22.4
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /usr/home/cpan/pit/jail/kCDW3JRkY3
PERL_MB_OPT = --install_base "/usr/home/cpan/pit/jail/kCDW3JRkY3"
PERL_MM_OPT = INSTALL_BASE=/usr/home/cpan/pit/jail/kCDW3JRkY3
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/bare/perl-5.22.4/bin/perl5.22.4
UID: $< = 1002
EUID: $> = 1002
GID: $( = 1002 1002
EGID: $) = 1002 1002
-------------------------------
--
Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
Platform:
osname=freebsd, osvers=11.4-release, archname=amd64-freebsd
uname='freebsd fetlock 11.4-release freebsd 11.4-release #0 r362094: fri jun 12 18:27:15 utc 2020 root@releng2.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.22.4'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include',
optimize='-O2',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='FreeBSD Clang 10.0.0 (git@github.com:llvm/llvm-project.git llvmorg-10.0.0-0-gd32170dbd5b)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/10.0.0/lib /usr/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 2.00
Built under freebsd
Compiled at Jul 1 2020 09:56:09
%ENV:
PERL5LIB="/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="95825"
PERL5_CPANPLUS_IS_VERSION="0.9910"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.22.4"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/usr/home/cpan/pit/jail/kCDW3JRkY3"
PERL_MB_OPT="--install_base "/usr/home/cpan/pit/jail/kCDW3JRkY3""
PERL_MM_OPT="INSTALL_BASE=/usr/home/cpan/pit/jail/kCDW3JRkY3"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/5.22.4/amd64-freebsd
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/5.22.4
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5/amd64-freebsd
/usr/home/cpan/pit/jail/kCDW3JRkY3/lib/perl5
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.22.4/.cpanplus/5.22.4/build/VzGGzNnfrI/Protocol-HTTP-1.1.1/blib/arch
/usr/home/cpan/pit/bare/perl-5.22.4/lib/site_perl/5.22.4/amd64-freebsd
/usr/home/cpan/pit/bare/perl-5.22.4/lib/site_perl/5.22.4
/usr/home/cpan/pit/bare/perl-5.22.4/lib/5.22.4/amd64-freebsd
/usr/home/cpan/pit/bare/perl-5.22.4/lib/5.22.4
.