[INFO] updating cached repository https://github.com/dmoonfire/minimal-rust-lsp
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 9a971993f46204dbc895638efd819e3486aa8303
[INFO] checking dmoonfire/minimal-rust-lsp against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmoonfire%2Fminimal-rust-lsp" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dmoonfire/minimal-rust-lsp on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f
[INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/dmoonfire/minimal-rust-lsp
[INFO] finished tweaking git repo https://github.com/dmoonfire/minimal-rust-lsp
[INFO] tweaked toml for git repo https://github.com/dmoonfire/minimal-rust-lsp written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/dmoonfire/minimal-rust-lsp already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] e06f559ede50940d24cec4a0a1a79e6933015936653bba0566dbbaea161bf0c2
[INFO] running `"docker" "start" "-a" "e06f559ede50940d24cec4a0a1a79e6933015936653bba0566dbbaea161bf0c2"`
[INFO] [stderr] Compiling winapi v0.3.7
[INFO] [stderr] Compiling num-traits v0.2.7
[INFO] [stderr] Compiling num-integer v0.1.40
[INFO] [stderr] Compiling backtrace v0.3.20
[INFO] [stderr] Checking rand v0.4.6
[INFO] [stderr] Compiling num-derive v0.2.5
[INFO] [stderr] Checking serde v1.0.91
[INFO] [stderr] Checking failure v0.1.5
[INFO] [stderr] Checking num-traits v0.1.43
[INFO] [stderr] Checking cgmath v0.16.1
[INFO] [stderr] Checking chrono v0.4.6
[INFO] [stderr] Checking winconsole v0.10.0
[INFO] [stderr] Checking colored v1.8.0
[INFO] [stderr] Checking simple_logger v1.2.0
[INFO] [stderr] Checking serde_json v1.0.39
[INFO] [stderr] Checking url_serde v0.2.0
[INFO] [stderr] Checking lsp-types v0.57.1
[INFO] [stderr] Checking gen_lsp_server v0.2.0
[INFO] [stderr] Checking lsp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: function is never used: `read_msg_text`
[INFO] [stderr] --> src/msg.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | / pub fn read_msg_text(
[INFO] [stderr] 5 | | inp: &mut impl BufRead,
[INFO] [stderr] 6 | | ) -> std::result::Result