rooch icon indicating copy to clipboard operation
rooch copied to clipboard

Random test failed

Open jolestar opened this issue 1 year ago • 3 comments

malloc(): unaligned tcache chunk detected error: test failed, to rerun pass -p rooch-framework-tests --test tests

Caused by: process didn't exit successfully: /runner/_work/rooch/rooch/target/debug/deps/tests-b2307daf3ae0fc05 run (signal: 6, SIGABRT: process abort signal) Error: Process completed with exit code 101.

https://github.com/rooch-network/rooch/actions/runs/8475914508/job/23226655831?pr=1493

jolestar avatar Mar 29 '24 05:03 jolestar

realloc(): invalid next size error: test failed, to rerun pass -p rooch-framework-tests --test tests

Caused by: process didn't exit successfully: /runner/_work/rooch/rooch/target/release/deps/tests-c6130266fac3d7b7 run (signal: 6, SIGABRT: process abort signal)

jolestar avatar Apr 05 '24 12:04 jolestar

task 3 'run'. lines 56-69:
status EXECUTED
Error: error: the function "0x3::account_authentication::rotate_authentication_key" may not exists.
corrupted size vs. prev_size in fastbins

    ┌─ /runner/_work/rooch/rooch/frameworks/rooch-framework/sources/account_authentication.move:6:1
    │  
  6 │ ╭ module rooch_framework::account_authentication {
  7 │ │    
  8 │ │    use std::option::{Self, Option};
  9 │ │    use std::signer;
    · │
189 │ │    }
190 │ │ }
    │ ╰─^




Run with `env UB=1` (or `env UPDATE_BASELINE=1`) to save the current output as the new expected output


failures:
    run_test::cases/table/basic.move

test result: FAILED. 29 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.57s

error: test failed, to rerun pass `-p rooch-framework-tests --test tests`

Caused by:
  process didn't exit successfully: `/runner/_work/rooch/rooch/target/release/deps/tests-0f038c5a8a8d34ff run` (signal: 6, SIGABRT: process abort signal)

https://github.com/rooch-network/rooch/actions/runs/8787259029/job/24112048074?pr=1601

jolestar avatar Apr 23 '24 02:04 jolestar

thread '' panicked at /rustc/7cf61ebde7b22796c69757901dd346d0fe70bd97/library/alloc/src/collections/btree/node.rs:1199:35: range end index 18446744073709551615 out of range for slice of length 11 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace test run_test::cases/private_generics_direct_call.move ... FAILED test run_test::cases/call_std.move ... ok test run_test::cases/publish_cmd.move ... ok test run_test::cases/call_args_test.move ... ok test run_test::cases/private_generics_indirect_call.move ... ok

failures:

---- run_test::cases/private_generics_direct_call.move ---- test panicked: range end index 18446744073709551615 out of range for slice of length 11

failures: run_test::cases/private_generics_direct_call.move

jolestar avatar May 15 '24 12:05 jolestar