Report
[FAILURE] oss-swift-5.1-package-linux-ubuntu-18_04 [#187]
Build URL:
https://ci.swift.org/job/oss-swift-5.1-package-linux-ubuntu-18_04/187/
Project:
oss-swift-5.1-package-linux-ubuntu-18_04
Date of build:
Sat, 11 May 2019 01:29:35 -0500
Build duration:
2 hr 58 min
Identified problems:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
- Timeout: This build was marked as FAIL because it timed out.
Changes
-
Commit 95684e6ac4d79e541139f8f2b0f43a8e425cbd5d by tyu.sam:
[5.1][Diagnostics] Improve diagnostics for .init called on values- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: test/expr/postfix/dot/init_ref_delegation.swift
-
Commit fe486db1e0be4cb5982942c96f36420bfed19416 by brentdax:
Merge pull request #24334 from brentdax/wherefore-art-thou-api- edit: test/Sema/availability_versions.swift
- edit: test/stdlib/DispatchDeprecationWatchOS.swift
- edit: test/attr/attr_availability_osx.swift
- edit: test/Sema/availability_versions_objc_api.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: include/swift/AST/PlatformKind.h
- edit: lib/Sema/TypeCheckAvailability.cpp
- edit: test/attr/attr_availability_tvos.swift
- edit: test/attr/attr_availability_watchos.swift
- edit: test/ClangImporter/objc_factory_method.swift
- edit: test/ClangImporter/availability_app_extension.swift
- edit: test/Serialization/target-too-new.swift
- edit: test/Interpreter/availability_host_os.swift
- edit: test/Sema/deprecation_osx.swift
- edit: test/Sema/availability_versions_multi.swift
- edit: test/ClangImporter/availability_implicit_macosx.swift
- edit: test/Sema/Inputs/availability_multi_other.swift
- edit: include/swift/AST/PlatformKinds.def
- edit: test/attr/attr_availability_narrow.swift
-
Commit 18046e073046bc5092f248c58fb67cb12d9b2109 by natecook:
Revise CollectionDifference documentation.- edit: stdlib/public/core/CollectionDifference.swift
- edit: stdlib/public/core/Diffing.swift
-
Commit 5afc9f346377e56e1771cb2848caffa7e06b7691 by natecook:
Minor revisions.- edit: stdlib/public/core/CollectionDifference.swift
- edit: stdlib/public/core/Diffing.swift
-
Commit 90f93bb7f7ff5a46d095175c89d23cb84d16e3e6 by mikeash:
[Runtime] In the assert for SWIFT_ISA_MASK, tolerate it if- edit: stdlib/public/runtime/SwiftObject.mm
-
Commit c9d565637dd949acaa784e5960eb569ce98c6edf by compnerd:
build: ensure that we link against the correct library- edit: src/CMakeLists.txt
-
Commit 7bd17dfff59c7385099b22c1748683e32fb11f35 by artem.dergachev:
[analyzer] Fix a crash when doing RVO from within blocks.- edit: lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
- add: test/Analysis/copy-elision.mm
-
Commit 2a9550f735787519624833f7948d694958cebf94 by jonas:
[Driver] Change the way we deal with local lldbinit files.- edit: tools/driver/Driver.h
- edit: tools/driver/Driver.cpp
- add: lit/Driver/Inputs/.lldbinit
- edit: source/Interpreter/CommandInterpreter.cpp
- add: lit/Driver/LocalLLDBInit.test
- edit: lit/helper/toolchain.py
-
Commit 2ec02d99695c797dba5babfe5571c67624da31a3 by jonas:
[Driver] Add command line option to allow loading local lldbinit file.- edit: tools/driver/Driver.cpp
- edit: lit/Driver/LocalLLDBInit.test
- edit: tools/driver/Options.td
-
Commit bb16dc3820fd4356252010ee7f51ee58b017a078 by jonas:
Propagate command interpreter errors from lldlbinit- edit: lit/Driver/Inputs/.lldbinit
- edit: source/Commands/CommandObjectCommands.cpp
- edit: source/Target/Target.cpp
- edit: source/Interpreter/CommandInterpreter.cpp
- add: lit/Driver/Inputs/syntax_error.py
- edit: lit/Driver/LocalLLDBInit.test
- edit: source/Commands/CommandObjectSettings.cpp
- edit: source/Breakpoint/BreakpointOptions.cpp
- edit: include/lldb/Interpreter/CommandInterpreter.h
- edit: source/Commands/CommandObjectWatchpointCommand.cpp
- edit: source/Commands/CommandObjectBugreport.cpp
-
Commit 3b8e6be7a11ec268995b500898765e68233fec0c by jonas:
Don't source local .lldbinit in the test suite- edit: lit/helper/toolchain.py
-
Commit ac60122397067506ce6823cc15a02f9183423b48 by aprantl:
Rename C++ TestGlobalVariables.py to have a distinct name from C- delete: packages/Python/lldbsuite/test/lang/cpp/global_variables/TestGlobalVariables.py
- add: packages/Python/lldbsuite/test/lang/cpp/global_variables/TestCPPGlobalVariables.py
-
Commit 316fdc507eb211465363acfb536368c212e0f456 by aprantl:
Teach LLDB to find .swiftinterface files in .dSYM bundles.- add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/libs/Makefile
- edit: source/Symbol/SwiftASTContext.cpp
- add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/TestSwiftInterfaceDsym.py
- add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/main.swift
- add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/Makefile
- add: packages/Python/lldbsuite/test/lang/swift/parseable_interfaces/dsym/libs/A.swift
-
Commit 7f478cb6e8636a4a72dfa3cd681864651c09dbee by jonas:
[Reproducers] Capture return values of functions returning by ptr/ref- edit: source/API/SBFrame.cpp
- edit: source/API/SBQueue.cpp
- edit: source/API/SBSection.cpp
- edit: source/API/SBMemoryRegionInfoList.cpp
- edit: source/API/SBTypeFormat.cpp
- edit: source/API/SBTypeNameSpecifier.cpp
- edit: source/API/SBSymbolContextList.cpp
- edit: lit/tools/lldb-instr/Inputs/foo.h
- edit: source/API/SBInstructionList.cpp
- edit: source/API/SBTypeFilter.cpp
- edit: source/API/SBAttachInfo.cpp
- edit: source/API/SBSourceManager.cpp
- edit: source/API/SBType.cpp
- edit: source/API/SBBlock.cpp
- edit: source/API/SBCommandInterpreter.cpp
- edit: source/API/SBCompileUnit.cpp
- edit: source/API/SBEvent.cpp
- edit: source/API/SBTypeCategory.cpp
- edit: source/API/SBSymbol.cpp
- edit: source/API/SBError.cpp
- edit: source/API/SBCommandReturnObject.cpp
- edit: source/API/SBStructuredData.cpp
- edit: source/API/SBThreadCollection.cpp
- edit: lit/tools/lldb-instr/TestInstrumentationRegister.test
- edit: source/API/SBValueList.cpp
- edit: source/API/SBExpressionOptions.cpp
- edit: source/API/SBValue.cpp
- edit: unittests/Utility/ReproducerInstrumentationTest.cpp
- edit: source/API/SBThread.cpp
- edit: source/API/SBBreakpointLocation.cpp
- edit: include/lldb/Utility/ReproducerInstrumentation.h
- edit: source/API/SBSymbolContext.cpp
- edit: source/API/SBVariablesOptions.cpp
- edit: source/API/SBProcessInfo.cpp
- edit: source/API/SBTarget.cpp
- edit: source/API/SBAddress.cpp
- edit: source/API/SBModuleSpec.cpp
- edit: source/API/SBWatchpoint.cpp
- edit: source/API/SBBroadcaster.cpp
- edit: source/API/SBExecutionContext.cpp
- edit: source/API/SBFileSpec.cpp
- edit: source/API/SBBreakpoint.cpp
- edit: source/API/SBProcess.cpp
- edit: source/API/SBBreakpointName.cpp
- edit: source/API/SBModule.cpp
- edit: source/API/SBTypeEnumMember.cpp
- edit: source/API/SBDebugger.cpp
- edit: source/API/SBFunction.cpp
- edit: tools/lldb-instr/Instrument.cpp
- edit: source/Utility/ReproducerInstrumentation.cpp
- edit: source/API/SBMemoryRegionInfo.cpp
- edit: lit/tools/lldb-instr/TestInstrumentationRecord.test
- edit: source/API/SBStringList.cpp
- edit: source/API/SBTypeSynthetic.cpp
- edit: source/API/SBThreadPlan.cpp
- edit: source/API/SBData.cpp
- edit: source/API/SBLineEntry.cpp
- edit: source/API/SBUnixSignals.cpp
- edit: source/API/SBFileSpecList.cpp
- edit: source/API/SBListener.cpp
- edit: source/API/SBTypeSummary.cpp
- edit: source/API/SBDeclaration.cpp
- edit: source/API/SBInstruction.cpp
- edit: lit/tools/lldb-instr/Inputs/foo.cpp