[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 - Long Test (swift 5.0) #245

Report

[FAILURE] oss-swift-5.0-incremental-RA-linux-ubuntu-16_04-long-test [#245]

Build URL:
https://ci.swift.org/job/oss-swift-5.0-incremental-RA-linux-ubuntu-16_04-long-test/245/
Project:
oss-swift-5.0-incremental-RA-linux-ubuntu-16_04-long-test
Date of build:
Thu, 20 Dec 2018 20:40:00 -0600
Build duration:
14 min

Changes

  • Commit 530d805092eb594186ff4ac413b7f419536f637a by jordan_rose:
    Revert "[Serialization] Use full target architectures for swiftmodule

    • delete: test/Serialization/load-arch-fallback.swift
    • edit: lib/Serialization/SerializedModuleLoader.cpp
    • delete: test/Serialization/load-arch-fallback-framework.swift
    • edit: test/lit.cfg
  • Commit 6386be43a1182ab8e1e6d2787351bb8a2ed179e6 by nhawes:
    migrator: rename a property declaration if the framework property it

    • edit: lib/Migrator/APIDiffMigratorPass.cpp
    • edit: test/Migrator/rename-func-decl.swift.expected
    • edit: test/Migrator/rename-func-decl.swift
    • edit: test/Migrator/Inputs/API.json
    • edit: test/Migrator/Inputs/Cities.swift
  • Commit 3238485337f04a8766ab5f0971e92558eeedcfa1 by nhawes:
    [Refactoring][Migrator] Fix rename of callsites with a trailing closure

    • edit: test/Migrator/Inputs/Cities.swift
    • edit: test/Migrator/rename-func-decl.swift
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/callsites/trailing.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/callsites/varargs2.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/callsites/defaults.swift.expected
    • edit: test/refactoring/SyntacticRename/callsites.swift
    • edit: test/refactoring/SyntacticRename/FindRangeOutputs/callsites/defaults.swift.expected
    • edit: test/Migrator/rename-func-decl.swift.expected
    • edit: lib/IDE/SwiftSourceDocInfo.cpp
    • add: test/refactoring/SyntacticRename/Outputs/callsites/trailing_only.swift.expected
    • edit: test/refactoring/SyntacticRename/Outputs/callsites/varargs.swift.expected
    • edit: test/Migrator/Inputs/API.json
    • edit: test/refactoring/SyntacticRename/Outputs/callsites/trailing.swift.expected
    • edit: include/swift/IDE/Utils.h
    • edit: test/refactoring/SyntacticRename/Outputs/callsites/mixed.swift.expected
    • add: test/refactoring/SyntacticRename/FindRangeOutputs/callsites/trailing_only.swift.expected
  • Commit e957e3733f40958c401f31f5ab8ce4dbf0832f88 by pyaskevich:
    [Diagnostics] NFC: Remove redundant "because" from

    • edit: test/Compatibility/attr_usableFromInline_protocol.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/attr/attr_usableFromInline_protocol.swift
  • Commit c351ac7354e103d2d50d49d0441458e55450dd65 by arphaman:
    [macho] save the SDK version stored in module metadata into the version

    • edit: include/llvm/MC/MCObjectFileInfo.h
    • add: test/MC/MachO/osx-version-min-load-command-with-sdk.s
    • edit: include/llvm/MC/MCStreamer.h
    • add: test/MC/MachO/ARM/build-version-sdk-version-errors.c
    • add: test/MC/MachO/darwin-sdk-version.ll
    • add: test/MC/MachO/ARM/build-version-sdk-version.s
    • edit: lib/MC/MCAssembler.cpp
    • edit: lib/MC/MCParser/DarwinAsmParser.cpp
    • edit: lib/MC/MCMachOStreamer.cpp
    • edit: include/llvm/MC/MCAssembler.h
    • edit: lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    • edit: lib/MC/MCStreamer.cpp
    • edit: include/llvm/IR/Module.h
    • edit: lib/MC/MCAsmStreamer.cpp
    • add: test/MC/MachO/build-version-with-sdk-version.s
    • edit: lib/Object/ModuleSymbolTable.cpp
    • edit: lib/IR/Module.cpp
    • add: test/MC/MachO/osx-version-min-load-command-with-sdk-errors.s
    • edit: lib/MC/MachObjectWriter.cpp
  • Commit 322151203812c7e267bc887213b6b568cb812a77 by artem.dergachev:
    [analyzer] Improve modeling for returning an object from the top frame

    • edit: lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
    • edit: test/Analysis/temporaries.cpp
  • Commit 1a2c4bbd09aec7a2df3ce5094044bc5a77f883da by artem.dergachev:
    [analyzer] CStringChecker: Fix a crash on C++ overloads of standard

    • edit: lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  • Commit 3ebbdedf470e7095f6bbd596f25020ea0b0ba818 by artem.dergachev:
    [analyzer] CStringChecker: Add the forgotten test file.

    • add: test/Analysis/string.cpp
  • Commit 5aedd4aaff02f2107accee80de22faa2ea6668ef by artem.dergachev:
    [analyzer] RetainCount: Suppress retain detection heuristic on some CM

    • edit: test/Analysis/retain-release.m
    • edit: lib/StaticAnalyzer/Core/RetainSummaryManager.cpp
  • Commit d1d7f4233587ac5ad234bc1285d0bc8874d93e2a by arphaman:
    [darwin] parse the SDK settings from SDKSettings.json if it exists and

    • edit: include/clang/Driver/CC1Options.td
    • edit: test/Frontend/ast-main.cpp
    • edit: test/Frontend/ast-main.c
    • edit: lib/Driver/ToolChains/Darwin.cpp
    • add: test/Driver/darwin-sdk-version.c
    • edit: lib/CodeGen/ModuleBuilder.cpp
    • edit: lib/Driver/ToolChains/Darwin.h
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: test/Driver/Inputs/MacOSX10.14.sdk/SDKSettings.json
    • add: lib/Driver/DarwinSDKInfo.cpp
    • add: include/clang/Driver/DarwinSDKInfo.h
    • edit: lib/Driver/CMakeLists.txt
    • edit: include/clang/Basic/TargetInfo.h
    • edit: include/clang/Basic/TargetOptions.h
    • add: test/CodeGen/darwin-sdk-version.c
    • edit: include/clang/Basic/DiagnosticDriverKinds.td
  • Commit 5d603e814a08a6bf4d5a57f432ede5aa695009f3 by arphaman:
    Fix build after r349380

    • edit: include/clang/Basic/TargetOptions.h
  • Commit 5e57977f0490a533adc386ab9fdee484f004bc5f by arphaman:
    Make test/Driver/darwin-sdk-version.c pass on hosts < macOS10.14

    • edit: test/Driver/darwin-sdk-version.c
  • Commit 386d036c8118156cd8b41d0b57ff7e314a508285 by artem.dergachev:
    Revert "Revert "[driver] [analyzer] Fix a backward compatibility issue

    • add: test/Analysis/invalid-a-na-ly-zer-con-fig-value.c
    • edit: test/Analysis/invalid-analyzer-config-value.c
    • edit: lib/Driver/ToolChains/Clang.cpp
  • Commit 753d1042b964401c2d974cc7ec30a6e0ee9ea0b5 by artem.dergachev:
    [driver] [analyzer] Fix --analyze -Xanalyzer after r349863.

    • edit: lib/Driver/ToolChains/Clang.cpp
    • edit: test/Analysis/invalid-analyzer-config-value.c
    • edit: test/Analysis/invalid-a-na-ly-zer-con-fig-value.c