[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #1442

Bob Wilson bob.wilson at apple.com
Thu Jun 2 23:32:02 CDT 2016


Slava fixed that in c9cd33bb. Hopefully the next run will succeed. Thanks, Slava!

> On Jun 2, 2016, at 7:17 PM, Douglas Gregor via swift-dev <swift-dev at swift.org> wrote:
> 
> Looks like a great that should require the Objjective-C runtime. 
> 
> Sent from my iPhone
> 
> On Jun 2, 2016, at 7:01 PM, no-reply at swift.org <mailto:no-reply at swift.org> wrote:
> 
>> [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1442]
>> 
>> Build URL:	https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1442/ <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1442/>
>> Project:	oss-swift-package-linux-ubuntu-14_04
>> Date of build:	Thu, 02 Jun 2016 18:13:51 -0700
>> Build duration:	48 min
>> Identified problems:
>> 
>> Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
>> Indication 1 <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-14_04/1442/consoleFull#1680673459ee1a197b-acac-4b17-83cf-a53b95139a76>
>> Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
>> Indication 1 <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-14_04/1442/consoleFull#454063908fca400bf-2f4a-462e-b517-e058d770b2d7>
>> Changes
>> 
>> Commit 6a507d631154a2b3ab51bb45ae6c8f43e0428545 by gribozavr:
>> Runtime: give each source file a unique basename
>> 
>> delete: stdlib/public/runtime/Reflection.cpp
>> delete: stdlib/public/runtime/SwiftObject.cpp
>> add: stdlib/public/runtime/SwiftObjectNative.cpp
>> delete: stdlib/public/runtime/ErrorObject.cpp
>> add: stdlib/public/runtime/ErrorObjectNative.cpp
>> add: stdlib/public/runtime/ReflectionNative.cpp
>> edit: stdlib/public/runtime/CMakeLists.txt
>> 
>> Commit 66626baa882acb537668f03c4ed610b91fb3108d by gribozavr:
>> CMake: set the 'header' property on .def and .td files
>> 
>> edit: cmake/modules/AddSwift.cmake
>> 
>> Commit 83b9815c52126b83cad828240c9f197c977e8ef2 by gribozavr:
>> CMake: Xcode: add a dummy source file to standard library dylib as well
>> 
>> edit: cmake/modules/AddSwift.cmake
>> add: cmake/dummy.cpp
>> delete: cmake/dummy.c
>> 
>> Commit b76630735a78be81077201f1ebac4497211ca520 by nmersethcook:
>> [stdlib] Add tests for FloatingPoint's nextUp and nextDown
>> 
>> edit: test/1_stdlib/FloatingPoint.swift.gyb
>> edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb
>> 
>> Commit 73811d625d65d0a50df62f7ad69311f973347b06 by nmersethcook:
>> [stdlib] Fix for nextUp and nextDown
>> 
>> edit: stdlib/public/core/FloatingPointTypes.swift.gyb
>> 
>> Commit 586aefd7850523e222f4fdc5217f0dcafa9c6932 by devteam.codafi:
>> Resolve SR-1397
>> 
>> edit: lib/AST/Decl.cpp
>> add: test/decl/class/constructor_search_outer.swift
>> 
>> Commit 1b458c8fb890e5fd34ce1660cc7d1f5e94e7843e by jgroff:
>> Augment test/SILGen/objc_imported_generic.swift to ensure it gets
>> 
>> edit: test/SILGen/objc_imported_generic.swift
>> 
>> Commit 3753d779bc13d13b2a2d9ccf828938938fb7f3a1 by dgregor:
>> [Type checker] Be more rigorous about extracting argument labels from
>> 
>> edit: lib/Sema/CSGen.cpp
>> edit: lib/Sema/CodeSynthesis.cpp
>> edit: lib/Sema/TypeCheckREPL.cpp
>> edit: lib/AST/Expr.cpp
>> edit: lib/Sema/CSApply.cpp
>> edit: lib/ClangImporter/ImportDecl.cpp
>> edit: lib/Sema/PlaygroundTransform.cpp
>> edit: include/swift/AST/Expr.h
>> edit: lib/Sema/CSSimplify.cpp
>> edit: lib/Sema/MiscDiagnostics.cpp
>> edit: lib/Sema/ConstraintSystem.h
>> edit: lib/Sema/TypeCheckConstraints.cpp
>> 
>> Commit 492a26bf40d83cd05b52d9af8ec6c70197e2144c by dfarler:
>> [SwiftRemoteMirror] Consider ObjCClass field descriptors when converting
>> 
>> add: validation-test/Reflection/inherits_NSObject.swift
>> edit: stdlib/public/Reflection/TypeLowering.cpp
>> 
>> Commit 641cd6e8b25a6082c4b5d7abd1e1a4bda52af0fe by aprantl:
>> PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.
>> 
>> edit: test/DebugInfo/MIR/X86/live-debug-values-3preds.mir
>> edit: lib/CodeGen/LiveDebugValues.cpp
>> 
>> Commit ffb33a39f19fc5e7e3cee26c173566ec7f32927b by aprantl:
>> Work around an MSVC compiler issue in r270776.
>> 
>> edit: lib/CodeGen/LiveDebugValues.cpp
>> 
>> Commit 7731adc8f116ad472fd05b67e6836f806525bc0a by aprantl:
>> Undo a suboptimal clang-format decision. NFC
>> 
>> edit: lib/CodeGen/LiveDebugValues.cpp
>> 
>> Commit a339423518088eb95ae52030606cfc574cbcaf76 by aprantl:
>> PR26055: Speed up LiveDebugValues::transferDebugValue()
>> 
>> edit: lib/CodeGen/LiveDebugValues.cpp
>> 
>> Commit c69799f7820db72669b57194b880c922a0b41977 by scallanan:
>> Fixed a problem where we couldn't call extern "C" functions.
>> 
>> edit: source/Expression/IRExecutionUnit.cpp
>> add: packages/Python/lldbsuite/test/lang/cpp/extern_c/main.cpp
>> add: packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py
>> edit: include/lldb/Expression/IRExecutionUnit.h
>> add: packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
>> 
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org <mailto:swift-dev at swift.org>
> https://lists.swift.org/mailman/listinfo/swift-dev <https://lists.swift.org/mailman/listinfo/swift-dev>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160602/789082a5/attachment.html>


More information about the swift-dev mailing list