[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (master) #5850

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04-long-test [#5850]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/5850/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Thu, 09 Apr 2020 04:19:00 -0500
Build duration:
1 hr 31 min

Identified problems:

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

Changes

  • Commit 58d0600c1e60f784717f1eecc4892cb59a1e0d8a by dmbryson:
    Handle new case in ProcessStatus switch

    • edit: lib/BuildSystem/ExternalCommand.cpp
  • Commit f07ae8963614d65f8783f6b26560621665636a98 by 15254638+ematejska:
    First pass at upstreaming Differentiable conformances and derivatives

    • edit: stdlib/public/Differentiation/CMakeLists.txt
    • add: test/AutoDiff/stdlib/simd.swift
    • add: test/AutoDiff/stdlib/floating_point.swift.gyb
    • add: test/AutoDiff/stdlib/array.swift
    • add: stdlib/public/Differentiation/tgmathDerivatives.swift.gyb
    • add: stdlib/public/Differentiation/ArrayDifferentiation.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • add: stdlib/public/Differentiation/FloatingPointTypesDerivatives.swift.gyb
    • add: test/AutoDiff/stdlib/tgmathDerivatives.swift.gyb
    • add: stdlib/public/Differentiation/SIMDVectorTypesDerivatives.swift.gyb
  • Commit 36cf56651f6a7aeca13dbb04c5f3400fc0ca9a9f by 15254638+ematejska:
    fixing up some tests and turning off SIMD extension which uses

    • edit: stdlib/public/Differentiation/SIMDVectorTypesDerivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/simd.swift
    • edit: test/AutoDiff/stdlib/floating_point.swift.gyb
    • edit: test/AutoDiff/stdlib/array.swift
    • edit: test/AutoDiff/stdlib/tgmathDerivatives.swift.gyb
  • Commit da36555aa53ed7b6605d47f12db4e38493bf2756 by danielzheng:
    [AutoDiff upstream] Gardening.

    • delete: test/AutoDiff/stdlib/tgmathDerivatives.swift.gyb
    • delete: stdlib/public/Differentiation/FloatingPointTypesDerivatives.swift.gyb
    • add: stdlib/public/Differentiation/SIMDDifferentiation.swift.gyb
    • add: stdlib/public/Differentiation/TgmathDerivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/array.swift
    • add: stdlib/public/Differentiation/FloatingPointDifferentiation.swift.gyb
    • delete: stdlib/public/Differentiation/SIMDVectorTypesDerivatives.swift.gyb
    • add: test/AutoDiff/stdlib/tgmath_derivatives.swift.gyb
    • edit: stdlib/public/Differentiation/CMakeLists.txt
    • delete: stdlib/public/Differentiation/tgmathDerivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/simd.swift
    • edit: test/AutoDiff/stdlib/floating_point.swift.gyb
    • edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
  • Commit ece4fb75b017756d5ce940ffa41514c564664e21 by danielzheng:
    [AutoDiff upstream] Add Float16 derivatives.

    • edit: stdlib/public/Differentiation/FloatingPointDifferentiation.swift.gyb
  • Commit 2c112141dd510dab2c70ee05315e2f46c37691a5 by danielzheng:
    [AutoDiff upstream] Deduplicate floating-point Differentiable

    • edit: stdlib/public/Differentiation/Differentiable.swift
    • edit: stdlib/public/Differentiation/FloatingPointDifferentiation.swift.gyb
  • Commit d59910571591b0b98aea0c5b583704a10225baa3 by danielzheng:
    [AutoDiff upstream] Fix stdlib differentiation tests.

    • edit: test/AutoDiff/stdlib/tgmath_derivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/array.swift
    • edit: test/AutoDiff/stdlib/floating_point.swift.gyb
    • edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
    • edit: test/AutoDiff/stdlib/simd.swift
  • Commit b6d765348df1d2c69cbe3ce623ea3e3c2fca51ee by danielzheng:
    [AutoDiff upstream] Test differentiable collection higher-order

    • add: test/AutoDiff/stdlib/collection_higher_order_functions.swift
  • Commit 4495f6b87d0088f8c60af36c1f2a8efcb2871ed4 by danielzheng:
    Fix tests for 32-bit platforms.

    • edit: test/AutoDiff/stdlib/simd.swift
    • edit: lib/SILOptimizer/Utils/Differentiation/PullbackEmitter.cpp
  • Commit 165af547f36d611336acf19019425ca16baad584 by danielzheng:
    Fix SynthesizedFileUnit serialization and TBDGen issues.

    • edit: include/swift/AST/SynthesizedFileUnit.h
    • edit: lib/SILOptimizer/Utils/Differentiation/ADContext.cpp
    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
    • edit: include/swift/SILOptimizer/Utils/Differentiation/ADContext.h
    • edit: include/swift/AST/SourceFile.h
    • edit: lib/AST/Module.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/TBDGen/TBDGen.cpp
  • Commit c142fcf6e2fd229a84b897e2b6521d3cac2ce53c by danielzheng:
    [AutoDiff] Add SynthesizedFileUnit TBDGen/serialization tests.

    • add: test/AutoDiff/validation-test/Inputs/cross_module_differentiation_other.swift
    • add: test/AutoDiff/compiler_crashers_fixed/tf1202-differentiability-witness-dead-function-elimination.swift
    • add: test/AutoDiff/validation-test/cross_module_differentiation.swift
    • add: test/AutoDiff/compiler_crashers_fixed/Inputs/tf1202-differentiability-witness-dead-function-elimination.swift
  • Commit 8636c392596f58406046384488926084cffb9d50 by atrick:
    Fix assert in MemAccessUtils isLetAccess

    • edit: test/SILOptimizer/mem-behavior-all.sil
    • edit: include/swift/SIL/MemAccessUtils.h
    • edit: lib/SIL/Utils/MemAccessUtils.cpp