[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #2210

Report

[FAILURE] swift-master-source-compat-suite-debug [#2210]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/2210/
Project:
swift-master-source-compat-suite-debug
Date of build:
Mon, 21 Oct 2019 21:24:35 -0500
Build duration:
5 hr 4 min

Changes

  • Commit cf0b5f11581276e40cdff01fe727f4fb80c86835 by mishal_shah:
    [Swift] Incremental Ubuntu 16.04 bot

    • add: jobs/master/oss-swift-incremental-RA-linux-ubuntu-16_04.sh
  • Commit eefafef6095d53922ab3eef741b6e4f3113a6318 by mishal_shah:
    [Swift] Add incremental ASan Ubuntu 16.04 bot

    • add: jobs/master/oss-swift-incremental-ASAN-RA-ubuntu-16_04.sh
  • Commit 47038d3e6efb045f709e2717510ded1f03f78a97 by mishal_shah:
    [Swift] Add incremental ASan macOS

    • add: jobs/master/oss-swift-incremental-ASAN-RA-osx.sh
  • Commit a62f60b829a3468632263d3eca9a33916a98bf47 by mishal_shah:
    [Swift] Package bot trigger

    • add: jobs/master/oss-package-trigger.sh
  • Commit fd13e456c3fe872e838e6f7b99e5f05a39e7165b by mishal_shah:
    [Swift] Tools: Rlease + Stdlib: Rlease + Debug simulator test bot

    • add: jobs/master/oss-swift_tools-R_stdlib-RD_test-simulator.sh
  • Commit 5da1cd5a6aa7d524267051120c555f178b21226b by mishal_shah:
    [Swift] Tools: Rlease Assert + Stdlib: Debug Assert simulator test bot

    • add: jobs/master/oss-swift_tools-RA_stdlib-DA_test-simulator.sh
  • Commit 3d956c9b64bc81f67cf25c1cb330598c9aee87f0 by mishal_shah:
    [Swift] tools: RA + stdlib: RA (Swift in the OS)

    • add: jobs/master/oss-swift_tools-RA_stdlib-RA-test-simulator-swift-in-the-os.sh
  • Commit 14ca1bcbd2c0caac2fbedcb2ab50b9a39ac7a618 by mishal_shah:
    [Swift] tools: RD + stdlib: RA simulator test bot

    • add: jobs/master/oss-swift_tools-RA_stdlib-RD_test-simulator.sh
  • Commit c2905829c51998e12efce82ab9c9dd12a7666705 by mishal_shah:
    [Swift] tools RA + stdlib RDA long test

    • add: jobs/master/oss-swift_tools-RA_stdlib-RDA_long-test.sh
  • Commit e34c661f767d57c51c7be98e37f38c9d598b3157 by mishal_shah:
    [Swift] tools: RA + stdlib: RDA simulator test bot

    • add: jobs/master/oss-swift_tools-RA_stdlib-RDA_test-simulator.sh
  • Commit 5662c50e1a3cdb41d66c7939af440c1a42fd38bf by mishal_shah:
    [Swift] Source compat suite bot

    • add: jobs/master/swift-master-source-compat-suite.sh
  • Commit bc84eaf7bf824437b2167253caea00dd503265a8 by mishal_shah:
    [Swift] Source compat suite bot

    • edit: jobs/master/swift-master-source-compat-suite.sh
  • Commit 69d3758d4c40709801f54f45faf9cc3e9ceef454 by mishal_shah:
    [Swift] SourceKit Stress tester

    • add: jobs/master/swift-master-sourcekitd-stress-tester.sh
  • Commit 2c5ce62fc7f3ca418438fb7145fb083742f78934 by mishal_shah:
    [Swift] SourceKit Stress tester weekly

    • add: jobs/master/swift-master-sourcekitd-stress-tester-weekly.sh
  • Commit 3255eaecd821b6e8b6563746d5986063aa027b7e by mishal_shah:
    [Protobuf] Ubuntu 16.04 bot

    • add: jobs/master/swift-protobuf-linux-ubuntu-16_04.sh
  • Commit 97757e4c2a09cc92d869e7ffd79ad9c34efce948 by rishizaki:
    [Parse] Assert that the children of syntax tree nodes have contiguous

    • edit: lib/Parse/ParsedRawSyntaxRecorder.cpp
    • edit: include/swift/Parse/ParsedRawSyntaxNode.h
    • edit: lib/Parse/ParsedSyntaxBuilders.cpp.gyb
    • edit: lib/Parse/SyntaxParsingContext.cpp
    • edit: include/swift/Parse/ParsedRawSyntaxRecorder.h
    • edit: lib/Parse/ParsedSyntaxRecorder.cpp.gyb
    • edit: include/swift/Parse/ParsedSyntaxRecorder.h.gyb
    • edit: include/swift/Parse/ParsedSyntaxBuilders.h.gyb
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Parse/ParsedRawSyntaxNode.cpp
  • Commit 7c430837181ef587470290206923085bab64d9ba by rishizaki:
    [SyntaxParse] Sink element layout check to right before node creations

    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Parse/ParsedRawSyntaxNode.cpp
    • edit: test/IDE/complete_expr_postfix_begin.swift
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: lib/Parse/ParsedRawSyntaxRecorder.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: lib/Parse/ParsedSyntaxRecorder.cpp.gyb
    • edit: lib/Parse/ParsedSyntaxBuilders.cpp.gyb
  • Commit ce1382ce442af3e826f2748c0564828846b21dcc by danielrodriguez:
    [windows] Provide a symlink alternative for Windows.

    • edit: utils/update_checkout/update_checkout/update_checkout.py
  • Commit 381dcc24fcf8c77d2d0132ea8f194221ea776e99 by jlettner:
    [TSan] Do not report benign race on _swiftEmptyArrayStorage

    • edit: stdlib/public/core/Array.swift
    • edit: stdlib/public/core/ArraySlice.swift
    • edit: stdlib/public/core/ContiguousArrayBuffer.swift
    • edit: test/Sanitizers/tsan-emptyarraystorage.swift
    • edit: stdlib/public/core/ContiguousArray.swift
  • Commit ada44cb10374450dec24af6ed22c33f0516a7a53 by jlettner:
    Reduce verbosity in test

    • edit: test/Sanitizers/tsan-emptyarraystorage.swift
  • Commit af2d9a780adbad4c78ae8945ff0d81808ee6fbcb by alex:
    [build-script] Fix typo skip-build-swift -> skip-test-swift

    • edit: utils/build_swift/driver_arguments.py
  • Commit fb200e615917819db939a003c64ec813c4c532ee by mikeash:
    [Test] Fix generic_casts and generic_casts_objc for back-deployment

    • edit: test/Interpreter/generic_casts.swift
    • edit: test/Interpreter/generic_casts_objc.swift
  • Commit 37c42f620361f5c4bdab3219f6e78af649c378e0 by hamishknight:
    [Sema] NFC: Remove an unnecessary parameter

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 9a18570919e14996552eb64b6a2d6f869b0ff920 by alex:
    [build-script] Push build-swift-stdlib-unittest-extra one level down

    • edit: utils/build-presets.ini
  • Commit db7815ccd923dcfd81be088fb710a68ee7053a07 by alex:
    [build-script] Don't build StdlibUnittest when building SwiftPM

    • edit: utils/build-presets.ini
  • Commit 05898d8deb96df083b3c5e333661786c409853ad by spestov:
    SIL: More descriptive diagnostic about escaping closure vs local

    • edit: test/SILOptimizer/invalid_escaping_captures.swift
    • edit: lib/SILOptimizer/Mandatory/DiagnoseInvalidEscapingCaptures.cpp
    • edit: include/swift/AST/DiagnosticsSIL.def
  • Commit 60341baf62be9b667e45ec804389bc36f8059063 by rishizaki:
    [SyntaxParse] Refactor generic requirement syntax structure

    • edit: lib/Parse/ParseGeneric.cpp
    • edit: cmake/modules/SwiftHandleGybSources.cmake
    • edit: unittests/Syntax/DeclSyntaxTests.cpp
    • edit: utils/gyb_syntax_support/GenericNodes.py
    • edit: utils/gyb_syntax_support/NodeSerializationCodes.py
    • edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
  • Commit 961a1cf0a47eb0da9db3be5a67adf802a8142c64 by rwidmann:
    Clean up invalidation in Parse

    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Parse/ParsePattern.cpp
  • Commit dc63923a308107c5c58cd67bcc603d581b8693c0 by rwidmann:
    Restructure invalid parameter diagnostic

    • edit: test/Sema/immutability.swift
    • edit: lib/Parse/ParsePattern.cpp
    • edit: include/swift/AST/DiagnosticsParse.def
    • edit: test/Parse/invalid.swift
  • Commit 5c8cacec17f5afbfef972b0bc61e9f1644f835c6 by rishizaki:
    [Syntax] Include leading/trailing trivia size to the cache ID

    • edit: lib/Syntax/RawSyntax.cpp
  • Commit a52fac44700093b2c0e8cc17de5ccceee232c10c by github:
    [Serialization] Store whether an override depends on its base for ABI

    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: test/Serialization/Recovery/Inputs/custom-modules/Overrides.h
    • edit: test/Serialization/Recovery/overrides.swift
    • edit: lib/Serialization/ModuleFormat.h
  • Commit da6adc8ba25a15257acb07b47005b453493c7294 by david_smith:
    Bridging fidelity: allow removeLastObject() on empty NSMutableArrays

    • edit: stdlib/public/core/SwiftNativeNSArray.swift
  • Commit 57fdfd38f0b09c6db0ddd6feea63e0076edfe19e by ahoppen:
    Install the parser library when running the stress tester

    • edit: run_sk_stress_test