Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-6205] linux build bots: libdispatch - module.modulemap not found #670

Closed
swift-ci opened this issue Oct 23, 2017 · 5 comments
Closed

Comments

@swift-ci
Copy link

Previous ID SR-6205
Radar rdar://problem/35133942
Original Reporter shajrawi (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s libdispatch
Labels Bug
Assignee None
Priority Medium

md5: 1edb1c1ea5b30bee0deb9475d1503735

Issue Description:

CI Bots are failing - see https://ci.swift.org/job/swift-PR-Linux-smoke-test/1942/consoleFull#2986569723122a513-f36a-4c87-8ed7-cbc36a1ec144

[2/25] Generating swiftDispatch.o, swift/Dispatch.swiftmodule, swift/Dispatch.swiftdoc
FAILED: src/swiftDispatch.o src/swift/Dispatch.swiftmodule src/swift/Dispatch.swiftdoc
cd /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/src && /usr/bin/cmake -E make_directory /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/src/swift && /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/swift-linux-x86_64/bin/swiftc -emit-library -module-name Dispatch -module-link-name dispatch -emit-module-path /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/src/swift/Dispatch.swiftmodule -I /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch -O -Xcc -fblocks -Xcc -fmodule-map-file=/home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/dispatch/module.modulemap -force-single-frontend-invocation -c /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Block.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Data.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Dispatch.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/IO.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Private.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Queue.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Source.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Time.swift /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/src/swift/Wrapper.swift -o /home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/buildbot_linux/libdispatch-linux-x86_64/src/swiftDispatch.o
<unknown>:0: error: module map file '/home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/dispatch/module.modulemap' not found
<unknown>:0: error: module map file '/home/buildnode/jenkins/workspace/swift-PR-Linux-smoke-test/branch-master/swift-corelibs-libdispatch/dispatch/module.modulemap' not found<unknown>:0: error: missing required module 'SwiftShims'

@swift-ci
Copy link
Author

Comment by Joe Shajrawi (JIRA)

@swift-ci create

@belkadan
Copy link

cc @shahmishal, @compnerd

@compnerd
Copy link
Collaborator

Interesting. So, this is interesting since the module.modulemap here is actually a symlink that is created early in the configure process once. Is something wiping it out? Do we have full logs of the build?

See CMakeLists.txt for some more details.

@swift-ci
Copy link
Author

Comment by Joe Shajrawi (JIRA)

Unfortunately, it seems like the full logs got wiped - The link I provided gives me a 404 now...

@compnerd
Copy link
Collaborator

I think that this has been fixed a while ago.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants