[Swift CI] Build Failure: 0. OSS - LLDB Incremental - OS X (master) (Debug) #36

Report

[FAILURE] oss-lldb-incremental-debug-osx [#36]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-debug-osx/36/
Project:
oss-lldb-incremental-debug-osx
Date of build:
Fri, 20 Apr 2018 19:45:36 -0500
Build duration:
1 hr 39 min

Changes

  • Commit 4ec97cb00141d5adb09cacb3d9d96a1beae38ae1 by jordan_rose:
    Record whether a module came from a private module map

    • edit: include/clang/Basic/Module.h
    • edit: lib/Serialization/ASTReader.cpp
    • edit: lib/Basic/Module.cpp
    • edit: lib/Lex/ModuleMap.cpp
    • edit: lib/Serialization/ASTWriter.cpp
  • Commit 8041cb082f1d7c691ba51aecb943834559233a9e by jordan_rose:
    Tweak search path for API notes for private top-level modules

    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/Headers/TopLevelPrivateKit_Private.apinotes
    • add: test/APINotes/Inputs/Headers/PrivateLib.apinotes
    • add: test/APINotes/Inputs/Headers/PrivateLib_private.apinotes
    • add: test/APINotes/Inputs/Headers/PrivateLib.h
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/PrivateHeaders/TopLevelPrivateKit_Private_private.apinotes
    • add: test/APINotes/top-level-private-modules.c
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/PrivateHeaders/TopLevelPrivateKit_Private.h
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/PrivateHeaders/TopLevelPrivateKit_Private.apinotes
    • add: test/APINotes/Inputs/Headers/module.private.modulemap
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/PrivateHeaders/TopLevelPrivateKit.apinotes
    • edit: lib/APINotes/APINotesManager.cpp
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/Modules/module.modulemap
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/Modules/module.private.modulemap
    • add: test/APINotes/Inputs/Frameworks/TopLevelPrivateKit.framework/Headers/TopLevelPrivateKit.h
  • Commit 2ceea38b149a8596acc60f0007bc0cb917df32f1 by artem.dergachev:
    Fix -Wunused-variable warnings after r330377.

    • edit: lib/Analysis/ConstructionContext.cpp
  • Commit f455b268dfb81ed69af05e9019b0effeffc1f9ce by ghoflehner:
    [llvm-objdump] Issue error message when object file cannot be created

    • edit: tools/llvm-objdump/MachODump.cpp
  • Commit 648b5c042fca820dd803040a0b19233e326869be by aprantl:
    Fix a crash when resolving overloads of C++ virtual methods.

    • add: packages/Python/lldbsuite/test/lang/cpp/virtual-overload/Makefile
    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    • add: packages/Python/lldbsuite/test/lang/cpp/virtual-overload/main.cpp
    • add: packages/Python/lldbsuite/test/lang/cpp/virtual-overload/TestVirtualOverload.py
  • Commit 94177e57cb2ac5b2d90c44083d2eede211f6c357 by friss:
    Revert "Make sure deleting all breakpoints clears their sites first"

    • edit: source/Breakpoint/BreakpointList.cpp
    • edit: packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
    • edit: packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c
  • Commit 18cbbac28132c001d7ada5263a8b351eecd7db77 by ditaliano:
    [dotest] --skip-category should append and not override.

    • edit: packages/Python/lldbsuite/test/dotest.py
  • Commit b984789ee5e197a56a7bd04cffe7cc595480d0cd by rishizaki:
    [AST] Initialize Target of break/continue with nullptr

    • edit: test/refactoring/RefactoringKind/crashers.swift
    • edit: include/swift/AST/Stmt.h
  • Commit 903ba263d9f885a3682ad9dcdc7fe967b8879e03 by spestov:
    Sema: Fix a warning

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 22fe6181ddd353be97f49cd6fff866e60ae1a59d by spestov:
    AST: Fix uninitialized memory

    • edit: include/swift/AST/Decl.h
  • Commit 544927862abdfa85554f7f6e33859417b2bb298f by spestov:
    Sema: Don't finalize types defined in primary files

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 14f9e8a260988a021367c5bb454b2f88a771262d by spestov:
    Sema: Simplify 'lazy' property completion

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 14a4e6fedd6ecb7fdb48494ed09645b02683b6c3 by github:
    Add a note about SR-106 to the changelog. (#16061)

    • edit: CHANGELOG.md
  • Commit bb04d87cd8f6d226d246f053fda0301233ee123e by dgregor:
    [AST] Make TypeBase::adjustSuperclassMemberDeclType() more robust.

    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/AST/Type.cpp
    • add: validation-test/compiler_crashers_2_fixed/0154-sr7457.swift
  • Commit 8d2ca387ef4e5c9cd4d7739a59297e65d4635661 by dgregor:
    The test case from rdar://problem/31164540 is also fixed.

    • delete: validation-test/compiler_crashers_2/0123-rdar31164540.swift
    • add: validation-test/compiler_crashers_2_fixed/0123-rdar31164540.swift
  • Commit 8146d25641dc5991791ae6652eacd3970dbc215e by dgregor:
    [Conformance checking] Diagnose missing witnesses along "lazy" paths.

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • add: validation-test/compiler_crashers_2_fixed/0155-sr7364.swift
    • edit: test/ClangImporter/objc_parse.swift
    • add: validation-test/compiler_crashers_2_fixed/0139-rdar36278079.swift
  • Commit 8ea2d0dded17a61535eaf282e21025039415a6f6 by blangmuir:
    [BatchMode] Avoid spurious warnings in sourcekitd and indexing

    • edit: lib/Driver/FrontendUtil.cpp
    • edit: test/Driver/createCompilerInvocation.swift
    • edit: test/SourceKit/CompileNotifications/diagnostics.swift
    • edit: test/Driver/batch_mode_with_WMO_or_index.swift
  • Commit 0ff2cd97c97fbb2f7f39dc53ec4604afa2b634e7 by spestov:
    Sema: Force Codable conformances when validating layout of a class

    • edit: lib/Sema/TypeCheckDecl.cpp
  • Commit 16025803030689968bba9941f0fb0230182e6ec4 by spestov:
    SIL: Sort vtable entries for synthesized methods

    • edit: include/swift/SIL/SILVTableVisitor.h
    • add: test/stdlib/Inputs/CodableMultifileOther.swift
    • add: test/stdlib/CodableMultifile.swift
  • Commit ba506a90fc972a09809d294353d54f48715d002c by mikeash:
    [Runtime] Add the inline attribute to CRGet/SetCrashLogMessage functions

    • edit: include/swift/Runtime/Debug.h
  • Commit e75f69ba4606333ba60f259b05c8b5d83f6cde11 by aschwaighofer:
    Disable test/stdlib/ErrorBridgedStatic.swift on no_asserts builds

    • edit: test/stdlib/ErrorBridgedStatic.swift
  • Commit e727abe202f5735e4fe6390ea7852890eaa8aa26 by blangmuir:
    Add a comment explaining a test for -disable-batch-mode -index-file

    • edit: test/Driver/batch_mode_with_WMO_or_index.swift
  • Commit c3f4d99e577e917a646fb0ceebff6cb91a4e1ff1 by github:
    Group the the code coverage, profiling, and pgo tests together (#16070)

    • delete: test/SILGen/Inputs/coverage_imports.swift
    • add: test/Profiler/coverage_uikit.swift
    • delete: test/IRGen/coverage_with_asan.swift
    • delete: test/SILGen/coverage_class.swift
    • delete: test/SILGen/coverage_switch.swift
    • delete: test/SILGen/pgo_guard.swift
    • delete: test/SILGen/pgo_switchenum.swift
    • delete: test/SILGen/instrprof_operators.swift
    • add: test/Profiler/coverage_irgen_ignored.swift
    • add: test/Profiler/coverage_if.swift
    • delete: test/SILGen/coverage_closures.swift
    • delete: test/SILGen/coverage_smoke.swift
    • delete: test/SILGen/coverage_toplevel.swift
    • add: test/Profiler/Inputs/coverage_imports.swift
    • delete: test/SILGen/coverage_curry.swift
    • delete: test/SILGen/coverage_member_closure.swift
    • add: test/Profiler/coverage_label.swift
    • add: test/Profiler/coverage_primary_file.swift
    • delete: test/SILGen/pgo_checked_cast.swift
    • delete: test/SILGen/coverage_exceptions.swift
    • add: test/Profiler/coverage_member_closure.swift
    • add: test/Profiler/pgo_checked_cast.swift
    • add: test/Profiler/coverage_nested_func.swift
    • add: test/Profiler/coverage_ternary.swift
    • add: test/Profiler/pgo_foreach.swift
    • delete: test/SILGen/coverage_var_init.swift
    • add: test/Profiler/coverage_closures.swift
    • delete: test/SILGen/pgo_while.swift
    • add: test/Profiler/coverage_class.swift
    • add: test/Profiler/coverage_force_emission.swift
    • delete: test/SILGen/pgo_repeatwhile.swift
    • delete: test/SILGen/coverage_deinit.swift
    • delete: test/SILGen/coverage_force_emission.swift
    • add: test/Profiler/pgo_repeatwhile.swift
    • add: test/Profiler/coverage_curry.swift
    • delete: test/SILGen/coverage_decls.swift
    • delete: test/IRGen/coverage_ignored.swift
    • add: test/Profiler/pgo_switchenum.swift
    • delete: test/SILGen/coverage_default_args.swift
    • add: test/Profiler/coverage_guard.swift
    • delete: test/SILGen/coverage_uikit.swift
    • add: test/Profiler/pgo_while.swift
    • add: test/Profiler/coverage_irgen.swift
    • delete: test/SILGen/coverage_if.swift
    • add: test/Profiler/coverage_switch.swift
    • add: test/Profiler/coverage_var_init.swift
    • delete: test/SILGen/instrprof_basic.swift
    • add: test/Profiler/coverage_deinit.swift
    • delete: test/SILGen/coverage_while.swift
    • delete: test/SILGen/coverage_guard.swift
    • add: test/Profiler/instrprof_operators.swift
    • add: test/Profiler/coverage_default_args.swift
    • delete: test/SILGen/pgo_foreach.swift
    • delete: test/SILGen/coverage_label.swift
    • delete: test/IRGen/coverage.swift
    • add: test/Profiler/coverage_with_asan.swift
    • add: test/Profiler/instrprof_basic.swift
    • add: test/Profiler/coverage_toplevel.swift
    • delete: test/SILGen/coverage_ternary.swift
    • add: test/Profiler/coverage_while.swift
    • add: test/Profiler/coverage_smoke.swift
    • add: test/Profiler/pgo_guard.swift
    • delete: test/SILGen/coverage_nested_func.swift
    • add: test/Profiler/coverage_exceptions.swift
    • delete: test/SILGen/pgo_if.swift
    • add: test/Profiler/pgo_if.swift
  • Commit f6b67f33feaefd9de3bc68d1e8c9a8b078d7e2ce by github:
    Declare some FloatingPointSign members explicitly for @inlinable

    • edit: stdlib/public/core/FloatingPoint.swift.gyb
  • Commit 766acd44edddd93cd397e18f02dbc0aa528edf34 by github:
    Make 'rawValue' and 'init(rawValue:)' inlinable for non-resilient enums

    • edit: lib/Sema/TypeCheckAttr.cpp
    • add: test/SILGen/enum_raw_representable.swift
    • edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
  • Commit 62e00eeff8d8ce678d31668cc97d144bce3c7537 by shajrawi:
    SILVerifier: add missing SILStage::Lowered checks for Instructions that

    • edit: lib/SIL/SILVerifier.cpp
  • Commit 9b8cd0dc15c7e8f2f6f27dc91dd08b5a5b940649 by xi_ge:
    swift-api-digester: detect API changes due to undoing

    • edit: include/swift/IDE/DigesterEnums.def
    • add: test/api-digester/Outputs/apinotes-migrator-gen-revert.json
    • edit: test/api-digester/apinotes-migrator-gen.swift
    • edit: tools/swift-api-digester/swift-api-digester.cpp
  • Commit 797901fc4145c6437fe9c69edf32d495aefc6723 by github:
    Enable @unknown default warnings by default in Swift 5 mode (#16045)

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: test/Sema/exhaustive_switch_testable.swift
    • edit: lib/Sema/TypeCheckSwitchStmt.cpp
    • edit: test/Compatibility/exhaustive_switch.swift
    • edit: test/Sema/exhaustive_switch.swift
  • Commit 4287b863aa0f62db809362244661b101628c0f90 by mishal_shah:
    Update the branch info for integration test and playground support

    • edit: utils/update-checkout-config.json