[INFO] cloning repository https://github.com/OscarCreator/rsync.nvim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OscarCreator/rsync.nvim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOscarCreator%2Frsync.nvim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOscarCreator%2Frsync.nvim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 70be22f23eee7879ebd1bc01de077eca77bdb680
[INFO] checking OscarCreator/rsync.nvim against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOscarCreator%2Frsync.nvim" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/OscarCreator/rsync.nvim
[INFO] finished tweaking git repo https://github.com/OscarCreator/rsync.nvim
[INFO] tweaked toml for git repo https://github.com/OscarCreator/rsync.nvim written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OscarCreator/rsync.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/OscarCreator/rsync.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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pkg-config v0.3.26
[INFO] [stderr]   Downloaded toml_datetime v0.6.1
[INFO] [stderr]   Downloaded toml v0.7.3
[INFO] [stderr]   Downloaded serde_spanned v0.6.1
[INFO] [stderr]   Downloaded mlua_derive v0.8.0
[INFO] [stderr]   Downloaded erased-serde v0.3.25
[INFO] [stderr]   Downloaded toml_edit v0.19.8
[INFO] [stderr]   Downloaded proc-macro2 v1.0.56
[INFO] [stderr]   Downloaded serde v1.0.160
[INFO] [stderr]   Downloaded winnow v0.4.1
[INFO] [stderr]   Downloaded mlua v0.8.8
[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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 77105179bf24546d836a71c1c925ebc7d5778b0b2dec3063d5c698b1f84f09e3
[INFO] running `Command { std: "docker" "start" "-a" "77105179bf24546d836a71c1c925ebc7d5778b0b2dec3063d5c698b1f84f09e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77105179bf24546d836a71c1c925ebc7d5778b0b2dec3063d5c698b1f84f09e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77105179bf24546d836a71c1c925ebc7d5778b0b2dec3063d5c698b1f84f09e3", kill_on_drop: false }`
[INFO] [stdout] 77105179bf24546d836a71c1c925ebc7d5778b0b2dec3063d5c698b1f84f09e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 3bf9f621ee373059419eecbb868aff8dcabaf984b84a089f5da347996e1af1b4
[INFO] running `Command { std: "docker" "start" "-a" "3bf9f621ee373059419eecbb868aff8dcabaf984b84a089f5da347996e1af1b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling erased-serde v0.3.25
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]     Checking winnow v0.4.1
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling luajit-src v210.4.5+resty2cf5186
[INFO] [stderr]    Compiling lua-src v544.0.1
[INFO] [stderr]    Compiling mlua v0.8.8
[INFO] [stderr]     Checking serde_spanned v0.6.1
[INFO] [stderr]     Checking toml_datetime v0.6.1
[INFO] [stderr]     Checking toml_edit v0.19.8
[INFO] [stderr]    Compiling mlua_derive v0.8.0
[INFO] [stderr]     Checking toml v0.7.3
[INFO] [stderr]     Checking rsync-nvim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn decode_toml(lua: &Lua, file_path: String) -> LuaResult<LuaTable> {
[INFO] [stdout]   |                     ^^^^ the lifetime is elided here      ^^^^^^^^ the same lifetime is hidden 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] 6 | fn decode_toml(lua: &Lua, file_path: String) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn rsync_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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn rsync_nvim(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/lib.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn decode_toml(lua: &Lua, file_path: String) -> LuaResult<LuaTable> {
[INFO] [stdout]   |                     ^^^^ the lifetime is elided here      ^^^^^^^^ the same lifetime is hidden 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] 6 | fn decode_toml(lua: &Lua, file_path: String) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]   |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn rsync_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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn rsync_nvim(lua: &Lua) -> LuaResult<LuaTable<'_>> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.47s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: mlua v0.8.8
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "3bf9f621ee373059419eecbb868aff8dcabaf984b84a089f5da347996e1af1b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bf9f621ee373059419eecbb868aff8dcabaf984b84a089f5da347996e1af1b4", kill_on_drop: false }`
[INFO] [stdout] 3bf9f621ee373059419eecbb868aff8dcabaf984b84a089f5da347996e1af1b4
