[INFO] updating cached repository https://github.com/dmoonfire/minimal-rust-lsp
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing dmoonfire/minimal-rust-lsp against 1.38.0 for beta-1.39-1
[INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmoonfire%2Fminimal-rust-lsp" "work/builds/worker-2/source"`
[INFO] [stderr] Cloning into 'work/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dmoonfire/minimal-rust-lsp on toolchain 1.38.0
[INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-2/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 `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"`
[INFO] [stdout] ed3f2981264e38f99bc7bbf61eff8746e22b496f61e9178acea06ca1ee180596
[INFO] running `"docker" "start" "-a" "ed3f2981264e38f99bc7bbf61eff8746e22b496f61e9178acea06ca1ee180596"`
[INFO] [stderr] Compiling syn v0.15.34
[INFO] [stderr] Compiling winapi v0.3.7
[INFO] [stderr] Compiling num-traits v0.2.7
[INFO] [stderr] Compiling backtrace v0.3.20
[INFO] [stderr] Compiling num-integer v0.1.40
[INFO] [stderr] Compiling rand v0.4.6
[INFO] [stderr] Compiling backtrace-sys v0.1.28
[INFO] [stderr] Compiling crossbeam-channel v0.3.8
[INFO] [stderr] Compiling num-traits v0.1.43
[INFO] [stderr] Compiling cgmath v0.16.1
[INFO] [stderr] Compiling chrono v0.4.6
[INFO] [stderr] Compiling synstructure v0.10.2
[INFO] [stderr] Compiling serde_derive v1.0.91
[INFO] [stderr] Compiling num-derive v0.2.5
[INFO] [stderr] Compiling failure_derive v0.1.5
[INFO] [stderr] Compiling winconsole v0.10.0
[INFO] [stderr] Compiling colored v1.8.0
[INFO] [stderr] Compiling simple_logger v1.2.0
[INFO] [stderr] Compiling failure v0.1.5
[INFO] [stderr] Compiling serde v1.0.91
[INFO] [stderr] Compiling url_serde v0.2.0
[INFO] [stderr] Compiling serde_json v1.0.39
[INFO] [stderr] Compiling lsp-types v0.57.1
[INFO] [stderr] Compiling gen_lsp_server v0.2.0
[INFO] [stderr] Compiling 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