[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (swift-3.0-preview-1) #102

These failures should clear up once rdar://problem/26424505 Import as Member: QoI errors by jckarter · Pull Request #2650 · apple/swift · GitHub gets approved and merged.

-Joe

···

On May 23, 2016, at 1:25 PM, no-reply@swift.org wrote:

[FAILURE] oss-swift-3.0-preview-1-incremental-RA-osx [#102]

Build URL: https://ci.swift.org/job/oss-swift-3.0-preview-1-incremental-RA-osx/102/
Project: oss-swift-3.0-preview-1-incremental-RA-osx
Date of build: Mon, 23 May 2016 12:50:29 -0700
Build duration: 34 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
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
    • Indication 1
Tests:

Name: Swift
Failed: 3 test(s), Passed: 7901 test(s), Total: 7904 test(s)
  • Failed: Swift.ClangModules.attr-swift_name_renaming.swift
  • Failed: Swift.IDE.dump_swift_lookup_tables.swift
  • Failed: Swift.IDE.import_as_member.swift
Name: Swift-Unit
Failed: 0 test(s), Passed: 351 test(s), Total: 351 test(s)

Changes

  • Commit 10c854a489eec1e22fbafb306d9e8b45656d9fde by jgroff:
Tighten up validation of swift_name for properties and subscripts.

    • edit: include/clang/Basic/DiagnosticIDs.h
    • edit: lib/Sema/SemaDeclAttr.cpp
    • edit: test/SemaObjC/attr-swift.m
    • edit: include/clang/Basic/DiagnosticSemaKinds.td

  • Commit 247d1ec514cd3d6fe388d62579d77646ec7ee8d2 by jgroff:
Only allow swift_name attributes on prototyped declarations.

    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: test/SemaObjC/attr-swift.m
    • edit: lib/Sema/SemaDeclAttr.cpp

  • Commit 151224d09a657759fb0fb1692675d1b7161d0fc8 by jgroff:
Validate swift_names that come from API notes.

    • edit: include/clang/Sema/Sema.h
    • edit: test/SemaObjC/attr-swift.m
    • edit: lib/Sema/SemaDeclAttr.cpp
    • edit: lib/Sema/SemaAPINotes.cpp
    • edit: include/clang/Basic/DiagnosticSemaKinds.td

  • Commit 6a04995c4cf751c0c9d395535f03ff8716864e73 by jgroff:
Collect swift_name warnings under a swift-name-attribute warning group.

    • edit: include/clang/Basic/DiagnosticGroups.td
    • edit: include/clang/Basic/DiagnosticSemaKinds.td

  • Commit fd5852165856a5a34cf2e837fdfa85dee5a6105d by friss:
Update identifiers as needed when loading macros from serialized ASTs.

    • edit: lib/Serialization/ASTReader.cpp

  • Commit 2080eea7abdb79812a6e9f5f3be3a41078044466 by friss:
Fixed a bug where the ASTImporter didn't propagate builtin IDs at all.

    • edit: lib/AST/ASTImporter.cpp