swift-ci
(Swift CI)
1
# [FAILURE] swift-master-source-compat-suite-debug [#3406]
Build URL: https://ci.swift.org/job/swift-master-source-compat-suite-debug/3406/
Project: swift-master-source-compat-suite-debug
Date of build: Thu, 13 Aug 2020 11:36:17 -0500
Build duration: 5 hr 8 min
Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.
Changes- Commit d913e57d84d7c20c652a3d8074811593c6960f99 by kateinoigakukun:
[Serialization] Serialize Differentiability WT index sorted
-
edit: lib/Serialization/SerializeSIL.cpp
-
edit: lib/Serialization/Serialization.cpp
-
add: test/Serialization/index-table-order.sil
-
Commit 0ce281014464889b30ac1c807eb8c1a8106afce7 by kateinoigakukun:
[Serialization] Serialize subclassScope to keep linkage
-
edit: lib/Serialization/ModuleFormat.h
-
edit: lib/Serialization/SILFormat.h
-
edit: lib/Serialization/DeserializeSIL.cpp
-
edit: lib/Serialization/SerializeSIL.cpp
-
add: test/Serialization/access-level.swift
-
Commit 1ab4a4742ae7dbf0df3be48b298546f537bc402e by rishizaki:
[AST] Formalize getBodySourceRange() for fast completion
-
edit: lib/AST/ASTContext.cpp
-
edit: lib/IDE/CompletionInstance.cpp
-
edit: lib/AST/Decl.cpp
-
edit: include/swift/AST/Decl.h
-
Commit 5ad4fa8b07174671b55501b508153eabc9b429a8 by spestov:
SIL: Don't canonicalize struct field and enum element types against the
-
edit: lib/SIL/IR/SILFunctionType.cpp
-
edit: lib/SIL/IR/TypeLowering.cpp
-
add: validation-test/compiler_crashers_2_fixed/rdar65272763.swift
-
Commit db2dd20ce6ab7be8d38dbe311744e68f7abfa99d by allevato:
Parse concurrency syntax when parsing for syntax-tree-only mode.
-
add: test/Syntax/Parser/async.swift
-
edit: include/swift/Parse/Parser.h
-
edit: tools/swift-syntax-test/swift-syntax-test.cpp
-
edit: lib/Parse/ParsePattern.cpp
-
edit: lib/Parse/ParseExpr.cpp
-
edit: lib/Parse/ParseType.cpp
-
Commit ef89b0dc51ddd731f90fcf0f71738e9190f767db by github:
Add a 'standalone_minimal' preset to build a minimal, static, OS
-
edit: cmake/modules/DarwinSDKs.cmake
-
edit: utils/build_swift/tests/expected_options.py
-
edit: utils/build-script-impl
-
edit: test/CMakeLists.txt
-
edit: utils/build-presets.ini
-
edit: cmake/modules/AddSwift.cmake
-
edit: utils/build_swift/build_swift/driver_arguments.py
-
edit: utils/swift_build_support/swift_build_support/targets.py
-
edit: stdlib/cmake/modules/AddSwiftStdlib.cmake
-
edit: stdlib/cmake/modules/SwiftSource.cmake
-
Commit 643aa2d8961c2f86b931658d026329adf00a35a9 by github:
[cxx-interop] Import typedef-ed template instantiations (#32950)
-
add: test/Interop/Cxx/templates/decl-with-definition-including-members.swift
-
edit: lib/ClangImporter/ImportDecl.cpp
-
add: test/Interop/Cxx/templates/Inputs/mangling.h
-
add: test/Interop/Cxx/templates/using-directive-module-interface.swift
-
add: test/Interop/Cxx/templates/decl-without-definition-module-interface.swift
-
add: test/Interop/Cxx/templates/decl-with-definition.swift
-
add: test/Interop/Cxx/templates/Inputs/decl-with-primitive-argument.h
-
add: test/Interop/Cxx/templates/Inputs/decl-with-definition.h
-
add: test/Interop/Cxx/templates/using-directive.swift
-
add: test/Interop/Cxx/templates/Inputs/linkage-of-swift-symbols-for-imported-types.h
-
add: test/Interop/Cxx/templates/Inputs/canonical-types.h
-
add: test/Interop/Cxx/templates/Inputs/module.modulemap
-
add: test/Interop/Cxx/templates/decl-with-definition-silgen.swift
-
add: test/Interop/Cxx/templates/decl-with-primitive-argument.swift
-
edit: lib/ClangImporter/SwiftLookupTable.cpp
-
add: test/Interop/Cxx/templates/mangling-irgen.swift
-
edit: lib/AST/ASTMangler.cpp
-
add: test/Interop/Cxx/templates/mangling-silgen.swift
-
add: test/Interop/Cxx/templates/decl-without-definition.swift
-
edit: docs/CppInteroperabilityManifesto.md
-
add: test/Interop/Cxx/templates/canonical-types-module-interface.swift
-
edit: docs/ABI/Mangling.rst
-
edit: test/lit.cfg
-
add: test/Interop/Cxx/templates/Inputs/explicit-specialization.h
-
add: test/Interop/Cxx/templates/Inputs/using-directive.h
-
add: test/Interop/Cxx/templates/decl-with-definition-irgen.swift
-
edit: lib/ClangImporter/ImportName.cpp
-
edit: include/swift/Strings.h
-
add: test/Interop/Cxx/templates/Inputs/eager-instantiation-problems.h
-
add: test/Interop/Cxx/templates/explicit-specialization.swift
-
add: test/Interop/Cxx/templates/eager-instatiation-problems.swift
-
add: test/Interop/Cxx/templates/Inputs/decl-without-definition.h
-
add: test/Interop/Cxx/templates/linkage-of-swift-symbols-for-imported-types-irgen.swift
-
add: test/Interop/Cxx/templates/demangling.swift
-
add: test/Interop/Cxx/templates/Inputs/decl-with-definition-including-members.h
-
add: test/Interop/Cxx/templates/canonical-types.swift
-
Commit ee6c6f4bf2145af89c6e6f3695973a55aa613aff by rishizaki:
[CodeCompletion] Stop marking non-target function bodies 'Skipped'
-
edit: include/swift/AST/Decl.h
-
edit: lib/AST/Decl.cpp
-
edit: lib/Parse/ParseDecl.cpp
-
Commit 198519c75ff0f0d618ce65a403e1a81e0f05d7bd by spestov:
SIL: Fix TypeExpansionContext() constructor to get the right DeclContext
-
edit: lib/SIL/IR/SILFunctionType.cpp
-
add: test/SILGen/opaque_result_type_private.swift
-
Commit 6b61818fffe82ad41859327803084103e5eb1d8f by github:
Revert "[cxx-interop] Import typedef-ed template instantiations
-
delete: test/Interop/Cxx/templates/Inputs/canonical-types.h
-
delete: test/Interop/Cxx/templates/Inputs/module.modulemap
-
delete: test/Interop/Cxx/templates/decl-without-definition-module-interface.swift
-
delete: test/Interop/Cxx/templates/linkage-of-swift-symbols-for-imported-types-irgen.swift
-
delete: test/Interop/Cxx/templates/Inputs/decl-with-definition.h
-
edit: lib/AST/ASTMangler.cpp
-
delete: test/Interop/Cxx/templates/Inputs/linkage-of-swift-symbols-for-imported-types.h
-
delete: test/Interop/Cxx/templates/Inputs/decl-with-definition-including-members.h
-
delete: test/Interop/Cxx/templates/canonical-types.swift
-
delete: test/Interop/Cxx/templates/decl-with-definition-silgen.swift
-
edit: docs/ABI/Mangling.rst
-
delete: test/Interop/Cxx/templates/eager-instatiation-problems.swift
-
edit: lib/ClangImporter/SwiftLookupTable.cpp
-
delete: test/Interop/Cxx/templates/Inputs/explicit-specialization.h
-
edit: docs/CppInteroperabilityManifesto.md
-
delete: test/Interop/Cxx/templates/Inputs/decl-without-definition.h
-
delete: test/Interop/Cxx/templates/decl-with-primitive-argument.swift
-
delete: test/Interop/Cxx/templates/decl-with-definition.swift
-
delete: test/Interop/Cxx/templates/explicit-specialization.swift
-
delete: test/Interop/Cxx/templates/canonical-types-module-interface.swift
-
delete: test/Interop/Cxx/templates/mangling-irgen.swift
-
edit: lib/ClangImporter/ImportName.cpp
-
delete: test/Interop/Cxx/templates/Inputs/using-directive.h
-
delete: test/Interop/Cxx/templates/using-directive-module-interface.swift
-
delete: test/Interop/Cxx/templates/decl-with-definition-irgen.swift
-
delete: test/Interop/Cxx/templates/demangling.swift
-
delete: test/Interop/Cxx/templates/decl-with-definition-including-members.swift
-
edit: include/swift/Strings.h
-
edit: test/lit.cfg
-
delete: test/Interop/Cxx/templates/using-directive.swift
-
delete: test/Interop/Cxx/templates/Inputs/decl-with-primitive-argument.h
-
delete: test/Interop/Cxx/templates/decl-without-definition.swift
-
delete: test/Interop/Cxx/templates/mangling-silgen.swift
-
edit: lib/ClangImporter/ImportDecl.cpp
-
delete: test/Interop/Cxx/templates/Inputs/mangling.h
-
delete: test/Interop/Cxx/templates/Inputs/eager-instantiation-problems.h
-
Commit 4ca3c232b7aa70b01b38dc2766fb5b7e23e295ce by atrick:
Fix LICM to avoid hoisting never-executed traps
-
edit: include/swift/SIL/LoopInfo.h
-
edit: test/SILOptimizer/licm.sil
-
edit: lib/SILOptimizer/LoopTransforms/LICM.cpp
-
Commit 7d3d4de65b0863270c7391e419fd842a6181c25d by rwidmann:
Fixup IdentifierInfo Key Confusion
-
edit: lib/ClangImporter/ClangImporter.cpp
-
Commit a535463062d64e811f69ad13466877984e856f65 by dgregor:
[Concurrency] async autoclosures are only legal on async functions.
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/expr/unary/async_await.swift
-
edit: lib/Sema/TypeCheckDecl.cpp
-
Commit eda621fb645b2eb443d8febe3c76dbbd92490eab by dgregor:
[Concurrency] Only suggest adding 'async' to functions.
-
edit: test/expr/unary/async_await.swift
-
edit: lib/Sema/TypeCheckDecl.cpp