Skip to content

Conversation

@davidrohr
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1

@davidrohr
Copy link
Collaborator Author

@ktf @singiamtel : Is someone looking into this? I think it cannot come from my PR?

In file included from /Volumes/build/build/alice-ci-workdir/o2/sw/SOURCES/O2/13958/0/Detectors/TPC/calibration/SpacePoints/src/TrackInterpolation.cxx:18:
In file included from /Volumes/build/build/alice-ci-workdir/o2/sw/SOURCES/O2/13958/0/Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h:20:
In file included from /Volumes/build/build/alice-ci-workdir/o2/sw/osx_x86-64/ms_gsl/4.0.0-local4/include/gsl/span:22:
In file included from /Volumes/build/build/alice-ci-workdir/o2/sw/osx_x86-64/ms_gsl/4.0.0-local4/include/gsl/util:22:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/array:536:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/algorithm:1747:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__algorithm/inplace_merge.h:28:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/unique_ptr.h:19:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/allocator_traits.h:304:9: error: no matching function for call to 'construct_at'
        _VSTD::construct_at(__p, _VSTD::forward<_Args>(__args)...);
        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__config:715:17: note: expanded from macro '_VSTD'
#  define _VSTD std
                ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/vector:811:21: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<o2::tpc::TPCClusterResiduals>>::construct<o2::tpc::TPCClusterResiduals, const float &, const float &, const float &, const float &, const float &, const unsigned char &, unsigned short &, void, void>' requested here
    __alloc_traits::construct(this->__alloc(), std::__to_address(__tx.__pos_),
                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/vector:1600:9: note: in instantiation of function template specialization 'std::vector<o2::tpc::TPCClusterResiduals>::__construct_one_at_end<const float &, const float &, const float &, const float &, const float &, const unsigned char &, unsigned short &>' requested here
        __construct_one_at_end(std::forward<_Args>(__args)...);
        ^
/Volumes/build/build/alice-ci-workdir/o2/sw/SOURCES/O2/13958/0/Detectors/TPC/calibration/SpacePoints/src/TrackInterpolation.cxx:545:22: note: in instantiation of function template specialization 'std::vector<o2::tpc::TPCClusterResiduals>::emplace_back<const float &, const float &, const float &, const float &, const float &, const unsigned char &, unsigned short &>' requested here
    clusterResiduals.emplace_back(dY, dZ, y, z, snp, sec, deltaRow);
                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/__memory/construct_at.h:36:38: note: candidate template ignored: substitution failure [with _Tp = o2::tpc::TPCClusterResiduals, _Args = <const float &, const float &, const float &, const float &, const float &, const unsigned char &, unsigned short &>]: no matching constructor for initialization of 'o2::tpc::TPCClusterResiduals'
_LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) {

@ktf
Copy link
Member

ktf commented Feb 12, 2025

Yes, I think we need the new XCode.

@ktf ktf merged commit 5f51fc7 into AliceO2Group:dev Feb 12, 2025
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants