Skip to content

[CLI] add a command to rollback state to a specific tx order #4577

[CLI] add a command to rollback state to a specific tx order

[CLI] add a command to rollback state to a specific tx order #4577

Triggered via pull request August 16, 2024 05:12
Status Success
Total duration 1h 7m 59s
Artifacts

check_build_test.yml

on: pull_request
Check-Build-Test
1h 7m
Check-Build-Test
Fit to window
Zoom out
Zoom in

Annotations

1 error, 2 warnings, and 1 notice
test-e2e/case/checkpoint.test.ts > Checkpoints Reading API > get events should be ok: sdk/typescript/rooch-sdk/test-e2e/setup.ts#L198
Error: Command failed: cargo run --bin rooch move publish -p ../../../examples/event --named-addresses rooch_examples=default --json Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s Running `/runner/_work/rooch/rooch/target/debug/rooch move publish -p ../../../examples/event --named-addresses rooch_examples=default --json` INCLUDING DEPENDENCY MoveStdlib INCLUDING DEPENDENCY MoveosStdlib BUILDING event Publish modules to address: rooch15fq568elkl8t8gh7ngjw7p3vlptvgl2tdf77962yk6shek85kqls0u3vqu(0xa2414d1f3fb7ceb3a2fe9a24ef062cf856c47d4b6a7de2e944b6a17cd8f4b03f) ❯ checkExecSyncError node:child_process:890:11 ❯ Proxy.execSync node:child_process:962:15 ❯ TestBox.roochCommand test-e2e/setup.ts:198:12 ❯ TestBox.cmdPublishPackage test-e2e/setup.ts:247:25 ❯ test-e2e/case/checkpoint.test.ts:130:34 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 1, signal: null, output: [ null, 'Transaction error: ErrorObject { code: ServerError(2), message: "status ABORTED of type Execution with sub status 1001", data: None }\n', '\u001b[1m\u001b[32m Finished\u001b[0m `dev` profile [unoptimized + debuginfo] target(s) in 0.91s\n\u001b[1m\u001b[32m Running\u001b[0m `/runner/_work/rooch/rooch/target/debug/rooch move publish -p ../../../examples/event --named-addresses rooch_examples=default --json`\nINCLUDING DEPENDENCY MoveStdlib\nINCLUDING DEPENDENCY MoveosStdlib\nBUILDING event\nPublish modules to address: rooch15fq568elkl8t8gh7ngjw7p3vlptvgl2tdf77962yk6shek85kqls0u3vqu(0xa2414d1f3fb7ceb3a2fe9a24ef062cf856c47d4b6a7de2e944b6a17cd8f4b03f)\n' ], pid: 126338, stdout: 'Transaction error: ErrorObject { code: ServerError(2), message: "status ABORTED of type Execution with sub status 1001", data: None }\n', stderr: '\u001b[1m\u001b[32m Finished\u001b[0m `dev` profile [unoptimized + debuginfo] target(s) in 0.91s\n\u001b[1m\u001b[32m Running\u001b[0m `/runner/_work/rooch/rooch/target/debug/rooch move publish -p ../../../examples/event --named-addresses rooch_examples=default --json`\nINCLUDING DEPENDENCY MoveStdlib\nINCLUDING DEPENDENCY MoveosStdlib\nBUILDING event\nPublish modules to address: rooch15fq568elkl8t8gh7ngjw7p3vlptvgl2tdf77962yk6shek85kqls0u3vqu(0xa2414d1f3fb7ceb3a2fe9a24ef062cf856c47d4b6a7de2e944b6a17cd8f4b03f)\n' }
Check-Build-Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check-Build-Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check-Build-Test
Git status is clean