[INFO] cloning repository https://github.com/Start9Labs/c-lightning-http-plugin [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Start9Labs/c-lightning-http-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStart9Labs%2Fc-lightning-http-plugin"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStart9Labs%2Fc-lightning-http-plugin'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fb24b418bf3bb915a08e0b327e8617228f5ff9a2 [INFO] checking Start9Labs/c-lightning-http-plugin against master#e2223c94bf433fc38234d1303e88cbaf14755863 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStart9Labs%2Fc-lightning-http-plugin" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Start9Labs/c-lightning-http-plugin 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/Start9Labs/c-lightning-http-plugin [INFO] finished tweaking git repo https://github.com/Start9Labs/c-lightning-http-plugin [INFO] tweaked toml for git repo https://github.com/Start9Labs/c-lightning-http-plugin written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 6a2e5dae855747e41f2aa76d724a2de6d0a7023e1986d3c1f9cf803ad74134e8 [INFO] running `"docker" "start" "-a" "6a2e5dae855747e41f2aa76d724a2de6d0a7023e1986d3c1f9cf803ad74134e8"` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking lazy_async_pool v0.2.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking tokio v0.2.13 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.2 [INFO] [stderr] Checking hyper v0.13.3 [INFO] [stderr] Checking c-lightning-http-plugin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | POST => { [INFO] [stderr] | _________________^ [INFO] [stderr] 9 | | let body = req.body(); [INFO] [stderr] 10 | | [INFO] [stderr] 11 | | } [INFO] [stderr] | |_________^ expected enum `std::result::Result`, found `()` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::result::Result, std::convert::Infallible>` [INFO] [stderr] found unit type `()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | POST => { [INFO] [stderr] | _________________^ [INFO] [stderr] 9 | | let body = req.body(); [INFO] [stderr] 10 | | [INFO] [stderr] 11 | | } [INFO] [stderr] | |_________^ expected enum `std::result::Result`, found `()` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::result::Result, std::convert::Infallible>` [INFO] [stderr] found unit type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `c-lightning-http-plugin`. [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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `c-lightning-http-plugin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6a2e5dae855747e41f2aa76d724a2de6d0a7023e1986d3c1f9cf803ad74134e8"` [INFO] running `"docker" "rm" "-f" "6a2e5dae855747e41f2aa76d724a2de6d0a7023e1986d3c1f9cf803ad74134e8"` [INFO] [stdout] 6a2e5dae855747e41f2aa76d724a2de6d0a7023e1986d3c1f9cf803ad74134e8