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

Doc.rs built document fail #116

Open
Tracked by #101
yanganto opened this issue Jul 15, 2021 · 3 comments
Open
Tracked by #101

Doc.rs built document fail #116

yanganto opened this issue Jul 15, 2021 · 3 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation Hacktoberfest lable for Hacktoberfest help wanted Extra attention is needed

Comments

@yanganto
Copy link
Member

yanganto commented Jul 15, 2021

The problem is that Doc.rs are building doc in an isolated container without network access.

[INFO] [stderr] error: failed to run custom build command for `ssvm-evmc-client v6.3.1-rc4`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/ssvm-evmc-client-e5797a5e1d9848c8/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   fatal: could not create leading directories of '/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ssvm-evmc-client-6.3.1-rc4/target/evmc-6.3.1-rc4-crates': Read-only file system
[INFO] [stderr]   thread 'main' panicked at 'failed to execute "git" "clone" "--branch=6.3.1-rc4-crates" "--recursive" 
@yanganto yanganto added the documentation Improvements or additions to documentation label Jul 15, 2021
@yanganto yanganto assigned yanganto and unassigned yanganto Jul 21, 2021
@yanganto
Copy link
Member Author

yanganto commented Jul 21, 2021

Base on this issue
rust-lang/docs.rs#806 (comment)

It is good to use git submodule in ssvm-evmc-client to fix this problem.

@yanganto yanganto added the bug Something isn't working label Jul 21, 2021
@yanganto
Copy link
Member Author

This issue is pendding, please click SewUpDoc badge in the README to see the latest documentation. Currrently, we are not hurry to fix this up.

@yanganto
Copy link
Member Author

yanganto commented Dec 25, 2021

Currently, sewup dependent on ssvm-evmc-client (6.3.1-rc4). This issue can be fixed with the solution that tensorflow did
tensorflow/rust#255 (comment)

However, we need to update the legacy dependency of ssvm-evmc-client, and also rust-ssvm before we introduce this solution.

Following are action items we need to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation Hacktoberfest lable for Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant