[Swift CI] Build Failure: OSS - Swift Package - OS X (swift 4.1) #464

Report

[FAILURE] oss-swift-4.1-package-osx [#464]

Build URL:
https://ci.swift.org/job/oss-swift-4.1-package-osx/464/
Project:
oss-swift-4.1-package-osx
Date of build:
Tue, 02 Jan 2018 04:59:43 -0600
Build duration:
32 min

Identified problems:

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

Changes

  • Commit 40ef413ad087f501e88d397af50f7d68d263296e by dgregor:
    [Type checker] Make redeclaration checking validate fewer declarations.

    • edit: lib/AST/NameLookup.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: include/swift/AST/Decl.h
    • add: validation-test/compiler_crashers_fixed/28790-conformance-getwitness-requirement-nullptr-getdecl-already-have-a-non-optional-w.swift
    • edit: validation-test/compiler_crashers_2_fixed/0126-sr5905.swift
    • delete: validation-test/compiler_crashers/28790-conformance-getwitness-requirement-nullptr-getdecl-already-have-a-non-optional-w.swift
    • edit: lib/AST/LookupVisibleDecls.cpp
    • edit: test/IDE/complete_value_expr.swift
    • edit: lib/AST/Decl.cpp
  • Commit e03fceb91ec65277e473a3d37c9b05e39fc50d72 by francisvm:
    [MC] - Don't assert when non-english characters are used.

    • edit: lib/MC/MCParser/AsmLexer.cpp
    • edit: include/llvm/ADT/StringExtras.h
    • add: test/MC/AsmParser/non-english-characters.s
  • Commit b80670d77d3f4cde54f6d33d9e8ced48e72acdbf by francisvm:
    [YAML] Add support for non-printable characters

    • add: test/CodeGen/MIR/X86/escape-function-name.ll
    • edit: include/llvm/CodeGen/MIRYamlMapping.h
    • edit: include/llvm/ObjectYAML/YAML.h
    • edit: include/llvm/ObjectYAML/MachOYAML.h
    • edit: lib/ObjectYAML/CodeViewYAMLTypes.cpp
    • edit: docs/YamlIO.rst
    • edit: lib/Support/YAMLTraits.cpp
    • edit: include/llvm/ObjectYAML/CodeViewYAMLTypes.h
    • edit: lib/Support/Statistic.cpp
    • edit: lib/ObjectYAML/MachOYAML.cpp
    • edit: include/llvm/Support/YAMLTraits.h
    • edit: lib/ObjectYAML/CodeViewYAMLSymbols.cpp
    • edit: lib/Support/Timer.cpp
    • edit: lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
    • edit: tools/dsymutil/DebugMap.h
    • edit: unittests/Support/YAMLIOTest.cpp
  • Commit acf228aeceb201e00598b4e3bdc164363a3eea48 by francisvm:
    [YAML] Fix UTF-8 handling

    • edit: unittests/Support/YAMLIOTest.cpp
    • edit: lib/Support/YAMLTraits.cpp
  • Commit 59f955a93ed5cbcec7c415a63e0d7bd7244762d4 by francisvm:
    [YAML] Refactor escaping unittests

    • edit: include/llvm/Support/YAMLTraits.h
    • edit: unittests/Support/YAMLIOTest.cpp
  • Commit 93f37e53dca07fa398a0ab39cab87fb140edd0f3 by francisvm:
    [YAML] Fix YAML API usage

    • edit: lib/APINotes/APINotesYAMLCompiler.cpp