[swift-dev] [FAILURE] Swift Linux Package (Ubuntu 15.10) [#885]

Mishal Shah shahmishal at gmail.com
Mon Apr 4 15:25:40 CDT 2016


Thanks Max all of the Ubuntu test failures are fixed, now we are seeing
only OS X bot failing.

https://ci.swift.org/view/Packages/job/oss-swift-package-osx/1205/consoleFull#1402544572fca400bf-2f4a-462e-b517-e058d770b2d7

Failing Tests (1):
    swift-package-tests :: swift-build-self-host.py

  Expected Passes    : 7
  Unsupported Tests  : 8
  Unexpected Failures: 1

Thanks,
Mishal Shah

Mishal Shah

On Mon, Apr 4, 2016 at 11:49 AM, Max Howell <max.howell at apple.com> wrote:

> Hopefully pushed a fix, but running the integration tests will take
> longer, have to build more stuff.
>
> If you clone the repo I believe it has a README which describes how to run
> them.
>
>  - Daniel
>
> On Apr 4, 2016, at 11:07 AM, Max Howell <max.howell at apple.com> wrote:
>
> Failing in the integration tests.
>
> Seemingly these don’t run for SwiftPM CI ?
>
> I’m not 100% sure how to run them locally even.
>
> +Max
>
> On Apr 3, 2016, at 1:20 PM, Mishal Shah via swift-dev <swift-dev at swift.org>
> wrote:
>
> Hi,
>
> Linux package bots started failing after these commits, which is causing
> pull request testing to fail.
>
> Thanks,
> Mishal Shah
> [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#885]
> Build URL:
> https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/885/
> Project: oss-swift-package-linux-ubuntu-15_10
> Date of build: Fri, 01 Apr 2016 19:46:53 -0700
> Build duration: 15 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-package-linux-ubuntu-15_10/885/consoleFull#-245262329ee1a197b-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-package-linux-ubuntu-15_10/885/consoleFull#1435579392fca400bf-2f4a-462e-b517-e058d770b2d7>
>
>
> Changes
>
>    - Commit *28515222052fc74b00f8ae1442ee6bfaf3d9db88* by
>    *practicalswift:*
>
>    [swiftc] Add test case for crash triggered in
>    - *add*:
>       validation-test/compiler_crashers/28284-swift-cantype-isreferencetypeimpl.swift
>
>    - Commit *af831051a10761441226b52cf5536ea2442dbc24* by *dan:*
>
>    Add using statements to improve readability and DRY
>    - *edit*: lib/IDE/CodeCompletion.cpp
>
>    - Commit *dd124ae4e9fed2507887ccf11e5cc76c49ab5031* by *eeckstein:*
>
>    Add SILCombine+SimplifyCFG passes between the ClosureSpecializer (and
>    - *edit*:
>       test/SILOptimizer/devirt_single_module_in_multiple_files.swift
>       - *edit*: lib/SILOptimizer/PassManager/Passes.cpp
>       - *add*: test/SILOptimizer/closure_spec_and_inline.swift
>
>    - Commit *1872a4ee2809a6431f8d81f50c3946a776d9c29c* by *spestov:*
>
>    AST: @_versioned types and storage are resilient
>    - *edit*: lib/AST/Decl.cpp
>       - *edit*: test/SILGen/struct_resilience.swift
>       - *edit*: validation-test/Evolution/Inputs/global_change_size.swift
>       - *edit*: lib/AST/DeclContext.cpp
>       - *edit*: lib/IRGen/GenDecl.cpp
>       - *edit*: validation-test/Evolution/test_global_change_size.swift
>
>    - Commit *0969f273d60aa744b0c4a9e264e304fbe05e923c* by *spestov:*
>
>    benchmark: Respect the SWIFT_DARWIN_XCRUN_TOOLCHAIN build setting
>    - *edit*: benchmark/CMakeLists.txt
>
>    - Commit *40e084ef727fa747bf7819f1c5bb1504916bf5f8* by *cwillmore:*
>
>    Fix passing of structurable tuple to single Any param.
>    - *edit*: lib/Sema/CSSimplify.cpp
>       - *edit*: test/Constraints/function.swift
>
>    - Commit *61a750adc60ad14f3097142a6663ff33d5e9c776* by *max.howell:*
>
>    getcwd() no longer throws
>    - *edit*: Sources/POSIX/getcwd.swift
>       - *edit*: Sources/Multitool/directories.swift
>       - *edit*: Sources/swift-build/main.swift
>       - *edit*: Tests/Utility/PathTests.swift
>       - *edit*: Sources/POSIX/mkdir.swift
>       - *edit*: Sources/swift-build/initPackage.swift
>       - *edit*: Sources/Utility/Path.swift
>       - *edit*: Tests/Functional/Utilities.swift
>
>    - Commit *2ce8a1810994a5bc3809731c594f2f519b49a5a1* by *max.howell:*
>
>    Remove SWIFT_BUILD_TOOL and SPM_INSTALL_PATH
>    - *edit*: Utilities/bootstrap
>       - *edit*: Sources/POSIX/system.swift
>
>    - Commit *e4bff9d9168e431e9fb01c7b142a050c90cac925* by *max.howell:*
>
>    Can build with toolchain other than swift-build’s
>    - *edit*: Sources/swift-build/main.swift
>       - *edit*: Utilities/bootstrap
>       - *edit*: Sources/Build/Command.compile(SwiftModule).swift
>       - *edit*: Sources/Build/Command.compile(ClangModule).swift
>       - *edit*: Sources/Build/ToolProtocol.swift
>       - *edit*: Sources/Utility/Path.swift
>       - *edit*: Tests/Functional/Utilities.swift
>       - *add*: Sources/Multitool/Toolchain.swift
>       - *edit*: Tests/Functional/TestMiscellaneous.swift
>       - *edit*: Tests/ManifestParser/ManifestTests.swift
>       - *delete*: Sources/Utility/Toolchain.swift
>       - *edit*: Sources/Build/describe().swift
>       - *edit*: Tests/Transmute/ModuleTests.swift
>       - *edit*: Sources/Multitool/build().swift
>       - *edit*: Tests/Build/DescribeTests.swift
>       - *edit*: Sources/POSIX/system.swift
>       - *edit*: Sources/swift-build/xp.swift
>       - *edit*: Sources/swift-build/usage.swift
>       - *edit*: Sources/Build/Command.link().swift
>       - *edit*: Sources/Multitool/Error.swift
>       - *edit*: Sources/Build/misc.swift
>       - *add*: Sources/swift-build/UserToolchain.swift
>
>    - Commit *1c3db5eab5759bdd3a087bb5f127648ea7869c8d* by *max.howell:*
>
>    Add --release flag for bootstrap script
>    - *edit*: Utilities/bootstrap
>
>    - Commit *3e3460d996be6f7e383b8c49ea77d5c877cf93ee* by *max.howell:*
>
>    Install release products when called /w --release
>    - *edit*: Utilities/bootstrap
>
>    - Commit *a327aa9362642fd133d4fd80fe03ce237821b7e5* by *todd.fiala:*
>
>    Guard xunit result test class and test method name access to prevent
>    - *edit*: packages/Python/lldbsuite/test/xunit_formatter.py
>
> Mishal Shah
> _______________________________________________
> 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/20160404/65df8ed8/attachment.html>


More information about the swift-dev mailing list