[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1344

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1344]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1344/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 26 Apr 2019 00:37:10 -0500
Build duration:
2 hr 35 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Swift Compile Error: Swift compiler error

Changes

  • Commit c38f6ab8b4b8fc38bbfa5b5b3d29af8236fe0230 by compnerd:
    AST: inline the definition for AnyValue::Holder::equals

    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
  • Commit b2d50c86b7ca9fd0210b0c079ab443817a88d009 by jgroff:
    Sema: don't consider opaque types distinct for overloading purposes.

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h
    • edit: include/swift/AST/Types.h
    • edit: lib/AST/Type.cpp
    • edit: test/type/opaque.swift
  • Commit 144b560d0a8079639618c24ffff8d69d93925743 by plotfi:
    Replacing ! with not.py because it hides lit errors and breaks on Win32.

    • edit: test/PlaygroundTransform/implicit_return_never.swift
  • Commit f49bc6c1d7baa789a7b9b4a26b3073da6f644574 by jgroff:
    Correct availability for opaque type execution test.

    • edit: test/Interpreter/opaque_return_type_protocol_ext.swift
  • Commit 1fbf0d2b920fdb0a74bfbab242afedd8be007a7e by scanon:
    Slice should only conform to AB when the Base conforms to AB.

    • edit: stdlib/public/Darwin/Accelerate/AccelerateBuffer.swift
  • Commit 2dfb0422c2d4dbf3f65df14846b028948ede6ae2 by syaghmour:
    [DataFormatters] Adjusting libc++ std::list formatter to act better with

    • edit: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    • edit: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
    • edit: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/main.cpp
  • Commit 2263d36a843feae49e1296e5440858e4952ea1cf by aprantl:
    "Temporarily" disable some lldb-mi tests that are unreliable.

    • edit: lit/tools/lldb-mi/exec/exec-step.test
    • edit: lit/tools/lldb-mi/exec/exec-continue.test

New issue found!

This seems to be a module issue.

**06:53:17** <unknown>:0: error: module file '/tmp/org.llvm.clang.buildnode/ModuleCache/2Y3VTOY00TMJS/SwiftGlibc-3UIP87MAMK5KU.pcm' is out of date and needs to be rebuilt: signature mismatch
**06:53:17** <unknown>:0: note: imported by module 'CoreFoundation' in '/tmp/org.llvm.clang.buildnode/ModuleCache/2Y3VTOY00TMJS/CoreFoundation-MC0G5NUM8V49.pcm'
**06:53:17** /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-18_04/swift-corelibs-foundation/Foundation/Bridging.swift:13:8: error: no such module 'CoreFoundation'
**06:53:17** import CoreFoundation
**06:53:17**        ^

New issue found!