[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #9828

Report

[FAILURE] oss-swift-incremental-RA-osx [#9828]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-osx/9828/
Project:
oss-swift-incremental-RA-osx
Date of build:
Wed, 04 Dec 2019 10:52:22 -0600
Build duration:
33 min

Identified problems:

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

Changes

  • Commit cd48a1174c7c59bf6444e6a250b04787c92ca07c by varun_gandhi:
    [NFC] Clean up GenClangType a little bit.

    • edit: lib/IRGen/GenClangType.cpp
  • Commit a4faab40ebcadd32d409b76a732ab29a848ffb8f by varun_gandhi:
    [NFC] Check the cache first when computing Clang types.

    • edit: lib/IRGen/GenClangType.cpp
  • Commit 8021795672db6ae289ff9adfd5d2a0800495b2a2 by varun_gandhi:
    [AST] Setup AST and SIL to accomodate Clang function types.

    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/SILOptimizer/UtilityPasses/BugReducerTester.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/AST/Type.cpp
    • edit: lib/AST/ASTDemangler.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/SILOptimizer/Transforms/Outliner.cpp
  • Commit 196f358decb9b2feb2f8b2986006777f0cdfb619 by varun_gandhi:
    [AST] Add ClangTypeConverter, computing C types for FunctionTypes.

    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • add: lib/AST/ClangTypeConverter.h
    • edit: lib/Sema/CSApply.cpp
    • add: test/Sema/clang_types_in_ast.swift
    • edit: include/swift/AST/Types.h
    • edit: lib/IRGen/GenClangType.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/ClangImporter/ClangImporter.h
    • add: lib/AST/ClangTypeConverter.cpp
    • edit: lib/AST/ASTDemangler.cpp
    • edit: lib/AST/CMakeLists.txt
    • edit: lib/AST/ASTDumper.cpp
    • edit: include/swift/AST/ClangModuleLoader.h
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/AST/Type.cpp
    • edit: include/swift/AST/ASTContext.h
  • Commit 7a629a88df31e474d925606cca26b3c850d0fe88 by varun_gandhi:
    [NFC] Don't compute sizes manually in GenericFunctionType::get.

    • edit: lib/AST/ASTContext.cpp
  • Commit 99b72992badc689a84f62b7e4516bd602ea60bec by varun_gandhi:
    [NFC] Add some useful crash information in CSApply.

    • edit: lib/Sema/CSApply.cpp
  • Commit 1abd35a4c68e16dca385695a7c364418269d9c23 by varun_gandhi:
    [NFC] Lift out common "canImportAsOptional" to a new header.

    • add: include/swift/AST/ClangSwiftTypeCorrespondence.h
    • edit: lib/AST/CMakeLists.txt
    • add: lib/AST/ClangSwiftTypeCorrespondence.cpp
    • edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: lib/AST/ClangTypeConverter.cpp
  • Commit ee18c007cc640c5abc54a147f45c02a361ccdb87 by varun_gandhi:
    [NFC] Crash if we try to convert non-ObjC protocols.

    • edit: lib/IRGen/GenClangType.cpp
    • edit: lib/AST/ClangTypeConverter.cpp
  • Commit affa1b49bf54bd3f125a9dfd3e061e3b55625b38 by varun_gandhi:
    [Runtime] Memset Extradata fully before copy from pattern. (#28478)

    • edit: lib/IRGen/GenMeta.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: include/swift/ABI/Metadata.h