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

Report

[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1542]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1542/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Fri, 15 Mar 2019 14:31:17 -0500
Build duration:
4 hr 12 min

Identified problems:

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

Changes

  • Commit b436ab84be92d9e7ff9995d9bb884305c1c951dc by jingham:
    Pass arguments correctly to the objc object checker on arm64

    • edit: source/Expression/IRDynamicChecks.cpp
    • edit: packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py
    • edit: packages/Python/lldbsuite/test/lang/objc/objc-checker/main.m
  • Commit 51b3458c3a2284bf24e50d72c1f745d1f034b70e by spestov:
    [Swift] -Xfrontend -enable-resilience => -enable-library-evolution

    • edit: packages/Python/lldbsuite/test/lang/swift/resilience/Makefile
  • Commit e548967372c0ce946a9ef0d91e02ab0bdcd1b6d8 by gwen.mittertreiner:
    Implement NSURLDirectoryEnumerator for Windows

    • edit: Foundation/FileManager.swift
  • Commit 260828f442caf040cccc9ee5ea8d64738771f776 by si:
    Fix more compile warnings

    • edit: CoreFoundation/URL.subproj/CFURLComponents.h
    • edit: TestFoundation/TestURLSession.swift
    • edit: CoreFoundation/String.subproj/CFBurstTrie.h
  • Commit 89bd68b16fb5be404a3c64b84443fca4f7a821be by compnerd:
    TestFoundation: use Thread.sleep instead of usleep/sleep

    • edit: TestFoundation/TestOperationQueue.swift
    • edit: TestFoundation/TestFileHandle.swift
    • edit: TestFoundation/HTTPServer.swift
  • Commit 3903677fddd1c5272994f857b8616444f030dbb5 by compnerd:
    XDGTestHelper: disable signal tests on Windows

    • edit: TestFoundation/xdgTestHelper/main.swift
  • Commit 06099cd2c049fe56ac62bc1ab90846615ef1eccf by compnerd:
    TestFoundation: do not intercept SIGPIPE on Windows

    • edit: TestFoundation/main.swift
  • Commit 3d213799a2e4434a2d8ac067a6d80ed58ae2b2db by compnerd:
    TestFoundation: use .standardizingPath for normalization

    • edit: TestFoundation/TestProcess.swift
  • Commit 36e210a34e44bd8c36d135e0e026031c3b0a6343 by aschwaighofer:
    Sema: Fix a crash when checking dynamic replacements on a non existing

    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/attr/dynamicReplacement.swift
  • Commit b006c7c9b8e040ceb5d8085a134a93980ef79810 by rishizaki:
    [AST] Don't return inapplicable decls in lookupVisibleDecls

    • edit: include/swift/Sema/IDETypeChecking.h
    • add: test/IDE/complete_constrained.swift
    • edit: test/IDE/complete_operators.swift
    • edit: test/IDE/complete_unresolved_members.swift
    • edit: test/decl/typealias/protocol.swift
    • edit: test/IDE/complete_value_expr.swift
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: lib/Sema/LookupVisibleDecls.cpp
  • Commit 9e7c2e7aa3dc562e7c2fee77022adc6e62b0d9b8 by mgottesman:
    [build-script-impl] We do not support building libdispatch on macOS.

    • edit: utils/build-script-impl
  • Commit 1159af50d90bf0361b4b8f0a24b1e1d6c93e3bb0 by spestov:
    Rename -enable-resilience to -enable-library-evolution and make it a

    • edit: test/IRGen/protocol_resilience.sil
    • edit: include/swift/Sema/SourceLoader.h
    • edit: test/ParseableInterface/option-preservation.swift
    • edit: test/Compatibility/attr_inlinable_swift42.swift
    • edit: test/SILGen/modify_objc.swift
    • edit: validation-test/Runtime/class_update_callback_with_fixed_layout.m
    • edit: validation-test/Runtime/old_runtime_crash_without_fixed_layout.swift
    • edit: test/SILGen/protocol_resilience_objc.swift
    • edit: test/Interpreter/struct_resilience.swift
    • edit: test/IRGen/class_resilience_thunks.swift
    • edit: test/SILOptimizer/switch_enum_resilient.swift
    • edit: test/IRGen/multithread_keypaths.swift
    • edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
    • edit: test/ParseableInterface/ObjC.swiftinterface
    • edit: test/SILGen/keypaths_inlinable.swift
    • edit: test/Serialization/testability.swift
    • edit: test/IRGen/resilience_bypass.swift
    • edit: test/SILGen/enum_resilience_testable.swift
    • edit: test/SILGen/struct_resilience_testable.swift
    • edit: test/TBD/multi-file.swift
    • edit: test/Serialization/attr-invalid.swift
    • edit: include/swift/AST/Module.h
    • edit: test/Interpreter/resilient_metadata_cycles.swift
    • edit: test/api-digester/compare-dump.swift
    • edit: test/ParseableInterface/lazy-vars.swift
    • edit: test/SILGen/enum_raw_representable.swift
    • edit: test/IRGen/conformance_resilience.swift
    • edit: test/IRGen/vtable_symbol_linkage.swift
    • edit: test/SILGen/keypath_covariant_override.swift
    • edit: test/IRGen/class_update_callback_without_fixed_layout.sil
    • edit: test/SIL/Parser/default_witness_tables.sil
    • edit: test/Sema/exhaustive_switch.swift
    • edit: test/IRGen/type_layout_dumper_resilient.swift
    • edit: test/ParseableInterface/if-configs.swift
    • edit: test/IRGen/struct_resilience.swift
    • edit: test/decl/enum/frozen.swift
    • edit: test/DebugInfo/struct_resilience.swift
    • edit: test/IRGen/class_update_callback_with_fixed_layout.sil
    • edit: test/SILGen/external-keypath.swift
    • edit: test/IRGen/super.sil
    • edit: test/attr/attr_inlinable_dynamic.swift
    • edit: test/IRGen/class_resilience.swift
    • edit: include/swift/Frontend/FrontendOptions.h
    • edit: test/Interpreter/protocol_resilience.swift
    • edit: test/multifile/default-witness.swift
    • edit: utils/rth
    • edit: test/IRGen/multi_module_resilience.swift
    • edit: test/ParseableInterface/fixed-layout-property-initializers.swift
    • edit: test/Frontend/sil-merge-partial-modules.swift
    • edit: test/TBD/protocol.swift
    • edit: test/IRGen/weak_import_availability.swift
    • edit: test/SILGen/struct_resilience.swift
    • edit: test/Serialization/target-too-new.swift
    • edit: test/attr/attr_inlinable_deinit.swift
    • edit: test/SILGen/keypath_witness_overrides.swift
    • edit: test/Serialization/target-incompatible.swift
    • edit: test/IRGen/class_resilience.sil
    • edit: test/ParseableInterface/stored-properties.swift
    • edit: test/SILGen/class_resilience.swift
    • edit: test/SILOptimizer/closure_lifetime_fixup.swift
    • edit: test/IRGen/keypath_witness_overrides.swift
    • edit: validation-test/Runtime/class_update_callback_without_fixed_layout.m
    • edit: test/SILGen/partial_apply_super.swift
    • edit: test/Serialization/enum.swift
    • edit: test/IRGen/class_resilience_objc.swift
    • edit: test/Compatibility/exhaustive_switch.swift
    • edit: test/SILGen/global_resilience.swift
    • edit: cmake/modules/SwiftSource.cmake
    • edit: test/IRGen/global_resilience.sil
    • edit: test/Interpreter/objc_class_resilience.swift
    • edit: test/DebugInfo/global_resilience.swift
    • edit: test/ParseableInterface/ModuleCache/SerializedSIL.swiftinterface
    • edit: test/SILGen/enum_raw_representable_objc.swift
    • edit: test/decl/enum/frozen-nonresilient.swift
    • edit: test/IRGen/multi_file_resilience.swift
    • edit: test/decl/protocol/resilient_defaults.swift
    • edit: test/SILGen/witness_tables_serialized.swift
    • edit: test/Interpreter/global_resilience.swift
    • edit: test/SILGen/extensions_multifile.swift
    • edit: test/FixCode/fixits-switch-nonfrozen.swift.result
    • edit: tools/sil-opt/SILOpt.cpp
    • edit: test/SILOptimizer/devirt_default_witness_method_ownership.sil
    • edit: test/TBD/class_objc.swift.gyb
    • edit: test/stdlib/KeyPathMultiModule.swift
    • edit: test/SILGen/ivar_destroyer_resilience.swift
    • edit: include/swift/Option/Options.td
    • edit: test/IRGen/method_linkage.swift
    • edit: test/stmt/nonexhaustive_switch_stmt_editor.swift
    • edit: test/SILGen/synthesized_conformance_struct.swift
    • edit: test/ParseableInterface/stored-properties-client.swift
    • edit: test/TBD/global.swift
    • edit: lib/Frontend/Frontend.cpp
    • edit: test/SILGen/synthesized_conformance_enum.swift
    • edit: test/ParseableInterface/private-stored-members.swift
    • edit: test/decl/init/resilience.swift
    • edit: test/ParseableInterface/attrs.swift
    • edit: test/TBD/subclass.swift.gyb
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/SILGen/keypath_property_descriptors.swift
    • edit: test/SILOptimizer/devirt_class_witness_method.sil
    • edit: docs/SIL.rst
    • edit: test/TBD/all-in-one.swift
    • edit: lib/Driver/ToolChains.cpp
    • edit: test/SILGen/fixed_layout_attribute.swift
    • edit: test/TBD/class.swift
    • edit: test/TBD/struct.swift
    • edit: test/Interpreter/enum_resilience.swift
    • edit: include/swift/Option/FrontendOptions.td
    • edit: test/IRGen/archetype_resilience.sil
    • edit: test/IRGen/struct_with_resilient_type.swift
    • edit: test/Interpreter/SDK/objc_getClass.swift
    • edit: test/decl/init/resilience-cross-module.swift
    • edit: test/SILGen/enum_resilience.swift
    • edit: test/Interpreter/class_resilience.swift
    • edit: test/TBD/enum.swift
    • edit: test/IRGen/trivial-property-descriptors.swift
    • edit: test/IRGen/protocol_resilience_thunks.swift
    • edit: test/SILOptimizer/globalopt_resilience.swift
    • edit: test/Sema/exhaustive_switch_testable.swift
    • edit: test/FixCode/fixits-switch-nonfrozen.swift
    • edit: test/SILGen/witness_tables_serialized_import.swift
    • edit: test/TBD/extension.swift.gyb
    • edit: test/SILGen/enum_raw_representable_available.swift
    • edit: test/IRGen/type_layout_dumper_all.swift
    • edit: test/SILOptimizer/devirt_default_witness_method.sil
    • edit: test/IRGen/enum_resilience.swift
    • edit: test/IRGen/protocol_conformance_records.swift
    • edit: test/IRGen/type_layout_dumper_fragile.swift
    • edit: test/IRGen/weak_import_native.swift
    • edit: test/attr/attr_inlinable.swift
    • edit: test/Serialization/resilience.swift
    • edit: test/IRGen/protocol_resilience_descriptors.swift
    • edit: test/attr/accessibility_print_inferred_type_witnesses.swift
    • edit: test/SILGen/super.swift
    • edit: test/ParseableInterface/ModuleCache/ObjCAttrWithoutFoundation.swiftinterface
    • edit: test/IRGen/multithread_resilience.swift
    • edit: test/SILGen/protocol_resilience.swift
    • edit: test/IRGen/fixed_layout_class.swift
    • edit: test/attr/attr_fixed_layout.swift
    • edit: lib/Sema/SourceLoader.cpp
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: test/SILOptimizer/specialize_default_witness_resilience.sil
    • edit: test/Sema/exhaustive_switch_debugger.swift
    • edit: test/Interpreter/struct_extra_inhabitants.swift
    • edit: test/TBD/specialization.swift
    • edit: test/Compatibility/attr_inlinable_dynamic.swift
    • edit: test/ParseableInterface/Conformances.swiftinterface
    • edit: test/PrintAsObjC/enums-frozen.swift
  • Commit 220eea07f4e6456f1d4c60c775de88da40a46652 by dave:
    [AST] NFC: Shrink Metatype DenseMap size

    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/Types.h
  • Commit 2fef830966a9fb52435494870979901bb07a2fec by dave:
    [AST] NFC: Shrink ParenType DenseMap

    • edit: lib/AST/ASTContext.cpp
  • Commit 50e855d346d41d81300b392e5ea6d57e00f3ee7f by aschwaighofer:
    SILGen: Don't emit getters twice for global observing variables

    • edit: test/SILGen/properties.swift
    • edit: lib/SILGen/SILGen.cpp
  • Commit d1b606028584fbd02194b66059da1f62b67a252c by mgottesman:
    [gardening] Make capitalization/style consistent in

    • edit: lib/Sema/TypeCheckStmt.cpp
  • Commit 744b15783de2fa9e9400af63e05fccd7f6b56ee4 by github:
    Test that initializers inherit '@objc' from convenience inits (#23305)

    • edit: test/attr/attr_objc_swift4.swift

New issue found!