[INFO] fetching crate groestlcoin 0.23.0... [INFO] checking groestlcoin-0.23.0 against beta for pr-78714 [INFO] extracting crate groestlcoin 0.23.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate groestlcoin 0.23.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate groestlcoin 0.23.0 [INFO] finished tweaking crates.io crate groestlcoin 0.23.0 [INFO] tweaked toml for crates.io crate groestlcoin 0.23.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", 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] f427874be45c787b8fd2e7161496e7bdd25f03c4c639f95799562ffd8e172e22 [INFO] running `Command { std: "docker" "start" "-a" "f427874be45c787b8fd2e7161496e7bdd25f03c4c639f95799562ffd8e172e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f427874be45c787b8fd2e7161496e7bdd25f03c4c639f95799562ffd8e172e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f427874be45c787b8fd2e7161496e7bdd25f03c4c639f95799562ffd8e172e22", kill_on_drop: false }` [INFO] [stdout] f427874be45c787b8fd2e7161496e7bdd25f03c4c639f95799562ffd8e172e22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--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] 151ca2ac13f299119b11602c2816e6f4ee961eb959573628a6932f03e9ddbc87 [INFO] running `Command { std: "docker" "start" "-a" "151ca2ac13f299119b11602c2816e6f4ee961eb959573628a6932f03e9ddbc87", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking bech32 v0.7.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking serde_test v1.0.117 [INFO] [stderr] Checking groestl v0.8.0 [INFO] [stderr] Checking groestlcoin_hashes v0.7.4 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Checking secp256k1 v0.17.2 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Checking groestlcoin v0.23.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/network/mod.rs:50:89 [INFO] [stdout] | [INFO] [stdout] 50 | Error::SocketMutexPoisoned | Error::SocketNotConnectedToPeer => f.write_str(error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/blockdata/script.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | f.write_str(error::Error::description(self)) [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/util/mod.rs:80:79 [INFO] [stdout] | [INFO] [stdout] 80 | Error::BlockBadProofOfWork | Error::BlockBadTarget => f.write_str(error::Error::description(self)), [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/util/amount.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | let desc = ::std::error::Error::description(self); [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/util/bip32.rs:396:36 [INFO] [stdout] | [INFO] [stdout] 396 | Error::Ecdsa(ref e) => error::Error::description(e), [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/util/psbt/error.rs:56:64 [INFO] [stdout] | [INFO] [stdout] 56 | Error::InvalidKey(ref rkey) => write!(f, "{}: {}", error::Error::description(self), rkey), [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/util/psbt/error.rs:57:66 [INFO] [stdout] | [INFO] [stdout] 57 | Error::DuplicateKey(ref rkey) => write!(f, "{}: {}", error::Error::description(self), rkey), [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/util/psbt/error.rs:58:119 [INFO] [stdout] | [INFO] [stdout] 58 | ...l: ref a } => write!(f, "{}: expected {}, actual {}", error::Error::description(self), e.txid(), a.txid()), [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/util/psbt/error.rs:59:75 [INFO] [stdout] | [INFO] [stdout] 59 | Error::NonStandardSigHashType(ref sht) => write!(f, "{}: {}", error::Error::description(self), sht), [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/util/psbt/error.rs:65:49 [INFO] [stdout] | [INFO] [stdout] 65 | | Error::NoMorePairs => f.write_str(error::Error::description(self)) [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/network/mod.rs:65:35 [INFO] [stdout] | [INFO] [stdout] 65 | Error::Io(ref e) => e.description(), [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/util/mod.rs:96:39 [INFO] [stdout] | [INFO] [stdout] 96 | Error::Encode(ref e) => e.description(), [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/util/mod.rs:97:40 [INFO] [stdout] | [INFO] [stdout] 97 | Error::Network(ref e) => e.description(), [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/network/mod.rs:50:89 [INFO] [stdout] | [INFO] [stdout] 50 | Error::SocketMutexPoisoned | Error::SocketNotConnectedToPeer => f.write_str(error::Error::description(self)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/blockdata/script.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | f.write_str(error::Error::description(self)) [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/util/mod.rs:80:79 [INFO] [stdout] | [INFO] [stdout] 80 | Error::BlockBadProofOfWork | Error::BlockBadTarget => f.write_str(error::Error::description(self)), [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/util/amount.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | let desc = ::std::error::Error::description(self); [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/util/bip32.rs:396:36 [INFO] [stdout] | [INFO] [stdout] 396 | Error::Ecdsa(ref e) => error::Error::description(e), [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/util/psbt/error.rs:56:64 [INFO] [stdout] | [INFO] [stdout] 56 | Error::InvalidKey(ref rkey) => write!(f, "{}: {}", error::Error::description(self), rkey), [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/util/psbt/error.rs:57:66 [INFO] [stdout] | [INFO] [stdout] 57 | Error::DuplicateKey(ref rkey) => write!(f, "{}: {}", error::Error::description(self), rkey), [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/util/psbt/error.rs:58:119 [INFO] [stdout] | [INFO] [stdout] 58 | ...l: ref a } => write!(f, "{}: expected {}, actual {}", error::Error::description(self), e.txid(), a.txid()), [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/util/psbt/error.rs:59:75 [INFO] [stdout] | [INFO] [stdout] 59 | Error::NonStandardSigHashType(ref sht) => write!(f, "{}: {}", error::Error::description(self), sht), [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/util/psbt/error.rs:65:49 [INFO] [stdout] | [INFO] [stdout] 65 | | Error::NoMorePairs => f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [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/network/mod.rs:65:35 [INFO] [stdout] | [INFO] [stdout] 65 | Error::Io(ref e) => e.description(), [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/util/mod.rs:96:39 [INFO] [stdout] | [INFO] [stdout] 96 | Error::Encode(ref e) => e.description(), [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/util/mod.rs:97:40 [INFO] [stdout] | [INFO] [stdout] 97 | Error::Network(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: taking a mutable reference to a `const` item [INFO] [stdout] --> src/network/address.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | services: ServiceFlags::NETWORK.add(ServiceFlags::WITNESS), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(const_item_mutation)]` on by default [INFO] [stdout] = note: each usage of a `const` item creates a new temporary [INFO] [stdout] = note: the mutable reference will refer to this temporary, not the original `const` item [INFO] [stdout] note: mutable reference created due to call to this method [INFO] [stdout] --> src/network/constants.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn add(&mut self, other: ServiceFlags) -> ServiceFlags { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `const` item defined here [INFO] [stdout] --> src/network/constants.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | pub const NETWORK: ServiceFlags = ServiceFlags(1 << 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `groestlcoin` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name groestlcoin src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test -C metadata=e840a4649a772209 -C extra-filename=-e840a4649a772209 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bech32=/opt/rustwide/target/debug/deps/libbech32-86a1bca68aa5a2c1.rmeta --extern groestlcoin_hashes=/opt/rustwide/target/debug/deps/libgroestlcoin_hashes-aa260b139a940a17.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-cbe711c317509ff5.rmeta --extern secp256k1=/opt/rustwide/target/debug/deps/libsecp256k1-03332fd03750e554.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-872e0a787c4683e9.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4ccb762a4839840f.rmeta --extern serde_test=/opt/rustwide/target/debug/deps/libserde_test-e9a5675a02df1467.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/secp256k1-sys-3c3db3a0b5ef7f4b/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "151ca2ac13f299119b11602c2816e6f4ee961eb959573628a6932f03e9ddbc87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "151ca2ac13f299119b11602c2816e6f4ee961eb959573628a6932f03e9ddbc87", kill_on_drop: false }` [INFO] [stdout] 151ca2ac13f299119b11602c2816e6f4ee961eb959573628a6932f03e9ddbc87