[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #1350

Report

[FAILURE] swift-master-source-compat-suite [#1350]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/1350/
Project:
swift-master-source-compat-suite
Date of build:
Fri, 02 Mar 2018 13:57:54 -0600
Build duration:
3 hr 50 min

Changes

  • Commit cc06156186ee16d1d318b1fac8a000e0cf708b07 by bob.wilson:
    utils: add -lswiftImageInspectionShared to static-executable-args.lnk

    • edit: utils/static-executable-args.lnk
  • Commit 31a2bc7bfc6b779e2093c36aad982d95f38dc41b by jordan_rose:
    [IRGen] Always get the CanType of a conformance's contextual type

    • edit: lib/IRGen/GenProto.cpp
    • edit: test/Inputs/conditional_conformance_basic_conformances.swift
  • Commit c648143a2d2fbc4735f3999ef329d983dcf3ffb6 by jordan_rose:
    Update CHANGELOG.md (Swift 5.0 => Swift 4.2) (#14925)

    • edit: CHANGELOG.md
  • Commit 7d8d0339300403ad5abaf5860bb7e975b13d1f1b by github:
    Update NetService for Swift 4.0

    • edit: projects.json

All of these seem like they can only be caused by changes to the project or swiftpm, since they’re all before anything has actually been built, but former shouldn’t change and the only change to swiftpm recently seems innocuous.

Moya 3.1:

'RxSwift' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya/.build/checkouts/RxSwift.git--5214619868639177420: error: package has unsupported layout; found loose source files: /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya/.build/checkouts/RxSwift.git--5214619868639177420/Tests/RxTest.swift
'Result' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya/.build/checkouts/Result.git-8684547452332391156: error: invalid target name at 'Tests/Result'; name of test targets must end in 'Tests'

Moya 4.0.3:


error: dependency graph is unresolvable; found these conflicting requirements:
Dependencies: [https://github.com/ReactiveCocoa/ReactiveSwift.git](https://github.com/ReactiveCocoa/ReactiveSwift.git) @ 3.0.0..<4.0.0
'Moya' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya: error: product dependency 'RxSwift' not found
'Moya' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya: error: product dependency 'Alamofire' not found
'Moya' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya: error: product dependency 'Result' not found
'Moya' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/Moya: error: product dependency 'ReactiveSwift' not found

SwiftLint:


error: dependency graph is unresolvable; found these conflicting requirements:
Dependencies: [https://github.com/Carthage/Commandant.git](https://github.com/Carthage/Commandant.git) @ 0.13.0..<1.0.0
'SwiftLint' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/SwiftLint: error: product dependency 'Commandant' not found
'SwiftLint' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/SwiftLint: error: product dependency 'SwiftyTextTable' not found
'SwiftLint' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/SwiftLint: error: product dependency 'SourceKittenFramework' not found
'SwiftLint' /Users/buildnode/jenkins/workspace-private/swift-master-source-compat-suite/project_cache/SwiftLint: error: product dependency 'Yams' not found

vapor:


error: dependency graph is unresolvable; found these conflicting requirements:
Dependencies: [https://github.com/vapor/crypto.git](https://github.com/vapor/crypto.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/fluent.git](https://github.com/vapor/fluent.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/engine.git](https://github.com/vapor/engine.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/console.git](https://github.com/vapor/console.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/json.git](https://github.com/vapor/json.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/leaf.git](https://github.com/vapor/leaf.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/routing.git](https://github.com/vapor/routing.git) @ 1.0.0..<2.0.0
[https://github.com/vapor/multipart.git](https://github.com/vapor/multipart.git) @ 1.0.0..<2.0.0

Huon