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

Report

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

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/4824/
Project:
swift-master-source-compat-suite
Date of build:
Tue, 07 Apr 2020 20:06:46 -0500
Build duration:
4 hr 51 min

Identified problems:

  • Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes

  • Commit bf57cdca3f015e5742cbe7cb55e7f9ce80d4223f by github:
    [doc] Add an embryonic section on stdlib coding style

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 01f3d290cc4a24e09b3df711dd2d42ea994a8c93 by github:
    Typo fix

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 9eb943b9f35788fb2d87f2f6cd8bac3b93cf7ecd by github:
    Update StandardLibraryProgrammersManual.md

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 649b2db14e2acd1d3e36cd9a7e3d4bf40fd1f52d by github:
    Start merging information from AccessControlInStdlib.rst

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit ef93be28a9b7e5e6ffee09c33656e2c1f40d838d by github:
    Update StandardLibraryProgrammersManual.md

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 43e2d107e1e5bf9e1ea325d884c0ff79f3e514aa by owen:
    [SE-0276] Implement multi-pattern catch clauses

    • edit: lib/AST/ASTWalker.cpp
    • edit: lib/SILGen/SILGenStmt.cpp
    • edit: lib/Sema/DerivedConformances.cpp
    • edit: test/Interpreter/errors.swift
    • edit: lib/AST/Decl.cpp
    • edit: lib/Parse/ParseStmt.cpp
    • edit: test/stmt/errors.swift
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/Sema/DerivedConformanceCodingKey.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Sema/PlaygroundTransform.cpp
    • edit: include/swift/AST/Stmt.h
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/Stmt.cpp
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: lib/AST/ASTScope.cpp
    • edit: test/Parse/errors.swift
    • edit: lib/Sema/DerivedConformanceEquatableHashable.cpp
    • edit: lib/Sema/TypeCheckError.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/IDE/Refactoring.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: utils/gyb_syntax_support/StmtNodes.py
    • edit: include/swift/Parse/Parser.h
    • edit: lib/IDE/Formatting.cpp
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: lib/SIL/IR/SILProfiler.cpp
    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: lib/Sema/PCMacro.cpp
    • edit: lib/SILGen/SILGenFunction.h
    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
    • edit: test/Syntax/round_trip_parse_gen.swift
    • edit: include/swift/AST/NameLookup.h
    • edit: include/swift/AST/StmtNodes.def
    • edit: lib/Sema/DerivedConformanceComparable.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
    • edit: test/SILGen/errors.swift
  • Commit 83f67143346903437e3bdc6ff8e0a44a58fdc6c8 by danielzheng:
    [AutoDiff] Start fixing SR-12526.

    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/AST/Attr.cpp
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/Serialization/ModuleFile.h
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/AST/LazyResolver.h
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/SILGen/SILGen.cpp
    • edit: include/swift/AST/Attr.h
    • edit: include/swift/AST/ASTTypeIDZone.def
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
  • Commit 979906cce290159a41394ff59912ca790c6a09c4 by rishizaki:
    [CodeCompletion] Don't manually handle Equal opeerator

    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp
  • Commit 04e2795a03b43d47542f6492a05fc3ddbf506332 by pyaskevich:
    [ConstraintSystem] Don't bind result type of an empty closure too early

    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/closures.swift
    • edit: test/Constraints/function_builder_diags.swift
    • edit: lib/Sema/CSGen.cpp
  • Commit 6375481ea4e4e38bcc0934e1dc1984c6c1bb6b84 by hborla:
    [Diagnostics] In DefineMemberBasedOnUse::diagnoseForAmbiguity, use the

    • edit: test/Sema/diag_ambiguous_overloads.swift
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
  • Commit b57a1d7c0ebc44eace14c870eefa7d8e90cae87a by rkandhadaimadhav:
    [Sema] Add miscellaneous sema diagnostics to check that the new os log

    • edit: stdlib/private/OSLog/OSLogMessage.swift
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: stdlib/private/OSLog/OSLogFloatingPointTypes.swift
    • edit: stdlib/private/OSLog/OSLogNSObjectType.swift
    • add: test/Sema/diag_constantness_check.swift
    • edit: include/swift/AST/SemanticAttrs.def
    • edit: test/SILOptimizer/OSLogCompilerDiagnosticsTest.swift
    • add: test/Sema/diag_constantness_check_os_log.swift
    • edit: include/swift/AST/KnownIdentifiers.def
    • edit: stdlib/private/OSLog/OSLogTestHelper.swift
    • edit: stdlib/private/OSLog/OSLogStringTypes.swift
    • edit: lib/Sema/CMakeLists.txt
    • add: lib/Sema/ConstantnessSemaDiagnostics.cpp
    • edit: lib/Sema/MiscDiagnostics.h
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: stdlib/private/OSLog/OSLogIntegerTypes.swift
  • Commit 773a464e836c10b90f20d36eadb664abd4d7ce7e by rishizaki:
    [CodeCompletion] Add an option to emit annotated description

    • edit: lib/IDE/CodeCompletionResultBuilder.h
    • edit: include/swift/AST/ASTPrinter.h
    • add: include/swift/IDE/CodeCompletionResultPrinter.h
    • add: lib/IDE/CodeCompletionResultPrinter.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.cpp
    • add: test/SourceKit/CodeComplete/complete_annotateddescription.swift.result
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletion.h
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.h
    • edit: lib/IDE/REPLCodeCompletion.cpp
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/IDE/CMakeLists.txt
    • add: test/SourceKit/CodeComplete/complete_annotateddescription.swift
  • Commit ad8415a5c20707a17bb549ca8dc02cc247b33761 by rishizaki:
    [CodeCompletion] Include 'annotated' to cache key

    • edit: lib/IDE/CodeCompletionCache.cpp
    • edit: include/swift/IDE/CodeCompletionCache.h
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit d54e70cd7090b5836a480fcfc68f9496cb3cc348 by rishizaki:
    [CodeCompletion] Option to swift-ide-test to test annotated results

    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
  • Commit c633da047d848d768f3062d23f2668f7af777792 by rishizaki:
    [CodeCompletion] Add IDE test case for annotated description

    • edit: lib/IDE/CodeCompletion.cpp
    • add: test/IDE/complete_annotation.swift
  • Commit 28de43b7cab332c2a18228ae28e6163cff170efb by rishizaki:
    [CodeCompletion] Trim whitespaces around the content

    • edit: lib/IDE/CodeCompletionResultPrinter.cpp
    • edit: test/IDE/complete_annotation.swift
    • edit: test/SourceKit/CodeComplete/complete_annotateddescription.swift.result
  • Commit 339ebbfa89a3648220aeb765be0c19315d36f140 by rishizaki:
    [CodeCompletion] Update annotation description test case to test cache

    • edit: test/IDE/complete_annotation.swift
  • Commit dbaa61953e84216a2b0a1ed1128065a7f1812ceb by spestov:
    AST: Fix accessibility checking in opaque type archetype substitution

    • add: test/SILOptimizer/cast_folding_opaque.swift
    • edit: lib/AST/Type.cpp
    • add: test/SILGen/Inputs/opaque_result_type_fragile_other.swift
    • add: test/SILGen/opaque_result_type_fragile.swift
    • edit: test/SILOptimizer/cast_folding.swift
  • Commit 78ac5eb0a3fff17ec425764c17317a65918bb992 by marcrasi:
    add PointerUnion for parsed vs deserialized derivative attr

    • edit: lib/AST/Attr.cpp
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: include/swift/AST/Attr.h
  • Commit 2d1436e8d21b8d137a92549cdb132d44f59def5d by marcrasi:
    fix SR-12526 test

    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/main.swift
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/Inputs/a.swift
  • Commit b1ea908e6dc34d0b6cdf308ae0da492bc613b235 by github:
    In TempRVO, be more explicit on handling non - onstack partial_apply

    • edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
  • Commit 04686a091f5609cc7dc807ba3b6dd4461e72c74b by danielzheng:
    [AutoDiff] NFC: add ASTMangler entry points for AutoDiff-generated

    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
    • edit: include/swift/AST/AutoDiff.h
    • edit: include/swift/AST/ASTMangler.h
  • Commit fe20afb917ad60151a87ddd048875f09070a2930 by danielzheng:
    [AutoDiff] NFC: gardening.

    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
    • edit: include/swift/SILOptimizer/Utils/Differentiation/LinearMapInfo.h
  • Commit 77d0d99f8194774b362051c9ed33da0bd946c31a by danielzheng:
    [AutoDiff] NFC: move isDifferentiableProgrammingEnabled.

    • edit: lib/AST/AutoDiff.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: include/swift/AST/AutoDiff.h
    • edit: lib/Sema/TypeChecker.cpp
  • Commit 61a19032b65f1ea82461cab9469bd8fcb28d81c1 by rishizaki:
    [Markup] Improve performance of appendWithXMLEscaping()

    • edit: include/swift/Markup/XMLUtils.h
  • Commit 837fa0d250e62e32bb9de20c6f077e41406d1aad by rishizaki:
    [CodeCompletion] Use --strip-trailing-cr for diff test

    • edit: test/SourceKit/CodeComplete/complete_annotateddescription.swift
  • Commit ece84b176cc5e5105cef277b55a549d5faf6d533 by hborla:
    [Diagnostics] Adjust ConstraintFix::diagnoseForAmbiguity to take an

    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSFix.h
  • Commit 8da6b7275720eaab75794e9eec28cccad3574423 by atrick:
    Make -emit-verbose-sil print conformances for existential insts.

    • edit: include/swift/AST/ProtocolConformanceRef.h
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: lib/AST/ASTDumper.cpp
  • Commit 7abf8ae305ba8a31fcbd647e99aab5fc1d83db94 by marcrasi:
    actually set the lazy resolver

    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/Inputs/a.swift
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/main.swift
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/Inputs/b.swift
    • edit: include/swift/AST/Attr.h
    • edit: lib/AST/Attr.cpp
    • edit: lib/Serialization/Deserialization.cpp
  • Commit 2c61f008197366e1233cbf82fcde461a11d38141 by github:
    [doc] Update based on feedback; add short section on availabilty

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 4870d1c017d337790fe5675ce67954280e19dc0b by rishizaki:
    [SourceKit] Don't use diagnostics to indicate fast-completion

    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: include/swift/IDE/CompletionInstance.h
    • edit: test/SourceKit/CodeComplete/complete_sequence_func_in_closure.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftConformingMethodList.cpp
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: test/SourceKit/CodeComplete/complete_sequence_toplevel_edit.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: test/SourceKit/CodeComplete/complete_sequence_property_wrapper.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
    • edit: lib/IDE/CompletionInstance.cpp
    • edit: test/SourceKit/CodeComplete/complete_sequence_accessor.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_toplevel_edit_import.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_edit.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_crossfile.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_nestedtype.swift
    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: test/SourceKit/CodeComplete/complete_sequence_toplevel.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp