[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #3131

# [FAILURE] oss-swift-package-linux-ubuntu-18_04 [#3131]

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3131/
Project: oss-swift-package-linux-ubuntu-18_04
Date of build: Wed, 15 Jul 2020 22:53:30 -0500
Build duration: 2 hr 24 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 3c95a19bd4f636850aa6873735e5480f4d28bb8c by mgottesman:

[SIL.rst] Convert a bunch of bolded instruction names to inline links to

  • edit: docs/SIL.rst

  • Commit fedf81f5445da85374438fe453259d5be7a34066 by compnerd:

    validation: fix nosetest in gyb for Python 3

    • edit: utils/gyb.py
  • Commit 37443a0ea153b33f9fbc9f01bb8696f79678101b by compnerd:

    validation: make line-directive python 3.5 friendly

    • edit: utils/line-directive
  • Commit 4586a6ae3b9b451b4606696f01cfd252381afbf0 by compnerd:

    validation: make test_shell Python3 friendly

    • edit: utils/swift_build_support/swift_build_support/shell.py
  • Commit 209a7b381350955fb99d64f01a4b670ae922b21c by blangmuir:

    Revert "Merge pull request #32628 from benlangmuir/sema-repeat"

    • delete: test/SourceKit/Sema/sema_annotations_saved.swift.response
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
    • delete: test/SourceKit/Sema/sema_annotations_saved.swift
  • Commit 4559db01cbf91822a7b1906029816c8f0a4db2e5 by mgottesman:

    [opt-remark] Add a pass called Opt Remark Generator that implements

    • add: test/SILOptimizer/opt-remark-generator.sil
    • add: lib/SILOptimizer/Transforms/OptRemarkGenerator.cpp
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/SILOptimizer/Transforms/CMakeLists.txt
  • Commit ecb70d2ad3374efd4daafaad2a0dbf701255b2a2 by passos.luciano:

    [Diagnostics] Adding optional note specific to keypath application base

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: localization/diagnostics/en.yaml
  • Commit f4f44d257bc9f99547f186f75010f7501857ac12 by passos.luciano:

    [CSDiagnostics] MissingOptionalUnwrapKeyPathFailure to diagnose missing

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 9924719ceddab7a01c8d642f29d68746b48187ea by passos.luciano:

    [CSFix] Creating fix for diagnose missing unwrap of optional base type

    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
  • Commit 11905055d8257ac6091badc8da3380399421bf28 by passos.luciano:

    [CSSimplify] Attempt unwrap optional base fix before root base mismatch

    • edit: lib/Sema/CSSimplify.cpp
  • Commit 9371ef0573d5d4a2bb94e1f3ed079e649a70f40b by passos.luciano:

    [tests] Adding regression tests and for unwrapping base on key path

    • edit: test/Constraints/keypath.swift
    • edit: test/expr/unary/keypath/keypath.swift
  • Commit f7fc1ed7b5409a252d3cdceea7f413863b817f2c by rishizaki:

    [CodeCompletion] Fix a crash in CCExprRemover

    • edit: lib/IDE/ExprContextAnalysis.cpp
    • add: validation-test/IDE/crashers_2_fixed/rdar65556791.swift
  • Commit a2ce157a9802c896f0cf8950042a2949da044e8a by nate_chandler:

    [Test] Disable stdlib/DefaultIndices when use_os_stdlib.

    • edit: test/stdlib/DefaultIndices.swift
  • Commit cb545e72023edb151ea5149e7ec21843ca4e816b by pyaskevich:

    [ConstraintSystem] Preserve l-valueness of the result after implicit IUO

    • edit: lib/Sema/CSApply.cpp
    • edit: test/Constraints/iuo_objc.swift
    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/Inputs/clang-importer-sdk/usr/include/Foundation.h
  • Commit 9bc5be372cde9a56854ec16d94d05ae21da23d0d by github:

    Rework a couple of benchmarks to work with both Python2 and Python3

    • edit: benchmark/single-source/DropWhile.swift.gyb
    • edit: benchmark/single-source/DropFirst.swift.gyb
    • edit: benchmark/single-source/Suffix.swift.gyb
    • edit: benchmark/single-source/PrefixWhile.swift.gyb
    • edit: benchmark/single-source/DropLast.swift.gyb
    • edit: benchmark/single-source/Prefix.swift.gyb
  • Commit 0a989e750ac9cc229aec1dcbcad84b48500c0573 by aprantl:

    Remove custom Make rule. (NFC)

    • add: lldb/test/API/lang/swift/clangimporter/objcmain_conflicting_dylibs/dylib.mk
    • edit: lldb/test/API/lang/swift/clangimporter/objcmain_conflicting_dylibs/Makefile
  • Commit 5b6654517b1eaaab218e802438b7bc2a6562f0e3 by augusto2112:

    Remove bypass of GetAddressOf when dealing with dynamic class types in

    • edit: lldb/source/Expression/Materializer.cpp
  • Commit 0d11c10dfea41bfccd5372c71d5fbc098cc8bae5 by amara:

    [AArch64][GlobalISel] Fix TLS accesses clobbering registers incorrectly.

    • edit: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
    • edit: llvm/test/CodeGen/AArch64/arm64-tls-darwin.ll
    • edit: llvm/test/CodeGen/AArch64/arm64e-ptrauth-tls.ll
    • add: llvm/test/CodeGen/AArch64/GlobalISel/darwin-tls-call-clobber.ll
  • Commit f4b4df36a5eb526178131329fcc5d2696f115584 by aprantl:

    Add a decorator to skip tests when running under Rosetta

    • edit: lldb/packages/Python/lldbsuite/test/decorators.py
  • Commit a06b3649d9fb0a7c5f06e41fabcfea8e0f172742 by aprantl:

    Fix the skipIfRosetta decorator

    • edit: lldb/packages/Python/lldbsuite/test/decorators.py
  • Commit 92c8cf19e5f0969a2d1a2fa25990975f0e56abaa by aprantl:

    Disable loading scalars as addresses when materializing an entity

    • edit: lldb/source/Expression/Materializer.cpp
    • add: lldb/test/API/lang/swift/expression/self_from_register/Makefile
    • add: lldb/test/API/lang/swift/expression/self_from_register/TestSelfFromRegister.py
    • add: lldb/test/API/lang/swift/expression/self_from_register/main.swift
    • edit: lldb/test/API/lang/swift/expression/class_constrained_protocol/TestClassConstrainedProtocol.py
  • Commit 42eb57efdf5e66cfd5d91bf7fbcb362343443ed4 by github:

    Revert "Android: add host destination to the workspace" (#2811)

    • edit: Sources/Workspace/Destination.swift