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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#6829]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/6829/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Mon, 14 Jan 2019 16:52:24 -0600
Build duration:
2 hr 2 min

Changes

  • Commit c45cdb7b7b4286b4e8bd8dad0615a5799799c013 by dalebuckley86:
    Added Codable conformance for Range, ClosedRange, PartialRangeUpTo,

    • edit: stdlib/public/core/Range.swift
    • edit: stdlib/public/core/ClosedRange.swift
  • Commit ac16b20a0840de9d14cfcc406117aaf442f2a0c4 by dalebuckley86:
    Codable cleanup

    • edit: stdlib/public/core/ClosedRange.swift
    • edit: stdlib/public/core/Range.swift
  • Commit cca8bfba65d12bf4007d13b14c856757784a3f4b by dalebuckley86:
    Renamed CodingKey raw names for better consistency

    • edit: stdlib/public/core/Range.swift
    • edit: stdlib/public/core/ClosedRange.swift
  • Commit 62f80422060393bff62af1f50147e43591934fc6 by dalebuckley86:
    FIxed typo

    • edit: stdlib/public/core/ClosedRange.swift
  • Commit 36319599ce8224cbecd0f8b874853d2ddaa98712 by dalebuckley86:
    Changed keyed archive mechanics to unkeyed archive mechanics

    • edit: stdlib/public/core/ClosedRange.swift
    • edit: stdlib/public/core/Range.swift
  • Commit dd394d9883f7ec928d74e65df4ea88338918eb5d by dalebuckley86:
    Added tests for codable Range types

    • edit: test/stdlib/CodableTests.swift
  • Commit 15e8fd2b0fbe86cc2d4af59c4be927133b8a7208 by dalebuckley86:
    Split Range Codable extensions down to Encodable and Decodable

    • edit: stdlib/public/core/Range.swift
    • edit: stdlib/public/core/ClosedRange.swift
  • Commit 6ef7cca29842315fa0da561b62c5289a981fd515 by dalebuckley86:
    Added decodable error handling and changed from operator constructors to

    • edit: stdlib/public/core/ClosedRange.swift
    • edit: stdlib/public/core/Range.swift
  • Commit 1d00e3c9b758589abd03872d0da5e7cdd639ce34 by iferber:
    Migrate Data from hashValue to hash(into:)

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 6482c340777c8915889a95938a4ab8ef4fed8eb0 by iferber:
    Refine inlinability of _DataStorage

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit b1e4c56d731f30ad66a5582079e748a504c5d9cc by iferber:
    Refine inlinability of InlineData

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 03dd2a365a04434bb0e3e1f7c7cdbc2a2a6abb45 by iferber:
    Annotate inlinability of InlineSlice

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 123b06787df433c9c07d69da7e5d8fdcc0e1fe14 by iferber:
    Refine inlinability of LargeSlice and RangeReference

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 1de88a3916451c5739c432207f3db9266b02acdf by iferber:
    Refine inlinability of _Representation

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit e49da4dc49dc28d62f7d72c03d0efb431870a308 by iferber:
    Refine inlinability of Data and Data.Iterator

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit af626bf03cb2abc85d3b87d258d4dcc19f2ecebd by iferber:
    Remove Data.hashValue==NSData.hashValue test

    • edit: test/stdlib/TestData.swift
  • Commit bb5ab742d5109a0a3be2387dff2b5f94b9d10289 by iferber:
    Add buffering to worst-case scenarios in Data.init/.append

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 1b5c0189b1b8d5406c7f58b0a81fb45ee9620ba5 by iferber:
    Account for Int vs. UInt8 in InlineData.hash(into:)

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 076effdf5d7b9ab110c3339b586f8654dfbeb8d2 by iferber:
    Correct buffering in .init and .append and add unit test

    • edit: stdlib/public/Darwin/Foundation/Data.swift
    • edit: test/stdlib/TestData.swift
  • Commit 70f5e4ce2da5b4cefd39fd591e4c875b3d2dddef by iferber:
    Remove unnecessary @inlinable annotations on hash(into:)

    • edit: stdlib/public/Darwin/Foundation/Data.swift
  • Commit 28993690fd022e2cedef2293ef28d05b0fad703c by iferber:
    Clarify new append tests

    • edit: test/stdlib/TestData.swift
  • Commit 115bbf17c66e30716fd72cd0d06c1393199ead2f by iferber:
    Merge pull request #21766 from itaiferber/data-additional-benchmarks

    • edit: benchmark/single-source/DataBenchmarks.swift
  • Commit 446e89ca9e478facc12a5c1ddd73ef157efaa144 by iferber:
    Typo fixes in tests

    • edit: test/stdlib/TestData.swift
  • Commit 5426e0df9ed87a9b4cb8dbde54704789167bcc8b by pyaskevich:
    [AST] Decl::is*AccessibleFrom methods should respect access control

    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/LookupVisibleDecls.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • add: validation-test/Sema/rdar30933988.swift
    • add: validation-test/Sema/Inputs/rdar30933988_enum.swift
  • Commit ddc2fa415e860dbe2822443a655c3c8dd0c2878c by pyaskevich:
    [AST] NFC: introduce ASTContext::isAccessControlDisabled

    • edit: include/swift/AST/ASTContext.h
    • edit: lib/AST/Decl.cpp
    • edit: lib/Sema/TypeCheckAccess.cpp
    • edit: lib/PrintAsObjC/PrintAsObjC.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/AST/NameLookup.cpp
    • edit: lib/Sema/TypeCheckDeclOverride.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/TypeCheckProtocol.h
    • edit: lib/Sema/TypeCheckNameLookup.cpp
    • edit: lib/AST/ModuleNameLookup.cpp
  • Commit da8f384b22dc8277ae02478d0b9f3315452ac340 by pyaskevich:
    [AST] Move get{Setter}FormalAccess' calls into checkAccess` from

    • edit: lib/AST/Decl.cpp
  • Commit 622753daa4db37a64904eb6d3c84c95bf836a0fb by aprantl:
    Fix more shell syntax errors in the LLDB asan configuration

    • edit: utils/build-script-impl
  • Commit 4fd45930f81cec71a9805cc1d15e4808f68c7e41 by mgottesman:
    [sil-optimizer] At -Onone serialize when running the Onone optimization

    • edit: lib/SILOptimizer/UtilityPasses/SerializeSILPass.cpp
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: test/sil-func-extractor/basic.swift
  • Commit e3c5eb7d3ae57844b9577ca1ecfa7acf049ce007 by spestov:
    IDE: Remove unused function

    • edit: lib/IDE/CodeCompletion.cpp
  • Commit 425c190086e2c534f016ee3c8efa577b17d1d2c9 by github:
    Restore initializing entry points for @objc convenience initializers

    • add: test/Interpreter/SDK/Inputs/convenience_init_peer_delegation.h
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.h
    • edit: test/SILOptimizer/definite_init_failable_initializers_objc.swift
    • add: test/Interpreter/SDK/Inputs/convenience_init_peer_delegation.m
    • add: test/Interpreter/convenience_init_peer_delegation.swift
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
    • edit: test/SILGen/convenience_init_peer_delegation.swift
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: test/Interpreter/SDK/Foundation_test.swift
    • edit: lib/SIL/SILPrinter.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/SILOptimizer/Mandatory/DefiniteInitialization.cpp
    • add: test/SILGen/convenience_init_peer_delegation_import.swift
    • edit: test/SILOptimizer/definite_init_markuninitialized_delegatingself.sil
    • edit: lib/SIL/SILVerifier.cpp
    • edit: lib/SILOptimizer/Mandatory/DIMemoryUseCollector.cpp
    • add: test/SILGen/Inputs/convenience_init_peer_delegation_import.h
    • edit: docs/SIL.rst
    • add: test/Interpreter/SDK/convenience_init_peer_delegation.swift
    • edit: lib/SILGen/SILGenConstructor.cpp
  • Commit 50465688f82fd53e89bb42ee4aeab0cc6d99166e by spestov:
    IRGen: Ensure that default witness thunks are emitted in the same thread

    • edit: lib/IRGen/GenProto.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: lib/IRGen/IRGen.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/GenDecl.cpp
    • add: test/IRGen/multithread_resilience.swift
    • add: test/IRGen/Inputs/multithread_resilience_other.swift
  • Commit fbca1c3069d22c982583854e7cf0efea9782d633 by david:
    Fix docker-utils to use the new spm script

    • edit: Utilities/Docker/docker-utils
  • Commit d498b994d334cf29874ae9133db02a2d51eebc0a by david:
    Simple fix to SR-9647 by truncating redrawing progress text

    • edit: Sources/Utility/ProgressAnimation.swift
  • Commit 1602f21833d6aa36e3a5419144ef8aa6d0778ef7 by ankit_aggarwal:
    [PackageLoading] Move PkgConfig diagnostics to PackageLoading

    • edit: Sources/Build/BuildPlan.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Sources/PackageLoading/Target+PkgConfig.swift