Skip to content

Update dependency matrix-events-sdk to v2 #9817

Update dependency matrix-events-sdk to v2

Update dependency matrix-events-sdk to v2 #9817

Triggered via pull request October 1, 2024 15:44
Status Failure
Total duration 2m 39s
Artifacts

tests.yml

on: pull_request
Matrix: jest
Matrix: Downstream test matrix-react-sdk / Jest
Waiting for pending jobs
Downstream test matrix-react-sdk  /  Element Web Integration Tests
Downstream test matrix-react-sdk / Element Web Integration Tests
Run Complement Crypto tests  /  tests
Run Complement Crypto tests / tests
Jest tests
0s
Jest tests
Downstream test matrix-react-sdk  /  jest-tests
Downstream test matrix-react-sdk / jest-tests
Downstream Complement Crypto tests
0s
Downstream Complement Crypto tests
Downstream tests
3s
Downstream tests
Fit to window
Zoom out
Zoom in

Annotations

34 errors
Room › processPollEvents() › adds poll models to room state for a poll start event: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3719:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Room › processPollEvents() › adds related events to poll models and log errors: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3731:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Room › processPollEvents() › should retry on decryption: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3786:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Room › processPollEvents() › removes poll from state when redacted: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3809:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Jest [unit] (Node 22)
Process completed with exit code 1.
Jest [unit] (Node lts/*)
The job was canceled because "unit_22" failed.
Room › processPollEvents() › adds poll models to room state for a poll start event: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3719:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Room › processPollEvents() › adds related events to poll models and log errors: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3731:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Room › processPollEvents() › should retry on decryption: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3786:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Room › processPollEvents() › removes poll from state when redacted: spec/unit/room.spec.ts#L3711
TypeError: Cannot read properties of undefined (reading 'from') at from (spec/unit/room.spec.ts:3711:35) at Object.makePollStart (spec/unit/room.spec.ts:3809:36) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
Jest [unit] (Node lts/*)
Process completed with exit code 1.
Jest [integ] (Node 22)
The job was canceled because "unit_22" failed.
megolm-keys backup (rust-sdk) › Key backup check on UTD message › Alice checks key backups when receiving a message she can't decrypt: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
megolm-keys backup (rust-sdk) › Backup Changed from other sessions › If current backup has changed: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
megolm-keys backup (libolm) › Key backup check on UTD message › Alice checks key backups when receiving a message she can't decrypt: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
megolm-keys backup (libolm) › Backup Changed from other sessions › If current backup has changed: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
verification (rust-sdk) › Incoming verification in a DM › Encrypted verification request from Bob to Alice: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
verification (rust-sdk) › Incoming verification in a DM › If the verification request is not decrypted within 5 minutes: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
verification (libolm) › Incoming verification in a DM › Encrypted verification request from Bob to Alice: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
crypto (rust-sdk) › Unable to decrypt error codes › Decryption fails with UISI error: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at processPollEvent (src/models/room.ts:2114:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
crypto (rust-sdk) › Unable to decrypt error codes › IsolationMode decryption tests › NoIsolation mode - Decrypts with warning when cross-signed sender is required but sender is not cross-signed: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at processPollEvent (src/models/room.ts:2114:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
crypto (rust-sdk) › Alice gets a second room_key message: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
Jest [integ] (Node lts/*)
The job was canceled because "unit_22" failed.
megolm-keys backup (rust-sdk) › Key backup check on UTD message › Alice checks key backups when receiving a message she can't decrypt: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
megolm-keys backup (rust-sdk) › Backup Changed from other sessions › If current backup has changed: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
megolm-keys backup (libolm) › Key backup check on UTD message › Alice checks key backups when receiving a message she can't decrypt: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
megolm-keys backup (libolm) › Backup Changed from other sessions › If current backup has changed: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
verification (rust-sdk) › Incoming verification in a DM › Encrypted verification request from Bob to Alice: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
verification (rust-sdk) › Incoming verification in a DM › If the verification request is not decrypted within 5 minutes: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
verification (libolm) › Incoming verification in a DM › Encrypted verification request from Bob to Alice: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
crypto (rust-sdk) › Unable to decrypt error codes › Decryption fails with UISI error: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at processPollEvent (src/models/room.ts:2114:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
crypto (rust-sdk) › Unable to decrypt error codes › IsolationMode decryption tests › NoIsolation mode - Decrypts with warning when cross-signed sender is required but sender is not cross-signed: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at processPollEvent (src/models/room.ts:2114:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
crypto (rust-sdk) › Alice gets a second room_key message: src/models/room.ts#L2139
TypeError: Cannot read properties of undefined (reading 'matches') at matches (src/models/room.ts:2139:26) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9) at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7 at node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12 at Room.processPollEvent (src/models/room.ts:2159:10) at MatrixEvent.processPollEvent (src/models/room.ts:2134:22) at MatrixEvent.emit (src/models/typed-event-emitter.ts:89:22) at emit (src/models/event.ts:958:22) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
Jest tests
Process completed with exit code 1.