[INFO] fetching crate azure-functions-codegen 0.11.0... [INFO] testing azure-functions-codegen-0.11.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate azure-functions-codegen 0.11.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate azure-functions-codegen 0.11.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate azure-functions-codegen 0.11.0 [INFO] finished tweaking crates.io crate azure-functions-codegen 0.11.0 [INFO] tweaked toml for crates.io crate azure-functions-codegen 0.11.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded azure-functions-shared v0.11.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] de665558cdf08f097916dbd917a5f605489f3c44fcc2bd0a6e30f40a3370ce39 [INFO] running `Command { std: "docker" "start" "-a" "de665558cdf08f097916dbd917a5f605489f3c44fcc2bd0a6e30f40a3370ce39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de665558cdf08f097916dbd917a5f605489f3c44fcc2bd0a6e30f40a3370ce39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de665558cdf08f097916dbd917a5f605489f3c44fcc2bd0a6e30f40a3370ce39", kill_on_drop: false }` [INFO] [stdout] de665558cdf08f097916dbd917a5f605489f3c44fcc2bd0a6e30f40a3370ce39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90e06a8ea47a9314dc4c36db39a6b6e26cf5535062bb5ad4197053a5811a0128 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "90e06a8ea47a9314dc4c36db39a6b6e26cf5535062bb5ad4197053a5811a0128", kill_on_drop: false }` [INFO] [stderr] Compiling azure-functions-shared v0.11.0 [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `FunctionRpcClient`, but its trait bounds were not satisfied [INFO] [stdout] --> /opt/rustwide/target/debug/build/azure-functions-shared-a3da9f1db519d439/out/azure_functions_rpc_messages.rs:583:22 [INFO] [stdout] | [INFO] [stdout] 572 | pub struct FunctionRpcClient { [INFO] [stdout] | ------------------------------- function or associated item `new` not found for this [INFO] [stdout] ... [INFO] [stdout] 583 | Ok(Self::new(conn)) [INFO] [stdout] | ^^^ function or associated item cannot be called on `FunctionRpcClient` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytes-0.5.6/src/bytes.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub struct Bytes { [INFO] [stdout] | ---------------- doesn't satisfy `_: Into` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `bytes::bytes::Bytes: Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rpc::StreamingMessage: prost::message::Message` is not satisfied [INFO] [stdout] --> /opt/rustwide/target/debug/build/azure-functions-shared-a3da9f1db519d439/out/azure_functions_rpc_messages.rs:618:68 [INFO] [stdout] | [INFO] [stdout] 618 | .streaming(request.into_streaming_request(), path, codec) [INFO] [stdout] | ^^^^^ the trait `prost::message::Message` is not implemented for `rpc::StreamingMessage` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Codec` for `ProstCodec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rpc::StreamingMessage: prost::message::Message` is not satisfied [INFO] [stdout] --> /opt/rustwide/target/debug/build/azure-functions-shared-a3da9f1db519d439/out/azure_functions_rpc_messages.rs:618:18 [INFO] [stdout] | [INFO] [stdout] 618 | .streaming(request.into_streaming_request(), path, codec) [INFO] [stdout] | ^^^^^^^^^ the trait `prost::message::Message` is not implemented for `rpc::StreamingMessage` [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `Codec` for `ProstCodec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `azure-functions-shared` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "90e06a8ea47a9314dc4c36db39a6b6e26cf5535062bb5ad4197053a5811a0128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e06a8ea47a9314dc4c36db39a6b6e26cf5535062bb5ad4197053a5811a0128", kill_on_drop: false }` [INFO] [stdout] 90e06a8ea47a9314dc4c36db39a6b6e26cf5535062bb5ad4197053a5811a0128