[INFO] updating cached repository https://github.com/mrsmkl/wasm_check
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] f11c42e27a7195512c866576c3a28a88eae2a250
[INFO] checking mrsmkl/wasm_check against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrsmkl%2Fwasm_check" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mrsmkl/wasm_check on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/mrsmkl/wasm_check
[INFO] removed path dependency parity-wasm from git repo https://github.com/mrsmkl/wasm_check
[INFO] finished tweaking git repo https://github.com/mrsmkl/wasm_check
[INFO] tweaked toml for git repo https://github.com/mrsmkl/wasm_check written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/mrsmkl/wasm_check already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (parity-wasm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (parity-wasm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 319ad6bdc225a88b60248050d97d36fa737ab4b86f4e62c5ef43ad557f5492cc
[INFO] running `"docker" "start" "-a" "319ad6bdc225a88b60248050d97d36fa737ab4b86f4e62c5ef43ad557f5492cc"`
[INFO] [stderr] warning: dependency (parity-wasm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking parity-wasm v0.41.0
[INFO] [stderr]     Checking wasm_check v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]  --> src/main.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]   |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]   --> src/main.rs:17:32
[INFO] [stderr]    |
[INFO] [stderr] 17 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]    |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]   --> src/main.rs:50:32
[INFO] [stderr]    |
[INFO] [stderr] 50 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]    |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `elements::Opcode`
[INFO] [stderr]    --> src/main.rs:141:19
[INFO] [stderr]     |
[INFO] [stderr] 141 |     use elements::Opcode::*;
[INFO] [stderr]     |                   ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `elements::Opcode`
[INFO] [stderr]    --> src/main.rs:159:19
[INFO] [stderr]     |
[INFO] [stderr] 159 |     use elements::Opcode::*;
[INFO] [stderr]     |                   ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]    --> src/main.rs:217:32
[INFO] [stderr]     |
[INFO] [stderr] 217 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]     |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]    --> src/main.rs:256:32
[INFO] [stderr]     |
[INFO] [stderr] 256 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]     |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Opcodes` in `elements`
[INFO] [stderr]   --> src/main.rs:61:68
[INFO] [stderr]    |
[INFO] [stderr] 61 |     elements::FuncBody::new(e.locals().to_vec().clone(), elements::Opcodes::new(ops))
[INFO] [stderr]    |                                                                    ^^^^^^^ could not find `Opcodes` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Opcodes` in `elements`
[INFO] [stderr]    --> src/main.rs:179:95
[INFO] [stderr]     |
[INFO] [stderr] 179 |     elements::FuncBody::new(bd.locals().iter().map(|l| convert_local(l)).collect(), elements::Opcodes::new(v))
[INFO] [stderr]     |                                                                                               ^^^^^^^ could not find `Opcodes` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Opcodes` in `elements`
[INFO] [stderr]    --> src/main.rs:337:61
[INFO] [stderr]     |
[INFO] [stderr] 337 |     elements::FuncBody::new(bd.locals().to_vec(), elements::Opcodes::new(bd.code().elements().iter().map(|a| fpu_emu_opcode(m, a)).collect()))
[INFO] [stderr]     |                                                             ^^^^^^^ could not find `Opcodes` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]   --> src/main.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 |     if let I32Const(x) = vec[0] {
[INFO] [stderr]    |            ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]   --> src/main.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 |         vec[0] = I32Const(inc as i32 + x);
[INFO] [stderr]    |                  ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]   --> src/main.rs:18:30
[INFO] [stderr]    |
[INFO] [stderr] 18 |     elements::InitExpr::new([I32Const(inc as i32)].to_vec())
[INFO] [stderr]    |                              ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]   --> src/main.rs:48:39
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn remap_opcode<F, F2>(e : &elements::Opcode, f_remap : &F, ft_remap : &F2) -> elements::Opcode
[INFO] [stderr]    |                                       ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]   --> src/main.rs:48:90
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn remap_opcode<F, F2>(e : &elements::Opcode, f_remap : &F, ft_remap : &F2) -> elements::Opcode
[INFO] [stderr]    |                                                                                          ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]   --> src/main.rs:52:10
[INFO] [stderr]    |
[INFO] [stderr] 52 |         &Call(v) => Call(f_remap(v)),
[INFO] [stderr]    |          ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]   --> src/main.rs:52:21
[INFO] [stderr]    |
[INFO] [stderr] 52 |         &Call(v) => Call(f_remap(v)),
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `CallIndirect` in this scope
[INFO] [stderr]   --> src/main.rs:53:10
[INFO] [stderr]    |
[INFO] [stderr] 53 |         &CallIndirect(v, h) => CallIndirect(ft_remap(v), h),
[INFO] [stderr]    |          ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::CallIndirect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CallIndirect` in this scope
[INFO] [stderr]   --> src/main.rs:53:32
[INFO] [stderr]    |
[INFO] [stderr] 53 |         &CallIndirect(v, h) => CallIndirect(ft_remap(v), h),
[INFO] [stderr]    |                                ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::CallIndirect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:140:35
[INFO] [stderr]     |
[INFO] [stderr] 140 | fn convert_opcode(op : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                   ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:140:56
[INFO] [stderr]     |
[INFO] [stderr] 140 | fn convert_opcode(op : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                        ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Block` in this scope
[INFO] [stderr]    --> src/main.rs:143:10
[INFO] [stderr]     |
[INFO] [stderr] 143 |         &Block(ref bt) => Block(convert_block_type(bt)),
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Block;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Block` in this scope
[INFO] [stderr]    --> src/main.rs:143:27
[INFO] [stderr]     |
[INFO] [stderr] 143 |         &Block(ref bt) => Block(convert_block_type(bt)),
[INFO] [stderr]     |                           ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Block;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Loop` in this scope
[INFO] [stderr]    --> src/main.rs:144:10
[INFO] [stderr]     |
[INFO] [stderr] 144 |            &Loop(ref bt) => Loop(convert_block_type(bt)),
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Loop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Loop` in this scope
[INFO] [stderr]    --> src/main.rs:144:26
[INFO] [stderr]     |
[INFO] [stderr] 144 |            &Loop(ref bt) => Loop(convert_block_type(bt)),
[INFO] [stderr]     |                             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Loop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `If` in this scope
[INFO] [stderr]    --> src/main.rs:145:7
[INFO] [stderr]     |
[INFO] [stderr] 145 |         &If(ref bt) => If(convert_block_type(bt)),
[INFO] [stderr]     |          ^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::If;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `If` in this scope
[INFO] [stderr]    --> src/main.rs:145:21
[INFO] [stderr]     |
[INFO] [stderr] 145 |         &If(ref bt) => If(convert_block_type(bt)),
[INFO] [stderr]     |                        ^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::If;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]    --> src/main.rs:166:26
[INFO] [stderr]     |
[INFO] [stderr] 166 |                   v.push(I32Const(0.0_f32.to_bits() as i32));
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetLocal` in this scope
[INFO] [stderr]    --> src/main.rs:167:26
[INFO] [stderr]     |
[INFO] [stderr] 167 |                   v.push(SetLocal(n+acc))
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::SetLocal;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Const` in this scope
[INFO] [stderr]    --> src/main.rs:171:26
[INFO] [stderr]     |
[INFO] [stderr] 171 |                   v.push(I64Const(0.0_f64.to_bits() as i64));
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetLocal` in this scope
[INFO] [stderr]    --> src/main.rs:172:26
[INFO] [stderr]     |
[INFO] [stderr] 172 |                   v.push(SetLocal(n+acc))
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::SetLocal;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:216:44
[INFO] [stderr]     |
[INFO] [stderr] 216 | fn convert_op(inc : u32, expr : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                            ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:216:65
[INFO] [stderr]     |
[INFO] [stderr] 216 | fn convert_op(inc : u32, expr : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                                 ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Load` in this scope
[INFO] [stderr]    --> src/main.rs:219:7
[INFO] [stderr]     |
[INFO] [stderr] 219 |         &F32Load(flag, offset) => F32Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F32Load` in this scope
[INFO] [stderr]    --> src/main.rs:219:32
[INFO] [stderr]     |
[INFO] [stderr] 219 |         &F32Load(flag, offset) => F32Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Load` in this scope
[INFO] [stderr]    --> src/main.rs:220:7
[INFO] [stderr]     |
[INFO] [stderr] 220 |         &F64Load(flag, offset) => F64Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F64Load` in this scope
[INFO] [stderr]    --> src/main.rs:220:32
[INFO] [stderr]     |
[INFO] [stderr] 220 |         &F64Load(flag, offset) => F64Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load` in this scope
[INFO] [stderr]    --> src/main.rs:222:7
[INFO] [stderr]     |
[INFO] [stderr] 222 |         &I32Load(flag, offset) => I32Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load` in this scope
[INFO] [stderr]    --> src/main.rs:222:32
[INFO] [stderr]     |
[INFO] [stderr] 222 |         &I32Load(flag, offset) => I32Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:223:7
[INFO] [stderr]     |
[INFO] [stderr] 223 |         &I32Load8S(flag, offset) => I32Load8S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:223:34
[INFO] [stderr]     |
[INFO] [stderr] 223 |         &I32Load8S(flag, offset) => I32Load8S(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:224:7
[INFO] [stderr]     |
[INFO] [stderr] 224 |         &I32Load16S(flag, offset) => I32Load16S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:224:35
[INFO] [stderr]     |
[INFO] [stderr] 224 |         &I32Load16S(flag, offset) => I32Load16S(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:225:7
[INFO] [stderr]     |
[INFO] [stderr] 225 |         &I32Load8U(flag, offset) => I32Load8U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:225:34
[INFO] [stderr]     |
[INFO] [stderr] 225 |         &I32Load8U(flag, offset) => I32Load8U(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:226:7
[INFO] [stderr]     |
[INFO] [stderr] 226 |         &I32Load16U(flag, offset) => I32Load16U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:226:35
[INFO] [stderr]     |
[INFO] [stderr] 226 |         &I32Load16U(flag, offset) => I32Load16U(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load` in this scope
[INFO] [stderr]    --> src/main.rs:227:7
[INFO] [stderr]     |
[INFO] [stderr] 227 |         &I64Load(flag, offset) => I64Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load` in this scope
[INFO] [stderr]    --> src/main.rs:227:32
[INFO] [stderr]     |
[INFO] [stderr] 227 |         &I64Load(flag, offset) => I64Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:228:7
[INFO] [stderr]     |
[INFO] [stderr] 228 |         &I64Load8S(flag, offset) => I64Load8S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:228:34
[INFO] [stderr]     |
[INFO] [stderr] 228 |         &I64Load8S(flag, offset) => I64Load8S(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:229:7
[INFO] [stderr]     |
[INFO] [stderr] 229 |         &I64Load16S(flag, offset) => I64Load16S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:229:35
[INFO] [stderr]     |
[INFO] [stderr] 229 |         &I64Load16S(flag, offset) => I64Load16S(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load32S` in this scope
[INFO] [stderr]    --> src/main.rs:230:7
[INFO] [stderr]     |
[INFO] [stderr] 230 |         &I64Load32S(flag, offset) => I64Load32S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load32S` in this scope
[INFO] [stderr]    --> src/main.rs:230:35
[INFO] [stderr]     |
[INFO] [stderr] 230 |         &I64Load32S(flag, offset) => I64Load32S(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:231:7
[INFO] [stderr]     |
[INFO] [stderr] 231 |         &I64Load8U(flag, offset) => I64Load8U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:231:34
[INFO] [stderr]     |
[INFO] [stderr] 231 |         &I64Load8U(flag, offset) => I64Load8U(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:232:7
[INFO] [stderr]     |
[INFO] [stderr] 232 |         &I64Load16U(flag, offset) => I64Load16U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:232:35
[INFO] [stderr]     |
[INFO] [stderr] 232 |         &I64Load16U(flag, offset) => I64Load16U(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load32U` in this scope
[INFO] [stderr]    --> src/main.rs:233:7
[INFO] [stderr]     |
[INFO] [stderr] 233 |         &I64Load32U(flag, offset) => I64Load32U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load32U` in this scope
[INFO] [stderr]    --> src/main.rs:233:35
[INFO] [stderr]     |
[INFO] [stderr] 233 |         &I64Load32U(flag, offset) => I64Load32U(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Store` in this scope
[INFO] [stderr]    --> src/main.rs:235:7
[INFO] [stderr]     |
[INFO] [stderr] 235 |         &F32Store(flag, offset) => F32Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F32Store` in this scope
[INFO] [stderr]    --> src/main.rs:235:33
[INFO] [stderr]     |
[INFO] [stderr] 235 |         &F32Store(flag, offset) => F32Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Store` in this scope
[INFO] [stderr]    --> src/main.rs:236:7
[INFO] [stderr]     |
[INFO] [stderr] 236 |         &F64Store(flag, offset) => F64Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F64Store` in this scope
[INFO] [stderr]    --> src/main.rs:236:33
[INFO] [stderr]     |
[INFO] [stderr] 236 |         &F64Store(flag, offset) => F64Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Store` in this scope
[INFO] [stderr]    --> src/main.rs:237:7
[INFO] [stderr]     |
[INFO] [stderr] 237 |         &I32Store(flag, offset) => I32Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store` in this scope
[INFO] [stderr]    --> src/main.rs:237:33
[INFO] [stderr]     |
[INFO] [stderr] 237 |         &I32Store(flag, offset) => I32Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Store8` in this scope
[INFO] [stderr]    --> src/main.rs:238:7
[INFO] [stderr]     |
[INFO] [stderr] 238 |         &I32Store8(flag, offset) => I32Store8(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store8` in this scope
[INFO] [stderr]    --> src/main.rs:238:34
[INFO] [stderr]     |
[INFO] [stderr] 238 |         &I32Store8(flag, offset) => I32Store8(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Store16` in this scope
[INFO] [stderr]    --> src/main.rs:239:7
[INFO] [stderr]     |
[INFO] [stderr] 239 |         &I32Store16(flag, offset) => I32Store16(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store16` in this scope
[INFO] [stderr]    --> src/main.rs:239:35
[INFO] [stderr]     |
[INFO] [stderr] 239 |         &I32Store16(flag, offset) => I32Store16(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store` in this scope
[INFO] [stderr]    --> src/main.rs:240:7
[INFO] [stderr]     |
[INFO] [stderr] 240 |         &I64Store(flag, offset) => I64Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store` in this scope
[INFO] [stderr]    --> src/main.rs:240:33
[INFO] [stderr]     |
[INFO] [stderr] 240 |         &I64Store(flag, offset) => I64Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store8` in this scope
[INFO] [stderr]    --> src/main.rs:241:7
[INFO] [stderr]     |
[INFO] [stderr] 241 |         &I64Store8(flag, offset) => I64Store8(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store8` in this scope
[INFO] [stderr]    --> src/main.rs:241:34
[INFO] [stderr]     |
[INFO] [stderr] 241 |         &I64Store8(flag, offset) => I64Store8(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store16` in this scope
[INFO] [stderr]    --> src/main.rs:242:7
[INFO] [stderr]     |
[INFO] [stderr] 242 |         &I64Store16(flag, offset) => I64Store16(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store16` in this scope
[INFO] [stderr]    --> src/main.rs:242:35
[INFO] [stderr]     |
[INFO] [stderr] 242 |         &I64Store16(flag, offset) => I64Store16(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store32` in this scope
[INFO] [stderr]    --> src/main.rs:243:7
[INFO] [stderr]     |
[INFO] [stderr] 243 |         &I64Store32(flag, offset) => I64Store32(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store32` in this scope
[INFO] [stderr]    --> src/main.rs:243:35
[INFO] [stderr]     |
[INFO] [stderr] 243 |         &I64Store32(flag, offset) => I64Store32(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:255:57
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn fpu_emu_opcode(m : &elements::Module, a : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                         ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:255:78
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn fpu_emu_opcode(m : &elements::Module, a : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                                              ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Load` in this scope
[INFO] [stderr]    --> src/main.rs:258:7
[INFO] [stderr]     |
[INFO] [stderr] 258 |         &F32Load(flag, offset) => I32Load(flag, offset),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load` in this scope
[INFO] [stderr]    --> src/main.rs:258:32
[INFO] [stderr]     |
[INFO] [stderr] 258 |         &F32Load(flag, offset) => I32Load(flag, offset),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Load` in this scope
[INFO] [stderr]    --> src/main.rs:259:7
[INFO] [stderr]     |
[INFO] [stderr] 259 |         &F64Load(flag, offset) => I64Load(flag, offset),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load` in this scope
[INFO] [stderr]    --> src/main.rs:259:32
[INFO] [stderr]     |
[INFO] [stderr] 259 |         &F64Load(flag, offset) => I64Load(flag, offset),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Store` in this scope
[INFO] [stderr]    --> src/main.rs:260:7
[INFO] [stderr]     |
[INFO] [stderr] 260 |         &F32Store(flag, offset) => I32Store(flag, offset),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store` in this scope
[INFO] [stderr]    --> src/main.rs:260:33
[INFO] [stderr]     |
[INFO] [stderr] 260 |         &F32Store(flag, offset) => I32Store(flag, offset),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Store` in this scope
[INFO] [stderr]    --> src/main.rs:261:7
[INFO] [stderr]     |
[INFO] [stderr] 261 |         &F64Store(flag, offset) => I64Store(flag, offset),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store` in this scope
[INFO] [stderr]    --> src/main.rs:261:33
[INFO] [stderr]     |
[INFO] [stderr] 261 |         &F64Store(flag, offset) => I64Store(flag, offset),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:263:20
[INFO] [stderr]     |
[INFO] [stderr] 263 |         &F32Add => Call(find_function(m, "f32_add")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:264:20
[INFO] [stderr]     |
[INFO] [stderr] 264 |         &F32Div => Call(find_function(m, "f32_div")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:265:20
[INFO] [stderr]     |
[INFO] [stderr] 265 |         &F32Mul => Call(find_function(m, "f32_mul")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:266:20
[INFO] [stderr]     |
[INFO] [stderr] 266 |         &F32Sub => Call(find_function(m, "f32_sub")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:267:20
[INFO] [stderr]     |
[INFO] [stderr] 267 |         &F32Min => Call(find_function(m, "f32_min")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:268:20
[INFO] [stderr]     |
[INFO] [stderr] 268 |         &F32Max => Call(find_function(m, "f32_max")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:269:21
[INFO] [stderr]     |
[INFO] [stderr] 269 |         &F32Sqrt => Call(find_function(m, "f32_sqrt")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:270:24
[INFO] [stderr]     |
[INFO] [stderr] 270 |         &F32Nearest => Call(find_function(m, "f32_nearest")),
[INFO] [stderr]     |                        ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:271:21
[INFO] [stderr]     |
[INFO] [stderr] 271 |         &F32Ceil => Call(find_function(m, "f32_ceil")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:272:22
[INFO] [stderr]     |
[INFO] [stderr] 272 |         &F32Floor => Call(find_function(m, "f32_floor")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:273:22
[INFO] [stderr]     |
[INFO] [stderr] 273 |         &F32Trunc => Call(find_function(m, "f32_trunc")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:274:20
[INFO] [stderr]     |
[INFO] [stderr] 274 |         &F32Neg => Call(find_function(m, "f32_neg")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:275:20
[INFO] [stderr]     |
[INFO] [stderr] 275 |         &F32Abs => Call(find_function(m, "f32_abs")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:276:19
[INFO] [stderr]     |
[INFO] [stderr] 276 |         &F32Eq => Call(find_function(m, "f32_eq")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:277:19
[INFO] [stderr]     |
[INFO] [stderr] 277 |         &F32Le => Call(find_function(m, "f32_le")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:278:19
[INFO] [stderr]     |
[INFO] [stderr] 278 |         &F32Lt => Call(find_function(m, "f32_lt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:279:19
[INFO] [stderr]     |
[INFO] [stderr] 279 |         &F32Ne => Call(find_function(m, "f32_ne")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:280:19
[INFO] [stderr]     |
[INFO] [stderr] 280 |         &F32Ge => Call(find_function(m, "f32_ge")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:281:19
[INFO] [stderr]     |
[INFO] [stderr] 281 |         &F32Gt => Call(find_function(m, "f32_gt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:282:25
[INFO] [stderr]     |
[INFO] [stderr] 282 |         &F32Copysign => Call(find_function(m, "f32_copysign")),
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:284:20
[INFO] [stderr]     |
[INFO] [stderr] 284 |         &F64Add => Call(find_function(m, "f64_add")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:285:20
[INFO] [stderr]     |
[INFO] [stderr] 285 |         &F64Div => Call(find_function(m, "f64_div")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:286:20
[INFO] [stderr]     |
[INFO] [stderr] 286 |         &F64Mul => Call(find_function(m, "f64_mul")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:287:20
[INFO] [stderr]     |
[INFO] [stderr] 287 |         &F64Sub => Call(find_function(m, "f64_sub")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:288:20
[INFO] [stderr]     |
[INFO] [stderr] 288 |         &F64Min => Call(find_function(m, "f64_min")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:289:20
[INFO] [stderr]     |
[INFO] [stderr] 289 |         &F64Max => Call(find_function(m, "f64_max")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:290:21
[INFO] [stderr]     |
[INFO] [stderr] 290 |         &F64Sqrt => Call(find_function(m, "f64_sqrt")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:291:24
[INFO] [stderr]     |
[INFO] [stderr] 291 |         &F64Nearest => Call(find_function(m, "f64_nearest")),
[INFO] [stderr]     |                        ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:292:21
[INFO] [stderr]     |
[INFO] [stderr] 292 |         &F64Ceil => Call(find_function(m, "f64_ceil")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:293:22
[INFO] [stderr]     |
[INFO] [stderr] 293 |         &F64Floor => Call(find_function(m, "f64_floor")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:294:22
[INFO] [stderr]     |
[INFO] [stderr] 294 |         &F64Trunc => Call(find_function(m, "f64_trunc")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:295:20
[INFO] [stderr]     |
[INFO] [stderr] 295 |         &F64Neg => Call(find_function(m, "f64_neg")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:296:20
[INFO] [stderr]     |
[INFO] [stderr] 296 |         &F64Abs => Call(find_function(m, "f64_abs")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:297:19
[INFO] [stderr]     |
[INFO] [stderr] 297 |         &F64Eq => Call(find_function(m, "f64_eq")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:298:19
[INFO] [stderr]     |
[INFO] [stderr] 298 |         &F64Le => Call(find_function(m, "f64_le")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:299:19
[INFO] [stderr]     |
[INFO] [stderr] 299 |         &F64Lt => Call(find_function(m, "f64_lt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:300:19
[INFO] [stderr]     |
[INFO] [stderr] 300 |         &F64Ne => Call(find_function(m, "f64_ne")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:301:19
[INFO] [stderr]     |
[INFO] [stderr] 301 |         &F64Ge => Call(find_function(m, "f64_ge")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:302:19
[INFO] [stderr]     |
[INFO] [stderr] 302 |         &F64Gt => Call(find_function(m, "f64_gt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:303:25
[INFO] [stderr]     |
[INFO] [stderr] 303 |         &F64Copysign => Call(find_function(m, "f64_copysign")),
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:305:31
[INFO] [stderr]     |
[INFO] [stderr] 305 |         &F32ReinterpretI32 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:306:31
[INFO] [stderr]     |
[INFO] [stderr] 306 |         &F64ReinterpretI64 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:307:31
[INFO] [stderr]     |
[INFO] [stderr] 307 |         &I32ReinterpretF32 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:308:31
[INFO] [stderr]     |
[INFO] [stderr] 308 |         &I64ReinterpretF64 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:310:23
[INFO] [stderr]     |
[INFO] [stderr] 310 |         &I32TruncSF32 => Call(find_function(m, "f32_trunc_i32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:311:23
[INFO] [stderr]     |
[INFO] [stderr] 311 |         &I32TruncUF32 => Call(find_function(m, "f32_trunc_ui32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:312:23
[INFO] [stderr]     |
[INFO] [stderr] 312 |         &I32TruncSF64 => Call(find_function(m, "f64_trunc_i32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:313:23
[INFO] [stderr]     |
[INFO] [stderr] 313 |         &I32TruncUF64 => Call(find_function(m, "f64_trunc_ui32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:314:25
[INFO] [stderr]     |
[INFO] [stderr] 314 |           &I64TruncSF32 => Call(find_function(m, "f32_trunc_i64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:315:23
[INFO] [stderr]     |
[INFO] [stderr] 315 |         &I64TruncUF32 => Call(find_function(m, "f32_trunc_ui64")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:316:23
[INFO] [stderr]     |
[INFO] [stderr] 316 |         &I64TruncSF64 => Call(find_function(m, "f64_trunc_i64")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:317:23
[INFO] [stderr]     |
[INFO] [stderr] 317 |         &I64TruncUF64 => Call(find_function(m, "f64_trunc_ui64")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:318:25
[INFO] [stderr]     |
[INFO] [stderr] 318 |         &F32ConvertSI32 => Call(find_function(m, "i32_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:319:25
[INFO] [stderr]     |
[INFO] [stderr] 319 |         &F32ConvertUI32 => Call(find_function(m, "ui32_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:320:25
[INFO] [stderr]     |
[INFO] [stderr] 320 |         &F32ConvertSI64 => Call(find_function(m, "i64_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:321:25
[INFO] [stderr]     |
[INFO] [stderr] 321 |         &F32ConvertUI64 => Call(find_function(m, "ui64_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:322:23
[INFO] [stderr]     |
[INFO] [stderr] 322 |         &F32DemoteF64 => Call(find_function(m, "f64_to_f32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:323:25
[INFO] [stderr]     |
[INFO] [stderr] 323 |         &F64ConvertSI32 => Call(find_function(m, "i32_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:324:25
[INFO] [stderr]     |
[INFO] [stderr] 324 |         &F64ConvertUI32 => Call(find_function(m, "ui32_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:325:25
[INFO] [stderr]     |
[INFO] [stderr] 325 |         &F64ConvertSI64 => Call(find_function(m, "i64_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:326:25
[INFO] [stderr]     |
[INFO] [stderr] 326 |         &F64ConvertUI64 => Call(find_function(m, "ui64_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:327:24
[INFO] [stderr]     |
[INFO] [stderr] 327 |         &F64PromoteF32 => Call(find_function(m, "f32_to_f64")),
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Const` in this scope
[INFO] [stderr]    --> src/main.rs:329:10
[INFO] [stderr]     |
[INFO] [stderr] 329 |         &F32Const(i) => I32Const(i as i32),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]    --> src/main.rs:329:25
[INFO] [stderr]     |
[INFO] [stderr] 329 |         &F32Const(i) => I32Const(i as i32),
[INFO] [stderr]     |                         ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Const` in this scope
[INFO] [stderr]    --> src/main.rs:330:10
[INFO] [stderr]     |
[INFO] [stderr] 330 |         &F64Const(i) => I64Const(i as i64),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Const` in this scope
[INFO] [stderr]    --> src/main.rs:330:25
[INFO] [stderr]     |
[INFO] [stderr] 330 |         &F64Const(i) => I64Const(i as i64),
[INFO] [stderr]     |                         ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_type` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:71:63
[INFO] [stderr]    |
[INFO] [stderr] 71 |        gs.types().iter().fold(builder, |builder, g| { builder.with_type(g.clone()) })
[INFO] [stderr]    |                                                               ^^^^^^^^^ help: there is an associated function with a similar name: `with_table`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_func_sig` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:80:65
[INFO] [stderr]    |
[INFO] [stderr] 80 |        gs.entries().iter().fold(builder, |builder, g| { builder.with_func_sig(elements::Func::new(g.type_ref() + a_ft_len)) })
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_data` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:84:65
[INFO] [stderr]    |
[INFO] [stderr] 84 |        gs.entries().iter().fold(builder, |builder, g| { builder.with_data(g.clone()) })
[INFO] [stderr]    |                                                                 ^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_data` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:87:27
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let builder = builder.with_data(elements::DataSegment::new(0, simple_init(256*4), int_binary(offset)));
[INFO] [stderr]    |                           ^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:87:67
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let builder = builder.with_data(elements::DataSegment::new(0, simple_init(256*4), int_binary(offset)));
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                                                   |
[INFO] [stderr]    |                                                                   expected enum `std::option::Option`, found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr]    |                                                                   help: try using a variant of the expected enum: `Some(simple_init(256*4))`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::option::Option<parity_wasm::elements::InitExpr>`
[INFO] [stderr]             found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]  --> src/main.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]   |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]   --> src/main.rs:17:32
[INFO] [stderr]    |
[INFO] [stderr] 17 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]    |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]   --> src/main.rs:50:32
[INFO] [stderr]    |
[INFO] [stderr] 50 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]    |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `elements::Opcode`
[INFO] [stderr]    --> src/main.rs:141:19
[INFO] [stderr]     |
[INFO] [stderr] 141 |     use elements::Opcode::*;
[INFO] [stderr]     |                   ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `elements::Opcode`
[INFO] [stderr]    --> src/main.rs:159:19
[INFO] [stderr]     |
[INFO] [stderr] 159 |     use elements::Opcode::*;
[INFO] [stderr]     |                   ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]    --> src/main.rs:217:32
[INFO] [stderr]     |
[INFO] [stderr] 217 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]     |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `parity_wasm::elements::Opcode`
[INFO] [stderr]    --> src/main.rs:256:32
[INFO] [stderr]     |
[INFO] [stderr] 256 |     use parity_wasm::elements::Opcode::*;
[INFO] [stderr]     |                                ^^^^^^ could not find `Opcode` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_type` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]    --> src/main.rs:205:78
[INFO] [stderr]     |
[INFO] [stderr] 205 |        gs.types().iter().fold(builder, |builder, &Function(ref g)| { builder.with_type(Function(convert_ftype(g))) })
[INFO] [stderr]     |                                                                              ^^^^^^^^^ help: there is an associated function with a similar name: `with_table`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_func_body` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]    --> src/main.rs:210:78
[INFO] [stderr]     |
[INFO] [stderr] 210 |        gs.bodies().iter().fold(builder, |builder, g| { let builder = builder.with_func_body(convert_body(func_params(a, acc), g)); acc += 1; builder })
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Opcodes` in `elements`
[INFO] [stderr]   --> src/main.rs:61:68
[INFO] [stderr]    |
[INFO] [stderr] 61 |     elements::FuncBody::new(e.locals().to_vec().clone(), elements::Opcodes::new(ops))
[INFO] [stderr]    |                                                                    ^^^^^^^ could not find `Opcodes` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Opcodes` in `elements`
[INFO] [stderr]    --> src/main.rs:179:95
[INFO] [stderr]     |
[INFO] [stderr] 179 |     elements::FuncBody::new(bd.locals().iter().map(|l| convert_local(l)).collect(), elements::Opcodes::new(v))
[INFO] [stderr]     |                                                                                               ^^^^^^^ could not find `Opcodes` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:360:75
[INFO] [stderr]     |
[INFO] [stderr] 360 |             *data_entry = elements::DataSegment::new(0, convert_init(inc, data_entry.offset()), data_entry.value().to_vec())
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^ expected struct `parity_wasm::elements::InitExpr`, found enum `std::option::Option`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected reference `&parity_wasm::elements::InitExpr`
[INFO] [stderr]                found reference `&std::option::Option<parity_wasm::elements::InitExpr>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:360:57
[INFO] [stderr]     |
[INFO] [stderr] 360 |             *data_entry = elements::DataSegment::new(0, convert_init(inc, data_entry.offset()), data_entry.value().to_vec())
[INFO] [stderr]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                         |
[INFO] [stderr]     |                                                         expected enum `std::option::Option`, found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr]     |                                                         help: try using a variant of the expected enum: `Some(convert_init(inc, data_entry.offset()))`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `std::option::Option<parity_wasm::elements::InitExpr>`
[INFO] [stderr]              found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Opcodes` in `elements`
[INFO] [stderr]    --> src/main.rs:337:61
[INFO] [stderr]     |
[INFO] [stderr] 337 |     elements::FuncBody::new(bd.locals().to_vec(), elements::Opcodes::new(bd.code().elements().iter().map(|a| fpu_emu_opcode(m, a)).collect()))
[INFO] [stderr]     |                                                             ^^^^^^^ could not find `Opcodes` in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]   --> src/main.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 |     if let I32Const(x) = vec[0] {
[INFO] [stderr]    |            ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]   --> src/main.rs:11:18
[INFO] [stderr]    |
[INFO] [stderr] 11 |         vec[0] = I32Const(inc as i32 + x);
[INFO] [stderr]    |                  ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]   --> src/main.rs:18:30
[INFO] [stderr]    |
[INFO] [stderr] 18 |     elements::InitExpr::new([I32Const(inc as i32)].to_vec())
[INFO] [stderr]    |                              ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]   --> src/main.rs:48:39
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn remap_opcode<F, F2>(e : &elements::Opcode, f_remap : &F, ft_remap : &F2) -> elements::Opcode
[INFO] [stderr]    |                                       ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]   --> src/main.rs:48:90
[INFO] [stderr]    |
[INFO] [stderr] 48 | fn remap_opcode<F, F2>(e : &elements::Opcode, f_remap : &F, ft_remap : &F2) -> elements::Opcode
[INFO] [stderr]    |                                                                                          ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]   --> src/main.rs:52:10
[INFO] [stderr]    |
[INFO] [stderr] 52 |         &Call(v) => Call(f_remap(v)),
[INFO] [stderr]    |          ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]   --> src/main.rs:52:21
[INFO] [stderr]    |
[INFO] [stderr] 52 |         &Call(v) => Call(f_remap(v)),
[INFO] [stderr]    |                     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `CallIndirect` in this scope
[INFO] [stderr]   --> src/main.rs:53:10
[INFO] [stderr]    |
[INFO] [stderr] 53 |         &CallIndirect(v, h) => CallIndirect(ft_remap(v), h),
[INFO] [stderr]    |          ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::CallIndirect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CallIndirect` in this scope
[INFO] [stderr]   --> src/main.rs:53:32
[INFO] [stderr]    |
[INFO] [stderr] 53 |         &CallIndirect(v, h) => CallIndirect(ft_remap(v), h),
[INFO] [stderr]    |                                ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 3  | use parity_wasm::elements::Instruction::CallIndirect;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:140:35
[INFO] [stderr]     |
[INFO] [stderr] 140 | fn convert_opcode(op : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                   ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:140:56
[INFO] [stderr]     |
[INFO] [stderr] 140 | fn convert_opcode(op : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                        ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Block` in this scope
[INFO] [stderr]    --> src/main.rs:143:10
[INFO] [stderr]     |
[INFO] [stderr] 143 |         &Block(ref bt) => Block(convert_block_type(bt)),
[INFO] [stderr]     |          ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Block;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Block` in this scope
[INFO] [stderr]    --> src/main.rs:143:27
[INFO] [stderr]     |
[INFO] [stderr] 143 |         &Block(ref bt) => Block(convert_block_type(bt)),
[INFO] [stderr]     |                           ^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Block;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `Loop` in this scope
[INFO] [stderr]    --> src/main.rs:144:10
[INFO] [stderr]     |
[INFO] [stderr] 144 |            &Loop(ref bt) => Loop(convert_block_type(bt)),
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Loop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Loop` in this scope
[INFO] [stderr]    --> src/main.rs:144:26
[INFO] [stderr]     |
[INFO] [stderr] 144 |            &Loop(ref bt) => Loop(convert_block_type(bt)),
[INFO] [stderr]     |                             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Loop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `If` in this scope
[INFO] [stderr]    --> src/main.rs:145:7
[INFO] [stderr]     |
[INFO] [stderr] 145 |         &If(ref bt) => If(convert_block_type(bt)),
[INFO] [stderr]     |          ^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::If;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `If` in this scope
[INFO] [stderr]    --> src/main.rs:145:21
[INFO] [stderr]     |
[INFO] [stderr] 145 |         &If(ref bt) => If(convert_block_type(bt)),
[INFO] [stderr]     |                        ^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::If;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]    --> src/main.rs:166:26
[INFO] [stderr]     |
[INFO] [stderr] 166 |                   v.push(I32Const(0.0_f32.to_bits() as i32));
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetLocal` in this scope
[INFO] [stderr]    --> src/main.rs:167:26
[INFO] [stderr]     |
[INFO] [stderr] 167 |                   v.push(SetLocal(n+acc))
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::SetLocal;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Const` in this scope
[INFO] [stderr]    --> src/main.rs:171:26
[INFO] [stderr]     |
[INFO] [stderr] 171 |                   v.push(I64Const(0.0_f64.to_bits() as i64));
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SetLocal` in this scope
[INFO] [stderr]    --> src/main.rs:172:26
[INFO] [stderr]     |
[INFO] [stderr] 172 |                   v.push(SetLocal(n+acc))
[INFO] [stderr]     |                          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::SetLocal;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:216:44
[INFO] [stderr]     |
[INFO] [stderr] 216 | fn convert_op(inc : u32, expr : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                            ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:216:65
[INFO] [stderr]     |
[INFO] [stderr] 216 | fn convert_op(inc : u32, expr : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                                 ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Load` in this scope
[INFO] [stderr]    --> src/main.rs:219:7
[INFO] [stderr]     |
[INFO] [stderr] 219 |         &F32Load(flag, offset) => F32Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F32Load` in this scope
[INFO] [stderr]    --> src/main.rs:219:32
[INFO] [stderr]     |
[INFO] [stderr] 219 |         &F32Load(flag, offset) => F32Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Load` in this scope
[INFO] [stderr]    --> src/main.rs:220:7
[INFO] [stderr]     |
[INFO] [stderr] 220 |         &F64Load(flag, offset) => F64Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F64Load` in this scope
[INFO] [stderr]    --> src/main.rs:220:32
[INFO] [stderr]     |
[INFO] [stderr] 220 |         &F64Load(flag, offset) => F64Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load` in this scope
[INFO] [stderr]    --> src/main.rs:222:7
[INFO] [stderr]     |
[INFO] [stderr] 222 |         &I32Load(flag, offset) => I32Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load` in this scope
[INFO] [stderr]    --> src/main.rs:222:32
[INFO] [stderr]     |
[INFO] [stderr] 222 |         &I32Load(flag, offset) => I32Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:223:7
[INFO] [stderr]     |
[INFO] [stderr] 223 |         &I32Load8S(flag, offset) => I32Load8S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 164 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433, E0531, E0599.
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:223:34
[INFO] [stderr]     |
[INFO] [stderr] 223 |         &I32Load8S(flag, offset) => I32Load8S(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:224:7
[INFO] [stderr]     |
[INFO] [stderr] 224 |         &I32Load16S(flag, offset) => I32Load16S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:224:35
[INFO] [stderr]     |
[INFO] [stderr] 224 |         &I32Load16S(flag, offset) => I32Load16S(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:225:7
[INFO] [stderr]     |
[INFO] [stderr] 225 |         &I32Load8U(flag, offset) => I32Load8U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:225:34
[INFO] [stderr]     |
[INFO] [stderr] 225 |         &I32Load8U(flag, offset) => I32Load8U(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:226:7
[INFO] [stderr]     |
[INFO] [stderr] 226 |         &I32Load16U(flag, offset) => I32Load16U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:226:35
[INFO] [stderr]     |
[INFO] [stderr] 226 |         &I32Load16U(flag, offset) => I32Load16U(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load` in this scope
[INFO] [stderr]    --> src/main.rs:227:7
[INFO] [stderr]     |
[INFO] [stderr] 227 |         &I64Load(flag, offset) => I64Load(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load` in this scope
[INFO] [stderr]    --> src/main.rs:227:32
[INFO] [stderr]     |
[INFO] [stderr] 227 |         &I64Load(flag, offset) => I64Load(flag, offset+inc),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:228:7
[INFO] [stderr]     |
[INFO] [stderr] 228 |         &I64Load8S(flag, offset) => I64Load8S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load8S` in this scope
[INFO] [stderr]    --> src/main.rs:228:34
[INFO] [stderr]     |
[INFO] [stderr] 228 |         &I64Load8S(flag, offset) => I64Load8S(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:229:7
[INFO] [stderr]     |
[INFO] [stderr] 229 |         &I64Load16S(flag, offset) => I64Load16S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load16S` in this scope
[INFO] [stderr]    --> src/main.rs:229:35
[INFO] [stderr]     |
[INFO] [stderr] 229 |         &I64Load16S(flag, offset) => I64Load16S(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load32S` in this scope
[INFO] [stderr]    --> src/main.rs:230:7
[INFO] [stderr]     |
[INFO] [stderr] 230 |         &I64Load32S(flag, offset) => I64Load32S(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load32S` in this scope
[INFO] [stderr]    --> src/main.rs:230:35
[INFO] [stderr]     |
[INFO] [stderr] 230 |         &I64Load32S(flag, offset) => I64Load32S(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32S;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:231:7
[INFO] [stderr]     |
[INFO] [stderr] 231 |         &I64Load8U(flag, offset) => I64Load8U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load8U` in this scope
[INFO] [stderr]    --> src/main.rs:231:34
[INFO] [stderr]     |
[INFO] [stderr] 231 |         &I64Load8U(flag, offset) => I64Load8U(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load8U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:232:7
[INFO] [stderr]     |
[INFO] [stderr] 232 |         &I64Load16U(flag, offset) => I64Load16U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load16U` in this scope
[INFO] [stderr]    --> src/main.rs:232:35
[INFO] [stderr]     |
[INFO] [stderr] 232 |         &I64Load16U(flag, offset) => I64Load16U(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load16U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Load32U` in this scope
[INFO] [stderr]    --> src/main.rs:233:7
[INFO] [stderr]     |
[INFO] [stderr] 233 |         &I64Load32U(flag, offset) => I64Load32U(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load32U` in this scope
[INFO] [stderr]    --> src/main.rs:233:35
[INFO] [stderr]     |
[INFO] [stderr] 233 |         &I64Load32U(flag, offset) => I64Load32U(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load32U;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Store` in this scope
[INFO] [stderr]    --> src/main.rs:235:7
[INFO] [stderr]     |
[INFO] [stderr] 235 |         &F32Store(flag, offset) => F32Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F32Store` in this scope
[INFO] [stderr]    --> src/main.rs:235:33
[INFO] [stderr]     |
[INFO] [stderr] 235 |         &F32Store(flag, offset) => F32Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Store` in this scope
[INFO] [stderr]    --> src/main.rs:236:7
[INFO] [stderr]     |
[INFO] [stderr] 236 |         &F64Store(flag, offset) => F64Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `F64Store` in this scope
[INFO] [stderr]    --> src/main.rs:236:33
[INFO] [stderr]     |
[INFO] [stderr] 236 |         &F64Store(flag, offset) => F64Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Store` in this scope
[INFO] [stderr]    --> src/main.rs:237:7
[INFO] [stderr]     |
[INFO] [stderr] 237 |         &I32Store(flag, offset) => I32Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `wasm_check`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store` in this scope
[INFO] [stderr]    --> src/main.rs:237:33
[INFO] [stderr]     |
[INFO] [stderr] 237 |         &I32Store(flag, offset) => I32Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Store8` in this scope
[INFO] [stderr]    --> src/main.rs:238:7
[INFO] [stderr]     |
[INFO] [stderr] 238 |         &I32Store8(flag, offset) => I32Store8(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store8` in this scope
[INFO] [stderr]    --> src/main.rs:238:34
[INFO] [stderr]     |
[INFO] [stderr] 238 |         &I32Store8(flag, offset) => I32Store8(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I32Store16` in this scope
[INFO] [stderr]    --> src/main.rs:239:7
[INFO] [stderr]     |
[INFO] [stderr] 239 |         &I32Store16(flag, offset) => I32Store16(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store16` in this scope
[INFO] [stderr]    --> src/main.rs:239:35
[INFO] [stderr]     |
[INFO] [stderr] 239 |         &I32Store16(flag, offset) => I32Store16(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store` in this scope
[INFO] [stderr]    --> src/main.rs:240:7
[INFO] [stderr]     |
[INFO] [stderr] 240 |         &I64Store(flag, offset) => I64Store(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store` in this scope
[INFO] [stderr]    --> src/main.rs:240:33
[INFO] [stderr]     |
[INFO] [stderr] 240 |         &I64Store(flag, offset) => I64Store(flag, offset+inc),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store8` in this scope
[INFO] [stderr]    --> src/main.rs:241:7
[INFO] [stderr]     |
[INFO] [stderr] 241 |         &I64Store8(flag, offset) => I64Store8(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store8` in this scope
[INFO] [stderr]    --> src/main.rs:241:34
[INFO] [stderr]     |
[INFO] [stderr] 241 |         &I64Store8(flag, offset) => I64Store8(flag, offset+inc),
[INFO] [stderr]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store8;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store16` in this scope
[INFO] [stderr]    --> src/main.rs:242:7
[INFO] [stderr]     |
[INFO] [stderr] 242 |         &I64Store16(flag, offset) => I64Store16(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store16` in this scope
[INFO] [stderr]    --> src/main.rs:242:35
[INFO] [stderr]     |
[INFO] [stderr] 242 |         &I64Store16(flag, offset) => I64Store16(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store16;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `I64Store32` in this scope
[INFO] [stderr]    --> src/main.rs:243:7
[INFO] [stderr]     |
[INFO] [stderr] 243 |         &I64Store32(flag, offset) => I64Store32(flag, offset+inc),
[INFO] [stderr]     |          ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store32` in this scope
[INFO] [stderr]    --> src/main.rs:243:35
[INFO] [stderr]     |
[INFO] [stderr] 243 |         &I64Store32(flag, offset) => I64Store32(flag, offset+inc),
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store32;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:255:57
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn fpu_emu_opcode(m : &elements::Module, a : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                         ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Opcode` in module `elements`
[INFO] [stderr]    --> src/main.rs:255:78
[INFO] [stderr]     |
[INFO] [stderr] 255 | fn fpu_emu_opcode(m : &elements::Module, a : &elements::Opcode) -> elements::Opcode {
[INFO] [stderr]     |                                                                              ^^^^^^ not found in `elements`
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Load` in this scope
[INFO] [stderr]    --> src/main.rs:258:7
[INFO] [stderr]     |
[INFO] [stderr] 258 |         &F32Load(flag, offset) => I32Load(flag, offset),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Load` in this scope
[INFO] [stderr]    --> src/main.rs:258:32
[INFO] [stderr]     |
[INFO] [stderr] 258 |         &F32Load(flag, offset) => I32Load(flag, offset),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Load` in this scope
[INFO] [stderr]    --> src/main.rs:259:7
[INFO] [stderr]     |
[INFO] [stderr] 259 |         &F64Load(flag, offset) => I64Load(flag, offset),
[INFO] [stderr]     |          ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Load` in this scope
[INFO] [stderr]    --> src/main.rs:259:32
[INFO] [stderr]     |
[INFO] [stderr] 259 |         &F64Load(flag, offset) => I64Load(flag, offset),
[INFO] [stderr]     |                                   ^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Load;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Store` in this scope
[INFO] [stderr]    --> src/main.rs:260:7
[INFO] [stderr]     |
[INFO] [stderr] 260 |         &F32Store(flag, offset) => I32Store(flag, offset),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Store` in this scope
[INFO] [stderr]    --> src/main.rs:260:33
[INFO] [stderr]     |
[INFO] [stderr] 260 |         &F32Store(flag, offset) => I32Store(flag, offset),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Store` in this scope
[INFO] [stderr]    --> src/main.rs:261:7
[INFO] [stderr]     |
[INFO] [stderr] 261 |         &F64Store(flag, offset) => I64Store(flag, offset),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Store` in this scope
[INFO] [stderr]    --> src/main.rs:261:33
[INFO] [stderr]     |
[INFO] [stderr] 261 |         &F64Store(flag, offset) => I64Store(flag, offset),
[INFO] [stderr]     |                                    ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Store;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:263:20
[INFO] [stderr]     |
[INFO] [stderr] 263 |         &F32Add => Call(find_function(m, "f32_add")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:264:20
[INFO] [stderr]     |
[INFO] [stderr] 264 |         &F32Div => Call(find_function(m, "f32_div")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:265:20
[INFO] [stderr]     |
[INFO] [stderr] 265 |         &F32Mul => Call(find_function(m, "f32_mul")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:266:20
[INFO] [stderr]     |
[INFO] [stderr] 266 |         &F32Sub => Call(find_function(m, "f32_sub")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:267:20
[INFO] [stderr]     |
[INFO] [stderr] 267 |         &F32Min => Call(find_function(m, "f32_min")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:268:20
[INFO] [stderr]     |
[INFO] [stderr] 268 |         &F32Max => Call(find_function(m, "f32_max")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:269:21
[INFO] [stderr]     |
[INFO] [stderr] 269 |         &F32Sqrt => Call(find_function(m, "f32_sqrt")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:270:24
[INFO] [stderr]     |
[INFO] [stderr] 270 |         &F32Nearest => Call(find_function(m, "f32_nearest")),
[INFO] [stderr]     |                        ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:271:21
[INFO] [stderr]     |
[INFO] [stderr] 271 |         &F32Ceil => Call(find_function(m, "f32_ceil")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:272:22
[INFO] [stderr]     |
[INFO] [stderr] 272 |         &F32Floor => Call(find_function(m, "f32_floor")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:273:22
[INFO] [stderr]     |
[INFO] [stderr] 273 |         &F32Trunc => Call(find_function(m, "f32_trunc")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:274:20
[INFO] [stderr]     |
[INFO] [stderr] 274 |         &F32Neg => Call(find_function(m, "f32_neg")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:275:20
[INFO] [stderr]     |
[INFO] [stderr] 275 |         &F32Abs => Call(find_function(m, "f32_abs")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:276:19
[INFO] [stderr]     |
[INFO] [stderr] 276 |         &F32Eq => Call(find_function(m, "f32_eq")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:277:19
[INFO] [stderr]     |
[INFO] [stderr] 277 |         &F32Le => Call(find_function(m, "f32_le")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:278:19
[INFO] [stderr]     |
[INFO] [stderr] 278 |         &F32Lt => Call(find_function(m, "f32_lt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:279:19
[INFO] [stderr]     |
[INFO] [stderr] 279 |         &F32Ne => Call(find_function(m, "f32_ne")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:280:19
[INFO] [stderr]     |
[INFO] [stderr] 280 |         &F32Ge => Call(find_function(m, "f32_ge")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:281:19
[INFO] [stderr]     |
[INFO] [stderr] 281 |         &F32Gt => Call(find_function(m, "f32_gt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:282:25
[INFO] [stderr]     |
[INFO] [stderr] 282 |         &F32Copysign => Call(find_function(m, "f32_copysign")),
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:284:20
[INFO] [stderr]     |
[INFO] [stderr] 284 |         &F64Add => Call(find_function(m, "f64_add")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:285:20
[INFO] [stderr]     |
[INFO] [stderr] 285 |         &F64Div => Call(find_function(m, "f64_div")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:286:20
[INFO] [stderr]     |
[INFO] [stderr] 286 |         &F64Mul => Call(find_function(m, "f64_mul")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:287:20
[INFO] [stderr]     |
[INFO] [stderr] 287 |         &F64Sub => Call(find_function(m, "f64_sub")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:288:20
[INFO] [stderr]     |
[INFO] [stderr] 288 |         &F64Min => Call(find_function(m, "f64_min")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:289:20
[INFO] [stderr]     |
[INFO] [stderr] 289 |         &F64Max => Call(find_function(m, "f64_max")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:290:21
[INFO] [stderr]     |
[INFO] [stderr] 290 |         &F64Sqrt => Call(find_function(m, "f64_sqrt")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:291:24
[INFO] [stderr]     |
[INFO] [stderr] 291 |         &F64Nearest => Call(find_function(m, "f64_nearest")),
[INFO] [stderr]     |                        ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:292:21
[INFO] [stderr]     |
[INFO] [stderr] 292 |         &F64Ceil => Call(find_function(m, "f64_ceil")),
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:293:22
[INFO] [stderr]     |
[INFO] [stderr] 293 |         &F64Floor => Call(find_function(m, "f64_floor")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:294:22
[INFO] [stderr]     |
[INFO] [stderr] 294 |         &F64Trunc => Call(find_function(m, "f64_trunc")),
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:295:20
[INFO] [stderr]     |
[INFO] [stderr] 295 |         &F64Neg => Call(find_function(m, "f64_neg")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:296:20
[INFO] [stderr]     |
[INFO] [stderr] 296 |         &F64Abs => Call(find_function(m, "f64_abs")),
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:297:19
[INFO] [stderr]     |
[INFO] [stderr] 297 |         &F64Eq => Call(find_function(m, "f64_eq")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:298:19
[INFO] [stderr]     |
[INFO] [stderr] 298 |         &F64Le => Call(find_function(m, "f64_le")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:299:19
[INFO] [stderr]     |
[INFO] [stderr] 299 |         &F64Lt => Call(find_function(m, "f64_lt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:300:19
[INFO] [stderr]     |
[INFO] [stderr] 300 |         &F64Ne => Call(find_function(m, "f64_ne")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:301:19
[INFO] [stderr]     |
[INFO] [stderr] 301 |         &F64Ge => Call(find_function(m, "f64_ge")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:302:19
[INFO] [stderr]     |
[INFO] [stderr] 302 |         &F64Gt => Call(find_function(m, "f64_gt")),
[INFO] [stderr]     |                   ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:303:25
[INFO] [stderr]     |
[INFO] [stderr] 303 |         &F64Copysign => Call(find_function(m, "f64_copysign")),
[INFO] [stderr]     |                         ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:305:31
[INFO] [stderr]     |
[INFO] [stderr] 305 |         &F32ReinterpretI32 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:306:31
[INFO] [stderr]     |
[INFO] [stderr] 306 |         &F64ReinterpretI64 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:307:31
[INFO] [stderr]     |
[INFO] [stderr] 307 |         &I32ReinterpretF32 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Nop` in this scope
[INFO] [stderr]    --> src/main.rs:308:31
[INFO] [stderr]     |
[INFO] [stderr] 308 |         &I64ReinterpretF64 => Nop,
[INFO] [stderr]     |                               ^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Nop;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:310:23
[INFO] [stderr]     |
[INFO] [stderr] 310 |         &I32TruncSF32 => Call(find_function(m, "f32_trunc_i32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:311:23
[INFO] [stderr]     |
[INFO] [stderr] 311 |         &I32TruncUF32 => Call(find_function(m, "f32_trunc_ui32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:312:23
[INFO] [stderr]     |
[INFO] [stderr] 312 |         &I32TruncSF64 => Call(find_function(m, "f64_trunc_i32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:313:23
[INFO] [stderr]     |
[INFO] [stderr] 313 |         &I32TruncUF64 => Call(find_function(m, "f64_trunc_ui32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:314:25
[INFO] [stderr]     |
[INFO] [stderr] 314 |           &I64TruncSF32 => Call(find_function(m, "f32_trunc_i64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:315:23
[INFO] [stderr]     |
[INFO] [stderr] 315 |         &I64TruncUF32 => Call(find_function(m, "f32_trunc_ui64")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:316:23
[INFO] [stderr]     |
[INFO] [stderr] 316 |         &I64TruncSF64 => Call(find_function(m, "f64_trunc_i64")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:317:23
[INFO] [stderr]     |
[INFO] [stderr] 317 |         &I64TruncUF64 => Call(find_function(m, "f64_trunc_ui64")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:318:25
[INFO] [stderr]     |
[INFO] [stderr] 318 |         &F32ConvertSI32 => Call(find_function(m, "i32_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:319:25
[INFO] [stderr]     |
[INFO] [stderr] 319 |         &F32ConvertUI32 => Call(find_function(m, "ui32_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:320:25
[INFO] [stderr]     |
[INFO] [stderr] 320 |         &F32ConvertSI64 => Call(find_function(m, "i64_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:321:25
[INFO] [stderr]     |
[INFO] [stderr] 321 |         &F32ConvertUI64 => Call(find_function(m, "ui64_to_f32")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:322:23
[INFO] [stderr]     |
[INFO] [stderr] 322 |         &F32DemoteF64 => Call(find_function(m, "f64_to_f32")),
[INFO] [stderr]     |                          ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:323:25
[INFO] [stderr]     |
[INFO] [stderr] 323 |         &F64ConvertSI32 => Call(find_function(m, "i32_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:324:25
[INFO] [stderr]     |
[INFO] [stderr] 324 |         &F64ConvertUI32 => Call(find_function(m, "ui32_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:325:25
[INFO] [stderr]     |
[INFO] [stderr] 325 |         &F64ConvertSI64 => Call(find_function(m, "i64_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:326:25
[INFO] [stderr]     |
[INFO] [stderr] 326 |         &F64ConvertUI64 => Call(find_function(m, "ui64_to_f64")),
[INFO] [stderr]     |                            ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Call` in this scope
[INFO] [stderr]    --> src/main.rs:327:24
[INFO] [stderr]     |
[INFO] [stderr] 327 |         &F64PromoteF32 => Call(find_function(m, "f32_to_f64")),
[INFO] [stderr]     |                           ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::Call;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F32Const` in this scope
[INFO] [stderr]    --> src/main.rs:329:10
[INFO] [stderr]     |
[INFO] [stderr] 329 |         &F32Const(i) => I32Const(i as i32),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F32Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I32Const` in this scope
[INFO] [stderr]    --> src/main.rs:329:25
[INFO] [stderr]     |
[INFO] [stderr] 329 |         &F32Const(i) => I32Const(i as i32),
[INFO] [stderr]     |                         ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I32Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0531]: cannot find tuple struct or tuple variant `F64Const` in this scope
[INFO] [stderr]    --> src/main.rs:330:10
[INFO] [stderr]     |
[INFO] [stderr] 330 |         &F64Const(i) => I64Const(i as i64),
[INFO] [stderr]     |          ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::F64Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `I64Const` in this scope
[INFO] [stderr]    --> src/main.rs:330:25
[INFO] [stderr]     |
[INFO] [stderr] 330 |         &F64Const(i) => I64Const(i as i64),
[INFO] [stderr]     |                         ^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]     |
[INFO] [stderr] 3   | use parity_wasm::elements::Instruction::I64Const;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_type` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:71:63
[INFO] [stderr]    |
[INFO] [stderr] 71 |        gs.types().iter().fold(builder, |builder, g| { builder.with_type(g.clone()) })
[INFO] [stderr]    |                                                               ^^^^^^^^^ help: there is an associated function with a similar name: `with_table`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_func_sig` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:80:65
[INFO] [stderr]    |
[INFO] [stderr] 80 |        gs.entries().iter().fold(builder, |builder, g| { builder.with_func_sig(elements::Func::new(g.type_ref() + a_ft_len)) })
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_data` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:84:65
[INFO] [stderr]    |
[INFO] [stderr] 84 |        gs.entries().iter().fold(builder, |builder, g| { builder.with_data(g.clone()) })
[INFO] [stderr]    |                                                                 ^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_data` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]   --> src/main.rs:87:27
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let builder = builder.with_data(elements::DataSegment::new(0, simple_init(256*4), int_binary(offset)));
[INFO] [stderr]    |                           ^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:87:67
[INFO] [stderr]    |
[INFO] [stderr] 87 |     let builder = builder.with_data(elements::DataSegment::new(0, simple_init(256*4), int_binary(offset)));
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                                                   |
[INFO] [stderr]    |                                                                   expected enum `std::option::Option`, found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr]    |                                                                   help: try using a variant of the expected enum: `Some(simple_init(256*4))`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::option::Option<parity_wasm::elements::InitExpr>`
[INFO] [stderr]             found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_type` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]    --> src/main.rs:205:78
[INFO] [stderr]     |
[INFO] [stderr] 205 |        gs.types().iter().fold(builder, |builder, &Function(ref g)| { builder.with_type(Function(convert_ftype(g))) })
[INFO] [stderr]     |                                                                              ^^^^^^^^^ help: there is an associated function with a similar name: `with_table`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `with_func_body` found for struct `parity_wasm::builder::ModuleBuilder` in the current scope
[INFO] [stderr]    --> src/main.rs:210:78
[INFO] [stderr]     |
[INFO] [stderr] 210 |        gs.bodies().iter().fold(builder, |builder, g| { let builder = builder.with_func_body(convert_body(func_params(a, acc), g)); acc += 1; builder })
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^ method not found in `parity_wasm::builder::ModuleBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:360:75
[INFO] [stderr]     |
[INFO] [stderr] 360 |             *data_entry = elements::DataSegment::new(0, convert_init(inc, data_entry.offset()), data_entry.value().to_vec())
[INFO] [stderr]     |                                                                           ^^^^^^^^^^^^^^^^^^^ expected struct `parity_wasm::elements::InitExpr`, found enum `std::option::Option`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected reference `&parity_wasm::elements::InitExpr`
[INFO] [stderr]                found reference `&std::option::Option<parity_wasm::elements::InitExpr>`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:360:57
[INFO] [stderr]     |
[INFO] [stderr] 360 |             *data_entry = elements::DataSegment::new(0, convert_init(inc, data_entry.offset()), data_entry.value().to_vec())
[INFO] [stderr]     |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                         |
[INFO] [stderr]     |                                                         expected enum `std::option::Option`, found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr]     |                                                         help: try using a variant of the expected enum: `Some(convert_init(inc, data_entry.offset()))`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected enum `std::option::Option<parity_wasm::elements::InitExpr>`
[INFO] [stderr]              found struct `parity_wasm::elements::InitExpr`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 164 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0425, E0432, E0433, E0531, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `wasm_check`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "319ad6bdc225a88b60248050d97d36fa737ab4b86f4e62c5ef43ad557f5492cc"`
[INFO] running `"docker" "rm" "-f" "319ad6bdc225a88b60248050d97d36fa737ab4b86f4e62c5ef43ad557f5492cc"`
[INFO] [stdout] 319ad6bdc225a88b60248050d97d36fa737ab4b86f4e62c5ef43ad557f5492cc
