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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6178/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Thu, 15 Nov 2018 19:57:24 -0600
Build duration:
34 min

Identified problems:

  • Swift Compile Error: Swift compiler error
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit 3b10ed5eafabfc0b0e5b3f71034468fa4a292c0d by spestov:
    SIL: Non-final public methods of resilient classes don't need public

    • edit: test/IRGen/method_linkage.swift
    • edit: include/swift/SIL/SILLinkage.h
    • edit: test/IRGen/class_resilience.swift
    • edit: lib/SIL/SILDeclRef.cpp
  • Commit a5a4aaf59e8198e9ee5279b280b6d047f3931cbb by spestov:
    SILGen: The storage of a resilient global variable does not need to be

    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/SILGen/SILGenGlobalVariable.cpp
    • edit: test/SILGen/global_resilience.swift
    • edit: lib/IRGen/GenInit.cpp
  • Commit 517f37088c4010d519f51a8e9b588ca1511e41a9 by spestov:
    Evolution: Tweak existing tests to not remove public symbols

    • edit: validation-test/Evolution/Inputs/enum_add_cases.swift
    • edit: validation-test/Evolution/Inputs/struct_remove_property.swift
    • edit: validation-test/Evolution/Inputs/enum_add_cases_trap.swift
    • edit: validation-test/Evolution/Inputs/class_remove_property.swift
    • edit: validation-test/Evolution/Inputs/bitwise_takable.swift
  • Commit d615c51978bda1e98ead7e84a3356074b74b1593 by spestov:
    IRGen: Assert that we only reference valid property descriptors

    • edit: include/swift/IRGen/Linking.h
    • edit: test/IRGen/keypaths.sil
  • Commit 558b517b0812df1a4392d7f5720b472f261a92a7 by spestov:
    AST: Fast path for requiresNewVTableEntry() when called on non-class

    • edit: lib/AST/Decl.cpp
  • Commit f715421e9d48d73d34b0a07f39dce754df1d5b44 by spestov:
    SILGen: add tests for @inline(__always)

    • add: test/SILGen/inline_always.swift
  • Commit 5243cc718db0606910cc9c19b0ba34bceaa38d11 by spestov:
    Evolution: Compare symbols before and after

    • edit: utils/rth
    • edit: validation-test/Evolution/test_global_change_size.swift
    • edit: test/lit.cfg
    • edit: validation-test/Evolution/test_keypaths.swift.gyb
    • edit: validation-test/Evolution/test_superclass_properties.swift
  • Commit 8bb6b78e362cef32d1281c93f82866403e8eeb5d by david_smith:
    Use super trampolines to let us override several more NSString methods

    • edit: stdlib/public/stubs/FoundationHelpers.mm
    • edit: benchmark/utils/ObjectiveCTests/ObjectiveCTests.h
    • edit: stdlib/public/core/StringStorage.swift
    • edit: benchmark/utils/ObjectiveCTests/ObjectiveCTests.m
    • edit: stdlib/public/core/StringBridge.swift
    • edit: benchmark/single-source/ObjectiveCBridgingStubs.swift
    • edit: stdlib/public/SwiftShims/CoreFoundationShims.h
    • edit: test/stdlib/NSStringAPI.swift