[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #4226

Dmitri, your commit 265fa20c re-enabled tests that were previously not running, correct?

···

On Apr 19, 2016, at 12:15 PM, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#4226]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4226/
Project: oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build: Tue, 19 Apr 2016 12:02:05 -0700
Build duration: 13 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-incremental-RA-linux-ubuntu-14_04/4226/consoleFull#1475574033ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
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-incremental-RA-linux-ubuntu-14_04/4226/consoleFull#-1468407002fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Tests:

Name: Swift
Failed: 2 test(s), Passed: 7807 test(s), Total: 7809 test(s)
Failed: Swift.1_stdlib.ArrayTraps.swift.gyb <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4226/testReport/junit/Swift/1_stdlib/ArrayTraps_swift_gyb&gt;
Failed: Swift.IRGen.module_hash.swift <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4226/testReport/junit/Swift/IRGen/module_hash_swift&gt;
Name: Swift-Unit
Failed: 0 test(s), Passed: 264 test(s), Total: 264 test(s)

Changes

Commit 265fa20ce1042f139fbd8647c4dda97e2805cfe3 by gribozavr:
CMake: re-add primary testsuite to the validation target

edit: test/CMakeLists.txt

Right. The primary testsuite was not running since yesterday because of my
build-script changes.

Dmitri

···

On Tue, Apr 19, 2016 at 12:22 PM, Greg Parker <gparker@apple.com> wrote:

Dmitri, your commit 265fa20c re-enabled tests that were previously not
running, correct?

On Apr 19, 2016, at 12:15 PM, no-reply@swift.org wrote:

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#4226]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4226/
Project: oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build: Tue, 19 Apr 2016 12:02:05 -0700
Build duration: 13 minIdentified 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-incremental-RA-linux-ubuntu-14_04/4226/consoleFull#1475574033ee1a197b-acac-4b17-83cf-a53b95139a76&gt;
   - 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-incremental-RA-linux-ubuntu-14_04/4226/consoleFull#-1468407002fca400bf-2f4a-462e-b517-e058d770b2d7&gt;

Tests:
Name: *Swift*
Failed: 2 test(s), Passed: 7807 test(s), Total: 7809 test(s)

* - Failed: Swift.1_stdlib.ArrayTraps.swift.gyb
<https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4226/testReport/junit/Swift/1_stdlib/ArrayTraps_swift_gyb&gt;\*

* - Failed: Swift.IRGen.module_hash.swift
<https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4226/testReport/junit/Swift/IRGen/module_hash_swift&gt;\*
Name: *Swift-Unit*
Failed: 0 test(s), Passed: 264 test(s), Total: 264 test(s)

Changes

   - Commit *265fa20ce1042f139fbd8647c4dda97e2805cfe3* by *gribozavr:*

   CMake: re-add primary testsuite to the validation target
   - *edit*: test/CMakeLists.txt

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/