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

Pavel Yaskevich pyaskevich at apple.com
Wed Nov 8 14:46:39 CST 2017


This is related to TestFoundation once again, we really need to do something about it...

> On Nov 8, 2017, at 12:45 PM, no-reply at swift.org wrote:
> 
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#1475]
> 
> Build URL:	https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1475/ <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/1475/>
> Project:	oss-swift-incremental-RA-linux-ubuntu-14_04
> Date of build:	Wed, 08 Nov 2017 14:13:00 -0600
> Build duration:	32 min
> 
> Changes
> 
> Commit d4d89d1854dde0818d660dbf923d8490572f085a by moiseev:
> Use swift 4 with the AppKit overlay
> 
> edit: stdlib/public/SDK/AppKit/AppKit.swift
> edit: stdlib/public/SDK/AppKit/NSGraphics.swift
> edit: stdlib/public/SDK/AppKit/CMakeLists.txt
> edit: stdlib/public/SDK/AppKit/NSOpenGL.swift
> 
> Commit e0f4985fbee42a807c9d872af7655527230a77f5 by moiseev:
> Enable comparability and some numeric operations for specific wrapper
> 
> edit: stdlib/public/SDK/AppKit/AppKit.swift
> edit: test/stdlib/AppKit_Swift3.swift
> edit: test/stdlib/AppKit_Swift4.swift
> 
> Commit 6cf8f9ba52609b4a46c9e7c68e535cd92706be31 by moiseev:
> Extract operators into a protocol
> 
> edit: test/stdlib/AppKit_Swift4.swift
> edit: stdlib/public/SDK/AppKit/AppKit.swift
> edit: test/stdlib/AppKit_Swift3.swift
> 
> Commit b49adc23989d081553421b48ee68696812801a9a by moiseev:
> Update UIKit
> 
> edit: stdlib/public/SDK/UIKit/UIKit.swift
> edit: test/stdlib/UIKit.swift
> edit: stdlib/public/SDK/UIKit/CMakeLists.txt
> 
> Commit 9b3739b91d7849bc43b14465d8ab8506ba156ecd by pyaskevich:
> [IRGen] Add parameter flags to function type metadata
> 
> edit: stdlib/public/runtime/Casting.cpp
> edit: test/IRGen/function_metadata.swift
> edit: include/swift/Runtime/Metadata.h
> edit: include/swift/Runtime/RuntimeFunctions.def
> edit: include/swift/Remote/MetadataReader.h
> edit: include/swift/AST/Types.h
> edit: lib/IRGen/GenMeta.cpp
> edit: stdlib/public/runtime/Metadata.cpp
> edit: stdlib/public/runtime/Demangle.cpp
> 
> Commit f5ed1a87593494a3a850a5982f2283c83c24d7f9 by pyaskevich:
> [IRGen] Switch function metdata to use `Metdata *` for parameter
> 
> edit: include/swift/Runtime/Metadata.h
> edit: stdlib/public/runtime/Metadata.cpp
> edit: lib/IRGen/GenMeta.cpp
> edit: include/swift/Runtime/RuntimeFunctions.def
> edit: test/IRGen/function_metadata.swift
> 
> Commit e9d4a5304ef7b8cb897a1f794bd2cf89075a9a90 by pyaskevich:
> [IRGen] Fix function metadata endpoints to use separate parameter/flags
> 
> edit: include/swift/Runtime/Metadata.h
> edit: include/swift/ABI/MetadataValues.h
> edit: stdlib/public/runtime/Casting.cpp
> edit: include/swift/Remote/MetadataReader.h
> edit: test/IRGen/dynamic_cast_functions.swift
> edit: lib/IRGen/GenMeta.cpp
> edit: stdlib/public/runtime/Metadata.cpp
> edit: include/swift/Runtime/RuntimeFunctions.def
> 
> Commit 622cc1c64ac0d27da5f2d0be496a36c254ff2c3c by pyaskevich:
> [ABI/IRGen] Add custom function parameter flags representation for
> 
> edit: include/swift/Runtime/RuntimeFunctions.def
> edit: include/swift/Runtime/Metadata.h
> edit: lib/IRGen/GenMeta.cpp
> edit: test/IRGen/objc_block.sil
> edit: include/swift/ABI/MetadataValues.h
> edit: stdlib/public/runtime/Demangle.cpp
> edit: test/IRGen/c_function_pointer.sil
> edit: test/IRGen/function_metadata.swift
> edit: stdlib/public/runtime/Metadata.cpp
> edit: include/swift/Reflection/TypeRef.h
> edit: unittests/Reflection/TypeRef.cpp
> edit: lib/RemoteAST/RemoteAST.cpp
> edit: stdlib/public/Reflection/TypeRef.cpp
> edit: include/swift/Remote/MetadataReader.h
> 
> Commit be3d1af5254ceae0a01ec25d3f62934294e2f8f4 by pyaskevich:
> [ABI/Runtime] NFC: Rename function metadata arguments to parameters
> 
> edit: include/swift/Runtime/Metadata.h
> edit: stdlib/public/runtime/Demangle.cpp
> edit: stdlib/public/runtime/Metadata.cpp
> edit: include/swift/ABI/MetadataValues.h
> edit: lib/IRGen/GenMeta.cpp
> edit: stdlib/public/runtime/Casting.cpp
> edit: include/swift/Remote/MetadataReader.h
> 
> Commit cf0c757b1f025e561d67a5d2047158bff3c71ffa by pyaskevich:
> [RemoteAST] Fix metadata reader to properly read function metadata
> 
> edit: include/swift/Remote/MetadataReader.h
> edit: stdlib/public/runtime/Demangle.cpp
> edit: stdlib/public/runtime/Metadata.cpp
> edit: include/swift/Runtime/Metadata.h
> edit: test/RemoteAST/structural_types.swift
> edit: stdlib/public/runtime/Casting.cpp
> 
> Commit eaf4f43101443a332a5f38b02c6f0b9e1ac85333 by pyaskevich:
> [Casting] NFC: add some more tests for functions with parameter flags
> 
> edit: test/IRGen/dynamic_cast_functions.swift
> edit: test/IRGen/function_metadata.swift
> 
> Commit aba149a6589f18288041662466d49080bed848d8 by pyaskevich:
> [AST] NFC: Remote unused accessor methods from `ParameterTypeFlags`
> 
> edit: include/swift/AST/Types.h
> 
> Commit 2a0cb060f8ad85f7b1bf1f6e77d82201ae4d0f2c by spestov:
> SILGen: Look up the callee method after evaluating arguments
> 
> edit: test/SILGen/final.swift
> edit: test/SILGen/scalar_to_tuple_args.swift
> edit: test/SILGen/closures.swift
> edit: test/SILGen/materializeForSet.swift
> edit: test/SILGen/objc_bridging_peephole.swift
> edit: test/SILGen/reabstract.swift
> edit: test/SILGen/protocol_extensions.swift
> edit: test/SILGen/foreach.swift
> edit: test/SILGen/lifetime.swift
> edit: test/SILGen/init_ref_delegation.swift
> edit: test/SILGen/rethrows.swift
> edit: test/SILGen/objc_factory_init.swift
> edit: test/SILGen/generic_property_base_lifetime.swift
> edit: test/SILGen/objc_imported_generic.swift
> edit: test/SILGen/enum.swift
> edit: test/SILGen/force_cast_chained_optional.swift
> edit: test/SILGen/objc_bridged_results.swift
> edit: test/SILOptimizer/inline_self.swift
> edit: test/SILGen/witnesses_class.swift
> edit: test/SILOptimizer/linker.swift
> edit: test/SILOptimizer/definite_init_protocol_init.swift
> edit: test/SILGen/errors.swift
> edit: test/SILOptimizer/access_marker_mandatory.swift
> edit: test/SILGen/objc_init_ref_delegation.swift
> edit: test/SILGen/protocols.swift
> edit: test/SILGen/statements.swift
> edit: test/SILGen/let_decls.swift
> edit: test/SILGen/subclass_existentials.swift
> edit: test/SILOptimizer/definite_init_objc_factory_init.swift
> edit: test/SILGen/switch_var.swift
> edit: test/SILGen/objc_bridging.swift
> edit: test/SILGen/addressors.swift
> edit: test/SILGen/objc_ownership_conventions.swift
> edit: test/SILOptimizer/pointer_conversion.swift
> edit: test/SILGen/shared.swift
> edit: test/SILGen/objc_thunks.swift
> edit: lib/SILGen/SILGenApply.cpp
> edit: test/SILGen/objc_bridging_any.swift
> edit: test/SILGen/partial_apply_generic.swift
> edit: test/SILGen/objc_attr_NSManaged.swift
> edit: test/SILGen/complete_object_init.swift
> edit: test/SILGen/opaque_ownership.swift
> edit: test/SILGen/tuples.swift
> edit: test/SIL/whole_module_optimization.swift
> edit: test/SILGen/dynamic_self.swift
> edit: test/SILGen/default_arguments.swift
> edit: test/SILGen/reabstract-tuple.swift
> edit: test/SILGen/partial_apply_super.swift
> edit: test/SILGen/tsan_instrumentation.swift
> edit: test/SILGen/property_abstraction.swift
> edit: test/SILGen/extensions.swift
> edit: test/SILGen/dynamic.swift
> edit: test/SILGen/expressions.swift
> edit: test/SILGen/address_only_types.swift
> edit: test/SILGen/dynamic_lookup.swift
> edit: test/SILGen/class_bound_protocols.swift
> edit: test/Serialization/inherited-initializer.swift
> edit: test/SILGen/accessors.swift
> edit: test/SILGen/functions.swift
> edit: test/Serialization/function.swift
> edit: test/SILGen/if_while_binding.swift
> edit: test/SILGen/source_location.swift
> edit: test/SILGen/writeback.swift
> edit: test/DebugInfo/linetable.swift
> edit: test/SILGen/metatypes.swift
> edit: test/ClangImporter/objc_ir.swift
> edit: test/SILGen/objc_blocks_bridging.swift
> edit: test/SILGen/reabstract_lvalue.swift
> edit: test/SILGen/foreign_errors.swift
> edit: test/SILGen/default_constructor.swift
> edit: test/SILGen/import_as_member.swift
> edit: test/SILOptimizer/generic_inline_self.swift
> edit: test/SILGen/protocol_optional.swift
> edit: test/SILGen/dynamic_lookup_throws.swift
> edit: test/SILGen/pointer_conversion.swift
> edit: test/SILGen/properties.swift
> edit: test/IRGen/class_bounded_generics.swift
> edit: test/SILGen/objc_extensions.swift
> edit: test/SILGen/borrow.swift
> edit: test/SILOptimizer/definite_init_failable_initializers.swift
> edit: test/SILGen/protocol_class_refinement.swift
> edit: test/SILGen/guaranteed_self.swift
> edit: test/SILGen/generic_literals.swift
> edit: test/SILGen/external_definitions.swift
> edit: test/SILGen/optional-cast.swift
> edit: test/SILGen/closures_callee_guaranteed.swift
> edit: test/SILGen/objc_dealloc.swift
> edit: test/SILGen/existential_erasure.swift
> edit: test/SILGen/struct_resilience.swift
> edit: test/SILGen/unowned.swift
> edit: test/SILGen/cf_members.swift
> edit: test/SILGen/opaque_values_silgen.swift
> edit: test/SILGen/property_behavior_init.swift
> edit: test/SILGen/objc_currying.swift
> edit: test/SILGen/assignment.swift
> edit: test/SILOptimizer/inline_recursive.swift
> edit: test/SILGen/default_arguments_generic.swift
> edit: test/SILGen/objc_protocols.swift
> edit: test/SILGen/default_arguments_serialized.swift
> edit: test/Serialization/objc.swift
> edit: test/SILGen/initializers.swift
> edit: test/SILGen/auto_closures.swift
> edit: test/SILGen/default_arguments_imported.swift
> edit: test/SILGen/super_init_refcounting.swift
> 
> Commit b3b438b6b736f2c311be3620c62e260b9338f1d2 by spestov:
> SILGen: Kill RValue::delayedBorrow()
> 
> edit: lib/SILGen/ArgumentSource.h
> edit: lib/SILGen/ArgumentSource.cpp
> 
> Commit 5fd8e71ace729ead6557a856eef8ed4763d11aec by spestov:
> SILGen: More dynamic method call cleanup
> 
> edit: lib/SILGen/SILGenApply.cpp
> 
> Commit 8d36be31a681f118c8aa10f304cb6b0488a6c8d8 by luizinho_mack:
> Bump up changelog's 'new entries' notice to just bellow new Swift 4.1
> 
> edit: CHANGELOG.md

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20171108/28d253c2/attachment.html>


More information about the swift-dev mailing list