no-reply
(no-reply@swift.org)
1
Report
[FAILURE] oss-swift-package-osx [#517]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/517/
Project:
oss-swift-package-osx
Date of build:
Tue, 17 Oct 2017 14:48:00 -0500
Build duration:
1 hr 36 min
Identified problems:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes
-
Commit 8f26fb88d4e0e03bbdfadb560b96f00079205b19 by pyaskevich:
[Mangling] Improve handling of the variadic function parameters
-
edit: lib/Demangling/NodePrinter.cpp
-
edit: test/Reflection/capture_descriptors.sil
-
edit: test/SILGen/mangling.swift
-
edit: test/SILGen/retaining_globals.swift
-
edit: test/Reflection/Inputs/ConcreteTypes.swift
-
edit: test/SILGen/opaque_values_silgen.swift
-
edit: test/SIL/Serialization/deserialize_generic.sil
-
edit: test/Serialization/function.swift
-
edit: test/SILGen/scalar_to_tuple_args.swift
-
edit: stdlib/public/Reflection/TypeRef.cpp
-
edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
-
edit: test/Demangle/Inputs/manglings.txt
-
edit: test/IRGen/big_types_corner_cases.swift
-
edit: test/Reflection/typeref_decoding.swift
-
edit: lib/AST/ASTMangler.cpp
-
edit: test/SILGen/errors.swift
-
edit: test/SILGen/default_arguments_imported.swift
-
Commit d6bd66e254d271b62602e255050255dfda62d5d5 by dgregor:
Add fixed test case for SR-6141 / rdar://problem/35008570.
-
edit: test/SILGen/unreachable_code.swift
-
Commit c9f4df84f6bb3dfb8ab80a27b86eea26b8fc876c by github:
[stdlib] Fix FloatingPoint.init(exactly:) (#11311)
-
edit: validation-test/stdlib/ValidationNSNumberBridging.swift
-
edit: test/stdlib/TestNSNumberBridging.swift
-
edit: stdlib/public/core/FloatingPointTypes.swift.gyb
-
edit: validation-test/stdlib/FloatingPointConversion.swift.gyb
-
Commit 18c2666cfdae6160306264d872e28140d2175b60 by aprantl:
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
-
edit: lib/AsmParser/LLParser.cpp
-
edit: lib/CodeGen/AsmPrinter/DwarfDebug.h
-
edit: lib/IR/DebugInfoMetadata.cpp
-
edit: include/llvm/IR/DebugInfoMetadata.h
-
edit: lib/IR/AsmWriter.cpp
-
add: test/Bitcode/dicompileunit-gnu-pubnames.ll
-
edit: test/DebugInfo/X86/gnu-public-names-empty.ll
-
add: test/DebugInfo/X86/gnu-public-names-multiple-cus.ll
-
edit: lib/Bitcode/Writer/BitcodeWriter.cpp
-
edit: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
-
edit: lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
-
edit: lib/IR/DIBuilder.cpp
-
edit: test/DebugInfo/X86/gnu-public-names-gmlt.ll
-
edit: lib/Bitcode/Reader/MetadataLoader.cpp
-
edit: test/DebugInfo/X86/gnu-public-names-tu.ll
-
edit: lib/IR/DebugInfo.cpp
-
edit: unittests/IR/MetadataTest.cpp
-
edit: test/DebugInfo/X86/gnu-public-names.ll
-
edit: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
-
edit: include/llvm/IR/DIBuilder.h
-
Commit 9ed3b70ccffb7b8a893f8609ef5d88d608fad7f8 by aprantl:
Add Linux target triple to hopefully fix Mac bots.
-
edit: test/DebugInfo/X86/gnu-public-names-multiple-cus.ll
-
Commit 3afdbd2f2338a45abcb679784ea3db15fe7f8869 by aprantl:
DebugInfo: Consider a CU containing only local imported entities to be
-
edit: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
-
edit: test/DebugInfo/omit-empty.ll
-
edit: include/llvm/IR/Metadata.h
-
Commit 7dce4bfda9e31a877cded78019b4b43f2110c0ca by ankit_aggarwal:
[PinsStore] Add support for loading PinsStore schema 1
-
edit: Tests/WorkspaceTests/PinsStoreTests.swift
-
edit: Sources/Workspace/PinsStore.swift
Failing Tests (3):
Swift(iphonesimulator-i386) :: stdlib/FloatingPointConversion.swift.gyb
Swift(iphonesimulator-i386) :: stdlib/ValidationNSNumberBridging.swift
Swift(iphonesimulator-i386) :: stdlib/TestNSNumberBridging.swift
Thanks,
Mishal Shah
ยทยทยท
On Oct 17, 2017, at 5:00 PM, no-reply@swift.org wrote:
New issue found!
[FAILURE] oss-swift-package-osx [#518]
Build URL: https://ci.swift.org/job/oss-swift-package-osx/518/
Project: oss-swift-package-osx
Date of build: Tue, 17 Oct 2017 17:27:10 -0500
Build duration: 1 hr 34 min
Identified problems:
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-osx/518/consoleFull#878126379ba62d58e-7248-467b-91e0-c7508d5cf947>
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-osx/518/consoleFull#-3085399313122a513-f36a-4c87-8ed7-cbc36a1ec144>
Changes
Commit d369aa40705d14a3ddf3bbbc026f77632f52e756 by github:
Support @noescape SIL function types. (#12420)
edit: test/SILGen/downcast_reabstraction.swift
edit: test/SILOptimizer/mandatory_inlining.swift
edit: lib/SILOptimizer/Transforms/Outliner.cpp
edit: lib/Serialization/Deserialization.cpp
edit: test/SILGen/guaranteed_closure_context.swift
edit: test/SILGen/reabstract-tuple.swift
edit: test/SILGen/optional_lvalue.swift
edit: test/SIL/whole_module_optimization.swift
edit: include/swift/Remote/MetadataReader.h
edit: test/ClangImporter/serialization-sil.swift
edit: lib/SIL/SILModule.cpp
edit: test/SILGen/witnesses.swift
edit: include/swift/AST/Types.h
edit: test/SILGen/auto_closures.swift
edit: test/SILGen/unmanaged.swift
edit: test/SILGen/unmanaged_ownership.swift
edit: lib/SILOptimizer/Analysis/ARCAnalysis.cpp
edit: test/SILGen/call_chain_reabstraction.swift
edit: test/SILGen/objc_blocks_bridging.swift
edit: test/SILGen/partial_apply_super.swift
edit: include/swift/SILOptimizer/Analysis/ARCAnalysis.h
edit: include/swift/Serialization/ModuleFormat.h
edit: test/SILGen/function_conversion.swift
edit: test/SILGen/reabstract_lvalue.swift
edit: lib/SILOptimizer/Utils/Local.cpp
edit: lib/Parse/ParseDecl.cpp
edit: test/SILGen/erasure_reabstraction.swift
edit: test/SILGen/partial_apply_protocol.swift
edit: lib/AST/ASTMangler.cpp
edit: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp
edit: test/SILGen/function_conversion_objc.swift
edit: test/SILGen/objc_imported_generic.swift
edit: test/SILOptimizer/specialize.sil
edit: lib/IRGen/LoadableByAddress.cpp
edit: docs/ABI/Mangling.rst
edit: lib/SIL/SILFunctionType.cpp
edit: test/SILOptimizer/inline_heuristics.sil
edit: lib/SILGen/SILGenThunk.cpp
edit: test/SILGen/indirect_enum.swift
edit: test/SILGen/opaque_values_silgen.swift
edit: lib/SILGen/SILGenExpr.cpp
edit: test/SILGen/let_decls.swift
edit: test/SILOptimizer/access_enforcement_noescape.swift
edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
edit: lib/IDE/TypeReconstruction.cpp
edit: test/SILGen/generic_closures.swift
edit: lib/Demangling/Demangler.cpp
edit: test/SILGen/errors.swift
edit: test/SILGen/objc_bridging.swift
edit: test/SILOptimizer/specialize_partial_apply.swift
edit: test/SILGen/default_arguments.swift
edit: test/IRGen/big_types_corner_cases.swift
edit: test/SILOptimizer/mandatory_inlining.sil
edit: test/SILGen/functions.swift
edit: test/SILGen/generic_objc_block_bridge.swift
edit: test/SILGen/tuples.swift
edit: lib/Demangling/NodePrinter.cpp
edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
edit: lib/SILGen/SILGenBridging.cpp
edit: test/SILGen/objc_ownership_conventions.swift
edit: test/SILGen/result_abstraction.swift
edit: include/swift/Demangling/DemangleNodes.def
edit: lib/Serialization/Serialization.cpp
edit: lib/SILOptimizer/UtilityPasses/BugReducerTester.cpp
edit: test/SILGen/c_function_pointers.swift
edit: lib/Demangling/OldRemangler.cpp
edit: test/SILGen/reabstract.swift
edit: test/SILGen/shared.swift
edit: test/SILGen/objc_bridging_any.swift
edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
edit: test/SILGen/vtable_thunks.swift
edit: test/SILOptimizer/partial_specialization.sil
edit: test/DebugInfo/fnptr.swift
edit: test/SILGen/materializeForSet.swift
edit: test/SILGen/objc_currying.swift
edit: test/SILGen/apply_abstraction_nested.swift
edit: test/SILGen/closures.swift
edit: lib/Demangling/Remangler.cpp
edit: lib/SILGen/SILGenPoly.cpp
edit: lib/AST/ASTPrinter.cpp
edit: test/SILGen/rethrows.swift
edit: test/SILGen/without_actually_escaping.swift
edit: test/SILOptimizer/eager_specialize.sil
edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
edit: lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp
edit: test/SILGen/foreign_errors.swift
edit: test/SILGen/mangling.swift
edit: test/SILGen/struct_resilience.swift
edit: test/SILOptimizer/closure_specialize.sil
edit: lib/Sema/TypeCheckType.cpp
edit: test/IRGen/big_types_corner_cases.sil
edit: test/SILGen/nested_generics.swift
edit: test/SILOptimizer/sil_combine_apply.sil
Commit 9f9af4ced67da4e4a1368e6d74f584830b31af5e by mbraun:
AArch64: Enable AES instruction fusion on Cyclone.
edit: lib/Target/AArch64/AArch64.td
Commit 85b98c6784d2c5cfa0c25c2e08f23df192ebaa33 by ankit_aggarwal:
[BuildPlan] Move -X* args to the end of the constructed args
edit: Sources/Build/BuildPlan.swift
Commit 1e9457b7a1c71a0d4ed1b77f6d9d6e3973165ea0 by ankit_aggarwal:
[PkgConfig] Add support for pcfiledir
edit: Sources/Utility/PkgConfig.swift
edit: Tests/PackageLoadingTests/PkgConfigTests.swift
edit: Tests/PackageLoadingTests/Inputs/Foo.pc
edit: Tests/UtilityTests/PkgConfigParserTests.swift