Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-13124] call to interleave ambiguous #55570

Closed
swift-ci opened this issue Jul 1, 2020 · 2 comments
Closed

[SR-13124] call to interleave ambiguous #55570

swift-ci opened this issue Jul 1, 2020 · 2 comments
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@swift-ci
Copy link
Collaborator

swift-ci commented Jul 1, 2020

Previous ID SR-13124
Radar None
Original Reporter soloturn (JIRA User)
Type Bug
Status Closed
Resolution Done
Environment

continuous build here:
https://github.com/soloturn/swift-aur/runs/860472837?check_suite_focus=true

Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels Bug, linux
Assignee @shahmishal
Priority Medium

md5: 5bbc163bc9505cbb201a2d8855607859

Issue Description:

arch linux continuous build gets the following error currently:

[190/1121][ 16%][45.788s] Building CXX object lib/Demangling/CMakeFiles/swiftDemangling.dir/NodeDumper.cpp.o
7147[191/1121][ 17%][46.304s] Building CXX object lib/Demangling/CMakeFiles/swiftDemangling.dir/NodePrinter.cpp.o
7148FAILED: lib/Demangling/CMakeFiles/swiftDemangling.dir/NodePrinter.cpp.o 
7149/usr/sbin/clang++  -DCMARK_STATIC_DEFINE -DGTEST_HAS_RTTI=0 -DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1 -DSWIFT_ENABLE_RUNTIME_FUNCTION_COUNTERS -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/Demangling -I/github/workspace/swift-language-git/src/swift/lib/Demangling -Iinclude -I/github/workspace/swift-language-git/src/swift/include -I/github/workspace/swift-language-git/src/llvm-project/llvm/include -I/github/workspace/swift-language-git/src/build/buildbot_linux/llvm-linux-x86_64/include -I/github/workspace/swift-language-git/src/llvm-project/clang/include -I/github/workspace/swift-language-git/src/build/buildbot_linux/llvm-linux-x86_64/tools/clang/include -I/github/workspace/swift-language-git/src/cmark/src -I/github/workspace/swift-language-git/src/build/buildbot_linux/cmark-linux-x86_64/src -I/github/workspace/swift-language-git/src/swift-corelibs-libdispatch/src/BlocksRuntime -I/github/workspace/swift-language-git/src/swift-corelibs-libdispatch -Wno-unknown-warning-option -Werror=unguarded-availability-new -fno-stack-protector -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -Wimplicit-fallthrough -Wcovered-switch-default -Wno-class-memaccess -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fdiagnostics-color -ffunction-sections -fdata-sections -Werror=switch -Wdocumentation -Wimplicit-fallthrough -Wunreachable-code -Woverloaded-virtual -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -O3     -fno-exceptions -fno-rtti -Werror=gnu -UNDEBUG -target x86_64-unknown-linux-gnu -O2 -g0 -march=core2 -std=c++14 -MD -MT lib/Demangling/CMakeFiles/swiftDemangling.dir/NodePrinter.cpp.o -MF lib/Demangling/CMakeFiles/swiftDemangling.dir/NodePrinter.cpp.o.d -o lib/Demangling/CMakeFiles/swiftDemangling.dir/NodePrinter.cpp.o -c /github/workspace/swift-language-git/src/swift/lib/Demangling/NodePrinter.cpp
7150/github/workspace/swift-language-git/src/swift/lib/Demangling/NodePrinter.cpp:718:5: error: call to 'interleave' is ambiguous
7151    llvm::interleave(
7152    ^~~~~~~~~~~~~~~~
7153/github/workspace/swift-language-git/src/llvm-project/llvm/include/llvm/ADT/STLExtras.h:1699:13: note: candidate function [with ForwardIterator = swift::Demangle::Node *const *, UnaryFunctor = (lambda at /github/workspace/swift-language-git/src/swift/lib/Demangling/NodePrinter.cpp:720:9), NullaryFunctor = (lambda at /github/workspace/swift-language-git/src/swift/lib/Demangling/NodePrinter.cpp:740:9), $3 = void]
7154inline void interleave(ForwardIterator begin, ForwardIterator end,
7155            ^
7156/github/workspace/swift-language-git/src/swift/include/swift/Basic/STLExtras.h:91:13: note: candidate function [with ForwardIterator = swift::Demangle::Node *const *, UnaryFunctor = (lambda at /github/workspace/swift-language-git/src/swift/lib/Demangling/NodePrinter.cpp:720:9), NullaryFunctor = (lambda at /github/workspace/swift-language-git/src/swift/lib/Demangling/NodePrinter.cpp:740:9)]
7157inline void interleave(ForwardIterator begin, ForwardIterator end, further _formatting_ is done here
@swift-ci
Copy link
Collaborator Author

Comment by solo turn (JIRA)

hi theindigamer (JIRA User) thanks for your help to progress the arch build further. this error als well tells you something?

@swift-ci
Copy link
Collaborator Author

swift-ci commented Feb 2, 2021

Comment by solo turn (JIRA)

not any more currently.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

1 participant