Report
[FAILURE] oss-swift-package-osx [#2055]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2055/
Project:
oss-swift-package-osx
Date of build:
Thu, 16 Aug 2018 22:30:27 -0500
Build duration:
1 hr 53 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Changes
-
Commit 44d5b9ffeac3e028ef106ffbb90f21bd06c2e70a by dmbryson:
[Core] Set a busy timeout on the database- edit: lib/Core/SQLiteBuildDB.cpp
-
Commit e613180370e85b4a1cc25c579b8a4ca224f3e729 by dmbryson:
[Core] Lower SQLite busy timeout to 5s- edit: lib/Core/SQLiteBuildDB.cpp
-
Commit ca48ebf39067e402c23d1428cd20830bb71af579 by gregomni:
Improve type coercion fixits for optional-to-optional conversions.- edit: lib/Sema/CSDiag.cpp
- edit: test/Constraints/bridging.swift
-
Commit 07e002ce5ebfe6248a718f2a7ba0112384bc0603 by xi_ge:
swift-api-digester: diagnose generic signature change for any- edit: test/api-digester/Inputs/cake2.swift
- edit: test/api-digester/Outputs/Cake-abi.txt
- edit: test/api-digester/Inputs/cake1.swift
- edit: test/api-digester/Outputs/apinotes-diags-3-4.txt
- edit: test/api-digester/Outputs/apinotes-diags.txt
- edit: include/swift/IDE/DigesterEnums.def
- edit: test/api-digester/Outputs/Cake.txt
- edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit 9b9e6183f1af8da384c21878103a3c7de43fbbdb by gregomni:
One more test fix- edit: test/FixCode/fixits-apply-objc.swift.result
-
Commit 78fba7e1d0026ed4fe9e664a47fd9ba99d8a7f19 by gregomni:
Add optional back onto the toType rather than manually adding a '?'- edit: lib/Sema/CSDiag.cpp
-
Commit 11cdd41bf02683ff28a51e184cc7e6c02fab9203 by xi_ge:
swift-api-digester: simplify some code. NFC.- edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit fe5667a4b688eb06206cec4fd95be2eb062bde3a by ghoare:
[Stats] Change NumInstructions to NumInstructionsExecuted, accept 0 when- edit: test/Misc/stats_dir_instructions.swift
- edit: lib/Basic/Statistic.cpp
- edit: include/swift/Basic/Statistics.def
-
Commit 318e988ae1b725213db3a4d1895287ae3b598e0a by jordan_rose:
[Parse] Allow parsing accessors without bodies for .swiftinterfaces- edit: test/ModuleInterface/SmokeTest.swiftinterface
- edit: lib/Parse/ParseDecl.cpp
-
Commit 32bacc898067b6297656a3a90f2fae1918cf8bf2 by gregomni:
More complicatedas?
test.- edit: test/Constraints/bridging.swift
-
Commit 9168d460155317fbd8f0e84d729a7b05b2e72d3d by mgottesman:
[passmanager] Add the two last missing delete notifications.- edit: include/swift/SILOptimizer/Utils/SILOptFunctionBuilder.h
- edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
- edit: include/swift/SIL/TypeSubstCloner.h
-
Commit 3c58cd56e1e15a9013c8a12c711aafc6568ee899 by mgottesman:
[passmanager] Change the verifier analysis to use function names instead- edit: lib/SILOptimizer/Analysis/PassManagerVerifierAnalysis.cpp
- edit: include/swift/SILOptimizer/Analysis/PassManagerVerifierAnalysis.h
-
Commit f6d933b0323775929aa5e3ec33687030f95e5d33 by rjmccall:
When picking a binding disjunction, try to simplify to a common TV.- edit: test/Sema/generalized_accessors.swift
- edit: lib/Sema/CSSolver.cpp
-
Commit ec0719d3e07789e2e0790c137de4574ed3dad5ce by jordan_rose:
Handle parsing deinitializers without bodies for .swiftinterfaces- edit: test/Parse/init_deinit.swift
- edit: lib/Parse/ParseDecl.cpp
- edit: test/ModuleInterface/SmokeTest.swiftinterface
- edit: lib/SILGen/SILGen.cpp
-
Commit ed51d2255c1a2cdaeb80c365304130f12a5af4a7 by jordan_rose:
[Parse] Simplify deinit recovery helper from previous commit- edit: lib/Parse/ParseDecl.cpp
-
Commit e2a245d21197e47b72d41992bbc8611da850a1a8 by jordan_rose:
[SILGen] Also handle initializers without bodies- edit: test/ModuleInterface/SmokeTest.swiftinterface
- edit: lib/SILGen/SILGen.cpp
-
Commit 1a3cb5b630112b82844bfacd01454c0b11e9ddd0 by jordan_rose:
[ModuleInterface] "Smoke test" struct and enum declarations too- edit: test/ModuleInterface/SmokeTest.swiftinterface
-
Commit 6526f114003484cb154d234ef4d4f68dbe88baf7 by jordan_rose:
[ModuleInterface] Don't print access on extensions- edit: test/ModuleInterface/access-filter.swift
- edit: lib/AST/ASTPrinter.cpp
-
Commit 5a8cbe45038595cb9c48af9fbc162ad7e5bb3bdb by jordan_rose:
[AST] Never print access levels on protocol requirements- edit: test/IDE/print_synthesized_extensions.swift
- edit: test/attr/accessibility_print.swift
- edit: lib/AST/ASTPrinter.cpp
- edit: test/SourceKit/InterfaceGen/gen_clang_module.swift.response
-
Commit 2152d0bde063358db28e62d4eaae975ee3e36405 by xi_ge:
swift-api-digester: remove some dead code. NFC- edit: tools/swift-api-digester/swift-api-digester.cpp
-
Commit c76494b02e7556efaf65bbc53f5b30381365edf4 by vsk:
Use atomic profile counter updates when TSan is enabled- edit: lib/IRGen/IRGen.cpp
- add: test/Profiler/instrprof_tsan.swift
-
Commit bc79f3011a7d2d133bc5c3f602fbe18c2a65f870 by xi_ge:
swift-api-digester: diagnose removal/addition of dynamic attribute under- edit: test/api-digester/Inputs/cake2.swift
- edit: test/api-digester/Inputs/cake1.swift
- edit: tools/swift-api-digester/swift-api-digester.cpp
- edit: include/swift/IDE/DigesterEnums.def
- edit: test/api-digester/Outputs/Cake-abi.txt
-
Commit f093a8910deeaf39efd62989964df86238092d3b by mgottesman:
[analysis] Add a new form of verification SILAnalysis::verifyFull().- edit: include/swift/SILOptimizer/Analysis/Analysis.h
- edit: lib/SILOptimizer/PassManager/PassManager.cpp
-
Commit 2f1b464844bbc2ff6c1ab0099956a9c9694d4695 by github:
Cut down conformance checking time by reusing RequirementEnvironments- edit: lib/Sema/TypeCheckProtocol.h
- edit: test/SILGen/witnesses_class.swift
- edit: lib/Sema/TypeCheckProtocol.cpp
-
Commit 9c5f9ce18d58daf26f915a82b90a177b7ec7b5ea by ben_cohen:
[stdlib][QoI] Replace recursion in sort _siftDown with Iteration- edit: stdlib/public/core/Sort.swift
-
Commit 40fa3c29313c1a426c49e212113c6c8bb8566766 by vsk:
[InstrProf] Use atomic profile counter updates for TSan- add: test/Instrumentation/InstrProfiling/atomic-updates.ll
- edit: lib/Transforms/Instrumentation/InstrProfiling.cpp
- edit: include/llvm/Transforms/Instrumentation.h
-
Commit 0c0feedd15045b10d2a83049ce58484700cbffe0 by vsk:
[InstrProf] Use atomic profile counter updates for TSan- edit: lib/CodeGen/BackendUtil.cpp
- add: test/CodeGen/tsan-instrprof-atomic.c
-
Commit d45d1563cbeeeb21eeeffc95b43ad6d3b5e17f54 by ankit_aggarwal:
Remove some build manifest caching related dead code- edit: Sources/Commands/SwiftTool.swift
- edit: Sources/Build/llbuild.swift
-
Commit d13cc06d204ccb82ddf2e7c7c88e5efe805be8a4 by aprantl:
Add a Swift backwards-compatibility test category.- add: packages/Python/lldbsuite/test/lang/swift/backwards_compatibility/simple/TestSwiftBackwardsCompatibilitySimple.py
- add: packages/Python/lldbsuite/test/lang/swift/backwards_compatibility/simple/Makefile
- add: packages/Python/lldbsuite/test/lang/swift/backwards_compatibility/simple/main.swift
- edit: packages/Python/lldbsuite/test/test_categories.py