[INFO] fetching crate data_chain 0.1.1... [INFO] testing data_chain-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate data_chain 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate data_chain 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate data_chain 0.1.1 [INFO] finished tweaking crates.io crate data_chain 0.1.1 [INFO] tweaked toml for crates.io crate data_chain 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 468c839dd407acb4d8744c1deb16dd3abd6810e9a99725613ea9949a4c6a45ff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "468c839dd407acb4d8744c1deb16dd3abd6810e9a99725613ea9949a4c6a45ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "468c839dd407acb4d8744c1deb16dd3abd6810e9a99725613ea9949a4c6a45ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "468c839dd407acb4d8744c1deb16dd3abd6810e9a99725613ea9949a4c6a45ff", kill_on_drop: false }` [INFO] [stdout] 468c839dd407acb4d8744c1deb16dd3abd6810e9a99725613ea9949a4c6a45ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 44330dee31422dd9d1360e8f1a61cb29a656eefc21e739f6178e2862d02b1aa3 [INFO] running `Command { std: "docker" "start" "-a" "44330dee31422dd9d1360e8f1a61cb29a656eefc21e739f6178e2862d02b1aa3", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling serde v0.7.15 [INFO] [stderr] Compiling deque v0.3.2 [INFO] [stderr] Compiling itertools v0.4.19 [INFO] [stderr] Compiling libsodium-sys v0.0.16 [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling sha1 v0.1.1 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling rayon v0.4.3 [INFO] [stderr] Compiling log4rs v0.3.3 [INFO] [stderr] Compiling sodiumoxide v0.0.16 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling bincode v0.5.9 [INFO] [stderr] Compiling ws v0.4.8 [INFO] [stderr] Compiling maidsafe_utilities v0.5.4 [INFO] [stderr] Compiling data_chain v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/lib.rs:221:22 [INFO] [stdout] | [INFO] [stdout] 221 | #![forbid(bad_style, exceeding_bitshifts, mutable_transmutes, no_mangle_const_items, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `drop_with_repr_extern` has been removed: drop flags have been removed [INFO] [stdout] --> src/lib.rs:223:21 [INFO] [stdout] | [INFO] [stdout] 223 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:222:32 [INFO] [stdout] | [INFO] [stdout] 222 | unknown_crate_types, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `plugin_as_library` has been removed: plugins have been deprecated and retired [INFO] [stdout] --> src/lib.rs:224:61 [INFO] [stdout] | [INFO] [stdout] 224 | non_shorthand_field_patterns, overflowing_literals, plugin_as_library, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `private_no_mangle_fns` has been removed: no longer a warning, `#[no_mangle]` functions always exported [INFO] [stdout] --> src/lib.rs:225:9 [INFO] [stdout] | [INFO] [stdout] 225 | private_no_mangle_fns, private_no_mangle_statics, stable_features, unconditional_recursion, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `private_no_mangle_statics` has been removed: no longer a warning, `#[no_mangle]` statics always exported [INFO] [stdout] --> src/lib.rs:225:32 [INFO] [stdout] | [INFO] [stdout] 225 | private_no_mangle_fns, private_no_mangle_statics, stable_features, unconditional_recursion, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `fat_ptr_transmutes` has been removed: was accidentally removed back in 2014 [INFO] [stdout] --> src/lib.rs:230:24 [INFO] [stdout] | [INFO] [stdout] 230 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:241:1 [INFO] [stdout] | [INFO] [stdout] 241 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:226:37 [INFO] [stdout] | [INFO] [stdout] 226 | unknown_lints, unsafe_code, unused, unused_allocation, unused_attributes, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_imports)]` implied by `#[warn(unused)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/block.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | #![deny(deprecated, drop_with_repr_extern, improper_ctypes, missing_docs, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/block.rs:38:33 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/data_chain.rs:44:37 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Default, Debug, PartialEq, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/data_chain.rs:44:53 [INFO] [stdout] | [INFO] [stdout] 44 | #[derive(Default, Debug, PartialEq, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/data_chain.rs:285:42 [INFO] [stdout] | [INFO] [stdout] 285 | self.chain.iter_mut().rev().find((|x| x.identifier().is_link() && x.valid)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:227:46 [INFO] [stdout] | [INFO] [stdout] 227 | unused_comparisons, unused_features, unused_parens, while_true)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 285 - self.chain.iter_mut().rev().find((|x| x.identifier().is_link() && x.valid)) [INFO] [stdout] 285 + self.chain.iter_mut().rev().find(|x| x.identifier().is_link() && x.valid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/node_block.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/node_block.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/node_block.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/node_block.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/node_block.rs:90:42 [INFO] [stdout] | [INFO] [stdout] 90 | crypto::sign::sign_detached(&try!(serialisation::serialise(&data_identifier))[..], [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/block_identifier.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/block_identifier.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:63:50 [INFO] [stdout] | [INFO] [stdout] 63 | Error::Serialisation(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: Encodable` is not satisfied [INFO] [stdout] --> src/block.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Encodable` for `(sodiumoxide::crypto::sign::PublicKey, Signature)` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `Encodable` for `Vec<(sodiumoxide::crypto::sign::PublicKey, Signature)>` [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Signature: Encodable` is not satisfied [INFO] [stdout] --> src/block.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `Signature` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Encodable` for `(sodiumoxide::crypto::sign::PublicKey, Signature)` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `Encodable` for `Vec<(sodiumoxide::crypto::sign::PublicKey, Signature)>` [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: Decodable` is not satisfied [INFO] [stdout] --> src/block.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | proof: Vec<(PublicKey, Signature)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `(sodiumoxide::crypto::sign::PublicKey, Signature)` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `Vec<(sodiumoxide::crypto::sign::PublicKey, Signature)>` [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Signature: Decodable` is not satisfied [INFO] [stdout] --> src/block.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | proof: Vec<(PublicKey, Signature)>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `Signature` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `(sodiumoxide::crypto::sign::PublicKey, Signature)` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `Vec<(sodiumoxide::crypto::sign::PublicKey, Signature)>` [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: Decodable` is not satisfied [INFO] [stdout] --> src/block.rs:38:33 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `(sodiumoxide::crypto::sign::PublicKey, Signature)` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `Vec<(sodiumoxide::crypto::sign::PublicKey, Signature)>` [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Signature: Decodable` is not satisfied [INFO] [stdout] --> src/block.rs:38:33 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, RustcEncodable, RustcDecodable, PartialEq, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `Signature` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `(sodiumoxide::crypto::sign::PublicKey, Signature)` [INFO] [stdout] = note: 1 redundant requirement hidden [INFO] [stdout] = note: required because of the requirements on the impl of `Decodable` for `Vec<(sodiumoxide::crypto::sign::PublicKey, Signature)>` [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: Encodable` is not satisfied [INFO] [stdout] --> src/node_block.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Signature: Encodable` is not satisfied [INFO] [stdout] --> src/node_block.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `Signature` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: Decodable` is not satisfied [INFO] [stdout] --> src/node_block.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] 48 | pub struct NodeBlockProof { [INFO] [stdout] 49 | key: PublicKey, [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::sign::PublicKey: Decodable` is not satisfied [INFO] [stdout] --> src/node_block.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::sign::PublicKey` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Signature: Decodable` is not satisfied [INFO] [stdout] --> src/node_block.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 50 | sig: Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `Signature` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Signature: Decodable` is not satisfied [INFO] [stdout] --> src/node_block.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `Signature` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: Encodable` is not satisfied [INFO] [stdout] --> src/block_identifier.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcEncodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: Decodable` is not satisfied [INFO] [stdout] --> src/block_identifier.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 41 | ImmutableData(Digest), [INFO] [stdout] | ^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: Decodable` is not satisfied [INFO] [stdout] --> src/block_identifier.rs:38:26 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: Decodable` is not satisfied [INFO] [stdout] --> src/block_identifier.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 43 | StructuredData(Digest, SdName), [INFO] [stdout] | ^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `sodiumoxide::crypto::hash::sha256::Digest: Decodable` is not satisfied [INFO] [stdout] --> src/block_identifier.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(RustcEncodable, RustcDecodable, PartialEq, Debug, Clone)] [INFO] [stdout] | -------------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 43 | StructuredData(Digest, SdName), [INFO] [stdout] | ^^^^^^ the trait `Decodable` is not implemented for `sodiumoxide::crypto::hash::sha256::Digest` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `RustcDecodable` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused extern crate [INFO] [stdout] --> src/lib.rs:240:1 [INFO] [stdout] | [INFO] [stdout] 240 | extern crate rustc_serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_extern_crates)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `data_chain` due to 18 previous errors; 21 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "44330dee31422dd9d1360e8f1a61cb29a656eefc21e739f6178e2862d02b1aa3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44330dee31422dd9d1360e8f1a61cb29a656eefc21e739f6178e2862d02b1aa3", kill_on_drop: false }` [INFO] [stdout] 44330dee31422dd9d1360e8f1a61cb29a656eefc21e739f6178e2862d02b1aa3