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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/1338/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Mon, 04 Mar 2019 12:36:00 -0600
Build duration:
1 hr 31 min

Identified problems:

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

Changes

  • Commit 7356f418811ae078859e9efc354d7f5d7bb3d978 by suyashsrijan:
    [typechecker] allow non-optional enum case match with optional enum

    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: test/Constraints/patterns.swift
  • Commit 6a7655e8a5cc3106b2cc65de1bbd5faa56289b69 by suyashsrijan:
    [test] add SILGen test

    • edit: test/SILGen/enum.swift
  • Commit 4e56b54b944efe8a2ba30924805cb881bbaa7b60 by suyashsrijan:
    [typechecker] [test] cleanup

    • edit: test/SILGen/enum.swift
    • edit: test/Constraints/patterns.swift
    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit e8b5f1e98a98c8846bed169493ed3f265e5b5303 by suyashsrijan:
    [test] add double optional test

    • edit: test/SILGen/enum.swift
  • Commit c15f489d75f9b545fc717ba425323f56bcc5be67 by aschwaighofer:
    SILMem2Reg: Allow uncheck_addr_cast 'projections'

    • edit: lib/SILOptimizer/Transforms/SILMem2Reg.cpp
    • edit: test/SILOptimizer/mem2reg.sil
  • Commit 407c38e9cd0b8b766040fdd921a862b16fcd2313 by suyashsrijan:
    [typechecker] look through all optionals

    • edit: test/Constraints/patterns.swift
    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 95023911063a2f8a290af6fe8030b12851dd32f0 by suyashsrijan:
    [typechecker] update the comment to mention that recursion is used when

    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 0bd6ca9434a5baca7862f23dae6a8fad58071e15 by suyashsrijan:
    [typechecker] use getOptionalObjectType to peel off one level of

    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 19014a85af33bc29c5265a7f427c6d80fd151a1b by milseman:
    [stdlib] Some cleanup enabled by _alwaysEmitIntoClient.

    • edit: stdlib/public/core/ContiguouslyStored.swift
    • edit: stdlib/public/core/StringCreate.swift
    • edit: stdlib/public/core/StringObject.swift
    • edit: stdlib/public/core/Character.swift
    • edit: stdlib/public/core/StringStorage.swift
  • Commit 515a767a37cbeebbe8450148421352264f79193f by dave:
    [GSB] NFC: delete dead code

    • edit: lib/AST/GenericSignatureBuilder.cpp
  • Commit d8f4daedba599c93dfc03b1000582c6c71fd2a73 by david:
    Update the build animation for each Swift compiler task

    • edit: Sources/Build/SwiftCompilerOutputParser.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Sources/Build/BuildDelegate.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Tests/BuildTests/SwiftCompilerOutputParserTests.swift
    • edit: Tests/CommandsTests/RunToolTests.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/SPMUtility/ProgressAnimation.swift
  • Commit 9784785ba1117f565a7ed6208094729963202a00 by compnerd:
    CoreFoundation: va_copy, va_end are availble on Win32

    • edit: CoreFoundation/String.subproj/CFString.c
  • Commit af7587dc1d4f81181b04b3d8bc8c1d7f064dc2e5 by si:
    NSAttributedString: Rename NSAttributedStringKey to

    • edit: Foundation/NSAttributedString.swift
    • edit: TestFoundation/TestNSAttributedString.swift
  • Commit 81a925c44cc1b43316bc86ac5892fec613bd5a89 by si:
    Data: Convert 'init(bytes:)' is deprecated: replaced by 'init(_:)' into

    • edit: Foundation/Data.swift
    • edit: TestFoundation/TestNSData.swift
    • edit: TestFoundation/TestUserDefaults.swift
    • edit: TestFoundation/TestNSString.swift
    • edit: TestFoundation/TestNSURLRequest.swift
    • edit: TestFoundation/TestJSONEncoder.swift
    • edit: TestFoundation/HTTPServer.swift
  • Commit 8d52da85c7e459eab465d98726f7f7215641b138 by compnerd:
    FileHandle: _CFOpenFileWithMode may fail

    • edit: Foundation/FileHandle.swift