# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#16316]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/16316/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Fri, 02 Apr 2021 17:31:15 -0500
Build duration: 22 min
Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.
Changes- Commit defb593f8d4e05975aa4cdf2b3171302d49d7b01 by rishizaki:
[CodeCompletion] Migrate some tests to batch completion test
-
edit: test/IDE/complete_single_expression_return.swift
-
edit: test/IDE/complete_keywords.swift
-
edit: test/IDE/complete_in_closures.swift
-
edit: test/IDE/complete_sself.swift
-
edit: test/IDE/complete_pattern.swift
-
edit: test/IDE/complete_type_in_func_param.swift
-
Commit f3d1c34eb581e8f3aee67ff16dcd1c23c6aefa74 by eeckstein:
StringOptimization: don't constant fold dynamic Self type names.
- edit: test/SILOptimizer/string_optimization.swift
- edit: lib/SILOptimizer/Transforms/StringOptimization.cpp
-
Commit b810bb7bbdfb38fc5e8942d3562edc318e06cc3d by rishizaki:
[CodeCompletion] Migrate some tests to batch completion test
- edit: test/IDE/complete_enum_elements.swift
- edit: test/IDE/complete_value_literals.swift
- add: test/IDE/complete_call_pattern_heuristics.swift
- edit: test/IDE/complete_where_clause.swift
- edit: test/IDE/complete_call_arg.swift
- edit: test/IDE/complete_from_stdlib.swift
- delete: test/IDE/complete_value_expr_call_pattern_heuristics.swift
- edit: test/IDE/complete_constructor.swift
-
Commit e626b7e7ed4e9c0ac9c610bbce1f6060d7dadc40 by github:
improve process state management (#203)
- edit: Sources/TSCBasic/Process.swift
- edit: Tests/TSCBasicTests/ProcessSetTests.swift
-
Commit a7be84e460132bf68610700d66a2ace571e041b4 by davelee.com:
[lldb] Update async step-in implementation
- edit: lldb/include/lldb/Target/ThreadPlan.h
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
- edit: lldb/source/Target/Thread.cpp
- edit: lldb/include/lldb/Target/Process.h
- edit: lldb/source/Target/StackID.cpp
- edit: lldb/source/Target/ThreadPlanStack.cpp
- edit: lldb/source/Target/Process.cpp
- edit: lldb/include/lldb/Target/ThreadPlanStack.h
-
Commit 0306157ccd6a23843e379b784215780c0c593d2a by davelee.com:
remove optional curly braces, and other formatting
- edit: lldb/source/Target/Process.cpp
- edit: lldb/include/lldb/Target/ThreadPlanStack.h
- edit: lldb/source/Target/Thread.cpp
- edit: lldb/source/Target/ThreadPlanStack.cpp
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
-
Commit cb7a68b1454fbccf4a2b6aa6fbf3cb251ce1be42 by davelee.com:
use linear search instead of binary search for GetFrameWithStackID
- edit: lldb/source/Target/StackFrameList.cpp
-
Commit 512faeb1c3d3aabd3f3f3d8e6d88d4ab6683c831 by davelee.com:
don't step through AsyncSuspendResumePartialFunction
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
-
Commit e7429bbeee09b4403a4213b8dcd206a596091d48 by davelee.com:
remove incorrectly written check for being at function start
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
-
Commit 40b38fc01c029d7e41cb0076c1e9ea96c48d101c by davelee.com:
return early in case of !(arm64 || x86_64)
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
-
Commit 0a333e460fb026a69b9fb2c000a7e19a7ab95a9a by davelee.com:
reuse IsSwiftAsyncAwaitResumePartialFunctionSymbol
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
-
Commit d14684e3b07e3e79b65fe3a6d8a08e474618938e by davelee.com:
replace IsTID with comparison
- edit: lldb/source/Target/ThreadPlanStack.cpp
- edit: lldb/include/lldb/Target/ThreadPlanStack.h
- edit: lldb/include/lldb/Target/ThreadPlan.h
-
Commit 3aee29ab44200c7f3cd832c59308dd6b4986fb8f by davelee.com:
use SmallVector over vector
- edit: lldb/include/lldb/Target/ThreadPlanStack.h
-
Commit bbefe62972d8459ac8664bf8a62c6123fcecf65e by davelee.com:
remove superfluous conditional
- edit: lldb/source/Target/StackFrameList.cpp
-
Commit 2a4d4aceba175a46bca78a78e0f9cf3ec1e999d1 by davelee.com:
remove duct tape and fix a bug or two in the process
- edit: lldb/include/lldb/Target/Process.h
- edit: lldb/source/Target/Thread.cpp
- edit: lldb/source/Target/SwiftLanguageRuntimeNames.cpp
- edit: lldb/source/Target/Process.cpp
- edit: lldb/include/lldb/Target/ThreadPlan.h
-
Commit 50b9531e4cab06eed03c134491b73f9ea6f494ed by davelee.com:
add step in tests
- add: lldb/test/API/lang/swift/async/stepping/step-in/TestSwiftStepInAsync.py
- add: lldb/test/API/lang/swift/async/stepping/step-in/Makefile
- add: lldb/test/API/lang/swift/async/stepping/step-in/main.swift
-
Commit 98490078e1d25db922f43a4ea213afe9cf0b7862 by davelee.com:
add comment and radar number for StackID heuristic
- edit: lldb/source/Target/StackID.cpp
-
Commit 6385917c26bb037b3008be3ef0554815ecf57f03 by aschwaighofer:
Revert "Turn on swiftasync for i386."
- edit: clang/test/CodeGen/swift-async-call-conv.c
- edit: clang/lib/Basic/Targets/X86.h
-
Commit cff753a635048e654ca157f48454796c21de9f11 by github:
Fix crash on invalid Swift language version (#3380)
- edit: Sources/PackageLoading/PackageDescription4Loader.swift
- edit: Tests/PackageLoadingTests/PD5_0LoadingTests.swift
-
Commit 5fe380c387b06b4079aa10ccae6be41dc3838707 by github:
Raise the minimum deployment target to 10.11 (#3384)
- edit: Sources/PackageModel/Platform.swift
- edit: Tests/BuildTests/BuildPlanTests.swift