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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1424/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 10 May 2019 16:23:57 -0500
Build duration:
2 hr 30 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:

Changes

  • Commit 862432fd1ba2d9c268977ff223f7bbe107f54f5c by alaferriere:
    Explicitly request to createGenericParamsIfMissing as it will be lazy

    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Serialization/Serialization.cpp
  • Commit 6c929273db2b48d41d6906262ceaf3f8bc035062 by alaferriere:
    Intro a request to compute the requirement signature of a ProtocolDecl

    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/TypeCheckRequests.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 3dd54c24d16cf2d3ca388f3973b49c3b6f09bc94 by alaferriere:
    Remove explicit calls to computeRequirementSignature

    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/AST/GenericSignature.cpp
  • Commit be4ac2cf68c7b724f6c573bdf0c8a54120b1d529 by alaferriere:
    Don’t use isRequirementSignatureComputed because it is lazy

    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/TypeCheckProtocolInference.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 3cb1b6a96faa2b634f3746461e132c27f14a5db5 by alaferriere:
    Intro Evaluator::hasActiveRequest to prevent request cycles

    • edit: include/swift/AST/Evaluator.h
  • Commit cfae7bba3d3f27d41cd062478e8fcde6e679f5d2 by alaferriere:
    Avoid cycles when computing a requirement signature

    • edit: include/swift/AST/GenericSignatureBuilder.h
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/Decl.cpp
  • Commit 580ca729d3c9a94ea10867a48649f6770f1164f6 by mgottesman:
    [silgen] Always ensure that we have a +1 value when emitting

    • edit: lib/SILGen/SILGenPoly.cpp
  • Commit cd0c1e715027482a5cec80c4c91fed72741621d4 by compnerd:
    build: correct flags for Windows build

    • edit: cmake/modules/AddSwift.cmake
  • Commit 179251d16728fa470b0d0003b27201c2578bd4b9 by mgottesman:
    [sil-combine] Do not perform existential type propagation on @in

    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: test/SILOptimizer/sil_combine_concrete_existential.sil
  • Commit afe3114d3d21c39f67d7cae3ef24ec6fe4f6d1c6 by mgottesman:
    [sil] Expand immutable address verification to in_guaranteed parameters.

    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/SIL/SILInstructions.cpp
    • edit: test/SILOptimizer/sil_combiner_concrete_prop_all_args.sil
    • edit: test/SILOptimizer/escape_analysis.sil
    • edit: test/SILOptimizer/predictable_deadalloc_elim.sil
    • edit: test/SILOptimizer/predictable_deadalloc_elim_ownership.sil
    • edit: test/SILOptimizer/performance_inliner.sil
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/SIL/SILFunctionConventions.h
  • Commit b85c600395b3d21b00830f58246376743ba1c474 by mikeash:
    [Runtime] Use a #define for the value of swift_isaMask.

    • edit: stdlib/public/runtime/SwiftObject.mm
    • edit: stdlib/public/runtime/Private.h
  • Commit 5c6a93ef2bd4863859744c20ac5729bea7f123d6 by mikeash:
    [Test] Delete ErrorBridgedStatic test.

    • delete: test/stdlib/ErrorBridgedStatic.swift
  • Commit 841eb4cf5eaacaef70132db56f69441533a5127e by github:
    [stdlib] Revise collection difference documentation (#24675)

    • edit: stdlib/public/core/CollectionDifference.swift
    • edit: stdlib/public/core/Diffing.swift
  • Commit 31d31fec1014c24537cd9c2352e58d3362a343b6 by reactorcontrol:
    explicitly ignore return value

    • edit: src/internal.h
  • Commit 4d2bcef79f1453252ec28372998b42dd99ac3fce by compnerd:
    dispatch: fix a couple of printf specifiers

    • edit: src/init.c
  • Commit e4e3b2d08a68db06ec659666d594144db8d70f62 by compnerd:
    windows: add initial cut of file sources

    • edit: src/event/event_windows.c
  • Commit 5a9419b55f399ce70cf9299c968fa0c2755ea11d by compnerd:
    shims: correct TAILQ_CONCAT

    • edit: src/shims/generic_sys_queue.h
  • Commit 9b8d89f71ec5201bcf15f513813dc9fadab5edc3 by compnerd:
    Swift: correct dispatch source construction on Win32

    • edit: src/swift/Source.swift
  • Commit ce544570962eec27434202370276d850703c49d3 by nhawes:
    [Swift] Refactor all module loader creation/addition to happen in

    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/dynamic_type_resolution_import_conflict/TestSwiftDynamicTypeResolutionImportConflict.py
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/macro_conflict/TestSwiftMacroConflict.py
  • Commit f330cef70d903ad46499db4fa372ec06965a80c0 by nhawes:
    [test] Disable lit/Swift/DynamicTyperesolutionConflict.test

    • edit: lit/Swift/DynamicTyperesolutionConflict.test
  • Commit 2834fa9fbc0912e5655921b185adc0d0cbab514b by nhawes:
    [Swift] Refactor all module loader creation/addition to happen in

    • edit: source/Symbol/SwiftASTContext.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/dynamic_type_resolution_import_conflict/TestSwiftDynamicTypeResolutionImportConflict.py
    • edit: packages/Python/lldbsuite/test/lang/swift/clangimporter/macro_conflict/TestSwiftMacroConflict.py
  • Commit 7acd875728ce2c9b0837ebee0779d5612dd61a5d by nhawes:
    [test] Disable lit/Swift/DynamicTyperesolutionConflict.test

    • edit: lit/Swift/DynamicTyperesolutionConflict.test
  • Commit 3a7d267be2af74fe683de43c87c875996e3a8255 by pushkar.nk:
    Don't fail a URLSessionTask on a 401 response

    • edit: Foundation/URLSession/URLSessionTask.swift
    • edit: TestFoundation/TestURLSession.swift
  • Commit ab0859d49667ec60c216f76b43dfe08699715025 by millenomi:
    Parity: NSCoding: NSCharacterSet

    • edit: TestFoundation/FixtureValues.swift
    • edit: CoreFoundation/String.subproj/CFCharacterSet.c
    • edit: Foundation/NSCharacterSet.swift
    • edit: TestFoundation/TestCharacterSet.swift
    • edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
  • Commit 8f2446112ea3bab6e0c3682e92e065da3435833c by millenomi:
    Parity: NSSortDescriptor & _CFSwiftArrayReplaceValues

    • edit: CoreFoundation/Collections.subproj/CFArray.c
    • edit: Foundation/NSIndexPath.swift
    • edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
    • edit: Foundation/NSCFArray.swift
    • edit: Foundation/NSSet.swift
    • edit: Foundation/NSSortDescriptor.swift
    • edit: Foundation/NSSwiftRuntime.swift
    • edit: CMakeLists.txt
    • edit: Foundation/NSArray.swift
    • edit: Foundation/NSDate.swift
    • edit: Foundation/NSOrderedSet.swift
    • edit: Foundation.xcodeproj/project.pbxproj
    • add: TestFoundation/TestNSSortDescriptor.swift
    • edit: TestFoundation/main.swift
  • Commit 1ea318a3e6a0cb361d18e5af2255c4d725876505 by millenomi:
    Add private header too CMakeLists.txt; uncomment fixtures in tests.

    • edit: TestFoundation/TestCharacterSet.swift
    • edit: CoreFoundation/CMakeLists.txt
  • Commit 4d511b1bc0258132fb8a5341f68bb62a17b61126 by github:
    NSUnimplemented to NSUnsupported

    • edit: Foundation/NSSortDescriptor.swift
  • Commit a026128bac482489bff0dc89f1881f2af0c1db97 by compnerd:
    TestFoundation: ensure that NSValue is preserved

    • edit: TestFoundation/TestNSKeyedArchiver.swift
  • Commit 397b0304044c5a866a438d96f0b41a3f68711f14 by millenomi:
    CFCharacterSetPredefinedSet is a CF_ENUM. Ensure this works.

    • edit: Foundation/NSCharacterSet.swift
  • Commit f32827faea4ba4a80615a1c9b39a40e8dfca7305 by compnerd:
    TestFoundation: make test_fileDescriptor more portable

    • edit: TestFoundation/TestFileHandle.swift
  • Commit 5a5c26a458f314cdbe02c69facf881a184ddb779 by millenomi:
    Parity: Bundle(for: AnyClass)

    • edit: TestFoundation/TestBundle.swift
    • edit: Foundation/Bundle.swift
    • edit: TestFoundation/Utilities.swift
  • Commit 55942f9d3a25173d4984a60cc9cd25afaff74660 by millenomi:
    Use CF SPI instead of importing dlfcn API directly, since they aren’t

    • edit: Foundation/Bundle.swift
    • edit: CoreFoundation/PlugIn.subproj/CFBundle_Binary.c
    • edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h