undefined symbol: _TFC10Foundation8NSNumberg25customPlaygroundQuickLookOs19PlaygroundQuickLook

Is anyone investigating this failure on the CI bots:

···

--
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _TFC10Foundation8NSNumberg25customPlaygroundQuickLookOs19PlaygroundQuickLook
--
it has been showing up on and off all day

Latest example:
  https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7246/console

- Daniel

+Foundation-Michael (and Tony). One more test to update? Problem with clean builds?

Jordan

···

On Aug 11, 2016, at 16:15, Daniel Dunbar via swift-dev <swift-dev@swift.org> wrote:

Is anyone investigating this failure on the CI bots:
--
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _TFC10Foundation8NSNumberg25customPlaygroundQuickLookOs19PlaygroundQuickLook
--
it has been showing up on and off all day

Latest example:
  https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7246/console

- Daniel

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Doh! I forgot to merge that PR. I'll get it now.

-Michael

···

On Aug 11, 2016, at 4:40 PM, Jordan Rose <jordan_rose@apple.com> wrote:

+Foundation-Michael (and Tony). One more test to update? Problem with clean builds?

Jordan

On Aug 11, 2016, at 16:15, Daniel Dunbar via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

Is anyone investigating this failure on the CI bots:
--
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _TFC10Foundation8NSNumberg25customPlaygroundQuickLookOs19PlaygroundQuickLook
--
it has been showing up on and off all day

Latest example:
  https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7246/console

- Daniel

_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev

Looks like that is a dirty build.

I think we should probably just delete the support in swift-corelibs-foundation entirely for now until a stable interface can be decided (and also delete the tests for them in swift-corelibs-foundation).

This can easily be added back in with little effort (and probably updated to the latest expositions to match the overlay)

The failure looks like it is linking against an out of date version of Foundation that was previously built without the symbols named as expected.

···

On Aug 11, 2016, at 4:40 PM, Jordan Rose via swift-dev <swift-dev@swift.org> wrote:

+Foundation-Michael (and Tony). One more test to update? Problem with clean builds?

Jordan

On Aug 11, 2016, at 16:15, Daniel Dunbar via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

Is anyone investigating this failure on the CI bots:
--
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _TFC10Foundation8NSNumberg25customPlaygroundQuickLookOs19PlaygroundQuickLook
--
it has been showing up on and off all day

Latest example:
  https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7246/console

- Daniel

_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Looks like that is a dirty build.

I think we should probably just delete the support in
swift-corelibs-foundation entirely for now until a stable interface
can be decided (and also delete the tests for them in
swift-corelibs-foundation).

This can easily be added back in with little effort (and probably updated to the latest expositions to match the overlay)

The failure looks like it is linking against an out of date version of
Foundation that was previously built without the symbols named as
expected.

Well, I think the symbols are back to their original names now, so you
might want to hold off and let things settle in the testing
infrastructure.

···

on Thu Aug 11 2016, Philippe Hausler <swift-dev-AT-swift.org> wrote:

On Aug 11, 2016, at 4:40 PM, Jordan Rose via swift-dev <swift-dev@swift.org> wrote:

+Foundation-Michael (and Tony). One more test to update? Problem with clean builds?

Jordan

On Aug 11, 2016, at 16:15, Daniel Dunbar via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

Is anyone investigating this failure on the CI bots:
--
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: undefined symbol: _TFC10Foundation8NSNumberg25customPlaygroundQuickLookOs19PlaygroundQuickLook
--
it has been showing up on and off all day

Latest example:
  https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/7246/console

- Daniel

_______________________________________________
swift-dev mailing list
swift-dev@swift.org <mailto:swift-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-dev

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

--
-Dave