[INFO] crate solana-client 1.1.5 is already in cache [INFO] checking solana-client-1.1.5 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [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 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "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] fb09550fc9c1541d3a971424e862869805d3acff00e320cb5a41f413ff748717 [INFO] running `"docker" "start" "-a" "fb09550fc9c1541d3a971424e862869805d3acff00e320cb5a41f413ff748717"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking input_buffer v0.3.1 [INFO] [stderr] Checking terminal_size v0.1.12 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking jsonrpc-core v14.1.0 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking tiny-bip39 v0.7.3 [INFO] [stderr] Checking solana-metrics v1.1.8 [INFO] [stderr] Checking solana-transaction-status v1.1.8 [INFO] [stderr] Checking console v0.10.3 [INFO] [stderr] Checking console v0.11.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking dialoguer v0.5.1 [INFO] [stderr] Checking indicatif v0.14.0 [INFO] [stderr] Checking solana-vote-program v1.1.8 [INFO] [stderr] Checking jsonrpc-server-utils v14.1.0 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking solana-remote-wallet v1.1.8 [INFO] [stderr] Checking solana-clap-utils v1.1.8 [INFO] [stderr] Checking jsonrpc-http-server v14.1.0 [INFO] [stderr] Checking solana-net-utils v1.1.8 [INFO] [stderr] Checking tungstenite v0.10.1 [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: 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[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] running `"docker" "inspect" "fb09550fc9c1541d3a971424e862869805d3acff00e320cb5a41f413ff748717"` [INFO] running `"docker" "rm" "-f" "fb09550fc9c1541d3a971424e862869805d3acff00e320cb5a41f413ff748717"` [INFO] [stdout] fb09550fc9c1541d3a971424e862869805d3acff00e320cb5a41f413ff748717