[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #3909

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#3909]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/3909/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Fri, 02 Aug 2019 04:53:31 -0500
Build duration:
1 hr 19 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 f389f5f4a5f90830b8d87853c7c3a6e264b2d18b by millenomi:
    FoundationXML: Add an integration test

    • add: test-foundation-package/test-foundation-xml.txt
    • add: test-foundation-package/test-foundation-xml.swift
  • Commit 930f57a452015c6510dfe9cb487175613b7fa262 by millenomi:
    FoundationXML: Adoption in bootstrap

    • edit: Utilities/bootstrap
  • Commit 3eaa563dfbc2372671871df24f286f1cdffd3802 by millenomi:
    Split: FoundationXML

    • add: CoreFoundation/Parsing.subproj/module.map
    • edit: Foundation/NSError.swift
    • edit: CoreFoundation/Parsing.subproj/CFXMLInterface.c
    • edit: CoreFoundation/CMakeLists.txt
    • add: CoreFoundation/Parsing.subproj/module.modulemap
    • edit: Foundation/XMLParser.swift
    • edit: Docs/ReleaseNotes_Swift5.md
    • edit: Foundation/NSSwiftRuntime.swift
    • edit: CMakeLists.txt
    • edit: Foundation/NSObjCRuntime.swift
    • edit: Foundation/XMLDTD.swift
    • edit: Foundation/XMLDocument.swift
    • edit: Foundation/XMLNode.swift
    • edit: CoreFoundation/Parsing.subproj/CFXMLInterface.h
    • add: Foundation/XML/Info.plist
    • edit: Foundation/XMLElement.swift
    • edit: TestFoundation/TestImports.swift
    • edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
    • edit: Foundation/XMLDTDNode.swift
    • edit: TestFoundation/xdgTestHelper/main.swift
    • edit: Foundation.xcodeproj/project.pbxproj
  • Commit 9bdf8c0f63a2c62326cc41238d939fa1584b0b5d by millenomi:
    Do not use casts with CF types.

    • edit: Foundation/XMLDocument.swift
  • Commit 5c5d24b48030da5f804e0e3fb7773a7c3cda77bf by millenomi:
    Correctly make SwiftFoundationXML depend on SwiftFoundation; add

    • edit: Foundation/NSObjCRuntime.swift
    • edit: Foundation.xcodeproj/project.pbxproj
  • Commit 02db4820d1ad838b2ddc6c30c3e31f342a34d481 by millenomi:
    The compiler doesn’t support bridging these types; cast unsafely, and

    • edit: Foundation/XMLDocument.swift
    • edit: Foundation/XMLDTD.swift
    • edit: Foundation/NSError.swift
    • edit: Foundation/XMLParser.swift
  • Commit 52cc92afc473220b45942db9012cd33bf17d5bef by millenomi:
    Correct typo.

    • edit: CMakeLists.txt
  • Commit c12feeb4ad2680e30a41869938f3822ebcd4d10a by millenomi:
    Do not use CDispatch symbols in the interface.

    • edit: CoreFoundation/Parsing.subproj/CFXMLInterface.c
    • edit: CoreFoundation/Parsing.subproj/CFXMLInterface.h
  • Commit 3711ca66272558394c758ed6e2f72e4a3ff5aea2 by millenomi:
    Ensure sys/types.h is imported explicitly.

    • edit: CoreFoundation/Parsing.subproj/CFXMLInterface.h
  • Commit 079ebe97f68cb386d96c3b9728cf35afb4d41a27 by millenomi:
    Add stdint as well.

    • edit: CoreFoundation/Parsing.subproj/CFXMLInterface.h

New issue found!

13:09:06 :0: error: module file '/tmp/org.llvm.clang.1001/ModuleCache/1BDTW27LAMRFW/_Builtin_stddef_max_align_t-SXA8RZYV68J7.pcm' is out of date and needs to be rebuilt: signature mismatch
13:09:06 :0: note: imported by module 'CDispatch' in '/tmp/org.llvm.clang.1001/ModuleCache/1BDTW27LAMRFW/CDispatch-16R35IWU917IO.pcm'
13:09:06 /home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-16_04/swift-integration-tests/test-static-stdlib/dispatch_test.swift:1:8: error: missing required modules: 'CDispatch', '_SwiftDispatchOverlayShims'
13:09:06 import Dispatch
13:09:06 ^