Rework and parallelize abi hashing #696
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors
format
Process completed with exit code 1.
|
builds / build (macos-12, macos-ci):
include/vcpkg/base/lazy.h#L33
type 'std::vector<vcpkg::AbiEntry>' does not provide a call operator
|
builds / build (macos-12, macos-ci)
Process completed with exit code 1.
|
builds / build (windows-2022, windows-ci):
include/vcpkg/base/lazy.h#L33
term does not evaluate to a function taking 0 arguments
|
builds / build (windows-2022, windows-ci):
include/vcpkg/base/lazy.h#L33
'std::variant<std::future<T>,T>::variant': no overloaded function could convert all the argument types
|
builds / build (windows-2022, windows-ci)
Process completed with exit code 1.
|
builds / build (ubuntu-20.04, linux-ci):
include/vcpkg/base/lazy.h#L33
no match for call to ‘(std::vector<vcpkg::AbiEntry>) ()’
|
builds / build (ubuntu-20.04, linux-ci):
include/vcpkg/base/lazy.h#L33
no matching function for call to ‘std::variant<std::future<std::vector<vcpkg::AbiEntry, std::allocator<vcpkg::AbiEntry> > >, std::vector<vcpkg::AbiEntry, std::allocator<vcpkg::AbiEntry> > >::variant(std::future<void>)’
|
builds / build (ubuntu-20.04, linux-ci)
no type named ‘type’ in ‘struct std::enable_if<false, void>’
|
builds / build (ubuntu-20.04, linux-ci)
‘std::future<typename std::__invoke_result<typename std::decay<_Tp>::type, typename std::decay<_Args>::type ...>::type> std::async(std::launch, _Fn&&, _Args&& ...) [with _Fn = vcpkg::AsyncLazy<T>::AsyncLazy(F) [with F = std::vector<vcpkg::AbiEntry>; T = std::vector<vcpkg::AbiEntry>]::<lambda()>; _Args = {}; typename std::__invoke_result<typename std::decay<_Tp>::type, typename std::decay<_Args>::type ...>::type = void]’, declared using local type ‘vcpkg::AsyncLazy<T>::AsyncLazy(F) [with F = std::vector<vcpkg::AbiEntry>; T = std::vector<vcpkg::AbiEntry>]::<lambda()>’, is used but never defined [-fpermissive]
|
builds / build (ubuntu-20.04, linux-ci)
Process completed with exit code 1.
|