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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/1801/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Fri, 01 Jun 2018 14:26:16 -0500
Build duration:
40 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 d57330975a39187e4129d91f566024c9f8923530 by pyaskevich:
    [CSSolver] Make sure generic requirements are checked for typealiases

    • add: test/Constraints/rdar39931339.swift
    • edit: include/swift/AST/Types.h
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 4ad9b48becf1a09d7d4856edbb30e5fd58a7d46e by pyaskevich:
    [CSSolver] NFC: Add more test-cases for requirement checking in

    • edit: test/Constraints/rdar39931339.swift
  • Commit 8a6d05691b3caba1f7f255a46e6045da930b189d by aschwaighofer:
    Another test case for multipayload enums with different payload types

    • add: test/Interpreter/enum_bridged.swift
  • Commit b669afca56ac355fa210b111fe04c27567b611f7 by ankit_aggarwal:
    Added support for arm64/aarch64

    • edit: Utilities/bootstrap
  • Commit 4f59f052ab61a1422a29d7cae2562053b4099010 by ankit_aggarwal:
    Added support for arm64/aarch64

    • edit: Sources/Build/Triple.swift

Looks like this is caused by my commit but I’m not really sure what, since I didn’t really modify contents of the openGenericRequirements but rather simply extracted it into separate method.