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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1326/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Tue, 06 Mar 2018 15:29:06 -0600
Build duration:
1 hr 45 min

Identified problems:

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

Changes

  • Commit 3fca89162881dbaadfaf530af0064f9aacdb2f85 by afrontier829:
    active conditional compilations: show friendly error message

    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/AST/DiagnosticsFrontend.def
  • Commit 342ddb2a3219e0271122cd4364e7e77307cc9c49 by afrontier829:
    fix formatted error message

    • edit: include/swift/AST/DiagnosticsFrontend.def
  • Commit daef1cb771a26969dc3953b03641aa0151486d1f by afrontier829:
    fix arguments testcase to handle specific error

    • edit: test/Frontend/unknown-arguments.swift
  • Commit 17a81f6981d3906c45093c0be59b0b92c4c3835a by dungar:
    Restore -### functionality for batch-mode by extending OutputLevel.

    • edit: test/Driver/embed-bitcode.swift
    • edit: lib/Driver/Driver.cpp
    • edit: include/swift/Driver/Driver.h
    • edit: lib/Driver/Compilation.cpp
    • edit: include/swift/Driver/Compilation.h
  • Commit 1dd49c8277c035f22926bf313397bad511f48830 by dungar:
    Added a test.

    • add: test/Driver/batch_mode_print_jobs.swift
  • Commit 823d2a990bffb1f905391b6d1d7818327503d480 by dgregor:
    [GSB] Always ensure that we wire up typealiases in protocol extensions.

    • edit: lib/AST/GenericSignatureBuilder.cpp
    • add: validation-test/compiler_crashers_2_fixed/0145-sr7097.swift
  • Commit 3e252c98a8b36dd40234deaa1a1a6faeca629de9 by xi_ge:
    [NFC] Fix naming style in lexImpl default case

    • edit: lib/Parse/Lexer.cpp
  • Commit 0a69bd7f8dfaaddfe0e9096cc0cd5b271bfaf058 by xi_ge:
    [NFC] readable control flow in lexImpl default case

    • edit: lib/Parse/Lexer.cpp
  • Commit e6f42fc63da3bcc3a62adec3e4ca5aa1d275e8c9 by xi_ge:
    [Parse] split lexUnknown function from lexImpl

    • edit: include/swift/Parse/Lexer.h
    • edit: lib/Parse/Lexer.cpp
  • Commit b4192d80e9a43a1fe34bfd0530f87f547085ed36 by xi_ge:
    [Parse] EmitDiagnosticsIfToken in lexUnknown

    • edit: include/swift/Parse/Lexer.h
    • edit: lib/Parse/Lexer.cpp
  • Commit 22cddbf033e0cba7e584fcafaa16af22a1e4281d by xi_ge:
    [Syntax] Parse invalid chars as trivia

    • add: test/Syntax/tokens_unknown_and_invalid.swift
    • edit: lib/Parse/Lexer.cpp
  • Commit d8104e7e43fe3266247285e40b59caae27dd9110 by github:
    Evolution tests: Don't bother testing changing a class's superclass

    • edit: validation-test/Evolution/test_superclass_methods.swift
    • edit: validation-test/Evolution/Inputs/superclass_methods.swift
    • edit: validation-test/Evolution/test_superclass_properties.swift
    • edit: validation-test/Evolution/Inputs/superclass_properties.swift
  • Commit dd2ebac40ea7b173f34e8a66016debce4abd8396 by github:
    [ClangImporter] Add missing end-iterator check in Clang diag emission

    • edit: test/ClangImporter/Inputs/custom-modules/module.map
    • add: test/ClangImporter/Inputs/custom-modules/Warnings9.h
    • add: test/ClangImporter/Inputs/custom-modules/Warnings2.h
    • add: test/ClangImporter/Inputs/custom-modules/Warnings8.h
    • add: test/ClangImporter/Inputs/custom-modules/Warnings4.h
    • edit: lib/ClangImporter/ClangDiagnosticConsumer.cpp
    • add: test/ClangImporter/Inputs/custom-modules/Warnings6.h
    • add: test/ClangImporter/diags-from-many-modules.swift
    • add: test/ClangImporter/Inputs/custom-modules/Warnings1.h
    • add: test/ClangImporter/Inputs/custom-modules/Warnings5.h
    • add: test/ClangImporter/Inputs/custom-modules/Warnings7.h
    • add: test/ClangImporter/Inputs/custom-modules/Warnings3.h
  • Commit 5eb686440696424a55dbb9fdde91c975e4f22cf3 by github:
    build-presets.ini: Add a PR-test-like preset with resilience enabled

    • edit: utils/build-presets.ini
  • Commit a42c5ce7336a3660932c84d5a2a089014acf2c81 by github:
    Add no-op visitor in SILGenFunction for #warning/#error (#15008)

    • edit: lib/SILGen/SILGenFunction.h
    • edit: test/Sema/pound_diagnostics.swift
  • Commit c887f808ceb56290887ad7afb3f3e49db264f60f by ankit_aggarwal:
    Rename libc to SPMLibc

    • edit: Sources/Basic/CStringArray.swift
    • add: Sources/SPMLibc/libc.swift
    • edit: Sources/Basic/OutputByteStream.swift
    • edit: Sources/Basic/PathShims.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • edit: Sources/Basic/Lock.swift
    • edit: Sources/POSIX/Error.swift
    • edit: Sources/POSIX/chdir.swift
    • edit: Tests/BuildTests/IncrementalBuildTests.swift
    • edit: Sources/Basic/TerminalController.swift
    • edit: Sources/POSIX/usleep.swift
    • edit: Package.swift
    • edit: Tests/UtilityTests/ProgressBarTests.swift
    • edit: Tests/BasicTests/TerminalControllerTests.swift
    • edit: Sources/Basic/TemporaryFile.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Sources/Basic/Process.swift
    • edit: Sources/POSIX/env.swift
    • edit: Sources/POSIX/realpath.swift
    • edit: Sources/POSIX/exit.swift
    • edit: Sources/TestSupportExecutable/main.swift
    • delete: Sources/libc/libc.swift
    • edit: Sources/POSIX/stat.swift
    • edit: Tests/UtilityTests/InterruptHandlerTests.swift
    • edit: Sources/POSIX/getcwd.swift
    • edit: Tests/BasicTests/ProcessTests.swift
    • edit: Sources/Basic/README.md
    • edit: Tests/BasicTests/FileSystemTests.swift
    • edit: Sources/Utility/InterruptHandler.swift
    • edit: Sources/Basic/FileSystem.swift
    • edit: Sources/POSIX/isatty.swift
    • edit: Sources/Basic/misc.swift
    • edit: Sources/POSIX/readdir.swift
    • edit: Tests/BasicTests/ProcessSetTests.swift
    • edit: Sources/POSIX/rename.swift
  • Commit 63a01220e93271dc3bf204b9e13dd1aeb2beefee by ankit_aggarwal:
    [Basic] Keep SwiftPM compatible with Swift 4.0

    • edit: Sources/Basic/misc.swift