Skip to content

Replaced OlmKit functions for content scanner with CryptoSDK #2228

Replaced OlmKit functions for content scanner with CryptoSDK

Replaced OlmKit functions for content scanner with CryptoSDK #2228

Triggered via pull request September 13, 2024 09:34
Status Failure
Total duration 7m 26s
Artifacts

ci-unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Unit Tests: MatrixSDKTests/Crypto/Verification/Transactions/SAS/MXSASTransactionV2UnitTests.swift#L81
test_startedState, XCTAssertEqual failed: ("MXSASTransactionState(rawValue: 1)") is not equal to ("MXSASTransactionState(rawValue: 2)")
Unit Tests
Process completed with exit code 1.
Unit Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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/
Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
Unit Tests: Pods/Pods.xcodeproj#L1
The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 13.1.99. (in target 'SwiftyBeaver-macOS' from project 'Pods')
Unit Tests: Pods/Realm/Realm/RLMAnalytics.mm#L125
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Unit Tests: Pods/Realm/Realm/RLMAccessor.mm#L538
incompatible pointer types sending 'id<NSFastEnumeration>' to parameter of type 'NSArray * _Nonnull' [-Wincompatible-pointer-types]
Unit Tests: MatrixSDK/Background/MXBackgroundStore.swift#L239
result of 'localUnreadEventCountPerThread(_:withTypeIn:)' has different optionality than expected by protocol 'MXStore'
Unit Tests: MatrixSDK/Crypto/MXCryptoV2.swift#L508
'reloadKeys(users:)' is deprecated: The application should not manually force reload keys, use `downloadKeysIfNecessary` instead
Unit Tests: MatrixSDK/Crypto/CryptoMachine/MXCryptoMachine.swift#L585
'reloadKeys(users:)' is deprecated: The application should not manually force reload keys, use `downloadKeysIfNecessary` instead
Unit Tests: MatrixSDK/Space/MXSpaceService.swift#L501
variable 'directRoomIds' was never mutated; consider changing to 'let' constant
Unit Tests: MatrixSDK/Space/MXSpaceFileStore.swift#L68
'archiveRootObject(_:toFile:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead
Unit Tests: MatrixSDK/Space/MXSpaceFileStore.swift#L81
'unarchiveObject(withFile:)' was deprecated in macOS 10.14: Use +unarchivedObjectOfClass:fromData:error: instead
Unit Tests: MatrixSDK/Data/RoomSummaryStore/CoreData/Models/MXRoomSummaryMO.swift#L96
'archivedData(withRootObject:)' was deprecated in macOS 10.14: Use +archivedDataWithRootObject:requiringSecureCoding:error: instead