Dec 18 18:08:53.310 INFO checking bitcoincore-rpc-json-0.1.1 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 18:08:53.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/bitcoincore-rpc-json/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 18:08:53.454 INFO [stdout] f19d8da65f69c970af1bde12352466ebb1000dcc429b33bf69c27ce2a13500ba Dec 18 18:08:53.455 INFO running `"docker" "start" "-a" "f19d8da65f69c970af1bde12352466ebb1000dcc429b33bf69c27ce2a13500ba"` Dec 18 18:08:54.011 INFO [stderr] Compiling num-bigint v0.2.2 Dec 18 18:08:54.011 INFO [stderr] Compiling secp256k1 v0.11.5 Dec 18 18:08:54.012 INFO [stderr] Checking strason v0.4.0 Dec 18 18:08:54.013 INFO [stderr] Checking bitcoin-amount v0.1.4 Dec 18 18:08:58.610 INFO [stderr] Checking bitcoin v0.15.1 Dec 18 18:09:02.598 INFO [stderr] Checking bitcoincore-rpc-json v0.1.1 (/opt/crater/workdir) Dec 18 18:09:07.102 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetRawTransactionResult` in the current scope Dec 18 18:09:07.103 INFO [stderr] --> src/lib.rs:898:26 Dec 18 18:09:07.103 INFO [stderr] | Dec 18 18:09:07.103 INFO [stderr] 150 | pub struct GetRawTransactionResult { Dec 18 18:09:07.103 INFO [stderr] | ---------------------------------- method `transaction` not found for this Dec 18 18:09:07.104 INFO [stderr] ... Dec 18 18:09:07.104 INFO [stderr] 898 | assert!(expected.transaction().is_ok()); Dec 18 18:09:07.104 INFO [stderr] | ^^^^^^^^^^^ Dec 18 18:09:07.105 INFO [stderr] Dec 18 18:09:07.117 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetRawTransactionResult` in the current scope Dec 18 18:09:07.118 INFO [stderr] --> src/lib.rs:900:22 Dec 18 18:09:07.118 INFO [stderr] | Dec 18 18:09:07.118 INFO [stderr] 150 | pub struct GetRawTransactionResult { Dec 18 18:09:07.119 INFO [stderr] | ---------------------------------- method `transaction` not found for this Dec 18 18:09:07.119 INFO [stderr] ... Dec 18 18:09:07.119 INFO [stderr] 900 | expected.transaction().unwrap().input[0].previous_output.txid, Dec 18 18:09:07.119 INFO [stderr] | ^^^^^^^^^^^ Dec 18 18:09:07.120 INFO [stderr] Dec 18 18:09:07.135 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVinScriptSig` in the current scope Dec 18 18:09:07.135 INFO [stderr] --> src/lib.rs:903:44 Dec 18 18:09:07.135 INFO [stderr] | Dec 18 18:09:07.135 INFO [stderr] 112 | pub struct GetRawTransactionResultVinScriptSig { Dec 18 18:09:07.136 INFO [stderr] | ---------------------------------------------- method `script` not found for this Dec 18 18:09:07.136 INFO [stderr] ... Dec 18 18:09:07.136 INFO [stderr] 903 | assert!(expected.vin[0].script_sig.script().is_ok()); Dec 18 18:09:07.137 INFO [stderr] | ^^^^^^ Dec 18 18:09:07.137 INFO [stderr] Dec 18 18:09:07.148 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 18 18:09:07.149 INFO [stderr] --> src/lib.rs:904:49 Dec 18 18:09:07.149 INFO [stderr] | Dec 18 18:09:07.149 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 18 18:09:07.149 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 18 18:09:07.150 INFO [stderr] ... Dec 18 18:09:07.150 INFO [stderr] 904 | assert!(expected.vout[0].script_pub_key.script().is_ok()); Dec 18 18:09:07.150 INFO [stderr] | ^^^^^^ Dec 18 18:09:07.150 INFO [stderr] Dec 18 18:09:07.160 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetTransactionResult` in the current scope Dec 18 18:09:07.160 INFO [stderr] --> src/lib.rs:959:26 Dec 18 18:09:07.161 INFO [stderr] | Dec 18 18:09:07.161 INFO [stderr] 228 | pub struct GetTransactionResult { Dec 18 18:09:07.161 INFO [stderr] | ------------------------------- method `transaction` not found for this Dec 18 18:09:07.162 INFO [stderr] ... Dec 18 18:09:07.162 INFO [stderr] 959 | assert!(expected.transaction().is_ok()); Dec 18 18:09:07.162 INFO [stderr] | ^^^^^^^^^^^ Dec 18 18:09:07.162 INFO [stderr] Dec 18 18:09:07.170 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 18 18:09:07.170 INFO [stderr] --> src/lib.rs:995:50 Dec 18 18:09:07.170 INFO [stderr] | Dec 18 18:09:07.170 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 18 18:09:07.170 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 18 18:09:07.170 INFO [stderr] ... Dec 18 18:09:07.170 INFO [stderr] 995 | println!("{:?}", expected.script_pub_key.script()); Dec 18 18:09:07.170 INFO [stderr] | ^^^^^^ Dec 18 18:09:07.170 INFO [stderr] Dec 18 18:09:07.185 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 18 18:09:07.185 INFO [stderr] --> src/lib.rs:996:41 Dec 18 18:09:07.185 INFO [stderr] | Dec 18 18:09:07.185 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 18 18:09:07.185 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 18 18:09:07.185 INFO [stderr] ... Dec 18 18:09:07.185 INFO [stderr] 996 | assert!(expected.script_pub_key.script().is_ok()); Dec 18 18:09:07.185 INFO [stderr] | ^^^^^^ Dec 18 18:09:07.185 INFO [stderr] Dec 18 18:09:07.239 INFO [stderr] error: aborting due to 7 previous errors Dec 18 18:09:07.239 INFO [stderr] Dec 18 18:09:07.239 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 18 18:09:07.277 INFO [stderr] error: Could not compile `bitcoincore-rpc-json`. Dec 18 18:09:07.277 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 18:09:08.258 INFO [stderr] error: build failed Dec 18 18:09:08.808 INFO running `"docker" "inspect" "f19d8da65f69c970af1bde12352466ebb1000dcc429b33bf69c27ce2a13500ba"` Dec 18 18:09:09.024 INFO running `"docker" "rm" "-f" "f19d8da65f69c970af1bde12352466ebb1000dcc429b33bf69c27ce2a13500ba"` Dec 18 18:09:09.334 INFO [stdout] f19d8da65f69c970af1bde12352466ebb1000dcc429b33bf69c27ce2a13500ba