[INFO] crate data_chain 0.1.1 is already in cache [INFO] extracting crate data_chain 0.1.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/data_chain/0.1.1 [INFO] extracting crate data_chain 0.1.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/data_chain/0.1.1 [INFO] validating manifest of data_chain-0.1.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of data_chain-0.1.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-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-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/data_chain/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking data_chain-0.1.1 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9a587dcdf69a443e95e6b680265d1af8f2009f047f1f9aa4fb96ce2df8bbbff2 [INFO] running `"docker" "start" "-a" "9a587dcdf69a443e95e6b680265d1af8f2009f047f1f9aa4fb96ce2df8bbbff2"` [INFO] [stderr] Checking bytes v0.3.0 [INFO] [stderr] Checking slab v0.1.3 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Checking log4rs v0.3.3 [INFO] [stderr] Checking bincode v0.5.9 [INFO] [stderr] Checking miow v0.1.5 [INFO] [stderr] Checking mio v0.5.1 [INFO] [stderr] Checking ws v0.4.8 [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[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: 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/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::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::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: unused extern crate [INFO] [stderr] --> src/lib.rs:240:1 [INFO] [stderr] | [INFO] [stderr] 240 | extern crate rustc_serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it [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(unused_extern_crates)]` implied by `#[forbid(warnings)]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 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: unused extern crate [INFO] [stderr] --> src/lib.rs:240:1 [INFO] [stderr] | [INFO] [stderr] 240 | extern crate rustc_serialize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it [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(unused_extern_crates)]` implied by `#[forbid(warnings)]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 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" "9a587dcdf69a443e95e6b680265d1af8f2009f047f1f9aa4fb96ce2df8bbbff2"` [INFO] running `"docker" "rm" "-f" "9a587dcdf69a443e95e6b680265d1af8f2009f047f1f9aa4fb96ce2df8bbbff2"` [INFO] [stdout] 9a587dcdf69a443e95e6b680265d1af8f2009f047f1f9aa4fb96ce2df8bbbff2