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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2218/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 21 Sep 2018 11:28:09 -0500
Build duration:
42 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 8ccc51703705ed4234a6d2e343721a66b2d88105 by aschwaighofer:
    IRGen: Fix type of a global with tail allocated storage

    • edit: lib/IRGen/GenDecl.cpp
    • edit: test/IRGen/static_initializer.sil
  • Commit 1a8eeda2334855020326ee00bf90665ae55e0d0b by aschwaighofer:
    Adjust test for linux

    • edit: test/IRGen/static_initializer.sil
  • Commit e919de97971929465e1883df4891e2552392b401 by mgottesman:
    [closure-spec] Do not try to process begin_apply. It is not supported

    • edit: test/SILOptimizer/closure_specialize.sil
    • edit: lib/SILOptimizer/IPO/ClosureSpecializer.cpp
    • edit: include/swift/SIL/SILInstruction.h
  • Commit 051e73883f950788a55ef4e800be4d846cf84864 by github:
    [test] Separately validate the 'simd' overlay's swiftinterface (#19443)

    • add: validation-test/ModuleInterface/verify_simd.swift
  • Commit cad4c71ab75521bc6f70933ed128be3ea2c10a27 by github:
    [Serialization] Ignore OS versions when loading resilient modules

    • edit: test/IDE/print_module_bad_target.swift
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: test/Serialization/target-too-new.swift
    • edit: test/Serialization/target-incompatible.swift
    • edit: test/ClangImporter/bad-deployment-target.swift
  • Commit 11c3f8c17c4ac3d04585c2c1b11e5db00d8166ad by jonas:
    [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC

    • edit: unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    • edit: lib/DebugInfo/DWARF/DWARFUnit.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
    • edit: include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
    • edit: unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
    • edit: lib/DebugInfo/DWARF/DWARFContext.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFContext.h
    • edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFUnit.h
  • Commit 8dfe2550a545e2671ff535f62aae3c0c08507f9d by jonas:
    [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC

    • edit: lib/DebugInfo/DWARF/DWARFDebugLine.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFContext.h
    • edit: lib/DebugInfo/DWARF/DWARFContext.cpp
    • edit: unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    • edit: include/llvm/DebugInfo/DWARF/DWARFUnit.h
    • edit: lib/DebugInfo/DWARF/DWARFUnit.cpp
  • Commit 95a73613ac5a723cfe97f17e52eea3bb4d272427 by jonas:
    [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC

    • edit: include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    • edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
    • edit: lib/DebugInfo/DWARF/DWARFDie.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFContext.h
    • edit: include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
    • edit: include/llvm/DebugInfo/DWARF/DWARFUnit.h
    • edit: lib/DebugInfo/DWARF/DWARFUnit.cpp
  • Commit 9bc9cfb354cc22f914601e6119720ed625af189a by jonas:
    [DebugInfo/DWARF] [4/4] Unify handling of compile and type units. NFC

    • edit: include/llvm/DebugInfo/DWARF/DWARFUnit.h
    • edit: lib/DebugInfo/DWARF/DWARFUnit.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFContext.h
    • edit: lib/DebugInfo/DWARF/DWARFContext.cpp
  • Commit 30b9aeb878320d308df60751096b48806e6f2ace by jonas:
    [DWARF] Verifier now handles .debug_types sections.

    • edit: test/DebugInfo/X86/dwarfdump-header.s
    • edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  • Commit 32a262ced6d38eee2531f7951e4b255637efd752 by jonas:
    [DebugInfo] Remove redundant argument. [NFC]

    • edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  • Commit ca976a8e606854c2d22f4205dbcb1e9ec1cc796b by jonas:
    [DWARF Verifier] Add helper function to dump DIEs. [NFC]

    • edit: include/llvm/DebugInfo/DWARF/DWARFVerifier.h
    • edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp
  • Commit b8548e4b11004062941b9ef65f709f6b692b23eb by jonas:
    [dwarfdump] Verify compatibility of attribute TAGs.

    • add: test/tools/llvm-dwarfdump/X86/verify_compatible_tags.s
    • edit: lib/DebugInfo/DWARF/DWARFUnit.cpp
    • edit: lib/DebugInfo/DWARF/DWARFVerifier.cpp
    • edit: include/llvm/DebugInfo/DWARF/DWARFUnit.h
  • Commit 5612a9eeec0ab823586affed48ad69d6ca0729db by jonas:
    [NFC] Turn "load dependent files" boolean into an enum

    • edit: source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    • edit: source/Target/Target.cpp
    • edit: source/Commands/CommandObjectTarget.cpp
    • edit: source/Commands/CommandObjectProcess.cpp
    • edit: include/lldb/Target/Target.h
    • edit: source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    • edit: source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    • edit: source/Target/Platform.cpp
    • edit: include/lldb/Target/TargetList.h
    • edit: source/Plugins/Platform/Linux/PlatformLinux.cpp
    • edit: source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    • edit: source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    • edit: source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    • edit: tools/lldb-test/lldb-test.cpp
    • edit: source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    • edit: source/Core/DynamicLoader.cpp
    • edit: source/Plugins/Platform/Windows/PlatformWindows.cpp
    • edit: source/Target/TargetList.cpp
    • edit: source/Plugins/Process/elf-core/ProcessElfCore.cpp
    • edit: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    • edit: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    • edit: source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    • edit: source/Target/Process.cpp
    • edit: source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    • edit: source/API/SBDebugger.cpp
  • Commit 229a5f1410839ab099ee81af1540e80ec95cbdb2 by jonas:
    [target] Change target create's behavior wrt loading dependent files.

    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/a.cpp
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/main.cpp
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/Makefile
    • edit: source/Commands/CommandObjectTarget.cpp
    • add: packages/Python/lldbsuite/test/functionalities/target_create_deps/a.mk
  • Commit 0121250242d6096f7579624f5f5b15094e2d276c by jonas:
    Update usage of CreateTarget in SwiftREPL.cpp

    • edit: source/Plugins/ExpressionParser/Swift/SwiftREPL.cpp

New issue found!

New issue found!