bryancall commented on PR #11890: URL: https://github.com/apache/trafficserver/pull/11890#issuecomment-3001392098
@YIHONG-JIN sorry for the late response, we went through all the open PRs yesterday in our meeting. You can go to the URLS above and look at the console output. For example here is the Ubuntu build output: https://ci.trafficserver.apache.org/job/Github_Builds/job/ubuntu/6069/console And I am seeing the errors: ``` /usr/bin/ccache /usr/lib/llvm-12/bin/clang++ -DDEBUG -DPACKAGE_NAME="\"Apache Traffic Server\"" -DPACKAGE_VERSION=\"10.2.0\" -D_DEBUG -Dlinux -I/home/jenkins/workspace/Github_Builds/ubuntu/src/include -I/home/jenkins/workspace/Github_Builds/ubuntu/src/build/include -I/home/jenkins/workspace/Github_Builds/ubuntu/src/lib/swoc/include -I/home/jenkins/workspace/Github_Builds/ubuntu/src/lib/yamlcpp/include -isystem /home/jenkins/workspace/Github_Builds/ubuntu/src/lib/systemtap -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector -pthread -g -std=c++20 -Wno-invalid-offsetof -pipe -Wall -Wextra -Wno-noexcept-type -Wsuggest-override -Wno-vla-extension -fno-strict-aliasing -Wno-deprecated-declarations -mcx16 -Werror -MD -MT src/iocore/net/CMakeFiles/inknet.dir/UnixNetVConnection.cc.o -MF src/iocore/net/CMakeFiles/inknet.dir/UnixNetVConnection.cc.o.d -o src/iocore/net/CMakeFiles/inknet.dir/UnixNetVConnection.cc.o -c /home/jenkins/workspace/Github_Builds/ubuntu/src/src/iocore/net/UnixNetVConnection.c c ../src/iocore/net/UnixNetVConnection.cc:643:3: error: unknown type name 'PipeIOBuffer' PipeIOBuffer *pipe_buffer = dynamic_cast<PipeIOBuffer *>(buf.writer()); ^ ../src/iocore/net/UnixNetVConnection.cc:643:44: error: unknown type name 'PipeIOBuffer' PipeIOBuffer *pipe_buffer = dynamic_cast<PipeIOBuffer *>(buf.writer()); ^ ../src/iocore/net/UnixNetVConnection.cc:649:20: error: no member named 'splice_to' in 'UnixSocket' r = con.sock.splice_to(pipe_buffer->fd[1], to_splice, SPLICE_F_MOVE | SPLICE_F_NONBLOCK); ~~~~~~~~ ^ 3 errors generated. ``` -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org