[INFO] crate iguana-interpreter 0.1.0 is already in cache [INFO] testing iguana-interpreter-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate iguana-interpreter 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate iguana-interpreter 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate iguana-interpreter 0.1.0 [INFO] finished tweaking crates.io crate iguana-interpreter 0.1.0 [INFO] tweaked toml for crates.io crate iguana-interpreter 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 96f04d873a17925e31b6884d53a60f33de4e364a6c721228147de39bbf162a94 [INFO] running `"docker" "start" "-a" "96f04d873a17925e31b6884d53a60f33de4e364a6c721228147de39bbf162a94"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syntex_fmt_macros v0.5.0 [INFO] [stderr] Compiling bimap v0.4.0 [INFO] [stderr] Compiling num-derive v0.3.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling toolchain_find v0.1.4 [INFO] [stderr] Compiling bitcoin-cash-base v0.1.2 [INFO] [stderr] Compiling derive-error-chain v0.11.2 [INFO] [stderr] Compiling bitcoin-cash-script-macro v0.1.2 [INFO] [stderr] Compiling bitcoin-cash v0.1.2 [INFO] [stderr] error: No rustfmt could be found. [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn p2pkh_script(address: &Address, sig: ByteArray, pubkey: ByteArray) { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: No rustfmt could be found. [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn p2sh_script(address: &Address, redeem_script: ByteArray) { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `p2sh_script` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:31:34 [INFO] [stderr] | [INFO] [stderr] 31 | AddressType::P2SH => p2sh_script(self).into(), [INFO] [stderr] | ^^^^^^^^^^^------ [INFO] [stderr] | | [INFO] [stderr] | help: try calling `p2sh_script` as a method: `self.p2sh_script()` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `p2pkh_script` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:32:35 [INFO] [stderr] | [INFO] [stderr] 32 | AddressType::P2PKH => p2pkh_script(self).into(), [INFO] [stderr] | ^^^^^^^^^^^^------ [INFO] [stderr] | | [INFO] [stderr] | help: try calling `p2pkh_script` as a method: `self.p2pkh_script()` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `p2sh_script` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:40:34 [INFO] [stderr] | [INFO] [stderr] 40 | AddressType::P2SH => p2sh_script(&self).into(), [INFO] [stderr] | ^^^^^^^^^^^------- [INFO] [stderr] | | [INFO] [stderr] | help: try calling `p2sh_script` as a method: `self.p2sh_script()` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `p2pkh_script` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:41:35 [INFO] [stderr] | [INFO] [stderr] 41 | AddressType::P2PKH => p2pkh_script(&self).into(), [INFO] [stderr] | ^^^^^^^^^^^^------- [INFO] [stderr] | | [INFO] [stderr] | help: try calling `p2pkh_script` as a method: `self.p2pkh_script()` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `P2PKHInputs` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:47:19 [INFO] [stderr] | [INFO] [stderr] 47 | type Script = P2PKHInputs; [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `P2PKHInputs` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitcoin-cash-0.1.2/src/scripts.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | P2PKHInputs { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bitcoin-cash`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "96f04d873a17925e31b6884d53a60f33de4e364a6c721228147de39bbf162a94"` [INFO] running `"docker" "rm" "-f" "96f04d873a17925e31b6884d53a60f33de4e364a6c721228147de39bbf162a94"` [INFO] [stdout] 96f04d873a17925e31b6884d53a60f33de4e364a6c721228147de39bbf162a94