Skip to content

Update abstract-interface requirement from 0.15.1 to 0.18.0 #20

Update abstract-interface requirement from 0.15.1 to 0.18.0

Update abstract-interface requirement from 0.15.1 to 0.18.0 #20

Triggered via pull request July 31, 2023 08:28
Status Failure
Total duration 4m 21s
Artifacts

test.yml

on: pull_request
ubuntu / stable / coverage
4m 6s
ubuntu / stable / coverage
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

8 errors
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>;
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>;
ubuntu / stable
Process completed with exit code 101.
ubuntu / stable / coverage
Process completed with exit code 1.
ubuntu / beta
The job was canceled because "stable" failed.
ubuntu / beta
Process completed with exit code 101.