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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4244/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Sat, 02 Nov 2019 01:47:10 -0500
Build duration:
1 hr 30 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 a79d4259ea174adec092003d8657280ec199f3f1 by lwalkin:
    Expose more file descriptor traits

    • edit: include/llbuild/Basic/PlatformUtility.h
  • Commit b2e4d0baacfbeb327582a6e56938a5d0131267d8 by lwalkin:
    Streamline file descriptor handling during spawning.

    • edit: lib/Basic/Subprocess.cpp
  • Commit 7350917c221635e9a04ab33acc433c103b352510 by nhawes:

    [code-completion] Complete after qualifying module names in type

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_from_swift_module.swift
  • Commit b871454b8f5e83aab5d4c7ca7342bbf2818f8616 by nhawes:

    [code-completion] Suggest module names in type and expression position

    • edit: test/SourceKit/CodeComplete/complete_requestlimit.swift
    • edit: test/SourceKit/CodeComplete/complete_filter_rules.swift
    • edit: test/IDE/complete_from_swift_module.swift
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_from_clang_framework.swift
    • edit: test/SourceKit/CodeComplete/complete_sort_order.swift
  • Commit dae4f207a090287b541040bd1e127bd8ff2c1122 by compnerd:
    Basic: add a comment about the "complex" code

    • edit: include/swift/Basic/Mangler.h
  • Commit c02847506507f59ffbfcf139de597c342ea2bb53 by github:
    Update WindowsBuild.md

    • edit: docs/WindowsBuild.md
  • Commit 6bddac33d5b4af3229755eda398316a0dac3c247 by pyaskevich:
    [ConstraintSystem] Allow to check presence of fix by kind and locator

    • edit: lib/Sema/ConstraintSystem.h
  • Commit d87d22d336eb22a9c8b55d24b5a1456f7afbd556 by pyaskevich:
    [ConstraintSystem] Intoduce a fix for incorrect use of trailing closures

    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
  • Commit 6bb659c5a3805ff580bb90c7eb1e7b110b26c50c by pyaskevich:
    [Diagnostics] Add a diagnostic for incorrect use of trailing closures

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSFix.cpp
  • Commit 495f14a698be1282abb4c3e05279acd119586c78 by pyaskevich:
    [ConstraintSystem] Use new trailing closure fix in matchCallArguments

    • edit: test/Constraints/diag_missing_arg.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/diagnostics.swift
  • Commit a8d162fd1fdbc3cdfbdf75ac6ee16ec21d12cbe0 by z.zoelec2:
    Fix crash by checking if nominal type is null

    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
  • Commit ddade0a33df5800303e753dcc22c4077d4a03407 by z.zoelec2:
    Add validation test under compiler crashers fixed

    • add: validation-test/compiler_crashers_2_fixed/sr11624.swift
  • Commit ddb7bbc25b9a80ad9d64349238fd024137c4c4d1 by pyaskevich:
    [CSDiag] NFC: Remove obsolete trailing closure diagnostics

    • edit: lib/Sema/CSDiag.cpp
  • Commit eabb561994b750ba3b0b806ac4fef27fce316858 by nhawes:

    [code-completion] Give Modules a SemanticContextKind of None

    • edit: test/SourceKit/CodeComplete/complete_requestlimit.swift
    • edit: test/IDE/complete_from_clang_framework.swift
    • edit: test/IDE/complete_import_multifile1.swift
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/SourceKit/CodeComplete/complete_sort_order.swift
    • edit: test/IDE/complete_import.swift
    • edit: test/IDE/complete_from_swift_module.swift
  • Commit 0f277aca155daea55290583cf04ee579cd54e32f by varun_gandhi:
    [Frontend] Avoid crashing in trace emission due to "duplicate"

    • add: test/Driver/loaded_module_trace_nocrash.swift
    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit 88c477b08d697a3c03ff2ec0bcad64391e2ad031 by pyaskevich:
    [ConstraintSystem] Accept trailing closure if the last parameter is

    • edit: test/Constraints/closures.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 5771ecbbc7a05eacfd3d477226f16b14046f45b7 by varun_gandhi:
    [NFC] Mark new test as unsupported on Windows.

    • edit: test/Driver/loaded_module_trace_nocrash.swift
  • Commit ff2e7b120bf9c781d459417eba8a9b5b9b53683b by compnerd:
    lit: use gyb.py instead of gyb

    • edit: test/lit.cfg
  • Commit 572bc52be0aabddf300172447b918087d86045ca by rwidmann:
    Drop the type checker out of the multi-conformance checker

    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit a29bfb443420b85e21c14c9dafa052fa8ebaf462 by rwidmann:
    Fold resolveImplicitConstructors into resolveImplicitMember

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: include/swift/AST/LazyResolver.h
    • edit: lib/AST/NameLookup.cpp
  • Commit fd6497bbc7c38b211c3d52c0f690ba4195d77641 by atrick:
    SILCombine cleanup; replace null check with dyn_cast_or_null.

    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: validation-test/compiler_crashers_2_fixed/sr11624.swift
  • Commit 74af4873c751bdd7bac84eef41dea161cb64d208 by davg:
    Fix issue preventing DocumentSymbols from working with clangd

    • edit: Sources/LanguageServerProtocol/ClientCapabilities.swift
  • Commit 6a544b751c81928bb168a373e3704e967232c75a by jonas:
    [Reproducer] Don't isntrument methods that get called from the signal

    • edit: lldb/source/API/SBDebugger.cpp
    • edit: lldb/include/lldb/Utility/ReproducerInstrumentation.h
  • Commit 2ed32b93e2b08d043cb58c7e0bea39844842e191 by jonas:
    [dsymutil] Add DW_TAG_common_block to dieNeedsChildrenToBeMeaningful

    • edit: llvm/tools/dsymutil/DwarfLinker.cpp
  • Commit 0a3bfffc9703da8089ab49973d96b794f68f94ec by compnerd:
    [CodeView] Add pragma push/pop_macro for ARM64_FPSR to enum header

    • edit: llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
  • Commit 3fc6c3b6d50a941996c28bd4a7eb59e7f004ba42 by arphaman:
    apple-llvm-config: add pr.json config for git-apple-llvm pr tool

    • add: apple-llvm-config/pr.json
  • Commit 29a85680ee44315f05bd869c6d4df893011c61bd by adergachev:
    [analyzer] Fix a crash on tracking Objective-C 'self' as a control

    • add: clang/test/Analysis/track-control-dependency-conditions.m
    • edit: clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  • Commit cb0f08c68d30d7d759d2983b8ad447579974a03d by adergachev:
    [analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.

    • edit: clang/test/Analysis/novoidtypecrash.c
    • edit: clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  • Commit 256ad7f76ddfd7635ae9d4b33120f4470d343daf by blangmuir:
    [darwin] Set 'darwin' feature to fix tests using UNSUPPORTED/REQUIRES

    • edit: clang/test/lit.cfg.py

New issue found!

New issue found!

New issue found!

New issue found!

New issue found!

New issue found!

New issue found!