[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #7049

Test Case '-[FunctionalTests.MiscellaneousTestCase testSwiftTestParallelAndReturnError:]' started.
<>/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:377: error: -[FunctionalTests.MiscellaneousTestCase testSwiftTestParallelAndReturnError:] : failed - executionFailure(error: exit(1): /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/buildbot_incremental/swiftpm-macosx-x86_64/debug/swift-test --chdir /var/folders/_8/79jmzf2142z2xydc_01btlx00000gn/T/Miscellaneous_ParallelTestsPkg.dQKkaG/Miscellaneous_ParallelTestsPkg --parallel, output: "Tests\n50%: ParallelTestsPkgTests.ParallelTestsTests/testExample2\n100%: ParallelTestsPkgTests.ParallelTestsTests/testExample1\n\nTest Suite \'Selected tests\' started at 2016-11-04 08:43:21.018\nTest Suite \'ParallelTestsPkgPackageTests.xctest\' started at 2016-11-04 08:43:21.019\nTest Suite \'ParallelTestsTests\' started at 2016-11-04 08:43:21.019\nTest Case \'-[ParallelTestsPkgTests.ParallelTestsTests testExample2]\' started.\nTest Case \'-[ParallelTestsPkgTests.ParallelTestsTests testExample2]\' passed (0.001 seconds).\nTest Suite \'ParallelTestsTests\' passed at 2016-11-04 08:43:21.020.\n\t Executed 1 test, with 0 failures (0 unexpected) in 0.001 (0.001) seconds\nxctest(93677,0x7fff7af0a000) malloc: *** error for object 0x7f8679d1adb8: incorrect checksum for freed object - object was probably modified after being freed.\n*** set a breakpoint in malloc_error_break to debug\n")
Test Case '-[FunctionalTests.MiscellaneousTestCase testSwiftTestParallelAndReturnError:]' failed (5.697 seconds).

···

On Nov 4, 2016, at 8:44 AM, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-osx [#7049]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/7049/
Project: oss-swift-incremental-RA-osx
Date of build: Fri, 04 Nov 2016 08:25:15 -0700
Build duration: 19 min
Identified problems:

Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-incremental-RA-osx/7049/consoleFull#-884972749ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
Tests:

Name: Swift(macosx-x86_64)
Failed: 0 test(s), Passed: 8499 test(s), Total: 8499 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 359 test(s), Total: 359 test(s)

Changes

Commit 76c6281feab6eb74a0f321e351b19d66256b4fe3 by abeingessner:
[stdlib] Rewriting native hashed collection indices

edit: stdlib/public/core/HashedCollections.swift.gyb
edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
edit: validation-test/stdlib/Dictionary.swift
edit: validation-test/stdlib/Set.swift

Commit b08732cbd4bc34761ebfb25ad3dab0187a857bba by abeingessner:
[stdlib] Update Dictionary comments to reflect new design

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 953e51a97e637c4dbe89e444d8242cc0b443b64d by abeingessner:
[stdlib] Handle some outstanding Dictionary indexing-model FIXMEs/TODOs

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit e8f4cb66e4965f5ffe0f66fc5268cfe23278eabc by abeingessner:
update reflection tests with new type layouts for Dictionary

edit: validation-test/Reflection/reflect_multiple_types.swift
edit: validation-test/Reflection/reflect_Set.swift
edit: validation-test/Reflection/reflect_Dictionary.swift

Commit b7e200ef99b44b6604c95daf68157b4a3ffafe24 by abeingessner:
properly expose == to objc in test

edit: test/stdlib/TestUserInfo.swift

Commit d179655952cb7590c5e446f3683427b987ba8226 by abeingessner:
refactor Dictionary to support an empty singleton

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 052e94a34a4635deca374242352b628d4495f806 by abeingessner:
refactor HashedCollections to support verbatim bridging

edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
edit: validation-test/stdlib/Set.swift
edit: stdlib/public/core/HashedCollections.swift.gyb

Commit f12d7914e89d70d0feabdcc10198714123e39402 by abeingessner:
update comments in HashedCollections to reflect new design

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit a43c1dfba0946d98489456119bdd2a875a85510c by abeingessner:
Some minor cleanups in HashedCollections:

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 3144870e8672de0392efff8bd7d9e75088db1fc3 by abeingessner:
add new toll-free bridge fast-paths to HashedCollections

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 41fb15f0427149a44060520ebef5d8db88bb054a by abeingessner:
rename Buffer <---> Storage in HashedCollections to match conventions

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit b1425ce78ba0de0ed8ac9a0832eb5d0f507e34c1 by abeingessner:
remove _'s from some variables that don't need it

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 8eea522e9cd5afec999e18be64feeb4bb21b98fe by abeingessner:
rename storage type to be more useful

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 7ec26fc976b4b1cb5fe42df5d421cb56a04d1f92 by abeingessner:
fallout of renaming on tests which rely on internals

edit: validation-test/stdlib/Dictionary.swift
edit: validation-test/Reflection/reflect_multiple_types.swift
edit: validation-test/stdlib/Set.swift
edit: validation-test/Reflection/reflect_Set.swift
edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
edit: validation-test/Reflection/reflect_Dictionary.swift

Commit 8b44a07f58ff47bb86d36405ee96220fef9e9dec by abeingessner:
remove nonsensical identity tests from test suite

edit: validation-test/stdlib/Set.swift

Commit bb0b4be7ac2f2c444e9c1d795b1eee6eb2dc1a04 by abeingessner:
Update comment to clarify why it's interesting, link a relevant impl.

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 731aa1494bca60c7a12295e1a3bcd3a35cdce2c5 by abeingessner:
Properly if-def out bridging code.

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit b4d97776d8ad60289bb78ce466ab36fbe2e5d3af by abeingessner:
more comment cleanups

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit a62f6c6a896366bcca94e496c9e2f34c0c4af82d by abeingessner:
Fix incorrect bitcasts, refactor code to guard against this error.

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 428cdac57ce0a228d7ee68179c6aeffa0c594704 by abeingessner:
leave FIXME for future dictionary bucaneers

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 5e776e5e391042df8f1e2ed447b2dbd1d5d6501a by abeingessner:
cleanup initializers in HashedCollections

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 931f7ba6581e100bd548081e91df1e6da7e791bd by abeingessner:
actually used the cached keys/values pointer

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit 3cdc8ec44455b8c205a0d90acff8058ac6cf6e63 by abeingessner:
remove buffer header to eliminate optional traps

edit: stdlib/public/core/HashedCollections.swift.gyb

Commit e4c5e159c9a9f7f6785766cfe93bc396a9ad6cb6 by a.beingessner:
remove useless constant redefinition

edit: stdlib/public/core/HashedCollections.swift.gyb