[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #2250

Report

[FAILURE] swift-master-source-compat-suite [#2250]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/2250/
Project:
swift-master-source-compat-suite
Date of build:
Tue, 31 Jul 2018 17:50:59 -0500
Build duration:
3 hr 27 min

Changes

  • Commit 775beece65f85813af620ebb9c177eda20b90cd0 by alex:
    [libSyntax] Add a swift token classifier for syntax highlighting

    • add: utils/gyb_syntax_support/Classification.py
    • add: test/SwiftSyntax/Inputs/TokenKindList.txt.gyb
    • add: tools/SwiftSyntax/SyntaxClassifier.swift.gyb
    • edit: utils/gyb_syntax_support/Token.py
    • edit: tools/SwiftSyntax/CMakeLists.txt
    • edit: tools/swift-syntax-test/swift-syntax-test.cpp
    • edit: utils/gyb_syntax_support/Child.py
    • add: test/SwiftSyntax/AllTokenKindsInSyntaxGybSupport.c
    • edit: utils/gyb_syntax_support/init.py
  • Commit 179940b65bc6b6013b46ee383f2fb450aea83484 by alex:
    [swiftSyntax] Add test cases for the SyntaxClassifier

    • edit: test/IDE/coloring_configs.swift
    • edit: test/IDE/coloring.swift
    • edit: test/IDE/coloring_unclosed_hash_if.swift
    • edit: tools/swift-swiftsyntax-test/CMakeLists.txt
    • add: tools/swift-swiftsyntax-test/ClassifiedSyntaxTreePrinter.swift
    • edit: tools/SwiftSyntax/SwiftSyntax.swift
    • edit: test/lit.cfg
    • edit: tools/swift-swiftsyntax-test/main.swift
    • edit: test/IDE/coloring_keywords.swift
  • Commit 4b5c2295d17bea47e53bd64e64e15e1d2d602a38 by ditaliano:
    [RemoteAST] Support for extracting the type/valuea out of an

    • edit: tools/swift-remoteast-test/swift-remoteast-test.cpp
    • edit: include/swift/Remote/MetadataReader.h
    • add: test/RemoteAST/existentials.swift
    • edit: include/swift/RemoteAST/RemoteAST.h
    • edit: lib/RemoteAST/RemoteAST.cpp
  • Commit 143e8d9cafecb99f5b0ae66fd6a7b59d2e16a133 by milseman:
    [test] Migrate StringViews.swift off of Swift 3; NFC

    • edit: validation-test/stdlib/StringViews.swift
  • Commit 534a17aebb065e3fd6c3d430278b685ccbb8d2af by milseman:
    [test] Migrate String.swift off of Swift 3; NFC

    • edit: validation-test/stdlib/String.swift
  • Commit 93e44f273d79cb251cde9e460d28d918075e4281 by milseman:
    [test] Migrate the rest of String tests off of Swift 3; NFC

    • edit: test/stdlib/NSStringAPI.swift
    • edit: test/Interpreter/SDK/Foundation_test.swift
    • edit: test/stdlib/NewString.swift
  • Commit 1b196077635741bc8fbca8b4e17af4ed5d931686 by blangmuir:
    [unittest] Disable EditingTest.DiagsAfterCloseAndReopen while I

    • edit: unittests/SourceKit/SwiftLang/EditingTest.cpp
  • Commit 2860557a77aec5b0119312e141d419c40dfe9f20 by dgregor:
    [Name lookup] Use the declaration-based lookupQualified() where it’s

    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: include/swift/AST/DeclContext.h
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/AST/DocComment.cpp
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/IDE/TypeReconstruction.cpp
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: lib/IRGen/GenClass.cpp
  • Commit cb7c2b4fceeb91e70df5ad4b955d5a2ab1429ac2 by dgregor:
    [Name lookup] Introduce requests for several name lookup operations.

    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/Basic/Statistics.def
    • edit: include/swift/Basic/TypeID.h
    • edit: lib/AST/Decl.cpp
    • add: lib/AST/NameLookupRequests.cpp
    • edit: include/swift/AST/Decl.h
    • add: include/swift/AST/NameLookupTypeIDZone.def
    • add: include/swift/AST/NameLookupRequests.h
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/AST/CMakeLists.txt
    • edit: include/swift/AST/SimpleRequest.h
    • edit: include/swift/Basic/CTypeIDZone.def
    • edit: include/swift/Subsystems.h
  • Commit d07fa5ab6907caa3a4c872b08712b5dd3acc7034 by dgregor:
    Switch many callers of ClassDecl::getSuperclass() to

    • edit: lib/PrintAsObjC/PrintAsObjC.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: test/decl/ext/ordering.swift
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/SILOptimizer/Analysis/ClassHierarchyAnalysis.cpp
    • edit: test/decl/class/circular_inheritance.swift
    • edit: lib/AST/Type.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: lib/Sema/TypeCheckAccess.cpp
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: lib/IRGen/GenHeap.cpp
    • edit: lib/SIL/DynamicCasts.cpp
    • edit: lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
  • Commit 792d934e3eb8365964ca1aa0e2f2446848dfdbee by dgregor:
    [Clang importer] Avoid recursion through isObjC more directly.

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
  • Commit 2839c1707d323adb4d1a2dfb83978f188f09c252 by eeckstein:
    benchmarks: fix the Calculator benchmark by covering more String compare

    • edit: benchmark/single-source/Calculator.swift
  • Commit 30cc37e5f4cb5ddd5028d1a55a465eeabee03fc5 by eeckstein:
    benchmarks: fix the Chars benchmark by adding blackHoles and testing all

    • edit: benchmark/single-source/Chars.swift
  • Commit 868c5a1fb77203c039bb3a3277dd258ca3590788 by eeckstein:
    benchmarks: Marking some benchmarks as unstable

    • edit: benchmark/single-source/DropLast.swift.gyb
    • edit: benchmark/single-source/PrefixWhile.swift.gyb
    • edit: benchmark/single-source/ObjectiveCNoBridgingStubs.swift
    • edit: benchmark/single-source/PrefixWhile.swift
    • edit: benchmark/single-source/WordCount.swift
    • edit: benchmark/single-source/Suffix.swift
    • edit: benchmark/single-source/Suffix.swift.gyb
    • edit: benchmark/single-source/DropLast.swift
    • edit: benchmark/single-source/ObjectiveCBridgingStubs.swift
  • Commit 729989473f51b78457c5524319a7e7a5050ed931 by eeckstein:
    benchmarks: fix the iteration count for some benchmarks

    • edit: benchmark/single-source/ObjectiveCBridgingStubs.swift
    • edit: benchmark/single-source/ObjectiveCNoBridgingStubs.swift
  • Commit a7d3c7079b5c28ef61fe2479e4fcf93f0b883576 by milseman:
    [test] Adjust String.swift tests for non-small strings on 32b; NFC

    • edit: validation-test/stdlib/String.swift
  • Commit d0037492ce55281d5fbcc71d43845bebf102b2dd by github:
    [Docs] Fix minor code typo in SILPro..Man..md

    • edit: docs/SILProgrammersManual.md
  • Commit cc4c99227a94c60e862f476fe8c2578969e4aff9 by dgregor:
    [Type checker] Warn about overrides of NSObject.hashValue.

    • edit: test/Inputs/clang-importer-sdk/swift-modules/Foundation.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Inputs/clang-importer-sdk/swift-modules/ObjectiveC.swift
    • edit: test/ClangImporter/objc_override.swift
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
  • Commit 13f5118a92fd0e764864f20b458fc99f17352486 by mishal_shah:
    Update master to build with Xcode 10 beta 5, macOS 10.14, iOS 12, tvOS

    • edit: stdlib/public/SDK/Intents/INSetSeatSettingsInCarIntent.swift
    • edit: stdlib/public/SDK/os/os_signpost.swift
    • edit: test/stdlib/Metal.swift
    • add: stdlib/public/SDK/Intents/INIntent.swift
    • edit: stdlib/public/SDK/Intents/CMakeLists.txt
    • edit: stdlib/public/SDK/Intents/INGetCarPowerLevelStatusIntentResponse.swift
    • edit: stdlib/public/SwiftShims/NetworkOverlayShims.h
    • edit: validation-test/stdlib/PhotosTests.swift
    • edit: lib/Migrator/overlay3.json
    • edit: stdlib/public/SDK/UIKit/CMakeLists.txt
    • edit: stdlib/public/SDK/Photos/CMakeLists.txt
    • edit: stdlib/public/SDK/Network/NWEndpoint.swift
    • edit: stdlib/public/SDK/UIKit/UIKit_FoundationExtensions.swift.gyb
    • edit: stdlib/public/SDK/Intents/INSetClimateSettingsInCarIntent.swift
    • edit: test/stdlib/os.swift
    • edit: stdlib/public/SDK/Intents/INSetDefrosterSettingsInCarIntent.swift
    • add: stdlib/public/SDK/Photos/PHProjectChangeRequest.swift
    • edit: stdlib/public/SDK/Network/NWConnection.swift
    • edit: stdlib/public/SDK/UIKit/UIKit.swift
    • edit: README.md
    • edit: lib/Migrator/overlay4.json
    • edit: test/stdlib/UIKit.swift
    • edit: test/stdlib/Intents.swift
    • edit: stdlib/public/SDK/Intents/INSetProfileInCarIntent.swift
  • Commit 2dfa303975cefc2e5f2c1fc1595ca8546876cd2d by github:
    [Serialization] Preserve source order in serialization (#18361)

    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: test/api-digester/Outputs/cake.json
    • edit: test/SourceKit/Indexing/Inputs/test_module.index.response
    • edit: test/Index/index_system_module.swift
    • edit: test/Index/index_module.swift
    • edit: test/Serialization/comments-hidden.swift
    • edit: lib/IDE/ModuleInterfacePrinting.cpp
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: test/IDE/Inputs/foo_swift_module.printed.comments.txt
    • edit: include/swift/Serialization/ModuleFile.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: test/Serialization/comments.swift
  • Commit 53ff023c6c7865ed1b73f6946bd15ed879bc340b by github:
    [Runtime] Print fatal errors' messages before pausing in the debugger

    • edit: stdlib/public/stubs/Assert.cpp

This is a UPASS with CoreStore on watchOS

Un-xfail CoreStore for watchOS on master and swift-4.2-branch.

To github.com:apple/swift-source-compat-suite.git
311630e..7706980 master -> master

Thanks,

Mishal Shah

Thank you!