I'm setting up Hyperledger Caliper and using it to test the sample repo. While performing this:
npx caliper launch manager --caliper-workspace . --caliper-benchconfig benchmarks/scenario/simple/config.yaml --caliper-networkconfig networks/ethereum/1node-clique/networkconfig.json
I got these errors:
2022.05.30-13:14:17.377 error [caliper] [caliper-utils] Unsuccessful command execution. Error code: 1. Terminating signal: null
2022.05.30-13:14:17.377 error [caliper] [caliper-engine] An error occurred while executing the start command: Error: Command failed: cd .; docker-compose -f ./networks/ethereum/1node-clique/docker-compose.yml up -d && sleep 60s
2022.05.30-11:47:31.196 error [caliper] [cli-launch-manager] Benchmark failed with error code 3
What's Benchmark failed with error code 3?