[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #1223

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1223]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1223/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Thu, 15 Feb 2018 23:19:38 -0600
Build duration:
1 hr 45 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit ea24fdfd83d520da2be1cbaccd4dbbd516ff05eb by ankit_aggarwal:
    Added guard so including macOS target is limited to an Apple platform

    • edit: products/llbuildSwift/CMakeLists.txt
  • Commit 6132f18994ed148067fb5cb6fe1864bb5e79564c by ghoare:
    [BatchMode] Add virtual destructor to Job.

    • edit: include/swift/Driver/Job.h
    • edit: lib/Driver/Job.cpp
  • Commit 7db5721dc717e620358b69e00d055eb0e5ad1969 by mark.lacey:
    Add ConstraintSystem::dump(Expr *).

    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 50b189bf1b92def79eb44ad0e5f5989227ff5603 by mark.lacey:
    [ConstraintSystem] Print cached expr types when debugging constraint

    • edit: lib/Sema/CSSolver.cpp
  • Commit 83aeb39895fd0de3a856627041c0db734a12baf0 by ghoare:
    [BatchMode] Add CommandOutput::addOutputs and

    • edit: lib/Driver/Job.cpp
    • edit: include/swift/Driver/Job.h
  • Commit a2c718777d3a8f79891676aa715337a6334cf9a3 by ghoare:
    [BatchMode] Pass OutputInfo to Compilation on construction.

    • edit: include/swift/Driver/Compilation.h
    • edit: lib/Driver/Driver.cpp
    • edit: lib/Driver/Compilation.cpp
  • Commit 798f43cf5f475cc718c8676013d696582c2cb62f by ghoare:
    [BatchMode] Make Compilation::TheToolChain available to clients.

    • edit: include/swift/Driver/Compilation.h
  • Commit 2bf7a7967aede9c9894c6659be5c17076b489d28 by ghoare:
    [BatchMode] Add batch-mode support methods to ToolChain.

    • edit: include/swift/Driver/ToolChain.h
    • edit: lib/Driver/ToolChain.cpp
  • Commit 3d9ce0afb9f97333296d129598ce636ecc1a4354 by ghoare:
    [BatchMode] Store -{enable,disable}-batch-mode as a flag in Compilation.

    • edit: include/swift/Driver/Compilation.h
    • edit: lib/Driver/Driver.cpp
    • edit: lib/Driver/Compilation.cpp
  • Commit 57fe9ee57a9344c56a095cc8d9e40970d62d63f4 by ghoare:
    [BatchMode] Add driver::PerformJobsState logic for BatchJobs.

    • edit: lib/Driver/Compilation.cpp
  • Commit 7686a5af20cb70356dd6e8cbcdff1bbbb72bc673 by ghoare:
    [BatchMode] Fix a bug in DummyTaskQueue uncovered by recent change.

    • edit: include/swift/Basic/TaskQueue.h
  • Commit 1e820dc5056fa90a4fb3af51ee98d6add486e745 by ben_cohen:
    Add benchmarks based on different remove(where:) implementations

    • add: benchmark/single-source/RemoveWhere.swift
    • edit: benchmark/utils/main.swift
    • edit: benchmark/CMakeLists.txt
    • edit: benchmark/utils/TestsUtils.swift