[INFO] crate azure-functions-shared 0.11.0 is already in cache [INFO] checking azure-functions-shared-0.11.0 against master#d939f708d960161d23b964309ba68ff207fc0ead for pr-70087 [INFO] extracting crate azure-functions-shared 0.11.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate azure-functions-shared 0.11.0 on toolchain d939f708d960161d23b964309ba68ff207fc0ead [INFO] running `"/workspace/cargo-home/bin/cargo" "+d939f708d960161d23b964309ba68ff207fc0ead" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate azure-functions-shared 0.11.0 [INFO] finished tweaking crates.io crate azure-functions-shared 0.11.0 [INFO] tweaked toml for crates.io crate azure-functions-shared 0.11.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d939f708d960161d23b964309ba68ff207fc0ead" "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" "+d939f708d960161d23b964309ba68ff207fc0ead" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+d939f708d960161d23b964309ba68ff207fc0ead" "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] d8fcbbae4be80974f91068431a87aca7087ef93f9f4b7214d648eac401e11ff6 [INFO] running `"docker" "start" "-a" "d8fcbbae4be80974f91068431a87aca7087ef93f9f4b7214d648eac401e11ff6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.34 [INFO] [stderr] Compiling azure-functions-shared-codegen v0.11.0 [INFO] [stderr] Checking tracing v0.1.13 [INFO] [stderr] Checking syn v1.0.16 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tracing-futures v0.2.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking tower-util v0.3.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tower-buffer 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.1 [INFO] [stderr] Checking tower-timeout v0.3.0 [INFO] [stderr] Checking tower-retry v0.3.0 [INFO] [stderr] Checking tower-make v0.3.0 [INFO] [stderr] Compiling tonic-build v0.1.1 [INFO] [stderr] Checking tower-balance v0.3.0 [INFO] [stderr] Checking h2 v0.2.2 [INFO] [stderr] Checking tower v0.3.1 [INFO] [stderr] Compiling azure-functions-shared v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Checking hyper v0.13.3 [INFO] [stderr] Checking prost v0.5.0 [INFO] [stderr] Checking prost-types v0.5.0 [INFO] [stderr] Checking tonic v0.1.1 [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `rpc::client::FunctionRpcClient` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/azure-functions-shared-14a0999f3d172f37/out/azure_functions_rpc_messages.rs:583:22 [INFO] [stderr] | [INFO] [stderr] 572 | pub struct FunctionRpcClient { [INFO] [stderr] | ------------------------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 583 | Ok(Self::new(conn)) [INFO] [stderr] | ^^^ function or associated item not found in `rpc::client::FunctionRpcClient` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytes-0.5.4/src/bytes.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | pub struct Bytes { [INFO] [stderr] | ---------------- doesn't satisfy `_: std::convert::Into` [INFO] [stderr] | [INFO] [stderr] = note: the method `new` exists but the following trait bounds were not satisfied: [INFO] [stderr] `bytes::bytes::Bytes: std::convert::Into` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rpc::StreamingMessage: prost::message::Message` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/azure-functions-shared-14a0999f3d172f37/out/azure_functions_rpc_messages.rs:618:68 [INFO] [stderr] | [INFO] [stderr] 618 | .streaming(request.into_streaming_request(), path, codec) [INFO] [stderr] | ^^^^^ the trait `prost::message::Message` is not implemented for `rpc::StreamingMessage` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tonic::codec::Codec` for `tonic::codec::prost::ProstCodec` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rpc::StreamingMessage: prost::message::Message` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/azure-functions-shared-14a0999f3d172f37/out/azure_functions_rpc_messages.rs:618:18 [INFO] [stderr] | [INFO] [stderr] 618 | .streaming(request.into_streaming_request(), path, codec) [INFO] [stderr] | ^^^^^^^^^ the trait `prost::message::Message` is not implemented for `rpc::StreamingMessage` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tonic::codec::Codec` for `tonic::codec::prost::ProstCodec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `azure-functions-shared`. [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[E0599]: no function or associated item named `new` found for struct `rpc::client::FunctionRpcClient` in the current scope [INFO] [stderr] --> /opt/rustwide/target/debug/build/azure-functions-shared-14a0999f3d172f37/out/azure_functions_rpc_messages.rs:583:22 [INFO] [stderr] | [INFO] [stderr] 572 | pub struct FunctionRpcClient { [INFO] [stderr] | ------------------------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 583 | Ok(Self::new(conn)) [INFO] [stderr] | ^^^ function or associated item not found in `rpc::client::FunctionRpcClient` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytes-0.5.4/src/bytes.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | pub struct Bytes { [INFO] [stderr] | ---------------- doesn't satisfy `_: std::convert::Into` [INFO] [stderr] | [INFO] [stderr] = note: the method `new` exists but the following trait bounds were not satisfied: [INFO] [stderr] `bytes::bytes::Bytes: std::convert::Into` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rpc::StreamingMessage: prost::message::Message` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/azure-functions-shared-14a0999f3d172f37/out/azure_functions_rpc_messages.rs:618:68 [INFO] [stderr] | [INFO] [stderr] 618 | .streaming(request.into_streaming_request(), path, codec) [INFO] [stderr] | ^^^^^ the trait `prost::message::Message` is not implemented for `rpc::StreamingMessage` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tonic::codec::Codec` for `tonic::codec::prost::ProstCodec` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `rpc::StreamingMessage: prost::message::Message` is not satisfied [INFO] [stderr] --> /opt/rustwide/target/debug/build/azure-functions-shared-14a0999f3d172f37/out/azure_functions_rpc_messages.rs:618:18 [INFO] [stderr] | [INFO] [stderr] 618 | .streaming(request.into_streaming_request(), path, codec) [INFO] [stderr] | ^^^^^^^^^ the trait `prost::message::Message` is not implemented for `rpc::StreamingMessage` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `tonic::codec::Codec` for `tonic::codec::prost::ProstCodec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `azure-functions-shared`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d8fcbbae4be80974f91068431a87aca7087ef93f9f4b7214d648eac401e11ff6"` [INFO] running `"docker" "rm" "-f" "d8fcbbae4be80974f91068431a87aca7087ef93f9f4b7214d648eac401e11ff6"` [INFO] [stdout] d8fcbbae4be80974f91068431a87aca7087ef93f9f4b7214d648eac401e11ff6