swift-ci
(Swift CI)
1
******************* TEST 'swift-package-tests :: test-static-stdlib/test-static-stdlib.test' FAILED ********************
And there are bunch of errors about missing symbols in the log:
**05:34:22** /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox_linux-x86_64/usr/lib/swift_static/linux/libFoundation.a(Thread.swift.o):Thread.swift.o:function $s10Foundation16NSThreadSpecificC3getyxxyXEF: error: undefined reference to '_CFThreadSpecificGet' **05:34:22** /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox_linux-x86_64/usr/lib/swift_static/linux/libFoundation.a(Thread.swift.o):Thread.swift.o:function $s10Foundation16NSThreadSpecificC3getyxxyXEF: error: undefined reference to '_CFThreadSpecificSet' **05:34:22** /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/none-swift_package_sandbox_linux-x86_64/usr/lib/swift_static/linux/libFoundation.a(Thread.swift.o):Thread.swift.o:function $s10Foundation16NSThreadSpecificC3setyyxF: error: undefined reference to '_CFThreadSpecificSet'
I’m going to create a radar for this problem.
Ok, looks like next build has succeeded.
I disabled the test. My understanding was that this was supposed to work. So the integration test succeeded in its purpose!
I filed: SR-9384 to track compiling -fPIC and re-enabling the test.
Thanks for the explanation, Mishal!