Dec 07 22:36:37.879 INFO testing bitcoincore-rpc-json-0.1.1 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 22:36:37.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 22:36:38.205 INFO [stdout] 1951daff72d5f1d6b9eca8101970c85757460cd75cc4f740d69d30c6fbd0889e Dec 07 22:36:38.207 INFO running `"docker" "start" "-a" "1951daff72d5f1d6b9eca8101970c85757460cd75cc4f740d69d30c6fbd0889e"` Dec 07 22:36:38.998 INFO [stderr] usermod: no changes Dec 07 22:36:39.107 INFO [stderr] Compiling bech32 v0.5.0 Dec 07 22:36:39.107 INFO [stderr] Compiling num-bigint v0.2.1 Dec 07 22:36:39.107 INFO [stderr] Compiling secp256k1 v0.11.5 Dec 07 22:36:39.107 INFO [stderr] Compiling strason v0.4.0 Dec 07 22:36:39.107 INFO [stderr] Compiling bitcoin-amount v0.1.4 Dec 07 22:36:41.036 INFO [stderr] Compiling bitcoin-bech32 v0.8.1 Dec 07 22:36:45.628 INFO [stderr] Compiling bitcoin v0.15.1 Dec 07 22:36:53.023 INFO [stderr] Compiling bitcoincore-rpc-json v0.1.1 (/source) Dec 07 22:36:58.364 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.35s Dec 07 22:36:58.369 INFO [stderr] su: No module specific data is present Dec 07 22:36:59.335 INFO running `"docker" "inspect" "1951daff72d5f1d6b9eca8101970c85757460cd75cc4f740d69d30c6fbd0889e"` Dec 07 22:36:59.696 INFO running `"docker" "rm" "-f" "1951daff72d5f1d6b9eca8101970c85757460cd75cc4f740d69d30c6fbd0889e"` Dec 07 22:37:00.021 INFO [stdout] 1951daff72d5f1d6b9eca8101970c85757460cd75cc4f740d69d30c6fbd0889e Dec 07 22:37:00.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 07 22:37:00.590 INFO [stdout] 79199dd576314b983528e6c83a416ed19a72b01296e075c4725b0999d9f16ef0 Dec 07 22:37:00.591 INFO running `"docker" "start" "-a" "79199dd576314b983528e6c83a416ed19a72b01296e075c4725b0999d9f16ef0"` Dec 07 22:37:01.161 INFO [stderr] usermod: no changes Dec 07 22:37:01.270 INFO [stderr] Compiling bitcoincore-rpc-json v0.1.1 (/source) Dec 07 22:37:05.312 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetRawTransactionResult` in the current scope Dec 07 22:37:05.313 INFO [stderr] --> src/lib.rs:898:26 Dec 07 22:37:05.313 INFO [stderr] | Dec 07 22:37:05.313 INFO [stderr] 150 | pub struct GetRawTransactionResult { Dec 07 22:37:05.313 INFO [stderr] | ---------------------------------- method `transaction` not found for this Dec 07 22:37:05.313 INFO [stderr] ... Dec 07 22:37:05.313 INFO [stderr] 898 | assert!(expected.transaction().is_ok()); Dec 07 22:37:05.314 INFO [stderr] | ^^^^^^^^^^^ Dec 07 22:37:05.314 INFO [stderr] Dec 07 22:37:05.314 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetRawTransactionResult` in the current scope Dec 07 22:37:05.314 INFO [stderr] --> src/lib.rs:900:22 Dec 07 22:37:05.314 INFO [stderr] | Dec 07 22:37:05.314 INFO [stderr] 150 | pub struct GetRawTransactionResult { Dec 07 22:37:05.314 INFO [stderr] | ---------------------------------- method `transaction` not found for this Dec 07 22:37:05.314 INFO [stderr] ... Dec 07 22:37:05.314 INFO [stderr] 900 | expected.transaction().unwrap().input[0].previous_output.txid, Dec 07 22:37:05.314 INFO [stderr] | ^^^^^^^^^^^ Dec 07 22:37:05.314 INFO [stderr] Dec 07 22:37:05.314 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVinScriptSig` in the current scope Dec 07 22:37:05.314 INFO [stderr] --> src/lib.rs:903:44 Dec 07 22:37:05.314 INFO [stderr] | Dec 07 22:37:05.314 INFO [stderr] 112 | pub struct GetRawTransactionResultVinScriptSig { Dec 07 22:37:05.314 INFO [stderr] | ---------------------------------------------- method `script` not found for this Dec 07 22:37:05.314 INFO [stderr] ... Dec 07 22:37:05.314 INFO [stderr] 903 | assert!(expected.vin[0].script_sig.script().is_ok()); Dec 07 22:37:05.314 INFO [stderr] | ^^^^^^ Dec 07 22:37:05.314 INFO [stderr] Dec 07 22:37:05.319 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 07 22:37:05.319 INFO [stderr] --> src/lib.rs:904:49 Dec 07 22:37:05.319 INFO [stderr] | Dec 07 22:37:05.319 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 07 22:37:05.319 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 07 22:37:05.319 INFO [stderr] ... Dec 07 22:37:05.319 INFO [stderr] 904 | assert!(expected.vout[0].script_pub_key.script().is_ok()); Dec 07 22:37:05.319 INFO [stderr] | ^^^^^^ Dec 07 22:37:05.319 INFO [stderr] Dec 07 22:37:05.327 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetTransactionResult` in the current scope Dec 07 22:37:05.327 INFO [stderr] --> src/lib.rs:959:26 Dec 07 22:37:05.327 INFO [stderr] | Dec 07 22:37:05.327 INFO [stderr] 228 | pub struct GetTransactionResult { Dec 07 22:37:05.327 INFO [stderr] | ------------------------------- method `transaction` not found for this Dec 07 22:37:05.327 INFO [stderr] ... Dec 07 22:37:05.327 INFO [stderr] 959 | assert!(expected.transaction().is_ok()); Dec 07 22:37:05.327 INFO [stderr] | ^^^^^^^^^^^ Dec 07 22:37:05.327 INFO [stderr] Dec 07 22:37:05.334 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 07 22:37:05.334 INFO [stderr] --> src/lib.rs:995:50 Dec 07 22:37:05.334 INFO [stderr] | Dec 07 22:37:05.334 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 07 22:37:05.334 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 07 22:37:05.334 INFO [stderr] ... Dec 07 22:37:05.334 INFO [stderr] 995 | println!("{:?}", expected.script_pub_key.script()); Dec 07 22:37:05.334 INFO [stderr] | ^^^^^^ Dec 07 22:37:05.334 INFO [stderr] Dec 07 22:37:05.344 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 07 22:37:05.344 INFO [stderr] --> src/lib.rs:996:41 Dec 07 22:37:05.344 INFO [stderr] | Dec 07 22:37:05.344 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 07 22:37:05.344 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 07 22:37:05.344 INFO [stderr] ... Dec 07 22:37:05.344 INFO [stderr] 996 | assert!(expected.script_pub_key.script().is_ok()); Dec 07 22:37:05.344 INFO [stderr] | ^^^^^^ Dec 07 22:37:05.344 INFO [stderr] Dec 07 22:37:05.376 INFO [stderr] error: aborting due to 7 previous errors Dec 07 22:37:05.376 INFO [stderr] Dec 07 22:37:05.376 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 07 22:37:05.392 INFO [stderr] error: Could not compile `bitcoincore-rpc-json`. Dec 07 22:37:05.392 INFO [stderr] Dec 07 22:37:05.392 INFO [stderr] To learn more, run the command again with --verbose. Dec 07 22:37:05.396 INFO [stderr] su: No module specific data is present Dec 07 22:37:06.368 INFO running `"docker" "inspect" "79199dd576314b983528e6c83a416ed19a72b01296e075c4725b0999d9f16ef0"` Dec 07 22:37:06.826 INFO running `"docker" "rm" "-f" "79199dd576314b983528e6c83a416ed19a72b01296e075c4725b0999d9f16ef0"` Dec 07 22:37:07.212 INFO [stdout] 79199dd576314b983528e6c83a416ed19a72b01296e075c4725b0999d9f16ef0