bneradt opened a new issue, #9302: URL: https://github.com/apache/trafficserver/issues/9302
I added a quiche branch build job for 10-Dev. It looks like `make check` fails compilation: https://ci.trafficserver.apache.org/view/10-Dev/job/10-Dev/job/quiche/2/ ``` In file included from ./test/test_QPACK.cc:31: ./../../iocore/net/quic/Mock.h:656:3: error: 'virtual QUICRTTProvider* MockQUICContext::rtt_provider() const' marked 'override', but does not override 656 | rtt_provider() const override | ^~~~~~~~~~~~ ./../../iocore/net/quic/Mock.h:662:3: error: 'virtual QUICPacketProtectionKeyInfo* MockQUICContext::key_info() const' marked 'override', but does not override 662 | key_info() const override | ^~~~~~~~ ./../../iocore/net/quic/Mock.h:668:3: error: 'virtual QUICLDConfig& MockQUICContext::ld_config() const' marked 'override', but does not override 668 | ld_config() const override | ^~~~~~~~~ ./../../iocore/net/quic/Mock.h:674:3: error: 'virtual QUICCCConfig& MockQUICContext::cc_config() const' marked 'override', but does not override 674 | cc_config() const override | ^~~~~~~~~ ./../../iocore/net/quic/Mock.h:680:3: error: 'virtual QUICPathManager* MockQUICContext::path_manager() const' marked 'override', but does not override 680 | path_manager() const override | ^~~~~~~~~~~~ make[3]: *** [Makefile:1143: test/test_qpack-test_QPACK.o] Error 1 ``` ## Steps for Reproduction * docker image: ci.trafficserver.apache.org/ats/rockylinux:8 * Branch: 10-Dev * configure: `/configure --enable-experimental-plugins --enable-example-plugins --with-quiche=/opt/quiche --prefix=/tmp/ats --enable-werror --enable-debug` * `make -j4 && make install && make -j4 check` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
