Skip to content

Bump rust crypto sdk version 0.4.1 #2167

Bump rust crypto sdk version 0.4.1

Bump rust crypto sdk version 0.4.1 #2167

Triggered via pull request May 23, 2024 12:11
Status Failure
Total duration 10m 14s
Artifacts

ci-unit-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 12 warnings
Unit Tests: MatrixSDKTests/Crypto/Verification/Transactions/QRCode/QrCodeStub.swift#L21
non-class type 'QrCodeStub' cannot conform to class protocol 'QrCodeProtocol'
Unit Tests: MatrixSDKTests/Crypto/Verification/Transactions/SAS/SasStub.swift#L21
non-class type 'SasStub' cannot conform to class protocol 'SasProtocol'
Unit Tests: MatrixSDKTests/Crypto/Verification/Transactions/QRCode/QrCodeStub.swift#L21
non-class type 'QrCodeStub' cannot conform to class protocol 'QrCodeProtocol'
Unit Tests: MatrixSDKTests/Crypto/Verification/Transactions/SAS/SasStub.swift#L21
non-class type 'SasStub' cannot conform to class protocol 'SasProtocol'
Unit Tests
Process completed with exit code 1.
Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: 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/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 'AFNetworking-c94d3492' 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/Algorithms/RoomEvent/MXRoomEventDecryption.swift#L230
enum case 'MissingRoomKey' has 2 associated values; matching them as a tuple is deprecated
Unit Tests: MatrixSDK/Space/MXSpaceService.swift#L501
variable 'directRoomIds' was never mutated; consider changing to 'let' constant
Unit Tests: MatrixSDK/Background/MXBackgroundStore.swift#L239
result of 'localUnreadEventCountPerThread(_:withTypeIn:)' has different optionality than expected by protocol 'MXStore'
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