[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master) #1221

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#1221]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/1221/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Tue, 12 Feb 2019 20:36:00 -0600
Build duration:
1 hr 28 min

Identified problems:

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

Changes

  • Commit 2cec345ea2621b22204b93dfd019a5615615f20a by jake.petroules:
    Fix some process spawning issues on Windows

    • edit: unittests/Basic/ShellUtilityTest.cpp
    • edit: lib/Basic/ShellUtility.cpp
    • edit: lib/Basic/Subprocess.cpp
  • Commit ee222c3fdf1f92a48be8e74132a4534c040ebf58 by rkandhadaimadhav:
    [Constant Evaluator] Add support for string appends and equals to the

    • edit: stdlib/public/core/String.swift
    • edit: stdlib/public/core/StringComparable.swift
    • edit: test/SILOptimizer/pound_assert.swift
    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
  • Commit c48be0072eb0691dd314d9f4097647304cf1db8b by broyalgordon:
    [NFC] Refactor diagnoseDeclAvailability() flags

    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: lib/Sema/TypeCheckAvailability.h
    • edit: lib/Sema/TypeCheckType.cpp
  • Commit a6c23790f92fc8d975581691cc0507815d0125e4 by broyalgordon:
    Add #available guards to init(rawValue:)

    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
    • edit: lib/Sema/TypeCheckAvailability.cpp
    • edit: lib/Sema/TypeCheckAvailability.h
    • add: test/SILGen/enum_raw_representable_available.swift
  • Commit cbd1c598463654bd0002f4a38b06e4d481941d11 by broyalgordon:
    Don’t run #available synthesis test on Linux

    • edit: test/SILGen/enum_raw_representable_available.swift
  • Commit d2d1211b51daed22c3c9b4e595c0fb8a385519d7 by broyalgordon:
    Further improve AvailabilityWalker changes

    • edit: lib/Sema/TypeCheckAvailability.h
    • edit: lib/Sema/TypeCheckAvailability.cpp
  • Commit 2bd9eb38d860894e6b7cd7cb15419c56902a7566 by broyalgordon:
    Add accessor with potentially unavailable attrs

    • edit: lib/AST/Attr.cpp
    • edit: include/swift/AST/Attr.h
  • Commit 5da6668b8a5c28e8bf850bc74f5127e43a42d521 by broyalgordon:
    Refactor availability-checking code to handle more cases

    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
    • edit: lib/AST/Attr.cpp
    • edit: test/SILGen/enum_raw_representable_available.swift
  • Commit 3f4355cc2007289d30a6be2552c07200db8e3e5a by broyalgordon:
    Lower versions in new enum availability test

    • edit: test/SILGen/enum_raw_representable_available.swift
  • Commit 6d8dbfa0f1e1057154a628ad63bad2c7f2779c9d by broyalgordon:
    [NFC] Style/assertion/test design improvements

    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
    • edit: lib/AST/Attr.cpp
    • edit: test/SILGen/enum_raw_representable_available.swift
  • Commit 413dd85a5a9bdd6ba755b52e374f108bfe853265 by broyalgordon:
    Test init(rawValue:) behavior for obsolete cases

    • edit: test/SILGen/enum_raw_representable_available.swift
  • Commit 01b8fbc1bf86481df50f9db7b501070024afdbe0 by rishizaki:
    [CodeCompletion] Implement .Type completion in expression context

    • edit: test/IDE/complete_from_swift_module.swift
    • edit: test/IDE/complete_from_clang_framework.swift
    • edit: test/IDE/complete_members_optional.swift
    • edit: test/IDE/complete_enum_elements.swift
    • edit: test/IDE/complete_at_top_level.swift
    • edit: test/IDE/complete_constructor.swift
    • edit: test/IDE/complete_value_expr.swift
    • edit: test/IDE/complete_operators.swift
    • edit: test/SourceKit/CodeComplete/complete_inner.swift
    • edit: test/IDE/complete_not_recommended.swift
    • edit: test/IDE/complete_init_inherited.swift
    • edit: test/IDE/complete_associated_types.swift
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit ec85151a80e5966ea9c74ab1ac6af5dad6c69399 by rishizaki:
    [CodeCompletion] Add '.Protocol' completion for protocol in type context

    • edit: test/IDE/complete_type.swift
    • edit: lib/IDE/CodeCompletion.cpp
  • Commit f64a0f3386cedae83228a5d3327b70a6f75406b1 by mgottesman:
    [ownership] Fix default block folding in diagnose_unreachable.

    • edit: lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp
    • edit: test/SILOptimizer/diagnose_unreachable.sil
  • Commit 083350af7753ae301ea27dacfb749c0b1735a9d0 by github:
    Revert "[CMake] Remove LINK_LIBRARIES option from

    • edit: cmake/modules/AddSwift.cmake
  • Commit 15074fbf3b4dce502c04556933e845709c8b2aa8 by xi_ge:
    build-script: install swiftsyntax parser into the toolchain

    • edit: utils/build-script-impl
    • edit: utils/build-presets.ini
  • Commit 541b17a593b49c52d7c47cd49c35ae4d2dae35f0 by github:
    Fix build-script SwiftEvolve support (#22148)

    • add: utils/swift_build_support/swift_build_support/products/swiftevolve.py
    • edit: utils/build-script
    • edit: utils/build-script-impl
    • edit: utils/swift_build_support/swift_build_support/products/init.py
  • Commit cf97dae9f137464392875b183ad96536d8541450 by rishizaki:
    [SourceKit] Fix memory issue in response construction for

    • edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
  • Commit 49b2f4eba7f438cae2072813579ee089a8dc2c31 by ditaliano:
    [DebuggerSupport] Unbreak closures in the expression parser.

    • edit: lib/Parse/Lexer.cpp
    • edit: lib/Parse/ParseExpr.cpp
  • Commit 2d73550e5aab2c06f39d320ba637041c61b7a885 by ditaliano:
    [Parse] Add a test for the change.

    • add: test/Parse/closure-debugger.swift
  • Commit 646d73a7bb7d896232ceda1aedb000f72946e101 by ankit_aggarwal:
    [PubgrubTests] Simplify dependency mocking API

    • edit: Tests/PackageGraphTests/PubgrubTests.swift
  • Commit 5f5a10b4561e7ae63c8a317490ff63cf0d8dd46a by jake.petroules:
    Support s390x as well as other platforms

    • edit: Tests/BuildTests/BuildPlanTests.swift
  • Commit 5995272b8f80a3910eef4fe8e00237f097fdc9eb by si:
    FileManager: setAttributes(ofItemAtPath:) should throw if chmod fails.

    • edit: TestFoundation/TestFileManager.swift
    • edit: Foundation/FileManager.swift
  • Commit bb74cadc15a34b1209f2b1c12f0946797441a1f7 by si:
    NSData: Refactor write(toFile:options) using FileHandle methods.

    • edit: Foundation/NSData.swift
    • edit: Foundation/FileManager.swift
    • edit: Foundation/FileHandle.swift
  • Commit ae09dfc3be029cf6d0bb32878545afa267551f53 by compnerd:
    Foundation: remove future fixes

    • edit: Foundation/NSURL.swift
    • edit: Foundation/Stream.swift