[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1182

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1182]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1182/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Thu, 07 Mar 2019 23:39:03 -0600
Build duration:
2 hr 26 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 518915c304352f016d29f74a11d5cbf1f756e4dc by jimdovey:
    Some (error) paths in SQLiteBuildDB.cpp failed to finalize temporary

    • edit: lib/Core/SQLiteBuildDB.cpp
  • Commit e32ad7830aff345dbe099449fbc62c7082ab6db6 by natecook:
    Revise error for incorrect subscript parameters.

    • edit: test/decl/subscript/subscripting.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/func/keyword-argument-defaults.swift
    • edit: test/type/types.swift
    • edit: test/Constraints/diagnostics.swift
    • edit: test/Constraints/subscript.swift
  • Commit 5bd2b3e639b8a9452406d21accd4d46379a8adde by natecook:
    Use the term 'argument' instead of 'value'

    • edit: test/Constraints/diagnostics.swift
    • edit: test/Constraints/subscript.swift
    • edit: test/type/types.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/decl/subscript/subscripting.swift
  • Commit c94da3b4da46eb7db4df6218d78c5bf8e7e83e9d by dgregor:
    [CMake] Set -DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1 for

    • edit: cmake/modules/AddSwift.cmake
  • Commit 9f0375e3c9134b252eb3edc7b418f5656688ea3a by mgottesman:
    [silgenpattern] Only emit a shared case if we have a

    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: test/SILGen/switch_var.swift
    • edit: test/SILGen/indirect_enum.swift
    • edit: test/SILGen/switch.swift
  • Commit f4c7d4611f091673579605eab4827abc82d5dd47 by atrick:
    Change the algorithm for the AccessEnforcementDom pass.

    • edit: test/SILOptimizer/access_wmo.swift
    • edit: include/swift/SIL/MemAccessUtils.h
    • edit: stdlib/public/core/KeyPath.swift
    • add: test/SILOptimizer/access_dom_loop.sil
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp
    • add: test/SILOptimizer/access_dom_call.sil
    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
    • add: test/SILOptimizer/access_dom_overlap.sil
    • edit: lib/SIL/MemAccessUtils.cpp
    • edit: test/SILOptimizer/access_dom.sil
  • Commit 52b833d54313247a3f4da49003964adaec7dc7de by suyashsrijan:
    [typechecker] remove null check as its redundant

    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 52054d2443f844cdbe99799b9353b9afd45ec873 by compnerd:
    WinSDK: overwrite INVALID_FILE_ATTRIBUTES

    • edit: stdlib/public/Windows/WinSDK.swift
  • Commit 3da2cc9e063b97310165e98c40857f763cb9c75e by atrick:
    Clarify comments.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementDom.cpp
    • edit: stdlib/public/core/KeyPath.swift
  • Commit 4526413f245b796eddac5e9d66c2915e0d5768b0 by blangmuir:
    Update package depenencies

    • edit: Package.resolved
  • Commit 3a69aefe0b6174c82abe89c6ec8063baaeb28f18 by blangmuir:
    Remove Package.resolved and move to HEAD

    • edit: Package.swift
    • edit: Utilities/build-script-helper.py
    • delete: Package.resolved
    • edit: .gitignore
  • Commit 49e5f3980e796a9ae38c33ccee43e963d904544b by blangmuir:
    [readme] Update recommended toolchain to 'latest'

    • edit: README.md
  • Commit b6e9182b20e951b31e287f7570950ac123a23ffd by blangmuir:
    [readme] Mention swift-package-update workflow

    • edit: README.md
  • Commit eb5e0c173397ab6d234ae2efe9f229c25a6ddecd by jfbastien:
    Passthrough compiler launcher

    • edit: CMakeLists.txt
  • Commit 618e1b7ac861c2b91ccb750d4c5955dca4e8bc8f by blangmuir:
    Use local llbuid sources if requested in swift ci

    • edit: Package.swift
  • Commit 3bad37f36a6e9f1282b907f873baec7ac69fa694 by ankit_aggarwal:
    [PubgrubTests] General cleanup (#2033)

    • edit: Tests/PackageGraphTests/PubgrubTests.swift
  • Commit e00920a16594466538d9f5bf46d832f9ed3ed2e4 by ankit_aggarwal:
    Add default value for kind parameter

    • edit: Sources/SPMUtility/ArgumentParser.swift
  • Commit 0b2d3eae8cd83b424b6548fda972d326b0a931a4 by ankit_aggarwal:
    [ByteString] Update ByteString.cString implementation.

    • edit: Sources/Basic/ByteString.swift
  • Commit a454bc910f3c9f663469f16fb2200df899dcb926 by jonas:
    Fix some warnings introduced in r353324 (ReproducerInstrumentation

    • edit: include/lldb/Utility/ReproducerInstrumentation.h
    • edit: tools/driver/Driver.cpp
    • edit: source/Utility/ReproducerInstrumentation.cpp
  • Commit e39ceac36744181fb223b902d0a848a57f8dc999 by jonas:
    [Reproducers] Initialize reproducers before initializing the debugger.

    • edit: source/API/SBReproducer.cpp
    • edit: tools/lldb-test/SystemInitializerTest.h
    • edit: include/lldb/API/SBDebugger.h
    • edit: include/lldb/API/SBError.h
    • edit: lldb.xcodeproj/project.pbxproj
    • edit: include/lldb/Initialization/SystemLifetimeManager.h
    • edit: include/lldb/API/SBFileSpec.h
    • edit: include/lldb/Initialization/SystemInitializerCommon.h
    • edit: source/API/SBDebugger.cpp
    • edit: tools/lldb-test/SystemInitializerTest.cpp
    • edit: source/Utility/Reproducer.cpp
    • edit: scripts/interface/SBDebugger.i
    • edit: source/API/SystemInitializerFull.h
    • edit: tools/lldb-server/SystemInitializerLLGS.cpp
    • delete: include/lldb/API/SBInitializerOptions.h
    • edit: source/API/CMakeLists.txt
    • delete: source/API/SBInitializerOptions.cpp
    • edit: source/Initialization/SystemInitializerCommon.cpp
    • edit: include/lldb/Utility/Reproducer.h
    • delete: scripts/interface/SBInitializerOptions.i
    • edit: source/Initialization/SystemLifetimeManager.cpp
    • edit: tools/lldb-server/SystemInitializerLLGS.h
    • edit: scripts/lldb.swig
    • edit: include/lldb/API/SBDefines.h
    • edit: include/lldb/API/SBReproducer.h
    • edit: source/API/SystemInitializerFull.cpp
    • edit: tools/lldb-server/lldb-server.cpp
    • edit: tools/driver/Driver.cpp
    • edit: tools/lldb-test/lldb-test.cpp
    • edit: include/lldb/Initialization/SystemInitializer.h
  • Commit c61583eb52a67f9fd73b1ef63f1b56fdf5463067 by jonas:
    [Reproducers] Add more logging to reproducer instrumentation

    • edit: source/Utility/ReproducerInstrumentation.cpp
    • edit: include/lldb/Utility/ReproducerInstrumentation.h
  • Commit cdc677ec69e2ba2531202ffdf9ae9028aa3c114a by jonas:
    [Reproducer] Make 'reproducer generate' a NOOP during replay.

    • edit: source/Commands/CommandObjectReproducer.cpp
  • Commit 373276c14ee8340d1705bdd4730e1d1a40539dc1 by jonas:
    [Reprodicuers] Check initialization

    • edit: source/API/SBReproducerPrivate.h
  • Commit 7c730e13fe58d85d8f18d6868de6e9ea259b41f7 by jonas:
    [Reproducers] Capture and replay interpreter commands.

    • edit: include/lldb/Utility/Reproducer.h
    • edit: source/Utility/Reproducer.cpp
    • edit: include/lldb/Core/IOHandler.h
    • edit: source/Commands/CommandObjectCommands.cpp
    • edit: include/lldb/Core/Debugger.h
    • edit: source/Interpreter/CommandInterpreter.cpp
    • edit: source/Core/Debugger.cpp
    • edit: source/Expression/REPL.cpp
    • edit: source/Commands/CommandObjectExpression.cpp
    • edit: source/API/SBDebugger.cpp
    • edit: source/Core/IOHandler.cpp
  • Commit d5489ac321831c34b5afd0e3ac4aadaa8616f08b by jonas:
    [SBAPI] Don't check IsValid in constructor

    • edit: source/API/SBCommandReturnObject.cpp
    • edit: source/API/SBError.cpp
    • edit: source/API/SBTypeEnumMember.cpp
    • edit: source/API/SBDeclaration.cpp
    • edit: source/API/SBMemoryRegionInfo.cpp
    • edit: source/API/SBThread.cpp
    • edit: source/API/SBFileSpec.cpp
    • edit: lldb.xcodeproj/project.pbxproj
    • edit: source/API/SBSymbolContext.cpp
    • edit: source/API/SBFrame.cpp
    • edit: source/API/SBProcessInfo.cpp
    • add: source/API/Utils.h
    • edit: source/API/SBSymbolContextList.cpp
    • edit: source/API/SBAddress.cpp
    • edit: source/API/SBStringList.cpp
    • edit: source/API/SBTypeSummary.cpp
    • edit: source/API/SBFileSpecList.cpp
    • edit: source/API/SBAttachInfo.cpp
    • edit: source/API/SBExpressionOptions.cpp
    • edit: source/API/SBLineEntry.cpp
    • edit: source/API/SBModuleSpec.cpp
  • Commit b291b2ea12817e8eb1a4a6ff0a80e298dd530b83 by jonas:
    [Reproducers] Add SBReproducer macros

    • edit: source/API/SBDeclaration.cpp
    • edit: source/API/SBThreadCollection.cpp
    • edit: source/API/SBSymbolContext.cpp
    • edit: source/API/SBTypeFilter.cpp
    • edit: source/API/SBValueList.cpp
    • edit: source/API/SBCommandInterpreter.cpp
    • edit: source/API/SBSection.cpp
    • edit: source/API/SBData.cpp
    • edit: source/API/SBInstruction.cpp
    • edit: source/API/SBReproducer.cpp
    • edit: source/API/SBThread.cpp
    • edit: source/API/SBAttachInfo.cpp
    • edit: source/API/SBUnixSignals.cpp
    • edit: source/API/SBValue.cpp
    • edit: source/API/SBSymbolContextList.cpp
    • edit: source/API/SBTypeFormat.cpp
    • edit: source/API/SBWatchpoint.cpp
    • edit: source/API/SBListener.cpp
    • edit: source/API/SBProcess.cpp
    • edit: source/API/SBBreakpoint.cpp
    • edit: source/API/SBQueue.cpp
    • edit: source/API/SBBreakpointName.cpp
    • edit: source/API/SBTypeSummary.cpp
    • edit: source/API/SBCompileUnit.cpp
    • edit: source/API/SBTraceOptions.cpp
    • edit: source/API/SBTypeEnumMember.cpp
    • edit: source/API/SBFunction.cpp
    • edit: source/API/SBModule.cpp
    • edit: source/API/SBExpressionOptions.cpp
    • edit: source/API/SBModuleSpec.cpp
    • edit: source/API/SBQueueItem.cpp
    • edit: source/API/SBAddress.cpp
    • edit: source/API/SBError.cpp
    • edit: source/API/SBLineEntry.cpp
    • edit: source/API/SBThreadPlan.cpp
    • edit: source/API/SBLanguageRuntime.cpp
    • edit: source/API/SBPlatform.cpp
    • edit: source/API/SBCommandReturnObject.cpp
    • edit: source/API/SBLaunchInfo.cpp
    • edit: source/API/SBSourceManager.cpp
    • edit: source/API/SBTypeNameSpecifier.cpp
    • edit: source/API/SBBreakpointLocation.cpp
    • edit: source/API/SBStructuredData.cpp
    • edit: source/API/SBHostOS.cpp
    • edit: source/API/SBStringList.cpp
    • edit: source/API/SBEvent.cpp
    • edit: source/API/SBCommunication.cpp
    • edit: source/API/SBFrame.cpp
    • edit: source/API/SBTypeSynthetic.cpp
    • edit: source/API/SBBlock.cpp
    • edit: source/API/SBBroadcaster.cpp
    • edit: source/API/SBType.cpp
    • edit: source/API/SBSymbol.cpp
    • edit: source/API/SBFileSpecList.cpp
    • edit: source/API/SBProcessInfo.cpp
    • edit: source/API/SBFileSpec.cpp
    • edit: source/API/SBDebugger.cpp
    • edit: source/API/SBTypeCategory.cpp
    • edit: source/API/SBExecutionContext.cpp
    • edit: source/API/SBTrace.cpp
    • edit: source/API/SBInstructionList.cpp
    • edit: source/API/SBMemoryRegionInfoList.cpp
    • edit: source/API/SBTarget.cpp
    • edit: source/API/SBMemoryRegionInfo.cpp
    • edit: source/API/SBVariablesOptions.cpp
    • edit: source/API/SBStream.cpp
  • Commit ba3729cb785d9e8ee44aea0d3364e6d99b51309a by jonas:
    [Reproducers] Fix warnings without asserts

    • edit: include/lldb/Utility/ReproducerInstrumentation.h
  • Commit ea5d8e1c6a86d1d06cb84aca50d418e7f4882b6f by jonas:
    [Reproducers] Undef LLDB_REPRO_INSTR_TRACE

    • edit: include/lldb/Utility/ReproducerInstrumentation.h
  • Commit 59c69f58ebdb6441c3c5faa1d52eb1f810e9d1b4 by jonas:
    [Reproducers] Don't intercept SBDebugger::SetInputFileHandle

    • edit: source/API/SBReproducer.cpp
  • Commit c2a71b1e37fe2ce2bf3517e5626c84d7c0eac412 by jonas:
    [Reproducers] Enable replay from SBRepro.

    • edit: lit/Reproducer/TestFileRepro.test
    • edit: lit/Reproducer/TestGDBRemoteRepro.test
    • edit: tools/driver/Driver.cpp
    • delete: lit/Reproducer/Inputs/GDBRemoteReplay.in
    • delete: lit/Reproducer/Inputs/FileReplay.in
    • edit: source/API/SBReproducer.cpp
  • Commit d73c64476b2abaf5d2d117455598a90305f86121 by jonas:
    [Reproducers] Don't use VLA in SBReproducer redirect

    • edit: source/API/SBReproducer.cpp
  • Commit 2e90b0500ff43aadda7b48c60d21a6754c14f731 by jonas:
    [Reproducers] Guard register macros that take lldb::thread_t on Windows

    • edit: source/API/SBReproducer.cpp
  • Commit aa14a3258846770e140d0f63589853db125745c1 by jonas:
    [Reproducers] Add tests for different types of functionality

    • add: lit/Reproducer/Functionalities/Inputs/foo.cpp
    • add: lit/Reproducer/Functionalities/Inputs/DataFormatter.in
    • add: lit/Reproducer/Functionalities/TestImagineList.test
    • add: lit/Reproducer/Functionalities/TestDataFormatter.test
    • add: lit/Reproducer/Functionalities/TestStepping.test
    • add: lit/Reproducer/Functionalities/Inputs/stepping.c
  • Commit 1a6819883d2ce7ef25cd913c3b1ca6fe0c0909de by jonas:
    [Reproducers] Disable registering lldb::thread_t everywhere

    • edit: source/API/SBReproducer.cpp
  • Commit ee2f78b9a2f25989b60327fcbf50b7320c123935 by jonas:
    [Reproducers] Fix swift SB APIs

    • edit: source/API/SBTarget.cpp
    • edit: source/API/SBThread.cpp
  • Commit ca75e4a6d1359b21e8f1f1f00357b4f2121bd0f4 by jonas:
    Repair the build when LLDB_DISABLE_PYTHON is set

    • edit: source/API/SBReproducer.cpp
  • Commit 72ce2b460c06eda5ff5f752dc64e0b0d69560eda by jonas:
    Fix TestDataFormatter.test uninitialized variable

    • edit: lit/Reproducer/Functionalities/Inputs/foo.cpp
    • edit: lit/Reproducer/Functionalities/TestDataFormatter.test
    • edit: lit/Reproducer/Functionalities/Inputs/DataFormatter.in
  • Commit 65155276fc8f2591cd030474ae9eefcd9dd84b86 by jonas:
    Regenerate static bindings

    • edit: scripts/Python/static-binding/lldb.py
    • edit: scripts/Python/static-binding/LLDBWrapPython.cpp
  • Commit a83788bbc48b4967700aff23147a3a16a176d6fe by jonas:
    Fix gcc build for r355249

    • edit: source/Utility/Reproducer.cpp
  • Commit 938715c01d0d0140881fe856f1df728a20d0dae0 by jonas:
    [Reproducers] TestImagineList.test -> TestImageList.test

    • delete: lit/Reproducer/Functionalities/TestImagineList.test
    • add: lit/Reproducer/Functionalities/TestImageList.test

New issue found!