scale_std 0.1.2

datastructures and algorithms to be run on the SCALE engine
Build #390510 2021-05-19T15:01:37.318757+00:00
# rustc version
rustc 1.54.0-nightly (4e3e6db01 2021-05-18)# docs.rs version
docsrs 0.6.0 (c2d325f 2021-05-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/scale_std-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/scale_std-0.1.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210518-1.54.0-nightly-4e3e6db01" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] e7f1de3551435eb449eedef9777814a596dac3c1d08ff48c598da07645aca906
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "e7f1de3551435eb449eedef9777814a596dac3c1d08ff48c598da07645aca906", kill_on_drop: false }`
[INFO] [stderr]    Compiling scale-core v0.1.2
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | scale_impl_generator::impls!();
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: SharingData.txt as specified in the SHARING_DATA env var does not exist: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::__deletec`, `crate::__deleteint`, `crate::__deletes`, `crate::__deletesint`, `crate::__newc`, `crate::__newint`, `crate::__news`, `crate::__newsint`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/alloc.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::{__deletec, __deleteint, __deletes, __deletesint, __newc, __newint, __news, __newsint};
[INFO] [stderr]   |             ^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^  ^^^^^^^^  ^^^^^^  ^^^^^^^^^ no `__newsint` in the root
[INFO] [stderr]   |             |          |            |          |             |       |         |
[INFO] [stderr]   |             |          |            |          |             |       |         no `__news` in the root
[INFO] [stderr]   |             |          |            |          |             |       no `__newint` in the root
[INFO] [stderr]   |             |          |            |          |             no `__newc` in the root
[INFO] [stderr]   |             |          |            |          no `__deletesint` in the root
[INFO] [stderr]   |             |          |            no `__deletes` in the root
[INFO] [stderr]   |             |          no `__deleteint` in the root
[INFO] [stderr]   |             no `__deletec` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `wasm32` in `arch`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:16:42
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub struct ClearModp(pub core::arch::wasm32::v128);
[INFO] [stderr]    |                                          ^^^^^^ could not find `wasm32` in `arch`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__crash` in module `$crate`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:465:26
[INFO] [stderr]     |
[INFO] [stderr] 234 |         panic!("this operation makes no sense")
[INFO] [stderr]     |         --------------------------------------- in this macro invocation
[INFO] [stderr] ...
[INFO] [stderr] 465 |         unsafe { $crate::__crash() }
[INFO] [stderr]     |                          ^^^^^^^ help: a function with a similar name exists: `crash`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:28:1
[INFO] [stderr]     |
[INFO] [stderr] 28  | pub fn crash() {
[INFO] [stderr]     | -------------- similarly named function `crash` defined here
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convmodp` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:9:18
[INFO] [stderr]   |
[INFO] [stderr] 9 |         unsafe { __convmodp(s, 64) }
[INFO] [stderr]   |                  ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__subcfi` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 |         unsafe { __subcfi(c, I) }
[INFO] [stderr]    |                  ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__output_clear` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:41:13
[INFO] [stderr]    |
[INFO] [stderr] 41 |             __output_clear(self, C);
[INFO] [stderr]    |             ^^^^^^^^^^^^^^---------
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: try calling `__output_clear` as a method: `self.__output_clear(C)`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__input_clear` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 |         unsafe { __input_clear(C) }
[INFO] [stderr]    |                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__print_reg` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:56:18
[INFO] [stderr]    |
[INFO] [stderr] 56 |         unsafe { __print_reg(self) }
[INFO] [stderr]    |                  ^^^^^^^^^^^------
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  help: try calling `__print_reg` as a method: `self.__print_reg()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__legendrec` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:63:18
[INFO] [stderr]    |
[INFO] [stderr] 63 |         unsafe { __legendrec(self) }
[INFO] [stderr]    |                  ^^^^^^^^^^^------
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  help: try calling `__legendrec` as a method: `self.__legendrec()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__digestc` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:70:18
[INFO] [stderr]    |
[INFO] [stderr] 70 |         unsafe { __digestc(self) }
[INFO] [stderr]    |                  ^^^^^^^^^------
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  help: try calling `__digestc` as a method: `self.__digestc()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__randc` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/clear_modp.rs:92:18
[INFO] [stderr]    |
[INFO] [stderr] 92 |         unsafe { __randc() }
[INFO] [stderr]    |                  ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__output_int` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/i64.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 |             __output_int(self, C);
[INFO] [stderr]    |             ^^^^^^^^^^^^---------
[INFO] [stderr]    |             |
[INFO] [stderr]    |             help: try calling `__output_int` as a method: `self.__output_int(C)`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__input_int` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/i64.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |         unsafe { __input_int(C) }
[INFO] [stderr]    |                  ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__rand` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/i64.rs:25:18
[INFO] [stderr]    |
[INFO] [stderr] 25 |         unsafe { __rand(self) }
[INFO] [stderr]    |                  ^^^^^^------
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  help: try calling `__rand` as a method: `self.__rand()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__randint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/i64.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |         unsafe { __randint() }
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__open_channel` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/io.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     unsafe { __open_channel(C) }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__close_channel` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/io.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         __close_channel(C);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__print_char_regint` in the crate root
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/print.rs:12:29
[INFO] [stderr]    |
[INFO] [stderr] 12 |             unsafe { crate::__print_char_regint(c.into()) }
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^ not found in the crate root
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__print_int` in the crate root
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/print.rs:46:37
[INFO] [stderr]    |
[INFO] [stderr] 46 |                     unsafe { crate::__print_int(self as i64) }
[INFO] [stderr]    |                                     ^^^^^^^^^^^ not found in the crate root
[INFO] [stderr] ...
[INFO] [stderr] 53 | impl_print!(isize, usize, i128, u128, i64, u64, i32, u32, i16, u16, i8, u8, bool);
[INFO] [stderr]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `impl_print` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsbitsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:16:23
[INFO] [stderr]    |
[INFO] [stderr] 16 |             SecretBit(__convsbitsint(self))
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^------
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       help: try calling `__convsbitsint` as a method: `self.__convsbitsint()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 |             __convsintsbit(self.0)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__opensbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:44:13
[INFO] [stderr]    |
[INFO] [stderr] 44 |             __opensbit(__convsintsbit(self.0))
[INFO] [stderr]    |             ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:44:24
[INFO] [stderr]    |
[INFO] [stderr] 44 |             __opensbit(__convsintsbit(self.0))
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsbitsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             SecretBit(__convsbitsint(__negb(__convsintsbit(self.0))))
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__negb` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:61:38
[INFO] [stderr]    |
[INFO] [stderr] 61 |             SecretBit(__convsbitsint(__negb(__convsintsbit(self.0))))
[INFO] [stderr]    |                                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:61:45
[INFO] [stderr]    |
[INFO] [stderr] 61 |             SecretBit(__convsbitsint(__negb(__convsintsbit(self.0))))
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsbitsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:75:23
[INFO] [stderr]    |
[INFO] [stderr] 75 |             SecretBit(__convsbitsint(__orsb(
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__orsb` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:75:38
[INFO] [stderr]    |
[INFO] [stderr] 75 |             SecretBit(__convsbitsint(__orsb(
[INFO] [stderr]    |                                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:76:17
[INFO] [stderr]    |
[INFO] [stderr] 76 |                 __convsintsbit(self.0),
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:77:17
[INFO] [stderr]    |
[INFO] [stderr] 77 |                 __convsintsbit(other.0),
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsbitsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:91:23
[INFO] [stderr]    |
[INFO] [stderr] 91 |             SecretBit(__convsbitsint(__xorsb(
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__xorsb` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:91:38
[INFO] [stderr]    |
[INFO] [stderr] 91 |             SecretBit(__convsbitsint(__xorsb(
[INFO] [stderr]    |                                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:92:17
[INFO] [stderr]    |
[INFO] [stderr] 92 |                 __convsintsbit(self.0),
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:93:17
[INFO] [stderr]    |
[INFO] [stderr] 93 |                 __convsintsbit(other.0),
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsbitsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:107:23
[INFO] [stderr]     |
[INFO] [stderr] 107 |             SecretBit(__convsbitsint(__andsb(
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__andsb` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:107:38
[INFO] [stderr]     |
[INFO] [stderr] 107 |             SecretBit(__convsbitsint(__andsb(
[INFO] [stderr]     |                                      ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |                 __convsintsbit(self.0),
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsintsbit` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |                 __convsintsbit(other.0),
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsbitsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:160:32
[INFO] [stderr]     |
[INFO] [stderr] 160 |             unsafe { SecretBit(__convsbitsint(__randsbit())) }
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__randsbit` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_bit.rs:160:47
[INFO] [stderr]     |
[INFO] [stderr] 160 |             unsafe { SecretBit(__convsbitsint(__randsbit())) }
[INFO] [stderr]     |                                               ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__sintbit` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 |             __sintbit(a, b.to_raw(), 0)
[INFO] [stderr]    |             ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__opensint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:22:18
[INFO] [stderr]    |
[INFO] [stderr] 22 |         unsafe { __opensint(*self) }
[INFO] [stderr]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__randsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:36:18
[INFO] [stderr]    |
[INFO] [stderr] 36 |         unsafe { __randsint() }
[INFO] [stderr]    |                  ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__invsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:44:18
[INFO] [stderr]    |
[INFO] [stderr] 44 |         unsafe { __invsint(self) }
[INFO] [stderr]    |                  ^^^^^^^^^------
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  help: try calling `__invsint` as a method: `self.__invsint()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:68:18
[INFO] [stderr]    |
[INFO] [stderr] 68 |         unsafe { __ltzsint(self - other) }.to_real()
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:72:19
[INFO] [stderr]    |
[INFO] [stderr] 72 |         unsafe { (__ltzsint(self - other)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]    |                   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:72:57
[INFO] [stderr]    |
[INFO] [stderr] 72 |         unsafe { (__ltzsint(self - other)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]    |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:76:18
[INFO] [stderr]    |
[INFO] [stderr] 76 |         unsafe { __ltzsint(other - self) }.to_real()
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:80:19
[INFO] [stderr]    |
[INFO] [stderr] 80 |         unsafe { (__ltzsint(other - self)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]    |                   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:80:57
[INFO] [stderr]    |
[INFO] [stderr] 80 |         unsafe { (__ltzsint(other - self)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]    |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:84:18
[INFO] [stderr]    |
[INFO] [stderr] 84 |         unsafe { __eqzsint(other - self) }.to_real()
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:95:18
[INFO] [stderr]    |
[INFO] [stderr] 95 |         unsafe { __ltzsint(self).to_real() }
[INFO] [stderr]    |                  ^^^^^^^^^------
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  help: try calling `__ltzsint` as a method: `self.__ltzsint()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:99:19
[INFO] [stderr]    |
[INFO] [stderr] 99 |         unsafe { (__ltzsint(self)).to_real() | (__eqzsint(self)).to_real() }
[INFO] [stderr]    |                   ^^^^^^^^^------
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   help: try calling `__ltzsint` as a method: `self.__ltzsint()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:99:49
[INFO] [stderr]    |
[INFO] [stderr] 99 |         unsafe { (__ltzsint(self)).to_real() | (__eqzsint(self)).to_real() }
[INFO] [stderr]    |                                                 ^^^^^^^^^------
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 help: try calling `__eqzsint` as a method: `self.__eqzsint()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:111:18
[INFO] [stderr]     |
[INFO] [stderr] 111 |         unsafe { __eqzsint(self).to_real() }
[INFO] [stderr]     |                  ^^^^^^^^^------
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  help: try calling `__eqzsint` as a method: `self.__eqzsint()`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:122:18
[INFO] [stderr]     |
[INFO] [stderr] 122 |         unsafe { __ltzsint(self - other).to_real() }
[INFO] [stderr]     |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:126:19
[INFO] [stderr]     |
[INFO] [stderr] 126 |         unsafe { (__ltzsint(self - other)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]     |                   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:126:57
[INFO] [stderr]     |
[INFO] [stderr] 126 |         unsafe { (__ltzsint(self - other)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]     |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:130:18
[INFO] [stderr]     |
[INFO] [stderr] 130 |         unsafe { __ltzsint(other - self).to_real() }
[INFO] [stderr]     |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ltzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:134:19
[INFO] [stderr]     |
[INFO] [stderr] 134 |         unsafe { (__ltzsint(other - self)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]     |                   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:134:57
[INFO] [stderr]     |
[INFO] [stderr] 134 |         unsafe { (__ltzsint(other - self)).to_real() | (__eqzsint(other - self)).to_real() }
[INFO] [stderr]     |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__eqzsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:138:18
[INFO] [stderr]     |
[INFO] [stderr] 138 |         unsafe { __eqzsint(other - self).to_real() }
[INFO] [stderr]     |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__sintbit` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:176:18
[INFO] [stderr]     |
[INFO] [stderr] 176 |         unsafe { __sintbit(self, b.to_raw(), I) }
[INFO] [stderr]     |                  ^^^^^^^^^---------------------
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  help: try calling `__sintbit` as a method: `self.__sintbit(b.to_raw(), I)`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__bitsint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:183:18
[INFO] [stderr]     |
[INFO] [stderr] 183 |         unsafe { __bitsint(self, I).to_real() }
[INFO] [stderr]     |                  ^^^^^^^^^---------
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  help: try calling `__bitsint` as a method: `self.__bitsint(I)`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__sand` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:191:18
[INFO] [stderr]     |
[INFO] [stderr] 191 |         unsafe { __sand(self, bit.to_raw()) }
[INFO] [stderr]     |                  ^^^^^^--------------------
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  help: try calling `__sand` as a method: `self.__sand(bit.to_raw())`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__sand` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:199:18
[INFO] [stderr]     |
[INFO] [stderr] 199 |         unsafe { __sand(val, self.to_raw()) }
[INFO] [stderr]     |                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__mul2sint` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_i64.rs:206:9
[INFO] [stderr]     |
[INFO] [stderr] 206 |         __mul2sint(a, b)
[INFO] [stderr]     |         ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convsuregsint` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:9:18
[INFO] [stderr]   |
[INFO] [stderr] 9 |         unsafe { __convsuregsint(val) }
[INFO] [stderr]   |                  ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ldsi` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:17:21
[INFO] [stderr]    |
[INFO] [stderr] 17 |             let s = __ldsi(0);
[INFO] [stderr]    |                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__addm` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             __addm(s, a)
[INFO] [stderr]    |             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__ldsi` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:28:21
[INFO] [stderr]    |
[INFO] [stderr] 28 |             let s = __ldsi(0);
[INFO] [stderr]    |                     ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__convint` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:29:21
[INFO] [stderr]    |
[INFO] [stderr] 29 |             let c = __convint(a);
[INFO] [stderr]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__addm` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 |             __addm(s, c)
[INFO] [stderr]    |             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__subsfi` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:70:18
[INFO] [stderr]    |
[INFO] [stderr] 70 |         unsafe { __subsfi(s, I) }
[INFO] [stderr]    |                  ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__private_output` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:127:13
[INFO] [stderr]     |
[INFO] [stderr] 127 |             __private_output(self, P, C);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^------------
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: try calling `__private_output` as a method: `self.__private_output(P, C)`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__private_input` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/secret_modp.rs:135:18
[INFO] [stderr]     |
[INFO] [stderr] 135 |         unsafe { __private_input(P, C) }
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__start_clock` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:11:14
[INFO] [stderr]    |
[INFO] [stderr] 11 |     unsafe { __start_clock(ID) }
[INFO] [stderr]    |              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__stop_clock` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 17 |     unsafe { __stop_clock(ID) }
[INFO] [stderr]    |              ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__reqbl` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:23:14
[INFO] [stderr]    |
[INFO] [stderr] 23 |     unsafe { __reqbl(BIT_LENGTH) }
[INFO] [stderr]    |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__crash` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 |     unsafe { __crash() }
[INFO] [stderr]    |              ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__restart` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:35:14
[INFO] [stderr]    |
[INFO] [stderr] 35 |     unsafe { __restart() }
[INFO] [stderr]    |              ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__clear_memory` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:41:14
[INFO] [stderr]    |
[INFO] [stderr] 41 |     unsafe { __clear_memory() }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__clear_registers` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:47:14
[INFO] [stderr]    |
[INFO] [stderr] 47 |     unsafe { __clear_registers() }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__gc` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:53:5
[INFO] [stderr]    |
[INFO] [stderr] 53 |     __gc(ID)
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__lf` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:59:5
[INFO] [stderr]    |
[INFO] [stderr] 59 |     __lf(ID)
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `__crash` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:335:14
[INFO] [stderr]     |
[INFO] [stderr] 335 |     unsafe { __crash() }
[INFO] [stderr]     |              ^^^^^^^ help: a function with a similar name exists: `crash`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/system.rs:28:1
[INFO] [stderr]     |
[INFO] [stderr] 28  | pub fn crash() {
[INFO] [stderr]     | -------------- similarly named function `crash` defined here
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:68:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl AnyRegister for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:68:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl AnyRegister for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:68:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl AnyRegister for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::ClearModp * types::ClearModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Mul` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:68:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl AnyRegister for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::ClearModp - types::ClearModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Sub` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:68:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl AnyRegister for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::ClearModp + types::ClearModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Add` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: Stack` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:68:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 68 | impl AnyRegister for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `Stack` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 69 | impl AnyRegister for SecretModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 69 | impl AnyRegister for SecretModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::SecretModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 69 | impl AnyRegister for SecretModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::SecretModp - types::SecretModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Sub` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::SecretModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 69 | impl AnyRegister for SecretModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::SecretModp + types::SecretModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Add` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: Stack` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:69:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 69 | impl AnyRegister for SecretModp {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `Stack` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `i64: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:70:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 70 | impl AnyRegister for i64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `i64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `i64: StoreInMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:70:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 70 | impl AnyRegister for i64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `i64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `i64: Stack` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:70:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 70 | impl AnyRegister for i64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `Stack` is not implemented for `i64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretI64: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:71:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl AnyRegister for SecretI64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::SecretI64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretI64: StoreInMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:71:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl AnyRegister for SecretI64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::SecretI64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::SecretI64` by `types::SecretI64`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:71:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl AnyRegister for SecretI64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::SecretI64 * types::SecretI64`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Mul` is not implemented for `types::SecretI64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretI64` from `types::SecretI64`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:71:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl AnyRegister for SecretI64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::SecretI64 - types::SecretI64`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Sub` is not implemented for `types::SecretI64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretI64` to `types::SecretI64`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:71:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl AnyRegister for SecretI64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ no implementation for `types::SecretI64 + types::SecretI64`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Add` is not implemented for `types::SecretI64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretI64: Stack` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:71:6
[INFO] [stderr]    |
[INFO] [stderr] 64 |         pub trait AnyRegister: $($bound+)* Sized {}
[INFO] [stderr]    |                                  ------ required by this bound in `AnyRegister`
[INFO] [stderr] ...
[INFO] [stderr] 71 | impl AnyRegister for SecretI64 {}
[INFO] [stderr]    |      ^^^^^^^^^^^ the trait `Stack` is not implemented for `types::SecretI64`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 95 |     + Sub<SecretModp, Output = SecretModp>
[INFO] [stderr]    |       ------------------------------------ required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ no implementation for `types::ClearModp - types::SecretModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Sub<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 94 |     + Add<SecretModp, Output = SecretModp>
[INFO] [stderr]    |       ------------------------------------ required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ no implementation for `types::ClearModp + types::SecretModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Add<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::SecretModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 93 |     + Mul<SecretModp, Output = SecretModp>
[INFO] [stderr]    |       ------------------------------------ required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ no implementation for `types::ClearModp * types::SecretModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Mul<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 92 |     + Sub<ClearModp, Output = Self>
[INFO] [stderr]    |       ----------------------------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ no implementation for `types::ClearModp - types::ClearModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Sub` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 91 |     + Add<ClearModp, Output = Self>
[INFO] [stderr]    |       ----------------------------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ no implementation for `types::ClearModp + types::ClearModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Add` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::ClearModp`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 90 |     + Mul<ClearModp, Output = Self>
[INFO] [stderr]    |       ----------------------------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ no implementation for `types::ClearModp * types::ClearModp`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `core::ops::Mul` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] 86 |     AnyRegister
[INFO] [stderr]    |     ----------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] 86 |     AnyRegister
[INFO] [stderr]    |     ----------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: Stack` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:99:6
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub trait InnerModp:
[INFO] [stderr]    |           --------- required by a bound in this
[INFO] [stderr] 86 |     AnyRegister
[INFO] [stderr]    |     ----------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl InnerModp for ClearModp {}
[INFO] [stderr]    |      ^^^^^^^^^ the trait `Stack` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 95  |     + Sub<SecretModp, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------------ required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ no implementation for `types::SecretModp - types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 94  |     + Add<SecretModp, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------------ required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ no implementation for `types::SecretModp + types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 92  |     + Sub<ClearModp, Output = Self>
[INFO] [stderr]     |       ----------------------------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ no implementation for `types::SecretModp - types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 91  |     + Add<ClearModp, Output = Self>
[INFO] [stderr]     |       ----------------------------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ no implementation for `types::SecretModp + types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::SecretModp` by `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 90  |     + Mul<ClearModp, Output = Self>
[INFO] [stderr]     |       ----------------------------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ no implementation for `types::SecretModp * types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] 86  |     AnyRegister
[INFO] [stderr]     |     ----------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] 86  |     AnyRegister
[INFO] [stderr]     |     ----------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: Stack` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:100:6
[INFO] [stderr]     |
[INFO] [stderr] 85  | pub trait InnerModp:
[INFO] [stderr]     |           --------- required by a bound in this
[INFO] [stderr] 86  |     AnyRegister
[INFO] [stderr]     |     ----------- required by this bound in `InnerModp`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl InnerModp for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^ the trait `Stack` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::ClearModp - types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::ClearModp + types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::ClearModp * types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::ClearModp - types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::ClearModp + types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::ClearModp * types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: Stack` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ the trait `Stack` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 106 |     + Sub<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::SecretModp - types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 105 |     + Add<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::SecretModp + types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::SecretModp` by `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr] 104 |     + Mul<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::SecretModp * types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::SecretModp - types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ no implementation for `types::SecretModp + types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: Stack` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:110:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 110 | impl Modp<ClearModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ the trait `Stack` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp - types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp + types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp - types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp + types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::SecretModp` by `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp * types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: Stack` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |                       --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `Stack` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 106 |     + Sub<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::ClearModp - types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 105 |     + Add<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::ClearModp + types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr] 104 |     + Mul<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::ClearModp * types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul<types::SecretModp>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::ClearModp - types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::ClearModp + types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::ClearModp` by `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::ClearModp * types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::ClearModp: Stack` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:111:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 111 | impl Modp<SecretModp> for ClearModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `Stack` is not implemented for `types::ClearModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::SecretModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 106 |     + Sub<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp - types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::SecretModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] ...
[INFO] [stderr] 105 |     + Add<Other, Output = SecretModp>
[INFO] [stderr]     |       ------------------------------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp + types::SecretModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot subtract `types::ClearModp` from `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp - types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Sub<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot add `types::ClearModp` to `types::SecretModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp + types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Add<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: cannot multiply `types::SecretModp` by `types::ClearModp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ no implementation for `types::SecretModp * types::ClearModp`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `core::ops::Mul<types::ClearModp>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: LoadFromMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `LoadFromMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: StoreInMem<i64>` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `StoreInMem<i64>` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `types::SecretModp: Stack` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scale-core-0.1.2/src/lib.rs:112:6
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub trait Modp<Other: InnerModp>:
[INFO] [stderr]     |           ---- required by a bound in this
[INFO] [stderr] 103 |     InnerModp
[INFO] [stderr]     |     --------- required by this bound in `Modp`
[INFO] [stderr] ...
[INFO] [stderr] 112 | impl Modp<SecretModp> for SecretModp {}
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ the trait `Stack` is not implemented for `types::SecretModp`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 166 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `scale-core`
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `Command { std: "docker" "inspect" "e7f1de3551435eb449eedef9777814a596dac3c1d08ff48c598da07645aca906", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7f1de3551435eb449eedef9777814a596dac3c1d08ff48c598da07645aca906", kill_on_drop: false }`
[INFO] [stdout] e7f1de3551435eb449eedef9777814a596dac3c1d08ff48c598da07645aca906