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

Report

[FAILURE] swift-master-source-compat-suite [#3007]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/3007/
Project:
swift-master-source-compat-suite
Date of build:
Wed, 12 Dec 2018 21:02:28 -0600
Build duration:
3 hr 49 min

Changes

  • Commit 33dcfc462f3c92add982f91bc5f7424e474e0a3c by jon:
    Add update Result type to standard library.

    • edit: stdlib/public/core/CMakeLists.txt
    • edit: stdlib/public/core/GroupInfo.json
    • add: test/stdlib/Result.swift
    • add: stdlib/public/core/Result.swift
  • Commit 7fb5905f5f5b9076769508e35882bcd1380a755e by jon:
    Updates for review comments.

    • edit: test/stdlib/Result.swift
    • edit: stdlib/public/core/Result.swift
  • Commit 2bc4cbbfdddfc7ed31690a2fd5786eb97143f541 by jon:
    Update for revised proposal.

    • edit: stdlib/public/core/Result.swift
    • edit: test/stdlib/Result.swift
  • Commit 1834f0a87eeb4621ac58c6eebb81670b9d750ba3 by github:
    Update test/stdlib/Result.swift

    • edit: test/stdlib/Result.swift
  • Commit 80ae4de68517e6055ec9ec2c9a877206a0ea5562 by github:
    Update test/stdlib/Result.swift

    • edit: test/stdlib/Result.swift
  • Commit 85df179b843ba7cef03d0341db6f0276cee1e7a7 by jon:
    Add additional test cases and use checkEquatable.

    • edit: test/stdlib/Result.swift
  • Commit e4a700c32d8417413307e30874b3c8749bc9bbfa by jon:
    Update inline documentation.

    • edit: stdlib/public/core/Result.swift
  • Commit c739498c9b3187da7ef00c090ca91609174e9d35 by jon:
    Remove usage lines from docs.

    • edit: stdlib/public/core/Result.swift
  • Commit b16770363b1f57b7a042ff25606869f47f6a2261 by moiseev:
    Add qualified import of Result in the test

    • edit: test/multifile/typealias/two-modules/main.swift
  • Commit 2bb0b5c8428f2f100283df4af05ad03a8c262f56 by natecook:
    Revise some documentation comments.

    • edit: stdlib/public/core/Result.swift
  • Commit d0303543202236035ba85b74f2d538016462682e by phausler:
    Initial draft of DataProtocol ContiguousCollection and new inline Data

    • edit: test/stdlib/TestData.swift
    • add: stdlib/public/Darwin/Foundation/DataProtocol.swift
    • edit: stdlib/public/Darwin/Foundation/Data.swift
    • edit: stdlib/public/Darwin/Foundation/CMakeLists.txt
    • add: stdlib/public/Darwin/Foundation/Collections+DataProtocol.swift
    • add: stdlib/public/Darwin/Foundation/DispatchData+DataProtocol.swift
    • add: stdlib/public/Darwin/Foundation/ContiguousBytes.swift
    • add: stdlib/public/Darwin/Foundation/Pointers+DataProtocol.swift
    • add: stdlib/public/Darwin/Foundation/NSData+DataProtocol.swift
  • Commit b212229db1483073ced44126a5623e3d53e48cdf by compnerd:
    test: add and use prefix substitutions for libraries

    • edit: test/IRGen/vtable_symbol_linkage.swift
    • edit: test/lit.cfg
    • edit: test/ParseableInterface/linking-to-module.swift
    • edit: test/Interpreter/class_resilience.swift
    • edit: test/Interpreter/protocol_resilience.swift
    • edit: test/Interpreter/fractal.swift
    • edit: test/Interpreter/struct_resilience.swift
    • edit: test/Reflection/box_descriptors.sil
    • edit: test/multifile/imported-conformance/option-set/main.swift
    • edit: test/multifile/synthesized-accessors/two-modules/main.swift
    • edit: test/Interpreter/SDK/objc_getClass.swift
    • edit: test/Reflection/capture_descriptors.sil
    • edit: test/TBD/subclass.swift.gyb
    • edit: test/Interpreter/enum_resilience.swift
    • edit: test/Reflection/typeref_decoding_asan.swift
    • edit: test/multifile/default-arguments/two-modules/main.swift
    • edit: test/multifile/extensions/two-modules/main.swift
    • edit: test/Interpreter/global_resilience.swift
    • edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
    • edit: test/Interpreter/dynamic_replacement_chaining.swift
    • edit: test/Interpreter/resilient_metadata_cycles.swift
    • edit: validation-test/Evolution/test_keypaths.swift.gyb
    • edit: test/Interpreter/mandelbrot.swift
    • edit: validation-test/execution/dsohandle-multi-module.swift
    • edit: test/Interpreter/objc_class_resilience.swift
    • edit: test/TBD/all-in-one.swift
    • edit: test/Reflection/typeref_decoding_imported.swift
    • edit: test/multifile/multiconformanceimpls/main.swift
    • edit: test/Interpreter/conditional_conformances_modules.swift
    • edit: test/attr/attr_implements_serial.swift
    • edit: test/Reflection/typeref_lowering.swift
    • edit: test/Reflection/typeref_decoding.swift
    • edit: test/Reflection/typeref_decoding_objc.swift
    • edit: test/Interpreter/dynamic_replacement.swift
  • Commit 8968fcad5fcab2ef213c037f2cc37320a7ce737c by compnerd:
    test: create and use target-library-name

    • edit: test/Interpreter/mandelbrot.swift
    • edit: test/Interpreter/enum_resilience.swift
    • edit: validation-test/execution/dsohandle-multi-module.swift
    • edit: test/Interpreter/global_resilience.swift
    • edit: test/Reflection/typeref_decoding_asan.swift
    • edit: test/Interpreter/resilient_metadata_cycles.swift
    • edit: test/Interpreter/struct_resilience.swift
    • edit: test/Interpreter/dynamic_replacement_chaining.swift
    • edit: test/ParseableInterface/linking-to-module.swift
    • edit: test/Reflection/typeref_decoding.swift
    • edit: test/multifile/multiconformanceimpls/main.swift
    • edit: test/Interpreter/dynamic_replacement.swift
    • edit: test/Interpreter/SDK/objc_getClass.swift
    • edit: test/lit.cfg
    • edit: test/Interpreter/class_resilience.swift
    • edit: test/multifile/imported-conformance/option-set/main.swift
    • edit: test/Reflection/typeref_lowering.swift
    • edit: test/Interpreter/conditional_conformances_modules.swift
    • edit: test/Interpreter/fractal.swift
    • edit: test/Interpreter/protocol_resilience.swift
    • edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
    • edit: test/Reflection/typeref_decoding_imported.swift
    • edit: test/Interpreter/objc_class_resilience.swift
    • edit: test/attr/attr_implements_serial.swift
    • edit: test/Reflection/typeref_decoding_objc.swift
  • Commit ed1ec54958260f54e56929facd33e04d494e7fe6 by compnerd:
    test: make %target-library-name work in captures

    • edit: test/Interpreter/objc_class_resilience.swift
    • edit: test/Interpreter/dynamic_replacement_chaining.swift
    • edit: test/Interpreter/global_resilience.swift
    • edit: test/Interpreter/SDK/objc_getClass.swift
    • edit: test/attr/attr_implements_serial.swift
    • edit: test/Interpreter/dynamic_replacement.swift
    • edit: test/Interpreter/struct_resilience.swift
    • edit: test/lit.cfg
    • edit: test/Interpreter/conditional_conformances_modules.swift
    • edit: test/Interpreter/enum_resilience.swift
    • edit: test/Interpreter/protocol_resilience.swift
    • edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
    • edit: test/Interpreter/class_resilience.swift
    • edit: test/Interpreter/resilient_metadata_cycles.swift
  • Commit 6fac47e7e61d85415efe409a5e397dce24022fb5 by xi_ge:
    swift-module-digester: non-final methods in fixed-layout classes no

    • edit: test/api-digester/Outputs/Cake-abi.txt
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: test/api-digester/Outputs/cake-abi.json
  • Commit 588391eb7e685848f8a7f3d48a4a6f013cd4a33c by xi_ge:
    swift-api-digester: avoid synthesizing nominal types from the same

    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: test/api-digester/Inputs/cake.swift
  • Commit f4db560450b9e49050a71b48ce4b352542ad199c by xi_ge:
    [test] Avoid print source location in ABI/API dump.

    • edit: test/api-digester/stability-stdlib-abi.swift
    • edit: test/api-digester/stability-stdlib-source.swift
  • Commit 9ece618087379295682a8e08dd64360516364d52 by xi_ge:
    [test] regenerate API/ABI baseline for stdlib after recent compiler and

    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
    • edit: test/api-digester/Inputs/stdlib-stable.json
    • edit: test/api-digester/Inputs/stdlib-stable-abi.json
    • edit: test/api-digester/Outputs/stability-stdlib-source.swift.expected
  • Commit 3347d482e97e86e4756515e1d59e0ccd0c1f25e5 by bob.wilson:
    NFC: Simplify code by using Triple.getOSAndEnvironmentName

    • edit: lib/IDE/Utils.cpp
  • Commit a72be0fb7dfc7c5480f4c985cdcc9f26221cca36 by broyalgordon:
    Sort overloads in suggestPotentialOverloads()

    • edit: test/Constraints/closures.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: test/Constraints/construction.swift
    • edit: lib/Sema/CalleeCandidateInfo.cpp
    • edit: test/stdlib/UnsafePointerDiagnostics.swift
    • edit: test/ClangImporter/objc_factory_method.swift
    • edit: test/Constraints/overload.swift
    • edit: test/type/types.swift
    • edit: test/Constraints/super_constructor.swift
    • edit: test/ClangImporter/objc_diags.swift
    • edit: test/ClangImporter/objc_implicit_with.swift
    • edit: test/Constraints/bridging.swift
    • edit: test/expr/postfix/dot/init_ref_delegation.swift
    • edit: test/Constraints/tuple.swift
  • Commit bfcf24ee4e16640974d7a966cce68a6c4e80d367 by spestov:
    AST: Rework @objcMembers inheritance to not depend on validation order

    • add: test/attr/Inputs/attr_objcMembers_other.swift
    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/attr/attr_objcMembers.swift
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
  • Commit eb81efe369578db488fad02c411ef1f035b71ad3 by broyalgordon:
    Update two diagnostics in validation tests

    • edit: validation-test/compiler_crashers_2_fixed/0146-rdar38309176.swift
    • edit: validation-test/stdlib/FixedPointDiagnostics.swift.gyb
  • Commit 0a2e7265db54253790113b229df51f45956c6d1c by dgregor:
    [Key paths] Map Hashable conformances for subscript indexes out of

    • edit: lib/SILGen/SILGenExpr.cpp
    • add: test/IRGen/keypath_subscript.swift