[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #4939

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#4939]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/4939/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Thu, 19 Jul 2018 16:43:26 -0500
Build duration:
15 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:

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10653 test(s), Total: 10653 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 523 test(s), Total: 523 test(s)

Changes

  • Commit da448fefc5ea0c181230e71abda67f655eb39b52 by ditaliano:
    [ReflectionContext] Rewrite the Mach reader path.

    • edit: include/swift/Reflection/ReflectionContext.h
  • Commit 2f0577a9674dc45b249b0a418e13afa41a8f5cb7 by ditaliano:
    [swift-reflection-dump] Use the new API for MachO.

    • edit: tools/swift-reflection-dump/swift-reflection-dump.cpp
  • Commit 64a1e986347b5d4800251b0dc095f9fb42dee541 by ditaliano:
    [Reflection] Be less aggressive with unknown objects.

    • edit: include/swift/Reflection/ReflectionContext.h
  • Commit 29f45b10cd2e2cd74b1945450f010f884d6aca82 by ditaliano:
    [Reflection] Fix lifetime issues and out-of-process mapping.

    • edit: include/swift/Reflection/ReflectionContext.h
  • Commit 382e099e60e6d2dd5e561851530fa7910f7989ad by ditaliano:
    [Reflection] Remove now dead code. NFCI.

    • edit: include/swift/Reflection/ReflectionContext.h
  • Commit d7922228dad3a366d9fe84079f07755229e15472 by dave:
    [Sema] NFC: Refactor AllowIUODeprecated into InCastOrCoercionExpression

    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/CSGen.cpp
  • Commit 78f23cc10f945ed85602babe42cb0164ee995e9b by ditaliano:
    [Reflection] Locate __DATA and push into imageRanges.

    • edit: include/swift/Reflection/ReflectionContext.h
  • Commit 301d9f0cf33a7002ddcb4a08a4c6e3f41da2d25f by spestov:
    AST: Give destructors a second parameter list

    • edit: test/sil-nm/basic.sil
    • edit: test/SIL/Serialization/vtable.sil
    • edit: test/Profiler/coverage_deinit.swift
    • edit: include/swift/AST/Decl.h
    • edit: test/SIL/Serialization/vtable_deserialization.swift
    • edit: test/SILOptimizer/constant_propagation_castopt_analysis_invalidation.sil
    • edit: test/SILOptimizer/cse.sil
    • edit: test/SILGen/vtable_thunks_reabstraction.swift
    • edit: test/SILOptimizer/eager_specialize.sil
    • edit: test/SILGen/errors.swift
    • edit: test/SILGen/objc_dealloc.swift
    • edit: test/SILOptimizer/Inputs/TestMod.sil
    • edit: test/SILGen/testable-multifile.swift
    • edit: test/SILGen/class_resilience.swift
    • edit: test/SILGen/objc_attr_NSManaged.swift
    • edit: test/SILOptimizer/assume_single_threaded.sil
    • edit: test/SILGen/dynamic.swift
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: test/SILOptimizer/inlinecaches_invalidate_failure.sil
    • edit: test/SILOptimizer/devirt_release.sil
    • edit: test/SILGen/SILDeclRef.swift
    • edit: test/SILOptimizer/escape_analysis.sil
    • edit: test/IRGen/objc_dealloc.sil
    • edit: test/SILGen/addressors.swift
    • edit: lib/AST/Decl.cpp
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: test/IRGen/nonatomic_reference_counting.sil
    • edit: test/SILOptimizer/optimize_never.sil
    • edit: test/SILGen/deinit_in_vtable.swift
    • edit: test/IRGen/exactcast.sil
    • edit: test/SILGen/vtables_objc.swift
    • edit: test/SIL/Parser/SILDeclRef.sil
    • edit: test/SILOptimizer/basic-callee-printer.sil
    • edit: test/SILGen/objc_required_designated_init.swift
    • edit: test/SIL/Parser/nonatomic_reference_counting.sil
    • edit: lib/SIL/TypeLowering.cpp
    • edit: test/IRGen/readonly.sil
    • edit: test/SILOptimizer/closure_lifetime_fixup_objc.swift
    • edit: test/SILOptimizer/cse_objc.sil
    • edit: test/SILOptimizer/devirt_try_apply.sil
    • edit: test/SILGen/vtables.swift
    • edit: test/SILGen/objc_generic_class.swift
  • Commit 099e47fde6581695d2e96623bd33e4a58ad0a0f3 by spestov:
    Sema: Move some checkDeclAttributes{,Early}() calls from validateDecl()

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 5a79c47948cc2903162376edbef4d798824764d1 by spestov:
    AST: Introduce AbstractFunctionDecl::getParameters()

    • edit: include/swift/AST/Decl.h
  • Commit 8df02a96c9f1778953b2d371763b1b595ce7b4b3 by spestov:
    Parse: Discard curried parameter lists

    • edit: lib/Parse/ParsePattern.cpp
  • Commit 89c3d54034caae5dabcd023b0e4c37d81f31887f by spestov:
    Parse: Remove uses of AbstractFunctionDecl::getParameterLists()

    • edit: lib/Parse/ParseDecl.cpp
  • Commit 585b06e6473cef7fb717f8284c0289579e207ac5 by spestov:
    AST: Remove uses of AbstractFunctionDecl::getParameterLists()

    • edit: lib/AST/Decl.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/Type.cpp
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: lib/AST/ASTPrinter.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/AST/ASTWalker.cpp
    • edit: lib/AST/NameLookup.cpp
  • Commit 419ba044f166724a440fe55450699752a1b094d3 by alex:
    [libSyntax] Record reused node IDs

    • edit: include/swift/Syntax/RawSyntax.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
    • edit: include/swift/Parse/SyntaxParsingCache.h
    • edit: lib/Parse/SyntaxParsingCache.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: tools/swift-syntax-test/swift-syntax-test.cpp
    • edit: lib/Syntax/RawSyntax.cpp
  • Commit c8226d1507ee262019ef52845d995eaefd6f1759 by alex:
    [libSyntax] Make a typealias to unsigned to represent SyntaxNodeIds

    • edit: include/swift/Syntax/Syntax.h
    • edit: lib/Parse/SyntaxParsingCache.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: include/swift/Parse/SyntaxParsingCache.h
    • edit: include/swift/Syntax/SyntaxClassifier.h.gyb
    • edit: include/swift/Syntax/RawSyntax.h