[INFO] crate arweaver 0.1.0 is already in cache
[INFO] checking arweaver-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate arweaver 0.1.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate arweaver 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate arweaver 0.1.0
[INFO] finished tweaking crates.io crate arweaver 0.1.0
[INFO] tweaked toml for crates.io crate arweaver 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ab7a00b739f3d71ce0b7f91af39248fba7854232c97b0546bfc097c903a7ba5d
[INFO] running `"docker" "start" "-a" "ab7a00b739f3d71ce0b7f91af39248fba7854232c97b0546bfc097c903a7ba5d"`
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]     Checking want v0.2.0
[INFO] [stderr]     Checking flate2 v1.0.14
[INFO] [stderr]     Checking openssl v0.10.29
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking publicsuffix v1.5.4
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking native-tls v0.2.4
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking reqwest v0.9.24
[INFO] [stderr]     Checking arweaver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/loom.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use arweave::{Error, Address, Winstons, TxHash, winstons_as_numbers};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/settings.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use arweave::*;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Height`
[INFO] [stderr]  --> tests/settings.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     Height::from(317621)
[INFO] [stderr]   |     ^^^^^^ use of undeclared type or module `Height`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BlockHash`
[INFO] [stderr]   --> tests/settings.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let bh = BlockHash::decode("TQpzWTuYMv82YPLEeaAKJawJlknA5cDcesHCGVvZFzSFrpfWZxc-tOmLU-lx1B4v").unwrap();
[INFO] [stderr]    |              ^^^^^^^^^ use of undeclared type or module `BlockHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/fresh.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use arweave::{Address, Winstons};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TxHash`
[INFO] [stderr]   --> tests/settings.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let h = TxHash::decode("et36AGA5eo4HzVNi39nSvTbltzhoRPq643MzzwrH38w").unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `TxHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/settings.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let r = Winstons::from(42360199u64);
[INFO] [stderr]    |             ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Anchor`
[INFO] [stderr]   --> tests/settings.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let a = Anchor::Block(BlockHash::decode("2serU-303rThvozelaLz67ftihCw7cJPAEF40SkPkfyvz92Z5gCKVfhadoVU3ZRg").unwrap());
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Anchor`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BlockHash`
[INFO] [stderr]   --> tests/settings.rs:21:27
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let a = Anchor::Block(BlockHash::decode("2serU-303rThvozelaLz67ftihCw7cJPAEF40SkPkfyvz92Z5gCKVfhadoVU3ZRg").unwrap());
[INFO] [stderr]    |                           ^^^^^^^^^ use of undeclared type or module `BlockHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tags`
[INFO] [stderr]   --> tests/settings.rs:22:14
[INFO] [stderr]    |
[INFO] [stderr] 22 |     let ts = Tags::from(vec![("Content-Type", "text/html"), ("User-Agent", "ArweaveDeploy/1.7.0")]);
[INFO] [stderr]    |              ^^^^ use of undeclared type or module `Tags`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/integration_tests.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use arweave::*;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TxHash`
[INFO] [stderr]   --> tests/settings.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 |     let h = TxHash::decode("wbezNDNLwOf7qIYEtyHCjRs_kUafeiGF28REpip6DU8").unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `TxHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/settings.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let q = Winstons::from(339000000000000u64);
[INFO] [stderr]    |             ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/settings.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let r = Winstons::from(321179212u64);
[INFO] [stderr]    |             ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Anchor`
[INFO] [stderr]   --> tests/settings.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let a = Anchor::Transaction(Some(TxHash::decode("CCH2h2MzMP7WMh0Xf3GYL7zZDbU7E4CZPJWngp1qmDc").unwrap()));
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Anchor`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TxHash`
[INFO] [stderr]   --> tests/settings.rs:30:38
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let a = Anchor::Transaction(Some(TxHash::decode("CCH2h2MzMP7WMh0Xf3GYL7zZDbU7E4CZPJWngp1qmDc").unwrap()));
[INFO] [stderr]    |                                      ^^^^^^ use of undeclared type or module `TxHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Address`
[INFO] [stderr]   --> tests/settings.rs:31:16
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let from = Address::decode("_1on1ufdt7Pye8VBn9om-9fBI43kzKYKrYyb_ShfECg").unwrap();
[INFO] [stderr]    |                ^^^^^^^ use of undeclared type or module `Address`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Address`
[INFO] [stderr]   --> tests/settings.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let to = Address::decode("T22ykpEoUQerm0_8wSpiOE_2xUOGmG1lnf7niSiQlaU").unwrap();
[INFO] [stderr]    |              ^^^^^^^ use of undeclared type or module `Address`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Address`
[INFO] [stderr]   --> tests/settings.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     Address::decode("OesddStCpX7gW3ZWxO93GnU7wRYjAQIJUA8c7KkID2M").unwrap()
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `Address`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/settings.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use arweave::*;
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Height` in this scope
[INFO] [stderr]  --> tests/settings.rs:4:33
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn recent_block_height() -> Height {
[INFO] [stderr]   |                                 ^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use arweaver::Height;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0412]: cannot find type `BlockHash` in this scope
[INFO] [stderr]   --> tests/settings.rs:12:38
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn block_with_transactions() -> (BlockHash, DateTime<Utc>)  {
[INFO] [stderr]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::BlockHash;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TxHash` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:31
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                               ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::TxHash;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Winstons` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:39
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                                       ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Winstons;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Anchor` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:49
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                                                 ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Anchor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Tags` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:57
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                                                         ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Tags;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TxHash` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:35
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                   ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::TxHash;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Winstons` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:43
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Winstons;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Winstons` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:53
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                     ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Winstons;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Anchor` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:63
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                               ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Anchor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Address` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:71
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                                       ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Address;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Address` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:80
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                                                ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Address;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Address` in this scope
[INFO] [stderr]   --> tests/settings.rs:36:42
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub fn account_with_nonzero_balance() -> Address {
[INFO] [stderr]    |                                          ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Address;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `arweaver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/fresh.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use arweave::{Address, Winstons};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Height`
[INFO] [stderr]  --> tests/settings.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     Height::from(317621)
[INFO] [stderr]   |     ^^^^^^ use of undeclared type or module `Height`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BlockHash`
[INFO] [stderr]   --> tests/settings.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let bh = BlockHash::decode("TQpzWTuYMv82YPLEeaAKJawJlknA5cDcesHCGVvZFzSFrpfWZxc-tOmLU-lx1B4v").unwrap();
[INFO] [stderr]    |              ^^^^^^^^^ use of undeclared type or module `BlockHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TxHash`
[INFO] [stderr]   --> tests/settings.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let h = TxHash::decode("et36AGA5eo4HzVNi39nSvTbltzhoRPq643MzzwrH38w").unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `TxHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/settings.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let r = Winstons::from(42360199u64);
[INFO] [stderr]    |             ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Anchor`
[INFO] [stderr]   --> tests/settings.rs:21:13
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let a = Anchor::Block(BlockHash::decode("2serU-303rThvozelaLz67ftihCw7cJPAEF40SkPkfyvz92Z5gCKVfhadoVU3ZRg").unwrap());
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Anchor`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BlockHash`
[INFO] [stderr]   --> tests/settings.rs:21:27
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let a = Anchor::Block(BlockHash::decode("2serU-303rThvozelaLz67ftihCw7cJPAEF40SkPkfyvz92Z5gCKVfhadoVU3ZRg").unwrap());
[INFO] [stderr]    |                           ^^^^^^^^^ use of undeclared type or module `BlockHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tags`
[INFO] [stderr]   --> tests/settings.rs:22:14
[INFO] [stderr]    |
[INFO] [stderr] 22 |     let ts = Tags::from(vec![("Content-Type", "text/html"), ("User-Agent", "ArweaveDeploy/1.7.0")]);
[INFO] [stderr]    |              ^^^^ use of undeclared type or module `Tags`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TxHash`
[INFO] [stderr]   --> tests/settings.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 |     let h = TxHash::decode("wbezNDNLwOf7qIYEtyHCjRs_kUafeiGF28REpip6DU8").unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `TxHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/settings.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let q = Winstons::from(339000000000000u64);
[INFO] [stderr]    |             ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/settings.rs:29:13
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let r = Winstons::from(321179212u64);
[INFO] [stderr]    |             ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Anchor`
[INFO] [stderr]   --> tests/settings.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let a = Anchor::Transaction(Some(TxHash::decode("CCH2h2MzMP7WMh0Xf3GYL7zZDbU7E4CZPJWngp1qmDc").unwrap()));
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Anchor`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TxHash`
[INFO] [stderr]   --> tests/settings.rs:30:38
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let a = Anchor::Transaction(Some(TxHash::decode("CCH2h2MzMP7WMh0Xf3GYL7zZDbU7E4CZPJWngp1qmDc").unwrap()));
[INFO] [stderr]    |                                      ^^^^^^ use of undeclared type or module `TxHash`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Address`
[INFO] [stderr]   --> tests/settings.rs:31:16
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let from = Address::decode("_1on1ufdt7Pye8VBn9om-9fBI43kzKYKrYyb_ShfECg").unwrap();
[INFO] [stderr]    |                ^^^^^^^ use of undeclared type or module `Address`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Address`
[INFO] [stderr]   --> tests/settings.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let to = Address::decode("T22ykpEoUQerm0_8wSpiOE_2xUOGmG1lnf7niSiQlaU").unwrap();
[INFO] [stderr]    |              ^^^^^^^ use of undeclared type or module `Address`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Address`
[INFO] [stderr]   --> tests/settings.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     Address::decode("OesddStCpX7gW3ZWxO93GnU7wRYjAQIJUA8c7KkID2M").unwrap()
[INFO] [stderr]    |     ^^^^^^^ use of undeclared type or module `Address`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `arweaver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]  --> tests/integration_tests.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let c = Client::new().unwrap();
[INFO] [stderr]   |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Height`
[INFO] [stderr]   --> tests/integration_tests.rs:22:28
[INFO] [stderr]    |
[INFO] [stderr] 22 |     assert_eq!(b1.height + Height::from(1), b0.height);
[INFO] [stderr]    |                            ^^^^^^ use of undeclared type or module `Height`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:28:13
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Height`
[INFO] [stderr]   --> tests/integration_tests.rs:46:34
[INFO] [stderr]    |
[INFO] [stderr] 46 |     let b1 = c.height(i.height - Height::from(1)).unwrap();
[INFO] [stderr]    |                                  ^^^^^^ use of undeclared type or module `Height`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Height`
[INFO] [stderr]   --> tests/integration_tests.rs:48:28
[INFO] [stderr]    |
[INFO] [stderr] 48 |     assert_eq!(b1.height + Height::from(1), b0.height);
[INFO] [stderr]    |                            ^^^^^^ use of undeclared type or module `Height`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:54:13
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Height`
[INFO] [stderr]   --> tests/integration_tests.rs:55:22
[INFO] [stderr]    |
[INFO] [stderr] 55 |     let b = c.height(Height::from(0)).unwrap();
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Height`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:61:13
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:77:13
[INFO] [stderr]    |
[INFO] [stderr] 77 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]   --> tests/integration_tests.rs:82:28
[INFO] [stderr]    |
[INFO] [stderr] 82 |     assert_eq!(t.quantity, Winstons::from(0u32));
[INFO] [stderr]    |                            ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]   --> tests/integration_tests.rs:92:13
[INFO] [stderr]    |
[INFO] [stderr] 92 |     let c = Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tags`
[INFO] [stderr]    --> tests/integration_tests.rs:102:24
[INFO] [stderr]     |
[INFO] [stderr] 102 |     assert_eq!(t.tags, Tags::new());
[INFO] [stderr]     |                        ^^^^ use of undeclared type or module `Tags`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Client`
[INFO] [stderr]    --> tests/integration_tests.rs:108:13
[INFO] [stderr]     |
[INFO] [stderr] 108 |     let c = Client::new().unwrap();
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Client`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]    --> tests/integration_tests.rs:109:54
[INFO] [stderr]     |
[INFO] [stderr] 109 |     assert_eq!(c.balance(fresh::address()).unwrap(), Winstons::from(0u32));
[INFO] [stderr]     |                                                      ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Winstons`
[INFO] [stderr]    --> tests/integration_tests.rs:110:78
[INFO] [stderr]     |
[INFO] [stderr] 110 |     assert_ne!(c.balance(settings::account_with_nonzero_balance()).unwrap(), Winstons::from(0u32));
[INFO] [stderr]     |                                                                              ^^^^^^^^ use of undeclared type or module `Winstons`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Height` in this scope
[INFO] [stderr]  --> tests/settings.rs:4:33
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn recent_block_height() -> Height {
[INFO] [stderr]   |                                 ^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use arweaver::Height;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BlockHash` in this scope
[INFO] [stderr]   --> tests/settings.rs:12:38
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn block_with_transactions() -> (BlockHash, DateTime<Utc>)  {
[INFO] [stderr]    |                                      ^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::BlockHash;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TxHash` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:31
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                               ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::TxHash;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Winstons` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:39
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                                       ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Winstons;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Anchor` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:49
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                                                 ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Anchor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Tags` in this scope
[INFO] [stderr]   --> tests/settings.rs:18:57
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn data_transaction() -> (TxHash, Winstons, Anchor, Tags) {
[INFO] [stderr]    |                                                         ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Tags;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TxHash` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:35
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                   ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::TxHash;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Winstons` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:43
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                           ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Winstons;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Winstons` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:53
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                     ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Winstons;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Anchor` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:63
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                               ^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Anchor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Address` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:71
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                                       ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Address;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 29 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error[E0412]: cannot find type `Address` in this scope
[INFO] [stderr]   --> tests/settings.rs:26:80
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn transfer_transaction() -> (TxHash, Winstons, Winstons, Anchor, Address, Address) {
[INFO] [stderr]    |                                                                                ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Address;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Address` in this scope
[INFO] [stderr]   --> tests/settings.rs:36:42
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub fn account_with_nonzero_balance() -> Address {
[INFO] [stderr]    |                                          ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use arweaver::Address;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `arweaver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/loom.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use arweave::{Error, Address, Winstons, TxHash, winstons_as_numbers};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/fresh.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use arweave::{Address, Winstons};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `arweave`
[INFO] [stderr]  --> tests/mutability_tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use arweave::{Winstons, Wallet, Anchor, TxBuilder};
[INFO] [stderr]   |     ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `arweave`
[INFO] [stderr]  --> tests/mutability_tests.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let c = arweave::Client::new().unwrap();
[INFO] [stderr]   |             ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `arweave`
[INFO] [stderr]   --> tests/mutability_tests.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let c = arweave::Client::new().unwrap();
[INFO] [stderr]    |             ^^^^^^^ use of undeclared type or module `arweave`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 48 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `arweaver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `arweaver`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ab7a00b739f3d71ce0b7f91af39248fba7854232c97b0546bfc097c903a7ba5d"`
[INFO] running `"docker" "rm" "-f" "ab7a00b739f3d71ce0b7f91af39248fba7854232c97b0546bfc097c903a7ba5d"`
[INFO] [stdout] ab7a00b739f3d71ce0b7f91af39248fba7854232c97b0546bfc097c903a7ba5d
