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

Invalid dashboard release didn't yield an error when building #1349

Open
samuel-rufi opened this issue Apr 20, 2022 · 0 comments
Open

Invalid dashboard release didn't yield an error when building #1349

samuel-rufi opened this issue Apr 20, 2022 · 0 comments
Labels
c-bug Category - Bug

Comments

@samuel-rufi
Copy link
Member

samuel-rufi commented Apr 20, 2022

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

  • Rust version: rustc 1.59.0 (9d1b2106e 2022-02-23)

Bee version

  • Bee version (version number, commit, or branch): Bee 1.0.0-alpha1-8915326 (e91bf9c)

Expected behaviour

I expect the building process to yield an error when providing an invalid .zip file.

Logs

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...
@samuel-rufi samuel-rufi added the c-bug Category - Bug label Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-bug Category - Bug
Projects
None yet
Development

No branches or pull requests

1 participant