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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/3671/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Tue, 13 Aug 2019 14:10:24 -0500
Build duration:
3 hr 47 min

Changes

  • Commit 5b773fc46db973be32d0e3a92fc79b2de5a87e9e by omochi.metaru:
    [Sema] fix lvalue-ness constrain

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 39cf99c13b97f3f21c590e30948cad9b8b609724 by spestov:
    Frontend: PersistentParserState needs to outlive performSema()

    • edit: include/swift/Frontend/Frontend.h
    • edit: lib/Frontend/Frontend.cpp
  • Commit 94149db4ec479bd27243600838cd5ffa7e8b30a0 by spestov:
    Parse: Record which delayed type and extension bodies possibly contain

    • edit: include/swift/Parse/Parser.h
    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: include/swift/AST/DeclContext.h
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Parse/PersistentParserState.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/AST/ASTVerifier.cpp
  • Commit bbdc7ae8e558f9ad198e971e4156bb04e6b3452c by spestov:
    AST: Force parsing unparsed extensions of lazy-member (deserialized or

    • edit: lib/AST/NameLookup.cpp
  • Commit 14d0bbfc5e72a898c5fc9742b2c995b41bbea16e by spestov:
    AST: Optimize construction of the global name lookup table

    • edit: validation-test/compiler_scale/nominal_bodies.gyb
    • edit: lib/AST/Module.cpp
  • Commit 2f33356083cd23397a532ab07d38ffe1b0fd0812 by spestov:
    AST: Optimize construction of the AnyObject dispatch table

    • edit: lib/AST/Decl.cpp
    • edit: lib/AST/DeclContext.cpp
    • edit: validation-test/compiler_crashers_2_fixed/0177-rdar-33093935.swift
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/DeclContext.h
    • add: validation-test/compiler_scale/dynamic_lookup_2.swift
    • add: validation-test/compiler_scale/dynamic_lookup.gyb
  • Commit 47a254bfee2329347c8ae623d6098a2f04a620d2 by omochi.metaru:
    [Sema] fix typevar attr for subscript

    • edit: test/attr/attr_dynamic_member_lookup.swift
    • edit: lib/Sema/CSGen.cpp
  • Commit 0f694819f7ae9539a9d49edf3ae4d9a67ad38bc7 by compnerd:
    test: address Windows test regression

    • edit: test/Serialization/autolinking.swift
  • Commit fe5e4ee96fcdaeb83f1bb261c31204820a433992 by dungar:
    Correct comment for Parser::parseMatchingToken.

    • edit: include/swift/Parse/Parser.h
    • edit: lib/Parse/Parser.cpp
  • Commit 7db162e9964eb65ab9708122b02d5b19081a4b2c by rwidmann:
    Fix double static error message (#26631)

    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: test/Parse/subscripting.swift
    • edit: test/decl/func/static_func.swift
  • Commit 587a32d0a3bd6cca08eb469c8e62be4fa180a535 by ankit_aggarwal:
    build: add a CMake based build for bootstrapping

    • add: Sources/CMakeLists.txt
    • add: Sources/clibc/CMakeLists.txt
    • add: Sources/PackageLoading/CMakeLists.txt
    • add: Sources/SPMLLBuild/CMakeLists.txt
    • add: Sources/swift-run/CMakeLists.txt
    • add: Sources/Basic/CMakeLists.txt
    • add: CMakeLists.txt
    • add: Sources/PackageDescription4/CMakeLists.txt
    • add: Sources/PackageGraph/CMakeLists.txt
    • add: Sources/Xcodeproj/CMakeLists.txt
    • add: Sources/swift-test/CMakeLists.txt
    • add: Sources/Commands/CMakeLists.txt
    • add: Sources/PackageModel/CMakeLists.txt
    • add: Sources/swift-build/CMakeLists.txt
    • add: Sources/swiftpm-xctest-helper/CMakeLists.txt
    • add: Sources/Build/CMakeLists.txt
    • add: Sources/SPMUtility/CMakeLists.txt
    • add: Sources/Workspace/CMakeLists.txt
    • add: Sources/SourceControl/CMakeLists.txt
    • add: Sources/SPMLibc/CMakeLists.txt