<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">Arnold, these backtraces imply that it’s your change.&nbsp;<br><br><div id="AppleMailSignature">Sent from my iPhone</div><div><br>On Dec 13, 2017, at 9:54 PM, <a href="mailto:swift-ci@swift.org">swift-ci@swift.org</a> wrote:<br><br></div><blockquote type="cite"><div>

  <title>Report</title>
  <style>
                        body {
                                -webkit-font-smoothing: antialiased;
                                font-family: "Helvetica Neue", sans-serif;
                                font-weight: 300;
                                color: #393939;
                                margin: 0;
                                padding: 20px;
                        }
                        .header {
                                margin-left: 20px;
                                padding: 20px 20px 20px 0;
                                border-bottom: 1px solid #e5e5e5;
                        }
                        .report-title{
                                font-family: "Helvetica Neue", sans-serif;
                                display: inline-block;
                                float: left;
                                margin: 20px 0;
                                font-size: 24px;
                                color: #55a3fd;
                        }
                        .title {
                                font-size: 24px;
                        }
                        .content {
                                padding: 20px;
                        }
                        .display {
                                width: 100%;
                                height: 100%;
                        }
                        .commit-message {
                                font-family: "Menlo", fixed;
                        }
                        
        .title {
                text-align: center;
        }
        .date {
                text-align: left;
        }
        .display {
                display: inline-block;
                width: auto;
        }
        .header {
                overflow: auto;
                padding: 20px 20px 5px 0;
                width: 660px;
        }
        a {
          color: #007aff;
          text-decoration: none;
        }
        tr {
            text-align: left;
        }
        .links a {
                text-decoration: none;
                color: white;
                font-weight: 500;
                padding: 15px;
                background: #55a3fd;
                font-size: 14px;
        }
        .FAILURE {
                color:red;
        }
        .SUCCESS {
                color:green;
        }
        </style>
 
 
<h2 style="width:100%;background-color:red;color:white;text-align:center;"></h2>
 <h1>[<font class="FAILURE">FAILURE</font>] swift-master-source-compat-suite [#916]</h1> 

<table style="align=left;">
  <tbody><tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/swift-master-source-compat-suite/916/">https://ci.swift.org/job/swift-master-source-compat-suite/916/</a></td></tr>
  <tr><th>Project:</th><td>swift-master-source-compat-suite</td></tr>
  <tr><th>Date of build:</th><td>Wed, 13 Dec 2017 20:35:21 -0600</td></tr>
  <tr><th>Build duration:</th><td>3 hr 18 min</td></tr>
</tbody></table>



<!-- JUnit TEMPLATE -->


  
<br>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>beed602bdc4eb7eeaa56fb637e4660451fb26879</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[NFC] Fix new file headers</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/AST/RequirementEnvironment.cpp</li>

          <li class="change-edit"><b>edit</b>: include/swift/AST/RequirementEnvironment.h</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>dc5888d8878854436fa359a3a649efbc1c854104</b> by <b>blangmuir:</b> <p class="commit-message" style="white-space: pre-wrap;">[parse] Recover better from malformed subscript decls for</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Sema/TypeCheckDecl.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/AST/Decl.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/Parse/ParseDecl.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Parse/subscripting.swift</li>

          <li class="change-add"><b>add</b>: test/IDE/complete_type_subscript.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>8610670d0e967a02a30d9dfac41885cf6908bcd2</b> by <b>aschwaighofer:</b> <p class="commit-message" style="white-space: pre-wrap;">IRGen: The partial application forwarder needs to cast {</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IRGen/GenFunc.cpp</li>

          <li class="change-add"><b>add</b>: test/IRGen/objc_partial_apply_forwarder.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>cabdf841795279c390af9bbb8ae56ba4e7a71c7e</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">Suggest @objc for overrides of declarations from/in extensions.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/decl/inherit/override.swift</li>

          <li class="change-edit"><b>edit</b>: test/Compatibility/attr_override.swift</li>

          <li class="change-edit"><b>edit</b>: test/decl/class/classes.swift</li>

          <li class="change-edit"><b>edit</b>: lib/Sema/TypeChecker.h</li>

          <li class="change-edit"><b>edit</b>: include/swift/AST/DiagnosticsSema.def</li>

          <li class="change-edit"><b>edit</b>: test/decl/func/static_func.swift</li>

          <li class="change-edit"><b>edit</b>: test/attr/attr_objc_override.swift</li>

          <li class="change-edit"><b>edit</b>: test/decl/var/properties.swift</li>

          <li class="change-edit"><b>edit</b>: lib/Sema/TypeCheckDecl.cpp</li>

          <li class="change-edit"><b>edit</b>: lib/Sema/TypeCheckType.cpp</li>

          <li class="change-edit"><b>edit</b>: test/attr/attr_override.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>2254c586a4f5f6915be5f673e7edf636d0038e08</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Serialization: Use castTo instead of getAs in a few places to turn null</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Serialization/DeserializeSIL.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>22edb62dc709b4bbc8bfda881e08e046199a8087</b> by <b>spestov:</b> <p class="commit-message" style="white-space: pre-wrap;">Serialization: Fix crash when deserializing store_unowned SIL</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/Serialization/DeserializeSIL.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Serialization/Inputs/def_basic.sil</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>9ddd60d4ef753ca12ffb41ed360ca67f96e23eb1</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">libSyntax: create syntax nodes for closure signature. (#13415)</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Syntax/round_trip_parse_gen.swift</li>

          <li class="change-edit"><b>edit</b>: lib/Parse/ParsePattern.cpp</li>

          <li class="change-edit"><b>edit</b>: utils/gyb_syntax_support/ExprNodes.py</li>

          <li class="change-edit"><b>edit</b>: lib/Parse/ParseExpr.cpp</li>

          <li class="change-edit"><b>edit</b>: unittests/Syntax/DeclSyntaxTests.cpp</li>

          <li class="change-edit"><b>edit</b>: utils/gyb_syntax_support/DeclNodes.py</li>

          <li class="change-edit"><b>edit</b>: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>796c51cb1f2532e51fb9266097bd55e69e5a41b4</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">libSyntax: specialize closure expression. (#13421)</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds</li>

          <li class="change-edit"><b>edit</b>: utils/gyb_syntax_support/ExprNodes.py</li>

          <li class="change-edit"><b>edit</b>: lib/Parse/ParseExpr.cpp</li>

          <li class="change-edit"><b>edit</b>: test/Syntax/round_trip_parse_gen.swift</li>

        </ul>
      </li>
     <br>

  </ul>


 </div></blockquote></body></html>