Report
[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1712]
Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1712/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Fri, 19 Apr 2019 20:22:55 -0500
Build duration:
3 hr 45 min
Changes
-
Commit b02080dc2f8dff42ff3d4088a5f7174f8f813aa5 by apl:
[lldb] [cmake] Use install directories for LLVM_* variables- edit: cmake/modules/LLDBStandalone.cmake
-
Commit b655482b247718315161bb432e9bfe6451ef5d4c by apl:
[CMake] Set LLVM_DEFAULT_EXTERNAL_LIT in standalone build correctly on- edit: cmake/modules/LLDBStandalone.cmake
-
Commit 5d045ce8605122d3e7deaaf58a4707aa830725cf by apl:
[CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone builds- edit: cmake/modules/LLDBStandalone.cmake
-
Commit 2af5751b02a9180f4eb5207ed814e58201fbc6cb by mracek:
[lldb] Don't filter variable list when doing a lookup by mangled name in- add: packages/Python/lldbsuite/test/lang/cpp/global_variables/TestGlobalVariables.py
- edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
- add: packages/Python/lldbsuite/test/lang/cpp/global_variables/Makefile
- add: packages/Python/lldbsuite/test/lang/cpp/global_variables/main.cpp
-
Commit 36ff85d9e9b1c212ca07601da36c13e487879ac3 by mracek:
Revert "Xfail two TSan integration tests"- edit: packages/Python/lldbsuite/test/functionalities/tsan/swift-access-race/TestTsanSwiftAccessRace.py
- edit: packages/Python/lldbsuite/test/functionalities/tsan/swift/TestTsanSwift.py
-
Commit 1fe3ec1d14177bbc73d9f0952f2a02c8cce50eee by millenomi:
Parity: MeasurementFormatter, DateComponentFormatter- edit: Foundation/DateComponentsFormatter.swift
- edit: Foundation/MeasurementFormatter.swift
- edit: Foundation/NSObjCRuntime.swift
- edit: Foundation/Measurement.swift
-
Commit b0e06a13f347de71f260d01e985702dfbb5d8a13 by compnerd:
TestFoundation: replaceCFStringCreateExternalRepresentation
- edit: TestFoundation/TestNSString.swift
-
Commit c04e941d971f1927066edc6f7d28de105ac040a6 by compnerd:
TestFoundation: replaceCFStringCreateWithBytes
- edit: TestFoundation/TestNSString.swift
-
Commit fcf285e4526fcf04218a5a3401d1e1cc683266a6 by compnerd:
TestFoundation: replaceCFStringGetBytes
- edit: TestFoundation/TestNSString.swift
-
Commit 851e340a735d7b39758c0bcd4781ef09580a2f91 by compnerd:
Foundation: portProcessInfo.processIdentifier
to Win32- edit: Foundation/ProcessInfo.swift
-
Commit 21677609864edf7733a9513743626bd1dc10dadc by compnerd:
TestFoundation: replaceCFStringCreateMutableCopy
- edit: TestFoundation/TestNSString.swift
-
Commit 62c51728ee351a338b8cc41181f63b57b87182df by compnerd:
TestFoundation: limittest_arrayUsedAsCFArrayInvokesArrayMethods
- edit: TestFoundation/TestNSArray.swift
-
Commit bcb7858299eebc6117b5060d31c9d39b748b59da by alseycmiller:
Match Darwin implementation ofNSError.localizedDescription
- edit: Foundation/NSError.swift
-
Commit 0712fc92b92cc0aab3e058991a37763888fb1b94 by alseycmiller:
Match Darwin implementation ofNSError.description
- edit: Foundation/NSError.swift
-
Commit 67b3a80ee6591d741100af3572b537f76f9df629 by alseycmiller:
_BridgedStoredNSError
should conform toCustomStringConvertible
- edit: Foundation/NSError.swift
-
Commit 8d03cb7a6124b8ec78ea6aea755e88972196183d by aprantl:
Record parseable interface imports in the debug info.- edit: include/swift/Serialization/SerializedModuleLoader.h
- edit: lib/IRGen/IRGenDebugInfo.cpp
- add: test/DebugInfo/ParseableInterfaceImports.swift
- edit: lib/AST/Module.cpp
- edit: lib/Frontend/Frontend.cpp
- edit: include/swift/Serialization/Validation.h
- edit: lib/Serialization/Serialization.cpp
- edit: include/swift/Serialization/SerializationOptions.h
- edit: include/swift/Serialization/ModuleFormat.h
- edit: lib/Serialization/SerializedModuleLoader.cpp
- edit: lib/Serialization/ModuleFile.cpp
- edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
- edit: include/swift/AST/Module.h
-
Commit c79bb5b607b9b55ccd621b47dfeb49e2c2361e73 by gwen.mittertreiner:
Provide inotify from glibc- edit: stdlib/public/Platform/glibc.modulemap.gyb
-
Commit f13470fbd8ed3de23bfae7f74c1faa669f4d140f by github:
Update CHANGELOG.md- edit: CHANGELOG.md
-
Commit 98059831c9ade0e09ce9de6e5909a3a47909eb81 by alaferriere:
Sema: implementisFinal
using a request evaluator- edit: lib/AST/Decl.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: include/swift/AST/TypeCheckRequests.h
- edit: include/swift/AST/TypeCheckerTypeIDZone.def
- edit: lib/IDE/CodeCompletion.cpp
- edit: include/swift/AST/Decl.h
- edit: lib/AST/TypeCheckRequests.cpp
- edit: lib/Sema/DerivedConformanceCodable.cpp
- edit: lib/AST/ASTPrinter.cpp
- edit: lib/Sema/CodeSynthesis.cpp
-
Commit ec565cd189cf21b678a1260f6f742552929c5a2d by alaferriere:
AST: initialize LazySemanticInfo struct to 0 instead of setting all- edit: include/swift/AST/Decl.h
-
Commit 34dc07d6566d93cf5f6dcabc03a44811a000987d by alaferriere:
AST: don’t print ‘final’ on a ‘let’- edit: lib/AST/ASTDumper.cpp
-
Commit f196d26aced11d22cd6c17c327724ec431fb69f0 by alaferriere:
Sema: remove more final setters- edit: lib/Sema/DerivedConformances.cpp
-
Commit ddef82ab4a85386f3470db1265ba4eadd1f9251f by alaferriere:
Serialization: manually write ‘FinalAttr’ if ‘isFinal’- edit: lib/Serialization/Serialization.cpp
-
Commit c50280f1048b4d035088f9df8abce236f9ea1177 by alaferriere:
Sema: don’t print ‘final’ on accessors- edit: lib/AST/ASTPrinter.cpp
-
Commit b48eabd0c3a9991147073815982066b7af629e56 by alaferriere:
Sema: keep FinalAttr in decl->getAttrs for print order compatibility- edit: lib/AST/TypeCheckRequests.cpp
-
Commit 089d5bf0c10828e9e3ce02e3a16c3f775b504c92 by github:
Update CHANGELOG.md- edit: CHANGELOG.md
-
Commit 9a411bea6afa84bdcf6415610442fef9bd56f570 by jgroff:
MetadataLookup: Use extension's generic context for non-nominal- edit: stdlib/public/runtime/MetadataLookup.cpp
- add: test/Interpreter/opaque_return_type_protocol_ext.swift
-
Commit d05cd67816ba42db9da43f846f9a3411c0e2497d by github:
Accelerate vForce (#24152)- edit: stdlib/public/Darwin/Accelerate/CMakeLists.txt
- add: stdlib/public/Darwin/Accelerate/Accelerate.swift
- add: stdlib/public/Darwin/Accelerate/vForce_Operations.swift
- add: stdlib/public/Darwin/Accelerate/ContiguousCollection.swift
- edit: stdlib/public/Darwin/Accelerate/Quadrature.swift
- edit: test/stdlib/Accelerate.swift
- add: test/stdlib/Accelerate_vForce.swift
-
Commit ce70083bee9f8d0383fb58491bf94794bc645f28 by spestov:
GSB: Clean up resolveDeclSignature() calls- edit: lib/AST/GenericSignatureBuilder.cpp
-
Commit 91d0a10462a9745e939d7368c0caf3d328f820b4 by spestov:
IRGen: Don't add class stubs to objc_classes list- edit: lib/IRGen/GenMeta.cpp
- edit: test/IRGen/class_update_callback_with_stub.swift
-
Commit aa77f6e2f255e0e8d81ac2e0a3a0ed369fead3c6 by spestov:
IRGen: Emit reference to class stub from class context descriptor- edit: lib/IRGen/GenMeta.cpp
- edit: test/IRGen/class_update_callback_with_stub.swift
-
Commit 2846fa66a97d23afb34ffd6b5e76f1c5e3220703 by spestov:
IRGen: Fix for categories on resilient classes from other modules- edit: test/IRGen/class_update_callback_with_stub.swift
- edit: lib/IRGen/MetadataRequest.cpp
-
Commit d6868acf8a07357a161de89a0b9192a181dbd716 by spestov:
IRGen: Categories on class stubs should go in a separate list and- edit: lib/IRGen/GenClass.cpp
- edit: lib/IRGen/GenMeta.cpp
- edit: lib/IRGen/IRGenModule.h
- edit: lib/IRGen/MetadataRequest.h
- edit: lib/IRGen/GenDecl.cpp
- edit: test/IRGen/class_update_callback_with_stub.swift
- edit: lib/IRGen/GenCast.cpp
- edit: lib/IRGen/MetadataRequest.cpp
-
Commit 2fa1d03f53d8162381b8b8e7ee9deb77fde7749e by spestov:
Re-enable test/Interpreter/class_resilience.swift test- edit: test/Interpreter/class_resilience.swift
-
Commit c6efc8dc850ea5350ad23f71cad3afcbdb4d38fa by github:
Test that the swiftinterface for the stdlib can be compiled (#24128)- add: validation-test/ParseableInterface/verify_stdlib.swift
-
Commit 9536eff2d6e8d7c09ae5e2a636fd675d517eb602 by spestov:
Execution tests for Objective-C resilient class stubs- add: validation-test/Runtime/Inputs/class-stubs-from-objc/module.map
- add: validation-test/Runtime/class_stubs.m
- add: validation-test/Runtime/Inputs/class-stubs-from-objc/first.swift
- add: test/Interpreter/objc_class_resilience_stubs.swift
- add: validation-test/Runtime/Inputs/class-stubs-from-objc/second.swift
-
Commit 7c8641c49760d73d1c0eea9476b5ffd204c27c1c by spestov:
Fix formatting nit in objc_getClass test- edit: test/Interpreter/SDK/objc_getClass.swift