Manas Kumar Das

Results 33 comments of Manas Kumar Das

The code block is an example of ExpressionStatement. Refer to https://doc.rust-lang.org/reference/statements.html#expression-statements for more details. In other words it is inline expression. ``` let x = String::new(); x; println!("{}", x); let...

With the exiting docker `CodeCoverage.Dockerfile` can't run `cargo tarpaulin --workspace`. I was getting error **build failed to run custom build command for prost-build v#.#.#**. To solve that we need to...

After solving https://github.com/pyrsia/pyrsia/pull/984#issuecomment-1220100798, getting following error. ``` error: failed to run custom build command for `pyrsia_cli v0.1.1 (/home/pyrsia/pyrsia_cli)` Caused by: process didn't exit successfully: `/home/pyrsia/target/debug/build/pyrsia_cli-d1e416be4a2bfbb7/build-script-build` (exit status: 1) --- stderr...

> After solving [#984 (comment)](https://github.com/pyrsia/pyrsia/pull/984#issuecomment-1220100798), getting following error. > > ``` > error: failed to run custom build command for `pyrsia_cli v0.1.1 (/home/pyrsia/pyrsia_cli)` > > Caused by: > process didn't...

``` ERROR cargo_tarpaulin: Failed to run tests: ASLR disable failed: EPERM: Operation not permitted Error: "Failed to run tests: ASLR disable failed: EPERM: Operation not permitted" ERROR cargo_tarpaulin: Failed to...

Opened a new issue https://github.com/pyrsia/pyrsia/issues/1033 to handle all issues related to local code coverage run on docker using `cargo tarpaulin`

> Relates to #826 (which can probably be closed in favor of this?) closing

Another instance of` peer_metrics::metrics::tests::disk_load_test` failing https://github.com/pyrsia/pyrsia/runs/7869961085?check_suite_focus=true

Test case simulates network and disk load. It measures network and disk stress before and after the execution of load. It expects load measures after the stress will be always...

Rust workflow is failing. Github filter https://github.com/pyrsia/pyrsia/actions/workflows/rust.yml?query=workflow%3ARust+is%3Afailure+branch%3Amain++ `network_load_test` & `disk_load_test` tests are failing intermittently. @fishseabowl also experienced the issue.