swift-ci
(Swift CI)
1
# [FAILURE] swift-main-source-compat-suite-debug [#3547]
Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3547/
Project: swift-main-source-compat-suite-debug
Date of build: Sat, 03 Oct 2020 19:14:24 -0500
Build duration: 4 min 53 sec
Changes- Commit ae9715ac0311e1d65dc4fed957e067ee2654d8ea by egor.zhdan:
WinSDK: extract System submodule with winioctl.h
-
edit: stdlib/public/Platform/winsdk.modulemap
-
Commit 04c21c18c935bc9a4101c2e5d49609c5d360e4b8 by spestov:
Parse: Disable circular definition check when parser lookup is off
-
edit: lib/Parse/ParseExpr.cpp
-
Commit 4648587326532a5e1ee672014cce4b1381607d3a by spestov:
ASTScope: Move sortBySourceRange() and cull() calls out of addSiblingsToScopeTree()
-
edit: lib/AST/ASTScopeCreation.cpp
-
Commit 8b2cf55b705e5e6cf5d316ed8af75990017f8571 by spestov:
ASTScope: Push isLocalBinding down from AbstractPatternEntryScope to PatternEntryDeclScope
-
edit: lib/AST/ASTScopeCreation.cpp
-
edit: include/swift/AST/ASTScope.h
-
Commit 4f1ab9d8e5d225d462dd5f4963777cc4df3442d2 by spestov:
ASTScope: Directly calculate end location of GuardStmtScope and PatternEntryDeclScope
-
edit: include/swift/AST/ASTScope.h
-
edit: lib/AST/ASTScopeSourceRange.cpp
-
edit: test/decl/var/usage.swift
-
edit: lib/AST/ASTScopeCreation.cpp
-
Commit e1004499c4a223765710ffc960bcb93dd2fdb166 by rjmccall:
[NFC] Split ProtocolDispatchStrategy out of MetadataValues.h.
-
edit: cmake/modules/AddSwift.cmake
-
edit: include/swift/SIL/TypeLowering.h
-
add: include/swift/ABI/ProtocolDispatchStrategy.h
-
edit: lib/IRGen/IRGen.cpp
-
edit: include/swift/ABI/MetadataValues.h
-
Commit 66a42d8de74ceffdd6b4ee21b7d833828b7a76ff by rjmccall:
[NFC] Move some of the runtime's compiler abstraction into Compiler.h
-
edit: include/swift/Basic/Compiler.h
-
edit: include/swift/Runtime/Config.h
-
Commit 0fb407943f40fc0b0ac078498fbb33d7763f08de by rjmccall:
[NFC] Rename swift_runtime_unreachable to swift_unreachable and make it use LLVM's support when available.
-
edit: lib/Parse/CMakeLists.txt
-
edit: lib/PrintAsObjC/CMakeLists.txt
-
edit: stdlib/public/runtime/Casting.cpp
-
edit: stdlib/public/runtime/ProtocolConformance.cpp
-
edit: include/swift/Remote/MetadataReader.h
-
edit: lib/SIL/CMakeLists.txt
-
edit: lib/Driver/CMakeLists.txt
-
edit: lib/Migrator/CMakeLists.txt
-
edit: stdlib/public/runtime/MetadataCache.h
-
edit: stdlib/public/runtime/MetadataLookup.cpp
-
edit: include/swift/Reflection/TypeRef.h
-
edit: include/swift/Reflection/ReflectionContext.h
-
edit: include/swift/ABI/Metadata.h
-
edit: stdlib/public/runtime/DynamicCast.cpp
-
edit: lib/LLVMPasses/CMakeLists.txt
-
edit: lib/TBDGen/CMakeLists.txt
-
edit: include/swift/Runtime/Debug.h
-
edit: lib/Serialization/CMakeLists.txt
-
edit: lib/ASTSectionImporter/CMakeLists.txt
-
edit: stdlib/public/runtime/Metadata.cpp
-
edit: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp
-
edit: stdlib/public/runtime/Exclusivity.cpp
-
edit: lib/FrontendTool/CMakeLists.txt
-
edit: lib/IRGen/CMakeLists.txt
-
add: include/swift/Basic/Unreachable.h
-
edit: lib/ClangImporter/CMakeLists.txt
-
edit: lib/SILOptimizer/CMakeLists.txt
-
edit: stdlib/toolchain/Compatibility51/ProtocolConformance.cpp
-
edit: lib/Frontend/CMakeLists.txt
-
edit: lib/IDE/CMakeLists.txt
-
edit: include/swift/Demangling/TypeDecoder.h
-
edit: lib/SyntaxParse/CMakeLists.txt
-
delete: include/swift/Runtime/Unreachable.h
-
edit: stdlib/public/runtime/ReflectionMirror.cpp
-
edit: lib/AST/CMakeLists.txt
-
edit: lib/SILGen/CMakeLists.txt
-
edit: stdlib/public/Reflection/TypeLowering.cpp
-
edit: lib/Sema/CMakeLists.txt
-
edit: include/swift/ABI/ProtocolDispatchStrategy.h
-
Commit ffe21d46dd82d52ca5f780464886146c7d30cdfe by spestov:
Sema: Diagnose duplicate capture list entires when parser lookup is off
-
edit: lib/Sema/TypeChecker.h
-
edit: lib/Sema/TypeCheckDeclPrimary.cpp
-
edit: lib/Sema/CSGen.cpp
-
Commit 854e1e482f7544e0fa0a26101dac8eb7df3ebc85 by spestov:
Frontend: Add -enable-parser-lookup flag
-
edit: lib/Driver/ToolChains.cpp
-
edit: include/swift/Option/Options.td
-
edit: lib/Frontend/CompilerInvocation.cpp
-
Commit bd36100cb3bb10e448991d7aac061e8984bc858b by spestov:
Update tests in preparation for disabling parser lookup
-
add: test/diagnostics/Localization/fr_localization_parser_lookup.swift
-
edit: test/expr/expressions.swift
-
edit: test/Parse/matching_patterns.swift
-
edit: test/stmt/statements.swift
-
edit: test/diagnostics/Localization/no_localization_files_and_wrong_path.swift
-
add: test/expr/closure/closures_parser_lookup.swift
-
edit: test/Constraints/tuple.swift
-
add: test/decl/typealias/generic_parser_lookup.swift
-
add: test/Constraints/tuple_parser_lookup.swift
-
edit: test/diagnostics/Localization/fr_localization.swift
-
add: test/decl/circularity_parser_lookup.swift
-
edit: test/decl/var/variables.swift
-
add: test/expr/expressions_parser_lookup.swift
-
add: test/Sema/diag_variable_used_in_initial_parser_lookup.swift
-
add: test/Parse/switch_parser_lookup.swift
-
edit: test/decl/circularity.swift
-
edit: test/Parse/switch.swift
-
add: test/diagnostics/Localization/no_localization_files_and_wrong_path_parser_lookup.swift
-
edit: validation-test/compiler_crashers_2_fixed/0180-rdar45557325.swift
-
add: test/stmt/statements_parser_lookup.swift
-
add: test/diagnostics/Localization/en_localization_parser_lookup.swift
-
edit: test/expr/closure/closures.swift
-
add: test/Parse/matching_patterns_parser_lookup.swift
-
add: validation-test/compiler_crashers_2_fixed/0180-rdar45557325-parser-lookup.swift
-
edit: test/decl/typealias/generic.swift
-
add: test/decl/var/variables_parser_lookup.swift
-
edit: test/diagnostics/Localization/en_localization.swift
-
edit: test/Sema/diag_variable_used_in_initial.swift
-
Commit 9294c0768731b1f8e56313814ea6ccdae8cab561 by compnerd:
CI: add concurrency to the Windows CI set
-
edit: utils/build-windows.bat
-
Commit 573886d5d60f84abc881b74b631288d94839b16f by davelee:
[build] Remove forced tracing of lldb dotest
-
edit: utils/build-script-impl