Skip to content

Fix tests

Fix tests #1352

Triggered via push December 11, 2023 13:02
Status Cancelled
Total duration 7m 2s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint-wasm: src/structs.rs#L154
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/contracts.rs:96:21 | 96 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 96 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: tests/rgb/web/contracts.rs#L96
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/contracts.rs:96:21 | 96 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 96 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: src/structs.rs#L154
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/proxy.rs:161:21 | 161 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 161 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: tests/rgb/web/proxy.rs#L161
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/proxy.rs:161:21 | 161 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 161 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: src/structs.rs#L154
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/proxy.rs:371:21 | 371 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 371 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: tests/rgb/web/proxy.rs#L371
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/proxy.rs:371:21 | 371 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 371 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: src/structs.rs#L154
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/swaps.rs:183:21 | 183 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 183 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: tests/rgb/web/swaps.rs#L183
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/swaps.rs:183:21 | 183 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 183 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: src/structs.rs#L154
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/transfers.rs:158:21 | 158 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 158 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
lint-wasm: tests/rgb/web/transfers.rs#L158
error[E0422]: cannot find struct, variant or union type `IssuePreRequest` in this scope --> tests/rgb/web/transfers.rs:158:21 | 158 | let issue_req = IssuePreRequest { | ^^^^^^^^^^^^^^^ | ::: /home/runner/work/bitmask-core/bitmask-core/src/structs.rs:154:1 | 154 | pub struct IssueRequest { | ----------------------- similarly named struct `IssueRequest` defined here | help: a struct with a similar name exists | 158 | let issue_req = IssueRequest { | ~~~~~~~~~~~~ help: consider importing this struct | 5 + use bitmask_core::structs::IssuePreRequest; |
test
The run was canceled by @josediegorobles.
test
The operation was canceled.