[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (swift 3.0) #142

FAIL: test_attach_to_process_by_name_dwarf (functionalities/process_attach/TestProcessAttach.py)

[TestProcessAttach.py FAILED]
Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang -s 2016-11-01-05_06_55 --results-port 42484 --inferior -p TestProcessAttach.py /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=0:int

2 out of 2 test suites processed - TestProcessAttach.py
Test rerun complete

···

On Nov 1, 2016, at 11:13 AM, no-reply@swift.org wrote:

[FAILURE] oss-swift-3.0-package-linux-ubuntu-15_10 [#142]

Build URL: https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/
Project: oss-swift-3.0-package-linux-ubuntu-15_10
Date of build: Tue, 01 Nov 2016 10:15:04 -0700
Build duration: 58 min
Identified problems:

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-3.0-package-linux-ubuntu-15_10/142/consoleFull#325231088fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Changes

Commit e4f029eba6d16044e134f37cb611e577a69a9d14 by ankit_aggarwal:
[ManifestLoader] Add suffix .swift to temp file created for manifest

edit: Package.swift
delete: Tests/PackageLoadingTests/Inputs/package-deps-manifest
delete: Tests/PackageLoadingTests/Inputs/target-deps-manifest
edit: Sources/PackageLoading/ManifestLoader.swift
add: Tests/PackageLoadingTests/Inputs/package-deps-manifest.swift
add: Tests/PackageLoadingTests/Inputs/target-deps-manifest.swift
edit: Tests/PackageLoadingTests/ManifestTests.swift
delete: Tests/PackageLoadingTests/Inputs/trivial-manifest
add: Tests/PackageLoadingTests/Inputs/trivial-manifest.swift

Commit a8d9d1e6414d58806a8dfc723bc6a37f0099a187 by ankit_aggarwal:
[Build] NIFC: Refactor method to have one return statement

edit: Sources/Build/Buildable.swift

Commit 7a2b4beac290a1dfd6233f097b9213fd31600460 by ankit_aggarwal:
[Build] Add -I flag to include directory of a ClangModule dependency

add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaExec/main.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header1.h
add: Fixtures/ClangModules/SwiftCMixed2/Package.swift
edit: Sources/Build/Buildable.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header2.h
edit: Tests/FunctionalTests/ClangModuleTests.swift

Commit d74f6a5cc8f00a10030d668cba898db6fcff672f by ankit_aggarwal:
[Basic] Add method to detect cycles in graphs

edit: Sources/Basic/GraphAlgorithms.swift
edit: Tests/BasicTests/GraphAlgorithmsTests.swift

Commit ffb8fa859b42bafe2a3a8e7fd12c391c83347ab2 by ankit_aggarwal:
[PackageBuilder] Diagnose cycles dependency in targets

edit: Sources/PackageLoading/PackageBuilder.swift
edit: Tests/PackageLoadingTests/ConventionTests.swift

Commit 4cf1c6dedfac4b6281dbf71969d2b3f2a4f3fd12 by ankit_aggarwal:
[PackageGraphLoader] Detect cycles in package dependencies

edit: Tests/PackageGraphTests/PackageGraphTests.swift
edit: Sources/PackageGraph/PackageGraphLoader.swift

Commit da2e4eda3e0b964056c2022da9d81449fb7c3714 by ankit_aggarwal:
[PackageBuilder] Allow executable as build order dependencies

edit: Tests/PackageLoadingTests/ConventionTests.swift
add: Fixtures/Miscellaneous/ExecDependency/.gitignore
add: Fixtures/Miscellaneous/ExecDependency/Package.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/lib/lib.swift
edit: Sources/PackageLoading/PackageBuilder.swift
edit: Sources/Build/Command.link(SwiftModule).swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec1/main.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec2/main.swift
edit: Tests/FunctionalTests/MiscellaneousTests.swift

Commit 66789c7a539bd59a5ba21b3fe1b11909e2cc18c7 by ankit_aggarwal:
[SR-2718] Xcode generated projects in custom locations have incorrect path to project in scheme file; causes broken refs to buildables · Issue #5211 · apple/swift-package-manager · GitHub Xcode generated projects in custom

edit: Sources/Xcodeproj/generate().swift

Commit 0f6d5dbbadb2d05f48272c30fe8c4f8b06f38605 by ankit_aggarwal:
[SR-2811] Generated Xcode projects need to allow .xcconfig files to override project settings · Issue #5202 · apple/swift-package-manager · GitHub Generated Xcode projects need to

edit: Sources/Xcodeproj/pbxproj().swift

Commit dcede6e916863b7176f8aeeba68aa2d8338f1b02 by ankit_aggarwal:
Add testing of an xcconfig override to the unit tests.

edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit b9b6b28776fa773ace18b909588ebaa32fa7621b by ankit_aggarwal:
[Xcodeproj] Default SDKROOT build setting to macosx

edit: Sources/Xcodeproj/XcodeProjectModel.swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit e6d2c56a9287e1b3830eabbec792adf0da75d326 by ankit_aggarwal:
Move SDKROOT to project level settings

edit: Sources/Xcodeproj/pbxproj().swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit f2d66fff24d922e34ec3b9b7c8ac1f9b811792d2 by ankit_aggarwal:
[SR-3001] Generated Xcode project has an incorrect linkage on an executable · Issue #5191 · apple/swift-package-manager · GitHub Generated Xcode project has an

edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit 1e452a9d002a4f8c747a2cf2da28410bcff305b6 by ankit_aggarwal:
[bootstrap] Generate xcconfig file before generating the project

edit: Utilities/bootstrap

···

On Nov 1, 2016, at 11:17 AM, mishal_shah via swift-dev <swift-dev@swift.org> wrote:

FAIL: test_attach_to_process_by_name_dwarf (functionalities/process_attach/TestProcessAttach.py)

[TestProcessAttach.py FAILED]
Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang -s 2016-11-01-05_06_55 --results-port 42484 --inferior -p TestProcessAttach.py /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=0:int

2 out of 2 test suites processed - TestProcessAttach.py
Test rerun complete

On Nov 1, 2016, at 11:13 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-3.0-package-linux-ubuntu-15_10 [#142]

Build URL: https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/
Project: oss-swift-3.0-package-linux-ubuntu-15_10
Date of build: Tue, 01 Nov 2016 10:15:04 -0700
Build duration: 58 min
Identified problems:

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-3.0-package-linux-ubuntu-15_10/142/consoleFull#325231088fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Changes

Commit e4f029eba6d16044e134f37cb611e577a69a9d14 by ankit_aggarwal:
[ManifestLoader] Add suffix .swift to temp file created for manifest

edit: Package.swift
delete: Tests/PackageLoadingTests/Inputs/package-deps-manifest
delete: Tests/PackageLoadingTests/Inputs/target-deps-manifest
edit: Sources/PackageLoading/ManifestLoader.swift
add: Tests/PackageLoadingTests/Inputs/package-deps-manifest.swift
add: Tests/PackageLoadingTests/Inputs/target-deps-manifest.swift
edit: Tests/PackageLoadingTests/ManifestTests.swift
delete: Tests/PackageLoadingTests/Inputs/trivial-manifest
add: Tests/PackageLoadingTests/Inputs/trivial-manifest.swift

Commit a8d9d1e6414d58806a8dfc723bc6a37f0099a187 by ankit_aggarwal:
[Build] NIFC: Refactor method to have one return statement

edit: Sources/Build/Buildable.swift

Commit 7a2b4beac290a1dfd6233f097b9213fd31600460 by ankit_aggarwal:
[Build] Add -I flag to include directory of a ClangModule dependency

add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaExec/main.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header1.h
add: Fixtures/ClangModules/SwiftCMixed2/Package.swift
edit: Sources/Build/Buildable.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header2.h
edit: Tests/FunctionalTests/ClangModuleTests.swift

Commit d74f6a5cc8f00a10030d668cba898db6fcff672f by ankit_aggarwal:
[Basic] Add method to detect cycles in graphs

edit: Sources/Basic/GraphAlgorithms.swift
edit: Tests/BasicTests/GraphAlgorithmsTests.swift

Commit ffb8fa859b42bafe2a3a8e7fd12c391c83347ab2 by ankit_aggarwal:
[PackageBuilder] Diagnose cycles dependency in targets

edit: Sources/PackageLoading/PackageBuilder.swift
edit: Tests/PackageLoadingTests/ConventionTests.swift

Commit 4cf1c6dedfac4b6281dbf71969d2b3f2a4f3fd12 by ankit_aggarwal:
[PackageGraphLoader] Detect cycles in package dependencies

edit: Tests/PackageGraphTests/PackageGraphTests.swift
edit: Sources/PackageGraph/PackageGraphLoader.swift

Commit da2e4eda3e0b964056c2022da9d81449fb7c3714 by ankit_aggarwal:
[PackageBuilder] Allow executable as build order dependencies

edit: Tests/PackageLoadingTests/ConventionTests.swift
add: Fixtures/Miscellaneous/ExecDependency/.gitignore
add: Fixtures/Miscellaneous/ExecDependency/Package.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/lib/lib.swift
edit: Sources/PackageLoading/PackageBuilder.swift
edit: Sources/Build/Command.link(SwiftModule).swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec1/main.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec2/main.swift
edit: Tests/FunctionalTests/MiscellaneousTests.swift

Commit 66789c7a539bd59a5ba21b3fe1b11909e2cc18c7 by ankit_aggarwal:
[SR-2718] Xcode generated projects in custom locations have incorrect path to project in scheme file; causes broken refs to buildables · Issue #5211 · apple/swift-package-manager · GitHub Xcode generated projects in custom

edit: Sources/Xcodeproj/generate().swift

Commit 0f6d5dbbadb2d05f48272c30fe8c4f8b06f38605 by ankit_aggarwal:
[SR-2811] Generated Xcode projects need to allow .xcconfig files to override project settings · Issue #5202 · apple/swift-package-manager · GitHub Generated Xcode projects need to

edit: Sources/Xcodeproj/pbxproj().swift

Commit dcede6e916863b7176f8aeeba68aa2d8338f1b02 by ankit_aggarwal:
Add testing of an xcconfig override to the unit tests.

edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit b9b6b28776fa773ace18b909588ebaa32fa7621b by ankit_aggarwal:
[Xcodeproj] Default SDKROOT build setting to macosx

edit: Sources/Xcodeproj/XcodeProjectModel.swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit e6d2c56a9287e1b3830eabbec792adf0da75d326 by ankit_aggarwal:
Move SDKROOT to project level settings

edit: Sources/Xcodeproj/pbxproj().swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit f2d66fff24d922e34ec3b9b7c8ac1f9b811792d2 by ankit_aggarwal:
[SR-3001] Generated Xcode project has an incorrect linkage on an executable · Issue #5191 · apple/swift-package-manager · GitHub Generated Xcode project has an

edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit 1e452a9d002a4f8c747a2cf2da28410bcff305b6 by ankit_aggarwal:
[bootstrap] Generate xcconfig file before generating the project

edit: Utilities/bootstrap

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

Comments in the bug. I have a candidate fix that I put in upstream in LLVM.org <http://llvm.org/&gt; LLDB svn trunk.

I’ll pull that through after I get the current merge settled.

···

On Nov 1, 2016, at 11:21 AM, mishal_shah via swift-lldb-dev <swift-lldb-dev@swift.org> wrote:

[SR-3103] TestProcessAttach.py FAILED · Issue #4509 · apple/llvm-project · GitHub

On Nov 1, 2016, at 11:17 AM, mishal_shah via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

FAIL: test_attach_to_process_by_name_dwarf (functionalities/process_attach/TestProcessAttach.py)

[TestProcessAttach.py FAILED]
Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang -s 2016-11-01-05_06_55 --results-port 42484 --inferior -p TestProcessAttach.py /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=0:int

2 out of 2 test suites processed - TestProcessAttach.py
Test rerun complete

On Nov 1, 2016, at 11:13 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-3.0-package-linux-ubuntu-15_10 [#142]

Build URL: https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/
Project: oss-swift-3.0-package-linux-ubuntu-15_10
Date of build: Tue, 01 Nov 2016 10:15:04 -0700
Build duration: 58 min
Identified problems:

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-3.0-package-linux-ubuntu-15_10/142/consoleFull#325231088fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Changes

Commit e4f029eba6d16044e134f37cb611e577a69a9d14 by ankit_aggarwal:
[ManifestLoader] Add suffix .swift to temp file created for manifest

edit: Package.swift
delete: Tests/PackageLoadingTests/Inputs/package-deps-manifest
delete: Tests/PackageLoadingTests/Inputs/target-deps-manifest
edit: Sources/PackageLoading/ManifestLoader.swift
add: Tests/PackageLoadingTests/Inputs/package-deps-manifest.swift
add: Tests/PackageLoadingTests/Inputs/target-deps-manifest.swift
edit: Tests/PackageLoadingTests/ManifestTests.swift
delete: Tests/PackageLoadingTests/Inputs/trivial-manifest
add: Tests/PackageLoadingTests/Inputs/trivial-manifest.swift

Commit a8d9d1e6414d58806a8dfc723bc6a37f0099a187 by ankit_aggarwal:
[Build] NIFC: Refactor method to have one return statement

edit: Sources/Build/Buildable.swift

Commit 7a2b4beac290a1dfd6233f097b9213fd31600460 by ankit_aggarwal:
[Build] Add -I flag to include directory of a ClangModule dependency

add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaExec/main.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header1.h
add: Fixtures/ClangModules/SwiftCMixed2/Package.swift
edit: Sources/Build/Buildable.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header2.h
edit: Tests/FunctionalTests/ClangModuleTests.swift

Commit d74f6a5cc8f00a10030d668cba898db6fcff672f by ankit_aggarwal:
[Basic] Add method to detect cycles in graphs

edit: Sources/Basic/GraphAlgorithms.swift
edit: Tests/BasicTests/GraphAlgorithmsTests.swift

Commit ffb8fa859b42bafe2a3a8e7fd12c391c83347ab2 by ankit_aggarwal:
[PackageBuilder] Diagnose cycles dependency in targets

edit: Sources/PackageLoading/PackageBuilder.swift
edit: Tests/PackageLoadingTests/ConventionTests.swift

Commit 4cf1c6dedfac4b6281dbf71969d2b3f2a4f3fd12 by ankit_aggarwal:
[PackageGraphLoader] Detect cycles in package dependencies

edit: Tests/PackageGraphTests/PackageGraphTests.swift
edit: Sources/PackageGraph/PackageGraphLoader.swift

Commit da2e4eda3e0b964056c2022da9d81449fb7c3714 by ankit_aggarwal:
[PackageBuilder] Allow executable as build order dependencies

edit: Tests/PackageLoadingTests/ConventionTests.swift
add: Fixtures/Miscellaneous/ExecDependency/.gitignore
add: Fixtures/Miscellaneous/ExecDependency/Package.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/lib/lib.swift
edit: Sources/PackageLoading/PackageBuilder.swift
edit: Sources/Build/Command.link(SwiftModule).swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec1/main.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec2/main.swift
edit: Tests/FunctionalTests/MiscellaneousTests.swift

Commit 66789c7a539bd59a5ba21b3fe1b11909e2cc18c7 by ankit_aggarwal:
[SR-2718] Xcode generated projects in custom locations have incorrect path to project in scheme file; causes broken refs to buildables · Issue #5211 · apple/swift-package-manager · GitHub Xcode generated projects in custom

edit: Sources/Xcodeproj/generate().swift

Commit 0f6d5dbbadb2d05f48272c30fe8c4f8b06f38605 by ankit_aggarwal:
[SR-2811] Generated Xcode projects need to allow .xcconfig files to override project settings · Issue #5202 · apple/swift-package-manager · GitHub Generated Xcode projects need to

edit: Sources/Xcodeproj/pbxproj().swift

Commit dcede6e916863b7176f8aeeba68aa2d8338f1b02 by ankit_aggarwal:
Add testing of an xcconfig override to the unit tests.

edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit b9b6b28776fa773ace18b909588ebaa32fa7621b by ankit_aggarwal:
[Xcodeproj] Default SDKROOT build setting to macosx

edit: Sources/Xcodeproj/XcodeProjectModel.swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit e6d2c56a9287e1b3830eabbec792adf0da75d326 by ankit_aggarwal:
Move SDKROOT to project level settings

edit: Sources/Xcodeproj/pbxproj().swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit f2d66fff24d922e34ec3b9b7c8ac1f9b811792d2 by ankit_aggarwal:
[SR-3001] Generated Xcode project has an incorrect linkage on an executable · Issue #5191 · apple/swift-package-manager · GitHub Generated Xcode project has an

edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit 1e452a9d002a4f8c747a2cf2da28410bcff305b6 by ankit_aggarwal:
[bootstrap] Generate xcconfig file before generating the project

edit: Utilities/bootstrap

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

_______________________________________________
swift-lldb-dev mailing list
swift-lldb-dev@swift.org <mailto:swift-lldb-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-lldb-dev

Thanks!

···

On Nov 1, 2016, at 12:14 PM, Todd Fiala <tfiala@apple.com> wrote:

Comments in the bug. I have a candidate fix that I put in upstream in LLVM.org <http://llvm.org/&gt; LLDB svn trunk.

I’ll pull that through after I get the current merge settled.

On Nov 1, 2016, at 11:21 AM, mishal_shah via swift-lldb-dev <swift-lldb-dev@swift.org <mailto:swift-lldb-dev@swift.org>> wrote:

[SR-3103] TestProcessAttach.py FAILED · Issue #4509 · apple/llvm-project · GitHub

On Nov 1, 2016, at 11:17 AM, mishal_shah via swift-dev <swift-dev@swift.org <mailto:swift-dev@swift.org>> wrote:

FAIL: test_attach_to_process_by_name_dwarf (functionalities/process_attach/TestProcessAttach.py)

[TestProcessAttach.py FAILED]
Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/build/buildbot_linux/llvm-linux-x86_64/bin/clang -s 2016-11-01-05_06_55 --results-port 42484 --inferior -p TestProcessAttach.py /home/buildnode/jenkins/workspace/oss-swift-3.0-package-linux-ubuntu-15_10/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=0:int

2 out of 2 test suites processed - TestProcessAttach.py
Test rerun complete

On Nov 1, 2016, at 11:13 AM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:

[FAILURE] oss-swift-3.0-package-linux-ubuntu-15_10 [#142]

Build URL: https://ci.swift.org/job/oss-swift-3.0-package-linux-ubuntu-15_10/142/
Project: oss-swift-3.0-package-linux-ubuntu-15_10
Date of build: Tue, 01 Nov 2016 10:15:04 -0700
Build duration: 58 min
Identified problems:

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-3.0-package-linux-ubuntu-15_10/142/consoleFull#325231088fca400bf-2f4a-462e-b517-e058d770b2d7&gt;
Changes

Commit e4f029eba6d16044e134f37cb611e577a69a9d14 by ankit_aggarwal:
[ManifestLoader] Add suffix .swift to temp file created for manifest

edit: Package.swift
delete: Tests/PackageLoadingTests/Inputs/package-deps-manifest
delete: Tests/PackageLoadingTests/Inputs/target-deps-manifest
edit: Sources/PackageLoading/ManifestLoader.swift
add: Tests/PackageLoadingTests/Inputs/package-deps-manifest.swift
add: Tests/PackageLoadingTests/Inputs/target-deps-manifest.swift
edit: Tests/PackageLoadingTests/ManifestTests.swift
delete: Tests/PackageLoadingTests/Inputs/trivial-manifest
add: Tests/PackageLoadingTests/Inputs/trivial-manifest.swift

Commit a8d9d1e6414d58806a8dfc723bc6a37f0099a187 by ankit_aggarwal:
[Build] NIFC: Refactor method to have one return statement

edit: Sources/Build/Buildable.swift

Commit 7a2b4beac290a1dfd6233f097b9213fd31600460 by ankit_aggarwal:
[Build] Add -I flag to include directory of a ClangModule dependency

add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaExec/main.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/Foo.c
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header1.h
add: Fixtures/ClangModules/SwiftCMixed2/Package.swift
edit: Sources/Build/Buildable.swift
add: Fixtures/ClangModules/SwiftCMixed2/Sources/SeaLib/include/SeaLib/header2.h
edit: Tests/FunctionalTests/ClangModuleTests.swift

Commit d74f6a5cc8f00a10030d668cba898db6fcff672f by ankit_aggarwal:
[Basic] Add method to detect cycles in graphs

edit: Sources/Basic/GraphAlgorithms.swift
edit: Tests/BasicTests/GraphAlgorithmsTests.swift

Commit ffb8fa859b42bafe2a3a8e7fd12c391c83347ab2 by ankit_aggarwal:
[PackageBuilder] Diagnose cycles dependency in targets

edit: Sources/PackageLoading/PackageBuilder.swift
edit: Tests/PackageLoadingTests/ConventionTests.swift

Commit 4cf1c6dedfac4b6281dbf71969d2b3f2a4f3fd12 by ankit_aggarwal:
[PackageGraphLoader] Detect cycles in package dependencies

edit: Tests/PackageGraphTests/PackageGraphTests.swift
edit: Sources/PackageGraph/PackageGraphLoader.swift

Commit da2e4eda3e0b964056c2022da9d81449fb7c3714 by ankit_aggarwal:
[PackageBuilder] Allow executable as build order dependencies

edit: Tests/PackageLoadingTests/ConventionTests.swift
add: Fixtures/Miscellaneous/ExecDependency/.gitignore
add: Fixtures/Miscellaneous/ExecDependency/Package.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/lib/lib.swift
edit: Sources/PackageLoading/PackageBuilder.swift
edit: Sources/Build/Command.link(SwiftModule).swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec1/main.swift
add: Fixtures/Miscellaneous/ExecDependency/Sources/exec2/main.swift
edit: Tests/FunctionalTests/MiscellaneousTests.swift

Commit 66789c7a539bd59a5ba21b3fe1b11909e2cc18c7 by ankit_aggarwal:
[SR-2718] Xcode generated projects in custom locations have incorrect path to project in scheme file; causes broken refs to buildables · Issue #5211 · apple/swift-package-manager · GitHub Xcode generated projects in custom

edit: Sources/Xcodeproj/generate().swift

Commit 0f6d5dbbadb2d05f48272c30fe8c4f8b06f38605 by ankit_aggarwal:
[SR-2811] Generated Xcode projects need to allow .xcconfig files to override project settings · Issue #5202 · apple/swift-package-manager · GitHub Generated Xcode projects need to

edit: Sources/Xcodeproj/pbxproj().swift

Commit dcede6e916863b7176f8aeeba68aa2d8338f1b02 by ankit_aggarwal:
Add testing of an xcconfig override to the unit tests.

edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit b9b6b28776fa773ace18b909588ebaa32fa7621b by ankit_aggarwal:
[Xcodeproj] Default SDKROOT build setting to macosx

edit: Sources/Xcodeproj/XcodeProjectModel.swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit e6d2c56a9287e1b3830eabbec792adf0da75d326 by ankit_aggarwal:
Move SDKROOT to project level settings

edit: Sources/Xcodeproj/pbxproj().swift
edit: Tests/XcodeprojTests/PackageGraphTests.swift

Commit f2d66fff24d922e34ec3b9b7c8ac1f9b811792d2 by ankit_aggarwal:
[SR-3001] Generated Xcode project has an incorrect linkage on an executable · Issue #5191 · apple/swift-package-manager · GitHub Generated Xcode project has an

edit: Tests/XcodeprojTests/PackageGraphTests.swift
edit: Sources/Xcodeproj/pbxproj().swift

Commit 1e452a9d002a4f8c747a2cf2da28410bcff305b6 by ankit_aggarwal:
[bootstrap] Generate xcconfig file before generating the project

edit: Utilities/bootstrap

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

_______________________________________________
swift-lldb-dev mailing list
swift-lldb-dev@swift.org <mailto:swift-lldb-dev@swift.org>
https://lists.swift.org/mailman/listinfo/swift-lldb-dev