[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.10 (swift 4.2) #80

Report

[FAILURE] oss-swift-4.2-package-linux-ubuntu-16_10 [#80]

Build URL:
https://ci.swift.org/job/oss-swift-4.2-package-linux-ubuntu-16_10/80/
Project:
oss-swift-4.2-package-linux-ubuntu-16_10
Date of build:
Mon, 14 May 2018 21:58:26 -0500
Build duration:
1 hr 9 min

Changes

  • Commit b517ce61f2e24d833e745514a3c72df3825a9f15 by xi_ge:
    swift-api-digester: lessen some assertions.

    • edit: tools/swift-api-digester/swift-api-digester.cpp
  • Commit 542fe37a27c216612df4689d3d88596f861b1044 by xi_ge:
    migrator: avoid inserting helper function call for nil expression.

    • edit: test/Migrator/string-representable.swift
    • edit: lib/Migrator/APIDiffMigratorPass.cpp
    • edit: test/Migrator/string-representable.swift.expected
  • Commit 1cfa5ea9e42c81183917278945caa9448c0985ff by xi_ge:
    migrator: handle argument renames when a global function is hoisted to a

    • edit: lib/IDE/APIDigesterData.cpp
    • edit: test/Migrator/rename.swift
    • edit: include/swift/IDE/APIDigesterData.h
    • edit: test/Migrator/rename.swift.expected
    • edit: test/Migrator/Inputs/API.json
    • edit: test/Migrator/mock-sdk/Bar.framework/Headers/Bar.h
    • edit: lib/Migrator/APIDiffMigratorPass.cpp
  • Commit 49463820993e1c623e4541d464b0ae235e64c6e8 by dungar:
    Merge pull request #16526 from davidungar/compilation-failed

    • edit: lib/Frontend/SerializedDiagnosticConsumer.cpp
    • add: test/Misc/serialized-diagnostics-batch-mode-nonprimary-errors.swift
    • edit: unittests/AST/DiagnosticConsumerTests.cpp
    • edit: include/swift/AST/DiagnosticEngine.h
    • edit: lib/FrontendTool/FrontendTool.cpp
    • delete: test/Misc/serialized-diagnostics-batch-mode-nonprimary-suppression.swift
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: lib/AST/DiagnosticConsumer.cpp
    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: include/swift/AST/DiagnosticConsumer.h
    • add: test/Misc/serialized-diagnostics-batch-mode-primary-errors.swift
  • Commit b6af414aee6cdafd51777d7400bb83bbb68ffd25 by dungar:
    Merge pull request #16583 from davidungar/batch-remark

    • edit: include/swift/AST/DiagnosticsDriver.def
    • edit: test/Driver/batch_mode_force_one_batch_repartition.swift
    • edit: lib/Driver/Driver.cpp
    • edit: test/Driver/batch_mode_print_jobs.swift
    • add: test/Driver/batch_mode_remark.swift
  • Commit 758b00ee60f09a4097da74ad308c3ebe35d49d49 by natecook:
    [SE-0206] Update Hashable docs for hash(into:) (#16305)

    • edit: stdlib/public/core/Hasher.swift
    • edit: stdlib/public/core/Hashable.swift
  • Commit 7971f9e5366388accc9cb84900232e2743b70e1a by eeckstein:
    IRGen: don't emit metadata lazily in JIT mode.

    • add: test/Interpreter/unused-type.swift
    • edit: lib/IRGen/GenDecl.cpp
  • Commit e5f8e3136760a1c13761b6496a4f34d7d8545e99 by pyaskevich:
    [Parser] Set decl context to be typealias when completing its underlying

    • edit: test/IDE/complete_member_decls_from_parent_decl_context.swift
    • add: validation-test/IDE/crashers_2_fixed/0019-rdar39909829.swift
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Parse/ParseDecl.cpp
  • Commit a423d5f081785de795f3baa84325ec459bf16f47 by ekarpenkov:
    Remove the fixit for the diagnostics regarding capturing autoreleasing

    • edit: lib/Sema/SemaExpr.cpp
    • edit: test/SemaObjC/arc.m
    • edit: include/clang/Basic/DiagnosticSemaKinds.td
  • Commit 9a21869b9c450eaeb9433f7daa146103e3ec66cc by aprantl:
    Avoid adding duplicate configuration macros to clang importer options.

    • edit: include/lldb/Symbol/SwiftASTContext.h
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/config_macros/TestSwiftDedupMacros.py
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/config_macros/dylib.swift
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/config_macros/main.swift
    • edit: source/Symbol/SwiftASTContext.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/clangimporter/config_macros/Makefile