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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4826/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Sat, 21 Mar 2020 03:44:01 -0500
Build duration:
1 hr 41 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 d688710fb37e955bb4bbf6526b4464f0e2c8b954 by aqamoss3fan2010:
    [Diag] Move invalid where clause on top-level decl diagnostic to Sema

    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: lib/Parse/ParseGeneric.cpp
    • edit: test/Generics/invalid.swift
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: test/Generics/where_clause_contextually_generic_decls.swift
    • edit: include/swift/AST/DiagnosticsSema.def
  • Commit 9c2dca7d6afcc44f73d7be6b4ceecb5953ccdbc4 by dgregor:
    [Property wrappers] Fix handling of @_autoclosure in init(wrappedValue:)

    • edit: include/swift/AST/Decl.h
    • edit: lib/SILGen/SILGenFunction.cpp
    • edit: include/swift/AST/PropertyWrappers.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckPropertyWrapper.cpp
    • edit: lib/SIL/TypeLowering.cpp
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/SILGen/SILGenExpr.cpp
    • edit: lib/Sema/TypeCheckStorage.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
  • Commit 8ee83fdf28e939d10b7f266ea95e8ea467dff52b by dgregor:
    [Property wrappers] Avoid assign_by_wrapper when autoclosure is involved

    • edit: lib/SILGen/SILGenLValue.cpp
  • Commit b63e73e1eb5becb512a086a36946ce5408c701c3 by dgregor:
    [Property wrappers] Rename hasPropertyWrapper() for clarity

    • edit: lib/SILGen/SILGenLValue.cpp
  • Commit 87443fa5fcf8a848ee14ebf7638c669745023407 by dgregor:
    [Property wrappers] Update existing tests for @_autoclosure handling

    • edit: test/SILGen/property_wrappers.swift
  • Commit a5f1da27d00e31a8386f8b38e06d0448248f0ef1 by dgregor:
    [Property wrappers] New tests for @_autoclosure handling

    • edit: test/SILOptimizer/di_property_wrappers_errors.swift
    • edit: test/SILGen/property_wrappers.swift
  • Commit af1abea57ab14275048a8d1f0ba9721e8edaf626 by dgregor:
    [Property wrappers] Fixup SILGen test for @_autoclosure support.

    • edit: test/SILGen/property_wrappers.swift
  • Commit 32be6f58f62ec632833540bc4b7848d3161a9083 by dgregor:
    [Property wrappers] Handle composition and autoclosures.

    • edit: lib/AST/Decl.cpp
    • edit: test/SILGen/property_wrappers.swift
  • Commit 14d3687d3b778f26f8629085905db60ec0b01793 by aqamoss3fan2010:
    [SILGen] Test vtable thunk emission for overrides with contextual where

    • edit: test/SILGen/vtable_thunks_reabstraction.swift
    • edit: test/attr/attr_override.swift
  • Commit 280ce22376cee4183acdf35c3697c4ea75ed3aee by aqamoss3fan2010:
    Test reconstruction of non-generic nested types with contextual where

    • edit: test/TypeDecoder/generic_typealias.swift
    • edit: test/TypeDecoder/nominal_types.swift
  • Commit 3825656261543eb658b2de2585481e3d42948f7d by aqamoss3fan2010:
    [Sema] Tidy up checkContextualRequirements()

    • edit: lib/Sema/TypeCheckType.cpp