Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upError when testing crate diesel_codegen #329
Comments
mgattozzi
referenced this issue
May 14, 2016
Closed
Cache the cargo dir for faster travis builds #43
This comment has been minimized.
|
You should be able to work around this temporarily by cloning the repo down and pointing at the path instead of at git. |
This comment has been minimized.
|
Caused by f90217f |
This comment has been minimized.
Arzte
commented
May 15, 2016
|
Same issue when cloning it down and pointing at the path. https://travis-ci.org/Alchemist-rs/Alchemist/jobs/130398227 |
This comment has been minimized.
|
I'll see if I can come up with reliable steps to reproduce, as I've seen this locally intermittently but I'm not sure what caused it. In the short term you can just revert the commit I referenced in the previous comment to work around |
This comment has been minimized.
Arzte
commented
Jun 17, 2016
|
Any update on this? |
This comment has been minimized.
|
Haven't had a ton of time to look into it yet |
This comment has been minimized.
|
I fixed it by deleting |
sgrif
closed this
Dec 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arzte commentedMay 14, 2016
I'm getting this error after running
cargo test, I'm using the nightly versiondiesel v0.6.1 (https://github.com/diesel-rs/diesel.git#2af2eaa3)in my dependencies, (which looks likediesel_codegen = { git = "https://github.com/diesel-rs/diesel.git", default-features = false, features=["nightly", "sqlite"] }in my cargo.toml) however I'm unsure whats causing this since it seems to come and go after installing diesel_cli. This is reproducable off and on locally and on travis.My rust version is:
rustc 1.10.0-nightly (d91f8ab0f 2016-05-07)My cargo version is:
cargo 0.11.0-nightly (b304305 2016-05-06)