Report
[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#2041]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/2041/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Mon, 28 Oct 2019 22:36:39 -0500
Build duration:
1 hr 22 min
Changes
-
Commit 157cb2a65420cdb886af394ad2e9fc1a9be522c2 by vsk:
[build-script] Forward --skip-local-build to build-script-impl- add: validation-test/BuildSystem/skip-local-build.test-sh
- edit: utils/build-script
-
Commit 9b77ae52faf1e0c9ba682130e2640da1c89735b8 by aqamoss3fan2010:
Print property accessors for nonmutating setter requirements- edit: test/decl/protocol/conforms/fixit_stub_editor.swift
- edit: lib/Sema/TypeCheckProtocol.cpp
-
Commit 2a05418daca37cfdf79c7f9ebd259ac3082fc42d by github:
[build-script] Forward cross-compile host flags to lldb (#27910)- edit: utils/build-script-impl
-
Commit b92beb46efbf61fd5c773fa059b094338d5cd5b9 by github:
[build-script] Teach cross-compile hosts check about --skip-local-build- edit: utils/build-script-impl
-
Commit ffd3fef199bae8a451bcfc01b593c123e2140232 by rkandhadaimadhav:
[OSLogOptimization] Create a SIL test for OSLogOptimization pass to test- edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
- add: test/SILOptimizer/OSLogPrototypeCompileTest.sil
- edit: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp
- edit: test/SILOptimizer/OSLogPrototypeCompileTest.swift
-
Commit 28b66f622599d53fe6da6598b575ad15d777c1a9 by rwidmann:
Switch DeclValidation Counter to Request Counter- edit: lib/Sema/TypeCheckDecl.cpp
- edit: validation-test/compiler_scale/protocol_members.gyb
- edit: validation-test/compiler_scale/struct_nested.gyb
- edit: validation-test/compiler_scale/bind_nested_extension_decl.gyb
- edit: validation-test/compiler_scale/used_conformances.gyb
- edit: docs/CompilerPerformance.md
- edit: validation-test/compiler_scale/enum_members.gyb
- edit: include/swift/Basic/Statistics.def
- edit: validation-test/compiler_scale/class_members.gyb
- edit: validation-test/compiler_scale/bind_extension_decl.gyb
- edit: validation-test/compiler_scale/struct_members.gyb
- edit: validation-test/compiler_scale/enum_indirect.gyb
-
Commit 386568c7e9d786b7e1801153b50da7fa0ffdf0a9 by mgottesman:
[gardening] Move ome from Transform -> Mandatory as per @atrick's- add: lib/SILOptimizer/Mandatory/OwnershipModelEliminator.cpp
- edit: lib/SILOptimizer/Transforms/CMakeLists.txt
- delete: lib/SILOptimizer/Transforms/OwnershipModelEliminator.cpp
- edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
-
Commit ed1f9b30ef38d669351d9ef2edce9ce9bdefa653 by david_smith:
Implement both -isEqual: and -isEqualToString: to directly call the- edit: stdlib/public/core/StringStorage.swift
-
Commit d9516dd8859b3d552047072ca3030233bc4a299b by jonas:
[lldb] Let table gen create command option initializers.- edit: lldb/cmake/modules/AddLLDB.cmake
- add: lldb/utils/TableGen/LLDBTableGen.cpp
- edit: lldb/source/Commands/CMakeLists.txt
- edit: lldb/source/Commands/CommandObjectBreakpoint.cpp
- add: lldb/source/Commands/Options.td
- add: lldb/utils/TableGen/LLDBTableGenBackends.h
- add: lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
- edit: lldb/source/Commands/CommandObjectHelp.cpp
- edit: lldb/source/Commands/CommandObjectSettings.cpp
- edit: lldb/source/Commands/CommandObjectTarget.cpp
- edit: lldb/CMakeLists.txt
- add: lldb/utils/TableGen/CMakeLists.txt
- add: lldb/source/Commands/OptionsBase.td
-
Commit 4ecae5fd39f04a8f49ad0084e7b5f03911cd8ba7 by jonas:
[lldb][NFC] Tablegenify watchpoint commands- edit: lldb/source/Commands/CommandObjectWatchpointCommand.cpp
- edit: lldb/source/Commands/Options.td
- edit: lldb/source/Commands/CommandObjectWatchpoint.cpp
-
Commit b2995342877bebe911bcc41a98c21aa451206ee1 by jonas:
[lldb][NFC] Tablegenify type commands- edit: lldb/source/Commands/CommandObjectType.cpp
- edit: lldb/source/Commands/Options.td
-
Commit bf9524d9f4286e929b5db95fd969613c1b48e163 by jonas:
[lldb] Tablegenify thread commands and fix completion bug for thread- edit: lldb/source/Commands/Options.td
- edit: lldb/source/Commands/CommandObjectThread.cpp
-
Commit 16965153d9f2de68b1717920a1391029b7bf297c by jonas:
[lldb][NFC] Format 'type' commands in Options.td- edit: lldb/source/Commands/Options.td
-
Commit 375ee97f9afd0d62937f7b0e13225990d598fafa by jonas:
[lldb][NFC] Tablegenify alias/regex/history/source/script- edit: lldb/source/Commands/CommandObjectCommands.cpp
- edit: lldb/source/Commands/Options.td
-
Commit a9df875665abb72b52f494826ca7062dd6eaafc9 by jonas:
[lldb][NFC] Tablegenify breakpoint- edit: lldb/source/Commands/CommandObjectBreakpointCommand.cpp
- edit: lldb/utils/TableGen/LLDBOptionDefEmitter.cpp
- edit: lldb/source/Commands/Options.td
- edit: lldb/source/Commands/CommandObjectBreakpoint.cpp
-
Commit 15ef0fa78925fb556804d79b062d3a3476ee5b61 by jonas:
[lldb][NFC] Tablegenify disassemble- edit: lldb/source/Commands/CommandObjectDisassemble.cpp
- edit: lldb/source/Commands/Options.td
-
Commit ca0bdcbba16b98754e2a771790d1bf07d3a958b8 by jonas:
[lldb][NFC] Tablegenify source- edit: lldb/source/Commands/Options.td
- edit: lldb/source/Commands/CommandObjectSource.cpp
-
Commit eef9a24cc4617515ed7c0da4e1454926d9c652c6 by jonas:
[lldb][NFC] Tablegenify process- edit: lldb/source/Commands/CommandObjectProcess.cpp
- edit: lldb/source/Commands/Options.td
-
Commit e91442da4cb38fc2a42b1b0d5bf6382524177259 by jonas:
[lldb][NFC] Tablegenify platform- edit: lldb/source/Commands/Options.td
- edit: lldb/source/Commands/CommandObjectPlatform.cpp
-
Commit 4ca4b5d58f29fd316d483732e80d11e32d549c26 by jonas:
[lldb] Fix build errors from tablegenify platform commit- edit: lldb/source/Commands/Options.td
- edit: lldb/source/Commands/CommandObjectPlatform.cpp
-
Commit bd555c120afa5e7cece4f060c4307086edaa8442 by jonas:
[lldb] Tablegenify expr/frame/log/register/memory- edit: lldb/source/Commands/CommandObjectLog.cpp
- edit: lldb/source/Commands/CommandObjectMemory.cpp
- edit: lldb/source/Commands/CommandObjectFrame.cpp
- edit: lldb/source/Commands/CommandObjectRegister.cpp
- edit: lldb/source/Commands/CommandObjectExpression.cpp
- edit: lldb/source/Commands/Options.td
-
Commit 91fa1f9fdfa5c7d088d6489a03763e13cfefd8ac by jonas:
[VFS] Add reverse iterator to OverlayFileSystem- edit: llvm/include/llvm/Support/VirtualFileSystem.h
- edit: llvm/unittests/Support/VirtualFileSystemTest.cpp
-
Commit 78ddd86c74969887659236064415928cd807c95a by jonas:
[VirtualFileSystem] Support virtual working directory in the- edit: llvm/lib/Support/VirtualFileSystem.cpp
- edit: llvm/include/llvm/Support/VirtualFileSystem.h
- edit: llvm/unittests/Support/VirtualFileSystemTest.cpp
-
Commit bcb6fcfc7d8024aa5a7bfabf4c040323cd23b0f7 by jonas:
[test] Update YAML mapping in VirtualFileSystemTest- edit: llvm/unittests/Support/VirtualFileSystemTest.cpp
-
Commit 6871462072ceb5708dc8c293039a1c6e1ec09931 by jonas:
Revert "[VirtualFileSystem] Support virtual working directory in the- edit: llvm/unittests/Support/VirtualFileSystemTest.cpp
- edit: llvm/lib/Support/VirtualFileSystem.cpp
- edit: llvm/include/llvm/Support/VirtualFileSystem.h
-
Commit 2e58d66e0fe36d834bbff51fb0da4985ac7f1452 by jonas:
[Reland][VirtualFileSystem] Support virtual working directory in the- edit: llvm/include/llvm/Support/VirtualFileSystem.h
- edit: llvm/unittests/Support/VirtualFileSystemTest.cpp
- edit: llvm/lib/Support/VirtualFileSystem.cpp
-
Commit 886854a47197461686cd5854770c69464e690e5d by jonas:
Fix an unused variable introduced in rL374955 / rG21703543.- edit: llvm/unittests/Support/VirtualFileSystemTest.cpp
-
Commit 4b06991c0f7c47c8651c6c1b82751099e7007bf9 by jonas:
RedirectingFileSystem::openFileForRead - replace bitwise & with boolean- edit: llvm/lib/Support/VirtualFileSystem.cpp
-
Commit e6d86f30949e87102deaa81471d92c2afe21b25d by jonas:
VirtualFileSystem - replace dyn_cast<>+assert with cast<> calls. NFCI.- edit: llvm/lib/Support/VirtualFileSystem.cpp
-
Commit ff03dd24470fc7cbad1d7f0ad3b6dadcf1cb0e72 by jonas:
[Path] Fix bug in make_absolute logic- edit: llvm/lib/Support/Path.cpp
- edit: llvm/unittests/Support/Path.cpp
-
Commit 3116987c0f5a6c88604bae6b16912651e409fa8a by ditaliano:
ValueObject: Fix a crash related to children address type computation- edit: lldb/include/lldb/Core/ValueObject.h
- add: lldb/lit/SymbolFile/DWARF/DW_OP_piece-struct.s
- edit: lldb/source/Core/ValueObjectVariable.cpp
- edit: lldb/source/Core/ValueObject.cpp
-
Commit 43a34840ab5048b28108ff97445d030a233e0163 by aprantl:
Don't emit .gnu_pubnames when tuning for LLDB.- edit: clang/test/Driver/debug-options.c
- edit: clang/lib/Driver/ToolChains/Clang.cpp
-
Commit c54d96aa49c27742d57bd485e71b4bd839c8085c by aprantl:
PCH debug info: Avoid appending the source directory to an absolute path- add: clang/test/PCH/debug-info-pch-container-path.c
- edit: clang/lib/CodeGen/CGDebugInfo.cpp
-
Commit 8eaaab8c30561565d3f600730a33896e65a1c6b2 by ankit_aggarwal:
[Build] Add support for building resource bundles- edit: Sources/Build/llbuild.swift
- edit: Sources/Build/BuildDelegate.swift
- edit: Tests/FunctionalTests/XCTestManifests.swift
- add: Fixtures/Resources/Simple/.gitignore
- edit: Sources/Commands/SwiftTool.swift
- add: Sources/PackageModel/Resource.swift
- edit: Sources/PackageLoading/PackageBuilder.swift
- add: Fixtures/Resources/Simple/Sources/Resources/foo.txt
- edit: Sources/PackageModel/Target.swift
- edit: Sources/Build/BuildPlan.swift
- edit: Sources/Build/ToolProtocol.swift
- add: Fixtures/Resources/Simple/Sources/Resources/main.swift
- add: Fixtures/Resources/Simple/Package.swift
- add: Tests/FunctionalTests/ResourcesTests.swift
-
Commit 09139ac1bfeead3685f444b47a26e9af5fa9ab44 by ankit_aggarwal:
Build resources for ObjC targets- add: Fixtures/Resources/Simple/Sources/SeaResource/foo.txt
- delete: Fixtures/Resources/Simple/Sources/Resources/foo.txt
- add: Fixtures/Resources/Simple/Sources/SwiftyResource/main.swift
- edit: Sources/PackageLoading/PackageBuilder.swift
- edit: Fixtures/Resources/Simple/Package.swift
- edit: Tests/FunctionalTests/ResourcesTests.swift
- delete: Fixtures/Resources/Simple/Sources/Resources/main.swift
- edit: Sources/PackageModel/Target.swift
- add: Fixtures/Resources/Simple/Sources/SeaResource/main.m
- add: Fixtures/Resources/Simple/Sources/SwiftyResource/foo.txt