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

This error cannot be resolved when I measure boot time: #4573

Open
lebron8dong opened this issue Apr 22, 2024 · 3 comments
Open

This error cannot be resolved when I measure boot time: #4573

lebron8dong opened this issue Apr 22, 2024 · 3 comments

Comments

@lebron8dong
Copy link

https://github.com/firecracker-microvm/nsdi2020-data

This is the firecracker open source test script.

Excuting an order
cd ./prep
make
Report an error:

cd firecracker && tools/devtool -y build --release
[Firecracker devtool] Starting build (release, musl) ...
Updating crates.io index
warning: spurious network error (2 tries remaining): [7] Couldn't connect to server; class=Net (12)
warning: spurious network error (1 tries remaining): [7] Couldn't connect to server; class=Net (12)
error: failed to fetch https://github.com/rust-lang/crates.io-index

Caused by:
[7] Couldn't connect to server; class=Net (12)
make[1]: *** [Makefile:21: firecracker/build/cargo_target/x86_64-unknown-linux-musl/release/firecracker] Error 101
make[1]: Leaving directory '/home/aiot/nsdi2020-data/prep/firecracker'
make: *** [Makefile:4: all] Error 2

@lebron8dong
Copy link
Author

I changed the mirror source but got the same error.

@lebron8dong
Copy link
Author

lebron8dong commented Apr 24, 2024

How to measure the boot time of firecracker?

@JonathanWoollett-Light
Copy link
Contributor

How to measure the boot time of firecracker?

To measure boot time with recent versions of Firecracker it may be useful to look at https://github.com/firecracker-microvm/firecracker/blob/main/tests/integration_tests/performance/test_boottime.py. If you can use these tests it is highly preferred to https://github.com/firecracker-microvm/nsdi2020-data.

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