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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/5591/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Tue, 25 Feb 2020 20:19:00 -0600
Build duration:
1 hr 13 min

Identified problems:

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

Changes

  • Commit 08a282815aaef92b0435acd9eeca4c29027eec33 by dmbryson:
    [Swift/C-API] Add getFileInfo support

    • edit: products/libllbuild/BuildValue-C-API.cpp
    • edit: products/libllbuild/include/llbuild/buildsystem.h
    • edit: unittests/CAPI/BuildSystem-C-API.cpp
    • edit: products/libllbuild/BuildSystem-C-API.cpp
    • edit: products/libllbuild/BuildValue-C-API-Private.h
    • edit: products/llbuildSwift/BuildSystemBindings.swift
    • edit: examples/c-api/buildsystem/main.c
  • Commit 7820ddc7c714edb5669ee00ae701568a9fcf7387 by mgottesman:
    [stdlib] Change _withUnsafeGuaranteedRef to use

    • edit: stdlib/public/core/Unmanaged.swift
  • Commit 2cdd78501c6339bc360ef1824ef31962ffa3a959 by pyaskevich:
    [ConstraintSystem] Look through l-value while checking whether dynamic

    • edit: test/Constraints/keypath_dynamic_member_lookup.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit d9182af63d332c7a9b93e93e9c1c8eeb88dcd87a by hamishknight:
    [AST] Introduce ModuleDecl::getTopLevelModule

    • edit: include/swift/AST/Module.h
    • edit: lib/AST/Module.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: include/swift/ClangImporter/ClangImporter.h
    • edit: include/swift/AST/ClangModuleLoader.h
  • Commit 3f2f79a69974f419df066fb10562b838b2cd4fb5 by dgregor:
    [Constraint system] Fold pattern variable binding into constraint gen.

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
  • Commit 7d4db411805f84e50f40045d6e5a91ab8bd2ed31 by pyaskevich:
    [TypeChecker] NFC: Add one more test-case for SR-11743

    • edit: test/Constraints/keypath_dynamic_member_lookup.swift
  • Commit 4830c489606ef1492ebbe89a456a6ba6482b63c4 by dgregor:
    [Constraint system] Support if let / if case in function builders.

    • edit: test/Constraints/function_builder_one_way.swift
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/Constraints/function_builder.swift
  • Commit 8c2a0418225a0b9f7b1c03f4564e56f96c451152 by xi_ge:
    Front-end: add an option to not lock interface file when building module

    • edit: test/Driver/lock_interface.swift
    • edit: include/swift/Frontend/FrontendOptions.h
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: lib/Frontend/ModuleInterfaceBuilder.cpp
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Frontend/Frontend.cpp
    • edit: lib/Frontend/ModuleInterfaceBuilder.h
    • edit: include/swift/Frontend/ModuleInterfaceLoader.h
    • edit: lib/Frontend/ModuleInterfaceLoader.cpp
  • Commit 5237bcd3b16ddc10e42e5aa46a945246a45f0671 by mgottesman:
    [silcombine] Eliminate mark_dependence whose base is a trivial object.

    • edit: lib/SILOptimizer/SILCombiner/SILCombinerMiscVisitors.cpp
    • edit: test/SILOptimizer/sil_combine.sil
  • Commit 94db94741d083d3644af3c47168a0b792650ca4f by mishal_shah:
    [Test] Mark the tests to run on executable_only to avoid failure

    • edit: test/TBD/linking-with-tbd.swift
    • edit: test/Generics/generic-nested-in-extension-on-objc-class.swift
  • Commit 02823682acd2a859f5c578dc86ca2eaf2a350d41 by mishal_shah:
    Fix the REQUIRES to executable_test from executable_only

    • edit: test/TBD/linking-with-tbd.swift
    • edit: test/Generics/generic-nested-in-extension-on-objc-class.swift
  • Commit ab9b6d7e11326eca1d019fcf3b93e3bcb958aaa0 by hamishknight:
    Requestify scoped import validation

    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • add: test/NameBinding/scoped_imports.swift
    • add: test/NameBinding/Inputs/ClangModuleWithOverlay/module.modulemap
    • add: test/NameBinding/Inputs/ClangModuleWithOverlay/ClangModuleWithOverlay.h
    • add: test/NameBinding/Inputs/overlay.swift
    • edit: test/ClangImporter/MixedSource/submodule.swift
    • edit: lib/Sema/NameBinding.cpp
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
  • Commit 0c785aaa0789cef3e0199dc00d66c0cc78eaf169 by hamishknight:
    [NameBinding] Remove BoundImport

    • edit: lib/Sema/NameBinding.cpp
  • Commit 15bd35017d2bfe7656b18e0d5cedfb998b48b239 by mgottesman:
    [ownership] Move semantic arc opts from Mandatory -> Transforms.

    • add: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
    • delete: lib/SILOptimizer/Mandatory/SemanticARCOpts.cpp
    • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
    • edit: lib/SILOptimizer/Transforms/CMakeLists.txt
  • Commit f9d1f700e53125d4c21fd1fd3fe52534a58681c5 by rwidmann:
    [SR-12236] Commit a regression test

    • edit: test/decl/circularity.swift

New issue found!