[swift-dev] [Swift CI] Build Still Failing: 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, Resilience) - macOS (master) #99

Jordan Rose jordan_rose at apple.com
Fri Feb 3 11:19:55 CST 2017


/Users/buildnode/jenkins/workspace/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/swift/test/Prototypes/TextFormatting.swift:118:3: error: initializer declared in an extension of non-'@_fixed_layout' type 'Integer' must delegate to another initializer
  init <N: Integer>(_ i: N) {
  ^

Huge blamelist here, unfortunately. Slava, this is the bug where assigning to self doesn’t count as delegating to another initializer. Is there a quick fix for that?

  init <N: Integer>(_ i: N) {
    // Implementation based on Egyptian Multiplication of i by 1 allows us to
    // avoid any mixed-type numeric operations, which the current standard
    // library doesn't support.  Note: we also don't have a protocol that
    // provides shift operators, so we use / 2 here.
    var n = i
    self = 0
    // …

Jordan


> On Feb 3, 2017, at 05:10, no-reply--- via swift-dev <swift-dev at swift.org> wrote:
> 
> New issue found!
> 
> [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#99]
> 
> Build URL:	https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/ <https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/>
> Project:	oss-swift_tools-RA_stdlib-RDA_test-macos-resilience
> Date of build:	Fri, 03 Feb 2017 03:47:00 -0800
> Build duration:	1 hr 23 min
> Identified problems:
> 
> Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
> Indication 1 <https://ci.swift.org//job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/consoleFull#493411379ee1a197b-acac-4b17-83cf-a53b95139a76>
> Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
> Indication 1 <https://ci.swift.org//job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/99/consoleFull#1952083229fca400bf-2f4a-462e-b517-e058d770b2d7>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170203/560efca9/attachment.html>


More information about the swift-dev mailing list