TestFoundation crash again, now on 16.10 bots too. > On Nov 8, 2017, at 12:55 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1420] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1420/ > <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/1420/> > Project: oss-swift-incremental-RA-linux-ubuntu-16_10 > Date of build: Wed, 08 Nov 2017 14:24:11 -0600 > Build duration: 31 min > Tests: > > Name: Swift(linux-x86_64) > Failed: 0 test(s), Passed: 10036 test(s), Total: 10036 test(s) > Name: Swift-Unit > Failed: 0 test(s), Passed: 486 test(s), Total: 486 test(s) > > Changes > > Commit d4d89d1854dde0818d660dbf923d8490572f085a by moiseev: > Use swift 4 with the AppKit overlay > > edit: stdlib/public/SDK/AppKit/NSGraphics.swift > edit: stdlib/public/SDK/AppKit/NSOpenGL.swift > edit: stdlib/public/SDK/AppKit/CMakeLists.txt > edit: stdlib/public/SDK/AppKit/AppKit.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_Swift4.swift > edit: test/stdlib/AppKit_Swift3.swift > > Commit 6cf8f9ba52609b4a46c9e7c68e535cd92706be31 by moiseev: > Extract operators into a protocol > > edit: test/stdlib/AppKit_Swift3.swift > edit: test/stdlib/AppKit_Swift4.swift > edit: stdlib/public/SDK/AppKit/AppKit.swift > > Commit b49adc23989d081553421b48ee68696812801a9a by moiseev: > Update UIKit > > edit: test/stdlib/UIKit.swift > edit: stdlib/public/SDK/UIKit/UIKit.swift > edit: stdlib/public/SDK/UIKit/CMakeLists.txt > > Commit 9b3739b91d7849bc43b14465d8ab8506ba156ecd by pyaskevich: > [IRGen] Add parameter flags to function type metadata > > edit: include/swift/Remote/MetadataReader.h > edit: stdlib/public/runtime/Casting.cpp > edit: include/swift/Runtime/Metadata.h > edit: test/IRGen/function_metadata.swift > edit: stdlib/public/runtime/Demangle.cpp > edit: lib/IRGen/GenMeta.cpp > edit: stdlib/public/runtime/Metadata.cpp > edit: include/swift/AST/Types.h > edit: include/swift/Runtime/RuntimeFunctions.def > > Commit f5ed1a87593494a3a850a5982f2283c83c24d7f9 by pyaskevich: > [IRGen] Switch function metdata to use `Metdata *` for parameter > > edit: lib/IRGen/GenMeta.cpp > edit: stdlib/public/runtime/Metadata.cpp > edit: test/IRGen/function_metadata.swift > edit: include/swift/Runtime/Metadata.h > edit: include/swift/Runtime/RuntimeFunctions.def > > Commit e9d4a5304ef7b8cb897a1f794bd2cf89075a9a90 by pyaskevich: > [IRGen] Fix function metadata endpoints to use separate parameter/flags > > edit: include/swift/Remote/MetadataReader.h > edit: include/swift/Runtime/RuntimeFunctions.def > edit: stdlib/public/runtime/Metadata.cpp > edit: stdlib/public/runtime/Casting.cpp > edit: include/swift/ABI/MetadataValues.h > edit: lib/IRGen/GenMeta.cpp > edit: test/IRGen/dynamic_cast_functions.swift > edit: include/swift/Runtime/Metadata.h > > Commit 622cc1c64ac0d27da5f2d0be496a36c254ff2c3c by pyaskevich: > [ABI/IRGen] Add custom function parameter flags representation for > > edit: stdlib/public/runtime/Demangle.cpp > edit: test/IRGen/c_function_pointer.sil > edit: include/swift/Reflection/TypeRef.h > edit: include/swift/Runtime/RuntimeFunctions.def > edit: lib/IRGen/GenMeta.cpp > edit: stdlib/public/Reflection/TypeRef.cpp > edit: include/swift/Remote/MetadataReader.h > edit: stdlib/public/runtime/Metadata.cpp > edit: include/swift/ABI/MetadataValues.h > edit: test/IRGen/function_metadata.swift > edit: test/IRGen/objc_block.sil > edit: lib/RemoteAST/RemoteAST.cpp > edit: unittests/Reflection/TypeRef.cpp > edit: include/swift/Runtime/Metadata.h > > Commit be3d1af5254ceae0a01ec25d3f62934294e2f8f4 by pyaskevich: > [ABI/Runtime] NFC: Rename function metadata arguments to parameters > > edit: include/swift/Remote/MetadataReader.h > edit: stdlib/public/runtime/Demangle.cpp > edit: stdlib/public/runtime/Metadata.cpp > edit: stdlib/public/runtime/Casting.cpp > edit: include/swift/ABI/MetadataValues.h > edit: include/swift/Runtime/Metadata.h > edit: lib/IRGen/GenMeta.cpp > > Commit cf0c757b1f025e561d67a5d2047158bff3c71ffa by pyaskevich: > [RemoteAST] Fix metadata reader to properly read function metadata > > edit: include/swift/Runtime/Metadata.h > edit: test/RemoteAST/structural_types.swift > edit: include/swift/Remote/MetadataReader.h > edit: stdlib/public/runtime/Demangle.cpp > edit: stdlib/public/runtime/Casting.cpp > edit: stdlib/public/runtime/Metadata.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/property_behavior_init.swift > edit: test/SILGen/shared.swift > edit: test/Serialization/function.swift > edit: test/SILOptimizer/definite_init_objc_factory_init.swift > edit: test/SILOptimizer/definite_init_protocol_init.swift > edit: test/SILGen/if_while_binding.swift > edit: test/SILGen/reabstract_lvalue.swift > edit: test/SILGen/objc_bridged_results.swift > edit: test/SILGen/objc_protocols.swift > edit: test/SILGen/opaque_ownership.swift > edit: test/SILGen/protocol_extensions.swift > edit: test/SILGen/rethrows.swift > edit: test/SILGen/init_ref_delegation.swift > edit: test/SILGen/extensions.swift > edit: test/SILGen/auto_closures.swift > edit: test/SILGen/default_arguments_serialized.swift > edit: test/SILGen/external_definitions.swift > edit: test/Serialization/objc.swift > edit: test/SILGen/objc_dealloc.swift > edit: test/SILGen/struct_resilience.swift > edit: test/SILGen/addressors.swift > edit: test/SILGen/super_init_refcounting.swift > edit: test/SILOptimizer/access_marker_mandatory.swift > edit: test/SILGen/complete_object_init.swift > edit: test/SILGen/objc_bridging_any.swift > edit: test/SILGen/subclass_existentials.swift > edit: test/SILGen/default_arguments_imported.swift > edit: test/SILGen/objc_blocks_bridging.swift > edit: test/SILGen/import_as_member.swift > edit: test/SILGen/closures.swift > edit: test/SILGen/objc_factory_init.swift > edit: test/SILGen/functions.swift > edit: test/SILGen/properties.swift > edit: test/SILGen/address_only_types.swift > edit: test/SILGen/source_location.swift > edit: test/SILGen/statements.swift > edit: test/SILGen/existential_erasure.swift > edit: test/SILGen/optional-cast.swift > edit: test/SILGen/lifetime.swift > edit: test/SILGen/class_bound_protocols.swift > edit: test/SILGen/tuples.swift > edit: test/SILOptimizer/inline_self.swift > edit: test/SILGen/final.swift > edit: test/SILGen/errors.swift > edit: test/SILGen/reabstract-tuple.swift > edit: test/SILGen/dynamic.swift > edit: test/SILGen/objc_imported_generic.swift > edit: test/SILGen/protocol_optional.swift > edit: test/SILGen/reabstract.swift > edit: test/SILGen/default_arguments.swift > edit: test/SILGen/witnesses_class.swift > edit: test/SILGen/partial_apply_super.swift > edit: test/SILGen/generic_literals.swift > edit: test/SILGen/tsan_instrumentation.swift > edit: test/SILGen/accessors.swift > edit: test/SILGen/force_cast_chained_optional.swift > edit: test/SILGen/property_abstraction.swift > edit: test/SILGen/borrow.swift > edit: test/SILGen/opaque_values_silgen.swift > edit: test/SILGen/scalar_to_tuple_args.swift > edit: test/SILOptimizer/generic_inline_self.swift > edit: test/DebugInfo/linetable.swift > edit: test/SILGen/objc_attr_NSManaged.swift > edit: test/SILGen/generic_property_base_lifetime.swift > edit: test/SILGen/closures_callee_guaranteed.swift > edit: test/SILGen/objc_init_ref_delegation.swift > edit: test/SILOptimizer/definite_init_failable_initializers.swift > edit: test/SILGen/expressions.swift > edit: test/SILGen/initializers.swift > edit: test/ClangImporter/objc_ir.swift > edit: test/SILGen/materializeForSet.swift > edit: test/SILGen/objc_ownership_conventions.swift > edit: test/SILGen/foreach.swift > edit: test/SILGen/pointer_conversion.swift > edit: test/SILGen/objc_bridging_peephole.swift > edit: test/SILGen/writeback.swift > edit: test/SILGen/enum.swift > edit: test/IRGen/class_bounded_generics.swift > edit: test/SILOptimizer/linker.swift > edit: test/SILGen/cf_members.swift > edit: test/SILGen/guaranteed_self.swift > edit: test/SILGen/metatypes.swift > edit: lib/SILGen/SILGenApply.cpp > edit: test/SIL/whole_module_optimization.swift > edit: test/SILGen/objc_bridging.swift > edit: test/SILOptimizer/inline_recursive.swift > edit: test/SILGen/default_constructor.swift > edit: test/SILOptimizer/pointer_conversion.swift > edit: test/SILGen/foreign_errors.swift > edit: test/SILGen/default_arguments_generic.swift > edit: test/SILGen/dynamic_lookup_throws.swift > edit: test/SILGen/partial_apply_generic.swift > edit: test/SILGen/unowned.swift > edit: test/SILGen/assignment.swift > edit: test/SILGen/objc_currying.swift > edit: test/SILGen/objc_thunks.swift > edit: test/SILGen/let_decls.swift > edit: test/SILGen/dynamic_lookup.swift > edit: test/SILGen/protocols.swift > edit: test/SILGen/switch_var.swift > edit: test/SILGen/objc_extensions.swift > edit: test/Serialization/inherited-initializer.swift > edit: test/SILGen/protocol_class_refinement.swift > edit: test/SILGen/dynamic_self.swift > > Commit b3b438b6b736f2c311be3620c62e260b9338f1d2 by spestov: > SILGen: Kill RValue::delayedBorrow() > > edit: lib/SILGen/ArgumentSource.cpp > edit: lib/SILGen/ArgumentSource.h > > 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 > > Commit 53c095c9e66af8efe279726dc9688c9ea70ffcd9 by ankit_aggarwal: > Add host target triple for s390x > > edit: Utilities/bootstrap > edit: Sources/Build/Triple.swift > > Commit e36eebf55fe5d4f1fac2ec1c9b69e7614f7f4b3a by ankit_aggarwal: > Add missing word in documentation > > edit: Documentation/PackageDescriptionV4.md
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev