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

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

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/7475/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build: Thu, 07 Jan 2021 12:57:14 -0600
Build duration: 33 min

Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes- Commit dbfeb5eea1128a6d9b633820c74eb565e3493aba by pyaskevich:

[ConstraintLocator] Add a new locator path element - ConformanceRequirement

  • edit: include/swift/Sema/ConstraintLocatorPathElts.def

  • edit: lib/Sema/ConstraintLocator.cpp

  • edit: include/swift/Sema/ConstraintLocator.h

  • Commit 4917d4314b89e5dc4131319ecdb38311180231f8 by pyaskevich:

    [ConstraintSystem] Use new ConformanceRequirement to record checked conformances and conditional requirements

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit f0ff68e707803a33954320453cc276050bd9d3ab by pyaskevich:

    [Diagnostics] Special case requirement failures related to return statement/expression

    • edit: lib/Sema/CSDiagnostics.cpp
    • add: test/Constraints/sr13992.swift
  • Commit fabd45e7c3fac7f363d714ad54827a6274d15185 by kfarvardin:

    [concurrency] add resume

    • edit: test/Concurrency/async_tasks.swift
    • edit: stdlib/public/Concurrency/PartialAsyncTask.swift
  • Commit f76645dab1109677992b9d527662a24b615e7ff6 by kfarvardin:

    [concurrency] global actors in reslient modules need thick metatype.

    • add: test/ModuleInterface/Inputs/MeowActor.swift
    • add: test/ModuleInterface/global-actor.swift
    • edit: lib/SILGen/SILGenProlog.cpp
  • Commit a2c57d13c38704762b7233857e9cf4dde4cfbcd7 by kfarvardin:

    [concurrency] initial declaration of MainActor

    • add: test/ModuleInterface/actor_protocol.swift
    • edit: lib/Frontend/ModuleInterfaceSupport.cpp
    • edit: stdlib/public/Concurrency/Actor.swift
    • edit: test/Concurrency/global_actor_inference.swift
  • Commit d531835f4c4c8605af967f52d097c7e65ab7a258 by kfarvardin:

    [concurrency] add executable test of MainActor

    • add: test/Concurrency/Runtime/mainactor.swift
  • Commit ffe6064101172bbff6966db8ab3a22ccae8af462 by rxwei:

    Mangle derivative functions and linear maps.

    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: test/AutoDiff/SILOptimizer/differentiability_witness_inlining.sil
    • edit: lib/SILOptimizer/Mandatory/Differentiation.cpp
    • add: lib/SILOptimizer/Utils/DifferentiationMangler.cpp
    • edit: test/AutoDiff/SILOptimizer/differentiation_subset_parameters_thunk.swift
    • edit: test/AutoDiff/SILOptimizer/semantic_member_accessors_sil.swift
    • edit: test/AutoDiff/SILOptimizer/differentiation_sil.swift
    • edit: include/swift/AST/ASTMangler.h
    • edit: test/AutoDiff/SILOptimizer/generics.swift
    • edit: lib/SIL/IR/SILDeclRef.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/SILOptimizer/Differentiation/VJPCloner.cpp
    • edit: test/AutoDiff/TBD/derivative_symbols.swift
    • edit: lib/Demangling/Remangler.cpp
    • add: include/swift/SILOptimizer/Utils/DifferentiationMangler.h
    • edit: lib/SILGen/SILGen.h
    • edit: lib/SILGen/SILGenThunk.cpp
    • edit: include/swift/Demangling/Demangle.h
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: test/AutoDiff/validation-test/simple_math.swift
    • edit: test/AutoDiff/SILGen/vtable.swift
    • edit: lib/AST/AutoDiff.cpp
    • edit: test/AutoDiff/SILOptimizer/derivative_sil.swift
    • edit: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp
    • edit: test/AutoDiff/SILOptimizer/differentiation_control_flow_sil.swift
    • edit: lib/SILOptimizer/Utils/CMakeLists.txt
    • edit: include/swift/SILOptimizer/Differentiation/JVPCloner.h
    • edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp
    • edit: test/AutoDiff/SILGen/differentiability_witness_generic_signature.swift
    • edit: include/swift/SILOptimizer/Differentiation/VJPCloner.h
    • edit: lib/SILGen/SILGen.cpp
    • edit: docs/ABI/Mangling.rst
    • add: test/AutoDiff/mangling.swift
    • edit: include/swift/AST/AutoDiff.h
    • edit: test/AutoDiff/SILGen/sil_differentiability_witness.swift
    • edit: test/AutoDiff/IRGen/loadable_by_address.swift
    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: test/Demangle/Inputs/manglings.txt
  • Commit 80750108920c2f5c61aa27f2d5731d6627d3543f by eeckstein:

    DefiniteInitialization: remove the limit of 64k aggregate elements.

    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h
  • Commit 79324dfb4c840e59c2f5522fe16552f6d481562d by github:

    Disable stability-stdlib-abi-without-asserts.test (72856256)

    • edit: test/api-digester/stability-stdlib-abi-without-asserts.test
  • Commit b7f38da92a225bf1f582ebc40b2fbbd28671259d by compnerd:

    TSCBasic: class to AnyObject conformance

    • edit: Sources/TSCBasic/FileSystem.swift
    • edit: Sources/TSCBasic/WritableByteStream.swift
  • Commit f5634256ebd1d5444798f754d5dd3b7bd1a7fe5c by github:

    enable build manifest caching by default (#3158)

    • edit: Sources/Commands/Options.swift
    • edit: Sources/Build/BuildOperation.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/Commands/SwiftRunTool.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Tests/BuildTests/IncrementalBuildTests.swift
    • edit: Sources/Commands/APIDigester.swift
  • Commit 4cdccc96f0f6acc3536a95e1bfdbc20d50b89e61 by xi_ge:

    Inform finished job only when the job has been started

    • edit: Sources/SwiftDriverExecution/MultiJobExecutor.swift

New issue found!

:0: error: module file '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/buildbot_incremental/swiftpm-linux-x86_64/x86_64-unknown-linux-gnu/swift-argument-parser/module-cache/1FB9GPZHJ805/SwiftGlibc-3FU6W5SCVZ2H4.pcm' is out of date and needs to be rebuilt: signature mismatch 18:21:48 :0: note: imported by module 'SwiftOverlayShims' in '/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/buildbot_incremental/swiftpm-linux-x86_64/x86_64-unknown-linux-gnu/swift-argument-parser/module-cache/1FB9GPZHJ805/SwiftOverlayShims-37COUXP44J1N2.pcm' 18:21:48 /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/swift-argument-parser/Sources/ArgumentParser/Completions/CompletionsGenerator.swift:13:8: error: missing required module 'SwiftOverlayShims' 18:21:48 import Glibc 18:21:48 ^

New issue found!