[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #1254

Report

[FAILURE] swift-master-source-compat-suite [#1254]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/1254/
Project:
swift-master-source-compat-suite
Date of build:
Mon, 12 Feb 2018 22:14:11 -0600
Build duration:
1 min 51 sec

Changes

  • Commit 953dddd5d315e31bafe2669ff2a38f0ef6de7187 by jgroff:
    IRGen/Runtime: Allow mangled type refs to embed "symbolic references" to

    • edit: lib/AST/ASTMangler.cpp
    • edit: include/swift/Reflection/ReflectionContext.h
    • edit: include/swift/Runtime/Metadata.h
    • edit: lib/IRGen/IRGenMangler.cpp
    • edit: include/swift/Demangling/Demangler.h
    • edit: lib/IRGen/GenMeta.h
    • edit: stdlib/public/runtime/Private.h
    • edit: lib/Demangling/Remangler.cpp
    • edit: lib/IRGen/GenMeta.cpp
    • edit: lib/IRGen/IRGenModule.h
    • edit: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp
    • edit: include/swift/Remote/MetadataReader.h
    • edit: lib/IRGen/GenReflection.cpp
    • edit: lib/Demangling/Demangler.cpp
    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: include/swift/Demangling/Demangle.h
    • edit: stdlib/public/runtime/Demangle.cpp
    • edit: lib/Demangling/NodePrinter.cpp
    • edit: include/swift/AST/ASTMangler.h
    • edit: test/IRGen/reflection_metadata_let_var.swift
    • edit: stdlib/public/Reflection/TypeRefBuilder.cpp
    • edit: test/IRGen/unusedtype.swift
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: test/IRGen/swift3-metadata-coff.swift
    • edit: include/swift/Reflection/Records.h
    • edit: include/swift/Demangling/TypeDecoder.h
    • edit: stdlib/public/Reflection/TypeLowering.cpp
    • edit: include/swift/Demangling/DemangleNodes.def
    • edit: lib/Demangling/OldRemangler.cpp
    • edit: lib/IRGen/IRGenMangler.h
    • edit: stdlib/public/runtime/Casting.cpp
    • edit: test/IRGen/lazy_metadata.swift
    • edit: lib/IRGen/GenDecl.cpp
    • edit: tools/swift-reflection-dump/swift-reflection-dump.cpp
  • Commit 52b54dca956ef3d8d35f8b81339e3c01cf7580b7 by ungar:
    Remove undefined behavior warning for null reference passed to

    • edit: lib/FrontendTool/FrontendTool.cpp
  • Commit 4a557df0915534f506bfc821d96e0ddb118ec25d by abdulras:
    build: avoid incremental links with link.exe

    • add: cmake/modules/ClangClCompileRules.cmake
    • edit: CMakeLists.txt
  • Commit 3888b5b0542b60ae330a20230aa46767bc7a9cbe by gottesmm:
    [+0-normal-args] Use SILGenBuilder in SILGenConvert when injecting an

    • edit: lib/SILGen/SILGenConvert.cpp
    • edit: lib/SILGen/SILGenBuilder.cpp
    • edit: lib/SILGen/SILGenBuilder.h
  • Commit 83349e7acfee0933ffb1203a891a2a61a9b91bfc by gottesmm:
    [silgen] Reorganize SILGenBuilder.cpp into two sections, one for

    • edit: lib/SILGen/SILGenBuilder.cpp
  • Commit d6b4fabc0e5fd9e54676d7954df4aba5d39ba5d3 by gottesmm:
    [silgen] All ownership endowed APIs on SILGenBuilder should use

    • edit: lib/SILGen/SILGenBuilder.cpp
    • edit: lib/SILGen/SILGenBuilder.h
  • Commit bd8350930c6d9918a8199638b30257a3b3478745 by gottesmm:
    [+0-normal-args] Enforce assigning to RValues to only occur with +1

    • edit: lib/SILGen/RValue.cpp