This is more in line with the naming convention and so far there is no gui anyway.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC7bc6ada8fa77: [proof-manager-cli] Rename the proof-manager executable to proof-manager-cli
cd apps/proof-manager-cli cargo build --release
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- rename_proof_manager_cli
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35100 Build 69659: Build Diff proof-manager-cli Build 69658: arc lint + arc unit
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (proof-manager-cli) failed.
Tail of the build log:
test test_output_to_file ... FAILED
failures:
---- test_decode_auto_detection_json stdout ----
thread 'test_decode_auto_detection_json' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- test_decode_json_stakes stdout ----
thread 'test_decode_json_stakes' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
---- test_both_format_output stdout ----
thread 'test_both_format_output' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
---- test_decode_json_to_hex_stakes stdout ----
thread 'test_decode_json_to_hex_stakes' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
---- test_json_output_structure stdout ----
thread 'test_json_output_structure' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
---- test_nonexistent_file stdout ----
thread 'test_nonexistent_file' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
---- test_invalid_json_input stdout ----
thread 'test_invalid_json_input' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
---- test_output_to_file stdout ----
thread 'test_output_to_file' panicked at apps/proof-manager-cli/tests/fixture.rs:13:41:
called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/work/target/debug/proof-manager" }) }
failures:
test_both_format_output
test_decode_auto_detection_json
test_decode_json_stakes
test_decode_json_to_hex_stakes
test_invalid_json_input
test_json_output_structure
test_nonexistent_file
test_output_to_file
test result: FAILED. 0 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
error: test failed, to rerun pass `--test decode`
Build proof-manager-cli failed with exit code 101