[INFO] fetching crate tla-rs 0.1.0...
[INFO] testing tla-rs-0.1.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate tla-rs 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate tla-rs 0.1.0
[INFO] finished tweaking crates.io crate tla-rs 0.1.0
[INFO] tweaked toml for crates.io crate tla-rs 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tla-rs 0.1.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tla-rs 0.1.0 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a87eedb7dfc49a8e88c9e2a4e838fe284487e555f766f742c30d1654651ed942
[INFO] running `Command { std: "docker" "start" "-a" "a87eedb7dfc49a8e88c9e2a4e838fe284487e555f766f742c30d1654651ed942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a87eedb7dfc49a8e88c9e2a4e838fe284487e555f766f742c30d1654651ed942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a87eedb7dfc49a8e88c9e2a4e838fe284487e555f766f742c30d1654651ed942", kill_on_drop: false }`
[INFO] [stdout] a87eedb7dfc49a8e88c9e2a4e838fe284487e555f766f742c30d1654651ed942
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50a2525628f1ea5dceb0fac32ad5d12fcf2956d1548c5b5bdcbc691317665e5d
[INFO] running `Command { std: "docker" "start" "-a" "50a2525628f1ea5dceb0fac32ad5d12fcf2956d1548c5b5bdcbc691317665e5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling tla-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::common::marshalling::Marshalable`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::implementation::common::marshalling::Marshalable;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Marshalable` in `implementation::common::marshalling`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/function.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use vstd::prelude::*;
[INFO] [stdout] 2 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/upper_bound_i.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use vstd::prelude::*;
[INFO] [stdout] 2 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::args_t::clone_vec_u8`
[INFO] [stdout]  --> src/common/native/io_s.rs:3:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::common::framework::{args_t::clone_vec_u8, environment_s::*};
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^^^^^ no `clone_vec_u8` in `common::framework::args_t`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::common::upper_bound::UpperBoundedAddition`
[INFO] [stdout]  --> src/implementation/RSL/ProposerImpl.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::protocol::common::upper_bound::UpperBoundedAddition;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UpperBoundedAddition` in `protocol::common::upper_bound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::types_i::COperationNumber`
[INFO] [stdout]  --> src/implementation/RSL/acceptorimpl.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::types_i::COperationNumber;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `COperationNumber` in `implementation::RSL::types_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::RSL::types_i::CBalLt`
[INFO] [stdout]   --> src/implementation/RSL/acceptorimpl.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::implementation::RSL::types_i::CBalLt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CBalLt` in `implementation::RSL::types_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::native::io_s::EndPoint`
[INFO] [stdout]   --> src/implementation/RSL/acceptorimpl.rs:16:43
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::common::{collections::maps::*, native::io_s::EndPoint};
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^ no `EndPoint` in `common::native::io_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::cconfiguration::CConfiguration`
[INFO] [stdout]   --> src/implementation/RSL/cbroadcast.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use super::cconfiguration::CConfiguration;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CConfiguration` in `implementation::RSL::cconfiguration`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `super::acceptorimpl::CAcceptor`, `super::cconfiguration::CConfiguration`, `super::cconstants::CConstants`, `super::cconstants::CReplicaConstants`, `super::cparameters::CParameters`, `super::ElectionImpl::CElectionState`, `super::ExecutorImpl::CExecutor`, `super::ExecutorImpl::COutstandingOperation`, `super::ProposerImpl::CProposer`, `super::ReplicaImpl::CReplica`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout]  2 |     acceptorimpl::CAcceptor,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ no `CAcceptor` in `implementation::RSL::acceptorimpl`
[INFO] [stdout]  3 |     cconfiguration::CConfiguration,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CConfiguration` in `implementation::RSL::cconfiguration`
[INFO] [stdout]  4 |     cconstants::{CConstants, CReplicaConstants},
[INFO] [stdout]    |                  ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^ no `CReplicaConstants` in `implementation::RSL::cconstants`
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  no `CConstants` in `implementation::RSL::cconstants`
[INFO] [stdout]  5 |     cparameters::CParameters,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `CParameters` in `implementation::RSL::cparameters`
[INFO] [stdout]  6 |     ElectionImpl::CElectionState,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CElectionState` in `implementation::RSL::ElectionImpl`
[INFO] [stdout]  7 |     ExecutorImpl::CExecutor,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ no `CExecutor` in `implementation::RSL::ExecutorImpl`
[INFO] [stdout]  8 |     ExecutorImpl::COutstandingOperation,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `COutstandingOperation` in `implementation::RSL::ExecutorImpl`
[INFO] [stdout]  9 |     ProposerImpl::CProposer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ no `CProposer` in `implementation::RSL::ProposerImpl`
[INFO] [stdout] 10 |     ReplicaImpl::CReplica,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^ no `CReplica` in `implementation::RSL::ReplicaImpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::native::io_s::NetEvent`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::common::native::io_s::NetEvent;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `NetEvent` in `common::native::io_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::RSL::cmessage::CPacket`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::implementation::RSL::cmessage::CPacket;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CPacket` in `implementation::RSL::cmessage`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::RSL::learnerimpl::CLearner`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::implementation::RSL::learnerimpl::CLearner;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CLearner` in `implementation::RSL::learnerimpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::RSL::ProposerImpl::CIncompleteBatchTimer`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::implementation::RSL::ProposerImpl::CIncompleteBatchTimer;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CIncompleteBatchTimer` in `implementation::RSL::ProposerImpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::RSL::environment::RslIo`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::protocol::RSL::environment::RslIo;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RslIo` in `protocol::RSL::environment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::RSL::replica::LReplica`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use crate::protocol::RSL::replica::LReplica;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LReplica` in `protocol::RSL::replica`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::RSL::replica::LScheduler`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::protocol::RSL::replica::LScheduler;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LScheduler` in `protocol::RSL::replica`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::common::upper_bound_i::CUpperBound`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     implementation::common::upper_bound_i::CUpperBound,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CUpperBound` in `implementation::common::upper_bound_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::common::collections::seq_is_unique_v::endpoints_contain`, `crate::common::collections::seq_is_unique_v::seq_is_unique`
[INFO] [stdout]  --> src/implementation/RSL/netrsl_i.rs:1:51
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::common::collections::seq_is_unique_v::{endpoints_contain, seq_is_unique};
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `seq_is_unique` in `common::collections::seq_is_unique_v`
[INFO] [stdout]   |                                                   |
[INFO] [stdout]   |                                                   no `endpoints_contain` in `common::collections::seq_is_unique_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::common::native::io_s::abstractify_end_points`, `crate::common::native::io_s::EndPoint`
[INFO] [stdout]  --> src/implementation/RSL/netrsl_i.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::common::native::io_s::{abstractify_end_points, EndPoint};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^ no `EndPoint` in `common::native::io_s`
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   no `abstractify_end_points` in `common::native::io_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::host_s::EventResults`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_main.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use super::host_s::EventResults;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `EventResults` in `implementation::RSL::host_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::common::collections::seq_is_unique_v::get_host_index`, `crate::common::collections::seq_is_unique_v::seq_is_unique`, `crate::common::collections::seq_is_unique_v::test_unique`
[INFO] [stdout]  --> src/implementation/RSL/cmd_line_parser.rs:5:51
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::common::collections::seq_is_unique_v::{get_host_index, seq_is_unique, test_unique};
[INFO] [stdout]   |                                                   ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^ no `test_unique` in `common::collections::seq_is_unique_v`
[INFO] [stdout]   |                                                   |               |
[INFO] [stdout]   |                                                   |               no `seq_is_unique` in `common::collections::seq_is_unique_v`
[INFO] [stdout]   |                                                   no `get_host_index` in `common::collections::seq_is_unique_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::collections::seq_is_unique_v::seq_is_unique`
[INFO] [stdout]  --> src/implementation/RSL/host_i.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::common::collections::seq_is_unique_v::seq_is_unique;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `seq_is_unique` in `common::collections::seq_is_unique_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::collections::seq_is_unique_v::seq_is_unique`
[INFO] [stdout]  --> src/implementation/RSL/host_s.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::common::collections::seq_is_unique_v::seq_is_unique;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `seq_is_unique` in `common::collections::seq_is_unique_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `super::host_i::HostState`
[INFO] [stdout]   --> src/implementation/RSL/host_s.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use super::host_i::HostState;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ no `HostState` in `implementation::RSL::host_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::common::upper_bound::LeqUpperBound`
[INFO] [stdout]  --> src/protocol/RSL/acceptor.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::protocol::common::upper_bound::LeqUpperBound;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LeqUpperBound` in `protocol::common::upper_bound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::RSL::types::RequestBatch`
[INFO] [stdout]   --> src/protocol/RSL/executor.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::protocol::RSL::types::RequestBatch;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `RequestBatch` in `protocol::RSL::types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::RSL::types::Ballot`
[INFO] [stdout]   --> src/protocol/RSL/executor.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::protocol::RSL::types::Ballot;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Ballot` in `protocol::RSL::types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::protocol::RSL::types::ReplyCache`
[INFO] [stdout]   --> src/protocol/RSL/executor.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::protocol::RSL::types::ReplyCache;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ReplyCache` in `protocol::RSL::types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/actions.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/environment.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/requests.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/packet_sending.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/message1b.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/message2a.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/message2b.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/receive1b.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/chosen.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/quorum.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/max_ballot.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/common_proof/learner_state.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/requests.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/chosen.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/execution.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::framework::environment_s::LEnvStep`
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/refinement.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 | use crate::common::framework::environment_s::LEnvStep;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LEnvStep` in `common::framework::environment_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::common::framework::args_t::abstractify_args`, `crate::common::framework::args_t::Args`
[INFO] [stdout]  --> src/services/RSL/main_s.rs:4:40
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::common::framework::args_t::{abstractify_args, Args};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^  ^^^^ no `Args` in `common::framework::args_t`
[INFO] [stdout]   |                                        |
[INFO] [stdout]   |                                        no `abstractify_args` in `common::framework::args_t`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           std::env::Args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::implementation::common::cmd_line_parser_i::parse_args`, `crate::implementation::common::cmd_line_parser_i::parse_end_points`
[INFO] [stdout]  --> src/services/RSL/main_s.rs:8:56
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::implementation::common::cmd_line_parser_i::{parse_args, parse_end_points};
[INFO] [stdout]   |                                                        ^^^^^^^^^^  ^^^^^^^^^^^^^^^^ no `parse_end_points` in `implementation::common::cmd_line_parser_i`
[INFO] [stdout]   |                                                        |
[INFO] [stdout]   |                                                        no `parse_args` in `implementation::common::cmd_line_parser_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::common::framework::args_t::abstractify_args`, `crate::common::framework::args_t::Args`
[INFO] [stdout]  --> src/services/RSL/main_i.rs:4:40
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::common::framework::args_t::{abstractify_args, Args};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^  ^^^^ no `Args` in `common::framework::args_t`
[INFO] [stdout]   |                                        |
[INFO] [stdout]   |                                        no `abstractify_args` in `common::framework::args_t`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           std::env::Args
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/choose_v.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::prelude::*;
[INFO] [stdout] 1 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/clone_v.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::prelude::*;
[INFO] [stdout] 1 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::implementation::common::cmd_line_parser_i::parse_args`, `crate::implementation::common::cmd_line_parser_i::parse_end_points`
[INFO] [stdout]  --> src/services/RSL/main_i.rs:8:56
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::implementation::common::cmd_line_parser_i::{parse_args, parse_end_points};
[INFO] [stdout]   |                                                        ^^^^^^^^^^  ^^^^^^^^^^^^^^^^ no `parse_end_points` in `implementation::common::cmd_line_parser_i`
[INFO] [stdout]   |                                                        |
[INFO] [stdout]   |                                                        no `parse_args` in `implementation::common::cmd_line_parser_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::native::io_s::EndPoint`
[INFO] [stdout]   --> src/lib.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use crate::common::native::io_s::EndPoint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `EndPoint` in `common::native::io_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::common::native::io_s::NetcReceiveResult`
[INFO] [stdout]   --> src/lib.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use crate::common::native::io_s::NetcReceiveResult;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `NetcReceiveResult` in `common::native::io_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::map::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::map::*;
[INFO] [stdout] 6 + use std::map::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::modes::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::modes::*;
[INFO] [stdout] 7 + use std::modes::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::multiset::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::multiset::*;
[INFO] [stdout] 8 + use std::multiset::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use vstd::pervasive::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use vstd::pervasive::*;
[INFO] [stdout] 9 + use std::pervasive::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::seq::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::seq::*;
[INFO] [stdout] 10 + use std::seq::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/comparable.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/comparable.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::bytes::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::bytes::*;
[INFO] [stdout] 4 + use std::bytes::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/comparable.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::prelude::*;
[INFO] [stdout] 6 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/comparable.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::slice::*;
[INFO] [stdout] 7 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/comparable.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/count_matches.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/count_matches.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::seq::*;
[INFO] [stdout] 3 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/count_matches.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 5 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/count_matches.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/maps.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/maps.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::set_lib::lemma_set_properties;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::set_lib::lemma_set_properties;
[INFO] [stdout] 4 + use std::set_lib::lemma_set_properties;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/maps.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/maps.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/collections/maps.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/maps2.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/maps2.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::set_lib::lemma_set_properties;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::set_lib::lemma_set_properties;
[INFO] [stdout] 4 + use std::set_lib::lemma_set_properties;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/maps2.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/maps2.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/seq_is_unique_v.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::prelude::*;
[INFO] [stdout] 1 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/seq_is_unique_v.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vstd::seq_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use vstd::seq_lib::*;
[INFO] [stdout] 2 + use std::seq_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/seq_is_unique_v.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::set_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::set_lib::*;
[INFO] [stdout] 3 + use std::set_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/collections/maps2.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/seqs.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/seqs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::seq::*;
[INFO] [stdout] 3 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/seqs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/sets.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/sets.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::seq::*;
[INFO] [stdout] 3 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/sets.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::set::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::set::*;
[INFO] [stdout] 4 + use std::set::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/sets.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/sets_lib.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/sets_lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::seq::*;
[INFO] [stdout] 3 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/sets_lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::set::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::set::*;
[INFO] [stdout] 4 + use std::set::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/sets_lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/vecs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/vecs.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::prelude::*;
[INFO] [stdout] 5 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/vecs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::seq::*;
[INFO] [stdout] 6 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/vecs.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::view::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::view::*;
[INFO] [stdout] 7 + use std::view::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/vecs.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/collections/hashsets.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/hashsets.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::prelude::*;
[INFO] [stdout] 5 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/hashsets.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::set::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::set::*;
[INFO] [stdout] 6 + use std::set::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/hashsets.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::view::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::view::*;
[INFO] [stdout] 7 + use std::view::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/collections/hashsets.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::std_specs::hash::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::std_specs::hash::*;
[INFO] [stdout] 8 + use std::std_specs::hash::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/collections/hashsets.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/framework/abstractservice_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/abstractservice_s.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 7 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/framework/abstractservice_s.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/framework/abstractservice_s.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 7 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/framework/distributedsystem_s.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/distributedsystem_s.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 8 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/framework/distributedsystem_s.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/framework/distributedsystem_s.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 8 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/framework/environment_s.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/environment_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/framework/environment_s.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/framework/environment_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/framework/host_s.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/host_s.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 6 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/framework/host_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/framework/host_s.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 6 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/framework/main_s.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/main_s.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 9 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/framework/main_s.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/framework/main_s.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 9 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/logic/temporal_s.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/logic/temporal_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/logic/temporal_s.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/logic/temporal_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/logic/time_s.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/logic/time_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/logic/time_s.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/logic/time_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 5 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/logic/heuristics_i.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/logic/heuristics_i.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 6 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/logic/heuristics_i.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/logic/heuristics_i.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 6 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/logic/rules_i.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/logic/rules_i.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 8 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/logic/rules_i.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/common/logic/rules_i.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 8 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/common/native/io_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/common/native/io_s.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::slice::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::slice::*;
[INFO] [stdout] 10 + use std::slice::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/common/native/io_s.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 11 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/common/native/io_s.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/common/native/io_s.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use vstd::std_specs::hash::*;
[INFO] [stdout] 12 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/common/native/io_s.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 11 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/common/cmd_line_parser_i.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/cmd_line_parser_i.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::prelude::*;
[INFO] [stdout] 3 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/cmd_line_parser_i.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::seq_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::seq_lib::*;
[INFO] [stdout] 4 + use std::seq_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/common/cmd_line_parser_i.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/common/generic_refinement.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/generic_refinement.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 7 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/common/generic_refinement.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/generic_refinement.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::view::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::view::*;
[INFO] [stdout] 8 + use std::view::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/implementation/common/generic_refinement.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout] 7 + use std::{modes::*, prelude::*, seq::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/common/marshalling.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/common/marshalling.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::bytes::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::bytes::*;
[INFO] [stdout] 7 + use std::bytes::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/common/marshalling.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::prelude::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::prelude::*;
[INFO] [stdout] 11 + use std::prelude::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/common/marshalling.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use vstd::slice::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use vstd::slice::*;
[INFO] [stdout] 12 + use std::slice::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/common/marshalling.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/common/upper_bound.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/common/upper_bound.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 13 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/common/upper_bound.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/common/upper_bound.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 14 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/common/upper_bound.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 13 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/CStateMachine.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/CStateMachine.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{prelude::*, seq::*, seq_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{prelude::*, seq::*, seq_lib::*};
[INFO] [stdout] 11 + use std::{prelude::*, seq::*, seq_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/CStateMachine.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::hash_set::HashSetWithView;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::hash_set::HashSetWithView;
[INFO] [stdout] 18 + use std::hash_set::HashSetWithView;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 20 - use vstd::std_specs::hash::*;
[INFO] [stdout] 20 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use vstd::{hash_map::*, map::*, prelude::*, seq::*, set::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use vstd::{hash_map::*, map::*, prelude::*, seq::*, set::*};
[INFO] [stdout] 21 + use std::{hash_map::*, map::*, prelude::*, seq::*, set::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use vstd::invariant;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - use vstd::invariant;
[INFO] [stdout] 19 + use std::invariant;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::RSL::ExecutorImpl::OutboundPackets`
[INFO] [stdout]  --> src/implementation/RSL/ExecutorImpl.rs:3:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::implementation::RSL::ExecutorImpl::OutboundPackets::PacketSequence;
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^^^ could not find `OutboundPackets` in `ExecutorImpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ExecutorImpl.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 - use vstd::std_specs::hash::*;
[INFO] [stdout] 29 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::implementation::RSL::ExecutorImpl::OutboundPackets`
[INFO] [stdout]   --> src/implementation/RSL/ExecutorImpl.rs:23:47
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::implementation::RSL::ExecutorImpl::OutboundPackets::Broadcast;
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^ could not find `OutboundPackets` in `ExecutorImpl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/ExecutorImpl.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ExecutorImpl.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | use vstd::{prelude::*, seq::*, seq_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 - use vstd::{prelude::*, seq::*, seq_lib::*};
[INFO] [stdout] 32 + use std::{prelude::*, seq::*, seq_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/ExecutorImpl.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use vstd::hash_set::HashSetWithView;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use vstd::hash_set::HashSetWithView;
[INFO] [stdout] 21 + use std::hash_set::HashSetWithView;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 23 - use vstd::std_specs::hash::*;
[INFO] [stdout] 23 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use vstd::{hash_map::*, map::*, prelude::*, seq::*, set::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 - use vstd::{hash_map::*, map::*, prelude::*, seq::*, set::*};
[INFO] [stdout] 24 + use std::{hash_map::*, map::*, prelude::*, seq::*, set::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use vstd::invariant;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - use vstd::invariant;
[INFO] [stdout] 22 + use std::invariant;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/ReplicaImpl.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ReplicaImpl.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use vstd::{map::*, map_lib::*, prelude::*, seq::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - use vstd::{map::*, map_lib::*, prelude::*, seq::*};
[INFO] [stdout] 22 + use std::{map::*, map_lib::*, prelude::*, seq::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ReplicaImpl.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 23 - use vstd::std_specs::hash::*;
[INFO] [stdout] 23 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/ReplicaImpl.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/acceptorimpl.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/acceptorimpl.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::std_specs::hash::*;
[INFO] [stdout] 10 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/acceptorimpl.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{map::*, prelude::*, seq::*, set_lib::set_int_range};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{map::*, prelude::*, seq::*, set_lib::set_int_range};
[INFO] [stdout] 11 + use std::{map::*, prelude::*, seq::*, set_lib::set_int_range};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/acceptorimpl.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/appinterface.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/appinterface.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/appinterface.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/appinterface.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/implementation/RSL/appinterface.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/cbroadcast.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/cbroadcast.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/cbroadcast.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/cbroadcast.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/implementation/RSL/cbroadcast.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/cconfiguration.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cconfiguration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 13 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/cconfiguration.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cconfiguration.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 14 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/cconfiguration.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 13 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/cconstants.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cconstants.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 17 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/cconstants.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cconstants.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 18 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/cconstants.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 17 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 15 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 16 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use vstd::std_specs::hash::*;
[INFO] [stdout] 17 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 15 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/cparameters.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cparameters.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 30 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/cparameters.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cparameters.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 31 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/learnerimpl.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::{map::*, prelude::*, set::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::{map::*, prelude::*, set::*};
[INFO] [stdout] 1 + use std::{map::*, prelude::*, set::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/learnerimpl.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use vstd::std_specs::hash::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use vstd::std_specs::hash::*;
[INFO] [stdout] 14 + use std::std_specs::hash::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/cparameters.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 30 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 30 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 31 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 30 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 30 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/implementation/RSL/netrsl_i.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/netrsl_i.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 17 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/implementation/RSL/netrsl_i.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/netrsl_i.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 18 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/netrsl_i.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 17 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/types_i.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/types_i.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 4 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/types_i.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/types_i.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 5 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/implementation/RSL/types_i.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 4 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_delivery.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_delivery.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_delivery.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_delivery.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_delivery.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_delivery.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 11 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_delivery.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_read_clock.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_read_clock.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_read_clock.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_read_clock.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_read_clock.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_read_clock.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 11 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_read_clock.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_x.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_x.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_x.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_x.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 18 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_x.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_x.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 19 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_x.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 18 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 11 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 18 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 19 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 18 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 18 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 19 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 18 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 21 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/replicaimpl_main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_main.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 22 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 21 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/cmd_line_parser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/cmd_line_parser.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/cmd_line_parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/host_i.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/host_i.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/host_i.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/host_i.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/implementation/RSL/host_s.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/host_s.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/implementation/RSL/host_s.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::slice::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::slice::*;
[INFO] [stdout] 5 + use std::slice::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/implementation/RSL/host_s.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/protocol/RSL/acceptor.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/protocol/RSL/acceptor.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 13 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/protocol/RSL/acceptor.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/protocol/RSL/acceptor.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 14 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/protocol/RSL/acceptor.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 13 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/broadcast.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/broadcast.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::prelude::verus;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::prelude::verus;
[INFO] [stdout] 3 + use std::prelude::verus;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/broadcast.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::seq::*;
[INFO] [stdout] 4 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/configuration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 1 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/broadcast.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/configuration.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 2 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/configuration.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 1 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/constants.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/constants.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::prelude::verus;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::prelude::verus;
[INFO] [stdout] 5 + use std::prelude::verus;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/constants.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/constants.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::*;
[INFO] [stdout] 6 + use std::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/distributed_system.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/distributed_system.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/distributed_system.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/distributed_system.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/distributed_system.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/election.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/protocol/RSL/election.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/election.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/protocol/RSL/election.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 11 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/protocol/RSL/election.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 10 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/environment.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/environment.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/environment.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::seq::*;
[INFO] [stdout] 4 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/environment.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::*;
[INFO] [stdout] 3 + use std::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/executor.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/executor.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/executor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/executor.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/executor.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/learner.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/learner.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/learner.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/learner.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/learner.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/message.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/message.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/message.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::*;
[INFO] [stdout] 3 + use std::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/parameters.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/parameters.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/parameters.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::*;
[INFO] [stdout] 4 + use std::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/proposer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/proposer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/proposer.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/proposer.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/proposer.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/replica.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/replica.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/replica.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/replica.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/replica.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/state_machine.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/state_machine.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/state_machine.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/state_machine.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/state_machine.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/types.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/types.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::map::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::map::*;
[INFO] [stdout] 5 + use std::map::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/types.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::modes::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::modes::*;
[INFO] [stdout] 6 + use std::modes::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/types.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::multiset::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::multiset::*;
[INFO] [stdout] 7 + use std::multiset::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/types.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::pervasive::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::pervasive::*;
[INFO] [stdout] 8 + use std::pervasive::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/types.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 - use vstd::seq::*;
[INFO] [stdout] 9 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/protocol/RSL/types.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 11 + use std::{set::*, set_lib::*};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/types.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/constants.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/constants.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/constants.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/constants.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/constants.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/assumptions.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/assumptions.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/assumptions.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/assumptions.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/assumptions.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/actions.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/actions.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/actions.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/actions.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/actions.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/environment.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/environment.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/environment.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/environment.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/environment.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/requests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/requests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/requests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/requests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/requests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/packet_sending.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/packet_sending.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/packet_sending.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/packet_sending.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/packet_sending.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message1b.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message1b.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message1b.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message1b.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message1b.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2a.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2a.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2a.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2a.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2a.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2b.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2b.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2b.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2b.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/message2b.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/receive1b.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/receive1b.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/receive1b.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/receive1b.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/receive1b.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/chosen.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/chosen.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/chosen.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/chosen.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/chosen.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/quorum.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/quorum.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/quorum.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/quorum.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/quorum.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/max_ballot.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/learner_state.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/learner_state.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/learner_state.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/common_proof/learner_state.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/common_proof/learner_state.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/state_machine.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/state_machine.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/state_machine.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/state_machine.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/state_machine.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/requests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/requests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/requests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/requests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/requests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/chosen.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/chosen.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/chosen.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/chosen.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/chosen.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/execution.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/execution.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/execution.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/execution.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/execution.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/refinement.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/refinement.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/refinement.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/refinement.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::{set::*, set_lib::*};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::{set::*, set_lib::*};
[INFO] [stdout] 4 + use std::{set::*, set_lib::*};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/RSL/refinement_proof/refinement.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout] 3 + use std::{map::*, modes::*, prelude::*, seq::*, seq_lib::*, *};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/protocol/common/upper_bound.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/protocol/common/upper_bound.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use vstd::map::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 - use vstd::map::*;
[INFO] [stdout] 1 + use std::map::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vstd::modes::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use vstd::modes::*;
[INFO] [stdout] 2 + use std::modes::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::multiset::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::multiset::*;
[INFO] [stdout] 3 + use std::multiset::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::seq::*;
[INFO] [stdout] 4 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::set::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::set::*;
[INFO] [stdout] 5 + use std::set::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use vstd::pervasive::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 - use vstd::pervasive::*;
[INFO] [stdout] 7 + use std::pervasive::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]  --> src/protocol/common/upper_bound.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::*;
[INFO] [stdout] 4 + use std::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/services/RSL/app_state_machine.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/services/RSL/main_s.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_s.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use vstd::hash_map::HashMapWithView;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 - use vstd::hash_map::HashMapWithView;
[INFO] [stdout] 11 + use std::hash_map::HashMapWithView;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_s.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use vstd::seq_lib::lemma_seq_properties;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use vstd::seq_lib::lemma_seq_properties;
[INFO] [stdout] 12 + use std::seq_lib::lemma_seq_properties;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_s.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::set_lib::lemma_set_properties;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::set_lib::lemma_set_properties;
[INFO] [stdout] 13 + use std::set_lib::lemma_set_properties;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_s.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use vstd::view::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 - use vstd::view::*;
[INFO] [stdout] 14 + use std::view::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_s.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 - use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout] 15 + use std::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/services/RSL/main_s.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/services/RSL/main_s.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 - use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout] 15 + use std::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]   --> src/services/RSL/main_i.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use builtin::*;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_i.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use vstd::view::*;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 - use vstd::view::*;
[INFO] [stdout] 12 + use std::view::*;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]   --> src/services/RSL/main_i.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout] 13 + use std::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]   --> src/services/RSL/main_i.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use builtin_macros::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vstd`
[INFO] [stdout]   --> src/services/RSL/main_i.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 - use vstd::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout] 13 + use std::{modes::*, prelude::*, seq::*, set::*, *};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/verus_extra/seq_lib_v.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/seq_lib_v.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::prelude::*;
[INFO] [stdout] 5 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/seq_lib_v.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::seq::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::seq::*;
[INFO] [stdout] 6 + use std::seq::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/seq_lib_v.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use vstd::seq_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use vstd::seq_lib::*;
[INFO] [stdout] 8 + use std::seq_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/verus_extra/seq_lib_v.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin`
[INFO] [stdout]  --> src/verus_extra/set_lib_ext_v.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use builtin::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `builtin`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin`, use `cargo add builtin` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/set_lib_ext_v.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::prelude::*;
[INFO] [stdout] 4 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/set_lib_ext_v.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use vstd::seq_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use vstd::seq_lib::*;
[INFO] [stdout] 5 + use std::seq_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/verus_extra/set_lib_ext_v.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use vstd::set_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use vstd::set_lib::*;
[INFO] [stdout] 6 + use std::set_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/args_t.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use vstd::prelude::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use vstd::prelude::*;
[INFO] [stdout] 3 + use std::prelude::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vstd` in this scope
[INFO] [stdout]  --> src/common/framework/args_t.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use vstd::seq_lib::*;
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `vstd`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use vstd::seq_lib::*;
[INFO] [stdout] 4 + use std::seq_lib::*;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `builtin_macros`
[INFO] [stdout]  --> src/verus_extra/set_lib_ext_v.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use builtin_macros::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `builtin_macros`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `builtin_macros`, use `cargo add builtin_macros` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verus` in this scope
[INFO] [stdout]  --> src/lib.rs:3:4
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![verus::trusted]
[INFO] [stdout]   |    ^^^^^ use of unresolved module or unlinked crate `verus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verus` in this scope
[INFO] [stdout]  --> src/common/framework/args_t.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![verus::trusted]
[INFO] [stdout]   |    ^^^^^ use of unresolved module or unlinked crate `verus`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/collections/comparable.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/count_matches.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/maps.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/maps2.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/collections/seq_is_unique_v.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/seqs.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/sets.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | verus!{
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/sets_lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | verus!{
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/collections/vecs.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/collections/hashsets.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/framework/abstractservice_s.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/framework/args_t.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/framework/distributedsystem_s.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/framework/environment_s.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/framework/host_s.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | verus! {} // !verus
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/framework/main_s.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/logic/temporal_s.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/logic/time_s.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/common/logic/heuristics_i.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/logic/rules_i.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/common/native/io_s.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/implementation/common/cmd_line_parser_i.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/implementation/common/function.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/function.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         verus! {
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 | gen_fun_ext_n! { fun_ext_1, B, x1: A1 }
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_fun_ext_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/function.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         verus! {
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 | gen_fun_ext_n! { fun_ext_2, B, x1: A1, x2: A2 }
[INFO] [stdout]    | ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_fun_ext_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/function.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         verus! {
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | gen_fun_ext_n! { fun_ext_3, B, x1: A1, x2: A2, x3: A3 }
[INFO] [stdout]    | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_fun_ext_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/function.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         verus! {
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 | gen_fun_ext_n! { fun_ext_4, B, x1: A1, x2: A2, x3: A3, x4: A4 }
[INFO] [stdout]    | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_fun_ext_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/generic_refinement.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/marshalling.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/common/upper_bound.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/implementation/common/upper_bound_i.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/CStateMachine.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ElectionImpl.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ExecutorImpl.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ProposerImpl.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/ReplicaImpl.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/acceptorimpl.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/appinterface.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cbroadcast.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cconfiguration.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cconstants.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cmessage.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cparameters.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/learnerimpl.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_class.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/netrsl_i.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/types_i.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_delivery.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_read_clock.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_x.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_process_packet_no_clock.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_clock.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_no_receive_no_clock.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/replicaimpl_main.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/cmd_line_parser.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/host_i.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/implementation/RSL/host_s.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/acceptor.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/protocol/RSL/configuration.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/distributed_system.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/election.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/environment.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/executor.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/learner.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/protocol/RSL/message.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/protocol/RSL/parameters.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/proposer.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/replica.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/state_machine.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/types.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/constants.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/assumptions.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/actions.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/environment.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/requests.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/packet_sending.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/message1b.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/message2a.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/message2b.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/max_ballot_sent_1a.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/receive1b.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/chosen.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/quorum.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/max_ballot.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/common_proof/learner_state.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/state_machine.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/requests.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/chosen.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/handle_request_batch.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/execution.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/protocol/RSL/refinement_proof/refinement.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/protocol/common/upper_bound.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/services/RSL/app_state_machine.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/services/RSL/main_s.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/services/RSL/main_i.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | verus!{
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/verus_extra/choose_v.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/verus_extra/clone_v.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/verus_extra/seq_lib_v.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | verus! {
[INFO] [stdout]    | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]  --> src/verus_extra/set_lib_ext_v.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | verus! {
[INFO] [stdout]   | ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `verus` in this scope
[INFO] [stdout]   --> src/lib.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | verus! {
[INFO] [stdout]    | ^^^^^
[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] [stderr] error: could not compile `tla-rs` (lib) due to 616 previous errors
[INFO] running `Command { std: "docker" "inspect" "50a2525628f1ea5dceb0fac32ad5d12fcf2956d1548c5b5bdcbc691317665e5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50a2525628f1ea5dceb0fac32ad5d12fcf2956d1548c5b5bdcbc691317665e5d", kill_on_drop: false }`
[INFO] [stdout] 50a2525628f1ea5dceb0fac32ad5d12fcf2956d1548c5b5bdcbc691317665e5d
