[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #11154

Report

[FAILURE] oss-swift-incremental-RA-osx [#11154]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-osx/11154/
Project:
oss-swift-incremental-RA-osx
Date of build:
Wed, 01 Apr 2020 12:34:08 -0500
Build duration:
2 min 46 sec

Changes

  • Commit 57d228b39ebf00c45b3761972bfc792e01eacb05 by rxrwei:
    [AutoDiff upstream] Add differential operators and some utilities.

    • edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
    • add: stdlib/public/Differentiation/DifferentiationUtilities.swift
    • edit: lib/SILGen/SILGenBuiltin.cpp
    • edit: stdlib/public/Differentiation/Differentiable.swift
    • edit: stdlib/public/Differentiation/CMakeLists.txt
    • add: test/AutoDiff/stdlib/differential_operators.swift
    • add: stdlib/public/Differentiation/DifferentialOperators.swift
    • edit: test/AutoDiff/SILGen/autodiff_builtins.swift
  • Commit 02188440b6bc80ec2c8b40156616f5d4bef1ba22 by danielzheng:
    Fix differentiable function type demangling.

    • add: test/AutoDiff/IRGen/differentiable_function_type.swift
    • edit: include/swift/Demangling/TypeDecoder.h
    • edit: lib/AST/ASTDemangler.cpp
  • Commit 64d0e76dd97e155c48d8e42cc3cdb2af4fd76d54 by marcrasi:
    improve differential operator tests

    • edit: stdlib/public/Differentiation/DifferentiationUtilities.swift
    • edit: test/AutoDiff/stdlib/differential_operators.swift
  • Commit 5284cb6f9935e9026a08a31a670e2fab6ab1c3cb by allevato:
    Add dependencies where targets depend on inclusions from unspecified

    • edit: tools/swift-ast-script/CMakeLists.txt
    • edit: lib/ParseSIL/CMakeLists.txt
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/CMakeLists.txt
    • edit: lib/SIL/CMakeLists.txt
    • edit: tools/swift-ide-test/CMakeLists.txt
    • edit: lib/LLVMPasses/CMakeLists.txt
    • edit: tools/sil-func-extractor/CMakeLists.txt
    • edit: lib/Basic/CMakeLists.txt
    • edit: tools/sil-opt/CMakeLists.txt
    • edit: lib/AST/CMakeLists.txt
    • edit: lib/Frontend/CMakeLists.txt
    • edit: tools/sil-nm/CMakeLists.txt
    • edit: tools/lldb-moduleimport-test/CMakeLists.txt
    • edit: lib/RemoteAST/CMakeLists.txt
  • Commit fdc535a6917dee5b3caf845b0ade106b736679ea by pyaskevich:
    [ConstraintSystem] Don't include self-recursive dynamic member results

    • edit: test/Constraints/subscript.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 053f99b4aba27f14c8219044b79409d56ea3828c by allevato:
    Factor out common dependencies in libAST.

    • edit: lib/AST/CMakeLists.txt
  • Commit 013a66bffc9513d6405135f92895250b3b602464 by marcrasi:
    exempt _Differentiation from verify_all_overlays test

    • edit: validation-test/ParseableInterface/verify_all_overlays.py
  • Commit bc8b1cdf72ad405208fc99dc75edc1ac595a4b16 by dabrahams:
    Improve homebrew bundle instructions

    • edit: README.md
  • Commit 52c11c78d1d6fa002f1ebb7a54efc8168098a3db by spestov:
    Sema: Property wrapper storage wrappers ($foo) inherit 'final' bit from

    • add: test/SILGen/property_wrappers_final.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
    • add: test/multifile/Inputs/sr12429.swift
    • add: test/multifile/property-wrappers-sr12429.swift
  • Commit 1bde486a63b88a8fedbf6a299321f24a02368529 by aschwaighofer:
    IRGen: Disable type layout based value witness generation at Onone

    • edit: test/IRGen/typelayout_based_value_witness.swift
    • edit: lib/Frontend/CompilerInvocation.cpp