[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #4410

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#4410]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/4410/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Tue, 12 Jun 2018 00:26:08 -0500
Build duration:
26 min

Identified problems:

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

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10604 test(s), Total: 10604 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 517 test(s), Total: 517 test(s)

Changes

  • Commit 7a99929602e7f3df246712f3ec75376c6c6fdd2b by millenomi:
    Implement FileManager.urls(for:…), .url(for:…) and

    • edit: Foundation.xcodeproj/project.pbxproj
    • edit: build.py
    • add: Foundation/FileManager_XDG.swift
    • edit: TestFoundation/TestFileManager.swift
    • edit: lib/phases.py
    • edit: Foundation/FileManager.swift
    • edit: Foundation/NSPathUtilities.swift
  • Commit e731323d79f3049accf8e2a77da7b8c6b745db6e by millenomi:
    Added tests.

    • edit: TestFoundation/TestFileManager.swift
    • edit: Foundation/FileManager_XDG.swift
  • Commit 939cc365350cb620f7d7b895b573fe24be0de2b4 by millenomi:
    Ensure .moviesDirectory maps to XDG’s VIDEOS directory.

    • edit: Foundation/FileManager.swift
  • Commit 243b353d3974fc46a28d726ea5ffed828a9df70d by millenomi:
    Fix licensing comment and test syntax from @spevans feedback.

    • edit: Foundation/FileManager_XDG.swift
    • edit: TestFoundation/TestFileManager.swift
  • Commit cd7060e55a6cda95255a7b5311cb809a3c13f341 by millenomi:
    Merge fixes.

    • edit: TestFoundation/TestFileManager.swift
  • Commit b935c06ef850366f1b5a944aaf1b5ca37b9cece1 by millenomi:
    Make this work, and testable under Darwin and Linux.

    • edit: TestFoundation/TestFileManager.swift
    • edit: TestFoundation/TestProcess.swift
    • edit: Foundation/NSPathUtilities.swift
    • edit: TestFoundation/xdgTestHelper/main.swift
    • edit: Foundation/FileManager.swift
  • Commit cf348b88653cbb30cd2b0547e86e00661085e328 by millenomi:
    Fix Linux build.

    • edit: TestFoundation/TestFileManager.swift
  • Commit 37b8b44797a6cc9db0c1c07b19b0991a0b6dc7b3 by millenomi:
    Pass through LD_/DYLD_ environment variables.

    • edit: TestFoundation/TestFileManager.swift