dove icon indicating copy to clipboard operation
dove copied to clipboard

Dove test broken on 1.6 when Diem specific code is referenced

Open villesundell opened this issue 2 years ago • 1 comments

Hello, fellow Move soldiers! We continue marching on, despite the negative news lately. Glad to see 1.6 being released nevertheless :tada:

The previous issue with dove test that was fixed in 1.5.6 (#180) reincarnated in 1.6.0-86817ac.

The test problem being:

┌── test_wrap ──────
│ ITE: An unknown error was reported. Location: 
│ VMError (if there is one): VMError {
│     major_status: UNEXPECTED_VERIFIER_ERROR,
│     sub_status: None,
│     message: Some(
│         "Unexpected verifier/deserialization error! This likely means there is code stored on chain that is unverifiable!\nError: VMError { major_status: MISSING_DEPENDENCY, sub_status: None, message: None, location: Module(ModuleId { address: 0000000000000000000000000000000000000000000000000000000000000001, name: Identifier(\"DiemAccount\") }), indices: [(FunctionHandle, 0)], offsets: [] }",
│     ),
│     location: Module(
│         ModuleId {
│             address: 0000000000000000000000000000000000000000000000000000000000000001,
│             name: Identifier(
│                 "DiemAccount",
│             ),
│         },
│     ),
│     indices: [
│         (
│             FunctionHandle,
│             0,
│         ),
│     ],
│     offsets: [],
│ }
└──────────────────

villesundell avatar Feb 09 '22 15:02 villesundell