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

Report

[FAILURE] swift-master-source-compat-suite-debug [#2122]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/2122/
Project:
swift-master-source-compat-suite-debug
Date of build:
Thu, 26 Sep 2019 15:32:49 -0500
Build duration:
1 hr 28 min

Identified problems:

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

Changes

  • Commit 1cc1e58520fe45dc8af6f27911855744ac81dcec by hamishknight:
    [Sema] Don't look through CoerceExprs in markDirectCallee

    • edit: test/Sema/suppress-argument-labels-in-types.swift
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 70ad47332ece273599642faedc3a8718a9289459 by nate_chandler:
    [SILOptimizer] ProjectionTree can vend leaf types.

    • edit: include/swift/SIL/Projection.h
  • Commit 9bd6fec6970799ee419cff712005b81e7dfd74b4 by nate_chandler:
    [SILOptimizer] Projection tree can vend users.

    • edit: lib/SIL/Projection.cpp
    • edit: include/swift/SIL/Projection.h
  • Commit 27fe8493aa00e21544c10ea5e18223d4ac2a0a9e by nate_chandler:
    [SILOptimizer] Epilogue matcher can find partial post dom argument

    • edit: include/swift/SILOptimizer/Analysis/ARCAnalysis.h
  • Commit 851d9f44d0d8b338340aa5afd1ae56f111a51e8c by nate_chandler:
    [Gardening] Minor cleanup to Projection.h.

    • edit: include/swift/SIL/Projection.h
  • Commit 782d6cd15c7e702bf5ca481028c05a570c10e00b by nate_chandler:
    [Gardening] Documented ArgumentDescriptor method.

    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.h
  • Commit 003876158ca5f92d98e5dd12e583c68ddc437676 by nate_chandler:
    [Gardening] Made FSOEnableGenerics option static.

    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
  • Commit c99f12ff40010c3266f68e07ba3612f0538053a1 by nate_chandler:
    [SILOptimizer] Added option to force FSO for uncalled functions.

    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
  • Commit 23a042207fd86a3462ef36bd3f3497eb8cef2a55 by nate_chandler:
    [CallerAnalysis] foundAllCallers reqs nonexternal.

    • edit: test/SILOptimizer/caller_analysis.sil
    • edit: lib/SILOptimizer/Analysis/CallerAnalysis.cpp
    • edit: include/swift/SILOptimizer/Analysis/CallerAnalysis.h
  • Commit 9567bd434181a4084a4fedf90a5b7654878da8e9 by nate_chandler:
    [SILOptimizer] Alter FSO arg explosion heuristic.

    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.cpp
    • add: test/SILOptimizer/funcsig_explode_heuristic.sil
    • add: test/SILOptimizer/funcsig_explode_heuristic_inline.sil
    • add: test/SILOptimizer/functionsigopts_trivial.sil
    • add: test/SILOptimizer/functionsigopts_string_internal.swift
    • add: test/SILOptimizer/functionsigopts_string_fileprivate.swift
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/FunctionSignatureOpts.h
    • edit: test/SILOptimizer/functionsigopts.sil
    • edit: test/SILOptimizer/functionsigopts_sroa.sil
    • edit: lib/SILOptimizer/FunctionSignatureTransforms/ArgumentExplosionTransform.cpp
    • add: test/SILOptimizer/functionsigopts_string_public.swift
  • Commit 8c4df3b4c24f4d6f2ffec16f026fcec0605a5c2a by jgroff:
    Reflection: Traffic in RemoteRefs.

    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • edit: include/swift/Reflection/ReflectionContext.h
    • edit: stdlib/public/Reflection/TypeLowering.cpp
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: include/swift/SwiftRemoteMirror/SwiftRemoteMirrorTypes.h
    • edit: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp
    • edit: include/swift/Reflection/Records.h
    • edit: stdlib/public/runtime/ReflectionMirror.mm
    • edit: include/swift/Reflection/TypeLowering.h
    • edit: include/swift/Remote/MetadataReader.h
  • Commit 1b7da04be851687990c4bbba71f1c14019dfe0a3 by hamishknight:
    Update test error message

    • edit: test/Sema/suppress-argument-labels-in-types.swift
  • Commit 8ff1dac381f3eaba5a5d935f019efcf93ffaacb8 by github:
    [AST] Break some header dependencies for faster rebuilds (#27374)

    • edit: include/swift/Parse/ASTGen.h
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/AST/PrettyStackTrace.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
    • edit: lib/Parse/ParseType.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/Index/Index.cpp
    • edit: lib/Parse/ParsePattern.cpp
    • edit: include/swift/AST/DiagnosticEngine.h
    • edit: lib/Parse/ASTGen.cpp
    • edit: lib/Frontend/FrontendInputsAndOutputs.cpp
    • edit: lib/RemoteAST/RemoteAST.cpp
    • edit: include/swift/AST/ASTTypeIDs.h
    • edit: lib/AST/Pattern.cpp
    • edit: lib/Parse/ParseGeneric.cpp
    • edit: lib/AST/Attr.cpp
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: lib/AST/DiagnosticConsumer.cpp
  • Commit 77333085fb22f1daf7e0b1fe0434f7a9d33961b5 by harlan:
    Convert TypeChecker::checkDefaultArguments to static function

    • edit: lib/Sema/TypeCheckStmt.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit b904133c42266035d688dec215138c340efb3eed by harlan:
    [Modules] Add flag to skip non-inlinable function bodies

    • add: test/Frontend/skip-non-inlinable-function-bodies.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: include/swift/Subsystems.h
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/AST/DeclContext.cpp
    • edit: include/swift/AST/Decl.h
    • edit: include/swift/AST/SILOptions.h
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: include/swift/AST/DeclContext.h
    • add: lib/SILOptimizer/UtilityPasses/NonInlinableFunctionSkippingChecker.cpp
    • edit: lib/Frontend/FrontendOptions.cpp
    • edit: include/swift/Option/Options.td
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: include/swift/Frontend/FrontendOptions.h
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/SILOptimizer/UtilityPasses/CMakeLists.txt
    • edit: lib/Sema/TypeCheckDecl.cpp

New issue found!

New issue found!

New issue found!