[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (swift 4.0) #228

I don’t think that’s any of us. Philippe, does this look familiar?

[ RUN ] TestCharacterSet.test_moreSetOperations

check failed at /Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/swift/test/stdlib/TestCharacterSet.swift, line 292
unexpected value: "<CFCharacterSet Items(U+0061 U+0062 U+0063 U+0064)>" (of type Foundation.CharacterSet)
check failed at /Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/swift/test/stdlib/TestCharacterSet.swift, line 294
expected: true
check failed at /Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/swift/test/stdlib/TestCharacterSet.swift, line 296
expected: true

[ FAIL ] TestCharacterSet.test_moreSetOperations

Jordan

···

On Apr 25, 2017, at 11:43, no-reply@swift.org wrote:

[FAILURE] oss-swift-4.0-incremental-RA-osx [#228]

Build URL: https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/228/
Project: oss-swift-4.0-incremental-RA-osx
Date of build: Tue, 25 Apr 2017 10:59:23 -0700
Build duration: 44 min
Identified problems:

Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Indication 1 <https://ci.swift.org//job/oss-swift-4.0-incremental-RA-osx/228/consoleFull#-1555756651fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift(macosx-x86_64)
Failed: 1 test(s), Passed: 9211 test(s), Total: 9212 test(s)
Failed: Swift(macosx-x86_64).stdlib.TestCharacterSet.swift <https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/228/testReport/junit/Swift(macosx-x86_64)/stdlib/TestCharacterSet_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 476 test(s), Total: 476 test(s)

Changes

Commit 5d90b805331c3589478d854b52b617c788fd027a by Jordan Rose:
[ClangImporter] Classify enums using flag_enum and enum_extensibility

edit: lib/ClangImporter/ImportEnumInfo.cpp
edit: test/IDE/Inputs/swift_name.h
edit: test/ClangImporter/Inputs/enum-objc.h
edit: test/IDE/Inputs/print_clang_header_swift_name.h
edit: test/Inputs/clang-importer-sdk/usr/include/user_objc.h
edit: lib/PrintAsObjC/PrintAsObjC.cpp
edit: test/ClangImporter/enum.swift
edit: test/ClangImporter/Inputs/custom-modules/SwiftName.h

Commit 5e66ed04d95689d61dac61f58815b895fc9508be by Jordan Rose:
[ClangImporter] If enum_extensibility was removed, it's not an enum.

add: test/Inputs/clang-importer-sdk/usr/include/enums_using_attributes.h
add: test/Inputs/clang-importer-sdk/usr/include/enums_using_attributes.apinotes
edit: test/ClangImporter/enum.swift
edit: test/Inputs/clang-importer-sdk/usr/include/module.map
edit: lib/ClangImporter/ImportEnumInfo.cpp

Commit 026bbd4426dfebea9bf693d755fbef66b658c56b by Bruno Cardoso Lopes:
[Modules] Fix a null deference in new redefinition diagnostics

edit: lib/Sema/SemaDecl.cpp

I think this is rdar://problem/31746923

···

On Apr 25, 2017, at 11:47 AM, Jordan Rose via swift-dev <swift-dev@swift.org> wrote:

I don’t think that’s any of us. Philippe, does this look familiar?

[ RUN ] TestCharacterSet.test_moreSetOperations
>>> check failed at /Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/swift/test/stdlib/TestCharacterSet.swift, line 292
>>> unexpected value: "<CFCharacterSet Items(U+0061 U+0062 U+0063 U+0064)>" (of type Foundation.CharacterSet)
>>> check failed at /Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/swift/test/stdlib/TestCharacterSet.swift, line 294
>>> expected: true
>>> check failed at /Users/buildnode/jenkins/workspace/oss-swift-4.0-incremental-RA-osx/swift/test/stdlib/TestCharacterSet.swift, line 296
>>> expected: true
[ FAIL ] TestCharacterSet.test_moreSetOperations

Jordan

On Apr 25, 2017, at 11:43, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-4.0-incremental-RA-osx [#228]

Build URL: https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/228/
Project: oss-swift-4.0-incremental-RA-osx
Date of build: Tue, 25 Apr 2017 10:59:23 -0700
Build duration: 44 min
Identified problems:

Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Indication 1 <https://ci.swift.org//job/oss-swift-4.0-incremental-RA-osx/228/consoleFull#-1555756651fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift(macosx-x86_64)
Failed: 1 test(s), Passed: 9211 test(s), Total: 9212 test(s)
Failed: Swift(macosx-x86_64).stdlib.TestCharacterSet.swift <https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/228/testReport/junit/Swift(macosx-x86_64)/stdlib/TestCharacterSet_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 476 test(s), Total: 476 test(s)

Changes

Commit 5d90b805331c3589478d854b52b617c788fd027a by Jordan Rose:
[ClangImporter] Classify enums using flag_enum and enum_extensibility

edit: lib/ClangImporter/ImportEnumInfo.cpp
edit: test/IDE/Inputs/swift_name.h
edit: test/ClangImporter/Inputs/enum-objc.h
edit: test/IDE/Inputs/print_clang_header_swift_name.h
edit: test/Inputs/clang-importer-sdk/usr/include/user_objc.h
edit: lib/PrintAsObjC/PrintAsObjC.cpp
edit: test/ClangImporter/enum.swift
edit: test/ClangImporter/Inputs/custom-modules/SwiftName.h

Commit 5e66ed04d95689d61dac61f58815b895fc9508be by Jordan Rose:
[ClangImporter] If enum_extensibility was removed, it's not an enum.

add: test/Inputs/clang-importer-sdk/usr/include/enums_using_attributes.h
add: test/Inputs/clang-importer-sdk/usr/include/enums_using_attributes.apinotes
edit: test/ClangImporter/enum.swift
edit: test/Inputs/clang-importer-sdk/usr/include/module.map
edit: lib/ClangImporter/ImportEnumInfo.cpp

Commit 026bbd4426dfebea9bf693d755fbef66b658c56b by Bruno Cardoso Lopes:
[Modules] Fix a null deference in new redefinition diagnostics

edit: lib/Sema/SemaDecl.cpp

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