Open shahmishal opened 7 years ago
That console log is way easier to work with than the Jenkins view 🙂
Install configuration: "Release"
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/base.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/block.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/data.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/dispatch.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/group.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/introspection.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/io.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/object.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/once.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/queue.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/semaphore.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/source.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/time.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/dispatch/module.modulemap
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/os/object.h
Up-to-date: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/include/os/linux_base.h
Installing: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/lib/libdispatch.so
Installing: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/lib/swift/linux/x86_64/Dispatch.swiftmodule
Installing: /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/home/buildnode/jenkins/workspace/swift-PR-Linux/branch-master/swift-nightly-install/usr/lib/swift/linux/x86_64/Dispatch.swiftdoc
Seems relevant. I suspect that the path may not be what the swift-package-tests are expecting?
@aciidb0mb3r Do you know whats going on here?
@shahmishal it is the same thing as apple/swift-corelibs-libdispatch#313
The install path is duplicated, which causes the not found issue.
This should be resolved now I believe.
@compnerd, I am still seeing this issue.
Attachment: Download
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | libdispatch | |Labels | Bug | |Assignee | None | |Priority | Medium | Watchers: @shahmishal md5: f3dda20c2a80668b4688bd4197d2c1b4Issue Description:
Failing Tests (6):
swift-package-tests :: swift-build-self-host.py
swift-package-tests :: swift-package-init-lib.md swift-package-tests :: swift-run.md
swift-package-tests :: test-complex-xctest-package/test-xctest-package.txt
swift-package-tests :: test-foundation-package/test-foundation-package.txt
swift-package-tests :: test-xctest-package/test-xctest-package.txt
https://ci.swift.org/job/swift-PR-Linux/878/console
Please see attached log for more info.