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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/8661/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Tue, 14 May 2019 10:45:20 -0500
Build duration:
1 hr 23 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 5debb929daa921b2d25af836705e78b2b1260b37 by yusuke2759:
    Rename StringInterpolationSegments to StringLiteralSegments

    • edit: utils/gyb_syntax_support/ExprNodes.py
    • edit: lib/Parse/ParseExpr.cpp
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
  • Commit b583fef8e2853346defa16648de62e3b0bc8c54c by yusuke2759:
    Consolidate StringInterpolationExpr to StringLiteralExpr

    • edit: lib/Syntax/Status.md
    • edit: utils/gyb_syntax_support/ExprNodes.py
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: lib/Parse/ParseExpr.cpp
  • Commit ef413e491c8756aa5529ebd7d0b290b40d9bb47f by yusuke2759:
    Use StringLiteralExpr node if it's a single literal segment

    • edit: lib/Parse/ParseExpr.cpp
  • Commit 9155ed88e0ae699184029fa232ec741af9f69582 by yusuke2759:
    Use StringLiteralExpr for invalid InterpolatedStringLiteralExpr

    • edit: lib/Parse/ParseExpr.cpp
    • edit: test/Syntax/Parser/tree.swift.result
    • edit: test/incrParse/Outputs/incrementalTransfer.json
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
  • Commit a7d33aa751ec45fd01f0280b3a301d1ec72342a0 by yusuke2759:
    Fix to make minimum AST nodes for StringLiteralExpr

    • edit: lib/Parse/ParseExpr.cpp
  • Commit b3a4ab6744c5affe088b38fbb5c73a67a2de19da by yusuke2759:
    Revert removal of invalid interpolation check

    • edit: lib/Parse/ParseExpr.cpp
  • Commit e09a34129aa71fe8b7c3cd4f0b6bb24823d4bfb1 by yusuke2759:
    Consume toke for string literal expr in a better way

    • edit: lib/Parse/ParseExpr.cpp
  • Commit 6befb10d35f5f621df4058812245106df800ba42 by atrick:
    Cache struct/class field offsets in SIL.

    • edit: include/swift/SIL/Projection.h
    • edit: include/swift/SIL/SILNode.h
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SIL/SILInstructions.cpp
  • Commit c7b4e7c8b4c379e328288a04a7da93e7a2849ab4 by atrick:
    Add scale-test --save-temps option.

    • edit: utils/scale-test
  • Commit 8f84429565a3c660cd005629413b3779fa2633b8 by atrick:
    Add a scale-test for VarDecl::getStoredProperties.

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/Basic/Statistics.def
    • add: validation-test/compiler_scale/lazy_class_props.gyb
  • Commit 6f00f7d090d3c905e7a0beaaa5e84e390110ce4e by compnerd:
    Process: correct environment block handling on Windows

    • edit: Foundation/Process.swift
  • Commit 507b7289f7304c13124863f92e8bce05166d6e9c by compnerd:
    Foundation: correct windows error code domain

    • edit: Foundation/FileHandle.swift
  • Commit 2677e704a4eed936f03abf3b00b4b6c89dbd2f27 by compnerd:
    Foundation: modernise two throw statements

    • edit: Foundation/Process.swift