[INFO] cloning repository https://github.com/jcdickinson/http.nvim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jcdickinson/http.nvim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcdickinson%2Fhttp.nvim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcdickinson%2Fhttp.nvim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a9927ed4a7d01ce239c05f101f40c1fc9fe8938e
[INFO] checking jcdickinson/http.nvim against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjcdickinson%2Fhttp.nvim" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/jcdickinson/http.nvim
[INFO] finished tweaking git repo https://github.com/jcdickinson/http.nvim
[INFO] tweaked toml for git repo https://github.com/jcdickinson/http.nvim written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jcdickinson/http.nvim on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jcdickinson/http.nvim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ipnet v2.7.1
[INFO] [stderr]   Downloaded futures-task v0.3.27
[INFO] [stderr]   Downloaded os_pipe v1.1.3
[INFO] [stderr]   Downloaded tempfile v3.4.0
[INFO] [stderr]   Downloaded futures-core v0.3.27
[INFO] [stderr]   Downloaded mlua_derive v0.8.0
[INFO] [stderr]   Downloaded erased-serde v0.3.25
[INFO] [stderr]   Downloaded futures-channel v0.3.27
[INFO] [stderr]   Downloaded openssl-sys v0.9.83
[INFO] [stderr]   Downloaded reqwest v0.11.15
[INFO] [stderr]   Downloaded h2 v0.3.16
[INFO] [stderr]   Downloaded futures-util v0.3.27
[INFO] [stderr]   Downloaded mlua v0.8.7
[INFO] [stderr]   Downloaded hyper v0.14.25
[INFO] [stderr]   Downloaded openssl v0.10.48
[INFO] [stderr]   Downloaded rustix v0.36.11
[INFO] [stderr]   Downloaded tokio v1.26.0
[INFO] [stderr]   Downloaded lua-src v544.0.1
[INFO] [stderr]   Downloaded luajit-src v210.4.5+resty2cf5186
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ec51b64c29d1f625bb65c4343b4395a88f569e26c6e33e7dbb5910b6424bae6
[INFO] running `Command { std: "docker" "start" "-a" "8ec51b64c29d1f625bb65c4343b4395a88f569e26c6e33e7dbb5910b6424bae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ec51b64c29d1f625bb65c4343b4395a88f569e26c6e33e7dbb5910b6424bae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ec51b64c29d1f625bb65c4343b4395a88f569e26c6e33e7dbb5910b6424bae6", kill_on_drop: false }`
[INFO] [stdout] 8ec51b64c29d1f625bb65c4343b4395a88f569e26c6e33e7dbb5910b6424bae6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 133f8f9bcc8c7375445dbb4860e1c01cdb3336b8527af7d7227e772daba8af0d
[INFO] running `Command { std: "docker" "start" "-a" "133f8f9bcc8c7375445dbb4860e1c01cdb3336b8527af7d7227e772daba8af0d", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling tokio v1.26.0
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling futures-task v0.3.27
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling futures-util v0.3.27
[INFO] [stderr]    Compiling openssl v0.10.48
[INFO] [stderr]    Compiling openssl-sys v0.9.83
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking futures-sink v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.27
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling luajit-src v210.4.5+resty2cf5186
[INFO] [stderr]    Compiling lua-src v544.0.1
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling erased-serde v0.3.25
[INFO] [stderr]    Compiling serde_json v1.0.93
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]    Compiling mlua v0.8.7
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking base64 v0.21.0
[INFO] [stderr]     Checking ipnet v2.7.1
[INFO] [stderr]     Checking os_pipe v1.1.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-macros v1.8.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling mlua_derive v0.8.0
[INFO] [stderr]     Checking tokio-util v0.7.7
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.16
[INFO] [stderr]     Checking hyper v0.14.25
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.15
[INFO] [stderr]     Checking http-nvim v0.0.1 (/opt/rustwide/workdir/crates/http-nvim)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/http-nvim/src/lib.rs:210:22
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn libhttp_nvim(lua: &Lua) -> LuaResult<LuaTable> {
[INFO] [stdout]     |                      ^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn libhttp_nvim(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/http-nvim/src/lib.rs:210:22
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn libhttp_nvim(lua: &Lua) -> LuaResult<LuaTable> {
[INFO] [stdout]     |                      ^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 210 | fn libhttp_nvim(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.8.7, openssl v0.10.48
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "133f8f9bcc8c7375445dbb4860e1c01cdb3336b8527af7d7227e772daba8af0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "133f8f9bcc8c7375445dbb4860e1c01cdb3336b8527af7d7227e772daba8af0d", kill_on_drop: false }`
[INFO] [stdout] 133f8f9bcc8c7375445dbb4860e1c01cdb3336b8527af7d7227e772daba8af0d
