You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Mandatory Information
Current version 0.8.9, trying to update to 0.8.11:
jcli 0.8.9 (heads/v0.8.9-30d20d2e, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)]
2. Current version 0.8.9, trying to update to 0.8.11:
error: core::slice::<impl [T]>::len is not yet stable as a const fn
--> /root/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/bytes-0.5.4/src/bytes.rs:130:18
|
130 | len: bytes.len(),
| ^^^^^^^^^^^
Compiling tower-service v0.3.0
error: aborting due to previous error
error: Could not compile bytes.
warning: build failed, waiting for other jobs to finish...
error: failed to compile jormungandr v0.8.11 (/srv/jormungandr/jormungandr), intermediate artifacts can be found at /srv/jormungandr/target
Caused by:
build failed
Similar behavior occurs when compiling jcli:
# cargo install --path jcli --force
Installing jcli v0.8.11 (/srv/jormungandr/jcli)
Updating crates.io index
Compiling structopt v0.2.18
Compiling chain-impl-mockchain v0.1.0 (/srv/jormungandr/chain-deps/chain-impl-mockchain)
Compiling hyper-tls v0.3.2
Compiling reqwest v0.9.24
error[E0658]: use of unstable library feature 'weak_counts'
--> chain-deps/chain-impl-mockchain/src/multiverse.rs:85:48
|
85 | GcEntry::Collectable(weak) => weak.strong_count() == 0,
| ^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#57977
error: aborting due to previous error
For more information about this error, try rustc --explain E0658.
error: Could not compile chain-impl-mockchain.
warning: build failed, waiting for other jobs to finish...
error: failed to compile jcli v0.8.11 (/srv/jormungandr/jcli), intermediate artifacts can be found at /srv/jormungandr/target
Caused by:
build failed
Expected behavior
Both jormungandr and jcli should compile without any problems.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Mandatory Information
jcli 0.8.9 (heads/v0.8.9-30d20d2e, release, linux [x86_64]) - [rustc 1.38.0 (625451e37 2019-09-23)]
2. Current version 0.8.9, trying to update to 0.8.11:
To Reproduce
Steps to reproduce the behavior:
Similar behavior occurs when compiling jcli:
Expected behavior
Both jormungandr and jcli should compile without any problems.
The text was updated successfully, but these errors were encountered: