[INFO] crate grin_keychain 2.1.0 is already in cache [INFO] checking grin_keychain-2.1.0 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate grin_keychain 2.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate grin_keychain 2.1.0 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate grin_keychain 2.1.0 [INFO] finished tweaking crates.io crate grin_keychain 2.1.0 [INFO] tweaked toml for crates.io crate grin_keychain 2.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 67952e574b8a6dc7ef6ff53ba2f7b06de16d054697695c68da65d70422c99687 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "67952e574b8a6dc7ef6ff53ba2f7b06de16d054697695c68da65d70422c99687"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling grin_secp256k1zkp v0.7.7 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Checking zip v0.5.4 [INFO] [stderr] Checking ripemd160 v0.7.0 [INFO] [stderr] Compiling zeroize_derive v0.9.3 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking log4rs v0.8.3 [INFO] [stderr] Checking zeroize v0.9.3 [INFO] [stderr] Checking grin_util v2.1.0 [INFO] [stderr] Checking grin_keychain v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/extkey_bip32.rs:388:13 [INFO] [stderr] | [INFO] [stderr] 388 | let key = r#try!(ExtendedPrivKey::new_master(secp, &mut hasher, &seed)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/mnemonic.rs:75:30 [INFO] [stderr] | [INFO] [stderr] 75 | let mut indexes: Vec = r#try!(words.iter().map(|x| search(x)).collect()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/mnemonic.rs:158:2 [INFO] [stderr] | [INFO] [stderr] 158 | r#try!(to_entropy(mnemonic)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types.rs:223:3 [INFO] [stderr] | [INFO] [stderr] 223 | r#try!(write!(f, "{}(", stringify!(Identifier))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types.rs:224:3 [INFO] [stderr] | [INFO] [stderr] 224 | r#try!(write!(f, "{}", self.to_hex())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/extkey_bip32.rs:125:91 [INFO] [stderr] | [INFO] [stderr] 125 | self.hmac_sha512 = HmacSha512::new_varkey(seed).expect("HMAC can take key of any size");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/extkey_bip32.rs:719:92 [INFO] [stderr] | [INFO] [stderr] 719 | self.hmac_sha512 = HmacSha512::new_varkey(seed).expect("HMAC can take key of any size");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/extkey_bip32.rs:338:27 [INFO] [stderr] | [INFO] [stderr] 338 | Error::Ecdsa(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/extkey_bip32.rs:388:13 [INFO] [stderr] | [INFO] [stderr] 388 | let key = r#try!(ExtendedPrivKey::new_master(secp, &mut hasher, &seed)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/mnemonic.rs:75:30 [INFO] [stderr] | [INFO] [stderr] 75 | let mut indexes: Vec = r#try!(words.iter().map(|x| search(x)).collect()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/mnemonic.rs:158:2 [INFO] [stderr] | [INFO] [stderr] 158 | r#try!(to_entropy(mnemonic)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types.rs:223:3 [INFO] [stderr] | [INFO] [stderr] 223 | r#try!(write!(f, "{}(", stringify!(Identifier))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types.rs:224:3 [INFO] [stderr] | [INFO] [stderr] 224 | r#try!(write!(f, "{}", self.to_hex())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/extkey_bip32.rs:125:91 [INFO] [stderr] | [INFO] [stderr] 125 | self.hmac_sha512 = HmacSha512::new_varkey(seed).expect("HMAC can take key of any size");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/extkey_bip32.rs:338:27 [INFO] [stderr] | [INFO] [stderr] 338 | Error::Ecdsa(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.08s [INFO] running `"docker" "inspect" "67952e574b8a6dc7ef6ff53ba2f7b06de16d054697695c68da65d70422c99687"` [INFO] running `"docker" "rm" "-f" "67952e574b8a6dc7ef6ff53ba2f7b06de16d054697695c68da65d70422c99687"` [INFO] [stdout] 67952e574b8a6dc7ef6ff53ba2f7b06de16d054697695c68da65d70422c99687