[INFO] fetching crate essential-vm 0.7.0...
[INFO] checking essential-vm-0.7.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate essential-vm 0.7.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate essential-vm 0.7.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate essential-vm 0.7.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate essential-vm 0.7.0
[INFO] tweaked toml for crates.io crate essential-vm 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c306b1c9a4eaf353c9e69e9ae907693b665ebbf173d8ac2fc833268471a2532f
[INFO] running `Command { std: "docker" "start" "-a" "c306b1c9a4eaf353c9e69e9ae907693b665ebbf173d8ac2fc833268471a2532f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c306b1c9a4eaf353c9e69e9ae907693b665ebbf173d8ac2fc833268471a2532f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c306b1c9a4eaf353c9e69e9ae907693b665ebbf173d8ac2fc833268471a2532f", kill_on_drop: false }`
[INFO] [stdout] c306b1c9a4eaf353c9e69e9ae907693b665ebbf173d8ac2fc833268471a2532f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d026c4e81932f09617043c71d2d6a3e12505eae9d9531be5a577d34c55da45a
[INFO] running `Command { std: "docker" "start" "-a" "4d026c4e81932f09617043c71d2d6a3e12505eae9d9531be5a577d34c55da45a", kill_on_drop: false }`
[INFO] [stderr]     Checking essential-vm v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `essential_vm`
[INFO] [stdout]  --> tests/util.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     types::{solution::SolutionData, ContentAddress, Key, PredicateAddress, Word},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::sync`, `essential_vm::Access`
[INFO] [stdout]  --> tests/repeats.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use essential_vm::{sync::eval_ops, Access};
[INFO] [stdout]   |                    ^^^^            ^^^^^^ no `Access` in the root
[INFO] [stdout]   |                    |
[INFO] [stdout]   |                    could not find `sync` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `essential_types`
[INFO] [stdout]  --> tests/repeats.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use essential_types::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `essential_types`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use essential_vm::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `essential_asm`
[INFO] [stdout]  --> tests/repeats.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use essential_asm as asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ no external crate `essential_asm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `essential_types`
[INFO] [stdout]  --> tests/repeats.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use essential_types::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `essential_types`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use essential_vm::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tracing`
[INFO] [stdout]  --> tests/repeats.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[cfg(feature = "tracing")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `tracing` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::asm`, `essential_vm::asm`, `essential_vm::BytecodeMapped`
[INFO] [stdout]  --> tests/bytecode.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     asm::{self, Op},
[INFO] [stdout]   |     ^^^   ^^^^ no `asm` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     could not find `asm` in `essential_vm`
[INFO] [stdout] 3 |     BytecodeMapped,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `BytecodeMapped` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/eval.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use criterion::{criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `essential_constraint_asm`
[INFO] [stdout]  --> benches/eval.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use essential_constraint_asm as asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no external crate `essential_constraint_asm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `essential_types`
[INFO] [stdout]  --> benches/eval.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use essential_types::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `essential_types`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use essential_vm::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `essential_constraint_vm`
[INFO] [stdout]  --> benches/eval.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use essential_constraint_vm::{eval_bytecode_iter, Access, SolutionAccess, StateSlots};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `essential_constraint_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `essential_types`
[INFO] [stdout]  --> benches/eval.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use essential_types::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `essential_types`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use essential_vm::{solution::SolutionData, ContentAddress, PredicateAddress};
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `eval`
[INFO] [stdout]   --> benches/eval.rs:38:26
[INFO] [stdout]    |
[INFO] [stdout] 38 | criterion_main!(benches);
[INFO] [stdout]    |                          ^ consider adding a `main` function to `benches/eval.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::types`, `essential_vm::Access`, `essential_vm::StateRead`
[INFO] [stdout]  --> tests/util.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     types::{solution::SolutionData, ContentAddress, Key, PredicateAddress, Word},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 7 |     Access, StateRead,
[INFO] [stdout]   |     ^^^^^^  ^^^^^^^^^ no `StateRead` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `Access` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `essential_vm`
[INFO] [stdout]  --> tests/util.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     types::{solution::SolutionData, ContentAddress, Key, PredicateAddress, Word},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]   --> tests/util.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use thiserror::Error;
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `thiserror`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `essential-vm` (test "repeats") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> tests/util.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[error("no value for the given contract, key pair")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `essential-vm` (test "bytecode") due to 1 previous error
[INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `essential_vm`
[INFO] [stdout]  --> tests/state_read.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     types::{convert::word_4_from_u8_32, ContentAddress},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `essential_vm`
[INFO] [stdout]  --> tests/util.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     types::{solution::SolutionData, ContentAddress, Key, PredicateAddress, Word},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::asm`, `essential_vm::asm`, `essential_vm::types`, `essential_vm::GasLimit`, `essential_vm::Vm`
[INFO] [stdout]  --> tests/state_read.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     asm::{self, Op},
[INFO] [stdout]   |     ^^^   ^^^^ no `asm` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     could not find `asm` in `essential_vm`
[INFO] [stdout] 4 |     types::{convert::word_4_from_u8_32, ContentAddress},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 5 |     GasLimit, Vm,
[INFO] [stdout]   |     ^^^^^^^^  ^^ no `Vm` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `GasLimit` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::types`, `essential_vm::Access`, `essential_vm::StateRead`
[INFO] [stdout]  --> tests/util.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     types::{solution::SolutionData, ContentAddress, Key, PredicateAddress, Word},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 7 |     Access, StateRead,
[INFO] [stdout]   |     ^^^^^^  ^^^^^^^^^ no `StateRead` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `Access` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `essential_types`
[INFO] [stdout]  --> tests/state_read.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use essential_types::Word;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `essential_types`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use essential_vm::Word;
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]   --> tests/util.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use thiserror::Error;
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `thiserror`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> tests/state_read.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> tests/state_read.rs:46:3
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> tests/state_read.rs:77:3
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]    --> tests/state_read.rs:123:3
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]    --> tests/state_read.rs:162:3
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]    --> tests/state_read.rs:203:3
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `essential-vm` (bench "eval") due to 6 previous errors
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::types`, `essential_vm::Access`, `essential_vm::StateRead`
[INFO] [stdout]  --> tests/util.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     types::{solution::SolutionData, ContentAddress, Key, PredicateAddress, Word},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 7 |     Access, StateRead,
[INFO] [stdout]   |     ^^^^^^  ^^^^^^^^^ no `StateRead` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `Access` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `asm` in `essential_vm`
[INFO] [stdout]  --> tests/vm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     asm::{self, short::*, Op},
[INFO] [stdout]   |     ^^^ could not find `asm` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `types` in `essential_vm`
[INFO] [stdout]  --> tests/vm.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     types::solution::{Mutation, Solution, SolutionData},
[INFO] [stdout]   |     ^^^^^ could not find `types` in `essential_vm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> tests/util.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[error("no value for the given contract, key pair")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `essential_vm::asm`, `essential_vm::asm`, `essential_vm::mut_keys_set`, `essential_vm::Access`, `essential_vm::BytecodeMapped`, `essential_vm::Gas`, `essential_vm::GasLimit`, `essential_vm::Vm`
[INFO] [stdout]  --> tests/vm.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     asm::{self, short::*, Op},
[INFO] [stdout]   |     ^^^   ^^^^ no `asm` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     could not find `asm` in `essential_vm`
[INFO] [stdout] 7 |     mut_keys_set,
[INFO] [stdout]   |     ^^^^^^^^^^^^ no `mut_keys_set` in the root
[INFO] [stdout] 8 |     types::solution::{Mutation, Solution, SolutionData},
[INFO] [stdout] 9 |     Access, BytecodeMapped, Gas, GasLimit, Vm,
[INFO] [stdout]   |     ^^^^^^  ^^^^^^^^^^^^^^  ^^^  ^^^^^^^^  ^^ no `Vm` in the root
[INFO] [stdout]   |     |       |               |    |
[INFO] [stdout]   |     |       |               |    no `GasLimit` in the root
[INFO] [stdout]   |     |       |               no `Gas` in the root
[INFO] [stdout]   |     |       no `BytecodeMapped` in the root
[INFO] [stdout]   |     no `Access` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]   --> tests/util.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use thiserror::Error;
[INFO] [stdout]    |     ^^^^^^^^^ use of undeclared crate or module `thiserror`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> tests/vm.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> tests/vm.rs:40:3
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures`
[INFO] [stdout]   --> tests/vm.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |             match futures::poll!(&mut future) {
[INFO] [stdout]    |                   ^^^^^^^ use of undeclared crate or module `futures`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]   --> tests/vm.rs:80:3
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[tokio::test]
[INFO] [stdout]    |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]    --> tests/vm.rs:129:3
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]    --> tests/vm.rs:187:3
[INFO] [stdout]     |
[INFO] [stdout] 187 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stdout]    --> tests/vm.rs:265:3
[INFO] [stdout]     |
[INFO] [stdout] 265 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> tests/util.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[error("no value for the given contract, key pair")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `essential-vm` (test "util") due to 4 previous errors
[INFO] [stdout] error[E0425]: cannot find value `ALOC` in this scope
[INFO] [stdout]    --> tests/vm.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         ALOC,
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `KRNG` in this scope
[INFO] [stdout]    --> tests/vm.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         KRNG,
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         PUSH(9), // index, len, index, len, index, len, val, val, val
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         PUSH(0), // Key0
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 |         PUSH(0), // Key1
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:224:9
[INFO] [stdout]     |
[INFO] [stdout] 224 |         PUSH(0), // Key2
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         PUSH(0), // Key3
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |         PUSH(4), // Key length
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         PUSH(3), // Num words
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PUSH` in this scope
[INFO] [stdout]    --> tests/vm.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |         PUSH(0), // Slot index
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `essential-vm` (test "state_read") due to 13 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `essential-vm` (test "vm") due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "4d026c4e81932f09617043c71d2d6a3e12505eae9d9531be5a577d34c55da45a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d026c4e81932f09617043c71d2d6a3e12505eae9d9531be5a577d34c55da45a", kill_on_drop: false }`
[INFO] [stdout] 4d026c4e81932f09617043c71d2d6a3e12505eae9d9531be5a577d34c55da45a
