[INFO] updating cached repository https://github.com/AchalaSB/web3-rs-wasm [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c9c571f2063668beb0e0785fa3e27a23208953f4 [INFO] checking AchalaSB/web3-rs-wasm against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAchalaSB%2Fweb3-rs-wasm" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AchalaSB/web3-rs-wasm on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/AchalaSB/web3-rs-wasm [INFO] removed workspace from git repo https://github.com/AchalaSB/web3-rs-wasm [INFO] finished tweaking git repo https://github.com/AchalaSB/web3-rs-wasm [INFO] tweaked toml for git repo https://github.com/AchalaSB/web3-rs-wasm written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/AchalaSB/web3-rs-wasm already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4854b568efcb647d28d5dd1a191ba16177a29a5cf48f595cdd139519dee750fa [INFO] running `"docker" "start" "-a" "4854b568efcb647d28d5dd1a191ba16177a29a5cf48f595cdd139519dee750fa"` [INFO] [stderr] Checking rustc-hex v2.0.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking parity-codec v3.5.4 [INFO] [stderr] Checking impl-serde v0.2.1 [INFO] [stderr] Checking rlp v0.4.2 [INFO] [stderr] Checking jsonrpc-core v13.2.0 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Checking uint v0.7.1 [INFO] [stderr] Checking impl-rlp v0.2.0 [INFO] [stderr] Checking fixed-hash v0.3.2 [INFO] [stderr] Checking ethbloom v0.6.4 [INFO] [stderr] Checking impl-codec v0.2.0 [INFO] [stderr] Checking primitive-types v0.3.0 [INFO] [stderr] Checking ethereum-types v0.6.0 [INFO] [stderr] Checking ethabi v8.0.1 [INFO] [stderr] Checking web3-rs-wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | #[display(fmt = "Invalid output type: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:12:48 [INFO] [stderr] | [INFO] [stderr] 12 | #[display(fmt = "Invalid output type: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | #[display(fmt = "Abi error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:15:38 [INFO] [stderr] | [INFO] [stderr] 15 | #[display(fmt = "Abi error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:18:7 [INFO] [stderr] | [INFO] [stderr] 18 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:41:11 [INFO] [stderr] | [INFO] [stderr] 41 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:41:42 [INFO] [stderr] | [INFO] [stderr] 41 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[display(fmt = "Failure during deployment.Tx hash: {:?}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:44:68 [INFO] [stderr] | [INFO] [stderr] 44 | #[display(fmt = "Failure during deployment.Tx hash: {:?}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | #[display(fmt = "Server is unreachable")] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[display(fmt = "Decoder error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | #[display(fmt = "Decoder error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:17:7 [INFO] [stderr] | [INFO] [stderr] 17 | #[display(fmt = "Got invalid response: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:17:49 [INFO] [stderr] | [INFO] [stderr] 17 | #[display(fmt = "Got invalid response: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:20:7 [INFO] [stderr] | [INFO] [stderr] 20 | #[display(fmt = "Transport error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:20:44 [INFO] [stderr] | [INFO] [stderr] 20 | #[display(fmt = "Transport error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:23:7 [INFO] [stderr] | [INFO] [stderr] 23 | #[display(fmt = "RPC error: {:?}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:23:40 [INFO] [stderr] | [INFO] [stderr] 23 | #[display(fmt = "RPC error: {:?}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:26:7 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "IO error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:26:37 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "IO error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[display(fmt = "Internal Web3 error")] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | #[display(fmt = "Invalid output type: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:12:48 [INFO] [stderr] | [INFO] [stderr] 12 | #[display(fmt = "Invalid output type: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:15:7 [INFO] [stderr] | [INFO] [stderr] 15 | #[display(fmt = "Abi error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:15:38 [INFO] [stderr] | [INFO] [stderr] 15 | #[display(fmt = "Abi error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:18:7 [INFO] [stderr] | [INFO] [stderr] 18 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:18:38 [INFO] [stderr] | [INFO] [stderr] 18 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:41:11 [INFO] [stderr] | [INFO] [stderr] 41 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:41:42 [INFO] [stderr] | [INFO] [stderr] 41 | #[display(fmt = "Api error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/contract/error.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[display(fmt = "Failure during deployment.Tx hash: {:?}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/contract/error.rs:44:68 [INFO] [stderr] | [INFO] [stderr] 44 | #[display(fmt = "Failure during deployment.Tx hash: {:?}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:11:7 [INFO] [stderr] | [INFO] [stderr] 11 | #[display(fmt = "Server is unreachable")] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | #[display(fmt = "Decoder error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | #[display(fmt = "Decoder error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:17:7 [INFO] [stderr] | [INFO] [stderr] 17 | #[display(fmt = "Got invalid response: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:17:49 [INFO] [stderr] | [INFO] [stderr] 17 | #[display(fmt = "Got invalid response: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:20:7 [INFO] [stderr] | [INFO] [stderr] 20 | #[display(fmt = "Transport error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:20:44 [INFO] [stderr] | [INFO] [stderr] 20 | #[display(fmt = "Transport error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:23:7 [INFO] [stderr] | [INFO] [stderr] 23 | #[display(fmt = "RPC error: {:?}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:23:40 [INFO] [stderr] | [INFO] [stderr] 23 | #[display(fmt = "RPC error: {:?}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:26:7 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "IO error: {}", _0)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/error.rs:26:37 [INFO] [stderr] | [INFO] [stderr] 26 | #[display(fmt = "IO error: {}", _0)] [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_derive_more_Display_formatter` in this scope [INFO] [stderr] --> src/error.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[display(fmt = "Internal Web3 error")] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `web3-rs-wasm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `web3-rs-wasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4854b568efcb647d28d5dd1a191ba16177a29a5cf48f595cdd139519dee750fa"` [INFO] running `"docker" "rm" "-f" "4854b568efcb647d28d5dd1a191ba16177a29a5cf48f595cdd139519dee750fa"` [INFO] [stdout] 4854b568efcb647d28d5dd1a191ba16177a29a5cf48f595cdd139519dee750fa