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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3286/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Fri, 26 Apr 2019 23:47:47 -0500
Build duration:
2 hr 44 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:
  • LLVM Error: This build failed due to an LLVM error occurring.
  • Swift Compile Error: Swift compiler error

Changes

  • Commit ea555511a81e640caaa930125604d916a9332a42 by suyashsrijan:
    [typechecker] allow a throwing @objc function to return Unmanaged

    • edit: test/attr/attr_objc.swift
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
  • Commit b67d23642dfb23405d91f17c81e5cc71acf4753d by suyashsrijan:
    [test] Adds an IRGen test

    • add: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit b0ab515f8fdfb4109f93a20e319f99d2fef2669d by suyashsrijan:
    [test] Updates IRGen test file

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit 77b6b1b1519aaf0610fb6f72e95265b5f00483d1 by suyashsrijan:
    [test] remove -primary-file flag as it's not needed

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit a1ffae5c10aefab1d396a8452249ea3a6ba28368 by suyashsrijan:
    [test] Update IRGen test with patterns, etc

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit f9400be21b2e8ed5ada8b8c5acd6ab345e4a4cb0 by nate_chandler:
    Create opaque type constraint for single expr return. [49581931]

    • edit: lib/Sema/CSSolver.cpp
  • Commit 8bdc9168322704eee3078e8f57d867f915f758dd by suyashsrijan:
    [test] Update IRGen test

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit bf42fbdf95b3f0ad19d4fef56c75c6801abb17c9 by nate_chandler:
    Expected diagnostic around failure to convert Never to opaque.

    • edit: test/type/opaque.swift
  • Commit 42847a488badedcd028579b18731a7e58e9e9842 by suyashsrijan:
    [Test] Trim CHECK-LABEL

    • edit: test/IRGen/unmanaged_objc_throw_func.swift
  • Commit 94977ee17573146d6f058b76c7d9c81d43b7aab2 by pyaskevich:
    [TypeChecker] Improve contextual mismatch diagnostics for key path

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: test/expr/unary/keypath/keypath.swift
    • edit: test/Constraints/keypath_swift_5.swift
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit ade2df1253dcc43d0af497c8ad93ba23f64a4942 by mgottesman:
    [silgen] Fix SILGenBuilder::emitDestructureValueOperation to create all

    • edit: test/SILGen/switch.swift
    • edit: test/Interpreter/switch.swift
    • edit: lib/SILGen/SILGenBuilder.cpp
  • Commit ffc26fb4d0e15ac4ceeb175cb388178c11009bfa by spestov:
    SILGen: Allocating entry points for @objc dynamic inits should use

    • edit: lib/SILGen/SILGenConstructor.cpp
    • add: test/Interpreter/objc_metatypes.swift
    • edit: test/SILGen/objc_dynamic_init.swift
  • Commit 1f37941b2618dd3227c0977bf96ad2f79a95238d by spestov:
    SILGen: Always reference allocating entry points when calling class

    • edit: test/SILGen/objc_dynamic_init.swift
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: test/SILGen/dynamic_self.swift
  • Commit b3dd978d66ca167a517f2384f547695dc15642a2 by david_smith:
    Add a benchmark for bridging String(contentsOfFile:...)

    • edit: benchmark/single-source/ObjectiveCBridging.swift
  • Commit 289f8eed4f00eac75902d76addd1cbd551637a1c by bruno.cardoso:
    [Modules] Move FILE_SYSTEM_OPTIONS to the unhashed control block

    • edit: lib/Serialization/ASTWriter.cpp
    • edit: lib/Serialization/ASTReader.cpp
    • edit: include/clang/Serialization/ASTBitCodes.h
  • Commit c609f16f149a94687d7dc41c64bef05c2f6f5077 by arphaman:
    [driver][macOS] Link libarclite from the default toolchain when clang is

    • add: test/Driver/arclite-link-external-toolchain.c
    • edit: lib/Driver/ToolChains/Darwin.cpp
  • Commit 6f778c2cf0016c2ef330b72e9cbff232dd7d9411 by ankit_aggarwal:
    [Basic] Use let instead of var

    • edit: Sources/Basic/SortedArray.swift

New issue found!