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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/1329/
Project:
oss-swift-package-osx
Date of build:
Mon, 05 Mar 2018 16:37:52 -0600
Build duration:
1 hr 5 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 fe72e816f8510c95024d47a9ad43949c07a73121 by atrick:
    Enable access markers at -O when -enforce-exclusivity is explicit.

    • edit: test/SILOptimizer/access_marker_verify.swift
    • edit: lib/SILOptimizer/Mandatory/AccessMarkerElimination.cpp
  • Commit 2de60a4a0b2a199426e4a618ca567dc3ce2fe78c by ghoare:
    [BatchMode] Collect InputActions correctly when merging jobs.

    • add: test/Driver/batch_mode_bridging_pch.swift
    • edit: lib/Driver/ToolChain.cpp
  • Commit 390ba419fc6d1042eeb8bfc0b31661976e249bb4 by aschwaighofer:
    Add an effects(releasenone) function effects attribute

    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp
    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: include/swift/AST/AttrKind.h
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/Serialization/SILFormat.h
    • edit: lib/AST/Attr.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/SIL/SILPrinter.cpp
  • Commit 5ce5252d05b1ad10a0f6aa64c001d972f2316f14 by aschwaighofer:
    Add tests

    • edit: test/SIL/Serialization/effectsattr.sil
    • edit: test/SILGen/effectsattr.swift
    • edit: test/SILOptimizer/side-effect.sil
  • Commit 6fe0633c0828b584c2c4bf44cb5a5fe2f8db5cd5 by aschwaighofer:
    Add @effects(releasenone) documentation.

    • edit: docs/HighLevelSILOptimizations.rst
  • Commit 8ba434b7ca9795c5aa76962580e0074aa9172914 by aschwaighofer:
    Fix indentation

    • edit: lib/AST/Attr.cpp
  • Commit 93ab9302a6b1e0e2a4eefd30d981e92705d117f5 by aschwaighofer:
    Fix rst error

    • edit: docs/HighLevelSILOptimizations.rst
  • Commit d13cc69e3374792b9cc67f6663838f7a969a3d7b by aschwaighofer:
    Add an ARC test case for the releasenone attribute

    • edit: test/SILOptimizer/arcsequenceopts.sil
  • Commit a9cc5987cf934340d2701f1a5beee5fe65cafa38 by ankit_aggarwal:
    [build-script] Pass llbuild build type arg to build-script-impl

    • edit: utils/build-script
  • Commit f2136713279a025e3b62d44352cb84b892f9e094 by gottesmm:
    Runtime: Handle getDescription correctly in +0 mode.

    • edit: stdlib/public/core/StringBridge.swift
    • edit: stdlib/public/runtime/SwiftObject.mm
    • edit: stdlib/public/SDK/Foundation/NSString.swift
  • Commit f98fc849572d2dfc4ea4a72a7ddffd51a020b4c5 by gottesmm:
    [+0-all-args] Add a missing +1 guard so this release doesn't happen with

    • edit: stdlib/public/runtime/ErrorDefaultImpls.cpp
  • Commit e66fd1ad0c8fb181f677f0aef3ec50d046c7d32d by gottesmm:
    [+0-all-args] When casting a value to NSError, release the value passed

    • edit: stdlib/public/runtime/Casting.cpp
  • Commit 3715464c05fdf79424026e90088cc96a1e144d99 by atrick:
    Add a cmake flag to the benchmarks: SWIFT_BENCHMARK_EXTRA_FLAGS.

    • edit: benchmark/CMakeLists.txt
    • edit: benchmark/cmake/modules/AddSwiftBenchmarkSuite.cmake
  • Commit 6ef3ee3cc10c9656facca5849e50f772404e8a24 by ditaliano:
    [REPL] Build the dummy executable always with -g0.

    • edit: tools/repl/swift/CMakeLists.txt