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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4575/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Mon, 13 Jan 2020 21:55:42 -0600
Build duration:
1 hr 9 min

Identified problems:

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

Changes

  • Commit 91ca8ca0935ad6ab7d266e6b41d594a3cf767c0a by alex:
    [build-script] Install SwiftSyntax to usr/lib instead of usr/lib/swift

    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build-presets.ini
    • edit: utils/build_swift/driver_arguments.py
    • edit: utils/swift_build_support/swift_build_support/products/swiftsyntax.py
  • Commit a7064617b2fe4a0f5a2748b8a30fe80485061e41 by rishizaki:
    [CodeCompletion] Always look into decls to find the parsed expression

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • add: test/SourceKit/CodeComplete/complete_sequence_bodyrange.swift
  • Commit ef254c0e9c97ed6bf4b7c3fe0c04bcfae88308a7 by rkandhadaimadhav:
    [Constant Evaluator] Add support for evaluating checked_cast_br

    • edit: include/swift/AST/DiagnosticsSIL.def
    • edit: test/SILOptimizer/constant_evaluable_subset_test.swift
    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
    • edit: test/SILOptimizer/constant_evaluator_test.sil
    • edit: include/swift/SIL/SILConstants.h
    • edit: lib/SIL/SILConstants.cpp
  • Commit 8f38105bc30c4ce354e96095401763273c73ba16 by rishizaki:
    [CodeCompletion] Reduce leaking memory per fast completion

    • edit: lib/IDE/CompletionInstance.cpp
  • Commit 108b9c3a25d4d92f830187a8cdef6f9c42e839f6 by rishizaki:
    [CodeCompletion] Open virtual file for fast completion buffers

    • edit: lib/IDE/CompletionInstance.cpp
  • Commit 12529fea2033007fc399558afce452d0f3c3903a by nhawes:
    [AST] Handle visiting UnresolvedType in TypeMatcher

    • edit: include/swift/AST/TypeMatcher.h
    • edit: include/swift/AST/CanTypeVisitor.h
    • add: test/IDE/complete_uninferred_generic.swift
  • Commit f2942ebb5608c333dbb474a17114090e9f1a9a04 by pyaskevich:
    [Diagnostics] Port diagnostics related to array literal use

    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 2164476bf544a9fe7f936a799a8a584b7bf5dab0 by pyaskevich:
    [Diagnostics] Port diagnostics related to dictionary literal use

    • edit: test/Constraints/generics.swift
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 07865c79487fb1c1bc3f4cf28b9663d4024d1fcf by pyaskevich:
    [TypeChecker.rst] NFC: Mark that array/dictionary diagnostics have been

    • edit: docs/TypeChecker.rst
  • Commit 83744d9d39eaa38a7d4474d36319845bc2b98f35 by pyaskevich:
    [Diagnostics] Use ´isainstead ofdyn_cast` because array/dictionary

    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit e23e77b6a57865c279d9d77922844973d50f08d2 by github:
    Allow function builder attrs on vars without bodies in interfaces

    • edit: test/ModuleInterface/function_builders.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit eed6a4eb94d7ee40096e57837fb876896dd21ef1 by compnerd:
    Expose function sections option (#28088)

    • add: test/LinkerSections/function_sections.swift
    • edit: include/swift/AST/IRGenOptions.h
    • edit: include/swift/Option/FrontendOptions.td
    • add: test/LinkerSections/Inputs/FunctionSectionsUse.swift
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: test/LinkerSections/Inputs/FunctionSections.swift
    • edit: lib/IRGen/IRGen.cpp
    • add: test/LinkerSections/function_sections_ir_check.swift
  • Commit 60b4f38660df6104bd947b8cc2c9daafe6ee7b73 by github:
    Eliminate context descriptor cache (#29151)

    • edit: stdlib/public/runtime/ProtocolConformance.cpp
    • edit: stdlib/public/runtime/Private.h
    • edit: stdlib/public/runtime/MetadataLookup.cpp
  • Commit 1dd527ef4e38dfc14b7ad2931befb3589e5bf56d by spestov:
    Sema: Fix crash when synthesizing RawRepresentable conformance with

    • edit: lib/Sema/DerivedConformances.h
    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: test/Sema/enum_raw_representable.swift
    • edit: lib/Sema/DerivedConformances.cpp
  • Commit 6c29939f5990bea762d455c9d2680275dec1fe51 by github:
    [AutoDiff upstream] Add @differentiable ASTScope support. (#29171)

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeSourceRange.cpp
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScope.cpp
  • Commit 78503cd7cac67ee77519ca6cd687109c13cf8e53 by david:
    Workspace modifications to support downloading and managing binary

    • edit: Sources/Workspace/CMakeLists.txt
    • edit: TSC/Sources/TSCBasic/JSONMapper.swift
    • add: Sources/SPMTestSupport/MockArchiver.swift
    • add: Sources/SPMTestSupport/MockHashAlgorithm.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/PackageModel/Target.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Sources/PackageLoading/Diagnostics.swift
    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Tests/WorkspaceTests/XCTestManifests.swift
    • add: Sources/SPMTestSupport/MockDownloader.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • delete: Sources/Workspace/ManagedDependency.swift
    • add: Sources/Workspace/WorkspaceState.swift
  • Commit 405e97d27fee02b68f0f5b4b0a345131277123c5 by ankit_aggarwal:
    SPM should always invoke xcrun using an absolute path

    • edit: Sources/Workspace/UserToolchain.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Sources/Workspace/Destination.swift