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

'extern location for serde does not exist' error on CI #4108

Closed
phansch opened this issue May 17, 2019 · 5 comments
Closed

'extern location for serde does not exist' error on CI #4108

phansch opened this issue May 17, 2019 · 5 comments
Labels
C-bug Category: Clippy is not doing the correct thing

Comments

@phansch
Copy link
Member

phansch commented May 17, 2019

For some reason, some of our Travis CI builds are failing with this error since today:

error: extern location for serde does not exist: target/debug/deps/libserde-61a62cbc4921f441.rmeta

error: aborting due to previous error

https://travis-ci.com/rust-lang/rust-clippy/jobs/201008591#L882

Clippy is building just fine, it's two tests depending on serde that are failing.

cc #4107, #4100

@phansch phansch added the C-bug Category: Clippy is not doing the correct thing label May 17, 2019
@phansch
Copy link
Member Author

phansch commented May 17, 2019

Notably this didn't happen in the beta backport PR: #4104

@flip1995
Copy link
Member

We could test in one of the PRs if it also occurs with the current nightly (Clippy should be buildable with it ATM). If that's the case the fault is with the master toolchain.

@oli-obk
Copy link
Contributor

oli-obk commented May 17, 2019

it's in nightly now

@oli-obk
Copy link
Contributor

oli-obk commented May 17, 2019

I guess rust-lang/rust#60190 looks very much like the cause

oli-obk added a commit that referenced this issue May 17, 2019
oli-obk added a commit that referenced this issue May 20, 2019
bors added a commit that referenced this issue May 20, 2019
Revert "Turn off two tests broken due to #4108"

This reverts commit 568a3ec which is unnecessary after #4115

changelog: none
@ghost
Copy link

ghost commented Jun 30, 2019

Can this issue be closed? It looks like the issue was resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Clippy is not doing the correct thing
Projects
None yet
Development

No branches or pull requests

3 participants