Title: Report

[FAILURE] oss-swift-package-osx [#3802]

Build URL:https://ci.swift.org/job/oss-swift-package-osx/3802/
Project:oss-swift-package-osx
Date of build:Wed, 19 Jul 2017 14:30:10 -0700
Build duration:1 hr 16 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit b08023a021f7048b804de96cb895a42d63fb11f8 by Simon Evans:

    SR-648: Allow swiftpm to statically link binaries on Linux

    • edit: utils/build-script-impl

  • Commit 03b067b94911212b3fadda6b3ac9f37cb77667fa by Simon Evans:

    [Linux] Reorder arguments for autolink files from swift-autolink-extract

    • edit: lib/Driver/ToolChains.cpp

  • Commit 3ac5e12c67eddbc5f15b40571fd944faa9f95b93 by Simon Evans:

    [Linux] Reorder the -Xlinker and -l arguments

    • add: test/Driver/linker-args-order-linux.swift
    • edit: lib/Driver/ToolChains.cpp

  • Commit fc93261c1551b09932f8e24a705698a416d0e63d by Simon Evans:

    Update the linker -Xlinker argument reordering test.

    • edit: test/Driver/linker-args-order-linux.swift

  • Commit 1a0b777275c65aeb1865d38ba5b390576dedff4e by Robert Widmann:

    Add parameter flags to Decl

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Decl.h

  • Commit 8cdddef2f878fb5d4c087e82779fe9aac6fd43a6 by Robert Widmann:

    Refactor Params to use flags

    • edit: lib/AST/Parameter.cpp
    • edit: lib/SIL/TypeLowering.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/AST/ASTMangler.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/SIL/SILFunctionType.cpp
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/PlaygroundTransform.cpp
    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Serialization/Deserialization.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/Sema/MiscDiagnostics.cpp
    • edit: lib/SILGen/SILGenLValue.cpp
    • edit: lib/AST/Type.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/SILGen/SILGenProlog.cpp
    • edit: lib/SILGen/SILGenConstructor.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/AST/Expr.cpp
    • edit: lib/SILGen/SILGenApply.cpp

  • Commit 5dfe3364a21658cdb3046442b4d0cae1953472d9 by Robert Widmann:

    Redo a hack in CSDiag

    • edit: lib/Sema/CSDiag.cpp
    • edit: test/expr/expressions.swift

  • Commit c8a1e5e9ec043f2685738f96219837c08dfbe9dc by Robert Widmann:

    Make TypeCheckPattern keep track of parameter mutability

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/TypeChecker.h

  • Commit 5d5d16393cf8f6bfa5b8ffc0b7db1fcc96d2a909 by Robert Widmann:

    Provide an alternative to requesting if an _expression_ has inout type

    • edit: lib/SILGen/ArgumentSource.h
    • edit: include/swift/AST/Decl.h
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/SILGen/ArgumentSource.cpp
    • edit: include/swift/AST/Expr.h

  • Commit c52bb9b36d5b5abf120ee105016a32b261b08b3a by Robert Widmann:

    Use new consistent parameter bits to do type matching

    • edit: include/swift/AST/TypeMatcher.h

  • Commit 490ab65c7eda06337909c6a85048cebffb01fd5c by Robert Widmann:

    Explicitly construct inout parameters in the builtin GSB

    • edit: lib/AST/Builtins.cpp

  • Commit 8f3f0a3f2e85678212fb658bbbf337b33d1714e1 by Robert Widmann:

    Use newly consistent parameter flags for code completion

    • edit: lib/IDE/CodeCompletionResultBuilder.h
    • edit: lib/IDE/CodeCompletion.cpp

  • Commit 7a97e4620391e7b362bfde6c34c11111503974df by Robert Widmann:

    Switch interface type computation to use params and bits

    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: lib/Sema/CSApply.cpp

  • Commit 21a27b05e62c05991e0cc9a538ca3e8a36fa58ee by Saleem Abdulrasool:

    stdlib: tweak printf specifier to be more portable

    • edit: stdlib/public/runtime/Reflection.mm

  • Commit e1140ca98a4814236ed3115e1c6b37aeb642a8e1 by Arnold Schwaighofer:

    SIL: Fix unconditional checked cast's memory behavior

    • edit: include/swift/SIL/SILNodes.def
    • edit: test/SILOptimizer/latecodemotion.sil

  • Commit 0258839815d7e210d44d1fad240d8cd56929fb34 by Ben Langmuir:

    [code-completion] Add leading-dot completion for enums

    • edit: include/swift/IDE/CodeCompletion.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: lib/IDE/CodeCompletion.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: test/SourceKit/CodeComplete/complete_inner.swift

  • Commit 675c9b6819b0ec773cc1f233e56f6c7428f6bb13 by Arnold Schwaighofer:

    Update side-effect.sil

    • edit: test/SILOptimizer/side-effect.sil

  • Commit 5a487cbcdba34870764db51f65bb6231841edd31 by Arnold Schwaighofer:

    Further refine memory effects of unconditional_checked_cast

    • edit: test/SILOptimizer/side-effect.sil
    • edit: lib/SILOptimizer/Analysis/SideEffectAnalysis.cpp

  • Commit d019485e3698b9c1e2fff00aa1966eab7c6e4584 by Robert Widmann:

    Address review comments

    • edit: include/swift/AST/Decl.h
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: include/swift/AST/Types.h
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/TypeCheckGeneric.cpp
    • edit: lib/AST/Parameter.cpp
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/AST/Builtins.cpp

  • Commit ebf7230224260ec0de2f6272f00bc890234e53a9 by Arnold Schwaighofer:

    Add comment that with semantic SIL we can go back to ignoring the read

    • edit: include/swift/SIL/SILNodes.def

  • Commit 6e3b3e6fc102557466407975249acaeddde58994 by David Hart:

    Remove FixableError and improve more error texts

    • edit: Sources/Basic/Process.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderV4Tests.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • edit: Sources/Basic/PathShims.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/Commands/Error.swift
    • edit: Sources/Commands/SwiftTestTool.swift
    • edit: Tests/CommandsTests/RunToolTests.swift
    • edit: Tests/FunctionalTests/ToolsVersionTests.swift
    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • edit: Tests/PackageGraphTests/PackageGraphTests.swift
    • edit: Sources/Utility/ArgumentParser.swift
    • delete: Sources/Basic/FixableError.swift
    • edit: Sources/Commands/Destination.swift
    • edit: Sources/PackageLoading/ModuleMapGenerator.swift
    • edit: Sources/Utility/SimplePersistence.swift
    • edit: Tests/UtilityTests/SimplePersistenceTests.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Sources/Commands/SwiftRunTool.swift
    • edit: Tests/PackageLoadingTests/ModuleMapGenerationTests.swift

  • Commit ead04a998b56df00cc58c93179f05653fe4d8a40 by Jason Molenda:

    The go OperatingSystem plugin can crash when the application has some

    • edit: source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to