[INFO] updating cached repository https://github.com/LiQingMuBai/CBPTP
[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] 97856ef4d9fcdae5a0c2de88e15b8dcce8cfcb33
[INFO] checking LiQingMuBai/CBPTP against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLiQingMuBai%2FCBPTP" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/LiQingMuBai/CBPTP on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/LiQingMuBai/CBPTP
[INFO] removed path dependency tonic from git repo https://github.com/LiQingMuBai/CBPTP
[INFO] removed path dependency tonic-build from git repo https://github.com/LiQingMuBai/CBPTP
[INFO] finished tweaking git repo https://github.com/LiQingMuBai/CBPTP
[INFO] tweaked toml for git repo https://github.com/LiQingMuBai/CBPTP written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/LiQingMuBai/CBPTP already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (tonic) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (tonic-build) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-1/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (tonic) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (tonic-build) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] bd5083ffe5d662d69e64f28e2bc2cc4425ac8d19d290a0b31480ba0415fedab7
[INFO] running `"docker" "start" "-a" "bd5083ffe5d662d69e64f28e2bc2cc4425ac8d19d290a0b31480ba0415fedab7"`
[INFO] [stderr] warning: dependency (tonic) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr] warning: dependency (tonic-build) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking futures-task v0.3.4
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking rustls v0.17.0
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling tracing-attributes v0.1.7
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling prost-derive v0.6.1
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]    Compiling async-trait v0.1.30
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking async-stream v0.2.1
[INFO] [stderr]     Checking tracing v0.1.13
[INFO] [stderr]     Checking prost v0.6.1
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking tower-discover v0.3.0
[INFO] [stderr]     Checking tower-load-shed v0.3.0
[INFO] [stderr]     Checking tower-util v0.3.1
[INFO] [stderr]     Checking tracing-futures v0.2.3
[INFO] [stderr]     Checking prost-types v0.6.1
[INFO] [stderr]     Checking tower-load v0.3.0
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tower-make v0.3.0
[INFO] [stderr]     Checking tower-buffer v0.3.0
[INFO] [stderr]     Checking tower-timeout v0.3.0
[INFO] [stderr]     Checking tower-ready-cache v0.3.1
[INFO] [stderr]     Checking tower-retry v0.3.0
[INFO] [stderr]     Checking tokio-rustls v0.13.0
[INFO] [stderr]     Checking tower-limit v0.3.1
[INFO] [stderr]     Checking tower-balance v0.3.0
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking tower v0.3.1
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking tonic v0.2.0
[INFO] [stderr]     Checking tracing-serde v0.1.1
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking tracing-subscriber v0.2.4
[INFO] [stderr]     Checking tonic-examples v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: environment variable `OUT_DIR` not defined
[INFO] [stderr]  --> src/cbptp/client.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     tonic::include_proto!("cbptp");
[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/cbptp/client.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     tonic::include_proto!("cbptp");
[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/cbptp/server.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     tonic::include_proto!("cbptp");
[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/cbptp/server.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     tonic::include_proto!("cbptp");
[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 import `cbptp::blockchain_client`
[INFO] [stderr]  --> src/cbptp/client.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use cbptp::blockchain_client::BlockchainClient;
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^ could not find `blockchain_client` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cbptp::CbptpRequest`
[INFO] [stderr]  --> src/cbptp/client.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use cbptp::CbptpRequest;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^ no `CbptpRequest` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `tonic-examples`.
[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[E0432]: unresolved import `cbptp::blockchain_client`
[INFO] [stderr]  --> src/cbptp/client.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | use cbptp::blockchain_client::BlockchainClient;
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^ could not find `blockchain_client` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cbptp::CbptpRequest`
[INFO] [stderr]  --> src/cbptp/client.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use cbptp::CbptpRequest;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^ no `CbptpRequest` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `cbptp::blockchain_server`
[INFO] [stderr]  --> src/cbptp/server.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | use cbptp::blockchain_server::{Blockchain, BlockchainServer};
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^ could not find `blockchain_server` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error[E0432]: unresolved imports `cbptp::CbptpReply`, `cbptp::CbptpRequest`
[INFO] [stderr]  --> src/cbptp/server.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use cbptp::{CbptpReply, CbptpRequest};
[INFO] [stderr]   |             ^^^^^^^^^^  ^^^^^^^^^^^^ no `CbptpRequest` in `cbptp`
[INFO] [stderr]   |             |
[INFO] [stderr]   |             no `CbptpReply` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `tonic-examples`.
[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[E0422]: cannot find struct, variant or union type `CbptpReply` in module `cbptp`
[INFO] [stderr]   --> src/cbptp/server.rs:21:28
[INFO] [stderr]    |
[INFO] [stderr] 21 |         let reply = cbptp::CbptpReply {
[INFO] [stderr]    |                            ^^^^^^^^^^ not found in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0422, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0422`.
[INFO] [stderr] error: could not compile `tonic-examples`.
[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[E0432]: unresolved import `cbptp::blockchain_server`
[INFO] [stderr]  --> src/cbptp/server.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | use cbptp::blockchain_server::{Blockchain, BlockchainServer};
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^ could not find `blockchain_server` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `cbptp::CbptpReply`, `cbptp::CbptpRequest`
[INFO] [stderr]  --> src/cbptp/server.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use cbptp::{CbptpReply, CbptpRequest};
[INFO] [stderr]   |             ^^^^^^^^^^  ^^^^^^^^^^^^ no `CbptpRequest` in `cbptp`
[INFO] [stderr]   |             |
[INFO] [stderr]   |             no `CbptpReply` in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `CbptpReply` in module `cbptp`
[INFO] [stderr]   --> src/cbptp/server.rs:21:28
[INFO] [stderr]    |
[INFO] [stderr] 21 |         let reply = cbptp::CbptpReply {
[INFO] [stderr]    |                            ^^^^^^^^^^ not found in `cbptp`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0422, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0422`.
[INFO] [stderr] error: could not compile `tonic-examples`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "bd5083ffe5d662d69e64f28e2bc2cc4425ac8d19d290a0b31480ba0415fedab7"`
[INFO] running `"docker" "rm" "-f" "bd5083ffe5d662d69e64f28e2bc2cc4425ac8d19d290a0b31480ba0415fedab7"`
[INFO] [stdout] bd5083ffe5d662d69e64f28e2bc2cc4425ac8d19d290a0b31480ba0415fedab7
