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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3101/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Tue, 26 Feb 2019 17:26:19 -0600
Build duration:
1 hr 53 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 bb9482bab59f0f4e163098a5cda9cc64fc10a072 by aqamoss3fan2010:
    [CodeCompletion][Parser] Completions for overridable static members

    • edit: include/swift/AST/PrintOptions.h
    • edit: test/IDE/complete_override_objc.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/IDE/complete_override.swift
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 86d9d7a6b5534b0eebd023593b0a9efafb8de640 by aqamoss3fan2010:
    Fix override completions when a valid introducer is present but the

    • edit: test/IDE/complete_override_objc.swift
    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/IDE/complete_override.swift
    • edit: include/swift/Parse/CodeCompletionCallbacks.h
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_declname.swift
  • Commit ecfce5611013b89232de0b883da3611ae90aa215 by aqamoss3fan2010:
    Don't exclude @autoclosure from the attribute list when printing

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_override.swift
  • Commit ae415b2a4b3c54fa4d9eede16ef6a4979238f538 by aqamoss3fan2010:
    When followed by an 'override' or CC token inside a class, treat 'class'

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_override.swift
    • edit: lib/Parse/ParseDecl.cpp
  • Commit a1de792ae33aa5451675e131373e9f8218388557 by nhawes:
    [IDE][syntax-coloring] Treat unterminated raw strings as strings for

    • edit: lib/IDE/SyntaxModel.cpp
    • edit: test/IDE/coloring.swift
  • Commit bc0a035f31da86ee1012a1947627a0ee11ef8bcb by github:
    [Preset] Add time-tests lit flag for PR presets

    • edit: utils/build-presets.ini
  • Commit 27fab1d5823573489163abd4a36440b8fdf8e83d by compnerd:
    build: use the just-built clang for runtime unittests

    • edit: unittests/runtime/CMakeLists.txt
  • Commit ce30a72e2ae2f45074ce9e76cbcbf94b982df95f by rishizaki:
    [Sema] Add defensive guard for implicit use of self in closure check

    • edit: lib/Sema/MiscDiagnostics.cpp
  • Commit 956a3197d75b3714a35d9e7be4fd9706705e8ec2 by github:
    Update preset to use single quote

    • edit: utils/build-presets.ini
  • Commit 17a04ca81f5fc2be7798b315ad4fda4187c66099 by github:
    [Preset] Remove the single quotes from lit args

    • edit: utils/build-presets.ini
  • Commit 86a9cc33938430e14667c5926180e451e226f4f0 by github:
    [test] Fix loaded_module_trace.swift for arch's that sort before "M"

    • edit: test/Driver/loaded_module_trace.swift
  • Commit e76b5a847ced33291f96470ae40407f928dc31dd by github:
    [Driver] Always fall back to an arclite in the Xcode default toolchain

    • edit: lib/Driver/DarwinToolChains.cpp
  • Commit 746f09d6f4ccc0b07a86b90e03ce3c7ecfd39453 by kyrtzidis:
    [utils/build-parser-lib] Make sure to find 'ninja' properly, don't

    • edit: utils/build-parser-lib
  • Commit 98ed241ce5c23c5a03be4378110e7aee48dc556e by mgottesman:
    [cast-optimizer] Add an "ApplySite" like data structure

    • edit: include/swift/SIL/DynamicCasts.h
    • edit: include/swift/SIL/SILNodes.def
    • edit: include/swift/SILOptimizer/Utils/CastOptimizer.h
    • edit: lib/SILOptimizer/Utils/CastOptimizer.cpp