[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #3367

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#3367]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/3367/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Mon, 26 Mar 2018 17:35:21 -0500
Build duration:
48 min

Identified problems:

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

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10361 test(s), Total: 10361 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 514 test(s), Total: 514 test(s)

Changes

  • Commit 8a78e15a0f600bb6121a09422a64113b06723ae4 by hamish2knight:
    [Sema] Only directly access members within didSet if accessed on 'self'

    • edit: lib/Sema/CSApply.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckExpr.cpp
    • edit: include/swift/AST/Decl.h
    • edit: test/SILGen/properties.swift
  • Commit 5f436272356886815ee0c8ec37ad222b6956a79a by hamish2knight:
    [Sema] Revise #15280 in response to feedback

    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/TypeCheckExpr.cpp
  • Commit 4b0cbc0f35499835eb27dc3d11edf2ab93e09c96 by hamish2knight:
    [Sema] Limit #15280 to Swift 5 mode

    • edit: test/SILGen/properties.swift
    • add: test/SILGen/properties_swift4.swift
    • edit: lib/AST/Decl.cpp
    • add: test/SILGen/properties_swift5.swift
  • Commit 89c9e03e484278daa790e0a2e93f21415daf74fe by hamish2knight:
    [Sema] Revise #15280 in response to feedback (2)

    • edit: test/SILGen/properties_swift4.swift
    • edit: test/SILGen/properties_swift5.swift
    • edit: lib/Sema/CSApply.cpp