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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/7517/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Mon, 04 Mar 2019 12:26:24 -0600
Build duration:
18 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
  • 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: test/Constraints/patterns.swift
    • edit: lib/Sema/TypeCheckPattern.cpp
  • Commit 6a7655e8a5cc3106b2cc65de1bbd5faa56289b69 by suyashsrijan:
    [test] add SILGen test

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

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

    • edit: test/SILGen/enum.swift
  • 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
12:44:52 /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-corelibs-xctest/Tests/Functional/Asynchronous/Expectations/main.swift:344: Actual line did not match the expected regular expression.
12:44:52 Actual: "/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_04/swift-corelibs-xctest/Tests/Functional/Asynchronous/Expectations/main.swift:356: error: ExpectationsTestCase.test_outerWaiterTimesOut_InnerWaitersAreInterrupted : Asynchronous waiter <XCTWaiter expectations: 'inner-1'> failed - Interrupted by timeout of containing waiter <XCTWaiter expectations: 'outer'>\n"
12:44:52 Expected: '.*[/\\\\]Tests[/\\\\]Functional[/\\\\]Asynchronous[/\\\\]Expectations[/\\\\]main.swift:366: error: ExpectationsTestCase.test_outerWaiterTimesOut_InnerWaitersAreInterrupted : Asynchronous wait failed - Exceeded timeout of 0.1 seconds, with unfulfilled expectations: outer'

Hmm I don't think its due to my changes :thinking:

This test is flaky. [SR-10034] test_outerWaiterTimesOut_InnerWaitersAreInterrupted fails non-deterministically · Issue #355 · apple/swift-corelibs-xctest · GitHub