[swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #1923

Erik Eckstein eeckstein at apple.com
Wed Feb 15 16:44:41 CST 2017


Well, it might be a build-problem. I cannot reproduce it locally.
I’ll try to make a clean build first before I revert.

> On Feb 15, 2017, at 1:36 PM, Erik Eckstein via swift-dev <swift-dev at swift.org> wrote:
> 
> That’s me.
> I’m going to revert
> 
>> On Feb 15, 2017, at 1:30 PM, no-reply at swift.org <mailto:no-reply at swift.org> wrote:
>> 
>> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1923]
>> 
>> Build URL:	https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1923/ <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1923/>
>> Project:	oss-swift-incremental-RA-linux-ubuntu-16_10
>> Date of build:	Wed, 15 Feb 2017 13:13:47 -0800
>> Build duration:	16 min
>> Tests:
>> 
>> Name: Swift(linux-x86_64)
>> Failed: 0 test(s), Passed: 8976 test(s), Total: 8976 test(s)
>> Name: Swift-Unit
>> Failed: 0 test(s), Passed: 310 test(s), Total: 310 test(s)
>> 
>> Changes
>> 
>> Commit ca906d1e9998763e4691acac7514e986357ef94d by kyrtzidis:
>> Add '-Fsystem' framework search option to indicate path for frameworks
>> 
>> edit: lib/Driver/ToolChains.cpp
>> edit: lib/Frontend/CompilerInvocation.cpp
>> edit: lib/Serialization/Serialization.cpp
>> edit: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
>> edit: lib/ClangImporter/ClangImporter.cpp
>> edit: include/swift/AST/ClangModuleLoader.h
>> edit: include/swift/ClangImporter/ClangImporter.h
>> edit: lib/AST/ASTContext.cpp
>> edit: tools/sil-opt/SILOpt.cpp
>> edit: lib/Serialization/SerializedModuleLoader.cpp
>> edit: test/Driver/driver-compile.swift
>> add: test/ClangImporter/Inputs/systemframeworks/Module.framework/Modules/module.modulemap
>> edit: include/swift/Serialization/ModuleFile.h
>> edit: include/swift/Serialization/ModuleFormat.h
>> edit: include/swift/AST/ASTContext.h
>> add: test/ClangImporter/system-framework-search-path.swift
>> add: test/ClangImporter/Inputs/systemframeworks/Module.framework/Headers/Module.h
>> edit: tools/swift-ide-test/swift-ide-test.cpp
>> edit: lib/Serialization/ModuleFile.cpp
>> edit: include/swift/Option/Options.td
>> edit: test/Serialization/search-paths-relative.swift
>> edit: lib/Immediate/Immediate.cpp
>> edit: include/swift/Frontend/Frontend.h
>> edit: tools/swift-api-digester/swift-api-digester.cpp
>> edit: tools/sil-llvm-gen/SILLLVMGen.cpp
>> edit: include/swift/AST/SearchPathOptions.h
>> edit: tools/lldb-moduleimport-test/lldb-moduleimport-test.cpp
>> edit: test/Serialization/search-paths.swift
>> 
>> Commit 497cac64d9bcd03d80d7aab87ffcf03534afcdf5 by beanz:
>> [CMake] Add support for Swift buildtrees including CMake packages
>> 
>> edit: cmake/modules/AddSwift.cmake
>> add: cmake/modules/SwiftConfig.cmake.in
>> add: cmake/modules/CMakeLists.txt
>> edit: CMakeLists.txt
>> 
>> Commit 89b038ea7e6db3e289cbd76b8d8a4e4019cd1e96 by beanz:
>> [CMake] Include the CMark exports in SwiftConfig.cmake
>> 
>> edit: cmake/modules/SwiftConfig.cmake.in
>> 
>> Commit e8645f37503202ebdb07e1a725111aa1c13745d6 by beanz:
>> [CMake] A few fixups to the Swift CMake package generation
>> 
>> edit: cmake/modules/CMakeLists.txt
>> edit: cmake/modules/SwiftConfig.cmake.in
>> 
>> Commit 32e5112874db157b247aa560f25738a173e128dd by kyrtzidis:
>> For the -Fsystem option, address feedback by Jordan.
>> 
>> edit: lib/Driver/ToolChains.cpp
>> edit: tools/SourceKit/lib/SwiftLang/SwiftEditorInterfaceGen.cpp
>> edit: include/swift/Option/Options.td
>> edit: lib/Frontend/CompilerInvocation.cpp
>> 
>> Commit 86e7bdeed859b3e3ca5264b0d4184b5613d7e7e0 by eeckstein:
>> Demangler: Use a fixed-size array for Word substitutions.
>> 
>> edit: lib/Basic/Demangler.cpp
>> edit: include/swift/Basic/Demangler.h
>> 
>> Commit 2d127e4192771fd3ebea7ca231e0a7459b6af754 by eeckstein:
>> Reinstate ”Use the new mangling for reflection."
>> 
>> edit: test/IRGen/generic_classes.sil
>> edit: stdlib/public/runtime/Demangle.cpp
>> edit: lib/IRGen/GenMeta.cpp
>> edit: lib/IRGen/Linking.cpp
>> edit: stdlib/public/Reflection/Demangle.cpp
>> edit: stdlib/public/runtime/Remangle.cpp
>> edit: tools/swift-demangle/swift-demangle.cpp
>> edit: stdlib/public/Reflection/TypeLowering.cpp
>> edit: test/stdlib/RuntimeObjC.swift
>> edit: lib/Basic/Remangle.cpp
>> edit: include/swift/Basic/Demangle.h
>> edit: include/swift/Reflection/TypeRef.h
>> edit: test/Reflection/typeref_lowering_objc.swift
>> edit: lib/IRGen/GenReflection.cpp
>> edit: test/Reflection/typeref_lowering.swift
>> edit: test/Interpreter/SDK/archiving_generic_swift_class.swift
>> edit: lib/Basic/Remangler.cpp
>> edit: lib/Basic/Demangle.cpp
>> edit: test/IRGen/cf.sil
>> edit: test/Reflection/typeref_lowering_missing.swift
>> edit: stdlib/public/Reflection/TypeRefBuilder.cpp
>> edit: stdlib/public/runtime/Metadata.cpp
>> edit: test/Reflection/typeref_lowering_imported.swift
>> edit: lib/Basic/Mangler.cpp
>> edit: lib/SILOptimizer/Utils/SpecializationMangler.cpp
>> edit: test/IRGen/generic_structs.sil
>> edit: stdlib/public/Reflection/Remangle.cpp
>> edit: test/IRGen/enum.sil
>> 
>> Commit e6ce2ff388a8da3a14882939132ff1b7279b3cde by beanz:
>> [CMake] Fixing up CMark exports to expand at configuration
>> 
>> edit: cmake/modules/SwiftConfig.cmake.in
>> 
>> Commit bf661853f6c189c211a2ec8f58a47d62a97dd982 by aschwaighofer:
>> AddressSanitizer: don't track swifterror memory addresses
>> 
>> edit: test/Instrumentation/AddressSanitizer/basic.ll
>> edit: lib/Transforms/Instrumentation/AddressSanitizer.cpp
> 
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170215/89908a1f/attachment.html>


More information about the swift-dev mailing list