[swift-dev] Linux Foundation test failure

Dave Abrahams dabrahams at apple.com
Mon Aug 29 12:43:04 CDT 2016


This appears to be due to some missing dependency information in the
build system for Foundation's tests.  Some stdlib names not used
directly by the overlay or tests were changed and now linking fails
with:

+ env LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/Foundation:/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/xctest-linux-x86_64:/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/src/.libs: /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation
/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _TWPV10Foundation8IndexSets13IndexableBaseS_
/home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script: fatal error: command terminated with a non-zero exit status 127, aborting

Specifically, the symbol in question,
_TWPV10Foundation8IndexSets13IndexableBaseS_, should be
_TWPV10Foundation8IndexSets14_IndexableBaseS_

Does anyone know how to fix it?

-------------- next part --------------
An embedded message was scrubbed...
From: no-reply at swift.org
Subject: [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04
 (master) #7204
Date: Mon, 29 Aug 2016 08:07:08 -0700 (PDT)
Size: 6026
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160829/123b319c/attachment.mht>
-------------- next part --------------


-- 
-Dave


More information about the swift-dev mailing list