[SDX-3448] iOS browserstack tests on CICD #156
Annotations
5 errors and 48 warnings
Run StandaloneOSX UI tests ๐งช
Unable to download artifact(s): Artifact not found for name: Build-StandaloneOSX
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
Run StandaloneWindows64 UI tests ๐งช
The job was canceled because "StandaloneOSX_self-hosted" failed.
|
Run StandaloneWindows64 UI tests ๐งช
Unable to download artifact(s): Artifact not found for name: Build-StandaloneWindows64
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
Run Android UI tests ๐งช
The job was canceled because "StandaloneOSX_self-hosted" failed.
|
Run Android UI tests ๐งช
The operation was canceled.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build StandaloneOSX for AltTester ๐ ๏ธ
No files were found with the provided path: sample/Builds/MacOS. No artifacts will be uploaded.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(227,27): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(228,33): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(229,37): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(230,29): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(231,28): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(74,18): warning CS8618: Non-nullable field 'onJS' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(75,23): warning CS8618: Non-nullable field 'onError' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(76,23): warning CS8618: Non-nullable field 'onHttpError' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build StandaloneOSX for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/Gree/Assets/Plugins/WebViewObject.cs(77,18): warning CS8618: Non-nullable field 'onAuth' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
No files were found with the provided path: sample/Builds/Windows64. No artifacts will be uploaded.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/ImmutableBrowserCore/WindowsWebBrowserClientAdapter.cs(16,16): warning CS8618: Non-nullable event 'OnUnityPostMessage' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Core/WebBrowserArgsBuilder.cs(30,68): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Logging/JsonLogSeverityConverter.cs(22,30): warning CS8765: Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Logging/JsonLogSeverityConverter.cs(27,32): warning CS8765: Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Logging/ProcessLogHandler.cs(25,18): warning CS8618: Non-nullable event 'OnProcessOutputLog' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Logging/ProcessLogHandler.cs(25,18): warning CS8618: Non-nullable event 'OnProcessErrorLog' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Communication/TCPCommunicationLayer.cs(64,32): warning CS8625: Cannot convert null literal to non-nullable reference type.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Logging/ProcessLogHandler.cs(75,45): warning CS8600: Converting null literal or possible null value to non-nullable type.
|
Build StandaloneWindows64 for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/Runtime/Logging/ProcessLogHandler.cs(76,20): warning CS8603: Possible null reference return.
|
Build iOS for AltTester ๐ ๏ธ
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build iOS for AltTester ๐ ๏ธ
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs(157,31): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,69): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,113): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,149): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,245): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,289): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(87,94): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(87,138): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build iOS for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(87,174): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Android for AltTester ๐ ๏ธ
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Android for AltTester ๐ ๏ธ
No files were found with the provided path: sample/Builds/Android. No artifacts will be uploaded.
|
Build Android for AltTester ๐ ๏ธ
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
Build Android for AltTester ๐ ๏ธ
Errors during XML parse:
|
Build Android for AltTester ๐ ๏ธ
Additionally, the fallback loader failed to parse the XML.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/Passport/Runtime/Scripts/Public/Passport.cs(157,31): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,69): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,113): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,149): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,245): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(69,289): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Android for AltTester ๐ ๏ธ
/github/workspace/src/Packages/ZkEvmApi/Runtime/Api/ActivitiesApi.cs(87,94): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run StandaloneOSX UI tests ๐งช
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Build-iOS
|
196 MB |
|