Skip to content

Update abstract-core requirement from 0.15.1 to 0.17.2 #16

Update abstract-core requirement from 0.15.1 to 0.17.2

Update abstract-core requirement from 0.15.1 to 0.17.2 #16

Triggered via pull request July 28, 2023 08:36
Status Failure
Total duration 3m 53s
Artifacts

check.yml

on: pull_request
stable / fmt
3m 43s
stable / fmt
nightly / doc
49s
nightly / doc
ubuntu / stable / features
1m 48s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
nightly / doc
Process completed with exit code 101.
conflicting implementations of trait `Prefixer<'_>` for type `&Namespace`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs#L80
error[E0119]: conflicting implementations of trait `Prefixer<'_>` for type `&Namespace` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs:80:1 | 80 | impl<'a> Prefixer<'a> for &Namespace { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: conflicting implementation in crate `cw_storage_plus`: - impl<'a, T> Prefixer<'a> for &'a T where T: Prefixer<'a>;
conflicting implementations of trait `PrimaryKey<'_>` for type `&Namespace`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs#L66
error[E0119]: conflicting implementations of trait `PrimaryKey<'_>` for type `&Namespace` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs:66:1 | 66 | impl<'a> PrimaryKey<'a> for &Namespace { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: conflicting implementation in crate `cw_storage_plus`: - impl<'a, T> PrimaryKey<'a> for &'a T where T: PrimaryKey<'a>;
beta / clippy
Clippy had exited with the 101 exit code
conflicting implementations of trait `Prefixer<'_>` for type `&Namespace`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs#L80
error[E0119]: conflicting implementations of trait `Prefixer<'_>` for type `&Namespace` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs:80:1 | 80 | impl<'a> Prefixer<'a> for &Namespace { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: conflicting implementation in crate `cw_storage_plus`: - impl<'a, T> Prefixer<'a> for &'a T where T: Prefixer<'a>;
conflicting implementations of trait `PrimaryKey<'_>` for type `&Namespace`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs#L66
error[E0119]: conflicting implementations of trait `PrimaryKey<'_>` for type `&Namespace` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/abstract-core-0.15.3/src/objects/namespace.rs:66:1 | 66 | impl<'a> PrimaryKey<'a> for &Namespace { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: conflicting implementation in crate `cw_storage_plus`: - impl<'a, T> PrimaryKey<'a> for &'a T where T: PrimaryKey<'a>;
stable / clippy
Clippy had exited with the 101 exit code
ubuntu / 1.64.0
Process completed with exit code 101.
ubuntu / stable / features
Process completed with exit code 1.
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/