Report
[FAILURE] oss-swift-5.1-package-linux-ubuntu-14_04 [#23]
Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-linux-ubuntu-14_04/23/
Project:
oss-swift-5.1-package-linux-ubuntu-14_04
Date of build:
Sat, 30 Mar 2019 01:37:35 -0500
Build duration:
3 hr 5 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 35b47d3f214b15cbf868dd1e7892707d7ebe136b by davg:
Add DebugPrefixMap remapping back to module creation- edit: lib/IRGen/IRGenDebugInfo.cpp
-
Commit 8593dccdb4ce9223f850fd6413fe38bba9a79ce3 by davg:
Add test- edit: test/DebugInfo/debug_prefix_map.swift
-
Commit 00907d1205d2b7959ffa6352ee8b7cf05bb198ef by pyaskevich:
[ConstraintSystem] Delay adding contextual requirements until parent- add: validation-test/compiler_crashers_2_fixed/0189-rdar49371608.swift
- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 4baf2019396c783313e9dbb743c86a60bf480dac by aschwaighofer:
[5.1] IRGen: Recover metadata from Objective-C metadata- edit: lib/IRGen/GenProto.cpp
- edit: test/IRGen/objc_generic_class_metadata.sil
-
Commit 2764225826bcda0b8801dbe2c80d2a4c5ac1f124 by aschwaighofer:
IRGen: Test all of the payload bits if there are not extra inhabitants- edit: test/IRGen/enum.sil
- edit: lib/IRGen/GenEnum.cpp
-
Commit c1f6d5cd2d1d68b86c15fc819aa3d00576518cbb by aschwaighofer:
Fix test for linux- edit: test/IRGen/enum.sil
-
Commit abd73f28b1b311d129a0e838bdbb8bd908b9a4bb by davg:
Swap to use %target-swiftc_driver for test- edit: test/DebugInfo/debug_prefix_map.swift
-
Commit 3cbbaebda0883737baa4975585bdf8d281b891be by github:
Merge pull request #22830 from jrose-apple/a-qualified-yes (#23666)- edit: test/IDE/print_swift_module.swift
- edit: test/ParseableInterface/access-filter.swift
- edit: test/api-digester/Outputs/Cake-abi.txt
- edit: test/api-digester/Outputs/Cake.txt
- edit: test/SILGen/witness_accessibility_multi.swift
- edit: test/SourceKit/DocSupport/doc_swift_module.swift.response
- edit: test/api-digester/Outputs/cake-abi.json
- edit: test/IDE/print_synthesized_extensions.swift
- edit: test/api-digester/Outputs/cake.json
- edit: lib/AST/ASTPrinter.cpp
- edit: test/IDE/print_types.swift
- edit: test/ParseableInterface/ParseStdlib.swiftinterface
- edit: test/ParseableInterface/inlinable-function.swift
- edit: test/SourceKit/DocSupport/doc_swift_module1.swift.response
- edit: test/ParseableInterface/conformances.swift
- edit: test/api-digester/compare-dump.swift
-
Commit 81af9a670b86ebcb2dd7659f8173b023c3fa16fc by rjmccall:
Don't run a full verifier pass in coro-splitting's private pipeline.- edit: lib/Transforms/Coroutines/CoroSplit.cpp
-
Commit de9b4ec96e0a475199f2f8f7f83f03445e914d01 by ahatanaka:
Fix typos and formatting. NFC.- edit: lib/CodeGen/CGNonTrivialStruct.cpp
-
Commit 6a3cbe11a42d3b54d4810dacc43c55b5bbe33c0c by ahatanaka:
[CodeGen][ObjC] Adjust the addresses passed to calls to synthesized- edit: test/CodeGenObjC/strong-in-c-struct.m
- edit: lib/CodeGen/CGNonTrivialStruct.cpp
-
Commit 8bf1494af87f222db2b637a3be6cee40a9a51a62 by ditaliano:
[CodeGenObjC] Fix a nullptr dyn_cast- edit: lib/CodeGen/CGObjC.cpp
- edit: test/CodeGenObjC/objc-alloc-init.m
-
Commit 3ed779b9580991cc32391e87b389dea5f570bb3b by artem.dergachev:
[CFG] [analyzer] pr41142: C++17: Skip transparent InitListExprs in- edit: lib/StaticAnalyzer/Core/ExprEngineC.cpp
- edit: test/Analysis/initializer.cpp
-
Commit 7b3c475b25f6c6d80194fcea1194cf0f9390713e by artem.dergachev:
[Analyzer] Constraint Manager - Calculate Effective Range for- edit: include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
- edit: test/Analysis/constraint_manager_negate_difference.c
- edit: lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
-
Commit e460aa08de712ca428e2a697ef3a1df25fb5b713 by artem.dergachev:
[analyzer] PR37501: Disable assertion for logical op short circuit- edit: lib/StaticAnalyzer/Core/ExprEngineC.cpp
- edit: test/Analysis/logical-ops.c
-
Commit 7c75d78818ca15f93bf58ed19ab27758d6ef97e6 by artem.dergachev:
[analyzer] PR41239: Fix a crash on invalid source location in- edit: test/Analysis/diagnostics/no-store-func-path-notes.c
- edit: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
-
Commit 527eb6db29ea45376a260fee126ba72158f98177 by artem.dergachev:
[analyzer] MIGChecker: Add support for more deallocator APIs.- edit: lib/StaticAnalyzer/Checkers/MIGChecker.cpp
- edit: test/Analysis/mig.mm
-
Commit 3d5b0b0fbad8278222adcc0675283d781a57a6a8 by jingham:
Skip this test on Linux as well as Darwin.- edit: packages/Python/lldbsuite/test/tools/lldb-vscode/step/TestVSCode_step.py
-
Commit 6ca314f5ff74c394db2108c21a63ae170072590f by aprantl:
Improve the error handling in GetInstanceVariableOffset[_offset].- edit: source/Symbol/SwiftASTContext.cpp
-
Commit 1b7ee3f1a02654efb0d045f0e03ebb2dd8e49e6e by github:
[Swift] The AST printer now qualifies type names more consistently- edit: source/Plugins/Language/Swift/SwiftFormatters.cpp
- edit: packages/Python/lldbsuite/test/lang/swift/metatype/TestSwiftMetatype.py
- edit: packages/Python/lldbsuite/test/functionalities/data-formatter/swift-typealias/TestSwiftTypeAliasFormatters.py
- edit: packages/Python/lldbsuite/test/lang/swift/variables/objc_optionals/TestSwiftObjCOptionals.py
- edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/remoteast_import/TestSwiftRemoteASTImport.py
- edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/dynamic_type_resolution_import_conflict/TestSwiftDynamicTypeResolutionImportConflict.py
- edit: packages/Python/lldbsuite/test/lang/swift/substituted_typealias/main.swift
- edit: packages/Python/lldbsuite/test/lang/swift/any_object/TestSwiftAnyObjectType.py
- edit: lit/Swift/DynamicTyperesolutionConflict.test
- edit: packages/Python/lldbsuite/test/lang/swift/variables/protocol/TestSwiftProtocolTypes.py
-
Commit d99579054bfe43ee3e92cf3e2c4a5357bdc7e0ef by si:
NSNumber: Make comparing NaN with number match Darwin- edit: TestFoundation/TestNSNumber.swift
- edit: Foundation/NSNumber.swift
-
Commit a401de4c63dc50e49c4f64b511b929f73f04d3f7 by compnerd:
CoreFoundation: simplify and fixCFIterateDirectory
- edit: CoreFoundation/Base.subproj/CFFileUtilities.c
-
Commit cd93fdc9f3cda2f8f5dc319c9fc4eaeb4f278e6f by si:
NumberFormatter: Get properties as attributes- edit: TestFoundation/TestNumberFormatter.swift
- edit: Foundation/NumberFormatter.swift
-
Commit 0a9dc6ecd3f19fa22f6e0818af2f41eee0e1ac87 by si:
NumberFormatter: Convert internal ivars to private- edit: Foundation/NumberFormatter.swift
-
Commit d6f351f03a64d9ce0bdf3a049b9c41a6673ce999 by compnerd:
Foundation: initialize CFSocket on startup- edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
- edit: Foundation/NSSwiftRuntime.swift
-
Commit 0dd93825d0cae975971468841f789ab4e892106c by khashiguchi:
Implement Host.isEqual and Test- edit: Foundation/Host.swift
- edit: TestFoundation/TestHost.swift
-
Commit 0b573bdbed43ee885835ec40991f26c2cc0568e7 by khashiguchi:
Fix Host.isEqual- edit: Foundation/Host.swift
- edit: TestFoundation/TestHost.swift
-
Commit 8e2f23264a61f4c1cf2fa63aa92b746d93cb6e26 by si:
TestProcess: Improve reading from a pipe with a sub-process- edit: TestFoundation/TestProcess.swift
-
Commit 71ca3b6850da8ffc6255c0cae8a3debd8e32a867 by khashiguchi:
Fix Host.isEqual- edit: Foundation/Host.swift
-
Commit 1ea949b800d9f5fbd77602ff45231bc136e71b5b by khashiguchi:
Fix TestHost.test_isEqual- edit: TestFoundation/TestHost.swift
-
Commit 08f03890d73cad573bef9c49c111b3feb52c52ff by gwen.mittertreiner:
Remove all Uses of TimeValue- edit: lib/Database/ReadTransactionImpl.h
- edit: lib/Index/IndexDatastore.h
- edit: include/IndexStoreDB/Database/ReadTransaction.h
- edit: include/IndexStoreDB/Index/IndexSystemDelegate.h
- edit: lib/Database/Database.cpp
- edit: lib/Database/ReadTransaction.cpp
- edit: lib/Database/DatabaseImpl.h
- edit: include/IndexStoreDB/Index/IndexSystem.h
- edit: include/IndexStoreDB/Database/ImportTransaction.h
- edit: lib/Index/IndexDatastore.cpp
- edit: lib/Database/ImportTransaction.cpp
- edit: lib/Database/ImportTransactionImpl.h
- edit: include/IndexStoreDB/Core/Symbol.h
- edit: include/IndexStoreDB/Database/UnitInfo.h
- edit: include/IndexStoreDB/Index/StoreUnitInfo.h
- edit: lib/Index/IndexSystem.cpp
- edit: lib/Index/SymbolIndex.cpp
-
Commit bfd64783d5416f056172545caeb81ce87bdd556d by gwen.mittertreiner:
Replace LLVM_EXPORT with INDEXSTOREDB_EXPORT- edit: include/IndexStoreDB/Database/ImportTransaction.h
- edit: include/IndexStoreDB/Database/ReadTransaction.h
- edit: include/IndexStoreDB/Support/PatternMatching.h
- edit: include/IndexStoreDB/Index/IndexSystemDelegate.h
- edit: include/IndexStoreDB/Support/FilePathWatcher.h
- edit: include/IndexStoreDB/Support/Path.h
- edit: include/IndexStoreDB/Index/IndexStoreLibraryProvider.h
- add: include/IndexStoreDB/Support/Visibility.h
- edit: include/IndexStoreDB/Index/IndexSystem.h
- edit: include/IndexStoreDB/Database/Database.h
- edit: include/IndexStoreDB/Support/Concurrency.h
- edit: include/IndexStoreDB/Database/DatabaseError.h
- edit: include/IndexStoreDB/Support/Logging.h