[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #1529

Report

[FAILURE] oss-swift-package-osx [#1529]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1529/
Project:
oss-swift-package-osx
Date of build:
Fri, 13 Apr 2018 20:01:45 -0500
Build duration:
2 hr 0 min

Identified problems:

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

Changes

  • Commit 0a1352efff26a2ea25d03f8a660607ef569cc990 by compnerd:
    stubs: split up compiler-rt routines

    • edit: stdlib/public/stubs/CMakeLists.txt
    • edit: stdlib/public/stubs/Stubs.cpp
    • add: stdlib/public/stubs/MathStubs.cpp
  • Commit 82f0bb1f6c3d2aac65338e2b7b69a34bf5a53b8c by rkandhadaimadhav:
    [Tests] Re-enable the tests for integer overflow diagnostics

    • delete: test/SILOptimizer/diagnostic_constant_propagation_int.swift
    • add: test/SILOptimizer/diagnostic_constant_propagation_int_arch64.swift
    • add: test/SILOptimizer/diagnostic_constant_propagation_int_arch32.swift
  • Commit 6da6937eff669a94809c2b8fb9799f2b09e79856 by rkandhadaimadhav:
    [Tests] Fix Radar problem "Extend

    • edit: test/SILOptimizer/diagnostic_constant_propagation_int_arch64.swift
    • edit: test/SILOptimizer/diagnostic_constant_propagation.swift
    • edit: test/SILOptimizer/diagnostic_constant_propagation_int_arch32.swift
  • Commit 08e4e7c99028b4d1ca0973a32e364a74b14e82a4 by spestov:
    Add test for [SR-7422] Protocol extension with a same type non-final class constraint cannot be conformed to by said class · Issue #49965 · apple/swift · GitHub

    • edit: test/decl/protocol/conforms/self.swift
  • Commit e08c31759e10e50270566d54bc4720194e76d899 by blangmuir:
    [sourcekit] Remove dead UID value

    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: tools/SourceKit/tools/complete-test/complete-test.cpp
  • Commit 45936f524213e0aa0be045a6eabc4d7650bce124 by blangmuir:
    [gardening] Tweak comment wording

    • edit: lib/IDE/Formatting.cpp
  • Commit d520d030f5a8255f1360155614eba2b63cd75279 by spestov:
    SILOptimizer: Add 'mandatory SIL linker' pass

    • edit: lib/SILOptimizer/UtilityPasses/Link.cpp
    • edit: test/SIL/Serialization/deserialize_generic.sil
    • edit: test/SIL/Serialization/deserialize_generic_marker.sil
    • edit: test/SIL/Serialization/shared_function_serialization.sil
    • edit: include/swift/SILOptimizer/PassManager/Passes.def
    • edit: lib/SILOptimizer/PassManager/PassPipeline.cpp
    • edit: test/SIL/Serialization/function_param_convention.sil
    • edit: test/SIL/Serialization/vtable_deserialization.swift
    • edit: test/SIL/Serialization/public_non_abi.sil
  • Commit e5748c4bf791b1e28e9b5f5cb4fd0f51d80d5748 by pyaskevich:
    [TypeChecker] Add test-case for rdar://problem/39401774

    • add: test/Constraints/rdar39401774.swift
  • Commit 2ac1f8a11dd953241ea0ec3532f2e4a2cb45912e by spestov:
    SIL Linker: Deserialize HiddenExternal functions

    • edit: lib/SIL/Linker.cpp
  • Commit 839d00ad55ca71d486b36e8242cced02afb2e0fa by spestov:
    Mandatory Inlining: Remove outdated remark about transparent functions

    • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
  • Commit 8cf086935114b8c37314eef7d29a46b62c04ac52 by spestov:
    Mandatory Inlining: Use loadFunction() instead of linkFunction()

    • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
  • Commit c3ba8ff1ff16de6ed117cc09438fafdb97332994 by vsk:
    [DebugInfo] Remove a default location argument from setCurrentLoc

    • edit: lib/IRGen/IRGenDebugInfo.h
    • edit: lib/IRGen/IRGenSIL.cpp
    • edit: lib/IRGen/IRGenDebugInfo.cpp
  • Commit 5f6d8e8c8c50ce3c19f8b41c6ab3c0f660f2d4a5 by vsk:
    [DebugInfo] Set the autogenerated bit to request recycled locations

    • edit: test/DebugInfo/returnlocation.swift
    • edit: lib/IRGen/IRGenSIL.cpp
  • Commit 8bd783fff403fa9a7bddf277039cff36047b8694 by vsk:
    [DebugInfo] Remove option to pass None into setCurrentLoc, NFC

    • edit: lib/IRGen/IRGenDebugInfo.h
    • edit: lib/IRGen/IRGenDebugInfo.cpp
  • Commit da3ea6d5ea427fa4e7fd0ffe31a62c36c7d82944 by t.p.northover:
    MachO: trap unreachable instructions

    • add: test/CodeGen/ARM/macho-trap.ll
    • edit: test/CodeGen/ARM/fast-isel-shift-materialize.ll
    • add: test/CodeGen/AArch64/macho-trap.ll
    • edit: lib/Target/AArch64/AArch64TargetMachine.cpp
    • edit: test/CodeGen/Thumb2/thumb2-ifcvt2.ll
    • edit: lib/Target/ARM/ARMTargetMachine.cpp
    • edit: test/CodeGen/X86/eh-frame-unreachable.ll
    • edit: test/MC/MachO/ARM/empty-function-nop.ll
    • edit: lib/Target/X86/X86TargetMachine.cpp
    • edit: test/CodeGen/X86/avx512-fsel.ll
    • edit: test/CodeGen/X86/br-fold.ll
    • edit: test/CodeGen/X86/pr34421.ll
    • add: test/CodeGen/X86/macho-trap.ll
    • edit: test/CodeGen/X86/empty-functions.ll
  • Commit 2672fea576ca19b8166912585c900b2b2f051f77 by t.p.northover:
    Fix tests

    • edit: test/CodeGen/X86/memcpy-2.ll