Skip to content

Instantly share code, notes, and snippets.

@Folaht
Created November 1, 2020 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Folaht/bf64ac3bd1c04d112412b69d00e099e2 to your computer and use it in GitHub Desktop.
Save Folaht/bf64ac3bd1c04d112412b69d00e099e2 to your computer and use it in GitHub Desktop.
Maidsafe compile error
[folaht@Resosur-uq sn_cli]$ cargo build --release
Compiling libc v0.2.79
Compiling itoa v0.4.6
Compiling either v1.6.1
Compiling futures v0.1.30
Compiling semver-parser v0.7.0
Compiling futures-sink v0.3.6
Compiling scopeguard v1.1.0
Compiling rand_core v0.4.2
Compiling hashbrown v0.9.1
Compiling pkg-config v0.3.18
Compiling try-lock v0.2.3
Compiling percent-encoding v1.0.1
Compiling openssl v0.10.30
Compiling foreign-types-shared v0.1.1
...
Compiling self_encryption v0.19.3
Compiling h2 v0.2.6
Compiling tokio v0.1.22
Compiling async-std v1.6.5
Compiling qp2p v0.8.5
Compiling qjsonrpc v0.0.8 (/home/folaht/safe/sn_api/qjsonrpc)
Compiling sn_data_types v0.11.24
Compiling hyper v0.13.8
Compiling hyper-tls v0.3.2
Compiling sn_transfers v0.2.2
Compiling reqwest v0.9.24
Compiling sn_client v0.42.1 (https://github.com/maidsafe/sn_client#6b16e2d3)
Compiling hyper-rustls v0.21.0
Compiling sn_api v0.15.0 (/home/folaht/safe/sn_api/sn_api)
Compiling reqwest v0.10.8
Compiling sn_cli v0.15.0 (/home/folaht/safe/sn_api/sn_cli)
error: reached the type-length limit while instantiating `<&mut alloc::sync::ArcInner<[clo...::atomic::AtomicBool>]>>>>::into`
|
= note: consider adding a `#![type_length_limit="2022292"]` attribute to your crate
error: aborting due to previous error
error: could not compile `sn_cli`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment