[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (master) #2011

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-18_04-long-test [#2011]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-18_04-long-test/2011/
Project:
oss-swift-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Mon, 24 Jun 2019 18:38:30 -0500
Build duration:
1 hr 17 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit 5488f47d1e3a10a55e8538786ce1fc6fe0d26708 by compnerd:
    remove Package@swift-4.2 (NFC)

    • delete: Package@swift-4.2.swift
  • Commit 33df36db20ba6b834becce5ea3a22ab1734270b2 by harlan:
    [ModuleInterfaces] Rebuild if a dependency is missing

    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
  • Commit dae19710f551e21988e5e895f4cb695cd09da9c6 by pyaskevich:
    [ConstraintSystem] NFC: Remove duplicate code from LinkedExprAnalyzer

    • edit: lib/Sema/CSGen.cpp
  • Commit 9364c471cdcebc8c146e6c7a1cc65938d558dc1c by aschwaighofer:
    analyze_code_size.py sort the categories by size

    • edit: utils/analyze_code_size.py
  • Commit 1a26b3c8ffcee24c49e0bad5e64e4969b8164a89 by pyaskevich:
    [AST] Increase size of type variable id field to 20 bits

    • add: test/Constraints/sr10914.swift
    • edit: include/swift/AST/Types.h
  • Commit b6cf719e46e9164ba3fd5de70c7a23136377ca55 by harlan:
    [ModuleInterfaces] Add adjacent swiftmodule to dependencies

    • edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
  • Commit 1e4ee19c78040e34ab2609eef051ad355825698c by harlan:
    [test] Test that missing dependencies cause a rebuild

    • add: test/ParseableInterface/ModuleCache/RebuildRemarks/missing-dependency.swift
  • Commit 6bf4a0e3e4fca689eaac1912dce6a0f2a9d5899d by harlan:
    [ModuleInterfaces] Clear dependencies before checking a different module

    • edit: test/ParseableInterface/ModuleCache/prebuilt-module-cache-forwarding.swift
    • edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
  • Commit ba3972f69ff96a65d679280486c03f3841ee412a by pyaskevich:
    [AST] Abort the process when type variable id overflows

    • edit: include/swift/AST/Types.h
  • Commit f6d869f0e856ebfd4fe2b6c89aec3e19e3c20d45 by jlettner:
    [TSan] Deflake positive TSan+libdispatch test

    • edit: test/Sanitizers/tsan.swift
    • edit: test/Sanitizers/tsan-libdispatch.swift
  • Commit 00f426de487973005300a82fcba12db2bcf29e54 by pyaskevich:
    [AST] Explicitly specify number of extra bits type variable type is

    • edit: include/swift/AST/Types.h
  • Commit d300684b04097ef2941fc3d8b5666add1608de5c by aschwaighofer:
    anlysize_code_size.py: Add option to print csv

    • edit: utils/analyze_code_size.py
  • Commit 24cff27f0ce219a58b3057fcfba94de892b2f3ca by mgottesman:
    Revert "Revert "[ownership] If we have an undef address, do not treat it

    • edit: lib/SIL/SILUndef.cpp
    • add: test/SIL/ownership-verifier/undef.sil
  • Commit db6d5a7cdaf238fa2a60da9ae265838dd2c4f8c5 by mgottesman:
    Revert "Revert "[ownership] Ignore non-consuming uses in dead end blocks

    • edit: test/SIL/ownership-verifier/use_verifier.sil
    • edit: lib/SIL/LinearLifetimeChecker.cpp
  • Commit 2dd87b5da7e823392322163e60e430f2aba7095a by mgottesman:
    Revert "Revert "[mark-uninit-fixup] Change a SILBuilder =>

    • edit: lib/SILOptimizer/Mandatory/MarkUninitializedFixup.cpp
  • Commit 460a5213fc14338e8ac82b56376721899e244482 by david_smith:
    Revert "[stdlib] AutoreleasingUnsafeMutablePointer: Switch subscripts to

    • edit: stdlib/public/core/BridgeObjectiveC.swift
  • Commit e1e0984cc7c15116b88b429f1b2694d18b52ffd3 by spestov:
    Revert "Frontend: Remove -enable-resilience flag"

    • edit: include/swift/Option/FrontendOptions.td
    • edit: test/Interpreter/SDK/objc_getClass.swift
    • edit: test/Serialization/resilience.swift
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
  • Commit dbc35b45319b6fd5c6959a18fae20c0c00de4e4c by kyrtzidis:
    [IDE/SyntaxModel] Make sure to properly annotate comment markers in

    • edit: lib/IDE/SyntaxModel.cpp
    • edit: test/IDE/coloring_comments.swift
  • Commit 9f02fa7b06a18d7f72b44b1e1bb714c4422b8bb6 by rishizaki:
    [CodeCompletion] Map the result type for keypath member lookup

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: test/IDE/complete_keypath_member_lookup.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: include/swift/Sema/IDETypeChecking.h
    • edit: lib/Sema/LookupVisibleDecls.cpp
  • Commit e4fe41d76c985440cb4e6bd2d421087487b79ced by xi_ge:
    test: xfail Interpreter/dynamic_replacement_multifile while

    • edit: test/Interpreter/dynamic_replacement_multifile/main.swift
  • Commit 0425b508b3767c9e0c600c4bc423b21b3a9a2f64 by bscholtysik:
    Remove old PackageDescription API docs.

    • delete: Documentation/PackageDescriptionV4.md
    • delete: Documentation/PackageDescriptionV4_2.md
    • delete: Documentation/PackageDescriptionV3.md
  • Commit b89553e940b2fe44df6a16aa283346a4fb5293dc by bscholtysik:
    Update links in Usage.md

    • edit: Documentation/Usage.md