[INFO] fetching crate cln-grpc 0.1.7...
[INFO] checking cln-grpc-0.1.7 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cln-grpc 0.1.7 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate cln-grpc 0.1.7 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cln-grpc 0.1.7
[INFO] finished tweaking crates.io crate cln-grpc 0.1.7
[INFO] tweaked toml for crates.io crate cln-grpc 0.1.7 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded secp256k1 v0.27.0
[INFO] [stderr]   Downloaded tonic-build v0.8.4
[INFO] [stderr]   Downloaded cln-rpc v0.1.8
[INFO] [stderr]   Downloaded hex_lit v0.1.1
[INFO] [stderr]   Downloaded tonic v0.8.3
[INFO] [stderr]   Downloaded bitcoin-private v0.1.0
[INFO] [stderr]   Downloaded bitcoin_hashes v0.12.0
[INFO] [stderr]   Downloaded bitcoin v0.30.2
[INFO] [stderr]   Downloaded secp256k1-sys v0.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c864c8592c345429b51e4e8b827f52d530a56b03c19e84402fdc921763907229
[INFO] running `Command { std: "docker" "start" "-a" "c864c8592c345429b51e4e8b827f52d530a56b03c19e84402fdc921763907229", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c864c8592c345429b51e4e8b827f52d530a56b03c19e84402fdc921763907229", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c864c8592c345429b51e4e8b827f52d530a56b03c19e84402fdc921763907229", kill_on_drop: false }`
[INFO] [stdout] c864c8592c345429b51e4e8b827f52d530a56b03c19e84402fdc921763907229
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 106470b21422140cb116cbb1749faa3b7e89f1195f2cbf6bd4f4b11c372254b6
[INFO] running `Command { std: "docker" "start" "-a" "106470b21422140cb116cbb1749faa3b7e89f1195f2cbf6bd4f4b11c372254b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]     Checking ring v0.17.8
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]     Checking bitcoin_hashes v0.12.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking webpki v0.22.4
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling bitcoin v0.30.2
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking h2 v0.3.25
[INFO] [stderr]     Checking axum-core v0.3.4
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]    Compiling tonic-build v0.8.4
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]    Compiling cln-grpc v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking cln-rpc v0.1.8
[INFO] [stderr]     Checking tonic v0.8.3
[INFO] [stdout] error[E0277]: the trait bound `pb::GetinfoResponse: From<cln_rpc::model::responses::GetinfoResponse>` is not satisfied
[INFO] [stdout]    --> src/test.rs:251:33
[INFO] [stdout]     |
[INFO] [stdout] 251 |     let _g: GetinfoResponse = u.into();
[INFO] [stdout]     |                                 ^^^^ the trait `From<cln_rpc::model::responses::GetinfoResponse>` is not implemented for `pb::GetinfoResponse`, which is required by `cln_rpc::model::responses::GetinfoResponse: Into<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `cln_rpc::model::responses::GetinfoResponse` to implement `Into<pb::GetinfoResponse>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `cln_rpc::model::requests::KeysendRequest: From<pb::KeysendRequest>` is not satisfied
[INFO] [stdout]    --> src/test.rs:298:57
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let u: cln_rpc::model::requests::KeysendRequest = g.into();
[INFO] [stdout]     |                                                         ^^^^ the trait `From<pb::KeysendRequest>` is not implemented for `cln_rpc::model::requests::KeysendRequest`, which is required by `pb::KeysendRequest: Into<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `pb::KeysendRequest` to implement `Into<cln_rpc::model::requests::KeysendRequest>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `pb::KeysendResponse: From<cln_rpc::model::responses::KeysendResponse>` is not satisfied
[INFO] [stdout]    --> src/test.rs:314:40
[INFO] [stdout]     |
[INFO] [stdout] 314 |     let g: KeysendResponse = u.clone().into();
[INFO] [stdout]     |                                        ^^^^ the trait `From<cln_rpc::model::responses::KeysendResponse>` is not implemented for `pb::KeysendResponse`, which is required by `cln_rpc::model::responses::KeysendResponse: Into<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `cln_rpc::model::responses::KeysendResponse` to implement `Into<pb::KeysendResponse>`
[INFO] [stdout] help: consider removing this method call, as the receiver has type `cln_rpc::model::responses::KeysendResponse` and `cln_rpc::model::responses::KeysendResponse: From<cln_rpc::model::responses::KeysendResponse>` trivially holds
[INFO] [stdout]     |
[INFO] [stdout] 314 -     let g: KeysendResponse = u.clone().into();
[INFO] [stdout] 314 +     let g: KeysendResponse = u.into();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cln-grpc` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "106470b21422140cb116cbb1749faa3b7e89f1195f2cbf6bd4f4b11c372254b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "106470b21422140cb116cbb1749faa3b7e89f1195f2cbf6bd4f4b11c372254b6", kill_on_drop: false }`
[INFO] [stdout] 106470b21422140cb116cbb1749faa3b7e89f1195f2cbf6bd4f4b11c372254b6
[INFO] checking cln-grpc-0.1.7 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate cln-grpc 0.1.7 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate cln-grpc 0.1.7 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cln-grpc 0.1.7
[INFO] finished tweaking crates.io crate cln-grpc 0.1.7
[INFO] tweaked toml for crates.io crate cln-grpc 0.1.7 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29ddc6e98f2a146d22125e891d2a0a147c7c97c149586cc5a44142c2d223b827
[INFO] running `Command { std: "docker" "start" "-a" "29ddc6e98f2a146d22125e891d2a0a147c7c97c149586cc5a44142c2d223b827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29ddc6e98f2a146d22125e891d2a0a147c7c97c149586cc5a44142c2d223b827", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29ddc6e98f2a146d22125e891d2a0a147c7c97c149586cc5a44142c2d223b827", kill_on_drop: false }`
[INFO] [stdout] 29ddc6e98f2a146d22125e891d2a0a147c7c97c149586cc5a44142c2d223b827
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d69507d9c5d9ecc6bb71c08c8e2026578791995239f99da46b08329d23e04eec
[INFO] running `Command { std: "docker" "start" "-a" "d69507d9c5d9ecc6bb71c08c8e2026578791995239f99da46b08329d23e04eec", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]     Checking ring v0.17.8
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]     Checking bitcoin_hashes v0.12.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking webpki v0.22.4
[INFO] [stderr]    Compiling bitcoin v0.30.2
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking h2 v0.3.25
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking axum-core v0.3.4
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking async-stream v0.3.5
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]     Checking tokio-rustls v0.23.4
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]    Compiling tonic-build v0.8.4
[INFO] [stderr]    Compiling cln-grpc v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking cln-rpc v0.1.8
[INFO] [stderr]     Checking tonic v0.8.3
[INFO] [stdout] error[E0277]: the trait bound `pb::GetinfoResponse: From<cln_rpc::model::responses::GetinfoResponse>` is not satisfied
[INFO] [stdout]    --> src/test.rs:251:33
[INFO] [stdout]     |
[INFO] [stdout] 251 |     let _g: GetinfoResponse = u.into();
[INFO] [stdout]     |                                 ^^^^ the trait `From<cln_rpc::model::responses::GetinfoResponse>` is not implemented for `pb::GetinfoResponse`, which is required by `cln_rpc::model::responses::GetinfoResponse: Into<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `cln_rpc::model::responses::GetinfoResponse` to implement `Into<pb::GetinfoResponse>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `cln_rpc::model::requests::KeysendRequest: From<pb::KeysendRequest>` is not satisfied
[INFO] [stdout]    --> src/test.rs:298:57
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let u: cln_rpc::model::requests::KeysendRequest = g.into();
[INFO] [stdout]     |                                                         ^^^^ the trait `From<pb::KeysendRequest>` is not implemented for `cln_rpc::model::requests::KeysendRequest`, which is required by `pb::KeysendRequest: Into<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `pb::KeysendRequest` to implement `Into<cln_rpc::model::requests::KeysendRequest>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `pb::KeysendResponse: From<cln_rpc::model::responses::KeysendResponse>` is not satisfied
[INFO] [stdout]    --> src/test.rs:314:40
[INFO] [stdout]     |
[INFO] [stdout] 314 |     let g: KeysendResponse = u.clone().into();
[INFO] [stdout]     |                                        ^^^^ the trait `From<cln_rpc::model::responses::KeysendResponse>` is not implemented for `pb::KeysendResponse`, which is required by `cln_rpc::model::responses::KeysendResponse: Into<_>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `cln_rpc::model::responses::KeysendResponse` to implement `Into<pb::KeysendResponse>`
[INFO] [stdout] help: consider removing this method call, as the receiver has type `cln_rpc::model::responses::KeysendResponse` and `cln_rpc::model::responses::KeysendResponse: From<cln_rpc::model::responses::KeysendResponse>` trivially holds
[INFO] [stdout]     |
[INFO] [stdout] 314 -     let g: KeysendResponse = u.clone().into();
[INFO] [stdout] 314 +     let g: KeysendResponse = u.into();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cln-grpc` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "d69507d9c5d9ecc6bb71c08c8e2026578791995239f99da46b08329d23e04eec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d69507d9c5d9ecc6bb71c08c8e2026578791995239f99da46b08329d23e04eec", kill_on_drop: false }`
[INFO] [stdout] d69507d9c5d9ecc6bb71c08c8e2026578791995239f99da46b08329d23e04eec
