这是indexloc提供的服务,不要输入任何密码
Skip to content

Merge branch 'dev' of https://github.com/ChainSafe/web3.unity into dev #245

Merge branch 'dev' of https://github.com/ChainSafe/web3.unity into dev

Merge branch 'dev' of https://github.com/ChainSafe/web3.unity into dev #245

Triggered via push October 9, 2024 14:36
Status Failure
Total duration 15m 37s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Check and Commit / Duplicate Samples And Publish Dependencies
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 14 warnings
Erc1155Tests.TestBalanceOfBatch: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc1155Tests.TestImportNFTTexture: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc1155Tests.TestUri: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc20Tests.TestBalanceOf: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc20Tests.TestName: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc20Tests.TestNativeBalanceOf: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc20Tests.TestTotalSupply: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc721Tests.TestBalanceOf: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc721Tests.TestOwnerOf: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc721Tests.TestOwnerOfBatch: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Erc721Tests.TestUri: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmCustomResponseTests.TestMintErc1155: Packages/io.chainsafe.web3-unity/Tests/Runtime/EvmCustomResponseTests.cs#L192
System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmCustomResponseTests.TestSignMessage: Packages/io.chainsafe.web3-unity/Tests/Runtime/EvmCustomResponseTests.cs#L192
System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmCustomResponseTests.TestSignVerify: Packages/io.chainsafe.web3-unity/Tests/Runtime/EvmCustomResponseTests.cs#L192
System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmCustomResponseTests.TestTransferErc1155: Packages/io.chainsafe.web3-unity/Tests/Runtime/EvmCustomResponseTests.cs#L192
System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmCustomResponseTests.TestTransferErc20: Packages/io.chainsafe.web3-unity/Tests/Runtime/EvmCustomResponseTests.cs#L192
System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmTests.SignMessageWithPrivateKey: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmTests.TestContractCall: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
EvmTests.TestGetBlockNumber: Packages/io.chainsafe.web3-unity/Tests/Runtime/SampleTestsBase.cs#L34
SetUp : System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/cache@v2, game-ci/unity-test-runner@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode)
No files were found with the provided path: CodeCoverage. No artifacts will be uploaded.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/MarketplaceConfig.cs#L16
Nullability of reference types in return type of 'string? MarketplaceConfig.EndpointOverride.get' doesn't match implicitly implemented member 'string IMarketplaceConfig.EndpointOverride.get' (possibly because of nullability attributes).
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L25
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L31
Non-nullable property 'ContractAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L37
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItemToken.cs#L43
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplacePage.cs#L37
Non-nullable property 'Cursor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplacePage.cs#L43
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L19
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Check and Commit / Duplicate Samples And Publish Dependencies (src/UnitySampleProject, PlayMode): src/ChainSafe.Gaming.Marketplace/Dto/MarketplaceItem.cs#L31
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Test results for PlayMode". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size Digest
Test results for PlayMode Expired
475 KB