Skip to content

Instantly share code, notes, and snippets.

@ywkaras
Last active June 13, 2023 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ywkaras/59747baa5a9ede1b97ec9bac3b4b9d3e to your computer and use it in GitHub Desktop.
Save ywkaras/59747baa5a9ede1b97ec9bac3b4b9d3e to your computer and use it in GitHub Desktop.
test_UDPNet link error PR 2247 rock PR check
libtool: link: ccache c++ -std=c++17 -ggdb3 -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -Wno-format-truncation -Wno-cast-function-type -Wno-stringop-overflow -Werror -Wno-invalid-offsetof -Wno-noexcept-type -Wsuggest-override -mcx16 -rdynamic -Wl,--as-needed -o .libs/test_UDPNet test_UDPNet-libinknet_stub.o test_UDPNet-test_I_UDPNet.o ../../proxy/ParentSelectionStrategy.o -L/opt/boringssl/lib64 -L/home/jenkins/workspace/Github_Builds/rocky/src/lib/yamlcpp -L/home/jenkins/workspace/Github_Builds/rocky/src/lib/swoc -L/opt/quiche/lib libinknet.a ../../iocore/eventsystem/libinkevent.a ../../src/records/librecords_p.a ../../src/tscore/.libs/libtscore.so /home/jenkins/workspace/Github_Builds/rocky/src/src/tscpp/util/.libs/libtscpputil.so -lresolv -lcap ../../src/tscpp/util/.libs/libtscpputil.so ../../proxy/hdrs/libhdrs.a -lhwloc -lssl -lcrypto -lpcre /home/jenkins/workspace/Github_Builds/rocky/src/lib/yamlcpp/.libs/libyamlcpp.a /home/jenkins/workspace/Github_Builds/rocky/src/lib/swoc/.libs/libtsswoc.so -lpthread -ldl -lquiche -Wl,-rpath -Wl,/tmp/ats//lib -Wl,-rpath -Wl,/opt/boringssl/lib64 -Wl,-rpath -Wl,/opt/quiche/lib
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::QUICNetVConnection()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:38: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:38: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:38: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:38: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:38: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o):/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:38: more undefined references to `QUICConnectionId::QUICConnectionId()' follow
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::init(unsigned int, QUICConnectionId, QUICConnectionId, QUICConnectionId, QUICConnectionId, UDPConnection*, quiche_conn*, QUICPacketHandler*, QUICConnectionTable*, ssl_st*)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:58: undefined reference to `QUICConnectionId::randomize()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:63: undefined reference to `QUICConnectionTable::insert(QUICConnectionId, QUICConnection*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:64: undefined reference to `QUICConnectionTable::insert(QUICConnectionId, QUICConnection*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:68: undefined reference to `QUIC::ssl_quic_qc_index'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::remove_connection_ids()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:83: undefined reference to `QUICConnectionTable::erase(QUICConnectionId, QUICConnection*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:84: undefined reference to `QUICConnectionTable::erase(QUICConnectionId, QUICConnection*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::acceptEvent(int, Event*)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:283: undefined reference to `QUICStreamManagerImpl::QUICStreamManagerImpl(QUICContext*, QUICApplicationMap*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::peer_connection_id() const':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:373: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::original_connection_id() const':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:379: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::first_connection_id() const':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:385: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::retry_source_connection_id() const':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:391: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::initial_source_connection_id() const':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:397: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o):/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:403: more undefined references to `QUICConnectionId::QUICConnectionId()' follow
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::_handle_read_ready()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:595: undefined reference to `QUICStreamImpl::receive_data(quiche_conn*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::_handle_write_ready()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:613: undefined reference to `QUICStreamImpl::send_data(quiche_conn*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `QUICNetVConnection::_lookupContextByIP()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetVConnection_quiche.cc:782: undefined reference to `QUICFiveTuple::destination() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `ConfigProcessor::scoped_config<QUICConfig, QUICConfigParams>::~scoped_config()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/../eventsystem/ConfigProcessor.h:49: undefined reference to `QUICConfig::release(QUICConfigParams*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `ConfigProcessor::scoped_config<QUICConfig, QUICConfigParams>::scoped_config()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/../eventsystem/ConfigProcessor.h:48: undefined reference to `QUICConfig::acquire()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetVConnection_quiche.o): in function `std::_MakeUniq<QUICContext>::__single_object std::make_unique<QUICContext, QUICNetVConnection*>(QUICNetVConnection*&&)':
/opt/rh/gcc-toolset-11/root/usr/include/c++/11/bits/unique_ptr.h:962: undefined reference to `QUICContext::QUICContext(QUICConnectionInfoProvider*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICPacketHandler_quiche.o): in function `QUICPacketHandler::send_packet(UDPConnection*, IpEndpoint&, Ptr<IOBufferBlock>, unsigned short)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:81: undefined reference to `QUICConnectionId::ZERO()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:82: undefined reference to `QUICConnectionId::ZERO()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:87: undefined reference to `QUICInvariants::dcid(QUICConnectionId&, unsigned char const*, unsigned long)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:91: undefined reference to `QUICInvariants::is_long_header(unsigned char const*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:92: undefined reference to `QUICInvariants::scid(QUICConnectionId&, unsigned char const*, unsigned long)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:97: undefined reference to `QUICInvariants::is_long_header(unsigned char const*)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:97: undefined reference to `QUICConnectionId::h32() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:97: undefined reference to `QUICConnectionId::h32() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICPacketHandler_quiche.o): in function `QUICPacketHandlerIn::_recv_packet(int, UDPPacket*)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:207: undefined reference to `QUICConnectionId::SCID_LEN'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:220: undefined reference to `QUICConnectionId::QUICConnectionId(unsigned char const*, unsigned char)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:220: undefined reference to `QUICConnectionTable::lookup(QUICConnectionId)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:228: undefined reference to `QUICConnectionId::QUICConnectionId(unsigned char const*, unsigned char)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:228: undefined reference to `QUICConnectionId::h32() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:228: undefined reference to `QUICConnectionId::QUICConnectionId(unsigned char const*, unsigned char)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:228: undefined reference to `QUICConnectionId::h32() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:238: undefined reference to `QUICConfigParams::stateless_retry() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:239: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:240: undefined reference to `QUICConnectionId::randomize()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:245: undefined reference to `QUICConnectionId::QUICConnectionId(unsigned char const*, unsigned char)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:245: undefined reference to `QUICRetryToken::QUICRetryToken(IpEndpoint const&, QUICConnectionId, QUICConnectionId)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:249: undefined reference to `QUICConnectionId::length() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:263: undefined reference to `QUICConnectionId::QUICConnectionId(unsigned char const*, unsigned char)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:264: undefined reference to `QUICConnectionId::QUICConnectionId(unsigned char const*, unsigned char)'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:267: undefined reference to `QUICConnectionId::hex[abi:cxx11]() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:267: undefined reference to `QUICConnectionId::h32() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:267: undefined reference to `QUICConnectionId::h32() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:271: undefined reference to `QUICConfigParams::stateless_retry() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:271: undefined reference to `QUICRetryToken::is_valid(IpEndpoint const&) const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:277: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:283: undefined reference to `QUICRetryToken::original_dcid() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:283: undefined reference to `QUICConnectionId::length() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:283: undefined reference to `QUICRetryToken::original_dcid() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:283: undefined reference to `QUICConnectionId::length() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:287: undefined reference to `QUICConfigParams::get_qlog_file_base_name() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:293: undefined reference to `QUICConfigParams::get_qlog_file_base_name() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:304: undefined reference to `QUICConnectionId::ZERO()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICPacketHandler_quiche.cc:304: undefined reference to `QUICConnectionId::ZERO()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICMultiCertConfigLoader.o): in function `QUICMultiCertConfigLoader::default_server_ssl_ctx()':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICMultiCertConfigLoader.cc:79: undefined reference to `quic_new_ssl_ctx()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetProcessor_quiche.o): in function `QUICNetProcessor::start(int, unsigned long)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:73: undefined reference to `QUIC::init()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:76: undefined reference to `QUICConfig::startup()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:84: undefined reference to `QUICConfigParams::no_activity_timeout_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:85: undefined reference to `QUICConfigParams::get_max_recv_udp_payload_size_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:86: undefined reference to `QUICConfigParams::get_max_send_udp_payload_size_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:87: undefined reference to `QUICConfigParams::initial_max_data_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:88: undefined reference to `QUICConfigParams::initial_max_stream_data_bidi_local_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:89: undefined reference to `QUICConfigParams::initial_max_stream_data_bidi_remote_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:90: undefined reference to `QUICConfigParams::initial_max_stream_data_uni_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:91: undefined reference to `QUICConfigParams::initial_max_streams_bidi_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:92: undefined reference to `QUICConfigParams::initial_max_streams_uni_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:93: undefined reference to `QUICConfigParams::disable_active_migration() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:94: undefined reference to `QUICConfigParams::active_cid_limit_in() const'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetProcessor_quiche.o): in function `QUICNetProcessor::createNetAccept(NetProcessor::AcceptOptions const&)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:110: undefined reference to `QUICConfigParams::connection_table_size()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: libinknet.a(QUICNetProcessor_quiche.o): in function `QUICNetProcessor::connect_re(Continuation*, sockaddr const*, NetVCOptions*)':
/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:176: undefined reference to `QUICConnectionId::QUICConnectionId()'
/opt/rh/gcc-toolset-11/root/usr/bin/ld: /home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/QUICNetProcessor_quiche.cc:177: undefined reference to `QUICConnectionId::randomize()'
mv -f .deps/test_libinknet-libinknet_stub.Tpo .deps/test_libinknet-libinknet_stub.Po
ccache c++ -DHAVE_CONFIG_H -I. -I../../include -Dlinux -DDEBUG -D_DEBUG -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/eventsystem -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/io_uring -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/quic -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/aio -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/hostdb -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/cache -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/utils -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/dns -I/home/jenkins/workspace/Github_Builds/rocky/src/include -I/home/jenkins/workspace/Github_Builds/rocky/src/lib -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy/hdrs -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy/shared -I/home/jenkins/workspace/Github_Builds/rocky/src/mgmt -I/home/jenkins/workspace/Github_Builds/rocky/src/mgmt/utils -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy/http -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy/http/remap -I/home/jenkins/workspace/Github_Builds/rocky/src/src/traffic_server -I/opt/boringssl/include -I/home/jenkins/workspace/Github_Builds/rocky/src/lib/yamlcpp/include -I/home/jenkins/workspace/Github_Builds/rocky/src/lib/swoc/include -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/eventsystem -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/io_uring -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/net/quic -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/aio -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/hostdb -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/cache -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/utils -I/home/jenkins/workspace/Github_Builds/rocky/src/iocore/dns -I/home/jenkins/workspace/Github_Builds/rocky/src/lib/catch2 -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy/hdrs -I/home/jenkins/workspace/Github_Builds/rocky/src/proxy/http -I/home/jenkins/workspace/Github_Builds/rocky/src/mgmt -I/home/jenkins/workspace/Github_Builds/rocky/src/mgmt/utils -I/opt/boringssl/include -D_GNU_SOURCE -I/opt/boringssl/include -DOPENSSL_NO_SSL_INTERN -I/opt/quiche/include -std=c++17 -ggdb3 -pipe -Wall -Wextra -Wno-ignored-qualifiers -Wno-unused-parameter -Wno-format-truncation -Wno-cast-function-type -Wno-stringop-overflow -Werror -Wno-invalid-offsetof -Wno-noexcept-type -Wsuggest-override -mcx16 -MT unit_tests/test_libinknet-test_ProxyProtocol.o -MD -MP -MF unit_tests/.deps/test_libinknet-test_ProxyProtocol.Tpo -c -o unit_tests/test_libinknet-test_ProxyProtocol.o `test -f 'unit_tests/test_ProxyProtocol.cc' || echo './'`unit_tests/test_ProxyProtocol.cc
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment