[INFO] cloning repository https://github.com/elmurci/xrs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elmurci/xrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felmurci%2Fxrs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felmurci%2Fxrs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] beac571c393ac092b5a219514b87ffa0f1f91b96 [INFO] checking elmurci/xrs against master#e2223c94bf433fc38234d1303e88cbaf14755863 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felmurci%2Fxrs" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elmurci/xrs on toolchain e2223c94bf433fc38234d1303e88cbaf14755863 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/elmurci/xrs [INFO] finished tweaking git repo https://github.com/elmurci/xrs [INFO] tweaked toml for git repo https://github.com/elmurci/xrs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/elmurci/xrs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+e2223c94bf433fc38234d1303e88cbaf14755863" "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] ce483954f95212177b52c841d23127f7f012dab7ddeab2a23d6c5ad812608328 [INFO] running `"docker" "start" "-a" "ce483954f95212177b52c841d23127f7f012dab7ddeab2a23d6c5ad812608328"` [INFO] [stderr] Compiling memchr v2.3.2 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking tracing-core v0.1.9 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Checking petgraph v0.5.0 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Compiling tracing-attributes v0.1.6 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Compiling fehler-macros v1.0.0-alpha.2 [INFO] [stderr] Checking tower-discover v0.3.0 [INFO] [stderr] Checking tower-load-shed v0.3.0 [INFO] [stderr] Checking proc-macro2 v1.0.8 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking syn v1.0.14 [INFO] [stderr] Checking tower-util v0.3.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Checking tracing v0.1.12 [INFO] [stderr] Checking fehler v1.0.0-alpha.2 [INFO] [stderr] Checking tracing-futures v0.2.2 [INFO] [stderr] Checking prost v0.6.1 [INFO] [stderr] Checking prost-types v0.6.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tower-make v0.3.0 [INFO] [stderr] Checking tower-limit v0.3.0 [INFO] [stderr] Checking tower-load v0.3.0 [INFO] [stderr] Checking tower-ready-cache v0.3.0 [INFO] [stderr] Checking tower-timeout v0.3.0 [INFO] [stderr] Checking tower-retry v0.3.0 [INFO] [stderr] Checking tower-buffer v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking tower-balance v0.3.0 [INFO] [stderr] Checking tower v0.3.1 [INFO] [stderr] Checking tonic-build v0.1.1 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking tonic v0.1.1 [INFO] [stderr] Checking xrs v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error: environment variable `OUT_DIR` not defined [INFO] [stderr] --> src/client.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | tonic::include_proto!("io.xpring"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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: environment variable `OUT_DIR` not defined [INFO] [stderr] --> src/client.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | tonic::include_proto!("io.xpring"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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[E0432]: unresolved imports `xpring::xrp_ledger_api_client`, `xpring::GetFeeRequest`, `xpring::Fee`, `xpring::AccountInfo`, `xpring::XrpAmount`, `xpring::GetAccountInfoRequest`, `xpring::GetTransactionStatusRequest`, `xpring::TransactionStatus` [INFO] [stderr] --> src/client.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | xrp_ledger_api_client::XrpLedgerApiClient, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `xrp_ledger_api_client` in `xpring` [INFO] [stderr] 10 | GetFeeRequest, [INFO] [stderr] | ^^^^^^^^^^^^^ no `GetFeeRequest` in `client::xpring` [INFO] [stderr] 11 | Fee, [INFO] [stderr] | ^^^ no `Fee` in `client::xpring` [INFO] [stderr] 12 | AccountInfo, [INFO] [stderr] | ^^^^^^^^^^^ no `AccountInfo` in `client::xpring` [INFO] [stderr] 13 | XrpAmount, [INFO] [stderr] | ^^^^^^^^^ no `XrpAmount` in `client::xpring` [INFO] [stderr] 14 | GetAccountInfoRequest, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `GetAccountInfoRequest` in `client::xpring` [INFO] [stderr] 15 | GetTransactionStatusRequest, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GetTransactionStatusRequest` in `client::xpring` [INFO] [stderr] 16 | TransactionStatus [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `TransactionStatus` in `client::xpring` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved imports `xpring::xrp_ledger_api_client`, `xpring::GetFeeRequest`, `xpring::Fee`, `xpring::AccountInfo`, `xpring::XrpAmount`, `xpring::GetAccountInfoRequest`, `xpring::GetTransactionStatusRequest`, `xpring::TransactionStatus` [INFO] [stderr] --> src/client.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | xrp_ledger_api_client::XrpLedgerApiClient, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `xrp_ledger_api_client` in `xpring` [INFO] [stderr] 10 | GetFeeRequest, [INFO] [stderr] | ^^^^^^^^^^^^^ no `GetFeeRequest` in `client::xpring` [INFO] [stderr] 11 | Fee, [INFO] [stderr] | ^^^ no `Fee` in `client::xpring` [INFO] [stderr] 12 | AccountInfo, [INFO] [stderr] | ^^^^^^^^^^^ no `AccountInfo` in `client::xpring` [INFO] [stderr] 13 | XrpAmount, [INFO] [stderr] | ^^^^^^^^^ no `XrpAmount` in `client::xpring` [INFO] [stderr] 14 | GetAccountInfoRequest, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `GetAccountInfoRequest` in `client::xpring` [INFO] [stderr] 15 | GetTransactionStatusRequest, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GetTransactionStatusRequest` in `client::xpring` [INFO] [stderr] 16 | TransactionStatus [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `TransactionStatus` in `client::xpring` [INFO] [stderr] [INFO] [stderr] error: could not compile `xrs`. [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 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `xrs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ce483954f95212177b52c841d23127f7f012dab7ddeab2a23d6c5ad812608328"` [INFO] running `"docker" "rm" "-f" "ce483954f95212177b52c841d23127f7f012dab7ddeab2a23d6c5ad812608328"` [INFO] [stdout] ce483954f95212177b52c841d23127f7f012dab7ddeab2a23d6c5ad812608328