[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #4906

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#4906]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4906/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Thu, 09 Apr 2020 07:33:23 -0500
Build duration:
1 hr 43 min

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: lib/Sema/TypeCheckAttr.cpp
    • add: test/AutoDiff/stdlib/floating_point.swift.gyb
    • edit: stdlib/public/Differentiation/CMakeLists.txt
    • add: test/AutoDiff/stdlib/simd.swift
    • add: test/AutoDiff/stdlib/array.swift
    • add: stdlib/public/Differentiation/tgmathDerivatives.swift.gyb
    • add: stdlib/public/Differentiation/SIMDVectorTypesDerivatives.swift.gyb
    • add: test/AutoDiff/stdlib/tgmathDerivatives.swift.gyb
    • add: stdlib/public/Differentiation/ArrayDifferentiation.swift
    • add: stdlib/public/Differentiation/FloatingPointTypesDerivatives.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/array.swift
    • edit: test/AutoDiff/stdlib/tgmathDerivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/simd.swift
    • edit: test/AutoDiff/stdlib/floating_point.swift.gyb
  • Commit da36555aa53ed7b6605d47f12db4e38493bf2756 by danielzheng:
    [AutoDiff upstream] Gardening.

    • delete: stdlib/public/Differentiation/tgmathDerivatives.swift.gyb
    • add: stdlib/public/Differentiation/SIMDDifferentiation.swift.gyb
    • add: stdlib/public/Differentiation/FloatingPointDifferentiation.swift.gyb
    • edit: stdlib/public/Differentiation/CMakeLists.txt
    • add: test/AutoDiff/stdlib/tgmath_derivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/floating_point.swift.gyb
    • delete: stdlib/public/Differentiation/SIMDVectorTypesDerivatives.swift.gyb
    • delete: stdlib/public/Differentiation/FloatingPointTypesDerivatives.swift.gyb
    • edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
    • add: stdlib/public/Differentiation/TgmathDerivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/array.swift
    • delete: test/AutoDiff/stdlib/tgmathDerivatives.swift.gyb
    • edit: test/AutoDiff/stdlib/simd.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/FloatingPointDifferentiation.swift.gyb
    • edit: stdlib/public/Differentiation/Differentiable.swift
  • Commit d59910571591b0b98aea0c5b583704a10225baa3 by danielzheng:
    [AutoDiff upstream] Fix stdlib differentiation tests.

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

    • add: test/AutoDiff/stdlib/collection_higher_order_functions.swift
  • Commit 1addfe0ea3203a0d05864e6905205e10f3c4f663 by danielzheng:
    [AutoDiff] Remove @differentiable attribute jvp: and vjp: argument

    • edit: utils/gyb_syntax_support/AttributeNodes.py
  • Commit 5b38853d764cbc839e548e129cd075b57359e1ef by danielzheng:
    [AutoDiff] Remove DifferentiableAttributeFuncSpecifier.

    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: utils/gyb_syntax_support/AttributeNodes.py
  • Commit 73f0560af5704ec7e5fe0c22ee84640fcd72912a by danielzheng:
    [AutoDiff] Standardize on "differentiability parameter" terminology.

    • edit: utils/gyb_syntax_support/AttributeNodes.py
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: lib/Parse/ParseDecl.cpp
    • edit: test/AutoDiff/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
  • Commit e4e6c163193e4357e1595f79b28fb110f55d5c8d by drexin:
    Fix linker flags for -static-executable

    • edit: lib/Driver/UnixToolChains.cpp
    • add: test/Driver/static-executable.swift
    • edit: utils/static-executable-args.lnk
    • edit: test/lit.cfg
  • 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: lib/SILOptimizer/Utils/Differentiation/ADContext.cpp
    • edit: include/swift/SILOptimizer/Utils/Differentiation/ADContext.h
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/SourceFile.h
    • edit: include/swift/AST/SynthesizedFileUnit.h
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
    • edit: lib/Serialization/Serialization.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/Inputs/tf1202-differentiability-witness-dead-function-elimination.swift
    • add: test/AutoDiff/compiler_crashers_fixed/tf1202-differentiability-witness-dead-function-elimination.swift
    • add: test/AutoDiff/validation-test/cross_module_differentiation.swift
  • Commit 8636c392596f58406046384488926084cffb9d50 by atrick:
    Fix assert in MemAccessUtils isLetAccess

    • edit: include/swift/SIL/MemAccessUtils.h
    • edit: lib/SIL/Utils/MemAccessUtils.cpp
    • edit: test/SILOptimizer/mem-behavior-all.sil
  • Commit f22d9233401f00ea45d54541ceab8d53ab692ba1 by danielzheng:
    [AutoDiff] Remove obsolete TODO comments.

    • edit: test/AutoDiff/IRGen/Inputs/loadable_by_address_cross_module.swift
    • edit: test/AutoDiff/Parse/differentiable_attr_parse.swift
  • Commit 20dedfb40f520482ac278d563b75e407450a04a6 by danielzheng:
    [Gardening] Remove unnecessary forward declaration.

    • edit: include/swift/AST/SourceFile.h
  • Commit c3fd6ecd647a7dbc5b5c69f8f4966c5d5a1c897e by si:
    JSONSerialization: Add support for .withoutEscapingSlashes,

    • edit: Sources/Foundation/JSONSerialization.swift
    • edit: Tests/Foundation/Tests/TestJSONSerialization.swift
  • Commit 09fca84469c3e3dac4a7f46eac8a503ca52bc484 by si:
    SR-12275: JSONEncoder on Linux can't encode number JSON fragments

    • edit: Tests/Foundation/Tests/TestJSONEncoder.swift
    • edit: Sources/Foundation/JSONEncoder.swift

New issue found!

New issue found!