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

[CICD]Code coverage checker fail #80

Closed
jingchen2222 opened this issue Sep 21, 2022 · 0 comments
Closed

[CICD]Code coverage checker fail #80

jingchen2222 opened this issue Sep 21, 2022 · 0 comments

Comments

@jingchen2222
Copy link
Collaborator

Bug description

  • Would you like to work on a fix? [y/n]
Caused by:
  process didn't exit successfully: `/home/runner/work/db3/db3/target/llvm-cov-target/debug/build/substrate-test-runtime-3dc7e40855a606a9/build-script-build` (exit status: 1)
  --- stderr
  Rust WASM toolchain not installed, please install it!

  Further error information:
  ------------------------------------------------------------
     Compiling wasm-test v1.0.0 (/tmp/.tmpbRfrOO)
  error[E0463]: can't find crate for `std`
    |
    = note: the `wasm32-unknown-unknown` target may not be installed
    = help: consider downloading the target with `rustup target add wasm32-unknown-unknown`
    = help: consider building the standard library from source with `cargo build -Zbuild-std`

  error: cannot find macro `println` in this scope
   --> src/main.rs:3:5
    |
  3 |                 println!("{}", env!("RUSTC_VERSION"));
    |                 ^^^^^^^

  error: requires `sized` lang_item

  For more information about this error, try `rustc --explain E0463`.
  error: could not compile `wasm-test` due to 3 previous errors
  ------------------------------------------------------------

To Reproduce

Steps to reproduce the behavior:

  1. ...
  2. ...
  3. ...
  4. ...

Expected behavior

Screenshots

Environment

  • OS: [e.g. Ubuntu 20.04]
  • rtstore-tpl version: [e.g. 0.1.0]

Additional context

@imotai imotai closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants