[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #2235

Report

[FAILURE] oss-swift-package-osx [#2235]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/2235/
Project:
oss-swift-package-osx
Date of build:
Thu, 20 Sep 2018 18:39:51 -0500
Build duration:
3 hr 22 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 8d70f980b31e611fd0759c89cf928fbc68482263 by gregomni:
    Offer a "self." fixit for assigning to a let which is masking an

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Sema/immutability.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 8ddda4393ccd3f5899ae1c95359786cb8f5a3c23 by spestov:
    AST: More robust differenceAndStoreConditionalRequirements()

    • edit: lib/AST/ProtocolConformance.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 001a7489ae99c87c12aadd1f3b07e879a53a9867 by spestov:
    AST: Simpler implementation of DeclContext::getDeclaredInterfaceType()

    • edit: lib/AST/Decl.cpp
    • edit: lib/AST/DeclContext.cpp
  • Commit ea1ec895a8abf00f4e3c791d0d97bfdcbfd946f1 by spestov:
    AST: Extended types of extensions should be interface types

    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: test/Generics/conditional_conformances.swift
    • edit: lib/Serialization/Serialization.cpp
  • Commit f287f5839f02c080daaa5b3047e1c0089a6561fd by spestov:
    AST: Associated type defaults should be interface types

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/TypeCheckProtocolInference.cpp
  • Commit b613f130e7716693df6f9ee296c50bb6db9ee3b6 by gregomni:
    Review feedback - mostly a better error message.

    • edit: test/Sema/immutability.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 90a330bead8e5a2885c91ff7c3c5cd3b32ed3dc1 by harlan:
    Attempt to fix IRGen test objc_subclass.swift (#19419)

    • edit: test/IRGen/objc_subclass.swift
  • Commit 091a757e5d3bbc6921c2adb665a3b85a6214cb3b by pyaskevich:
    [CSStep] Allocate component scopes only if siblings didn't fail

    • edit: lib/Sema/CSStep.cpp
    • edit: lib/Sema/CSStep.h
  • Commit 2f9498a3f0fb573aa51c16917ddc92331b869e63 by compnerd:
    build: use the target variables for the ICU check

    • edit: CMakeLists.txt
  • Commit 1cf16ab1f1060e258a1fb9a110f4fedc2c7750c8 by github:
    [build-script] Teach the lldb-xcode build how to find FileCheck (#19400)

    • edit: utils/build-script-impl
  • Commit ffc4f66448740e9cf26f16e31153eb2a6e3d6255 by gregomni:
    A better note message.

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Sema/immutability.swift
  • Commit e9b45178a03ecf32d081a18ff8e547cae090d67c by jgroff:
    Make runtime warnings about missing metadata more descriptive.

    • edit: include/swift/Runtime/Debug.h
    • edit: unittests/runtime/Stdlib.cpp
    • edit: stdlib/public/runtime/Errors.cpp
    • edit: stdlib/public/runtime/ReflectionMirror.mm
  • Commit 511907b089672fc00c333e871fc9e7718a40c4f7 by aschwaighofer:
    Try harder to fix objc_subclass.swift rdar://44644016

    • edit: test/IRGen/objc_subclass.swift
  • Commit c3f117c9cee8751037d060911f7b196f2b1e2628 by github:
    [test] Fix Driver tests not to write to PWD (a shared directory)

    • edit: test/Driver/loaded_module_trace_header.swift
    • edit: test/Driver/batch_mode_with_num-threads.swift
    • edit: test/Driver/loaded_module_trace_append.swift
    • edit: test/Driver/response-file.swift
    • edit: test/Driver/batch_mode_with_pch.swift
    • edit: test/Driver/loaded_module_trace_env.swift
    • edit: test/Driver/multi-threaded.swift
  • Commit 8ba8222333d0aa6cce8a07a929701c47a5dd1d0c by github:
    [InterfaceGen] Print abstract accessors in protocols (#19379)

    • edit: test/ModuleInterface/final.swift
    • edit: include/swift/AST/PrintOptions.h
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/ModuleInterface/inlinable-function.swift
  • Commit 88ee5379c09fc7a0cc77212ffd326aaa9effac55 by aprantl:
    Add missing VPATH

    • edit: packages/Python/lldbsuite/test/make/Makefile.rules
  • Commit 8d5a609d65ea7bf85901e97f1ee6beb75dc15900 by aprantl:
    Use the same module cache path for swift and clang.

    • edit: packages/Python/lldbsuite/test/make/Makefile.rules
  • Commit ded3011dc1a736149241767ae1f9ff9da9d2578b by aprantl:
    Fix a distracting error message on Linux

    • edit: packages/Python/lldbsuite/test/plugins/swift.py
  • Commit 646493c67a557ca23bd35709ba41c3ef7128c2b3 by vk:
    Allow use of self.filecheck in LLDB tests (c.f self.expect)

    • edit: lldb.xcodeproj/project.pbxproj
    • edit: packages/Python/lldbsuite/test/dotest_args.py
    • edit: packages/Python/lldbsuite/test/expression_command/formatters/TestFormatters.py
    • edit: packages/Python/lldbsuite/test/configuration.py
    • edit: CMakeLists.txt
    • edit: packages/Python/lldbsuite/test/dotest.py
    • edit: packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/main.cpp
    • edit: packages/Python/lldbsuite/test/lldbtest.py
    • edit: test/CMakeLists.txt
  • Commit f00c6a84d409f0f6a5a2e6e3dac90db28414de14 by vsk:
    Retry: Emit a precise error message when lldb can't load a swift AST

    • edit: include/lldb/Target/Target.h
    • edit: include/lldb/Symbol/SwiftASTContext.h
    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: source/Target/Target.cpp