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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/4172/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Wed, 18 Dec 2019 17:07:36 -0600
Build duration:
4 hr 3 min

Identified problems:

  • Swift Compile Error: Swift compiler error
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit cb85ecf124bdbd6054d7d3dc3f8495b1b07d63ac by github:
    SymbolicValue is_pod -> is_trivial

    • edit: include/swift/SIL/SILConstants.h
  • Commit c842fee0a43250a122e9e4938fb7fe7b17a95875 by danielzheng:
    [AutoDiff upstream] Add @transpose(of:) attribute.

    • edit: include/swift/Parse/Parser.h
    • edit: test/AutoDiff/Syntax/round_trip_parse_gen.swift
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: lib/AST/Attr.cpp
    • edit: lib/Serialization/ModuleFormat.h
    • edit: utils/gyb_syntax_support/AttributeNodes.py
    • edit: include/swift/AST/Attr.def
    • edit: test/AutoDiff/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: include/swift/AST/Attr.h
    • add: test/AutoDiff/Serialization/transpose_attr.swift
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/Parse/ParseType.cpp
    • edit: lib/Sema/TypeCheckAttr.cpp
    • add: test/AutoDiff/Parse/transpose_attr_parse.swift
    • edit: test/AutoDiff/Parse/derivative_attr_parse.swift
    • edit: include/swift/AST/DiagnosticsParse.def
  • Commit b94c097de935fd9a93b358aaf2d17f52c5e0b748 by danielzheng:
    Clarify @derivative(of:) and @transpose(of:) attribute names.

    • edit: include/swift/AST/Attr.h
  • Commit aecf9a171a115999dee8c8bee67898462a686f49 by danielzheng:
    Fix qualified name parsing syntax verification errors.

    • edit: test/AutoDiff/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: lib/Parse/ParseType.cpp
    • edit: test/AutoDiff/Syntax/round_trip_parse_gen.swift
    • edit: lib/Parse/ParseDecl.cpp
  • Commit c736938911f0d2c4b5fd08968c365bc58e1c0539 by danielzheng:
    Address parsing/syntax review feedback.

    • edit: lib/Parse/ParseType.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: test/AutoDiff/Parse/transpose_attr_parse.swift
    • edit: utils/gyb_syntax_support/AttributeNodes.py
  • Commit fa31c75aac4ac56c3b15e59b42bdc0c941cb2498 by danielzheng:
    Create shared utility Parser::canParseSimpleTypeIdentifier.

    • edit: lib/Parse/ParseType.cpp
    • edit: include/swift/Parse/Parser.h
  • Commit 8d712af96575df088e98e5283a82fe891c8884b9 by mgottesman:
    [cmake] Add support for exporting frameworks/libraries into cmake export

    • edit: tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
  • Commit b7532f9190fda409775d045291063d587321c756 by dgregor:
    [Property wrappers] Diagnose unavailable wrappedValue

    • edit: test/decl/var/property_wrappers.swift
    • edit: lib/Sema/TypeCheckStorage.cpp
  • Commit 0428cdca4e83596d46d4f1c5f52e42ad9c3ab5b0 by ankit_aggarwal:
    [PackageLoading] Avoid using #if Xcode when looking for runtime

    • edit: Sources/PackageLoading/ManifestLoader.swift
  • Commit b6349d516d2f9b2f26ddae9de2c594ede24af7d6 by ankit_aggarwal:
    Remove @testable from codebase

    • edit: Sources/PackageLoading/Target+PkgConfig.swift
    • edit: Sources/PackageGraph/PinsStore.swift
    • edit: Tests/TSCUtilityTests/CollectionTests.swift
    • edit: Sources/Build/BuildDelegate.swift
    • edit: Tests/CommandsTests/MultiRootSupportTests.swift
    • edit: Sources/Workspace/ManagedDependency.swift
    • edit: Tests/PackageLoadingTests/ModuleMapGenerationTests.swift
    • edit: Sources/Xcodeproj/pbxproj.swift
    • edit: Tests/XcodeprojTests/PropertyListTests.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Sources/Xcodeproj/XcodeProjectModelSerialization.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/TSCUtility/CollectionExtensions.swift
    • edit: Tests/PackageLoadingTests/WhitelistTests.swift
    • edit: Sources/PackageGraph/Pubgrub.swift
    • edit: Sources/TSCTestSupport/PseudoTerminal.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
    • edit: Sources/Build/SwiftCompilerOutputParser.swift
    • edit: Tests/BuildTests/SwiftCompilerOutputParserTests.swift
    • edit: Tests/XcodeprojTests/PackageGraphTests.swift
    • edit: Tests/TSCBasicTests/ProcessTests.swift
    • edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
    • edit: Tests/TSCUtilityTests/PkgConfigParserTests.swift
    • edit: Sources/Commands/MultiRootSupport.swift
    • edit: Tests/PackageDescription4Tests/VersionTests.swift
    • edit: Sources/TSCBasic/OutputByteStream.swift
    • edit: Tests/WorkspaceTests/PinsStoreTests.swift
    • edit: Tests/TSCBasicTests/TerminalControllerTests.swift
    • edit: Sources/Xcodeproj/XcodeProjectModel.swift
    • edit: Sources/Xcodeproj/SchemesGenerator.swift
    • edit: Tests/TSCBasicTests/miscTests.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Tests/PackageGraphTests/PubgrubTests.swift
    • edit: Tests/TSCUtilityTests/ProgressAnimationTests.swift
    • edit: Tests/XcodeprojTests/XcodeProjectModelTests.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Tests/TSCUtilityTests/StringTests.swift
    • edit: Tests/SourceControlTests/RepositoryManagerTests.swift
    • edit: Tests/SourceControlTests/GitRepositoryTests.swift
    • edit: Tests/XcodeprojTests/XcodeProjectModelSerializationTests.swift
    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Sources/PackageGraph/VersionSetSpecifier.swift
    • edit: Sources/Commands/WatchmanHelper.swift
    • edit: Tests/PackageGraphTests/DependencyResolverTests.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
    • edit: Sources/TSCUtility/PkgConfig.swift
    • edit: Sources/PackageGraph/DependencyResolver.swift
    • edit: Sources/Xcodeproj/PropertyList.swift
    • edit: Tests/PackageGraphTests/VersionSetSpecifierTests.swift
    • edit: Tests/TSCUtilityTests/miscTests.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
  • Commit 14a737feeaa3dd1561067ce83ba6e0670b8af9b0 by ankit_aggarwal:
    Fix perf tests

    • edit: Tests/PackageLoadingPerformanceTests/ManifestLoadingTests.swift
    • edit: Sources/TSCTestSupport/XCTestCasePerf.swift
    • add: .swiftpm/xcode/xcshareddata/xcschemes/SwiftPM-Perf.xcscheme
    • delete: Utilities/PerformanceTests.xcscheme
    • edit: Tests/PackageGraphPerformanceTests/PackageGraphPerfTests.swift
    • edit: Tests/PackageGraphPerformanceTests/DependencyResolverPerfTests.swift
  • Commit 2b946813e107d3546f5c9e32716a70a6457ebde7 by ankit_aggarwal:
    [bootstrap] Don't force enable testability

    • edit: Utilities/bootstrap