<!DOCTYPE html>
<head>
  <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>
 <head>
 <body>
<h2 style="width:100%;background-color:red;color:white;text-align:center;"></h2>
 <h1>[<font class="FAILURE">FAILURE</font>] oss-swift-package-linux-ubuntu-16_10 [#84]</h1> 

<table style="align=left;">
  <tr><th>Build URL:</th><td><a href="https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/84/">https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/84/</a></td></tr>
  <tr><th>Project:</th><td>oss-swift-package-linux-ubuntu-16_10</td></tr>
  <tr><th>Date of build:</th><td>Tue, 08 Nov 2016 15:49:10 -0800</td></tr>
  <tr><th>Build duration:</th><td>1 hr 15 min</td></tr>
</table>

<h2>Identified problems:</h2><ul><li>Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:<ul><li><a href="https://ci.swift.org//job/oss-swift-package-linux-ubuntu-16_10/84/consoleFull#1872435835fca400bf-2f4a-462e-b517-e058d770b2d7">Indication 1</a></li></ul></li></ul>

<!-- JUnit TEMPLATE -->


  </TABLE>
<BR/>


<!-- CHANGE SET -->

  <h2>Changes</h2>
  <ul>

      <li>Commit <b>d257f1dd36b87f60296655b2344ad003110996a8</b> by <b>nhawes:</b> <p class="commit-message" style="white-space: pre-wrap;">[SyntaxColor] Restrict the keywords colored as identifiers to just those</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IDE/SyntaxModel.cpp</li>

          <li class="change-edit"><b>edit</b>: test/IDE/coloring.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>8f8f6fd5f3275b614b58e54d6b1944423301baa1</b> by <b>anthony.parker:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix AffineTransform initializer</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/stdlib/TestAffineTransform.swift</li>

          <li class="change-edit"><b>edit</b>: apinotes/Foundation.apinotes</li>

          <li class="change-edit"><b>edit</b>: stdlib/public/SDK/Foundation/AffineTransform.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>1769325ec11f9181193842411f0c58420c6aa7f7</b> by <b>ghoare:</b> <p class="commit-message" style="white-space: pre-wrap;">[Compile perf] Make scale-test conditional on assertions,</p>
        <ul>

          <li class="change-edit"><b>edit</b>: validation-test/compiler_scale/scale_neighbouring_getset.gyb</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>0e7b13a96ee61fb8803d1b1606235a5613eede9b</b> by <b>xi_ge:</b> <p class="commit-message" style="white-space: pre-wrap;">[SourceKit] Lessen assertion in the range resolver walker to allow early</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/IDE/SwiftSourceDocInfo.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>a8e9ad3d0ddbee9edb879b175552e781780be870</b> by <b>rjmccall:</b> <p class="commit-message" style="white-space: pre-wrap;">Gate the swift-remoteast-test tests on the target matching the host.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/RemoteAST/nominal_types.swift</li>

          <li class="change-edit"><b>edit</b>: test/RemoteAST/member_offsets.swift</li>

          <li class="change-edit"><b>edit</b>: test/lit.cfg</li>

          <li class="change-edit"><b>edit</b>: test/RemoteAST/structural_types.swift</li>

          <li class="change-edit"><b>edit</b>: test/RemoteAST/foreign_types.swift</li>

          <li class="change-edit"><b>edit</b>: test/RemoteAST/objc_classes.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>ec0a2d8c35abf4716cd44ccc8f545a1045e9cc8b</b> by <b>dgregor:</b> <p class="commit-message" style="white-space: pre-wrap;">[IRGen] Eliminate reliance on witness markers from</p>
        <ul>

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

        </ul>
      </li>
     <br>

      <li>Commit <b>b2fa9f7b8e9dd0d82cb0ba2663617549e593d68c</b> by <b>jordan_rose:</b> <p class="commit-message" style="white-space: pre-wrap;">Disallow StringRef assignment from temporary std::strings.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: include/llvm/ADT/StringRef.h</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>25442627822d58f69d01945d65337dbb776f41d2</b> by <b>jordan_rose:</b> <p class="commit-message" style="white-space: pre-wrap;">Add tests for r286139.</p>
        <ul>

          <li class="change-edit"><b>edit</b>: unittests/ADT/StringRefTest.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>ab8e654235726bf1debd8a028cdbce56635a39b2</b> by <b>aprantl:</b> <p class="commit-message" style="white-space: pre-wrap;">Emit the DW_AT_type for a C++ static member definition if it is more</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp</li>

          <li class="change-add"><b>add</b>: test/DebugInfo/X86/static_member_array.ll</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>2c132f768d99a17ac1463e962c074c9215c3c177</b> by <b>github:</b> <p class="commit-message" style="white-space: pre-wrap;">Fix use-of-temporary with StringRef in code coverage (#36)</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/CodeGen/CoverageMappingGen.cpp</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>8322741531cb721eb2897ca38a2f96f7cda8416a</b> by <b>beanz:</b> <p class="commit-message" style="white-space: pre-wrap;">[CMake] Fix the repl_swift build broken by 0bef643</p>
        <ul>

          <li class="change-edit"><b>edit</b>: tools/repl/swift/CMakeLists.txt</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>d963095c86b7e9f90bf6efb5278cc0b23c4d5d36</b> by <b>s.minakov:</b> <p class="commit-message" style="white-space: pre-wrap;">URLCredential NSCoding test</p>
        <ul>

          <li class="change-edit"><b>edit</b>: TestFoundation/TestNSURLCredential.swift</li>

          <li class="change-edit"><b>edit</b>: Docs/Status.md</li>

          <li class="change-edit"><b>edit</b>: Foundation/NSURLCredential.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>7b571bef1191246fe572f135d4e46cd9fc5b51a6</b> by <b>devias.naith:</b> <p class="commit-message" style="white-space: pre-wrap;">isEqual change</p>
        <ul>

          <li class="change-edit"><b>edit</b>: Foundation/NSURLCredential.swift</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>a7132fa8ed188b066fc2bb09d086fae271c16256</b> by <b>jbrecka:</b> <p class="commit-message" style="white-space: pre-wrap;">[tsan] Add support for GCD target queues</p>
        <ul>

          <li class="change-add"><b>add</b>: test/tsan/Darwin/gcd-target-queue-norace.mm</li>

          <li class="change-edit"><b>edit</b>: lib/tsan/rtl/tsan_libdispatch_mac.cc</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>1474f49f6364fe0f1c2471f0a066a097bfdec27e</b> by <b>jbrecka:</b> <p class="commit-message" style="white-space: pre-wrap;">[tsan] Change nullptr to NULL in realloc-zero.cc test. Some environments</p>
        <ul>

          <li class="change-edit"><b>edit</b>: test/tsan/Darwin/realloc-zero.cc</li>

        </ul>
      </li>
     <br>

      <li>Commit <b>2f412c9a7e79761a7ea400bc0a771316a6765594</b> by <b>jbrecka:</b> <p class="commit-message" style="white-space: pre-wrap;">[tsan] Implement WriteMemoryProfile for Darwin</p>
        <ul>

          <li class="change-edit"><b>edit</b>: lib/tsan/rtl/tsan_platform_mac.cc</li>

          <li class="change-edit"><b>edit</b>: lib/tsan/rtl/tsan_platform_windows.cc</li>

        </ul>
      </li>
     <br>

  </ul>


 </body>