Is there any more detailed output here? All I see above your summary is every test failing with no additional output...
Is this on a different machine or different configuration from master? - Tony > On Aug 30, 2016, at 1:51 PM, mishal_shah <mishal_s...@apple.com> wrote: > > After clean build its still failing. > > Tony, do you know who can help us look into these failures? > > ============================================================================ > Testsuite summary for libdispatch 1.3 > ============================================================================ > # TOTAL: 22 > # PASS: 0 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 22 > # XPASS: 0 > # ERROR: 0 > >> On Aug 30, 2016, at 11:58 AM, Jordan Rose <jordan_r...@apple.com >> <mailto:jordan_r...@apple.com>> wrote: >> >> …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/924/> >> https://ci.swift.org/job/swift-PR-Linux-smoke-test/925/ >> <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/926/> >> https://ci.swift.org/job/swift-PR-Linux-smoke-test/927/ >> <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_s...@apple.com >>> <mailto:mishal_s...@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/ >>> >>> <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_r...@apple.com >>>> <mailto:jordan_r...@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 <ja...@bandes-storch.net >>>>> <mailto:ja...@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-re...@swift.org >>>>> <mailto:no-re...@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/ >>>>> >>>>> <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 build: Mon, 29 Aug 2016 23:06:18 -0700 >>>>> Build duration: 11 min >>>>> Tests: >>>>> >>>>> Name: Swift(linux-x86_64) >>>>> Failed: 0 test(s), Passed: 8233 test(s), Total: 8233 test(s) >>>>> Name: Swift-Unit >>>>> Failed: 0 test(s), Passed: 230 test(s), Total: 230 test(s) >>>>> >>>>> 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@swift.org https://lists.swift.org/mailman/listinfo/swift-dev