[Swift CI] Build Failure: 0. OSS - LLDB - OS X (swift 5.1) (Release) #127

Report

[FAILURE] oss-lldb-swift-5.1-osx [#127]

Build URL:
https://ci.swift.org/job/oss-lldb-swift-5.1-osx/127/
Project:
oss-lldb-swift-5.1-osx
Date of build:
Tue, 12 Mar 2019 17:39:44 -0500
Build duration:
44 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 d694df378446063bc7507fb0e2b0c1bb2aa4e1f4 by jmolenda:
    Rework how lldb warngs about kexts that failed to load in a darwin

    • edit: source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  • Commit 94a6e61755e9c73926f7fd546ce5479a0fb22dbb by aprantl:
    Teach the materializer about unowned Swift references.

    • edit: source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
    • edit: source/Expression/Materializer.cpp
    • edit: include/lldb/Target/SwiftLanguageRuntime.h
    • edit: source/Plugins/Language/Swift/SwiftLanguage.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/unknown_self/TestSwiftUnknownSelf.py
    • edit: include/lldb/Target/LanguageRuntime.h
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: source/Core/ValueObjectChild.cpp
    • edit: source/Core/ValueObjectVariable.cpp
  • Commit 18356409155dbe1f7dd4e47de18f1f975fb7782f by harlan:
    Merge pull request #22603 from

    • add: include/swift/Frontend/ParseableInterfaceModuleLoader.h
    • edit: lib/Frontend/ParseableInterfaceSupport.cpp
    • edit: test/ParseableInterface/ModuleCache/prebuilt-module-cache-recursive.swift
    • edit: test/ParseableInterface/ModuleCache/prebuilt-module-cache-archs.swift
    • edit: lib/Frontend/Frontend.cpp
    • add: test/ParseableInterface/ModuleCache/prebuilt-module-cache-forwarding.swift
    • add: test/ParseableInterface/ModuleCache/Inputs/check-is-forwarding-module.py
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: include/swift/Frontend/FrontendInputsAndOutputs.h
    • edit: include/swift/Serialization/SerializationOptions.h
    • edit: lib/Frontend/CMakeLists.txt
    • edit: include/swift/Frontend/FrontendOptions.h
    • add: lib/Frontend/ParseableInterfaceModuleLoader.cpp
    • edit: test/ParseableInterface/ModuleCache/force-module-loading-mode-framework.swift
    • edit: test/ParseableInterface/ModuleCache/force-module-loading-mode-archs.swift
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: lib/Serialization/Serialization.cpp
    • edit: test/ParseableInterface/SmokeTest.swiftinterface
    • edit: lib/FrontendTool/FrontendTool.cpp
    • edit: test/ParseableInterface/ModuleCache/force-module-loading-mode.swift
    • edit: include/swift/Frontend/ParseableInterfaceSupport.h
    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Serialization/ModuleFile.cpp
    • edit: test/ParseableInterface/ModuleCache/prebuilt-module-cache.swift

This is my bug, I cherry-picked a patch to swift-5.1-branch but didn’t kick off CI for the matching LLDB PR:

https://github.com/apple/swift-lldb/pull/1368

Will merge once CI passes, apologies for the noise!

— Harlan