[INFO] fetching crate fuel-types 0.58.2...
[INFO] checking fuel-types-0.58.2 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate fuel-types 0.58.2 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate fuel-types 0.58.2 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fuel-types 0.58.2
[INFO] finished tweaking crates.io crate fuel-types 0.58.2
[INFO] tweaked toml for crates.io crate fuel-types 0.58.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 100 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.4.0 (available: v0.5.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1fb3fe088c2c874fd010eb196ce9ba3f4fb14a521618ff675f018441dfb7bc84
[INFO] running `Command { std: "docker" "start" "-a" "1fb3fe088c2c874fd010eb196ce9ba3f4fb14a521618ff675f018441dfb7bc84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fb3fe088c2c874fd010eb196ce9ba3f4fb14a521618ff675f018441dfb7bc84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fb3fe088c2c874fd010eb196ce9ba3f4fb14a521618ff675f018441dfb7bc84", kill_on_drop: false }`
[INFO] [stdout] 1fb3fe088c2c874fd010eb196ce9ba3f4fb14a521618ff675f018441dfb7bc84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30a12921df3f58d8ed9421069d2ea6204387e237fa26e8064b3c91d83a9df6c2
[INFO] running `Command { std: "docker" "start" "-a" "30a12921df3f58d8ed9421069d2ea6204387e237fa26e8064b3c91d83a9df6c2", kill_on_drop: false }`
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling fuel-derive v0.58.2
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking fuel-types v0.58.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking serde v1.0.215
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking postcard v1.1.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stdout] error[E0277]: the trait bound `Bytes32: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:119:59
[INFO] [stdout]     |
[INFO] [stdout] 119 |             let serialized = black_box(bincode::serialize(&original)).unwrap();
[INFO] [stdout]     |                                        ------------------ ^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `Bytes32`
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Bytes32` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 171 others
[INFO] [stdout] note: required by a bound in `bincode::serialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs:108:8
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn serialize<T: ?Sized>(value: &T) -> Result<Vec<u8>>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout] 107 | where
[INFO] [stdout] 108 |     T: serde::Serialize,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^ required by this bound in `serialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes32: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:120:40
[INFO] [stdout]     |
[INFO] [stdout] 120 |             let _: Bytes32 = black_box(bincode::deserialize(&serialized)).unwrap();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `Bytes32`
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `Bytes32` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 178 others
[INFO] [stdout] note: required by a bound in `bincode::deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs:179:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn deserialize<'a, T>(bytes: &'a [u8]) -> Result<T>
[INFO] [stdout]     |        ----------- required by a bound in this function
[INFO] [stdout] 178 | where
[INFO] [stdout] 179 |     T: serde::de::Deserialize<'a>,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes64: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:127:59
[INFO] [stdout]     |
[INFO] [stdout] 127 |             let serialized = black_box(bincode::serialize(&original)).unwrap();
[INFO] [stdout]     |                                        ------------------ ^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `Bytes64`
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Bytes64` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 171 others
[INFO] [stdout] note: required by a bound in `bincode::serialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs:108:8
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub fn serialize<T: ?Sized>(value: &T) -> Result<Vec<u8>>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout] 107 | where
[INFO] [stdout] 108 |     T: serde::Serialize,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^ required by this bound in `serialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes64: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             let _: Bytes64 = black_box(bincode::deserialize(&serialized)).unwrap();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `Bytes64`
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `Bytes64` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 178 others
[INFO] [stdout] note: required by a bound in `bincode::deserialize`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs:179:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn deserialize<'a, T>(bytes: &'a [u8]) -> Result<T>
[INFO] [stdout]     |        ----------- required by a bound in this function
[INFO] [stdout] 178 | where
[INFO] [stdout] 179 |     T: serde::de::Deserialize<'a>,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `deserialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes32: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:135:60
[INFO] [stdout]     |
[INFO] [stdout] 135 |             let serialized = black_box(postcard::to_stdvec(&original)).unwrap();
[INFO] [stdout]     |                                        ------------------- ^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `Bytes32`
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Bytes32` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 171 others
[INFO] [stdout] note: required by a bound in `to_stdvec`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/ser/mod.rs:179:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn to_stdvec<T>(value: &T) -> Result<std::vec::Vec<u8>>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout] 178 | where
[INFO] [stdout] 179 |     T: Serialize + ?Sized,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `to_stdvec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes32: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |             let _: Bytes32 = black_box(postcard::from_bytes(&serialized)).unwrap();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `Bytes32`
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `Bytes32` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 178 others
[INFO] [stdout] note: required by a bound in `postcard::from_bytes`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/de/mod.rs:14:8
[INFO] [stdout]     |
[INFO] [stdout] 12  | pub fn from_bytes<'a, T>(s: &'a [u8]) -> Result<T>
[INFO] [stdout]     |        ---------- required by a bound in this function
[INFO] [stdout] 13  | where
[INFO] [stdout] 14  |     T: Deserialize<'a>,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^ required by this bound in `from_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes64: serde::ser::Serialize` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:143:60
[INFO] [stdout]     |
[INFO] [stdout] 143 |             let serialized = black_box(postcard::to_stdvec(&original)).unwrap();
[INFO] [stdout]     |                                        ------------------- ^^^^^^^^^ the trait `serde::ser::Serialize` is not implemented for `Bytes64`
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Bytes64` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::ser::Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 171 others
[INFO] [stdout] note: required by a bound in `to_stdvec`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/ser/mod.rs:179:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn to_stdvec<T>(value: &T) -> Result<std::vec::Vec<u8>>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout] 178 | where
[INFO] [stdout] 179 |     T: Serialize + ?Sized,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `to_stdvec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Bytes64: serde::de::Deserialize<'_>` is not satisfied
[INFO] [stdout]    --> benches/bench.rs:144:40
[INFO] [stdout]     |
[INFO] [stdout] 144 |             let _: Bytes64 = black_box(postcard::from_bytes(&serialized)).unwrap();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `serde::de::Deserialize<'_>` is not implemented for `Bytes64`
[INFO] [stdout]     |
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `Bytes64` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `serde::de::Deserialize<'de>`:
[INFO] [stdout]               &'a Path
[INFO] [stdout]               &'a [u8]
[INFO] [stdout]               &'a str
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]             and 178 others
[INFO] [stdout] note: required by a bound in `postcard::from_bytes`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.1.1/src/de/mod.rs:14:8
[INFO] [stdout]     |
[INFO] [stdout] 12  | pub fn from_bytes<'a, T>(s: &'a [u8]) -> Result<T>
[INFO] [stdout]     |        ---------- required by a bound in this function
[INFO] [stdout] 13  | where
[INFO] [stdout] 14  |     T: Deserialize<'a>,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^ required by this bound in `from_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fuel-types` (bench "bench") due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Address>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:125:34
[INFO] [stdout]     |
[INFO] [stdout] 125 |     encode_decode::<Address>(rng.gen());
[INFO] [stdout]     |                                  ^^^ the trait `Distribution<array_types::Address>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::AssetId>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:126:34
[INFO] [stdout]     |
[INFO] [stdout] 126 |     encode_decode::<AssetId>(rng.gen());
[INFO] [stdout]     |                                  ^^^ the trait `Distribution<array_types::AssetId>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::ContractId>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:127:37
[INFO] [stdout]     |
[INFO] [stdout] 127 |     encode_decode::<ContractId>(rng.gen());
[INFO] [stdout]     |                                     ^^^ the trait `Distribution<array_types::ContractId>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::TxId>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 128 |     encode_decode::<TxId>(rng.gen());
[INFO] [stdout]     |                               ^^^ the trait `Distribution<array_types::TxId>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Bytes4>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |     encode_decode::<Bytes4>(rng.gen());
[INFO] [stdout]     |                                 ^^^ the trait `Distribution<array_types::Bytes4>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Bytes8>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:130:33
[INFO] [stdout]     |
[INFO] [stdout] 130 |     encode_decode::<Bytes8>(rng.gen());
[INFO] [stdout]     |                                 ^^^ the trait `Distribution<array_types::Bytes8>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Bytes20>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:131:34
[INFO] [stdout]     |
[INFO] [stdout] 131 |     encode_decode::<Bytes20>(rng.gen());
[INFO] [stdout]     |                                  ^^^ the trait `Distribution<array_types::Bytes20>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Bytes32>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:132:34
[INFO] [stdout]     |
[INFO] [stdout] 132 |     encode_decode::<Bytes32>(rng.gen());
[INFO] [stdout]     |                                  ^^^ the trait `Distribution<array_types::Bytes32>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Nonce>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:133:32
[INFO] [stdout]     |
[INFO] [stdout] 133 |     encode_decode::<Nonce>(rng.gen());
[INFO] [stdout]     |                                ^^^ the trait `Distribution<array_types::Nonce>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::MessageId>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:134:36
[INFO] [stdout]     |
[INFO] [stdout] 134 |     encode_decode::<MessageId>(rng.gen());
[INFO] [stdout]     |                                    ^^^ the trait `Distribution<array_types::MessageId>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Salt>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:135:31
[INFO] [stdout]     |
[INFO] [stdout] 135 |     encode_decode::<Salt>(rng.gen());
[INFO] [stdout]     |                               ^^^ the trait `Distribution<array_types::Salt>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Standard: Distribution<array_types::Bytes64>` is not satisfied
[INFO] [stdout]    --> src/tests/types.rs:136:34
[INFO] [stdout]     |
[INFO] [stdout] 136 |     encode_decode::<Bytes64>(rng.gen());
[INFO] [stdout]     |                                  ^^^ the trait `Distribution<array_types::Bytes64>` is not implemented for `Standard`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Distribution<T>`:
[INFO] [stdout]               `Standard` implements `Distribution<()>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G)>`
[INFO] [stdout]               `Standard` implements `Distribution<(A, B, C, D, E, F, G, H)>`
[INFO] [stdout]             and 62 others
[INFO] [stdout] note: required by a bound in `gen`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs:94:21
[INFO] [stdout]     |
[INFO] [stdout] 93  |     fn gen<T>(&mut self) -> T
[INFO] [stdout]     |        --- required by a bound in this associated function
[INFO] [stdout] 94  |     where Standard: Distribution<T> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^ required by this bound in `Rng::gen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fuel-types` (lib test) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "30a12921df3f58d8ed9421069d2ea6204387e237fa26e8064b3c91d83a9df6c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30a12921df3f58d8ed9421069d2ea6204387e237fa26e8064b3c91d83a9df6c2", kill_on_drop: false }`
[INFO] [stdout] 30a12921df3f58d8ed9421069d2ea6204387e237fa26e8064b3c91d83a9df6c2
