[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #2787

SwiftPM test failed due to Segmentation fault

Test Case 'TestNSArray.test_removeObjectsInArray' started.
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script-impl: line 1940: 25228 Segmentation fault (core dumped) LD_LIBRARY_PATH="${INSTALL_DESTDIR}"/"${INSTALL_PREFIX}"/lib/swift/:"${build_dir}/Foundation":"${XCTEST_BUILD_DIR}":${LD_LIBRARY_PATH} "${build_dir}"/TestFoundation/TestFoundation
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script: command terminated with a non-zero exit status 139, aborting
Build step 'Execute shell' marked build as failure

···

On Feb 25, 2016, at 10:47 AM, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#2787]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/2787/
Project: oss-swift-incremental-RA-linux-ubuntu-15_10
Date of build: Thu, 25 Feb 2016 12:38:44 -0600
Build duration: 9 min 5 sec
Tests:

Name: Swift
Failed: 0 test(s), Passed: 7731 test(s), Total: 7731 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 236 test(s), Total: 236 test(s)

Changes

Commit 66b0b57b8f69ffc7040079639fa2aa47a98d219f by egranata:
Fix grammar issue in help text

edit: utils/update-checkout

Commit 3ce1ba3e651b4ffc048280d6d7b6b24f46d2d606 by rjmccall:
Only store the minimal requirements in generic metadata, where "minimal"

edit: lib/IRGen/Fulfillment.cpp
edit: test/IRGen/generic_classes.sil
edit: lib/IRGen/NecessaryBindings.h
edit: stdlib/public/runtime/MetadataLookup.cpp
edit: lib/IRGen/StructMetadataLayout.h
edit: lib/IRGen/GenProto.h
edit: lib/IRGen/GenProto.cpp
edit: lib/IRGen/IRGenModule.h
edit: stdlib/public/runtime/Metadata.cpp
edit: test/IRGen/generic_structs.sil
edit: lib/IRGen/IRGenModule.cpp
edit: include/swift/Runtime/Metadata.h
add: lib/IRGen/GenericRequirement.h
edit: lib/IRGen/MetadataLayout.h
edit: lib/IRGen/MetadataPath.h
edit: test/IRGen/enum.sil
edit: lib/IRGen/EnumMetadataLayout.h
edit: lib/IRGen/IRGenSIL.cpp
edit: lib/IRGen/GenMeta.cpp
edit: lib/IRGen/GenExistential.cpp
edit: lib/IRGen/ClassMetadataLayout.h
edit: lib/IRGen/LocalTypeData.cpp
edit: test/IRGen/generic_types.swift
edit: lib/IRGen/GenMeta.h
edit: include/swift/ABI/MetadataValues.h
edit: lib/IRGen/Fulfillment.h

Looks like a failure in the Foundation tests to me.

At least I can’t see anything failing in SwiftPM parts.

···

On Feb 25, 2016, at 11:36 AM, Mishal Shah via swift-dev <swift-dev@swift.org> wrote:

SwiftPM test failed due to Segmentation fault

Test Case 'TestNSArray.test_removeObjectsInArray' started.
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script-impl: line 1940: 25228 Segmentation fault (core dumped) LD_LIBRARY_PATH="${INSTALL_DESTDIR}"/"${INSTALL_PREFIX}"/lib/swift/:"${build_dir}/Foundation":"${XCTEST_BUILD_DIR}":${LD_LIBRARY_PATH} "${build_dir}"/TestFoundation/TestFoundation
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script: command terminated with a non-zero exit status 139, aborting
Build step 'Execute shell' marked build as failure

On Feb 25, 2016, at 10:47 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#2787]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/2787/
Project: oss-swift-incremental-RA-linux-ubuntu-15_10
Date of build: Thu, 25 Feb 2016 12:38:44 -0600
Build duration: 9 min 5 sec
Tests:

Name: Swift
Failed: 0 test(s), Passed: 7731 test(s), Total: 7731 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 236 test(s), Total: 236 test(s)

Changes

Commit 66b0b57b8f69ffc7040079639fa2aa47a98d219f by egranata:
Fix grammar issue in help text

edit: utils/update-checkout

Commit 3ce1ba3e651b4ffc048280d6d7b6b24f46d2d606 by rjmccall:
Only store the minimal requirements in generic metadata, where "minimal"

edit: lib/IRGen/Fulfillment.cpp
edit: test/IRGen/generic_classes.sil
edit: lib/IRGen/NecessaryBindings.h
edit: stdlib/public/runtime/MetadataLookup.cpp
edit: lib/IRGen/StructMetadataLayout.h
edit: lib/IRGen/GenProto.h
edit: lib/IRGen/GenProto.cpp
edit: lib/IRGen/IRGenModule.h
edit: stdlib/public/runtime/Metadata.cpp
edit: test/IRGen/generic_structs.sil
edit: lib/IRGen/IRGenModule.cpp
edit: include/swift/Runtime/Metadata.h
add: lib/IRGen/GenericRequirement.h
edit: lib/IRGen/MetadataLayout.h
edit: lib/IRGen/MetadataPath.h
edit: test/IRGen/enum.sil
edit: lib/IRGen/EnumMetadataLayout.h
edit: lib/IRGen/IRGenSIL.cpp
edit: lib/IRGen/GenMeta.cpp
edit: lib/IRGen/GenExistential.cpp
edit: lib/IRGen/ClassMetadataLayout.h
edit: lib/IRGen/LocalTypeData.cpp
edit: test/IRGen/generic_types.swift
edit: lib/IRGen/GenMeta.h
edit: include/swift/ABI/MetadataValues.h
edit: lib/IRGen/Fulfillment.h

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

That code hasn’t changed in the listed commits; plus the test is only hitting fairly reasonable calls on Array<AnyObject>.

···

On Feb 26, 2016, at 2:38 PM, Max Howell via swift-dev <swift-dev@swift.org> wrote:

Looks like a failure in the Foundation tests to me.

At least I can’t see anything failing in SwiftPM parts.

On Feb 25, 2016, at 11:36 AM, Mishal Shah via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

SwiftPM test failed due to Segmentation fault

Test Case 'TestNSArray.test_removeObjectsInArray' started.
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script-impl: line 1940: 25228 Segmentation fault (core dumped) LD_LIBRARY_PATH="${INSTALL_DESTDIR}"/"${INSTALL_PREFIX}"/lib/swift/:"${build_dir}/Foundation":"${XCTEST_BUILD_DIR}":${LD_LIBRARY_PATH} "${build_dir}"/TestFoundation/TestFoundation
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swift/utils/build-script: command terminated with a non-zero exit status 139, aborting
Build step 'Execute shell' marked build as failure

On Feb 25, 2016, at 10:47 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#2787]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/2787/
Project: oss-swift-incremental-RA-linux-ubuntu-15_10
Date of build: Thu, 25 Feb 2016 12:38:44 -0600
Build duration: 9 min 5 sec
Tests:

Name: Swift
Failed: 0 test(s), Passed: 7731 test(s), Total: 7731 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 236 test(s), Total: 236 test(s)

Changes

Commit 66b0b57b8f69ffc7040079639fa2aa47a98d219f by egranata:
Fix grammar issue in help text

edit: utils/update-checkout

Commit 3ce1ba3e651b4ffc048280d6d7b6b24f46d2d606 by rjmccall:
Only store the minimal requirements in generic metadata, where "minimal"

edit: lib/IRGen/Fulfillment.cpp
edit: test/IRGen/generic_classes.sil
edit: lib/IRGen/NecessaryBindings.h
edit: stdlib/public/runtime/MetadataLookup.cpp
edit: lib/IRGen/StructMetadataLayout.h
edit: lib/IRGen/GenProto.h
edit: lib/IRGen/GenProto.cpp
edit: lib/IRGen/IRGenModule.h
edit: stdlib/public/runtime/Metadata.cpp
edit: test/IRGen/generic_structs.sil
edit: lib/IRGen/IRGenModule.cpp
edit: include/swift/Runtime/Metadata.h
add: lib/IRGen/GenericRequirement.h
edit: lib/IRGen/MetadataLayout.h
edit: lib/IRGen/MetadataPath.h
edit: test/IRGen/enum.sil
edit: lib/IRGen/EnumMetadataLayout.h
edit: lib/IRGen/IRGenSIL.cpp
edit: lib/IRGen/GenMeta.cpp
edit: lib/IRGen/GenExistential.cpp
edit: lib/IRGen/ClassMetadataLayout.h
edit: lib/IRGen/LocalTypeData.cpp
edit: test/IRGen/generic_types.swift
edit: lib/IRGen/GenMeta.h
edit: include/swift/ABI/MetadataValues.h
edit: lib/IRGen/Fulfillment.h

_______________________________________________
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