[INFO] cloning repository https://github.com/claudebarde/michelson-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/claudebarde/michelson-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudebarde%2Fmichelson-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudebarde%2Fmichelson-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2602f30b4256c8e461ab65e7254c4ffc1d87acd
[INFO] testing claudebarde/michelson-rust against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudebarde%2Fmichelson-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/claudebarde/michelson-rust
[INFO] finished tweaking git repo https://github.com/claudebarde/michelson-rust
[INFO] tweaked toml for git repo https://github.com/claudebarde/michelson-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/claudebarde/michelson-rust on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/claudebarde/michelson-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d997ca2868ae772ae2cf674590d283699234345eb46b71986dc6143605600c0
[INFO] running `Command { std: "docker" "start" "-a" "0d997ca2868ae772ae2cf674590d283699234345eb46b71986dc6143605600c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d997ca2868ae772ae2cf674590d283699234345eb46b71986dc6143605600c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d997ca2868ae772ae2cf674590d283699234345eb46b71986dc6143605600c0", kill_on_drop: false }`
[INFO] [stdout] 0d997ca2868ae772ae2cf674590d283699234345eb46b71986dc6143605600c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e2e4c9bd541322be3801965617a21385f77e5a16e39cecd486e02e3b27bba24
[INFO] running `Command { std: "docker" "start" "-a" "3e2e4c9bd541322be3801965617a21385f77e5a16e39cecd486e02e3b27bba24", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling keccak v0.1.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling sha3 v0.10.5
[INFO] [stderr]    Compiling michelson-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `CollectionValue`, `MType`, and `PairValue`
[INFO] [stdout]  --> src/instructions/UPDATE.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::m_types::{CollectionValue, MType, MValue, PairValue};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^  ^^^^^          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `big_map`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_big_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:70:14
[INFO] [stdout]    |
[INFO] [stdout] 70 |         Some(args) => {
[INFO] [stdout]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s
[INFO] running `Command { std: "docker" "inspect" "3e2e4c9bd541322be3801965617a21385f77e5a16e39cecd486e02e3b27bba24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e2e4c9bd541322be3801965617a21385f77e5a16e39cecd486e02e3b27bba24", kill_on_drop: false }`
[INFO] [stdout] 3e2e4c9bd541322be3801965617a21385f77e5a16e39cecd486e02e3b27bba24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de408eb0454120d3e35557e51c09e7c813bf8256f5132f5b41fffc54fae6d448
[INFO] running `Command { std: "docker" "start" "-a" "de408eb0454120d3e35557e51c09e7c813bf8256f5132f5b41fffc54fae6d448", kill_on_drop: false }`
[INFO] [stderr]    Compiling michelson-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `CollectionValue`, `MType`, and `PairValue`
[INFO] [stdout]  --> src/instructions/UPDATE.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::m_types::{CollectionValue, MType, MValue, PairValue};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^  ^^^^^          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `big_map`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_big_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:70:14
[INFO] [stdout]    |
[INFO] [stdout] 70 |         Some(args) => {
[INFO] [stdout]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::Value`
[INFO] [stdout]   --> src/instructions/UNPAIR.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     use serde_json::Value;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CollectionValue` and `PairValue`
[INFO] [stdout]  --> src/instructions/UPDATE.rs:2:22
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::m_types::{CollectionValue, MType, MValue, PairValue};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:23
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `big_map`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stdout]    |                                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_big_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `map`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `args`
[INFO] [stdout]   --> src/instructions/UPDATE.rs:70:14
[INFO] [stdout]    |
[INFO] [stdout] 70 |         Some(args) => {
[INFO] [stdout]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.23s
[INFO] running `Command { std: "docker" "inspect" "de408eb0454120d3e35557e51c09e7c813bf8256f5132f5b41fffc54fae6d448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de408eb0454120d3e35557e51c09e7c813bf8256f5132f5b41fffc54fae6d448", kill_on_drop: false }`
[INFO] [stdout] de408eb0454120d3e35557e51c09e7c813bf8256f5132f5b41fffc54fae6d448
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a4d69e9b5795ee2ab6a5d0778ee73fc2fb6e45935b2f7517b57f0de6fe67285e
[INFO] running `Command { std: "docker" "start" "-a" "a4d69e9b5795ee2ab6a5d0778ee73fc2fb6e45935b2f7517b57f0de6fe67285e", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `CollectionValue`, `MType`, and `PairValue`
[INFO] [stderr]  --> src/instructions/UPDATE.rs:2:22
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::m_types::{CollectionValue, MType, MValue, PairValue};
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^  ^^^^^          ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `key`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:27:18
[INFO] [stderr]    |
[INFO] [stderr] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stderr]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `value`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:27:23
[INFO] [stderr]    |
[INFO] [stderr] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stderr]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `big_map`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:27:46
[INFO] [stderr]    |
[INFO] [stderr] 27 |                 (key, value, MValue::Big_map(big_map)) => todo!(),
[INFO] [stderr]    |                                              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_big_map`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `key`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:28:18
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stderr]    |                  ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `value`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:28:23
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stderr]    |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `map`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:28:42
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 (key, value, MValue::Map(map)) => todo!(),
[INFO] [stderr]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_map`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `args`
[INFO] [stderr]   --> src/instructions/UPDATE.rs:70:14
[INFO] [stderr]    |
[INFO] [stderr] 70 |         Some(args) => {
[INFO] [stderr]    |              ^^^^ help: if this is intentional, prefix it with an underscore: `_args`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde_json::Value`
[INFO] [stderr]   --> src/instructions/UNPAIR.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |     use serde_json::Value;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CollectionValue` and `PairValue`
[INFO] [stderr]  --> src/instructions/UPDATE.rs:2:22
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::m_types::{CollectionValue, MType, MValue, PairValue};
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^                 ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `michelson-rust` (lib) generated 8 warnings (run `cargo fix --lib -p michelson-rust` to apply 8 suggestions)
[INFO] [stderr] warning: `michelson-rust` (lib test) generated 9 warnings (7 duplicates) (run `cargo fix --lib -p michelson-rust --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/michelson_rust-7a845d8123748507)
[INFO] [stdout] 
[INFO] [stdout] running 234 tests
[INFO] [stdout] test instructions::ABS::tests::abs_success ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_empty_stack ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_positive_int ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_success_pos ... ok
[INFO] [stdout] test instructions::ADD::tests::add_int_int ... ok
[INFO] [stdout] test instructions::ADD::tests::add_int_nat ... ok
[INFO] [stdout] test instructions::AMOUNT::tests::amount_rand_success ... ok
[INFO] [stdout] test instructions::ADDRESS::tests::address_empty_stack ... ok
[INFO] [stdout] test instructions::AND::tests::and_bool_bool ... ok
[INFO] [stdout] test instructions::BALANCE::tests::balance_success ... ok
[INFO] [stdout] test instructions::CAR::test::car_empty_stack ... ok
[INFO] [stdout] test instructions::CAR::test::car_wrong_type ... ok
[INFO] [stdout] test instructions::CDR::test::cdr_empty_stack ... ok
[INFO] [stdout] test instructions::CDR::test::cdr_success ... ok
[INFO] [stdout] test instructions::CDR::test::cdr_wrong_type ... ok
[INFO] [stdout] test instructions::AMOUNT::tests::amount_success ... ok
[INFO] [stdout] test instructions::CHAIN_ID::tests::chain_id_success ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_different_types ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_address_address ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_int_int ... ok
[INFO] [stdout] test instructions::ADDRESS::tests::address_success ... ok
[INFO] [stdout] test instructions::ADD::tests::add_nat_nat ... ok
[INFO] [stdout] test instructions::AND::tests::and_int_nat ... ok
[INFO] [stdout] test instructions::CAR::test::car_success ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_bool_bool ... ok
[INFO] [stdout] test instructions::ADDRESS::tests::address_wrong_type ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_mutez_mutez ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_nat_nat ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_option_option ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_string_string ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_pair_pair ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_list_of_strings ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_union_union ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_bytes_bytes ... ok
[INFO] [stdout] test instructions::CONS::tests::cons_success ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_wrong_types ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_unit_unit ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_string_string ... ok
[INFO] [stdout] test instructions::AND::tests::and_nat_nat ... ok
[INFO] [stdout] test instructions::CONS::tests::cons_wrong_stack ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_success_one ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_success_two ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_one_no_args ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_one_with_args ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_list_of_bytes ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_timestamp_timestamp ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_two_with_args ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_stack_not_deep_enough - should panic ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_wrong_type - should panic ... ok
[INFO] [stdout] test instructions::DUG::tests::dug_success_one ... ok
[INFO] [stdout] test instructions::AND::tests::and_wrong_types - should panic ... ok
[INFO] [stdout] test instructions::DUG::tests::dug_success_two ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_no_arg_success ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_one_arg_success ... ok
[INFO] [stdout] test instructions::ADD::tests::add_string_nat - should panic ... ok
[INFO] [stdout] test instructions::ADD::tests::add_mutez_nat - should panic ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_operation_operation - should panic ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_arg_zero - should panic ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_wrong_arg - should panic ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_wrong_arg_value - should panic ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_wrong_depth - should panic ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_zero_depth - should panic ... ok
[INFO] [stdout] test instructions::AND::tests::and_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::DUG::tests::dig_arg_zero - should panic ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_int_int ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_wrong_args - should panic ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_zero - should panic ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_int_zero ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_mutez_nat ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_nat_nat ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_string ... ok
[INFO] [stdout] test instructions::DUG::tests::dug_wrong_arg_value - should panic ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_wrong_stack ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_nat_int ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_big_map_success ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_set_success ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_arg_zero - should panic ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_set_wrong_args ... ok
[INFO] [stdout] test instructions::EQ::tests::eq_success ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_ticket - should panic ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_map_wrong_args ... ok
[INFO] [stdout] test instructions::GE::tests::eq_success ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_map_success ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_wrong_key_type ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_none_success ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_success ... ok
[INFO] [stdout] test instructions::EQ::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_success ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_wrong_depth ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_wrong_arg_value - should panic ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_wrong_get_arg ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_int_nat ... ok
[INFO] [stdout] test instructions::GT::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_wrong_stack ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_mutez_mutez ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_wrong_stack ... ok
[INFO] [stdout] test instructions::GT::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::GT::tests::eq_success ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_set_no_args - should panic ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_wrong_stack_values ... ok
[INFO] [stdout] test instructions::EQ::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::INT::tests::int_success ... ok
[INFO] [stdout] test instructions::INT::tests::int_success_pos ... ok
[INFO] [stdout] test instructions::ISNAT::tests::isnat_positive_int_success ... ok
[INFO] [stdout] test instructions::ISNAT::tests::isnat_negative_int_success ... ok
[INFO] [stdout] test instructions::ISNAT::tests::isnat_wrong_stack ... ok
[INFO] [stdout] test instructions::DUG::tests::dig_wrong_arg - should panic ... ok
[INFO] [stdout] test instructions::KECCAK::tests::keccak_success ... ok
[INFO] [stdout] test instructions::LE::tests::eq_success ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_wrong_arg - should panic ... ok
[INFO] [stdout] test instructions::LEVEL::tests::level_success ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::right_success ... ok
[INFO] [stdout] test instructions::LE::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::left_success ... ok
[INFO] [stdout] test instructions::LT::tests::eq_success ... ok
[INFO] [stdout] test instructions::GE::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::right_arg_wrong_format - should panic ... ok
[INFO] [stdout] test instructions::GE::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_with_option ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_map_success ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_map_wrong_type ... ok
[INFO] [stdout] test instructions::INT::tests::abs_stack_not_deep_enough - should panic ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_complex_type ... ok
[INFO] [stdout] test instructions::LE::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_success ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_wrong_stack_depth ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_int_nat ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_int_int ... ok
[INFO] [stdout] test instructions::LT::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_mutez_mutez - should panic ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_mutez_nat ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_nat_nat ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_nat_mutez ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_string_nat - should panic ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::left_wrong_stack - should panic ... ok
[INFO] [stdout] test instructions::INT::tests::abs_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::INT::tests::abs_wrong_type - should panic ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_int_success ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_nat_success ... ok
[INFO] [stdout] test instructions::LT::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::left_empty_arg - should panic ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_success_pos ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_with_complex_map ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_with_simple_map ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_wrong_type - should panic ... ok
[INFO] [stdout] test instructions::NEQ::tests::eq_success ... ok
[INFO] [stdout] test instructions::NEQ::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_list_of_nat ... ok
[INFO] [stdout] test instructions::NEQ::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_wrong_args - should panic ... ok
[INFO] [stdout] test instructions::NOT::tests::not_nat ... ok
[INFO] [stdout] test instructions::NONE::tests::nil_wrong_args - should panic ... ok
[INFO] [stdout] test instructions::NONE::tests::option_of_nat ... ok
[INFO] [stdout] test instructions::NOT::tests::not_bool ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_wrong_stack_types ... ok
[INFO] [stdout] test instructions::NOW::tests::now_success ... ok
[INFO] [stdout] test instructions::NOT::tests::not_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_stack_not_deep_enough - should panic ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_list_of_nats ... ok
[INFO] [stdout] test instructions::OR::tests::or_bool_bool ... ok
[INFO] [stdout] test instructions::OR::tests::or_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::PAIR::tests::pair_success ... ok
[INFO] [stdout] test instructions::PAIR::tests::pair_wrong_stack - should panic ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_type_value - should panic ... ok
[INFO] [stdout] test instructions::PUSH::tests::push_success ... ok
[INFO] [stdout] test instructions::SENDER::tests::sender_invalid_address - should panic ... ok
[INFO] [stdout] test instructions::OR::tests::or_nat_nat ... ok
[INFO] [stdout] test instructions::NEVER::tests::never_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_mich_type - should panic ... ok
[INFO] [stdout] test instructions::SENDER::tests::sender_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_args_value - should panic ... ok
[INFO] [stdout] test instructions::OR::tests::or_wrong_types - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_empty_args - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_wrong_arg_type - should panic ... ok
[INFO] [stdout] test instructions::NONE::tests::nil_empty_args - should panic ... ok
[INFO] [stdout] test instructions::NONE::tests::nil_wrong_arg_type - should panic ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_list_success ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_bytes_success ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_map_success ... ok
[INFO] [stdout] test instructions::NOT::tests::not_wrong_types - should panic ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_args_number - should panic ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_set_success ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_outofbound_length ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_string_success ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_bytes_success ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_outofbound_offset ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_wrong_stack_depth ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_wrong_stack_types ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_string_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_args_type - should panic ... ok
[INFO] [stdout] test instructions::SELF_ADDRESS::tests::balance_success ... ok
[INFO] [stdout] test instructions::SOME::tests::abs_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_4 ... ok
[INFO] [stdout] test instructions::SOURCE::tests::source_success ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_int_nat ... ok
[INFO] [stdout] test instructions::SWAP::tests::swap_success ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_mutez_mutez - should panic ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_1 ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_2 ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_3 ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_string_nat - should panic ... ok
[INFO] [stdout] test instructions::SOURCE::tests::source_invalid_address - should panic ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_int_int ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_success_some ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_fail_1 ... ok
[INFO] [stdout] test instructions::SWAP::tests::swap_short_stack - should panic ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_fail_2 ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_success_1 ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_success_2 ... ok
[INFO] [stdout] test instructions::SOME::tests::some_success ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_nat_nat ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_success_none ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_list_of_pairs ... ok
[INFO] [stdout] test instructions::UNPAIR::tests::unpair_success ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_remove_simple_set ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_success_3 ... ok
[INFO] [stdout] test instructions::UNIT::tests::unit_success ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_add_simple_set ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_add_simple_set_no_change ... ok
[INFO] [stdout] test m_types::tests::mtype_from_string ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_wrong_types - should panic ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_remove_simple_set_no_change ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_nat_nat ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_bool_bool ... ok
[INFO] [stdout] test instructions::UNPAIR::tests::unpair_wrong_stack - should panic ... ok
[INFO] [stdout] test test::contract_with_map_instruction ... FAILED
[INFO] [stdout] test test::generic_contract ... ok
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_simple_types ... ok
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_simple_values ... ok
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_pair_values ... FAILED
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_1_param ... ok
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_2_params ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::contract_with_map_instruction stdout ----
[INFO] [stdout] CAR
[INFO] [stdout] MAP
[INFO] [stdout] PUSH
[INFO] [stdout] MUL
[INFO] [stdout] PUSH
[INFO] [stdout] MUL
[INFO] [stdout] PUSH
[INFO] [stdout] MUL
[INFO] [stdout] NIL
[INFO] [stdout] PAIR
[INFO] [stdout] 
[INFO] [stdout] thread 'test::contract_with_map_instruction' (252) panicked at src/lib.rs:152:17:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Pair(PairValue { m_type: (List(Operation), List(Int)), value: (List(CollectionValue { m_type: Operation, value: [] }), List(CollectionValue { m_type: Int, value: [Int(9), Int(18), Int(33)] })) })
[INFO] [stdout]  right: Pair(PairValue { m_type: (List(Operation), List(Int)), value: (List(CollectionValue { m_type: Operation, value: [] }), List(CollectionValue { m_type: Int, value: [Int(6), Int(12), Int(22)] })) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c403350ac52 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c403350ac52 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c403350ac52 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c403350ac52 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c403352176a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c403352176a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5c403350fb06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c403350fb06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c40334e93ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c40334e93ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c4033502f89 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c40332c98fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5c40332c98fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c4033503142 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5c4033503142 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c40334e94a8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c40334de669 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c40334ea2fd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c4033521eac - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c4033521d63 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c40331ead7a - core[585f66e14d78f9ba]::panicking::assert_failed::<michelson_rust[c70e46c9f9613e85]::m_types::MValue, michelson_rust[c70e46c9f9613e85]::m_types::MValue>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c403321cf95 - michelson_rust[c70e46c9f9613e85]::test::contract_with_map_instruction
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:152:17
[INFO] [stdout]   22:     0x5c40332195f7 - michelson_rust[c70e46c9f9613e85]::test::contract_with_map_instruction::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:100:39
[INFO] [stdout]   23:     0x5c40332a5586 - <michelson_rust[c70e46c9f9613e85]::test::contract_with_map_instruction::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c40332bdcab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c40332bdcab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c40332ca50a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c40332ca50a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c40332ca50a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c40332ca50a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c40332ca50a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c40332ca50a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c40332ca50a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c40332c49d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c40332c49d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c40332cd002 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c40332cd002 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c40332cd002 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c40332cd002 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c40332cd002 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c40332cd002 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c40332cd002 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c403350a4ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5c403350a4ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7b3970399aa4 - <unknown>
[INFO] [stdout]   45:     0x7b3970426a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::test::utils_test_micheline_to_json_pair_values stdout ----
[INFO] [stdout] Err("Error parsing Pair value: (Pair 45 50), error: Provided string doesn't seem to be a valid Michelson type or value")
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::test::utils_test_micheline_to_json_pair_values' (256) panicked at src/utils.rs:775:9:
[INFO] [stdout] assertion failed: res ==
[INFO] [stdout]     Ok(String::from("{\"prim\":\"Pair\",\"args\":[{\"prim\":\"pair\",\"args\":[{\"int\":\"45\"},{\"int\":\"50\"}]},{\"string\":\"tezos\"}]}"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c403350ac52 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c403350ac52 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c403350ac52 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c403350ac52 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c403352176a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c403352176a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5c403350fb06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c403350fb06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c40334e93ef - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c40334e93ef - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c4033502f89 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c40332c98fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5c40332c98fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c4033503142 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5c4033503142 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c40334e94da - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5c40334de669 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c40334ea2fd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c4033521eac - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c4033521e72 - core[585f66e14d78f9ba]::panicking::panic
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5c4033279aa9 - michelson_rust[c70e46c9f9613e85]::utils::test::utils_test_micheline_to_json_pair_values
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:775:9
[INFO] [stdout]   21:     0x5c4033276147 - michelson_rust[c70e46c9f9613e85]::utils::test::utils_test_micheline_to_json_pair_values::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:747:54
[INFO] [stdout]   22:     0x5c40332a5646 - <michelson_rust[c70e46c9f9613e85]::utils::test::utils_test_micheline_to_json_pair_values::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5c40332bdcab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c40332bdcab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5c40332ca50a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5c40332ca50a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5c40332ca50a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5c40332ca50a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5c40332ca50a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5c40332ca50a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5c40332ca50a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5c40332c49d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5c40332c49d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5c40332cd002 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5c40332cd002 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5c40332cd002 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5c40332cd002 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5c40332cd002 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5c40332cd002 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5c40332cd002 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5c403350a4ff - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5c403350a4ff - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7b3970399aa4 - <unknown>
[INFO] [stdout]   44:     0x7b3970426a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::contract_with_map_instruction
[INFO] [stdout]     utils::test::utils_test_micheline_to_json_pair_values
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 232 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.66s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "a4d69e9b5795ee2ab6a5d0778ee73fc2fb6e45935b2f7517b57f0de6fe67285e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4d69e9b5795ee2ab6a5d0778ee73fc2fb6e45935b2f7517b57f0de6fe67285e", kill_on_drop: false }`
[INFO] [stdout] a4d69e9b5795ee2ab6a5d0778ee73fc2fb6e45935b2f7517b57f0de6fe67285e
