[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 beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclaudebarde%2Fmichelson-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/claudebarde/michelson-rust on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 28ae64baa5edfe63933723f5bc3e85a406950b2dae26d0379530e876145f5574
[INFO] running `Command { std: "docker" "start" "-a" "28ae64baa5edfe63933723f5bc3e85a406950b2dae26d0379530e876145f5574", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28ae64baa5edfe63933723f5bc3e85a406950b2dae26d0379530e876145f5574", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28ae64baa5edfe63933723f5bc3e85a406950b2dae26d0379530e876145f5574", kill_on_drop: false }`
[INFO] [stdout] 28ae64baa5edfe63933723f5bc3e85a406950b2dae26d0379530e876145f5574
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f19e18d55691a87696bea11fcedcd1abaa0ff9c2053c96be2c4543090975abb6
[INFO] running `Command { std: "docker" "start" "-a" "f19e18d55691a87696bea11fcedcd1abaa0ff9c2053c96be2c4543090975abb6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling keccak v0.1.2
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling bs58 v0.4.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha3 v0.10.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.5.6
[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 11.27s
[INFO] running `Command { std: "docker" "inspect" "f19e18d55691a87696bea11fcedcd1abaa0ff9c2053c96be2c4543090975abb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f19e18d55691a87696bea11fcedcd1abaa0ff9c2053c96be2c4543090975abb6", kill_on_drop: false }`
[INFO] [stdout] f19e18d55691a87696bea11fcedcd1abaa0ff9c2053c96be2c4543090975abb6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 609ae77975ad57e9f49d71bab2900108117b6e9ad1d5a2549843392f4bf60122
[INFO] running `Command { std: "docker" "start" "-a" "609ae77975ad57e9f49d71bab2900108117b6e9ad1d5a2549843392f4bf60122", 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.51s
[INFO] running `Command { std: "docker" "inspect" "609ae77975ad57e9f49d71bab2900108117b6e9ad1d5a2549843392f4bf60122", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "609ae77975ad57e9f49d71bab2900108117b6e9ad1d5a2549843392f4bf60122", kill_on_drop: false }`
[INFO] [stdout] 609ae77975ad57e9f49d71bab2900108117b6e9ad1d5a2549843392f4bf60122
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f86e2b917163b90085d210b158ee0530cf2a61747a129232c1f44da706f2a4b
[INFO] running `Command { std: "docker" "start" "-a" "1f86e2b917163b90085d210b158ee0530cf2a61747a129232c1f44da706f2a4b", 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 1 suggestion)
[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.07s
[INFO] [stdout] 
[INFO] [stdout] running 234 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/michelson_rust-502057f942c6f51a)
[INFO] [stdout] test instructions::ABS::tests::abs_positive_int ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_success_pos ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_empty_stack ... ok
[INFO] [stdout] test instructions::ADDRESS::tests::address_success ... ok
[INFO] [stdout] test instructions::ADDRESS::tests::address_empty_stack ... ok
[INFO] [stdout] test instructions::AMOUNT::tests::amount_rand_success ... ok
[INFO] [stdout] test instructions::AMOUNT::tests::amount_success ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_success ... ok
[INFO] [stdout] test instructions::AND::tests::and_int_nat ... ok
[INFO] [stdout] test instructions::ADD::tests::add_nat_nat ... ok
[INFO] [stdout] test instructions::ADD::tests::add_int_nat ... ok
[INFO] [stdout] test instructions::CAR::test::car_wrong_type ... ok
[INFO] [stdout] test instructions::CAR::test::car_empty_stack ... ok
[INFO] [stdout] test instructions::CDR::test::cdr_empty_stack ... ok
[INFO] [stdout] test instructions::ADDRESS::tests::address_wrong_type ... ok
[INFO] [stdout] test instructions::ADD::tests::add_int_int ... ok
[INFO] [stdout] test instructions::AND::tests::and_nat_nat ... ok
[INFO] [stdout] test instructions::BALANCE::tests::balance_success ... ok
[INFO] [stdout] test instructions::CDR::test::cdr_wrong_type ... 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_option_option ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_pair_pair ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_string_string ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_timestamp_timestamp ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_union_union ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_unit_unit ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_bytes_bytes ... ok
[INFO] [stdout] test instructions::AND::tests::and_bool_bool ... ok
[INFO] [stdout] test instructions::CAR::test::car_success ... ok
[INFO] [stdout] test instructions::CDR::test::cdr_success ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_list_of_strings ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_address_address ... ok
[INFO] [stdout] test instructions::CONS::tests::cons_wrong_stack ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_int_int ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_wrong_types ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_bool_bool ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_list_of_bytes ... ok
[INFO] [stdout] test instructions::CONCAT::tests::concat_string_string ... ok
[INFO] [stdout] test instructions::CONS::tests::cons_success ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_success_two ... ok
[INFO] [stdout] test instructions::DIG::tests::dig_success_one ... 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::DROP::tests::drop_two_with_args ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_wrong_type - should panic ... ok
[INFO] [stdout] test instructions::ADD::tests::add_mutez_nat - should panic ... ok
[INFO] [stdout] test instructions::AND::tests::and_wrong_stack_depth - should panic ... 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::DUG::tests::dug_wrong_arg_value - should panic ... ok
[INFO] [stdout] test instructions::DUG::tests::dug_success_one ... 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::DUP::tests::dup_arg_zero - should panic ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_operation_operation - should panic ... ok
[INFO] [stdout] test instructions::ABS::tests::abs_stack_not_deep_enough - 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::EDIV::tests::ediv_int_int ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_int_zero ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_int_nat ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_mutez_mutez ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_string ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_wrong_args - should panic ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_wrong_depth - should panic ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_nat_int ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_nat_nat ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_wrong_stack_values ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_wrong_stack ... ok
[INFO] [stdout] test instructions::EDIV::tests::ediv_mutez_nat ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_big_map_success ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_map_success ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_set_success ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_map_wrong_args ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_set_wrong_args ... ok
[INFO] [stdout] test instructions::EQ::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::GE::tests::eq_success ... ok
[INFO] [stdout] test instructions::EQ::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::EQ::tests::eq_success ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_zero_depth - should panic ... ok
[INFO] [stdout] test instructions::DUG::tests::dig_arg_zero - should panic ... ok
[INFO] [stdout] test instructions::DUG::tests::dig_wrong_arg - should panic ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_ticket - should panic ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_wrong_arg - should panic ... ok
[INFO] [stdout] test instructions::DROP::tests::drop_zero - should panic ... ok
[INFO] [stdout] test instructions::EMPTY_COLLECTION::tests::empty_set_no_args - should panic ... ok
[INFO] [stdout] test instructions::GE::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::DUP::tests::dup_wrong_arg_value - should panic ... ok
[INFO] [stdout] test instructions::GE::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::ADD::tests::add_string_nat - should panic ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_none_success ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_success ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_wrong_key_type ... ok
[INFO] [stdout] test instructions::GET::tests::get_map_wrong_stack ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_success ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_wrong_depth ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_wrong_get_arg ... ok
[INFO] [stdout] test instructions::GT::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::GET::tests::get_pair_wrong_stack ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_mutez_mutez ... 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::INT::tests::abs_empty_stack - 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_wrong_stack ... ok
[INFO] [stdout] test instructions::ISNAT::tests::isnat_positive_int_success ... ok
[INFO] [stdout] test instructions::KECCAK::tests::keccak_success ... ok
[INFO] [stdout] test instructions::LE::tests::eq_success ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::left_success ... ok
[INFO] [stdout] test instructions::INT::tests::abs_wrong_type - should panic ... ok
[INFO] [stdout] test instructions::LE::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::ISNAT::tests::isnat_negative_int_success ... ok
[INFO] [stdout] test instructions::LT::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::right_success ... ok
[INFO] [stdout] test instructions::LEVEL::tests::level_success ... ok
[INFO] [stdout] test instructions::INT::tests::abs_stack_not_deep_enough - should panic ... ok
[INFO] [stdout] test instructions::LE::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::LT::tests::eq_success ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::left_empty_arg - should panic ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_list_of_nats ... ok
[INFO] [stdout] test instructions::LT::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::right_arg_wrong_format - should panic ... ok
[INFO] [stdout] test instructions::LEFT_RIGHT::tests::left_wrong_stack - should panic ... 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::MEM::tests::mem_set_wrong_stack_depth ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_complex_type ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_int_nat ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_nat_success ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_success ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_success_pos ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_mutez_mutez - should panic ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_nat_nat ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_stack_not_deep_enough - should panic ... ok
[INFO] [stdout] test instructions::NEG::tests::neg_int_success ... 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::NEG::tests::neg_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_list_of_nat ... ok
[INFO] [stdout] test instructions::MEM::tests::mem_set_wrong_stack_types ... ok
[INFO] [stdout] test instructions::NEQ::tests::eq_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_string_nat - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_wrong_arg_type - should panic ... ok
[INFO] [stdout] test instructions::NEQ::tests::eq_invalid_type - should panic ... ok
[INFO] [stdout] test instructions::NONE::tests::nil_empty_args - should panic ... ok
[INFO] [stdout] test instructions::NOT::tests::not_bool ... ok
[INFO] [stdout] test instructions::NONE::tests::option_of_nat ... ok
[INFO] [stdout] test instructions::NEVER::tests::never_success ... ok
[INFO] [stdout] test instructions::NOT::tests::not_nat ... ok
[INFO] [stdout] test instructions::NONE::tests::nil_wrong_arg_type - should panic ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_with_simple_map ... ok
[INFO] [stdout] test instructions::NONE::tests::nil_wrong_args - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_empty_args - should panic ... ok
[INFO] [stdout] test instructions::NOT::tests::not_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::NOT::tests::not_wrong_types - should panic ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_with_option ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_list_of_pairs ... ok
[INFO] [stdout] test instructions::OR::tests::or_bool_bool ... ok
[INFO] [stdout] test instructions::OR::tests::or_nat_nat ... ok
[INFO] [stdout] test instructions::OR::tests::or_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::NIL::tests::nil_wrong_args - should panic ... ok
[INFO] [stdout] test instructions::PAIR::tests::pair_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::push_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_args_number - should panic ... ok
[INFO] [stdout] test instructions::SELF_ADDRESS::tests::balance_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::SENDER::tests::sender_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_args_type - should panic ... ok
[INFO] [stdout] test instructions::SENDER::tests::sender_invalid_address - should panic ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_set_success ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_list_success ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_map_success ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_bytes_success ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_mich_type - should panic ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_outofbound_offset ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_string_success ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_wrong_stack_depth ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_outofbound_length ... ok
[INFO] [stdout] test instructions::SLICE::tests::slice_wrong_stack_types ... ok
[INFO] [stdout] test instructions::SIZE::tests::size_bytes_success ... ok
[INFO] [stdout] test instructions::SOME::tests::some_success ... ok
[INFO] [stdout] test instructions::SOURCE::tests::source_success ... ok
[INFO] [stdout] test instructions::SOME::tests::abs_empty_stack - should panic ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_int_nat ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_nat_nat ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_2 ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_int_int ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_3 ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_4 ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_success_none ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_success_some ... ok
[INFO] [stdout] test instructions::SWAP::tests::swap_success ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_fail_1 ... 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::SOURCE::tests::source_invalid_address - should panic ... ok
[INFO] [stdout] test instructions::TICKET::test::create_ticket_success_3 ... ok
[INFO] [stdout] test instructions::SUB_MUTEZ::tests::sub_mutez_fail_1 ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_string_nat - should panic ... ok
[INFO] [stdout] test instructions::UNIT::tests::unit_success ... ok
[INFO] [stdout] test instructions::SWAP::tests::swap_short_stack - should panic ... ok
[INFO] [stdout] test instructions::UNPAIR::tests::unpair_success ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_add_simple_set_no_change ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_remove_simple_set_no_change ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_bool_bool ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_nat_nat ... ok
[INFO] [stdout] test instructions::UNPAIR::tests::unpair_wrong_stack - should panic ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_add_simple_set ... ok
[INFO] [stdout] test instructions::UPDATE::test::update_success_remove_simple_set ... ok
[INFO] [stdout] test m_types::tests::mtype_from_string ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_wrong_stack_depth - should panic ... ok
[INFO] [stdout] test instructions::XOR::tests::xor_wrong_types - should panic ... ok
[INFO] [stdout] test instructions::PUSH::tests::pair_wrong_args_value - should panic ... ok
[INFO] [stdout] test instructions::MAP::test::map_success_with_complex_map ... ok
[INFO] [stdout] test test::contract_with_map_instruction ... FAILED
[INFO] [stdout] test instructions::SIZE::tests::size_string_success ... ok
[INFO] [stdout] test instructions::SUB::tests::sub_mutez_mutez - should panic ... ok
[INFO] [stdout] test test::generic_contract ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_int_int ... ok
[INFO] [stdout] test instructions::COMPARE::tests::compare_nat_nat ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_mutez_nat ... ok
[INFO] [stdout] test instructions::MUL::tests::mul_nat_mutez ... ok
[INFO] [stdout] test instructions::NOW::tests::now_success ... ok
[INFO] [stdout] test instructions::OR::tests::or_wrong_types - should panic ... ok
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_simple_types ... ok
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_pair_values ... FAILED
[INFO] [stdout] test utils::test::utils_test_micheline_to_json_simple_values ... ok
[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:     0x5856a619d222 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5856a619d222 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5856a619d222 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5856a619d222 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5856a61aec8f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5856a61aec8f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5856a616a681 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5856a616a681 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5856a61766e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5856a617b28f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5856a617b121 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5856a5f57e8e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5856a5f57e8e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5856a617b94f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5856a617b94f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5856a617b7aa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5856a6176819 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5856a615eb5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5856a61b8730 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5856a61b8533 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5856a5ef7686 - core::panicking::assert_failed::h5f610c12c739da3e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5856a5e76f72 - michelson_rust::test::contract_with_map_instruction::ha59cefe48e203c75
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:152:17
[INFO] [stdout]   22:     0x5856a5e77587 - michelson_rust::test::contract_with_map_instruction::{{closure}}::h8fc0d46bc101e219
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:100:39
[INFO] [stdout]   23:     0x5856a5f31816 - core::ops::function::FnOnce::call_once::h9c6fd670e7dc6057
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5856a5f57c4b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5856a5f57c4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5856a5f6d8b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5856a5f6d8b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5856a5f6d8b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5856a5f6d8b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5856a5f6d8b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5856a5f6d8b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5856a5f6d8b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5856a5f440a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5856a5f440a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5856a5f4796a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5856a5f4796a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5856a5f4796a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5856a5f4796a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5856a5f4796a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5856a5f4796a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5856a5f4796a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5856a617197f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5856a617197f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x773aef036aa4 - <unknown>
[INFO] [stdout]   45:     0x773aef0c3a34 - 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:     0x5856a619d222 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5856a619d222 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5856a619d222 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5856a619d222 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5856a61aec8f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5856a61aec8f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5856a616a681 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5856a616a681 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5856a61766e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5856a617b28f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5856a617b121 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5856a5f57e8e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5856a5f57e8e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5856a617b94f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5856a617b94f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5856a617b776 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5856a6176819 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5856a615eb5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5856a61b8730 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5856a61b870c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5856a5e7955f - michelson_rust::utils::test::utils_test_micheline_to_json_pair_values::h52f14705c35e75fc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:775:9
[INFO] [stdout]   21:     0x5856a5e795d7 - michelson_rust::utils::test::utils_test_micheline_to_json_pair_values::{{closure}}::hc6dd32d510b21842
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils.rs:747:54
[INFO] [stdout]   22:     0x5856a5f30d06 - core::ops::function::FnOnce::call_once::h6f55a52a28ab1c4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5856a5f57c4b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5856a5f57c4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5856a5f6d8b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5856a5f6d8b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5856a5f6d8b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x5856a5f6d8b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x5856a5f6d8b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5856a5f6d8b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5856a5f6d8b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5856a5f440a4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5856a5f440a4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x5856a5f4796a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x5856a5f4796a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5856a5f4796a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x5856a5f4796a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x5856a5f4796a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5856a5f4796a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x5856a5f4796a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5856a617197f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   42:     0x5856a617197f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   43:     0x773aef036aa4 - <unknown>
[INFO] [stdout]   44:     0x773aef0c3a34 - 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.67s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "1f86e2b917163b90085d210b158ee0530cf2a61747a129232c1f44da706f2a4b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f86e2b917163b90085d210b158ee0530cf2a61747a129232c1f44da706f2a4b", kill_on_drop: false }`
[INFO] [stdout] 1f86e2b917163b90085d210b158ee0530cf2a61747a129232c1f44da706f2a4b
