[INFO] updating cached repository https://github.com/autozimu/LanguageClient-neovim [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] ee6cdb0940d9c2c95f31488f7d463b2d12abcbc4 [INFO] testing autozimu/LanguageClient-neovim against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fautozimu%2FLanguageClient-neovim" "work/builds/worker-9/source"` [INFO] [stderr] Cloning into 'work/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/autozimu/LanguageClient-neovim 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/autozimu/LanguageClient-neovim [INFO] finished tweaking git repo https://github.com/autozimu/LanguageClient-neovim [INFO] tweaked toml for git repo https://github.com/autozimu/LanguageClient-neovim written to work/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/autozimu/LanguageClient-neovim 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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] d46ff5c4d33a73d5126bd66f0c92dabd2cb585a7961b5fa2040edc46d6e9aa8b [INFO] running `"docker" "start" "-a" "d46ff5c4d33a73d5126bd66f0c92dabd2cb585a7961b5fa2040edc46d6e9aa8b"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling languageclient v0.1.154 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling shellexpand v1.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling filetime v0.2.5 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling flate2 v1.0.11 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling lsp-types v0.60.0 [INFO] [stderr] Compiling jsonrpc-core v12.0.0 [INFO] [stderr] Compiling log4rs v0.8.3 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/rpchandler.rs:10:62 [INFO] [stderr] | [INFO] [stderr] 10 | let result = self.handle_method_call(lang_id.as_deref(), &method_call); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `types::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/rpchandler.rs:25:63 [INFO] [stderr] | [INFO] [stderr] 25 | let result = self.handle_notification(lang_id.as_deref(), ¬ification); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `types::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/vim.rs:151:29 [INFO] [stderr] | [INFO] [stderr] 151 | let goto = goto_cmd.as_deref().unwrap_or("edit"); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `types::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `"docker" "inspect" "d46ff5c4d33a73d5126bd66f0c92dabd2cb585a7961b5fa2040edc46d6e9aa8b"` [INFO] running `"docker" "rm" "-f" "d46ff5c4d33a73d5126bd66f0c92dabd2cb585a7961b5fa2040edc46d6e9aa8b"` [INFO] [stdout] d46ff5c4d33a73d5126bd66f0c92dabd2cb585a7961b5fa2040edc46d6e9aa8b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 7aa42ff2d2a98866b88d3741568380ff781e1fabfc2f29557f88ab3028737086 [INFO] running `"docker" "start" "-a" "7aa42ff2d2a98866b88d3741568380ff781e1fabfc2f29557f88ab3028737086"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling languageclient v0.1.154 (/opt/rustwide/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/rpchandler.rs:10:62 [INFO] [stderr] | [INFO] [stderr] 10 | let result = self.handle_method_call(lang_id.as_deref(), &method_call); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `types::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/rpchandler.rs:25:63 [INFO] [stderr] | [INFO] [stderr] 25 | let result = self.handle_notification(lang_id.as_deref(), ¬ification); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `types::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/vim.rs:151:29 [INFO] [stderr] | [INFO] [stderr] 151 | let goto = goto_cmd.as_deref().unwrap_or("edit"); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `types::OptionDeref::as_deref(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.17s [INFO] running `"docker" "inspect" "7aa42ff2d2a98866b88d3741568380ff781e1fabfc2f29557f88ab3028737086"` [INFO] running `"docker" "rm" "-f" "7aa42ff2d2a98866b88d3741568380ff781e1fabfc2f29557f88ab3028737086"` [INFO] [stdout] 7aa42ff2d2a98866b88d3741568380ff781e1fabfc2f29557f88ab3028737086 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-9/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" "test" "--frozen"` [INFO] [stdout] 03981e4a912c23fbd121f3a05ed70be43bd4b22c0f1929ded70e20603bfcb856 [INFO] running `"docker" "start" "-a" "03981e4a912c23fbd121f3a05ed70be43bd4b22c0f1929ded70e20603bfcb856"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/languageclient-a8d498c8ce5484b6 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test utils::test_apply_TextEdit_overlong_end ... ok [INFO] [stdout] test utils::test_apply_TextEdit ... ok [INFO] [stdout] test utils::test_escape_single_quote ... ok [INFO] [stdout] test utils::test_diff_value ... ok [INFO] [stdout] test utils::test_vim_cmd_args_to_value ... ok [INFO] [stdout] test viewport::test_overlaps ... ok [INFO] [stdout] test utils::test_expand_json_path ... ok [INFO] [stdout] test viewport::test_new ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "03981e4a912c23fbd121f3a05ed70be43bd4b22c0f1929ded70e20603bfcb856"` [INFO] running `"docker" "rm" "-f" "03981e4a912c23fbd121f3a05ed70be43bd4b22c0f1929ded70e20603bfcb856"` [INFO] [stdout] 03981e4a912c23fbd121f3a05ed70be43bd4b22c0f1929ded70e20603bfcb856