swift-ci
(Swift CI)
1
Report
[FAILURE] oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04 [#472]
Build URL:
https://ci.swift.org/job/oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04/472/
Project:
oss-lldb-swift-5.1-incremental-linux-ubuntu-14_04
Date of build:
Fri, 14 Jun 2019 19:09:06 -0500
Build duration:
4 hr 1 min
Changes
-
Commit 2a6d22b018a5348a03000b8abfa0bde207ffd08d by ahatanaka:
Assume __cxa_allocate_exception returns an under-aligned memory on
-
edit: include/clang/Basic/DiagnosticGroups.td
-
edit: lib/CodeGen/ItaniumCXXABI.cpp
-
edit: lib/Sema/SemaExprCXX.cpp
-
edit: include/clang/Basic/TargetInfo.h
-
edit: lib/Basic/Targets/OSTargets.h
-
add: test/SemaCXX/warn-overaligned-type-thrown.cpp
-
edit: test/CodeGenCXX/eh.cpp
-
edit: include/clang/AST/ASTContext.h
-
edit: include/clang/Basic/DiagnosticSemaKinds.td
-
Commit 2e60988a4d182bdf74d79ac6421e8171f55dd9a2 by aprantl:
Adapt LLDB to support location-less Swift debug info for zero-sized
-
edit: include/lldb/Symbol/Type.h
-
edit: source/Symbol/SwiftASTContext.cpp
-
edit: source/Symbol/Type.cpp
-
edit: source/Core/ValueObjectVariable.cpp
-
edit: source/Expression/Materializer.cpp
-
Commit 5f691852e373eadf5c61244af1ddcc2250c095c4 by xi_ge:
api-digester: keep track of the introduced platforms and language
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
edit: test/api-digester/Outputs/cake-abi.json
-
edit: test/api-digester/Inputs/cake.swift
-
edit: test/api-digester/Outputs/cake.json
-
edit: include/swift/IDE/DigesterEnums.def
-
Commit e9af7eef854065e0900b73812459df11831120c6 by xi_ge:
swift-api-digester: mark if a type declaration is pulled from an
-
edit: test/api-digester/Outputs/cake-abi.json
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
edit: test/api-digester/Outputs/cake.json
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
edit: include/swift/IDE/DigesterEnums.def
-
Commit 96f7097a711ab27f6c36d89b0e0477e67f590690 by xi_ge:
swift-api-digester: describing external type declarations as extensions
-
edit: test/api-digester/Outputs/Cake.txt
-
edit: test/api-digester/Inputs/cake1.swift
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
edit: test/api-digester/Outputs/Cake-abi.txt
-
Commit 56eecdefcec6fede13d5148ceda72f2858402769 by xi_ge:
ABI checker: diagnose the missing of @available attributes for added
-
edit: test/api-digester/Outputs/cake-abi.json
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
edit: tools/swift-api-digester/swift-api-digester.cpp
-
edit: include/swift/AST/DiagnosticsModuleDiffer.def
-
edit: test/api-digester/Outputs/Cake-abi.txt
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
edit: tools/swift-api-digester/ModuleDiagsConsumer.cpp
-
edit: test/api-digester/Outputs/cake.json
-
edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
-
Commit b3c2aff63e8ddd087c142e3f6a8a46057d4ee61a by xi_ge:
swift-api-digester: add a flag to disable OS related diagnostics
-
edit: tools/swift-api-digester/swift-api-digester.cpp
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
Commit 7685c70a53ebd74f7e287cd1c7858b7e8f385acf by xi_ge:
test/abi-checker: run stdlib ABI stability test only when assertions are
-
edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
-
edit: test/api-digester/stability-stdlib-abi.swift
-
Commit 871268dcbb427aef6243b8cb5aac528288578f24 by xi_ge:
test/abi-checker: add a stdlib ABI stability test when asserts are
-
add: test/api-digester/stability-stdlib-abi-without-asserts.swift
-
delete: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
-
add: test/api-digester/Outputs/stability-stdlib-abi.without.asserts.swift.expected
-
delete: test/api-digester/stability-stdlib-abi.swift
-
add: test/api-digester/stability-stdlib-abi-with-asserts.swift
-
Commit fdab5acddfdef0260e69009fae5614c98e737f27 by xi_ge:
api-digester: rename argument -compare-sdk to
-
edit: test/api-digester/macro-gen.swift
-
edit: test/api-digester/macro-gen-json.swift
-
edit: tools/swift-api-digester/swift-api-digester.cpp
-
edit: test/api-digester/apinotes-migrator-gen.swift
-
Commit 561637c2f7a4a325dbfa5fd200b919bb5fbf4fa7 by xi_ge:
swift-api-digester: remove some unused code. NFC
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit 4a578c1f35e49d0f88c84e200c07bbf42de9035b by xi_ge:
swift-api-digester: teach the tool to directly compare two module
-
delete: test/api-digester/Inputs/cake1.swift
-
edit: test/api-digester/Outputs/Cake-abi.txt
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
edit: test/api-digester/Outputs/Cake.txt
-
add: test/api-digester/Inputs/cake_baseline/cake.swift
-
edit: tools/swift-api-digester/swift-api-digester.cpp
-
edit: test/api-digester/compare-dump-abi.swift
-
add: test/api-digester/compare-dump-parsable-interface.swift
-
delete: test/api-digester/Inputs/cake2.swift
-
edit: test/api-digester/compare-dump.swift
-
add: test/api-digester/compare-dump-abi-parsable-interface.swift
-
add: test/api-digester/Inputs/cake_current/cake.swift
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit b9cc49781f8f428455c7a3cde3a27c7b2e0b824b by xi_ge:
[api_checker/infer-imports.py] Look for Swift-only frameworks as well
-
edit: utils/api_checker/sdk-module-lists/infer-imports.py
-
Commit 4f19e82295cb93d8d8bdf6195db32cf1c8b3de91 by xi_ge:
swift-api-checker: teach the script to collect Swift only frameworks
-
edit: utils/api_checker/swift-api-checker.py
-
edit: utils/api_checker/sdk-module-lists/infer-imports.py
-
Commit 2878fc33bb0fece202de70304fafcbc480f95313 by spestov:
Sema: Bail out early from checkOverrideAccessControl() if we have
-
add: test/multifile/protocol-override.swift
-
add: test/multifile/Inputs/protocol-override-other.swift
-
edit: lib/Sema/TypeCheckDeclOverride.cpp
-
Commit 2b96432cfcc2d7863bfd0f656866c9602a1a9d7f by pyaskevich:
[ConstraintSystem] Don't track captures if solver was in diagnostic mode
-
edit: lib/Sema/ConstraintSystem.h
-
edit: lib/Sema/CSApply.cpp
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 36bbda1968e96c14b618d5d1acaced90357c657d by pyaskevich:
[CSApply] Don't try to transform editor placeholder if it's type is
-
edit: lib/Sema/CSApply.cpp
-
add: validation-test/compiler_crashers_2_fixed/0196-rdar48937223.swift
-
Commit 1b5af423d77af33790fffeb7d42c60325ebb0f8f by aprantl:
Remove a workaround in the debug info handling of zero-sized types.
-
edit: lib/IRGen/IRGenDebugInfo.cpp
-
edit: test/DebugInfo/nostorage.swift
-
Commit 7902aac30de98d2979026bbaec3f118a59ae69ac by xi_ge:
test: update expected list for swift-5.1-branch ABI breakages
-
edit: test/api-digester/Outputs/stability-stdlib-abi.without.asserts.swift.expected
-
edit: test/api-digester/Outputs/stability-stdlib-abi.asserts.additional.swift.expected
-
Commit 4f2d9c5cfa793237cf54bd03c3ffc115f294685f by jgroff:
SILGen: Map dynamic self out of context when mangling reabstraction
-
edit: lib/SILGen/SILGenThunk.cpp
-
add: test/SILGen/dynamic_self_reabstraction.swift
-
Commit 9d6b21309af9d106b81dbf18807adb0a7c7cd605 by github:
[Driver] Bump the required Apple SDK versions to the 2019 OSs (#25479)
-
edit: lib/Driver/Driver.cpp
-
edit: test/Driver/sdk-apple.swift