[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.10 (master) #1419
Bob Wilson
bob.wilson at apple.com
Fri Aug 4 12:21:26 CDT 2017
Unfortunately that wasn’t good enough. Without lldb building, there was a test failing on Linux. I tried disabling that test (https://github.com/apple/swift/pull/11345 <https://github.com/apple/swift/pull/11345>) but other things still failed. We could completely skip PR testing for Linux but that would be a pretty drastic step.
Jim, any progress on getting lldb to work again?
> On Aug 3, 2017, at 7:54 PM, Xi Ge <xi_ge at apple.com> wrote:
>
> Thank you, Bob!
>
>> On Aug 3, 2017, at 7:22 PM, Bob Wilson <bob.wilson at apple.com <mailto:bob.wilson at apple.com>> wrote:
>>
>> We’ll temporarily remove lldb from the PR testing.
>>
>>> On Aug 3, 2017, at 7:04 PM, Xi Ge <xi_ge at apple.com <mailto:xi_ge at apple.com>> wrote:
>>>
>>> Do we a radar to keep track of this? the build error seems to be blocking our PR testing.
>>>
>>> Xi
>>>> On Aug 3, 2017, at 4:11 PM, Mishal Shah via swift-dev <swift-dev at swift.org <mailto:swift-dev at swift.org>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:226:75: error: 'Index' is a private member of 'llvm::detail::result_pair<llvm::ArrayRef<lldb_private::Args::ArgEntry> >'
>>>> result.GetOutputStream().Printf("%" PRIu64 " (%s): ", (uint64_t)entry.Index,
>>>> ^
>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/llvm/include/llvm/ADT/STLExtras.h:1030:15: note: declared private here
>>>> std::size_t Index;
>>>> ^
>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:227:43: error: no member named 'Value' in 'llvm::detail::result_pair<llvm::ArrayRef<lldb_private::Args::ArgEntry> >'
>>>> entry.Value.c_str());
>>>> ~~~~~ ^
>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/lldb/source/Commands/CommandObjectArgs.cpp:228:38: error: 'Index' is a private member of 'llvm::detail::result_pair<llvm::ArrayRef<lldb_private::Args::ArgEntry> >'
>>>> value_list.GetValueAtIndex(entry.Index)->Dump(&result.GetOutputStream());
>>>> ^
>>>> /home/buildnode/disk1/workspace/oss-swift-package-linux-ubuntu-16_10/llvm/include/llvm/ADT/STLExtras.h:1030:15: note: declared private here
>>>> std::size_t Index;
>>>> ^
>>>> 3 errors generated.
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170804/68af1f9f/attachment.html>
More information about the swift-dev
mailing list