Report
[FAILURE] oss-swift-incremental-ASAN-RA-osx [#4602]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4602/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Thu, 09 Apr 2020 18:39:27 -0500
Build duration:
7 hr 20 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Swift Compile Error: Swift compiler error
Changes
-
Commit 10305c9a98f0efd127f4f1bc73a19e07b8ff6a6f by mishal_shah:
Update driver CI to use Swift 5.2- edit: jobs/pull-request/pr-swift-driver.sh
-
Commit fd51afb480b9d0c2ca315d22d3ec2ec29943bc58 by mishal_shah:
Add macOS/Linux Argument parser testing job- add: jobs/pull-request/pr-swift-argument-parser.sh
-
Commit 53489b4df693356fe572b8d22d2692f303323a62 by mishal_shah:
Support 5.1.5 and 5.2.1 testing- edit: jobs/pull-request/pr-swift-argument-parser.sh
-
Commit 1325e0db2a111de97fb99528792c320f58df617e by mishal_shah:
Fix the swift 5.2.1 issue- edit: jobs/pull-request/pr-swift-argument-parser.sh
-
Commit e25fd57c2fc8a8e7b3872284b5c9b21d66bf038c by mishal_shah:
Fix typo in Swift 5.2.1 update- edit: jobs/pull-request/pr-swift-argument-parser.sh
-
Commit 5e459421f3eae46106861a6ad03bcb1c6bf53676 by dungar:
Fix typo- edit: include/swift/AST/ASTScope.h
-
Commit 0bfd10e8d26d9ae1fd28dc3462be74c1722bc063 by owen:
[Changelog] Add SE-0276 to the changelog- edit: CHANGELOG.md
-
Commit df3b6a83bb5de76295898b6f08e759cf7be27a0e by nhawes:
[SourceKit/CodeFormat] Don't modify multiline string indentation- edit: lib/IDE/Formatting.cpp
- edit: test/swift-indent/basic.swift
-
Commit 2f50c859c086fd26c0cc5ca8355add1c286e25dc by danielzheng:
[test] Addconfig.target_run_simple_swiftgyb_parameterized
.- edit: test/lit.cfg
- edit: docs/Testing.md
-
Commit 3f06912fd9661f7ae4bd8d8b246d91d1756e48bb by danielzheng:
[AutoDiff] Enable forward-mode differentiation tests.- edit: test/AutoDiff/stdlib/tgmath_derivatives.swift.gyb
- edit: test/AutoDiff/stdlib/floating_point.swift.gyb
-
Commit b8bc8c2b051c04d2737c4000080e729b20aebc8d by compnerd:
test: lit still requires python2, explicitly use that- edit: test/CMakeLists.txt
-
Commit d99d8da9567572943b913968d862171e5fbd1a20 by github:
[AutoDiff upstream] handle differentiable_function in- add: test/AutoDiff/SILOptimizer/differentiation.swift
- edit: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp
-
Commit 65ab642b1a5b8e7a137e4b188c9bff51070fe5cf by danielzheng:
[AutoDiff upstream] AddDifferentiable.zeroTangentVector
.- edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
- edit: test/AutoDiff/stdlib/array.swift
- edit: stdlib/public/Differentiation/Differentiable.swift
-
Commit 6f28e54505835d5bc741a02dbb8d31d095e195db by compnerd:
test: repair the Android CI after #30875- edit: test/AutoDiff/stdlib/array.swift
-
Commit d4ff5847d085b34eee8e24db4fdd3650ed094dd9 by danielzheng:
[AutoDiff upstream] AddAnyDerivative
.- add: stdlib/public/Differentiation/AnyDerivative.swift
- edit: stdlib/public/Differentiation/CMakeLists.txt
- add: test/AutoDiff/stdlib/anyderivative.swift
-
Commit c8e8b177fab2983b8802b8f33a668b42b44eec84 by compnerd:
runtime: fix a UBSAN issue- edit: stdlib/public/runtime/MetadataCache.h
-
Commit ddef9292a6d284a24918de05a62acda8d0ef1ba1 by github:
[AutoDiff upstream] DifferentiationUnittest and some e2e tests (#30915)- add: stdlib/private/DifferentiationUnittest/DifferentiationUnittest.swift
- add: stdlib/private/DifferentiationUnittest/CMakeLists.txt
- add: test/AutoDiff/validation-test/simple_model.swift
- edit: stdlib/private/CMakeLists.txt
- edit: validation-test/ParseableInterface/verify_all_overlays.py
- add: test/AutoDiff/validation-test/simple_math.swift
-
Commit a07b35ab03b95dff74400671e6e1d971eb563f01 by github:
[Diagnostics] Improve {{none}} fix-it verifier (#30791)- edit: test/FixCode/verify-fixits.swift.result
- edit: test/Parse/type_expr.swift
- edit: lib/Frontend/DiagnosticVerifier.cpp
- edit: test/diagnostics/verifier.swift
- add: test/Frontend/verify-fixits.swift
- edit: test/FixCode/verify-fixits.swift
-
Commit f82bfee9a7e58066b2398925d3cdcdd136f574af by teemperor:
[lldb] Move clang-based files out of Symbol- edit: lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
- add: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
- edit: lldb/source/API/SystemInitializerFull.cpp
- edit: lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
- delete: lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
- edit: lldb/unittests/SymbolFile/DWARF/CMakeLists.txt
- edit: lldb/source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h
- edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
- delete: lldb/include/lldb/Symbol/CxxModuleHandler.h
- add: lldb/source/Plugins/TypeSystem/Clang/CMakeLists.txt
- add: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
- edit: lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
- edit: lldb/source/Target/Target.cpp
- delete: lldb/include/lldb/Symbol/TypeSystemClang.h
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
- edit: lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
- edit: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
- edit: lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
- edit: lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
- edit: lldb/source/Plugins/Language/ObjC/NSArray.cpp
- edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
- delete: lldb/include/lldb/Symbol/ClangASTMetadata.h
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
- edit: lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
- edit: lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
- edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/CMakeLists.txt
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
- edit: lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
- edit: lldb/source/Core/ValueObject.cpp
- edit: lldb/unittests/Symbol/CMakeLists.txt
- edit: lldb/source/Plugins/Language/ObjC/CMakeLists.txt
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
- edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
- add: lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.cpp
- edit: lldb/source/Plugins/Language/ObjC/Cocoa.cpp
- edit: lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
- delete: lldb/source/Symbol/CxxModuleHandler.cpp
- edit: lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
- add: lldb/source/Plugins/TypeSystem/CMakeLists.txt
- edit: lldb/source/Plugins/Language/ObjC/NSString.cpp
- edit: lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
- delete: lldb/include/lldb/Symbol/ClangUtil.h
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h
- edit: lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
- edit: lldb/source/Plugins/Language/ObjC/NSException.cpp
- edit: lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
- edit: lldb/source/Plugins/Language/ObjC/NSSet.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
- edit: lldb/source/Plugins/Language/ObjC/CF.cpp
- edit: lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
- edit: lldb/source/Plugins/Language/ObjC/NSError.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.cpp
- edit: lldb/source/Plugins/SystemRuntime/MacOSX/CMakeLists.txt
- edit: lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
- edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
- edit: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
- delete: lldb/include/lldb/Symbol/ClangASTImporter.h
- edit: lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
- edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
- edit: lldb/source/Plugins/CMakeLists.txt
- delete: lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
- edit: lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
- edit: lldb/tools/lldb-test/lldb-test.cpp
- edit: lldb/source/Plugins/SymbolFile/PDB/CMakeLists.txt
- edit: lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
- edit: lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
- edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
- delete: lldb/source/Symbol/ClangASTMetadata.cpp
- edit: lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
- edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
- edit: lldb/unittests/Expression/CMakeLists.txt
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
- edit: lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
- edit: lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
- edit: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
- edit: lldb/unittests/SymbolFile/PDB/CMakeLists.txt
- edit: lldb/unittests/Symbol/TestLineEntry.cpp
- edit: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
- delete: lldb/source/Symbol/ClangASTImporter.cpp
- edit: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
- edit: lldb/source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
- edit: lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
- delete: lldb/source/Symbol/ClangUtil.cpp
- edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
- edit: lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
- edit: lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
- edit: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
- edit: lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
- edit: lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
- edit: lldb/source/Symbol/CMakeLists.txt
- edit: lldb/unittests/Symbol/TestTypeSystemClang.cpp
- edit: lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
- edit: lldb/tools/lldb-test/SystemInitializerTest.cpp
- edit: lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
- edit: lldb/unittests/Expression/ClangExpressionDeclMapTest.cpp
- delete: lldb/source/Symbol/TypeSystemClang.cpp
- edit: lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
- add: lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.cpp
- edit: lldb/unittests/Symbol/TestClangASTImporter.cpp
-
Commit 077ce0038406b67e55d8f1fcba0c61880a5d1b09 by teemperor:
[lldb] Move implementation of GetDisplayName to TypeSystem class- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
- edit: lldb/source/Symbol/CompilerType.cpp
- edit: lldb/include/lldb/Symbol/TypeSystem.h
-
Commit 8c4f032af3b86d6e26fa8a1ef0a88b6287f9b3cd by teemperor:
[lldb] Let TypeSystemClang::GetDisplayTypeName remove anonymous and- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/TestDataFormatterLibcxxMultiSet.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/forward_list/TestDataFormatterLibcxxForwardList.py
- edit: lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/TestDataFormatterUnordered.py
- edit: lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
- edit: lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/TestDataFormatterLibccIterator.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/TestDataFormatterLibcxxTuple.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py
- edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/TestDataFormatterLibcxxSet.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/variant/TestDataFormatterLibcxxVariant.py
- edit: lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
- edit: lldb/packages/Python/lldbsuite/test/lldbtest.py
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/main.cpp
- edit: lldb/source/DataFormatters/FormatManager.cpp
- edit: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/set/main.cpp