-
### Describe the bug
There is a reachable unwrap panic in `VsockStreamSocket::drop()` at kernel/src/net/socket/vsock/stream/socket.rs:354 when closing file descriptor in multiple processes.
https:…
-
I am new to the Rust ecosystem, but as part of my own learning curve, I wanted to create a small personal project which includes test coverage executed on my raspberry pi server.
My setup contains …
-
### Describe the bug
I'm running fuzzing test and set the fuzzer start with the Asterinas startup by changing `kcmd_args` in `OSDK.toml`:
```toml
kcmd_args = [
...
# "init=/usr/bin/busybo…
-
I understand that you use nightly compiler (which version?) for formatting purposes and stable (which version?) for compilation.
When contributing it is somewhat painful to see huge number of warni…
-
As seen in https://rust-lang-nursery.github.io/rust-toolstate/ and https://rust-lang.github.io/rustup-components-history/, the `miri` rustup component is not always available in every nightly. Current…
-
### Description / Steps to reproduce the issue
To reproduce the issue:
1. Configure for the `nucleo-l452re` config: ./tools/configure.sh -E -l nucleo-l452re:nsh
2. In the `make menuconfig` enable t…
-
I tried this code:
```Rust
use std::thread;
const KILO: usize = 1024;
const MEGA: usize = 1024 * KILO;
const GIGA: usize = 1024 * MEGA;
const BUFFER_SIZE: usize = 4 * GIGA;
const REQUIRED…
-
How is it possible to force [hub.docker.com/r/scorpil/rust](https://hub.docker.com/r/scorpil/rust) to recompile automated builds.
I use [rocket.rs](https://rocket.rs) and require the rust 1.18.0-ni…
-
This issue is reporting a bug in the code of Perseus. Details of the scope will be available in issue labels.
The author described their issue as follows:
> Every time I try and run `perseus deploy`…
-
I’m not very familiar with Docker and Docker Hub yet, so I’m not sure if this is how things would normally be set up there, but I expected that scorpil/rust’s nightly tag would be less than one day ol…