bee icon indicating copy to clipboard operation
bee copied to clipboard

Invalid dashboard release didn't yield an error when building

Open samuel-rufi opened this issue 2 years ago • 0 comments

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 (https://github.com/iotaledger/bee/commit/e91bf9cae1139dc4ea8cf3cb4d24ecde02b985de)

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 avatar Apr 20 '22 09:04 samuel-rufi