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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1442/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Wed, 15 May 2019 21:53:52 -0500
Build duration:
3 hr 6 min

Changes

  • Commit 1525e9bfc501434fe96d44463f2d72f71b1705de by alexshap:
    [Windows] Add initial implementation for TaskQueue

    • edit: lib/Basic/TaskQueue.cpp
    • edit: lib/Basic/Default/TaskQueue.inc
    • add: lib/Basic/Default/Task.inc
    • add: lib/Basic/Windows/TaskQueue.inc
    • edit: test/Driver/batch_mode_aux_file_order.swift
    • edit: test/Driver/batch_mode.swift
  • Commit c622f6b8dd00a683f1cce069bad243052fb75258 by jordan_rose:
    Simplify swift::getInheritedForPrinting to take a PrintOptions

    • edit: include/swift/AST/ASTPrinter.h
    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp
    • edit: include/swift/AST/PrintOptions.h
  • Commit def1ccac667d244f43526c373704de1009891120 by jordan_rose:
    Don't print extensions to conform to protocols that aren't printed

    • edit: test/ParseableInterface/conformances.swift
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Frontend/ParseableInterfaceSupport.cpp
  • Commit b9a0ca6afb8eff0e6b1f9907d7780c4de7d41a7b by pyaskevich:
    [ConstraintSystem] Detect and diagnose conversion failures related to

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSFix.h
    • edit: test/Constraints/operator.swift
    • edit: test/Generics/conditional_conformances_literals.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/dictionary_literal.swift
    • edit: lib/Sema/CSFix.cpp
    • edit: test/Constraints/array_literal.swift
    • edit: test/expr/expressions.swift
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/Constraints/diagnostics.swift
    • edit: test/expr/cast/as_coerce.swift
    • edit: test/Parse/pointer_conversion.swift.gyb
  • Commit 9be4fef53acc267c873c9f8a7ea10b2421c98321 by rkandhadaimadhav:
    [SIL Optimization] Add a mandatory optimization pass for optimizing the

    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • add: lib/SILOptimizer/Mandatory/OSLogOptimization.cpp
    • edit: stdlib/private/OSLog/OSLogMessage.swift
    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
    • add: test/SILOptimizer/OSLogPrototypeCompileDiagnostics.swift
    • add: test/SILOptimizer/OSLogPrototypeCompileTest.swift
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/SILOptimizer/Mandatory/CMakeLists.txt
    • edit: test/SILOptimizer/constant_evaluator_test.sil
    • edit: test/stdlib/OSLogPrototypeExecTest.swift
    • edit: include/swift/AST/DiagnosticsSIL.def
    • edit: include/swift/AST/KnownIdentifiers.def
  • Commit 5aea1315cd4abdb8d30ea8ffb3485cc72c7fde2b by dgregor:
    Add @_disfavoredOverload attribute to affect overload resolution.

    • edit: lib/Sema/CSRanking.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: include/swift/AST/Attr.def
    • add: test/Constraints/disfavored.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/Sema/CSGen.cpp
  • Commit b0f616866018a1d07cd147f78ccd2ae7c60c646d by jansvoboda11:
    [libSyntax] Represent raw string delimiters

    • edit: lib/Parse/ParseExpr.cpp
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: test/Syntax/Parser/tree.swift.result
    • edit: test/incrParse/Outputs/incrementalTransfer.json
    • edit: utils/gyb_syntax_support/ExprNodes.py
    • edit: test/Syntax/round_trip_parse_gen.swift
    • edit: utils/gyb_syntax_support/Token.py
  • Commit 9ac6fe01370b48e7d35f9239b6e16a0f62f33060 by compnerd:
    vim: highlight lazy

    • edit: utils/vim/syntax/swift.vim
  • Commit affcefc1aee2f64a2b20799440ea5cef32ae59f5 by brentdax:
    [ASTMangler] Mangle nested imported error structs correctly

    • edit: test/Inputs/custom-modules/ErrorEnums.h
    • edit: lib/AST/ASTMangler.cpp
    • edit: test/TypeDecoder/foreign_types.swift
    • edit: lib/AST/ASTDemangler.cpp
    • edit: test/IRGen/related_entity.sil
    • edit: test/IRGen/Inputs/error_domains.h
    • edit: test/RemoteAST/foreign_types.swift
  • Commit cec9e9e33abd8268d453e8ca3382686e0d81c54f by jgroff:
    Opaque types require a newer Swift runtime.

    • edit: test/Interpreter/Inputs/dynamic_replacement_opaque2.swift
    • edit: test/TypeDecoder/opaque_return_type.swift
    • edit: test/SILOptimizer/specialize_opaque_type_archetypes.swift
    • edit: test/IRGen/dynamic_replaceable_opaque_return.swift
    • edit: test/ParseableInterface/Inputs/opaque-result-types-client.swift
    • edit: test/type/opaque_constraint_order.swift
    • edit: test/type/opaque.swift
    • edit: test/SIL/Serialization/opaque_return_type_serialize.sil
    • edit: test/TBD/opaque_result_type.swift
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: test/Serialization/opaque_cross_file.swift
    • edit: test/SILGen/opaque_result_type.swift
    • edit: test/Interpreter/dynamic_replacement_opaque_result.swift
    • edit: test/IRGen/opaque_result_type.swift
    • edit: test/IRGen/opaque_result_type_access_path.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/Serialization/opaque_circularity.swift
    • edit: validation-test/compiler_crashers_2_fixed/0194-rdar50309503.swift
    • edit: lib/Sema/TypeChecker.h
    • edit: test/IRGen/opaque_result_type_global.swift
    • edit: test/IRGen/opaque_result_type_debug.swift
    • edit: test/IRGen/lazy_opaque_result_type.swift
    • edit: test/Interpreter/Inputs/dynamic_replacement_opaque1.swift
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: test/ParseableInterface/opaque-result-types.swift
    • edit: include/swift/Basic/LangOptions.h
    • edit: test/SILOptimizer/cast_folding.swift
  • Commit 1f15c87f3588609ef53fe651ed0842ccb1adf08d by alseycmiller:
    Added missing Linux POSIX errors

    • edit: stdlib/public/Platform/POSIXError.swift
  • Commit dccd6eb0d6b49ef1f957860772aa95fe5c56051c by mgottesman:
    [silgen] Change ManagedValue::copyInto to have same paramter order as

    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/SILGen/ManagedValue.cpp
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/SILGen/ManagedValue.h
  • Commit 90859ad6aaa2941c48414cfd627fd7cd965e8c12 by dgregor:
    [Type checker] Fix assertion/spin with ill-formed property delegate

    • edit: test/decl/var/property_delegates.swift
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit cc79f80098b6b75bbca67a0b3ef904c9c51b6ae0 by apl:
    [Breakpoint] Remove unused include

    • edit: source/Breakpoint/BreakpointResolverName.cpp
  • Commit 30406d3580ab5e87e492d8084bcbe50c94251b04 by jgroff:
    Update opaque_return_types test to have availability

    • edit: packages/Python/lldbsuite/test/lang/swift/opaque_return_types/main.swift
  • Commit b3718c0a5b28b5917dfa4c609af1521193d1adc7 by millenomi:
    TestFoundation: Add infrastructure to assert that a test should crash

    • edit: TestFoundation/Utilities.swift
  • Commit 00809bdee97a15db6a8f62dd99d965f8715ff0cc by compnerd:
    TestFoundation: excise FTPServer

    • edit: TestFoundation/TestURLSessionFTP.swift
    • edit: TestFoundation/FTPServer.swift
    • edit: TestFoundation/main.swift
  • Commit 4275315b87a9f51655bc05bf7323cfcd35692e51 by compnerd:
    Foundation: fix Process.run() handle handling for Windows

    • edit: Foundation/Process.swift
  • Commit e5e8f265f1e7490bb8b8cd7544e80db12f0e475e by compnerd:
    Foundation: avoid GetFileInformationByHandle on a pipe

    • edit: Foundation/FileHandle.swift
  • Commit 90fc96bd98fe68885bbbf15f938763537bec1a55 by bender:
    Initialize timeout condition variable and mutex for NSRecursiveLock on

    • edit: Foundation/NSLock.swift