[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (master) #2565

Report

[FAILURE] oss-swift-incremental-ASAN-RA-osx [#2565]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/2565/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Wed, 10 Oct 2018 18:26:23 -0500
Build duration:
2 hr 45 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 c6017095c31d87f37a3411931df95dba9b131b68 by rishizaki:
    [AST] Use invalid conformance for unsatisfied requirement

    • edit: lib/AST/ProtocolConformance.cpp
    • add: validation-test/IDE/crashers_2_fixed/rdar43625800.swift
  • Commit 63bfbb5ec632fab46532bb1f9ab72386828784a0 by xi_ge:
    migrator: remove migration scripts for migrating from Swift 3.

    • edit: lib/Frontend/CompilerInvocation.cpp
    • delete: lib/Migrator/overlay3.json
    • delete: lib/Migrator/tvos3.json
    • delete: lib/Migrator/watchos3.json
    • delete: lib/Migrator/ios3.json
    • delete: lib/Migrator/macos3.json
    • edit: lib/Migrator/CMakeLists.txt
  • Commit e1bba32bb196242eb85fd37b518f6f93155d053f by bviyer:
    Add REQUIRES: native to a test that assumes it

    • edit: test/Driver/darwin-infer-simulator-sdkroot.c
  • Commit ad11589eed6c299b36bd335a5e72e029897b05e5 by bviyer:
    Use a dummy target so the test passes when default target is for a

    • edit: test/Driver/integrated-as.c
  • Commit 0a0390498fb6f6e89982a246622b4c1dc368492b by bviyer:
    Update docs version and clear release notes after 8.0.0 version bump

    • edit: docs/ReleaseNotes.rst
    • edit: docs/conf.py
  • Commit 906395e2feff0a957f69e402151de4ffc6ceb62d by bviyer:
    [UnrollAndJam] Add unroll_and_jam pragma handling

    • edit: include/clang/Parse/Parser.h
    • edit: include/clang/Basic/Attr.td
    • edit: lib/Sema/SemaStmtAttr.cpp
    • edit: lib/CodeGen/CGLoopInfo.h
    • edit: lib/Parse/ParsePragma.cpp
    • add: test/CodeGenCXX/pragma-unroll-and-jam.cpp
    • add: test/Parser/pragma-unroll-and-jam.cpp
    • edit: lib/CodeGen/CGLoopInfo.cpp