[BUG] cargo build -p iroha_client_cli fails field Error: Failed to check the smartcontract at path: #3447
Labels
Bug
Something isn't working
Dev defect
The defect was found at the development stage. Did not have an impact on users.
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
OS and Environment
Docker Hub, MacOS 13.3 Ventura
GIT commit hash
6daae99
Minimum working example / Steps to reproduce
docker pull --platform x86_64 hyperledger/iroha2:dev
docker-compose -f docker-compose.dev.yml up -d
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo build -p iroha_client_cli
Actual result
Compiling iroha_telemetry v2.0.0-pre-rc.13 (/Users/michaeltimofeev/Documents/soramitsu/iroha/telemetry)
Compiling iroha_client_cli v2.0.0-pre-rc.13 (/Users/michaeltimofeev/Documents/soramitsu/iroha/client_cli)
error: failed to run custom build command for
iroha_client v2.0.0-pre-rc.13 (/Users/michaeltimofeev/Documents/soramitsu/iroha/client)
Caused by:
process didn't exit successfully:
/Users/michaeltimofeev/Documents/soramitsu/iroha/target/debug/build/iroha_client-8e10dcd7037f731f/build-script-build
(exit status: 1)--- stdout
cargo:rerun-if-changed=tests/integration/smartcontracts
--- stderr
Error: Failed to check the smartcontract at path: /Users/michaeltimofeev/Documents/soramitsu/iroha/client/tests/integration/smartcontracts
Expected result
build successful
Who can help to reproduce?
@timofeevmd
The text was updated successfully, but these errors were encountered: