swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-osx [#3292]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/3292/
Project:
oss-swift-package-osx
Date of build:
Mon, 13 May 2019 19:09:20 -0500
Build duration:
3 hr 15 min
Changes
-
Commit 2123a420dfa8f2bb247cdc847901798cdb92aeba by ross.m.bayer:
Set the default install_name_dir for dylibs to /usr/lib/swift on Apple
-
Commit bec25a1dad566fb0ff8ef9edb4c732e3733bfe23 by ross.m.bayer:
Added a new argument to add_swift_target_library to control the
-
edit: cmake/modules/AddSwift.cmake
-
Commit b855119fbe5070e08def7f46f98da9ec5e7ce985 by ross.m.bayer:
Added a new CMake cache variable to control the private standard library
-
edit: stdlib/private/SwiftPrivateLibcExtras/CMakeLists.txt
-
edit: CMakeLists.txt
-
edit: stdlib/private/StdlibUnicodeUnittest/CMakeLists.txt
-
edit: stdlib/private/SwiftPrivate/CMakeLists.txt
-
edit: stdlib/private/StdlibCollectionUnittest/CMakeLists.txt
-
edit: stdlib/private/StdlibUnittest/CMakeLists.txt
-
edit: stdlib/private/SwiftReflectionTest/CMakeLists.txt
-
edit: stdlib/private/StdlibUnittestFoundationExtras/CMakeLists.txt
-
edit: stdlib/private/OSLog/CMakeLists.txt
-
edit: stdlib/private/RuntimeUnittest/CMakeLists.txt
-
edit: stdlib/private/SwiftPrivateThreadExtras/CMakeLists.txt
-
Commit dfb2d31e7454e92b588a34294e315c4e88ac256c by ross.m.bayer:
Rename the LIBRARY_INSTALL_NAME_DIR argument in add_swift_target_library
-
edit: stdlib/private/SwiftReflectionTest/CMakeLists.txt
-
edit: cmake/modules/AddSwift.cmake
-
edit: stdlib/private/StdlibCollectionUnittest/CMakeLists.txt
-
edit: stdlib/private/StdlibUnittest/CMakeLists.txt
-
edit: stdlib/private/SwiftPrivate/CMakeLists.txt
-
edit: stdlib/private/SwiftPrivateThreadExtras/CMakeLists.txt
-
edit: stdlib/private/StdlibUnicodeUnittest/CMakeLists.txt
-
edit: stdlib/private/StdlibUnittestFoundationExtras/CMakeLists.txt
-
edit: stdlib/private/RuntimeUnittest/CMakeLists.txt
-
edit: stdlib/private/SwiftPrivateLibcExtras/CMakeLists.txt
-
edit: stdlib/private/OSLog/CMakeLists.txt
-
Commit 1142b6037c36151135bfa0afb75a9f3546aad913 by damian.malarczyk:
[api-digester] Include USRs in conformances
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
-
edit: test/api-digester/Outputs/clang-module-dump.txt
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
edit: test/api-digester/Outputs/cake-abi.json
-
edit: test/api-digester/Outputs/cake.json
-
edit: test/api-digester/internal-extension.swift
-
Commit a52c26f9ad463a2afa1e1c20852a77a03f334720 by github:
Add Windows build status on README
-
Commit f23f3fec58887e420ed3768174b99fa2c52fa3aa by danielrodriguez:
[windows] Add build script for Windows.
-
add: utils/build-windows.bat
-
Commit f0a6948632f20c758ae51543b19bf4afce12489f by danielrodriguez:
[android] Add a test for Android conditional compilation (AArch64)
-
add: test/Parse/ConditionalCompilation/aarch64AndroidTarget.swift
-
Commit 2966af316bdd074fa399b866c46f70b4e30d7eb2 by ross.m.bayer:
[Build System: CMake] Add CMake module paths before importing in
-
edit: cmake/modules/StandaloneOverlay.cmake
-
Commit c957c50e28974ed264b14fe832a95421099cbd65 by eeckstein:
Serialization: use the mangled class name for serializing vtables.
-
edit: lib/Serialization/DeserializeSIL.cpp
-
edit: lib/Serialization/SerializedSILLoader.cpp
-
edit: lib/Serialization/SerializeSIL.cpp
-
add: test/Serialization/Inputs/classes.swift
-
edit: include/swift/Serialization/SerializedSILLoader.h
-
edit: lib/Serialization/DeserializeSIL.h
-
edit: include/swift/Serialization/ModuleFormat.h
-
add: test/Serialization/vtable-lookup.swift
-
Commit 7b7c320bd59cb9b4954fef79ae67700dbee6c4e5 by rishizaki:
[CodeCompletion] Allow ErrorType in constructor
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: test/IDE/complete_crashes.swift
-
edit: test/IDE/complete_constructor.swift
-
Commit 6cca050fd9a51b6fa41e1efffe044de11d6a18dd by github:
[Serialization] Retire "shadowed module" in favor of "underlying"
-
edit: include/swift/Serialization/ModuleFile.h
-
edit: lib/Serialization/SerializedModuleLoader.cpp
-
edit: include/swift/Serialization/Validation.h
-
edit: lib/Serialization/ModuleFile.cpp
-
edit: lib/Serialization/Deserialization.cpp
-
edit: include/swift/AST/DiagnosticsSema.def
-
Commit 663defab4a8d03ac2af7d49273ff459c7dbe4e53 by rishizaki:
[SourceKit] Add InterfaceGen test case for pure Swift system module
-
edit: test/IDE/complete_from_swiftonly_systemmodule.swift
-
add: test/SourceKit/InterfaceGen/gen_swiftonly_systemmodule.swift
-
add: test/SourceKit/InterfaceGen/gen_swiftonly_systemmodule.swift.response
-
Commit e51b72b3e04facb8e4f4c5cf2eb05e2b54a40b0f by gwen.mittertreiner:
Reduce the Stack Size of ConstraintSystem
-
edit: lib/Sema/ConstraintSystem.h
-
edit: lib/Sema/CSStep.h
-
edit: lib/Sema/CSStep.cpp
-
edit: lib/Sema/ConstraintGraph.h
-
edit: lib/Sema/CSSolver.cpp
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: lib/Sema/ConstraintGraph.cpp
-
Commit d2603af8b1ac36f4aa0db79084867a2a8bc1130d by damian.malarczyk:
[api-digester] Remove whitespace changes
-
edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit 5cb98bfe80c82eadcee61b5376aa38d75ceacc4f by github:
[ModuleInterface] Pass -Rmodule-interface-rebuild to sub-invocation
-
edit: include/swift/Frontend/ParseableInterfaceModuleLoader.h
-
edit: lib/FrontendTool/FrontendTool.cpp
-
add: test/ParseableInterface/ModuleCache/RebuildRemarks/rebuild-transitive-import.swift
-
edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
-
Commit c506747a9cd835453b18dabfac4fa33a7501a351 by github:
[Serialization] Drop inherited conformances on classes (#23347)
-
edit: lib/SILGen/SILGenDecl.cpp
-
edit: lib/SILGen/SILGenType.cpp
-
edit: include/swift/AST/DeclContext.h
-
edit: lib/AST/ConformanceLookupTable.cpp
-
edit: lib/Serialization/Serialization.cpp
-
edit: validation-test/Serialization/conformance-removed.swift
-
edit: lib/TBDGen/TBDGen.cpp
-
Commit b45dfdeabd2adbdfc75d2219984ff98ef48ac4c8 by danielrodriguez:
[windows] Make build-windows.bat use CRLF endings.
-
edit: utils/build-windows.bat
-
Commit a216b061b2c39cc20be1f4dedf87ce0a806e605d by apl:
[Breakpoint] Fix bug when adding names to lookup
-
edit: source/Breakpoint/BreakpointResolverName.cpp
-
Commit 9cc290f7a6f86d245fed46249cbcbbbe094239f9 by apl:
[Breakpoint] Amend some changes from llvm.org
-
edit: source/Plugins/Language/ObjC/ObjCLanguage.cpp
-
edit: source/Plugins/Language/ObjC/ObjCLanguage.h
-
edit: include/lldb/Target/Language.h
-
edit: source/Breakpoint/BreakpointResolverName.cpp
-
Commit d99b1a4b598af1769d0b70e70c4184b68e6c0b61 by github:
Update for Swift compiler terminology change. (#1564)
-
edit: source/Symbol/SwiftASTContext.cpp
-
Commit e6a5f95db05b371a464dedf32198286af5564e84 by jonas:
Merge target and launch info environments
-
add: lit/Process/TestEnvironment.test
-
edit: source/Commands/CommandObjectProcess.cpp
-
add: lit/Process/Inputs/env.cpp
-
Commit 59b1372b25f76372e784c3d8f3dae4e4eb62b501 by syaghmour:
[DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses
-
edit: source/Target/CPPLanguageRuntime.cpp
-
Commit 461ebaf53f70fdf9a10e4819f47a03a41fbed049 by aprantl:
Rewrite test to not write into $SRCDIR.
-
edit: packages/Python/lldbsuite/test/lang/swift/debug_prefix_map/TestSwiftDebugPrefixMap.py
-
edit: packages/Python/lldbsuite/test/lang/swift/debug_prefix_map/Makefile
-
Commit d07c9d3f8b267dc30830a70ee07aab135b01fc9a by aprantl:
Rewrite test to not write to $SRCDIR.
-
edit: packages/Python/lldbsuite/test/lang/swift/path_with_colons/TestSwiftPathWithColons.py
-
Commit fc703101336ae758448c21cbf8e0da0324a5b1ef by aprantl:
Rewrite test to not write to $SRCDIR.
-
edit: packages/Python/lldbsuite/test/lang/swift/struct_change_rerun/TestSwiftStructChangeRerun.py
-
Commit 40956244ace12eac14ba48c3e57b23fd3583f308 by aprantl:
Generalize testcase to work with dsym and dwarf.
-
edit: packages/Python/lldbsuite/test/lang/swift/struct_change_rerun/TestSwiftStructChangeRerun.py
-
Commit 79fbaacf10eec07ec408713cae0bc164d40f577a by kyrtzidis:
Keep track and report the unit files that contain test symbols
-
edit: include/IndexStoreDB/Database/ImportTransaction.h
-
edit: lib/Database/ReadTransaction.cpp
-
edit: lib/Index/SymbolIndex.cpp
-
edit: include/IndexStoreDB/Index/StoreUnitInfo.h
-
edit: lib/Index/IndexSystem.cpp
-
edit: lib/Database/ImportTransaction.cpp
-
edit: lib/Database/ImportTransactionImpl.h
-
edit: lib/Database/ReadTransactionImpl.h
-
edit: lib/Index/IndexDatastore.cpp
-
edit: include/IndexStoreDB/Index/SymbolIndex.h
-
edit: include/IndexStoreDB/Index/IndexSystem.h
-
edit: lib/Database/Database.cpp
-
edit: lib/Database/DatabaseImpl.h
-
edit: include/IndexStoreDB/Database/ReadTransaction.h
-
edit: include/IndexStoreDB/Database/UnitInfo.h