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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4982/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Tue, 28 Apr 2020 18:18:20 -0500
Build duration:
1 hr 44 min

Changes

  • Commit 83422c8fdee15ca2d3bffeaab19d7d881177b9e7 by rwidmann:
    [NFC] Remove a dead parameter from CheckedCastExpr

    • edit: include/swift/AST/Expr.h
  • Commit 09db2902d21107165225f3397ac45e0e7c9fb018 by rwidmann:
    Strip TypeExpr of its TypeLoc

    • edit: lib/AST/Expr.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/AST/ASTWalker.cpp
    • edit: lib/Sema/BuilderTransform.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: test/Sema/diag_erroneous_iuo.swift
    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 7ed188216ebb4b3ebf744463c9fe2f01ed3913f4 by rwidmann:
    Remodel the Interface for Implicit TypeExprs

    • edit: lib/AST/Expr.cpp
    • edit: lib/Sema/DerivedConformanceError.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/DerivedConformanceCodable.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Sema/DerivedConformanceAdditiveArithmetic.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 0c4bef421f3c27556ae8263e30e8b3da0c439b66 by rwidmann:
    [NFC] Fixup references to TypeExpr::getInstanceType

    • edit: lib/AST/Expr.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: include/swift/AST/Expr.h
  • Commit d5edee832dab9c471a14941bb967a328244933e3 by rwidmann:
    [Gardening] Redocument TypeExpr's Implicit Constructors

    • edit: include/swift/AST/Expr.h
  • Commit 0c54e2d6e09247658a6652ab809c83ec44f253d3 by brentdax:
    Rename Mac Catalyst-related test

    • add: test/ModuleInterface/swift_build_sdk_interfaces/maccatalyst.test-sh
    • add: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/maccatalyst-sdk/MacOSX.sdk/System/Library/Frameworks/FMWK.framework/Modules/FMWK.swiftmodule/x86_64-apple-macos.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/iosmac-sdk/MacOSX.sdk/System/iOSSupport/usr/lib/swift/Foo.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/iosmac.test-sh
    • add: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/maccatalyst-sdk/MacOSX.sdk/System/Library/Frameworks/Zippered.framework/Modules/Zippered.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
    • add: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/maccatalyst-sdk/MacOSX.sdk/System/Library/Frameworks/Zippered.framework/Modules/Zippered.swiftmodule/x86_64-apple-macos.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/iosmac-sdk/MacOSX.sdk/System/Library/Frameworks/Zippered.framework/Modules/Zippered.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
    • add: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/maccatalyst-sdk/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/FMWK.framework/Modules/FMWK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/iosmac-sdk/MacOSX.sdk/System/Library/Frameworks/FMWK.framework/Modules/FMWK.swiftmodule/x86_64-apple-macos.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/iosmac-sdk/MacOSX.sdk/System/Library/Frameworks/Zippered.framework/Modules/Zippered.swiftmodule/x86_64-apple-macos.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/iosmac-sdk/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/FMWK.framework/Modules/FMWK.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
    • add: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/maccatalyst-sdk/MacOSX.sdk/usr/lib/swift/Foo.swiftmodule/x86_64-apple-macos.swiftinterface
    • delete: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/iosmac-sdk/MacOSX.sdk/usr/lib/swift/Foo.swiftmodule/x86_64-apple-macos.swiftinterface
    • add: test/ModuleInterface/swift_build_sdk_interfaces/Inputs/maccatalyst-sdk/MacOSX.sdk/System/iOSSupport/usr/lib/swift/Foo.swiftmodule/x86_64-apple-ios-macabi.swiftinterface
  • Commit f373f6ef12244e2761ee7134b2be0da34102d83a by mgottesman:
    [ownership] Add an exhaustive load borrow invalidation checker.

    • edit: lib/SIL/Verifier/LinearLifetimeChecker.cpp
    • add: lib/SIL/Verifier/VerifierPrivate.h
    • add: test/SIL/ownership-verifier/load_borrow_invalidation_test.sil
    • edit: lib/SIL/Verifier/SILVerifier.cpp
    • add: lib/SIL/Verifier/LoadBorrowInvalidationChecker.cpp
    • edit: test/SIL/ownership-verifier/borrow_scope_introducing_operands.sil
    • edit: include/swift/SIL/SILValue.h
    • edit: lib/SIL/Verifier/CMakeLists.txt
    • edit: lib/SIL/IR/SILValue.cpp
  • Commit c8385b901efda1fd31b1a3a4bc40cbeef03f7d0e by mgottesman:
    [viewcfg] Add an argparse based argument parser and enable the user to

    • edit: utils/viewcfg
  • Commit a1716fe2a6dd1c9cd5385e3bbeafa1b3efd3b088 by github:
    [Diagnostics] Update compiler diagnostics to use less jargon. (#31315)

    • edit: test/attr/attr_specialize.swift
    • edit: test/Sema/circularity_multifile_error.swift
    • edit: test/decl/var/static_var.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: test/IDE/complete_without_typo_correction.swift
    • edit: test/ClangImporter/MixedSource/mixed-target-using-header.swift
    • edit: test/ImportResolution/scoped_imports.swift
    • edit: test/NameLookup/scope_map_lookup.swift
    • edit: test/Driver/swift-version.swift
    • edit: test/Serialization/load-invalid-arch.swift
    • edit: test/SourceKit/Sema/sema_build_session.swift
    • edit: test/SourceKit/Sema/placeholders.swift.placeholders.response
    • edit: test/decl/protocol/special/coding/iuo_crash.swift
    • edit: test/Constraints/function_builder_diags.swift
    • edit: test/ClangImporter/enum-objc.swift
    • edit: test/ClangImporter/submodules_scoped.swift
    • edit: test/decl/typealias/generic.swift
    • edit: test/Frontend/invalid-testable-import.swift
    • edit: test/ModuleInterface/swift_build_sdk_interfaces/xfail-logs.test-sh
    • edit: test/ClangImporter/sdk-bridging-header.swift
    • edit: test/attr/dynamicReplacement.swift
    • edit: test/type/types.swift
    • edit: test/NameLookup/name_lookup.swift
    • edit: test/multifile/Inputs/require-layout-error-other.swift
    • edit: test/Constraints/rdar46377919.swift
    • edit: test/decl/func/functions.swift
    • edit: test/Parse/foreach.swift
    • edit: test/Serialization/Recovery/superclass.swift
    • edit: test/decl/func/default-values.swift
    • edit: test/Misc/serialized-diagnostics-batch-mode.swift
    • edit: test/decl/protocol/special/coding/class_codable_codingkeys_typealias.swift
    • edit: test/expr/closure/inference.swift
    • edit: test/ClangImporter/CoreServices_test.swift
    • edit: lib/Sema/TypeCheckExprObjC.cpp
    • edit: test/ImportResolution/import-command-line.swift
    • edit: test/ImportResolution/import-multiple-command-line.swift
    • edit: validation-test/compiler_crashers_fixed/00053-std-function-func-swift-type-subst.swift
    • edit: test/Parse/ConditionalCompilation/can_import_idempotent.swift
    • edit: test/Sema/editor_placeholders.swift
    • edit: test/CrossImport/loading.swift
    • edit: test/Parse/ConditionalCompilation/macabiTargetEnv.swift
    • edit: test/decl/func/constructor.swift
    • edit: test/expr/postfix/dot/init_ref_delegation.swift
    • edit: test/FixCode/verify-fixits.swift
    • edit: test/Sema/accessibility_private.swift
    • edit: test/attr/attr_objc.swift
    • edit: test/type/infer/instance_variables.swift
    • edit: test/SPI/public_client.swift
    • edit: test/Sema/diag_variable_used_in_initial.swift
    • edit: test/decl/var/properties.swift
    • edit: test/ClangImporter/ctypes_parse.swift
    • edit: test/NameLookup/accessibility.swift
    • edit: test/ModuleInterface/ModuleCache/module-cache-errors-in-importing-file.swift
    • edit: test/decl/var/variables.swift
    • edit: test/Serialization/load.swift
    • edit: test/SourceKit/Sema/sema_diag_after_edit_fixit.swift
    • edit: test/ClangImporter/submodules.swift
    • edit: test/ImportResolution/import-specific-decl.swift
    • edit: test/Parse/omit_return_fail.swift
    • edit: test/decl/inherit/override.swift
    • edit: test/FixCode/verify-fixits.swift.result
    • edit: test/Sema/enum_conformance_synthesis.swift
    • edit: test/AutoDiff/Sema/DerivedConformances/struct_differentiable.swift
    • edit: test/ClangImporter/attr-swift_name_renaming.swift
    • edit: test/diagnostics/verifier.swift
    • edit: test/CrossImport/negative.swift
    • edit: test/Parse/subscripting.swift
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: test/Constraints/overload.swift
    • edit: validation-test/Sema/SwiftUI/rdar57201781.swift
    • edit: test/Parse/delayed_extension.swift
    • edit: test/Parse/closure-debugger.swift
    • edit: test/decl/protocol/protocol_with_superclass_where_clause.swift
    • edit: test/decl/ext/generic.swift
    • edit: test/IDE/enable_objc_interop.swift
    • edit: test/Migrator/pre_fixit_pass_still_failed.swift
    • edit: test/ModuleInterface/swift_build_sdk_interfaces/xfails.test-sh
    • edit: test/Parse/switch.swift
    • edit: test/decl/protocol/req/func.swift
    • edit: test/SPI/implementation_only_spi_import.swift
    • edit: test/Serialization/Recovery/typedefs.swift
    • edit: test/Parse/implicit_getter_incomplete.swift
    • edit: test/SourceKit/CompileNotifications/diagnostics.swift
    • edit: test/decl/func/operator_suggestions.swift
    • edit: test/NameLookup/Inputs/multi-file-3.swift
    • edit: validation-test/ClangImporter/macros-repeatedly-redefined.swift
    • edit: test/ClangImporter/attr-swift_private.swift
    • edit: test/NameLookup/library.swift
    • edit: test/attr/open.swift
    • edit: test/Parse/recovery.swift
    • edit: test/SourceKit/Sema/sema_symlink.swift.response
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Generics/associated_type_typo.swift
    • edit: test/Parse/swift3_warnings_swift4_errors_version_4.swift
    • edit: test/SourceKit/SyntaxMapData/diags.swift.response
    • edit: test/Generics/requirement_inference.swift
    • edit: test/Constraints/same_types.swift
    • edit: test/Driver/warnings-control.swift
    • edit: test/APINotes/versioned.swift
    • edit: test/expr/closure/closures.swift
    • edit: test/ClangImporter/MixedSource/broken-modules.swift
    • edit: test/Parse/conflict_markers.swift
    • edit: test/Parse/operator_decl_designated_types.swift
    • edit: test/ClangImporter/macros.swift
    • edit: test/NameLookup/name_lookup2.swift
    • edit: test/decl/inherit/inherit.swift
    • edit: test/Generics/invalid.swift
    • edit: test/Parse/ConditionalCompilation/decl_in_true_inactive.swift
    • edit: test/decl/circularity.swift
    • edit: test/Parse/ConditionalCompilation/sequence.swift
    • edit: test/Sema/typo_correction_limit.swift
    • edit: test/SPI/client_reuse_spi.swift
    • edit: unittests/SourceKit/SwiftLang/EditingTest.cpp
    • edit: test/ClangImporter/sdk.swift
    • edit: test/expr/primary/keypath/keypath-objc.swift
    • edit: test/Constraints/invalid_constraint_lookup.swift
    • edit: test/SPI/spi_client.swift
    • edit: test/attr/attr_autoclosure.swift
    • edit: test/decl/func/rethrows.swift
    • edit: test/decl/nested/protocol.swift
    • edit: test/Frontend/verify.swift
    • edit: test/Serialization/Inputs/top-level-code-other.swift
    • edit: test/AutoDiff/compiler_crashers_fixed/tf1167-differentiable-attr-override-match.swift
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: test/AutoDiff/Sema/DerivedConformances/class_differentiable.swift
    • edit: validation-test/ClangImporter/bridging-header-reentrancy.swift
    • edit: test/AutoDiff/Sema/derivative_attr_type_checking.swift
    • edit: test/CrossImport/transitive.swift
    • edit: test/Interpreter/SDK/submodules_smoke_test.swift
    • edit: test/Serialization/Recovery/typedefs-in-enums.swift
    • edit: test/decl/init/basic_init.swift
    • edit: test/decl/protocol/special/coding/struct_codable_codingkeys_typealias.swift
    • edit: test/Driver/swift-version-default.swift
    • edit: test/Constraints/closures.swift
    • edit: test/Sema/circular_decl_checking.swift
    • edit: test/stmt/statements.swift
    • edit: test/Sema/diag_constantness_check.swift
    • edit: test/type/protocol_composition.swift
    • edit: test/Generics/function_decls.swift
    • edit: test/ClangImporter/simd.swift
    • edit: test/decl/func/vararg.swift
    • edit: test/stmt/if_while_var.swift
    • edit: test/ModuleInterface/ModuleCache/module-cache-diagnostics.swift
    • edit: test/attr/typeEraser.swift
    • edit: test/Generics/function_defs.swift
    • edit: test/ClangImporter/MixedSource/Xcc_include.swift
    • edit: test/Parse/identifiers.swift
    • edit: test/Frontend/verify-fixits.swift
    • edit: test/Interpreter/SDK/missing_imports_repl.swift
    • edit: test/ImportResolution/import-resolution-2.swift
    • edit: test/Constraints/patterns.swift
    • edit: test/type/protocol_types.swift
    • edit: test/ClangImporter/bad-ns-extensible-string-enum.swift
    • edit: test/ClangImporter/Darwin_test.swift
    • edit: test/ClangImporter/ctypes_parse_objc.swift
    • edit: test/Sema/typo_correction.swift
    • edit: test/decl/subscript/subscripting.swift
    • edit: test/Parse/confusables.swift
    • edit: test/Parse/ConditionalCompilation/sequence_version.swift
    • edit: test/Serialization/failed-clang-module.swift
    • edit: test/decl/ext/protocol.swift
    • edit: test/expr/primary/selector/property.swift
    • edit: test/ClangImporter/MixedSource/can_import_objc_idempotent.swift
    • edit: test/expr/expressions.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/ClangImporter/nested_protocol_name.swift
    • edit: test/ClangImporter/objc_parse.swift
    • edit: test/Constraints/tuple_arguments.swift
    • edit: test/Parse/invalid.swift
    • edit: test/Parse/ConditionalCompilation/basicParseErrors.swift
    • edit: lib/Sema/PCMacro.cpp
    • edit: test/CrossImport/scoped.swift
    • edit: test/Generics/generic_types.swift
    • edit: test/Index/Store/record-with-compile-error.swift
    • edit: test/decl/func/operator.swift
    • edit: test/decl/ext/extensions.swift
    • edit: test/decl/protocol/protocol_with_superclass.swift
    • edit: test/Interpreter/submodules_smoke_test.swift
    • edit: test/Serialization/search-paths.swift
    • edit: test/ClangImporter/MixedSource/broken-bridging-header.swift
    • edit: test/Interpreter/repl_autolinking.swift
    • edit: test/Sema/Inputs/circularity_multifile_error_helper.swift
    • edit: test/IDE/print_ast_tc_decls_errors.swift
    • edit: test/Parse/omit_return.swift
  • Commit 6496f9b2b1c1101614d907899520631ac8ec1857 by aprantl:
    Fix a dangling-gsl warning and avoid transitively including string.

    • edit: lldb/source/Utility/XcodeSDK.cpp
  • Commit 7692be5f45fe9452fe95a04b75d2a17b19aca095 by github:
    Update diagnostic text in tests matching Swift PR #31315 (#1128)

    • edit: lldb/test/Shell/SymbolFile/DWARF/debug-types-missing-signature.test
    • edit: lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py
    • edit: lldb/test/API/lang/swift/swift_reference_counting/main.swift
    • edit: lldb/test/API/lang/swift/closure_shortcuts/main.swift
    • edit: lldb/test/Shell/SwiftREPL/SwiftInterfaceForceModuleLoadMode.test
    • edit: lldb/test/API/lang/swift/expression/objc_context/TestSwiftExpressionObjCContext.py
  • Commit 617c8a7a8bf169830674545b721aaf72a6719328 by ankit_aggarwal:
    [XCBuildSupport] Add MODULE_CACHE_DIR in build settings

    • edit: Sources/XCBuildSupport/PIF.swift
  • Commit 1cf376e7e5d15b7d5b81ee9f4b4283daf5491765 by bender:
    Adjust test_dateFromDoesntMutate expectations

    • edit: Tests/Foundation/Tests/TestCalendar.swift