[INFO] crate data_chain 0.1.1 is already in cache [INFO] extracting crate data_chain 0.1.1 into work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/reg/data_chain/0.1.1 [INFO] extracting crate data_chain 0.1.1 into work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/data_chain/0.1.1 [INFO] validating manifest of data_chain-0.1.1 on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of data_chain-0.1.1 on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing data_chain-0.1.1 [INFO] finished frobbing data_chain-0.1.1 [INFO] frobbed toml for data_chain-0.1.1 written to work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/reg/data_chain/0.1.1/Cargo.toml [INFO] started frobbing data_chain-0.1.1 [INFO] finished frobbing data_chain-0.1.1 [INFO] frobbed toml for data_chain-0.1.1 written to work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/data_chain/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking data_chain-0.1.1 against master#452087b4bf18cece2d52d7cd8c9147195e5404bf for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-1/master#452087b4bf18cece2d52d7cd8c9147195e5404bf:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/reg/data_chain/0.1.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f291af3e34da295ad53d8e04b691cb5f48f64caebb5e6ed9c0fd3ad8992c9f43 [INFO] running `"docker" "start" "-a" "f291af3e34da295ad53d8e04b691cb5f48f64caebb5e6ed9c0fd3ad8992c9f43"` [INFO] [stderr] Checking ws v0.4.8 [INFO] [stderr] Checking rayon v0.4.3 [INFO] [stderr] Checking maidsafe_utilities v0.5.4 [INFO] [stderr] Checking data_chain v0.1.1 (/opt/crater/workdir) [INFO] [stderr] error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` [INFO] [stderr] --> src/lib.rs:223:21 [INFO] [stderr] | [INFO] [stderr] 223 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:222:32 [INFO] [stderr] | [INFO] [stderr] 222 | unknown_crate_types, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]` [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_fns` has been removed: `no longer a warning, `#[no_mangle]` functions always exported` [INFO] [stderr] --> src/lib.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | private_no_mangle_fns, private_no_mangle_statics, stable_features, unconditional_recursion, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer a warning, `#[no_mangle]` statics always exported` [INFO] [stderr] --> src/lib.rs:225:32 [INFO] [stderr] | [INFO] [stderr] 225 | private_no_mangle_fns, private_no_mangle_statics, stable_features, unconditional_recursion, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint `drop_with_repr_extern` has been removed: `drop flags have been removed` [INFO] [stderr] --> src/lib.rs:223:21 [INFO] [stderr] | [INFO] [stderr] 223 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:222:32 [INFO] [stderr] | [INFO] [stderr] 222 | unknown_crate_types, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[forbid(renamed_and_removed_lints)]` implied by `#[forbid(warnings)]` [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_fns` has been removed: `no longer a warning, `#[no_mangle]` functions always exported` [INFO] [stderr] --> src/lib.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | private_no_mangle_fns, private_no_mangle_statics, stable_features, unconditional_recursion, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer a warning, `#[no_mangle]` statics always exported` [INFO] [stderr] --> src/lib.rs:225:32 [INFO] [stderr] | [INFO] [stderr] 225 | private_no_mangle_fns, private_no_mangle_statics, stable_features, unconditional_recursion, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` [INFO] [stderr] --> src/lib.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:226:37 [INFO] [stderr] | [INFO] [stderr] 226 | unknown_lints, unsafe_code, unused, unused_allocation, unused_attributes, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]` [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around method argument [INFO] [stderr] --> src/data_chain.rs:285:42 [INFO] [stderr] | [INFO] [stderr] 285 | self.chain.iter_mut().rev().find((|x| x.identifier().is_link() && x.valid)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:227:46 [INFO] [stderr] | [INFO] [stderr] 227 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:226:37 [INFO] [stderr] | [INFO] [stderr] 226 | unknown_lints, unsafe_code, unused, unused_allocation, unused_attributes, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]` [INFO] [stderr] [INFO] [stderr] error: unnecessary parentheses around method argument [INFO] [stderr] --> src/data_chain.rs:285:42 [INFO] [stderr] | [INFO] [stderr] 285 | self.chain.iter_mut().rev().find((|x| x.identifier().is_link() && x.valid)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:227:46 [INFO] [stderr] | [INFO] [stderr] 227 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/block.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/block.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | proof: Vec<(PublicKey, Signature)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | proof: Vec<(PublicKey, Signature)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/block.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/block.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Encodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | proof: Vec<(PublicKey, Signature)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | proof: Vec<(PublicKey, Signature)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)` [INFO] [stderr] = note: required because of the requirements on the impl of `rustc_serialize::Decodable` for `std::vec::Vec<(sodiumoxide::crypto::sign::PublicKey, sodiumoxide::crypto::sign::Signature)>` [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | key: PublicKey, [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | sig: Signature, [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | ImmutableData(Digest), [INFO] [stderr] | ^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:38:26 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | StructuredData(Digest, SdName), [INFO] [stderr] | ^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:43:28 [INFO] [stderr] | [INFO] [stderr] 43 | StructuredData(Digest, SdName), [INFO] [stderr] | ^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `data_chain`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | key: PublicKey, [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | sig: Signature, [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::sign::Signature: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/node_block.rs:47:26 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::sign::Signature` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Encodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Encodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Encodable::encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | ImmutableData(Digest), [INFO] [stderr] | ^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:38:26 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:43:20 [INFO] [stderr] | [INFO] [stderr] 43 | StructuredData(Digest, SdName), [INFO] [stderr] | ^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: rustc_serialize::Decodable` is not satisfied [INFO] [stderr] --> src/block_identifier.rs:43:28 [INFO] [stderr] | [INFO] [stderr] 43 | StructuredData(Digest, SdName), [INFO] [stderr] | ^^^^^^ the trait `rustc_serialize::Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stderr] | [INFO] [stderr] = note: required by `rustc_serialize::Decodable::decode` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `data_chain`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f291af3e34da295ad53d8e04b691cb5f48f64caebb5e6ed9c0fd3ad8992c9f43"` [INFO] running `"docker" "rm" "-f" "f291af3e34da295ad53d8e04b691cb5f48f64caebb5e6ed9c0fd3ad8992c9f43"` [INFO] [stdout] f291af3e34da295ad53d8e04b691cb5f48f64caebb5e6ed9c0fd3ad8992c9f43