Project

General

Profile

Actions

Bug #72528

closed

FAILED: src/test/cls_fifo/CMakeFiles/ceph_test_neocls_fifo.dir/ceph_test_neocls_fifo.cc.o

Added by Patrick Donnelly 8 months ago. Updated 8 months ago.

Status:
Resolved
Priority:
Urgent
Category:
-
Target version:
% Done:

0%

Source:
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Fixed In:
v20.3.0-2237-gbfab9f7db5
Released In:
Upkeep Timestamp:
2025-08-11T18:46:12+00:00

Description

FAILED: src/test/cls_fifo/CMakeFiles/ceph_test_neocls_fifo.dir/ceph_test_neocls_fifo.cc.o 
/usr/bin/g++ -DBOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION -DBOOST_ASIO_NO_TS_EXECUTORS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__CEPH__ -D__STDC_FORMAT_MACROS -D__linux__ -isystem /run/host/home/sepian/build/b0/boost/include -isystem /run/host/home/sepian/build/b0/src/include -isystem /run/host/home/sepian/ceph/src -isystem /run/host/home/sepian/build/b0/include -isystem /run/host/home/sepian/ceph/src/jaegertracing/opentelemetry-cpp/api/include -isystem /run/host/home/sepian/ceph/src/jaegertracing/opentelemetry-cpp/exporters/jaeger/include -isystem /run/host/home/sepian/ceph/src/jaegertracing/opentelemetry-cpp/ext/include -isystem /run/host/home/sepian/ceph/src/jaegertracing/opentelemetry-cpp/sdk/include -isystem /run/host/home/sepian/ceph/src/xxHash -isystem /run/host/home/sepian/ceph/src/fmt/include -isystem /run/host/home/sepian/ceph/src/googletest/googletest/include -isystem /run/host/home/sepian/ceph/src/googletest/googletest -isystem /run/host/home/sepian/ceph/src/googletest/googlemock/include -isystem /run/host/home/sepian/ceph/src/googletest/googlemock -Og -g -std=c++23 -fPIE -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -Wall -fno-strict-aliasing -fsigned-char -Wtype-limits -Wignored-qualifiers -Wpointer-arith -Werror=format-security -Winit-self -Wno-unknown-pragmas -Wnon-virtual-dtor -Wno-ignored-qualifiers -ftemplate-depth-1024 -DBOOST_ALLOW_DEPRECATED_HEADERS -Wpessimizing-move -Wredundant-move -Wstrict-null-sentinel -Woverloaded-virtual -DCEPH_DEBUG_MUTEX -fstack-protector-strong -D_GLIBCXX_ASSERTIONS -fdiagnostics-color=auto -MD -MT src/test/cls_fifo/CMakeFiles/ceph_test_neocls_fifo.dir/ceph_test_neocls_fifo.cc.o -MF src/test/cls_fifo/CMakeFiles/ceph_test_neocls_fifo.dir/ceph_test_neocls_fifo.cc.o.d -o src/test/cls_fifo/CMakeFiles/ceph_test_neocls_fifo.dir/ceph_test_neocls_fifo.cc.o -c /run/host/home/sepian/ceph/src/test/cls_fifo/ceph_test_neocls_fifo.cc
In file included from /run/host/home/sepian/ceph/src/neorados/cls/fifo.h:28,
                 from /run/host/home/sepian/ceph/src/test/cls_fifo/ceph_test_neocls_fifo.cc:12:
/run/host/home/sepian/ceph/src/neorados/cls/fifo/detail/fifo.h: In member function ‘std::optional<neorados::cls::fifo::detail::FIFOImpl::marker> neorados::cls::fifo::detail::FIFOImpl::to_marker(std::string_view, std::unique_lock<std::mutex>&)’:
/run/host/home/sepian/ceph/src/neorados/cls/fifo/detail/fifo.h:630:20: error: ‘parse’ is not a member of ‘ceph’
  630 |     auto n = ceph::parse<decltype(m.num)>(num);
      |                    ^~~~~
/run/host/home/sepian/ceph/src/neorados/cls/fifo/detail/fifo.h:630:26: error: expected primary-expression before ‘decltype’
  630 |     auto n = ceph::parse<decltype(m.num)>(num);
      |                          ^~~~~~~~~~~~~~~
/run/host/home/sepian/ceph/src/neorados/cls/fifo/detail/fifo.h:635:20: error: ‘parse’ is not a member of ‘ceph’
  635 |     auto o = ceph::parse<decltype(m.ofs)>(ofs);
      |                    ^~~~~
/run/host/home/sepian/ceph/src/neorados/cls/fifo/detail/fifo.h:635:26: error: expected primary-expression before ‘decltype’
  635 |     auto o = ceph::parse<decltype(m.ofs)>(ofs);

build on my local dev machine.

Actions #1

Updated by Adam Emerson 8 months ago

  • Status changed from New to Resolved
  • Pull request ID set to 64952

Fix for this just merged.

Actions #2

Updated by Patrick Donnelly 8 months ago

  • Assignee set to Matan Breizman
Actions #3

Updated by Upkeep Bot 8 months ago

  • Merge Commit set to bfab9f7db52f0dfd0004275086f99d90f1f302ca
  • Fixed In set to v20.3.0-2237-gbfab9f7db5
  • Upkeep Timestamp set to 2025-08-11T18:46:12+00:00
Actions

Also available in: Atom PDF