New issue found!

Title: Report

[FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#216]

Build URL:https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/216/
Project:oss-swift_tools-RA_stdlib-RDA_test-macos-resilience
Date of build:Wed, 31 May 2017 03:47:00 -0700
Build duration:1 hr 24 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:

Changes

  • Commit b98280c016521b5b84bb6e9c4f52dc5d73ea278c by Daniel Dunbar:

    [BuildSystem] Add an experimental feature to expose both views of a

    • edit: lib/BuildSystem/BuildSystem.cpp
    • add: tests/BuildSystem/Build/dep-on-link-target.llbuild

  • Commit eb76671539b996a583228df4871d50ca76774903 by github:

    Add command reporting delegate methods to C API (#178)

    • edit: products/libllbuild/BuildSystem-C-API.cpp
    • edit: products/libllbuild/public-api/llbuild/llbuild.h
    • edit: products/libllbuild/public-api/llbuild/buildsystem.h

  • Commit 0dedf21c9ff31b943b879b824596b9a6fc55c8aa by Norio Nomura:

    [README] Add tzdata to dependencies for Ubuntu

    • edit: README.md

  • Commit ba067aa9c81b78202604081183091fcf8f836659 by Janosch Hildebrand:

    [Documentation] Add missing 'of' to UnicodeScalar documentation.

    • edit: stdlib/public/core/UnicodeScalar.swift

  • Commit 53004a10154cb1f9dc4daf2eb2165ad975af3e3a by Max Moiseev:

    [stdlib] Renames and tests for Swift 3 compatibility mode

    • add: test/stdlib/IntegerRenames3.swift
    • edit: stdlib/public/core/Integers.swift.gyb
    • add: test/stdlib/IntegerRenames4.swift

  • Commit 501943ab57e323463d1ccab808710b7c43fed84a by Roman Levenstein:

    [sil-opened-archetypes-tracker] Not all of type dependent operands

    • edit: lib/SIL/SILOpenedArchetypesTracker.cpp

  • Commit ae947cb18610c0a9ebf07b28e4885c1fea6074bb by Alex Hoppen:

    [Debugger] Preparations for removal of getName on ValueDecl

    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: include/swift/AST/DebuggerClient.h

  • Commit 1cab613fa9c74c7f6e608de948a29b3ee2b46a09 by Ben Langmuir:

    [test] Mark two crashers with REQUIRES: asserts

    • edit: validation-test/compiler_crashers_2/0101-sr5014.swift
    • edit: validation-test/compiler_crashers_2/0100-sr4295.swift

  • Commit 56b314f7414d2834165e1ca19b5a315a5781e634 by Robert Widmann:

    Fix documentation build (#9980)

    • edit: docs/conf.py
    • edit: docs/proposals/InitializerInheritance.rst

  • Commit 773e14422d89695ba482807aad91f62dfa6880c8 by Doug Gregor:

    Eliminate most uses of ArchetypeResolutionKind::AlwaysPartial.

    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/AST/GenericSignature.cpp

  • Commit 7f9380d0989e4ad89ef1d1b59a015461ef796cac by github:

    Remove bogus options from benchmark build

    • edit: benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake

  • Commit a9733cb8dbaba6009528fc2ab41729598ed54a75 by Doug Gregor:

    [GSB] Resolve dependent member types in same-type and superclass

    • edit: test/Generics/associated_type_typo.swift
    • delete: validation-test/compiler_crashers/28760-dist-0-nested-type-should-have-matched-associated-type.swift
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: validation-test/compiler_crashers_2_fixed/0084-rdar31093854.swift
    • edit: lib/Sema/GenericTypeResolver.h
    • add: validation-test/compiler_crashers_fixed/28760-dist-0-nested-type-should-have-matched-associated-type.swift

  • Commit 9f0b2c7da4f0ba577aeee363e04fcb13084fa578 by Robert Widmann:

    Update latex_paper_size to latex_elements.papersize

    • edit: docs/Makefile
    • edit: docs/CMakeLists.txt

  • Commit 597dc8ef645b1dbdeb168dbcc115470539bab027 by Roman Levenstein:

    [closure-specializer] Support specialization of closures with address

    • edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
    • edit: test/SILOptimizer/closure_specialize.sil
    • edit: test/SILOptimizer/closure_specialize_simple.sil
    • edit: test/SILOptimizer/closure_specialize_consolidated.sil
    • edit: test/SILOptimizer/inline_self.swift

  • Commit d1b0e67620fc6cf94a5c77ee99fb08093d8a6037 by github:

    swift-api-digester: teach the tool do detect APINotes' moving one member

    • edit: lib/IDE/APIDigesterData.cpp
    • add: test/api-digester/Inputs/APINotesLeft/APINotesTest.apinotes
    • add: test/api-digester/Inputs/APINotesRight/APINotesTest.apinotes
    • add: test/api-digester/Inputs/APINotesRight/APINotesTest.h
    • add: test/api-digester/apinotes-migrator-gen.swift
    • edit: include/swift/IDE/DigesterEnums.def
    • add: test/api-digester/Outputs/apinotes-migrator-gen.json
    • add: test/api-digester/Inputs/APINotesRight/module.modulemap
    • add: test/api-digester/Inputs/APINotesLeft/APINotesTest.h
    • add: test/api-digester/Inputs/APINotesLeft/module.modulemap
    • edit: tools/swift-api-digester/swift-api-digester.cpp
    • edit: include/swift/IDE/APIDigesterData.h

  • Commit 9395c84dabf36d8adcc9d9513cd76c2db0e29b7c by Roman Levenstein:

    Fix a test that was failing in resilient builds

    • edit: test/SILGen/collection_cast_crash.swift

  • Commit ee4293fea19c657d75db1e41e4e1031be37c1e82 by github:

    IDE Utils: For DeclNameViewer, we should use empty StringRef to

    • edit: lib/IDE/Utils.cpp
    • edit: lib/Migrator/APIDiffMigratorPass.cpp

  • Commit 2108d7e033718359cca802eb51b84f7ffb2a7659 by Roman Levenstein:

    Fix the test to use only fixed size integer types

    • edit: test/SILOptimizer/closure_specialize_consolidated.sil

  • Commit e539428ceb87a4dea72c6e81a76ecf037f2c8a6e by Mark Lacey:

    Update SK_LastScoreKind to SK_KeyPathSubscript.

    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/expr/unary/keypath/keypath.swift

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to