Skip to content

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

@phansch

Description

@phansch
Member

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

Activity

added
C-bugCategory: Clippy is not doing the correct thing
on May 17, 2019
phansch

phansch commented on May 17, 2019

@phansch
MemberAuthor

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

flip1995

flip1995 commented on May 17, 2019

@flip1995
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

oli-obk commented on May 17, 2019

@oli-obk
Contributor

it's in nightly now

oli-obk

oli-obk commented on May 17, 2019

@oli-obk
Contributor

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

added a commit that references this issue on May 20, 2019
ghost

ghost commented on Jun 30, 2019

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: Clippy is not doing the correct thing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @oli-obk@phansch@flip1995

        Issue actions

          'extern location for serde does not exist' error on CI · Issue #4108 · rust-lang/rust-clippy