Skip to content

enclaves: light client check #73

enclaves: light client check

enclaves: light client check #73

Triggered via pull request July 2, 2024 20:13
Status Failure
Total duration 1m 29s
Billable time 4m
Artifacts

cosmwasm-basic.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
no method named `thiserror_provide` found for reference `&ConversionOverflowError` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs#L107
error[E0599]: no method named `thiserror_provide` found for reference `&ConversionOverflowError` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs:107:9 | 107 | source: ConversionOverflowError, | ^^^^^^ method not found in `&ConversionOverflowError`
no method named `thiserror_provide` found for reference `&DivideByZeroError` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs#L100
error[E0599]: no method named `thiserror_provide` found for reference `&DivideByZeroError` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs:100:9 | 100 | source: DivideByZeroError, | ^^^^^^ method not found in `&DivideByZeroError`
no method named `thiserror_provide` found for reference `&OverflowError` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs#L94
error[E0599]: no method named `thiserror_provide` found for reference `&OverflowError` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs:94:9 | 94 | source: OverflowError, | ^^^^^^ method not found in `&OverflowError`
no method named `thiserror_provide` found for reference `&RecoverPubkeyError` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs#L33
error[E0599]: no method named `thiserror_provide` found for reference `&RecoverPubkeyError` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs:33:9 | 33 | source: RecoverPubkeyError, | ^^^^^^ method not found in `&RecoverPubkeyError`
no method named `thiserror_provide` found for reference `&VerificationError` in the current scope: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs#L27
error[E0599]: no method named `thiserror_provide` found for reference `&VerificationError` in the current scope --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs:27:9 | 27 | source: VerificationError, | ^^^^^^ method not found in `&VerificationError`
unknown feature `provide_any`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/lib.rs#L2
error[E0635]: unknown feature `provide_any` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/lib.rs:2:45 | 2 | #![cfg_attr(feature = "backtraces", feature(provide_any))] | ^^^^^^^^^^^
`#![feature]` may not be used on the stable release channel: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/lib.rs#L2
error[E0554]: `#![feature]` may not be used on the stable release channel --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/lib.rs:2:45 | 2 | #![cfg_attr(feature = "backtraces", feature(provide_any))] | ^^^^^^^^^^^
`#![feature]` may not be used on the stable release channel: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/lib.rs#L1
error[E0554]: `#![feature]` may not be used on the stable release channel --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/lib.rs:1:45 | 1 | #![cfg_attr(feature = "backtraces", feature(error_generic_member_access))] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
unresolved import `thiserror`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs#L23
error[E0432]: unresolved import `thiserror` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cosmwasm-std-1.5.2/src/errors/std_error.rs:23:10 | 23 | #[derive(Error, Debug)] | ^^^^^ no `ThiserrorProvide` in `__private` | note: found an item that was configured out --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/src/lib.rs:259:29 | 259 | pub use crate::provide::ThiserrorProvide; | ^^^^^^^^^^^^^^^^ = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
Test Suite
Process completed with exit code 101.
Schema
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Schema
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/