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

Todd Fiala tfiala at apple.com
Tue Nov 1 14:14:29 CDT 2016


Comments in the bug.  I have a candidate fix that I put in upstream in LLVM.org <http://llvm.org/> 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 at swift.org> wrote:
> 
> https://bugs.swift.org/browse/SR-3103 <https://bugs.swift.org/browse/SR-3103>
> 
>> On Nov 1, 2016, at 11:17 AM, mishal_shah via swift-dev <swift-dev at swift.org <mailto:swift-dev at 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 at swift.org <mailto:no-reply at 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/ <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>
>>> 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:
>>> https://bugs.swift.org/browse/SR-2718 <https://bugs.swift.org/browse/SR-2718> Xcode generated projects in custom
>>> 
>>> edit: Sources/Xcodeproj/generate().swift
>>> 
>>> Commit 0f6d5dbbadb2d05f48272c30fe8c4f8b06f38605 by ankit_aggarwal:
>>> https://bugs.swift.org/browse/SR-2811 <https://bugs.swift.org/browse/SR-2811> 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:
>>> https://bugs.swift.org/browse/SR-3001 <https://bugs.swift.org/browse/SR-3001> 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 at swift.org <mailto:swift-dev at swift.org>
>> https://lists.swift.org/mailman/listinfo/swift-dev <https://lists.swift.org/mailman/listinfo/swift-dev>
> 
> _______________________________________________
> swift-lldb-dev mailing list
> swift-lldb-dev at swift.org <mailto:swift-lldb-dev at swift.org>
> https://lists.swift.org/mailman/listinfo/swift-lldb-dev <https://lists.swift.org/mailman/listinfo/swift-lldb-dev>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-lldb-dev/attachments/20161101/23fb0f9f/attachment.html>


More information about the swift-lldb-dev mailing list