[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #2149

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#2149]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2149/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 07 Sep 2018 16:22:03 -0500
Build duration:
4 hr 27 min

Identified problems:

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

Changes

  • Commit 37ec2488236ce123c62c7d3b2a06685c71b50b6c by jordan_rose:
    Add ModuleDecl::ReverseFullNameIterator

    • edit: include/swift/AST/Module.h
    • edit: lib/FrontendTool/TextualInterfaceGeneration.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/PrintAsObjC/PrintAsObjC.cpp
    • edit: lib/Serialization/Serialization.cpp
  • Commit 3c5fba3797f6f264d4527475c5cabd3356100e02 by jordan_rose:
    When sorting imports for uniquing purposes, use full module names

    • edit: lib/AST/Module.cpp
    • add: test/ModuleInterface/Inputs/imports-submodule-order/module.modulemap
    • add: test/ModuleInterface/imports-submodule-order.swift
  • Commit 983a4469160fee0c867c486c1211e6edb52c5f79 by compnerd:
    SwiftDemangle: disable ABI breaking checks

    • edit: lib/SwiftDemangle/CMakeLists.txt
    • edit: lib/Demangling/CMakeLists.txt
  • Commit b4a23adcf060b88af9214220db8c77e7bc611073 by github:
    [stdlib] Update Array.subscript to use _modify (#19154)

    • edit: test/SILOptimizer/array_mutable_assertonly.swift
    • edit: test/SILGen/tuples.swift
    • edit: test/Interpreter/formal_access.swift
    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ContiguousArray.swift
    • edit: test/SILGen/writeback_conflict_diagnostics.swift
  • Commit c3481ab8c3681989b2a3ee86b3f1dadfb37da050 by spestov:
    IRGen: Refuse to compute witness table layouts of resilient protocols

    • edit: lib/IRGen/GenProto.cpp
  • Commit 100679aa1e8b7c56ae6a1b53ba9ae0aa57842cc9 by spestov:
    IRGen: Use a method descriptor to identify methods where possible

    • edit: lib/IRGen/GenKeyPath.cpp
    • edit: test/IRGen/class_resilience.swift
    • edit: lib/IRGen/GenThunk.cpp
    • edit: test/IRGen/keypaths.sil
    • edit: lib/IRGen/IRGenModule.h
  • Commit 0eb762fec3901506b770fa7c73648b2c0429d435 by spestov:
    IRGen: Remove a few unused methods

    • edit: lib/IRGen/MetadataLayout.h
    • edit: lib/IRGen/MetadataLayout.cpp
  • Commit bc6d8f6dab7befa62c10fab8917e043489f06b4a by shajrawi:
    XFAIL array_mutable_assertonly

    • edit: test/SILOptimizer/array_mutable_assertonly.swift
  • Commit ce5e4ced8f86a574b9760320570c4db8aaed0574 by ankit_aggarwal:
    Fix signal if no process group is being used

    • edit: Sources/Basic/Process.swift
  • Commit e6166b0503e665f87bd43fb4c2dda7feb4a93be7 by ankit_aggarwal:
    Spelling, "crerate" -> "create"

    • edit: Sources/Workspace/InitPackage.swift
  • Commit ba9d373f53612ba674ae23f4251284176155ff2e by ankit_aggarwal:
    Allow a custom env for more xcrun invocations

    • edit: Sources/Workspace/UserToolchain.swift
  • Commit 4362e0080d56a6f56e34c76d9eac135373f7c5d6 by ankit_aggarwal:
    Improve handling of "extra" files

    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/Xcodeproj/generate().swift
    • edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
    • edit: Sources/Xcodeproj/pbxproj().swift
  • Commit 2242945d87a76ba7d87096c61ec8549722f2edb7 by aprantl:
    Print column info in backtraces et al. if available

    • edit: include/lldb/Core/FormatEntity.h
    • edit: source/Core/FormatEntity.cpp
    • edit: source/Core/Debugger.cpp
    • edit: packages/Python/lldbsuite/test/functionalities/asan/Makefile
    • edit: packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py
  • Commit 437e2c74364ecaf961e052909549db74ab0f32ff by jmolenda:
    Enable the fp-armv8 disassembler feature when disassembling Cortex-M

    • add: unittests/Disassembler/CMakeLists.txt
    • edit: source/Utility/ArchSpec.cpp
    • edit: lldb.xcodeproj/project.pbxproj
    • edit: source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
    • add: unittests/Disassembler/TestArmv7Disassembly.cpp
  • Commit 47a797ef2b54a280680e27e1b3b19775d522f9ac by jmolenda:
    Add the Disassembler unit test dir.

    • edit: unittests/CMakeLists.txt