error: crate librocksdb_sys
required to be available in rlib format, but was not found in this form
#5130
Labels
type/bug
The issue is confirmed as a bug.
Per @BusyJay:
My first guess is that this is a cargo pipelining bug, as it has only shown up recently and specifically happens with
make
(where pipelining is turned on). Reportedly the problem goes away by runningmake
again, which also makes me think its likely a pipelining-related concurrency bug.cc @nrc
Similar report rust-lang/cargo#6993, closed as unreproducible.
Our current toolchain is nightly-2019-06-14. Probably worth doing an upgrade just as a stab-in-the-dark.
cc @alexcrichton
The text was updated successfully, but these errors were encountered: