swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#4272]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/4272/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_10
Date of build:
Mon, 23 Jul 2018 22:00:15 -0500
Build duration:
17 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Tests:
Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 10664 test(s), Total: 10664 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 523 test(s), Total: 523 test(s)
Changes
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/swiftpm/Sources/SPMLLBuild/llbuild.swift:13:19: error: module file was created by an older version of the compiler; rebuild 'llbuildSwift' and try again: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/llbuild-linux-x86_64/products/llbuildSwift/llbuildSwift.swiftmodule **22:17:23** @_exported import llbuildSwift **22:17:23** ^
I don't understand how this could be my fault as opposed to, I guess, something in swiftpm's build system having changed so that it fails to rebuild all its libraries when given a new Swift compiler.
But this other failure is just a failure in my test, so reverting my PR seems prudent:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3/
John.
I don't understand how this could be my fault as opposed to, I guess, something in swiftpm's build system having changed so that it fails to rebuild all its libraries when given a new Swift compiler.
But this other failure is just a failure in my test, so reverting my PR seems prudent:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3/
I’ve opened https://github.com/apple/swift/pull/18175 to revert, but please check if that test if going to be easy to fix so instead of reverting we could do that.
I don't understand how this could be my fault as opposed to, I guess, something in swiftpm's build system having changed so that it fails to rebuild all its libraries when given a new Swift compiler.
But this other failure is just a failure in my test, so reverting my PR seems prudent:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3/
I’ve opened https://github.com/apple/swift/pull/18175 to revert, but please check if that test if going to be easy to fix so instead of reverting we could do that.
Alright, I'll see if I can reproduce it ASAP.
We should try clearing the workspaces on the 16.10 bots.
John.
I don't understand how this could be my fault as opposed to, I guess, something in swiftpm's build system having changed so that it fails to rebuild all its libraries when given a new Swift compiler.
But this other failure is just a failure in my test, so reverting my PR seems prudent:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3/
I’ve opened https://github.com/apple/swift/pull/18175 to revert, but please check if that test if going to be easy to fix so instead of reverting we could do that.
Alright, I'll see if I can reproduce it ASAP.
We should try clearing the workspaces on the 16.10 bots.
I can definitely trigger a clean build if you think that this is going to help?…
I don't understand how this could be my fault as opposed to, I guess, something in swiftpm's build system having changed so that it fails to rebuild all its libraries when given a new Swift compiler.
But this other failure is just a failure in my test, so reverting my PR seems prudent:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3/
I’ve opened https://github.com/apple/swift/pull/18175 to revert, but please check if that test if going to be easy to fix so instead of reverting we could do that.
Alright, I'll see if I can reproduce it ASAP.
We should try clearing the workspaces on the 16.10 bots.
I can definitely trigger a clean build if you think that this is going to help?…
On the 16.10 bots, it is definitely something to try; odds are very good that that's some sort of staleness issue.
It seems unlikely that that's the problem on the 18.04 bot, but I guess it wouldn't hurt.
John.
I don't understand how this could be my fault as opposed to, I guess, something in swiftpm's build system having changed so that it fails to rebuild all its libraries when given a new Swift compiler.
But this other failure is just a failure in my test, so reverting my PR seems prudent:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3/
I’ve opened https://github.com/apple/swift/pull/18175 to revert, but please check if that test if going to be easy to fix so instead of reverting we could do that.
Alright, I'll see if I can reproduce it ASAP.
We should try clearing the workspaces on the 16.10 bots.
I can definitely trigger a clean build if you think that this is going to help?…
On the 16.10 bots, it is definitely something to try; odds are very good that that's some sort of staleness issue.
It seems unlikely that that's the problem on the 18.04 bot, but I guess it wouldn't hurt.
Triggered cleanup of Linux bots, let's see if that helps!