The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftymocky with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MakeAWishFoundation/SwiftyMocky.git
Reference: master
Cloned https://github.com/MakeAWishFoundation/SwiftyMocky.git into spi-builder-workspace
SUCCESS checkout https://github.com/MakeAWishFoundation/SwiftyMocky.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit
[1/2026] Fetching aexml
[832/3047] Fetching aexml, spectre
[2742/4452] Fetching aexml, spectre, pathkit
Fetching https://github.com/JohnSundell/ShellOut
Fetched https://github.com/tadija/AEXML.git (0.27s)
Fetched https://github.com/kylef/Spectre.git (0.27s)
Fetching https://github.com/kylef/Commander
Fetched https://github.com/kylef/PathKit (0.28s)
Fetching https://github.com/jpsim/Yams
[1/1588] Fetching commander
[716/2160] Fetching commander, shellout
Fetched https://github.com/JohnSundell/ShellOut (0.21s)
Fetching https://github.com/tuist/xcodeproj
Fetched https://github.com/kylef/Commander (0.21s)
Fetching https://github.com/luoxiu/Chalk
[1/329] Fetching chalk
Fetched https://github.com/luoxiu/Chalk (0.21s)
Fetching https://github.com/luoxiu/Rainbow
[1/19388] Fetching xcodeproj
[3297/27994] Fetching xcodeproj, yams
[5214/28228] Fetching xcodeproj, yams, rainbow
Fetched https://github.com/luoxiu/Rainbow (0.17s)
[7647/27994] Fetching xcodeproj, yams
Fetched https://github.com/jpsim/Yams (1.23s)
Fetched https://github.com/tuist/xcodeproj (1.22s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.0.1 (0.97s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.26s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.9.2 (0.94s)
Computing version for https://github.com/luoxiu/Chalk
Computed https://github.com/luoxiu/Chalk at 0.2.1 (0.27s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 8.3.1 (0.27s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (0.27s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.27s)
Computing version for https://github.com/luoxiu/Rainbow
Computed https://github.com/luoxiu/Rainbow at 0.1.1 (0.27s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.28s)
Creating working copy for https://github.com/luoxiu/Rainbow
Working copy of https://github.com/luoxiu/Rainbow resolved at 0.1.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/kylef/Commander
Working copy of https://github.com/kylef/Commander resolved at 0.9.2
Creating working copy for https://github.com/luoxiu/Chalk
Working copy of https://github.com/luoxiu/Chalk resolved at 0.2.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 8.3.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.0.1
Building for debugging...
[0/17] Compiling writer.c
[1/17] Compiling reader.c
[2/17] Compiling parser.c
[3/20] Compiling api.c
[4/37] Compiling emitter.c
[5/66] Compiling scanner.c
[7/112] Emitting module Rainbow
[8/112] Compiling Mocky_Example_macOS ProtocolWithThrowingMethods.swift
[9/112] Compiling Mocky_Example_macOS ProtocolsWithCustomAttributes.swift
[10/112] Compiling Mocky_Example_macOS SimpleProtocols.swift
[11/112] Compiling Mocky_Example_macOS ProtocolWithGenericConstraints.swift
[14/113] Compiling Mocky_Example_macOS ProtocolWithStaticMembers.swift
[15/113] Compiling Mocky_Example_macOS ProtocolsWithClosures.swift
[16/113] Compiling Mocky_Example_macOS ProtocolWithMethodWithManyParameters.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[17/113] Compiling Mocky_Example_macOS ProtocolWithSubscripts.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[18/113] Compiling Mocky_Example_macOS SampleService.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[19/116] Compiling Mocky_Example_macOS Models.swift
[20/116] Compiling Mocky_Example_macOS AllLiteralsContainerProtocol.swift
[25/119] Compiling Mocky_Example_macOS Item.swift
[28/119] Compiling Mocky_Example_macOS EdgeCasesProtocols.swift
[29/120] Compiling Mocky_Example_macOS ItemsRepository.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[30/120] Compiling Mocky_Example_macOS MultiThreadAccess.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[31/120] Compiling Mocky_Example_macOS NonSwiftProtocol.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[32/120] Compiling Mocky_Example_macOS ProtocolWithAttributes.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
[33/120] Compiling SwiftyMocky SwiftyMockyTestObserver.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[34/120] Compiling Mocky_Example_macOS Excluded.generated.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[35/120] Compiling Mocky_Example_macOS GenericProtocols.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[36/120] Compiling Mocky_Example_macOS InoutParameterProtocols.swift
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
[37/120] Compiling Mocky_Example_macOS ProtocolWithInitializers.swift
[38/120] Compiling Mocky_Example_macOS ProtocolsWithGenerics.swift
[39/120] Compiling Mocky_Example_macOS ProtocolWithProperties.swift
[40/120] Compiling SwiftyMocky Utils.swift
[41/120] Compiling Rainbow NSRegularExpression.swift
[42/120] Compiling Mocky_Example_macOS SuggestionRepository.swift
[43/120] Compiling Mocky_Example_macOS ProtocolsWithCollections.swift
[46/120] Emitting module SwiftyMocky
[49/120] Compiling SwiftyPrototype SwiftyMockyTestObserver.swift
/host/spi-builder-workspace/Sources/SwiftyPrototype/SwiftyMockyTestObserver.swift:5:6: error: Objective-C interoperability is disabled
    @objc public static func setup() {
    ~^~~~~
    
[50/120] Compiling SwiftyPrototype Utils.swift
[53/120] Compiling Shared Stubbing.swift
[54/120] Compiling Shared Policies.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/120] Emitting module Mocky_Example_macOS
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/InoutParameterProtocols.swift:13:39: error: cannot find type 'URLRequest' in scope
    func passThisAsInOut(value: inout URLRequest)
                                      ^~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:12:2: error: Objective-C interoperability is disabled
@objc protocol NonSwiftProtocol {
~^~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:11: error: 'optional' can only be applied to members of an @objc protocol
    @objc optional func returnNoting()
          ^~~~~~~~~
          
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:13:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc optional func returnNoting()
    ~^~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:18:2: error: Objective-C interoperability is disabled
@objc(PRProtocolWithObjc) public protocol ProtocolWithObjc {
~^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:20:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStaticStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/NonSwiftProtocol.swift:23:6: error: @objc can only be used with members of classes, @objc protocols, and concrete extensions of classes
    @objc(doStuffWithParameter1: andParameter2:)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/ProtocolWithAttributes.swift:3:24: error: Objective-C interoperability is disabled
@available(iOS 14, *) @objc
                      ~^~~~
                      
/host/spi-builder-workspace/SwiftyMocky-Example/Shared/Other/SampleService.swift:11:2: error: Objective-C interoperability is disabled
@objc public protocol AutoMockable { }
~^~~~~
[62/120] Emitting module Yams
[63/120] Compiling Yams YamlError.swift
[68/120] Compiling Mocky_Example_macOS SelfConstrainedProtocol.swift
[69/120] Compiling Mocky_Example_macOS UnnamedAttributesProtocol.swift
[70/120] Compiling Mocky_Example_macOS VariadicParametersProtocol.swift
[77/120] Emitting module Shared
[78/120] Compiling Shared Parameter.swift
[81/120] Compiling Rainbow Color+Cocoa.swift
[82/120] Compiling Rainbow Color.swift
[83/120] Compiling Rainbow Colors.swift
[84/120] Compiling Rainbow Double.swift
[85/122] Emitting module ShellOut
[86/122] Compiling ShellOut ShellOut.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/122] Emitting module SwiftyPrototype
/host/spi-builder-workspace/Sources/SwiftyPrototype/SwiftyMockyTestObserver.swift:5:6: error: Objective-C interoperability is disabled
    @objc public static func setup() {
    ~^~~~~
    
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:29: error: cannot find 'XCTIssue' in scope
            testCase.record(XCTIssue(
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:22: error: value of type 'XCTestCase' has no member 'record'
            testCase.record(XCTIssue(
            ~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:60:24: error: cannot infer contextual base in reference to member 'system'
                type: .system,
                      ~^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:62:38: error: 'nil' requires a contextual type
                detailedDescription: nil,
                                     ^
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:37: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:53: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:64:34: error: 'nil' requires a contextual type
                associatedError: nil,
                                 ^
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:29: error: cannot find 'XCTIssue' in scope
            testCase.record(XCTIssue(
                            ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:59:22: error: value of type 'XCTestCase' has no member 'record'
            testCase.record(XCTIssue(
            ~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:60:24: error: cannot infer contextual base in reference to member 'system'
                type: .system,
                      ~^~~~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:62:38: error: 'nil' requires a contextual type
                detailedDescription: nil,
                                     ^
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:37: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:63:53: error: cannot infer contextual base in reference to member 'init'
                sourceCodeContext: .init(location: .init(filePath: file.description, lineNumber: Int(failingLine))),
                                                   ~^~~~
/host/spi-builder-workspace/Sources/SwiftyMocky/SwiftyMockyTestObserver.swift:64:34: error: 'nil' requires a contextual type
                associatedError: nil,
                                 ^
[113/126] Emitting module PathKit
[114/126] Compiling PathKit PathKit.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1