[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 5.0) #104

Report

[FAILURE] oss-swift-5.0-incremental-RA-linux-ubuntu-14_04 [#104]

Build URL:
https://ci.swift.org/job/oss-swift-5.0-incremental-RA-linux-ubuntu-14_04/104/
Project:
oss-swift-5.0-incremental-RA-linux-ubuntu-14_04
Date of build:
Fri, 30 Nov 2018 13:25:45 -0600
Build duration:
2 hr 36 min

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 9530 test(s), Total: 10971 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 504 test(s), Total: 504 test(s)

Changes

  • Commit 2f4a995662a03e86bd9f6e4a22e923fe99d021bb by spestov:
    IRGen: Emit field offsets before vtable entries

    • edit: test/Serialization/Recovery/typedefs.swift
    • edit: test/IRGen/class_resilience.swift
    • edit: test/IRGen/objc_class_export.swift
    • edit: test/IRGen/objc_super.swift
    • edit: test/IRGen/generic_classes.sil
    • edit: test/IRGen/generic_types.swift
    • edit: test/IRGen/completely_fragile_class_layout.sil
    • edit: lib/IRGen/ClassMetadataVisitor.h
    • edit: test/IRGen/mixed_mode_class_with_unimportable_fields.swift
    • edit: test/IRGen/subclass.swift
    • edit: test/IRGen/class_metadata.swift
    • edit: test/IRGen/class_resilience_objc.swift
  • Commit 730a60f3169c809e45140a13f774f18de0c66562 by spestov:
    AST: Introduce ClassDecl::hasResilientMetadata()

    • edit: lib/AST/Decl.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/GenDecl.cpp
    • edit: include/swift/AST/Decl.h
  • Commit 9551998cd4c8d86dcfba267ec9d491b023f30ec3 by spestov:
    IRGen: Refactor ClassLayoutBuilder a bit to help distinguish

    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/IRGen/Linking.cpp
    • edit: lib/IRGen/ClassMetadataVisitor.h
  • Commit 906fe5045acab7df3cf8e42010c421e4755219c5 by spestov:
    IRGen: @_fixed_layout classes still have resilient metadata

    • edit: test/Inputs/resilient_class.swift
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: test/SILGen/partial_apply_super.swift
    • edit: lib/IRGen/GenClass.cpp
    • add: test/IRGen/fixed_layout_class.swift
    • edit: test/SILGen/super.swift
    • add: test/Inputs/fixed_layout_class.swift
    • edit: lib/IRGen/ClassMetadataVisitor.h
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: test/Interpreter/class_resilience.swift
    • edit: test/IRGen/class_resilience.swift
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: test/IRGen/super.sil
    • edit: lib/IRGen/MetadataLayout.cpp
  • Commit 1c98a1a63c8350824888c7a8dbd1d420d38bd9d7 by spestov:
    Evolution: Add some tests for @_fixed_layout classes

    • add: validation-test/Evolution/test_class_fixed_layout_superclass_reorder_methods.swift
    • add: validation-test/Evolution/Inputs/class_fixed_layout_add_virtual_method.swift
    • add: validation-test/Evolution/Inputs/class_fixed_layout_superclass_reorder_methods.swift
    • add: validation-test/Evolution/test_class_fixed_layout_add_virtual_method.swift
    • add: validation-test/Evolution/test_class_fixed_layout_add_virtual_method_subclass.swift
    • add: validation-test/Evolution/Inputs/class_fixed_layout_add_virtual_method_subclass.swift
  • Commit 9b3758ec389b6c0d49462573efb9b4ce75200ad6 by spestov:
    IRGen: Relax an assertion

    • edit: test/Inputs/resilient_class_thunks.swift
    • edit: test/IRGen/class_resilience_thunks.swift
    • edit: lib/IRGen/GenCall.cpp
  • Commit ed5cd1cc6330407ec416a9575d072940e03d9314 by aschwaighofer:
    [5.0] LoadableByAddress: Only replace yielded values with a load if

    • edit: lib/IRGen/LoadableByAddress.cpp
    • edit: test/IRGen/big_types_coroutine.sil