We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Providing the bee-plugin-dashboard/build.rs with an invalid .zip file (RELEASE_URL) didn't yield an error when building.
bee-plugin-dashboard/build.rs
.zip
RELEASE_URL
I expect the building process to yield an error when providing an invalid .zip file.
Compiling zip v0.5.13 Compiling bee-plugin-dashboard v0.1.0 (/bee/bee-node/bee-plugin/bee-plugin-dashboard) Compiling rocksdb v0.18.0 Compiling bee-storage-rocksdb v0.5.0 (/bee/bee-storage/bee-storage-rocksdb) Compiling bee-protocol v0.2.2 (/bee/bee-protocol) Compiling bee-rest-api v0.2.2 (/bee/bee-api/bee-rest-api) Compiling bee-plugin-mps v0.1.0 (/bee/bee-node/bee-plugin/bee-plugin-mps) Finished release [optimized] target(s) in 7m 26s Running `/bee/target/release/bee` ██████╗ ███████╗███████╗ ██╔��██╗██╔�����██╔����� ██████╦�█████╗ █████╗ ██╔��██╗██╔��� ██╔��� ██████╦�███████╗███████╗ ╚������ ╚�������╚������� 1.0.0-alpha1-8915326 2022-04-20 10:12:03 (UTC) bee_node::fullnode::builder �[92mINFO �[0m Joining network "alphanet-1", hrp "atoi". 2022-04-20 10:12:03 (UTC) bee_node::fullnode::builder �[92mINFO �[0m PeerId: 12D3KooWRNDu6PuVxGhLYjhbvdhKbFnXwi3Qed9Rrhpcvcy97Ep9 2022-04-20 10:12:03 (UTC) bee_node::fullnode::builder �[92mINFO �[0m Initializing gossip protocol... 2022-04-20 10:12:03 (UTC) bee_node::fullnode::builder �[92mINFO �[0m Initializing ledger...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Providing the
bee-plugin-dashboard/build.rs
with an invalid.zip
file (RELEASE_URL
) didn't yield an error when building.Rust version
Bee version
Expected behaviour
I expect the building process to yield an error when providing an invalid
.zip
file.Logs
The text was updated successfully, but these errors were encountered: