Skip to content

Initial commit

Initial commit #1

Triggered via push October 9, 2023 06:34
Status Failure
Total duration 4m 32s
Artifacts

actions.yml

on: push
Contracts  /  Wasm tests
30s
Contracts / Wasm tests
Contracts  /  Rust tests
4m 23s
Contracts / Rust tests
Contracts  /  Clippy linter check
4m 24s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 15 warnings
Contracts / Wasm tests
Process completed with exit code 127.
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L262
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:262:5 | 262 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L236
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:236:5 | 236 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L211
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:211:5 | 211 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L177
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:177:13 | 177 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 203 | impl_managed_type! {TokenIdentifier} | ------------------------------------ in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_managed_type` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L177
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:177:13 | 177 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 202 | impl_managed_type! {ManagedAddress} | ----------------------------------- in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_managed_type` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L177
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:177:13 | 177 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 201 | impl_managed_type! {EllipticCurve} | ---------------------------------- in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_managed_type` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L177
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:177:13 | 177 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 200 | impl_managed_type! {BigInt} | --------------------------- in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_managed_type` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L177
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:177:13 | 177 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 199 | impl_managed_type! {BigUint} | ---------------------------- in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_managed_type` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L177
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:177:13 | 177 | type Ref<'a> = ManagedRef<'a, M, Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 198 | impl_managed_type! {ManagedBuffer} | ---------------------------------- in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_managed_type` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L138
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:138:5 | 138 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L112
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:112:5 | 112 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L89
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:89:5 | 89 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L60
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:60:13 | 60 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ ... 84 | impl_int! {i64, 8} | ------------------ in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_int` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L60
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:60:13 | 60 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ ... 83 | impl_int! {i32, 4} | ------------------ in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_int` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L60
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:60:13 | 60 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ ... 82 | impl_int! {u64, 8} | ------------------ in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_int` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L60
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:60:13 | 60 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ ... 81 | impl_int! {u32, 4} | ------------------ in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_int` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L60
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:60:13 | 60 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ ... 80 | impl_int! {u16, 2} | ------------------ in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_int` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L60
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:60:13 | 60 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ ... 79 | impl_int! {u8, 1} | ----------------- in this macro invocation | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the macro `impl_int` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs#L38
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_vec_item.rs:38:5 | 38 | type Ref<'a>: Borrow<Self>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_option.rs#L188
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/managed_option.rs:188:5 | 188 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/esdt_token_payment.rs#L168
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/esdt_token_payment.rs:168:5 | 168 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/egld_or_esdt_token_identifier.rs#L27
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/wrapped/egld_or_esdt_token_identifier.rs:27:10 | 27 | #[derive(ManagedVecItem, Clone)] | ^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable = note: this error originates in the derive macro `ManagedVecItem` (in Nightly builds, run with -Z macro-backtrace for more info)
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/multi_value/esdt_token_payment_multi_arg.rs#L42
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/managed/multi_value/esdt_token_payment_multi_arg.rs:42:5 | 42 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
generic associated types are unstable: /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/flags/esdt_local_role.rs#L140
error[E0658]: generic associated types are unstable --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.36.1/src/types/flags/esdt_local_role.rs:140:5 | 140 | type Ref<'a> = Self; | ^^^^^^^^^^^^^^^^^^^^ | = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information = help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Clippy linter check
Clippy had exited with the 101 exit code
Contracts / Wasm tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Contracts / Wasm tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Wasm tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Wasm tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Wasm tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Rust tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Contracts / Rust tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Rust tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Rust tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Rust tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Clippy linter check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Contracts / Clippy linter check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Clippy linter check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Clippy linter check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Contracts / Clippy linter check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/