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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/2875/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 15 May 2020 01:44:01 -0500
Build duration:
1 hr 49 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 2e690e2d5e386407876759547d212fcba38bb00a by danielzheng:
    [AutoDiff] NFC: garden array differentiation.

    • add: test/AutoDiff/validation-test/array.swift
    • edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
    • delete: test/AutoDiff/stdlib/array.swift
  • Commit e3938b5c7d7349d2cd149974be3ee4718144deb1 by danielzheng:
    [AutoDiff] Fix Array.append(_:) pullback.

    • edit: test/AutoDiff/validation-test/array.swift
    • edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
  • Commit cf209ffa765857b98ab594a9ac8826cb31d6bed4 by jgroff:
    Relax test/SILOptimizer/optimize_keypath_objc.swift to pass on 32-bit

    • edit: test/SILOptimizer/optimize_keypath_objc.swift
  • Commit 5b5e9e255880cf81cda6909423d0b8f9cf091b3e by aprantl:
    Add a check for nullptr.

    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
  • Commit 2e4a0bb07825e969711f39a9760f3af5f25b102c by aprantl:
    Make SwiftASTContext::IsErrorType() non-virtual.

    • edit: lldb/source/Symbol/TypeSystemSwiftTypeRef.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
  • Commit d4d9004589536f2bee84015c7707e3b68af20882 by aprantl:
    Change the in-argument of IsImportedType to an opaque pointer.

    • edit: lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/source/Symbol/TypeSystemSwiftTypeRef.cpp
    • edit: lldb/source/Plugins/Language/Swift/SwiftOptionSet.cpp
    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
  • Commit f2cf7a042bc98444f8793971910d0519f4c98b3d by aprantl:
    Change the in-argument of GetReferentType to an opaque pointer.

    • edit: lldb/source/Symbol/TypeSystemSwiftTypeRef.cpp
    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit d2ad8031045ae74b8103fe70d1f0bec6531e58dd by aprantl:
    Replace hand-rolled code with a call to

    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
  • Commit 9e9581114a002f669cd0c8b3492d84a957d3401c by aprantl:
    Change the in-argument of GetAllocationStrategy to an opaque pointer.

    • edit: lldb/source/Target/SwiftLanguageRuntimeDynamicTypeResolution.cpp
    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Symbol/TypeSystemSwiftTypeRef.cpp
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit b6311ca0fbbd2c3c93d7bd0573046b6378166b20 by jason:
    Quote error string from qLaunchSuccess

    • edit: lldb/tools/debugserver/source/RNBRemote.cpp
  • Commit 9f76d0ea414797458d5b39e77d8512d0a09aba4c by aprantl:
    Prefer the more specific lldb::opaque_compiler_type_t over void * (NFC)

    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • edit: lldb/source/Symbol/TypeSystemSwiftTypeRef.cpp
  • Commit 432ed54f2aad4d13cd168bc5d4319087de970000 by ditaliano:
    [TestIndirectSymbols] This now runs and works on iOS (arm64).

    • edit: lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
  • Commit e74c51648cde483fee77606e55484e52d55c39d0 by ditaliano:
    [TestIndirectSymbol] This tests an Apple-specific feature.

    • edit: lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
  • Commit d9df0a95abce8f33bb854209785e5eaf303c3a1a by ditaliano:
    [arm64] Remove an old special case that's not needed anymore.

    • edit: lldb/test/API/functionalities/thread/step_out/TestThreadStepOut.py
    • edit: lldb/test/API/functionalities/thread/step_out/main.cpp
  • Commit 7d80113cff5b53e35b52771037bc5a6cc9631a05 by friss:
    [lldb/Driver] Support terminal resizing

    • edit: lldb/source/Host/common/Editline.cpp
    • add: lldb/test/API/iohandler/resize/TestIOHandlerResize.py
    • edit: lldb/include/lldb/Host/Editline.h
    • edit: lldb/source/Core/IOHandler.cpp
    • edit: lldb/include/lldb/Core/IOHandler.h
    • edit: lldb/source/Core/Debugger.cpp
  • Commit ae7a2418c11cee3d955d98c90de6c43a8b9a2ddc by friss:
    [lldb/Debugger] Fixup cherry-pick to work on the 20200108 branch

    • edit: lldb/source/Core/Debugger.cpp
  • Commit 5380ea9c86a23791b18de322fc3326d1af5601e9 by aprantl:
    Diagnose broken Clang command line options in the expression evaluator.

    • add: lldb/test/API/lang/swift/clangimporter/missing_vfsoverlay/Foo.swift
    • add: lldb/test/API/lang/swift/clangimporter/missing_vfsoverlay/Makefile
    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
    • add: lldb/test/API/lang/swift/clangimporter/missing_vfsoverlay/dylib.mk
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
    • add: lldb/test/API/lang/swift/clangimporter/missing_vfsoverlay/main.swift
    • add: lldb/test/API/lang/swift/clangimporter/missing_vfsoverlay/TestSwiftMissingVFSOverlay.py
  • Commit 280aaf1e15c6314992256a79a62e3d46aac29b72 by ahatanaka:
    Don't apply lvalue-to-rvalue conversion in DefaultLValueConversion to

    • edit: clang/test/CXX/expr/p10-0x.cpp
    • edit: clang/test/SemaCXX/warn-unused-value-cxx11.cpp
    • edit: clang/lib/Sema/SemaExpr.cpp
    • edit: clang/lib/Sema/SemaStmt.cpp
    • edit: clang/include/clang/Sema/Sema.h
  • Commit bf6720f2973ccf93e9b8234bd2fbf522fe5d84d4 by arphaman:
    [test] NFC, add missing declarations and include to test files to avoid

    • edit: compiler-rt/test/profile/instrprof-value-prof.c
    • edit: clang-tools-extra/test/clang-tidy/checkers/darwin-avoid-spinlock.m
    • edit: compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c
    • edit: compiler-rt/test/profile/Inputs/instrprof-gcov-__gcov_flush-multiple.c.gcov
  • Commit b070a513f185dcca8441b290428dbccf1ffb9d50 by github:
    Removes creating intermediate objects in base64 decoding. Adds tests to

    • edit: Sources/Foundation/NSData.swift
    • edit: Tests/Foundation/Tests/TestNSData.swift