[INFO] crate exonum-crypto 1.0.0-rc.1 is already in cache [INFO] checking exonum-crypto-1.0.0-rc.1 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate exonum-crypto 1.0.0-rc.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate exonum-crypto 1.0.0-rc.1 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate exonum-crypto 1.0.0-rc.1 [INFO] finished tweaking crates.io crate exonum-crypto 1.0.0-rc.1 [INFO] tweaked toml for crates.io crate exonum-crypto 1.0.0-rc.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8f0ddeba0a486d3fe396fb993c057123a1e8de68b9661f468f7cacf12e6fc5ce [INFO] running `"docker" "start" "-a" "8f0ddeba0a486d3fe396fb993c057123a1e8de68b9661f468f7cacf12e6fc5ce"` [INFO] [stderr] Compiling protobuf v2.10.2 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling protoc v2.10.2 [INFO] [stderr] Compiling bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Compiling exonum-derive v1.0.0-rc.2 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.5.5 [INFO] [stderr] Compiling exonum_libsodium-sys v0.0.23 [INFO] [stderr] Checking exonum_sodiumoxide v0.0.23 [INFO] [stderr] Compiling protobuf-codegen v2.10.2 [INFO] [stderr] Compiling protoc-rust v2.10.2 [INFO] [stderr] Compiling exonum-build v1.0.0-rc.2 [INFO] [stderr] Compiling protobuf-convert v0.3.0 [INFO] [stderr] Compiling exonum-proto v1.0.0-rc.2 [INFO] [stderr] Compiling exonum-crypto v1.0.0-rc.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0053]: method `from_pb` has an incompatible type for trait [INFO] [stderr] --> src/proto/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn from_pb(pb: schema::Hash) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `anyhow::Error`, found struct `failure::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(proto::schema::types::Hash) -> std::result::Result<_, anyhow::Error>` [INFO] [stderr] found fn pointer `fn(proto::schema::types::Hash) -> std::result::Result<_, failure::error::Error>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `from_pb` has an incompatible type for trait [INFO] [stderr] --> src/proto/mod.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | fn from_pb(pb: schema::PublicKey) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `anyhow::Error`, found struct `failure::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(proto::schema::types::PublicKey) -> std::result::Result<_, anyhow::Error>` [INFO] [stderr] found fn pointer `fn(proto::schema::types::PublicKey) -> std::result::Result<_, failure::error::Error>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `from_pb` has an incompatible type for trait [INFO] [stderr] --> src/proto/mod.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | fn from_pb(pb: schema::Signature) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `anyhow::Error`, found struct `failure::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(proto::schema::types::Signature) -> std::result::Result<_, anyhow::Error>` [INFO] [stderr] found fn pointer `fn(proto::schema::types::Signature) -> std::result::Result<_, failure::error::Error>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `from_pb` has an incompatible type for trait [INFO] [stderr] --> src/proto/mod.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | fn from_pb(pb: schema::Hash) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `anyhow::Error`, found struct `failure::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(proto::schema::types::Hash) -> std::result::Result<_, anyhow::Error>` [INFO] [stderr] found fn pointer `fn(proto::schema::types::Hash) -> std::result::Result<_, failure::error::Error>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `from_pb` has an incompatible type for trait [INFO] [stderr] --> src/proto/mod.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | fn from_pb(pb: schema::PublicKey) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `anyhow::Error`, found struct `failure::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(proto::schema::types::PublicKey) -> std::result::Result<_, anyhow::Error>` [INFO] [stderr] found fn pointer `fn(proto::schema::types::PublicKey) -> std::result::Result<_, failure::error::Error>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `from_pb` has an incompatible type for trait [INFO] [stderr] --> src/proto/mod.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | fn from_pb(pb: schema::Signature) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `anyhow::Error`, found struct `failure::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(proto::schema::types::Signature) -> std::result::Result<_, anyhow::Error>` [INFO] [stderr] found fn pointer `fn(proto::schema::types::Signature) -> std::result::Result<_, failure::error::Error>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `exonum-crypto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `exonum-crypto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8f0ddeba0a486d3fe396fb993c057123a1e8de68b9661f468f7cacf12e6fc5ce"` [INFO] running `"docker" "rm" "-f" "8f0ddeba0a486d3fe396fb993c057123a1e8de68b9661f468f7cacf12e6fc5ce"` [INFO] [stdout] 8f0ddeba0a486d3fe396fb993c057123a1e8de68b9661f468f7cacf12e6fc5ce