[INFO] fetching crate solana-client 1.1.5... [INFO] checking solana-client-1.1.5 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate solana-client 1.1.5 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate solana-client 1.1.5 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate solana-client 1.1.5 [INFO] finished tweaking crates.io crate solana-client 1.1.5 [INFO] tweaked toml for crates.io crate solana-client 1.1.5 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] d9c6ea4482cd2e4e60133002c74123c13e55c49a0ece8818c39d9b4612918376 [INFO] running `"docker" "start" "-a" "d9c6ea4482cd2e4e60133002c74123c13e55c49a0ece8818c39d9b4612918376"` [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking serde v1.0.106 [INFO] [stderr] Checking dialoguer v0.5.1 [INFO] [stderr] Checking tungstenite v0.10.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking globset v0.4.5 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_bytes v0.11.3 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking bv v0.11.1 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking failure v0.1.7 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Checking tiny-bip39 v0.7.3 [INFO] [stderr] Checking reqwest v0.10.4 [INFO] [stderr] Checking jsonrpc-core v14.1.0 [INFO] [stderr] Checking jsonrpc-server-utils v14.1.0 [INFO] [stderr] Checking solana-crate-features v1.1.7 [INFO] [stderr] Checking jsonrpc-http-server v14.1.0 [INFO] [stderr] Checking solana-sdk v1.1.7 [INFO] [stderr] Checking solana-remote-wallet v1.1.7 [INFO] [stderr] Checking solana-metrics v1.1.7 [INFO] [stderr] Checking solana-transaction-status v1.1.7 [INFO] [stderr] Checking solana-clap-utils v1.1.7 [INFO] [stderr] Checking solana-vote-program v1.1.7 [INFO] [stderr] Checking solana-net-utils v1.1.7 [INFO] [stderr] Checking solana-client v1.1.5 (/opt/rustwide/workdir) [INFO] [stderr] error: #[error(transparent)] needs to go outside the enum or struct, not on an individual field [INFO] [stderr] --> src/client_error.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | #[error(transparent)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: #[error(transparent)] needs to go outside the enum or struct, not on an individual field [INFO] [stderr] --> src/client_error.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | #[error(transparent)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `client_error::ClientError: std::error::Error` is not satisfied [INFO] [stderr] --> src/rpc_client.rs:546:97 [INFO] [stderr] | [INFO] [stderr] 546 | self.get_new_blockhash(&transactions_signatures[0].0.message().recent_blockhash)?; [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `client_error::ClientError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `client_error::ClientError: std::error::Error` is not satisfied [INFO] [stderr] --> src/rpc_client.rs:578:69 [INFO] [stderr] | [INFO] [stderr] 578 | .map_err(|err| err.into_with_command("RetryGetBalance"))?; [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `client_error::ClientError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `client_error::ClientError: std::error::Error` is not satisfied [INFO] [stderr] --> src/rpc_client.rs:582:93 [INFO] [stderr] | [INFO] [stderr] 582 | .map_err(|err| ClientError::new_with_command(err.into(), "RetryGetBalance"))? [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `client_error::ClientError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `client_error::ClientError` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/rpc_client.rs:625:29 [INFO] [stderr] | [INFO] [stderr] 625 | pubkey, err [INFO] [stderr] | ^^^ `client_error::ClientError` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `client_error::ClientError` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `client_error::ClientError: std::error::Error` is not satisfied [INFO] [stderr] --> src/rpc_client.rs:546:97 [INFO] [stderr] | [INFO] [stderr] 546 | self.get_new_blockhash(&transactions_signatures[0].0.message().recent_blockhash)?; [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `client_error::ClientError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `client_error::ClientError: std::error::Error` is not satisfied [INFO] [stderr] --> src/rpc_client.rs:578:69 [INFO] [stderr] | [INFO] [stderr] 578 | .map_err(|err| err.into_with_command("RetryGetBalance"))?; [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `client_error::ClientError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `client_error::ClientError: std::error::Error` is not satisfied [INFO] [stderr] --> src/rpc_client.rs:582:93 [INFO] [stderr] | [INFO] [stderr] 582 | .map_err(|err| ClientError::new_with_command(err.into(), "RetryGetBalance"))? [INFO] [stderr] | ^ the trait `std::error::Error` is not implemented for `client_error::ClientError` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From` for `std::boxed::Box` [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `client_error::ClientError` doesn't implement `std::fmt::Display` [INFO] [stderr] --> src/rpc_client.rs:625:29 [INFO] [stderr] | [INFO] [stderr] 625 | pubkey, err [INFO] [stderr] | ^^^ `client_error::ClientError` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `client_error::ClientError` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `solana-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `solana-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d9c6ea4482cd2e4e60133002c74123c13e55c49a0ece8818c39d9b4612918376"` [INFO] running `"docker" "rm" "-f" "d9c6ea4482cd2e4e60133002c74123c13e55c49a0ece8818c39d9b4612918376"` [INFO] [stdout] d9c6ea4482cd2e4e60133002c74123c13e55c49a0ece8818c39d9b4612918376