[swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift 3.0) #177
David P Grove
groved at us.ibm.com
Wed Aug 31 14:42:17 CDT 2016
No, no xml output.
--dave
From: mishal_shah <mishal_shah at apple.com>
To: David P Grove/Watson/IBM at IBMUS
Cc: Jordan Rose <jordan_rose at apple.com>, Jacob Bandes-Storch
<jacob at bandes-storch.net>, swift-dev <swift-dev at swift.org>,
Xiaodi Wu <xiaodi.wu at gmail.com>
Date: 08/31/2016 01:40 PM
Subject: Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift
Incremental RA - Ubuntu 14.04 (swift 3.0) #177
Sent by: mishal_shah at apple.com
Hi David,
Does the tests provide xml output?
Thanks,
Mishal Shah
On Aug 31, 2016, at 10:23 AM, David P Grove <groved at us.ibm.com>
wrote:
Mishal,
What is the most reliable way to get the output of a .log file for a
failed test to be visible in the Jenkins console log? Do I need to
try to add a hook to the autotools testing rules to cat a failed log
file, or is there some other mechanism available to us?
--dave
<graycol.gif>Jordan Rose via swift-dev ---08/31/2016 01:16:08
PM---…but the smoke tests are still failing.
https://ci.swift.org/job/swift-PR-Linux-smoke-test/924/
From: Jordan Rose via swift-dev <swift-dev at swift.org>
To: mishal_shah <mishal_shah at apple.com>
Cc: Jacob Bandes-Storch <jacob at bandes-storch.net>, swift-dev <
swift-dev at swift.org>, Xiaodi Wu <xiaodi.wu at gmail.com>
Date: 08/31/2016 01:16 PM
Subject: Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift
Incremental RA - Ubuntu 14.04 (swift 3.0) #177
Sent by: swift-dev-bounces at swift.org
…but the smoke tests are still failing.
https://ci.swift.org/job/swift-PR-Linux-smoke-test/924/
https://ci.swift.org/job/swift-PR-Linux-smoke-test/925/
https://ci.swift.org/job/swift-PR-Linux-smoke-test/926/
https://ci.swift.org/job/swift-PR-Linux-smoke-test/927/
(923 passed, for some reason.)
On Aug 30, 2016, at 11:55, mishal_shah <
mishal_shah at apple.com> wrote:
Lib dispatch test failed, however next build passed (
https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/178/
)
============================================================================
Testsuite summary for libkqueue 2.0.4
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
Thanks,
Mishal Shah
On Aug 30, 2016, at 11:31 AM, Jordan Rose <
jordan_rose at apple.com> wrote:
I'm seeing this on all the Linux smoke tests
right now. :-( Any ideas, Mishal? Should we
just try wiping the workspace?
Jordan
On Aug 29, 2016, at 23:34, Jacob
Bandes-Storch <
jacob at bandes-storch.net> wrote:
Not really sure what's going on
here. The only failure I see is
this, but I don't know what
actually failed:
make[3]: *** [test-suite.log]
Error 1 make[3]: Leaving
directory
`/home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/libkqueue'
make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory
`/home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/libkqueue'
make[1]: *** [check-am] Error 2 make[1]: Leaving directory
`/home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/libdispatch-linux-x86_64/libkqueue'
make: *** [check-recursive] Error 1 /home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script:
fatal error: command terminated with a non-zero exit status 2,
aborting /home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script:
fatal error: command terminated with a non-zero exit status 1, aborting
On Mon, Aug 29, 2016 at 11:18 PM,
<no-reply at swift.org> wrote:
[FAILURE]
oss-swift-3.0-incremental-RA-linux-ubuntu-14_04
[#177]
Build URL: https://ci.swift.org/job/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04/177/
Project: oss-swift-3.0-incremental-RA-linux-ubuntu-14_04
Date of Mon, 29 Aug 2016 23:06:18 -0700
build:
Build 11 min
duration:
Tests:
<ecblank.gif>
Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 8233 test(s), Total: 8233 test(s)
<ecblank.gif>
Name: Swift-Unit
Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s)
<ecblank.gif>
Changes
Commit
41eb798f035aff1e705ec6d33a1f0ab2174fd978
by
jordan_rose:
[ClangImporter]
Predefine
__swift__ in
imported (Obj)C
code. (#4510)
edit
:
test/ClangModules/Inputs/custom-modules/module.map
edit
:
include/swift/Basic/Version.h
add
:
test/ClangModules/Inputs/custom-modules/PredefinedMacros.h
edit
:
lib/ClangImporter/ClangImporter.cpp
add
:
test/ClangModules/predefined_macros.swift
edit
:
lib/Basic/Version.cpp
Commit
11999525bf57a87b818366438d6c8b68e886e3ae
by jacob:
[QoI] diagnose
initializers
written as
typed patterns
(SR-1461)
add
:
test/Parse/diagnose_initializer_as_typed_pattern.swift
edit
:
lib/Parse/ParsePattern.cpp
edit
:
include/swift/AST/DiagnosticsParse.def
Commit
2c998bda9c65343df0e1679b33f64f33af9725db
by jacob:
[QoI] fix
diagnosis of
non-Optional
enum used in
optional
pattern
edit
:
lib/Sema/TypeCheckPattern.cpp
edit
:
test/SILGen/statements.swift
edit
:
test/stmt/if_while_var.swift
Commit
fd8f6f537d223ad3ae5b588a1da47780a307d2c6
by xiaodi.wu:
[Swift 3.0.1]
Fix decimal
edit
:
stdlib/public/SDK/Foundation/Decimal.swift
edit
:
test/Interpreter/SDK/NSDecimal.swift
Commit
29153b5bdf48d1bdd33c346bab87f49b1fa144ca
by xiaodi.wu:
Fix-up (line
ending)
edit
:
test/Interpreter/SDK/NSDecimal.swift
_______________________________________________
swift-dev mailing list
swift-dev at swift.org
https://lists.swift.org/mailman/listinfo/swift-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160831/940c90a4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160831/940c90a4/attachment.gif>
More information about the swift-dev
mailing list