Dec 15 21:07:16.493 INFO testing bitcoincore-rpc-json-0.1.1 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 21:07:16.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 21:07:16.999 INFO [stdout] e87747b01d15cad582d5731bb7d51d74e2f9aa25ec2c2a1b4e9d847fd03d294a Dec 15 21:07:17.001 INFO running `"docker" "start" "-a" "e87747b01d15cad582d5731bb7d51d74e2f9aa25ec2c2a1b4e9d847fd03d294a"` Dec 15 21:07:17.782 INFO [stderr] usermod: no changes Dec 15 21:07:17.936 INFO [stderr] Compiling num-bigint v0.2.1 Dec 15 21:07:17.955 INFO [stderr] Compiling secp256k1 v0.11.5 Dec 15 21:07:17.963 INFO [stderr] Compiling strason v0.4.0 Dec 15 21:07:17.963 INFO [stderr] Compiling bitcoin-amount v0.1.4 Dec 15 21:07:23.456 INFO [stderr] Compiling bitcoin v0.15.1 Dec 15 21:07:30.549 INFO [stderr] Compiling bitcoincore-rpc-json v0.1.1 (/source) Dec 15 21:07:36.220 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.41s Dec 15 21:07:36.227 INFO [stderr] su: No module specific data is present Dec 15 21:07:37.676 INFO running `"docker" "inspect" "e87747b01d15cad582d5731bb7d51d74e2f9aa25ec2c2a1b4e9d847fd03d294a"` Dec 15 21:07:37.841 INFO running `"docker" "rm" "-f" "e87747b01d15cad582d5731bb7d51d74e2f9aa25ec2c2a1b4e9d847fd03d294a"` Dec 15 21:07:38.038 INFO [stdout] e87747b01d15cad582d5731bb7d51d74e2f9aa25ec2c2a1b4e9d847fd03d294a Dec 15 21:07:38.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-7/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 21:07:38.452 INFO [stdout] cc39b4163917f7cfb1336dbfa2dc961e90cd0253f74001b6225fc3b2e44df123 Dec 15 21:07:38.461 INFO running `"docker" "start" "-a" "cc39b4163917f7cfb1336dbfa2dc961e90cd0253f74001b6225fc3b2e44df123"` Dec 15 21:07:39.245 INFO [stderr] usermod: no changes Dec 15 21:07:39.347 INFO [stderr] Compiling bitcoincore-rpc-json v0.1.1 (/source) Dec 15 21:07:43.363 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetRawTransactionResult` in the current scope Dec 15 21:07:43.363 INFO [stderr] --> src/lib.rs:898:26 Dec 15 21:07:43.364 INFO [stderr] | Dec 15 21:07:43.364 INFO [stderr] 150 | pub struct GetRawTransactionResult { Dec 15 21:07:43.364 INFO [stderr] | ---------------------------------- method `transaction` not found for this Dec 15 21:07:43.364 INFO [stderr] ... Dec 15 21:07:43.364 INFO [stderr] 898 | assert!(expected.transaction().is_ok()); Dec 15 21:07:43.364 INFO [stderr] | ^^^^^^^^^^^ Dec 15 21:07:43.364 INFO [stderr] Dec 15 21:07:43.369 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetRawTransactionResult` in the current scope Dec 15 21:07:43.369 INFO [stderr] --> src/lib.rs:900:22 Dec 15 21:07:43.369 INFO [stderr] | Dec 15 21:07:43.369 INFO [stderr] 150 | pub struct GetRawTransactionResult { Dec 15 21:07:43.369 INFO [stderr] | ---------------------------------- method `transaction` not found for this Dec 15 21:07:43.369 INFO [stderr] ... Dec 15 21:07:43.369 INFO [stderr] 900 | expected.transaction().unwrap().input[0].previous_output.txid, Dec 15 21:07:43.369 INFO [stderr] | ^^^^^^^^^^^ Dec 15 21:07:43.369 INFO [stderr] Dec 15 21:07:43.374 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVinScriptSig` in the current scope Dec 15 21:07:43.374 INFO [stderr] --> src/lib.rs:903:44 Dec 15 21:07:43.374 INFO [stderr] | Dec 15 21:07:43.374 INFO [stderr] 112 | pub struct GetRawTransactionResultVinScriptSig { Dec 15 21:07:43.374 INFO [stderr] | ---------------------------------------------- method `script` not found for this Dec 15 21:07:43.374 INFO [stderr] ... Dec 15 21:07:43.375 INFO [stderr] 903 | assert!(expected.vin[0].script_sig.script().is_ok()); Dec 15 21:07:43.375 INFO [stderr] | ^^^^^^ Dec 15 21:07:43.375 INFO [stderr] Dec 15 21:07:43.379 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 15 21:07:43.379 INFO [stderr] --> src/lib.rs:904:49 Dec 15 21:07:43.379 INFO [stderr] | Dec 15 21:07:43.379 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 15 21:07:43.379 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 15 21:07:43.379 INFO [stderr] ... Dec 15 21:07:43.379 INFO [stderr] 904 | assert!(expected.vout[0].script_pub_key.script().is_ok()); Dec 15 21:07:43.379 INFO [stderr] | ^^^^^^ Dec 15 21:07:43.379 INFO [stderr] Dec 15 21:07:43.386 INFO [stderr] error[E0599]: no method named `transaction` found for type `GetTransactionResult` in the current scope Dec 15 21:07:43.386 INFO [stderr] --> src/lib.rs:959:26 Dec 15 21:07:43.386 INFO [stderr] | Dec 15 21:07:43.386 INFO [stderr] 228 | pub struct GetTransactionResult { Dec 15 21:07:43.386 INFO [stderr] | ------------------------------- method `transaction` not found for this Dec 15 21:07:43.386 INFO [stderr] ... Dec 15 21:07:43.386 INFO [stderr] 959 | assert!(expected.transaction().is_ok()); Dec 15 21:07:43.386 INFO [stderr] | ^^^^^^^^^^^ Dec 15 21:07:43.386 INFO [stderr] Dec 15 21:07:43.392 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 15 21:07:43.392 INFO [stderr] --> src/lib.rs:995:50 Dec 15 21:07:43.392 INFO [stderr] | Dec 15 21:07:43.392 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 15 21:07:43.392 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 15 21:07:43.392 INFO [stderr] ... Dec 15 21:07:43.392 INFO [stderr] 995 | println!("{:?}", expected.script_pub_key.script()); Dec 15 21:07:43.392 INFO [stderr] | ^^^^^^ Dec 15 21:07:43.392 INFO [stderr] Dec 15 21:07:43.396 INFO [stderr] error[E0599]: no method named `script` found for type `GetRawTransactionResultVoutScriptPubKey` in the current scope Dec 15 21:07:43.396 INFO [stderr] --> src/lib.rs:996:41 Dec 15 21:07:43.396 INFO [stderr] | Dec 15 21:07:43.396 INFO [stderr] 130 | pub struct GetRawTransactionResultVoutScriptPubKey { Dec 15 21:07:43.396 INFO [stderr] | -------------------------------------------------- method `script` not found for this Dec 15 21:07:43.396 INFO [stderr] ... Dec 15 21:07:43.396 INFO [stderr] 996 | assert!(expected.script_pub_key.script().is_ok()); Dec 15 21:07:43.396 INFO [stderr] | ^^^^^^ Dec 15 21:07:43.397 INFO [stderr] Dec 15 21:07:43.427 INFO [stderr] error: aborting due to 7 previous errors Dec 15 21:07:43.427 INFO [stderr] Dec 15 21:07:43.427 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Dec 15 21:07:43.444 INFO [stderr] error: Could not compile `bitcoincore-rpc-json`. Dec 15 21:07:43.444 INFO [stderr] Dec 15 21:07:43.444 INFO [stderr] To learn more, run the command again with --verbose. Dec 15 21:07:43.446 INFO [stderr] su: No module specific data is present Dec 15 21:07:43.834 INFO running `"docker" "inspect" "cc39b4163917f7cfb1336dbfa2dc961e90cd0253f74001b6225fc3b2e44df123"` Dec 15 21:07:43.953 INFO running `"docker" "rm" "-f" "cc39b4163917f7cfb1336dbfa2dc961e90cd0253f74001b6225fc3b2e44df123"` Dec 15 21:07:44.069 INFO [stdout] cc39b4163917f7cfb1336dbfa2dc961e90cd0253f74001b6225fc3b2e44df123