[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master) #2885

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#2885]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/2885/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 19 Nov 2019 16:36:00 -0600
Build duration:
15 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 f2f521f8bf20957d323f7b5701f1d321bd3a5491 by tapanth:
    [FrondEnd] Wrap RunInmediately() in a pretty stack trace indicating we

    • edit: lib/FrontendTool/FrontendTool.cpp
    • add: test/Frontend/crash-in-user-code.swift
  • Commit 125c1fb03eb65b1d8b6de878fdf219b46f8d028f by nhawes:
    [Sema] Avoid needing the typechecker for the IsStaticRequest request

    • edit: test/SourceKit/DocumentStructure/structure.swift.response
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/SourceKit/DocumentStructure/structure.swift.empty.response
    • edit: test/SourceKit/DocumentStructure/Inputs/main.swift
    • edit: test/decl/func/operator.swift
    • edit: test/SourceKit/DocumentStructure/structure.swift.foobar.response
  • Commit 77daaf3338a7676843e1c17e04d15c45e3e9f832 by nhawes:
    [ASTVerifier] Don't perform semantic requests in verifyParsed()

    • edit: lib/AST/ASTVerifier.cpp
    • edit: test/SourceKit/DocumentStructure/Inputs/main.swift
  • Commit 11d20b8c922cf0b03a2c6909c69f28f003a951da by nhawes:
    [IDE] Avoid name binding in sourcekitd's syntactic requests

    • edit: test/SourceKit/DocumentStructure/structure.swift.empty.response
    • edit: test/SourceKit/DocumentStructure/structure.swift.response
    • edit: test/SourceKit/InterfaceGen/gen_clang_module.swift.response
    • edit: lib/IDE/SyntaxModel.cpp
    • edit: test/SourceKit/InterfaceGen/gen_clang_module.swift.apinotes_swift3.response
    • edit: test/SourceKit/DocumentStructure/Inputs/main.swift
    • edit: test/SourceKit/DocumentStructure/access_parse.swift.response
    • edit: test/SourceKit/DocumentStructure/structure.swift.foobar.response
    • edit: test/SourceKit/DocumentStructure/structure.swift.invalid.response
    • edit: test/SourceKit/InterfaceGen/gen_clang_module.swift.apinotes_swift4.response
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
  • Commit 43523df08a604f2df9b1d66c1ee1c593b76ab0ba by nhawes:
    [IDE] Remove call to getFormalAccess() in inferAccessSyntactically()

    • edit: test/SourceKit/DocumentStructure/structure.swift.response
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
    • edit: test/SourceKit/DocumentStructure/structure.swift.empty.response
    • edit: test/SourceKit/DocumentStructure/Inputs/main.swift
    • edit: test/SourceKit/DocumentStructure/structure.swift.foobar.response
  • Commit 4990bc4c1ee9c1e42fcc3eff6bd53ef18c4363da by 1094986+edymtt:
    [build] amend search path for Cmake modules

    • edit: cmake/modules/StandaloneOverlay.cmake
  • Commit 0f3ed3fc98c8e682501a124a609d83bf205e0e84 by tapanth:
    Fix the crash-in-user-code test for macos and Linux

    • edit: test/Frontend/crash-in-user-code.swift
  • Commit 15eea66b9f5690c15f27eee9fb074ed027181cf4 by github:
    Make the crash-in-user-code check agnostic for macOS, Linux and Windows

    • edit: test/Frontend/crash-in-user-code.swift
  • Commit ab062fcd14789c4a86277d68de8d2a05305d4a97 by dgregor:
    [Runtime] Handle dynamic casting to NSObject via error bridging.

    • edit: stdlib/public/runtime/SwiftObject.h
    • edit: stdlib/public/runtime/Casting.cpp
    • edit: stdlib/public/runtime/SwiftObject.mm
  • Commit fe60ace8688dd7fc81ed3f09fa6a3c06af2da41d by dave:
    [CMake] Add missing dep when building with BUILD_SHARED_LIBS

    • edit: lib/Serialization/CMakeLists.txt
  • Commit 18570c723f7369da72566a81ec906d5e534f7ef6 by compnerd:
    build: remove SWIFT_NEED_EXPLICIT_LIBDISPATCH (NFC)

    • edit: tools/SourceKit/tools/complete-test/CMakeLists.txt
    • edit: tools/SourceKit/tools/sourcekitd-repl/CMakeLists.txt
    • edit: CMakeLists.txt
    • edit: tools/libSwiftSyntaxParser/CMakeLists.txt
    • edit: tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt
    • edit: tools/SourceKit/lib/Support/CMakeLists.txt
    • edit: tools/swift-syntax-parser-test/CMakeLists.txt
    • edit: unittests/SyntaxParser/CMakeLists.txt
  • Commit 76591217fed524f476b9febde5b213a8cf74a0a3 by dgregor:
    [Runtime] Add test for casting an Error type to NSObject

    • edit: test/stdlib/ErrorBridged.swift
  • Commit c0d72656bb2b1207886cc88c62827ff609d5e58a by teemperor:
    [upstreaming] Revert adding comment to DWARFDebugInfoEntry.cpp

    • edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  • Commit 0bdcae5b7a5904e5cbce1ca2424fdd2e953156a4 by vsk:
    [LLDB] Don't install the pretty stack trace handler twice.

    • edit: lldb/tools/driver/Driver.cpp
  • Commit 4e11ffde851b903e41bab279c617e6effca3ba48 by vsk:
    Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)

    • edit: llvm/lib/Support/Unix/Signals.inc
    • edit: llvm/lib/Support/Windows/Signals.inc
    • edit: llvm/include/llvm/Support/PrettyStackTrace.h
    • edit: llvm/lib/Support/PrettyStackTrace.cpp
    • edit: llvm/include/llvm/Support/Signals.h
  • Commit 45c159701dba20261e5331b772060d162129eb78 by vsk:
    [Signal] Allow llvm clients to opt into one-shot SIGPIPE handling

    • edit: llvm/lib/Support/Unix/Signals.inc
    • edit: llvm/include/llvm/Support/Signals.h
    • edit: llvm/lib/Support/InitLLVM.cpp
    • edit: llvm/include/llvm/Support/InitLLVM.h
    • edit: lldb/tools/driver/Driver.cpp
    • edit: llvm/lib/Support/Windows/Signals.inc
  • Commit 97d230a602c7e331b447bbdcb260c840da9dcf22 by 890283+francisvm:
    Reland: [Remarks][Driver] Use different remark files when targeting

    • add: clang/test/Driver/darwin-opt-record.c
    • edit: clang/lib/Driver/ToolChains/Clang.cpp
  • Commit 9d542a69a09fef2e3a1ce7f45b173c021e5068f7 by jonas:
    Fix build

    • edit: lldb/tools/driver/Driver.cpp
  • Commit 1e775939768c00c7385908586685de1598190e58 by jonas:
    Adding support for glibc 2.30

    • edit: Sources/TSCBasic/Process.swift
  • Commit 060b99a4016e30494a7045f4fd2a7e7e01ed6316 by jonas:
    Fixing indents

    • edit: Sources/TSCBasic/Process.swift
  • Commit 2968ec9e64948f6f69060d5736fbe8b2a1773fa1 by jonas:
    simplifying force unwrap

    • edit: Sources/TSCBasic/Process.swift
  • Commit 0420b0da659794ff55cd181163dd8001d5b2eb0d by jonas:
    Simplifying strdup

    • edit: Sources/TSCBasic/Process.swift
  • Commit 1a1820eba99ffd80f12ee5551adfe63515d6bb90 by ankit_aggarwal:
    ArgumentParser use for iOS, tvOS, watchOS to help with UITesting (#2384)

    • edit: .gitignore
    • edit: Sources/TSCUtility/dlopen.swift
    • edit: Sources/TSCBasic/OSLog.swift